nonprofitStatus
A Schema.org Property
This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
- Canonical URL: https://schema.org/nonprofitStatus
- Check for open issues.
nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.
Source
https://github.com/schemaorg/schemaorg/issues/2543
Examples
Example 1
Copied
Example notes or example HTML without markup.
- Nonprofit organization coverage with internationally applicable nonprofit types.
Example encoded as JSON-LD in a HTML script tag.
- <script type="application/ld+json">
- {
- "@context": "https://schema.org",
- "@type": "LegalService",
- "name": "Example Legal Aid Nonprofit",
- "description": "A nonprofit statewide law firm dedicated to providing equal access to justice for low income people through quality advocacy and education.",
- "nonprofitStatus" : "Nonprofit501c20",
- "url": "https://www.example.org/nonprofit/info",
- "areaServed": {
- "@type": "AdministrativeArea",
- "name": "Idaho"
- }
- }
- </script>
Structured representation of the JSON-LD example.