<?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>Jigsaw Boys &#187; SEO</title>
	<atom:link href="http://www.jigsawboys.com/category/misc/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigsawboys.com</link>
	<description>Security, Network and Computer Tech Tip Database!</description>
	<lastBuildDate>Wed, 17 Aug 2011 22:59:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Anchor Text</title>
		<link>http://www.jigsawboys.com/2006/03/05/anchor-text/</link>
		<comments>http://www.jigsawboys.com/2006/03/05/anchor-text/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 14:43:02 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/2006/03/05/anchor-text/</guid>
		<description><![CDATA[Any successful SEO plan should include a solid link exchange tactic. The more websites that link to your sites, the better ranking Google will give you. An important factor is the link text or &#8220;anchor text&#8221; that other sites use. The text should be relevant to the keyword you are targetting. Here is an example [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Any successful SEO plan should include a solid link exchange tactic. The more websites that link to your sites, the better ranking Google will give you.</p>
<p>An important factor is the link text or &#8220;anchor text&#8221; that other sites use. The text should be relevant to the keyword you are targetting.</p>
<p>Here is an example</p>
<pre class=code><code><b>WRONG</b>
<a href="#">Click here</a> to visit my website that sells cheap shoes</code></pre>
<pre class=code><code><b>CORRECT</b>
My website sells <a href="#">cheap shoes</a>
</code></pre>
<p>An easy, yet effective tip.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2006/03/05/anchor-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy PageRank Tip</title>
		<link>http://www.jigsawboys.com/2006/01/21/handy-seo-tip/</link>
		<comments>http://www.jigsawboys.com/2006/01/21/handy-seo-tip/#comments</comments>
		<pubDate>Sat, 21 Jan 2006 03:18:44 +0000</pubDate>
		<dc:creator>Jamsi</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.jigsawboys.com/?p=30</guid>
		<description><![CDATA[Did you know that Google ranks http://www.site.com differently to http://site.com? Anoying huh. People could be linking to your site using either link which could screw up your chances of a good PageRank. If you&#8217;re using Apache, you can throw the below code in your website&#8217;s .htaccess file and have everything from www.site.com redirected to http://site.com [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Did you know that Google ranks http://www.site.com differently to http://site.com? Anoying huh. People could be linking to your site using either link which could screw up your chances of a good PageRank.</p>
<p>If you&#8217;re using Apache, you can throw the below code in your website&#8217;s .htaccess file and have everything from www.site.com redirected to http://site.com &#8211; therefore eliminating any confusion and two pageranks.</p>
<pre class="code"><code>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^jigsawboys.com$ [NC]
RewriteRule (.*) http://jigsawboys.com/$1 [R=301,L]
</code></pre>
<p>Props to <a href="http://9rules.com/whitespace">Scrivs</a> from <a href="http://workboxers.com">Workboxers</a> for providing the code.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jigsawboys.com/2006/01/21/handy-seo-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

