Skip to main content
Lesson 1 of 8 Start here

Lesson 1: How AI Search Picks Local Businesses

The retrieval-and-citation mechanics behind every AI recommendation of a local business.

11 min read Free, no signup Written by Adam Yong
Diagram showing an AI assistant assembling a local recommendation from a business profile, a website and third-party mentions
4.9 (200+ Verified Business Audits)
100% Free, no signup, no paywall
9,400+ readers
8 lessons · ~80 minutes
What it fixes

What Lesson 1 clears up about AI recommendations

The recommendation looks arbitrary

An assistant names a competitor and you have no way to say why. It is not random. Four stages sit behind that answer, and your business enters at three of them.

You are handed tactics with no mechanism

Most AI SEO advice starts at the checklist. Without knowing what the machine is doing, you cannot tell which items apply to a single-location business and which are noise.

You are chasing rankings when you want to be named

A position in a list of links and a mention inside an answer are different outcomes with different inputs. Working on the wrong one costs you a quarter.

What this lesson covers

How an AI assistant assembles a local recommendation

Where the facts come from: your profile, your site, third-party mentions

What 'being cited' actually means

Ranking versus being named, and why they are different outcomes

Where a small business can realistically intervene

Before you change anything, know what the machine is reading

Ask an assistant who fixes commercial fridges in your town and it will not hand you ten blue links. It will write a short paragraph, name one or two businesses, and list the sources it leaned on. That paragraph is assembled at the moment you ask, from documents the system went and fetched. It is not recalled from memory.

That single fact explains most of what follows in this course. Large language models do not hold a reliable, current record of your opening hours. What they hold is language. The specifics come from retrieval: the system finds documents that look relevant to the question, reads them, and writes an answer grounded in what it found. The industry calls this retrieval-augmented generation, usually shortened to RAG, and grounding is the term for tying the generated sentence back to a retrieved source.

So the question stops being “how do I rank” and becomes “what documents exist about my business, and do they agree with each other”.

The four stages, and where you sit in them

Every local recommendation goes through roughly the same sequence.

Query. The assistant takes the customer’s phrasing, works out the intent, and often rewrites it into something more searchable. “Who can fix a walk-in cooler tonight” becomes a location-scoped query about commercial refrigeration repair with an urgency signal attached.

Retrieval. The system gathers candidate documents. For a local question, that usually means Google Business Profile data, pages from business websites, and third-party sources such as directories, review sites and local press. Retrieval is typically semantic rather than keyword-exact: the system compares meaning using vector search, which is why a page phrased in customer language can be pulled even without an exact keyword match.

Grounding. The retrieved passages are attached to the prompt so the model writes from them rather than from memory. This is the stage that decides whether your facts or somebody else’s end up in the sentence.

Answer. The model writes a short response and, in most interfaces, attaches citation attribution: the little numbered links or source cards under the paragraph.

You cannot edit stages one, two or four. You have a great deal of control over what is available to be retrieved at stage two and grounded at stage three, which is where this course spends its time.

Three sources, unequal weight

For a local business, retrieval almost always draws on three kinds of source.

Your Google Business Profile is the densest single record of your facts: name, address, phone, category, hours, services. Engines read it directly and lean on it heavily for local questions. Lesson 2 is entirely about it.

Your website is where nuance lives. A profile cannot explain that you service walk-in coolers but not domestic fridges, or that your emergency callout covers three towns and not a fourth. Only your pages can answer that, and only if they say it plainly. Lesson 3 covers the shapes of page that get pulled.

Third-party mentions are everything else: directory listings, review sites, chamber pages, local news, a forum thread where somebody recommended you. These matter more than owners expect, because what other sites say about you is treated as independent corroboration. Lesson 6 covers them.

SourceWhat it is best atWhere it falls short
Google Business ProfileCore facts: name, address, phone, category, hoursCannot express nuance or exclusions
Your websiteScope, exclusions, pricing logic, service detailOnly counts if the page states it plainly
Third-party mentionsIndependent corroboration of your facts and reputationYou do not control when they are updated

The common failure is not absence, it is contradiction. One directory carries an old phone number, the profile says you close at five, the website footer says six, and a listing from two addresses ago is still live. Faced with conflicting sources, an engine hedges, picks the majority reading, or names the competitor whose facts are unanimous.

Being named is not the same as ranking

Classic SEO chases a position. AI search produces a different unit of value: your business appears inside the sentence, sometimes with a link and sometimes without. That is the zero-click discovery problem in one line. A customer can learn your name, your speciality and your hours without ever visiting your site.

The vocabulary around this is messy. Some people call optimising for it Generative Engine Optimization, or GEO. Others call it Answer Engine Optimization, or AEO. The guide on what GEO means untangles the terms, and the AEO versus GEO versus local SEO comparison settles which one you are actually buying when a vendor pitches you. The labels matter far less than the work, which is consistent facts, citable pages and machine-readable data.

One practical consequence: your measurement changes. Sessions and rankings no longer capture the whole picture, because some of the value happens inside an answer you never see. Lesson 7 deals with that honestly, including what still cannot be measured.

The crawlers that make any of this possible

Retrieval needs a copy of your page. That copy arrives through named crawlers, and they do not all do the same job. GPTBot and ClaudeBot collect content for training. OAI-SearchBot and PerplexityBot fetch pages to support search and live answers. ClaudeBot and its search-side counterpart behave similarly for Anthropic’s assistants.

The distinction matters when somebody suggests blocking them. Blocking the search-side crawlers removes you from the answers you are trying to appear in. The guide on which AI crawlers read your site lists the user agents so you can recognise them in your server logs, and Lesson 5 covers what to allow.

Where you can realistically intervene

Three places, in this order.

Make your facts unanimous. Every place a customer or an engine can read your name, address, phone number, category and hours should say the same thing. This is unglamorous and it is the highest-leverage work available to a small business.

Make your pages answerable. Write passages that stand on their own: a clear question, a direct answer, a specific fact. A sentence lifted out of your page should still make sense and still be true. That is what gets quoted.

Make your data machine-readable. Structured data hands the engine your facts in a form it cannot misread. Lesson 4 covers LocalBusiness schema, including a block you can paste and validate the same day.

If an assistant is naming a competitor instead of you, one of those three is almost always the reason. The diagnostic guide on why AI recommends a competitor walks the three checks in about thirty minutes.

What to do next

Run the test yourself before you read Lesson 2. Log out, ask the question a customer would ask, and write down who gets named and which sources the answer cites. That list is your starting position, and Lesson 7 turns it into a repeatable monthly check.

Then move to Lesson 2, which takes the single most-read source of facts about your business and makes it something an engine can trust.

Side-by-side comparison of a ranked results list and a synthesized answer that names one business
Side-by-side comparison of a ranked results list and a synthesized answer that names one business
Visual reference

Figures from this lesson

Diagrams you can screenshot and keep beside you while you work through the steps.

Why it matters

Why retrieval mechanics come before any AI SEO tactic

It explains the mechanism, not the myth

Most AI SEO advice starts with tactics. This lesson starts with what the machine is doing, so the tactics later make sense instead of sounding arbitrary.

It separates two different goals

Ranking and being named are related but distinct. Knowing which one you are chasing changes what you work on this month.

It is honest about your leverage

You cannot tune a retrieval index. You can make the facts about your business unambiguous everywhere an engine looks, which is most of the available leverage.

Everything else depends on it

Lessons 2 through 7 are all interventions at one of the points this lesson maps. Skipping it makes the rest feel like a checklist with no reason behind it.

Steps

How to see what AI search already says about your business

  1. 1

    Ask the question your customer asks

    Open an assistant logged out, type the question a customer would type, and read who gets named. Do not name yourself in the prompt.

  2. 2

    Read the citations

    Note which sources the answer leans on. That list tells you which of your assets the engine can currently see.

  3. 3

    Check those sources against each other

    Compare the facts on your profile, your site and any third-party listing that appeared. Write down every mismatch.

  4. 4

    Fix the contradictions first

    Before writing anything new, make the facts agree. Lesson 2 covers the profile side, Lesson 3 covers the site.

Know the mechanism? Fix your facts next.

Lesson 2 starts with the asset AI engines read first for local questions: your Google Business Profile.

Reader feedback

What readers said about this lesson

Feedback from owners and SEOs working through the lessons. These are reader comments, not Google Business Profile reviews.

Rated 5 out of 5
"Worked through the 90-day checklist with a client over one quarter. Perplexity started naming them in answers around week seven. Foundation-level, exactly as advertised."
Owen B.
Small agency principal
Rated 5 out of 5
"I'd read a dozen posts about AI search and still had no idea what to actually change. This lesson was the first one that explained why anything works."
Dana R.
Owner, two-location dental practice
Common questions

How AI search picks local businesses: common questions

Does an AI assistant read my website live when someone asks about my business?

Sometimes. Search-connected assistants such as ChatGPT Search, Perplexity and Google AI Overviews can fetch live pages at query time. Other modes answer from an index or from training data, which is why an out-of-date fact can keep appearing for months after you fix your site.

Is being cited the same as ranking first?

No. Ranking is a position in a list of links. Being cited means the assistant used your page as a source for the sentence it wrote, and usually names or links you underneath. You can be cited without ranking first, and you can rank first without being cited.

Why do ChatGPT and Perplexity say different things about my business?

They retrieve from different source mixes and weight them differently. One may lean on your Google Business Profile, another on your website and a directory listing. That is why the fix is consistency across all of them rather than optimising for one engine.

Can I pay to appear in AI answers?

Not for the organic citation. Paid placement and organic AI citation are separate systems. Advertising alongside an AI answer does not make the assistant name you as a recommendation.

How long does it take for a change to show up?

Weeks, usually, and longer when the wrong fact lives on a third-party site that the engine re-crawls on its own schedule. Lesson 7 covers what to watch while you wait.

My competitor has fewer reviews. Why do they get named?

Review count is one input among several. A competitor with consistent facts, a page that answers the question directly and a clean profile will often beat a business with more reviews and a contradictory footprint.

Portrait of Adam Yong

Adam Yong

Author & Founder, LocusPilot

Founder of LocusPilot and Agility Writer; leads GEO strategy at ADE Marketing.

Founder, LocusPilot (AI website builder for local businesses)

More about the author
Open access · Immediate start

Ready for Lesson 2?

Google Business Profile for AI Search. It picks up exactly where this lesson stops.

No signup. No paywall. 8 lessons, ~80 minutes.