Update src/app/layout.tsx
This commit is contained in:
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MotorClub - Join the Premier Car Enthusiast Community",
|
title: "MotorClub - Join the Premier Car Enthusiast Community", description: "Connect with passionate car enthusiasts at MotorClub. Discover events, meets, track days, and exclusive member benefits. Join 500+ members today.", keywords: "car club, automotive community, car meets, track days, car enthusiasts, motorsports, classic cars, performance cars", metadataBase: new URL("https://motorclub.com"),
|
||||||
description: "Connect with passionate car enthusiasts at MotorClub. Discover events, meets, track days, and exclusive member benefits. Join 500+ members today.",
|
|
||||||
keywords: "car club, automotive community, car meets, track days, car enthusiasts, motorsports, classic cars, performance cars",
|
|
||||||
metadataBase: new URL("https://motorclub.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://motorclub.com",
|
canonical: "https://motorclub.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "MotorClub - Premier Car Enthusiast Community",
|
title: "MotorClub - Premier Car Enthusiast Community", description: "Join the most passionate car enthusiasts. Events, meets, track days, and exclusive community benefits.", url: "https://motorclub.com", siteName: "MotorClub", type: "website", images: [
|
||||||
description: "Join the most passionate car enthusiasts. Events, meets, track days, and exclusive community benefits.",
|
|
||||||
url: "https://motorclub.com",
|
|
||||||
siteName: "MotorClub",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg",
|
url: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg", alt: "MotorClub Featured Cars"},
|
||||||
alt: "MotorClub Featured Cars",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "MotorClub - Premier Car Enthusiast Community", description: "Join 500+ passionate car enthusiasts for events, meets, and exclusive experiences.", images: ["http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg"],
|
||||||
title: "MotorClub - Premier Car Enthusiast Community",
|
|
||||||
description: "Join 500+ passionate car enthusiasts for events, meets, and exclusive experiences.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user