Skip to content

Commit 4b12218

Browse files
author
TechStack Global
committed
feat: add twitter card tags for social preview consistency
1 parent 4c3439d commit 4b12218

38 files changed

+52
-52
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@type": "WebPage",
2727
"name": "About TechStack Global | Our B2B Tech Vetting Methodology",
2828
"url": "https://techstackglobal.github.io/about.html"
29-
}</script></head>
29+
}</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>
3030
<body class="dark-theme">
3131
<div class="ambient-grid"></div>
3232
<header class="glass-header">

affiliate-disclosure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@type": "WebPage",
1818
"name": "Affiliate Disclosure | TechStack Global",
1919
"url": "https://techstackglobal.github.io/affiliate-disclosure.html"
20-
}</script></head>
20+
}</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>
2121
<body class="dark-theme">
2222
<div class="ambient-grid"></div>
2323
<header class="glass-header">

amazon-stack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
]
3535
</script>
36-
<link href="https://techstackglobal.github.io/amazon-stack.html" rel="canonical"/><meta content="https://techstackglobal.github.io/amazon-stack.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/></head>
36+
<link href="https://techstackglobal.github.io/amazon-stack.html" rel="canonical"/><meta content="https://techstackglobal.github.io/amazon-stack.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/><meta content="summary_large_image" name="twitter:card"/><meta content="Amazon Product Stack | Modern Tech Hardware | TechStack Global" name="twitter:title"/><meta content="The definitive guide to Amazon-sourced hardware for students, freelancers, and remote workers. Vetted benchmarks for modern productivity." name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
3737
<body class="dark-theme">
3838
<div class="ambient-grid"></div>
3939
<header class="glass-header">

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@type": "CollectionPage",
2626
"name": "TechStack Global Blog",
2727
"url": "https://techstackglobal.github.io/blog.html"
28-
}</script></head>
28+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Hardware Reviews &amp; Tech Guides | TechStack Global" name="twitter:title"/><meta content="Compare and choose the best hardware for your workspace." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/images/og-blog.jpg" name="twitter:image"/></head>
2929
<body class="dark-theme">
3030
<div class="ambient-grid"></div>
3131
<header class="glass-header">

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@type": "WebPage",
2626
"name": "Contact TechStack Global | Partner with the B2B Authority",
2727
"url": "https://techstackglobal.github.io/contact.html"
28-
}</script></head>
28+
}</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>
2929
<body class="dark-theme">
3030
<div class="ambient-grid"></div>
3131
<header class="glass-header">

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<meta content="Reviews, buying guides and how-tos covering consumer electronics, software, audio, mobile, and productivity tools." property="og:description"/>
1616
<meta content="https://techstackglobal.github.io/assets/og-image.jpg" property="og:image"/>
1717
<!-- Twitter -->
18-
<meta content="summary_large_image" name="twitter:card"/>
19-
<meta content="TechStack Global — Smarter Tech Decisions" name="twitter:title"/>
20-
<meta content="Expert reviews and buying guides on consumer electronics, software, and productivity tools." name="twitter:description"/>
18+
19+
20+
2121
<!-- Google Fonts: Inter for that premium tech feel-->
2222
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap" rel="stylesheet"/>
2323
<link href="style.css?v=9" rel="stylesheet"/>
@@ -46,7 +46,7 @@
4646
"sameAs": []
4747
}
4848
</script>
49-
<link href="https://techstackglobal.github.io/index.html" rel="canonical"/></head>
49+
<link href="https://techstackglobal.github.io/index.html" rel="canonical"/><meta content="summary_large_image" name="twitter:card"/><meta content="TechStack Global — Smarter Tech Decisions" name="twitter:title"/><meta content="Reviews, buying guides and how-tos covering consumer electronics, software, audio, mobile, and productivity tools." name="twitter:description"/><meta content="https://techstackglobal.github.io/assets/og-image.jpg" name="twitter:image"/></head>
5050
<body class="dark-theme homepage">
5151
<!-- Ambient Background Grid (Visual Only)-->
5252
<div class="ambient-grid"></div>

og_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
letter-spacing: -0.5px;
6969
}
7070
</style>
71-
<link href="https://techstackglobal.github.io/og_template.html" rel="canonical"/><meta content="https://techstackglobal.github.io/og_template.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/></head>
71+
<link href="https://techstackglobal.github.io/og_template.html" rel="canonical"/><meta content="https://techstackglobal.github.io/og_template.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/><meta content="summary_large_image" name="twitter:card"/><meta content="" name="twitter:title"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
7272
<body>
7373
<div class="glow blue"></div>
7474
<div class="glow violet"></div>

posts/apple-macbook-pro-m4-pro-review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666
]
6767
</script>
68-
<link href="https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html" rel="canonical"/><meta content="https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/></head>
68+
<link href="https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html" rel="canonical"/><meta content="https://techstackglobal.github.io/posts/apple-macbook-pro-m4-pro-review.html" property="og:url"/><meta content="https://techstackglobal.github.io/og-image.jpg" property="og:image"/><meta content="summary_large_image" name="twitter:card"/><meta content="Apple MacBook Pro M4 Pro Review (2026) | TechStack Global" name="twitter:title"/><meta content="Apple MacBook Pro M4 Pro (2026) review for developers and creators. Unmatched battery life and performance, but is the premium price worth it?" name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
6969
<body class="dark-theme">
7070
<div class="ambient-grid"></div>
7171
<header class="glass-header">

posts/best-headphones-for-classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@type": "Organization",
2323
"name": "TechStack Global"
2424
}
25-
}</script></head>
25+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Best Headphones for Online Classes &amp; Focus (2026) | TechStack Global" name="twitter:title"/><meta content="From Sony to Bose, we review the best noise-cancelling headphones for online classes, libraries, and busy homes. Stay focused on your studies in 2026." name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
2626
<body class="dark-theme">
2727
<div class="ambient-grid"></div>
2828
<div id="site-affiliate-notice" style="background:#0f1724;color:#d1d5db;padding:8px 1.25rem;font-size:13px;text-align:center;border-bottom:1px solid rgba(255,255,255,0.05);">

posts/best-laptops-for-students-2026.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@type": "Organization",
2323
"name": "TechStack Global"
2424
}
25-
}</script></head>
25+
}</script><meta content="summary_large_image" name="twitter:card"/><meta content="Best Laptops for Students 2026 | TechStack Global" name="twitter:title"/><meta content="The definitive guide to the best laptops for students in 2026. From budget picks under $1000 to premium workstations. Expert analysis on battery, performance, and value." name="twitter:description"/><meta content="https://techstackglobal.github.io/og-image.jpg" name="twitter:image"/></head>
2626
<body class="dark-theme">
2727
<div class="ambient-grid"></div>
2828
<div id="site-affiliate-notice" style="background:#0f1724;color:#d1d5db;padding:8px 1.25rem;font-size:13px;text-align:center;border-bottom:1px solid rgba(255,255,255,0.05);">

0 commit comments

Comments
 (0)