Google Search Console is a free Google service for monitoring a site’s presence in Google Search. According to Google’s overview, it helps site owners monitor, maintain, and troubleshoot how their site appears in search results.
Without it, there’s no direct way to see which searches a site appears for, which pages Google declined to index, or whether a manual action has been applied.
Setting It Up
- Open Search Console at search.google.com/search-console with a Google account and choose “Add property.”
- Pick a property type: “Domain” or “URL prefix.” The difference is explained below.
- Verify ownership: a Domain property requires adding a TXT record at the DNS provider. A URL-prefix property can be verified with an HTML file, a meta tag, Google Analytics, Google Tag Manager, or other methods.
- Submit a sitemap under “Sitemaps,” usually at /sitemap.xml or /sitemap-index.xml.
- Wait for data. Google says data should begin to appear within a few days.
Domain or URL Prefix?
Google’s documentation on adding a property separates the two types:
| Domain property | URL-prefix property | |
|---|---|---|
| Coverage | All subdomains and protocols | Only URLs starting with the exact prefix and protocol |
| Example | example.com | https://www.example.com/ |
| Verification | DNS record only | HTML file, meta tag, GA, GTM, and others |
| Best for | Seeing the whole site in one place | No DNS access, or monitoring one section |
A Domain property is the better default. A URL-prefix property for “https://www.example.com” won’t show traffic landing on “https://example.com,” which can hide redirect problems.
Reading the Performance Report
The Performance report shows clicks, impressions, click-through rate, and average position, filterable by query, page, country, device, and date. Search Console keeps 16 months of this data.
Why average position drops when things improve
Average position is weighted by impressions. When a page starts appearing for many new, lower-ranking queries, the average falls even if its rankings for important queries haven’t changed.
A page ranking third for “payroll software” that suddenly gains thousands of impressions at position 40 for “what is payroll” will show a much worse average position. Nothing was lost. The page simply became visible for more searches. Filtering by query before interpreting position avoids that false alarm.
Why query rows don’t add up to the total
Summing clicks in the query table never matches the chart total. Google omits some very rare queries to protect user privacy. Sites with lots of long-tail traffic see a bigger gap.
URL Inspection
URL Inspection shows a single page’s index status, last crawl date, and canonical URL. It lets you test the current version with “Test live URL” and request re-crawling with “Request indexing,” which adds the page to the queue without guaranteeing indexing.
Page Indexing
The Page indexing report groups non-indexed pages by reason:
| Status | What it usually means |
|---|---|
| Excluded by “noindex” tag | The page has a no-index directive. If unintended, it’s a technical error. |
| Redirect | The page redirects to another URL. Usually normal. |
| Crawled, currently not indexed | Google fetched the page and chose not to index it. This usually points to content value or duplication, not a technical block. |
| Discovered, currently not indexed | Google knows the URL but hasn’t crawled it yet. Weak internal linking or low crawl priority is a common cause. |
The two “currently not indexed” statuses are often confused. When Google crawled the page but chose not to index it, requesting indexing rarely helps—improving the content does. When the page is discovered but not yet crawled, stronger internal links often speed things up. The wider crawl and index picture is in What Is Technical SEO?.
Platform Properties for Social and Video Accounts
Search Console isn’t only for websites anymore. In July 2026, Google made platform properties available to everyone. They show how content from Instagram, TikTok, X, and YouTube accounts performs on Google Search, Discover, and Google News.
Each account or channel is added as its own property through “Add property,” followed by an authorization flow. Google re-checks ownership periodically, and access pauses if the platform login expires, without losing historical report data once re-verified.
These reports cover visibility on Google surfaces only. Native metrics such as TikTok views, Instagram likes, or YouTube watch time aren’t included. For brands and creators, the value is seeing how much search demand their social content captures, which native analytics can’t show.
Managing Several Sites
Agencies and multi-brand companies run into two features that single-site owners rarely need.
- User permissions: Search Console distinguishes owners, full users, and restricted users. Owners can add and remove users. Full users see all data and can take most actions. Restricted users mostly have view-only access. Giving clients or freelancers restricted access keeps ownership intact.
- Bulk data export: Performance data can be exported on a daily schedule to BigQuery. This avoids the row limits of the interface and keeps data beyond the 16-month window, which matters for year-over-year reporting across many properties.
Why Search Console and GA4 Don’t Match
- Search Console counts clicks on search results. GA4 counts sessions once the page loads and the tag fires.
- Visitors who decline analytics cookies may be missing from GA4 but not from Search Console.
- Search Console covers Google Search only. GA4’s organic search channel includes Bing and other engines.
AI Overviews and AI Mode visibility have their own report, covered in The Search Console Generative AI Report.
Other Important Reports
Beyond Performance, Indexing, and URL Inspection, several other reports surface critical data:
- Core Web Vitals: Shows real-user data on page speed and stability.
- Manual Actions: Alerts if Google has applied any spam-related penalties.
- Links: Lists the external sites linking to yours, and which internal pages receive the most internal links.
Summary
Search Console is the primary window into how Google sees a site. A DNS-verified Domain property with a submitted sitemap is the best starting point. Average position should be read by query, not as a site-wide trend. “Crawled” and “Discovered” non-indexed statuses call for different fixes. For multi-site teams, permissions and BigQuery export make the tool manageable at scale.