← back to Dear Bubbe Nextjs
privacy: add AdSense advertising disclosure (account-ban prevention)
e3c809e695144e6e2e390e279e1f6c002769de12 · 2026-08-05 08:23:22 -0700 · Steve Abrams
Files touched
Diff
commit e3c809e695144e6e2e390e279e1f6c002769de12
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Aug 5 08:23:22 2026 -0700
privacy: add AdSense advertising disclosure (account-ban prevention)
---
app/privacy/page.tsx | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx
index 79af397..d709066 100644
--- a/app/privacy/page.tsx
+++ b/app/privacy/page.tsx
@@ -16,8 +16,24 @@ export default function Privacy() {
<h2 className="text-xl font-semibold mt-6 mb-3">4. Cookies</h2>
<p className="mb-4">We use cookies to maintain your session and preferences.</p>
-
- <h2 className="text-xl font-semibold mt-6 mb-3">5. Contact</h2>
+
+ <h2 className="text-xl font-semibold mt-6 mb-3">5. Advertising</h2>
+ <p className="mb-4">
+ We display advertising through Google AdSense. Third-party vendors, including Google,
+ use cookies to serve ads based on your prior visits to this and other websites.
+ Google’s use of advertising cookies enables it and its partners to serve ads to
+ you based on your visit to bubbe.ai and/or other sites on the Internet. You may opt
+ out of personalized advertising by visiting{' '}
+ <a className="underline" href="https://www.google.com/settings/ads" target="_blank" rel="noopener noreferrer">Google Ads Settings</a>,
+ or opt out of third-party vendors’ use of cookies at{' '}
+ <a className="underline" href="https://www.aboutads.info/choices/" target="_blank" rel="noopener noreferrer">aboutads.info</a>{' '}
+ (or{' '}
+ <a className="underline" href="https://www.youronlinechoices.eu/" target="_blank" rel="noopener noreferrer">youronlinechoices.eu</a>{' '}
+ in the EEA/UK). Where required by law, we request consent before setting non-essential
+ advertising cookies.
+ </p>
+
+ <h2 className="text-xl font-semibold mt-6 mb-3">6. Contact</h2>
<p className="mb-4">Questions? Visit bubbe.ai</p>
</div>
</div>
← 8486a22 add AdSense loader + ads.txt (Phase 1 monetization)
·
back to Dear Bubbe Nextjs
·
security: redact stale leaked OAuth/NextAuth/JWT secrets fro 81e64f6 →