Skip to main content

Variable: SchemaOrgTypes

const SchemaOrgTypes: object

The types of schema.org data.

Type declaration

Text

readonly Text: "Text" = "Text"

Represents text storage.

Integer

readonly Integer: "Integer" = "Integer"

Represents integer number values.

Float

readonly Float: "Float" = "Float"

Represents floating point numbers.

Boolean

readonly Boolean: "Boolean" = "Boolean"

Represents a boolean.

URL

readonly URL: "URL" = "URL"

Represents a url.

Date

readonly Date: "Date" = "Date"

Represents a date as an ISO format string.

DateTime

readonly DateTime: "DateTime" = "DateTime"

Represents a date time as an ISO format string.

Time

readonly Time: "Time" = "Time"

Represents a time as an ISO format string.

Image

readonly Image: "image" = "image"

Represents a url which points to an image.

GeoCoordinates

readonly GeoCoordinates: "GeoCoordinates" = "GeoCoordinates"

Represents a location.

StructuredValue

readonly StructuredValue: "StructuredValue" = "StructuredValue"

Represents a structured value.

ItemList

readonly ItemList: "ItemList" = "ItemList"

Represents an item list.

ItemListElement

readonly ItemListElement: "itemListElement" = "itemListElement"

Represents an item list element.

NextItem

readonly NextItem: "nextItem" = "nextItem"

Represents a next item (can be used as a cursor).