Update src/app/layout.tsx

This commit is contained in:
2026-03-05 02:09:09 +00:00
parent c30e87acbe
commit 94a69f48c7

View File

@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ikonic Plumbing | Luxury Emergency Plumbing Services 24/7",
description: "Professional plumbing solutions in your area. Licensed, insured, and certified. Emergency services, installations, repairs. Call (555) 123-4567 for immediate assistance.",
keywords: "plumbing services, emergency plumbing, licensed plumber, drain cleaning, water heater repair, pipe installation, 24/7 plumbing",
metadataBase: new URL("https://ikonicplumbing.com"),
title: "Ikonic Plumbing | Luxury Emergency Plumbing Services 24/7", description: "Professional plumbing solutions in your area. Licensed, insured, and certified. Emergency services, installations, repairs. Call (555) 123-4567 for immediate assistance.", keywords: "plumbing services, emergency plumbing, licensed plumber, drain cleaning, water heater repair, pipe installation, 24/7 plumbing", metadataBase: new URL("https://ikonicplumbing.com"),
alternates: {
canonical: "https://ikonicplumbing.com",
},
canonical: "https://ikonicplumbing.com"},
openGraph: {
title: "Ikonic Plumbing - Premium Professional Services",
description: "Award-winning plumbing company offering 24/7 emergency services, expert installations, and repairs. Trust the professionals.",
url: "https://ikonicplumbing.com",
siteName: "Ikonic Plumbing",
type: "website",
images: [
title: "Ikonic Plumbing - Premium Professional Services", description: "Award-winning plumbing company offering 24/7 emergency services, expert installations, and repairs. Trust the professionals.", url: "https://ikonicplumbing.com", siteName: "Ikonic Plumbing", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg",
alt: "Professional Plumbing Services by Ikonic",
},
url: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", alt: "Professional Plumbing Services by Ikonic"},
],
},
twitter: {
card: "summary_large_image",
title: "Ikonic Plumbing - Your Trusted Plumbing Expert",
description: "Professional plumbing solutions available 24/7. Licensed, insured, and certified.",
images: ["http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"],
card: "summary_large_image", title: "Ikonic Plumbing - Your Trusted Plumbing Expert", description: "Professional plumbing solutions available 24/7. Licensed, insured, and certified.", images: ["http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"],
},
robots: {
index: true,
@@ -1439,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}