screenshot from a opensource search engine (openwebspider) (Photo credit: Wikipedia) |
Why it is important to place post title before blog title
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 less. 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
Steps to place post title before blog title.
- Sign in to blogger.
- Go to template> edit html> proceed.
- Now find below code.
<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.
Google will take some time to crawl your page however you can notice the changes in your browser tab. See the example.
No comments :
Post a Comment