Update src/app/layout.tsx
This commit is contained in:
@@ -4,41 +4,28 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const plusJakartaSans = Plus_Jakarta_Sans({
|
||||
variable: "--font-plus-jakarta-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-plus-jakarta-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Viking Construction & Roofing | Fast, Transparent Roofing Repairs & Storm Damage",
|
||||
description: "Expert roofing repairs, replacements, storm damage inspections, and Starlink mounting. Known for fast response, transparent pricing, and insurance coordination. Get a free estimate today.",
|
||||
keywords: ["roofing contractor", "roof repair", "roof replacement", "storm damage", "hail damage", "insurance coordination", "roof inspection", "Starlink mounting"],
|
||||
title: "Viking Construction & Roofing | Fast, Transparent Roofing Repairs & Storm Damage", description: "Expert roofing repairs, replacements, storm damage inspections, and Starlink mounting. Known for fast response, transparent pricing, and insurance coordination. Get a free estimate today.", keywords: ["roofing contractor", "roof repair", "roof replacement", "storm damage", "hail damage", "insurance coordination", "roof inspection", "Starlink mounting"],
|
||||
metadataBase: new URL("https://vikingconstruction.com"),
|
||||
alternates: {
|
||||
canonical: "https://vikingconstruction.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Viking Construction & Roofing | Same-Day Roof Repairs & Storm Damage",
|
||||
description: "Fast, transparent roofing solutions. Repairs, replacements, storm damage inspections, and Starlink mounting.",
|
||||
url: "https://vikingconstruction.com",
|
||||
siteName: "Viking Construction & Roofing",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Viking Construction & Roofing | Same-Day Roof Repairs & Storm Damage", description: "Fast, transparent roofing solutions. Repairs, replacements, storm damage inspections, and Starlink mounting.", url: "https://vikingconstruction.com", siteName: "Viking Construction & Roofing", type: "website", images: [
|
||||
{
|
||||
url: "https://vikingconstruction.com/og-hero.jpg",
|
||||
alt: "Viking Construction roofing expertise"
|
||||
url: "https://vikingconstruction.com/og-hero.jpg", alt: "Viking Construction roofing expertise"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Viking Construction & Roofing | Fast Roof Repairs & Storm Damage",
|
||||
description: "Expert roofing with same-day response, transparent pricing, and insurance support.",
|
||||
images: ["https://vikingconstruction.com/twitter-hero.jpg"]
|
||||
card: "summary_large_image", title: "Viking Construction & Roofing | Fast Roof Repairs & Storm Damage", description: "Expert roofing with same-day response, transparent pricing, and insurance support.", images: ["https://vikingconstruction.com/twitter-hero.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user