How AI assistants find your business (or don't)
More people are asking ChatGPT and Google AI for local business recommendations instead of scrolling search results. Here is what determines whether your site shows up in the answer.
When someone used to look for a web designer near Lake Wylie, they went to Google, scrolled through ten blue links, and clicked one. That is still the most common path, but it is no longer the only one. An increasing number of people ask an AI assistant — ChatGPT, Google AI Overviews, Claude, Perplexity — and read the answer directly instead of clicking through to a site.
If your site is not readable by the AI crawlers that power these assistants, you are not in the answer. It is that simple.
How AI assistants find local businesses
When an AI assistant gets a question like "who does web design near Lake Wylie?", it does not search the web in real time the way Google does. It uses a combination of a training dataset (built by crawling the web) and, in some cases, a live retrieval step that fetches relevant pages. Either way, the assistant can only recommend businesses whose websites it has read.
This is where most small business sites fail. They block AI crawlers — often without knowing it — or they are built in a way that makes the content invisible to a machine that cannot run JavaScript.
The three things that block AI assistants
- robots.txt blocks — many sites carry a robots.txt file that disallows GPTBot, ClaudeBot, Google-Extended, CCBot, and other AI crawlers. Some platforms add these blocks by default. If your site has one, no AI assistant that relies on that crawler can read your site.
- JavaScript-only content — if your site's text is loaded by JavaScript after the initial page load, a crawler that does not execute JavaScript sees a blank page. Many builder platforms (Wix, Squarespace, some WordPress themes) render content client-side, which means the text a human reads is invisible to a machine that does not run scripts.
- No structured data — structured data is a standardized format for putting your business information (name, address, hours, services, service area) directly into the page's code in a way a machine can read. Without it, the AI has to guess from the visible text, and it often guesses wrong.
The audit tool I use now detects whether a site blocks AI crawlers. Of the 38 local business sites audited around Lake Wylie, a significant number are actively blocking AI assistants — most of them through a platform default they were not aware of. A blocked site cannot be recommended by an AI, regardless of how good the business is.
What this site does
This site is built to be cited by AI assistants, not just ranked by search engines. The robots file allows AI crawlers in (many sites quietly block them). The content is server-rendered, so a crawler that does not run JavaScript still sees the full text. The site carries structured data describing the business in a machine-readable format, and an llms.txt file lays out what the business is in plain text for AI crawlers specifically.
None of this guarantees the site will be recommended when someone asks an AI for a local web designer — that depends on relevance, competition, and the assistant's own ranking logic. But it guarantees the site is eligible to be recommended, which is the part most small business sites get wrong.
How to check your own site
The free audit checks whether your site blocks AI crawlers, whether its content is readable without JavaScript, and whether it carries structured data. If any of those three are failing, the report will tell you what it would take to fix them.
