Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "McPhail Siding & Roofing - Houston Roofing Contractor",
|
||||
description: "Premium roofing and siding services in Houston. Licensed, insured, 25+ years experience. Free estimates, insurance specialists, 5-star rated.",
|
||||
keywords: "roofing contractor Houston, roof repair, roof replacement, siding installation, storm damage repair, Houston roofer",
|
||||
metadataBase: new URL("https://mcphailsiding.com"),
|
||||
title: "McPhail Siding & Roofing - Houston Roofing Contractor", description: "Premium roofing and siding services in Houston. Licensed, insured, 25+ years experience. Free estimates, insurance specialists, 5-star rated.", keywords: "roofing contractor Houston, roof repair, roof replacement, siding installation, storm damage repair, Houston roofer", metadataBase: new URL("https://mcphailsiding.com"),
|
||||
alternates: {
|
||||
canonical: "https://mcphailsiding.com",
|
||||
},
|
||||
canonical: "https://mcphailsiding.com"},
|
||||
openGraph: {
|
||||
title: "McPhail Siding & Roofing - Houston's Trusted Roofing Contractor",
|
||||
description: "Premium roofing and siding services with 25+ years of experience. Licensed, insured, 5-star rated. Free inspections available.",
|
||||
url: "https://mcphailsiding.com",
|
||||
siteName: "McPhail Siding and Roofing LLC",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "McPhail Siding & Roofing - Houston's Trusted Roofing Contractor", description: "Premium roofing and siding services with 25+ years of experience. Licensed, insured, 5-star rated. Free inspections available.", url: "https://mcphailsiding.com", siteName: "McPhail Siding and Roofing LLC", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg",
|
||||
alt: "Professional roof installation services",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", alt: "Professional roof installation services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "McPhail Siding & Roofing - Houston Roofing Contractor",
|
||||
description: "Premium roofing and siding services. 25+ years experience, licensed & insured, 5-star rated.",
|
||||
images: ["http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg"],
|
||||
card: "summary_large_image", title: "McPhail Siding & Roofing - Houston Roofing Contractor", description: "Premium roofing and siding services. 25+ years experience, licensed & insured, 5-star rated.", images: ["http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user