Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user