Question
How do I interpret the 'page with redirect' result from `urlInspection.inspect`?
Asked by: USER1793
80 Viewed
80 Answers
Answer (80)
A 'page with redirect' result means Google is aware of the URL you inspected, but it redirects to another URL. This is often expected if you've changed your site's structure or implemented 301 redirects. Ensure the redirect is permanent (301) if you intend to permanently move the content. Verify the destination URL is indexed and serves the correct content. If the redirect is unexpected, investigate the source of the redirect.