Update src/app/layout.tsx
This commit is contained in:
@@ -5,39 +5,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild Studio | 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"],
|
||||
metadataBase: new URL("https://webild.studio"),
|
||||
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"],
|
||||
metadataBase: new URL("https://dialedweb.studio"),
|
||||
alternates: {
|
||||
canonical: "https://webild.studio"
|
||||
canonical: "https://dialedweb.studio"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Webild Studio | Premium Digital Agency",
|
||||
description: "Transform your vision into digital reality with award-winning design and development.",
|
||||
type: "website",
|
||||
siteName: "Webild Studio",
|
||||
images: [
|
||||
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: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/empty-home-setup-desk-filled-with-documents-financial-reports_482257-100068.jpg",
|
||||
alt: "Webild Studio - Premium Web Design"
|
||||
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"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
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"]
|
||||
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"]
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1276,4 +1265,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user