This isn't a unique problem but an e-commerce client has product information on a page, with separate tabs that have been historically loaded with a new page, which have been indexed.
- Product (/product): 8,450 Results
- Content1 (/product?tab=content1): 966 results
- Content2 (/product?tab=content2): 683 Results
- Content3 (/product?tab=content3): 1,750 Results
- Content4 (/product?tab=content4): 1,500 Results
All of the content shares a common product top section (summary of information) but has unique canonical url definitions, meta information, etc. The individual content tabs are all part of a larger grouping, which is why their index level is considerably less than the actual product page. As the client grows and updates this historical practice, one of the implementation options is making the content available on the page via an Ajax load.
The desire would be to maintain the ability to search for content1, content2, etc at that level and not spread the juice throughout all the main product pages. My question is what would the best setup be to maintain the historical ability to target the content individually via Search, while updating the UI/UX for a better customer experience? If the ajax route is the way to go, what are all the tasks necessary to properly handle without creating a separate duplicate pathing? Some of the tasks that I've outlined would be
what else am I missing? Any guidance would be great as Id love to get some thoguhts on the matter.
Thanks!