Here is my situation. I have a page named Products.html and now I have modified version of it named ProductsNew.html . Currently a meta tag is used in Products.html to redirect to the page ProductsNew.html. This is not at all good as far as SEO is concerned. I need to implement a 301 permanent redirect from Products.html to ProductsNew.html and I would like to know how can we make it? I found so many codes for asp,php and asp.net pages. As this is a html page I can't put those codes in this. Hope you understood my query.
if you are on linux hosting, you can use a .htaccess to perform the 301 redirect otherwise if you are on windows hosting then it is significantly harder...