diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e45827c..416582b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -76,6 +76,17 @@ export default function RootLayout({
{/* hreflang entries removed pending real i18n routes (Phase D). */} + {/* Tell browsers + Google not to auto-offer translation. The site IS + English (lang="en"); the language pulldown opt-in uses Google + Translate's hosted proxy (*.translate.goog) so users who want + another language get one without polluting the canonical URL. + Without these, Chrome's content-language detector sometimes + fires on imported posts that contain Portuguese/Spanish company + or person names and offers a translate popup unprompted. */} + + + +