=== GenVisiAI for WooCommerce ===
Contributors: devgokul178
Tags: seo, ai, woocommerce, llms, schema
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.1
Requires Plugins: woocommerce
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

AI-powered product catalog visibility for WooCommerce stores.

== 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 ==

1. Upload the plugin files to the /wp-content/plugins/genvisiai-woocommerce directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Ensure WooCommerce is active.
4. Go to WooCommerce > AI Settings and configure options.

== Frequently Asked Questions ==

= 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.

== Screenshots ==

1. AI catalog dashboard overview.
2. Plugin settings screen.
3. Product processing status and queue management.

== Upgrade Notice ==

= 1.0.0 =
Initial release.

== Changelog ==

= 1.0.0 =
* Initial release.
