From 5fcea1ee4ec973d9b8cb93b0eb8c4b1dd98a6290 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 16:39:12 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf887c4..2b08555 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,