Document returns 200
blockerhttp.status- Why it matters.
- A non-200 response is never added to the index, so every other tag on the page is irrelevant until this is fixed. Crawlers also back off from hosts that answer with errors.
- What the rule checks.
- The response status of the server-rendered document is not 200.
- Fix.
- Make the route render for an anonymous visitor. Routes that legitimately require a session should be removed from auditablePaths() instead of made public.
