chromate
10-16-2003, 11:29 AM
How do the search engines handle spaces in urls?
for example take the following URL:
http://www.domain.com/search.php?val=blue bottle
It actually comes out as:
http://www.domain.com/search.php?val=blue%20bottle
Now, I'm trying to use search engine friendly URLs. So, would the following be "search engine friendly"?
http://www.domain.com/search/blue%20bottle
Or does the space character (I guess the search engine would actually see a space and not %20?) matter?
for example take the following URL:
http://www.domain.com/search.php?val=blue bottle
It actually comes out as:
http://www.domain.com/search.php?val=blue%20bottle
Now, I'm trying to use search engine friendly URLs. So, would the following be "search engine friendly"?
http://www.domain.com/search/blue%20bottle
Or does the space character (I guess the search engine would actually see a space and not %20?) matter?