Course → Module 10: Measuring, Diagnosing, and Maintaining
Session 2 of 10

Google Search Console is free, provided by Google, and contains data no third-party tool can replicate. Most people use it for traffic analysis. For entity diagnostics, it reveals something more fundamental: how Google perceives your entity.

The Three Diagnostic Views

graph TD GSC["Google Search Console"] --> BQ["Branded Query
Analysis"] GSC --> ENH["Enhancements
(Schema Health)"] GSC --> PG["Pages Report
(Indexing Health)"] BQ --> ER["Entity Recognition
Assessment"] ENH --> ER PG --> ER style GSC fill:#2a2a28,stroke:#c8a882,color:#ede9e3 style ER fill:#2a2a28,stroke:#6b8f71,color:#ede9e3

View 1: Branded Query Analysis

Google Search Console's branded queries filter (introduced November 2025) automatically separates queries containing your brand name from generic queries. This is the most direct measure of entity recognition available.

Metric Where to Find It Entity Interpretation
Branded impressions Performance > Branded filter > Impressions How many times people searched for your entity by name
Branded CTR Performance > Branded filter > CTR How well your SERP presence converts branded searches (high CTR = strong presence)
Branded vs. non-branded ratio Compare branded and non-branded click totals Higher branded ratio = stronger entity recognition
Branded query growth Compare branded impressions month over month Growing = entity awareness is increasing

The classification is AI-assisted and includes your brand name in all languages, common typos, and queries referring to unique products or services even without the brand name. This means Google already has a model of what constitutes a "branded" query for your entity. The existence of this classification itself is an entity signal.

If the branded queries filter is not available for your property, it may mean your site has insufficient query volume or Google has not yet established confident brand classification. This absence is itself a diagnostic signal.

View 2: Enhancements (Schema Health)

The Enhancements section in GSC reports the health of your structured data across your entire site. For every schema type Google detects (Organization, Product, FAQ, Breadcrumb, Article), it shows valid items, items with warnings, and items with errors.

Key diagnostics:

Check this report at least monthly. Schema errors can appear without any changes to your site. Google updates its validation rules, plugins update their schema output, and CMS upgrades can break structured data. A schema that was valid last month may have errors this month.

View 3: Pages Report (Indexing Health)

The Pages report shows your site's indexing status. For entity diagnostics, the key numbers are:

Status Entity Diagnostic Value
Valid (indexed) Pages Google trusts enough to store. Higher count = stronger entity authority.
Crawled, not indexed Pages Google reviewed and rejected. High count = quality or authority deficit.
Discovered, not indexed Pages Google has deprioritized. High count = low crawl priority.
Blocked by robots.txt Check for accidental blocks on important pages.

Links Report as Corroboration Metric

The Links report in GSC shows external sites linking to you (external links) and how your internal links are structured (internal links). For entity diagnostics:

Building Your GSC Dashboard

graph LR subgraph Monthly["Monthly GSC Entity Check"] M1["Branded query
impressions trend"] M2["Enhancements:
errors vs. valid"] M3["Index rate:
indexed / total"] M4["External linking
domains count"] end subgraph Quarterly["Quarterly Deep Dive"] Q1["Branded vs. non-branded
ratio change"] Q2["New schema types
detected"] Q3["Crawled-not-indexed
trend"] Q4["Top linking sites
relevance check"] end

Further Reading

Assignment

Run a complete GSC entity diagnostic:

  1. Branded queries: Filter for branded traffic. What are your branded impressions and CTR? Compare to the previous month.
  2. Schema health: Check the Enhancements section. Are there any errors? How many valid items per schema type?
  3. Indexing health: Go to Pages. What is your index rate (valid / total)? How many pages are "crawled, not indexed"?
  4. External links: Check the Links report. How many unique domains link to you? Are they relevant to your industry?

Document all four findings. These form the GSC component of your entity diagnostic baseline.