Wednesday, April 27, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

How to Switch Back Yahoo! Classic Mail From New Yahoo Beta Mail 2011

Yahoo! Launched Yahoo! Mail Beta Last March 2011. Included in this features are New Themes, More Speed, Better Spam Protection and Unlimited Storage. But many of the users are comfortable for Yahoo Classic Mail  Design. There have a little deterrence on how to switch back beta to classic. In the First Yahoo Beta designs, we will see in Option - "Switch to Yahoo mail Classic". But now (2011), They moved to Help the "Leave the Mail Preview. see Screenshot Below.


If you want to go back again in Yahoo Beta Click Here

Saturday, April 16, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Correct Meta Tags and SEO Friendly Tips for blogger

According to me, this is the correct format in putting Meta tags for SEO Friendly.
Go to DesignEdit HTML - find <head>. Put the code below <head>

    <meta content='your description' name='description'/>
    <meta content='blogger, blogspot, tutorial, template, SEO, Website, Technology updates,' name='keywords'/>
    <meta content='global' name='distribution'/>
    <meta content='7 Days' name='revisit-after'/>
    <meta content='NOODP' name='ROBOTS'/>
    <meta content='INDEX, FOLLOW' name='ROBOTS'/>
    <meta http-equiv="content-language" content="en-us" />
    <meta content='Author's name' name='Author'/>

Please Change the color blue Text in your own website information that relevant to your page title.

Full Length for Description meta tags,
Google results shows up to 158 Characters (Including Spaces and the date).
Yahoo results shows up to 172 Characters (Including Spaces and the date)
Bing shows 25 to 150 Characters (Including Spaces) according to bing webmaster blog. But in the results, it shows up to 182 characters including spaces.
Ask shows up to 327 Characters (Including Spaces and the date).


For me, i suggest  150-160 characters.


Full Length for Page Title
Google results shows up to 69 Characters (Including Spaces and the date).
Yahoo results shows up to 64 Characters (Including Spaces and the date).
Bing shows 5 to 65 Characters (Including Spaces and the date) source bing webmaster blog. But in the results, it shows up to 69 characters including spaces.
Ask shows up to 62 Characters (Including Spaces).

For me, i suggest  60 - 69 characters and always Check your Post Title in search engine (for ranking purposes).see image below




*You can do a test in search engine and count the characters using this tool Character Counter .

To gain more traffic in your blog, it is also depends on your title of your page. Many blogger tried to change the Blog Title Posts First before the Blog Name of their blogs.
Visit this tutorial on How to Change Title Tags in blogger To gain more Search Engine Traffic.

Full Length for Keyword meta tags

In choosing Meta Keyword, it should be relevant to the page content.
Do not put double keyword.
Example:
"Blogger tricks, Blogger tips" - Wrong
"Blogger Tips and Tricks"       - Correct
According to meta tag analyzer in SEOCentro, the maximum number of character allowed to be considered as Robot Friendly  is 500.

Tuesday, April 12, 2011

<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Changing Title Tags in blogger To gain more Search Engine Traffic

The Default Blogger Title Posts shown the Blog Title First before the Title of the Blog. In this view,when it comes in Search engine result, Probably your blog is not viewable for the audience. Changing the title post before your blog title is very important in search engine result to gain more traffic.



1. Go to Design - Edit Html. Save your Template first.
    Search the red code below
    To find, Ctrl + F find: <title><data:blog.pageTitle/></title>
    Replace this Code with the code Below.

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

2. Save Template.

Note: It takes a week to show the results in Google search engine. This Optimization of Blog Title Posts will bring you more traffic in blogger website.

Preview:
Before

After
<div style='background-color: none transparent;'><a href='http://www.rsspump.com/?web_widget/rss_ticker/news_widget' title='News Widget'>News Widget</a></div>

Adding Post Summaries with Thumbnails For Blogger

Most of the Website Today Especially in News Blog are using Post Summary Plug-in in their Main Page with image. The Advantage of Using this Plug-in is to Minimize the Space of Your Blog and at the same time it is easy for the readers to navigate your blog posts. In a Single Drag of your mouse you can see the summaries of your posts.

In This Tutorial you can learn on how to add Post Summary Widget in your Blogspot Website.

Step 1: Before We Start, Please Save your Template First (for back-up purposes).
             Go to Design - Edit html - Check Expand Widget Templates.
             Ctrl+F Find </head>
             Copy The Code Below and Replace </head>.
<script type="text/javascript">
var thumbnail_mode = &quot;float&quot; ;
summary_noimg = 230;
summary_img = 140;
img_thumb_height = 100;
img_thumb_width = 100;
</script>
<script src="http://wiseblogger.googlecode.com/files/postsummary.js" type="text/javascript"></script>
</head>
Step 2: Ctrl + F to Find  <data:post.body> and Replace with the code below.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<span style='padding-top:5px;;float:right;text-align:right;'><a expr:href='data:post.url' rel='bookmark'><b>Read more >></b></a></span>
</b:if>
Then Save Template

Customization:
  • You Can change Read More to Continue Reading or Image like this-->
      Replace the Read More with the code below.
<img src="http://2.bp.blogspot.com/-K78cRAc3VBg/TaAkHGVb9DI/AAAAAAAAAbw/O6vsdCYdEyM/s1600/read_more.gif" />
  • You Can Also Change the number of Character Display and the size of the image at the Step 1 Code.
           summary_noimg = 230; Floating Display
           summary_img = 140;  Character Display
           img_thumb_height = 100;   Image Display
           img_thumb_width = 100;   Image Display