<?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>Affiliate Musketeer &#187; permalinks</title>
	<atom:link href="http://www.affiliatemusketeer.com/tag/permalinks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.affiliatemusketeer.com</link>
	<description>Assuming that if everyone else can make money online, I can too!</description>
	<lastBuildDate>Tue, 22 Nov 2011 22:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SEO for WordPress Sites</title>
		<link>http://www.affiliatemusketeer.com/search-engine-marketing/seo-for-wordpress-sites.html</link>
		<comments>http://www.affiliatemusketeer.com/search-engine-marketing/seo-for-wordpress-sites.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 18:37:04 +0000</pubDate>
		<dc:creator>WhiteKnight</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>
		<category><![CDATA[URL Structures]]></category>
		<category><![CDATA[headspace 2]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.affiliatemusketeer.com/?p=130</guid>
		<description><![CDATA[I have chosen to make my affiliate sites using WordPress &#8211; it&#8217;s free and infinitely scalable &#8211; which is just awesome. I generally create them with custom themes that I have developed to suit each niche I&#8217;m working in. Whilst doing this, I have come across three distinct wordpress-related problems regarding SEO but thankfully, they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I have chosen to make my affiliate sites using WordPress &#8211; it&#8217;s free and infinitely scalable &#8211; which is just awesome.  I generally create them with custom themes that I have developed to suit each niche I&#8217;m working in.  Whilst doing this, I have come across three distinct wordpress-related problems regarding SEO but thankfully, they&#8217;re easy to fix (I&#8217;m no professional coder!)  The problems that are present in an out of the box WP installation are as follows:</p>
<ol>
<li><strong>The default link structure is a bit cumbersome.</strong><br />
eg. www.affiliatemusketeer.com/?p=3<br />
As you can see, this isn&#8217;t very user friendly for your user nor actually for the search engine.  A more descriptive link structure works much better, for example:<br />
www.affiliatemusketeer.com/affiliate-marketing/550-commission-last-month-but-now-im-stuck.htmlFortunately, this is easy to implement and you do it within your WordPress admin screen under the &#8216;General&#8217; tab and then subsequently under the &#8216;Permalinks&#8217; settings.  Then all you need to do is click the radio button that allows you to specify a custom structure and past in the following structure:<br />
/%category%/%postname%.html</li>
<li><strong>Remove /category/ from wordpress urls</strong><br />
There is one other additional step regarding links and that is how to remove the /category/ from your front-end urls.  At this stage you probably have <em>no idea</em> what I&#8217;m talking about but you would see if you saved your permalink structure now (after following the instructions in 1 above)  that when you read your blog, when you hover over a post that is within a specific category, the url will look something like this:<br />
www.affiliatemusketeer.com<strong>/category/</strong>affiliate-marketing/550-commission-last-month-but-now-im-stuck.html<br />
As you can see, there is an extra, useless /category/ directory in the url and your url will be much more descriptive and effective if you remove this.</p>
<p>To remove /category/ from your urls, stay within your &#8216;permalinks&#8217; settings page in the Wp Admin and near the bottom you will see an input field for &#8216;Category Base&#8217;.  Set this to be ./      &#8211; yes, that&#8217;s dot forward slash.  This will remove the unneccessary and useless /category/ from your wordpress urls.</li>
<li><strong>Add the Headspace 2 plugin for unique page titles and descriptions</strong><br />
Out of the box, wordpress does come with some basic unique page structure functionality.  Because I like to know that every single page is doing as much as it possible can for SEO purposes, I like to have a little extra control and the plugin <a href="http://wordpress.org/extend/plugins/headspace2/">Headspace 2</a>, found over at the WordPress plugin repository does just that.  Simply download the plugin, unzip it to a directory on your computer and then upload it to your wp-content/plugins/ folder of your wordpress site.  Once uploaded, go into the plugins admin section in the Wp admin and activate it.Once activated, you will see that on every page and post you now write, you have the option to add a specific page title and description.  This is great for SEO and you should always have your target keywords in both the page title and page description of every page or post on your site.</li>
<li><strong>Search engine spiders can&#8217;t crawl your site</strong><br />
Im actually adding an extra problem here which I cam across today on the <a href="http://www.affiliateproject.co.uk/version-wordpress-indexing-maternity-underwear/">Affiliate Project website</a> which highlights how, out of the box, the default setting for wordpress is to &#8216;Block all search engines from indexing your site&#8217;.  When you install WordPress you are given this option right at the very beginning of your WordPres installation routine.  Its a radio boxed option that either &#8216;allows search engines to index your site&#8217; or &#8216;block search engines from indexing your site&#8217;.  The default is to block them.</p>
<p>Again, because wordpress is such an awesome piece of software, changing this (if you didn&#8217;t change it during installation), is easy.  Simply log into your Wp Admin and go to settings and then to privacy.  In the privacy settings page you&#8217;ll see the radio boxes again and can simply select the correct one &#8211; &#8216;Allow!!!!&#8217;</p>
<p>This is a handy tool to have though if you don&#8217;t want google or the other search engines to come along and start indexing your site before you&#8217;re ready.  For example, I customise a lot of my themes and I only ever like to let search engines onto the site when I have enough good content up there for them to chew away at.</li>
</ol>
<p>These four SEO changes are my &#8216;wouldn&#8217;t do without&#8217; changes that I make to <strong>every </strong>site for maximum SEO effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatemusketeer.com/search-engine-marketing/seo-for-wordpress-sites.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

