Google·training crawler
Google-Extended
Every Google-Extended request to findloc.ai is logged via Next.js middleware. This page is a live view of that data — refreshed hourly, no manual updates.
0
lifetime hits
0
hits · 30d
0
hits · 24h
Daily hits · last 30 days
2026-05-0630 days2026-06-04
About this crawler
Google-Extended is Google’s training crawler. Google's AI training opt-in, separate from regular Googlebot. Sites that block this remain in Google search but get excluded from Gemini / AI Overviews training. Notably absent from findloc.ai's crawler logs so far.
How this page works
- Every request to findloc.ai passes through a Next.js middleware.
- If the User-Agent matches a known AI bot pattern, one row is inserted into the
ai_crawler_visitsPostgres table. Fire-and-forget so the bot’s response isn’t slowed. - This page queries that table via three SECURITY DEFINER RPCs (
ai_bot_hit_counts,ai_bot_daily_hits,ai_bot_top_paths) on every render. - Page response is cached for 1 hour via Next.js ISR — so DB load is bounded even under load, and the freshest number is always at most 60 minutes old.
live Supabase aggregates · refreshed hourly · CC-BY 4.0