Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const workSans = Work_Sans({
|
||||
variable: "--font-work-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-work-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Northstar Roofing LLC | North Dakota Roofing Company",
|
||||
description: "Licensed, insured North Dakota roofing company specializing in residential & commercial roofing, storm damage restoration, and hail repairs with lifetime warranties.",
|
||||
keywords: "North Dakota roofing company, roof repair ND, roof replacement, hail damage, storm restoration, commercial roofing, Bismarck, Fargo, Grand Forks",
|
||||
metadataBase: new URL("https://northstarroofing.nd"),
|
||||
title: "Northstar Roofing LLC | North Dakota Roofing Company", description: "Licensed, insured North Dakota roofing company specializing in residential & commercial roofing, storm damage restoration, and hail repairs with lifetime warranties.", keywords: "North Dakota roofing company, roof repair ND, roof replacement, hail damage, storm restoration, commercial roofing, Bismarck, Fargo, Grand Forks", metadataBase: new URL("https://northstarroofing.nd"),
|
||||
alternates: {
|
||||
canonical: "https://northstarroofing.nd"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Northstar Roofing LLC | North Dakota Roofing",
|
||||
description: "Trusted roofing solutions for ND homes and businesses. Licensed, insured, warranty-backed. Free estimates.",
|
||||
url: "https://northstarroofing.nd",
|
||||
siteName: "Northstar Roofing LLC",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Northstar Roofing LLC | North Dakota Roofing", description: "Trusted roofing solutions for ND homes and businesses. Licensed, insured, warranty-backed. Free estimates.", url: "https://northstarroofing.nd", siteName: "Northstar Roofing LLC", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/houses-surrounded-by-trees-covered-snow-larvik-norway_181624-11854.jpg",
|
||||
alt: "Professional North Dakota roofing services"
|
||||
url: "http://img.b2bpic.net/free-photo/houses-surrounded-by-trees-covered-snow-larvik-norway_181624-11854.jpg", alt: "Professional North Dakota roofing services"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Northstar Roofing LLC",
|
||||
description: "North Dakota's trusted roofing experts. Residential & commercial. Storm damage specialists.",
|
||||
images: ["http://img.b2bpic.net/free-photo/houses-surrounded-by-trees-covered-snow-larvik-norway_181624-11854.jpg"]
|
||||
card: "summary_large_image", title: "Northstar Roofing LLC", description: "North Dakota's trusted roofing experts. Residential & commercial. Storm damage specialists.", images: ["http://img.b2bpic.net/free-photo/houses-surrounded-by-trees-covered-snow-larvik-norway_181624-11854.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user