SEO Company came out with a RSS feed for the SEO Tools Directory about a month ago. I spend the last few weeks testing it it on 3 different site and fine tuning the code.
Of course the db to xml RSS feed was simple. It was the XML to XHTML that the time had to be spend on. The presentation for the SEO Tools has been put in CSS so all the editing is done there. The XML to XHTML file xml2xhtml.php is encrypted.
There SEO Tools Directory has 125 tools in 23 categories. SEO Company is offering a feed of these tools where site can place them on your site for added value to your visitors. The XML to XHTML file is set up so that you can show all categories or just one specify category.
The full feed is add to your site page with a simple PHP include.
< ?include ’seo-tools-xml2xhtml.php?’;?>
If you want to remove the New SEO Tools category and just show one category you add the following code to your new file.
<?php
$_GET[”cat”]=2;
$_GET[”hidenew”]=1;
include ’seo-tools-xml2xhtml.php’;
?>
The following are the current SEO Tool categories.
- 2 Alexa Tools
- 3 Combined Keyword Suggestion Tools
- 4 Combo Search Engine Ranking Tools
- 5 Compare Search Engine Ranking Tools
- 6 Domain Tools
- 7 Google Ranking Tools
- 8 Keyword Suggestion Tools
- 9 Keyword Tools
- 10 Exchange Link SEO Tools
- 11 Link Popularity Tools
- 12 Misc Tools
- 13 MSN Ranking Tools
- 14 Web Site Optimization Tools
- 15 Robots.txt Tools
- 16 Related Page Rank Tools
- 17 Page Rank Tools
- 18 Toolbars
- 19 Yahoo Ranking Tools
- 20 Search Engine Position Tools
- 21 Pay Per Click Tools
- 22 Text Link Ad Value Tools
- 23 Google Sitemap Tools
- 24 Backlink Tools
Michael Hargove of Web Submission Services Inc. jumped at the chance to add the SEO Tool directory to his site. He placed them all on his SEO Tools Set page and created another 22 pages and placed one category of the tools on each page.
Here is a sample page on the Web Submission Services site for the Alexa Ranking tools.
You can download the Tools-RSS-HowTo.txt, test-file.php, test-file2.php, seo-tools.css, and seo-tools-xml2xhtml.php here seo-tools.zip. The seo-tools-xml2xhtml.php is encrypted and copywrited by Solutions with Service the owner of the SEO Company Website and content.