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

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.
nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business.

Values expected to be one of these types

Used on these types

Source

https://github.com/schemaorg/schemaorg/issues/2543


Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. Nonprofit organization coverage with internationally applicable nonprofit types.
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "https://schema.org",
  4.   "@type": "LegalService",
  5.   "name": "Example Legal Aid Nonprofit",
  6.   "description": "A nonprofit statewide law firm dedicated to providing equal access to justice for low income people through quality advocacy and education.",
  7.   "nonprofitStatus" : "Nonprofit501c20",
  8.   "url":  "https://www.example.org/nonprofit/info",
  9.   "areaServed": {
  10.     "@type": "AdministrativeArea",
  11.     "name": "Idaho"
  12.   }
  13. }
  14. </script>
Structured representation of the JSON-LD example.