← back to Charge And Explore
Make AdSense review pages crawlable and content-safe
e74309a40d61d92ed0010935f7e5e857d072e618 · 2026-09-03 07:58:04 -0700 · Steve Abrams
Files touched
M public/privacy.htmlA public/robots.txtA public/sitemap.xmlM public/support.htmlM public/terms.html
Diff
commit e74309a40d61d92ed0010935f7e5e857d072e618
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 3 07:58:04 2026 -0700
Make AdSense review pages crawlable and content-safe
---
public/privacy.html | 1 -
public/robots.txt | 3 +++
public/sitemap.xml | 7 +++++++
public/support.html | 1 -
public/terms.html | 1 -
5 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/public/privacy.html b/public/privacy.html
index cdb0b32..d389707 100644
--- a/public/privacy.html
+++ b/public/privacy.html
@@ -12,7 +12,6 @@
ul{padding-left:1.2rem}
a{color:#0b57d0}
</style>
-<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
</head>
<body>
<h1>Privacy Policy</h1>
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..e0d48dd
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,3 @@
+User-agent: *
+Allow: /
+Sitemap: https://chargeandexplore.com/sitemap.xml
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..022f31e
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url><loc>https://chargeandexplore.com/</loc></url>
+ <url><loc>https://chargeandexplore.com/privacy.html</loc></url>
+ <url><loc>https://chargeandexplore.com/support.html</loc></url>
+ <url><loc>https://chargeandexplore.com/terms.html</loc></url>
+</urlset>
diff --git a/public/support.html b/public/support.html
index 103afa4..84ab009 100644
--- a/public/support.html
+++ b/public/support.html
@@ -13,7 +13,6 @@
a{color:#0b57d0}
.card{background:#f6f7f9;border:1px solid #e3e6ea;border-radius:10px;padding:16px 20px;margin-top:1rem}
</style>
-<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
</head>
<body>
<h1>Support</h1>
diff --git a/public/terms.html b/public/terms.html
index 83166a8..b6cada2 100644
--- a/public/terms.html
+++ b/public/terms.html
@@ -13,7 +13,6 @@
.box{border:1px solid #e0b4b4;background:#fff8f8;border-radius:8px;padding:14px 18px;margin:1.25rem 0}
.caps{text-transform:uppercase;font-size:.92rem;letter-spacing:.01em}
</style>
-<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
</head>
<body>
<h1>Terms of Use</h1>
← bace31d Snapshot Charge and Explore production
·
back to Charge And Explore
·
fix(smartcar): never send an invalid Connect mode (TK-10142) 55ae619 →