post title and blog title both are very important for search engine optimization. Because they appear in search results and more importantly appear as a clickable link.
By default blogger displays, blog title before post title in search engines and and it is not good for better SEO. The good thing is what we need to change the blogger default setting and display Post title before blog title.
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
How important it is to place post title before blog title
Whenever you write a new post, no one knows that what it is really
about. There is only the post title that describes the whole post in few
words. And those words also work as the keywords of your post. So,
whenever people will search something with those keywords your post will
appear in search engines. But if you are not displaying post title
first, then the chances for the people to click on your site will be
decreased. Because they will see your blog title first and your blog title may not about your post.
How to place post title before blog title
Follow the steps to place post title before blog title.
<title><data:blog.pageTitle/></title>- And replace it with this.
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- Now click on Save template.
You are done...
0 comments:
Post a Comment
Thanks For Your FeedBack....
Click to see the code!
To insert emoticon you must added at least one space before the code.