The Agent Web Protocol (AWP) is a new open-source standard designed to make the web more accessible to AI agents. Instead of parsing human-readable text, AI systems can directly access structured, optimized data.
Websites implementing AWP will include a structured metadata file that provides:
Explore the AWP format in action by checking out the following files:
To create AWP-compatible files for your own site:
awp-standard.awp.awp-standard.semantic.json).awp-standard.txt.To make your structured data accessible to AI agents, include the following links in your HTML <head> section:
<link rel="awp" href="awp-standard.awp">
<link rel="semantic" href="awp-standard.semantic.json">
<link rel="full-text" href="awp-standard.txt">
These links allow AI agents to directly access optimized content without parsing full web pages.
AWP Standard is an open-source project. Get involved and help define the future of AI-friendly web protocols.
Created by Syd Early | Contact: sydearly@icloud.com
Website code generated by ChatGPT | AWP Standard Implementation