Nicolas Joffrey
Junior Member
- Dec 9, 2018
- 124
- 10
hello guys, i hope you are all okay !!
so as i mentioned in title, i have this problem: see the pic
how can i delete my name blog from article title for better SEO ??
i use blogger and i think i need to change something on theme html !!!
this is what i see in my themee html
what should i change please ?
thanks for help
so as i mentioned in title, i have this problem: see the pic
how can i delete my name blog from article title for better SEO ??
i use blogger and i think i need to change something on theme html !!!
this is what i see in my themee html
HTML:
<title>
<b:if cond='data:blog.pageType == "index"'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != "error_page"'>
<data:blog.pageName/> - <data:blog.title/>
<b:else/>
ERROR 404 - <data:blog.title/>
</b:if>
</b:if>
</title>
what should i change please ?
thanks for help