Skip to main content

Webmaster Setup Guide

Follow these steps to verify your site with search engines and submit sitemaps for indexing.

Google Search Console

  1. Go to Google Search Console
  2. Click "Add Property" and enter https://rainbets.casino
  3. Choose the "HTML tag" verification method
  4. Copy the content value from the meta tag provided
  5. Update SITE.googleVerification in src/data/promos.ts with this value
  6. Deploy the site and click "Verify" in Google Search Console
  7. After verification, go to "Sitemaps" in the left sidebar
  8. Submit: https://rainbets.casino/sitemap.xml
  9. Use "URL Inspection" to request indexing for key pages:
    • https://rainbets.casino/
    • https://rainbets.casino/rainbet-promo-code/
    • https://rainbets.casino/rainbet-codes/
    • https://rainbets.casino/rainbet-orangie-code/
    • https://rainbets.casino/how-to-use-rainbet-code/

Bing Webmaster Tools

  1. Go to Bing Webmaster Tools
  2. Sign in and click "Add Site"
  3. Enter https://rainbets.casino
  4. Choose the "HTML Meta Tag" verification method
  5. Copy the content value
  6. Update SITE.bingVerification in src/data/promos.ts with this value
  7. Deploy and verify
  8. After verification, go to "Sitemaps" and submit: https://rainbets.casino/sitemap.xml
  9. Use "URL Inspection" to check key pages are being indexed

Post-Setup Checklist

  • ✅ Google Search Console property verified
  • ✅ Sitemap submitted in Google Search Console
  • ✅ Key pages requested for indexing in GSC
  • ✅ Bing Webmaster property verified
  • ✅ Sitemap submitted in Bing Webmaster Tools
  • ✅ robots.txt is accessible at /robots.txt
  • ✅ RSS feed is accessible at /rss.xml

Where to Update Verification Codes

Both Google and Bing verification meta tags are controlled from a single file:

src/data/promos.ts — Edit the SITE object:

  • googleVerification — Your Google Search Console verification code
  • bingVerification — Your Bing Webmaster verification code

After updating, rebuild and redeploy the site.

Code copied to clipboard!