Skip to content
https://donorbox.org

Content

· 5 checks — Internal links, mixed-content guards, Open Graph previews, and structured data rolled into one auditable list.
SCORE
94
GRADE
A
FIX
0
REVIEW
2
PASS
3
INFO
0
Checks
5
3 PASS 2 REVIEW
B
Structured Data
3 JSON-LD block(s) found — some improvements recommended.
REVIEW
3 JSON-LD block(s) found — some improvements recommended.
Warning::
Missing or invalid @context in block #3
The @context should be "https://schema.org" for search engines to recognize the data.
Got: https://schema.org/ Expected: https://schema.org
Info::
Custom type "HowTo" — unable to validate specific properties
Info::
Custom type "WebApplication" — unable to validate specific properties
Info::
3 JSON-LD blocks found
URL: https://schema.org/

The @context should be "https://schema.org" for search engines to recognize the data.

Expected: https://schema.org
Why this matters

JSON-LD without @context is invalid structured data — Google ignores the entire block.

Learn more

@context must be 'https://schema.org' (or the schema-specific URL). Without it, the block isn't parseable as schema.org JSON-LD and Google skips it. Most schema generators handle this; manual edits sometimes drop the field.

Source: JSON-LD spec / schema.org

JSON-LD Blocks

Block 1 : FAQPage
3 properties Valid
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How much does Donorbox cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "The Donorbox Standard plan has no monthly fees and no setup costs. It features a 2.95% platform fee for most features. Pro and Premium plans are available for organizations looking for reduced fees and advanced features."
      }
    },
    {
      "@type": "Question",
      "name": "Is Donorbox secure for nonprofit donations?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, Donorbox is PCI Level 1 compliant. All data is encrypted via SSL/TLS and financial information is tokenized, ensuring that sensitive card details are never stored on Donorbox servers."
      }
    },
    {
      "@type": "Question",
      "name": "Which payment methods can I accept through Donorbox?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Donorbox supports 22+ payment methods including credit cards, Apple Pay, Google Pay, PayPal, Venmo, ACH bank transfers, and even crypto or stock donations."
      }
    },
    {
      "@type": "Question",
      "name": "Do I need a website to use Donorbox?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "No. While you can embed Donorbox forms on any website, Donorbox also provides free hosted campaign pages where you can direct donors if you do not have your own site."
      }
    },
    {
      "@type": "Question",
      "name": "Does Donorbox support recurring giving?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes, recurring giving is a core feature. You can offer daily, weekly, bi-weekly, monthly, quarterly, and annual intervals, which donors can manage themselves through a personal donor portal."
      }
    },
    {
      "@type": "Question",
      "name": "Can I use Donorbox for in-person events?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Donorbox offers an Events ticketing solution as well as the Donorbox Live™ Kiosk app, which turns tablets and smartphones into 'Tap to Pay' donation stations for live events."
      }
    }
  ]
}
Block 2 : HowTo
7 properties Valid
{
  "@context": "https://schema.org",
  "@type": "HowTo",
  "name": "How to Start Fundraising with Donorbox",
  "description": "A step-by-step guide to setting up your nonprofit's first online donation campaign on Donorbox.",
  "totalTime": "PT15M",
  "step": [
    {
      "@type": "HowToStep",
      "name": "Create a Free Account",
      "text": "Go to Donorbox.org and sign up. Enter your organization's basic details. No setup fees or contracts are required."
    },
    {
      "@type": "HowToStep",
      "name": "Build Your Campaign",
      "text": "Navigate to 'Campaigns' and create a new donation form. Customize the branding, colors, and recurring giving options to match your nonprofit's mission."
    },
    {
      "@type": "HowToStep",
      "name": "Connect a Payment Processor",
      "text": "Link your Stripe or PayPal account to your Donorbox dashboard to securely process transactions and receive payouts to your bank."
    },
    {
      "@type": "HowToStep",
      "name": "Customize the Donor Experience",
      "text": "Enable features like 'Ask donors to cover fees' and 'UltraSwift Pay' for one-click digital wallet donations (Apple Pay/Google Pay)."
    },
    {
      "@type": "HowToStep",
      "name": "Go Live and Share",
      "text": "Embed the form on your website (WordPress, Wix, Squarespace, etc.) or share the link to your Donorbox-hosted campaign page via email and social media."
    }
  ],
  "tool": [
    {
      "@type": "HowToTool",
      "name": "Stripe or PayPal Account"
    },
    {
      "@type": "HowToTool",
      "name": "Donorbox Dashboard"
    }
  ]
}
Block 3 : WebApplication
9 properties Valid
Missing or invalid @context
{
  "@context": "https://schema.org/",
  "@type": "WebApplication",
  "applicationCategory": "https://schema.org/WebApplication",
  "name": "Donorbox",
  "operatingSystem": "all",
  "screenshot": "'https://donorbox.org/donation-form-1.png') %>",
  "creator": {
    "@type": "Organization",
    "url": "https://donorbox.org/",
    "name": "Donorbox",
    "logo": {
      "@type": "ImageObject",
      "url": "https://donorbox.org/landing_pages_assets/new-landing-pages/donorbox-logo-f8e4c600e9059ec561ebaa2c74695f32b6f344fdb23207623632b1400a76d27f.svg"
    }
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.85",
    "reviewCount": "191"
  },
  "offers": {
    "@type": "AggregateOffer",
    "offeredBy": {
      "@type": "Organization",
      "name": "Donorbox"
    },
    "lowPrice": 0,
    "highPrice": 475,
    "offerCount": 4,
    "priceCurrency": "USD",
    "priceSpecification": [
      {
        "@type": "UnitPriceSpecification",
        "price": 0,
        "priceCurrency": "USD",
        "name": "Donorbox Grow Standard"
      },
      {
        "@type": "UnitPriceSpecification",
        "price": 139,
        "priceCurrency": "USD",
        "name": "Donorbox Grow Pro"
      },
      {
        "@type": "UnitPriceSpecification",
        "price": 250,
        "priceCurrency": "USD",
        "name": "Donorbox Premium Edge"
      },
      {
        "@type": "UnitPriceSpecification",
        "price": 475,
        "priceCurrency": "USD",
        "name": "Donorbox Premium Signature"
      }
    ]
  }
}
C
Brand Presence
Action
Site-name consistency, favicon, social image, meta tags, schema, and contact signals
REVIEW

Brand Presence

Your brand name differs across channels — visitors see inconsistent identity.

C

65/100

Site name appears as

Page titleDonorbox: #1 Donation Software & Nonprofit Fundraising Suite
og:site_nameDonorbox
twitter:site
Organization.name

Inconsistent — names differ across channels

Brand assets

Favicon

15/15

covers multiple sizes + apple-touch-icon

Social share image

20/20

og:image + twitter:image set

Meta completeness

20/20

Organization schema

0/15

Contact info discoverable

5/10

contact page

Findings

  • Brand name differs across channels — users see inconsistent identity
  • No Organization schema — Google can't render your logo in the knowledge panel
  • Only partial contact info discoverable — consider adding a dedicated contact page or mailto/tel link

How consistently your brand appears across channels — shared link previews, structured data, favicon, contact info.

A+
Mixed Content
No mixed content detected — all resources use HTTPS.
PASS
No mixed content detected — all resources use HTTPS.
Info::
No mixed content detected — all resources use HTTPS
A
Open Graph
Open Graph tags are well configured for social sharing.
PASS
Open Graph tags are well configured for social sharing.
Info::
Missing og:url
The og:url tag specifies the canonical URL for the shared content.

The og:url tag specifies the canonical URL for the shared content.

Why this matters

Without og:url, social platforms infer the canonical URL — often picking a tracking-param variant that pollutes share counts.

Learn more

og:url tells the social platform which URL to count this share against. Without it, platforms use the literal URL the user pasted (which may include utm_* parameters, ref codes, etc.). Setting og:url to the canonical form keeps share-count attribution clean.

Source: Open Graph Protocol

Preview

donorbox.org

Donorbox: #1 Donation Software & Nonprofit Fundraising Suite

Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free online platform to create donate button & pages and receive donations with ease.

Preview quality · Twitter/X A+ · 100/100
  • twitter:card — summary_large_image
  • twitter:title — Donorbox: #1 Donation Software & Nonprofit Fundraising Suite
  • twitter:description — Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free ...
  • twitter:image — https://donorbox.org/landing_pages_assets/new-landing-pages/meta-images/home-7f2d68aaa66ab38667597d199072cb7cfc72fdde...

DONORBOX.ORG

Donorbox: #1 Donation Software & Nonprofit Fundraising Suite

Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free online platform to create donate button & pages and receive donations with ease.

Preview quality · Facebook B · 80/100

Description will be truncated (197 chars / 155 max)

  • og:title — Donorbox: #1 Donation Software & Nonprofit Fundraising Suite
  • og:description — Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free ...
  • og:image — https://donorbox.org/landing_pages_assets/new-landing-pages/meta-images/home-7f2d68aaa66ab38667597d199072cb7cfc72fdde...
  • og:type — website
  • og:url — Add og:url — Recommended — canonical URL for the share
  • og:site_name — Donorbox
  • Description will be truncated on Facebook (197 chars, max 155)

    → Tighten og:description to ≤155 characters

Donorbox: #1 Donation Software & Nonprofit Fundraising Suite

donorbox.org

Preview quality · LinkedIn A+ · 95/100

Description will be truncated (197 chars / 150 max)

  • og:title — Donorbox: #1 Donation Software & Nonprofit Fundraising Suite
  • og:description — Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free ...
  • og:image — https://donorbox.org/landing_pages_assets/new-landing-pages/meta-images/home-7f2d68aaa66ab38667597d199072cb7cfc72fdde...
  • Description will be truncated on LinkedIn (197 chars, max 150)

    → Tighten og:description to ≤150 characters

donorbox.org

Donorbox: #1 Donation Software & Nonprofit Fundraising Suite

Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free online platform to create donate button & pages and receive donations with ease.

Preview quality · Slack A+ · 100/100
  • og:title — Donorbox: #1 Donation Software & Nonprofit Fundraising Suite
  • og:description — Our all-in-one donation software powers online fundraising & donor relationship management with AI-powered CRM. Free ...
  • og:image — https://donorbox.org/landing_pages_assets/new-landing-pages/meta-images/home-7f2d68aaa66ab38667597d199072cb7cfc72fdde...

Social preview quality

Averaged across Twitter/X, Facebook, LinkedIn, and Slack.

A · 93/100
FieldTwitter/XFacebookLinkedInSlack
og:title
og:description
og:image
og:type
og:url
og:site_name
twitter:card
twitter:title
twitter:description
twitter:image
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback