How to improve your Google PageRank?

on

I know that everyone will want their blog with a high Google page rank. Why high Google page rank? The answer lies in the question itself. It is simply because "Google". Though there are various factors that will improve your page rank, one small method that will improve the page rank is proper usage of the HTML in your template.

The blogger templates are not search engine optimized that is they are not simply compatible to boost up your page rank. If you take a look at your existing Blogger title you’ll see that blogger displays the blog name first then followed by your post title. They have it backwards so let’s get your blog setup properly.


Follow these very simple steps and you can optimize your blog.
1. In your Blogger dashboard, go to “Layout” => “Edit HTML”.
2. In the template code, do a search for this:
<title><data:blog.pageTitle/></title>
It’s usually in the first 5-10 lines of code in your template.
3. Replace the above code with the following code:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
4. Save your template and go back to your blog. Click into any individual post and look at the page title. Now, your blog is search engine optimized and within few days, you will find your page rank improved provided you keep your blog alive. To improve your traffic, Click Here.

0 comments:

Post a Comment