diff --git a/src/app/dadvocate/page.tsx b/src/app/dadvocate/page.tsx
index 9a38bf4..92027f0 100644
--- a/src/app/dadvocate/page.tsx
+++ b/src/app/dadvocate/page.tsx
@@ -6,44 +6,7 @@ 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 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,
- },
- },
+ description: "A curated collection of videos from The Dadvocate.",
};
interface Video {
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 7021144..83a3924 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -6,44 +6,7 @@ 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. 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,
- },
- },
+ description: "Watch YouTube commentary and analysis on Chelsea Smallwood, The Other Woman and the Wife, and the ongoing controversy.",
};
interface Video {
@@ -161,15 +124,6 @@ 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 b06a0d3..5e7be2b 100644
--- a/src/app/long-story/page.tsx
+++ b/src/app/long-story/page.tsx
@@ -10,43 +10,6 @@ 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() {
@@ -224,16 +187,13 @@ export default function LongStoryPage() {
-
+
-
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 31eedcf..0ef971e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,4 @@
-import type { Metadata } from 'next';
import { Button } from '@/components/ui/button';
import {
Card,
@@ -10,48 +9,6 @@ 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 (
@@ -124,9 +81,6 @@ export default function Home() {
-