I am working on some code to rewrite some urls on our website which are currently something like:
http://www.domain.com/phones/phoneDetails.php?id=39
to
http://www.domain.com/phones/details/39/Motorola%20RAZR.html
I think that something like
http://www.domain.com/phones/details/39/Motorola_RAZR.html
is more easily human readable but I've been told that google will index the one with the %20 with keywords for both Motorola and RAZR, while the second one will be indexed with Motorola_RAZR and people searching for just RAZR will not be able to find it as easily.
I am not a big fan of spaces in URLs, and I have a hard time believing that the braniacs at google would have any trouble extracting Motorola and RAZR from the url with an underscore. Does anyone know for sure which way google prefers, or have any resources about what sorts of things google looks for in the URL that help page ranking?
Thanks in advance.
All trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the Poster. The Rest © 1997-2008 SourceForge, Inc.
Random thought (Score:2)
Re:Random thought (Score:2)
Re:Random thought (Score:2)
Re:Random thought (Score:1)
Re:Random thought (Score:2)
Re:Random thought (Score:2)
http://www.domain.com/phones/details/39/Crazy_mon
and you'd still get the same phone page as if it had the phone name in the URL.
Doesn't google index (Score:2)
How often do you get hits from google searches like that?
Re:Doesn't google index (Score:2)
Since Google indexes HTML code in addition to the text on the page, users can restrict searches on the basis of where query words appear, e.g., in the title, in the URL, in the body, and in links to the page, options offered by the Advanced-Search page and search operators.
I would take that to mean that it doesn't include keywords in the URL unless you use Advanced or search operators.
Re:Doesn't google index (Score:2)
Thank you.