<?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>SEOgem</title>
	<atom:link href="http://www.seogem.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seogem.co.uk/blog</link>
	<description>Search Engine Optimisation</description>
	<lastBuildDate>Sun, 19 Feb 2012 18:33:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>apache caching</title>
		<link>http://www.seogem.co.uk/blog/apache-caching/</link>
		<comments>http://www.seogem.co.uk/blog/apache-caching/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 18:33:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=202</guid>
		<description><![CDATA[# 1 YEAR Header set Cache-Control "max-age=29030400, public" # 1 WEEK Header set Cache-Control "max-age=604800, public" # 2 DAYS Header set Cache-Control "max-age=172800, proxy-revalidate" # 1 MIN Header set Cache-Control "max-age=60, private, proxy-revalidate" apache caching is a post from: SEOgem<p><a href="http://www.seogem.co.uk/blog/apache-caching/">apache caching</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/apache-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting the default page</title>
		<link>http://www.seogem.co.uk/blog/setting-the-default-page/</link>
		<comments>http://www.seogem.co.uk/blog/setting-the-default-page/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:52:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=200</guid>
		<description><![CDATA[#Serve Alternate Default Index Page DirectoryIndex about.html setting the default page is a post from: SEOgem<p><a href="http://www.seogem.co.uk/blog/setting-the-default-page/">setting the default page</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/setting-the-default-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove &#8216;products&#8217; from url string</title>
		<link>http://www.seogem.co.uk/blog/remove-products-from-url-string/</link>
		<comments>http://www.seogem.co.uk/blog/remove-products-from-url-string/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=198</guid>
		<description><![CDATA[RewriteRule ^products/(.+)$ http://www.yoursite.com/$1 [R=301,L] remove &#8216;products&#8217; from url string is a post from: SEOgem<p><a href="http://www.seogem.co.uk/blog/remove-products-from-url-string/">remove &#8216;products&#8217; from url string</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/remove-products-from-url-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add trailing slash to url</title>
		<link>http://www.seogem.co.uk/blog/add-trailing-slash-to-url/</link>
		<comments>http://www.seogem.co.uk/blog/add-trailing-slash-to-url/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:44:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=193</guid>
		<description><![CDATA[#trailing slash enforcement RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !# RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ http://domain.com/$1/ [L,R=301] add trailing slash to url is a post from: SEOgem<p><a href="http://www.seogem.co.uk/blog/add-trailing-slash-to-url/">add trailing slash to url</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/add-trailing-slash-to-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>remove file extension from url string</title>
		<link>http://www.seogem.co.uk/blog/remove-file-extension-from-url-string/</link>
		<comments>http://www.seogem.co.uk/blog/remove-file-extension-from-url-string/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=191</guid>
		<description><![CDATA[RewriteRule ^(([^/]+/)*[^.]+)$ /$1.php [L] remove file extension from url string is a post from: SEOgem<p><a href="http://www.seogem.co.uk/blog/remove-file-extension-from-url-string/">remove file extension from url string</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/remove-file-extension-from-url-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use your own 404 page</title>
		<link>http://www.seogem.co.uk/blog/use-your-own-404-page/</link>
		<comments>http://www.seogem.co.uk/blog/use-your-own-404-page/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:31:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=185</guid>
		<description><![CDATA[If you wish to create a 404 page based on your sites design instead of some horrible default page, then this is the code you are looking for. ErrorDocument 404 /404.php In fact, we would recommend that you do this &#8230; <a href="http://www.seogem.co.uk/blog/use-your-own-404-page/">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.seogem.co.uk/blog/use-your-own-404-page/">Use your own 404 page</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/use-your-own-404-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Only allow specific IP addresses to your site</title>
		<link>http://www.seogem.co.uk/blog/only-allow-specific-ip-addresses-to-your-site/</link>
		<comments>http://www.seogem.co.uk/blog/only-allow-specific-ip-addresses-to-your-site/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:24:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=179</guid>
		<description><![CDATA[Using your .htaccess file, it is possible to only allow specific IP addresses access your site. If you wish to do this, try this code: ErrorDocument 403 http://www.yoursite.com Order deny,allow Deny from all Allow from 123.45.67.890 Allow from 123.54.68.123 Alternatively &#8230; <a href="http://www.seogem.co.uk/blog/only-allow-specific-ip-addresses-to-your-site/">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.seogem.co.uk/blog/only-allow-specific-ip-addresses-to-your-site/">Only allow specific IP addresses to your site</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/only-allow-specific-ip-addresses-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Hotlinking</title>
		<link>http://www.seogem.co.uk/blog/prevent-hotlinking/</link>
		<comments>http://www.seogem.co.uk/blog/prevent-hotlinking/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 17:14:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=172</guid>
		<description><![CDATA[Hotlinking is when other websites display your files/images on their site. This results in this unknown site using your bandwidth to display content on their site and is effectively stealing. This is even worse when your hosting package has limited &#8230; <a href="http://www.seogem.co.uk/blog/prevent-hotlinking/">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.seogem.co.uk/blog/prevent-hotlinking/">Prevent Hotlinking</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/prevent-hotlinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discover Your Backlinks</title>
		<link>http://www.seogem.co.uk/blog/discover-your-backlinks/</link>
		<comments>http://www.seogem.co.uk/blog/discover-your-backlinks/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 22:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free SEO Tools]]></category>

		<guid isPermaLink="false">http://www.seogem.co.uk/blog/?p=162</guid>
		<description><![CDATA[There are many SEO tools out there however I only report to you the SEO tools that stand out from the rest. I have to say that when it comes to discovering your sites backlinks or your competitors backlinks, there &#8230; <a href="http://www.seogem.co.uk/blog/discover-your-backlinks/">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.seogem.co.uk/blog/discover-your-backlinks/">Discover Your Backlinks</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/discover-your-backlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does page speed matter?</title>
		<link>http://www.seogem.co.uk/blog/does-page-speed-matter/</link>
		<comments>http://www.seogem.co.uk/blog/does-page-speed-matter/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 22:59:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Page Speed]]></category>

		<guid isPermaLink="false">http://seogem.co.uk/blog/?p=146</guid>
		<description><![CDATA[As with any SEO tool, there are so many different free page speed tools that all display different results so which one should you take notice off? Well the answer is simple yet so many of us just don&#8217;t realise &#8230; <a href="http://www.seogem.co.uk/blog/does-page-speed-matter/">Continue reading <span class="meta-nav">&#8594;</span></a><p><a href="http://www.seogem.co.uk/blog/does-page-speed-matter/">Does page speed matter?</a> is a post from: <a href="http://www.seogem.co.uk/blog">SEOgem</a></p>
]]></description>
		<wfw:commentRss>http://www.seogem.co.uk/blog/does-page-speed-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

