Description
This plugin exposes structured product data for AI systems via:
- dynamic /llms.txt and /llms-full.txt files
- JSON-LD Product schema markup
- a public catalog REST endpoint
- robots.txt crawler allowances for AI bots
- optional AI-powered semantic summary generation
Free Features (Current Release)
- Dynamic /llms.txt and /llms-full.txt generation for product discoverability
- AI crawler directives appended to robots.txt (GPTBot, OAI-SearchBot, PerplexityBot, ClaudeBot, Google-Extended, Meta-ExternalAgent)
- Public WooCommerce product catalog feed endpoint: /wp-json/genvisiai-woocommerce/v1/catalog
- Product-level JSON-LD schema output on WooCommerce product pages
- Admin dashboard with AI visibility and processing status metrics
- Background job queue to generate/update semantic product summaries when API key is configured
- Internationalization-ready text domain and language template (.pot)
Performance & Large Inventory
- Product queueing and product-stat syncing run in batched background processing to support large catalogs.
- Queue workers run on a recurring cron schedule, reducing frontend/admin request overhead.
- Runtime output endpoints use transient caching to reduce repeated generation load.
Premium Roadmap
Premium features can be added in a future MVP release while this base feature set remains available for freemium distribution.
External Services
This plugin optionally connects to third-party AI services for semantic product summary generation. These are optional features and not required for core functionality (llms.txt generation, schema markup, etc.).
Google Gemini API
– Service: Google’s Generative AI for creating product semantic summaries
– Data Sent: Product title, description, and content (only when you configure the API key and enable AI summaries)
– When: Only when processing products with the AI summarization feature enabled
– Terms: https://ai.google.dev/terms
– Privacy Policy: https://policies.google.com/privacy
OpenAI API
– Service: OpenAI’s GPT models for creating product semantic summaries
– Data Sent: Product title, description, and content (only when you configure the API key and enable AI summaries)
– When: Only when processing products with the AI summarization feature enabled
– Terms: https://openai.com/terms
– Privacy Policy: https://openai.com/privacy
Installation
- Upload the plugin files to the /wp-content/plugins/genvisiai-woocommerce directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Ensure WooCommerce is active.
- Go to WooCommerce > AI Settings and configure options.
FAQ
-
Does this plugin require WooCommerce?
-
Yes. It is designed for WooCommerce stores.
-
Are external APIs required?
-
No for core functionality. External API keys are only needed for optional AI semantic summary generation.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“GenVisiAI for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “GenVisiAI for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.