XF 2.0 how do i remove this area

Emre

Well-known member
Licensed customer
I want to remove the site name from search engines.
2018-03-14_21-06-00.webp
How can I remove it? :unsure:
 
PAGE_CONTAINER:
HTML:
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
Remove " | %s". I guess you'll have to ask Google to reindex your site afterwards or something like that.
 
Back
Top Bottom