Skip to content

How to make an AI-ready website in 2026 (so AI answers cite you)

What an AI-ready website is in 2026, a 10-point checklist for getting cited by ChatGPT, Gemini, Perplexity and AI Overviews, and what we did on loco.ie.

Adam Murphy, Director of Technology Updated 11 min read

Cropped concentric copper rings radiating from a clean stack of ink page blocks on off-white.

Share

An AI-ready website is one that ChatGPT, Gemini, Perplexity and Google’s AI Overviews can fetch, understand and quote with confidence. It is not a new kind of website and it does not need a chatbot on the homepage. It needs clean HTML, clear facts about who you are, and content written so a machine can lift the answer out without guessing.

This is the refreshed 2026 version of our most-read guide: what “AI-ready” means now, a 10-point checklist for your own site, the mistakes we see most in audits, and what we did on loco.ie.

What is an AI-ready website?

Search used to be a list of links. Increasingly it is an answer with two or three sources cited underneath, and every engine works the same way at the front: a crawler fetches the page, a model reads it, and the engine decides whether the page is clear and credible enough to cite.

So an AI-ready website does four things well:

  • Retrievable. The content is in the HTML the crawler receives, before any JavaScript runs.
  • Legible. Headings, lists and short paragraphs make the structure obvious, and structured data confirms what the page is about.
  • Unambiguous about the entity. Who the business is, what it does and how to contact it are stated the same way everywhere.
  • Citable. A named author, real proof and consistent facts give the engine a reason to trust the page over a thinner one.

Google’s own guidance, updated in December 2025, removes a lot of noise: “There are no additional requirements to appear in AI Overviews or AI Mode”, and no new machine-readable files, AI text files or special schema are needed. That does not mean structure and clarity stop mattering. It means the fundamentals that win in search are the fundamentals that win in AI answers. The checklist below is those fundamentals, done properly.

Why do AI-ready websites matter in 2026?

Because the click is disappearing from a growing share of searches. Pew Research Center tracked real browsing in March 2025 and found people clicked a result on 8% of searches showing an AI summary, against 15% of searches without one. The citation is what replaces the click. When an answer engine summarises “who builds membership platforms in Dublin”, the businesses named get the enquiry. Everyone else gets nothing, however well they ranked as a blue link.

People also type full sentences into ChatGPT and Perplexity now, and the same phrasing shows up in Google. Pages written as clear answers get pulled into those results; brochure copy does not. None of the work is wasted if AI search stalls tomorrow: it also makes a site faster, more accessible and easier to convert.

The 10-point AI-ready website checklist

Work through these in order. The first three fail most often in the sites we audit.

1. Crawlable, server-rendered HTML

The content must be in the HTML response itself, before a JavaScript framework injects anything. Googlebot renders JavaScript, eventually and with limits. AI crawlers do not: Vercel and MERJ logged hundreds of millions of real crawler fetches and found no JavaScript execution by OpenAI’s, Anthropic’s or Perplexity’s bots, even where they downloaded the script files. If your service descriptions, prices or FAQs only exist once a script has run, an AI crawler sees an empty shell. Check with “view source” rather than the inspector.

2. Structured data that matches the visible page

Add JSON-LD for what is on the page: Organization or ProfessionalService with your real address and contact details, BlogPosting or Article on posts with a named Person as author, FAQPage only where the questions are visible, and BreadcrumbList for hierarchy. Mark up what is not visible and you are asking for a manual action.

3. Entity clarity

An answer engine has to resolve you to a single entity before it can cite you. Use one business name, one primary category and one description, repeated on the homepage, the about and contact pages, the footer and the schema. If your site, your LinkedIn profile and a directory listing each describe the business differently, you are three fuzzy entities instead of one.

4. Question-form headings and AI-ready website content

Write H2s and H3s the way people ask. “How much does a website cost in Ireland?”, which we answer in full in what a website costs in Ireland, is a heading a model can match to a query; “Investment” is not. Follow each question with a direct answer in the first sentence, then the detail. AI-ready website content is ordinary writing with the answer at the top of the section rather than three paragraphs down.

5. An llms.txt file

llms.txt is a proposal, first published in September 2024 and updated in August 2026, for a plain Markdown file at your site root giving AI agents “brief background information, guidance, and links to detailed markdown files”. Google does not require it, but it is a cheap, tidy place to state who you are and which pages matter. Treat it as a courtesy; it earns no ranking on its own.

6. A deliberate robots policy for AI crawlers

Decide per crawler, because the crawlers have different jobs. OpenAI documents that sites opting out of OAI-SearchBot “will not be shown in ChatGPT search answers”, while disallowing GPTBot “indicates a site’s content should not be used in training”. PerplexityBot “is designed to surface and link websites in search results on Perplexity” (Perplexity’s docs), and Google-Extended covers Gemini training and grounding but “does not impact a site’s inclusion in Google Search” (Google’s crawler documentation). Block training if you want to; allow the search bots.

7. Fast rendering

Crawlers have budgets. A page that takes seconds to return HTML, or ships megabytes of scripts first, gets fetched less often. Aim for fast server response, good Core Web Vitals and lightweight templates: the same brief as a high-performance website for human visitors. Page-builder bloat is the usual culprit on WordPress; the fix is a leaner theme or a rebuild, and no caching plugin will do it for you.

8. Named authors and E-E-A-T

Google’s E-E-A-T guidance (experience, expertise, authoritativeness, trust) is a quality-rater framework rather than a ranking factor, but it describes what answer engines try to detect. Put a real person’s name on every article, with a bio page: that is most of what separates AI-ready blog content from filler. Link claims to proof: case studies such as the membership platform and native apps we built for ESMA, named clients, real screenshots. A post by “Admin” on a site with no about page is what a model learns to distrust.

9. Consistent NAP

Name, address, phone. Identical on the site, in the schema, on Google Business Profile, on LinkedIn and in every directory. Two phone formats and three versions of the address look trivial to a human and unreliable to a system matching entities across sources.

10. A visible FAQ on every important page

Five to eight genuine questions with direct answers of 40 to 80 words, visible on the page. Each Q&A maps to a query, and visible questions are the only kind worth marking up as FAQPage. Use the questions customers actually ask.

What we did on loco.ie

We rebuilt this site in 2026 with the list above as the specification.

  • Server-rendered content. PHP templates, no client-side rendering. Blog posts are Markdown parsed on the server, so every word of this article is in the HTML response before any script runs.
  • Structured data on every page. Each page carries ProfessionalService JSON-LD with the studio’s name, description, postal address, email and LinkedIn profile. Posts add BlogPosting.
  • Visible questions, answered on the page. The “Frequently asked questions” section below is ordinary text, which is the only kind of FAQ worth marking up.
  • Entity consistency. One business name, one description and one postal address, stated the same way in the footer, on the contact page and in the schema.

What are the most common AI-readiness mistakes?

From audits over the last year, the same handful come up:

  • Content that only exists after JavaScript runs. Single-page-app sites and some builder platforms ship near-empty HTML. Humans see a page; crawlers see a loading state.
  • Schema that describes a different page. FAQ markup with no FAQ visible, review stars with no reviews, an address that is a virtual office. Each one is a trust penalty.
  • Blocking the wrong bot. A robots.txt disallowing every agent containing “GPT” removes you from ChatGPT search along with the training set.
  • Brochure headings. “Our Approach”, “Solutions”, “Why Us”. None of them match a question anyone asks.
  • No author, no proof, three versions of the facts. Articles attributed to the company, claims with no case study behind them, a different phone number in each directory.

Does an AI-ready website need a rebuild?

Usually not. Structured data, question-form headings, an FAQ block, llms.txt, a robots.txt review and author pages can all be added to a sound site in days.

A rebuild is the better answer when the foundations fail points one and seven: content that only renders client-side, a page-builder theme that cannot be made fast, or templates so tangled that every fix breaks something else. ERP HEADtoHEAD, whose custom Stripe and WooCommerce booking engine runs two events across two countries, is server-rendered for that reason: the pages that have to be found are plain HTML, and the complexity sits behind them. Our website and ecommerce projects are from €10,000, and most of this checklist is part of the build rather than an upsell afterwards.

Either way, AI-ready website design is only the technical half. The content half, choosing the questions to own and writing the pages that answer them best, is answer engine optimisation. Do this checklist first: good content does not get cited from a page a crawler cannot read.

FAQs

Questions this article gets asked.

The ones that come up most, answered straight.

What is an AI-ready website?

An AI-ready website is one that answer engines such as ChatGPT, Gemini, Perplexity and Google AI Overviews can crawl, understand and cite reliably. In practice that means server-rendered HTML, structured data matching the visible page, consistent facts about the business, question-form headings, named authors and a visible FAQ. It is what good SEO always needed, done with more discipline.

Is an AI-friendly website the same as an AI-ready website?

They are the same idea under two names, and you will also see it written without the hyphen: an AI ready website is the same thing again. Whether you search for AI-friendly, AI-ready or AI ready, the work is identical: server-rendered HTML a crawler can read, structured data that matches the page, consistent facts, question-form headings with direct answers, named authors and a visible FAQ.

How do I check whether my website is AI-ready?

Start with “view source” on your key pages: if the text you want cited is not in the raw HTML, you have a rendering problem. Then run the page through Google’s Rich Results Test, read your robots.txt for blocks on OAI-SearchBot or PerplexityBot, and check that your name, address and phone number match everywhere they appear.

Does making a website AI-ready hurt normal SEO?

No. Google states there are no additional requirements for AI Overviews and AI Mode beyond standard search fundamentals, and every item here is also a conventional SEO improvement: faster pages, clearer structure, accurate schema, stronger authorship. The one thing to avoid is marking up content that is not visible, which risks a manual action in ordinary search too.

Do I need to rebuild my website to make it AI-ready?

Only if the foundations are the problem. If your content already arrives as HTML and the site is reasonably fast, the rest (schema, FAQ blocks, llms.txt, robots policy, author pages, consistent NAP) takes days. If content only renders through JavaScript, or a page builder makes the site slow and fragile, a rebuild is usually cheaper than patching.

How long does it take to make a website AI-ready?

For a sound site of ten to thirty pages, an audit plus the changes above typically fits inside one to two weeks, most of it writing: question-form headings, direct answers and honest FAQs take longer than the markup. Results follow crawl cycles rather than the deploy, so allow several weeks before judging citations.

Should I block AI crawlers in robots.txt?

Separate the two jobs. Search crawlers such as OAI-SearchBot and PerplexityBot are how your pages get cited in ChatGPT and Perplexity answers, so blocking them removes you from those results. Training crawlers such as GPTBot, and Google’s Google-Extended token, control whether your content trains or grounds models, and Google-Extended does not affect search inclusion. Allow the search bots; decide on training separately.

The next step

Send us the URL and we will run the checklist against it: what to fix, what to leave alone, and whether a rebuild is warranted. Get in touch and Mark or Adam will read it themselves.

  • AI Search
  • Structured Data
  • SEO
  • Content Structure
  • Answer Engines

Share this article

Keep reading

More from the build.

AI 10 min read

AI automation for Irish SMEs: seven processes worth automating first

SEO 9 min read

Answer Engine Optimisation Ireland: How to Get Cited by ChatGPT

SEO 10 min read

Web Development SEO Best Practices for 2026

Let’s talk

Got a project
in mind?

Prefer a call?

Book a free 30-minute call

Opens a booking panel here, or a new tab if scripts are blocked. Cookie Policy.

Fields are required unless marked optional.

You’ll hear back from Mark or Adam within one working day.

We use what you send only to reply to you. See our privacy policy.

This site is protected by reCAPTCHA and the Google Privacy Policy and Google Terms of Service apply.