Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StyleHub - Premium Fashion & Quality Apparel Online",
|
||||
description: "Shop premium fashion and quality apparel at StyleHub. Discover stylish clothing, accessories, and more with fast shipping and excellent customer service.",
|
||||
keywords: "fashion, clothing, apparel, online shopping, premium brands, style",
|
||||
robots: {
|
||||
title: "StyleHub - Premium Fashion & Quality Apparel Online", description: "Shop premium fashion and quality apparel at StyleHub. Discover stylish clothing, accessories, and more with fast shipping and excellent customer service.", keywords: "fashion, clothing, apparel, online shopping, premium brands, style", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "StyleHub - Premium Fashion & Quality Apparel",
|
||||
description: "Discover your style with StyleHub's curated collection of premium fashion and apparel.",
|
||||
siteName: "StyleHub",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "StyleHub - Premium Fashion & Quality Apparel", description: "Discover your style with StyleHub's curated collection of premium fashion and apparel.", siteName: "StyleHub", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg",
|
||||
alt: "StyleHub Fashion Collection",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg", alt: "StyleHub Fashion Collection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StyleHub - Premium Fashion & Quality Apparel",
|
||||
description: "Shop the latest fashion trends and quality apparel at StyleHub",
|
||||
images: ["http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg"],
|
||||
card: "summary_large_image", title: "StyleHub - Premium Fashion & Quality Apparel", description: "Shop the latest fashion trends and quality apparel at StyleHub", images: ["http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user