NumberSleven · Informational
Intent Architecture — How to Structure Your Website for AI and Human Search
Why most business websites are architecturally wrong for AI search
The majority of business websites are built around the company’s organisational structure, not around how customers search. Navigation mirrors the internal hierarchy: About, Services, Team, Contact. Pages are created when the business has something to say, not when a customer has a question to answer.
AI search engines don’t care about your org chart. They care whether a page unambiguously satisfies a specific searcher intent. A page that tries to be a homepage, a service overview, a capabilities statement, and a contact page simultaneously satisfies none of those intents clearly — and AI engines respond by not citing it.
The four intent classes and how they map to page types
Informational intent — the searcher wants to understand something. Pages: guides, articles, explainers, FAQ responses. Schema: Article, FAQPage, HowTo. These pages should answer one question fully and link to transactional pages as the next step.
Transactional intent — the searcher wants to take an action. Pages: service pages, pricing pages, request/booking pages. Schema: Service, Offer, PriceSpecification. These pages should describe what you offer with complete detail — deliverables, pricing, timeline, process — and have one clear CTA.
Navigational intent — the searcher is looking for a specific entity. Pages: homepage, about, team. Schema: Organization, Person, WebSite. These pages should be authoritative entity declarations, not sales pages.
Local intent — the searcher is looking for something near them or in a specific place. Pages: location pages, service-area pages. Schema: LocalBusiness, GeoCoordinates. For UAE businesses, this means explicitly declaring Dubai/GCC service coverage in both content and schema.
URL architecture follows intent
URL patterns should signal intent class to crawlers. Informational content lives at /resources/{topic-slug}/. Transactional content at /services/{category}/{service}/. Navigational at top-level slugs: /about/, /contact/. The URL communicates the page’s intent before the crawler reads a word of content.
Date-based URLs for service content — a common pattern inherited from blog publishing — harm intent architecture. /2024/03/ai-automation/ signals to crawlers that the content is time-stamped and potentially dated. /resources/ai-automation-guide/ signals a stable reference resource.
Component-level intent signals
Beyond page-level intent, each component on a page should carry its own intent signal through structured data. A FAQ accordion component contributes FAQPage schema. A pricing table contributes Offer and PriceSpecification schema. A testimonials section contributes Review and AggregateRating schema. The page’s @graph block aggregates all component contributions into a single schema output.
This component-level schema architecture is what separates AI-native websites from websites that have schema bolted on as an afterthought. When schema is generated from the same content fields that drive the page display, it stays accurate and the intent signals compound rather than conflict.
Ready to start?
Book a Discovery Sprint
45 minutes. Fixed fee. Written summary within 48 hours. Credited toward any package if you proceed.