Community intent report
Pull out searches that sound like people want opinions, comparisons or first-hand experience. The wording is a useful content clue, but it does not prove that a forum page must rank.
Install and run the report
Install the CLI once, then run seo start to connect your site and Google data. After setup you can run this report yourself or ask your agent to run it.
Install the SEO CLI globally.
npm i -g seoRun setup after installation.
seo startFind returned queries with review, forum, or comparison wording.
seo community-intent --project exampleWhat you get from this report
Find Search Console queries with forum, review, comparison or discussion intent so your content can answer the format people are looking for.
- Best for
- You need Search Console wording to review community or evidence-led content opportunities.
- Needs
- Returned Search Console queries
- You get
- Find Search Console queries with forum, review, comparison or discussion intent so your content can answer the format people are looking for.
- Use next
- Build a content optimization brief
Every report follows the same rules for missing data and outside estimates.See how report data works.
What you need before you run it
The report uses the information below. Optional sources are only used when you ask for them.
Returned Search Console queries
Provides the exact wording, impressions, clicks, and date range behind each match.
Documented phrase categories
Defines explicit forum, review, comparison, recommendation, and experience patterns.
Use a different report for these jobs
These jobs need a different report or a manual review.
Use the report with an agent or in code
The command above is enough for most work. These options let an agent, script or application run the same report with explicit input and structured output.
CLI
Use the report catalog when an agent, script or CI job needs predictable JSON instead of the normal terminal output. Check the current input first, then run the report with the validated parameters.
Check the current input before the agent or script runs the report.
seo reports describe community-intent --jsonOnce the input is valid, run the report through the report catalog.
seo reports run community-intent --params '{"site":"sc-domain:example.com","days":90,"minImpressions":20,"limit":25}' --jsonMCP
An MCP agent follows the same two-step flow. It inspects the current schema, fills the required fields and only then runs the report.
Ask the MCP server for the current report input.
{
"id": "community-intent"
}Run the report after the agent has checked and filled the input.
{
"id": "community-intent",
"params": {
"site": "sc-domain:example.com",
"days": 90,
"minImpressions": 20,
"limit": 25
}
}TypeScript
Install the package in a Node 22 project when your application needs to run the report directly. The result includes the same evidence, warnings and limits returned through the CLI and MCP server.
Add the SEO package to your project.
npm install seoRun the report from your TypeScript application.
import { executeReport } from 'seo/mcp'
const result = await executeReport(
'community-intent',
{
"site": "sc-domain:example.com",
"days": 90,
"minImpressions": 20,
"limit": 25
},
)
console.log(result)What to do next
Review the wording of the returned queries and the result formats already serving them. Use that evidence to decide whether the page needs first-hand experience, comparison detail or a different content format.
- 01Decide whether an existing page already answers the need with credible first-hand evidence.
- 02Use content optimization for a supported page brief.
Related reports
Build a content brief from one page, its Search Console queries and the headings or topics already present. Keep every suggestion tied to demand.
Group returned Search Console queries into repeated demand themes so content gaps, templates and competing pages are easier to inspect across the site.
Compare one URL with its Search Console queries and live page evidence to find focused content, CTR and coverage opportunities before rewriting the page.
Sources used by this report
These primary sources define the provider data or search controls used by the result.