Tagged Questions
4
votes
3answers
143 views
Should I use greek characters in my urls?
I'm setting up a website for a client who's Greece based and I'm not quite sure how to go about the urls.
There are two options I'm considering at the moment:
Use greek characters and have the urls ...
2
votes
2answers
81 views
User experience and the trailing slash for directories in the URL?
From an SEO perspective, it may be negligible if you include a trailing slash for directories or not, as long as you set redirects to the chosen one (to avoid duplicate content) and link-build to the ...
4
votes
2answers
260 views
Recommended URL structure for products and categories in MVC app?
For example, suppose I have a site with products and product categories. I'm trying to come up with a good intuitive url structure. I want to use name slugs throughout rather than database ids. In ...
2
votes
2answers
187 views
Is it bad to use information architecture to describe multiple topics with duplicate category names?
I'm rebuilding a site from scratch and would like to make better informed decisions about UX and IA.
Is it bad to use information architecture to describe multiple topics with duplicate catagory ...
4
votes
5answers
149 views
How does a CCTLD affect user behavior?
I'm in the process of consolidating several sites into one. Content that previously lived at http://example.co.uk/ will now live at http://example.com/uk/, content from http://example.fr/ will move to ...
7
votes
3answers
387 views
Domain strategy from a UX perspective?
Having a domain strategy seem to be the latest thing. The discussion about it circles mostly around legal, seo or branding issues but if you want to look at it from a usability perspective - how ...
1
vote
3answers
137 views
Which of these two ways of browsing are better for the user?
I am creating a simple web page application and in my question are involved 2 pages and there are two scenarios.
Scenario No 1
On page1.php I use php with MySQL to get a product's data to the page. ...
8
votes
2answers
1k views
Underscores vs. hyphens in URLs
I'm trying to come up with a page-naming convention so that each page in a web application I'm developing has the human-friendliest URL possible. The current URL structure of the web application is:
...
