Google Search Console Setup Guide¶
Goal: Get your Antigravity AI Kit documentation indexed by Google for better search visibility.
Step 1: Add Your Site¶
- Go to Google Search Console
- Select URL prefix method
- Enter:
https://besync-labs.github.io/antigravity-ai-kit/ - Click Continue
Step 2: Verify Ownership¶
Option A: HTML Meta Tag (Recommended)¶
- Google will provide a meta tag like:
- Add this to
mkdocs.ymlunderextra.meta:
- Commit and push to trigger GitHub Actions deployment
- Once deployed, click Verify in Google Search Console
Step 3: Submit Sitemap¶
- In Search Console, go to Sitemaps (left sidebar)
- Enter:
sitemap.xml - Click Submit
The sitemap URL is:
Step 4: Monitor Performance¶
After a few days, check:
- Performance tab for search impressions and clicks
- Coverage tab for indexing status
- Enhancements for any issues
Verification Checklist¶
- [ ] Site added to Search Console
- [ ] Ownership verified via meta tag
- [ ] Sitemap submitted
- [ ] Wait 24-48 hours for initial indexing
Tip: Google typically indexes GitHub Pages sites within 1-2 weeks. Use the URL Inspection tool to request faster indexing for specific pages.