iAmAI Connector links your WordPress / WooCommerce store to the iAmAI service (https://www.iam-ai.co.il) — an external SaaS platform that automatically writes and applies SEO, AEO (Answer Engine Optimization), and AI-visibility improvements to your site.
This plugin requires a free or paid iAmAI account. All features work with a free iAmAI account; paid tiers add higher AI-mention scan rate and additional analytics.
What the plugin does:
How it works:
The connection is built on standard WordPress Application Passwords (available since WP 5.6). You can revoke access at any time from Users Profile Application Passwords, or by clicking “Disconnect” inside the plugin’s settings page.
iAmAI Connector מחבר את אתר ה-WordPress / WooCommerce שלכם לפלטפורמת iAmAI לאופטימיזציה אוטומטית של SEO, AEO ונראות במנועי AI. התוסף דורש חשבון iAmAI (חינמי או בתשלום).
מה התוסף עושה:
איך זה עובד:
החיבור משתמש ב-Application Passwords הסטנדרטיים של WordPress (זמינים מ-WP 5.6); ניתן לבטל את הגישה בכל רגע מ-Users Profile Application Passwords או דרך כפתור “ניתוק” בעמוד התוסף.
This plugin connects your WordPress site to the iAmAI service (an external third-party SaaS at https://www.iam-ai.co.il) and exchanges data with it. The plugin will not function without an iAmAI account.
The following calls are made to the iAmAI backend:
1. On Connect (one-time, when an admin clicks the “Connect to iAmAI” button)
POST https://www.iam-ai.co.il/api/integrations/wordpress?action=install2. On Disconnect / Deactivate / Uninstall (one-time per event)
POST https://www.iam-ai.co.il/api/integrations/wordpress (action disconnect or plugin_event).disconnect, deactivated, or uninstalled), site URL, plugin version.3. On every admin visit to the plugin’s settings page (cached 60s)
GET https://www.iam-ai.co.il/api/integrations/wordpress?action=status&store_id=…&token=…4. On every page render of singular posts/pages (server-side, cached 1 hour per store)
GET https://www.iam-ai.co.il/api/seo/faq-public?store_id=…FAQPage Schema.org JSON-LD into the page <head>.5. On every non-front-page render (server-side, cached 1 hour per page)
GET https://www.iam-ai.co.il/api/seo/breadcrumb-public?store_id=…&path=…BreadcrumbList Schema.org JSON-LD.6. On every WooCommerce product page (server-side, cached 1 hour per product)
GET https://www.iam-ai.co.il/api/seo/product-schema-public?store_id=…&path=…Product Schema.org JSON-LD.7. On every storefront page view (visitor side, async, non-blocking)
https://www.iam-ai.co.il/pixel.js?sid=…&platform=wordpressPOST https://www.iam-ai.co.il/api/v1/p-signalmanage_options capability), and it does not load on admin, login, or AJAX pages.Backend site writes
iAmAI’s backend uses the WordPress REST API (authenticated with the Application Password created at install) to write back into your site:
POST /wp-json/iamai/v1/seo-fields — sets meta title, meta description, and focus keyword on individual posts (stored as standard postmeta fields).POST /wp-json/iamai/v1/gsc-verification — sets a Google Search Console verification token that the plugin injects into <head> via the standard google-site-verification meta tag.Terms and Privacy
Visitor tracking through the storefront pixel is anonymous, but as the site operator you remain responsible for any disclosures and consent required under GDPR / CCPA / local law. The iAmAI Privacy Policy describes the data iAmAI receives and how it is stored.