Person & Organization
Extends: Organization
EducationalOrganization Schema Markup
EducationalOrganization covers schools from kindergarten through university level.
Eligible Rich Results
Knowledge Panel
When to Use EducationalOrganization
University websites K-12 schools Training centers
Properties
| Property | Type | Status | Description |
|---|---|---|---|
| name | Text | required | School name. |
| url | URL | recommended | School website. |
| address | PostalAddress | recommended | Campus address. |
| telephone | Text | optional | Main phone number. |
| description | Text | optional | School description. |
JSON-LD Examples
University
A university.
{
"@context": "https://schema.org",
"@type": "CollegeOrUniversity",
"name": "Pacific Tech University",
"url": "https://pacifictech.edu",
"address": {
"@type": "PostalAddress",
"addressLocality": "San Jose",
"addressRegion": "CA",
"addressCountry": "US"
}
} Common Mistakes
Using Organization instead of the more specific educational subtypes.
Complete Guide to EducationalOrganization Schema Markup
EducationalOrganization markup identifies educational institutions in Google's Knowledge Graph. Use more specific subtypes like CollegeOrUniversity or School when applicable.
Related Types
Ready to Create EducationalOrganization Markup?
Use our free generator to create valid EducationalOrganization JSON-LD markup with a visual form. No coding required.
Open Generator