Update src/app/layout.tsx
This commit is contained in:
@@ -5,32 +5,18 @@ 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: "Buffur - Premium Furry Comics Streaming Platform",
|
||||
description: "Discover unlimited furry comics, exclusive series, and premium storytelling. Subscribe to Buffur for ad-free streaming of the finest furry comic content.",
|
||||
keywords: "furry comics, comics streaming, comic series, furry animation, digital comics",
|
||||
openGraph: {
|
||||
title: "Buffur - Premium Furry Comics",
|
||||
description: "Stream unlimited furry comics with Buffur. Exclusive content, stunning artwork, and captivating stories.",
|
||||
url: "https://buffur.com",
|
||||
siteName: "Buffur",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Buffur - Premium Furry Comics Streaming Platform", description: "Discover unlimited furry comics, exclusive series, and premium storytelling. Subscribe to Buffur for ad-free streaming of the finest furry comic content.", keywords: "furry comics, comics streaming, comic series, furry animation, digital comics", openGraph: {
|
||||
title: "Buffur - Premium Furry Comics", description: "Stream unlimited furry comics with Buffur. Exclusive content, stunning artwork, and captivating stories.", url: "https://buffur.com", siteName: "Buffur", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg",
|
||||
alt: "Buffur Premium Comics Platform",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg", alt: "Buffur Premium Comics Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Buffur - Premium Furry Comics",
|
||||
description: "Stream unlimited furry comics with exclusive content and stunning artwork.",
|
||||
images: ["http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg"],
|
||||
card: "summary_large_image", title: "Buffur - Premium Furry Comics", description: "Stream unlimited furry comics with exclusive content and stunning artwork.", images: ["http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user