diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..03adc8d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "IDX.aI.enableInlineCompletion": true, + "IDX.aI.enableCodebaseIndexing": true +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78326bf..61b8705 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,7 @@ import { ThemeProvider } from '@/components/theme-provider'; export const metadata: Metadata = { title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood', description: - "Exposing the harm caused by Chelsea Smallwood and 'The Other Woman and the Wife' group. Learn about the Kristen Jacobs lawsuit, online harassment, and the controversial business of monetizing infidelity.", + "Uncovering the truth about Chelsea Smallwood, The Other Woman and the Wife, and the Kristen Jacobs lawsuit. Exposing the controversial business of monetizing infidelity, cyberbullying, and online harassment.", keywords: [ 'Chelsea Smallwood', 'The Other Woman and the Wife', @@ -22,7 +22,7 @@ export const metadata: Metadata = { openGraph: { title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood', description: - "Exposing the harm caused by Chelsea Smallwood's controversial business.", + "Uncovering the truth about Chelsea Smallwood and the controversial business of monetizing infidelity.", images: [ { url: 'https://placehold.co/1200x630.png', @@ -38,7 +38,7 @@ export const metadata: Metadata = { card: 'summary_large_image', title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood', description: - "Exposing the harm caused by Chelsea Smallwood's controversial business.", + "Uncovering the truth about Chelsea Smallwood and the controversial business of monetizing infidelity.", images: ['https://placehold.co/1200x630.png'], }, robots: { diff --git a/src/app/long-story/page.tsx b/src/app/long-story/page.tsx index 8c4b01c..b4e9f39 100644 --- a/src/app/long-story/page.tsx +++ b/src/app/long-story/page.tsx @@ -1,4 +1,5 @@ +import type { Metadata } from 'next'; import { Button } from '@/components/ui/button'; import { Card, @@ -7,6 +8,11 @@ import { } from '@/components/ui/card'; 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.", +}; + export default function LongStoryPage() { return (