Update src/app/layout.tsx
This commit is contained in:
@@ -4,41 +4,25 @@ import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service with 15+ years experience. Interior, exterior, pet hair removal & more. Call (802) 683-7814.",
|
||||
keywords: "car detailing Rutland VT, truck detailing near me, auto detailing Rutland, professional car wash, vehicle detailing service",
|
||||
metadataBase: new URL("https://elitedetailingrutland.com"),
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service with 15+ years experience. Interior, exterior, pet hair removal & more. Call (802) 683-7814.", keywords: "car detailing Rutland VT, truck detailing near me, auto detailing Rutland, professional car wash, vehicle detailing service", metadataBase: new URL("https://elitedetailingrutland.com"),
|
||||
alternates: {
|
||||
canonical: "https://elitedetailingrutland.com",
|
||||
},
|
||||
canonical: "https://elitedetailingrutland.com"},
|
||||
openGraph: {
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service. Call (802) 683-7814.",
|
||||
url: "https://elitedetailingrutland.com",
|
||||
siteName: "Elite Detailing",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. 5.0-star rated service. Call (802) 683-7814.", url: "https://elitedetailingrutland.com", siteName: "Elite Detailing", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg",
|
||||
alt: "Elite Detailing - Premium truck detailing service",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg", alt: "Elite Detailing - Premium truck detailing service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elite Car Detailing Rutland VT | 5.0 Star Rated",
|
||||
description: "Professional car and truck detailing in Rutland, VT. Call (802) 683-7814.",
|
||||
images: ["https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg"],
|
||||
card: "summary_large_image", title: "Elite Car Detailing Rutland VT | 5.0 Star Rated", description: "Professional car and truck detailing in Rutland, VT. Call (802) 683-7814.", images: ["https://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user