Update src/app/layout.tsx

This commit is contained in:
2026-03-06 22:01:49 +00:00
parent 3e05d60d6f
commit 311e2956bb

View File

@@ -14,7 +14,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "The Oaks Handyman | Professional Home Repair & Maintenance", description: "Trusted handyman services for plumbing, electrical, carpentry, and home maintenance. 15+ years of experience. Free consultation available. Call 805-885-9594!", keywords: "handyman services, home repair, plumbing, electrical, carpentry, maintenance, professional", metadataBase: new URL("https://oakshm.com"),
title: "The Oaks Handyman | Professional Home Repair & Maintenance", description: "Trusted handyman services for plumbing, electrical, carpentry, and home maintenance. 15+ years of experience. Free consultation available. Call today!", keywords: "handyman services, home repair, plumbing, electrical, carpentry, maintenance, professional", metadataBase: new URL("https://oakshm.com"),
alternates: {
canonical: "https://oakshm.com"
},
@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}