-
Couldn't load subscription status.
- Fork 104
Description
These days there's a increasingly adopted alternative to the /robots.txt and /sitemap.xml and /favicon.ico standards - the /.well-known prefix: https://en.wikipedia.org/wiki/Well-known_URI
These have been registered with IANA since ~2010: https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml
The RFC has the argument for why this is a good idea, which honestly I haven't read in a few years so I'm a bit rusty on: https://datatracker.ietf.org/doc/html/rfc5785
Oh, maybe this is it (quoting the RFC):
When this happens, it is common to designate a "well-known location" for such data, so that it can be easily located. However, this approach has the drawback of risking collisions, both with other such designated "well-known locations" and with pre-existing resources.
To address this, this memo defines a path prefix in HTTP(S) URIs for these "well-known locations", "/.well-known/". Future specifications that need to define a resource for such site-wide metadata can register their use to avoid collisions and minimise impingement upon sites' URI space.