Yes, You Can Influence What ChatGPT Recommends
ChatGPT doesn't randomly pick products to recommend. It follows a systematic process: it searches the web, reads what it finds, and synthesizes that information into a response. If you understand what it's looking for, you can make sure your product is well-represented in the sources it reads.
This isn't manipulation. It's making accurate information about your product available in the formats AI models can consume. If your product is genuinely good but AI doesn't know about it, that's a discoverability problem you can fix.
Here's exactly how.
Step 1: Understand How ChatGPT Finds Products
When someone asks ChatGPT "what's the best [category] tool?", here's what happens behind the scenes:
- Web search. ChatGPT uses its built-in web search tool to query Google, Bing, or its own search infrastructure for relevant, recent content.
- Source reading. It reads the top results: review sites, comparison articles, product pages, documentation, and forum discussions.
- Synthesis. It combines information from multiple sources to form a recommendation, weighting sources by perceived reliability and recency.
- Response generation. It presents 3-5 products with descriptions, strengths, and often source citations.
This is fundamentally different from ChatGPT's training data (which is static and outdated). The web search tool makes ChatGPT's recommendations dynamic and influenced by your current online presence.
Step 2: Audit Your Current Visibility
Before optimizing, establish your baseline.
The quick test: Open ChatGPT and type these prompts:- "What's the best [your category] software?"
- "Top [your category] tools for [your target market]"
- "[Your product] vs [top competitor]"
- "Is [your product] any good?"
- Are you mentioned at all?
- If yes, what position are you in the list?
- What does ChatGPT say about you?
- What sources does it cite?
Step 3: Fix Your Website
Your website is the primary source of information that AI models have about your product. If it's not optimized for AI consumption, you're invisible no matter how good your product is.
Add Structured Data
This is the single highest-impact change. Add these three JSON-LD schemas to your website:
Organization Schema (homepage):<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Your Company Name",
"url": "https://yoursite.com",
"logo": "https://yoursite.com/logo.png",
"description": "One clear sentence about what your company does.",
"sameAs": [
"https://twitter.com/yourcompany",
"https://linkedin.com/company/yourcompany"
]
}
</script>
SoftwareApplication Schema (product page or homepage):
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Your Product Name",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"description": "Clear description of what your product does and who it's for.",
"offers": {
"@type": "AggregateOffer",
"priceCurrency": "USD",
"lowPrice": "29",
"highPrice": "499",
"offerCount": "4"
}
}
</script>
FAQ Schema (FAQ page):
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What does [Product] do?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Your clear, factual answer."
}
},
{
"@type": "Question",
"name": "How much does [Product] cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Plans start at $X/month. See yoursite.com/pricing for details."
}
}
]
}
</script>
Improve Your Content Clarity
AI models extract facts from your website. Marketing fluff gets ignored.
Before: "Supercharge your workflow with our revolutionary AI-powered platform that empowers teams to achieve more." After: "Project management software for teams of 10-500 people. Features include task tracking, Gantt charts, time tracking, resource management, and Slack/Microsoft Teams integration. Plans start at $49/month."The second version contains extractable facts: what it is, who it's for, what features it has, and what it costs. ChatGPT can work with this. It can't work with "supercharge your workflow."
Go through your homepage, features page, and about page. For each section, ask: "If an AI read this, would it know what my product does?" If the answer is no, rewrite it.
Create a Comprehensive FAQ Page
Write 15-30 questions covering:
Product questions:- What does [Product] do?
- How much does [Product] cost?
- Does [Product] integrate with [common tool]?
- What's the difference between [Product] and [Competitor]?
- Is there a free trial?
- What is [category] software?
- Why do companies need [category] tools?
- How do I choose a [category] platform?
- Can [Product] handle [specific use case]?
- Is [Product] good for [specific industry]?
- How do [target customers] use [Product]?
Step 4: Build External Signals
Your website alone isn't enough. ChatGPT searches the web and reads multiple sources. You need to appear in the sources it trusts.
Get Reviews on G2 and Capterra
This is the most important external signal for AI recommendations. G2 is the most-cited review platform in AI responses, followed by Capterra.
Target: At least 20 reviews on G2, 10 on Capterra. How to get them:- Email your happiest customers with a direct link to your G2 review page
- Add a review request to your post-onboarding email sequence
- Offer a small incentive (gift card, discount) for honest reviews
- Make it easy: provide the direct link, not a generic "review us" request
Create Comparison Content
Publish "[Your Product] vs [Competitor]" pages for your top 3-5 competitors.
Template:- Brief overview of both products
- Feature comparison table (be honest)
- Pricing comparison
- "Best for" section (when to choose each)
- Verdict (balanced, acknowledge trade-offs)
Get Mentioned in Roundup Articles
"Top 10 [Category] Tools in 2026" articles are heavily cited by AI models. Getting included in these lists, whether through outreach, product submission, or advertising, directly increases your AI visibility.
Where to target:- G2 category pages
- Industry publications (TechCrunch, VentureBeat)
- Niche blogs in your category
- Comparison/review sites (Software Advice, GetApp)
Step 5: Create Content AI Models Cite
Beyond your product pages, certain types of content get cited by AI more than others.
Original research and data. "We surveyed 500 marketing managers and found..." gets cited because it's unique information AI can't find elsewhere. Detailed how-to guides. "How to Set Up [Category Process] in 2026: A Complete Guide." Comprehensive, practical content that answers real questions. Industry reports. "State of [Category] 2026." AI models reference these when users ask about industry trends. Technical documentation. Comprehensive docs and API references get cited when users ask about integration capabilities or technical details.The common thread: content that provides genuine value and contains information not available elsewhere. AI models cite sources that add to the conversation, not sources that just repeat what's already known.
Step 6: Monitor and Iterate
AEO isn't a one-time project. AI models update their web search results continuously, and your competitors are making changes too.
Weekly monitoring:- Track your AI discovery rate across all four platforms
- Watch for changes in sentiment or positioning
- Monitor competitor visibility for shifts
- Check response diffs (how AI's description of you has changed)
- Review the Prompt Playbook for new missed opportunities
- Update FAQ content based on new questions you're seeing
- Refresh comparison pages if competitors have changed
- Full AEO readiness re-assessment
- Update structured data if your product has changed
- Review and expand comparison content
- Assess review presence and launch new collection campaigns if needed
Timeline: What to Expect
Week 1-2: Implement structured data and create FAQ page. These changes can be detected by AI models within days of deployment. Week 2-4: Publish comparison pages and launch review collection. Reviews take time to accumulate, but even a few new reviews can shift AI's perception. Month 2-3: Start seeing measurable changes in AI discovery rate. The exact timeline depends on how actively AI models re-crawl your content. Month 3-6: Compound effects kick in. More visibility leads to more traffic, which leads to more reviews, which leads to more visibility. The flywheel starts turning. Important: Results are not overnight. SEO took months to show results; AEO is similar. The companies that start now will have a meaningful advantage in six months. The companies that wait will be playing catch-up.Foxish tracks your AI visibility across ChatGPT, Claude, Gemini, Perplexity, and Google AI Overview, with automated AEO audits, competitive intelligence, and weekly monitoring. Start your free trial at foxish.ai.