Welcome to AWP Standard!

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.

How AWP Works

Websites implementing AWP will include a structured metadata file that provides:

Step-by-Step Example

Explore the AWP format in action by checking out the following files:

How to Generate AWP Files

To create AWP-compatible files for your own site:

  1. Create a structured JSON file summarizing your page’s content and save it as awp-standard.awp.
  2. Generate a semantic JSON file, structured to highlight key information for AI parsing (awp-standard.semantic.json).
  3. Extract the full plaintext version of your page and save it as awp-standard.txt.

How to Present AWP to AI

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.

Join the Initiative

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