Update src/app/layout.tsx
This commit is contained in:
@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "RTO Agent Karawal Nagar Delhi | DL, Insurance & RC Services",
|
||||
description: "Fast & reliable RTO services in Karawal Nagar, Delhi. DL renewal, insurance, RC transfer, fitness certificate. 5.0★ rated. Same day service available.",
|
||||
keywords: "RTO agent Karawal Nagar, DL renewal Delhi, insurance renewal, RC transfer, fitness certificate, pollution certificate, challan settlement",
|
||||
metadataBase: new URL("https://d-sol-rto.com"),
|
||||
title: "RTO Agent Karawal Nagar Delhi | DL, Insurance & RC Services", description: "Fast & reliable RTO services in Karawal Nagar, Delhi. DL renewal, insurance, RC transfer, fitness certificate. 5.0★ rated. Same day service available.", keywords: "RTO agent Karawal Nagar, DL renewal Delhi, insurance renewal, RC transfer, fitness certificate, pollution certificate, challan settlement", metadataBase: new URL("https://d-sol-rto.com"),
|
||||
alternates: {
|
||||
canonical: "https://d-sol-rto.com",
|
||||
},
|
||||
canonical: "https://d-sol-rto.com"},
|
||||
openGraph: {
|
||||
title: "D-SOL RTO Services - Fast & Reliable in Karawal Nagar",
|
||||
description: "Complete RTO & Insurance solutions. DL, Insurance, RC Transfer, Fitness Certificate. No hidden charges. 5.0★ trusted by 2000+ customers.",
|
||||
url: "https://d-sol-rto.com",
|
||||
siteName: "D-SOL RTO Services",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "D-SOL RTO Services - Fast & Reliable in Karawal Nagar", description: "Complete RTO & Insurance solutions. DL, Insurance, RC Transfer, Fitness Certificate. No hidden charges. 5.0★ trusted by 2000+ customers.", url: "https://d-sol-rto.com", siteName: "D-SOL RTO Services", type: "website", images: [
|
||||
{
|
||||
url: "https://d-sol-rto.com/og-image.jpg",
|
||||
alt: "D-SOL RTO Services Office",
|
||||
},
|
||||
url: "https://d-sol-rto.com/og-image.jpg", alt: "D-SOL RTO Services Office"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "D-SOL RTO Services - Karawal Nagar",
|
||||
description: "Fast RTO services - DL renewal, insurance, RC transfer. 5.0★ rated. Same day service.",
|
||||
images: ["https://d-sol-rto.com/og-image.jpg"],
|
||||
card: "summary_large_image", title: "D-SOL RTO Services - Karawal Nagar", description: "Fast RTO services - DL renewal, insurance, RC transfer. 5.0★ rated. Same day service.", images: ["https://d-sol-rto.com/og-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user