Update src/app/layout.tsx

This commit is contained in:
2026-03-04 21:45:14 +00:00
parent 2895380225
commit a8505f3fc2

View File

@@ -6,45 +6,29 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ludlow Plumbing & Construction - 24/7 Emergency Services",
description: "Professional plumbing and construction in Ludlow. 24/7 emergency service, experienced technicians, bathrooms, heating systems, and construction work. Local, trusted, affordable.",
keywords: "plumbing Ludlow, plumber Ludlow, emergency plumbing Ludlow, construction Ludlow, bathroom renovation Ludlow, heating Ludlow, burst pipes Ludlow, local plumber",
metadataBase: new URL("https://ludlowplumbing.co.uk"),
title: "Ludlow Plumbing & Construction - 24/7 Emergency Services", description: "Professional plumbing and construction in Ludlow. 24/7 emergency service, experienced technicians, bathrooms, heating systems, and construction work. Local, trusted, affordable.", keywords: "plumbing Ludlow, plumber Ludlow, emergency plumbing Ludlow, construction Ludlow, bathroom renovation Ludlow, heating Ludlow, burst pipes Ludlow, local plumber", metadataBase: new URL("https://ludlowplumbing.co.uk"),
alternates: {
canonical: "https://ludlowplumbing.co.uk",
},
canonical: "https://ludlowplumbing.co.uk"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Ludlow Plumbing & Construction - Local Expert Services",
description: "24/7 emergency plumbing and construction services in Ludlow. Trusted by local families and businesses for 20+ years.",
type: "website",
siteName: "Ludlow Plumbing & Construction",
url: "https://ludlowplumbing.co.uk",
images: [
title: "Ludlow Plumbing & Construction - Local Expert Services", description: "24/7 emergency plumbing and construction services in Ludlow. Trusted by local families and businesses for 20+ years.", type: "website", siteName: "Ludlow Plumbing & Construction", url: "https://ludlowplumbing.co.uk", images: [
{
url: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg",
alt: "Ludlow Plumbing Services",
},
url: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", alt: "Ludlow Plumbing Services"},
],
},
twitter: {
card: "summary_large_image",
title: "Ludlow Plumbing & Construction",
description: "Professional 24/7 emergency plumbing in Ludlow",
images: ["http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"],
card: "summary_large_image", title: "Ludlow Plumbing & Construction", description: "Professional 24/7 emergency plumbing in Ludlow", images: ["http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"],
},
};
@@ -1432,4 +1416,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}