Switch to version 1: modified src/app/layout.tsx
This commit is contained in:
@@ -5,14 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const publicSans = Public_Sans({
|
const publicSans = Public_Sans({
|
||||||
variable: "--font-public-sans", subsets: ["latin"],
|
variable: "--font-public-sans",
|
||||||
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "IXOR - Aesthetic Streetwear & Minimalist Fashion", description: "Discover curated aesthetic clothing and high-fashion streetwear at IXOR. Premium materials, sustainable practices, and timeless design for the discerning eye.", keywords: "streetwear, aesthetic fashion, minimalist clothing, luxury fashion, contemporary apparel, curated fashion", openGraph: {
|
title: "IXOR - Aesthetic Streetwear & Minimalist Fashion",
|
||||||
title: "IXOR - Aesthetic Clothing & Streetwear", description: "Premium, minimalist fashion designed for the discerning.", siteName: "IXOR", type: "website"},
|
description: "Discover curated aesthetic clothing and high-fashion streetwear at IXOR. Premium materials, sustainable practices, and timeless design for the discerning eye.",
|
||||||
|
keywords: "streetwear, aesthetic fashion, minimalist clothing, luxury fashion, contemporary apparel, curated fashion",
|
||||||
|
openGraph: {
|
||||||
|
title: "IXOR - Aesthetic Clothing & Streetwear",
|
||||||
|
description: "Premium, minimalist fashion designed for the discerning.",
|
||||||
|
siteName: "IXOR",
|
||||||
|
type: "website",
|
||||||
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "IXOR - Aesthetic Streetwear", description: "Discover curated aesthetic clothing and premium streetwear."},
|
card: "summary_large_image",
|
||||||
|
title: "IXOR - Aesthetic Streetwear",
|
||||||
|
description: "Discover curated aesthetic clothing and premium streetwear.",
|
||||||
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user