Adriano GEO Context and Crawl Monitor
Adriano GEO Context and Crawl Monitor

Adriano GEO Context and Crawl Monitor

0/5 (0 ratings) 20 active installs Updated Aug 7, 2026
<strong>Dashboard</strong> – Overview of AI crawler activity with stat cards, distribution bars, and recent log table.

<strong>Dashboard</strong> – Overview of AI crawler activity with stat cards, distribution bars, and recent log table.

Adriano GEO Context and Crawl Monitor is a professional Generative Engine Optimization (GEO) plugin designed to help your WordPress site rank better in AI-powered search engines like ChatGPT, Perplexity, Bing Copilot, and Google AI Overviews.

Unlike traditional SEO plugins that focus on ranking in classic SERP results, GEO AIEngineer focuses on how Large Language Models (LLMs) and AI crawlers discover, understand, and reference your content.

Core Features

Module 1 – Virtual AI Context Endpoint
Creates a virtual /ai-context.json endpoint (no physical files created) that serves a structured JSON summary of your site to AI crawlers. Includes site metadata, recent content, post types, and taxonomy information. Responses are cached via the WordPress object cache for optimal performance.

Module 2 – JSON-LD Semantic Markup
Automatically injects structured data (JSON-LD format) into your page <head>. Supported schemas include:

  • WebSite with SearchAction
  • Organization with logo
  • Article with author, publisher, and featured image
  • BreadcrumbList for navigation context
  • FAQPage auto-detected from Gutenberg H3/paragraph blocks

Intelligently detects active SEO plugins (Yoast SEO, RankMath, SEOPress, All in One SEO) and avoids injecting duplicate schema that would conflict with them.

Module 3 – AI Crawler Tracking
Identifies and logs visits from 19+ AI crawlers including GPTBot (ChatGPT), ClaudeBot (Anthropic), Google-Extended, PerplexityBot, Bingbot, YouBot, CCBot, DuckAssistBot, Amazonbot, and more. Total hit counts and per-crawler breakdowns are unlimited in both Free and Pro versions. All tracking data is stored locally in your WordPress database. IP addresses are anonymized using one-way SHA-256 hashing.

Module 4 – Rich Content Extraction
The /ai-context.json endpoint includes full, AI-readable content for every featured page or post:

  • Full body text (HTML stripped, shortcodes rendered, truncated to a configurable length)
  • Heading outline (H1–H4) for instant structural understanding
  • Featured image URL
  • Author, categories, tags, publish and modified dates
  • Two modes: Automatic (most recently modified N pages) or Manual (Pro feature: pick exactly which pages to expose)

Module 5 – Pro Reports & Exports (Pro)
* Weekly Automated Email Digest: Scheduled WP-Cron HTML report featuring hit totals, week-over-week percentage change, top 3 crawlers, and full breakdown.
* White-Label Printable PDF Reports: Clean, print-optimized HTML report with agency branding and custom logo upload, printable directly to PDF from your browser.
* One-Click CSV Export: Download complete crawler visit logs as a CSV file for deep offline analysis.

Dashboard

A clean, modern admin dashboard provides:

  • Total AI crawler hit count (unlimited in Free and Pro)
  • Per-crawler breakdown with visual distribution bars (unlimited in Free and Pro)
  • Recent log entries (last 25 for Free, last 1,000 for Pro)
  • Export buttons for PDF/Print report and CSV download (Pro)
  • One-click log clearing

Privacy & GDPR

  • No phone home: Zero crawler tracking data is ever sent to external servers (all tracking logs remain strictly local)
  • IP anonymization: SHA-256 hashing with subnet truncation (/24 IPv4, /48 IPv6) and site-specific salt (enabled by default)
  • Storage limitation: Configurable log retention (7 days for Free, up to 10 years for Pro), automatically pruned via WP-Cron
  • Right to erasure: Delete all data with one click or upon plugin uninstallation
  • Data minimisation: Only necessary fields required for crawler analytics are stored

SEO Plugin Compatibility (No Duplicate Tags)

Adriano GEO Context and Crawl Monitor is designed to work out-of-the-box alongside all major SEO plugins:
* Yoast SEO
* RankMath
* All in One SEO (AIOSEO)
* SEOPress

When any of these plugins are active, Adriano GEO Context and Crawl Monitor automatically:
1. Detects their presence and prevents injecting duplicate core schemas (such as WebSite, Article, and Breadcrumbs).
2. Injects only AI-specific semantic metadata (#ai-markup block containing LLM targeting, context mapping, and structured entity associations) that traditional SEO plugins do not generate.
3. If no SEO plugin is active, Adriano GEO Context and Crawl Monitor injects full standard schemas (JSON-LD WebSite/Article) along with its AI-specific metadata.

Free vs Pro Comparison

  • Total Hit Counter & Breakdown: Unlimited in both Free and Pro versions.
  • Recent Event Log: Free shows the 25 most recent crawler hits; Pro shows up to 1,000 entries.
  • Log Retention: Free is fixed at 7 days; Pro supports retention periods up to 10 years (3,650 days).
  • Content Selection Mode: Free includes Automatic mode (most recently modified pages); Pro unlocks Manual mode to pick specific pages/posts.
  • Weekly Email Report: Pro feature (automatically delivers weekly activity summary via email).
  • Printable PDF Reports: Pro feature (generates white-label printable PDF reports with custom logo & agency name).
  • CSV Export: Pro feature (export all crawler logs to CSV).

Technical Highlights

  • WordPress Coding Standards compliant
  • PHP 8.x compatible
  • All database queries use $wpdb->prepare() with placeholders
  • All inputs sanitized, all outputs escaped
  • Nonce-protected AJAX handlers
  • register_activation_hook + dbDelta() for safe table creation & idempotent updates
  • Freemius SDK integration for license & opt-in management