[object Object]

← back to 1970swallpaper

seo: add robots.txt + sitemap.xml (was 404 — crawl gap)

0a528482e5ee94aad718ac5eefa1c3046fcfd149 · 2026-06-03 21:44:07 -0700 · SteveStudio2

Files touched

Diff

commit 0a528482e5ee94aad718ac5eefa1c3046fcfd149
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
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..e8191d8
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,3 @@
+User-agent: *
+Allow: /
+Sitemap: https://1970swallpaper.com/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..ff4deaa
--- /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://1970swallpaper.com/</loc><changefreq>weekly</changefreq></url>
+</urlset>

← 635bf4c Scrub residual vendor names from products.json (title/vendor  ·  back to 1970swallpaper  ·  snapshot before step2 codemod 4ef515a →