Update src/app/layout.tsx

This commit is contained in:
2026-02-12 10:30:36 +00:00
parent dc21a860ac
commit 9d8ce5f34e

View File

@@ -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,