Update src/app/layout.tsx
This commit is contained in:
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles. Premium automotive rental for discerning clients.",
|
||||
keywords: "luxury cars, performance vehicles, automotive rental, premium selection, high-end vehicles",
|
||||
metadataBase: new URL("https://kingcars.de"),
|
||||
title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles. Premium automotive rental for discerning clients.", keywords: "luxury cars, performance vehicles, automotive rental, premium selection, high-end vehicles", metadataBase: new URL("https://kingcars.de"),
|
||||
alternates: {
|
||||
canonical: "https://kingcars.de",
|
||||
},
|
||||
canonical: "https://kingcars.de"},
|
||||
openGraph: {
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles.",
|
||||
siteName: "KingCars",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles.", siteName: "KingCars", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png",
|
||||
alt: "KingCars – Luxury Selection",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png", alt: "KingCars – Luxury Selection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "KingCars – Luxury Automotive Selection",
|
||||
description: "Curated selection of exceptional performance and luxury vehicles.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png",
|
||||
],
|
||||
card: "summary_large_image", title: "KingCars – Luxury Automotive Selection", description: "Curated selection of exceptional performance and luxury vehicles.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374436-c64iwdfl.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user