Site needs a meta description
This commit is contained in:
parent
a9d93f2138
commit
7e55c0fe1d
3 changed files with 13 additions and 3 deletions
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"IDX.aI.enableInlineCompletion": true,
|
||||||
|
"IDX.aI.enableCodebaseIndexing": true
|
||||||
|
}
|
|
@ -6,7 +6,7 @@ import { ThemeProvider } from '@/components/theme-provider';
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
||||||
description:
|
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: [
|
keywords: [
|
||||||
'Chelsea Smallwood',
|
'Chelsea Smallwood',
|
||||||
'The Other Woman and the Wife',
|
'The Other Woman and the Wife',
|
||||||
|
@ -22,7 +22,7 @@ export const metadata: Metadata = {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
||||||
description:
|
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: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://placehold.co/1200x630.png',
|
url: 'https://placehold.co/1200x630.png',
|
||||||
|
@ -38,7 +38,7 @@ export const metadata: Metadata = {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
||||||
description:
|
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'],
|
images: ['https://placehold.co/1200x630.png'],
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
import type { Metadata } from 'next';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import {
|
import {
|
||||||
Card,
|
Card,
|
||||||
|
@ -7,6 +8,11 @@ import {
|
||||||
} from '@/components/ui/card';
|
} from '@/components/ui/card';
|
||||||
import Link from 'next/link';
|
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() {
|
export default function LongStoryPage() {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col min-h-screen bg-background text-foreground">
|
<div className="flex flex-col min-h-screen bg-background text-foreground">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue