Tuesday, June 2, 2009

Spoonfed SEO Guide For Blogger Users

Spoonfed SEO Guide For Blogger Users

SEO! SEO! what the hell is SEO? I know many of you guys who own a blog never thought or never find it necessary to know about it. But SEO- Search Engine Optimization is one of the basic thing a blogger should know.

Lets Take a case Study of my current blog to make things simpler.

Title tag.

Have a look at the chethstudios page and you will notice a change in the format when compared to a basic Minima Blogger template.

The Default Title style for free basic blogger templates is " Blog Name: POST Name ". Lets change it to a more neat Format " Post Name | Blog Name " This is one of the basic things a SEO guy will tell you and it surely what our Mr Google will like. WE will use an else tag so that it becomes a bit more SEO friendly.

For Example Lets convert it to:
Free E-Book « The Blogger Template Book | cheth Studios

Have A look at the screenshot:
Spoonfed SEO Guide For Blogger Users

Dashboard > Layout > Edit HTML and check the "Expand Widget Templates" option.

Important Step: Now as a precautionary measure please download your template so that you have an emergency backup if in case you create any errors :)

First locate the code in your Blogger Template:

<title><data:blog.pagetitle/></title>


and replace it by,

<b:include data='blog' name='all-head-content'/><b:if cond='data:blog.pageType == &quot;item&quot;'> <title> <data:blog.pageName/> | <data:blog.title/> </title> <b:else/> <b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if> </b:if>


Sitemap.
Login into Google Webmaster Tools

Spoonfed SEO Guide For Blogger Users

And Please add a sitemap to your blogger blog. XML Sitemaps — Submit a Sitemap to tell Google about pages on your site they might not otherwise discover. Google adheres to Sitemap Protocol 0.9 as defined by sitemaps.org.
Spoonfed SEO Guide For Blogger Users

TO add a sitemap you need to add "
feeds/posts/default?redirect=false"

For example:
http://chethstudios.blogspot.com/feeds/posts/default?redirect=false is the default link to every blogspot blog.
So copy and paste feeds/posts/default?redirect=false code in your "Submit Sitemap" section.

The rest steps are pretty basic so I wont be explaning much on that. Please feel free to ask me if you're still confused.

Meta
Spoonfed SEO Guide For Blogger Users

When you go to your Edit HTML section you find
<b:include data='blog' name='all-head-content'/>
Exactly below that tag add the following codes.

<META CONTENT='templates, blogpsot' NAME='keywords'/>
<META CONTENT='Design,Photoshop,Icons' NAME='description'/>
<meta content='cheth' name='author'/>
<meta content='ALL' name='ROBOTS'/>


Important changes to be made:
'templates, blogpsot' are the kewords used in the blog.
'Design Photoshop Icons' is the description of the blog.
'cheth' is the name of the author.
Please change these 3 sections accordingly. And dont go to change the values for Robots.Txt


Social Bookmarking

Its loosely connected to SEO but you cannot ignore it altogether! Check out Sudhersana's Blog She has a neat social bookmarking widget very similar to the Professional Wordpress themes.

Here are two formats to include social bookmarks in your blog.
Spoonfed SEO Guide For Blogger Users

Spoonfed SEO Guide For Blogger Users

Labels / Tag Clouds for Better Interlinking.

Spoonfed SEO Guide For Blogger Users

Try NOT to use a Flash Label cloud Widget. THe main reason behind this theory is that many search engines are not fully capable of crawling Flash content yet. And another reason for using a default text tag/ label cloud is that it helps in interlinking your blogger posts. So for building a better Blog choose the Default label widget provided by Blogger. Or you can choose a Blogger Tag Cloud Provided by phy3blog

COMPRESS CSS for Better Page Loading time.


The CSS section of your Blogger template takes up a lot of the overall file size of your blog
pages. This is because each element of your <b:skin> has a lot of unnecessary blank space which may be page breaks, indentations; along with HTML comments.
By eliminating unnecessary white space and HTML comments, you can reduce the overall
size of your blog pages and thereby improves the blog loading speed. The SEO aspect of this is it doesn't put load on your server ( for self hosted Blogs ) and thereby you may not have to worry that your blog goes down.

CSSDrive provides a Free CSS Compressor, and Its pretty easy to use. The css is the code between the <b:skin> and </b:skin> tags. So copy the code and Select the options as shown in this screenshot and hit Compress it!

Please note that you should backup your template before you try editing any part of the template so that you have a backup incase you endup with errors.

Spoonfed SEO Guide For Blogger Users

1.Compression mode:- Normal
2.Comments handling:- Select Don't strip any comments.

After compressing you maynot feel any change in the speed but trust me a little bit lesser load on your server in advantage anyday!

Recent Post + Recent Comments


Now you may not know why I recommend these two widgets. The main reason INTERLINKING of your Blog Posts. The better the interlinking in your blog it helps the reader and also the Search engines to crawl all your Pages. And also your Search engine rankings.
Spoonfed SEO Guide For Blogger Users
Its easy to put these widgets in your blog. Go to Dashboard > Edit Layout > New Gadget > Choose Feed. Recent Post Recent Comments feed

And copy and paste then in a new widget

1. For Recent comments paste the link below in the feed widget.
http://YOUR-BLOG-NAME.blogspot.com/feeds/comments/default

2. For Recent Posts paste the link below in the feed widget.
http://YOUR-BLOG-NAME.blogspot.com/feeds/posts/default

PS: change "YOUR-BLOG-NAME" to your blog name for example: "chethstudios"

Choosing a suitable Blogger Theme/Template

This is the first and foremost thing you need to do. So if you're not satisfied with your current template then take a look at this Roundup of Best Blogger Templates.
Spoonfed SEO Guide For Blogger Users
Hope you guys liked this post on how to implement SEO in your Blogger Blog. If you want to see more resourceful posts do drop a comment and also subscribe to our blog feed. Based on the reaction of my readers comments I may post a next level of guide. So do stay tuned to chethstudios.!

Image Credit: Blogger Logo Image

45 comments:

  1. I never know that the tag clouds are actually used for SEO purposes.. guess we always learn something new each day :)

    ReplyDelete
  2. Hey Cheth,

    I forgot to add Meta tags to my blogspot blogs. Thanks for reminding it.

    Thanks
    Sankar

    ReplyDelete
  3. @Michael Aulia
    THe Tag clouds are not much of SEO based. But its loosely based on the crawling of Spiders so Interlinking plays a vital role in search ranks

    @Sankar
    You're welcome! Meta tags a pretty important.hope you added them to your blogger template now.

    thanks for the replies both :)

    ReplyDelete
  4. Hi Cheth I never knew that there are these many things involved with SEO :-O thanx for sharing!

    ReplyDelete
  5. wow in nice information my friends, thanks for sharing in here, im glad to readt it

    ReplyDelete
  6. Hello!

    This is a juicy site!
    Keep it going alright?

    A quick invitation!

    Kids who hate Math and English should worry no more.Follow our trail to learn more =)


    http://ph.enopi.com

    ReplyDelete
  7. Ok I get it your chaning your blog's clothes, threw me for a minute. I think I liked the old look better, but I can learn to live with this one. It does have some new cool features. BTW - will be featuring some of your icons on Blogs With Wings. Will let you know when. Might even be today.

    ReplyDelete
  8. @Joella

    Yup I guess you caught me up when i was changing the layout.. :) thanks for the comment. would be glad to see my icons. :)

    ReplyDelete
  9. I'm going to try this out over the weekend (SEO), it's one of those areas I haven't worked much on.
    You really do have some great tutorials here.

    ReplyDelete
  10. I forgot to add Meta tags to my blogspot blogs. Thanks for reminding it. Looks like I have to change my flash based label cloud to normal text cloud. Argh...just implemented it from your tutorial.

    KT
    http://darenji.blogspot.com/

    ReplyDelete
  11. @TwiHouse
    Thank you.

    @Matangi Mawley
    Glad you like it :)

    @Darenji
    Its not bad to have a flash based label cloud but as i said the search engine isn't a very good friend of flash :)

    ReplyDelete
  12. hi Cheth was here too. thanks for visit. i was gone for almost 2 months that's why I didn't able to blog hop.

    ReplyDelete
  13. well only making your site is seo friendly is not enough, you also have to draw tons of traffic to your site. and for this you need good link building

    thank you
    Sudipta Das
    __________________
    search engine marketing solutions

    ReplyDelete
  14. http://www.teentechguru.com/
    How to make my blog "DO Follow".
    wanna exchange Link

    ReplyDelete
  15. To convert your blog to do follow blog... in blogger go to edit html from your blogger dashboard. then search for no follow attribute in your codes and change 'no' to 'do' to convert it to do follow.

    ReplyDelete
  16. Great guide, very useful for starting.

    ReplyDelete
  17. This has been very useful and informative to me. thank you this is the best blog for blogspot users for tips and tricks. just want to say thank you dear

    ReplyDelete
  18. Hi

    great post! wooow.. i forgot to add meta tags, very useful info.. thanks for sharing

    ReplyDelete
  19. Cheth ,

    Lovely post and very useful blog bro . Keep em comin !!

    ReplyDelete
  20. thank you for the great tips. im following you.

    ReplyDelete
  21. A great most wanted tut bro,
    thanks fot post

    ReplyDelete
  22. SEO is the process of increasing quality traffic to a web site through search engines by improving ranking in search engine results.

    ReplyDelete
  23. Nice Post . It is nice to see the step-by-step instruction with the screen shots . Way to go

    ReplyDelete
  24. thanks for the guide, it's pretty useful for me.

    ReplyDelete
  25. I love your blog. You have given me so many ideas. I have just finished using some of your blogspot seo tips. I am going to subscribe your blog. I already added you to my "Blog List."

    Thanks for all the helpful tips. I plan learning a lot more from you and others on blogspot.

    Kirk Leddon
    http://affiliatenetworkmarketinginfo.blogspot.com/

    ReplyDelete
  26. Great seo tips. thanks I love your blog. I am putting a lot of your tips to use on my own blog.

    Thanks,
    Kirk
    http://affiliatenetworkinginfo.blgospot.com

    ReplyDelete
  27. Wow, great information. I could say my knowledge in seo is already broad but I find it nice to see people giving out tips and new information.

    ReplyDelete
  28. You shared a good information with people those read this seo info blog. It's also will be such a useful learning blog about seo for beginner. Thankz.

    ReplyDelete
  29. I can here the new knowledge.
    Thanks for the great reference post.

    Regard.

    ReplyDelete
  30. Lot of information gettable and do same as i seeking from here, I would like to say thanks to you for sharing this info.

    ReplyDelete
  31. Hi,

    Thnaks for this article. I've used this tip and also send a linkback to this article.

    ReplyDelete
  32. With your tips I have managed to reduce the page loading time.

    ReplyDelete
  33. Good job! THANKS! You guys do a great blog, and have some great contents. Keep up the good work.
    best regards,

    ReplyDelete
  34. Blogger Belongs to Google but y its still have poor SEO. Thanks for post. its great.

    ReplyDelete
  35. Nice post you nearly covered all important points for seo for blogger, what about the baclinks ?

    ReplyDelete
  36. Thanks for chethstudios this is really a great SEO guide for Blogger users out there. Keep up the great job!

    ReplyDelete
  37. Very useful SEO stuff for blogger.com. Just what I was looking for but couldn't find. Thanks.

    ReplyDelete
  38. I am just saying from my heart that your blog is awesome and great because it will be much useful for the users to design the blog in various information provided by you. I am also running a blog really this kind of information help me to design my blog impressively and fabulously thank a lot. Classic blog.

    ReplyDelete
  39. You are right think spoon-fed SEO guide for blogger users. Your guides most useful any blogger. Thanks share this important information.

    ReplyDelete

Please Don't Spam that's all. Grab our RSS Feed and we would Love to see you in our comments section more often.