Forum Moderators: open
All the above work from the browser fine but wonder what google prefers.
Also when linking to a page deeper inside the directory tree am I better off linking to the file explicitly like..
href="/subdir/default.asp" or
href="/subdir" or
href="/subdir/"
any thoughts?
-- Mike
I would use "/subdir". Although, there should be no difference between the different types of links. Also, I would use "default.asp?page=44" (and - if possible - not more than one variable).