LSD
▌ GlossaryGlossary / SERP

SERP

Also: Search Engine Results Page

SERP stands for Search Engine Results Page — the page Google returns for a search query. In 2026, a SERP is no longer just 10 blue links. It's a layered composite of AI Overview, paid ads, Local Pack, Featured Snippet, People Also Ask, Knowledge Panel, organic results, and related searches.

SERP Features · 5 min read

Try it · free
Pull the top 10 organic results for any keyword + location, plus a list of SERP features Google shows (AI Overview, Local Pack, PAA, Knowledge Panel).
1 free check / IP / day · no credit card

Anatomy of a 2026 SERP

A modern SERP is a structured inventory of result blocks, ordered by frequency and conversion intent:

  • AI Overview (appears ~65% of queries) — A snippet-like answer synthesized from multiple sources, with inline citations and a "Learn more" link
  • Paid ads (1-4 ads, ~40% of commercial keywords) — Google Ads above and below organic results
  • Local Pack (3 results, ~25% of local intent queries) — Map, business cards, and review snippets for nearby businesses
  • Featured Snippet (appears ~15% of queries) — A zero-click answer extracted from the top-ranking page, shown above Position 1
  • People Also Ask (4-8 related questions, ~65% of queries) — Expandable Q&A blocks showing related searches users often click
  • Knowledge Panel (appears ~20% of branded queries) — Right-side panel showing entity info, ratings, contact details
  • Organic results (10 blue links, ~85% of queries) — Traditional indexed pages ranked by relevance and authority
  • Related searches (8 suggestions, ~95% of queries) — Footer suggestions for query refinement

The composition varies by query intent, location, and freshness. A local query ("pizza near me") surfaces the Local Pack and LSA ads prominently; an informational query ("how to train a dog") surfaces PAA and Featured Snippets.

How SERP composition changed in 2026

The introduction of AI Overviews in late 2024 fundamentally reshaped the SERP. In 2026, the impact is measurable and material:

Positional shift: AI Overview appears at the top (above Position 1 organic result), pushing organic results down. Position 1 organic is now effectively Position 2 or lower depending on whether an AI Overview is shown.

CTR distribution: Organic click-through rate has declined across verticals. A 2025 study found a 15-30% reduction in clicks to organic results on queries with AI Overviews present, depending on answer quality and Featured Snippet presence. Users now stop at the AI Overview and don't scroll to organic results.

Paid expansion: Google has expanded ad slots, adding extra ads above and below the organic section on commercial keywords. This further reduces organic visibility.

Implications: Ranking #1 organic no longer guarantees visibility or clicks. A business or publisher now needs to either (1) be cited in the AI Overview (requires being a known source), (2) show in the Local Pack (requires local business signals), (3) show in the Featured Snippet (requires structured content), or (4) run paid ads. Organic rank is necessary but not sufficient.

Local SERPs vs informational SERPs

The SERP composition diverges sharply based on query intent:

Local SERPs (triggered by "near me", "in [city]", or business type queries from a geographic context): - Local Pack (3 results with map) - Local Services Ads (Google Guaranteed businesses) - Paid ads - Organic results - Related searches

AI Overview appears but often below the Local Pack. The intent is transactional — the user wants to visit or call a business.

Informational SERPs (triggered by "how to", "what is", "best [topic]" queries): - AI Overview - Featured Snippet (often inside the AI Overview or above Position 1) - People Also Ask (4-8 questions) - Paid ads - Organic results - Related searches

No Local Pack. The intent is educational — the user wants information.

Mixed-intent SERPs (e.g., "best restaurants in Denver"): - Might surface both Local Pack and AI Overview - Often include PAA for sub-queries like "best Italian restaurants" - Paid ads visible alongside both local and organic results

Understanding which SERP type a keyword triggers is critical for strategy. A keyword that triggers local intent but ranks an informational competitor means you're losing to the wrong competitive set.

Tracking the full SERP via API

For years, tracking individual SERP features required fragmented tool usage: one endpoint for Local Pack, another for AI Overview, another for Featured Snippet, another for PAA. Each call was a separate API request, separate data model, separate schema.

The Organic SERP API consolidates the entire SERP into one call and one response. A single request returns:

  • Whether an AI Overview is present and its content
  • All paid ads with position and domain
  • Local Pack results with map coordinates and review counts
  • Featured Snippet content and source
  • People Also Ask questions and initial answers
  • Knowledge Panel content and entity type
  • All 10+ organic results with title, snippet, domain, and position
  • Related searches

The response is a structured JSON object with typed fields. This single-call model is why SERP monitoring has shifted from dashboard exports to agent-driven workflows — one API call returns enough data to detect material changes, and an agent can reason over the complete SERP composition without stitching together multiple endpoints.

SERPs in the agent era

An agent reading a SERP JSON response sees the composition independent of which feature changed. A human looking at a dashboard sees individual feature rankings and has to reason: "AI Overview is present, position 1 organic dropped from position 1 to position 3, PAA is showing. Did I lose the snippet or did the overview appear?"

An agent reads the full structure and reasons: "AI Overview content cites competitor A but not us. Our rank dropped from #1 to #3 organic. Featured Snippet is gone. Recommend: (1) get cited in AI Overview by being a known source on the topic, (2) rebuild the snippet structure, (3) analyze why we lost to competitor A."

This is why SERP tracking via API is now a prerequisite for local and content SEO workflows. A cron-scheduled agent can run Organic SERP API calls for your highest-traffic keywords, detect material changes (AI Overview appeared, Featured Snippet disappeared, rank dropped), flag the change with evidence, and propose an action. The human reviews the agent's summary; the agent runs the granular data layer.

FAQ

What blocks does a SERP include?+
AI Overview, paid ads, Local Pack (for local intent), Featured Snippet, People Also Ask, Knowledge Panel, 10+ organic results, and related searches. Not all blocks show on every query — composition depends on intent, vertical, and freshness.
How has the SERP changed with AI Overviews?+
AI Overview now appears at the top, pushing organic results down. Click-through rate to organic dropped 15-30% on queries with AI Overviews. Ranking #1 organic is no longer sufficient visibility — you now need to either be cited in the AI Overview, appear in Local Pack, or capture the Featured Snippet.
Why track the SERP and not just rank?+
Rank alone (position #1, #2, etc.) doesn't account for SERP composition changes. An AI Overview appearing above your #1 rank will drop your CTR even if you don't move. Tracking the full SERP composition tells you what actually changed and why traffic shifted.
How often does the SERP composition change?+
SERP composition can shift daily. AI Overview presence, featured snippet holder, and PAA questions all change on typical weekly or even daily schedules. For high-traffic keywords, run Organic SERP API calls at least weekly to detect changes that affect CTR.
Can agents read structured SERP data?+
Yes. The Organic SERP API returns structured JSON that agents can parse and reason over. An agent can detect when an AI Overview appeared, when a Featured Snippet was lost, or when a competitor entered the Local Pack, and propose actions automatically.

Want this at API scale?

One call returns every SERP feature: organic, ads, AI Overview, PAA, knowledge panel — without stitching together multiple endpoints.

See Organic SERP API