| 开发者 | arnaud92 |
|---|---|
| 更新时间 | 2026年6月15日 16:38 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
products.jsonld feed (schema.org Product catalog)llms.txt feed (LLM-friendly catalog summary)acp.json feed (Agent Commerce Protocol)agent.json feed (with SHA-256 content-integrity proof)merchantstamp.com/.well-known/keys/<slug>, referenced inside agent.json so AI agents can verify the integrity of your published feed against a public key you controlhttps://merchantstamp.com/api/webhooks/pluginhttps://merchantstamp.com/js/silver-loader.v1.0.0.jsmsca_inject_loader is true) that helps AI discovery systems find this site's published feeds.add_filter( 'msca_inject_loader', '__return_false' );
Privacy
wp-content/uploads/merchantstamp-catalog-audit/private/ (created with index.php silencers and .htaccess denial rules).merchantstamp-catalog-audit folder to /wp-content/plugins/, or install via Plugins → Add New and search for "MerchantStamp Catalog Audit".No. Every feature runs locally on your WordPress server with no external service required. The plugin is fully usable without ever creating an account.
The plugin can audit, enrich, and publish AI-ready feeds entirely on its own. The MerchantStamp service adds capabilities that genuinely require a centralized backend: multi-site dashboard across many stores, cross-site verification key publication, advanced Slack/email alerting, and a CDN-hosted storefront loader. None of these can be done by a single WordPress install on its own.
No. It is read-only with respect to WooCommerce product records.
No. It works alongside them. If your SEO plugin already outputs structured product data, this plugin fills common gaps instead of replacing the schema layer.
Yes. The plugin detects product create/update/delete and stock changes, and schedules feed rebuilds automatically using WP-Cron with a 60-second debounce.
Unlimited. The plugin paginates through your entire catalog regardless of size.
The loader is only injected when (1) a MerchantStamp API key is entered AND (2) the filter msca_inject_loader returns true. To disable explicitly:
add_filter( 'msca_inject_loader', '__return_false' );
Yes. Uninstalling removes plugin settings, the private cache directory, and the scan history. Your WooCommerce product data is not changed. Public feed files in wp-content/uploads/merchantstamp-catalog-audit/feeds/ are intentionally preserved (in case AI agents still reference them) — you can delete them manually if desired.
Yes. The plugin declares HPOS compatibility and does not interact with the orders table.
php -l cleanly (verified with PHP 8.2).