So I have a client that is based strongly on JavaScript.
They have now implemented JavaScript redirects, I know this type of redirect used to be a no-no.
But Google has confirmed they follow them similarly to usual redirects in a recent Q&A
I am dubious to believe this and concerned that although it should work, the reliability is lower and not worth the risk, especially for important pages.
My main concerns are:
What are your guy's thoughts on this?
They have now implemented JavaScript redirects, I know this type of redirect used to be a no-no.
But Google has confirmed they follow them similarly to usual redirects in a recent Q&A
I am dubious to believe this and concerned that although it should work, the reliability is lower and not worth the risk, especially for important pages.
My main concerns are:
- Putting trust in something that is supposed to work vs something that will definitely work (301 redirect)
- Although supported by Google, other search engines might not support them.
- JavaScript is crawled less frequently by Google
- They might not pass 100% of the same PageRank
- Harder to detect issues with and detect redirect chains especially those that lead to 404s.
What are your guy's thoughts on this?