A Codex skill for SEO, GEO (Generative Engine Optimization), and GA4 AI/LLM referral tracking on websites.
____ _____ ___ ____ _____ ___
/ ___|| ____/ _ \ / ___|| ____/ _ \
| | _ | _|| | | |_____\___ \| _|| | | |
| |_| || |__| |_| |_____|___) | |__| |_| |
\____||_____\___/ |____/|_____\___/
crawlable citable trackable
robots.txt + llms.txt + schema.org
AI referrals -> GA4 signal
It supports audits and implementation work for:
- AI search visibility
- AI crawler access
robots.txtllms.txt- schema.org / JSON-LD
- citability and answer extraction
- entity and brand authority
- multilingual SEO with canonical and hreflang
- sitemap checks
- AI/LLM referral tracking in GA4
- client-ready GEO/SEO reports
Copy this folder into your Codex skills directory:
mkdir -p ~/.codex/skills
cp -R geo-seo-codex-skill ~/.codex/skills/geo-seoThen restart Codex so the skill is discovered.
Invoke the skill explicitly:
Use $geo-seo to audit this website for SEO, GEO, AI crawler access, structured data, and citability.
Or ask for related work naturally:
Audit my site for GEO and AI search visibility.
Add schema, llms.txt, sitemap, robots.txt, and better metadata to this repo.
Track ChatGPT, Perplexity, Gemini, Claude, and Copilot referrals in GA4.
geo-seo/
├── SKILL.md
├── agents/
│ └── openai.yaml
└── references/
├── audit-rubric.md
├── implementation-patterns.md
└── report-template.md
This skill is a Codex-native adaptation inspired by the concepts in zubair-trabzada/geo-seo-claude. It does not install Claude Code slash commands; it uses Codex skill conventions and workflows.
MIT