Archive | tools

Tags: ,

htaccess tool

Posted on 13 December 2008 by Ryan

This tool allows users to create a custom apache .htaccess file that eliminates a couple of the most common PageRank leaks found on a typical site. Simply enter your domain name and default index page on your site (typically index.html, index.php, or default.htm) and click the submit button. A custom .htaccess file will be generated that you can copy/paste into your site’s root directory.


Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.indexedcontent.com
RewriteRule (.*) http://indexedcontent.com/$1 [R=301,L]
RewriteRule ^index.php$ http://indexedcontent.com/ [R=301]

Comments (0)

Tags: , ,

New Keyword Rankings Tool

Posted on 20 March 2008 by Ryan

We’re beta testing a new keyword rankings tool that pulls data from the Seodigger.com api. It’s basically one api call to seodigger specifying the domain to search for and a variable that limits results. We then wrap it up in some pretty css via jquery. Please check it out and report any bugs to ryanunderdown >at< gmail >dot< com

Comments (2)