This document describes an approach that content authors can use to provide improved ease of navigation to website visitors, particularly those facing accessibility barriers. It introduces the concept of "Discoverable Destinations", which are standardized machine readable names for common page types that User Agents can query to present navigation options in an accessible and consistent manner.

The approach uses HTML <link> elements with standardized rel attribute values to signpost common destinations such as help pages, accessibility statements, and login pages. This enables User Agents, assistive technologies, and AI agents to reliably discover and navigate to these destinations across different websites.

Introduction

Web sites can contain a huge array of varied and engaging content. This content, and the means of navigating around it, can be presented in almost any way, which makes for tailored and compelling experiences. However, whilst there are several conventions when it comes to navigation, this variability can pose challenges to certain people, and user agents acting on their behalf.

This best practices document aims to address the challenge of making sites more easily navigable for both people (particularly those facing accessibility barriers) and machines. It does this by standardising machine-readable names for common page types. User Agents can then query as to which destinations are supported on a given site (or page of that site), and present this information in an appropriate way for the user.

The User Agent, or a User Agent extension, could provide an interface to allow the user to: view supported common pages using a method, and terminology, that is clear to them; and to request to visit common destination pages directly.

Motivating Use Cases

Out of scope

Though detailed UI design is out of scope, a proof of concept user interface for enumerating a site's discoverable destinations is shown below.

A fictional ACME Inc. home page, with the extension pop-up open, showing 6 buttons, each containing emoji and accompanying text names for the discoverable destinations offered by the site: home, accessibility statement, contact, help, log in, and products.
Example UI, via a browser extension running on a custom shopping site

Use Cases and Requirements

User research

Our proposed "discoverable destinations" come from work done by the Cognitive and Learning Disabilities Accessibility Task Force.

This is not a complete list. We are consulting with COGA to update the destinations that the WAI-Adapt TF inherited from COGA.

An illustrative set of proposed discoverable destinations is as follows.

Use Cases

The following use cases illustrate the kinds of navigation challenges that Discoverable Destinations are intended to address.

Navigation Support for Users with Cognitive Disabilities

A user with a cognitive disability wants to find common areas of a website, such as help pages, contact information, or their account login. The site's navigation uses unfamiliar labels, buries key pages in dropdown menus, or presents a complex layout that makes it difficult to locate these areas. Without standard signposting, User Agents and assistive technologies have no reliable way to identify these pages on the user's behalf.

With Discoverable Destinations, a User Agent can read standardised destination identifiers from the page's <head> and present clearly labelled navigation options in an accessible and consistent interface, giving the user direct and reliable paths to the pages they need, regardless of how the site has chosen to structure its navigation.

Accessibility Statement Discovery

An accessibility auditor is reviewing a portfolio of websites on behalf of a disability rights organization. Each site structures its accessibility statement differently, some link to it from the footer, others from the main navigation, and others only from an internal policy page. The auditor spends considerable time on each site searching for the relevant page before the audit can begin.

With Discoverable Destinations, a User Agent or assistive technology can immediately locate the accessibility-statement destination on any compliant site and present a direct link to the auditor, regardless of where the site has chosen to place it in its navigation structure.

Assistive Navigation Technology

A user with motor impairments uses assistive navigation technology, such as speech recognition or switch access software, to browse websites and complete common tasks. The user asks to "go to the help page" but the software cannot reliably identify the correct link because sites label and position their help pages inconsistently. Without semantic signposting, the software must attempt to locate the page by guessing at link text or URL structures, which is brittle and may fail when the site is updated.

With Discoverable Destinations, assistive navigation technology can query the help destination directly from the site's page headers, retrieve the correct URL in a single step, and navigate the user there reliably, regardless of how the site has structured its navigation menus.

Agent-based Navigation

An agent is navigating a website headlessly on behalf of a user, for example to gather information or complete a routine task. Without standard signposting, the agent must rely on heuristics such as parsing navigation HTML or guessing URL patterns, approaches that are fragile and break when sites change their structure.

With Discoverable Destinations, the agent can programmatically discover standard page types from the site's <link> elements, enabling consistent and reliable navigation across any compliant site without site-specific configuration.

Technical requirements

Any approach that addresses these user needs must provide the following.

  1. A way to represent each discoverable destination proposed above.

  2. A mechanism for discovering all discoverable destinations supported by a site. This mechanism is to be used when a UA first visits a site on behalf of the user. In order to do this efficiently, it must be possible to make this query in a single HTTP request. The results would be available to the user via the UI of the UA.

  3. A way to denote the scope of any particular site (or sub-site).

  4. A procedure for visiting a discoverable destination directly (when the user activates the interface in the UA).

  5. A mechanism by which a discoverable destination would be updated (by the content author).

  6. Means to identify when a link on a page takes the user to a sub-page of a discoverable destination page. E.g. a link to the "help on logging in" page (as opposed to the main "help" section landing page, which is where the discoverable destination alone would take the user).

  7. Means to demarcate an element on the destination page that provides the destination content.

  8. A way to indicate the kind of content that the destination provides. For example, people with cognitive disabilities may need to get help from, or chat to, a human, over the phone, rather than a chatbot, or sending an email.

The last of these requirements, indicating the kind of content or support, is currently an open question, not addressed by the proposed approach below, but may be addressed in a future iteration of this approach, or by a future WAI-Adapt TF project.

The "discoverable destinations" approach

This involves using the <link> element, and custom rel attribute values, to signpost discoverable destinations on a site.

The discoverable destination namespace

All possible discoverable destinations will be registered as rel attribute values.

Enumerating discoverable destinations

On the site's home page, the destinations supported by the site would be indicated via <link> elements. For example:

This will provide an overview of the available destinations.

All destinations need to be repeated on all pages of the site. (This is one reason why the URLs in the example begin with /).

Defining a site

Because all destinations are repeated on all pages of a site, if we move to a sub-site, the sub-site will expose all destinations on all of its pages, and thus the UA/AT will be able to present the correct destinations for the sub-site.

Visiting a discoverable destination directly

Updating a discoverable destination

The content author would need to ensure that the <link> elements sent are correct. In practice this would most likely be managed by the CMS powering the site, which could take the repetition out of the authoring process.

When an in-page (anchor, <a>) link points to a page that is a sub-page of a discoverable destination (such as the "help on logging in" page, rather than the "help" home page), this can be indicated by adding a rel value to the anchor.

Demarcating destination content

As discoverable destinations are normal links, they can make use of fragments to point to certain elements on the destination page.

In addition to fragment identifiers, ARIA landmark roles provide a complementary mechanism for both identifying and navigating to content on a destination page. In particular, the <main> element (or role="main") demarcates the principal content of the page. When a discoverable destination link does not include a fragment identifier, User Agents and assistive technologies should treat the <main> element as the default content boundary for the destination. Content authors are encouraged to ensure that destination pages use the <main> element to wrap their primary destination content.

Landmarks also support navigation within a page. A destination page may contain multiple labelled region landmarks, each representing a distinct content area. User Agents and assistive technologies can enumerate these landmarks and present them to the user, or navigate directly to a specific region. For example, a help destination page with regions labelled "Getting Started", "Account Settings", and "Billing Support" would allow the user or their agent to jump directly to the relevant section.

The content/UA/AT can then use this information (and the knowledge that the navigation was via the Discoverable Destination UI) to render the destination page in an appropriate way for the user. This may involve:

Open Questions

Indicating the kind of content

The current approach identifies where a destination is located but does not convey what kind of support or content it provides. This distinction is important for users with cognitive disabilities who may require a specific mode of interaction. For example, a user may need to speak to a human being over the phone rather than engage with a chatbot or submit a form by email.

Several possible approaches are under consideration:

We still need to find reasonable resolution for above problem. We may also delay the resolution till next iteration

Discoverability and repetition

The current approach requires all <link> destination elements to be repeated in the <head> of every page on the site. This has the advantage of simplicity, a User Agent can read the available destinations from the current page without making any additional HTTP requests. However, it introduces authoring overhead and requires every page to be updated whenever a destination URL changes.

The Task Force has agreed to adopt the <link> element approach for the first iteration of this specification. This decision reflects that the approach has a low entry barrier, as it builds on existing, well-understood HTML mechanisms that content authors and User Agents already support, requires no new infrastructure, and can be incrementally adopted. The per-page repetition, while an authoring overhead, can be managed in practice through CMS templates.

The following questions remain open for future iterations:

The Linksets format offers one possible path toward centralized discovery and may be revisited in a subsequent iteration.

Demarcating sub-sites

A site hosted at a single origin may contain functionally distinct sub-sites. For example, a hotel website might host a main booking section, a restaurant section, and a gym section, each with its own set of relevant destinations.

The <link> element approach handles this naturally. Because every page carries its own <link> declarations, each sub-site simply includes the destinations relevant to that sub-site on its pages. The User Agent always reads the destinations from the current page, so:

The Task Force considers sub-site demarcation to be resolved by the per-page <link> approach.

Agentic AI and Machine Navigation

Agentic AI systems are autonomous software agents that can plan, reason, and execute complex tasks on behalf of users. These systems represent a significant development in automation, capable of understanding natural language requests and breaking them down into actionable steps. For users with disabilities, these AI agents can serve as powerful assistive technologies, helping navigate digital environments and complete tasks that might otherwise be challenging.

From Human Accessibility to Machine Assisted Accessibility

Discoverable Destinations were designed to help humans with accessibility needs find important pages quickly. This same semantic approach also serves AI agents acting as assistive technologies. What helps humans with disabilities navigate also enables machines to provide consistent assistance.

The semantic identifiers provided by Discoverable Destinations work consistently across all compliant websites. Rather than AI agents searching for contact information using fragile selectors such as "find the element with class .contact-info", they can use semantic identifiers to navigate to the contact destination. This approach transforms brittle technical navigation into reliable semantic discovery.

Leveraging ARIA Landmarks for Intra-page Navigation

Discoverable Destinations address inter-page navigation: finding and reaching the right page on a site. Users sometimes also need to reach a specific section within a destination page. For example: "take me to the account management section of the help page."

For content extraction tasks, where an AI agent retrieves information from a destination page on the user's behalf, ARIA landmarks are not essential. LLMs are capable of processing full page content and extracting relevant information from raw HTML. Using the <main> element (or role="main") to filter out navigation bars, footers, and advertisements before passing content to the LLM can reduce noise and token cost, but this is a practical optimisation, not a requirement.

For intra-page navigation tasks, where the user asks to be taken to a specific section of a page, ARIA landmarks are genuinely valuable. The AI agent can understand where a section is in the HTML, but it cannot scroll or focus the user's browser to that section without a concrete DOM target. Labelled region landmarks provide exactly this: standardised, semantic anchors that a tool can use to navigate the user's view to the right part of the page.

For example, if a user asks to be taken to "account management help" and the help destination page contains labelled regions for "Getting Started", "Account Management", and "Billing Support", the AI agent first discovers the available landmark labels on the page, identifies the best match for the user's request, and then directs the tool to scroll the user's browser to the "Account Management" region. This is primarily relevant in browser-based integration models where the tool has direct access to the page DOM. In a server-side model, intra-page navigation is not applicable since there is no browser to control.

The navigation landmark can also help agents discover secondary navigation paths on a page, revealing links the agent can follow on the user's behalf.

Content authors are encouraged to use the <main> element to wrap primary destination content, and to label distinct content regions with region landmarks. This benefits both human users of assistive technologies and AI agents acting on their behalf.

Illustrative Use Cases

The following examples illustrate how AI agents might use Discoverable Destinations to assist users with disabilities:

These scenarios share a common pattern: AI agents handle the discovery and navigation complexity, while humans maintain control over sensitive decisions and actions.

Scope and Limitations

Discoverable Destinations are well suited for content discovery, such as finding specific types of pages including help, contact, and accessibility statements. They also support information extraction from destination pages and provide consistent navigation patterns across different websites.

However, certain tasks require additional solutions beyond Discoverable Destinations:

For complex scenarios, a layered approach works best: Discoverable Destinations provide navigation to relevant areas, APIs are used where available for sensitive operations, and human oversight is included for sensitive or complex tasks.

Integration Patterns

AI agents can integrate with Discoverable Destinations through various architectural patterns. Two primary models are relevant for deploying tools that leverage semantic destinations:

The choice of integration pattern depends on the specific use case. For scenarios involving authenticated operations, personalised content, or complex user specific workflows, a browser based approach is recommended. For public data scenarios, a server side approach may be sufficient.

Requesting Additional Destination Types

The set of standardised destination types may evolve over time as new common navigation patterns emerge and as new user needs are identified. The current set of destinations reflects the priorities identified by the COGA TF at the time of publication, but it is not exhaustive.

Parties interested in proposing additional destination types should consider the following criteria:

The formal governance process for proposing, reviewing, and adding new destination types to the standard is under development. Interested parties are encouraged to raise proposals as issues in the WAI-Adapt GitHub repository for discussion by the Task Force.

For agentic AI use cases specifically, additional destination types may be beneficial in contexts where AI agents need reliable access to common site areas that are not yet covered by the current set. For example, account settings pages and accessibility preference pages. Proposals for such additions should follow the criteria above and be raised with the Task Force for review.

Privacy and Security Considerations

The Discoverable Destinations approach has been designed with privacy and security in mind.

Privacy Considerations

Discoverable Destinations use standard HTML <link> elements that are already part of web pages. No additional user data is collected or transmitted beyond normal web browsing. The approach does not introduce any new tracking mechanisms, as User Agents discover destinations by parsing existing page content. Users retain full control over when and how they navigate to discovered destinations through the User Agent interface.

A User Agent that exposes a destination list to the user reveals which discoverable destinations a site supports. Since this information is already present in the page's <head> and therefore visible to any party that loads the page, no new information is disclosed by processing or presenting it.

Security Considerations

All navigation uses standard HTTP and HTTPS requests subject to normal browser security policies. Destinations are typically within the same origin, which reduces cross-origin security concerns. Content authors are responsible for ensuring that the href values in their <link> elements point to legitimate, secure pages under their control.

User Agents and extensions that implement a discoverable destination interface should validate that destination URLs share the same origin as the page from which they were discovered. Where a cross-origin destination URL is present, User Agents should present the full URL to the user before navigating, to support informed decision-making.

Considerations for AI Agent Integration

When AI agents use Discoverable Destinations on behalf of users, the same privacy and security considerations apply as for human users. Additionally, agents should not aggregate or store destination metadata in ways that could be used to profile users' browsing patterns across sites. For sensitive operations such as authentication or account changes, human oversight should be maintained. Discoverable Destinations are designed for navigation and content discovery, not for executing complex authenticated operations. The primary approach for sensitive operations should be human-in-the-loop, where AI agents navigate to relevant pages using semantic destinations, extract and present available options to users, then hand control to humans for actual execution.

References

Foundational and Related Work

ARIA Landmarks

AI Integration References

Acknowledgements placeholder