|
15 | 15 | content="black-translucent" |
16 | 16 | /> |
17 | 17 | <meta name="msapplication-TileColor" content="#E4093E" /> |
| 18 | + <meta name="msapplication-TileImage" content="/assets/icons/thinkred/android-chrome-192x192.png" /> |
| 19 | + <meta name="msapplication-config" content="/browserconfig.xml" /> |
18 | 20 |
|
19 | 21 | <!-- Security Headers (frame-ancestors and X-Frame-Options moved to HTTP headers) --> |
20 | 22 | <meta |
|
46 | 48 | /> |
47 | 49 | <meta name="author" content="ThinkRED Technologies" /> |
48 | 50 | <meta name="robots" content="index, follow" /> |
| 51 | + <link rel="canonical" href="https://thinkred.tech/" /> |
49 | 52 |
|
50 | 53 | <!-- Open Graph / Facebook --> |
51 | 54 | <meta |
|
57 | 60 | content="ThinkRED Technologies - We build cutting-edge web applications, platforms, and infrastructure solutions that transform businesses and delight users." |
58 | 61 | /> |
59 | 62 | <meta property="og:image" content="/assets/logos/thinkRED-np.svg" /> |
60 | | - <meta property="og:url" content="https://thinkredtech.github.io" /> |
| 63 | + <meta property="og:url" content="https://thinkred.tech" /> |
61 | 64 | <meta property="og:type" content="website" /> |
62 | 65 |
|
63 | 66 | <!-- Twitter --> |
|
72 | 75 | /> |
73 | 76 | <meta name="twitter:image" content="/assets/logos/thinkRED-np.svg" /> |
74 | 77 |
|
| 78 | + <!-- Structured Data --> |
| 79 | + <script type="application/ld+json"> |
| 80 | + { |
| 81 | + "@context": "https://schema.org", |
| 82 | + "@type": "Organization", |
| 83 | + "name": "ThinkRED Technologies", |
| 84 | + "description": "ThinkRED Technologies - We build cutting-edge web applications, platforms, and infrastructure solutions that transform businesses and delight users.", |
| 85 | + "url": "https://thinkred.tech", |
| 86 | + "logo": { |
| 87 | + "@type": "ImageObject", |
| 88 | + "url": "https://thinkred.tech/assets/icons/thinkred/android-chrome-512x512.png", |
| 89 | + "width": 512, |
| 90 | + "height": 512 |
| 91 | + }, |
| 92 | + "image": "https://thinkred.tech/assets/icons/thinkred/android-chrome-512x512.png", |
| 93 | + "sameAs": [ |
| 94 | + "https://github.com/thinkredtech" |
| 95 | + ] |
| 96 | + } |
| 97 | + </script> |
| 98 | + |
75 | 99 | <!-- Icons --> |
76 | | - <link rel="icon" href="/favicon.ico" /> |
| 100 | + <link rel="icon" href="/favicon.ico" sizes="any" /> |
| 101 | + <link rel="icon" href="/assets/icons/thinkred/favicon.ico" sizes="any" /> |
| 102 | + <link rel="icon" href="/assets/icons/thinkred/favicon-16x16.png" sizes="16x16" type="image/png" /> |
| 103 | + <link rel="icon" href="/assets/icons/thinkred/favicon-32x32.png" sizes="32x32" type="image/png" /> |
| 104 | + <link rel="icon" href="/assets/icons/thinkred/favicon.png" type="image/png" /> |
77 | 105 | <link |
78 | 106 | rel="apple-touch-icon" |
79 | 107 | href="/assets/icons/thinkred/apple-touch-icon.png" |
|
0 commit comments