GEO Optimization Checklist 2026: 48 Actions to Get Cited by AI
This checklist covers every GEO action that moves the needle in 2026. Work through it in order - technical first, then citations, then content. Most brands can go from 0 to 40+ GEO score in 30 days by completing Week 1 and Week 2 sections.
Before you start: check your baseline
Run a free GeoIQ audit first so you know where you stand. 60 seconds, no signup required. This gives you a baseline score across ChatGPT, Gemini, Perplexity and technical checks - so you can measure the impact of each week's work.
Week 1: Technical foundation (12 items)
These are the highest-leverage actions in the entire checklist. Technical access is a prerequisite for everything else. Complete all 12 before moving to Week 2.
Item 1: Allow GPTBot
Why it matters: Without this, ChatGPT's web browsing feature and training crawlers cannot read your site.
User-agent: GPTBot
Allow: /
Time: 5 minutes. Score impact: +8-12 ChatGPT points.
Item 2: Allow ChatGPT-User
Why it matters: This is the user-agent for ChatGPT's live web browsing feature, separate from GPTBot.
User-agent: ChatGPT-User
Allow: /
Time: 5 minutes. Score impact: +4-6 ChatGPT points.
Item 3: Allow PerplexityBot
Why it matters: Perplexity's primary crawler. Blocking this means zero Perplexity citation regardless of content quality.
User-agent: PerplexityBot
Allow: /
Time: 5 minutes. Score impact: +10-15 Perplexity points.
Item 4: Allow ClaudeBot
Why it matters: Anthropic's web crawler used for Claude's training and real-time retrieval.
User-agent: ClaudeBot
Allow: /
Item 5: Allow anthropic-ai
Why it matters: Secondary Anthropic crawler user-agent. Allow both for complete coverage.
User-agent: anthropic-ai
Allow: /
Item 6: Allow Bingbot explicitly
Why it matters: Perplexity uses Bing's index as a data source. Strong Bing indexing directly improves Perplexity citation chances. Many sites accidentally block Bing with wildcard rules.
User-agent: Bingbot
Allow: /
Item 7: Allow Googlebot-Extended
Why it matters: This is the crawler Google uses specifically for AI Overviews and Gemini features. Separate from regular Googlebot.
User-agent: Googlebot-Extended
Allow: /
Item 8: Complete robots.txt review
Check for any wildcard Disallow rules that might override your Allow rules. The correct pattern is to add explicit Allow before any wildcards.
User-agent: GPTBot
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: Bingbot
Allow: /
User-agent: Googlebot-Extended
Allow: /
Item 9: Create llms.txt
Why it matters: llms.txt is a plain-text file that tells AI systems about your brand directly, in their preferred format. Place it at yourdomain.com/llms.txt.
Minimal template:
# YourBrand
YourBrand is a [product category] that helps [target audience] [achieve outcome].
## Links
- [Homepage](https://yourdomain.com/): Main page
- [Blog](https://yourdomain.com/blog): Articles
- [About](https://yourdomain.com/about): About us
Item 10: Add Organization schema to homepage
Why it matters: Organization schema is the primary signal that builds entity recognition across Google, Gemini and all schema-aware AI systems.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "YourBrand",
"url": "https://yourdomain.com",
"description": "Clear one-sentence description",
"foundingDate": "2024",
"sameAs": [
"https://www.linkedin.com/company/yourbrand",
"https://twitter.com/yourbrand"
]
}
</script>
Item 11: Submit to Bing Webmaster Tools
Go to bing.com/webmasters, add your site, and submit your sitemap. Bing indexing directly feeds Perplexity retrieval. Takes 10 minutes.
Item 12: Submit sitemap to Google Search Console
Verify your site and submit sitemap.xml in Google Search Console if not already done. Required for Google AI Overview eligibility.
Week 2: Citation building (12 items)
Citations are how AI systems build entity recognition for your brand. Each new citation from a trusted source increases your probability of being mentioned in AI answers.
Item 13: Crunchbase profile
Go to crunchbase.com/add-new/organization. Complete every field: description, product category, founding date, location, website. Crunchbase is one of the highest-signal citation sources for all major AI systems.
Item 14: Product Hunt submission
Launch at producthunt.com/posts/new. Get upvotes and reviews. Product Hunt posts are heavily indexed and cited by AI systems for product discovery queries.
Item 15: LinkedIn Company Page
Create a complete LinkedIn Company Page at linkedin.com/company/add. Match your description exactly to your Crunchbase and homepage description. Consistency across these sources strengthens entity recognition.
Item 16: G2 listing
Get listed at g2.com/products/new. G2 is a top-cited source for software recommendations across ChatGPT, Gemini and Perplexity. A listing with reviews is significantly more powerful than a listing without.
Item 17: Capterra listing
Submit to capterra.com. Another heavily-cited software directory. Combined with G2, these two listings can move your citation score by 5-10 points.
Item 18: Show HN post on Hacker News
Post "Show HN: [YourBrand] - [one sentence description]" on news.ycombinator.com. HN threads are indexed thoroughly and cited by AI systems for technical and startup queries. Be present in the comments.
Item 19: AI directory submissions
Submit to theresanaiforthat.com, futuretools.io, and toolify.ai. These directories are frequently cited by Perplexity for AI tool discovery queries. Takes 30-45 minutes total.
Item 20: Wellfound profile
Create a company profile at wellfound.com (formerly AngelList). Useful for startup entity recognition and job-category queries.
Item 21: YourStory or Inc42 submission (Indian brands)
Submit to YourStory's startup submission or Inc42's startup database. These publications are well-indexed by Google India and feed directly into Gemini's India entity knowledge.
Item 22: Get 5+ G2 reviews
Email your 10 most satisfied users. Template: "Hi [name], we just launched on G2. Would you leave us a quick review? It takes 2 minutes and helps other founders discover us: [g2 link]. Thank you."
Item 23: Pitch one newsletter
Get a mention in one industry newsletter that gets indexed by Google. Relevant SaaS newsletters: TLDR, Indie Hackers, SaaStr. Indian startup newsletters: StartupTalky, Inc42 newsletter. Even a one-line mention counts as a citation.
Item 24: Create/update Wikidata entry
If your brand is notable enough (covered by at least one publication), create a Wikidata entry at wikidata.org. Wikidata feeds Google's knowledge graph, which feeds Gemini. One of the most powerful single citations available.
Week 3: Content optimization (12 items)
Week 4: Authority building (12 items)
After the checklist: ongoing actions
Weekly: publish one new piece of content, engage in 2-3 relevant online communities, check for new citation opportunities.
Monthly: run a GeoIQ audit and compare to baseline, pitch one publication for a feature or mention, check that all AI crawlers are still allowed in robots.txt.