Fetch the complete documentation index at: https://developers.deliverect.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Product "metaData" attribute

In managing a first party ordering site, custom product settings to control display, seo, analytics etc can now be added within a "Meta data" section of "Product Specifications"&#x20;

The input supports a key/value pairing, which will appear in the [menu model](https://developers.deliverect.com/page/glossary) as below;

```json Meta Data Example
{
    "metadata": [
      {
        "key": "highlight",
        "value": "true"
      },
      {
        "key": "seo.title",
        "value": "Classic Burger"
      },
      {
        "key": "text_color",
        "value": "#222222"
      }
    ]
}
```

<Image src="https://files.readme.io/bda5ad58bad8574748043d9d237777e3fde9645f1ad41f57d5eb38e6a4c97fec-image.png" align="left" width="480px" wrap={true} />

<br />

<br />

<br />