Skip to content

Glossary People Also Ask

What is People Also Ask?

Definition

People Also Ask, which Google's documentation calls a related questions group, is the expandable block of related questions the search engine places among its results: an algorithm generates the questions from the original query and pulls each answer from a page that is already indexed.

On this page 5
  1. What it means
  2. How it works
  3. Why it matters
  4. Best practices
  5. Common mistakes
In brief

The expandable block of related questions Google places among its results, with every answer pulled from an already indexed page and no markup available to request inclusion.

What it means

Google's documentation calls this element a “related questions group” and also records the “People also ask” label that the interface shows above the block. The abbreviation PAA is the form that dominates professional conversation about it.

It is worth separating it from the elements it gets confused with. The featured snippet occupies a single position at the top of the page and answers the query exactly as it was typed. The questions block groups several derived queries and keeps each one closed until somebody expands it. Related searches, at the foot of the page, offer search terms with no visible answer.

The difference from the AI-generated summary is of another kind. That summary writes new text out of several sources, whereas the questions block reproduces literal passages from specific pages and shows the source link alongside them. The two now share the same screen. Google has also begun filling part of these answers with generated text, which blurs the boundary between the two formats without having removed the block.

How it works

Nobody writes the questions in the block from the website side. An algorithmic system derives them from the original query, from the aggregated reformulations of other users and from the semantic relationships between entities. That is why the set changes over time and varies by device, language and location.

The answer inside each question is built exactly like a featured snippet: the system finds a page that is indexed and ranking well for that question, cuts out the passage that answers it, and shows it next to the title and the link of the source. The same featured snippet can occupy one of these slots as well. There is no type of structured data that lets you request inclusion, and FAQ markup stopped producing rich results in Google on 7 May 2026, so it no longer serves as a way in either.

The control that does exist runs the other way. Snippet rules applied to a page limit or prevent extraction: nosnippet removes the page from any snippet, data-nosnippet excludes a specific portion of the HTML, and max-snippet with a low value reduces the chance that enough text remains to form the answer. None of these rules acts on this block alone.

The element is also recursive. Expanding one question loads further ones beneath it, and that chain can continue for dozens of steps, so the visible list depends on the path each user takes.

Why it matters

The first decision that depends on this block is where to place the answers within a page. If the content resolves a specific question in a short, self-contained paragraph placed under a heading that repeats that question, the passage is extractable. If the same information is spread across three sections and requires the preceding context, it stops being extractable.

The second affects content architecture. The questions shown in the block reveal which phrasings Google treats as connected to a topic, and that makes it possible to decide whether a query deserves a section inside an existing guide or a page of its own. Treating every question as a separate URL usually produces thin content that competes internally for the same query.

There is a third, less comfortable consequence. A good share of the answers are read without leaving the results page, so being in the block generates considerably more impressions than clicks. Measuring its performance by sessions alone leads to removing content that is in fact building brand recognition and feeding the automated answer systems.

Best practices

  • Use the question as your heading exactly as it appears in the block, without turning it into a noun-phrase title, and put the answer in the paragraph immediately after it.
  • Resolve the question in a couple of sentences before expanding: the passage has to stand up without the text around it.
  • Open the answer with the definition or the figure, and save the nuances, the exceptions and the context for the sentences that follow.
  • Collect the questions by expanding the block several levels deep in the language and the country you care about, instead of translating lists gathered in another market.
  • Group related questions on a single page with headings of their own, and reserve standalone URLs for those with enough demand and depth.
  • Check that snippet rules inherited from old templates are not blocking precisely the passages you want extracted.

Common mistakes

  • Installing FAQ markup in the hope of entering the block; that markup no longer produces rich results in Google and was never the route in.
  • Creating a new page for every question found, which leaves thin texts competing with each other for the same query.
  • Writing answers that open with run-ups such as “in this article we will look at” and leave the information until the third sentence, outside the extractable passage.
  • Copying the answer that already holds the slot instead of answering better or from a different angle, because the system gains nothing by replacing a source with its duplicate.
  • Judging the outcome on traffic alone, without looking at impressions and average position for those queries, and so removing content that is in fact working.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

What is this block officially called?

Google's documentation calls it a “related questions group” and records “People also ask” as the name that appears in the interface. In the industry the English form People Also Ask, or the abbreviation PAA, is what gets used most. All of these names refer to the same element of the results page.

Does FAQ markup help you appear there?

No. Google stopped showing FAQ rich results on 7 May 2026, and that markup did not control this block before either. The answers are extracted from the visible text of indexed pages using the same mechanism as featured snippets. Keeping the markup does no harm, but it opens no door.

Has the block disappeared with AI-generated summaries?

No. It still appears on the great majority of results pages, including those that already show a generated summary. What has changed is its position, which usually drops below that summary, and the fact that part of the answers in the block are now written automatically rather than extracted.

How do you keep a page out of the block?

With the snippet rules. The nosnippet directive removes the page from any Google snippet, the data-nosnippet attribute excludes a specific portion of the HTML, and max-snippet with a low limit leaves less text available. There is no option that affects only this block and leaves the other formats untouched.

How many questions does the block contain?

It shows a few when the page loads, but the list grows on its own. Every time somebody expands a question, more are added beneath it, and that sequence can run for dozens of levels. The visible set therefore depends on how much the searcher clicks, and two people rarely see the same list.

Sources

  1. Primary source for the official name. Google's own documentation states that a related questions group is a cluster of questions related to what the user initially searched for, labelled “Otras preguntas de los usuarios” in the Spanish interface. It confirms the naming and the classification as an exploration feature. Actively maintained documentation, not an archived copy.
  2. Primary source for the mechanism. Google states explicitly that you cannot apply for a featured snippet through markup, and names nosnippet, data-nosnippet and max-snippet as the only controls. The same page records that featured snippets can appear within a related questions group, which establishes the link between the two features.
  3. Primary source for the most important change of 2026. The deprecation notice of 8 May 2025 announces that the feature will no longer appear in Google Search starting 7 May 2026, and the removal notice of 15 June 2026 confirms it. This invalidates the advice in older SEO articles that FAQ markup is the route into the PAA block.