Showing posts with label SEO and Traffic. Show all posts
Showing posts with label SEO and Traffic. Show all posts
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.