Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user