Placeholders for insertion of metadata, styles, and scripts

To insert metadata, styles, or scripts in a Customer Store page, use the following Placeholders (see Viewing and updating a UI Template of a Customer Store page):

Placeholder

Description

Type

Example

page.title

Page title for search engines

Global

<head> {{ page.title }} </head>

page.description

Page description for search engines

Global

<head> {{ page.description }} </head>

page.keywords

Page keywords list for SEO optimization

Global

<head> {{ page.keywords }} </head>

head.scripts

Link to page scripts

Global

<head> {{ head.scripts }} </head>

head.styles

Link to page styles

Global

<head> {{ head.styles }} </head>