Support How to remove site's name from meta title?

ShayanMemon

Registered
Hello, how do I remove the site's name from meta titles? It breaks the titles in search results sometimes due to added characters.

This part:
site-xenforo-com-Google-Search.png
 
Solution
PAGE_CONTAINER
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>

selvina

Registered
PAGE_CONTAINER
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>
 
Solution
  • Tags
    how to remove site's name from meta title? xenforo how to remove site's name from meta title?
  • Back
    Top Bottom