<?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>Website tutorials and tools &#187; Tools</title>
	<atom:link href="http://www.jackborn.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackborn.com</link>
	<description>Jack Born&#039;s website for website marketing tutorials and tools</description>
	<lastBuildDate>Fri, 27 Feb 2009 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Search Engine Optimization Tweak in 30 Seconds</title>
		<link>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/</link>
		<comments>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 13:30:50 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/</guid>
		<description><![CDATA[Looking at my blog today, I realized that yesterday&#8217;s post about my Canonical Url Tool has a pretty lame headline and the only folks that will find it via Google will be uber nerds, like me, that know what a canonical url is already. So, this short post is to put it in proper perspective, [...]]]></description>
			<content:encoded><![CDATA[<p>Looking at my blog today, I realized that yesterday&#8217;s post about my <a href="http://www.jackborn.com/tools/canonical-url-tool/">Canonical Url Tool</a> has a pretty lame headline and the only folks that will find it via Google will be uber nerds, like me, that know what a canonical url is already.</p>
<p>So, this short post is to put it in proper perspective, slap a more effective headline on the topic,  and hopefully generate additional interest.</p>
<h3>The Problem</h3>
<p>Like any good blogger/webmaster you&#8217;ve been building up your backlinks. You&#8217;ve examined your internal linking. But looking at your server logs, you notice something odd:</p>
<p>Not all your backlinks are pointing to the same version of your home page.</p>
<p>For example:</p>
<ul>
<li>http://yoursite.com/</li>
<li>http://www.yoursite.com/</li>
<li>http://www.yoursite.com/index.php</li>
<li>http://yoursite.com/index.php</li>
</ul>
<p>You&#8217;re looking for every possible edge when it comes to <strong>search engine optimization</strong> and you&#8217;ve read that stupid Mr. Googlebot gets confused and doesn&#8217;t give you as much credit for those backlinks as if they all pointed to the exact same url.<br />
<span id="more-24"></span></p>
<h3>The 30 Second Search Engine Optimization Tweak</h3>
<p>Go over to my <a href="http://www.jackborn.com/tools/canonical-urls.php">Canoncial URL Tool</a></p>
<p>Type in the url of your website (http://www.yoursite.com)</p>
<p>You&#8217;ll get some &#8220;mod_rewrite&#8221; code that you copy and paste into a file in your root directory called .htaccess</p>
<p>Before you do, make sure you back up your .htaccess file or your whole site if you haven&#8217;t done so in a while</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canonical URL Tool</title>
		<link>http://www.jackborn.com/tools/canonical-url-tool/</link>
		<comments>http://www.jackborn.com/tools/canonical-url-tool/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 18:55:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/tools/canonical-url-tool/</guid>
		<description><![CDATA[When I create a new website, one of the very first things I do is a simple trick with mod rewrite that let&#8217;s me tweak the site for better search engine optimization. This tool I&#8217;ve created makes it easy to set it up so that Your website url will always have &#8220;www&#8221; in front of [...]]]></description>
			<content:encoded><![CDATA[<p>When I create a new website, one of the very first things I do is a simple trick with mod rewrite that let&#8217;s me tweak the site for better search engine optimization.</p>
<p>This tool I&#8217;ve created makes it easy to set it up so that</p>
<ol>
<li>Your website url will always have &#8220;www&#8221; in front of it</li>
<li>Links with index.php or index.html will be rewritten so that the index is removed and the trailing slash is used</li>
</ol>
<p><span id="more-23"></span><br />
Some SEO gurus believe that this gives yours site an extra little bump by not being penalized for duplicate content. In short, you want all of your incoming links to a certain page on your site to appear to all target the same page.</p>
<p>There&#8217;s evidence to indicate that Google sees the following urls differently:</p>
<ul>
<li>http://yoursite.com</li>
<li>http://www.yoursite.com</li>
<li>http://www.yoursite.com/index.php</li>
</ul>
<p>This tool requires you to have a web server running Apache and access to mod_rewrite.</p>
<p>All you do is enter your domain, hit the button, and you get some code you can copy and paste into your .htaccess directory (at the end) and you&#8217;re good to go.</p>
<p>As with any changes to your .htaccess file, make sure you do a backup before you upload the changes.</p>
<p><a href="http://www.jackborn.com/tools/canonical-urls.php">Canonical URL Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/tools/canonical-url-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
