Update src/app/layout.tsx
This commit is contained in:
@@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild - Build Websites Without Code",
|
||||
description: "Create beautiful, professional websites in minutes with Webild. No coding required. Perfect for small businesses and entrepreneurs. Free templates, e-commerce ready, SEO optimized.",
|
||||
keywords: "website builder, drag and drop, no code, small business website, DIY website, free templates, e-commerce, online store",
|
||||
robots: {
|
||||
title: "Webild - Build Websites Without Code", description: "Create beautiful, professional websites in minutes with Webild. No coding required. Perfect for small businesses and entrepreneurs. Free templates, e-commerce ready, SEO optimized.", keywords: "website builder, drag and drop, no code, small business website, DIY website, free templates, e-commerce, online store", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Webild - Website Builder for Everyone",
|
||||
description: "Build your professional website in minutes. No coding, no designers needed. Start free today.",
|
||||
type: "website",
|
||||
siteName: "Webild",
|
||||
url: "https://webild.io",
|
||||
images: [
|
||||
title: "Webild - Website Builder for Everyone", description: "Build your professional website in minutes. No coding, no designers needed. Start free today.", type: "website", siteName: "Webild", url: "https://webild.io", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536221658-d2cbe5a6.png",
|
||||
alt: "Webild Website Builder Platform",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536221658-d2cbe5a6.png", alt: "Webild Website Builder Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Webild - Website Builder for Everyone",
|
||||
description: "Build your professional website in minutes. No coding, no designers needed.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536221658-d2cbe5a6.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Webild - Website Builder for Everyone", description: "Build your professional website in minutes. No coding, no designers needed.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-modern-website-builder-dashboard-inter-1772536221658-d2cbe5a6.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user