TYPES: #eg-0302 NonprofitType, nonprofitStatus

PRE-MARKUP:

Nonprofit organization coverage with internationally applicable nonprofit types.

MICRODATA:

<!-- JSONLD only example -->

RDFA:

<!-- JSONLD only example -->

JSON:

<script type="application/ld+json">

{
"@context": "https://schema.org",
"@type": "LegalService",
"name": "Example Legal Aid Nonprofit",
"text": "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>

