Welcome to SEO - SEO News

SEO SEO News welcome authors from various web technologies to contribute articles and news. Articles should related to Search engine optimization, Web development and Webmaster resources only.


Display Your Website Pagerank in Your Homepage for Free
PageRank     PageRank    PageRank
Click Here to Get Free Code to Display PageRank


Find the following best SEO article


 »  Home  »  SEO Tools Information  »  SEO Tools From New Meta Search Engine

SEO Tools From New Meta Search Engine


Zippy is a new meta search engine that queries other major engines and returns results in a format most suited for Webmasters and SEOs.

Tools From Zippy Bring SEO Into Focus
Tools From Zippy Bring SEO Into Focus

Link: Zippy

The site was launched in September by the seasoned SEO Dave Naylor, and provides some valuable tools for site optimization.

Zippy's design is similar to Technorati's new design, with a minimalist white background and lots of bright colors. The site is pretty easy to use, and has a slick feel with the help of some ajax. It took only a few minutes worth of playing around to really get a grasp on the functionality. However, a tutorial or features page, would be nice to help introduce the functionally to a new user.

The basic search functionality for Zippy queries Google, Yahoo!, MSN and Ask and mashes the results together. It then ranks the results among the four.

As you can see from the screenshot there's plenty more going on than just meta search. First, Zippy shows related searches from each search engine to help find other like keyword phrases. Next, it takes all of those results and shows which pages are in multiple search engines (if any) and ranks them down the page. The results in more than one search engine (ie. Google and Yahoo and MSN) will rank higher.

You can find more about each result's domain if you click the little orange arrow next to the term. (You can also access this via the sidebar or the homepage.) This will return a plethora of useful information about the domain like age, IP, sites on IP, Google PageRank, all sorts of backlink data, and Alexa rank.

You can get even more detailed data about any domain if you do a Domain Information search. This is where Zippy really shines as you can find:

- The domain's top 100 ranking keywords (with higher-ranked terms weighted heavier)
- Server info (IP, file size, whether it uses compression)
- Text information (title, meta-description, words found in headings, bold and italics, internal and external links, ratio of external to internal links, and linked external domains)
- The total of 2, 3 and 4 word phrases
- The textual content of the homepage

You can also search the top 10 sites for a keyword. This feature shows an Alexa graph for the top five domains and their traffic, followed the used tags for each domain. This table shows each tag (ie , <h1>, etc.) and the number of words per tag, number of keyword occurrences, and the keyword density. Below that shows the top 10 domains' backlink and search engine index information across the main four search engines plus Alexa and Technorati data.<br/><br/>Another feature is domain comparison. Basically you can pit any two domains against each other and it will show the Alexa information plus backlink and index information, much like the domain search mentioned above.<br/><br/>Zippy is a handy tool for doing quick market research for free. The fact that you don't have to use multiple tools to get the same amount of data helps the speed the process up quite a bit. It's fairly simple to use, but could use a little more information or direction for the new user.<br/><br/>Speaking of SEO tools, Jim Boykin has recently updated WeBuildPages Top Ten Analysis SEO Tool (formally Cool SEO Tool). You can read all the details at jimboykin.com.<br/><br/> <br>For more information visit <b><a href='http://www.seoseonews.com/categories/SEO-Tools-Information/'>SEO Tools Information</a></b> category<br><br> <script> function reloadCaptchaImg(){ window.location.reload(); } function CheckAdvancedSearchForm() { if(document.getElementById("AQuery").value == "") { alert("Please enter your search query."); document.getElementById("AQuery").focus(); return false; } if(document.getElementById("searchArticles").checked == false && document.getElementById("searchComments").checked == false && document.getElementById("searchBlogs").checked == false && document.getElementById("searchPages").checked == false && document.getElementById("searchNews").checked == false) { alert("Please select a search area."); return false; } if(document.getElementById("searchAuthor").checked == false && document.getElementById("searchContentBody").checked == false && document.getElementById("searchTitle").checked == false) { alert("Please select a search field."); return false; } return true; } function swapComment(){ if(document.getElementById("addCommentBox").checked == true){ document.getElementById("commentField").style.display = ""; }else{ document.getElementById("commentField").style.display = "none"; } return true; } function SwitchField(ArticleType) { articleType = ArticleType; switch(ArticleType) { case 0: // Article { document.getElementById("FileRow").style.display = ""; document.getElementById("ArticleURLRow").style.display = "none"; break; } case 1: // Summary Only { document.getElementById("FileRow").style.display = "none"; document.getElementById("ArticleURLRow").style.display = "none"; break; } case 2: // Link { document.getElementById("FileRow").style.display = "none"; document.getElementById("ArticleURLRow").style.display = ""; break; } } } function CheckSubmitArticleForm() { if(document.getElementById("Title").value == "") { alert("Please enter an article title."); document.getElementById("Title").focus(); return false; } if(document.getElementById("Summary").value == "") { alert("Please enter a summary."); document.getElementById("Summary").focus(); return false; } if(document.getElementById("ACategories").selectedIndex == -1) { alert("Please select a category."); document.getElementById("ACategories").focus(); return false; } if(articleType == 0) // Article { if(document.getElementById("File").value == "") { alert("Please choose a file to upload."); document.getElementById("File").focus(); return false; } } else if(articleType == 1) // Summary { } else if(articleType == 2) // Link { if(document.getElementById("ArticleUrl").value == "" || document.getElementById("ArticleUrl").value == "http://") { alert("Please specify the article URL."); document.getElementById("ArticleUrl").focus(); document.getElementById("ArticleUrl").select(); return false; } } return true; } function CheckSubmitArticleForm2() { if(document.getElementById("Title").value == "") { alert("Please enter an article title."); document.getElementById("Title").focus(); return false; } if(document.getElementById("Summary").value == "") { alert("Please enter a summary."); document.getElementById("Summary").focus(); return false; } if(document.getElementById("ACategories").selectedIndex == -1) { alert("Please select a category."); document.getElementById("ACategories").focus(); return false; } if(articleType == 2) // Link { if(document.getElementById("ArticleUrl").value == "" || document.getElementById("ArticleUrl").value == "http://") { alert("Please specify the article URL."); document.getElementById("ArticleUrl").focus(); document.getElementById("ArticleUrl").select(); return false; } } return true; } function CheckLoginForm() { if(document.getElementById("Username").value == "") { alert("Please enter your username."); document.getElementById("Username").focus(); return false; } if(document.getElementById("Password").value == "") { alert("Please enter your password."); document.getElementById("Password").focus(); return false; } return true; } function CheckAuthorForm() { if(document.getElementById("Username").value == "") { alert("Please enter your username."); document.getElementById("Username").focus(); return false; } if(document.getElementById("Password").value == "") { alert("Please enter your password."); document.getElementById("Password").focus(); return false; } if(document.getElementById("Password").value != document.getElementById("PasswordConfirm").value) { alert("Your passwords don't match."); document.getElementById("Password").focus(); document.getElementById("Password").select(); return false; } if(document.getElementById("FirstName").value == "") { alert("Please enter your first name."); document.getElementById("FirstName").focus(); return false; } if(document.getElementById("LastName").value == "") { alert("Please enter your last name."); document.getElementById("LastName").focus(); return false; } if(document.getElementById("Email").value == "") { alert("Please enter your email address."); document.getElementById("Email").focus(); return false; } if(document.getElementById("Email").value.indexOf('.') == -1 || document.getElementById("Email").value.indexOf('@') == -1) { alert('This email address is not valid.'); document.getElementById("Email").focus(); document.getElementById("Email").select(); return false; } if(document.getElementById("Biography").value == "") { alert("Please enter your biography."); document.getElementById("Biography").focus(); return false; } return true; } function emailToFriend(ArticleLink) { var t = (screen.availHeight/2) - (485/2); var l = (screen.availWidth/2) - (605/2); var emailWin = window.open(ArticleLink+"/articleemail", "emailWin", "scrollbars=yes,toolbar=1,statusbar=0,width=605,height=485,top="+t+",left="+l); } function CheckArticleCommentForm() { var sel = false; var ok = false; for(i = 1; i < 6; i++) { eval("sel = document.getElementById('ArticleRating_"+i+"').checked;"); if(sel) ok = true; } if(ok) { return true; } else { alert("Please select a rating for this article."); return false; } } function CheckArticleCommentForm1() { var sel = false; var ok = false; for(i = 1; i < 6; i++) { eval("sel = document.getElementById('ArticleRating_"+i+"').checked;"); if(sel) ok = true; } if(ok) { if(document.getElementById("addCommentBox").checked == 1){ if(document.getElementById("ArticleComment").value == "") { alert("Please enter a comment."); document.getElementById("ArticleComment").focus(); return false; } else { return true; } } } else { alert("Please select a rating for this article."); return false; } } function CheckArticleCommentForm2() { var sel = false; var ok = false; if(document.getElementById("ArticleComment").value == "") { alert("Please enter a comment."); document.getElementById("ArticleComment").focus(); return false; } else { return true; } } function CheckEmailForm(frm) { if(frm.YourName.value == "") { alert("Please enter your name."); frm.YourName.focus(); return false; } if(frm.YourEmail.value == "") { alert("Please enter your email address."); frm.YourEmail.focus(); return false; } if(frm.YourEmail.value.indexOf(".") == -1 || frm.YourEmail.value.indexOf("@") == -1) { alert("Your email address is invalid."); frm.YourEmail.focus(); return false; } if(frm.FriendsName.value == "") { alert("Please enter your friend\'s name."); frm.FriendsName.focus(); return false; } if(frm.FriendsEmail.value == "") { alert("Please enter your friend\'s email address."); frm.FriendsEmail.focus(); return false; } if(frm.FriendsEmail.value.indexOf(".") == -1 || frm.FriendsEmail.value.indexOf("@") == -1) { alert("Your friend\'s email address is invalid."); frm.FriendsEmail.focus(); return false; } frm.Message.disabled = false; return true; } </script> <tr> <form onSubmit="return CheckArticleCommentForm()" action="http://www.seoseonews.com/articles/submitcomment" method="post"> <input type="hidden" name="BackToArticle" value=1> <input type="hidden" name="ContentId" id="ContentId" value="365"> <input type="hidden" name="Page" id="Page" value="1"> <td align="middle"><a name="FeedbackPanel"></a> <table id="ViewArticlePanel_ArticleFeedbackPanel" class="ArticleFeedbackPanel"><tr><td> <div class="Heading">How would you rate the quality of this article?</div> <div class="Content"> <table id="ViewArticlePanel_ArticleRating" border="0"> <tr> <td></td> <td align=center>1</td> <td align=center>2</td> <td align=center>3</td> <td align=center>4</td> <td align=center>5</td> <td></td> </tr> <tr> <td>Poor</td> <td align=center><input id="ArticleRating_1" type="radio" name="ArticleRating" value="1"/></td> <td align=center><input id="ArticleRating_2" type="radio" name="ArticleRating" value="2"/></td> <td align=center><input id="ArticleRating_3" type="radio" name="ArticleRating" value="3" checked/></td> <td align=center><input id="ArticleRating_4" type="radio" name="ArticleRating" value="4"/></td> <td align=center><input id="ArticleRating_5" type="radio" name="ArticleRating" value="5"/></td> <td>Excellent</td> </tr> </table> </div> </div> </td></tr><tr><td ><div class="Heading">Verification:</div> Enter the security code shown below:<br> <img src='http://www.seoseonews.com/articles/__captcha/img/' alt='img'><a onclick="javascript: reloadCaptchaImg();" href="#">Regenerate Image</a><br /> <input type="text" name="captcha" id="captcha" value=""> <br /><br /> <input type="submit" class="Button" id=FeedbackSubmitButton Value="Submit"> </td></tr></table> </td> </form> </tr> </div> </div> <div class="Panel ArticleRelatedArticlesPanel" id="Table2"> <div class="HorizontalRule"></div> <div class="Heading">Related Articles</div> <ul> <li> <a href='http://www.seoseonews.com/articles/7939/1/SEO-Tools-Youll-Need-to-Get-to-the-Top/SEO-Tools-Youll-Need-to-Get-to-the-Top.html' target='_blank'> SEO Tools You'll Need to Get to the Top </a> </li> <li> <a href='http://www.seoseonews.com/articles/7938/1/SEO-tools-are-the-best-way-to-increase-your-page-rank/SEO-tools-are-the-best-way-to-increase-your-page-rank.html' target='_blank'> SEO tools are the best way to increase your page rank. </a> </li> <li> <a href='http://www.seoseonews.com/articles/7360/1/SEO-and-Meta-Tags-Tool/SEO-and-Meta-Tags-Tool.html' target='_blank'> SEO and Meta Tags Tool </a> </li> <li> <a href='http://www.seoseonews.com/articles/7354/1/What-is-a-keyword-tool/What-is-a-keyword-tool.html' target='_blank'> What is a keyword tool? </a> </li> <li> <a href='http://www.seoseonews.com/articles/6978/1/Automated-SEO-Tools--Why-Arent-You-Using-One/Automated-SEO-Tools--Why-Arent-You-Using-One.html' target='_blank'> Automated SEO Tools- Why Aren't You Using One? </a> </li> </ul> <br><br> <!-- End ViewArticlePanel --> <!-- Start SubmitArticlePanel --> <!-- End SubmitArticlePanel --> <!-- Start SubmitCommentPanel --> <!-- End SubmitCommentPanel --> <!-- Start AddPagePanel --> <!-- End AddPagePanel --> <!-- Start SubmitArticleRegularPanel --> <!-- End SubmitArticleRegularPanel --> <!-- Start AdvancedSearchPanel --> <!-- End AdvancedSearchPanel --> <!-- Start ArticleAuthPanel --> <!-- End ArticleAuthPanel --> <!-- Start SearchResultsPanel --> <!-- End SearchResultsPanel --> <!-- Start ArticleFavouritesPanel --> <!-- End ArticleFavouritesPanel --> <!-- Start ViewArticlesPanel --> <!-- End ViewArticlesPanel --> </div> </div> </div> <!--footer starts here--> <div id="footer"><br> <p> © 2006 <strong>SEO SEO News.</strong> | Design by: <a href="http://www.sgdnetworks.com/" title="web development, web designing">Web Development</a> | <a href="http://www.seoseonews.com/seo-directory/" title="seo directory, seo resources directory">SEO Directory</a> | <a href="http://www.sgdnetworks.com/web-hosting/web-hosting.html" title="web hosting, web hosting india"><b>Web Hosting</b></a>        <a href="/" title="SEO">SEO</a> |  <a href="http://www.seoseonews.com/sitemap.xml">Site Map</a> |  <a href="http://www.seoseonews.com/pages/Syndicate" title="SEO Feeds">RSS Feed</a> </p> </div> <!-- wrap ends here --> </div> </body> </html>