← back to Saloonwallpaper
seo: add og:image + twitter card (social-share preview) — zero visual
e38e3539eb37a3adcafc38b636c7998fa12eecb1 · 2026-06-03 21:36:17 -0700 · Steve Abrams
Files touched
Diff
commit e38e3539eb37a3adcafc38b636c7998fa12eecb1
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jun 3 21:36:17 2026 -0700
seo: add og:image + twitter card (social-share preview) — zero visual
---
public/index.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/public/index.html b/public/index.html
index eefc2de..4f987b6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,6 +18,15 @@
<meta name="description" content="saloonwallpaper is a curated atelier dedicated entirely to period western. We do one thing — and we do it carefully.">
<meta name="theme-color" content="#FFFEF7">
<link rel="canonical" href="https://saloonwallpaper.com/">
+<meta property="og:type" content="website">
+<meta property="og:url" content="https://saloonwallpaper.com/">
+<meta property="og:title" content="saloonwallpaper — An ode to period western, in Florence and beyond.">
+<meta property="og:description" content="saloonwallpaper is a curated atelier dedicated entirely to period western. We do one thing — and we do it carefully.">
+<meta property="og:image" content="https://saloonwallpaper.com/hero-bg.jpg">
+<meta name="twitter:card" content="summary_large_image">
+<meta name="twitter:title" content="saloonwallpaper — An ode to period western, in Florence and beyond.">
+<meta name="twitter:description" content="saloonwallpaper is a curated atelier dedicated entirely to period western. We do one thing — and we do it carefully.">
+<meta name="twitter:image" content="https://saloonwallpaper.com/hero-bg.jpg">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="preload" as="image" href="/hero-bg.jpg" fetchpriority="high">
<script type="application/ld+json">
← 525ac9d Scrub residual vendor names from products.json (title/vendor
·
back to Saloonwallpaper
·
snapshot before step2 codemod 4790e8f →