diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ff40025..8ccbfff 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, },