Hi everyone,
Thanks for all the detailed inputs—this has been a really insightful thread.
Just to add a consolidated Adobe Analytics perspective:
What you’re observing (rise in Direct + drop in SEO around the same time as iOS 26 rollout) is very likely not a true loss of organic traffic, but rather a channel attribution shift caused by referrer loss or suppression.
In Adobe Analytics, both Natural Search and Referring Domains classification rely heavily on the referrer string. If that signal is missing or partially stripped (which can happen due to Safari privacy changes, redirects, intermediate hops, or consent timing), the hit will default to Direct / Bookmarked.
That aligns with what several of you have mentioned:
- SEO landing pages still receiving traffic, but misclassified
- Direct increasing proportionally
- Referring Domains and Natural Search declining together
- GSC showing a drop (which adds complexity and suggests either attribution mismatch or combined visibility effects)
The key point here is:
Adobe is not “reclassifying SEO as Direct due to iOS”
It is simply not receiving a usable referrer in those sessions, so the marketing channel processing rules fall back to Direct
Since this is not consistent across all markets/projects, it strongly suggests a site-specific amplification factor, such as:
- Redirect chains (especially cross-domain or tracking links)
- Referrer-policy differences
- Consent Management Platform delaying Adobe beacon firing
- Edge/security layers (Cloudflare, bot protection, etc.) stripping headers
- Marketing Channel rules behaving more strictly in this report suite
As others mentioned, even small implementation differences can significantly amplify iOS/Safari privacy effects.
The most reliable validation steps are:
- Test real iOS journeys and inspect
document.referrer - Compare request headers in network tab
- Validate whether Adobe hit fires before/after redirects or consent
- Cross-check Natural Search vs Referring Domains trend alignment
There is no direct way to restore lost referrer data once it is not passed to Adobe Analytics. However, you can reduce the impact by:
- Strengthening marketing channel rules (fallback logic where appropriate)
- Reducing redirect hops for SEO landing pages
- Ensuring consistent referrer-policy headers
- Reviewing CMP implementation timing vs tracking calls
This is almost certainly a data attribution shift, not an actual SEO performance drop, but the fact that it is isolated to one project strongly indicates a combination of iOS privacy behavior + implementation-specific fragility rather than iOS alone being the root cause.