From cf812304df124f8af6980cbdd3ce0414a99cfbef Mon Sep 17 00:00:00 2001 From: development Date: Sun, 8 Feb 2026 19:32:06 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3051631..190f130 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({