Back to portfolio

WordPress

Internick AI Product Schema - AI-Ready Products for WooCommerce

A WooCommerce plugin that makes a store's products discoverable by AI shopping agents, without breaking the store's existing SEO.

Internick AI Product Schema - AI-Ready Products for WooCommerce

The problem

Shoppers increasingly ask ChatGPT, Gemini, and Perplexity where to buy things. Stores with no machine-readable product data are invisible to those agents. The usual fix, bolting on a second schema plugin, collides with the store's existing SEO markup and ships duplicate structured data that search engines penalize.

Approach

  • Builds complete schema.org Product JSON-LD from live WooCommerce data: price, availability, ratings, variations.
  • Merges into WooCommerce Core's own Product schema node, and into Yoast or Rank Math when active, instead of printing a duplicate node.
  • Adds AI-specific product attributes in the editor (Q&A, compatible accessories, substitutes), serves an /llms.txt catalog index, and adds AI-crawler directives.
  • OOP PHP with PSR-4 autoloading, a DDEV dev environment, and a PHPUnit + WooCommerce integration test suite.

What it proves

  • Published in the official WordPress.org plugin directory at wordpress.org/plugins/internick-ai-product-schema.
  • 31 passing tests; passes the official Plugin Check with zero errors.
  • Verified live against real Rank Math and Yoast installs: a single merged schema node, no duplication.
WordPressWooCommercePHP 8PSR-4JSON-LDSchema.orgllms.txtPHPUnitDDEV

Building something like this?

Let's talk