Forum Moderators: phranque
the issue:
the plan of the website is to store all items with a structure like domain.tld/items/title (titles are unique) - that's the static part of the website.
each item can be tagged (categorized) with multiple tags. and I want to be able to view the items belonging to one or another tag using such links:
domain.tld/tags/tag1
domain.tld/tags/tag2
the item links in these tag listings would of course lead to domain.tld/items/title - my concern is the fact the the item can be tagged by both tag1 and tag2.
what's the practice nowadays? is it ok both domain.tld/tags/tag1 and domain.tld/tags/tag2 to have the same item listed, which eventually goes to domain.tld/items/title?
cheers,
Margin
p.s. tried searching webmasterworld for the answer to my question - but couldn't find nothing more precise. sorry if this has been discussed already.
If you're referring to using "tags" for articles or blog posts, what you're suggesting sounds like putting the same content on all the "tag" pages it's about, like in several different categories, each with different filenames? That's called duplicate content.
One content page = one URL is how it should be, else use noindex,nofollow.
the item links in these tag listings would of course lead to domain.tld/items/title
I know these may be small and unnoticable (and probably stupid) thoughts, but I know everything influences everything, no matter how silly it may look.
thanks,
Martin