Page uses a meta refresh redirect
What this means
The page redirects with `<meta http-equiv="refresh">` instead of an HTTP status code. Google discourages meta refresh: it is slower, it passes signals less reliably than a 301, it breaks the browser back button, and it is an accessibility problem for users who need more time on the page.
How to fix it
Replace the meta refresh with a server-side 301 (permanent) or 302 (temporary) redirect issued in the HTTP response.
Fix effort
This check needs a developer fix: it turns on a routing, hosting or infrastructure decision that no automatic edit can make safely.
Authoritative source
https://developers.google.com/search/docs/crawling-indexing/301-redirects
Find every page this affects
CrawlX runs this check — and 161 others — across your whole site, ranks the findings by estimated impact, and opens the fixable ones as pull requests. Free for 500 URLs.