Update src/app/layout.tsx
This commit is contained in:
@@ -6,40 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const mulish = Mulish({
|
const mulish = Mulish({
|
||||||
variable: "--font-mulish",
|
variable: "--font-mulish", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Five Star Roofing | Premium Roofing Service Without the Stress",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://fivestartroofing.com",
|
canonical: "https://fivestartroofing.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Five Star Roofing | Premium Roofing Without the Stress",
|
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: [
|
||||||
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",
|
url: "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", alt: "Five Star Roofing - Professional Service"},
|
||||||
alt: "Five Star Roofing - Professional Service",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user