From f5d67e85f3d4caea211ca2357b0db024255037cb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 15:35:43 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ad66a84..af22538 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,35 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Audi SQ5 9B | Luxury Performance SUV", - description: "Experience the Audi SQ5 9B: 507 hp performance, 3.8s 0-60, premium luxury. Reserve your exclusive allocation today.", - keywords: "Audi SQ5 9B, luxury SUV, performance vehicle, premium automotive", - metadataBase: new URL("https://audi-sq5.com"), + title: "Audi SQ5 9B | Luxury Performance SUV", description: "Experience the Audi SQ5 9B: 507 hp performance, 3.8s 0-60, premium luxury. Reserve your exclusive allocation today.", keywords: "Audi SQ5 9B, luxury SUV, performance vehicle, premium automotive", metadataBase: new URL("https://audi-sq5.com"), alternates: { canonical: "https://audi-sq5.com" }, openGraph: { - title: "Audi SQ5 9B | Luxury Performance SUV", - description: "The ultimate performance SUV. 507 hp Twin-Turbo V6. Reserve now.", - siteName: "Audi SQ5 9B", - type: "website", - images: [ + title: "Audi SQ5 9B | Luxury Performance SUV", description: "The ultimate performance SUV. 507 hp Twin-Turbo V6. Reserve now.", siteName: "Audi SQ5 9B", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg", - alt: "Audi SQ5 9B" + url: "https://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg", alt: "Audi SQ5 9B" } ] }, twitter: { - card: "summary_large_image", - title: "Audi SQ5 9B | Luxury Performance SUV", - description: "Experience engineering excellence. 507 hp. 3.8s 0-60.", - images: ["https://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg"] + card: "summary_large_image", title: "Audi SQ5 9B | Luxury Performance SUV", description: "Experience engineering excellence. 507 hp. 3.8s 0-60.", images: ["https://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg"] }, robots: { index: true,