Hi dears,
Today I am going to show you how to set the post title
before blog name in blogger. Title of posts as well as titles of pages play
substantial role in SEO. By default blogger has been set to show blog name
before post title of course which is not good for the SEO of your blog. Post
title is more important than your blog name and must appear before it.
Let’s know how to set post title before blog name.
Methods
- Login to blogger blog>>Edit Template.
- Before Editing don’t forget to backup your template first.
- Press Ctrl+F to find the code.
<title><data:blog.pageTitle/></title>
- Replace the above code with the following code
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/><title><data:blog.pageName/> |
<data:blog.title/></title> </b:if>
<title><data:blog.title/></title>
<b:else/><title><data:blog.pageName/> |
<data:blog.title/></title> </b:if>
- Save the Template.
Now check out your posts in Google search result, you will
see your post title would appear before your blog name No question about that
you will start getting more traffic from Google with in 2 days.
0 comments:
Post a Comment
Thank you for your comment.