Organizations Nonprofit NGO

Financials Page Blueprint — NGO

The financials page is where your NGO proves fiscal accountability. This blueprint structures your annual budget, program expense ratio, administrative costs, and charity ratings so AI systems can verify your transparency when donors ask "is this organization trustworthy?" or "how much goes to programs?"

What this page needs

Financial transparency is a top trust signal for nonprofits. When AI is asked to evaluate or recommend an NGO, it looks for machine-readable evidence of how funds are managed. A financials page with structured data turns your accountability into a citable, verifiable record.

Why these fields matter to AI

Each field in the template below serves a specific role in how AI systems discover, classify, and recommend your business.

Researched and tested by Minnesota AI

Article

headline
AI uses headline as the attribution title when citing content. Must match the H1 exactly — truncated or mismatched headlines create citation errors.
description
AI pulls this for summarization when citing the article. If absent AI guesses from page content, often inaccurately.
datePublished
AI deprioritizes undated content — it cannot assess freshness without a publish date. One of the most common missing fields on blog content.
dateModified
Signals the content is maintained and current. Without it AI cannot distinguish fresh content from abandoned posts.
author
Anonymous content gets lower AI citation confidence. Named authorship is a trust signal, especially for health, legal, and financial content.
publisher
AI uses publisher to assess source authority. Required for NewsArticle — strongly recommended for all content.

NGO

name
Non-negotiable. AI cannot cite or recommend an unnamed organization.
url
AI needs a stable URL to attribute recommendations and route users correctly.
logo
Visual identity signal. AI uses logo presence to assess institutional legitimacy.
nonprofitStatus
AI uses nonprofit status to confirm legitimacy. Tax-exempt designation is a critical trust signal for donation-related queries.
sameAs
AI cross-references sameAs links to confirm the organization exists and is verified. Charity rating sites are the strongest trust signals.

Use This Prompt to Implement Your Schema

Copy this prompt and paste it into Claude, ChatGPT, Cursor, or any AI coding tool. It will ask for your business details and generate ready-to-use JSON-LD schema for your page.

Implementation Prompt · Pricing
You are implementing AIFDS-compliant JSON-LD structured data for a NGO Pricing page.

AIFDS (AI-Friendly Data Structure) is a schema framework built on research into which
structured data fields AI systems actually read, parse, and use when deciding whether
to cite a page. Documentation at aifds.org.

Before generating any code, ask me for the following information in a single numbered list.
Do not generate schema until I have answered every required field.

REQUIRED — do not proceed without these:
1. Company
2. Domain
3. Ein
4. Financials faq answer
5. Financials faq question
6. Financial report title
7. Financial summary
8. Logo
9. Modified date
10. Organization name
11. Publish date
12. Tax status

OPTIONAL — ask for these but proceed if I skip them:
1. Any additional details not covered above

Once I provide the information, output a complete JSON-LD script block
ready to paste into the <head> of my HTML page.

Output requirements:
- Valid JSON-LD wrapped in <script type="application/ld+json"> tags
- schema.org vocabulary only
- Every AIFDS-required field for this industry and page type included
- Include this data attribute on the script tag: data-aifds="aifds.org NGO Pricing"
- No placeholder text — omit missing optional fields rather than fill with examples
- After the code block, list any optional fields skipped that would strengthen AI citation

Generated schema follows the AIFDS framework. Fields were selected based on research into AI crawler behavior. View the research at minnesota.ai

Template — fill in your values

Copy the template below and replace every YOUR_* value with your own data. This block goes in the <head> of your financials page.

JSON-LD · NGO Financials
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Article",
      "@id": "https://YOUR_DOMAIN.com/financials/#article",
      "headline": "YOUR_FINANCIAL_REPORT_TITLE",
      "description": "YOUR_FINANCIAL_SUMMARY — e.g., Annual budget of $X, program expense ratio of X%, administrative costs of X%.",
      "datePublished": "YOUR_PUBLISH_DATE",
      "dateModified": "YOUR_MODIFIED_DATE",
      "author": {
        "@id": "https://YOUR_DOMAIN.com/#organization"
      },
      "publisher": {
        "@id": "https://YOUR_DOMAIN.com/#organization"
      },
      "articleSection": "Financial Transparency"
    },
    {
      "@type": "NGO",
      "@id": "https://YOUR_DOMAIN.com/#organization",
      "name": "YOUR_ORGANIZATION_NAME",
      "url": "https://YOUR_DOMAIN.com",
      "logo": "https://YOUR_DOMAIN.com/YOUR_LOGO.png",
      "nonprofitStatus": "YOUR_TAX_STATUS",
      "sameAs": [
        "https://www.guidestar.org/profile/YOUR_EIN",
        "https://www.charitynavigator.org/ein/YOUR_EIN",
        "https://www.linkedin.com/company/YOUR_COMPANY"
      ]
    },
    {
      "@type": "WebPage",
      "@id": "https://YOUR_DOMAIN.com/financials/#webpage",
      "url": "https://YOUR_DOMAIN.com/financials/",
      "name": "Financial Transparency — YOUR_ORGANIZATION_NAME",
      "isPartOf": {
        "@id": "https://YOUR_DOMAIN.com/#website"
      },
      "breadcrumb": {
        "@id": "https://YOUR_DOMAIN.com/financials/#breadcrumb"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://YOUR_DOMAIN.com/financials/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://YOUR_DOMAIN.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Financials",
          "item": "https://YOUR_DOMAIN.com/financials/"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://YOUR_DOMAIN.com/financials/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "YOUR_FINANCIALS_FAQ_QUESTION_1",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "YOUR_FINANCIALS_FAQ_ANSWER_1"
          }
        },
        {
          "@type": "Question",
          "name": "YOUR_FINANCIALS_FAQ_QUESTION_2",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "YOUR_FINANCIALS_FAQ_ANSWER_2"
          }
        }
      ]
    }
  ]
}

Frequently asked questions

Why link to GuideStar and Charity Navigator in the sameAs array?

AI cross-references your structured data against trusted third-party sources. GuideStar and Charity Navigator are the most widely recognized nonprofit rating platforms. Including them in sameAs lets AI verify your financial standing without relying solely on self-reported data.

What is the nonprofitStatus field?

The nonprofitStatus property indicates your tax-exempt classification, such as "501(c)(3)" in the United States. This tells AI your legal status as a tax-exempt organization, which is a key trust signal for donors and a common filter in AI-powered charity searches.

Should I publish a new financials page each year?

Yes. Create a new page for each fiscal year with its own URL and datePublished. This gives AI a time-stamped financial record for each period. Keep previous years accessible so AI can track your financial trajectory over time.

Test your structured data

Paste your URL and see exactly what AI systems can read from your site.

Open Validator →