BulkUpdateProductHTMLMetaDataInput
type BulkUpdateProductHTMLMetaDataInput {
id: String!
canonicals: [String!]
description: String
disableIndex: Boolean
metadataOverrides: [BulkUpdateProductHTMLMetaDataOverrideInput!]
pageTitle: String
redirectTo: String
slug: String!
target: String
targetType: String
}
Fields
canonicals
[String!]Canonical URL list of entity.
description
StringDescription of the product in HTML metadata.
disableIndex
BooleanDefines if the entity is not indexable by search engines
metadataOverrides
[BulkUpdateProductHTMLMetaDataOverrideInput!]Metadata overrides for the product
pageTitle
StringPage title for the product
redirectTo
StringRedirect URL for the product.
Slug of the product
target
StringTarget of HTML metadata.
targetType
StringTarget type for HTML metadata.