From 35f2aebbf590fc4d8ee437ff4b575fd0b6aaef6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:03:46 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3c849fa..034e898 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Local Service Provider - Trusted & Licensed", - description: "Professional local services with 15+ years experience. Licensed, insured, same-day availability. Get free quote today.", - keywords: "local services, professional service provider, licensed, insured, free quote, same-day service", - metadataBase: new URL("https://localproservices.com"), + title: "Local Service Provider - Trusted & Licensed", description: "Professional local services with 15+ years experience. Licensed, insured, same-day availability. Get free quote today.", keywords: "local services, professional service provider, licensed, insured, free quote, same-day service", metadataBase: new URL("https://localproservices.com"), alternates: { - canonical: "https://localproservices.com", - }, + canonical: "https://localproservices.com"}, openGraph: { - title: "LocalPro Services - Your Trusted Local Provider", - description: "Professional, reliable local services. Licensed & insured with 15+ years experience.", - url: "https://localproservices.com", - siteName: "LocalPro Services", - type: "website", - images: [ + title: "LocalPro Services - Your Trusted Local Provider", description: "Professional, reliable local services. Licensed & insured with 15+ years experience.", url: "https://localproservices.com", siteName: "LocalPro Services", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", - alt: "Professional local service team", - }, + url: "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", alt: "Professional local service team"}, ], }, twitter: { - card: "summary_large_image", - title: "LocalPro Services - Trusted Local Provider", - description: "Professional services you can trust. Free quotes, same-day availability.", - images: ["http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg"], + card: "summary_large_image", title: "LocalPro Services - Trusted Local Provider", description: "Professional services you can trust. Free quotes, same-day availability.", images: ["http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg"], }, robots: { index: true, @@ -1424,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}