← back to Wallpaperdefinitions
seo: add canonical + Open Graph + Twitter card to homepage head
6145b16affbaba17de776da4209271d6376fa63d · 2026-06-04 07:33:53 -0700 · Steve
Files touched
Diff
commit 6145b16affbaba17de776da4209271d6376fa63d
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 89cc161..6df6141 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 Definitions | Plain-English Guide to Wallcovering | Designer Wallcoverings</title>
<meta name="description" content="Plain-language definitions for every wallpaper concept — from paste-the-wall to non-woven. Free samples and expert service at Designer Wallcoverings.">
+<link rel="canonical" href="https://wallpaperdefinitions.com/">
+<meta property="og:type" content="website">
+<meta property="og:site_name" content="Designer Wallcoverings">
+<meta property="og:title" content="Wallpaper Definitions | Plain-English Guide to Wallcovering">
+<meta property="og:description" content="Plain-language definitions for every wallpaper concept — from paste-the-wall to non-woven. Free samples and expert service at Designer Wallcoverings.">
+<meta property="og:url" content="https://wallpaperdefinitions.com/">
+<meta property="og:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/java_linen-cassia.jpg">
+<meta name="twitter:card" content="summary_large_image">
+<meta name="twitter:title" content="Wallpaper Definitions | Plain-English Guide to Wallcovering">
+<meta name="twitter:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/java_linen-cassia.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap" rel="stylesheet">
<script type="application/ld+json">
← 8eecb25 gitignore: add missing standard excludes (.next/)
·
back to Wallpaperdefinitions
·
corner-nav: move login to its own hamburger in upper-left (p 78ef6a1 →