← All articles
AI Visibility 30 March 2026 16 min read

How to Get Your Company Recommended by ChatGPT and Claude

Practical strategies to influence what AI assistants say about your Swiss B2B company when prospects ask for recommendations.

The New Recommendation Engine

Picture this scenario: a procurement manager at a Swiss industrial firm asks ChatGPT, "What are the best suppliers of precision tooling in Switzerland?" The AI responds with a clear, confident list of five companies. Your biggest competitor is number two. You are nowhere to be found.

This is not hypothetical. It is happening right now, thousands of times per day, across every B2B vertical in Switzerland and the DACH region. AI assistants have become the new gatekeepers of business recommendations.

The question is: how do you get on that list?

This guide breaks down the exact mechanics of how AI models form recommendations, provides ten proven strategies to influence those recommendations, and includes a practical prioritisation framework so you know where to start. Whether you are a 20-person specialist firm in Zug or a 500-employee enterprise in Zurich, the principles are the same — and the companies that act on them first will hold their advantage for years.

How LLMs Decide Who to Recommend

Large language models like GPT-4, Claude, and Gemini do not have a "recommendation database." They synthesise answers from patterns in their training data and, increasingly, from real-time web retrieval. Understanding this process is key to influencing it:

  • Training data. Models learn from vast amounts of web content. If your company is mentioned frequently and positively across authoritative sources, the model "knows" you and is more likely to recommend you.
  • Retrieval-Augmented Generation (RAG). Modern AI tools like Perplexity and ChatGPT with browsing actively search the web before answering. Your current web presence directly affects these real-time results.
  • Source authority. LLMs weigh sources differently. A mention on a respected industry publication carries more weight than a mention on a random blog. Wikipedia, established news outlets, and government-backed directories score highly.
  • Factual consistency. If multiple sources agree about your company — same description, same specialisation, same value proposition — the LLM gains confidence and is more likely to cite you.

The Recommendation Decision Tree

When an AI model receives a query like "Who are the best IT security consultancies in Switzerland?", it follows an implicit decision process:

  1. Query classification. The model determines whether this needs real-time search (current information) or can be answered from training data (established knowledge). Queries with words like "best," "recommend," or "current" increasingly trigger search.
  2. Source retrieval. If searching, the model retrieves web pages relevant to the query. If using training data, it activates relevant patterns from its knowledge base.
  3. Entity evaluation. The model identifies companies mentioned across its sources and evaluates each based on relevance, authority, and specificity to the query.
  4. Confidence scoring. Companies mentioned consistently across multiple authoritative sources with specific, factual descriptions receive higher confidence scores than those mentioned once or vaguely.
  5. Response generation. The model generates its answer, typically recommending three to seven companies in order of confidence, with descriptions synthesised from the most trusted sources.

Understanding this process reveals where you can intervene: at the source retrieval stage (by being present and indexable), at the entity evaluation stage (by being specific and authoritative), and at the confidence scoring stage (by being consistent across sources).

Ten Strategies That Actually Work

1. Own Your Knowledge Graph

Search engines and LLMs build knowledge graphs — webs of connected facts about entities. Make sure yours is complete:

  • Claim and optimise your Google Business Profile
  • Create or update your Wikipedia entry (if your company qualifies)
  • Ensure your Wikidata entry is accurate
  • Maintain profiles on Crunchbase, LinkedIn, and Swiss-specific directories like zefix.ch

A complete knowledge graph means the AI model can confirm facts about your company from multiple structured sources. For example, if your Wikidata entry says you were founded in 2015, your LinkedIn says the same, and your website confirms it, the model has high confidence in this fact and is more likely to include it in recommendations. Discrepancies — such as different founding years across sources — reduce confidence and make the model less likely to cite you at all.

2. Publish "LLM-Friendly" Content

LLMs prefer content that is:

  • Factual and specific. "We serve 340 enterprise clients across 12 Swiss cantons" beats "We serve many clients across Switzerland."
  • Well-structured. Clear headings, bullet points, and logical flow help LLMs parse and extract information.
  • Question-answer formatted. FAQ pages are gold for AI visibility because they directly match how users prompt AI tools.
  • Free of marketing jargon. LLMs struggle with vague claims like "world-class solutions" — be concrete instead.

3. Build a Web of Mentions

A single website is not enough. LLMs cross-reference multiple sources. Actively build mentions across:

  • Swiss industry associations and their member directories
  • Trade publications and industry blogs (contributed articles work well)
  • Podcast appearances and webinar recordings (many are transcribed and indexed)
  • Case studies published on your clients' websites (with their permission)
  • Academic partnerships and university project pages

4. Create an llms.txt File

Place a structured text file at yourdomain.ch/llms.txt that summarises your company for AI crawlers. This emerging standard gives you direct control over how LLMs understand your business. Include your company description, product offerings, key differentiators, and target market. Our step-by-step llms.txt guide walks you through the entire process.

5. Optimise for Multilingual Queries

Swiss B2B is inherently multilingual. Ensure your AI visibility works in German, French, Italian, and English:

  • Translate key content professionally — do not rely on auto-translation alone
  • Use hreflang tags correctly so LLMs understand your language targeting
  • Ensure your company description is consistent across all languages
  • Monitor AI responses in all four languages — recommendations can differ dramatically

A concrete example: a Swiss HR software company discovered that ChatGPT recommended them consistently for English-language queries but omitted them entirely for German-language queries. The cause was that their German website used a different product name than their English site. Aligning the naming across languages resolved the discrepancy within weeks.

6. Leverage Structured Data

Schema.org markup helps LLMs understand your content programmatically. Prioritise:

  • Organization schema with complete company details
  • Product or Service schema for your offerings
  • FAQ schema for common questions
  • Review and AggregateRating schema if you have customer reviews

Here is a practical example of how to implement Organization schema for a Swiss B2B company:

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Muster AG",
  "url": "https://muster.ch",
  "logo": "https://muster.ch/logo.png",
  "foundingDate": "2015",
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "value": 85
  },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Bahnhofstrasse 42",
    "addressLocality": "Zurich",
    "postalCode": "8001",
    "addressCountry": "CH"
  },
  "areaServed": ["CH", "DE", "AT"],
  "description": "Cloud-based procurement software for Swiss manufacturing companies with 50-500 employees."
}

This structured data gives AI models precise, machine-readable facts about your company — far more useful than a paragraph of marketing text.

7. Monitor and Measure Continuously

AI visibility is dynamic. Models update, competitors optimise, and your recommendations can change overnight. Set up regular monitoring:

  • Test your visibility across ChatGPT, Claude, Perplexity, and Gemini at least weekly
  • Track which prompts return your company and which do not
  • Compare your visibility against key competitors
  • Use tools like per4mx that automate this monitoring and alert you to changes

8. Open Your Doors to AI Crawlers

Many websites inadvertently block AI crawlers through restrictive robots.txt rules. If GPTBot, ClaudeBot, or Google-Extended cannot access your site, these models will never index your latest content — and they certainly cannot recommend you.

  • Check your robots.txt for blanket Disallow rules that might block AI user agents
  • Explicitly allow GPTBot (OpenAI), ClaudeBot (Anthropic), Google-Extended (Gemini), and PerplexityBot
  • If your CMS or hosting provider added default blocks, override them — many WordPress security plugins block AI crawlers by default
  • Verify access with a simple test: check your server logs for these user agents and confirm they receive 200 responses, not 403s

A Swiss engineering firm we analysed had strong content but zero AI visibility. The root cause? Their IT department had blocked all non-Google bots two years earlier. Removing those blocks led to measurable improvements within weeks.

9. Get Your Technical Foundations Right

AI crawlers are less sophisticated than modern browsers. They typically cannot execute JavaScript, they give up on slow pages, and they struggle with poorly structured HTML. Three technical fundamentals make a real difference:

  • Server-side render critical content. If your product descriptions, company overview, or case studies are loaded via JavaScript frameworks (React, Vue, Angular), AI crawlers may see an empty page. Ensure key content is in the initial HTML response. For Swiss B2B companies using headless CMS setups, configure server-side rendering or static site generation for all content pages.
  • Use proper heading hierarchy. A clear H1 → H2 → H3 structure is not just good SEO — it is how LLMs parse your content to understand what matters most. Your H1 should state what the page is about, H2s should cover major sections, and H3s should break down specifics. Avoid skipping levels (e.g., jumping from H1 to H3) or using headings for visual styling.
  • Optimise page speed. Fast-loading pages get crawled more thoroughly — AI crawlers have timeout limits just like search engine bots. Run Google PageSpeed Insights on your key pages and aim for a score above 80. Compress images, enable caching, and minimise render-blocking resources. A Zurich-based SaaS company improved their AI crawl coverage by 40% simply by reducing their average page load time from 4.2 seconds to 1.8 seconds.

10. Build Community Presence

LLMs do not just learn from corporate websites and news articles. They also ingest community discussions — forums, Reddit threads, Quora answers, and industry-specific platforms. When your company is mentioned in genuine conversations, it carries significant weight.

  • Participate actively in industry-specific forums and LinkedIn groups relevant to your Swiss B2B niche
  • Contribute thoughtful answers on platforms like Reddit (r/switzerland, r/swisstech, industry-specific subreddits) and Quora where prospects ask category-level questions
  • Engage in Swiss industry communities such as Swico, digitalswitzerland, or vertical-specific associations
  • Encourage satisfied customers to mention your solution in their own community posts and discussions — authentic peer recommendations are weighted heavily by LLMs

Community mentions serve a dual purpose: they build the kind of diverse, distributed authority signals that LLMs trust, and they put your company name into the conversational contexts that closely match how users prompt AI tools. A Swiss logistics software provider gained consistent Perplexity visibility after their technical team began regularly contributing to industry discussions on specialised forums. For a real-world example of what this looks like in practice, read our case study of a Swiss B2B company that reached top 3 on every AI model.

Prioritisation Framework: Where to Start

Ten strategies can feel overwhelming. Here is a prioritisation framework based on impact and effort, designed specifically for Swiss B2B companies with limited marketing resources:

High Impact, Low Effort (Do This Week)

  • Update your robots.txt to allow AI crawlers. Takes 15 minutes, immediate effect on discoverability.
  • Submit your sitemap to Bing Webmaster Tools. Takes 15 minutes, directly affects ChatGPT web search visibility.
  • Create your llms.txt file. Takes 30-60 minutes, gives AI models a clean source of truth about your company.

High Impact, Moderate Effort (Do This Month)

  • Implement schema markup on your homepage, About page, and key product pages. Takes 2-4 hours with developer support.
  • Rewrite your homepage and About page to lead with factual, specific descriptions. Takes 2-3 hours of writing time.
  • Set up weekly AI visibility monitoring. Takes 1 hour to configure per4mx or establish a manual testing process.

Moderate Impact, Moderate Effort (Do This Quarter)

  • Publish two to three expert articles addressing common buyer questions in your niche. Takes 4-6 hours per article.
  • Update all directory listings for consistency (zefix.ch, local.ch, LinkedIn, industry associations). Takes 2-3 hours total.
  • Issue a press release with a strong company boilerplate. Takes 3-4 hours plus distribution costs.

Lower Priority but Valuable (Ongoing)

  • Build community presence through forum participation and expert contributions. Requires ongoing time investment.
  • Create Wikipedia/Wikidata entries if your company qualifies. Significant effort but high authority signal.
  • Develop multilingual content parity across DE/FR/IT/EN. Important for Swiss market coverage but resource-intensive.

Platform-Specific Tactics

Each AI platform has unique characteristics that influence the best approach for getting recommended:

ChatGPT-Specific Tactics

  • Bing is essential. ChatGPT's web search is powered by Bing. If you are not indexed in Bing, ChatGPT cannot find you when it searches. This is the single most overlooked factor for Swiss companies, as Bing has negligible direct search market share in Switzerland.
  • Trigger search with temporal signals. When buyers add "2026" or "current" to their prompts, ChatGPT is more likely to search. Ensure your content includes temporal markers so it surfaces in these searches.
  • Training data matters for generic queries. For broad questions without temporal signals, ChatGPT may answer from training data alone. Getting into training data requires long-standing presence on authoritative sources.

Claude-Specific Tactics

  • Claude is conservative about search. Claude triggers web search less frequently than ChatGPT. This means training data presence is especially important for Claude visibility.
  • Authority signals matter more. Claude appears to weight source authority heavily. Mentions on established publications, government directories, and academic sources carry particular influence.
  • Structured content performs well. Claude's responses tend to be well-structured, and it favours sources that are similarly well-organised. Clean heading hierarchies and logical content flow on your website help.

Perplexity-Specific Tactics

  • SEO fundamentals apply directly. Perplexity always searches the web, making it the most SEO-like AI platform. If your pages rank well in traditional search, they are more likely to be retrieved and cited by Perplexity.
  • Citations are visible. Perplexity shows source links prominently. Users can and do click through. This makes Perplexity the closest to traditional search in terms of driving website traffic.
  • Freshness is rewarded. Perplexity prioritises recently published or updated content. A content update cadence of at least monthly helps maintain Perplexity visibility.

Google AI-Specific Tactics

  • Your existing SEO helps. Google AI Overviews draw from Google's own index. If you rank well in Google Search, you are well-positioned for Google AI features.
  • Featured snippet optimisation transfers. Content that earns Google featured snippets is also more likely to be included in AI Overviews. Optimise key pages for featured snippet formats (clear questions and concise answers).

What NOT to Do

Some tactics that work in traditional SEO can backfire in GEO:

  • Keyword stuffing. LLMs detect and distrust unnatural content.
  • Fake reviews or testimonials. Inconsistencies across sources reduce your credibility in the model's eyes.
  • Thin, auto-generated content. LLMs can recognise low-quality filler and will not cite it.
  • Ignoring negative mentions. If an LLM finds negative information about your company, it may include that in its response. Address issues proactively.
  • Paying for directory spam. Services that list your company on 200 generic directories waste money. AI models weight a small number of authoritative, relevant mentions far more than hundreds of thin listings. See our analysis of why AI directories will not get you recommended.
  • Copying competitor content. If your website content closely mirrors a competitor's, AI models may view both as less authoritative. Originality in how you describe your offerings, your approach, and your results is critical.
  • Neglecting negative information. If there are negative reviews, unresolved complaints, or outdated critical mentions about your company online, AI models may surface these. Proactively address negative content by resolving underlying issues and publishing responses where appropriate.

A Real-World Timeline: What to Expect Month by Month

Setting realistic expectations is important. Based on our experience with Swiss B2B companies implementing these strategies:

Month 1: Foundation

You complete technical setup (robots.txt, Bing, llms.txt, schema markup) and rewrite key pages for AI readability. By week four, Perplexity may start showing your company in relevant queries. Other platforms show minimal change. This is normal.

Month 2: Early Signals

With expert content published and a press release distributed, you see increasing Perplexity citations and occasional ChatGPT mentions when web search is triggered. Google AI Overviews may start including your updated pages. Claude remains quiet unless it searches for your category.

Month 3: Measurable Progress

Your mention rate across platforms increases noticeably. ChatGPT mentions you more consistently as Bing fully indexes your updated content. Perplexity citations are regular. You begin appearing in competitive comparison queries. This is the inflection point where most companies see clear ROI from their GEO investment.

Months 4-6: Compounding Returns

As your content library grows, your directory listings mature, and your press releases accumulate, AI models have an increasingly robust information base to draw from. Citations compound: being mentioned leads to more third-party discussions about your company, which leads to more training data presence, which leads to more mentions. Companies that sustain effort through this period typically achieve consistent top-three placement for their primary category queries.

What You Can Realistically Expect

Let's be honest: AI visibility is not a magic trick. No tool — including per4mx — can put you at #1 if your competitor has a better product. AI models are remarkably good at distinguishing real substance from marketing promises.

What we can guarantee:

  • We make your offering optimally visible to AI models — structured, technically clean, fully described
  • We identify precisely where and why competitors outperform you
  • We generate content that communicates your actual strengths in the language LLMs understand
  • We continuously monitor how your position changes

What we don't promise:

  • That you'll outrank every competitor — if their product is objectively better, AI will recognise that
  • Instant results — models update training data in cycles, real-time search responds faster
  • Guaranteed placements — AI rankings have natural variance between individual queries

Our own experience building per4mx proves this: our sister product — a Swiss B2B data platform — reached Top 3 across ChatGPT, Claude, and Perplexity for every relevant query, with zero backlinks, no Wikipedia entry, and no external PR campaign. The website content alone was enough because the product was genuinely the best answer. The foundation is always your offering itself.

Measuring Your Progress: The AI Recommendation Scorecard

To track your progress systematically, use this scorecard framework. Test ten relevant buyer prompts across all seven major AI platforms weekly and score each response:

Score Criteria What It Means
0 Not mentioned AI has no knowledge of your company for this query
1 Mentioned with errors AI knows you exist but has incorrect information
2 Mentioned accurately but not prominently AI includes you in a longer list, buried among competitors
3 Recommended in top 5 AI includes you as a notable option with accurate description
4 Recommended in top 3 with detailed description AI prominently recommends you with specific, accurate details

Track your average score across all prompts and platforms. A score of 0-1 means you are at the beginning of your GEO journey. A score of 2-3 means you are visible but have room to improve. A consistent score of 3-4 means your GEO strategy is working well. per4mx automates this scoring process and provides trend analysis over time.

Start With a Visibility Audit

Before implementing any strategy, you need a baseline. Ask the major AI assistants the questions your prospects would ask. Document what they say — about you and your competitors. Identify the gaps, then work systematically to close them.

The companies that act on AI visibility today will be the ones AI recommends tomorrow. In the fast-moving Swiss B2B landscape, that advantage compounds quickly.

Frequently Asked Questions

How much does it cost to implement these strategies?

Most foundational GEO strategies cost nothing beyond time. Creating an llms.txt file, updating robots.txt, submitting to Bing Webmaster Tools, and implementing schema markup are all free. Content creation (expert articles, rewriting key pages) requires writing time but no direct costs. Press release distribution through Presseportal.ch typically costs CHF 300-800 per release. AI visibility monitoring through per4mx starts at CHF 79 per month. A complete GEO implementation for a Swiss B2B company typically requires 20-40 hours of effort in the first month, plus CHF 200-500 in direct costs. The ongoing maintenance is roughly 4-8 hours per month.

Can I get recommended by AI if my website is only in German?

Yes, but your reach will be limited. AI models can process German content, and for German-language queries from Swiss buyers, a strong German website can absolutely earn recommendations. However, most AI models process English more effectively, and many Swiss B2B buyers switch between German and English when querying AI tools. Having at least your core pages (homepage, About, main product pages) available in English significantly expands your AI visibility. The ideal approach is to maintain parallel content in German and English, with consistent information across both languages.

My competitor already dominates AI recommendations. Is it too late?

It is not too late, but it does require more effort than starting from an empty field. AI models do develop what we call "recommendation inertia" — once they consistently recommend a company, displacing it takes sustained effort. However, the models are not static. They update regularly, they search the web for fresh information, and they respond to new authoritative signals. A systematic GEO programme can close the gap within three to six months for most Swiss B2B categories. The key is to focus on areas where your competitor is weak: perhaps they lack German-language content, have no press releases, or have thin product documentation. Identify the gaps in their AI presence and fill them with your own superior content.

Do I need to be on social media to get AI recommendations?

Social media presence is helpful but not essential. AI models do index LinkedIn company pages and, to some extent, other social platforms. However, social media is not a primary driver of AI recommendations. It is a supporting signal. If you have a strong website, good directory listings, press coverage, and expert content, you can achieve excellent AI visibility without an active social media programme. That said, LinkedIn is particularly valuable for Swiss B2B because it is a high-authority source that AI models reference regularly. At minimum, maintain an accurate, up-to-date LinkedIn company page with a description that matches your website.

How often do AI models update their knowledge about my company?

This varies by platform and by how the model encounters your information. Perplexity updates in real time — any change to your website or new content can appear in Perplexity answers within hours. Google AI Overviews reflect Google's search index, which typically updates within days to weeks. ChatGPT's web search draws from Bing, which re-indexes at varying speeds but usually within a few weeks. Training data updates are the slowest — major model retraining happens on each provider's schedule, typically every few months. This is why a dual strategy matters: optimise for real-time search visibility (fast impact) while also building the kind of lasting, authoritative presence that will be captured in the next training data update (long-term impact).

Ready to take action?

Check your AI visibility for free

See how ChatGPT, Claude, Perplexity, and Gemini describe your company today. Get a free visibility report in minutes.