Site needs a meta description
This commit is contained in:
parent
a9d93f2138
commit
7e55c0fe1d
3 changed files with 13 additions and 3 deletions
|
@ -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 (
|
||||
<div className="flex flex-col min-h-screen bg-background text-foreground">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue