Popular Widgets for blogger

Monday, September 7, 2009

Fortunately, blogger user have developed functional widget using javascript. Here's the list functional widget for Blogger that really you need.
  1. Random Post Widget
  2. This widget is developed by Bloggodown. Random posts widget displays random links of your blog post. This help show content that is neither recent nor popular (because it is random). The widget displays links in form of link lists. So you can change the layout by changing the css of your blogger template. There are two options, random post list and random post with summary. This widget really easy to install. Just go to author site.
  3. Recent Post with Thumbnail
  4. This recent post with thumbnail widget is developed by Bloggertricks . Actually there are several way to show recent post, using RSS feeds, simply javascript, but this is really eye catching widget. Visitor can see thumbnail picture. Need some editing to make this widget display properly. Like the picture width's, picture high's, how much caracters to show.  
  5. Total Count Post and Comment
  6. This simple widget will show your total post and total comment. Maybe you want to showoff blog popularity through show how many post and how many comment. You can get this widget from Bloggodown.  
  7. Popular Post Widget
    Popular post widget show link of most commented post. This widget is usefull as visitor reference which is most interesting post. Get this widget and installation setting on Bloggerstop.
READ MORE ....

Search Engine Optimization Myths

These days, there seems to be more myths about search engine optimization (or SEO), than there are truths. Numerous though they may be, there are three primary myths that are very commonly circulated…

Myth 1: SEO is a fairly easy, straightforward process.

If search engine optimization were easy or "straightforward", then most SEO firms would be out of business. On the contrary, most anything related to Internet marketing (namely search engine optimization) continues to grow in popularity. So is search engine marketing really that big? Yes, and "big" is the right word. Case in point… Rob Hof of Business Week states, "If you can believe it, Google's $144 billion market value tops that of Time Warner (TWX), Viacom (VIA), CBS (CBS), ad agency giant Publicis Groupe (PUB), and the New York Times Co. (NYT) combined. "

Is it easy to grasp and successfully implement website changes for higher website rankings? To answer that question, let's first consider a few things. It has been commonly understood that Google has more than 100 variables it uses to determine how to rank one website higher than another. And guess what? They don't tell anyone what these ever-changing, variables are. Combine the challenge of trying to better understand Google's "black algorithm box" with the fact that new competitors are always entering your market and what you have is a process that's anything but easy. At the end of the day, improving ones' website rankings in search engines like Google, Yahoo and MSN requires painstaking and time-consuming testing and tweaking.


Myth 2: If I take all the right SEO steps, my website will organically rank number one in search engines within a week or two.

So to achieve higher organic search engine rankings, continual testing and tweaking are a must. But how long should one "test and tweak"? Indefinitely. Some websites may take a year and often longer to achieve top rankings. In many ways, we are all at their mercy. Sure, a website's rankings can and often do quickly rise. However, beyond those initial increases, typically the amount of difficulty required to compete with the top contenders exponentially intensifies as you move closer to the top.

So how long does it take to "rank high" (which of course is often relative)? Well, it just depends. But to expect to rank high (and stay there) in two week or even two months may be overly optimistic.

Myth 3: Having a hip website is very important when it comes to obtaining high organic rankings.

Not true. Having a stylish website does not necessarily equate to high organic search engine rankings. Depending on what you mean by "nice", having a nice looking website can certainly be vital to a successful usability and branding strategy. But a website with very little visual appeal could beat out your competitor's Flash-laden website in regard to organic rankings… 10:1. Case in point: the website. CraigsList is not exactly the most stylish website on the Web and yet when you search Google for "online classifieds", CraigsList is right at the top of the list. It's all about ensuring your website is "SEO friendly" not necessarily "cool".

Don't get duped by these or any other SEO myths. Get good search engine optimization guidance from a certified search engine optimization analyst.
READ MORE ....

Blogger Hack for your blog

Sunday, September 6, 2009

For enjoying your blogger and make it friendly for you, you can hack some code for your blogger blog's. And there are some trick for make your blog better than before.

 
  • The Title For SEO freindly
Find this code from your template  
<title><data:blog.pageTitle/></title>
and then replace that code with this  
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
 
  • Replace default atom with RSS
Ifyou want to replace your default atom with rss find this code

<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>

And replace that green code with this :
<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>

  • Print Your Article
For print your article from your blog, you can add this code in every page or every post.

<a href="javascript:print(document)">Print this page</a>
 
  • Place the icon before name of your comment
You can add the iconbefore name of comment. Find this code #comments-block .comment-author{ . And add with green code below, in your CSS code :

#comments-block .comment-author{ margin:.5em 0; padding-left:25px; background:#FFFFCC url("http://4.bp.blogspot.com/_C6KkooKXCEw/SJGzpDac4VI/AAAAAAAACGo/2L5Y5P_BDWU/s400/icon_comment.gif") no-repeat 3px .3em; color:#111}

There are some code for your blogger blog's, Let's Try it.
READ MORE ....

How to add your blogger sitemap to google webmasters tools

Submitting the Sitemaps of your blog to Google Webmaster helps the search engine(Google) to crawl your webpages easily and more quickly! This post explains the procedure to add your blogger blog's sitemap to the Google Webmaster Tools.

  1. You Sign In with your google account, and go to Google Webmaster Tools.
  2. Click Add Site and write your URL there, then Continue.


  3. Verify your blogger blog's by adding Meta Tag to your Blog (There is 2 ways, with add an html file to your host and add meta tag, for blogger add meta tag is possible).
  4. Copy the Meta Tag code given by Google Webmaster.
  5. Now go to Blogger Dashboard - Layout- Edit HTML - then search(Ctrl+F) for the code given below   <b:include data="blog" name="all-head-content"/> 
  6. Paste the Meta Tag just after the about code and save the template.
  7. Then Click Verify in the google webmasters.
  8. Next step is to add your sitemap to google webmaster tools. Select sitemap in the left sidebar.




  9. Then you can add this URl of your sitemap with this : http://www.YourBlog.com/atom.xml?redirect=false or http://www.YourBlog.com/feeds/posts/default?=rss (just add the bold text).



  10. Finished! Your Blog's sitemap will be added to Google now!
READ MORE ....

 
 
Copyright © TipsBlogger