Brandon Lazovic

Pulse · August 3, 2026

Confirmed

Google updates its crawl budget guidance to recommend 304 status codes

Google's crawl budget documentation, updated July 22, now explicitly recommends supporting HTTP 304 (Not Modified) responses: when a page hasn't changed since the last crawl, returning 304 lets Googlebot reuse its cached copy instead of retransmitting the page, freeing crawl capacity for other URLs. The guidance targets sites with 1 million or more pages updated weekly, 10,000 or more pages that change daily, or a large share of pages stuck in a discovered-but-not-indexed state.

In plain termsA 304 response is the server's way of saying 'nothing changed, use what you already have,' which saves it from resending a whole page just to have Google notice it's identical.

Why it mattersFor large or fast-changing sites, 304 support is a direct lever on how much of the catalog gets crawled and indexed at all.

Our takeGoogle formalizing a years-old capability in its crawl-budget doc signals crawl capacity is tight enough that they're pointing webmasters at cheap server-side fixes before anything more drastic. Worth auditing whether your CDN or CMS actually returns 304s correctly, since a surprising number silently return 200 with identical bodies.

Confirmed

Bing Webmaster Tools retires its SOAP and POX APIs on August 31, 2026

Microsoft confirmed via its own Bing Webmaster Tools help page that the legacy SOAP and POX/HTTP API endpoints retire August 31, 2026. After that date, requests to those endpoints stop being served. Every API method remains available on the JSON/HTTP (REST) protocol with identical functionality, the same API key, and unchanged quotas and rate limits. Only integrations calling the ssl.bing.com/webmaster/api.svc/pox or /soap endpoints are affected.

In plain termsSOAP and POX are older, more verbose ways for software to talk to a service. REST/JSON is the newer, leaner version most modern tools already use, so this is a same-data, tidier-delivery swap, not a data loss.

Why it mattersAny search-data pipeline still pulling Bing Webmaster data over SOAP/POX needs a REST migration before August 31 or it loses that feed entirely.

Our takeA one-month runway from an August 3 reminder to an August 31 cutoff is tight if anyone actually built against the old endpoints. Check any BigQuery or ETL job pulling Bing data now, since a silent failure on September 1 is the likely alternative to migrating.

Confirmed

The EU Commission lists four exemptions to Article 50's AI transparency duties

The EU AI Act Service Desk's Article 50 guidance names four core exemptions: deepfakes or AI text that is evidently artistic, satirical, or fictional, which still requires disclosing that fact even though it doesn't block display; content under human editorial review with named editorial responsibility; AI editing tools that don't substantially alter input data or meaning; and interactive AI systems where it is already obvious to a reasonably informed user that they're talking to AI. Terms such as substantially and evidently remain undefined, leaving compliance interpretation open.

In plain termsAn exemption here doesn't mean 'no rules apply,' it means a specific narrow carve-out applies, and it's still on the publisher to prove they qualify for it.

Why it mattersThe undefined terms mean a brand can't self-certify an exemption with confidence, so the safer posture is still documenting the editorial-review path Article 50(4) actually requires.

Our takeI flagged the editorial-responsibility exemption under 50(4) and the artistic-satirical carve-out for deepfakes in my Article 50 piece. This EU guidance confirms both and adds two exemptions I hadn't detailed: the assistive-editing carve-out and the obviousness exemption for interactive AI systems.

Confirmed

Google updates its Business Profile guidance on fraudulent calls and texts

Google refreshed its Business Profile help page on fraudulent calls and texts, adding guidance on identifying legitimate outreach over WhatsApp and RCS. Google's own verified WhatsApp accounts show a blue checkmark with the account name Google Maps or Google Maps followed by the country name. Verified RCS messages carry the same blue-checkmark treatment next to the sender's name. The page also refreshed its examples of common fraud call and message patterns.

In plain termsIf a message claiming to be from Google doesn't show that blue checkmark next to the Google Maps name, it isn't actually Google, whatever it claims.

Why it mattersLocal and multi-location businesses are the direct target of these impersonation scams, so the verification signals in this update are what a business's own staff need to recognize before acting on a fraudulent Google contact.

Our takeWorth forwarding straight to any client's front-line staff who handle Business Profile calls, since impersonation scams targeting local businesses trend seasonally and this update reads like Google responding to an active wave.