Skip to main content

HTMLMetaData

type HTMLMetaData {
id: ID!
canonicals: [String!]
description: String
disableIndex: Boolean
metadataOverrides: [HTMLMetaDataOverride!]
pageTitle: String
redirectTo: String
slug: String!
targetId: String
targetType: HTMLMetaDataTargetTypeEnum
translations: [HTMLMetaDataTranslation!]
}

Fields

idID!required
canonicals[String!]

Canonical URL list of entity.

descriptionString

The description of the metadata.

disableIndexBoolean

Defines if the entity is not indexable by search engines

metadataOverrides[HTMLMetaDataOverride!]
pageTitleString

The page title of the metadata.

redirectToString
slugString!required

The token of the metadata. It is saved as completely unique.

targetIdString

The translations information of the metadata.