Update src/app/layout.tsx
This commit is contained in:
@@ -5,39 +5,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunito = Nunito({
|
const nunito = Nunito({
|
||||||
variable: "--font-nunito",
|
variable: "--font-nunito", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Webild Studio | Premium Web Design & Digital Solutions",
|
title: "Dialed Web | Premium Web Design & Digital Solutions", description: "Award-winning web agency creating premium digital experiences. Web design, development, branding, and marketing for global brands.", keywords: ["web design", "web development", "digital agency", "branding", "web solutions", "UI/UX design"],
|
||||||
description: "Award-winning web agency creating premium digital experiences. Web design, development, branding, and marketing for global brands.",
|
metadataBase: new URL("https://dialedweb.studio"),
|
||||||
keywords: ["web design", "web development", "digital agency", "branding", "web solutions", "UI/UX design"],
|
|
||||||
metadataBase: new URL("https://webild.studio"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://webild.studio"
|
canonical: "https://dialedweb.studio"
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true
|
follow: true
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Webild Studio | Premium Digital Agency",
|
title: "Dialed Web | Premium Digital Agency", description: "Transform your vision into digital reality with award-winning design and development.", type: "website", siteName: "Dialed Web", images: [
|
||||||
description: "Transform your vision into digital reality with award-winning design and development.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "Webild Studio",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg",
|
url: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg", alt: "Dialed Web - Premium Web Design"
|
||||||
alt: "Webild Studio - Premium Web Design"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Dialed Web - Premium Digital Solutions", description: "Award-winning web design and development for ambitious brands.", images: ["https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg"]
|
||||||
title: "Webild Studio - Premium Digital Solutions",
|
|
||||||
description: "Award-winning web design and development for ambitious brands.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg"]
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user