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
- Request inspection selectively — use Search Console URL Inspection for a small number of important launch 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
- Link new content from crawlable site hubs and keep the sitemap current
- 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:
- Useful internal and external links that expose important pages
- 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 launch, connect the sitemap to Indexaro to detect additions, run URL health checks, and send supported IndexNow notifications. Monitor ordinary Google pages in Search Console; use Google Indexing API only for eligible JobPosting or livestream BroadcastEvent pages. See our indexing workflow guide.