url-design Questions

5

Solved

In my application I have localized urls that look something like this: http://examle.com/en/animals/elephant http://examle.com/nl/dieren/olifant http://examle.com/de/tiere/elefant This question...
Amary asked 24/1, 2014 at 8:0

2

Solved

Why does Twitter (twimg.com) use a suffix for size (e.g. ':large') instead of a query parameter? Example: https://pbs.twimg.com/media/CrhajQHXgAEQ2US.jpg:large From an architectual standpoint I fi...
Conditional asked 4/9, 2016 at 18:31

9

Solved

When should a trailing slash be used in a URL? For example - should my URL look like /about-us/ or like /about-us? I am fully aware of the SEO-related issues - duplicate content and the canonical ...
Liscomb asked 10/5, 2011 at 10:27

3

Solved

What is considered the best strategy for URLs of translated websites? Something I see happen frequently is: http://example.com/english-slug.html http://example.com/de/english-slug.html http://exam...
Microvolt asked 24/2, 2014 at 10:32

1

Solved

Many questions has been asked on Stack Overflow for RESTful URL design To name a few... Hierarchical URL Design: Hierarchical RESTful URL design Understanding REST: Verbs, error codes, and authe...
Stairhead asked 23/4, 2017 at 7:52

10

Solved

How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
Roentgenogram asked 13/1, 2011 at 18:14

1

Solved

I want to know what is considered a good practise for casing and spacing in URL paths. Casing: Lower-case Camel case Pascal case Spacing: None Hyphen Underscore ../data/upload_data ../dat...
Fishery asked 13/7, 2016 at 8:40

2

I have set up a multilingual website, whose default language is English and it is translated in many more languages. We have chosen for the subdirectory URL strategy, so that our URLs are lik...
Colostomy asked 11/7, 2016 at 14:12

4

Solved

Every web application - every web site - is a service. (...) The features that make a web site easy for a web surfer to use also make a web service API easy for a programmer to use. Richardson and...
Rags asked 12/3, 2013 at 11:51

3

Solved

I've made a webpage that has the URL-form http://www.example.com/module/content It's a very dynamic webpage, actually it is a web app. To make it as responsive as possible, I want to use AJAX inst...
Gerson asked 2/11, 2012 at 22:3

1

Solved

I noticed that Wikipedia uses percent encoding for the path section of a URL, but converts the % character to . for the #fragment. For example, on the Russian 'Russia' page, the URL for section 2 ...
Flyleaf asked 22/6, 2012 at 11:41

3

Solved

Let's say I have a website where users can upload and show their pictures. A RESTful url to a single picture of that user would look like: http://api.gallery.com/users/{user-id}/images/{image-id} ...
Dogleg asked 7/2, 2012 at 0:12

11

Solved

I have a multi-language website that makes use of pretty URLs, so called search-engine-friendly URLs. Now there are a few places to define the language in the URL: www.example.com/en/articles/r...
Tilghman asked 28/5, 2010 at 18:35
1

© 2022 - 2024 — McMap. All rights reserved.