cd /news/ai-agents/cms-with-100-pagespeed-score-in-ever… · home topics ai-agents article
[ARTICLE · art-105632] src=aliothpress.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

CMS with 100 PageSpeed Score in Every Category and 4/4 Agentic Browsing

AliothPress, a CMS built by an unnamed company, achieves a perfect 100 in all four Google PageSpeed Insights categories (Performance, Accessibility, Best Practices, SEO) and passes 4/4 in Agentic Browsing, a new category Google added in May 2026 to grade sites for AI agents. The scores are achieved by default on every theme and in both dark and light modes, thanks to engineering choices like zero third-party requests, self-hosted fonts, native HTML elements, and automatic llms.txt generation.

read3 min views2 publishedJul 25, 2026
CMS with 100 PageSpeed Score in Every Category and 4/4 Agentic Browsing
Image: Aliothpress (auto-discovered)

AliothPress scores 100 in all four Google PageSpeed Insights categories (Performance, Accessibility, Best Practices, and SEO) and passes 4/4 in Agentic Browsing, the category Google added in 2026 to grade sites for AI agents. These are not scores of a tuned demo page. This site runs on AliothPress, and the results come from how the engine builds every page, on every theme, in both dark and light mode.

The fifth score: Agentic Browsing #

In May 2026, Google added a new category to Lighthouse and PageSpeed Insights. It measures something the other four never did: whether an AI agent can read your page, understand it, and act on it. It reports a pass ratio instead of a score. Three checks by default:

A clean accessibility tree: can software tell what your buttons, links, and fields are** A stable layout**: does the page hold still while an agent reads and clicks** A valid llms.txt**: is there a machine-readable site summary at the domain root

Most sites fail at least one. AliothPress passes all three out of the box: the same engineering that produces the four 100s covers the agent checks too.

Performance: 100 #

Every image optimized on upload: resized, converted to WebP and AVIF, served viasrcset

at four breakpoints. Each device downloads the smallest file it can useZero third-party requests: no font CDNs, no external scripts, no trackers. Nothing to wait for except your own server** Self-hosted fonts, split by subset**: WOFF2 files served per script. A page in English never downloads Cyrillic glyphs** Video facade**: embeds show a locally cached thumbnail. The heavy player iframe loads only after the visitor clicks play** Pure CSS themes**: no JavaScript framework, no build step, no render-blocking bundles** Smart cache headers**: immutable static files, cache-busted automatically on update

Accessibility: 100, on all 15 themes, both modes #

Native elements over div-soup: accordions are<details>

, the video facade is a real<button>

, forms use labeled inputsKeyboard navigation in every interactive component: slideshow arrows, lightbox Escape, focus states: autoplay, ticker scroll, and animations switch off for visitors who askprefers-reduced-motion

respectedCorrect and RTL layout for Arabic and Hebrew contentlang

per page

Accessibility here is the same structure AI agents rely on: agents read the accessibility tree, the exact map screen readers use. Build it clean for humans and the agents get it for free.

Layout stability: the invisible half of the score #

Cumulative Layout Shift ruins both scores and agent actions: a button that moves is a button an agent misclicks. AliothPress holds the layout still by construction:

Explicit dimensions on every image the media library servesDominant color placeholders: each uploaded image gets its dominant color extracted. The exact-size colored box is there before the pixels arrive** Zero late- third-party widgets**: nothing external arrives to push content around

Best Practices and SEO: 100 #

Security headers on every response, HTTPS via one-click Let's Encrypt, sanitized HTML and SVG** Canonical URLs, full meta control, hreflangin HTML and sitemap Structured data as a Schema.org**: Organization, Person, Article, FAQPage, Speakable@graph

Auto-generated sitemap, editable robots.txt, and llms.txt: the third one is exactly what the new agent audit checks

Why this is hard to retrofit #

Perfect scores are usually a project: audit, fix, regress, repeat, because most platforms bolt optimization on top of themes and plugins that fight it. AliothPress inverts that. The image pipeline, the font strategy, the zero-third-party rule, the native-element themes, and the generated llms.txt are the defaults. There is nothing to install and nothing to tune. A fresh site starts at the scores on the screenshot and stays there as you add content.

Speed, accessibility, and agent-readiness are the same discipline: build pages that machines and humans can both parse without guessing. AliothPress applies that discipline by default, which is why one screenshot shows five green results at once. Run your own test after installing: download CMS free or start with the installation guide.

── more in #ai-agents 4 stories · sorted by recency
── more on @aliothpress 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/cms-with-100-pagespe…] indexed:0 read:3min 2026-07-25 ·