Blogger SEO

Blogger SEO and basic setting of SEO.

The blogger SEO is very easy and basic setting is very helpful for getting better PR so I will tell you step by step the blogger SEO and basic setting because in blogger.com some options customly not better to optimize our blog so it is necessary to change them and use better SEO technics.
The steps are as follow read them and use all technics on your blog.


1)    Optimizing Post Titles

As you know that when you create blog then our post title is not showing firstly in search engine (Google/Bing), instead of blog title, the blog title showing firstly in search engine (Google/Bing) so we have a tag by which the post title first showing in Google, this problem occur in blogger.com.
It is very necessary to put tag in blog to show post title first.

Example.

If we have a blog about software’s and its title name is software market and we create a post about IDM then Google shows like that…
Software market, IDM===wrong
But its wrong right is below and better for more traffic
IDM, software market===right
Means blog name must shows after post title name…..
For this purpose we put a tag in bloggers blog follow this step.
Login blog>>>templates>>>edit html>>>now find this code by ctrl+f
Code
 <title><data:blog.pageTitle/></title>
And replace it by this code,
<b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/>  <data:blog.title/></title> </b:if>
First SEO Done……

2)    Change Headings

In SEO a heading is also very effective for the getting visitors so for this purpose we have to change the heading styles.
For blog/site title the( h1) style is effective and for post title (h2 )mostly used and for small headings(h3) commonly used.
In blogger we just change the post title because post title by default is (h3) so we must change it, so follow step to do this…
Go to blog template>>>html>>>find h3(ctrl+f)>>>and change all this (h3) headings by h2>>>and save it>>>done

3)    Optimizing Blog Labels

The labels link are the tags and it create problems for search engine crawlers, because a URL is accessed from labels as well as from its respective URL (Permalink). So we used these tags in blogger and we have to change it by tag and tell him that this is not a actual link but these are a “tags”.
Follow the steps…
Blog>>>templets>>>html>>find this tag
<a expr:href=’data:label.url’  
and replace it by new one        
<a expr:href=’data:label.url’ rel=’tag’>   
 save it now……
Note
If rel=’tag’ is already exist then no change it.

4)    Optimizing Comments

When some one put comment in our blog/site then they also put there blog/site link which destroy our ranking so for unfollowing these link in our blog at -comment area we used this tag and get relax…
Go to blog>>>html>>>find this one
 expr:href=’data:post.createLinkUrl’
 replace it by this one
 rel=’external nofollow’ expr:href=’data:post.createLinkUrl’
 done it…….
Remember if they not found then find first 2 words and look for this like tag…

5)    Optimizing Blog Archives

There is another problem of blog archives pages in bloggers blog it create problem for search engine
For get solve this problem follow some steps.
Blog>>>templets>>>html>>>find this tag
<a class=’post-count-link’ expr:href=’data:i.url’>
Replace this one with   
<a rel=”archives” class=’post-count-link’ expr:href=’data:i.url’>
Save it now and done it…..

6)    Enable Meta Description & Post Search Description

Meta description is necessary to enable it because in Meta description we write about a blog and you must enable it and write 150 min characters about blog in it….
By enable it will show in every new posting it will show in side bar of posting then you will write some description in it about your post…which is helpful for your blog optimize…
Follow these steps…
Blog>>>setting>>>search Preferences>>>meta tag>>>enable it and write 150 character about your blog and save it…..
Now go to below this page find custom robots header tags and follow this steps in picture….


7)    Change the Static Meta Description

In bloggers a new option comes a dynamic meta description for single post and blog description but in some bloggers the old static meta description generally occur so you must change a static meta description to dynamic meta description… 
So follow these steps…
Blog>>>templets>>>html>>>put this code below to <head> tag….
Code>>>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
Save it now done….

8)    Adding a Custom Robot.txt file

The next one is custom robot.txt it is very advance option and use it be carefully because its wrong use you got destroy your page rank so use it be carefully and follow these steps…
Go to blog>>>setting>>>search preference>>>below page a custom robots.txt like this picture>>>enable it and put code in it and remember change blog URL with your blog URL..
Code:
User-agent: Mediapartners-Google 
Disallow:
User-agent: *
Disallow: /search?q=*
Disallow: /*?updated-max=*Allow: /                                                                                         
Again change URl to your blog URL……


No comments:

Post a Comment