Module Reference: What Each Toggle Does - AEO God Mode

Module Reference: What Each Toggle Does

A complete reference for every module toggle in AEO God Mode, including what it does, when to enable it, and potential conflicts.

Overview

AEO God Mode ships with modular features that you can enable or disable independently. Each module controls a specific piece of functionality. Go to AEO God Mode → Settings to manage your toggles.

Core Modules

AI Crawler Allowlist

Adds rules to your robots.txt that explicitly allow AI search engine bots (ChatGPT, Perplexity, Google AI, Anthropic, etc.) to crawl your site. Without this, many AI bots will respect restrictive defaults and skip your content.

Enable if: You want AI search engines to cite your content.
Disable if: You want to block AI bots from accessing your site.

Schema Engine

Outputs JSON-LD structured data on every page. Auto-detects the right schema type: Article for blog posts, FAQPage for Q&A content, HowTo for step-by-step guides, Product for WooCommerce, and more.

Enable for: All sites. Schema helps both traditional search engines and AI models understand your content.

llms.txt

Generates a machine-readable file at /llms.txt that tells AI models about your site structure, key pages, and how to reference you. Following the llmstxt.org specification.

Enable for: All sites. Low overhead, high signal value.

Meta Description Fallback

Outputs a meta description tag using your post excerpt when no SEO plugin is detected. If Yoast, Rank Math, or AIOSEO is active, this module does nothing (those plugins handle meta descriptions already).

Enable if: You have no SEO plugin installed.
Disable if: You use Yoast, Rank Math, or AIOSEO.

LocalBusiness Schema

Adds LocalBusiness structured data to your homepage and contact page. Includes your business name, address, phone, opening hours, and geo-coordinates.

Enable if: You have a physical business location.
Disable if: You are a purely online business.

AI Crawler Log

Records every AI bot visit in your database with timestamp, URL path, HTTP status code, and full user-agent string. View logs in AEO God Mode → Crawler Log.

Enable for: All sites. The data helps you understand which AI engines are indexing your content.
Note: On high-traffic sites, consider periodic log cleanup to manage database size.

Content Gap Scanner

Scans your published posts for missing AEO signals: FAQ sections, schema coverage, heading structure, internal linking gaps, and more. View results in AEO God Mode → Content Gaps.

Enable for: All content-focused sites.

Schema Validator

Runs JSON-LD validation checks on your pages. Catches missing required fields, broken references, and invalid types. Access via Schema Engine → Bulk Validation.

Enable for: All sites using the Schema Engine.

Advanced Modules

Robots.txt Manager

Gives you direct control over robots.txt rules from the dashboard. You can add custom allow/disallow rules without editing files on the server.

⚠️ Warning: This may conflict with Yoast or Rank Math, which also modify robots.txt. Only enable if you want full manual control.

Basic Meta Tags

Outputs title and meta description tags from your post fields. This is a lightweight alternative for sites without a full SEO plugin.

⚠️ Warning: Disable this if you use Yoast, Rank Math, or any other SEO plugin. Running both will output duplicate meta tags.

Module Reference Updated March 11, 2026