Most of what an SEO lead wants from a host is access: to the logs, to the redirect layer, and to a staging site that cannot leak into the index.
Not features so much as access — the things that normally require a support ticket and a two-day wait.
Full access logs are downloadable by date range, so you can see what Googlebot actually requested rather than inferring crawl behaviour from a third-party estimate.
Redirect rules are applied at the edge, which takes a full WordPress boot out of every legacy URL and makes a large migration map viable rather than a permanent tax.
Staging environments are blocked at the edge rather than relying on a robots file or a checkbox somebody can uncheck, which is the usual route by which a staging site ends up in the results.
Core Web Vitals are reported from real visitor traffic, so you are optimising against what users experienced rather than a synthetic run on an unrealistically fast connection.
Clone the site, make the structural change, and see what it does to internal linking and rendering before it reaches anything that currently ranks.
Most hosting conversations an SEO lead has are requests for access to something. This removes the conversation rather than speeding it up.
A large redirect map is a permanent cost on every request when it runs inside WordPress. Moved to the edge it stops being measurable at all.
These are the settings that differ from a standard WordPress site on the same plan. Each follows from organic performance being somebody's job rather than a side effect.
| Setting | What we do | Why |
|---|---|---|
| Access logs | Retained and downloadable rather than summarised into a dashboard | Crawl analysis needs the requests Googlebot actually made, and an aggregate view cannot tell you which URLs it wasted its budget on. |
| Redirect rules | Evaluated at the edge with bulk import rather than by a plugin | A migration map of several thousand rules held inside WordPress adds a lookup to every request on the site, including all the ones that match nothing. |
| Staging environments | Blocked at the edge, independent of robots directives | A staging site relying on a meta tag or a robots file gets indexed the first time somebody copies production settings across it. |
| Core Web Vitals | Reported from real visitor traffic | Lab scores measured on a fast connection are not the numbers the search engine is using to assess the site. |
| Structural changes | Rehearsed on a clone before release | Internal linking and template changes are the edits most likely to cost rankings and the least likely to be revertible quickly. |
Every plan includes free migration, daily backups, SSL and 24/7 support.
Free migration, logs you can download, and redirects that cost nothing to serve.