Update src/app/layout.tsx

This commit is contained in:
2026-03-03 01:49:48 +00:00
parent d6aea30bff
commit 168726375c

View File

@@ -6,40 +6,25 @@ 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: "Five Star Roofing | Premium Roofing Service Without the Stress",
description: "Expert roofing services for homeowners and property managers. 5-star rated. Human-first service, organized processes, fast response times. Get your free inspection today.",
keywords: "roofing contractor, roof repair, roof replacement, leak detection, storm damage, property management, roofing services, residential roofing, commercial roofing",
metadataBase: new URL("https://fivestartroofing.com"),
title: "Five Star Roofing | Premium Roofing Service Without the Stress", description: "Expert roofing services for homeowners and property managers. 5-star rated. Human-first service, organized processes, fast response times. Get your free inspection today.", keywords: "roofing contractor, roof repair, roof replacement, leak detection, storm damage, property management, roofing services, residential roofing, commercial roofing", metadataBase: new URL("https://fivestartroofing.com"),
alternates: {
canonical: "https://fivestartroofing.com",
},
canonical: "https://fivestartroofing.com"},
openGraph: {
title: "Five Star Roofing | Premium Roofing Without the Stress",
description: "Expert roofing services with 5-star customer ratings. Human-first service and professional processes.",
type: "website",
siteName: "Five Star Roofing",
images: [
title: "Five Star Roofing | Premium Roofing Without the Stress", description: "Expert roofing services with 5-star customer ratings. Human-first service and professional processes.", type: "website", siteName: "Five Star Roofing", images: [
{
url: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg",
alt: "Five Star Roofing - Professional Service",
},
url: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", alt: "Five Star Roofing - Professional Service"},
],
},
twitter: {
card: "summary_large_image",
title: "Five Star Roofing | Premium Roofing Without the Stress",
description: "Expert roofing services with 5-star customer ratings. Human-first service.",
images: ["http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg"],
card: "summary_large_image", title: "Five Star Roofing | Premium Roofing Without the Stress", description: "Expert roofing services with 5-star customer ratings. Human-first service.", images: ["http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg"],
},
robots: {
index: true,