We should make sure we have good SEO
This commit is contained in:
parent
a7476cb140
commit
2d419678cb
2 changed files with 55 additions and 11 deletions
|
@ -4,9 +4,54 @@ import { Toaster } from '@/components/ui/toaster';
|
|||
import { ThemeProvider } from '@/components/theme-provider';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Cheating Chelsea Exposed',
|
||||
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.",
|
||||
"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.",
|
||||
keywords: [
|
||||
'Chelsea Smallwood',
|
||||
'The Other Woman and the Wife',
|
||||
'Kristen Jacobs',
|
||||
'infidelity',
|
||||
'cheating',
|
||||
'online harassment',
|
||||
'cyberbullying',
|
||||
'GoFundMe',
|
||||
'lawsuit',
|
||||
'cheatingchelsea.com',
|
||||
],
|
||||
openGraph: {
|
||||
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
||||
description:
|
||||
"Exposing the harm caused by Chelsea Smallwood's controversial business.",
|
||||
images: [
|
||||
{
|
||||
url: 'https://placehold.co/1200x630.png',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'A banner for the Cheating Chelsea Exposed website.',
|
||||
},
|
||||
],
|
||||
locale: 'en_US',
|
||||
type: 'website',
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: 'Cheating Chelsea Exposed - The Truth About Chelsea Smallwood',
|
||||
description:
|
||||
"Exposing the harm caused by Chelsea Smallwood's controversial business.",
|
||||
images: ['https://placehold.co/1200x630.png'],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
googleBot: {
|
||||
index: true,
|
||||
follow: true,
|
||||
'max-video-preview': -1,
|
||||
'max-image-preview': 'large',
|
||||
'max-snippet': -1,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
@ -5,7 +5,6 @@ import {
|
|||
CardDescription,
|
||||
CardFooter,
|
||||
CardHeader,
|
||||
CardTitle,
|
||||
} from '@/components/ui/card';
|
||||
|
||||
export default function Home() {
|
||||
|
@ -26,9 +25,9 @@ export default function Home() {
|
|||
<div className="space-y-8">
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl font-bold font-headline">
|
||||
<h2 className="text-2xl font-bold font-headline leading-none tracking-tight">
|
||||
Who is Chelsea Smallwood?
|
||||
</CardTitle>
|
||||
</h2>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4 text-lg text-card-foreground">
|
||||
<p>
|
||||
|
@ -50,9 +49,9 @@ export default function Home() {
|
|||
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl font-bold font-headline">
|
||||
<h2 className="text-2xl font-bold font-headline leading-none tracking-tight">
|
||||
The Harm Caused: Kristen Jacobs' Story
|
||||
</CardTitle>
|
||||
</h2>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4 text-lg text-card-foreground">
|
||||
<p>
|
||||
|
@ -77,9 +76,9 @@ export default function Home() {
|
|||
|
||||
<Card className="border-2 border-destructive shadow-lg">
|
||||
<CardHeader className="text-center">
|
||||
<CardTitle className="text-3xl font-bold font-headline text-primary">
|
||||
<h2 className="text-3xl font-bold font-headline text-primary leading-none tracking-tight">
|
||||
Stand With Kristen
|
||||
</CardTitle>
|
||||
</h2>
|
||||
<CardDescription className="text-lg pt-2">
|
||||
Help her fight back against online harassment and
|
||||
exploitation.
|
||||
|
@ -111,9 +110,9 @@ export default function Home() {
|
|||
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl font-bold font-headline">
|
||||
<h2 className="text-2xl font-bold font-headline leading-none tracking-tight">
|
||||
Sources and Evidence
|
||||
</CardTitle>
|
||||
</h2>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<ul className="list-disc space-y-2 pl-5 text-base text-card-foreground">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue