Forum Moderators: martinibuster
Also linking to the same page is good (not sometimes linking to [yoursite.com...] and others to [yoursite.com)...]
What about the / at the end?
Most of times I link to [mysite.com...] instead
[mysite.com...]
Will that influence in some way if my new links point to my domain but ending with /?
Saying www.yoursite.com/ is the same as saying [yoursite.com...] or whatever you have in your server config.
Without the trailing slash you are asking the server to do a redirect (which it will happily do). However your visitor might not like it - for example some spiders don't like to encounter a redirect at the root document level.
Use the trailing slash with no penalty, or if it is inside an href specify the actual file e.g. http*www.yoursite.com/index.html
[edited by: martinibuster at 7:32 am (utc) on May 23, 2004]
[edit reason] url edit. [/edit]