The public registry is findable now
Sitemap, robots, canonical URLs and structured data, so a published API can be found by a search engine or an agent instead of only by someone who already knows the link.
Published APIs in the public registry were reachable, but only if you already had the link. Nothing pointed at them, there was no sitemap, and no robots.txt — so a page nobody links to is a page nobody finds.
- A sitemap listing every published org and API, with last-modified dates, refreshed hourly.
- A
robots.txtthat opens the registry to crawlers and explicitly keeps them out of the signed-in routes. - Canonical URLs on org and API pages. The registry answers on more than one address today, and without this those addresses compete with each other in search results rather than adding up.
- Structured data (
schema.org/WebAPI) on every API page — for rich search results, and for the agent crawlers that a public API registry most wants to be legible to.
None of this changes who can see what. Public APIs are opt-in public; this makes the ones already public possible to find.