On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.

missionCoveragePrioritiesPolicy

missionCoveragePrioritiesPolicy · Optional

Appears in

Organization

What is it?

missionCoveragePrioritiesPolicy links a news media organization to a statement explaining what it covers, why it covers those topics, and any editorial stance or public agenda it holds. This is a mission statement in editorial terms: it tells readers and automated systems what this publication is for, what topics it prioritizes, and what viewpoints or communities it serves.

The field is defined specifically for NewsMediaOrganization. It accepts a CreativeWork or URL.

Why this matters for AEO

AI answer engines need to know not just what a publication covers, but what its editorial focus and perspective are. A publication that declares its coverage priorities gives AI systems explicit guidance for query routing: when a user asks about investigative reporting on government accountability, or community news in a specific city, or environmental journalism, the AI can match queries to publications that have declared these as coverage priorities. This is more precise than inferring focus from article metadata. For news AI features that present multiple sources on a topic, coverage priority declarations help distinguish specialized, mission-driven publications from generalist outlets, which affects how each source is contextualized in AI-generated summaries.

What the specs say

Schema.org:missionCoveragePrioritiesPolicy expects a CreativeWork or URL. It is a statement on coverage priorities, including any public agenda or stance on issues, for a NewsMediaOrganization. [Source: https://schema.org/missionCoveragePrioritiesPolicy]

Google: Not mentioned. This field is not listed in Google's structured data documentation for Organization. [https://developers.google.com/search/docs/appearance/structured-data/organization]

How to find your value

Coverage priority statements may appear in:

  • An "About" or "Mission" page describing what the publication covers
  • An editorial charter or founding mission document
  • A "What We Cover" or "Our Focus" page
  • An annual letter or editor's note that describes editorial direction
  • A masthead page that includes mission context

If no standalone document exists, consider creating a dedicated mission and coverage page. It should explain the topics or communities the publication prioritizes, why those were chosen, and any explicit editorial perspectives or commitments.

Format and code

Simple URL:

{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "ProPublica",
  "url": "https://www.propublica.org",
  "missionCoveragePrioritiesPolicy": "https://www.propublica.org/about/"
}

CreativeWork object:

{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "The Marshall Project",
  "url": "https://www.themarshallproject.org",
  "missionCoveragePrioritiesPolicy": {
    "@type": "CreativeWork",
    "name": "Our Mission: Criminal Justice Reporting",
    "url": "https://www.themarshallproject.org/about"
  }
}

Full transparency implementation for a specialized outlet:

{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "Inside Climate News",
  "url": "https://insideclimatenews.org",
  "missionCoveragePrioritiesPolicy": "https://insideclimatenews.org/about/",
  "publishingPrinciples": "https://insideclimatenews.org/about/",
  "ethicsPolicy": "https://insideclimatenews.org/about/ethics/"
}

Webflow implementation

Static pages

Add missionCoveragePrioritiesPolicy to your NewsMediaOrganization JSON-LD block on your homepage or About page via Page Settings > Custom Code. The mission URL is stable and does not require ongoing updates unless your editorial mission changes significantly.

CMS template pages

As an organization-level field, implement on static pages rather than CMS templates.

In Schema HQ

Inside Schema HQ, the organization schema editor includes missionCoveragePrioritiesPolicy as a URL field in the news organization transparency section. Enter the URL of your mission or coverage statement for inclusion in the published JSON-LD.

Real examples

Texas Tribune :

{
  "@context": "https://schema.org",
  "@type": "NewsMediaOrganization",
  "name": "The Texas Tribune",
  "url": "https://www.texastribune.org",
  "missionCoveragePrioritiesPolicy": "https://www.texastribune.org/about/",
  "publishingPrinciples": "https://www.texastribune.org/ethics/",
  "correctionsPolicy": "https://www.texastribune.org/corrections/"
}

Related fields

FAQ

How is missionCoveragePrioritiesPolicy different from a general mission statement?

A mission statement describes an organization's purpose broadly. missionCoveragePrioritiesPolicy is specifically about editorial coverage: what topics, communities, or issues the publication covers, and whether it holds an explicit viewpoint or advocacy position on those issues. A publication might have a general mission of "serving the public interest" but a coverage priority policy that explains it focuses specifically on state government and policy, or environmental issues, or criminal justice reform.

Should the document declare any editorial biases or viewpoints?

If the publication has an explicit editorial perspective or advocacy stance, declaring it in this document is appropriate and increases transparency. Publications like advocacy journalism outlets, faith-based news organizations, or politically-aligned media benefit from declaring their editorial stance explicitly rather than leaving it to inference. Transparency about perspective is itself a trust signal.

Is this field useful for publications that cover all topics?

For general-interest news organizations, the coverage priorities statement can explain geographic focus, audience, or approach (investigative, solutions-oriented, data-driven) even when the topic range is broad. The field is useful even if the answer is "we cover all news relevant to the New York metropolitan area" rather than a narrow topic focus.

On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
Generate schema for your site with Schema HQ

Get Early Access

Get Early Access

Need help with schema on your site?

We implement structured data for Webflow sites — from audit to deployment.

Work with us

Work with us