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.
descriptionStringThe description of the metadata.
disableIndexBooleanDefines if the entity is not indexable by search engines
metadataOverrides[HTMLMetaDataOverride!]pageTitleStringThe page title of the metadata.
redirectToStringThe token of the metadata. It is saved as completely unique.
targetIdStringtargetTypeHTMLMetaDataTargetTypeEnumtranslations[HTMLMetaDataTranslation!]The translations information of the metadata.