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
canonicals
[String!]Canonical URL list of entity.
description
StringThe description of the metadata.
disableIndex
BooleanDefines if the entity is not indexable by search engines
metadataOverrides
[HTMLMetaDataOverride!]pageTitle
StringThe page title of the metadata.
redirectTo
StringThe token of the metadata. It is saved as completely unique.
targetId
StringtargetType
HTMLMetaDataTargetTypeEnumtranslations
[HTMLMetaDataTranslation!]The translations information of the metadata.