Google Blogger · JSON-LD Context

Blogger Context

JSON-LD context defining the semantic vocabulary for Blogger from Google Blogger.

16 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

blogger: https://www.googleapis.com/blogger/v3/

Classes

Blog Post Page Comment User id title content author displayName labels replies totalItems description about name

Properties

Property Type Container
published schema:DateTime
updated schema:DateTime
url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "blogger": "https://www.googleapis.com/blogger/v3/",
    "Blog": "schema:Blog",
    "Post": "schema:BlogPosting",
    "Page": "schema:WebPage",
    "Comment": "schema:Comment",
    "User": "schema:Person",
    "id": "schema:identifier",
    "title": "schema:headline",
    "content": "schema:articleBody",
    "published": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "updated": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "author": "schema:author",
    "displayName": "schema:name",
    "labels": "schema:keywords",
    "replies": "schema:comment",
    "totalItems": "schema:commentCount",
    "description": "schema:description",
    "about": "schema:description",
    "name": "schema:name"
  }
}