Here is another easy way to swap blog title and post title on new blogger. You can also add your Meta Tags on blogger here. As you may already know that swapping blog title and post title is a really important steps to do if we want to have a better SEO implementation on our blog, that lead me to find another better way to do this.
1. Go to dashboard ==> 'Layout'==> 'Edit HTML' and backup your template.
2. Find this line: <title><data:blog.pageTitle/><title> and delete it.
3. Find <head> code and put Below code Before <head> Tag
<head> :
<!-- newtitle -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='nextprev'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='comments' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> | <data:blog.title/></title></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- end newtitle -->
4. Save your changes.
I'm not recommending you to do this hack, because, usually, Title code must be after <head>. So I don't know what kind of effect it will give to you. But If It will Show Effect It will Include Every single Blog Post To Every Search Engine Otherwise it is better do use simple basic <title><data:blog.pageTitle/><title> code
- For More Detail about Blogger Header Title Visit DailSeoBlog Here
0 comments:
Post a Comment