Where AI Agents Get Stuck on Fort Wayne Business Websites (2026)

AI agents are starting to act on websites, not just read them. New research shows exactly where they fail — and how to audit and fix your site.

Ken W. Button - Technical Director at Button Block
Ken W. Button

Technical Director

Published: July 16, 202613 min read
Downtown Fort Wayne storefront at dusk with warm window light, viewed across the street, symbolizing local businesses AI agents now visit online

Introduction

For twenty years, your website's job was to persuade a human. In 2026, it has a second audience: AI agents — software like ChatGPT operating a browser or Gemini gathering answers on a user's behalf — that visit your site to extract information and act on it, not to admire your design. A new analysis published this week in Search Engine Land by Kevin Indig catalogs exactly where those agents fail when they try to pull basic facts — prices, features, policies — from real websites. The short version: the failures are mundane, measurable, and fixable.

Here's why that matters in Fort Wayne. When an agent can't read your menu, your service pricing, or your booking options, it doesn't give up — the research shows it goes and answers the question from someone else's website instead. Your competitor's comparison page, a directory listing, a review site. You lose control of the answer without ever knowing the question was asked.

Let's be equally honest about the other side: agentic traffic to Northeast Indiana small-business websites is emerging, not dominant. Most of your customers today are still humans on phones. The case for acting now isn't panic — it's that nearly every agent-readiness fix also improves accessibility, page speed, and plain human conversions. This post turns Indig's findings into a practical walk-through audit you can run on your own site in about ten minutes.

Key Takeaways

  • AI agents fail on websites in three ways: information that isn't published (opacity), information that's published but unreadable (machine-readability), and technical blocking (access friction).
  • In a study of 100 B2B products, agents answered pricing questions from the vendor's own site only 79% of the time — versus 92–93% for security and integration questions.
  • When agents can't get an answer from you, they cite third parties instead — directories, review sites, and competitors' comparison pages.
  • The most common failure points are ordinary: JavaScript-only content, PDFs, pricing calculators, screenshots of text, and content hidden behind toggles.
  • One structured-data fix moved a page's agent-readiness score from 73 to 93 in testing.
  • Every fix in this audit also helps human visitors, accessibility, and Core Web Vitals — so the work pays off even while agentic traffic is still ramping up.

Why Are AI Agents Visiting Fort Wayne Business Websites in 2026?

Customer at a coffee shop counter asking an AI agent on their phone to look up a Fort Wayne business while a barista prepares an order

An AI agent is different from both a chatbot and a search crawler. A chatbot answers from what a model already knows. A crawler like Googlebot indexes pages for later. An agent fetches your site right now, on behalf of a specific user, to complete a task — compare prices, check hours, find a booking option, assemble a shortlist.

The machine audience has been growing for a while. Cloudflare's crawler analysis found that combined AI and search crawler traffic rose 18% between May 2024 and May 2025, with OpenAI's GPTBot jumping from 5% to 30% of AI-crawler request share in that single year. Those figures cover crawlers — the training and indexing bots — but they show how quickly the non-human share of your visitors log is shifting.

User-directed agents are a distinct layer on top of that, and they behave differently. OpenAI's bot documentation draws the line explicitly: GPTBot crawls for model training and respects robots.txt, while ChatGPT-User fetches pages for “certain user actions” — and because those fetches are user-initiated rather than automatic crawling, robots.txt rules may not apply to them. In plain English: when a real customer asks ChatGPT to look something up on your site, that visit happens whether or not you've configured anything. The only question is whether your site answers well.

We've covered the plumbing of this shift before — our post on agentic AI protocols and SEO explains the standards being built for agent-to-site communication, including where emerging protocols like WebMCP are headed. This post stays out of that lane deliberately. Today we're only interested in one thing: where agents fail on ordinary business websites right now, and how to find those failures on yours.

Where Do AI Agents Actually Get Stuck? What the New Research Shows

Indig's analysis is built on a study run with the research platform Siteline: AI agents were given three buyer-style tasks — find pricing and features, find integrations, find security and compliance information — for 100 B2B software products. Each task ran five times to account for the probabilistic nature of language models, and the agents got no starting links; they had to find the official site on their own.

The results split cleanly by information type:

TaskAnswered from vendor's own siteFirst-party citation share
Integrations93%99%
Security & compliance92%99%
Pricing & features79%84%

Integration and security pages tend to be plain, factual HTML — and agents handled them almost perfectly. Pricing was the weak spot, generating 77% of all third-party citations in the study. When vendors didn't publish real prices, 45% of runs cited at least one third-party source. Even when numeric prices were published, 18% of runs still leaned on third parties — because, as Indig puts it, “some pricing pages are visible to humans but not reliable enough for agents to parse and cite.”

The failure points the study identified are strikingly ordinary:

  • Content rendered only by JavaScript — the price exists in the browser but not in the HTML an agent fetches
  • Interactive calculators — the number only appears after a human drags a slider
  • Toggles and expandable sections that hide content until clicked
  • Screenshots and images containing text an agent can't read
  • PDF documents standing in for web pages
  • Prices withheld entirely behind “contact sales” walls
  • Ambiguous table structures and heavy pages (1 MB+ flagged as problematic)

Outright technical blocking was rarer — access errors occurred in just 7% of runs — but when it happened, the consequences were severe: third-party citation rates hit 77%, versus 17% when access was clean. Indig's summary line is the one worth remembering: “AI agents turn websites from showrooms into barcodes.” The agent doesn't experience your brand. It scans you for facts, and if the scan fails, it scans someone else.

Which Fort Wayne Business Websites Have the Riskiest Patterns?

Service technician beside a work van outside a Midwestern home reviewing online booking options on a tablet, a common AI agent failure point

The study above covered B2B software vendors, so let's be precise: nobody has run this experiment on Fort Wayne small-business sites, and we won't pretend otherwise. But the failure mechanics — opacity, machine-readability, access friction — aren't software-specific, and in our experience auditing Northeast Indiana websites, the same patterns show up constantly in four local verticals:

Home services (HVAC, plumbing, electrical). The classic setup: a solid site whose only booking path is a third-party scheduling widget embedded in an iframe, with no pricing anywhere and services described only in general terms. An agent asked “find an HVAC company near Fort Wayne that publishes service-call pricing and books online” gets nothing extractable from that site. This is the same dynamic we covered in our post on AI search for Fort Wayne home services — the businesses that publish specifics are the ones that get cited.

Restaurants. The scanned-PDF menu is the restaurant equivalent of pricing-in-a-screenshot from the study: the information exists, humans can squint at it, and machines get almost nothing. Hours that live only in an image or a social embed have the same problem.

Dental, legal, and professional services. A contact form built as a JavaScript-rendered, multi-step wizard is invisible in the initial HTML. The study's data on JavaScript-only content applies directly: what the browser eventually shows and what an agent fetches can be two different pages.

Retail. Hours, product availability, and prices that live only inside an Instagram embed are locked in someone else's rendering. If your most current information exists only on a social platform, your own website is the stale copy — and agents read the stale copy.

Notice what these have in common: in every case the human experience sort of works, which is exactly why the problem hides. Nothing looks broken. That's why you have to test for it deliberately.

How Can You Test Your Own Website for Agent Readiness in 10 Minutes?

Small business owner's hands on a laptop at a shop counter viewing website source code during a ten-minute AI agent readiness audit

Indig's recommendation is refreshingly direct: run the query yourself. Ask an AI assistant to “find all pricing and features for [your business]” and watch what comes back — and, critically, whose site it cites. Here's the ten-minute version of that audit, adapted for a local business:

MinuteTestWhat you're looking for
1–3Ask ChatGPT or Gemini: “Find the services, prices, and booking options for [your business] in Fort Wayne”Does the answer come from YOUR site — or a directory, review site, or competitor?
4–5Open your key page, hit View Source (Ctrl+U), and search for your price or service nameIf it's not in the raw HTML, agents likely can't see it
6–7Check yourbusiness.com/robots.txtAre GPTBot, ClaudeBot, PerplexityBot, or Google-Extended blocked — on purpose or by accident?
8–9Find every fact that lives in a PDF, image, iframe, or social embedMenus, hours, price lists, booking — each one is an extraction dead end
10Run your page through Google's Rich Results TestIs there any structured data describing your services or offers?

Two notes on the robots.txt check. First, blocking AI crawlers is a legitimate choice for some publishers — but for a local service business, it mostly means the answers about you come from third parties instead — the study measured a 77% third-party citation rate when access fails. Second, if ranking anxiety is what's stopping you: Google's crawler documentation states plainly that Google-Extended — the token controlling whether your content trains and grounds Gemini — “does not impact a site's inclusion in Google Search nor is it used as a ranking signal.” Allowing or blocking it is a business decision, not an SEO gamble.

The view-source test deserves emphasis too, because it catches the single most common failure we see. If your prices, hours, or service descriptions only appear after JavaScript runs, you have the exact problem the study documented. Our guide to JavaScript fallbacks for AI crawlers covers the rendering mechanics in depth, so we won't re-teach them here.

Which Fixes Deliver the Most Agent Readiness for the Least Money?

Restaurant staff comparing a printed paper menu with the same menu displayed as a web page on a tablet, converting PDF content to HTML

The encouraging part of Indig's findings is that the fixes are mostly editorial and structural, not architectural. Ranked by effort-to-impact based on the study's data:

1. Publish the real numbers in real text. The study's core finding is that opacity is self-defeating: hide your pricing and 45% of agent runs cite someone else's version of it. “You can try to hide your pricing,” Indig writes, “but you better make sure no one else knows and writes about it.” For a service business, this means publishing at least your service-call fee, starting prices, or typical ranges — in HTML text, on one canonical page. Where the price genuinely varies, the study's guidance is to explain what drives the number instead of defaulting to “contact us.”

2. Add structured data. In the study's readiness testing, adding Schema.org Product and Offer markup with price and priceCurrency moved a page from 73 to 93 — the single largest jump from one change. The Offer type also carries availability, which maps neatly to service businesses. This is the same markup foundation we recommend throughout our Answer Engine Optimization guide, because answer engines and agents read the same signals.

3. Convert dead-end formats to HTML. Every PDF menu, screenshot price list, and image-only hours graphic should have an HTML equivalent on your own domain. You don't have to remove the PDF — just stop letting it be the only copy.

4. Give embedded widgets a plain-text shadow. If booking happens in a third-party iframe, put the essentials in visible HTML around it: what can be booked, when, at what starting price, and a phone number. The agent may not be able to operate the widget, but it can relay accurate facts and hand off to the human.

5. Audit your robots.txt and firewall rules. Make an explicit decision about GPTBot, ClaudeBot, PerplexityBot, and Google-Extended rather than inheriting whatever your last developer or security plugin decided. Remember the asymmetry from the study: access errors were rare, but when they happened, third-party citations dominated.

6. Keep pages light. The study flagged 1 MB+ pages as a friction point, and heavy pages hurt your Core Web Vitals for humans anyway. One fix, two audiences.

What we're deliberately not covering here: making your site agent-operable — actual agent-driven checkout and transactions. That's a real and separate topic, and our post on zero-click commerce and AI agent checkout takes it on directly. Readable comes before operable, and most local sites aren't readable yet.

What Should Northeast Indiana Businesses Do About This Right Now?

Pedestrians passing local shops on a sunny Midwestern downtown street as Fort Wayne small businesses prepare websites for AI agents

Here's our honest read on timing for Allen County and DeKalb County businesses. The buyer behavior driving this — people delegating research and errands to AI assistants — is real and growing, but it's not yet the majority of anyone's local customer base. If someone tells you Fort Wayne businesses are losing most of their leads to agent failures today, they're selling urgency the data doesn't support.

What the data does support is this: the machine share of web traffic is climbing steadily, the failure points are already measurable, and every fix on the list above has a second payoff that arrives immediately. Text instead of PDFs helps screen-reader users and mobile visitors today. Server-rendered content improves load times today. Structured data feeds Google's rich results today. Consistent, machine-readable business facts give every kind of visitor — human or machine — one accurate source of truth.

So the move isn't a rebuild. It's the ten-minute audit, then a short punch list, knocked out in priority order. A typical Fort Wayne service business can get through fixes 1 through 4 in a week of part-time effort. That's cheap preparation for where things are heading — and a measurable improvement for the customers you already have.

Frequently Asked Questions

A chatbot answers from what its model already learned; a search crawler indexes pages for later retrieval. An AI agent fetches your website in real time, on behalf of a specific user, to complete a task — comparing prices, checking hours, or finding a booking option. That means it needs your information to be extractable at the moment it visits, not just indexed somewhere.
Yes, though in modest and growing numbers rather than a flood. Cloudflare measured combined AI and search crawler traffic rising 18% year-over-year through May 2025, and user-directed fetches from tools like ChatGPT happen whenever a customer asks an assistant about a local business. We recommend treating agent readiness as low-cost preparation, not an emergency.
Not the way most owners hope. OpenAI's documentation notes that user-initiated fetches like ChatGPT-User aren't automatic crawling, so robots.txt rules may not apply to them — and the Search Engine Land study found that when agents hit access errors, they cited third-party sources 77% of the time. Blocking mostly means the answer about your business comes from a directory or competitor instead of from you.
No. Google's own documentation states that Google-Extended — the setting that controls whether your content is used for Gemini training and grounding — does not affect your inclusion or ranking in Google Search. Ordinary Googlebot crawling for search is governed separately, so the two decisions are independent.
Get your key facts into plain HTML text, then add Schema.org Offer markup with price and priceCurrency. In the study's readiness testing, that structured-data change alone moved a page from a score of 73 to 93. For a local business, the equivalent is an HTML services-and-pricing page with markup — replacing PDFs, screenshots, or widget-only information.
No, and pretending otherwise would violate our own honesty rules. The study's guidance for variable pricing is to explain what drives the number — trip fees, hourly ranges, the factors that move a quote up or down — instead of a bare "contact us." Agents can extract and relay ranges and rules; they can extract nothing from a blank wall.
The self-audit in this post costs ten minutes. A professional version — rendering checks, structured-data implementation, robots.txt and firewall review, converting dead-end formats — is typically a small project measured in days, not a rebuild, because most fixes are editorial and structural. In our experience the same work improves accessibility, Core Web Vitals, and human conversion paths, so it pays for itself even before agentic traffic matures.
What is an AI agent, and how is it different from a chatbot or a search crawler?
A chatbot answers from what its model already learned; a search crawler indexes pages for later retrieval. An AI agent fetches your website in real time, on behalf of a specific user, to complete a task — comparing prices, checking hours, or finding a booking option. That means it needs your information to be extractable at the moment it visits, not just indexed somewhere.
Are AI agents really visiting Fort Wayne small-business websites in 2026?
Yes, though in modest and growing numbers rather than a flood. Cloudflare measured combined AI and search crawler traffic rising 18% year-over-year through May 2025, and user-directed fetches from tools like ChatGPT happen whenever a customer asks an assistant about a local business. We recommend treating agent readiness as low-cost preparation, not an emergency.
Will blocking AI bots in robots.txt protect my business information?
Not the way most owners hope. OpenAI's documentation notes that user-initiated fetches like ChatGPT-User aren't automatic crawling, so robots.txt rules may not apply to them — and the Search Engine Land study found that when agents hit access errors, they cited third-party sources 77% of the time. Blocking mostly means the answer about your business comes from a directory or competitor instead of from you.
Does allowing AI crawlers hurt my Google rankings?
No. Google's own documentation states that Google-Extended — the setting that controls whether your content is used for Gemini training and grounding — does not affect your inclusion or ranking in Google Search. Ordinary Googlebot crawling for search is governed separately, so the two decisions are independent.
What's the single fastest fix for agent readiness?
Get your key facts into plain HTML text, then add Schema.org Offer markup with price and priceCurrency. In the study's readiness testing, that structured-data change alone moved a page from a score of 73 to 93. For a local business, the equivalent is an HTML services-and-pricing page with markup — replacing PDFs, screenshots, or widget-only information.
My prices vary by job — do I have to publish exact numbers?
No, and pretending otherwise would violate our own honesty rules. The study's guidance for variable pricing is to explain what drives the number — trip fees, hourly ranges, the factors that move a quote up or down — instead of a bare "contact us." Agents can extract and relay ranges and rules; they can extract nothing from a blank wall.
How much does an agent-readiness audit cost?
The self-audit in this post costs ten minutes. A professional version — rendering checks, structured-data implementation, robots.txt and firewall review, converting dead-end formats — is typically a small project measured in days, not a rebuild, because most fixes are editorial and structural. In our experience the same work improves accessibility, Core Web Vitals, and human conversion paths, so it pays for itself even before agentic traffic matures.

Sources & Further Reading

Ready to Find Out Where Agents Get Stuck on Your Site?

Run the ten-minute audit yourself — it's genuinely the right first step, and you may not need us at all. But if the audit turns up problems you'd rather not untangle alone — JavaScript-only content, structured data, a booking flow that's invisible to machines — that's exactly the work we do. Button Block builds and repairs websites for Northeast Indiana businesses with both audiences in mind: the humans who buy from you and the machines that increasingly brief them. Start with our AEO services for the readability and structured-data side, or web development if the fix goes deeper into how your site is built. Either way, you'll get a plain-English report of what agents see on your site today — no fake urgency, no rebuild pitch unless the audit actually justifies one.