- Feb 28, 2024
- 193
- 139
Came across this recently the
The basic idea is pretty simple - if you’re willing to sell a domain, you can publish that information in DNS instead of replacing the site with one of those “this domain is for sale” pages.
So you could have something like:
You can also publish things like an asking price or a short message.
I like this mainly because it separates the two things. The domain can keep running normally, while still making it clear to machines (and people) that it’s available.
Seems like a small thing, but it could be useful for domain marketplaces, brokers, crawlers, etc. Instead of trying to guess whether a domain is for sale, there’s an actual DNS signal saying it is.
Source is here https://specification.website/spec/foundations/for-sale-dns/
_for-sale DNS record spec.The basic idea is pretty simple - if you’re willing to sell a domain, you can publish that information in DNS instead of replacing the site with one of those “this domain is for sale” pages.
So you could have something like:
Code:
_for-sale.example.com TXT "v=FORSALE1;furi=https://example.com/buy"
You can also publish things like an asking price or a short message.
I like this mainly because it separates the two things. The domain can keep running normally, while still making it clear to machines (and people) that it’s available.
Seems like a small thing, but it could be useful for domain marketplaces, brokers, crawlers, etc. Instead of trying to guess whether a domain is for sale, there’s an actual DNS signal saying it is.
Source is here https://specification.website/spec/foundations/for-sale-dns/