Tags title and description are ignored in static template
ID:
Backlog
Published on 9/5/2017
•
Last update on 12/22/2022
Summary
In static templates that are not for product, department, category or brand the title and description tags - when inserted directly into the template - are ignored by the system.
The title default becomes the name of the highest level folder plus the name of the website.
Example:
Website: OnlineStore
Folders:
Institutional
Frequently Asked Questions
TheFrequently Asked Questions
page will be titled "Institutional - OnlineStore".
Simulation
- Create a first-level or lower folder.
- Place the tags
<title>
and<description>
inside the<head>
Workaround
- Create a custom control with type HTML and insert the tags
<title>
and<description>
. - Insert the custom control into the
<head>
of the static template.