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.
descriptionStringDescription of the product in HTML metadata.
disableIndexBooleanDefines if the entity is not indexable by search engines
metadataOverrides[BulkUpdateProductHTMLMetaDataOverrideInput!]Metadata overrides for the product
pageTitleStringPage title for the product
redirectToStringRedirect URL for the product.
Slug of the product
targetStringTarget of HTML metadata.
targetTypeStringTarget type for HTML metadata.