diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d3ae0e9..321b2e7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,18 +21,19 @@ const lato = Lato({ }); export const metadata: Metadata = { - title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences with our powerful platform. Transform your business, drive growth, and achieve remarkable results with cutting-edge technology.", keywords: "powerful website, digital transformation, business solutions, innovation platform, growth", robots: { + title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions for residential and commercial properties. Expert contractors, quality materials, and guaranteed workmanship. Get your free roofing inspection today.", keywords: "roofing, roofer, roof repair, roof replacement, residential roofing, commercial roofing, roofing contractor", robots: { index: true, follow: true, }, openGraph: { - title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences with our powerful platform. Transform your business and achieve remarkable results.", type: "website", siteName: "Webild", images: [ + title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions with expert contractors and quality workmanship.", type: "website", siteName: "Pro Roofing", images: [ { - url: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg", alt: "Powerful dashboard interface"}, + url: "http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg", alt: "Professional roofing services" + }, ], }, twitter: { - card: "summary_large_image", title: "Powerful Website Solutions | Webild", description: "Build extraordinary digital experiences. Transform your business with our cutting-edge platform.", images: ["http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg"], + card: "summary_large_image", title: "Professional Roofing Services | Expert Contractors", description: "Premium roofing solutions with expert contractors and quality workmanship.", images: ["http://img.b2bpic.net/free-vector/dashboard-element-collection_23-2148394289.jpg"], }, };