<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indexed Content &#187; tools</title>
	<atom:link href="http://indexedcontent.com/category/seo/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://indexedcontent.com</link>
	<description>SEO Services &#38; Link Building</description>
	<lastBuildDate>Tue, 17 Nov 2009 22:37:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>htaccess tool</title>
		<link>http://indexedcontent.com/seo/tools/htaccess-tool/</link>
		<comments>http://indexedcontent.com/seo/tools/htaccess-tool/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 02:13:26 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod rewrite]]></category>

		<guid isPermaLink="false">http://indexedcontent.com/?p=411</guid>
		<description><![CDATA[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 and click the submit button.]]></description>
			<content:encoded><![CDATA[<div style="padding:1px;">
<p>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&#8217;s root directory.</p>
<form method="POST" action="">
<table width="400" cellpadding="2" callspacing="2">
<tr>
<td><label for="domain" style="width: 4em;float: right;text-align: right;margin-right: 0.5em;display: block;">Domain</label></td>
<td>
<input type="text"  id="domain" name="domain" /></td>
</tr>
<tr>
<td><label for="defind" style="width: 4em;float: right;text-align: right;margin-right: 0.5em;display: block;">Index</label></td>
<td>
<input type="text" id="defind" name="defind" /></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" style="margin-left: 16.8em;" value="submit" name="submit" id="submit" /></td>
</tr>
</table>
</form>
</div>
<pre class="brush: php;">
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]</pre>
<img src="http://indexedcontent.com/?ak_action=api_record_view&id=411&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://indexedcontent.com/seo/tools/htaccess-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Keyword Rankings Tool</title>
		<link>http://indexedcontent.com/featured/new-keyword-rankings-tool/</link>
		<comments>http://indexedcontent.com/featured/new-keyword-rankings-tool/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 07:48:57 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[keyword rankings]]></category>
		<category><![CDATA[seodigger]]></category>

		<guid isPermaLink="false">http://indexedcontent.com/seo/new-keyword-rankings-tool/</guid>
		<description><![CDATA[Please help us test our new keyword rankings tool that pulls data from the Seodigger.com api.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re beta testing a new <a href="http://indexedcontent.com/tools/keyword-rankings-tool/">keyword rankings tool</a> that pulls data from the <a class="external" href="http://seodigger.com">Seodigger.com</a> api.  It&#8217;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 <a class="external" href="http://jquery.com/">jquery</a>.  Please check it out and report any bugs to ryanunderdown &gt;at&lt; gmail &gt;dot&lt; com</p>
<img src="http://indexedcontent.com/?ak_action=api_record_view&id=38&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://indexedcontent.com/featured/new-keyword-rankings-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
