From 543080003be211d3df9d228b0db325315c49b1bd Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 3 Jan 2026 02:50:05 +0000 Subject: [PATCH] Update SEO and metadata for development environment Changed all SEO metadata to clearly indicate this is a development instance, not a production site. This prevents confusion and ensures search engines don't index the dev site. Changes: - Added [DEV] prefix to all page titles (SEO component) - Updated index.html meta tags with dev-focused descriptions - Changed robots meta to noindex, nofollow - Updated Open Graph tags for social media previews - Updated Twitter Card metadata - Modified JSON-LD structured data for dev environment - Updated FAQ structured data with dev-specific information Key updates: - Title: "[DEV] AeThex | Development Environment" - Description: "Development instance of AeThex platform - Not for production use" - Robots: noindex, nofollow (prevents search engine indexing) --- client/components/SEO.tsx | 2 +- index.html | 40 +++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/client/components/SEO.tsx b/client/components/SEO.tsx index a3cecbee..60cc4ee0 100644 --- a/client/components/SEO.tsx +++ b/client/components/SEO.tsx @@ -30,7 +30,7 @@ export default function SEO({ noIndex, }: SEOProps) { useEffect(() => { - const title = `AeThex | ${pageTitle}`; + const title = `[DEV] AeThex | ${pageTitle}`; document.title = title; if (canonical) { diff --git a/index.html b/index.html index 50d62c1c..276014fd 100644 --- a/index.html +++ b/index.html @@ -4,23 +4,23 @@ - AeThex | Developer Platform for Builders, Creators & Innovation + [DEV] AeThex | Development Environment - + - + @@ -57,15 +57,15 @@ - +