diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57e0045..e7eebbe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,33 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + variable: "--font-nunito-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series. Watch all seasons now on Hulu.", - keywords: "Futurama, animated series, science fiction, comedy, Matt Groening, Planet Express", - metadataBase: new URL("https://futurama.com"), + title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series. Watch all seasons now on Hulu.", keywords: "Futurama, animated series, science fiction, comedy, Matt Groening, Planet Express", metadataBase: new URL("https://futurama.com"), alternates: { canonical: "https://futurama.com" }, openGraph: { - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", - siteName: "Futurama", - type: "website", - images: [{ - url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", - alt: "Futurama series hero image" + title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", siteName: "Futurama", type: "website", images: [{ + url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", alt: "Futurama series hero image" }] }, twitter: { - card: "summary_large_image", - title: "Futurama | The Legendary Sci-Fi Comedy Series", - description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", - images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"] + card: "summary_large_image", title: "Futurama | The Legendary Sci-Fi Comedy Series", description: "Experience the adventures of Fry, Leela, and Bender in Futurama, the beloved animated sci-fi comedy series.", images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"] }, robots: { index: true,