Brandon Lazovic

Pulse · August 6, 2026

Confirmed

Google adds AI-driven food ordering and checkout to Ask Maps

Google announced Ask Maps can now place food orders directly: a conversational request finds a matching restaurant along the user's route and adds items to cart through delivery partners Square and Toast, with Uber Eats coming soon, per Google's August 6 blog post. Food ordering and a new hotel/event search with real-time pricing roll out first in the U.S., while a companion live transit-delay widget rolls out everywhere Ask Maps already operates.

In plain termsInstead of searching for a restaurant and then ordering separately, you can now just ask Google Maps for a specific dish and it finds a place along your route and starts your order for you.

Why it mattersConversational commerce that finds, carts, and checks out in one request is the agentic-checkout pattern e-commerce brands need their product and location data structured for, not just their ads.

Our takeI've tracked this same mechanic converging across Amazon, Google, and OpenAI: the platform generates the transaction at query time from structured merchant data instead of routing through separate search-then-order steps. Ask Maps applying it to food pickup means restaurant and menu data quality, not just ad spend, decides whether a brand gets found inside that single conversational request.

Confirmed

Google Merchant Center rolls out 'Deal Ends' urgency badges generated automatically from feed sale-price data

Google published a new Merchant Center help document describing 'Deal Ends,' an experimental Product Listing Ads annotation showing countdown badges like '3 days left' beneath prices. Badges generate automatically from existing sale_price and sale_price_effective_date feed attributes when a discount meets seasonal thresholds, 10% off during holidays or 5% otherwise, expiring within 7 days at the lowest price in 15 to 60 days. It runs globally except the EEA+, Switzerland, and the UK, and merchants cannot currently opt out.

In plain termsGoogle is now automatically putting 'X days left' urgency labels on qualifying sale prices in Shopping ads, pulled straight from data merchants already submit, and there's no setting to turn it off.

Why it mattersA Shopping-surface feature that reads straight off sale_price and its effective-date field turns feed pricing hygiene into a visibility lever, with no way to decline it once eligible.

Our takeI've called this pattern a convergence tax: Google keeps building new surfaces directly on top of feed attributes merchants already submit, which raises the cost of letting sale_price and sale_price_effective_date drift out of sync. Deal Ends turns that drift into a visible defect instead of a quiet one: get the eligibility math wrong and a badge either fails to appear or shows the wrong countdown, in front of shoppers, not just in an audit report.

Confirmed

WordPress 7.1 rewrites admin post-list table HTML to fix an 11-year screen-reader bug, risking plugin breakage

WordPress 7.1, releasing August 19, 2026, changes the semantic HTML of admin post-list tables: the row header (th scope='row') moves from the checkbox column to the post-title column, fixing ticket #32892, an 11-year-old bug where screen readers announced 'Select All' instead of the post's title. Make WordPress Core documented the change August 3. Plugins using CSS or JavaScript selectors that assume the old th/td positions may break and should be tested against a 7.1 pre-release build before the stable release ships.

In plain termsWordPress is changing which table cell in its post-editing screen carries the technical 'label' role, so screen readers correctly announce the post's title instead of a checkbox; any tool that reads that screen by its old cell positions could stop working correctly.

Why it mattersAny SEO or content-ops tooling that bulk-edits titles or metadata through the WP admin post list via CSS/JS selectors should test against a 7.1 pre-release build now, before the August 19 release ships the change live.

Our takeI've argued that machines, agents as much as screen readers, depend on semantic roles rather than positional selectors to parse a page correctly, and that degraded structure measurably hurts task success. WordPress fixing this exact failure mode in its own admin tables is a reminder that the plugins most likely to break are the ones that targeted th and td by position instead of reading the semantic row-header role screen readers actually rely on.