[object Object]

← back to Boomer Calculator

add AdSense loader + ads.txt (Phase 1 monetization)

a469a52c454f3f70e3ea7cb7c987c65116b4e34c · 2026-08-05 07:39:09 -0700 · Steve Abrams

Files touched

Diff

commit a469a52c454f3f70e3ea7cb7c987c65116b4e34c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 07:39:09 2026 -0700

    add AdSense loader + ads.txt (Phase 1 monetization)
---
 app/layout.tsx | 7 +++++++
 public/ads.txt | 1 +
 2 files changed, 8 insertions(+)

diff --git a/app/layout.tsx b/app/layout.tsx
index 0973d88..8d039e2 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -36,6 +36,13 @@ export default function RootLayout({
     <html lang="en">
       <head>
         <link rel="apple-touch-icon" href="/icon-192.png" />
+        {/* Google AdSense (Auto ads) — monetizes boomercalc.com. Pub id is
+            public; /ads.txt authorizes the account. Approved 2026-08-05 (Phase 1). */}
+        <script
+          async
+          src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5278231299883833"
+          crossOrigin="anonymous"
+        ></script>
       </head>
       <body className={inter.className}>{children}</body>
     </html>
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

← d5b139c chore(gitignore): add canonical .env* and *.bak ignore patte  ·  back to Boomer Calculator  ·  real branded app icon set (retro 67 calculator) — fixes App 7917341 →