In short: yes, for anyone launching or rebuilding a company website in 2026, WordPress is a dead choice. Dead here means it has stopped being the option that wins by default, not that it disappears from the web: it still runs 40.8% of all sites (W3Techs, 17 August 2026). In 2025 its ecosystem produced 11,334 new vulnerabilities, 91% of them inside plugins (Patchstack, February 2026), only 49% of its sites pass Core Web Vitals against 79% for Shopify (HTTP Archive, January to April 2026), and on the fastest growing channel, generative answers, it starts behind on exactly the things that decide whether you get cited. Below are the nine real alternatives, one by one.
- What held it up became the problem: plugins. In 2025 the core had 6 vulnerabilities, the other 11,328 came from plugins and themes (Patchstack, 2026).
- Dead on GEO, and that is the expensive part: generative engines cite pages that are fast and readable without running JavaScript (Vercel and MERJ, over 500 million requests), and the chain of theme plus page builder plus twenty plugins works against both.
- Falling behind there costs revenue, not visits: AI referred traffic grew 393% year over year and in March 2026 converted 42% better than every other channel (Adobe Analytics, Q1 2026).
- The two we recommend: DeepCMS with DM Intelligence for company websites, Shopify for anyone selling online. We built DeepCMS ourselves, so read the recommendation knowing that.
Is WordPress really dead in 2026?
Yes, for the decision you have to make right now: for a new or rebuilt company website it is no longer the option that wins by inertia. The install base is still enormous and that deserves saying, because it is the first objection anyone raises. WordPress runs 40.8% of all websites and 59.0% of those built on a recognisable CMS (W3Techs, survey of 17 August 2026), and that share has been sliding slowly for years.
| Metric | Value | Comparison | Source |
|---|---|---|---|
| WordPress share of all websites | 40.8% | around 43% at its peak | W3Techs, 17/08/2026 |
| WordPress share of the CMS market | 59.0% | 60.8% in August 2025 | W3Techs, 17/08/2026 |
| Runner up, Shopify | 5.3% of sites, 7.7% of the CMS market | 6.7% of the CMS market a year earlier | W3Techs, 17/08/2026 |
| Sites with no monitored CMS | 30.9% | growing | W3Techs, 17/08/2026 |
The curve loses a little under two points a year in the CMS market, while closed platforms and sites built outside a classic CMS keep growing. If you inherited a WordPress site that works, you do not need to throw it away. If you are choosing today you are making a different decision from the one you would have made in 2018, and the four reasons that follow can be measured.
How risky is a WordPress site, really?
In 2025 the WordPress ecosystem recorded 11,334 new vulnerabilities, 42% more than in 2024, and 46% of them had no patch available on the day they were made public (Patchstack, whitepaper of February 2026). The median time between disclosure and the first mass exploitation, for the most targeted flaws, is 5 hours.
| Indicator | 2025 | What it means in practice |
|---|---|---|
| New vulnerabilities in the ecosystem | 11,334, up 42% on 2024 | About 31 a day, every day |
| Where they come from | 91% plugins, 9% themes, 6 cases in core | The risk comes from what you install, not from the base software |
| High severity | 1,966, 17% of the total, up 113% | Targets for automated mass attacks |
| No patch on disclosure day | 46% | Updating promptly is not enough to protect you |
| Blocked by hosting defences | 26% overall, 12% among those already exploited | Your provider's firewall covers a minority of cases |
| Paid components | already exploited vulnerabilities 3 times more frequent than in free plugins | Paying for a plugin does not make it safer |
The right reading of these numbers is not about the quality of the WordPress code. The core is maintained by a serious project and in 2025 it had six issues, all low priority. The point is architectural. A real WordPress site carries between ten and forty extensions written by different authors, on different maintenance cycles, and each of them runs with the same permissions as the site. You choose your own attack surface, plugin after plugin, and it grows over time even when the site stays the same.

The real cost is not the attack, which may never come. It is the watch. Someone has to read the advisories, test updates on staging, check that a plugin update does not break the theme, restore the backup when it does. In most small and mid sized companies that someone does not exist, and the site stays frozen on the version it was delivered with.
Why does a WordPress site struggle on speed?
Only around 49% of WordPress sites pass all three Core Web Vitals, against 79% for Shopify, 80% for Wix and 85% for Duda (HTTP Archive Core Web Vitals Technology Report, data from January to April 2026). It is last among the platforms compared, and the gap with the closed platforms is wide.
| Platform | Sites passing Core Web Vitals |
|---|---|
| Duda | around 85% |
| Wix | around 80% |
| Shopify | around 79% |
| Astro | around 67% |
| Drupal | around 64% |
| Joomla | around 58% |
| WordPress | around 49% |
Here too the software alone is not the culprit. A WordPress site built carefully by a good developer passes Core Web Vitals without trouble. What the figure measures is the median of the real world, which means the theme bought on a marketplace together with the page builder and the plugins for forms, sliders, cookies, chat and translation, each with its own stylesheets and scripts. Closed platforms start ahead because they never let you assemble that stack.
Speed matters twice. For people, because a slow page loses visitors before it is read. For machines, because among the pages cited in Google's generative answers the average load time is 1.8 seconds against 2.6 for those not cited (BrightEdge, 2025). That second comparison is a correlation the authors declare as such, not a causal relationship, so speed should be treated as basic hygiene and never sold as a strategy.
What does the AI era ask of a company website?
It asks that the content sits inside the HTML of the server's first response. OpenAI's GPTBot, Anthropic's ClaudeBot and PerplexityBot download JavaScript files and do not execute them: the Vercel and MERJ analysis of more than 500 million requests found no evidence of execution at all. Anything that only appears after the browser has run a script does not exist for these crawlers.

The test takes thirty seconds and you can run it on your own site right now. Open a terminal and run curl -s https://yoursite.com/page/ | grep "a sentence from the text". If the sentence shows up, generative engines can see it. If it does not, that text is drawn by JavaScript and for ChatGPT the page is close to empty. The same check works in a browser by disabling JavaScript in the site settings.
This is not theoretical. In the first quarter of 2026 AI referred traffic to US retailers grew 393% year over year, with visits 48% longer and revenue per visit 37% higher, and in March 2026 that traffic converted 42% better than other channels, after starting twelve months earlier at roughly half the average rate (Adobe Analytics, April 2026). In the same report Adobe measures a clear machine readability gap between the sites that get cited and the rest.
On this ground WordPress starts behind for three reasons that stack up. The first is speed, where it sits last in the comparison with 49% of sites passing Core Web Vitals, while cited pages load faster on average. The second is markup: themes and page builders produce layers of containers that push the answer to the question three screens down, while engines mostly pull from the top of the page. The third is structured data, which on WordPress comes from an SEO plugin: when a combination of caching and optimisation ends up injecting it client side, crawlers that do not run JavaScript never see it, and a curl check tells you in a second. None of the three is the fault of the base software, all three come from the stack built on top of it.
One correction to the fashion of the moment. The llms.txt file costs five minutes and does no harm, but it is not the lever: across 137,000 domains analysed by Ahrefs, 97% of published llms.txt files received no requests at all in May 2026, and Google states that Search ignores it. What actually moves the needle is server rendered HTML, real structured data and a clear answer in the first lines under each heading, as we explain in our guide to appearing on ChatGPT, Perplexity and Gemini and in the guide to schema markup for AI search.
Who controls the platform your site sits on?
Since September 2024 WordPress has been living through a legal conflict between Automattic, Matt Mullenweg's company, and the host WP Engine, which in December 2025 obtained a preliminary injunction to have its access to project resources restored and which in February 2026 filed a complaint claiming the royalty plan targeted around ten operators. The jury trial is expected in 2027.

The practical fallout shows up in the release calendar. In April 2025 the project announced it would drop to a single major release per year, citing ongoing legal matters and Automattic's suspension of contributions, then in December 2025 it corrected course and scheduled three releases for 2026, with version 7.0 due in April. Infrastructure that hosts 40% of the web changed the pace at which it ships security and features twice in eight months, and the lawsuit that triggered all of it is not over.
We apply a simple rule with clients about channels they do not control, and it holds for the technology under the site as well. No dependency on an ecosystem whose governance can change without notice should remain the only option you have. That is not a reason to run away from WordPress today. It is a reason to stop treating it as a neutral choice that needs no evaluation.
What criteria did we use to assess the alternatives?
Four criteria, the same ones we use when a client asks what to rebuild their site on. Who maintains the platform over time, and how much work is left to you. Whether pages leave the server already readable by a generative engine. What it costs to change something after launch, in money and in days. What happens to your content the day you want to leave.
The table summarises the nine platforms that follow, and each one then gets its own entry. The Core Web Vitals percentages come from the same HTTP Archive measurement cited above, January to April 2026.

| # | Platform | Who it fits | HTML ready for AI | Maintenance left to you |
|---|---|---|---|---|
| 1 | DeepCMS with DM Intelligence | Companies that want the site as a service | Yes, pages served from the edge | None, the agency does it |
| 2 | Shopify | Anyone selling products online | Yes, 79% pass Core Web Vitals | Low, theme and apps |
| 3 | Webflow | Marketing teams that want visual control | Yes | Low |
| 4 | Framer | Brochure sites and landing pages shipped fast | Yes | Low |
| 5 | Headless CMS with a custom front end Strapi, Payload, Sanity, Storyblok, Directus, Contentful | Anyone with a stable developer | Yes if the front end is server rendered, Astro at 67% | High, updates and builds |
| 6 | Ghost | Publishing and paid newsletters | Yes | Medium |
| 7 | Squarespace and Wix | Micro businesses with a small site | Yes, Wix at 80% on Core Web Vitals | Low |
| 8 | Duda | Anyone running many similar sites | Yes, 85% pass Core Web Vitals | Low |
| 9 | Headless WordPress | Anyone with thousands of entries already in WordPress | Depends on the front end | High, two systems instead of one |
The 9 alternatives to WordPress in 2026, one by one
1. DeepCMS with DM Intelligence, the site as a service
It fits a company that wants a fast, citable website without having to look after it, and would rather have a person to call than an admin panel. We built DeepCMS ourselves, so this entry carries an obvious conflict of interest and the usual rule applies, which is to look at the verifiable facts and be sceptical about the rest.
It removes the items that filled the sections above. Pages leave the Cloudflare edge network as ready made HTML, so what you read and what ChatGPT reads are the same thing. There are no third party plugins to update, because the features live inside the package we maintain. Content sits in a database that stays yours and can be exported whenever you want. The client updates text and images from a visual editor, or by talking to their own AI, because every site exposes an MCP server: you can ask Claude or another assistant to fix a sentence or publish an article, without opening a ticket. Alongside the site runs DM Intelligence, which measures visits, Google rankings, conversions and citations in AI answers in one place, instead of six separate subscriptions.
What sets it apart from the other eight entries is the contract before the technology. The site stays a service, with the agency alongside you for every change, including the kind that elsewhere turns into a quote. In the other eight options you are handed a product, and from that point maintenance is your problem. The platform currently runs fourteen sites in production, including the one you are reading. On price, at this stage a DeepCMS site costs us around half of an equivalent WordPress build and we price it accordingly, and that is a commercial policy of ours rather than a law of the market, because no independent comparison of the costs of the two technologies exists. The public case to look at is Garden Sporting Center, 38,000 square metres of facilities running since 1984, migrated with its rankings intact during a generational handover.
The limit: DeepCMS is not sold as a self serve licence. If you want software to install and run on your own, the entries below work better. The scope of the service is on the websites and ecommerce page, the technology on the DeepCMS page.
2. Shopify, for anyone selling online
It fits anyone selling products, from the first order onwards, and remains the right choice in almost every case. Shopify is certified PCI DSS Level 1 as a service provider and every store inherits checkout compliance without doing anything, 79% of its sites pass Core Web Vitals, and it carries the peaks for you. Over Black Friday 2025 it handled 14.6 billion dollars in sales, up 27% on the year before, with a peak of 5.1 million dollars per minute.

The second reason concerns the near future of buying. When OpenAI opened up purchases inside ChatGPT in September 2025, the first two catalogues connected were Etsy and Shopify, using the Agentic Commerce Protocol developed with Stripe, and by March 2026 the approach had shifted towards dedicated apps inside ChatGPT that send the user back to the merchant's own site. The direction is the same. Commercial integrations with assistants land on the large platforms first, and a hand built store spends its time catching up.
There is also an obligation that many online stores in Europe discovered late. Since 28 June 2025 the European Accessibility Act, transposed in Italy through legislative decree 82/2022, has imposed accessibility requirements on ecommerce services, with an exemption for micro enterprises under ten employees and two million in turnover. The reference standard is EN 301 549 with WCAG level AA, and administrative fines run into tens of thousands of euros. On a managed platform compliance is a matter of theme and content, on a stack made of twenty plugins it becomes a building site.
The limit: you pay a monthly fee plus a transaction commission, many features arrive through paid apps that add up over time, and deep customisation lives inside its own templating language. WooCommerce still makes sense in one case only, which is when you are already on WordPress, have a developer maintaining it and sell a small catalogue, accepting that the security of the store depends on the same third party plugins as the rest of the site.
3. Webflow, for the marketing team that wants its hands on the site
It fits when someone in house owns marketing and wants to change layouts and pages without going through a developer. It produces HTML served from its own infrastructure, has an internal CMS for blog posts and listings, and gives far more visual freedom than a classic site builder.
The limit: the bill grows with content and languages, because localisation and CMS item counts sit in the higher plans. Anything off the beaten path still needs code, and at that point you need the very skills you were trying to avoid.
4. Framer, for landing pages and brochure sites shipped fast
It fits a site of a few pages, a product launch or a campaign that has to go live within days with a polished look. Whoever designs it can publish it, with no technical handover.
The limit: as the project grows it shows strain on large catalogues, complex multilingual structures and integrations with back office systems. Choose it knowing it is the tool for time to launch, not for complexity.
5. A headless CMS with a custom front end, for anyone with a stable developer
It fits when there is a technical person in house who stays, and requirements that do not fit inside a closed platform. Headless means the CMS only handles content and exposes it through an API, while the public site is built separately, usually with Astro or Next.js. Pages come out static or server rendered, so they reach crawlers already readable, and on Core Web Vitals Astro sits at 67%. The six options that matter split into two families, the ones you install and the ones you buy as a service.
| CMS | Model | Licence and terms | Who it fits | The catch to know |
|---|---|---|---|---|
| Strapi | Self hosted or managed cloud | Community edition MIT, enterprise features paid | Teams that want content on their own infrastructure | Updating it is your job. In May 2026 five vulnerabilities were disclosed, one scoring 9.2 out of 10 that allowed an unauthenticated takeover of the admin, fixed in 5.37.0 |
| Payload | Self hosted, runs inside the Next.js app | MIT | Teams already building in Next.js who want a single project | Since 17 June 2025 the team sits inside Figma. Licence and repository are unchanged, the product direction is now set by another company |
| Directus | Self hosted or managed cloud | Since 22 April 2026 the MSCL licence, free under 5 million in revenue and 50 employees, every version becomes GPLv3 after 4 years | Teams with an existing database who want a panel on top of it | Above that threshold you need a paid licence. It is the case that explains why the licence should be read before choosing, not after |
| Sanity | Cloud service | Proprietary, usage based pricing | Editorial teams with highly structured, multilingual content | The bill follows usage, so it needs estimating up front and rechecking as traffic grows |
| Storyblok | Cloud service | Proprietary, tiered plans | Marketing teams that want to see the page while editing it | The visual editor is the best of the group, the content model is less flexible |
| Contentful | Cloud service | Proprietary, enterprise contracts | Large organisations with governance and compliance needs | Salesforce signed an agreement to acquire it on 1 June 2026, with closing expected between July and September 2027. Pricing and roadmap are worth rechecking before signing |
2026 shifted the balance of this category more than it looks from outside. A design company bought Payload, a CRM company bought Contentful, and Directus left its previous licence for one that requires a contract above a certain size. None of those moves breaks a site the next day, all three change who decides the price and the direction of the component your own site is built on. It is the same question as the section on WordPress governance, applied to smaller vendors.
There is also a misconception worth clearing, because it is why many teams go headless in the first place. Moving to a headless CMS does not remove maintenance, it moves it. The five Strapi vulnerabilities disclosed in May 2026 show it well: the worst let an attacker with no credentials extract the admin reset token and take over the panel, and the fix landed quickly, yet it still has to be installed by whoever hosts the software. If you host the site, applying it is on you, exactly as with a WordPress plugin.
The limit: you pay two vendors instead of one and you maintain a software project, with dependencies to update and builds to run. The day the developer changes job, the site becomes a problem for whoever is left.
6. Ghost, for publishing and paid subscriptions
It fits a publication, a paid newsletter or an editorial project that lives on content and members. It is built for writing, handles membership and sending without extra plugins, and renders lightly.
The limit: outside publishing it shows its edges. A company site with many service pages, price lists and complex forms feels cramped, and the self hosted version still needs server maintenance.
7. Squarespace and Wix, for the small site that just has to exist
They fit a micro business with a few pages and no maintenance budget. Cost is low and predictable, the technical side is covered, and on speed Wix has moved ahead of WordPress with 80% of sites passing Core Web Vitals.
The limit: customisation and content portability are limited. Content comes out of these platforms badly, so a future migration costs more than it would elsewhere, and anything non standard stays uncovered.
8. Duda, for anyone running many similar sites
It fits agencies, franchises and chains that need to ship dozens of sites on the same footing. It is the fastest platform in the comparison, with 85% of sites passing Core Web Vitals, and its multi site management is built for that use case.
The limit: less flexible on complex content, and far less common in Europe, so finding people who know it is harder than with the other entries on this list.
9. Headless WordPress, for anyone with thousands of entries already there
It fits when the WordPress archive is huge, the editorial team does not want to change tools and there is a technical team that can build and maintain a separate public side. You keep the WordPress admin as the content store and serve the site from your own front end.
The limit: you maintain two systems instead of one and the plugin surface stays, because the WordPress admin still exists and still needs updating. If the front end is built client side, you also inherit the AI readability problem described above. Most people who reach this entry are actually looking for entry number 5, a headless CMS built for the job, without dragging the old panel along.
When WordPress is still the right choice
It stays the right choice in four cases. First, you already have a WordPress site that works, that is fast, with someone updating it every month, and rebuilding it on principle means paying for a benefit you have not measured. Second, your business depends on a vertical plugin with no equivalent elsewhere, for example a booking system wired into your back office. Third, you have a large editorial team already trained on the editor and the cost of switching outweighs the benefit. Fourth, you have an in house developer who maintains it as part of the job.
Outside those cases the question is not whether WordPress is good or bad, but who will look after this site in six months, and on what budget.
How do you change platform without losing rankings?
Rankings are lost when pages are migrated and addresses are forgotten. The sequence we follow is always the same, and most of the work sits in the first two steps.

- Inventory of old addresses from the sitemap, Search Console and server logs, including the pages nobody remembers publishing.
- A one to one map of 301 redirects pointing at the final destination, avoiding chains, with tag and category routes handled individually.
- Cleaning up internal links inside the copy, because absolute links to the old domain survive in article bodies and turn into errors on switchover day.
- Checking structured data, hreflang and the sitemap on the new site before the DNS change, with a page by page check that everything answers 200.
- Comparing positions at 7, 30 and 90 days on the queries that used to bring traffic, not on total visits, which move for a thousand other reasons.
For a sense of scale, here is a migration we closed in August 2026, moving an editorial site from WordPress to DeepCMS: 281 articles, 926 images, around 1,690 redirects to map and 542 absolute links surviving inside the copy, spread across 228 articles. Not one of those 542 links is visible from the site admin, and every one of them would have become an error page on switchover day. That is the work that separates a successful migration from three months of lost traffic.
Frequently asked questions
Is WordPress secure in 2026?
The WordPress core is secure and in 2025 it had six vulnerabilities, all low priority. The risk comes from plugins and themes, which in 2025 produced 91% of the ecosystem's 11,334 vulnerabilities, with 46% of cases having no patch on the day of disclosure (Patchstack, February 2026). A WordPress site is as secure as the person updating it every week.
What is the best alternative to WordPress?
It depends on who will look after the site after launch. For a company with nobody dedicated to it, a managed platform with the agency included, such as DeepCMS with DM Intelligence. For anyone selling online, Shopify. For a self sufficient marketing team, Webflow. For anyone with a stable developer, a headless CMS with Astro or Next.js.
Is a headless CMS like Strapi more secure than WordPress?
It has a smaller surface, because it does not carry dozens of third party plugins, and that helps. It is not a platform that updates itself though: in May 2026 Strapi disclosed five vulnerabilities, including one scoring 9.2 out of 10 that allowed an unauthenticated takeover of the admin, fixed in version 5.37.0. If you host the software, you apply the patch. With cloud services such as Sanity, Storyblok or Contentful that work belongs to the vendor.
What does it cost to maintain a WordPress site?
The visible cost is hosting plus paid plugin licences. The invisible one is the time spent watching over it: updates tested before going live, backups verified, restores when an update breaks something, plus a quote for every unplanned change. In the companies we work with, the item that weighs is not the subscription, it is the months the site sits still because nobody is looking after it.
Shopify or WooCommerce for selling online?
Shopify in the large majority of cases, because checkout compliance, performance and integrations with AI assistants come included. WooCommerce makes sense if you are already on WordPress, have a developer maintaining it and sell few products, accepting that the security of the store depends on the same third party plugins as the rest of the site.
Do I have to rebuild my site if I am on WordPress?
Not on principle. It is worth rebuilding if at least one of these is true: the site does not pass Core Web Vitals, the content does not appear in the HTML without JavaScript, nobody has updated it in months, or every change needs a quote and so you stopped asking. If none of them is true, keep the site and put the budget into content.
Will a new site lose its Google rankings?
It loses them if the migration is done badly, which means old addresses are not redirected one to one to their new destination. Done properly, positions hold and often improve, because speed and content structure improve together. The check is on the queries that used to bring traffic, at 7, 30 and 90 days after the switch.
Want to know whether your site holds up in 2026?
The first check takes twenty minutes and runs on your own numbers: real Core Web Vitals, content visible without JavaScript, redirects still standing, structured data. If you want to do it with a senior consultant, the call can be booked from our method page, and you leave with a list of what to fix on the site you already have, even when the answer is that you do not need to rebuild it.
Sources and references
- Patchstack, State of WordPress Security in 2026 (25 February 2026): 11,334 new vulnerabilities in 2025, 91% from plugins, 46% with no patch at disclosure, median time to exploitation 5 hours.
- W3Techs, Usage statistics of content management systems (survey of 17 August 2026): WordPress 40.8% of sites and 59.0% of the CMS market, Shopify 5.3%.
- Search Engine Journal, Core Web Vitals: WordPress And Astro Versus Everyone Else (27 May 2026), on HTTP Archive Core Web Vitals Technology Report data, January to April 2026.
- Vercel and MERJ, The rise of the AI crawler (17 December 2024): no JavaScript execution by GPTBot, ClaudeBot and PerplexityBot across more than 500 million requests analysed.
- Adobe Analytics, AI traffic grows but retail sites lag in AI search visibility (16 April 2026): AI traffic up 393% year over year in Q1 2026, conversion up 42% in March 2026, revenue per visit up 37%. Covered by TechCrunch on 16 April 2026.
- Ahrefs, We Analyzed 137K Sites: 97% of llms.txt Files Never Get Read (15 June 2026).
- Google Search Central, top ways to ensure your content performs well in AI experiences: no special markup required, one single piece of content for people and machines.
- Aggarwal et al., GEO: Generative Engine Optimization, KDD 2024: citing sources and adding statistics raise content pickup by 27.5% and 30.6%, keyword stuffing lowers it by 8.3%.
- WordPress.org, A New Cadence for WordPress Core (16 April 2025) and Proposal: 2026 Major Release Schedule (18 December 2025).
- TechCrunch, Automattic planned to target 10 competitors with royalty fees, WP Engine claims in new filing (12 February 2026).
- Shopify, Merchants Achieve Record-Breaking 14.6 Billion in Black Friday-Cyber Monday Sales (2 December 2025) and Shopify, PCI compliant hosting.
- Stripe, Instant Checkout in ChatGPT and the Agentic Commerce Protocol (September 2025) and CNBC, OpenAI's first try at agentic shopping stumbled (20 March 2026).
- Figma, Welcoming Payload to the Figma Team (17 June 2025) and Salesforce, Signs Definitive Agreement to Acquire Contentful (1 June 2026), closing expected between July and September 2027.
- Directus, Evolving Our License for Long-Term Sustainability (22 April 2026): move to MSCL, free use under 5 million in revenue and 50 employees, conversion to GPLv3 after 4 years.
- Strapi, Security Disclosure (May 2026) and NVD, CVE-2026-27886: CVSS 9.2, versions from 4.0.0 to 5.36.x, fixed in 5.37.0.
- European Accessibility Act, EU directive 2019/882, transposed in Italy through legislative decree 27 May 2022, no. 82, applicable from 28 June 2025 to ecommerce services, standard EN 301 549 and WCAG level AA.
- BrightEdge (2025), load time of pages cited in AI Overviews, 1.8 seconds against 2.6 for pages not cited, a relationship the authors declare as correlational.
Data verified in August 2026. Benchmarks on AI and generative visibility move from quarter to quarter: check the date on the source before reusing them.


