<?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>Scott Savage&#039;s Blog &#187; wordpress</title>
	<atom:link href="http://www.scottsavage.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottsavage.net</link>
	<description>CRM software runs my life</description>
	<lastBuildDate>Fri, 19 Aug 2011 03:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Can Spam Improve SEO?</title>
		<link>http://www.scottsavage.net/2009/01/can-spam-improve-seo/</link>
		<comments>http://www.scottsavage.net/2009/01/can-spam-improve-seo/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 22:39:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=228</guid>
		<description><![CDATA[For some reason I seem to get a heap of spam on my blog. Even since I first started blogging spam somehow seemed to be drawn to my blog site (and I don&#8217;t even mention V!agr4 that often!). At the time I took the screenshot to the right 8,368 spam comments and trackbacks had been [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scottsavage.net/wp-content/uploads/2009/01/akismet_stats.png"><img class="alignright size-medium wp-image-229" title="Scott Savage Akismet Statistics" src="http://www.scottsavage.net/wp-content/uploads/2009/01/akismet_stats-300x139.png" alt="Scott Savage Akismet Statistics" width="300" height="139" /></a>For some reason I seem to get a heap of spam on my blog. Even since I first started blogging spam somehow seemed to be drawn to my blog site (and I don&#8217;t even mention V!agr4 that often!). At the time I took the screenshot to the right 8,368 spam comments and trackbacks had been caught. That is a pretty ridiculous number. <a title="Akismet" href="http://akismet.com/">Akismet</a> has managed to catch 99.764% of these, which is a testament to it&#8217;s effectiveness (and a major reason why I use <a title="Wordpress" href="http://www.wordpress.org">WordPress</a>). I sometimes wonder whether maybe allowing a few of these spam comments (which usually link to link heavy pages) would actually help my search engine ranking.</p>
<p>I found an <a title="SEOBook Link Spam Detection" href="http://www.seobook.com/archives/001342.shtml">SEOBook article</a> that contained a lot of interesting findings that unintentionally supported my theory. Firstly the highest risk item is that your blog will itself get tagged as spam, however &#8220;A few bad inbound links are not going to put your site over the edge to where it is algorithmically tagged as spam&#8221;. In fact you can push this even further; &#8220;If you can get a few well known trusted links you can get away with having a large number of spammy links&#8221;.</p>
<p>The next step is to understand what kind of links spam comments etc. provide.  Again from the article &#8220;Spammers either use a large number of low PageRank links, a few hard to get high PageRank links, or some combination of the two.&#8221;. So how do you weed out the low PageRank links and seize the high PageRank ones? Well if everyone is running the same Akismet filter (it takes resources to build a blacklist/heuristic filter, how many are there?) then perhaps the high PageRank comments are those that are missed by the most common filters?</p>
<p>Therefore should I leave the Akismet filter on, but approve everything that gets through it even if it is spam? Or if I wanted to be more scientific should I analyse the PageRank of each link in the spam comment and accept those with high PageRanks? Surely in these 8000+ spam comments the spammers hit gold somewhere, the question is how do I find it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2009/01/can-spam-improve-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress URL Rewriting in IIS</title>
		<link>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/</link>
		<comments>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:09:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.scottsavage.net/?p=123</guid>
		<description><![CDATA[If you host WordPress on an IIS Server then there is only one choice for URL rewriting, the Binary Fortress WordPress URL Rewriting tool. I have been using it for about 6 months now, but a shiny new v1.0 was released about a month ago. Time to upgrade I think! URL Rewriting is one of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.binaryfortress.com/wordpress-url-rewrite/"><img class="alignleft size-thumbnail wp-image-122" title="wordpressurlrewrite logo" src="http://www.scottsavage.net/wp-content/uploads/2008/09/wordpressurlrewrite.jpg" alt="" width="150" height="125" /></a>If you host WordPress on an <a title="IIS Home" href="http://www.iis.net">IIS Server</a> then there is only one choice for URL rewriting, the <a title="Wordpress URL Rewriting Tool" href="http://www.binaryfortress.com/wordpress-url-rewrite/">Binary Fortress WordPress URL Rewriting tool</a>. I have been using it for about 6 months now, but a shiny new v1.0 was released about a month ago. Time to upgrade I think!</p>
<p>URL Rewriting is one of the more critical parts of my attempts at SEO. There are a <a title="URL Rewriting" href="http://www.avangate.com/articles/url-rewriting_70.htm">number of pages</a> that discuss in more detail the benefits of clean links.</p>
<p>People employed to improve SEO have one of the truly great IT jobs I think. There is enough science to provide credibility, it is enough of a black art to avoid direct accountability and the target is constantly moving meaning your contract/role never looks like it has expired. Wow I really am feeling cynical tonight&#8230; <img src='http://www.scottsavage.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottsavage.net/2008/09/wordpress-url-rewriting-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

