Hi Kim. Couple thoughts. First to clarify, when I discuss absolute vs relative reference to the url then I am talking along the lines of
ABSOLUTE
h ttp:// ww w.mydomain.com/pagename.html
RELATIVE
pagename.html
Absolute refers to the entire domain/url being in place, while relative is just the pagename/directory structure based on the relative domain/dns
Regarding www. versus non, I agree completely with Bill's comments. When linking within your site stick with one versus the other when it comes to the www.
But you can still do relative links, as you describe, regardless of the www
Quote:
|
I've always used relative linking because most of my clients are re-designs. We keep their current site active while building the draft on my server. Relative links make navigating the draft and moving the site when finished much easier. Do I need to worry about the above?
|
What you describe is ok, based on my experiences and how I've handled things with client development sites in the past.
Here is the trick for probably both Bill and I. Use Xenu Link Sleuth to spider/check your site for errors
http://home.snafu.de/tilman/xenulink.html
It is a simple program. Just download, start and enter the url. It then spiders your site and provides you a report of any errors. Those are likely the same errors the search engines will run into. You can also use Google Webmaster Central to get any spidering errors directly reported by Google.