Collect SEO mentions entities for an analysis run by combining
stakeholder names and media-outlet names from the run's intelligence
and extended folders. Returns a single deduplicated, length-capped
list ready to feed into JSON-LD mentions.
Stakeholders are listed first (high-signal political-group / institution
entities), media outlets second. The combined list is truncated to
MAX_MENTIONS entries.
Parameters
runDir: string
Absolute analysis run directory path
Returns readonlystring[]
Ordered, de-duplicated mentions list (may be empty)
Collect SEO
mentionsentities for an analysis run by combining stakeholder names and media-outlet names from the run's intelligence and extended folders. Returns a single deduplicated, length-capped list ready to feed into JSON-LDmentions.Stakeholders are listed first (high-signal political-group / institution entities), media outlets second. The combined list is truncated to MAX_MENTIONS entries.