Forum Moderators: Robert Charlton & goodroi
My client has a website with .jsp pages. He wants to replace them with .html pages (it's mandatory).
The domain name is the same.
How will Google treat the site for indexing? Will it treat the site as a brand new one? Any duplicate issues with old .jsp and new .html pages? What to do with reciprocal links?
Someone help me, please.
If you can't avoid the change, use mod_rewrite to make sure the old pages get redirected to the new ones with a 301 status code. If it's just a case of changing all endings but the actual file names stay the same (e.g. example.com/page.jsp to example.com/page.html), that would only be a line or so. That will tell Google that your pages have moved; in theory the worst that will happen is that the old pages coexist in the index with the new ones for a while.