[object Object]

← back to Designtradelive

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

adb1b034bee5ac42f00d334e3dbffaeaa22533fc · 2026-09-09 16:02:05 -0700 · Steve

Files touched

Diff

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

    TK-11341: add AdSense Auto-Ads loader + ads.txt (revert to remove ads)
---
 public/ads.txt          | 1 +
 views/partials/head.ejs | 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/views/partials/head.ejs b/views/partials/head.ejs
index 3f3abc6..a85742f 100644
--- a/views/partials/head.ejs
+++ b/views/partials/head.ejs
@@ -1,3 +1,4 @@
+<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833" crossorigin="anonymous"></script>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="description" content="<%= typeof metaDescription !== 'undefined' ? metaDescription : 'DesignTradeLive — the live calendar of design industry trade shows and events: ICFF, NeoCon, KBIS, High Point Market, BDNY, Salone del Mobile, Maison&Objet, Heimtextil, and more.' %>">

← 619918b Add per-site favicon (kills /favicon.ico 404)  ·  back to Designtradelive  ·  Add privacy policy page (/privacy.html) for AdSense 4b937f5 →