Google confirmed the rollout of its August 2026 spam update on 18 August at 9:27 a.m. Pacific. It is the third spam update of the year, after March and June. The rollout is global, covers every language, and is expected to take several days before it fully settles.
What Google announced
Google’s statement comes down to a few verifiable points. The update is a search-ranking change applied to sites everywhere, regardless of region or language. No new spam policy ships with the rollout: the published rules remain the reference to check against. Google also clarified that this rollout does not specifically target link spam or site reputation abuse, both of which are handled by separate updates.
A spam update does not change the editorial-quality signals assessed by the core ranking systems. It sharpens automated detection of practices that are already prohibited: scaled content abuse with no added value, cloaking, sneaky redirects, doorway pages, and expired-domain abuse.
A spam update enforces existing rules more strictly; it does not introduce a new policy.
A third rollout in 2026
The 2026 cadence confirms the rhythm Google has kept since its automated anti-spam systems went mainstream. The table below recaps the year’s confirmed spam updates.
| Update | Rollout start | Scope | New rules |
|---|---|---|---|
| March 2026 spam update | March 2026 | Global, all languages | No |
| June 2026 spam update | June 2026 | Global, all languages | No |
| August 2026 spam update | 18 August 2026 | Global, all languages | No |
What publishers can check
During a rollout, the first useful step is to separate a spam-related drop from ordinary volatility. Search Console remains the reference tool: the manual-actions section flags any explicit penalty, while the URL Inspection API confirms the indexing state of a specific page without waiting for the aggregate report.
# Vérifier l’état d’indexation d’une URL via l’API Search Console
curl -X POST \
"https://searchconsole.googleapis.com/v1/urlInspection/index:inspect" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"inspectionUrl": "https://exemple.fr/article/",
"siteUrl": "sc-domain:exemple.fr"
}'
# Le champ "verdict" renvoie PASS, NEUTRAL ou FAIL,
# et "coverageState" précise la raison d’une non-indexation.
Watch out. No conclusion should be drawn before the rollout completes, which takes several days. A site hit by mistake fixes the issues it can identify, documents the changes, then waits for the next recalculation cycle: recovery is never immediate, and it does not depend on a reconsideration request as long as no manual action is reported.
The takeaway
The August 2026 spam update tightens enforcement of rules that are already known, without adding new ones. Sites that respect Google’s spam policies have no emergency fix to run; those that lean on mass-produced content or manipulative techniques remain the most exposed. The right response is patient observation of Search Console data until rankings stabilise.
Every rollout, I watch the same rush: sites that rebuild their internal linking or delete pages by day two, before the update has even finished. It is almost always a mistake. I systematically wait for the rollout to end and for about ten days of clean data before deciding anything — and nine times out of ten, the first-day panic pointed to nothing durable. — Simon Janvier
Further reading: the official ranking-updates board is published on the Google Search Status Dashboard.
