Skip to content

v2.0.2 - Universal AI Access

Choose a tag to compare

@alaboudreau alaboudreau released this 29 Jan 18:27
· 12 commits to main since this release

Enhanced AI Support for All AI Tools

This release extends AI access beyond web crawlers to include conversational AI tools like ChatGPT's web browsing feature.

What's New

  • Universal AI Access: Link meta tags now include domain parameter
  • Conversational AI Support: ChatGPT, Claude, and other conversational AI can now fetch structured product data
  • No Referer Required: Domain parameter embedded in URL works even when AI tools don't send Referer headers

How It Works

When AI tools access product pages, they see:

<link rel="alternate" type="application/json" 
      href="https://www.alloia.io/product/product-slug?domain=your-site.com">

This enables:

  • ✅ Web crawlers (GPTBot, ClaudeBot, Amazonbot) to index products
  • ✅ Conversational AI (ChatGPT web tool) to fetch product data in real-time
  • ✅ All AI tools to access structured product information

Upgrade Instructions

  1. Update plugin to v2.0.2
  2. No additional configuration needed - works automatically
  3. Products are accessible to both crawler and conversational AI

Compatibility

  • WordPress 5.8+
  • WooCommerce 5.0+
  • PHP 7.4+
  • Works with existing AlloIA API (no API update required)