Webmaster Setup Guide
Follow these steps to verify your site with search engines and submit sitemaps for indexing.
Google Search Console
- Go to Google Search Console
- Click "Add Property" and enter
https://rainbets.casino - Choose the "HTML tag" verification method
- Copy the
contentvalue from the meta tag provided - Update
SITE.googleVerificationinsrc/data/promos.tswith this value - Deploy the site and click "Verify" in Google Search Console
- After verification, go to "Sitemaps" in the left sidebar
- Submit:
https://rainbets.casino/sitemap.xml - 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
- Go to Bing Webmaster Tools
- Sign in and click "Add Site"
- Enter
https://rainbets.casino - Choose the "HTML Meta Tag" verification method
- Copy the
contentvalue - Update
SITE.bingVerificationinsrc/data/promos.tswith this value - Deploy and verify
- After verification, go to "Sitemaps" and submit:
https://rainbets.casino/sitemap.xml - 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 codebingVerification— Your Bing Webmaster verification code
After updating, rebuild and redeploy the site.