Update src/app/layout.tsx

This commit is contained in:
2026-02-12 15:54:07 +00:00
parent a0515b402a
commit ae6e2cd5f7

View File

@@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const rubik = Rubik({
variable: "--font-rubik",
subsets: ["latin"],
variable: "--font-rubik", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series",
description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.",
keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender",
robots: {
title: "Futurama - The Ultimate Animated Sci-Fi Comedy Series", description: "Explore Futurama: the iconic animated series with Fry, Leela, and Bender. Discover episodes, characters, fan favorites, and relive the sci-fi comedy classic.", keywords: "Futurama, animated series, sci-fi comedy, Matt Groening, Fry, Leela, Bender", robots: {
index: true,
follow: true,
},