Skip to content

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:32
· 83 commits to main since this release

Changed

  • Structured-data action URLs are now bare (#574).
    • Offer.checkoutPageURLTemplate, BuyAction.urlTemplate, and the homepage SearchAction target URL previously carried a utm_source={agent_id} placeholder plus attribution UTMs. When a search engine surfaced one of these to a human, the unsubstituted {agent_id} corrupted order attribution and mis-labeled the sale as an AI referral.
    • The checkout links now emit a bare /checkout-link/?products=ID:1 (or the product permalink for bundle and grouped products), and the homepage search action emits a bare ?s={search_term}&post_type=product (keeping only the required search-term placeholder). WooCommerce then records the real per-engine source (Organic: Google, Referral: bing.com). Agent attribution is unaffected: agents identify via the UCP-Agent header on /checkout-sessions, not these URLs.
    • Orders that originated from a checkout link are flagged from WooCommerce's own landing-page data for future reporting.