How does the crawler process intrahost server redirects?


Crawler identifies the following standard HTTP status codes:
  • 301 Moved Permanently
  • 302 Found
  • 303 See Other
  • 307
If the page of your website will contain redirect on the same domain name, then crawler will index the page, specified in this redirect address.