Update src/app/layout.tsx

This commit is contained in:
2026-03-03 14:03:46 +00:00
parent 0a2815882d
commit 35f2aebbf5

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}