I guess majority knows about title tags, However i am giving little bit idea beginners. Title tags are used by internet browsers to show page title on tabs and by search engines to show in search results.
![]() |
Title Tag Used By Search Engine
|
Title tags are highly important for SEO and SERP. By default blogger title tags are not SEO friendly. If anyone is using blogger pre-made template, it is highly recommended that you must change your blog title tags. Hopefully you will see increasing search engine result position in some days.
![]() |
Blogger Generated Title Tag |
Adding New Title Tag
1-Login to your blogger account.
2-Backup your Blog.
3-Go to template --> edit HTML.
4-Press Ctrl+f and Search for the following code.
<title><data:blog.pageTitle/></title>
5-Replace the above code with one of the following code selecting your desired output.
Code (a)
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
Code (a) Output
![]() |
Code (a) Output: Most Popular Title |
Code (b)
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>
Code (b) Output
![]() |
Code (b) Output: Also Good Title |
6-After replacing, save template.
That's all, you have done. This will help you getting more visits. Good luck!
2 comments:
Hi, Really great effort. Everyone must read this article. Thanks for sharing.
What you're saying is completely true. I know that everybody must say the same thing, but I just think that you put it in a way that everyone can understand. I'm sure you'll reach so many people with what you've got to say.
Post a Comment