Update src/app/layout.tsx

This commit is contained in:
2026-02-12 15:48:33 +00:00
parent 6d28ef9bab
commit 658dae10d7

View File

@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Futurama - Sci-Fi Comedy Classic | Planet Express",
description: "Explore the world of Futurama, a beloved animated series blending sci-fi adventure with heartfelt comedy. Meet the characters, watch episodes, and join the fan community.",
keywords: "Futurama, animated series, sci-fi comedy, Planet Express, cartoon, fan site",
robots: {
title: "Futurama - Sci-Fi Comedy Classic | Planet Express", description: "Explore the world of Futurama, a beloved animated series blending sci-fi adventure with heartfelt comedy. Meet the characters, watch episodes, and join the fan community.", keywords: "Futurama, animated series, sci-fi comedy, Planet Express, cartoon, fan site", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Futurama - Sci-Fi Comedy Classic",
description: "Step into the 31st century with Fry and the Planet Express crew on hilarious intergalactic adventures.",
type: "website",
siteName: "Futurama Fan Hub",
images: [
title: "Futurama - Sci-Fi Comedy Classic", description: "Step into the 31st century with Fry and the Planet Express crew on hilarious intergalactic adventures.", type: "website", siteName: "Futurama Fan Hub", images: [
{
url: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg",
alt: "Futurama hero image",
},
url: "https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg", alt: "Futurama hero image"},
],
},
twitter: {
card: "summary_large_image",
title: "Futurama - Sci-Fi Comedy Classic",
description: "Explore the beloved animated series with the Planet Express crew.",
images: ["https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg"],
card: "summary_large_image", title: "Futurama - Sci-Fi Comedy Classic", description: "Explore the beloved animated series with the Planet Express crew.", images: ["https://img.b2bpic.net/free-photo/medium-shot-robots-hugging-fantasy-world_23-2150900545.jpg"],
},
};