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.
wordpress.org/plugins/llmo-schema-markup
Installation Options:
Plugins → Add New → Search "LLMO Schema Markup" → Install
Plugins → Add New → Upload Plugin → Select ZIP file
Upload plugin folder to wp-content/plugins/
Step 2: Activate Plugin
Activate the LLMO Schema Markup plugin in your WordPress Admin.
After Activation:
Step 3: Connect WooCommerce Shop
Connect your WooCommerce shop in Libers Suite Dashboard via WooCommerce REST API.
Required Steps:
- Go to Libers Suite Dashboard → Shops
- Click Add Shop
- Select WooCommerce as shop type
- Enter your Shop URL
- Create WooCommerce API Keys (Consumer Key + Consumer Secret)
- Save the connection
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.
Step 5: Generate Knowledge Packs
Create AI-optimized Knowledge Packs for your products.
What happens?
_llmo_*)Step 6: Verify Schema.org Markup
Check if the WordPress plugin correctly outputs Schema.org markup.
Verification Tools:
Right-click → "View Page Source" → Search for "LLMO Schema Markup"
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.