Forum Moderators: Robert Charlton & goodroi
[edited by: Robert_Charlton at 8:37 pm (utc) on Jul 18, 2014]
[edit reason] removed unintended smiley [/edit]
"the redirected URL or the destination URL and sometimes they choose the redirected URL for some reason(s) that give me a bit of a head-scratch. "
How the heck is that useful to people?Or they don't know they aren't where they thought they were.
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs. Clients with link editing capabilities ought to automatically re-link references to the Request-URI to one or more of the new references returned by the server, where possible. This response is cacheable unless indicated otherwise.
[w3.org...]
ADDED
What we're talking about would be like Google showing http://www.example.com/index.php?var=val&stuff=things in the SERPs even though there's a 301 from there to http://www.example.com/val/things which is where people will visit to view the information present on http://www.example.com/index.php?var=val&stuff=things via internal rewrite.
Basically, Google is ignoring protocol and not showing visitors the fact URLs are 301 redirected to another location in some cases.
Am I missing a line?