[object Object]

← back to Wallpaperdistributors

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

e3417b7e331221dc7e4c42f33270f6e1ec44b12c · 2026-09-09 16:02:22 -0700 · Steve

Files touched

Diff

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

    TK-11341: add AdSense Auto-Ads loader + ads.txt (revert to remove ads)
---
 public/ads.txt    | 1 +
 public/index.html | 1 +
 2 files changed, 2 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/index.html b/public/index.html
index 891647f..29fa45b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html lang="en" data-theme="light">
 <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-NBZ5WTBW8F -->
 <script async src="https://www.googletagmanager.com/gtag/js?id=G-NBZ5WTBW8F"></script>
 <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-NBZ5WTBW8F');</script>

← 6eb2b98 SEO: rel=nofollow sponsored on designerwallcoverings.com lin  ·  back to Wallpaperdistributors  ·  Add AdSense-compliant privacy policy page + footer link + /p 0bc9663 →