Confirmed
Search Console's platform properties for social and video content go globally live
Google confirmed on July 29, 2026 that platform properties in Search Console, first announced earlier this month, are now globally available to everyone. The feature tracks how a site's Instagram, TikTok, X, and YouTube content performs in Google Search, Discover, and Google News. Alongside the rollout, Google published a new guide on analyzing social and video performance, covering query-group trends in the Insights report, a 24-hour spike filter, cross-platform data export, and annotations for tracking edits like a retitled video.
In plain termsSearch Console is Google's free tool for seeing how your own website performs in Search, and a platform property extends that same reporting to content you post elsewhere, showing which searches actually lead people to a YouTube video or a TikTok post.
Why it mattersThe property launched as a gradual beta three weeks ago, and what's new today is a defined workflow for the data: spotting trending query groups, catching 24-hour spikes, and exporting cross-platform comparisons instead of treating the report as a novelty.
Our takeThe feature is old news from earlier this month. The workflow guide is what actually makes it usable, and whether Search Console's Insights report becomes the default cross-platform dashboard for creators now depends on people working through those steps, not just having access to the property.
Confirmed
Google's Gemini API Managed Agents switch to 3.6 Flash and add execution hooks
On July 28, 2026, Google said the antigravity-preview-05-2026 agent in its Gemini API Managed Agents now runs Gemini 3.6 Flash by default, though developers can still select Gemini 3.5 Flash or the lower-cost 3.5 Flash-Lite instead. Google also added environment hooks that run a custom script before or after a tool call inside the sandbox, a max_total_tokens budget cap, cron-based scheduled triggers, and a free tier for testing without billing.
In plain termsManaged Agents is Google's hosted sandbox for an AI agent that writes and runs its own code, and a hook lets you insert a checkpoint script that can inspect or block what the agent is about to do before it happens.
Why it mattersHooks that inspect a tool call before it runs are the first native audit checkpoint Google has shipped for these agent sandboxes.
Our takeThe hooks matter more than the model bump. Expect competing agent platforms to ship the same kind of pre-execution checkpoint once enterprise buyers start asking how they audit what an autonomous agent actually did.
Confirmed
Databricks lets AI Search endpoints scale to thousands of queries per second with one setting
On July 28, 2026, Databricks said standard AI Search endpoints can now scale by setting a single target_qps parameter, without manually provisioning replicas, sizing nodes, or building a load balancer. It targets retrieval-heavy paths like site search bars, 'you may also like' recommendation panels, and real-time entity-resolution lookups, where every page view can trigger a query and unmanaged capacity produces 429 errors or latency spikes.
In plain termsQPS means queries per second, roughly how many searches a system can answer at once, and Databricks customers can now just declare their target volume and let the platform provision capacity automatically instead of sizing servers by hand.
Why it mattersTeams running product-catalog or recommendation search on Databricks can skip a capacity-planning step that used to require dedicated infrastructure work before a retrieval feature could handle real traffic.
Our takeThe real signal is the interface, not the throughput number. Declaring an outcome instead of provisioning resources for it is spreading from compute to search to inference, and it's how infrastructure vendors are now competing on simplicity rather than raw performance.
Confirmed
Shopify adds UPS return labels inside the fulfillment admin
On July 29, 2026, Shopify said merchants can now generate a UPS return label directly from any fulfilled order in the Shopify admin, choosing either Shopify's discounted UPS rates or their own UPS account, then deliver it to the customer by email or a shareable link. The feature covers U.S. domestic orders only. Carriers charge only once they scan a label, and unused labels expire after six months at no cost.
In plain termsA return label is the prepaid shipping label a customer prints or receives by email to send an item back, and Shopify now generates the UPS version directly instead of merchants relying on a separate returns app.
Why it mattersReturns friction raises cart abandonment and lowers repeat-purchase rates, so folding label creation into the same admin removes a dependency many merchants currently pay a separate returns app to handle.
Our takeThis is a convenience feature that fits a pattern: Shopify keeps absorbing point-solution categories into the core admin. Check whether a returns-app subscription still earns its keep against a free, first-party option for the basic case.
Observed
Google's Illyes: pushing an unavailable_after date forward only works if Googlebot recrawls in time
Responding on LinkedIn to a practitioner question about dynamically extending unavailable_after dates on short-lived listings, Google's Gary Illyes said pushing the date forward works in principle, but Google must crawl the page again to register the new date. Miss that recrawl before the original date passes, he said, and the URL can drop from the index on the old schedule anyway. He suggested setting the tag to the real expiration date instead of a placeholder that keeps moving.
In plain termsunavailable_after is a snippet telling Google to stop showing a page after a certain date, and Illyes is warning that Google only notices a newer date if it happens to recrawl before the old one arrives, so constantly pushing the date later can backfire.
Why it mattersSites relying on unavailable_after for high-turnover inventory such as renewed listings, ads, or time-limited product pages risk premature deindexing if their crawl frequency lags how often the date changes.
Our takeTreat unavailable_after like any other index-affecting tag on a page whose crawl frequency you don't control. If a listing renews faster than Googlebot revisits it, a firm 404 or 410 on true expiration is the more reliable signal than a date field that keeps sliding.
Observed
Bing spotted testing prices directly on product images in organic results
A screenshot posted on X by Sachin Patel showed Bing overlaying a price directly on a product image inside organic search results, where Bing normally shows only a star rating on the image, with the price listed separately underneath. Search Engine Roundtable's Barry Schwartz says he separately saw a second layout, with two rows of product images stacked under a single result snippet. Bing has not confirmed either change, and Schwartz notes Bing runs a lot of SERP feature tests.
In plain termsA price on the thumbnail itself works like a Shopping ad's price badge, letting a shopper compare prices right from the results page without opening a single listing, which can pull clicks toward whichever product looks cheapest at a glance.
Why it mattersA price shown directly on the product thumbnail changes what makes a listing image worth clicking, so anyone optimizing product images for Bing's organic results should watch this as a live test, not yet a ranking factor.
Our takeBing's SERP tests come and go fast and rarely get an official confirmation. The practical move is watching your own Bing Webmaster Tools impressions on product pages over the next few weeks rather than reworking image assets for a layout that may never ship broadly.