Integrations and compatibility

SEO plugins, caching plugins, abandoned-cart plugins, HPOS and Cart/Checkout Blocks.

1 min read Updated Jun 8, 2026 Beginner

SEO plugins

  • Yoast SEO โ€” Mission Control reads _yoast_wpseo_metadesc for the meta-description and duplicate-meta checks, and uses Yoast’s sitemap_index.xml URL.
  • Rank Math โ€” reads rank_math_description and uses Rank Math’s sitemap_index.xml URL.

If neither plugin is active, the meta-description checks fall back to core data and surface a softer warning.

Caching plugins (11 supported)

The performance category detects: WP Rocket, W3 Total Cache, WP Super Cache, WP Fastest Cache, LiteSpeed Cache, Cache Enabler, Comet Cache, WP-Optimize, Autoptimize, SiteGround Optimizer, and Breeze. Mission Control does not configure them โ€” it just reports which one is active.

Abandoned-cart plugins (5 supported)

The orders category recognises: Cart Abandonment Recovery, CartFlows, CartBounty, Abandoned Cart Lite, and Retainful. For the Abandoned Cart Lite table schema, the plugin computes a real 7-day abandonment count, value, and rate.

High-Performance Order Storage (HPOS)

All order queries use wc_get_orders() and the order CRUD API, so the plugin is fully compatible with HPOS. The compatibility flag is also declared via FeaturesUtil::declare_compatibility, which keeps the WooCommerce status screen quiet.

Cart and Checkout Blocks

Compatibility is formally declared via FeaturesUtil::declare_compatibility. You can use the Block-based Cart and Checkout with Mission Control active without any warnings.

Privacy

No store data is sent to WPRobo. The only outbound call is the optional Core Web Vitals check, which sends the homepage URL to Google PageSpeed Insights when an API key is configured.

Did this answer your question?