Hi,
I am building a Mobile version of my website and looking for some clarity on how do I set up my Redirect / Rewrite rules, to best preserve the SEO credit.
Here is what I am doing
1. http://www.example.com/product.html ->302-> -http://m.example.com/product.html
2. The content is actually on -http://m.example.com/mobile/product.html
So doing a Rewrite
RewriteRule /product.html /mobile/product.html [PT,L]
In this case, who keeps the SEO credit, it had acquired so far?
I wish to keep that with-http://www.example.com/product.html
Thanks
Abhilash