Hey folks, quick question on the URL redirect and ...
# ask-questions
m
Hey folks, quick question on the URL redirect and best practices with SEO. Does the URL redirect trigger a 302 or include rel="canonical"? https://developers.google.com/search/docs/crawling-indexing/website-testing
f
Hi. We use a javascript redirect using window.location I believe
so we don't set any headers - I think its unlikely that google bot will run the JS on the page to detect it, but I guess its possible