Agentic commerce schema: implementing actionable structured data on Wix

Module 28: Wix SEO for AI Shopping Agents & Agentic Search | Lesson 340 of 687 | 58 min read

By Michael Andrews, Wix SEO Expert UK

Standard product schema tells AI agents what your product is. Agentic commerce schema tells AI agents what actions they can take with your product: add to cart, check out, schedule a consultation, book a service, request a quote, or complete a purchase. This lesson covers the emerging structured data patterns that enable AI agents to not just recommend your Wix products and services but to facilitate actual transactions. This is the cutting edge of AI-commerce optimisation, and implementing it now puts your Wix site months or years ahead of competitors.

What Is Agentic Commerce Schema?

Agentic commerce schema extends traditional product and service structured data with action-oriented properties that tell AI agents exactly how a user (or the agent itself) can take the next step. Schema.org includes several action types, BuyAction, OrderAction, ReserveAction, ScheduleAction, and others, that describe transactional capabilities. While these are not yet universally processed by all AI agents, Google, OpenAI, and other platforms are actively building agent capabilities that consume this data. Implementing it now ensures your Wix site is ready when full agentic commerce goes mainstream.

Potential Action Schema: Telling Agents What They Can Do

The potentialAction property in schema.org allows you to define specific actions that can be taken on your page. For eCommerce, this means defining buy, order, and schedule actions. For service businesses, this means defining booking, contact, and consultation actions.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Premium Wix SEO Audit Service",
  "description": "Comprehensive 50-point SEO audit for Wix websites including technical analysis, content review, and prioritised action plan.",
  "offers": {
    "@type": "Offer",
    "price": "299.00",
    "priceCurrency": "GBP",
    "availability": "https://schema.org/InStock",
    "url": "https://yoursite.com/wix-seo-audit"
  },
  "potentialAction": {
    "@type": "BuyAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://yoursite.com/wix-seo-audit?action=buy",
      "actionPlatform": [
        "https://schema.org/DesktopWebPlatform",
        "https://schema.org/MobileWebPlatform"
      ]
    },
    "expectsAcceptanceOf": {
      "@type": "Offer",
      "price": "299.00",
      "priceCurrency": "GBP",
      "eligibleRegion": {
        "@type": "Country",
        "name": "GB"
      }
    }
  }
}
</script>

Schedule and Reserve Actions for Service Businesses on Wix

For Wix Bookings users and service-based businesses, ScheduleAction and ReserveAction schema tell AI agents that users can book appointments or reserve time slots directly. This is particularly valuable as AI agents increasingly help users book services.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ProfessionalService",
  "name": "Deep Tissue Sports Massage",
  "provider": {
    "@type": "LocalBusiness",
    "name": "Manchester Sports Therapy",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "45 Deansgate",
      "addressLocality": "Manchester",
      "postalCode": "M3 2AY",
      "addressCountry": "GB"
    }
  },
  "offers": {
    "@type": "Offer",
    "price": "65.00",
    "priceCurrency": "GBP",
    "availability": "https://schema.org/InStock"
  },
  "potentialAction": {
    "@type": "ReserveAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://yoursite.com/book/sports-massage",
      "actionPlatform": [
        "https://schema.org/DesktopWebPlatform",
        "https://schema.org/MobileWebPlatform"
      ]
    },
    "result": {
      "@type": "Reservation",
      "name": "Deep Tissue Sports Massage Booking"
    }
  }
}
</script>

Quote and Contact Actions for Complex Sales

Not every business sells products at a fixed price. For businesses that provide quotes, consultations, or custom pricing, QuoteAction and CommunicateAction schema help AI agents understand that the next step is a conversation, not a direct purchase. This is particularly relevant for Wix businesses offering bespoke services, custom products, or B2B solutions.

Implementing Agentic Schema on Wix Step by Step

How to add agentic commerce schema to your Wix site

Future-Proofing Your Wix Site: While not all AI agents currently process potentialAction schema, the trajectory is clear: Google, OpenAI, and Microsoft are all building agent capabilities that will consume action-oriented structured data. The Google Shopping Graph already uses potentialAction data. Implementing it now means your Wix site will be ready when full agentic commerce becomes standard, giving you a significant first-mover advantage.

AI-Specific Metadata: llms.txt and ai.txt for Commerce

Beyond schema markup, you can provide AI agents with direct instructions about your commerce capabilities through llms.txt and ai.txt files. Module 23 covered these files for general content. For agentic commerce, you can include specific commerce-related information in these files.

Agentic commerce schema infographic for Wix showing BuyAction ReserveAction ScheduleAction and QuoteAction structured data enabling AI agents to facilitate transactions directly from product and service pages
Agentic commerce schema tells AI agents what actions they can take on your pages. Implementing it now gives your Wix site a first-mover advantage as AI-driven transactions go mainstream.

Complete How-To Guide: Implementing Agentic Commerce Schema on Your Wix Site

Follow these steps to add action-oriented structured data to your Wix site

Final Checkpoint: Every product and service page on your Wix site should have appropriate potentialAction schema implemented and tested. Your llms.txt and ai.txt files should include commerce-specific information. All action URLs should lead to functional transaction or contact pages.

This lesson on Agentic commerce schema: implementing actionable structured data on Wix is part of Module 28: Wix SEO for AI Shopping Agents & Agentic Search in The Most Comprehensive Complete Wix SEO Course in the World (2026 Edition). Created by Michael Andrews, the UK's No.1 Wix SEO Expert with 14 years of hands-on experience, 750+ completed Wix SEO projects and 425+ verified five-star reviews.