WordPress SEO

The same technical SEO concepts, implemented through WordPress settings, themes and plugins instead of hand-written code.

Status The WordPress build is scheduled for a later part of this project. This page documents the mapping between concepts and where they'll be configured, so the coded build and the WordPress build stay comparable as both are built out.

Concept-to-implementation map

Concept WordPress mechanism
Clean URLsSettings → Permalinks
Meta title / descriptionRank Math (or similar SEO plugin)
Canonical URLSEO plugin, auto-generated per page
Robots meta / X-Robots-TagSEO plugin's indexing controls
XML sitemapSEO plugin's built-in sitemap module
Structured dataSEO plugin schema generator / custom JSON-LD
Caching & performanceLiteSpeed Cache (or equivalent)
Security headers.htaccess, hosting panel, or Cloudflare
Image optimizationMedia Library + an optimization plugin

Full details for each row — screenshots, plugin settings, and gotchas — will be added as the WordPress build is constructed alongside the corresponding coded-site part.

Back to Technical SEO