Webflow · JSON-LD Context

Webflow Context

JSON-LD context defining the semantic vocabulary for Webflow from Webflow.

18 Classes 7 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#
webflow: https://api.webflow.com/ns#

Classes

Site Collection CollectionItem Page Product Order Asset displayName shortName title name slug description isDraft orderId status fileSize mimeType

Properties

Property Type Container
createdOn dateTime
lastUpdated dateTime
lastPublished dateTime
previewUrl reference
isArchived boolean
acceptedOn dateTime
url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "webflow": "https://api.webflow.com/ns#",

    "Site": "schema:WebSite",
    "Collection": "schema:DataCatalog",
    "CollectionItem": "schema:CreativeWork",
    "Page": "schema:WebPage",
    "Product": "schema:Product",
    "Order": "schema:Order",
    "Asset": "schema:MediaObject",

    "displayName": "schema:name",
    "shortName": "schema:alternateName",
    "title": "schema:name",
    "name": "schema:name",
    "slug": "schema:identifier",
    "description": "schema:description",

    "createdOn": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "lastUpdated": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "lastPublished": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "previewUrl": {
      "@id": "schema:thumbnailUrl",
      "@type": "@id"
    },

    "isDraft": "schema:creativeWorkStatus",
    "isArchived": {
      "@id": "schema:archivedAt",
      "@type": "xsd:boolean"
    },

    "orderId": "schema:orderNumber",
    "status": "schema:orderStatus",
    "acceptedOn": {
      "@id": "schema:orderDate",
      "@type": "xsd:dateTime"
    },

    "url": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },
    "fileSize": "schema:contentSize",
    "mimeType": "schema:encodingFormat"
  }
}