TechCrunch · JSON-LD Context

Techcrunch Context

JSON-LD context defining the semantic vocabulary for Techcrunch from TechCrunch.

57 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

wp: https://raw.githubusercontent.com/api-evangelist/techcrunch/main/json-ld/techcrunch-context.jsonld#
schema: https://schema.org/

Classes

Post postId postDate postModified postSlug postStatus postType postLink postTitle postContent postExcerpt postAuthor featuredMedia categories tags sticky format commentStatus Category categoryId categoryName categorySlug categoryDescription categoryLink categoryCount categoryParent Tag tagId tagName tagSlug tagDescription tagCount Author authorId authorName authorSlug authorDescription authorLink authorUrl avatarUrls Media mediaId mediaDate mediaSlug mediaType mimeType mediaLink sourceUrl altText caption SearchResult searchTitle searchUrl searchType RenderedValue rendered protected

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "wp": "https://raw.githubusercontent.com/api-evangelist/techcrunch/main/json-ld/techcrunch-context.jsonld#",
    "schema": "https://schema.org/",

    "Post": "schema:BlogPosting",
    "postId": "schema:identifier",
    "postDate": "schema:datePublished",
    "postModified": "schema:dateModified",
    "postSlug": "schema:url",
    "postStatus": "wp:postStatus",
    "postType": "wp:postType",
    "postLink": "schema:url",
    "postTitle": "schema:headline",
    "postContent": "schema:articleBody",
    "postExcerpt": "schema:description",
    "postAuthor": "schema:author",
    "featuredMedia": "schema:image",
    "categories": "schema:articleSection",
    "tags": "schema:keywords",
    "sticky": "wp:sticky",
    "format": "wp:format",
    "commentStatus": "wp:commentStatus",

    "Category": "schema:Thing",
    "categoryId": "schema:identifier",
    "categoryName": "schema:name",
    "categorySlug": "wp:slug",
    "categoryDescription": "schema:description",
    "categoryLink": "schema:url",
    "categoryCount": "wp:count",
    "categoryParent": "schema:isPartOf",

    "Tag": "schema:DefinedTerm",
    "tagId": "schema:identifier",
    "tagName": "schema:name",
    "tagSlug": "wp:slug",
    "tagDescription": "schema:description",
    "tagCount": "wp:count",

    "Author": "schema:Person",
    "authorId": "schema:identifier",
    "authorName": "schema:name",
    "authorSlug": "wp:slug",
    "authorDescription": "schema:description",
    "authorLink": "schema:url",
    "authorUrl": "schema:sameAs",
    "avatarUrls": "schema:image",

    "Media": "schema:MediaObject",
    "mediaId": "schema:identifier",
    "mediaDate": "schema:datePublished",
    "mediaSlug": "wp:slug",
    "mediaType": "schema:encodingFormat",
    "mimeType": "schema:encodingFormat",
    "mediaLink": "schema:url",
    "sourceUrl": "schema:contentUrl",
    "altText": "schema:alternateName",
    "caption": "schema:caption",

    "SearchResult": "schema:SearchResultsPage",
    "searchTitle": "schema:name",
    "searchUrl": "schema:url",
    "searchType": "schema:additionalType",

    "RenderedValue": "wp:RenderedValue",
    "rendered": "wp:rendered",
    "protected": "wp:protected"
  }
}