The code in my Template is currently as follows:
Code: Select all
{if isset($producttitle)}
<title>{$producttitle} | Stormforce Coaching</title>
{else}
{if isset($newstitle)}
<title>{$newstitle} | News | Stormforce Coaching</title>
{else}
<title>{title} | Stormforce Coaching</title>
{/if}
{/if}
From an SEO perspective, it would be great to get the modules displaying the dynamic titles - I have done some searching but haven't been able to find anything helpful.
If anyone has any suggestions, they would be gratefully received.
Cheers,
Jimbo