Most SEO advice focuses on what’s on your website — the words, the keywords, the photos, your Google Business Profile. All of that still matters enormously. But there’s a quieter factor that gets far less attention: how your website is actually put together underneath. That has always mattered a little. With AI now sitting between your customers and your website, it matters a great deal more.
This article explains what the Astro framework is, why we’ve made it our default for new websites, and what it means for both traditional SEO and the newer world of AI search — without needing you to be technical.
Search isn’t just ten blue links any more
For twenty years, being found online meant appearing in a list of results. People scanned the list, clicked something, and landed on your site.
That’s changing quickly. Google now answers many questions directly at the top of the page. People ask ChatGPT, Copilot or Perplexity for a recommendation instead of searching at all. Increasingly, your potential customer gets an answer rather than a list of links — and your business is either part of that answer or it isn’t.
To be part of it, an AI system has to do three things: fetch your page, read it, and understand it well enough to summarise and recommend you. That sounds obvious. In practice, a surprising number of websites make one or more of those steps unnecessarily hard.
What Astro actually does differently
Astro is a website framework — the toolkit a developer builds your site with. What makes it different isn’t magic, it’s timing.
A traditional WordPress site assembles each page at the moment someone asks for it. A visitor arrives, the server wakes up, queries a database, runs the theme and however many plugins you have installed, and finally produces a page. That work happens again for the next visitor, and the next. A caching plugin can store a copy of the finished page and hide much of that effort, which genuinely helps — but it’s a layer bolted on top rather than how the system works underneath.
Astro does the assembling once, in advance, when the site is built. What arrives at your visitor’s browser is a finished HTML file sitting ready on a server — no database, no plugins running, nothing to work out.
Two things follow from that, and both matter for being found.
Astro and SEO: the speed search engines still reward
Because the page is already built, it arrives almost instantly. Astro also ships very little JavaScript by default, so there’s not much for the browser to chew through before your visitor sees something useful.
Google has been open for years that page experience and loading speed feed into rankings, and the effect on real people is even more direct: a page that takes its time loses visitors before they’ve read a word. Speed isn’t a clever trick — it’s just removing the waiting.
AI crawlers read HTML, not JavaScript
This is the one most business owners have never been told, and it’s the most important.
Plenty of modern websites don’t send finished content to the browser at all. They send a mostly empty shell plus a pile of JavaScript, and the content gets assembled in the visitor’s browser a moment later. Google’s crawler can usually cope with this. Many AI crawlers cannot — they take the HTML they’re handed and move on.
If your content only exists after JavaScript has run, those systems may see very little of your website. You can be effectively invisible to the tools your customers are increasingly asking for recommendations, while looking perfectly fine to you in your own browser.
Because Astro builds pages up front, your words are in the HTML from the start. Whatever fetches your page — Google, an AI assistant, a screen reader — gets the actual content.
Clear structure so machines understand you, not just read you
Reading your page and understanding it are different things. Astro makes the second easier too, because it encourages clean, semantic pages rather than a soup of nested containers:
- Proper headings. One clear main heading and sensible subheadings tell a machine how your page is organised and what each part covers.
- Structured data. Behind the scenes we add schema markup that states plainly what your business is, where it operates, what it offers and how to contact it — rather than leaving it to be inferred.
- A tidy sitemap. Generated automatically on every build, so nothing gets missed and nothing goes stale.
- An
llms.txtfile. An emerging convention that gives AI tools a clean, plain-text summary of a site. This website publishes one, generated fresh with every build.
None of this is exotic. It’s just easier to get right — and keep right — when the site isn’t fighting you.
Fewer things getting in the way
The other quiet benefit is what isn’t there. No plugin adding its own scripts to every page. No page builder wrapping your text in ten layers of markup. No half-dozen tracking tags loading before your content. Less clutter means faster pages, cleaner code and fewer things to break — for visitors and crawlers alike.
What Astro won’t do for you
It’s worth being honest about the limits, because there’s plenty of hype about frameworks.
Astro will not make you rank. A fast, beautifully built page with thin content ranks nowhere. What actually earns rankings and recommendations is still the same as it ever was: genuinely useful content that answers the questions your customers ask, a complete and accurate Google Business Profile, real reviews, consistent business details, and other reputable sites referring to you.
What Astro does is remove the technical obstacles, so that good content gets a fair hearing. It’s the difference between a clear road and a road with speed bumps — it doesn’t decide where you’re going.
Does this mean you should abandon WordPress?
Not necessarily, and we’d never say otherwise just to sell a rebuild.
A well-built WordPress site, on decent hosting, with disciplined plugin use and someone genuinely maintaining it, can perform very well. WordPress also brings real advantages: a familiar editor, and an enormous range of plugins for carts, memberships and bookings. If your site is in good shape and your team is happy in it, the sensible thing is usually to look after it properly rather than start again.
The difference is that with Astro, the good outcome is the default rather than something you have to fight for and keep fighting for. So the natural moment to consider it is when a rebuild is already on the cards — or when your current site has become slow, plugin-heavy and awkward to maintain.
Where we’ve landed
We now build most new websites on Astro, and we’ve migrated existing sites across from WordPress where it made sense — carrying the content over and redirecting the old addresses so hard-earned search rankings come too. This website is an Astro site as well, which felt like the least we could do before recommending it to anyone else.
If you’d like to know whether the way your current website is built is holding it back — or you already have an Astro site and need someone to look after it — have a look at our Astro website development and support, or read more about getting your website AI search ready. And if you’d rather just ask a person, get in touch and we’ll give you a straight answer.
