MohammadNishat
Newbie
- Apr 11, 2013
- 3
- 3
Why you must apply these 5 tips on blogger for SEO? Because Blogger is not Optimized by Default for Search engine. so please read them carefully and then optimize your blog cause if you really want that your blog take first page of Google or other Search engines. By - Easy Blogger Tricks
Optimize Post Tile
Generally why you need to optimize Blogger post title? the ans is if you don't optimize your post title then if someone search an article on Google or on other Search Engines for example "How to Download Free Antivirus?". And if your blogger also have this type of Article and your blog name is "SoftStreak :: Download Free Softwares" then on search page, search engine robots first shows your Blogger name and then it shows your post title" for example " SoftStreak :: Download Free Softwares - How to Download Free Antivirus?" this will becomes very big confusion for searcher to find your blog. And after optimizing your post title search engine robots show your title first then your blog name for example "How to Download Free Antivirus? - SoftStreak :: Download Free ....." .
Steps:-
- Log into Blogger
- Go to Template >> Edit HTML
- Find this <title><data:blog.pageTitle/></title> (Tip- press CTRL-F)
And Replace above code with below code
Code:
[INDENT]<b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/> | <data:blog.title/></title> </b:if>[/INDENT]
Optimize Heading Tags
Due to Rules of Search Engine Robots they read H1 then H2, H3, to H6. And H1 is For Blogger Title, H2 is for Post and H3 is for Sub-headings ... But the big problem With Blogger that is it maintain H3 tag to post title in default templates!.then search engine robot not show post title as the place of post title so we need fix them too.
Steps:-
- Log in to Blogger
- Go to Template >> Edit HTML >> Check Expand Widget Templates
- Search for h3
- and replace all with h2
Note - "Their is only 8 to 9 H3 tags replace them all"
Optimize Labels
labels by default in blogger create a big problem for search engines robots Because Blogger not maintain them as label. so we need to optimize them to
Steps:-
- Go to Template >> Edit HTML
Find this code
Code:
<a expr:href='data:label.url'
Replace with this
Note: If rel='tag' is already exists then don't change anything, leave it as it is.
Code:
<a expr:href='data:label.url' rel='tag'
Optimize Comments
if you want a good rank in search engine then you need to optimize Comments cause if you don't search engine robots share your rank with other through comments so you need to optimize them from do-follow to no-follow
Steps:-
- Go to Template >> Edit HTML
Search for this code
Code:
<a class='post-count-link' expr:href='data:i.url'>
and replace with this
Code:
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
Code:
Archives also create a big problem for search engine robots same as labels so you also need to fix them to, here is two solutions for this. first one is don't use Archives on blogger and the second option is fix them.
How to Fix Archives
Steps: -
- Go to Template >> Edit HTML
Search for this code
Code:
<a class='post-count-link' expr:href='data:i.url'>
And Replace with this
Code:
<a rel="archives" class='post-count-link' expr:href='data:i.url'>
Last edited: