Yoast · JSON-LD Context
Yoast Context
JSON-LD context defining the semantic vocabulary for Yoast from Yoast.
5 Classes
26 Properties
2 Namespaces
Namespaces
yoast:
https://developer.yoast.com/vocabulary#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
SeoMetadata
SeoHeadResponse
RobotsDirectives
OpenGraphMetadata
TwitterCardMetadata
Properties
| Property | Type | Container |
|---|---|---|
| schema | @json | |
| title | string | |
| description | string | |
| canonical | reference | |
| robots | yoast:RobotsDirectives | |
| index | string | |
| follow | string | |
| og_locale | string | |
| og_type | string | |
| og_title | string | |
| og_description | string | |
| og_url | reference | |
| og_site_name | string | |
| og_image | set | |
| twitter_card | string | |
| twitter_title | string | |
| twitter_description | string | |
| twitter_image | reference | |
| article_published_time | dateTime | |
| article_modified_time | dateTime | |
| author | string | |
| html | string | |
| json | yoast:SeoMetadata | |
| status | integer | |
| yoast_head | string | |
| yoast_head_json | yoast:SeoMetadata |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"yoast": "https://developer.yoast.com/vocabulary#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"SeoMetadata": "yoast:SeoMetadata",
"SeoHeadResponse": "yoast:SeoHeadResponse",
"RobotsDirectives": "yoast:RobotsDirectives",
"OpenGraphMetadata": "yoast:OpenGraphMetadata",
"TwitterCardMetadata": "yoast:TwitterCardMetadata",
"title": { "@id": "schema:name", "@type": "xsd:string" },
"description": { "@id": "schema:description", "@type": "xsd:string" },
"canonical": { "@id": "schema:url", "@type": "@id" },
"robots": { "@id": "yoast:robots", "@type": "yoast:RobotsDirectives" },
"index": { "@id": "yoast:indexDirective", "@type": "xsd:string" },
"follow": { "@id": "yoast:followDirective", "@type": "xsd:string" },
"og_locale": { "@id": "yoast:ogLocale", "@type": "xsd:string" },
"og_type": { "@id": "yoast:ogType", "@type": "xsd:string" },
"og_title": { "@id": "yoast:ogTitle", "@type": "xsd:string" },
"og_description": { "@id": "yoast:ogDescription", "@type": "xsd:string" },
"og_url": { "@id": "yoast:ogUrl", "@type": "@id" },
"og_site_name": { "@id": "yoast:ogSiteName", "@type": "xsd:string" },
"og_image": { "@id": "yoast:ogImage", "@container": "@set" },
"twitter_card": { "@id": "yoast:twitterCard", "@type": "xsd:string" },
"twitter_title": { "@id": "yoast:twitterTitle", "@type": "xsd:string" },
"twitter_description": { "@id": "yoast:twitterDescription", "@type": "xsd:string" },
"twitter_image": { "@id": "yoast:twitterImage", "@type": "@id" },
"article_published_time": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
"article_modified_time": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
"author": { "@id": "schema:author", "@type": "xsd:string" },
"schema": { "@id": "yoast:schemaGraph", "@type": "@json" },
"html": { "@id": "yoast:htmlHead", "@type": "xsd:string" },
"json": { "@id": "yoast:seoMetadata", "@type": "yoast:SeoMetadata" },
"status": { "@id": "yoast:httpStatus", "@type": "xsd:integer" },
"yoast_head": { "@id": "yoast:htmlHead", "@type": "xsd:string" },
"yoast_head_json": { "@id": "yoast:seoMetadata", "@type": "yoast:SeoMetadata" }
}
}