Your online searching blog. Find Blogging tricks and many more

Showing posts with label seo tips. Show all posts
Showing posts with label seo tips. Show all posts

Sunday 15 January 2012

submit-your-blog-in-latest-directories


20 Best Blog Directory And Rss Submission Websites
  1. www.dmoz.org - Has A Google Page Rank Of 8 And An Alexa Rank Of 455
  2. www.boingboing.net - Has A Google Page Rank Of 8 And An Alexa Rank Of 1,809
  3. www.blogs.com - Has A Google Page Rank Of 7 And An Alexa Rank Of 1,521
  4. www.mybloglog.com - Has A Google Page Rank Of 7 And An Alexa Rank Of 2,023
  5. www.blogs.botw.org - Has A Google Page Rank Of 7 And An Alexa Rank Of 4,521
  6. www.icerocket.com - Has A Google Page Rank Of 7 And An Alexa Rank Of 5,464
  7. www.bloggernity.com - Has A Google Page Rank Of And An Alexa Rank Of 31,324
  8. www.blo.gs - Has A Google Page Rank Of 7 And An Alexa Rank Of 42,729
  9. www.globeofblogs.com - Has A Google Page Rank Of 7 And An Alexa Rank Of 49,454
  10. www.alltop.com - Has A Google Page Rank Of 6 And An Alexa Rank Of 2,898
  11. www.blogged.com - Has A Google Page Rank Of 6 And An Alexa Rank Of 5,831
  12. www.blogpulse.com - Has A Google Page Rank Of 6 And An Alexa Rank Of 18,687
  13. www.bloggapedia.com - Has A Google Page Rank Of 6 And An Alexa Rank Of 29,085
  14. www.bloghub.com - Has A Google Page Rank Of And An Alexa Rank Of 43,274
  15. www.topofblogs.com - Has A Google Page Rank Of 5 And An Alexa Rank Of 14,313
  16. www.blogdigger.com - Has A Google Page Rank 5 Of And An Alexa Rank Of 27,776
  17. www.blog-directory.org - Has A Google Page Rank Of 5 And An Alexa Rank Of 58,534
  18. www.blogexplosion.com - Has A Google Page Rank Of And An Alexa Rank Of 33,776
  19. www.blogville.us - Has A Google Page Rank Of 5 And An Alexa Rank Of 71,287
  20. www.blogcatalog.com - Has A Google Page Rank Of 4 And An Alexa Rank Of 1,108

Phew - You should take the time out to submit to all the sites in the list, it would be a well spent 20 minutes.Make sure to check out more of our Top Lists and SEO Tips for your blog.Have i missed one ? if you know a Free Blog Dictory or Rss Feed submission ranked higher than those in the list let us know

Saturday 14 January 2012

show google results in your blog page


How to Embed Google Custom Search Engine Results within Blogger Page

  • Go to Your Blogger Dashboard > New Post > Edit Pages and Create a Page
  • Write Search in Title of that page and do not write anything in post body.
  • Now Click on "Publish Page"




  •  Now, Go to your AdSense Account > Adsense Setup and click on AdSense for Search



  •  You will a get a form with few options. 
  1. Select "Open results within my own site" and enter blog URL as http://YOURBLOGNAME.blogspot.com/p/search.
  2. Write 800px in "Enter Width of Results area" box. You can not write less than 795px.
  3. Select whatever option suits you in "Ad Location" section. I will suggest you "Top and Bottom"



    • Accept their Terms and Create custom search engine.
    • On the next page, you will get TWO javascript codes.



    • The First code (highlighted in blue) is Search Box code. Paste this code where you want to place your search box.
    • The second code (highlighted in light pink) should be placed on the page where you want to display search results. i.e. you should paste this code in page we just created in blogger with title "search".
    • Simply, Go to Blogger Account > Design > Add a Widget > HTML/Java Script and paste theFirst code.
    • Go to Blogger Account > New Post > Edit Pages and edit the page with title Search
    • Now, click on EDIT HTML and paste the second code.



    • Publish Page. Its done!

    Fixing Width of Page Where Search Results are Displayed

    • Go to Blogger Account > Design > EDIT HTML
    • Search for this code
    </head>
    • Replace this code with
    <b:if cond='data:blog.url == &quot;ENTER-URL-OF-PAGE-HERE&quot;'>
    <style>
    #sidebar-wrapper {height:0px; visibility:hidden; display:none;}
    .post {width: 800px;}
    </style>
    </b:if>
    </head>
    • Save Template and its Done!

    Note#1: Replace ENTER-URL-OF-PAGE-HERE with your original blog page address where search results appear such as http://YOURBLOGNAME.blogspot.com/p/search.html

      Troubleshoot: If does not work for you, Replace .post with #main-wrapper in the code you added to your template and save.  If this still not works for you, leave a comment.


        add-about-aythor-below-posts

        Almost every professional blog shows About the Author box below every post. Mostly it is done and easily done using WordPress however "About the Author" box can also be placed in Blogger / Blogspot. Its really helpful for readers to identify the author of the post and its a good chance for author to let his/her readers know more about him/her. It is useful for blogs who have more than 1 authors however blogs having single author can also have this box to beautify their blogs professionally.

        How to Place "About the Author" Box in Blogger below Every Post?

        • Login Your Blogger Account and Go to Design > Edit HTML and backup your template (in case things go wrong)
        • Now enable "Expand Widget Templates"


        • Press CTRL+F and search this code
        ]]></b:skin>
        • Just Above this, add below given code;
        .author-box {
        background: #F7F7F7;
        margin: 20px 0 40px 0;
        padding: 10px;
        border: 1px solid #E6E6E6;
        overflow: auto;
        }
        .author-box p {
        margin: 0;
        padding: 0;
        }
        .author-box img {
        background: #FFFFFF;
        float: left;
        margin: 0 10px 0 0;
        padding: 4px;
        border: 1px solid #E6E6E6;
        }
        • Good boy! now search this new line
        <div class='post-footer-line post-footer-line-1'/>
        • Just below this line, copy-paste below given code.
        <b:if cond='data:blog.pageType == "item"'>
        <div class='author-box'>
        <p><img alt='' class='avatar avatar-70 photo' height='70' src='http://2.bp.blogspot.com/-rYmMQQ2ye1o/TknDQqwUHZI/AAAAAAAAD3M/TByrh5cFXqA/s1600/authpic.jpg' width='70'/><b>About the Author</b><br/>
        <div style='text-align: justify;>Write About Yourself Here!!!<br/>
        Follow Me on Twitter [at] <a href='http://twitter.com/YOURUSERNAME'>YOURUSERNAME</a>
        <p style='margin:-8px 0'><br/><center>
        <a href='http://www.folsol.com/2011/08/how-to-add-about-author-box-below-every.html' style='text-decoration:none;font-size:70%;'>Add this widget to your blog</a></center></p></div></p>
        </div>
        </b:if>
        Note: Change text in bold letters accordingly
        • Save Your Template and you're done !

        make-money-from-your-blog


        We talked about how we can earn money by writing and Now, Lets talk about How you can earn money from blogs. Initially Blogging was used only as a medium of expression and to voice your opinions and thoughts. Nowadays , blogging has become money making online activity which can generate a reasonable amount of income. If you have the flair and passion to write, you can start doing the job you like while earning money at the same time. There are five ways to earn money from your blog. They are:

        1. Google Adsense

        A popular way in which you can earn money blogging is with Advertising. You can refer to Google Adsense and Amazon Associates for this purpose. This is the most common method of earning from a blog. Once your blog becomes well known and is well-received in a particular niche, it is possible to sell ad space on your own blog. For lesser-known blogs, services such as Google’s Ad Sense or BlogAds enable bloggers to establish ad programs. AdSense pays you based on how many readers click on the ads.

        2. Affiliate programs

        Another way to earn money from your blog is with Affiliate Programs. You can choose from many available online. Pick one that is free to join and pays a good commission for your referrals.
         

        3. Help sell others’ products

        Affiliate programs enable your blog to serve as a link between readers and online sites offering various goods and services. One popular choice is Amazon.com. For example if you offer a book review in your blog, an affiliate program will provide a means for your readers to click directly from your blog to Amazon to obtain further information about the book. If they charge their card, you get paid as well.
         

        4. Market your services in your blog

        Many people think that blogs are exclusively used to voice your opinions. Blogs are an ideal venue to share your thoughts with others, but we should not overlook their capacity to generate new business and income. You can mention references and what you do to the person reading your blog. That will spread your opinion and your business at the same time.
         

        5. Selling an E-book

        If you enjoy writing, you may consider selling an E-book on your blog. You can write about a subject you have much knowledge in or interview and expert and turn it into a book. You will need to learn how to create E-books and there are plenty of resources online.

        add vertical social bookmarks below the posts



        Earlier we discussed how to add a sliding bookmarking widget in blogger. That was an amazing widget however that uses JavaScript so that might put an additional load to webpage. The best and beautiful way is, add simple bookmarking links to your blog that does not use JavaScript so that your page load faster and users can easily share webpage link in various social networks. Here is a super simple but beautiful social bookmarking widget for blogger. This fits in all blogger templates and looks so beautiful.

        How to Add a Vertical Social Bookmarking Widget in Blogger?

        • First of all, its important to know how this widget will look like, so have a look at this image shown below. Its a demo.


        • Go to Blogger account > Design > Edit HTML 
        • Now enable "Expand Widget Templates"


        • Search this code
        <data:post.body/>
        • Just AFTER this line, copy-paste below given code
        <b:if cond='data:blog.pageType == &quot;item&quot;'>
        <b>Share this post :</b><br/>
        <div class='spacer' style='border-top:solid 0px #DEDEDE;'/>
        <table bgcolor='#ffffff' border='0' cellpadding='0' cellspacing='0' width='100%'>
        <tr>
        <td valign='top' width='50%'><table border='0' cellpadding='0' cellspacing='0' width='222'>
        <tr>

        <td height='24' width='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY2EsP15i8rMYGbtDias68aIL9AGAdM9edYx2eEz2nbaKeAEdfmh6YeLrM2NRLwhLWoI6UTGaw2gaJseUKpoPLpcVBhIqPqvXK-saRjbkkfaQKPvIticskyfwi-_9KZv0Dg08yiyJVMwc/' width='16'/></td>
        <td height='24'><a expr:href='&quot;http://www.facebook.com/sharer.php?&amp;u=&quot; + data:post.url' target='_blank'>Share on Facebook</a>
        </td>
        </tr>

        <tr>
        <td height='24'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-yZLk2Mh29eHGuzufosq3KhdpvGs0nb2CeSDFexu32OHN8aja7nYEKP4XpMS3xtbvdE81atrEIgD0SBI4swYV0ijtSd9i2Pe7LLnqiS2OxiSjmThyphenhyphen6kkdmaI7eMRpZviDVbz8n1GpyTs/'/></td>
        <td height='24'><a expr:href='&quot;http://twitthis.com/twit?url=&quot; + data:post.url' rel='external nofollow' target='_blank'>Share on Twitter</a>
        </td>

        </tr>
        <tr>
        <td height='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjK6nGDqyJLgP5gvzC4dS8yvCWY1HoqKiwfQRlfrKG5hav4yZXr56kAsGu288zUr0k8J5Wsw_b6VQ3e-cRVK2bnPzsNkBXa98O3R-Q2b9auUduJxZQV2OWjMet7NK_F9FFOGQy_s2FKcHA/' width='16'/></td>
        <td height='24'><a expr:href='&quot;http://www.stumbleupon.com/submit?&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank'>Share on StumbleUpon</a></td>

        </tr>
        <tr>
        <td height='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjarrkqXKoyU3JSBm8tnuzSmLKwzErTWYXnPRKo6a5Jh4ggJxUxR2XZpEQTJrWtwQaKXUjl6ShOhHYgJGY6ujXbEUiGR04BHIFgkjSl6gwsL4O-EfcqguZ7BQ9-YvE3AHj-eWihwSWGyJw/' width='16'/></td>
        <td height='24'><a expr:href='&quot;http://del.icio.us/post?v=4&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank'>Share on Delicious</a></td>

        </tr>
        <tr>
        <td height='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7cEPmKbKGUY5NDkcf6GdtkCnLNK7lmuVIyW91r3ZMml80VT0q9g6DaJ_hMJoOSkC212u9hgtxZvyGI3EFwVrvpA3OwVeKmrQ-BqiNEAFxdkLSuNkV25tzjVwmdWWE7h4yczllf3HGSKE/' width='16'/></td>
        <td height='24'><a expr:href='&quot;http://reddit.com/submit?&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank'>Share on Reddit</a>

        </td>
        </tr>
        </table></td>
        <td valign='top' width='50%'><table border='0' cellpadding='0' cellspacing='0' width='222'>
        <tr>
        <td height='24' width='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTfKX6DhiS9QGT0vY7WTq7OLS2mdSeUHrXmt6HM0GwKLS81XuQZ1B8me6BxMf7H3_JIPoTZUc6Sug6QEqaV_8V45YR67sSlhVMRBXIcHrw-HsbeJq9cOWFDDOkW00jEpuMI_bs9l8Rzs0/' width='16'/></td>

        <td height='24'><a expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' target='_blank'>Share on Digg</a></td>
        </tr>
        <tr>
        <td height='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWfzPwEERT9z2H3J9ch3mD0_qG5iA20q4QUJPI-unbIIJim4DqH_Uanui5UGcSKnOxO7PPW0WOWvzfR-Th-1azi3KXapIIgF9ae7JbdXc4gh4iAld6vB-EJPig9CsD1tOHEO-rPLMB10w/' width='16'/></td>

        <td height='24'><a expr:href='&quot;http://www.simpy.com/simpy/LinkAdd.do?href=&quot; + data:post.url' rel='nofollow' target='_blank'>Share on simpy</a></td>
        </tr>
        <tr>
        <td height='24'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNrJyEdzVkryVnC9BWBDnkBcYHa7P5BV5xTfUVGPD8mtUNEk1N7_fmUi0nrJZO4udQBFZG41OGhDC9aoh5vYnCM5eciXGmN6-5NnFLfC2kGyJi9kUKfTSmY1o0iYceF38o4rGxaYgLrjA/' width='16'/></td>

        <td height='24'><a expr:href='&quot;http://technorati.com/signup/?f=favorites&amp;Url=&quot; + data:post.url' rel='nofollow' target='_blank'>Share on Technorati</a></td>
        </tr>
        <tr>
        <td height='24'><img alt='furl' border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZGOpCsDsuZ_W2OpYHyw2s0BnGnscC10j_pVYJbMeKNO_1GP-1z8gh10SAqQxAejd3ndbQ4sNDguDRBbLYAqGVWhjI5OnjyX_WhSgSBC-8nHmuP4UIti2kMV_Hxitxxh00S9ua4Z_JvZM/' width='16'/></td>

        <td height='24'><a expr:href='&quot;http://www.furl.net/storeIt.jsp?&amp;u=&quot; + data:post.url' rel='nofollow' target='_blank'>Share on furl</a>
        </td>
        </tr>
        <tr>
        <td height='24'><img alt='Feeds RSS' border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKubFNBfEMkCwxY1srHHhsX5v_vU1hyphenhyphenn8s0aHGUclacCbC50Dbu0lAMl6lQ2cVvyGGeXC6dqWAFZp3C1AgrwajGxAjBewbiLRVLRfcfdbFPJPrKtuSwVVXmcK1bx5JPFAgm5zud2IgEXk/' width='16'/></td>

        <td height='24'><a href='http://feeds.feedburner.com/folsolfeed' target='_blank'>Subscribe to Feeds RSS</a>
        </td>
        </tr>
        </table></td>
        </tr>
        </table>
        </b:if>
        Note: Change Feed address with your blog's feed
        • Save Your Template and You're done