All Of About Blogging

Top 10 Google Donts?

Posted by ruLee | Thursday, November 27, 2008 | , | 0 comments »

Top 10 Google Dont's - Things You Should Never Do for Search Engine Optimization
Don't like being found in Google? Here are some sure fired ways to lower your ranking and get the worst search engine results. These are the worst of the worst dirty tricks, and they can lower your Google ranking or just get you banned.

Getting page views at any cost is not a good tactic. It never works in the long run, even if it may work for a short while. Beware of any company that recommends you employ any of these techniques.
1. Cloaking
Designing your Web site so that search engines see one thing and visitors see another is called cloaking. This can be done with sneaky redirects or with programming, and it's strictly verboten.

Nobody likes to be tricked this way. If they're looking for a Web site on knitting, they'll be very ticked to end up on a Web site about horses.

Cloaking your Web site is a sure-fire way to get banned from Google.

Learn more about cloaking from the About Guide to Web Design.

2. Duplicate Content
Spam sites sometimes try to collect page views by duplicating the same content on multiple pages.

Don't copy and paste large amounts of text from your own pages, and certainly don't violate copyright by copying content from elsewhere. Google has been known to ban sites that duplicate too much content.

This can occasionally cause problems, because some spamming Web site might be duplicating your content. If you find someone violating your copyright this way, you can let Google know.

3. Have a Robot Write Your Web Site
Just as it's a bad idea to duplicate content, it's a worse idea to get a machine to write your content for you. There are programs out there that duplicate the same content but make a few changes here and there. If Google catches you, and they're pretty good at catching this, you can kiss your page views goodbye.

Write your own content. That's as simple as it gets. Don't buy "instant AdSense" Web sites. If this really made lots of passive money, they wouldn't be selling them.

4. Add Keywords that Don't Relate to Your Content
Meta keywords aren't that important to Google anymore. However, when you list keywords, do list keywords that directly relate to your site, and don't repeat the same keyword multiple times. Spamming keywords by listing every word in the dictionary is a great way to have your ranking lowered in Google.

Likewise, don't use the trademarked names of products made by your competitors as keywords. At best it's a bad user experience, at worse it can get you sued by those competitors.


5. Link to Bad Neighborhoods
Google calls spamming sites bad neighborhoods, and linking to them is a great way to lower your PageRank.

Linking ordinarily would make you a good neighbor and a good citizen of the Internet. However, just because someone links to you does not obligate you to link back to them. Check out the Web site first, and make sure it is not a bad neighborhood.

How do you know it's a bad neighborhood? Check their PageRank and scan the Web site for any of the violations you see here.


6. Hide Text
Don't try to hide keywords by making the background color the same as the font color. This is called keyword stuffing or fontmatching. Google and other search engines are increasingly sophisticated at catching this, and they'll likely remove any offending Web sites from their search engine index.

Likewise, watch how small you make the text. In a variation of keyword stuffing, some people try to put teeny tiny text at the bottom of a page. It doesn't work.

7. Title Stacking
Don't try to add extra tags for more keywords. This cousin of keyword stuffing is called title stacking, and it won't win you any friends at Google. <br /> <br />One title per page, please, although you may separate that title with a dash to hit a few more keywords that do relate to your content, such as "Pie Crust Recipe - Homemade Pastry Dough." <br /> <br />8. Distribute Viruses, Trojans, or Other Badware <br />If your site is distributing a virus, trojan, or other badware, Google's going to remove you from their index for the public good. This should be a no-brainer. <br /> <br />Double check any software you agree to distribute to make sure it isn't harmful, and make sure your server is secure, so that hackers don't decide to hijack your Web site and distribute malicious software for you. <br /> <br />Learn more about viruses from PCWorld. <br /> <br />9. Doorway Pages <br />Doorway pages or Gateway pages are pages that are optimized for one key term but are really designed to be gateways to lead you to different content. For instance the "blueberry," "strawberry," and "orange" gateways might all be designed to get you to go to "fruit punch." <br /> <br />Doorway pages usually have very little in the way of original content and often cloak or redirect users to the intended Web site. Be aware of affiliate programs, because some of these may look like doorway pages to Google. <br /> <br />10. Automated Inquiries <br />Google doesn't appreciate robots writing your content, and they're even less appreciative of robots checking your ranking. Automated Google queries and automated link submission are both against Google's terms of service, and both of them can get your site banned. They tie up computing resources for everyone. <br /> <br />In Conclusion <br /> <br />Don't be a jerk. Optimize your Web site for Google by designing a clear, well organized site. Don't try to trick people or take the lazy way out of making good content. <br /></span></p> <div class='similiar'> <div class='widget-content'> <h3>Related Posts by Categories</h3> <div id='data2007'></div><br/><br/> <script type='text/javascript'> var homeUrl3 = "https://allofaboutblog.blogspot.com/"; 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 < maxPosts; i++) { var entry = json.feed.entry[i]; var alturl; for (var k = 0; k < entry.link.length; 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 < json.feed.link.length; 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; k++) label = label.replace("%20", " "); 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; textLabel = "SEO"; var test = 0; for (var i = 0; i < labelArray.length; i++) if (labelArray[i] == textLabel) test = 1; if (test == 0) { labelArray.push(textLabel); var maxLabels = (labelArray.length <= maxNumberOfLabels) ? labelArray.length : maxNumberOfLabels; if (numLabel < maxLabels) { search10(homeUrl3, textLabel); numLabel++; } } textLabel = "Tips and Trick"; var test = 0; for (var i = 0; i < labelArray.length; i++) if (labelArray[i] == textLabel) test = 1; if (test == 0) { labelArray.push(textLabel); var maxLabels = (labelArray.length <= maxNumberOfLabels) ? labelArray.length : maxNumberOfLabels; if (numLabel < maxLabels) { search10(homeUrl3, textLabel); numLabel++; } } </script> </div> </div> <div style='clear: both;'></div> </div> <p class='post-footer-line post-footer-line-3'></p> </div> <div class='comments' id='comments'> <a name='comments'></a> <h3> 0 comments </h3> <ol class='commentlist'> </ol> <p class='comment-footer'> <a href='https://allofaboutblog.blogspot.com/2008/11/top-10-google-donts.html#comment-form' onclick=''>Post a Comment</a> </p> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://allofaboutblog.blogspot.com/2008/11/95-seo-tips-and-tricks-for-powerful.html' id='Blog1_blog-pager-newer-link' title='Newer Post'>Newer Post</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://allofaboutblog.blogspot.com/2008/11/what-is-seo-search-engine-optimization.html' id='Blog1_blog-pager-older-link' title='Older Post'>Older Post</a> </span> <a class='home-link' href='https://allofaboutblog.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='post-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://allofaboutblog.blogspot.com/feeds/3776437807160457317/comments/default' target='_blank' type='application/atom+xml'>Post Comments (Atom)</a> </div> </div> </div></div> </div> <!-- (Sidebar) --> <div id='sidebar-right'> <div class='sidebar section' id='sidebar1'><div class='widget HTML' data-version='1' id='HTML14'> <div class='widget-content'> <marquee scrollamount="2">Wellcome into my blog, and don't forget write dont your comment here. Best Regard, - ruLee -</marquee> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <div class='widget-content'> <form id="cse-search-box" action="http://www.google.com/cse" target="_blank"> <div> <input value="partner-pub-8457886596294205:dex7ud-h654" name="cx" type="hidden"/> <input value="ISO-8859-1" name="ie" type="hidden"/> <input name="q" size="46" type="text"/> <input value="Search" name="sa" type="submit"/> </div> </form> <script src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML5'> <div class='widget-content'> <img align='absmiddle' border='0' src='http://www.feedburner.com/fb/images/pub/feed-icon16x16.png'/> <a href='http://feeds.feedburner.com/AllOfAboutBlogging' target='_blank'>RSS Feed</a> <img align='absmiddle' border='0' src='http://i254.photobucket.com/albums/hh92/eblogtemplates/adstheme/mailfeed-icon16x16.png' style='padding:0px 0px 0px 10px;'/> <a href='http://www.feedburner.com/fb/a/emailverifySubmit?feedId=AllOfAboutBlogging&loc=en_US' target='_blank'>Email Subscription</a> <a href='http://technorati.com/faves?sub=addfavbtn&add=https://allofaboutblog.blogspot.com/' target='_blank'><img align='absmiddle' alt='Add to Technorati Favorites' src='http://static.technorati.com/pix/fave/tech-fav-1.png' style='padding:0px 0px 0px 10px;'/></a><br/> </div> </div><div class='widget HTML' data-version='1' id='HTML26'> <div class='widget-content'> <embed id="pingboxhv7hfq4qdy000" allowscriptaccess="always" width="380" src="http://wgweb.msg.yahoo.com/badge/Pingbox.swf" height="320" flashvars="wid=o6qHnPmpVm4HmAJIn22fEmXE12U-" type="application/x-shockwave-flash"/></embed> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML6'> <div class='widget-content'> <a href='http://www.widgetbucks.com/home.page?referrer=10252004'><img border='0px' src='http://i254.photobucket.com/albums/hh92/eblogtemplates/adstheme/banner-widgetbucks.gif'/></a> <a href='http://www.linkworth.com/?a=10230'><img border='0px' src='http://i254.photobucket.com/albums/hh92/eblogtemplates/adstheme/banner-linkworth2.gif'/></a> <a href='http://www.text-link-ads.com/?ref=2164'><img border='0px' src='http://i254.photobucket.com/albums/hh92/eblogtemplates/ads/text_link_ads_F_125x125.gif'/></a> </div> </div><div class='widget HTML' data-version='1' id='HTML24'> <h2 class='title'>Kumpul Blogger</h2> <div class='widget-content'> <script src="http://kumpulblogger.com/scahor.php?b=32980&onlytitle=1" type="text/javascript"></script> </div> <div class='clear'></div> </div> <div class='widget Feed' data-version='1' id='Feed2'> <div class='widget-content'> <h2>Recent Posts</h2> <ul id='Feed2_feedItemListDisplay'> </ul> </div> </div><div class='widget Feed' data-version='1' id='Feed1'> <h2>Recent Comments</h2> <div class='widget-content'> <ul class='comments' id='Feed1_feedItemListDisplay'> </ul> </div> </div><div class='widget HTML' data-version='1' id='HTML11'> <div class='widget-content'> <!-- Histats.com START --> <a href="http://www.histats.com" target="_blank" title="frontpage hit counter"><script language="javascript" type="text/javascript"> var s_sid = 515168;var st_dominio = 4; var cimg = 408;var cwi =270;var che =55; </script></a> <script language="javascript" src="http://s10.histats.com/js9.js" type="text/javascript"></script> <noscript> <div align="center"><a href="http://www.histats.com" target="_blank"> <img border="0" alt="frontpage hit counter" src="http://s4.histats.com/stats/0.gif?515168&1"/> </a> </div> </noscript> <!-- Histats.com END --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML15'> <div class='widget-content'> <a href="http://www.blogtopsites.com/internet/"><img style="border:none" alt="Internet Blogs - Blog Top Sites" src="http://www.blogtopsites.com/v_5304.gif"/></a> <!-- Begin BlogToplist tracker code --> <a href="http://www.blogtoplist.com/internet/" title="Internet"> <img border="0" alt="Internet" src="http://www.blogtoplist.com/tracker.php?u=27467"/></a> <noscript><a href="http://www.thewebcat.org/web-services/">Web Services</a></noscript> <!-- End BlogToplist tracker code --> <!-- TopBlogArea.com START --><a href="http://www.topblogarea.com/internet/" title="Internet blogs"><img border="0" alt="Top Internet blogs" src="http://www.topblogarea.com/tracker.php?do=in&id=57348"/></a><!-- TopBlogArea.com END --> <!-- Begin BlogToplist voting code --> <a href="http://www.blogtoplist.com/vote.php?u=27467" target="_blank"> <img border="0" alt="Top Blogs" src="http://www.blogtoplist.com/images/votebutton.gif"/></a> <!-- End BlogToplist voting code --> <a href="http://www.bloglines.com/sub/http://feeds.feedburner.com/AllOfAboutBlogging"> <img border="0" alt="Subscribe with Bloglines" src="http://static.bloglines.com/images/sub_modern10.gif"/> </a> <!-- Site Meter --> <a href="http://s40.sitemeter.com/stats.asp?site=s40rulee" target="_top"> <img border="0" alt="Site Meter" src="http://s40.sitemeter.com/meter.asp?site=s40rulee"/></a> <!-- Copyright (c)2006 Site Meter --> <div id="statcounter_image" style="display:inline;"><a class="statcounter" href="http://www.statcounter.com/free_web_stats.html" title="website statistics"><img alt="website statistics" style="border:none;" src="http://c.statcounter.com/4252260/0/77e8a4d9/0/"/></a></div> <!-- Top100 Bloggers - Top Blog Directory - Blog Top list --> <a href="http://www.top100bloggers.com/index.php?do=votes&id=7780"><img border="0" alt="Top100 Bloggers - Top Blog Directory - Blog Top list" src="http://www.top100bloggers.com/tracker.php?do=in&id=7780"/></a><br/> <!-- /Top100 Bloggers - Top Blog Directory - Blog Top list --> <a href="http://blog-indonesia.com"><img border="0" alt="blog-indonesia.com" src="http://blog-indonesia.com/image/badge_3dred.gif"/></a> <a href="http://www.blogcatalog.com/in/4508996" title="Bloggers & Blogging Blogs - Blog Catalog Blog Directory"><img alt="My BlogCatalog BlogRank" src="http://www.blogcatalog.com/rank/4508996.gif"/></a> </div> <div class='clear'></div> </div></div> <div id='lsidebar'> <div class='sidebar-left section' id='sidebar-left'><div class='widget HTML' data-version='1' id='HTML1'> <div class='widget-content'> <script src="http://www.clocklink.com/embed.js"></script><script language="JavaScript" type="text/javascript">obj=new Object;obj.clockfile="5005-blue.swf";obj.TimeZone="ICT";obj.width=180;obj.height=60;obj.wmode="transparent";showClock(obj);</script> </div> <div class='clear'></div> </div><div class='widget Subscribe' data-version='1' id='Subscribe1'> <div style='white-space:nowrap'> <h2 class='title'>Subscribe To</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe1POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fallofaboutblog.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fallofaboutblog.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://allofaboutblog.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-PER_POST'> <div class='subscribe expanded subscribe-type-PER_POST' id='SW_READER_LIST_Subscribe1PER_POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Comments </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=https%3A%2F%2Fallofaboutblog.blogspot.com%2Ffeeds%2F3776437807160457317%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=https%3A%2F%2Fallofaboutblog.blogspot.com%2Ffeeds%2F3776437807160457317%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='https://allofaboutblog.blogspot.com/feeds/3776437807160457317/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1PER_POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1PER_POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Comments </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Archives</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul> <li class='archivedate'> <a href='https://allofaboutblog.blogspot.com/2009/'>2009</a> (2) </li> <li class='archivedate'> <a href='https://allofaboutblog.blogspot.com/2008/'>2008</a> (22) </li> </ul> </div> </div> </div> </div><div class='widget Label' data-version='1' id='Label1'> <h2>Categories</h2> <div class='widget-content'> <ul> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Blog%20News'>Blog News</a> (8) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Blog%20Tools'>Blog Tools</a> (2) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Christmas'>Christmas</a> (3) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Design'>Design</a> (4) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Money%20Blog'>Money Blog</a> (5) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Others'>Others</a> (2) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/SEO'>SEO</a> (4) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/Tips%20and%20Trick'>Tips and Trick</a> (8) </li> <li> <a href='https://allofaboutblog.blogspot.com/search/label/WEB'>WEB</a> (1) </li> </ul> </div> </div><div class='widget HTML' data-version='1' id='HTML23'> <h2 class='title'>Live Traffic</h2> <div class='widget-content'> <script src="http://feedjit.com/serve/?bc=FBFBFA&tc=666666&brd1=EEECEC&lnk=208704&hc=0D58D1&ww=180" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML10'> <h2 class='title'>Blogroll</h2> <div class='widget-content'> <script language="javascript" src="http://rpc.bloglines.com/blogroll?id=rulee&folder=Blogroll&target=http://www.allofaboutblog.blogspot.com/" type="text/javascript"></script> </div> <div class='clear'></div> </div> <div class='widget HTML' data-version='1' id='HTML16'> <h2 class='title'>Tag Cloud</h2> <div class='widget-content'> <!--tag cloud by makecloud.com--><script charset="ISO 8859-1" src="http://www.makecloud.com/cloud2.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FAllOfAboutBlogging" type="text/javascript"></script><span style="font-size: .7em"><a class="makecloud_link" href="http://www.makecloud.com" title="Make a tag cloud for your blog or website from any RSS feed">tag cloud</a></span><!--end of tag cloud--> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML20'> <div class='widget-content'> <script src="http://pub.mybloglog.com/comm3.php?mblID=2008111922412025&r=widget&is=small&o=l&ro=4&cs=black&ww=180&wc=multiple&l=n"></script> <script src="http://track.mybloglog.com/js/jsserv.php?mblID=2008111922412025" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML17'> <div class='widget-content'> <script src="http://www.blogcatalog.com/w/recent.php?id=4508996&width=180&rows=5&bgcolor=EEEEEE&bcolor=444444&lcolor=333333&hcolor=FFFFFF&htext=Recent%20Viewers&name=1&img=s" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/3122553639686427285?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMzMzMzMzMqByNCQ0JFQjAyByNmZmZmZmY6ByMwMDAwMDBCByMzMzMzMzNKByMwMDAwMDBSByMzMzMzMzNaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://allofaboutblog.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/3122553639686427285?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByMwMDAwMDAiByMzMzMzMzMqByNCQ0JFQjAyByNmZmZmZmY6ByMwMDAwMDBCByMzMzMzMzNKByMwMDAwMDBSByMzMzMzMzNaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3den\x26origin\x3dhttps://allofaboutblog.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML21'> <div class='widget-content'> <script src="http://shots.snap.com/ss/a169c4cbac144c25697e441231d36d0e/snap_shots.js" type="text/javascript"></script> <a class="snap_shots" href="http://www.snap.com/snapshots.php?source=www.snap.com&campaign=shot_badge!!shotsbadge3-160x40.gif"><img border="0" width="160" alt="Get Free Shots from Snap.com" src="http://i.snap.com/images/shotsbadge3-160x40.gif" height="40"/></a> </div> <div class='clear'></div> </div></div> </div> <div id='rsidebar'> <div class='rsidebar123 section' id='sidebar123'><div class='widget HTML' data-version='1' id='HTML12'> <h2 class='title'>Visitor</h2> <div class='widget-content'> <!--************CODE GEOCOUNTER************--> <script src="http://geoloc8.geovisite.com:82/private/geocounter.js?compte=803573250073" type="text/javascript"></script> <noscript> <a href="http://www.geovisite.com/zoom.php?compte=803573250073" target="_blank"><img border="0" alt="weblogs" src="http://geoloc8.geovisite.com:82/private/geocounter.php?compte=803573250073"/></a><br/> <a href="http://www.geovisite.com/en/directory/news_weblogs.php">weblogs</a> </noscript> <!--************END CODE GEOCOUNTER************--> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML22'> <h2 class='title'>Shout Out</h2> <div class='widget-content'> <!-- Begin ShoutMix - http://www.shoutmix.com --> <iframe scrolling="auto" width="180" frameborder="0" src="http://www5.shoutmix.com/?rulee08" height="400" title="rulee08"> <a href="http://www5.shoutmix.com/?rulee08">View shoutbox</a> </iframe> <!-- End ShoutMix --> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML25'> <h2 class='title'>Kumpul Blog</h2> <div class='widget-content'> <script src="http://kumpulblogger.com/dam.php?b=32980" type="text/javascript"> </script> </div> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense2'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client="pub-8457886596294205"; google_ad_host="pub-1556223355139109"; google_ad_host_channel="00000"; google_ad_width=160; google_ad_height=600; google_ad_format="160x600_as"; google_ad_type="text_image"; google_color_border="4D4B49"; google_color_bg="FFFFFF"; google_color_link="0000CC"; google_color_url="008000"; google_color_text="6D6D6D"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML19'> <h2 class='title'>Amazon</h2> <div class='widget-content'> <iframe border="0" frameborder="0" marginheight="0" marginwidth="0" height="150" src="http://rcm.amazon.com/e/cm?t=ruleeblog-20&o=1&p=9&l=ez&f=ifr&f=ifr" scrolling="no" style="border:none;" width="180"></iframe> <iframe scrolling="no" style="width:120px;height:240px;" frameborder="0" src="http://rcm.amazon.com/e/cm?t=ruleeblog-20&o=1&p=8&l=as1&asins=B000P9ZBFA&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" marginheight="0" marginwidth="0"></iframe> <iframe scrolling="no" style="width:120px;height:240px;" frameborder="0" src="http://rcm.amazon.com/e/cm?t=ruleeblog-20&o=1&p=8&l=as1&asins=B000XUOIQY&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" marginheight="0" marginwidth="0"></iframe> </div> <div class='clear'></div> </div></div> </div> </div><!-- end sidebar wrapper --> <div style='clear: both;'></div> </div><!-- end contentwrapper --> <div class='clear'></div> <div id='footer'> <div class='footer1 section' id='footer1'><div class='widget HTML' data-version='1' id='HTML7'> <div class='widget-content'> <p><script type="text/javascript"><!-- google_ad_client = "pub-8457886596294205"; google_ad_host = "pub-1556223355139109"; google_ad_host_channel="00000"; /* 728x90, created 11/23/08 */ google_ad_slot = "9384833319"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script></p> </div> </div></div> <!-- Please don't remove or modify the credits below. We worked many hours to make this beautiful template available free for you. All we ask is to keep the links below intact --> <div class='left'><p> @2008 <a href='http://www.allofaboutblog.blogspot.com/'>Best Blogging</a> | Sponsored by <a href='http://www.rapid-info.blogspot.com/'>Rapid Info</a></p> </div> <div class='right'> <p><a href='#header'>Jump to TOP</a></p> </div> <div style='clear: both'></div> </div> </div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/552934507-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4B0wER0kJMd0TRDhlezdrh6KPzvA:1758463606660';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d3122553639686427285','//allofaboutblog.blogspot.com/2008/11/top-10-google-donts.html','3122553639686427285'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '3122553639686427285', 'title': 'All Of About Blog', 'url': 'https://allofaboutblog.blogspot.com/2008/11/top-10-google-donts.html', 'canonicalUrl': 'http://allofaboutblog.blogspot.com/2008/11/top-10-google-donts.html', 'homepageUrl': 'https://allofaboutblog.blogspot.com/', 'searchUrl': 'https://allofaboutblog.blogspot.com/search', 'canonicalHomepageUrl': 'http://allofaboutblog.blogspot.com/', 'blogspotFaviconUrl': 'https://allofaboutblog.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22All Of About Blog - Atom\x22 href\x3d\x22https://allofaboutblog.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22All Of About Blog - RSS\x22 href\x3d\x22https://allofaboutblog.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22All Of About Blog - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/3122553639686427285/posts/default\x22 /\x3e\n\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22All Of About Blog - Atom\x22 href\x3d\x22https://allofaboutblog.blogspot.com/feeds/3776437807160457317/comments/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-8457886596294205', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/bfbc640b7e303482', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'item', 'postId': '3776437807160457317', 'pageName': 'Top 10 Google Donts?', 'pageTitle': 'All Of About Blog: Top 10 Google Donts?'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Top 10 Google Donts?', 'description': 'Top 10 Google Dont\x27s - Things You Should Never Do for Search Engine Optimization \r Don\x27t like being found in Google? Here are some sure fire...', 'url': 'https://allofaboutblog.blogspot.com/2008/11/top-10-google-donts.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': false, 'isPost': true, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'postId': 3776437807160457317}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML8', 'header', document.getElementById('HTML8'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'header-tabs', document.getElementById('LinkList2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'header-tabs', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML18', 'main', document.getElementById('HTML18'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML9', 'main', document.getElementById('HTML9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'main', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1879773127-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML14', 'sidebar1', document.getElementById('HTML14'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'sidebar1', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML26', 'sidebar1', document.getElementById('HTML26'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar1', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML24', 'sidebar1', document.getElementById('HTML24'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed2', 'sidebar1', document.getElementById('Feed2'), {'title': 'Recent Posts', 'showItemDate': true, 'showItemAuthor': false, 'feedUrl': 'http://feeds.feedburner.com/~r/AllOfAboutBlogging/~6/1', 'numItemsShow': 5, 'loadingMsg': 'Loading...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FeedView', new _WidgetInfo('Feed1', 'sidebar1', document.getElementById('Feed1'), {'title': 'Recent Comments', 'showItemDate': false, 'showItemAuthor': true, 'feedUrl': 'http://allofaboutblog.blogspot.com/feeds/comments/default', 'numItemsShow': 5, 'loadingMsg': 'Loading...', 'openLinksInNewWindow': false, 'useFeedWidgetServ': 'true'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML11', 'sidebar1', document.getElementById('HTML11'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML15', 'sidebar1', document.getElementById('HTML15'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar-left', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe1', 'sidebar-left', document.getElementById('Subscribe1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-left', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar-left', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML23', 'sidebar-left', document.getElementById('HTML23'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML10', 'sidebar-left', document.getElementById('HTML10'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML16', 'sidebar-left', document.getElementById('HTML16'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML20', 'sidebar-left', document.getElementById('HTML20'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML17', 'sidebar-left', document.getElementById('HTML17'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'sidebar-left', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML21', 'sidebar-left', document.getElementById('HTML21'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML12', 'sidebar123', document.getElementById('HTML12'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML22', 'sidebar123', document.getElementById('HTML22'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML25', 'sidebar123', document.getElementById('HTML25'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense2', 'sidebar123', document.getElementById('AdSense2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML19', 'sidebar123', document.getElementById('HTML19'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'footer1', document.getElementById('HTML7'), {}, 'displayModeFull')); </script> </body> </html>