Django CMS · JSON-LD Context
Djangocms Context
JSON-LD context defining the semantic vocabulary for Djangocms from Django CMS.
0 Classes
47 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
cms:
https://www.django-cms.org/vocab/
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| PageContent | reference | |
| title | string | |
| page_title | string | |
| menu_title | string | |
| meta_description | string | |
| redirect | reference | |
| absolute_url | reference | |
| path | string | |
| details | reference | |
| is_home | boolean | |
| login_required | boolean | |
| in_navigation | boolean | |
| soft_root | boolean | |
| template | string | |
| xframe_options | string | |
| limit_visibility_in_menu | boolean | |
| language | string | |
| languages | list | |
| is_preview | boolean | |
| application_namespace | string | |
| creation_date | dateTime | |
| changed_date | dateTime | |
| placeholders | list | |
| Placeholder | reference | |
| slot | string | |
| label | string | |
| content | list | |
| html | string | |
| Language | reference | |
| code | string | |
| name | string | |
| public | boolean | |
| fallbacks | list | |
| redirect_on_fallback | boolean | |
| hide_untranslated | boolean | |
| NavigationNode | reference | |
| namespace | string | |
| url | reference | |
| api_endpoint | reference | |
| visible | boolean | |
| selected | boolean | |
| attr | ||
| level | integer | |
| children | list | |
| PluginDefinition | reference | |
| plugin_type | string | |
| properties |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"cms": "https://www.django-cms.org/vocab/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"PageContent": {
"@id": "schema:WebPage",
"@type": "@id"
},
"title": {
"@id": "schema:name",
"@type": "xsd:string"
},
"page_title": {
"@id": "schema:headline",
"@type": "xsd:string"
},
"menu_title": {
"@id": "cms:menuTitle",
"@type": "xsd:string"
},
"meta_description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"redirect": {
"@id": "schema:sameAs",
"@type": "@id"
},
"absolute_url": {
"@id": "schema:url",
"@type": "@id"
},
"path": {
"@id": "cms:path",
"@type": "xsd:string"
},
"details": {
"@id": "schema:mainEntityOfPage",
"@type": "@id"
},
"is_home": {
"@id": "cms:isHome",
"@type": "xsd:boolean"
},
"login_required": {
"@id": "cms:loginRequired",
"@type": "xsd:boolean"
},
"in_navigation": {
"@id": "cms:inNavigation",
"@type": "xsd:boolean"
},
"soft_root": {
"@id": "cms:softRoot",
"@type": "xsd:boolean"
},
"template": {
"@id": "cms:template",
"@type": "xsd:string"
},
"xframe_options": {
"@id": "cms:xframeOptions",
"@type": "xsd:string"
},
"limit_visibility_in_menu": {
"@id": "cms:limitVisibilityInMenu",
"@type": "xsd:boolean"
},
"language": {
"@id": "schema:inLanguage",
"@type": "xsd:string"
},
"languages": {
"@id": "cms:availableLanguages",
"@container": "@list"
},
"is_preview": {
"@id": "cms:isPreview",
"@type": "xsd:boolean"
},
"application_namespace": {
"@id": "cms:applicationNamespace",
"@type": "xsd:string"
},
"creation_date": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"changed_date": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"placeholders": {
"@id": "cms:hasPlaceholder",
"@container": "@list"
},
"Placeholder": {
"@id": "cms:Placeholder",
"@type": "@id"
},
"slot": {
"@id": "cms:slot",
"@type": "xsd:string"
},
"label": {
"@id": "schema:name",
"@type": "xsd:string"
},
"content": {
"@id": "cms:pluginContent",
"@container": "@list"
},
"html": {
"@id": "schema:text",
"@type": "xsd:string"
},
"Language": {
"@id": "schema:Language",
"@type": "@id"
},
"code": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"public": {
"@id": "cms:isPublic",
"@type": "xsd:boolean"
},
"fallbacks": {
"@id": "cms:fallbackLanguages",
"@container": "@list"
},
"redirect_on_fallback": {
"@id": "cms:redirectOnFallback",
"@type": "xsd:boolean"
},
"hide_untranslated": {
"@id": "cms:hideUntranslated",
"@type": "xsd:boolean"
},
"NavigationNode": {
"@id": "schema:SiteNavigationElement",
"@type": "@id"
},
"namespace": {
"@id": "cms:menuNamespace",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"api_endpoint": {
"@id": "schema:mainEntityOfPage",
"@type": "@id"
},
"visible": {
"@id": "cms:isVisible",
"@type": "xsd:boolean"
},
"selected": {
"@id": "cms:isSelected",
"@type": "xsd:boolean"
},
"attr": {
"@id": "cms:nodeAttributes"
},
"level": {
"@id": "cms:menuLevel",
"@type": "xsd:integer"
},
"children": {
"@id": "cms:childNodes",
"@container": "@list"
},
"PluginDefinition": {
"@id": "cms:PluginDefinition",
"@type": "@id"
},
"plugin_type": {
"@id": "cms:pluginType",
"@type": "xsd:string"
},
"properties": {
"@id": "cms:pluginProperties"
}
}
}