2025 Core Web Vitals Challenge: WordPress Versus Everyone via @sejournal, @martinibuster

The Core Web Vitals Technology Report shows the top-ranked content management systems by Core Web Vitals (CWV) for the month of June (July’s statistics aren’t out yet). The breakout star this year is an e-commerce platform, which is notable because shopping sites generally have poor performance due to the heavy JavaScript and image loads necessary to provide shopping features.

This comparison also looks at the Interaction to Next Paint (INP) scores because they don’t mirror the CWV scores. INP measures how quickly a website responds visually after a user interacts with it. The phrase “next paint” refers to the moment the browser visually updates the page in response to a user’s interaction.

A poor INP score can mean that users will be frustrated with the site because it’s perceived as unresponsive. A good INP score correlates with a better user experience because of how quickly the website performs.

Core Web Vitals Technology Report

The HTTP Archive Technology Report combines two public datasets:

  1. Chrome UX Report (CrUX)
  2. HTTP Archive

1. Chrome UX Report (CrUX)
CrUX obtains its data from Chrome users who opt into providing usage statistics reporting as they browse over 8 million websites. This data includes performance on Core Web Vitals metrics and is aggregated into monthly datasets.

2. HTTP Archive
HTTP Archive obtains its data from lab tests by tools like WebPageTest and Lighthouse that analyze how pages are built and whether they follow performance best practices. Together, these datasets show how websites perform and what technologies they use.

The CWV Technology Report combines data from HTTP Archive (which tracks websites through lab-based crawling and testing) and CrUX (which collects real-user performance data from Chrome users), and that’s where the Core Web Vitals performance data of content management systems comes from.

#1 Ranked Core Web Vitals (CWV) Performer

The top-performing content management system is Duda. A remarkable 83.63% of websites on the Duda platform received a good CWV score. Duda has consistently ranked #1, and this month continues that trend.

For Interaction to Next Paint scores, Duda ranks in the second position.

#2 Ranked CWV CMS: Shopify

The next position is occupied by Shopify. 75.22% of Shopify websites received a good CWV score.

This is extraordinary because shopping sites are typically burdened with excessive JavaScript to power features like product filters, sliders, image effects, and other tools that shoppers rely on to make their choices. Shopify, however, appears to have largely solved those issues and is outperforming other platforms, like Wix and WordPress.

In terms of INP, Shopify is ranked #3, at the upper end of the rankings.

#3 Ranked CMS For CWV: Wix

Wix comes in third place, just behind Shopify. 70.76% of Wix websites received a good CWV score. In terms of INP scores, 86.82% of Wix sites received a good INP score. That puts them in fourth place for INP.

#4 Ranked CMS: Squarespace

67.66% of Squarespace sites had a good CWV score, putting them in fourth place for CWV, just a few percentage points behind the No. 3 ranked Wix.

That said, Squarespace ranks No. 1 for INP, with a total of 95.85% of Squarespace sites achieving a good INP score. That’s a big deal because INP is a strong indicator of a good user experience.

#5 Ranked CMS: Drupal

59.07% of sites on the Drupal platform had a good CWV score. That’s more than half of sites, considerably lower than Duda’s 83.63% score but higher than WordPress’s score.

But when it comes to the INP score, Drupal ranks last, with only 85.5% of sites scoring a good INP score.

#6 Ranked CMS: WordPress

Only 43.44% of WordPress sites had a good CWV score. That’s over fifteen percentage points lower than fifth-ranked Drupal. So WordPress isn’t just last in terms of CWV performance; it’s last by a wide margin.

WordPress performance hasn’t been getting better this year either. It started 2025 at 42.58%, then went up a few points in April to 44.93%, then fell back to 43.44%, finishing June at less than one percentage point higher than where it started the year.

WordPress is in fifth place for INP scores, with 85.89% of WordPress sites achieving a good INP score, just 0.39 points above Drupal, which is in last place.

But that’s not the whole story about the WordPress INP scores. WordPress started the year with a score of 86.05% and ended June with a slightly lower score.

INP Rankings By CMS

Here are the rankings for INP, with the percentage of sites exhibiting a good INP score next to the CMS name:

  1. Squarespace 95.85%
  2. Duda 93.35%
  3. Shopify 89.07%
  4. Wix 86.82%
  5. WordPress 85.89%
  6. Drupal 85.5%

As you can see, positions 3–6 are all bunched together in the eighty percent range, with only a 3.57 percentage point difference between the last-placed Drupal and the third-ranked Shopify. So, clearly, all the content management systems deserve a trophy for INP scores. Those are decent scores, especially for Shopify, which earned a second-place ranking for CWV and third place for INP.

Takeaways

  • Duda Is #1
    Duda leads in Core Web Vitals (CWV) performance, with 83.63% of sites scoring well, maintaining its top position.
  • Shopify Is A Strong Performer
    Shopify ranks #2 for CWV, a surprising performance given the complexity of e-commerce platforms, and scores well for INP.
  • Squarespace #1 For User Experience
    Squarespace ranks #1 for INP, with 95.85% of its sites showing good responsiveness, indicating an excellent user experience.
  • WordPress Performance Scores Are Stagnant
    WordPress lags far behind, with only 43.44% of sites passing CWV and no signs of positive momentum.
  • Drupal Also Lags
    Drupal ranks last in INP and fifth in CWV, with over half its sites passing but still underperforming against most competitors.
  • INP Scores Are Generally High Across All CMSs
    Overall INP scores are close among the bottom four platforms, suggesting that INP scores are relatively high across all content management systems.

Find the Looker Studio rankings for here (must be logged into a Google account to view).

Featured Image by Shutterstock/Krakenimages.com

Vulnerability Uncovered In Wix Vibe Coding Platform via @sejournal, @martinibuster

Cloud security company Wiz discovered a critical flaw in Wix’s Base44 vibe coding platform that enabled attackers to bypass authentication and gain access to private enterprise applications. The relative simplicity of finding what should have been a secret app ID number, and using it to gain access, made the vulnerability a serious concern.

Exposed Sensitive Identification Number

An apparently randomly generated identification number, called an app_id, was embedded in public-facing paths such as the application URL and the manifest.json file. Attackers could use that data to generate a verified account, even when user registration was disabled. This bypassed the platform’s access controls, including Single Sign-On (SSO), which many organizations use for enterprise security.

The Wiz security report notes how easy it was to find the sensitive app_id numbers:

“When we navigate to any application developed on top of Base44, the app_id is immediately visible in the URI and manifest.json file path, all applications have their app_ids value hardcoded in their manifest path: manifests/{app_id}/manifest.json.”

Creating A Rogue Account Was Relatively Trivial

The vulnerability did not require privileged access or deep technical expertise. Once an attacker identified a valid app_id, they could use tools like the open source Swagger-UI to register a new account, receive a one-time password (OTP) via email, and verify the account without restriction.

From there, logging in through the application’s SSO flow granted full access to internal systems, despite the original access being restricted to specific users or teams. This process exposed a serious flaw in the platform’s assumption that the app_id would not be tampered with or reused externally.

Authentication Flaw Risked Exposure of Sensitive Data

Many of the affected apps were built using the popular Base44 vibe coding platform for internal use, supporting operations such as HR, chatbots, and knowledge bases. These systems contained personally identifiable information (PII) and were used for HR operations. The exploit enabled attackers to bypass identity controls and access private enterprise applications, potentially exposing sensitive data.

Wix Fixes Flaw Within 24 Hours

The cloud security company discovered the flaw by using a methodical process of examining public information for potential weak points, eventually culminating in finding the exposed app_id numbers, and from there creating the workflow for generating access to accounts. They next contacted Wix, which immediately fixed the issue.

According to the report published by the security company, there is no evidence that the flaw was exploited, and the vulnerability has been fully addressed.

Threat To Entire Ecosystems

The Wiz security report noted that the practice of vibe coding is proceeding at a rapid pace and with not enough time to address potential security issues, expressing the opinion that it creates “systemic risks” not just to individual apps but to “entire ecosystems.”

Why Did This Security Incident Happen?

Wix States It Is Proactive On Security

The report published a statement from Wix that states that they are proactive about security:

“We continue to invest heavily in strengthening the security of all products and potential vulnerabilities are proactively managed. We remain committed to protecting our users and their data.”

Security Company Says Discovery Of Flaw Was Simple

The report by Wiz describes the discovery as a relatively simple matter, explaining that they used “straightforward reconnaissance techniques,” including “passive and active discovery of subdomains,” which are widely accessible methods.

The security report explained that exploiting the flaw was simple:

“What made this vulnerability particularly concerning was its simplicity – requiring only basic API knowledge to exploit. This low barrier to entry meant that attackers could systematically compromise multiple applications across the platform with minimal technical sophistication.”

The existence of that report, in itself, raises the concern that if discovering the issue was “straightforward” and exploiting it had a “low barrier to entry,” how is it that Wix was proactive and yet this was not discovered?

  • If they had used a third-party security testing company, why hadn’t they discovered the publicly available app_id numbers?
  • The manifest.json exposure is trivial to detect. Why hadn’t that been flagged by a security audit?

The contradiction between a simple discovery/exploit process and Wix’s claimed proactive security posture raises a reasonable doubt about the thoroughness or effectiveness of their proactive measures.

Takeaways:

  • Simple Discovery and Exploitation:
    The vulnerability could be found and exploited using basic tools and publicly available information, with no need for advanced skills or insider access.
  • Bypassing Enterprise Controls:
    Attackers could gain full access to internal apps despite controls like disabled registration and SSO-based identity restrictions.
  • Systemic Risk from Vibe Coding:
    Wiz warns that fast-paced vibe coding platforms may introduce widespread security risks across application ecosystems.
  • Discrepancy Between Claims and Reality:
    The ease of exploitation contrasts with Wix’s claims of proactive security, prompting questions about the thoroughness of their security audits.

Wiz discovered that Wix’s Base44 vibe coding platform exposed a critical vulnerability that could have enabled attackers to bypass authentication and access internal enterprise applications.  The security company that discovered the flaw expressed the opinion that this incident highlights potential risks of insufficient security considerations, which can put entire ecosystems at risk.

Read the original report:

Wiz Research Uncovers Critical Vulnerability in AI Vibe Coding platform Base44 Allowing Unauthorized Access to Private Applications

Featured Image by Shutterstock/mailcaroline

Wix Announces AI Visibility Overview Citation & Sentiment Tracking Tool via @sejournal, @martinibuster

Wix adds support for Generative Engine Optimization (GEO) with new AI visibility tool called The AI Visibility Overview, available to users with a Wix Business Manager account in English, with more languages rolling out soon. AI Visibility Overview enables users to track citations, track AI query volume and traffic plus benchmark performance against competitors.

AI Visibility Overview

Wix continues its innovative and forward-thinking approach to adding AI-powered tools that provide users with real-world benefits that help get work done. Tracking AI visibility is an advanced capability that no other CMS offers.

The newly announced AI tools provides the following benefits for Generative Engine Optimization (GEO):

  • “Manage AI citations & visibility:
    Users can track how often their website is cited by AI platforms in response to relevant queries, as well as add, or remove questions to better reflect their business.
  • Monitor brand sentiment across LLMs:
    GEO empowers users to stay informed on how their brand is perceived by analyzing sentiment, perception, and positioning in AI-generated content.
  • Benchmark visibility and competitive context:
    Users can compare their AI visibility performance to competitors to gain a better understanding of how their visibility stacks up against industry peers, identify growth opportunities, and discover which other sources are being cited in similar contexts.
  • Measure AI-driven traffic & query volume:
    Users can see how much traffic is driven to their site from AI platforms, as well as how frequently people ask about their brand or services in these engines.”

AI Visibility

Business customers are increasingly searching with AI, and Wix’s new AI Visibility Overview is the right tool at the right time for businesses, enabling them to keep up with where customers are today and offering a competitive advantage over the competition.

Read more about the new tool here:

Wix Analytics: About the AI Visibility Overview

Featured Image by Shutterstock/Roman Samborskyi

Wix Acquires AI Platform That Enables Anyone To Create Software via @sejournal, @martinibuster

Wix announced it is acquiring Base44, an AI-powered coding platform that enables users to create software and applications with natural language prompts, no coding experience necessary. The acquisition is a bold step because it reimagines what a content management system can be, enabling its users to do more with Wix than with any other platform.

Base44 provides an easy to use chat-based interface that enables users to create any kind of app without having to subscribe to third-party tools, all within the Wix platform. The acquisition is further establishes Wix as a leading platform for Internet entrepreneurship.

Maor Shlomo, CEO of Base44, commented:

“I honestly can’t think of a better fit. Wix is probably the only company that can help Base44 achieve the scale and distribution it needs while maintaining, if not accelerating, our product velocity. Our market is massive. It has the potential to replace entire software categories by enabling people to create software instead of buying it. Wix’s DNA – its customer obsession, innovation, and speed – perfectly aligns with ours, and its scale will catapult Base44 forward at exactly the right time.”

Avishai Abrahami, CEO and Co-founder of Wix observed:

“This acquisition marks a pivotal milestone in Wix’s commitment to transforming creation online. Maor and his team at Base44 bring cutting-edge technology, strong market penetration, and visionary leadership that seamlessly align with Wix’s dedication to enabling users at all levels of expertise to express their intent while intelligent agents manage execution.

Maor’s exceptional talent and innovative mindset will reinforce Wix’s mission to push the boundaries of AI-driven creation and accelerate the evolution of intuitive, intelligent tools that redefine how digital experiences are built and enjoyed.”

Featured Image by Shutterstock/Valery Brozhinsky

Wix Announces Adaptive Content For Driving Higher Sales & Engagement via @sejournal, @martinibuster

Wix announced a new feature that enables businesses to create personalized content for visitors, increasing relevance and opportunities for higher sales and lead generation. The feature integrates AI into the workflow, making it easier for publishers to deliver advanced personalized experiences to returning customers.

Relevance = Higher Sales

It’s commonly known that site visitors who visit a site that’s an exact match for the keywords used in a search tend to convert at a higher rate than visitors that to a site that has less relevant  content. A website experience that’s directly relevant to site visitors contributes to higher conversion rates. Being able to optimize factors that contribute to relevance to site visitors is an innovative and useful way to deploy technology.

The new feature is easily configurable and offers simulations of what the adaptive content may look like so that Wix users can preview what their site visitors will see.

Muly Gelman, Senior Product Manager at Wix Personalize shared:

“Website personalization is now essential for delivering the relevant, engaging experiences today’s consumers expect. This application highlights how we can move beyond using AI to generate website content but leverage AI to dynamically adapt and personalize the live website experience for each visitor in real-time, empowering businesses to connect more effectively with their customers.

As a result, businesses can deliver engaging, personalized experiences that resonate with their audience, ultimately driving higher engagement rates and creating greater monetization opportunities.”

The new adaptive content feature complements their new Automation Builder and the Wix Functions feature.

Featured Image by Shutterstock/chainarong06

Wix’s New AI Assistant Enables Meaningful Improvements To SEO, Sales And Productivity via @sejournal, @martinibuster

Wix announced a new chat-based AI assistant named Astro that simplifies site operations and business tasks, giving users faster access to tools and insights that support business growth, better SEO, and improved site performance.

Wix Astro offers the following benefits and advantages:

  • Carry out operational and administrative actions using conversational prompts.
  • Navigate and use site management tools in the Wix dashboard.
  • Offers personalized suggestions and up-to-date performance feedback to fine-tune the website.
  • Reviews site analytics, including traffic patterns, purchase behavior, and search visibility, to guide strategy.
  • Can generate articles, newsletters, and promotional content.
  • Enables users to expand business opportunities by adding new products for sale and trying out alternative fulfillment models like dropshipping and other customizations.

Users can also use Astro to manage their Wix plans, receive personalized plan recommendations and also access administrative details related to billing, invoices and transactions.

According Guy Sopher, Head of the AI Platform Group at Wix:

“Astro seamlessly integrates powerful capabilities into a single interface, making it easier than ever for users to manage their businesses efficiently, with this being the largest collection of skills we’ve ever incorporated into a single assistant at Wix. Boasting hundreds of different skills and capabilities, with more added every day, Astro acts as a trusted guide, Astro provides real-time insights and personalized recommendations to help users optimize their sites.”

By streamlining workflows and simplifying access to essential tools, it empowers users to accomplish more in less time. As they engage more deeply with the platform’s features, they can ultimately unlock greater opportunities for growth, visibility, and business success.”

Other platforms are currently planning to roll out AI for their customers but Wix is out there doing it right now. Wix Astro solidifies Wix’s position as an industry leader in deploying technology in meaningful ways that offers their users competitive advantages over other platforms.

Read more about Wix’s thoughtful deployment of AI:

Powerful AI. Wherever you need it.

Featured Image by Shutterstock/SAG stock

New Wix Automations Makes It Easy To Grow Revenue And Engagement via @sejournal, @martinibuster

Wix announced Automations, a new automation builder that enables businesses to create and manage custom actions, like sending emails based on customer activity. Users are able to create these automations with an easy-to-use visual interface and track their performance from a dashboard.

Wix Automations Is Powerful But Easy To Use

There are four key features:

  • Intuitive Automation Design
    Simplifies the process of creating advanced automations.
  • Advanced Customization
    Supports conditions and formulas for creating highly customizable automations.
  • Centralized Automation Management
    Users can track key metrics, adjust settings in real time, and manage all automations, no matter which apps they’re connected to.
  • Email Automation Insights
    Provides detailed reporting on email success rates and engagement which enables businesses to fine-tune their email messaging.

The new Automations feature integrates with Wix Services, so businesses can use customer data to set up personalized automations like custom discounts based on what customers buy.

A user-friendly interface makes it easy to click and build advanced automations based on site visitor actions. Wix Automations supports conditions and formulas for creating customizable automations. What makes Wix Automations powerful is that these features enables users to easily set up complex, multi-step actions.

For example, a customer purchase can be the trigger to check a condition, such as whether the total is over $50. If the condition is met, a formula calculates a 10% discount, and the automation sends the customer an email with a discount code for a future purchase.

According to the press release:

“The builder’s clear and intuitive design makes it easier than ever to build and manage automations, significantly improving efficiency by streamlining and automating tasks and, ultimately, enhancing overall user experience.

With the addition of conditions and formulas, the automations builder now allows users to create more accurate, highly tailored workflows that adapt to their business needs allowing businesses to operate more smoothly and effectively.”

Wix Vs. WordPress: Which Is Better For SEO? via @sejournal, @AdamHeitzman

Wix and WordPress are both solid options for building a website that ranks on Google – but which one is actually better for SEO and why?

According to BuiltWith, WordPress dominates the market with over 34 million websites and controls 44% of the content management system (CMS) market. Wix runs just over 8 million sites with an 11% market share.

But here’s the thing: These platforms aren’t as different as you might think.

Wix is built as an all-in-one solution. You get your hosting, build your website, and manage everything in one place.

You can connect all your SEO tools like Google Analytics and Search Console, link your social media, and handle email lists right from one dashboard.

For small business owners, especially those who aren’t super technical, this setup makes a lot of sense.

WordPress works differently. As an open-source CMS, it lets you build your site exactly how you want. You get complete control over your site structure, theme, and content – but you’ll need to find your own hosting provider.

While WordPress isn’t going anywhere as the market leader, Wix keeps getting better.

In this guide, we’ll break down the pros and cons of both platforms for SEO, and help you figure out which one makes the most sense for your website.

Why Wix Deserves A Second Look

Remember when WordPress was the only real choice for SEO? Those days are gone. New website builders have changed the game, and Wix should be a major consideration.

Wix started out as just an easy way to build good-looking websites. Tech-savvy users usually passed it by because they wanted more control over their sites. But that’s changed in a big way over the last few years.

Wix has been rolling out serious improvements, with a lot of focus on SEO tools. Here’s what they’ve added:

  • Custom URL Control: You can now change your URL structure however you want, add or remove prefixes, and create flat URLs that look clean and professional.
  • Smart Sitemap Management: The platform automatically updates sitemaps when you set up 301 redirects or change canonical tags.
  • Real-Time Tracking: You can see how search engines interact with your site through Bot Traffic reports that show you activity over time and by page.
  • AI-Powered SEO Help: Its new assistant analyzes your pages and suggests specific improvements.
  • Built-In Structured Data: Product pages and blog posts automatically get the right markup to help you show up in rich results.
  • Server Side Rendering: This helps search engines read and index your content more effectively.
  • Developer Tools: The Velo API lets developers customize things on the technical side.
  • SEO Checklist: A built-in guide helps you optimize your site step by step.

Back in the day, you’d need a bunch of different tools to handle all this. Getting accurate reports was especially tricky. Having everything built into Wix makes life much easier.

The Drawbacks Of Wix For SEO

Of course, Wix isn’t perfect. Here are the main SEO drawbacks from customers:

  • Code bloat is still a problem, which can slow down your pages.
  • Even with recent updates, you’re still somewhat limited in how much you can customize your site’s structure. Plus, since hosting and building are tied together, moving your site elsewhere can be a headache.
  • Some developers aren’t happy with Wix Studio, its new platform for high-end projects. One Reddit user recently called it “completely unreliable.”

The Argument For WordPress

WordPress started by making it relatively easy to build a website. Its open-source nature means it’s theoretically getting better thanks to its huge community of developers.

While the basic platform is free, you’ll probably need to pay for some plugins to get modern features.

These plugins are how you’ll handle most of your SEO work. WordPress also has more users than any other platform, which means more help is available when you need it.

The WordPress SEO Challenges

WordPress isn’t without its problems:

  • Plugins don’t always play nice together. While Yoast SEO might be the most popular tool, there are tons of options – and they can conflict with each other and cause issues.
  • Like any plugin, security vulnerabilities can pop up, and updates sometimes break other parts of your site.
  • Some people think WordPress has lost touch with what publishers need, pointing to bloated code in themes and plugins that make it harder to score well on Core Web Vitals.

That said, the huge number of available plugins is still a major plus. New ones come out daily, making it possible to build highly optimized sites.

Check out Search Engine Journal’s WordPress SEO guide for more details.

Head-To-Head Comparison

Both platforms nail the SEO basics. You get:

  • Title tags and meta descriptions.
  • All the heading tags you need (H1-H6).
  • XML sitemaps.
  • Alt tags for images.
  • 301 redirects.
  • No-index options.
  • Schema markup.
  • Mobile-friendly designs.
  • Easy connection to Google Search Console, Analytics, and Bing Webmaster Tools.

The real differences show up when you need more advanced SEO features. That’s where WordPress’s flexibility gives it the edge.

But, for many small businesses that just need the basics, either platform will do the job.

Making SEO Work

Both platforms have their own way of handling SEO tasks you’ll need to tackle:

Content Management

While WordPress gives you more control over your content structure with custom post types and taxonomies, Wix makes it simple with built-in blog and product page tools that come pre-optimized.

Both platforms handle the basics well – like meta descriptions, title tags, and image optimization.

Speed And Mobile

WordPress lets you fine-tune your site’s performance through hosting choices and optimization plugins.

Wix handles this differently, with built-in mobile optimization and automatic speed improvements, though you have less control over the technical details.

Ecommerce SEO

If you’re selling online, both platforms can handle product schema and category structure.

WordPress + WooCommerce gives you more flexibility but requires more setup, while Wix’s e-commerce tools come ready to go with built-in SEO features.

Wix Vs. WordPress: The Verdict

Wix has come a long way. Many old complaints about lack of control don’t hold up anymore, and their basic SEO setup rivals WordPress.

For small businesses and online stores, Wix might be exactly what you need.

As Google’s John Mueller put it:

 “Wix is fine for SEO. A few years back, it was pretty bad, but they’ve made fantastic progress. The old reputation lingers, but don’t let that sway you. They’ve done great work recently, including making it easy to have a fast site. If Wix works for you and meets your needs, there’s no reason to switch.”

Your choice really comes down to what matters most for your business. If you need deep customization and complete control over your website’s technical setup, WordPress is your best bet.

But if you want a simpler path to getting online while still maintaining strong SEO capabilities, Wix could be perfect – especially with its all-in-one approach that handles the technical details for you.

More Resources:


Featured Image: TierneyMJ/Shutterstock

Wix Integrates Session Recording Toolkit Into Analytics Interface via @sejournal, @martinibuster

Wix has integrated TWIPLA’s session recording toolkit into its analytics reports, enabling users to replay visitor interactions and make data-driven decisions to improve user experience and conversions

Session Recordings Toolkit

TWIPLA, a German website analytics company, announced the native integration of their session recording toolkit directly within the Wix analytics reports. Wix publishers can now replay video that replays actual customer journeys through the site, to better understand customer behavior. This analytics feature is integrated directly within the Wix analytics interface.

Noa Kroytoro, Product Manager at Wix Analytics, commented:

“The launch of the session recordings toolkit enhances the reporting tools available to Wix users through Wix Analytics, providing them with deeper insights into customer behavior for
more effective user experience optimization. Our partnership with TWIPLA enables us to deliver our users a powerful solution for data-driven decision making.”

TWIPLA CEO Tim Hammermann, said:

“It’s one of the most popular tools we have and our clients have found that it helps them to make tangible improvements to online success, particularly because the granular filtering
system makes it so easy to find session replays that match specific visitor segments.”

Full instructions and details of how to use the new session recordings are available on the Wix website:

Wix Analytics: Adding and Setting Up Session Recordings

Read the official announcement by Twipla:

TWIPLA expands partnership with Wix, powering new session recordings toolkit for advanced UX optimization (PDF)

Accessibility Champ: Wix, WordPress, Squarespace, Duda, Or…? via @sejournal, @martinibuster

The HTTP Archive published its report on the state of accessibility on the web, based on scores generated with the Lighthouse Accessibility Audit, a feature of Google’s Lighthouse website auditing tool that also measures website performance, best practices, and SEO. The report compared traditional content management systems with website building platforms, with WordPress scoring surprisingly well.

Lighthouse is a feature available through Chrome DevTools built into every Chrome-based browser and as one of the audits on the standalone PageSpeed Insights tool.

HTTP Archive

The research was conducted by the HTTP Archive, a community driven open source project that tracks data about how how sites are built and perform. They offer a configurable report of how different content management platforms perform that is updated monthly.

The accessibility report was done using data collected by the The WebAim Million study which is based on the top one million website home pages. WebAim Million uses data from the Tranco list which itself is based on six different sources to come up with the list of million sites, a list that is designed to be resistant to manipulation.

The Tranco List site explains:

“Researchers in web security or Internet measurements often use rankings of popular websites. However, in our paper we showed that these rankings disagree on which domains are most popular, can change significantly on a daily basis and can be manipulated (by malicious actors).

As the research community still benefits from regularly updated lists of popular domains, we provide Tranco, a ranking that improves upon the shortcomings of current lists. We also emphasize the reproducibility of these rankings and the studies using them by providing permanent citable references.

We currently use the lists from five providers: Cisco Umbrella (available free of charge), and Majestic (available under a CC BY 3.0 license), Farsight (only for the default list), the Chrome User Experience Report (CrUX) (available under a CC BY-SA 4.0 license), and Cloudflare Radar (available under a CC BY-NC 4.0 license). Tranco is not affiliated with any of these providers.”

Top CMS Accessibility Performance

HTTP Archive performed it’s research to identify the best performing platforms and shortcomings of each.

Accessibility: Traditional CMS

Adobe Experience Manager and Contentful were the top traditional content management systems when it came to accessibility, tied with a score of 87%, followed by Sitecore and WordPress in second place. An interesting fact about the top ranked CMSs is that, except for WordPress, three of the four top ranked CMSs were closed source, Adobe Experience Manager (AEM), Contentful and Sitecore .

Accessibility Scores By CMS:

  • Adobe Experience Manager 87%
  • Contentful 87%
  • Sitecore 85%
  • WordPress 85%
  • Craft CMS 84%
  • Contao 84%
  • Drupal 84%
  • Liferay 83%
  • TYPO3 CMS 83%
  • DNN 82%

What’s going on with the CMS scores? HTTP Archive explains:

“When most folks think about CMS, they think about the ones that you can download and install yourself. This is predominantly made up of open source tools, but not exclusively. Adobe Experience Manager (AEM), Contentful and Sitecore were the most accessible three in this list of top 10. A possible explanation for this is that closed-source software like AEM is more likely to be used by larger corporations, which have more resources to address accessibility issues. Additionally, open-source software gives website owners a lot of freedom, which in some cases can lead to worse accessibility.”

Accessibility: Website Platforms

This comparison is by website building platform, comparing platforms like Wix, Duda, and Squarespace. The accessibility scores for the platforms were higher than the scores for traditional CMSs, reflecting how private platforms are better able to control variables as opposed to an open source CMS that offers users a more open ended experience.

Accessibility Scores By Website Platform

  • Wix 94%
  • Squarespace 92%
  • Google Sites 90%
  • Duda 87%
  • Hubspot CMS Hub 87%
  • Pixnet 87%
  • Weebly 86%
  • GoDaddy Website Builder 85%
  • Webnode 84%
  • Tilda 83%

Wix Beats Out All CMS & Platforms

What’s notable about these scores is that sites built with Wix score higher for accessibility than all other sites built on any other CMS or website building platform. Ninety four percent of sites built with Wix have a That’s a reflection of Wix’s well-known effort to create a product that is strong in performance, SEO and accessibility.

Here is the list arranged in descending order by percentage:

1. Wix – 94%
2. Squarespace – 92%
3. Google Sites – 90%
4. Adobe Experience Manager – 87%
5. Contentful – 87%
6. Duda – 87%
7. Hubspot CMS Hub – 87%
8. Pixnet – 87%
9. Sitecore – 85%
10. WordPress – 85%
11. GoDaddy Website Builder – 85%
12. Weebly – 86%
13. Craft CMS – 84%
14. Contao – 84%
15. Drupal – 84%
16. Webnode – 84%
17. Liferay – 83%
18. TYPO3 CMS – 83%
19. Tilda – 83%
20. DNN – 82%

Website Accessibility

SEOs are understandably motivated by best practices for ranking better. For example, many didn’t prioritize site performance until it became a ranking factor, even though website performance improves sales and advertising performance and may have indirect impact on rankings.

Accessibility also has indirect advantages for improved search performance. For example, about .5% of the female population and 8% of males are color blind. Why would anyone who cares about their rankings alienate, frustrate and exclude approximately 4.5% of website visitors?

Wix and Squarespace are prioritizing accessibility. Everyone else should as well, because it’s both ethical and a sound business practice.

Read the HTTP Archive report here.

Featured Image by Shutterstock/Happy_Nati