BigCommerce · Schema

page_title

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
page_title string Custom title for the category page. If not defined, the category name will be used as the meta title.
View JSON Schema on GitHub

JSON Schema

bigcommerce-page-title-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/page_title",
  "title": "page_title",
  "type": "object",
  "properties": {
    "page_title": {
      "type": "string",
      "description": "Custom title for the category page. If not defined, the category name will be used as the meta title.\n",
      "example": "Bath"
    }
  }
}