Rank Math Hosting

Rank Math hosting where the sitemap finishes generating.

Rank Math does most of its work in the background — sitemaps, redirects, a 404 log and a Search Console sync. On a normal host all four are quietly competing with your visitors for the same PHP workers.

Sitemaps built on schedule404 log kept boundedFree migration
Sitemap-aware limitsBounded 404 loggingEdge-level redirectsDaily backupsFree SSL24/7 support
SEO plugin, server-side work

Everything an SEO suite does when nobody is watching.

The visible half is a meta box. The half that needs a host is the crawling, logging and rewriting behind it.

Sitemaps that finish on a large catalogue

A sitemap index across fifty thousand URLs is a long-running job. Generated inside a page request it hits the execution limit and Google gets a truncated file, or a 500.

ScheduledCached between builds

A 404 log that does not become the biggest table

The 404 monitor writes a row for every miss. Point a vulnerability scanner at the site for an afternoon and that is tens of thousands of rows nobody will ever read.

Redirects resolved before PHP starts

A redirect that boots WordPress to answer costs the same as a page view. Moved at the edge, a legacy URL is answered in single-digit milliseconds.

Edge-levelBulk import

Schema output that is not rebuilt per request

Structured data is assembled from post meta on every load. Cached properly it is free; uncached it is a handful of extra queries on your most-crawled pages.

Crawlers treated as traffic

Googlebot, Bingbot and a dozen SEO tools are real requests. Capacity planning that only counts humans is planning for a fraction of the load.

Operations

Know the sitemap is being read.

The failure mode is silent. The sitemap 500s, Search Console keeps showing the last good fetch for a while, and nobody finds out until impressions drop.

  • Sitemap generation time tracked
  • Alert when a sitemap request errors
  • 404 log retention set and enforced
  • Restore any daily backup from the dashboard
Sitemap index
Generated on schedule
52,400 URLs
404 monitor
30-day retention
pruned
Redirects
Resolved at the edge
1,180 rules
Nightly backup
Replicated offsite
running
Performance

The sitemap request nobody load-tests.

It is requested by a crawler rather than a customer, which is exactly why it goes unnoticed until it has been failing for a fortnight.

Scheduled
sitemap builds
Bounded
404 log growth
NVMe
storage on every plan
MagicWP210 ms
Sitemap built in-request4200 ms
Redirects resolved in PHP480 ms

Illustrative comparison of a sitemap index fetch on a large catalogue. Your numbers depend on URL count and post-type complexity.

Configuration

What we change for Rank Math

These differ from a standard WordPress site on the same plan, and each follows from the work the plugin does outside a page view.

SettingWhat we doWhy
Sitemap generationScheduled and cached between builds, not assembled per requestA sitemap index spanning tens of thousands of URLs exceeds the execution limit when built inside a request, and the crawler receives a truncated file rather than an error anyone sees.
404 monitorRetention window applied and enforced nightlyThe monitor writes one row per missed URL, so a single scanner sweep adds tens of thousands of rows that are never read but are backed up and queried forever.
Redirect rulesServed at the edge rather than through the pluginResolving a redirect through WordPress costs a full bootstrap to emit one header, which is the most expensive way possible to answer a URL that no longer exists.
Crawler request budgetCounted as real traffic in worker sizingSearch and SEO-tool crawlers can exceed human sessions on a large catalogue, so capacity planned against analytics alone is planned against the smaller half.
Schema and meta queriesObject-cached per post rather than rebuilt each loadStructured data is assembled from post meta on every uncached view, which adds queries precisely to the templates crawlers request most often.
Plans

Simple, transparent pricing.

Every plan includes free migration, daily backups, SSL and 24/7 support.

MonthlyYearly 2 months free
Starter
For personal sites, blogs, and portfolios.
$20/mo
  • 1 WordPress site
  • 10 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Support tickets
Start free trial
Pro★ Most popular
For growing businesses and busy stores.
$80/mo
  • 5 WordPress sites
  • 50 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Priority support tickets
Start free trial
Enterprise
For agencies and high-traffic platforms.
$250/mo
  • 20 WordPress sites
  • 200 GB NVMe disk
  • Free SSL
  • Daily backups
  • One-click deployment
  • Dedicated support
Start free trial
FAQ

Questions, answered.

Why does my Rank Math sitemap time out?
Because it is being generated during the request that asked for it. Past a few tens of thousands of URLs that exceeds the execution limit. Here the index is built on a schedule and served from cache, so the crawler gets a complete file immediately.
Is the 404 monitor safe to leave on?
It is here, because it has a retention window. Left unbounded it is usually the largest table on an older site — mostly rows generated by scanners probing paths that never existed.
Should I use Rank Math's redirects or the host's?
Use ours for anything high-volume. A plugin redirect boots WordPress to emit one header; the same rule at the edge answers before PHP is involved at all.
Does Rank Math conflict with your page cache?
No. Its output is part of the HTML and caches with it. The parts that must stay dynamic are its admin screens and REST endpoints, and those are excluded already.
Can I import redirects from another SEO plugin?
Yes, and it is worth doing during migration rather than after. Rules that arrive later have usually already cost you a period of 404s on URLs that used to rank.

Run Rank Math on a host that expects the background work.

Free migration, sitemaps that finish, and redirects answered before WordPress wakes up.