Update src/app/layout.tsx
This commit is contained in:
@@ -15,20 +15,22 @@ export const metadata: Metadata = {
|
||||
title: "Dialedweb - Premium Software & Web Development", description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.", keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
|
||||
metadataBase: new URL("https://dialedweb.com"),
|
||||
alternates: {
|
||||
canonical: "https://dialedweb.com"},
|
||||
canonical: "https://dialedweb.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.", siteName: "Dialedweb", type: "website", url: "https://dialedweb.com", images: [
|
||||
{
|
||||
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"},
|
||||
],
|
||||
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"],
|
||||
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user