jamalfree
Active member
hello
i remove title board from thread view; but google index my threads like this
thread title - forums
how can i remove - forums i guess this come from breadcrumb
i use this code in PAGE_CONTAINER
i remove title board from thread view; but google index my threads like this
thread title - forums
how can i remove - forums i guess this come from breadcrumb
i use this code in PAGE_CONTAINER
PHP:
<xen:if is="{$contentTemplate} != 'thread_view'">
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
<xen:else />
<title><xen:if is="{$title}">{xen:raw $title}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
</xen:if>
Last edited: