Hi,
I manage a website with 200,000+ products. Initially, for each one of the products, I created a main page under the URL 'https://mydomain/info/xxxxx', where 'xxxxx' is the unique label for each product. It shows data such as a title, a long description, sizes, weight, features, etc.
Some years ago, I decided to create two additional separate URLs for each product:
'https://mydomain/photos/xxxxx'
'https://mydomain/reviews/xxxxx'
They are linked from the main page of each product, each one of the URLs offer unique content and --IMHO-- valuable information. However, it's true that some of the review pages are still empty, and I did not create long texts for the main pages, apart from H2 sections with the caption "Description:" or "Size:" and a few additional words.
So I started to be considered as 'thin content' by Google, with the consequent crawl budget issues, deindexation of thousand of URLs, 'jeopardization' of my keywords, etc.
In order to cope with all these issues, I wondered if I could include, within each one of the 'photos' and 'reviews' pages, a 'canonical' metatag pointing to the main page. This is:
https://mydomain/photos/xxxxx ---> {canonical} ---> https://mydomain/info/xxxxx
https://mydomain/reviews/xxxxx ---> {canonical} ---> https://mydomain/info/xxxxx
I want my users to visit these different two web pages of each product, since I don't want to include all the stuff within the same URL (it would be too dense). Additionally, I prefer to include ads in different webpages, because they are more efficient.
Does this strategy make sense for you? Any other options? Thank you in advance.