Hi,
I manage a website with 300,000+ products, stored in a table of a Database:
- name: name of the product (e.g. "Garden lawn mower")
- manufacturer: name of the manufacturer of the product (e.g. "Acme")
- dimensions: length x width x height (e.g. "120x40x58 cm")
- weight: (e.g. "1533 gr")
So far, I had the following structure for my title+description:
- TITLE: <name> <manufacturer> | WEBSITE_NAME
- DESCRIPTION: <name> (<manufacturer>). Access all the information. Photos, reviews.
However, most of the garden lawn mowers of my database have the same name ("Garden lawn mower") and the same manufacturer ("Acme") has dozens of "Garden lawn mower"s. Obviously, it's creating a duplicate content problem for my pages. They have different content, because the pages show different photos, different dimensions, and different reviews from users.
I'm planning a different strategy for the title+description:
- TITLE: <name> <manufacturer> <is_this_a_heavy_device>
- DESCRIPTION: <name> (<manufacturer>). Dimensions: <dimensions>. <random_sentence>
where:
- <is_this_a_heavy_device> would be "very light device" if 'weight<500gr', "light device" if <1000gr, etc.
- <random_sentence> would be a sentence chosen at random from, for example, 20 options: "Access all the information. Photos, reviews", "Want to know more? Read other users' reviews", etc. It would be random, but always the same for the same URL.
I would like to know your opinion whether this strategy would help to cope with the duplicate content problem or not. Thank you.
[edited by: phranque at 10:17 pm (utc) on May 11, 2021]
[edit reason] disable graphic smile faces [/edit]