[object Object]

← back to Ventura Corridor

Enable AdSense crawling on Ventura Corridor

3900001d1bc02248a4865f0ba6c68bbffa1a0642 · 2026-09-03 09:59:17 -0700 · Steve Abrams

Files touched

Diff

commit 3900001d1bc02248a4865f0ba6c68bbffa1a0642
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 3 09:59:17 2026 -0700

    Enable AdSense crawling on Ventura Corridor
---
 public/ads.txt      | 1 +
 public/index.html   | 1 +
 public/sitemap.xml  | 9 +++++++++
 src/server/index.ts | 7 ++-----
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/public/ads.txt b/public/ads.txt
new file mode 100644
index 0000000..8f11fe6
--- /dev/null
+++ b/public/ads.txt
@@ -0,0 +1 @@
+google.com, pub-5278231299883833, DIRECT, f08c47fec0942fa0
diff --git a/public/index.html b/public/index.html
index 1d61fee..fee815f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,6 +3,7 @@
 <head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1">
+<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <script>(function(){try{var t=localStorage.getItem('vc-theme');document.documentElement.dataset.theme=(t==='light'||t==='dark')?t:'dark';}catch(e){document.documentElement.dataset.theme='dark';}})();</script>
 <link rel="stylesheet" href="/theme.css">
 <script src="/theme.js" defer></script>
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..8dd1209
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+  <url><loc>https://venturacorridor.com/</loc></url>
+  <url><loc>https://venturacorridor.com/news.html</loc></url>
+  <url><loc>https://venturacorridor.com/magazine.html</loc></url>
+  <url><loc>https://venturacorridor.com/this-week.html</loc></url>
+  <url><loc>https://venturacorridor.com/about.html</loc></url>
+  <url><loc>https://venturacorridor.com/find.html</loc></url>
+</urlset>
diff --git a/src/server/index.ts b/src/server/index.ts
index 4921cae..26ce273 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -3318,13 +3318,10 @@ app.get('/__rss-removed', (_req, res) => {
 
 app.get('/robots.txt', (_req, res) => {
   res.setHeader('Content-Type', 'text/plain; charset=utf-8');
-  // Loopback-only: discourage crawl entirely until Steve goes public.
   res.send(`User-agent: *
-Disallow: /
+Allow: /
 
-# The Corridor magazine — local development build.
-# When this site goes public, swap Disallow back to Allow and uncomment Sitemap.
-# Sitemap: /sitemap.xml
+Sitemap: https://venturacorridor.com/sitemap.xml
 `);
 });
 

← d55644d auto-data-snapshot: 2026-08-07T09:05:06 (1 data files) — pac  ·  back to Ventura Corridor  ·  Expose Ventura crawler discovery files 9a3433d →