Note: you are viewing the development version of Schema.org. See How we work for more details.

NonprofitType

A Schema.org Enumeration Type

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.

Instances of NonprofitType may appear as a value for the following properties
PropertyOn TypesDescription
nonprofitStatus Organization nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.

Enumeration Subtypes

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.