diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..5be98f0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "ShopHub - Premium Products Online | Best Deals & Quality", + description: "Shop premium products with ShopHub. Discover curated collections, competitive prices, and exceptional customer service. 50K+ happy customers trust us.", + keywords: "e-commerce, online shopping, premium products, quality goods, buy online, deals", + metadataBase: new URL("https://shophub.com"), + alternates: { + canonical: "https://shophub.com", + }, + openGraph: { + title: "ShopHub - Premium Products Online", + description: "Discover curated collections of high-quality products delivered to your door", + url: "https://shophub.com", + siteName: "ShopHub", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg", + alt: "ShopHub - Online Shopping", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "ShopHub - Premium Products Online", + description: "Shop premium products with competitive prices and exceptional service", + images: ["http://img.b2bpic.net/free-photo/people-line-waiting-social-distance-stripe_23-2148863827.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +58,9 @@ export default function RootLayout({ return ( - + {children}