[object Object]

← back to Restaurantwallpaper

TK-11341: add AdSense Auto-Ads loader + ads.txt (revert to remove ads)

c052253a6a705eb18568451d92073e915ce6d83e · 2026-09-09 16:02:16 -0700 · Steve

Files touched

Diff

commit c052253a6a705eb18568451d92073e915ce6d83e
Author: Steve <steve@designerwallcoverings.com>
Date:   Wed Sep 9 16:02:16 2026 -0700

    TK-11341: add AdSense Auto-Ads loader + ads.txt (revert to remove ads)
---
 public/ads.txt       | 1 +
 public/care.html     | 1 +
 public/history.html  | 1 +
 public/index.html    | 1 +
 public/sourcing.html | 1 +
 public/trade.html    | 1 +
 6 files changed, 6 insertions(+)

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/care.html b/public/care.html
index 844e53e..221ef6c 100644
--- a/public/care.html
+++ b/public/care.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang="en"><head>
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <!-- Google tag (gtag.js) — GA4 G-GL80YLPJJ9 -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=G-GL80YLPJJ9"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-GL80YLPJJ9');</script>
diff --git a/public/history.html b/public/history.html
index c5da4b6..0fa0ee4 100644
--- a/public/history.html
+++ b/public/history.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang="en"><head>
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <!-- Google tag (gtag.js) — GA4 G-GL80YLPJJ9 -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=G-GL80YLPJJ9"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-GL80YLPJJ9');</script>
diff --git a/public/index.html b/public/index.html
index dd3f10f..8b837e1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,7 @@
 <!doctype html>
 <html lang="en">
 <head>
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
     <link rel="icon" type="image/svg+xml" href="/favicon.svg">
 
 <meta charset="utf-8">
diff --git a/public/sourcing.html b/public/sourcing.html
index a7a9882..366ff23 100644
--- a/public/sourcing.html
+++ b/public/sourcing.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang="en"><head>
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <!-- Google tag (gtag.js) — GA4 G-GL80YLPJJ9 -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=G-GL80YLPJJ9"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-GL80YLPJJ9');</script>
diff --git a/public/trade.html b/public/trade.html
index 4d3000d..be6beb1 100644
--- a/public/trade.html
+++ b/public/trade.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang="en"><head>
+    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <!-- Google tag (gtag.js) — GA4 G-GL80YLPJJ9 -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=G-GL80YLPJJ9"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-GL80YLPJJ9');</script>

← 08d1a7a auto-data-snapshot: 2026-08-24T04:13:07 (1 data files) — ser  ·  back to Restaurantwallpaper  ·  Add AdSense-compliant privacy policy page + footer link + /p f43bd90 →