Google just added a new AI fetcher—Google-Agent—on 20 March 2026, and it’s already rewriting ranking rules while your analytics sleep. Here’s the fastest way to spot it, filter it, and turn it into free SEO wins.
What Google just added: Google-Agent in 30 seconds
- User-triggered only – fires when someone in Search, YouTube, or Chrome’s Mariner AI asks for a page.
- Bypasses robots.txt – classified as a “user browser,” not a crawler.
- Two UA strings you can log:
Google-Agent/1.0 (Desktop; https://developers.google.com/search/docs/crawling-overview) Google-Agent/1.0 (Mobile; …) - 774 k discovery sessions/month and growing; one test moved a keyword from #12 → #6 in seven days with zero new links.
Why this matters today
- Analytics integrity: zero scroll, dwell, or ad viewability—count it as human and your RPM tanks overnight.
- Ad revenue: 5-9 % of impressions are already “phantom” and can’t be monetized.
- Real-time rankings: agents feed Google’s discourse graph instantly; bad or thin structured data = visibility loss before a human ever clicks.
Detect & filter Google-Agent right now
Apache / Nginx
if ($http_user_agent ~ "Google-Agent") { access_log off; }
Or pipe to a separate log so you keep the data but out of GA4.
Google Tag Manager
function() { return navigator.userAgent.includes('Google-Agent'); }
Block tags when it returns true.
GA4 / Looker Studio
Join the separate log on timestamp to correlate agent hits with ranking jumps.
5-step “Agentic SEO” checklist
- Entity-first copy – every paragraph must reinforce the primary entity; Google NL API salience ≥ 0.3.
- Maxed schema – Article, Product, FAQ, HowTo, Speakable, ProsAndCons; add
additionalPropertyfor pricing andhasCredentialfor E-E-A-T. - Multi-modal parity – for every 1 000 words publish: 1 custom thumbnail, 1 vertical 30-s recap, 1 audio summary.
- Token-efficient answers – ≤ 150-token summaries under each H2 so Gemini & Claude can quote inline.
- Agent.json endpoint –
/agent.jsonrefreshed < 15 min; agents poll JSON before HTML and ignore cache headers.
Real-world numbers (March 2026)
- SaaS A: +41 % agent traffic, –12 % human sessions, MQLs flat after entity optimization.
- Local plumber B: +18 % calls in 14 days after agent spotted missing “emergency 24 h” entity in GBP.
- Publisher C: eRPM dropped $1.40 until agent traffic was filtered.
What’s next
Google’s leaked 2026 roadmap shows agentic commerce—agents that checkout inside Search and YouTube. If your product feed isn’t agent-ready, you’ll vanish for the 30 % of users who never leave the AI pane. 2027-28 full autonomy is coming; today is the grace period.
Action board
- Add the log rule above today.
- Audit structured data in Search Console.
- Publish
/agent.jsonand update it every 15 min. - Watch rankings climb while competitors still wonder where their traffic went.