How to remove site's name from meta title?

Leah

Member
Registered
Joined
Mar 10, 2023
Messages
6
Points
1

Reputation:

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
 

Leah

Member
Registered
Joined
Mar 10, 2023
Messages
6
Points
1

Reputation:

anyone help me please ??
 

Cwadel

Member
Registered
Joined
Feb 3, 2023
Messages
16
Points
3

Reputation:

hi try this

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>
 

Leah

Member
Registered
Joined
Mar 10, 2023
Messages
6
Points
1

Reputation:

hi try this

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>
Cwadeli did not working i dont know why
 

Cwadel

Member
Registered
Joined
Feb 3, 2023
Messages
16
Points
3

Reputation:

you can do that simply in

Setup > options >basic option >and remove : Board Title.

If you want to remove the | apply the first method.

but I don't know if it will make some bugs in your board.
 
Last edited:
Top