@Dominique 249139 wrote:
Well, I have a site with some 6000 pages that is losing conversions because it is HTML. Transferring all that content is not an option.
Starting a new site would mean trying to rank all over again, so since I have an old, well ranking site I need to take advantage of the domain.
Possibly I can add a responsive section and some sort of mobile detection script to redirect?
By adding a responsive section you will have to maintain in fact 2 sites.
I don’t know how your site is setup, but in lots of cases it’s possible to transfer a static site into a responsive one by editing the css file. Instead of fixed widths for, set elements to a percentage and a max-width.
If you for instance have one or two sidebars and a main content section specified in divs, you can decide to show the sidebars only on widescreens and the main content only for mobile devices, by setting up some media queries in the css file.
Just my 2cents though.