Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

June 20, 2009

0

Google Search

  • June 20, 2009
  • anand
  • GOOGLE

    Several of us use Google through out the day for simple stuff, but we've never quite grasped the power of this tool. Several of us use Google through out the day for simple stuff, but we've never quite grasped the power of this tool.
    1. .. Download and install the Google toolbar. Not only does it put the Google search box into your browser full-time, but it also blocks pop-up ads and fills in forms for you. For Windows at http://toolbar.google.com .. (Ad blocking, form-filling and Google's search box are already built into the Apple's Web browser, Safari.)

    2... Phrase your question in the form of an answer. So instead of typing, "What is the average rainfall in the Amazon basin?", you might get better results by typing "The average rainfall in the Amazon basin is."

    3... This is an old one, but very important: Put quotes around phrases that must be searched together. If you put quotes around "electric curtains," Google won't waste your time finding one set of Web pages containing the word "electric" and another set containing the word "curtains."



    4... Similarly, put a hyphen right before any word you want screened out. If you're looking up dolphins, for example, you'll have to wade through a million Miami Dolphins pages unless you search for "dolphins -Miami."


    5... Google is a global White Pages and Yellow Pages. Search for "phonebook: home depot norwalk, ct," Google instantly produces the address and phone number of the Norwalk Home Depot. This works with names ("phonebook:robert jones las vegas, NV") as well as businesses. Don't put any space after "phonebook." And in all of the following examples, don't type the quotes I'm showing you here.

    6... Google is a package tracker. Type a FedEx or UPS package number (just the digits); when you click Search, Google offers a link to its tracking information.

    7... Google is a calculator. Type in an equation ("32+2345*3-234=").

    8... Google is a units-of-measurement converter. Type "teaspoons in a gallon," for example, or "centimeters in a foot."

    9... Google is a stock ticker. Type in AAPL or MSFT, for example, to see a link to the current Apple or Microsoft stock price, graphs, financial news and so on.

    10... Google is an atlas. Type in an area code, like 212, to see a Mapquest map of the area.

    11... Google is Wal-Mart's computer. Type in a UPC bar code number, such as "036000250015," to see the description of the product you've just "scanned in." (Thanks to the Google Blog, http://google.blogspace.com, for this tip and the next couple.)

    12... Google is an aviation buff. Type in a flight number like "United 22" for a link to a map of that flight's progress in the air. Or type in the tail number you see on an airplane for the full registration form for that plane.

    13... Google is the Department of Motor Vehicles. Type in a VIN (vehicle identification number, which is etched onto a plate, usually on the door frame, of every car), like "JH4NA1157MT001832," to find out the car's year, make and model.

    14... For hours of rainy-day entertainment, visit http://labs.google.com .. Here, you'll find links to new, half- finished Google experiments-like Google Voice, in which you call (650) 623-6706, speak the words you want to search for and then open your browser to view the results. Disclaimer: It wasn't working when I tried it. (Ditto a lot of these experiments.)

    15... Poke around the "Services & Tools" link on the Google.com home page and you'll find some of the better-known lesser-known Google features, if that makes any sense.

    For example, there's Froogle (product search), News, Groups (Internet discussion boards), Google Catalogs (hundreds of scanned- in product catalogs), Images (find graphics and photos from other people's Web sites), Blogger (publish your own online journal), Google language translation, Google Answers (pay a couple of bucks to have a professional researcher find the answers for you) and much more.

    read more
    0

    Create "Related Post" Section At End Of POST

  • anand
  • Another great hack for blogger.com is to dynamically generate at the end of every post a "Related Posts" section . The goal is to have your visitors stick around longer and take more of an interest in your blog.

    It's very easy to do, but as with every modification to the template be very careful.

    For Template code modification process visit How To Modify your Template Code?

    Look for the code

    <data:post.body/>


    After that place this code:


    <b:if cond='data:blog.pageType == "item"'>

    <div class='similiar'>

    <!-- ***http://hoctro.blogspot.com***Jan,2007**** -->

    <!-- ***Related Articles by Labels - Take Two*** -->

    <div class='widget-content'>

    <h3>Related Posts by Categories</h3>

    <div id='data2007'/><br/><br/>

    <div id='hoctro'>

    Widget by <u><a href='http://hoctro.blogspot.com'>Hoctro</a></u> | <u><a href='http://www.jackbook.com/' title='Related Posts on Blogger Modified by JackBook.Com. Read More?'>Jack Book</a>. Brought to you by <a href="http://bloggerblackhatseo.blogspot.com">Blogger SEO</a>.</u>

    </div>

    <script type='text/javascript'>


    var homeUrl3 = "<data:blog.homepageUrl/>";


    var maxNumberOfPostsPerLabel = 4;

    var maxNumberOfLabels = 10;


    maxNumberOfPostsPerLabel = 100;


    maxNumberOfLabels = 3;


    function listEntries10(json) {


    var ul = document.createElement('ul');


    var maxPosts = (json.feed.entry.length <= maxNumberOfPostsPerLabel) ?


    json.feed.entry.length : maxNumberOfPostsPerLabel;


    for (var i = 0; i <>


    var entry = json.feed.entry[i];



    var alturl;


    for (var k = 0; k <>


    if (entry.link[k].rel == 'alternate') {



    alturl = entry.link[k].href;



    break;


    }


    }

    var li = document.createElement('li');


    var a = document.createElement('a');


    a.href = alturl;


    if(a.href!=location.href) {


    var txt = document.createTextNode(entry.title.$t);


    a.appendChild(txt);



    li.appendChild(a);



    ul.appendChild(li);


    }


    }


    for (var l = 0; l <>


    if (json.feed.link[l].rel == 'alternate') {



    var raw = json.feed.link[l].href;



    var label = raw.substr(homeUrl3.length+13);



    var k;



    for (k=0; k<20; label =" label.replace(">


    var txt = document.createTextNode(label);



    var h = document.createElement('b');



    h.appendChild(txt);



    var div1 = document.createElement('div');



    div1.appendChild(h);



    div1.appendChild(ul);



    document.getElementById('data2007').appendChild(div1);


    }


    }


    }

    function search10(query, label) {


    var script = document.createElement('script');


    script.setAttribute('src', query + 'feeds/posts/default/-/'


    + label +


    '?alt=json-in-script&callback=listEntries10');


    script.setAttribute('type', 'text/javascript');


    document.documentElement.firstChild.appendChild(script);


    }

    var labelArray = new Array();

    var numLabel = 0;

    <b:loop values='data:posts' var='post'>

    <b:loop values='data:post.labels' var='label'>
    textLabel = "<data:label.name/>";

    var test = 0;

    for (var i = 0; i <>

    if (labelArray[i] == textLabel) test = 1;

    if (test == 0) {

    labelArray.push(textLabel);

    var maxLabels = (labelArray.length <= maxNumberOfLabels) ?

    labelArray.length : maxNumberOfLabels;

    if (numLabel <>

    search10(homeUrl3, textLabel);

    numLabel++;

    }

    }

    </b:loop>

    </b:loop>

    </script>

    </div>

    </div>

    </b:if>


    SAVE THE TEMPLATE AND SEE THE "RELATED POST" SECTION AT THE END OF YOUR POST....








    read more

    June 19, 2009

    9

    A SEO Optimization Blogspot Meta Tag

  • June 19, 2009
  • anand
  • Here I have a Meta Tag for Google SEO. Its really very easy to change the Blogspot meta tag so that your blog becomes Google Optimized. All you are required to replace a small code snippet within your "Template Code". To know how to modify or tweak template code follow the link "How To Tweak your template Code For Optimization". Here is the small trick to catch the attention of Google.

    Replace the code


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



    By The Snippet


    <meta name="keywords" content="google seo, seo optimization, google seo optimization, search engine optimization, search engine optimization seo, seo" />

    <meta name="description" content="Google Search Engine Optimization (SEO) - Learn Search Engine Optimization (SEO) Optimization !" />

    <meta name="author" content="Google SEO | SEO Optimization" />

    <meta name="ROBOTS" content="ALL" />



    ***Besure to change my description, keywords and author name with yours.
     




    read more

    June 16, 2009

    1

    Tweak blogger title tags for SEO

  • June 16, 2009
  • anand
  • Few days ago I was wondering that how can I improve the rank of my blog in a easy step. I then thought that only way must be that we get optimized in search engines. Well, I have a bit idea about SEO technique. Now, I should unveil a chunk of a SEO technique.

    There are two parts of SEO. "off page " and "on page" o
    ptimization.

    "Off page" optimization stands on link building
    procedure. It is a sort of democratic way of popularizing your blog. It allows other site/blog include your site's link. It encourages traffic.

    "On page" optimization deals with
    technique by which we understand how well we can optimize our blog for search engines. This includes keywords in your post titles, title tags, using header tags (h1, h2) and other tactics.

    I have a small chunk of technique which can make your blog ranking improve.

    It is well known fact that the topic which is searched appears on the first half of the web page title bar. This should be the real way or the optimized way. Unfortunately blogger don't have optimization technique already implemented. Below lies a perfect example of what I am trying to illustrate:


    To do this I have a illustration( For Blogger) :

    Steps:

    Step 1: Login to blogger

    Step 2: Click "layout"

    Step 3: click "Edit Html"

    Step 4: Find The code


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


    Step 5: Replace the above Code by the Following code


    <b:if cond='data:blog.pageType == "index"'>

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

    <b:else/>

    <title><data:blog.pageName/> | <data:blog.title/></title>

    </b:if>





    Step5: Save the template and view the blog, you will have a optimized blog


    N.B: Do all the changings after taking backup of the previously uploaded template












    read more

    Subscribe