Skip to content

Commit f768264

Browse files
author
TechStack Global
committed
fix: add TSG favicon + safe branding metadata
1 parent d73b27a commit f768264

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+689
-14
lines changed

about.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,25 @@
3535
"@type": "WebPage",
3636
"name": "About TechStack Global | Our B2B Tech Vetting Methodology",
3737
"url": "https://techstackglobal.github.io/about.html"
38-
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="About TechStack Global | Our B2B Tech Vetting Methodology" name="twitter:title"/><meta content="Transparency and technical rigor in every review." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-about.jpg" name="twitter:image"/></head>
38+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="About TechStack Global | Our B2B Tech Vetting Methodology" name="twitter:title"/><meta content="Transparency and technical rigor in every review." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-about.jpg" name="twitter:image"/>
39+
<!-- Site Favicons -->
40+
<link rel="icon" href="/favicon.ico">
41+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
42+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
43+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
44+
<meta name="theme-color" content="#0a2540">
45+
<meta property="og:site_name" content="TechStack Global">
46+
<meta name="application-name" content="TechStack Global">
47+
<script type="application/ld+json">
48+
{
49+
"@context": "https://schema.org",
50+
"@type": "Organization",
51+
"name": "TechStack Global",
52+
"url": "https://techstackglobal.github.io/",
53+
"logo": "https://techstackglobal.github.io/favicon-32x32.png"
54+
}
55+
</script>
56+
</head>
3957
<body class="dark-theme">
4058
<div class="ambient-grid"></div>
4159
<header class="glass-header">

affiliate-disclosure.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,25 @@
2626
"@type": "WebPage",
2727
"name": "Affiliate Disclosure | TechStack Global",
2828
"url": "https://techstackglobal.github.io/affiliate-disclosure.html"
29-
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Affiliate Disclosure | TechStack Global" name="twitter:title"/><meta content="Read the TechStack Global affiliate disclosure policy to understand how we fund our independent research and hardware reviews." name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
29+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Affiliate Disclosure | TechStack Global" name="twitter:title"/><meta content="Read the TechStack Global affiliate disclosure policy to understand how we fund our independent research and hardware reviews." name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/>
30+
<!-- Site Favicons -->
31+
<link rel="icon" href="/favicon.ico">
32+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
33+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
34+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
35+
<meta name="theme-color" content="#0a2540">
36+
<meta property="og:site_name" content="TechStack Global">
37+
<meta name="application-name" content="TechStack Global">
38+
<script type="application/ld+json">
39+
{
40+
"@context": "https://schema.org",
41+
"@type": "Organization",
42+
"name": "TechStack Global",
43+
"url": "https://techstackglobal.github.io/",
44+
"logo": "https://techstackglobal.github.io/favicon-32x32.png"
45+
}
46+
</script>
47+
</head>
3048
<body class="dark-theme">
3149
<div class="ambient-grid"></div>
3250
<header class="glass-header">

amazon-stack.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,24 @@
5858
content="The definitive guide to Amazon-sourced hardware for students, freelancers, and remote workers. Vetted benchmarks for modern productivity."
5959
name="twitter:description" />
6060
<meta content="https://techstackglobal.github.io/assets/og-image.jpg" name="twitter:image" />
61+
62+
<!-- Site Favicons -->
63+
<link rel="icon" href="/favicon.ico">
64+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
65+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
66+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
67+
<meta name="theme-color" content="#0a2540">
68+
<meta property="og:site_name" content="TechStack Global">
69+
<meta name="application-name" content="TechStack Global">
70+
<script type="application/ld+json">
71+
{
72+
"@context": "https://schema.org",
73+
"@type": "Organization",
74+
"name": "TechStack Global",
75+
"url": "https://techstackglobal.github.io/",
76+
"logo": "https://techstackglobal.github.io/favicon-32x32.png"
77+
}
78+
</script>
6179
</head>
6280

6381
<body class="dark-theme">

apple-touch-icon.png

19.3 KB
Loading

blog.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@
4545
<meta content="Hardware Reviews &amp; Tech Guides | TechStack Global" name="twitter:title" />
4646
<meta content="Compare and choose the best hardware for your workspace." name="twitter:description" />
4747
<meta content="https://techstackglobal.github.io/assets/images/og-blog.jpg" name="twitter:image" />
48+
49+
<!-- Site Favicons -->
50+
<link rel="icon" href="/favicon.ico">
51+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
52+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
53+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
54+
<meta name="theme-color" content="#0a2540">
55+
<meta property="og:site_name" content="TechStack Global">
56+
<meta name="application-name" content="TechStack Global">
57+
<script type="application/ld+json">
58+
{
59+
"@context": "https://schema.org",
60+
"@type": "Organization",
61+
"name": "TechStack Global",
62+
"url": "https://techstackglobal.github.io/",
63+
"logo": "https://techstackglobal.github.io/favicon-32x32.png"
64+
}
65+
</script>
4866
</head>
4967

5068
<body class="dark-theme">

contact.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,25 @@
3434
"@type": "WebPage",
3535
"name": "Contact TechStack Global | Partner with the B2B Authority",
3636
"url": "https://techstackglobal.github.io/contact.html"
37-
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Contact TechStack Global | Partner with the B2B Authority" name="twitter:title"/><meta content="Reach out to our experts for tech stack advice and partnerships." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-contact.jpg" name="twitter:image"/></head>
37+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Contact TechStack Global | Partner with the B2B Authority" name="twitter:title"/><meta content="Reach out to our experts for tech stack advice and partnerships." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-contact.jpg" name="twitter:image"/>
38+
<!-- Site Favicons -->
39+
<link rel="icon" href="/favicon.ico">
40+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
41+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
42+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
43+
<meta name="theme-color" content="#0a2540">
44+
<meta property="og:site_name" content="TechStack Global">
45+
<meta name="application-name" content="TechStack Global">
46+
<script type="application/ld+json">
47+
{
48+
"@context": "https://schema.org",
49+
"@type": "Organization",
50+
"name": "TechStack Global",
51+
"url": "https://techstackglobal.github.io/",
52+
"logo": "https://techstackglobal.github.io/favicon-32x32.png"
53+
}
54+
</script>
55+
</head>
3856
<body class="dark-theme">
3957
<div class="ambient-grid"></div>
4058
<header class="glass-header">

favicon-16x16.png

639 Bytes
Loading

favicon-32x32.png

1.66 KB
Loading

favicon.ico

1.51 KB
Binary file not shown.

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
name="keywords" />
2525
<!-- OpenGraph / Social Media -->
2626
<meta content="website" property="og:type" />
27-
<meta content="https://techstackglobal.github.io/" property="og:url" />
28-
<meta content="TechStack Global" property="og:title" />
27+
<meta property="og:url" content="https://techstackglobal.github.io/index.html">
28+
<meta property="og:title" content="TechStack Global | Smarter Tech Decisions">
2929
<meta content="Expert tech reviews and buying guides for professionals." property="og:description" />
3030
<meta content="https://techstackglobal.github.io/assets/og-image.jpg" property="og:image" />
3131
<!-- Twitter -->
@@ -65,12 +65,21 @@
6565
"sameAs": []
6666
}
6767
</script>
68-
<link href="https://techstackglobal.github.io/" rel="canonical" />
68+
<link rel="canonical" href="https://techstackglobal.github.io/index.html">
6969
<meta content="summary_large_image" name="twitter:card" />
7070
<meta content="" name="twitter:site" />
7171
<meta content="TechStack Global" name="twitter:title" />
7272
<meta content="Expert tech reviews and buying guides for professionals." name="twitter:description" />
7373
<meta content="https://techstackglobal.github.io/assets/og-image.jpg" name="twitter:image" />
74+
75+
<!-- Site Favicons -->
76+
<link rel="icon" href="/favicon.ico">
77+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
78+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
79+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
80+
<meta name="theme-color" content="#0a2540">
81+
<meta property="og:site_name" content="TechStack Global">
82+
<meta name="application-name" content="TechStack Global">
7483
</head>
7584

7685
<body class="dark-theme homepage">

0 commit comments

Comments
 (0)