|
|
|
|
@@ -15,19 +15,19 @@ const inter = Inter({
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
|
title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "New Kashish Men's Point: Raipur's trusted destination for sherwani, indo-western, suits & formal wear. Expert fitting, 4,500+ happy grooms, 4.9★ rating. Book your consultation now.", keywords: "groom wear Raipur, sherwani shop Raipur, mens wedding wear Raipur, wedding dress for men Raipur, formal wear Raipur, New Kashish", metadataBase: new URL("https://newkashishmenspoint.com"),
|
|
|
|
|
title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "New Kashish Men's Point: Raipur's trusted destination for sherwani, indo-western, suits & formal wear. Expert fitting, 4,500+ happy grooms, 4.9★ rating. Expert tailors, custom fitting, wedding collections. Book your consultation now. Located in Purani Basti.", keywords: "groom wear Raipur, sherwani shop Raipur, mens wedding wear Raipur, wedding dress for men Raipur, formal wear Raipur, New Kashish, Indo-Western wear Raipur, suits tailoring Raipur, custom fitting Raipur", metadataBase: new URL("https://newkashishmenspoint.com"),
|
|
|
|
|
alternates: {
|
|
|
|
|
canonical: "https://newkashishmenspoint.com"
|
|
|
|
|
},
|
|
|
|
|
openGraph: {
|
|
|
|
|
title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "Trusted by 4,500+ grooms. Expert sherwani, indo-western, suits & formal wear with perfect fitting. Open in Purani Basti, Raipur.", url: "https://newkashishmenspoint.com", siteName: "New Kashish Men's Point", type: "website", images: [
|
|
|
|
|
title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "Trusted by 4,500+ grooms. Expert sherwani, indo-western, suits & formal wear with perfect fitting. Open in Purani Basti, Raipur. 15+ years of excellence.", url: "https://newkashishmenspoint.com", siteName: "New Kashish Men's Point", type: "website", images: [
|
|
|
|
|
{
|
|
|
|
|
url: "http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg", alt: "Premium Groom Wear Collection"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
twitter: {
|
|
|
|
|
card: "summary_large_image", title: "Premium Groom & Men's Wear in Raipur | New Kashish", description: "Book your perfect wedding wear. Sherwani, suits, indo-western. 4.9★ rating, 15+ years serving Raipur.", images: ["http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg"]
|
|
|
|
|
card: "summary_large_image", title: "Premium Groom & Men's Wear in Raipur | New Kashish Men's Point", description: "Book your perfect wedding wear. Sherwani, suits, indo-western. 4.9★ rating, 15+ years serving Raipur.", images: ["http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg"]
|
|
|
|
|
},
|
|
|
|
|
robots: {
|
|
|
|
|
index: true,
|
|
|
|
|
@@ -42,6 +42,21 @@ export default function RootLayout({
|
|
|
|
|
}>) {
|
|
|
|
|
return (
|
|
|
|
|
<html lang="en" suppressHydrationWarning>
|
|
|
|
|
<head>
|
|
|
|
|
<script
|
|
|
|
|
type="application/ld+json"
|
|
|
|
|
dangerouslySetInnerHTML={{
|
|
|
|
|
__html: JSON.stringify({
|
|
|
|
|
"@context": "https://schema.org", "@type": "LocalBusiness", "name": "New Kashish Men's Point", "image": "http://img.b2bpic.net/free-photo/stylish-groom_1157-13809.jpg", "description": "Premium groom and men's wear shop in Raipur specializing in sherwani, indo-western, suits, and formal wear with expert fitting services.", "address": {
|
|
|
|
|
"@type": "PostalAddress", "streetAddress": "Purani Basti", "addressLocality": "Raipur", "addressRegion": "CG", "postalCode": "492001", "addressCountry": "IN"
|
|
|
|
|
},
|
|
|
|
|
"telephone": "+919876543210", "url": "https://newkashishmenspoint.com", "priceRange": "₹₹₹", "ratingValue": "4.9", "reviewCount": "500+", "geo": {
|
|
|
|
|
"@type": "GeoCoordinates", "latitude": "21.2458", "longitude": "81.6304"
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
</head>
|
|
|
|
|
<ServiceWrapper>
|
|
|
|
|
<body
|
|
|
|
|
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
|
|
|
|
|