Make your store discoverable by AI shopping agents like Google Gemini, Microsoft Copilot, and others. UCP is an open, decentralized protocol — no platform registration required.
Step by Step
Step 1
Step 2
{
"ucp": {
"version": "2026-01-23",
"services": {
"dev.ucp.shopping": [{
"version": "2026-01-23",
"transport": "rest",
"endpoint": "https://yourstore.com/ucp/v1",
"schema": "https://ucp.dev/2026-01-23/services/shopping/openapi.json"
}]
},
"capabilities": {
"dev.ucp.shopping.checkout": [{
"version": "2026-01-23",
"spec": "https://ucp.dev/specification/checkout"
}]
},
"payment_handlers": {
"com.google.pay": [{
"version": "2026-01-23",
"config": {
"merchant_id": "YOUR_GOOGLE_PAY_MERCHANT_ID",
"allowed_payment_methods": ["CARD"],
"allowed_card_networks": ["VISA", "MASTERCARD", "AMEX"]
}
}]
}
}
}Step 3
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Organic Cotton T-Shirt - Navy - M",
"sku": "OCCT-NB-M-001",
"gtin13": "5901234123457",
"brand": { "@type": "Brand", "name": "YourBrand" },
"image": "https://yourstore.com/images/tshirt.jpg",
"offers": {
"@type": "Offer",
"price": "29.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0", "currency": "USD"
}
}
}
}
</script>Step 4
User-agent: Googlebot
Allow: /
User-agent: Google-Extended
Allow: /
User-agent: OAI-SearchBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: bingbot
Allow: /
User-agent: *
Allow: /.well-known/ucp
Sitemap: https://yourstore.com/sitemap.xmlStep 5
Step 6
10-minute setup with the official app
UCP Official Spec
ucp.dev
Google Merchant UCP Guide
developers.google.com/merchant/ucp
UCP GitHub Repository
github.com/Universal-Commerce-Protocol/ucp
UCP Code Samples
github.com/Universal-Commerce-Protocol/samples
Google Developers Blog
developers.googleblog.com/under-the-hood-universal-commerce-protocol-ucp
Shopify UCP Announcement
shopify.engineering/ucp
Our free scanner checks your robots.txt, Schema.org markup, manifest, trust pages, performance, and AI visibility.
Run Free UCP Check