WooCommerce Integration

WooCommerce Integration Guide

Integrate Libers Suite with your WooCommerce store using our free WordPress plugin. Optimize your products for AI search engines like ChatGPT, Perplexity, Claude, and Google SGE.

WordPress Plugin

Free on WordPress.org Plugin Directory

Easy Installation

No theme modifications required

Schema.org Markup

Automatic JSON-LD output

Step 1: Install WordPress Plugin

Install the free LLMO Schema Markup plugin from the WordPress.org Plugin Directory.

Plugin Name: "LLMO Schema Markup"
wordpress.org/plugins/llmo-schema-markup

Installation Options:

Option 1: WordPress Admin

Plugins → Add New → Search "LLMO Schema Markup" → Install

Option 2: ZIP Upload

Plugins → Add New → Upload Plugin → Select ZIP file

Option 3: FTP/SSH

Upload plugin folder to wp-content/plugins/

Step 2: Activate Plugin

Activate the LLMO Schema Markup plugin in your WordPress Admin.

After Activation:

1
Plugin appears under WooCommerce → LLMO Schema
2
Admin interface shows statistics and test links
3
Plugin is ready to output Schema.org markup
Important: The plugin requires WooCommerce. Make sure WooCommerce is installed and activated.

Step 3: Connect WooCommerce Shop

Connect your WooCommerce shop in Libers Suite Dashboard via WooCommerce REST API.

Required Steps:

  1. Go to Libers Suite Dashboard → Shops
  2. Click Add Shop
  3. Select WooCommerce as shop type
  4. Enter your Shop URL
  5. Create WooCommerce API Keys (Consumer Key + Consumer Secret)
  6. Save the connection
Create WooCommerce API Keys:
WooCommerce → Settings → Advanced → REST API → Keys/Apps → Add Key
Permissions: Read/Write

Step 4: Synchronize Products

Import your WooCommerce products into Libers Suite with one click.

Automatic Import: Products are automatically transferred via WooCommerce REST API. No manual input required.

Step 5: Generate Knowledge Packs

Create AI-optimized Knowledge Packs for your products.

What happens?

1
Libers Suite analyzes your product data with AI
2
Generates optimized titles and descriptions
3
Writes data back to WooCommerce as custom fields (_llmo_*)

Step 6: Verify Schema.org Markup

Check if the WordPress plugin correctly outputs Schema.org markup.

Verification Tools:

Page Source

Right-click → "View Page Source" → Search for "LLMO Schema Markup"

Google Rich Results Test

search.google.com/test/rich-results

Schema.org Validator

validator.schema.org

Expected Schema.org Markup in <head>:

<!-- LLMO Schema Markup for AI Crawlers -->
<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "Your Product Name",
  "description": "AI-optimized product description...",
  "image": "https://example.com/image.jpg",
  "sku": "12345",
  "brand": {
    "@type": "Brand",
    "name": "Your Brand"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://example.com/product/...",
    "priceCurrency": "EUR",
    "price": "29.99",
    "availability": "https://schema.org/InStock"
  }
}
</script>
<meta name="llmo-optimized" content="true" />
<!-- /LLMO Schema Markup -->

Technical Details

System Requirements

  • WordPress 6.0+
  • PHP 8.0+
  • WooCommerce (current version)
  • HTTPS (recommended)

Custom Fields

  • _llmo_description_ai - AI-optimized description
  • _llmo_title_ai - AI-optimized title
  • _llmo_optimized - Optimization status

Frequently Asked Questions

Do I need to modify my theme?

No. The plugin automatically injects Schema.org markup into the <head> section without theme modifications.

Does the plugin affect page load time?

No. The markup is only output on product pages and has minimal overhead (~2-3KB per page).

What happens if I deactivate the plugin?

The Schema.org markup will no longer be output. Custom fields remain intact and can be used again later.