when checking at the source code of my page, i can see that some special characters such as " ' " or " & " have been replaced by their unicode value. This cause some problem SEO wise and i would like to make sure that unicode symbols get appropriately rendered. Where do i start from there ?
The page is rendered via AEM using sightly as a templating engine
You could use a different display context for your title, for example <title>${page.title @ context="html"}</title>, if that works for your application/site.
<title>${page.title @ context="html"}</title>
1.4m articles
1.4m replys
5 comments
57.0k users