One of the most important thing according to SEO for blogs. In
blogger default templates when you published a post and update your blog
in this condition the post title will appear after homepage title. So
this very bad for blogs , because if the post title appear after
homepage title its very bad slow down the blog traffic. While for this
we need to optimize a blog into search engine. After you apply some SEO
tricks on blog may your blog post tile will before homepage title and
your traffic will increase. One of important trick to optimize a blog
post is place the post title before the homepage title and your
important keywords will read by the search engine because Google read
the 66 characters.
- By default your blog title looks like below pic.
- When you apply the small SEO trick in your blog template its look like this.
How To Make Homepage Title Appear After Post Title ?
- Goto blogger click on EDIT HTML.
- Search the following code by pressing Ctrl+f
<title><data:blog.pageTitle/></title>
- Now replace the above code with below one.
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
- Click on save button and you done it.
No comments:
Post a Comment