← back to Wallpaperglossary
seo: add canonical + Open Graph + Twitter card to homepage head
a49714f84e8f3d0bdc4578c916ed49055d0ad104 · 2026-06-04 07:33:53 -0700 · Steve
Files touched
Diff
commit a49714f84e8f3d0bdc4578c916ed49055d0ad104
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Jun 4 07:33:53 2026 -0700
seo: add canonical + Open Graph + Twitter card to homepage head
---
public/index.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/public/index.html b/public/index.html
index ee469c0..799afdf 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,6 +7,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wallpaper Glossary | Trade Terminology for Interior Designers | Designer Wallcoverings</title>
<meta name="description" content="The definitive trade glossary for wallcovering professionals — 30+ terms from abrasion ratings to Type II specification. Free memo samples, trade accounts, and expert service at Designer Wallcoverings.">
+<link rel="canonical" href="https://wallpaperglossary.com/">
+<meta property="og:type" content="website">
+<meta property="og:site_name" content="Designer Wallcoverings">
+<meta property="og:title" content="Wallpaper Glossary | Trade Terminology for Interior Designers">
+<meta property="og:description" content="The definitive trade glossary for wallcovering professionals — 30+ terms from abrasion ratings to Type II specification. Free memo samples, trade accounts, and expert service at Designer Wallcoverings.">
+<meta property="og:url" content="https://wallpaperglossary.com/">
+<meta property="og:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/P2022110_821_20f7858e-4602-4187-b2d1-282da682d37a.jpg">
+<meta name="twitter:card" content="summary_large_image">
+<meta name="twitter:title" content="Wallpaper Glossary | Trade Terminology for Interior Designers">
+<meta name="twitter:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/P2022110_821_20f7858e-4602-4187-b2d1-282da682d37a.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap" rel="stylesheet">
<script type="application/ld+json">
← f60893b gitignore: add missing standard excludes (.next/)
·
back to Wallpaperglossary
·
corner-nav: move login to its own hamburger in upper-left (p b2e245c →