<?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>Crazy About SEO &#187; Programming</title>
	<atom:link href="http://www.crazyaboutseo.co.uk/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crazyaboutseo.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 01 Nov 2010 20:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>URLs to change or not to change?</title>
		<link>http://www.crazyaboutseo.co.uk/urls-to-change-or-not-to-change-63</link>
		<comments>http://www.crazyaboutseo.co.uk/urls-to-change-or-not-to-change-63#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:44:40 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=63</guid>
		<description><![CDATA[Like many other webmasters you may well have a website which has URLs which are not search engine friendly. You might be looking into changing your URLs to contain related keywords to your services, but are unsure how this might affect the long tail performance of your site. 
Firstly it is important to remember that Google simply crawls your URLs and places them in their index, as long as they are not blocked in the robots.txt file or noindexed. Changing all your URLs will actually double your pages in Google&#8217;s ...]]></description>
			<content:encoded><![CDATA[<p>Like many other webmasters you may well have a website which has URLs which are not search engine friendly. You might be looking into changing your URLs to contain related keywords to your services, but are unsure how this might affect the long tail performance of your site. </p>
<p>Firstly it is important to remember that Google simply crawls your URLs and places them in their index, as long as they are not blocked in the robots.txt file or noindexed. Changing all your URLs will actually double your pages in Google&#8217;s index and result in massive duplicate content issues and 404 errors, resulting in loss of rankings. Google places the power on your page on the URL, so changing your URLs can result in a massive loss of traffic if it is not completed correctly.</p>
<p>So what do you do? Well it depends?<br />
Below I have detailed a few SEO and programming tips and tricks.</p>
<p><strong>SEO</strong></p>
<ul>
<li>Firstly you should always 301 redirect the old pages to the new to transfer the power of the pages, and ensure the user is taken to the relevant page</li>
<li>Keep the same page names if possible, if they are relevant</li>
<li>Test the redirects using a header check program like http://www.internetofficer.com/seo-tool/redirect-check/</li>
<li>Use Google Analytics to check your long tail traffic. 301 redirects take some time to transfer so this will give you an idea of how much traffic you could lose</li>
<li>Is your site old or new? An older site may well have generated lots of natural links, hence it is more important to redirect the old pages</li>
<li>Don&#8217;t redirect the pages too many times as Google wont be able to follow too many redirects</li>
<li>Always ensure the pages are 301 redirected and not 302 redirected</li>
</ul>
<p><strong>Programming</strong></p>
<p>Implementing SEO URLs and redirecting the pages is a different task depending on the system you use. Most open source ecommerce systems will have some contribution that will perform the task.</p>
<ul>
<li>Ecommerce &#8211; If you use one of the open source systems such as oscommerce or Prestashop simply download the module and test test test.</li>
<li>Wordpress &#8211; Wordpress permalinks option will change the links and 301 redirect the old page</li>
<li>Bespoke systems will require some specific programming, this can be achieved by adding mod rewrites into the .htaccess file</li>
</ul>
<p><strong>Conclusion</strong><br />
Think! How large and old is your site, and which system do you use. Always ensure all the pages redirect, many programmers make the mistake of changing the URLs but not completing the redirects. Be aware you may lose listings before they return stronger, this is due to the time it takes Google to pick up the old links and transfer the power over. Always consult a professional SEO company before trying to change your URLs, as mistakes can take longer to fix than the actual job. </p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Furls-to-change-or-not-to-change-63"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Furls-to-change-or-not-to-change-63" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/urls-to-change-or-not-to-change-63/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making your Wordpress sidebar dynamic</title>
		<link>http://www.crazyaboutseo.co.uk/making-your-wordpress-sidebar-dynamic-37</link>
		<comments>http://www.crazyaboutseo.co.uk/making-your-wordpress-sidebar-dynamic-37#comments</comments>
		<pubDate>Mon, 05 Oct 2009 18:06:42 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.crazyaboutseo.co.uk/?p=37</guid>
		<description><![CDATA[Wordpress is a great tool for SEO, it is open source and has literally thousands of plugins. This makes it easy to optimise your blog posts even if you are not a PHP programmer. With the correct plugins installed all your posts will be fully optimised and help attract long tail listings to your site.
On a few occasions I have come accross a situation where I needed to install a Wordpress blog installation to an ecommerce website. The main problem here is integrating the two systems. It is often difficult ...]]></description>
			<content:encoded><![CDATA[<p>Wordpress is a great tool for SEO, it is open source and has literally thousands of plugins. This makes it easy to optimise your blog posts even if you are not a PHP programmer. With the correct plugins installed all your posts will be fully optimised and help attract long tail listings to your site.</p>
<p>On a few occasions I have come accross a situation where I needed to install a Wordpress blog installation to an ecommerce website. The main problem here is integrating the two systems. It is often difficult to make the sidebar in Wordpress dynamic with the website, leaving the sidebar static often leaves the blog and site navigation different as categories in the site have changed. This can result in 404 errors if you don&#8217;t manually change the Wordpress navigation.</p>
<p>There is however an easy solution to the problem. You can create a dynamic RSS feed from your ecommerce site that simply contains the category name and URL. After you have created this RSS feed yo should then install the &#8216;advanced RSS widget&#8217; for Wordpress. This widget allows you to add any RSS feed into the sidebar.</p>
<p>Once installed you can add the location of the latest categries RSS feed into the appropriate sidebar. This will now display a list of categories from the site that is dynamic, all you need to do now is style it up in CSS. Now when you change your site your category navigation will update.</p>
<p>Problem fixed!</p>
<div class="tweetmeme_button" style=""><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fmaking-your-wordpress-sidebar-dynamic-37"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.crazyaboutseo.co.uk%2Fmaking-your-wordpress-sidebar-dynamic-37" height="61" width="51" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.crazyaboutseo.co.uk/making-your-wordpress-sidebar-dynamic-37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

