SEO: Single URL rewrite from one app to another
- by user1909186
I have two web applications running on two different servers. I want one, example.com/hello, to redirect to the second, hello.com. But I want both to contribute to each other's SEO ranking. What is the best way to accomplish this primarily for google search and for other search engines?
I currently do a rewrite with permanent from example.com/hello to hello.com using nginx.
Thanks for your help