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> |
|
head.new_styles |
Link to page styles in the new design |
Global |
<head> {{ head.new_styles }} </head> |
|
head.new_scripts |
Link to page scripts in the new design |
Global |
<head> {{ head.snew_cripts }} </head> |