Before Launch: Technical Foundation
Indexing starts before your site goes live. Handle these items during staging:
Robots.txt
Ensure staging is blocked and production allows crawling:
User-agent: *
Allow: /
Disallow: /api/
Disallow: /dashboard/
Sitemap: https://yourdomain.com/sitemap.xml
Remove Staging Blocks
Common launch mistakes: noindex tags left from staging, password protection still active, or robots.txt copied from dev environment with Disallow: /
XML Sitemap
Generate a sitemap containing all indexable URLs — homepage, core pages, product/service pages, blog posts. Exclude admin, auth, thank-you, and utility pages.
Canonical Tags
Every page needs a self-referencing canonical or intentional cross-domain canonical. Launch with www vs non-www decided and enforced via 301 redirects.
Launch Day Checklist
- Verify DNS and SSL — Google will not index pages that return certificate errors
- Submit sitemap to Google Search Console — verify the property first (DNS recommended)
- Submit sitemap to Bing Webmaster Tools — often overlooked, covers Bing and IndexNow surfaces
- Submit sitemap to Yandex Webmaster — if targeting CIS markets
- Submit key URLs via Indexing API — homepage, main category pages, top product/service pages
- Check robots.txt is accessible — visit yourdomain.com/robots.txt and confirm Allow rules
- Test with URL Inspection — run homepage through GSC URL Inspection to confirm "URL is available to Google"
First Week After Launch
- Monitor Search Console Coverage report daily — watch for "Discovered, currently not indexed" spikes
- Build internal links from homepage to all important pages
- Submit new content via Indexing API as pages are published — do not wait for organic discovery
- Check for crawl errors: 404s, redirect chains, soft 404s
- Ensure page speed is acceptable — slow TTFB reduces crawl rate on new sites
Why New Sites Index Slowly
Google allocates minimal crawl budget to unknown domains. Without backlinks or brand signals, Googlebot may visit once and not return for weeks. This is normal — but you can accelerate it:
- Indexing API submission for every new page
- External links from social profiles, directories, and partner sites
- Consistent publishing cadence — signals an active site
- IndexNow for Bing/Yandex coverage from day one
Common Launch Mistakes
- Soft launch with noindex — team forgets to remove noindex after go-live
- No sitemap submitted — relying entirely on Google finding the homepage
- Duplicate content from template — thin placeholder pages indexed before real content is ready
- Wrong domain in Search Console — verified www but site runs on non-www without redirect
- Blocking CSS/JS in robots.txt — prevents proper rendering and indexing
Automating Post-Launch Indexing
After initial setup, connect your sitemap to Indexaro with auto-submit enabled. Every new page added to the sitemap gets submitted to Google, Bing, and Yandex automatically — so post-launch content does not depend on crawl budget alone.