Linux 软件免费装
Banner图

ShopToAI Connector

开发者 iluxaweb
更新时间 2026年8月14日 19:15
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce ai schema structured data json-ld

下载

0.13.3

详情介绍:

ShopToAI Connector places machine-readable product data (Schema.org / JSON-LD) on your WooCommerce product pages so AI shopping assistants such as ChatGPT, Perplexity and Gemini can read your catalog and recommend your products. It connects your store to ShopToAI, a hosted service that audits your catalog, fixes gaps and builds the markup. The plugin is the piece that puts that markup into your live pages, where the REST API alone cannot reach reliably. What the plugin does on your site The plugin never invents product data. It only places markup that you have reviewed and approved in the dashboard, and every response it fetches is cached with a short fallback so a brief network problem never slows your pages. External service: ShopToAI This plugin requires an account with ShopToAI, a third-party service operated by YAStuning OÜ (the data controller named in the Privacy Policy). The plugin will not produce any markup without it. When configured, the plugin makes requests to the ShopToAI API (by default https://shoptoai.com) to: No customer or order data is sent. The requests carry product identifiers and your connection keys only. The API base URL is fixed to https://shoptoai.com; a self-hosted or white-label deployment can override it with the SHOPTOAI_API_BASE constant in wp-config.php. Developed by ILUXA WEB (https://iluxa-web.com) for ShopToAI. Compatibility note The plugin requires WooCommerce's REST API v3, which shipped as the standard in WooCommerce 3.5 and later; a store on an older WooCommerce release will show a clear "not found" error at connection time rather than a silent failure. Automated tests run against a lightweight WordPress/WooCommerce test double, not a live install of every listed version - if you hit an issue on a specific WordPress or WooCommerce release, please report it so we can confirm and update this note.

安装:

  1. Install and activate the plugin, then open Settings -> ShopToAI Connector (there is also a Settings link next to the plugin on the Plugins screen).
  2. Open your store in the ShopToAI dashboard and expand the "Plugin setup" panel.
  3. Copy the Feed token and Plugin secret into the plugin settings and save.
  4. Click Test connection to confirm your store shows as connected.
Once an audit or AI enrich has run in the dashboard, your product pages start carrying the approved markup automatically.

屏幕截图:

  • Test connection confirms the store is talking to ShopToAI and now shows as connected in the dashboard.
  • The plugin on your Plugins screen, with a direct link to its settings.

升级注意事项:

0.13.1 Documentation-only: corrected version-compatibility claims. No action needed. 0.13.0 Internal cleanup for the WordPress.org release. Your settings carry over automatically; no action needed. 0.12.0 Scales markup injection to large catalogs and serves /llms.txt and AI guides from your own domain.

常见问题:

Do I need a ShopToAI account?

Yes. The plugin places markup that ShopToAI builds for your catalog, so it needs your account's feed token and plugin secret. Without them it stays inactive and changes nothing on your site.

Will it slow down my product pages?

No. Every fetch from the API is cached, and a brief network failure is negatively cached for a few minutes, so a page view never turns into a repeated blocking request.

Does it send my customer or order data anywhere?

No. The plugin sends only product identifiers (SKU and WooCommerce ID) and your connection keys to the ShopToAI API. It does not read or send customer, cart or order data.

What happens to my existing structured data?

When the plugin has approved markup for a product, it emits one Product block and hides the duplicate Product markup from WooCommerce core and Yoast. If it has no data for a product, your existing markup is left exactly as it was.

Can I point it at a self-hosted or white-label instance?

Yes. Define the SHOPTOAI_API_BASE constant in wp-config.php with your own ShopToAI base URL (it defaults to https://shoptoai.com). The URL must be https, since your feed token and plugin secret travel over it; plain http is accepted only for a local development host.

What does uninstalling remove?

Everything the plugin stored: your connection settings and all cached feed data. Deactivating leaves your settings in place, so you can deactivate and reactivate without re-entering anything.

I already run the older AEO Connector plugin. What happens?

This plugin replaces it. While the old one is still active this one stays out of the way and shows a notice, so your pages never carry two competing Product blocks. Deactivate the old plugin and this one picks up your existing settings automatically.

更新日志:

0.13.3 0.13.2 0.13.1 0.13.0 0.12.0