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 URLs | Settings → Permalinks |
| Meta title / description | Rank Math (or similar SEO plugin) |
| Canonical URL | SEO plugin, auto-generated per page |
| Robots meta / X-Robots-Tag | SEO plugin's indexing controls |
| XML sitemap | SEO plugin's built-in sitemap module |
| Structured data | SEO plugin schema generator / custom JSON-LD |
| Caching & performance | LiteSpeed Cache (or equivalent) |
| Security headers | .htaccess, hosting panel, or Cloudflare |
| Image optimization | Media 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.