Switch to version 1: modified src/app/layout.tsx
This commit is contained in:
@@ -5,22 +5,37 @@ 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: "Beatcraft - Free AI Music & Video Generator", description: "Create stunning AI-generated music (10 seconds to 3.5 minutes) and professional music videos instantly, all completely free. No limits, no watermarks.", keywords: "AI music generator, music creation, video generator, free music, AI video", metadataBase: new URL("https://beatcraft.io"),
|
||||
title: "Beatcraft - Free AI Music & Video Generator",
|
||||
description: "Create stunning AI-generated music (10 seconds to 3.5 minutes) and professional music videos instantly, all completely free. No limits, no watermarks.",
|
||||
keywords: "AI music generator, music creation, video generator, free music, AI video",
|
||||
metadataBase: new URL("https://beatcraft.io"),
|
||||
alternates: {
|
||||
canonical: "https://beatcraft.io"},
|
||||
canonical: "https://beatcraft.io",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Beatcraft - Free AI Music & Video Generator", description: "Create unlimited AI-generated music and professional music videos instantly, all free.", siteName: "Beatcraft", type: "website", images: [
|
||||
title: "Beatcraft - Free AI Music & Video Generator",
|
||||
description: "Create unlimited AI-generated music and professional music videos instantly, all free.",
|
||||
siteName: "Beatcraft",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png", alt: "Beatcraft AI Music Generator"},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png",
|
||||
alt: "Beatcraft AI Music Generator",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Beatcraft - Free AI Music & Video Generator", description: "Create unlimited AI music and videos instantly, free forever.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png"],
|
||||
card: "summary_large_image",
|
||||
title: "Beatcraft - Free AI Music & Video Generator",
|
||||
description: "Create unlimited AI music and videos instantly, free forever.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1410,4 +1425,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user