Official documentation for Search Console. Start with URL Inspection Tool and Performance report. Read →
Google Search Console (GSC) is Google's free tool showing your site's presence in search: which queries bring users, which pages are indexed, crawl errors, Core Web Vitals data from real users, and structured data validation. It's the feedback loop between your site and Google.
search.google.com/search-console → Add Property → Verify ownership via:
<!-- Meta tag method -->
<meta name="google-site-verification" content="abc123tokenhere" />
# GSC → Sitemaps → Add sitemap.xml
# GSC shows: URLs submitted vs indexed, errors blocking indexing
| Report | What it shows | Action |
|---|---|---|
| Performance | Clicks, impressions, CTR, position per query | Find high impressions / low CTR → improve title/description |
| Coverage | Indexed, excluded, error pages | Fix "Crawled - currently not indexed" pages |
| Core Web Vitals | LCP/INP/CLS for real users | Fix "Poor" pages first |
| URL Inspection | How Google sees any specific URL | Debug indexing issues per page |
# URL Inspection → paste any URL → Test Live URL
# Check:
# - Is it indexed?
# - Is Google rendering it correctly? (screenshot provided)
# - Any structured data errors?
# - Coverage status
# After fixing an issue: Request Indexing (takes minutes to hours)
After launch: (1) Submit sitemap, (2) Request Indexing for key pages via URL Inspection. Speeds up discovery from weeks to days.