Update src/app/layout.tsx
This commit is contained in:
@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const libreBaskerville = Libre_Baskerville({
|
const libreBaskerville = Libre_Baskerville({
|
||||||
variable: "--font-libre-baskerville",
|
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["400", "700"],
|
weight: ["400", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
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: "RTO Agent Karawal Nagar Delhi | DL, Insurance & RC Services",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://d-sol-rto.com",
|
canonical: "https://d-sol-rto.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "D-SOL RTO Services - Fast & Reliable in Karawal Nagar",
|
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: [
|
||||||
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",
|
url: "https://d-sol-rto.com/og-image.jpg", alt: "D-SOL RTO Services Office"},
|
||||||
alt: "D-SOL RTO Services Office",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user