Support How can i remove or stop my forum title?

ngbaze

Loyal Member
I am having an issue with almost all my forum threads at the end you will see my forum title, please how can I remove it or stop it from appearing on google?
ngbaze-org-Google-Search.png
 
Solution
Edit the PAGE_CONTAINER template.
Find:
HTML:
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>

Replace:
HTML:
<title><xf:title formatter="%s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>

ngbaze

Loyal Member
Edit the PAGE_CONTAINER template.
Find:
HTML:
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>

Replace:
HTML:
<title><xf:title formatter="%s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
Thank you
 
Back
Top Bottom