SEO Tools, Search Engine Optimisation »

[22 Oct 2009 | One Comment | 2,002 views]
Using Live HTTP Headers to check redirects

When a users requests a page from a website each page is returned with a header response, these header responses include:

200 – OK
301 – Moved Permanently
302- Temporarily Moved
400 – Bad Request
401 – Unauthorised
403 – Forbidden
404 – Not Found

In SEO the header response is very important, and needs to be checked. A great tool to achieve this is the live HTTP headers plugin for firefox.
Once installed you can check the headers of any web page request by clicking on the following logo and ensuring the captcha tick box is checked.

Some …

Programming, Search Engine Optimisation »

[12 Oct 2009 | One Comment | 1,184 views]
URLs to change or not to change?

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’s …

Programming, Wordpress »

[5 Oct 2009 | No Comment | 1,133 views]
Making your Wordpress sidebar dynamic

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 …