There is a version of your website only AI reads
There is a copy of your website you have never opened, and it is the one AI reads. Check yours in about a minute this morning.
Co-Founder, Vyzz
The copy of your website you have never opened
There is a copy of your website you have probably never opened. It's the raw code your web page is built from, the plain text that arrives before your browser draws the page on your screen. A customer never sees this copy. But the AI assistants that now recommend local businesses read it and little else.
Here's why that matters this morning. When someone asks ChatGPT or Perplexity for a good dentist or plumber nearby, a small automated reader has usually visited your website first. It's the kind of reader that AI companies send around the web to collect pages. That reader grabs the raw code and copies down what it finds, then moves on. Quick in, quick out. If your services, your prices, or your phone number are missing from that code, the assistant never had them in the first place.
The good news is that you can see the exact copy this reader sees. It takes about a minute, on your own laptop, and you don't need a developer. This post shows you how to check the copy that reader sees, and what to do if your words are missing.
What the AI reader actually reads
Think of your web page as arriving in two versions. The first is the raw code your server sends the moment someone opens the page. The second is the finished page you see, after your browser runs some extra code that fills in the rest. That extra code is called JavaScript (you've probably heard the word). It loads parts of a page a beat after the page itself arrives.
People read the second version. Several of the main AI readers only read the first. A study from Vercel and MERJ measured this across the major AI readers in 2024, and the finding was blunt. The AI assistants behind ChatGPT, Claude, and Perplexity read the raw code your server sends and skip the JavaScript that fills in a page after it loads. A practitioner reconfirmation reported in Search Engine Journal, in January 2026, found the same thing.
So anything on your page that shows up only after it finishes loading can be missing from what these readers see. These visits add up, too. In one month, the reader behind ChatGPT made 569 million requests across the Vercel network, and the reader behind Claude made 370 million (Vercel and MERJ, 2024). Readers like these visit websites millions of times a month. Each time one of them finds an empty spot where your pitch should be, that's a customer pointed toward the business down the road.
So the danger is rarely your whole website, thankfully. The risk is the parts that get added a moment after the page opens. Think of an online booking tool you dropped in from another company, or a slider of reviews that loads after everything else. A service menu is another common one. To the AI reader, those late pieces can look like a blank space on the page.
Picture this. Say a dental practice keeps its service list and prices inside a booking widget. On the finished page, everything looks right. In the raw code, the AI reader finds a phone number and an empty frame where the services should be. So when someone asks an assistant for a dentist who does same-day crowns, a practice like this gets passed over, even though it does exactly that work.
The 60-second check you can run right now
You can look at that raw code yourself, in your own browser, right now. Here's the whole check, start to finish.
- Open your homepage in Chrome. Right-click on an empty part of the page and choose View Page Source. A new tab opens, full of raw code. This is the copy the AI reader sees.
- Press Ctrl-F on Windows, or Command-F on a Mac. This opens a small search box inside that code.
- Type your main service the way a customer would say it, like "emergency AC repair" or "teeth whitening," and see if it appears.
- Search your phone number the same way. Then search a price or a service you count on.
If those words are there, good. That part of your page is readable, and most simple websites pass this test. If the words are missing, you've found something worth fixing, and you found it before it cost you another customer.
Most owners do pass this check, at least on their homepage. The common website builders that small businesses use tend to put your core text right in the raw code. The trouble usually starts with the add-ons you bolted on later, like a booking calendar or a reviews feed. Those extras often load a moment too late, so the AI reader misses them.
There's one more case worth naming. Some newer websites, especially ones built with drag-and-drop tools or with AI site builders, put the whole page together inside your browser after it loads. On those websites, even the main text can be missing from the raw code. If your check came back empty for your own service name, this is the most likely reason.
What to do if your words are missing
If your check came back short, the fix is usually small. You want your important words written into the page itself, so they sit in the raw code before the page ever loads. In plain terms, the text should be baked into the page on the server, before it's sent to the browser.
You'll most likely need whoever built or manages your website to make the change. Here's what to tell them: "I need my main content, like my services, prices, hours, and phone number, written straight into the page's source code, so it's there the moment the page loads." Any web developer will know what you mean. For most websites this is a quick change, often just a setting or a small rebuild.
It's worth the effort, because being readable is what puts you in the running. Similarweb studied thousands of real customer journeys in 2026 and found that being named in an AI answer makes someone about 2.5 times more likely to visit within the week (Similarweb, 2026). When the AI reader can read your page, you've got a real shot at that mention. When it reads a blank space, that mention goes to a business it could read instead. You never see the miss, because your phone simply doesn't ring that day.
Run this check this morning, before your first customer. It takes about a minute, and it tells you something your Google ranking never will: whether the assistants your customers ask can actually read you. If it comes back blank, you now know the one thing to hand your web person.