Hi,
Purchased a support pack specifically to help fix this bug.
I am unable to have dynamic/ meaningul <title> tags in my forum pages.
In Simple Press SEO options I activated:
– Overwrite page/browser title with ours
– Include page name in page/browser title
– Include topic name in page/browser title
For for every single forum page I always have: Forum | website | website
My theme manages title tag writing:
<title><?php yit_title() ?></title>
But I tried disabling this in my theme for the forum pages like so:
$page_slug = get_page_template_slug($post_id);
if ($page_slug == ‘forum-template.php’) “do nothing”
Please note that the SEO Metatags setup works with the following option: