"T.J." <no1@home.invalid> wrote:
> First thing I would say is,
> Instead of just using the "skip to content" why not use
> "skip to information about image border styles on hover"
> would that be considered to spammy?
Imagine it is read aloud to you. Do you like to hear such long sentencens
every time?
> Next, why have
> "Locus Optimus accessible web design" in the <h1> tag?
> Would it not be better to have
> "How to get IE6 to apply image border styles on hover (mouseover)?"
> as the main header?
IMO, yes.
[...]
> I see you just link using,
> <a href="ie-image-border-styles-on-hover-solution.php
> rather than using the full url.
> This is something I would like to see tested more, not sure if
> we have ever discussed whether linking this way or with the
> complete URL in is best, or whether it makes no difference.
I have explained this in the past IIRC, it makes no difference. The UA
does the URL fixing thing and next breaks it into bits again.
requests are of the form:
GET /.......
and the domain name is send in a different header (if at all for very
antique UAs).
So even if you link to bar.html, and you're "in" foo the request will
always be of the form:
GET /foo/bar.html
Ditto for
http://example.com/foo/bar.html:
GET /foo/bar.html
Finally: how can this be abused in any way (or why would Google prefer one
form over another)? I would even say that the shorter form is better,
because it saves bytes for the user :-D.
--
John
Net::Google and Perl:
http://johnbokma.com/perl/net-google.html