BigCommerce · Schema

meta_description

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
meta_description string Custom meta description for the category page. If not defined, the storeʼs default meta description will be used.
View JSON Schema on GitHub

JSON Schema

bigcommerce-meta-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/meta_description",
  "title": "meta_description",
  "type": "object",
  "properties": {
    "meta_description": {
      "maxLength": 65535,
      "minLength": 0,
      "type": "string",
      "description": "Custom meta description for the category page. If not defined, the store\u02bcs default meta description will be used.\n"
    }
  }
}