diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7c3ad53..7d92e94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ const figtree = Figtree({ export const metadata: Metadata = { title: "My Life Story - Personal Autobiography", description: "Explore my personal journey, achievements, and life lessons. Welcome to my autobiography and the chapters that define me.", keywords: "autobiography, personal story, life journey, memoir, achievements, personal history", openGraph: { - title: "My Life Story - Personal Autobiography", description: "Explore my personal journey, achievements, and life lessons. Welcome to my autobiography.", siteName: "My Story", type: "website"}, + title: "My Life Story - Personal Autobiography", description: "Explore my personal journey, achievements, and life lessons. Welcome to my autobiography.", siteName: "My Story", type: "website" + }, twitter: { - card: "summary_large_image", title: "My Life Story - Personal Autobiography", description: "Explore my personal journey, achievements, and life lessons."}, + card: "summary_large_image", title: "My Life Story - Personal Autobiography", description: "Explore my personal journey, achievements, and life lessons." + }, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index fc00cf3..a470452 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,16 +43,16 @@ export default function LandingPage() {