From d8b285bb37517a442a7defbe6d676157358bfa44 Mon Sep 17 00:00:00 2001 From: Derek Slenk Date: Thu, 17 Jul 2025 23:29:26 -0400 Subject: [PATCH] Enhance SEO metadata and add dadvocate page navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add comprehensive metadata to all pages (homepage, gallery, long-story, dadvocate) - Include OpenGraph tags, Twitter cards, canonical URLs, and robot directives - Add navigation links to dadvocate page from homepage, gallery, and long-story pages - Cross-link between video galleries with contextual call-out section - Improve search engine indexing with keywords and structured metadata 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/app/dadvocate/page.tsx | 39 +++++++++++++++++++++++++++++- src/app/gallery/page.tsx | 48 ++++++++++++++++++++++++++++++++++++- src/app/long-story/page.tsx | 42 +++++++++++++++++++++++++++++++- src/app/page.tsx | 46 +++++++++++++++++++++++++++++++++++ 4 files changed, 172 insertions(+), 3 deletions(-) diff --git a/src/app/dadvocate/page.tsx b/src/app/dadvocate/page.tsx index 92027f0..9a38bf4 100644 --- a/src/app/dadvocate/page.tsx +++ b/src/app/dadvocate/page.tsx @@ -6,7 +6,44 @@ import { ExternalLink } from 'lucide-react'; export const metadata: Metadata = { title: "Dadvocate Vids - A curated collection of videos from The Dadvocate", - description: "A curated collection of videos from The Dadvocate.", + description: "A curated collection of videos from The Dadvocate highlighting family court experiences, parental alienation awareness, and advocacy for fathers' rights. Watch real stories and testimonials.", + keywords: "dadvocate, fathers rights, family court, parental alienation, custody battles, divorce stories, co-parenting", + authors: [{ name: "Cheating Chelsea" }], + openGraph: { + title: "Dadvocate Vids - Family Court Stories & Fathers' Rights", + description: "Watch curated videos from The Dadvocate featuring real experiences with family court, parental alienation, and advocacy for equal parenting rights.", + url: "https://cheatingchelsea.com/dadvocate", + siteName: "Cheating Chelsea", + type: "website", + images: [ + { + url: "https://cheatingchelsea.com/og-dadvocate.jpg", + width: 1200, + height: 630, + alt: "Dadvocate Videos Collection" + } + ], + }, + twitter: { + card: "summary_large_image", + title: "Dadvocate Vids - Family Court Stories", + description: "Curated videos on fathers' rights, parental alienation, and family court experiences", + images: ["https://cheatingchelsea.com/og-dadvocate.jpg"], + }, + alternates: { + canonical: "https://cheatingchelsea.com/dadvocate", + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, }; interface Video { diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 83a3924..7021144 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -6,7 +6,44 @@ import { ExternalLink } from 'lucide-react'; export const metadata: Metadata = { title: "Video Gallery - Community Coverage of Chelsea Smallwood", - description: "Watch YouTube commentary and analysis on Chelsea Smallwood, The Other Woman and the Wife, and the ongoing controversy.", + description: "Watch YouTube commentary and analysis on Chelsea Smallwood, The Other Woman and the Wife, and the ongoing controversy. Community voices exposing harmful behaviors and supporting victims.", + keywords: "chelsea smallwood videos, the other woman and the wife, youtube commentary, community coverage, toxic behavior exposed, family court stories", + authors: [{ name: "Cheating Chelsea" }], + openGraph: { + title: "Video Gallery - Chelsea Smallwood Exposed", + description: "Community videos and commentary exposing Chelsea Smallwood's harmful actions. Watch testimonials and analysis from various content creators.", + url: "https://cheatingchelsea.com/gallery", + siteName: "Cheating Chelsea", + type: "website", + images: [ + { + url: "https://cheatingchelsea.com/og-gallery.jpg", + width: 1200, + height: 630, + alt: "Video Gallery - Community Coverage" + } + ], + }, + twitter: { + card: "summary_large_image", + title: "Video Gallery - Chelsea Smallwood Exposed", + description: "Community videos exposing harmful behaviors and supporting victims", + images: ["https://cheatingchelsea.com/og-gallery.jpg"], + }, + alternates: { + canonical: "https://cheatingchelsea.com/gallery", + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, }; interface Video { @@ -124,6 +161,15 @@ export default async function GalleryPage() {
+
+

Looking for more videos?

+

+ Check out our curated collection of videos from The Dadvocate featuring family court experiences and fathers' rights advocacy. +

+ +
diff --git a/src/app/long-story/page.tsx b/src/app/long-story/page.tsx index 5e7be2b..b06a0d3 100644 --- a/src/app/long-story/page.tsx +++ b/src/app/long-story/page.tsx @@ -10,6 +10,43 @@ import Link from 'next/link'; export const metadata: Metadata = { title: "The Full Story: Chelsea Smallwood's Controversial Empire", description: "A deep dive into how Chelsea Smallwood built a business on monetizing infidelity, the controversy surrounding 'The Other Woman and the Wife,' and the serious allegations of cyberbullying and harassment in the Kristen Jacobs lawsuit.", + keywords: "chelsea smallwood story, the other woman and the wife lawsuit, kristen jacobs case, cyberbullying allegations, infidelity business, social media harassment", + authors: [{ name: "Cheating Chelsea" }], + openGraph: { + title: "The Full Story - Chelsea Smallwood's Controversial Empire", + description: "Comprehensive timeline and details about Chelsea Smallwood's harmful business practices, cyberbullying allegations, and the Kristen Jacobs lawsuit.", + url: "https://cheatingchelsea.com/long-story", + siteName: "Cheating Chelsea", + type: "article", + images: [ + { + url: "https://cheatingchelsea.com/og-story.jpg", + width: 1200, + height: 630, + alt: "The Full Story - Chelsea Smallwood Exposed" + } + ], + }, + twitter: { + card: "summary_large_image", + title: "The Full Story - Chelsea Smallwood Exposed", + description: "Complete timeline of harmful business practices and cyberbullying allegations", + images: ["https://cheatingchelsea.com/og-story.jpg"], + }, + alternates: { + canonical: "https://cheatingchelsea.com/long-story", + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, }; export default function LongStoryPage() { @@ -187,13 +224,16 @@ export default function LongStoryPage() { -
+
+
diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ef971e..31eedcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ +import type { Metadata } from 'next'; import { Button } from '@/components/ui/button'; import { Card, @@ -9,6 +10,48 @@ import { } from '@/components/ui/card'; import Link from 'next/link'; +export const metadata: Metadata = { + title: "Cheating Chelsea Exposed - Support Kristen Jacobs", + description: "Exposing harmful activities by Chelsea Smallwood and 'The Other Woman and the Wife' group. Support Kristen Jacobs, a victim of false accusations and family court injustice.", + keywords: "chelsea smallwood, kristen jacobs, family court, false accusations, parental alienation, gofundme support, texas divorce", + authors: [{ name: "Cheating Chelsea" }], + openGraph: { + title: "Cheating Chelsea Exposed - Stand Against Injustice", + description: "Learn the truth about Chelsea Smallwood's harmful actions and support Kristen Jacobs through her legal battle against false accusations.", + url: "https://cheatingchelsea.com", + siteName: "Cheating Chelsea", + type: "website", + images: [ + { + url: "https://cheatingchelsea.com/og-image.jpg", + width: 1200, + height: 630, + alt: "Cheating Chelsea Exposed" + } + ], + }, + twitter: { + card: "summary_large_image", + title: "Cheating Chelsea Exposed", + description: "Exposing harmful activities and supporting victims of false accusations", + images: ["https://cheatingchelsea.com/og-image.jpg"], + }, + alternates: { + canonical: "https://cheatingchelsea.com", + }, + robots: { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, +}; + export default function Home() { return (
@@ -81,6 +124,9 @@ export default function Home() { +