RSS

How to Improve Your Search Engine Ranking in 5 Steps!

Learn how to improve your search engine ranking! Why? Because Google doesn't pre-optimize it's blogger templates for SEO(Search Engine Optimization) so you'll have to do it in 5 easy steps. The purpose of this is so that you blog ranks better in search results because the title of your post will come before the title of your blog, so that way all of those great keywords you got, from Google's Reverse Search Engine Tool, and used in your post title won't be for nothin!


  • Goto: Dashboard>>Design>>Edit HTML
  • Then click 'Download Template' that way you have a copy of your blog template if you mess up
  • Now Find '<title><data:blog.pageTitle/><title>' see diagram for details
  • Then Highlight that code and copy and paste this code over it




<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>




  • Click 'Save Template' and your done! It's That simple!
Blogger Template Diagram:


Photobucket


If you have any questions or problems leave a comment and let me know i'll help you, Happy Blogging :-)!

*If you can't read the diagram click it to enlarge the picture.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Blogger on Your Cellphone: How to Make Your Blog 3G Phone Friendly

Blogger on Your Cellphone
Now that 3G has gotten so popular more people are using their cellphones to access the internet so lets get your blog cellphone ready! Here's how....


  1. Goto Dashboard>>Design>>Edit Html
  2. Click Download Template so that if you make a mistake you can just reapply your template the way it was before.
  3. Look for this in your code '<b:include data='blog' name='all-head-content'/>' FYI: It's at the very top of your template code.
  4. Now just below that paste this code...

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
Now Click Save! That's It.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS