7
Based on default, Title tags in blogger can only show the first title set in the blog.
It will be hard to increase the blog traffic and SEO (Search Engines Optimization) because the keywords appeared would not match the Post title.
Then, how to make the title tags appear as the Post titles?
It is simple. Some steps you have to do:
1. Log in to your Blogger Account.
2. Go to Layout > Edit HTML in your Blogger dashboard.
3. Search (CTRL+F) for this tag: <data:blog.pagetitle>
4. Add this code (Bold) with the following:
5. Save your Templates.
Now, everytime you post, title tags will appear according to your post title, prove it!!
Hope this simple trick useful in increasing your blog traffic.
Posted on 5:53 PM
and filed under
SEO and Traffic
Based on default, Title tags in blogger can only show the first title set in the blog.
Then, how to make the title tags appear as the Post titles?
It is simple. Some steps you have to do:
1. Log in to your Blogger Account.
2. Go to Layout > Edit HTML in your Blogger dashboard.
3. Search (CTRL+F) for this tag: <data:blog.pagetitle>
4. Add this code (Bold) with the following:
<b:if cond='data:blog.pageType == "index "'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
5. Save your Templates.
Now, everytime you post, title tags will appear according to your post title, prove it!!
Hope this simple trick useful in increasing your blog traffic.
which tag? in your step 3
which tag? in your step 3
<title><data:blog.title/></title> tag.
Yes, it's very useful for SEOs and those people who has blog on blogspot. well, yo have mentioned great idea to increase traffic on your blog. Thanks for sharing such useful information with us...
Thanks for the such a nice information. But please tell explicitly which tag should be replaced with the one which you mentioned
Thanks... Very Useful... :)
Thanks for sharing that tip. Everyone who has a blog wants people to see their posts- whether those people are fmaily and friends or people who would be searching for that kind of information. This tagging system will help bloggers to get more traffic.
Post a Comment