Mobile app version of vmapp.org
Login or Join
Hamaas447

: SEO handling of Link that gets updated post loading I have an angular JS application that when after loading the webpage updates (rewrites) the url param based on what the original url was.

@Hamaas447

Posted in: #AngularJs #Seo

I have an angular JS application that when after loading the webpage updates (rewrites) the url param based on what the original url was. For eg if the url was example.com/test1 it might rewrite it to example.com/test1?xyz=abc and for example.com/test2 it might redirect to example.com/test2?xyz=def. My goal is that the results are picked up by the search engines as example.com/test1 (i.e. without the params).

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

Google always index the redirected/final/render version of URL (i.e. ?xyz=def). It's not possible to achieve with canonical link tag as well. I have seen some of question like this on Google offical hangout that, why Google ignore their canonical link tag, and Google official webmaster team said that, it is ignored because of redirection. Google gives more priority on redirection compare to any other method. They want to index those things that real users can see it. By displaying other things to user and Googlebot are consider as cloaking.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme