Brandon Lazovic

Pulse · August 21, 2026

Confirmed

Google adds a Preferred Sources button, word-based Discover controls, and audio news briefings

Google's August 20, 2026 announcement adds three personalization features. One is an embeddable Preferred Sources button that lets readers add a publisher to their Google account, so it appears more often in Top Stories, AI Overviews, and AI Mode; Google says over 600,000 sources have already been selected. Another is natural-language controls to refine the Discover feed by typing what to see more or less of. The third is curated audio news briefings in the Google News Android app.

In plain termsThe Preferred Sources button works like a follow button, since clicking it on your site tells Google to remember that preference and show your content more often across its search, Discover, and AI answer surfaces.

Why it mattersA publisher-embedded button that feeds a personal ranking signal into AI Overviews and AI Mode gives sites a direct, reader-driven lever into surfaces that otherwise rank on relevance alone.

Our takeSix hundred thousand selected sources is small against Google's index, but a personalization signal publishers can actively solicit is different from one only Google controls, and expect competitive pressure to add that embed code the way sites once raced to add AMP and schema. Watch whether Google ever publishes data on how much reach a preferred-source click actually buys before treating the button as more than a low-cost experiment.

Confirmed

Google tightens JSON-LD parsing to a single pass of HTML unescaping, and double-escaped schema now breaks

Google Search Central said on LinkedIn that it changed how Googlebot extracts JSON-LD structured data, now applying only a single pass of HTML unescaping instead of unrolling double-escaped entities like & or ✔. Google's Gary Illyes added that JSON escaping is defined in RFC 8259 section 7 and pointed sites toward standard JSON escapes or Unicode hex escapes. Sites relying on the old double-escaping behavior for prices, reviews, or FAQ markup risk having that markup silently fail to parse.

In plain termsHTML unescaping is the step that turns coded text like & back into a plain ampersand; Google used to do that twice in a row, which papered over a common templating mistake, and now it only does it once, so that same mistake leaves broken characters sitting inside your schema instead of getting cleaned up automatically.

Why it mattersStructured data that stops parsing does not throw an error a site owner would notice; it quietly stops earning rich results and AI-answer citations built on schema.

Our takeA parser tightening to spec produces zero warnings and zero crawl errors while structured data quietly degrades, so the real test is running your own JSON-LD through Google's Rich Results Test rather than assuming markup that validated last month still validates today. Any template that double-encodes ampersands or special characters before serializing JSON-LD is the one this breaks first.

Observed

ChatGPT search's use of the site: operator jumped 46-fold in a single day

Promptwatch's Klaas Foppen reported on August 10, 2026 that ChatGPT search's use of the site: operator jumped from 0.37% to 16.8% of tracked queries in a single day, August 8, a roughly 46-fold increase. Simon Willison flagged the finding and linked it to OpenAI's August 6, 2026 update giving GPT-5.6 Sol more reliable facts, speculating OpenAI added a structured search function with parameters like query, recency, and domains rather than instructing the model to type the operator itself.

In plain termsThe site: operator is the same trick a person types into Google to restrict results to one website, like site:brandonlazovic.dev, and Promptwatch's data shows ChatGPT's search feature suddenly started using that trick on a huge share of its own queries.

Why it mattersA silent, order-of-magnitude shift in how ChatGPT scopes its own searches changes which pages get crawled and cited with no changelog entry a site owner could check against their own traffic swings.

Our takeI argued in ChatGPT's source selection lives in an editable prompt OpenAI can rewrite overnight that OpenAI can change which sources ChatGPT favors with no public notice, and this Promptwatch data is that pattern showing up as a measurable before-and-after. Use of the site: operator jumped roughly 46-fold in a single day with no OpenAI announcement tying the two events together. Treat early August 2026 as a discontinuity in ChatGPT referral or citation trendlines, not noise.

Confirmed

Google confirms the August 2026 spam update finished rolling out after two days and 16 hours

Google's Search Status Dashboard and a Google Search Central LinkedIn post confirmed the August 2026 spam update finished rolling out on August 21, 2026 at roughly 4:50 a.m. ET, having launched August 18 at about 12:30 p.m. ET. Google reiterated it was a normal update targeting sites that violate its spam policies, not link spam or site reputation abuse, and Google's John Mueller said the update did not start earlier than announced despite some site owners feeling ranking movement sooner.

In plain termsA spam update rolling out means Google applies the change gradually across its systems over days rather than all at once, so rankings can keep shifting even after the update is first announced, until Google says the rollout itself is finished.

Why it mattersA confirmed end date gives sites that saw volatility this week a clean cutoff for isolating spam-update impact from any other change made in the same window.

Our takeGoogle explicitly ruling out link spam and site reputation abuse from this update's scope is a useful negative signal. Sites that lost rankings this week on either of those grounds are looking at a different, unrelated cause. By recent spam-update standards, the two-day, 16-hour window is short, worth noting for anyone building a seasonal expectation of how long these disruptions typically run.