← back to Retrowalls
seo: add robots.txt + sitemap.xml (was 404 — crawl gap)
b05db5242ffd8a221c20327010ff01d6ae3b1460 · 2026-06-03 21:44:07 -0700 · Steve Abrams
Files touched
A public/robots.txtA public/sitemap.xml
Diff
commit b05db5242ffd8a221c20327010ff01d6ae3b1460
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jun 3 21:44:07 2026 -0700
seo: add robots.txt + sitemap.xml (was 404 — crawl gap)
---
public/robots.txt | 3 +++
public/sitemap.xml | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..340adf2
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,3 @@
+User-agent: *
+Allow: /
+Sitemap: https://retrowalls.com/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..7943be0
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url><loc>https://retrowalls.com/</loc><changefreq>weekly</changefreq></url>
+</urlset>
← 1a1317d Scrub residual vendor names from products.json (title/vendor
·
back to Retrowalls
·
step2 vendor-leak fix: dual-key /sample resolver + handle_di 7d4425e →