Tagged Questions
2
votes
1answer
35 views
Making Search Queries Indexable
Looking around, most sites (eg. Amazon) encode the parameters of searches into query string. This means that search engines cannot index these queries.
Why don't such sites use URLs rather than query ...
0
votes
1answer
121 views
how to deal with URLs containing lot of spammy keywords?
I'm writing a big index of documents and I'm dealing with URLs
as example I will use the car industry:
somesite.com/manifacturer-mazda_model-miata_engine-1600cc_gas_color-red_hard-top-spider_[[A LOT ...
4
votes
1answer
287 views
How should incorrectly encoded URLs be handled?
Just recently noticed that some sites link with the URL incorrectly percent-encoded, to which my server (LAMP) responds with a 404 Not Found.
For example, for a URL of mine like this:
...
21
votes
5answers
493 views
Why is it preferable to use paths with slashes instead of query-string variables in a web page URL?
Why is it preferable to use paths with slashes instead of query-string variables in a web page URL?
