GEO Brand Mentions — AI Citation & Brand Presence
Triggers: brand mentions, geo mentions, ai citations, brand cited, perplexity mentions, chatgpt mentions
WHAT IT DOES
Tracks and improves brand mentions in AI-generated answers (ChatGPT, Perplexity, Gemini, Claude)
AUDIT STEPS
- Search brand in ChatGPT, Perplexity, Gemini — screenshot results
- Search top competitor — compare mention frequency
- Identify cited sources — Reddit, G2, Clutch, industry blogs
- Build presence on those platforms
- Create llms.txt at domain/llms.txt
- Submit to AI directories: theresanaiforthat, futuretools, etc.
QUICK TEST
# Test brand citation in Perplexity via API
curl "https://api.perplexity.ai/chat/completions" \
-H "Authorization: Bearer $PERPLEXITY_API_KEY" \
-d '{"model":"sonar","messages":[{"role":"user","content":"what is [BRAND]?"}]}'