Title: Internick &#8211; AI Product Schema
Author: internick2017
Published: <strong>August 13, 2026</strong>
Last modified: August 13, 2026

---

Search plugins

![](https://ps.w.org/internick-ai-product-schema/assets/banner-772x250.png?rev=3646201)

![](https://ps.w.org/internick-ai-product-schema/assets/icon-256x256.png?rev=3646201)

# Internick – AI Product Schema

 By [internick2017](https://profiles.wordpress.org/internick2017/)

[Download](https://downloads.wordpress.org/plugin/internick-ai-product-schema.0.1.0.zip)

 * [Details](https://wordpress.org/plugins/internick-ai-product-schema/#description)
 * [Reviews](https://wordpress.org/plugins/internick-ai-product-schema/#reviews)
 *  [Installation](https://wordpress.org/plugins/internick-ai-product-schema/#installation)
 * [Development](https://wordpress.org/plugins/internick-ai-product-schema/#developers)

 [Support](https://wordpress.org/support/plugin/internick-ai-product-schema/)

## Description

AI shopping agents (ChatGPT, Gemini, Perplexity, Claude and others) increasingly
research and recommend products for shoppers. To be considered, a store’s products
need machine-readable, structured, complete data. WooCommerce does not provide this
out of the box.

**AI Product Schema** makes your WooCommerce catalog first-class for AI shopping
agents:

 * **Complete Product JSON-LD** on every product page (schema.org `Product` with
   offers, availability, ratings, brand and images), built from your live WooCommerce
   data.
 * **No duplicate schema.** AI Product Schema detects Yoast SEO and Rank Math and
   merges its data into their existing Product node instead of printing a second
   one. With no SEO plugin, it prints a standalone node.
 * **AI product attributes** you can fill in the classic product editor: a Q&A list,
   compatible accessories, and substitute products. These map to verified schema.
   org properties (`subjectOf`/FAQ, `isRelatedTo`, `isSimilarTo`).
 * **`/llms.txt`** — a Markdown index of your published products following the [llms.txt](https://llmstxt.org/)
   convention, so agents can find your catalog quickly.
 * **AI-crawler `robots.txt` directives** that welcome known shopping/agent crawlers(
   GPTBot, Google-Extended, ClaudeBot, PerplexityBot and more) and point them at
   your `/llms.txt`.
 * **Feature toggles** under WooCommerce  Settings  AI Product Schema.

**How is this different from llms.txt generator plugins?** This is not an llms.txt
generator with extras. The core of the plugin is WooCommerce-specific structured
data: it enriches the Product JSON-LD node that WooCommerce, Yoast SEO or Rank Math
already emit, merging AI-oriented attributes (product Q&A, compatible accessories,
substitutes) into the existing node without ever duplicating schema, something generic
llms.txt or schema plugins do not handle. The `/llms.txt` endpoint is a small complementary
feature, not the product.

AI Product Schema reads product data exclusively through the WooCommerce CRUD API
and declares High-Performance Order Storage (HPOS) compatibility.

## Screenshots

[⌊The "AI Attributes" tab in the product editor: add product Q&A, compatible accessories,
and substitute products.⌉⌊The "AI Attributes" tab in the product editor: add product
Q&A, compatible accessories, and substitute products.⌉[

The “AI Attributes” tab in the product editor: add product Q&A, compatible accessories,
and substitute products.

[⌊AI Product Schema settings under WooCommerce → Settings: toggle Product schema,/
llms.txt, and AI robots.txt, and choose the schema mode.⌉⌊AI Product Schema settings
under WooCommerce → Settings: toggle Product schema, /llms.txt, and AI robots.txt,
and choose the schema mode.⌉[

AI Product Schema settings under WooCommerce → Settings: toggle Product schema, /
llms.txt, and AI robots.txt, and choose the schema mode.

[⌊The complete schema.org Product JSON-LD emitted on a product page, with AI attributes
merged in (no duplicate node).⌉⌊The complete schema.org Product JSON-LD emitted 
on a product page, with AI attributes merged in (no duplicate node).⌉[

The complete schema.org Product JSON-LD emitted on a product page, with AI attributes
merged in (no duplicate node).

## Installation

 1. Upload the plugin to `/wp-content/plugins/internick-ai-product-schema`, or install
    it from the Plugins screen.
 2. Activate it. WooCommerce must be installed and active.
 3. Go to WooCommerce  Settings  AI Product Schema to toggle features.
 4. Edit any product and open the **AI Attributes** tab to add Q&A, accessories, and
    substitutes.

## FAQ

### Does this create duplicate structured data with Yoast or Rank Math?

No. AI Product Schema detects those plugins and merges its AI attributes into their
existing Product schema node. It only prints a standalone node when no supported
SEO plugin is active (or when you force “Standalone” mode).

### Does it call any external AI service?

No. This version generates structured data and files from your own product data.
Nothing is sent to third parties.

### Where is the product data stored?

AI attributes are stored on the product via the WooCommerce CRUD API (product meta),
never through direct database writes.

### Is this another llms.txt plugin?

No. The main feature is merging AI product attributes into the Product JSON-LD that
WooCommerce and SEO plugins already output, with strict no-duplicate-node handling.
The `/llms.txt` index is optional and can be turned off entirely.

### What is llms.txt?

A simple Markdown convention (https://llmstxt.org/) that gives AI agents a concise,
curated index of a site. AI Product Schema serves one at `yourstore.com/llms.txt`
listing your published products.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Internick – AI Product Schema” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ internick2017 ](https://profiles.wordpress.org/internick2017/)

[Translate “Internick – AI Product Schema” into your language.](https://translate.wordpress.org/projects/wp-plugins/internick-ai-product-schema)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/internick-ai-product-schema/),
check out the [SVN repository](https://plugins.svn.wordpress.org/internick-ai-product-schema/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/internick-ai-product-schema/)
by [RSS](https://plugins.trac.wordpress.org/log/internick-ai-product-schema/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.0

 * Initial release: Product JSON-LD with Yoast/Rank Math coexistence, AI product
   attributes (Q&A, accessories, substitutes), `/llms.txt`, AI-crawler `robots.txt`
   directives, and a settings tab.

## Meta

 *  Version **0.1.0**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[JSON-LD](https://wordpress.org/plugins/tags/json-ld/)
   [schema](https://wordpress.org/plugins/tags/schema/)[structured data](https://wordpress.org/plugins/tags/structured-data/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/internick-ai-product-schema/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/internick-ai-product-schema/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/internick-ai-product-schema/reviews/)

## Contributors

 *   [ internick2017 ](https://profiles.wordpress.org/internick2017/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/internick-ai-product-schema/)