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