Overview
Google’s “What people are saying” module (sometimes labeled “Trending posts and discussions”) surfaces community-thread cards on the SERP, typically pointing at Reddit, Quora, or other forum threads relevant to the query. When this module is present, the response includes apeopleAreSaying array where each entry is a single card.

People are saying module on the Google SERP
peopleAreSaying field is omitted from result when the module is absent — treat it as optional rather than expecting an empty array.
Card structure
| Field | Type | Description |
|---|---|---|
position | number | Position within the module (1-indexed) |
title | string | Card title as displayed on the SERP |
link | string | Destination URL the card points to |
date | string | Google’s raw relative-time text (e.g., "5 days ago", "2 weeks ago"). Not normalized. |