Original research
Half of Florida's Local Businesses Are Invisible to AI: A 561-Business Study
Short answer: We tested 561 Florida businesses across four industries the way ChatGPT reads them. 49% are invisible to AI right now, and 26% block the AI crawler outright. This isn’t a real estate problem or a law problem. It’s a local business problem, and almost nobody has noticed yet.
What we did
We pulled real businesses off Google Maps across Florida, from Miami and Tampa to Orlando, Jacksonville,
Naples, Sarasota, Fort Myers, Tallahassee, Gainesville, and Pensacola, across four industries: real estate,
law firms, roofing contractors, and med spas. Real estate we sampled statewide (443 agents across 16 metros);
the other three we sampled across the four largest metros. Then we requested each homepage the way an answer
engine does, as OpenAI’s GPTBot. No cherry-picking. No pre-filtering for sites that were already broken.
A business counts as invisible to AI if either of two things is true:
- The site blocks the crawler (a hard 403 or a Cloudflare “checking your browser” challenge a bot can’t pass), or
- The site publishes no structured data, so even when AI can read the page, it can’t tell what the business is.
The results
| Industry | Businesses | Block the AI crawler | Invisible to AI |
|---|---|---|---|
| Real estate (statewide) | 443 | 25% | 51% |
| Law firms | 35 | 43% | 49% |
| Roofing / contractors | 40 | 30% | 45% |
| Med spas | 43 | 28% | 37% |
| All four | 561 | 26% | 49% |
Four different industries, four different kinds of business owner, and the same result. When someone asks AI “who’s a good agent near me” or “who’s a good roofer in Tampa,” close to half the local market can’t come up, because the AI never gets in or can’t tell who they are. We break down the fix by industry for roofing contractors, med spas, and law firms.
Real estate was the widest gap. Across 443 agents statewide, more than half are invisible to AI. Law firms block the crawler the most, 43%, the highest of any group. That fits: law firms tend to run security-heavy hosting, and those defaults quietly wall off the AI bots along with everything else. Med spas did best, since they tend to be the most marketing-forward. But even there, more than a third are invisible.
Why this keeps happening
Almost none of these owners chose this. Two failures do most of the damage.
The crawler block. A 403 to GPTBot is usually a toggle inside a security product or a firewall rule a
host set. Your robots.txt might say “welcome” while the firewall says “blocked,” and the two never get
compared. Your site returns 200 to a person and 403 to the exact bot that feeds ChatGPT. Nobody sees it,
because it only shows up when you look at the site as the bot.
And blocking those crawlers buys you nothing on security. Malicious scrapers ignore the rules and rotate IPs.
GPTBot, ClaudeBot, and PerplexityBot are the polite ones that actually respect robots.txt. Disallowing
them doesn’t stop attackers. It just deletes you from the answer.
No machine-readable identity. Plenty of sites AI can reach still say nothing about what they are. No structured data, no schema. It’s a storefront with no sign. A person figures it out. AI won’t guess.
The fix, and the honest timeline
The fix is plumbing, not a rebrand, and it runs in order.
- Open the door. Make sure your firewall and robots.txt let the AI crawlers through.
- Emit structured data. JSON-LD that names your business, says what it is, and where it operates.
- Get corroborated. Reviews, directories, and real mentions across the web, all saying the same thing about you.
Steps one and two are fast, usually about a week. Step three takes longer, roughly two to three months, because trust builds as the web gets re-read. The businesses that start now own the answer before their market catches on.
Check your own site
The bar right now is low. Half your competitors return a 403 to the crawler or publish nothing AI can read. Fixing the plumbing, before you touch content, puts you ahead of almost everyone.
You can test your own site in a minute: request it with a GPTBot user-agent and see if you get a 403 or a
Cloudflare challenge, then view your page source and search for application/ld+json. Or run a free
audit that scores all five pillars and shows you exactly what’s
blocking you.
Methodology note: businesses sampled from Google Maps and deduplicated to unique domains. Real estate was sampled statewide across 16 Florida metros (443 agents from 548 domains after excluding offline sites); law firms, roofing contractors, and med spas were sampled across Miami, Tampa, Orlando, and Jacksonville. Homepages requested live as GPTBot. Sites that returned neither a readable browser response nor a bot response were excluded as offline. Data collected August 2026.
Frequently asked
What does it mean for a business to be invisible to AI?
When you ask ChatGPT or Perplexity for a recommendation, the AI reads pages it can crawl and trust, then names the businesses those pages point to. A site is invisible if AI can't reach it (a 403 or Cloudflare block) or can't identify it (no structured data). Either way, the business can't be named.
How many Florida businesses are invisible to AI?
In our study of 561 Florida businesses across four industries, 49% were effectively invisible to AI and 26% were actively blocking the AI crawler. Real estate was the widest gap: 51% of 443 agents tested statewide are invisible. Med spas were best but still 37%.
Why would a website block ChatGPT's crawler by accident?
It's usually a default setting inside a security product or a firewall rule a host flipped on. The site returns 200 to a human browser and 403 to GPTBot, and nobody tells the owner. Blocking these bots buys you nothing on security, because real attackers ignore the rules the polite AI crawlers follow.
How do I check if my own business is visible to AI?
Request your homepage with a GPTBot user-agent and see if you get a 403 or a Cloudflare challenge. Check your page source for application/ld+json structured data. Or run a free audit that scores all five pillars at once.
Can AI actually find you?
Run the free AI visibility audit. It scores your site 0 to 100 across five pillars and emails you the exact fixes. Takes about two minutes.
Run the free audit →
SPECULARIS
AA