Topic Type: News Story (Jump to http://blog.seoptimise.com)
Category: SEO
3 Comments
3 Comments
Save the date for:
SMX London - Nov. 4-5: Pre-agenda rate now available. Click here.
SMX West - Feb. 10-12
Learn more about search marketing through free online webcasts and webinars from our sister site Search Marketing Now.
Comments
*** Another factor with this change was because it's possible the site will be moving from a Windows server to Linux in the near future. This means that the ASP file extensions would have to be changed to PHP. ***
In fact the extension does not matter. I run PHP sites that show .html URLs. There is a PHP-scripted site that shows .asp URLs. You can use any extension you like. It doesn't matter what it is. With Apache hosting it is a one-line job to set up each extension.
However I do agree that "folder URLs" are even better.
One very minor thing to watch out for when you're doing things this way: don't forget the trailing slash in your links, or you'll give your server just a tiny bit more work than you need to. It won't make a real difference, but I'd avoid the redirect this generates if possible. For example, if I follow your site's footer link to the privacy page (the target of which is http://www.seoptimise.com/privacy), I get the following server response:
HTTP/1.1 301 Moved Permanently
Content-Length: 157
Content-Type: text/html
Location: http://www.seoptimise.com/privacy/
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 21 Aug 2007 16:37:34 GMT
Connection: close
Document Moved
Object MovedThis document may be found here
Thanks qwerty, I'll get this changed