CMS with Built-in SEO, AEO, and llms.txt
AliothPress ships with complete search engine optimization and answer engine optimization in the core. Every page carries full meta tags, Open Graph and Twitter Card data, and an interconnected Schema.org @graph with Organization, Person, and Article entities. The CMS auto-generates an XML sitemap with hreflang, an llms.txt summary for AI crawlers, multilingual RSS and Atom feeds, FAQPage and Speakable structured data, and permanent 301 redirects whenever a URL changes. All of it ships in the core.
Full meta tag control
Each post and page has its own meta title, description, and keywords, plus a canonical URL field to prevent duplicate content. Open Graph tags (og:title, og:description, og:image, og:type) and Twitter Card tags are generated from the same data, and social previews use the automatically produced 1200×630 image crop.
Structured data as a connected graph
AliothPress outputs Schema.org JSON-LD as a single @graph in which entities reference each other:
- Organization, with
sameAslinks to your Wikipedia, Wikidata, LinkedIn, and social profiles - Person for each author, built from the profile fields (display name, bio, avatar, LinkedIn, website, GitHub)
- WebPage or BlogPosting for the content itself, linked to its author and publisher
- WebSite on the homepage, with language annotations for every active language
Connected entities give search engines and AI systems verifiable identity signals: who published the content, who wrote it, and which external profiles confirm both.
Built for answer engines
AI assistants increasingly answer questions by citing websites. AliothPress prepares content for that citation flow:
- FAQPage schema is generated automatically from the FAQ editor on posts and pages and from accordion blocks in the page builder. Questions and answers become machine-readable pairs that answer engines can quote directly.
- Speakable markup flags the headline and summary of each page as suitable for voice assistants and answer extraction.
/llms.txtis generated automatically following the llmstxt.org standard: an H1 with the site name, a summary blockquote, and published content grouped by language with translated section headers. AI crawlers get a current map of the site in Markdown.- Answer-first content generation. The AI Assistant writes articles that state the direct answer within the first 150 words, the pattern answer engines prefer to cite.
- Editable robots.txt. The file is managed from the admin panel, so crawler access rules can be changed at any time without touching the server.
Hreflang, sitemap, and feeds synchronized automatically
The sitemap lists every published post and page with xhtml:link hreflang alternates for all language versions, homepage included, and renders with an XSL stylesheet for human readability. The same hreflang alternates appear in each page's HTML head. RSS and Atom feeds exist per language (/feed, /feed/de, /feed/es) and cross-reference each other with hreflang links. Translation groups keep all of this consistent: link a page to its translations once, and the sitemap, feeds, and hreflang tags stay synchronized.
Automatic 301 redirects on every URL change
When you change a post or page slug, AliothPress creates a permanent 301 redirect from the old URL. Redirect chains are flattened automatically: if a slug moves from A to B and later to C, both A and C resolve in a single hop, since existing redirects are rewritten to point at the final destination. Rankings and inbound links survive every rename.
Deleting content triggers the same discipline. References to a removed image, file, form, or page are cleaned out of other posts, pages, builder blocks, and menus, so the site never accumulates broken internal links.
Performance signals
Cache headers are tuned per content type: immutable caching for static assets, short CDN-friendly caching for public pages, and no caching for the admin panel. CSS, JavaScript, and image URLs carry automatic version parameters, so browsers fetch updated assets immediately after a change while caching everything else indefinitely. Combined with server-side rendering, self-hosted assets, and AVIF image delivery, the default configuration is built to score well on Core Web Vitals.
Key SEO and AEO features in AliothPress
SEO and AEO in AliothPress are core features: meta and social tags per page, an interconnected Schema.org graph with entity verification, FAQPage and Speakable markup, auto-generated llms.txt, a multilingual sitemap and feeds with hreflang, self-flattening 301 redirects, automatic reference cleanup, and tuned cache headers. Install the CMS and the optimization layer is already running.