I built an AI agent that audits a site's visibility in both Google AND ChatGPT/Perplexity — here's how it works
An AI agent has been developed to audit website visibility on both traditional search engines like Google and AI platforms such as ChatGPT and Perplexity. The system uses two specialized agents: one for SEO analysis and another for AI-generated content citation tracking. It is open source, available on GitHub, and designed to help businesses improve their presence across multiple search environments.
- ▪The AI agent system audits visibility in both Google and AI platforms like ChatGPT, Claude, Gemini, and Perplexity.
- ▪It consists of two agents: seo-strategist for traditional SEO and aeo-strategist for AI citation optimization.
- ▪The tool outputs keyword targets, technical audits, sitemap recommendations, and content calendars, all integrated into Airtable.
- ▪It was tested on WebFluence Digital's site, generating actionable insights across SEO and AEO dimensions.
- ▪The project is open source on GitHub under the name 'visibility-strategist' and supports customization and community contributions.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2528149) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dusan Walla Posted on May 1 I built an AI agent that audits a site's visibility in both Google AND ChatGPT/Perplexity — here's how it works #seo #ai #opensource #webdev Google rankings aren't the whole game anymore. I started noticing my clients' potential customers asking ChatGPT and Perplexity "best web designer in Dublin" and getting answers — answers that didn't include my clients.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.