[object Object]

← back to Losgardeners

Enable AdSense crawling on Los Gardeners

a94177f17dd5b6da52b66a84ef322d9791efcb5c · 2026-09-03 10:09:19 -0700 · Steve Abrams

Files touched

Diff

commit a94177f17dd5b6da52b66a84ef322d9791efcb5c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 3 10:09:19 2026 -0700

    Enable AdSense crawling on Los Gardeners
---
 public/ads.txt     | 1 +
 public/index.html  | 3 ++-
 public/robots.txt  | 4 ++++
 public/sitemap.xml | 8 ++++++++
 4 files changed, 15 insertions(+), 1 deletion(-)

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 463c792..c3246ac 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.0">
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
     <title>Los Gardeners - Professional Landscaping Services in LA Neighborhoods</title>
     <meta name="description" content="Find trusted local gardeners and landscapers in your LA neighborhood - Hollywood, Studio City, Reseda, Van Nuys, and more. Get quotes, compare prices, and hire professionals for all your garden needs.">
     <!-- Request geolocation permission policy -->
@@ -2843,4 +2844,4 @@
     </script>
     </div> <!-- Close padding div -->
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..fe5c938
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+
+Sitemap: https://losgardeners.com/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..348d472
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+  <url><loc>https://losgardeners.com/</loc></url>
+  <url><loc>https://losgardeners.com/nurseries.html</loc></url>
+  <url><loc>https://losgardeners.com/landscaping-news.html</loc></url>
+  <url><loc>https://losgardeners.com/location-guide.html</loc></url>
+  <url><loc>https://losgardeners.com/gardening-photos-gallery.html</loc></url>
+</urlset>

← 4319bef Initial Los Gardeners public site snapshot  ·  back to Losgardeners  ·  (newest)