peterlu
9 years agoChampion
Custom Page SEO
Hi Lithium, We are creating a custom page (/t5/custom/page/page-id/xxx-support). We are able to change the page title by going into text editor and do this: page.xxx-support.title = SEO title We...
Hi peterlu,
In our community, we place Meta tags in Page header and updates the description (from Custom Text) with Free Marker.
For Example in Page header.
<#if page.name == "xxx-support">
<meta content="xxxxxxx" name="${text.format("xxx-Description")}"/>.
</#if>
Hope this helps!
Thanks,
Phani
phani I know we can do freemarker to add <meta> tag in. But the problem is that Lithium is producing the <meta name="description"> already. If I use freemarker to create another <meta name="description">, then on the page html, it will have 2 <meta name="description">. This will cause SEO problems.