Tags title and description are ignored in static template
Marketing & Merchandising
•
ID:
Backlog
Published on9/5/2017
•
Last updated on12/22/2022
1 min read
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:
InstitutionalFrequently Asked QuestionsTheFrequently Asked Questionspage 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.