Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "AnimeStream - Premium Anime Streaming Platform",
|
title: "AnimeStream - Premium Anime Streaming Platform", description: "Stream thousands of anime series and movies in 4K with premium quality. Unlimited access to classic and latest anime with offline downloads, multi-device support, and exclusive originals.", keywords: "anime streaming, anime online, watch anime, 4K anime, anime series, anime movies, premium anime platform", metadataBase: new URL("https://animestream.com"),
|
||||||
description: "Stream thousands of anime series and movies in 4K with premium quality. Unlimited access to classic and latest anime with offline downloads, multi-device support, and exclusive originals.",
|
|
||||||
keywords: "anime streaming, anime online, watch anime, 4K anime, anime series, anime movies, premium anime platform",
|
|
||||||
metadataBase: new URL("https://animestream.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://animestream.com",
|
canonical: "https://animestream.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "AnimeStream - Your Ultimate Anime Destination",
|
title: "AnimeStream - Your Ultimate Anime Destination", description: "Discover your next favorite anime with unlimited streaming access to thousands of titles in crystal-clear 4K quality.", url: "https://animestream.com", siteName: "AnimeStream", type: "website", images: [
|
||||||
description: "Discover your next favorite anime with unlimited streaming access to thousands of titles in crystal-clear 4K quality.",
|
|
||||||
url: "https://animestream.com",
|
|
||||||
siteName: "AnimeStream",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png", alt: "AnimeStream - Premium Anime Streaming"},
|
||||||
alt: "AnimeStream - Premium Anime Streaming",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "AnimeStream - Premium Anime Streaming", description: "Stream unlimited anime in 4K. Thousands of titles, offline downloads, multi-device support.", images: [
|
||||||
title: "AnimeStream - Premium Anime Streaming",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png"],
|
||||||
description: "Stream unlimited anime in 4K. Thousands of titles, offline downloads, multi-device support.",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQN11hrJsQDw2E068Omk9oS6gj/a-vibrant-anime-streaming-showcase-featu-1772520693212-8aab1130.png",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user