Random Link Generator

Generate realistic looking URLs built on reserved example domains that can never point at a live site.

URLs10 generated
  1. https://insight.example.org/sandbox/digest-427
  2. https://nebula.example.net/railway/meridian-265
  3. https://thread.example.org/summit/registry-375
  4. https://keystone.example.com/fabric/crate-478
  5. https://nebula.example.com/tablet/slate-732
  6. https://journal.example.org/dashboard/docket-561
  7. https://prism.example.org/railway/catalog-557
  8. https://tempo.example.com/blueprint/spectrum-989
  9. https://trellis.example.org/signal/atlas-608
  10. https://workbench.example.org/vessel/compass-493
Runs locally in your browser

About the Random Link Generator

Every URL is assembled on example.com, example.net or example.org. Those three domains are reserved by the internet standards bodies precisely so that documentation and test data can use them without ever reaching a real server. A generator that invented plausible domains instead would sooner or later produce a live address, and a crawler test would end up hammering a stranger site.

The shape is realistic even though the destination is not: a word as a subdomain, a section, a slug and a three digit identifier produce lines such as https://ledger.example.net/atlas/prism-472. That is enough structure to exercise a link parser, a markdown renderer, a URL column in a database or a regular expression that has to survive nested paths.

Because 75 words fill three positions in the pattern, collisions are rare even in a run of several hundred. Use the results wherever you would otherwise paste a real link into a fixture. When you need a slug from your own words rather than random ones, the Slug Generator handles that, and the Random IP Generator covers the network side of the same test data.

How to use

  1. Choose how many URLs your test file or demo content needs.
  2. Press Generate to build links on reserved example domains.
  3. Keep No repeats on so every link in the set is distinct.
  4. Copy the block into your fixture, or download it as a text file.

Common questions

Do these links go anywhere?
No. They are built on example.com, example.net and example.org, which are reserved for documentation and never host real content.
Why not use realistic domain names?
Invented domains can turn out to be registered, so a test run could send traffic to somebody real site. Reserved domains cannot.
Can I use them to test a link checker?
Yes for parsing and formatting. A checker that resolves DNS will report them as unreachable, which is itself a useful case.
How unique are the results?
Three word slots draw from 75 words each, so a few hundred links can be generated before a collision becomes likely.