Tagged Questions
4
votes
1answer
133 views
Should I transliterate my URL paths?
I looked around and can't find any info on this, I must be searching the wrong terms or something because it must be a common question.
If you have non-ASCII characters in your URLs, Firefox and ...
0
votes
2answers
185 views
How to allow nonsense characters as web url for example: & * Ö :: and more
I have a database which contain many name with combination of those characters. Once i will reload them, they will become public web url.
So that visitor if open this url (its valid??): ...
1
vote
3answers
53 views
Does the url path have to be same with the actualy categories we have setup?
Say for example we got an eshop, with a category "car spare parts" that includes a category called "tires" which has our product in there.
We have created a menu on the left where the visitor clicks ...
8
votes
2answers
644 views
URL paths and their effect on SEO
We are developing a website where there will be two distinct types of content: galleries and photos.
It makes little sense to use URL paths like /gallery/photo as some photos can appear in more than ...
21
votes
5answers
494 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?