Google Search Console Setup
Steps to Verify Your Site
- Go to Google Search Console
- Add your property:
https://locusgtd.com - Choose verification method: HTML tag
- Copy the verification code you receive (looks like:
google-site-verification=XXXXXXXXXX) - Open
.vitepress/config.mtsand find this line:typescript// ['meta', { name: 'google-site-verification', content: 'YOUR_VERIFICATION_CODE' }], - Replace
YOUR_VERIFICATION_CODEwith your actual code and uncomment the line:typescript['meta', { name: 'google-site-verification', content: 'your-actual-code-here' }], - Rebuild and deploy:
npm run docs:build - Go back to Search Console and click "Verify"
After Verification
Submit Sitemap
- In Search Console, go to "Sitemaps" section
- Add sitemap URL:
https://locusgtd.com/sitemap.xml - Click "Submit"
Monitor Performance
- Check "Performance" tab for search analytics
- Review "Coverage" for indexing status
- Fix any issues reported in "Enhancements"
Request Indexing (Optional)
- Use URL Inspection tool
- Request indexing for important pages
- This speeds up the initial indexing process
Bing Webmaster Tools (Optional)
- Go to Bing Webmaster Tools
- Add your site
- Verify ownership
- Submit sitemap:
https://locusgtd.com/sitemap.xml