Google Discover SEO guide showing content eligibility signals, image requirements, E-E-A-T for Discover, and GSC Discover performance tracking
SEO Tools

Google Discover SEO — How to Get Your Content Featured

Sunny Pal Singh · · 6 min read

Google Discover is a personalised content feed on Android and iOS devices that shows users content they didn't explicitly search for — based on their interests, browsing history, and engagement patterns. Unlike traditional search, Discover traffic is driven by content quality and user interest signals, not keyword targeting. A single Discover feature can deliver tens of thousands of visitors in 48 hours. Understanding what content gets featured — and how to signal Discover eligibility — allows publishers to make their content systematically more likely to appear in the feed.

Key Takeaways

  • Discover is NOT driven by keyword ranking — it's driven by topic relevance and user interest signals; a page that ranks on page 5 for a keyword can still appear in Discover if the topic resonates with Google's interest model for a user
  • Large, high-quality images are mandatory for Discover cards — Google requires images at least 1200px wide and recommends using max-image-preview: large in the robots meta tag (<meta name="robots" content="max-image-preview:large">); small or stock images significantly reduce Discover appearance rates
  • Evergreen content performs differently from timely content in Discover — timely, trending content gets immediate Discover bursts; evergreen content appears in Discover repeatedly over months as new users with relevant interests are identified
  • E-E-A-T is the dominant quality signal for Discover eligibility — content from known, authoritative authors with bylines, credentials, and external recognition consistently appears in Discover more frequently than anonymous content
  • GSC → Performance → Discover (separate from Search) is the only reliable way to measure Discover traffic — it shows impressions, clicks, and CTR for Discover separately from web search; monitor it weekly since Discover traffic is volatile and can disappear between posts

How Google Discover Works

Discover is powered by Google's interest graph — a model of what a specific user is interested in, built from:

  • Search history (what they've searched for)
  • YouTube history (what they've watched)
  • Location history (what they've visited)
  • Web browsing history (sites they frequent)
  • Explicit topic follows (following a topic in Discover)

When a new piece of content is published that matches a user's interest graph, Google may feature it in their Discover feed. The content doesn't need to rank in search — it just needs to be crawlable, indexable, and relevant to the user's established interests.

Discover is primarily a mobile feature (Android home screen, Google app, iOS Google app) but also appears in Google's "Discover" tab on desktop for signed-in users.

Content Types That Perform in Discover

Discover favours several distinct content categories, each for different reasons:

Timely, trending content: News, breaking developments, new data or research. If a topic is trending and your content covers it comprehensively, Discover will surface it to users who follow that topic.

In-depth evergreen guides: Comprehensive guides on popular topics get featured in Discover repeatedly as the algorithm identifies new users with relevant interests. A thorough guide on "how to train for a marathon" can appear in Discover for months.

Visual-first content: Recipes, travel photography, product roundups, and how-to guides with strong featured images consistently perform well in Discover.

Personal finance, health, travel, technology: These are the highest-engagement Discover topic categories — content in these verticals has disproportionate Discover visibility.

Content that underperforms in Discover: thin posts, posts with no featured image, pure promotional content, and content with no clear E-E-A-T signals.

Image Requirements for Discover

Discover cards display a large image alongside the headline — image quality is the primary visual signal that drives CTR on a Discover card.

Requirements to meet for Discover-eligible images:

  • Minimum width: 1200px — images below this threshold are not eligible for large image display in Discover
  • max-image-preview: large — add <meta name="robots" content="max-image-preview:large"> to the page; this instructs Google to use the full-size image preview in Discover (without it, Google uses a thumbnail)
  • Original photography or high-quality illustration — stock images that appear on hundreds of sites reduce Discover performance vs original visual content
  • Relevant to the content — the image should represent the article's subject; abstract or decorative images have lower CTR in Discover cards

The Open Graph image (<meta property="og:image">) is the primary source Google uses for the Discover card image. Ensure it's set to a 1200×630 or larger image.

Tip: You can verify whether your page's OG image tag is correctly set — and whether it meets Discover's image requirements — by running it through the SEO Analyzer. It checks for og:image presence as part of its 22-point audit.

E-E-A-T for Discover

Experience, Expertise, Authoritativeness, and Trustworthiness signals are more important for Discover than for standard search, because Discover features content to users based on trust signals — it won't surface content from sites or authors with poor quality signals.

E-E-A-T signals that improve Discover eligibility:

  • Clear author byline — named author on every article, not "Admin" or "Staff"
  • Author bio with credentials — linked to the author's profile page with expertise signals
  • Person schema — structured data identifying the author entity with sameAs links to external profiles
  • Site authority — older, established sites with external backlinks appear in Discover more reliably than new sites; Discover eligibility typically begins after 6–12 months of consistent publishing
  • Consistent publishing schedule — sites that publish regularly appear in Discover more frequently; irregular publishing (one post per month) reduces Discover visibility

Structured data is a concrete, implementable part of E-E-A-T. Every article page should carry BlogPosting schema with a named author entity, and a WebPage schema with the same author signal. Use the Schema Markup Tester to validate that your schema is correct and complete — missing required properties on BlogPosting or Person types will flag as errors.

Tracking Discover Performance in GSC

GSC shows Discover traffic separately from web search. To access it:

GSC → Performance → toggle from "Search type: Web" to "Search type: Discover"

What you'll see in the Discover performance report:

  • Impressions: How many times your content appeared in a Discover feed
  • Clicks: How many clicks it received from Discover
  • CTR: Click-through rate (typically 3–8% for well-optimised Discover cards)

Discover traffic is highly volatile — a single post may drive 50,000 impressions in 48 hours, then nothing for weeks. Monitor weekly rather than daily to identify trends.

Pages with Discover impressions but low CTR (under 2%) usually have a weak Discover card image or headline. Test different featured images and headline formulations.

Watch out for URL canonicalization: Discover will only credit traffic to the canonical URL of a page. If you have www vs non-www duplicates, or HTTP vs HTTPS variants, impressions can be split or misattributed in GSC. Ensure your canonical tags are correct on every article page.

Discover and Core Web Vitals

Google has confirmed that Core Web Vitals (page experience) is a ranking factor for Discover eligibility, similar to web search. Pages with "Poor" Core Web Vitals scores have lower Discover eligibility than pages with "Good" scores.

The three signals that matter most for Discover eligibility:

Metric Good threshold Impact on Discover
LCP (Largest Contentful Paint) < 2.5s Primary CWV signal; slow LCP directly suppresses Discover eligibility
CLS (Cumulative Layout Shift) < 0.1 Layout instability signals poor mobile experience; images without dimensions are a major CLS source
INP (Interaction to Next Paint) < 200ms Replaced FID in March 2024; measures responsiveness across all interactions, not just first click

This means Discover SEO and Core Web Vitals optimisation are complementary — improving LCP, CLS, and INP improves both Discover eligibility and search rankings. Common LCP culprits include uncompressed hero images, render-blocking scripts loaded in <head>, and missing fetchpriority="high" on the LCP image element.

Check Your Page Speed and Core Web Vitals Readiness

Free, no signup. The Page Speed Inspector measures TTFB, download time, compression, and HTML analysis including images missing dimensions and render-blocking resources — the same signals that affect Core Web Vitals eligibility for both Google Search and Discover.

Inspect Page Speed Free →
SP

Sunny Pal Singh

Fellow · Technical Director — AI Infrastructure, Cloud Orchestration & Network Automation

Sunny is a Fellow and Technical Director specialising in AI infrastructure, cloud orchestration, and network automation. With hands-on depth across AWS, Azure, GCP, Red Hat OpenStack, and OpenShift, he leads high-performing teams of architects and engineers building transformative solutions at scale. He built ByteWaveNetwork to bring the same engineering rigour to everyday web tooling.

Affiliate disclosure: Some links on this page may be affiliate links. We only mention tools we've personally used and have an honest opinion about. Affiliate revenue helps keep ByteWaveNetwork's tools free and maintained. We are not paid by any of the tools compared in this article for favorable coverage.

Choose design