diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e839cf7..5326c49 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,18 +14,19 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides, stunning galleries, and featured creatures. Join trainers worldwide in the ultimate adventure.", keywords: "pokémon, creatures, types, generations, trainer, adventure, battle", robots: { + title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully. Master authentication, pricing strategies, platform selection, and best practices for building a profitable card selling business.", keywords: "sell pokémon cards, trading card sales, card authentication, pricing guide, seller tips, marketplace strategy", robots: { index: true, follow: true, }, openGraph: { - title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides, stunning galleries, and featured creatures.", type: "website", siteName: "Pokémon", images: [ + title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully with expert strategies and best practices for card sellers.", type: "website", siteName: "Pokémon Card Seller", images: [ { - url: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg", alt: "Pokémon World"}, + url: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg", alt: "Pokémon Cards" + }, ], }, twitter: { - card: "summary_large_image", title: "Pokémon - Discover Creatures & Adventures", description: "Explore the world of Pokémon with comprehensive guides and stunning galleries.", images: ["http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg"], + card: "summary_large_image", title: "How to Sell Pokémon Cards - Complete Seller's Guide", description: "Learn how to sell Pokémon cards successfully with expert strategies and best practices.", images: ["http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149392.jpg"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 70071de..0f09a39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,39 +36,43 @@ export default function PokemonLandingPage() { { name: "Gallery", id: "gallery" }, ]} button={{ - text: "Explore Now", href: "#featured"}} + text: "Explore Now", href: "#featured" + }} animateOnLoad={true} />
@@ -142,30 +149,34 @@ export default function PokemonLandingPage() {