CrazySEO is an open-source GEO/AEO auditor that evaluates whether your site is recommended by AI models like ChatGPT or Gemini. It offers insightful reports without needing an account or payment. Unlike other tools, it presents unbiased results and verbatim answers, ensuring transparency and actionable insights.
CrazySEO is a comprehensive open-source tool designed to evaluate the visibility of your website within AI-driven search engines such as ChatGPT, Gemini, and Perplexity. This innovative GEO/AEO auditor and MCP server enables website owners to understand why their site may not appear in responses from these AI models and what can be done to improve their rankings.
Initiating the readiness audit requires no API keys, configuration, or fees, allowing users to quickly assess their site:
npx crazyseo readiness yourbrand.com
The audit results provide vital information such as compliance with HTTPS, proper metadata usage, and any missed opportunities for improvement.
For a deeper analysis of what AI engines say about your site, users can add optional API keys. This enables the tool to ask the right questions about your offerings and deliver a detailed visibility report:
export OPENAI_API_KEY=... # optional
export GOOGLE_API_KEY=... # optional
export PERPLEXITY_API_KEY=... # optional
npx crazyseo audit yourbrand.com
CrazySEO can seamlessly work alongside any MCP-capable agent. It is packaged as a library for easy integration into existing projects, allowing developers to embed diagnostics into their applications:
import { checkReadiness } from 'crazyseo';
const report = await checkReadiness('example.com');
console.log(report.score, report.checks);
CrazySEO encourages community involvement through issue reporting and pull requests. The project is governed by an AGPL license, ensuring it remains free and openly available, forever maintaining high standards of transparency and user control.
Whether seeking to improve site performance, understand consumer visibility, or integrate an AI readiness check into an application, CrazySEO stands as a reliable resource for website optimization in the digital age.
No comments yet.
Sign in to be the first to comment.