What is an agent-friendly URL parameter?

Definition

An agent-friendly URL parameter can provide a simple way to ask a server for Markdown, structured data, or another lower-cost representation. It is useful when clients cannot set content-negotiation headers or when an explicit shareable format URL makes testing and debugging easier.

The parameter should change representation rather than the underlying meaning or authorization. Servers should validate permitted values, preserve canonical indexing rules, return accurate content types, avoid exposing private data, and prevent format variants from creating uncontrolled duplicate search pages.

Acronyms and aliases

AI-friendly URL parameter acronymagent format parameter variant

Frequently asked questions

What can an agent-friendly URL parameter request?

It can request an approved representation such as Markdown or structured data while leaving the underlying resource and access rules unchanged.

Should agent-friendly URL parameters create separate indexed pages?

Usually no. The human-facing canonical URL should remain authoritative while format variants are treated as alternate representations rather than duplicate pages.

Videos explaining agent-friendly URL parameter