Shopping Cart
No products in the cart.
'MerchantReturnPolicy', 'applicableCountry' => 'EG', 'returnPolicyCountry' => 'EG', 'url' => 'https://shikogamestore.com/cancellation-refund-policy/', 'returnPolicyCategory' => 'https://schema.org/MerchantReturnFiniteReturnWindow', 'merchantReturnDays' => 14, 'returnMethod' => 'https://schema.org/ReturnByMail', 'returnFees' => 'https://schema.org/FreeReturn' ]; return $entity; } ); // No-Index Private Pages add_filter('rank_math/frontend/robots', function($robots) { if (is_page('login-page') || is_cart() || is_checkout() || is_account_page()) { $robots['index'] = 'noindex'; $robots['follow'] = 'nofollow'; } return $robots; }); // FAQ Schema add_action('wp_footer', function() { if (is_front_page()) { $faq = [ '@context' => 'https://schema.org', '@type' => 'FAQPage', 'mainEntity' => [ [ '@type' => 'Question', 'name' => 'How do I redeem my game card?', 'acceptedAnswer' => [ '@type' => 'Answer', 'text' => 'After purchase, you will receive your game card code via email. Visit the game platform and enter the code in the store.' ] ], [ '@type' => 'Question', 'name' => 'What is your return policy?', 'acceptedAnswer' => [ '@type' => 'Answer', 'text' => 'We offer 14-day returns for unused game cards. See our cancellation policy for details.' ] ], [ '@type' => 'Question', 'name' => 'Do you deliver instantly?', 'acceptedAnswer' => [ '@type' => 'Answer', 'text' => 'Yes! Most game cards are delivered instantly via email after payment confirmation.' ] ] ] ]; echo ''; } }); ?>
💡 Pro Tip:

Create a free account to track your orders, earn loyalty rewards, and enjoy faster checkout next time!