Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,23 @@ 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 Ultimate Animated Series Fan Site",
|
||||
description: "Explore the universe of Futurama—the iconic sci-fi comedy. Discover episodes, characters, fan reviews, and everything about this beloved animated classic.",
|
||||
keywords: "Futurama, animated series, sci-fi comedy, Planet Express, Matt Groening, episodes, characters",
|
||||
metadataBase: new URL("https://futurama-fan-site.com"),
|
||||
title: "Futurama | The Ultimate Animated Series Fan Site", description: "Explore the universe of Futurama—the iconic sci-fi comedy. Discover episodes, characters, fan reviews, and everything about this beloved animated classic.", keywords: "Futurama, animated series, sci-fi comedy, Planet Express, Matt Groening, episodes, characters", metadataBase: new URL("https://futurama-fan-site.com"),
|
||||
alternates: {
|
||||
canonical: "https://futurama-fan-site.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Futurama | The Ultimate Animated Series Fan Site",
|
||||
description: "Welcome to Planet Express. Explore the beloved sci-fi comedy Futurama with episodes, characters, and fan community.",
|
||||
type: "website",
|
||||
siteName: "Futurama",
|
||||
images: [
|
||||
title: "Futurama | The Ultimate Animated Series Fan Site", description: "Welcome to Planet Express. Explore the beloved sci-fi comedy Futurama with episodes, characters, and fan community.", type: "website", siteName: "Futurama", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg",
|
||||
alt: "Futurama Planet Express spaceship"
|
||||
url: "https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg", alt: "Futurama Planet Express spaceship"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Futurama | The Ultimate Animated Series Fan Site",
|
||||
description: "Explore the universe of Futurama—the iconic sci-fi comedy.",
|
||||
images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"]
|
||||
card: "summary_large_image", title: "Futurama | The Ultimate Animated Series Fan Site", description: "Explore the universe of Futurama—the iconic sci-fi comedy.", images: ["https://img.b2bpic.net/free-vector/city-space-scene_1308-31586.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user