|
|
|
|
@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
|
|
|
import Tag from "@/tag/Tag";
|
|
|
|
|
|
|
|
|
|
const mulish = Mulish({
|
|
|
|
|
variable: "--font-mulish",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-mulish", subsets: ["latin"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
const inter = Inter({
|
|
|
|
|
variable: "--font-inter",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-inter", subsets: ["latin"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
const halant = Halant({
|
|
|
|
|
variable: "--font-halant",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-halant", subsets: ["latin"],
|
|
|
|
|
weight: ["300", "400", "500", "600", "700"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
|
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
|
|
|
|
|
description: "Buy rare Pokémon cards, graded slabs, and sealed products at PokéRyan. Trusted TCG marketplace with 50,000+ authenticated cards. Secure transactions & fast shipping.",
|
|
|
|
|
keywords: "pokemon cards, trading card game, rare cards, graded slabs, PSA, booster boxes, TCG marketplace, pokemon shop",
|
|
|
|
|
metadataBase: new URL("https://pokeryan.com"),
|
|
|
|
|
title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Buy rare Pokémon cards, graded slabs, and sealed products at PokéRyan. Trusted TCG marketplace with 50,000+ authenticated cards. Secure transactions & fast shipping.", keywords: "pokemon cards, trading card game, rare cards, graded slabs, PSA, booster boxes, TCG marketplace, pokemon shop", metadataBase: new URL("https://pokeryan.com"),
|
|
|
|
|
alternates: {
|
|
|
|
|
canonical: "https://pokeryan.com",
|
|
|
|
|
},
|
|
|
|
|
canonical: "https://pokeryan.com"},
|
|
|
|
|
openGraph: {
|
|
|
|
|
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
|
|
|
|
|
description: "Your destination for authentic, rare Pokémon trading cards and sealed products. Trusted by 15,000+ collectors worldwide.",
|
|
|
|
|
url: "https://pokeryan.com",
|
|
|
|
|
siteName: "PokéRyan",
|
|
|
|
|
type: "website",
|
|
|
|
|
},
|
|
|
|
|
title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Your destination for authentic, rare Pokémon trading cards and sealed products. Trusted by 15,000+ collectors worldwide.", url: "https://pokeryan.com", siteName: "PokéRyan", type: "website"},
|
|
|
|
|
twitter: {
|
|
|
|
|
card: "summary_large_image",
|
|
|
|
|
title: "PokéRyan - Premium Pokémon Trading Card Game Shop",
|
|
|
|
|
description: "Buy rare Pokémon cards and graded slabs from trusted collectors.",
|
|
|
|
|
},
|
|
|
|
|
card: "summary_large_image", title: "PokéRyan - Premium Pokémon Trading Card Game Shop", description: "Buy rare Pokémon cards and graded slabs from trusted collectors."},
|
|
|
|
|
robots: {
|
|
|
|
|
index: true,
|
|
|
|
|
follow: true,
|
|
|
|
|
@@ -1432,4 +1417,4 @@ export default function RootLayout({
|
|
|
|
|
</ServiceWrapper>
|
|
|
|
|
</html>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|