# Geo Brand Mentions

> GEO Brand Mentions — AI Citation & Brand Presence

- Skill: `hmzainjamil/geo-brand-mentions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hmzainjamil/geo-brand-mentions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hmzainjamil/geo-brand-mentions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: hmzainjamil (https://skillmd.com/u/hmzainjamil)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/hmzainjamil/geo-brand-mentions

---

# 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
1. Search brand in ChatGPT, Perplexity, Gemini — screenshot results
2. Search top competitor — compare mention frequency
3. Identify cited sources — Reddit, G2, Clutch, industry blogs
4. Build presence on those platforms
5. Create llms.txt at domain/llms.txt
6. Submit to AI directories: theresanaiforthat, futuretools, etc.

## QUICK TEST
```bash
# 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]?"}]}'
```

