Scenario:
I own a website with original content. But to support some categories I use creative commons licensed contents, which is, of course, duplicate content.
Question:
If I want to avoid penalization for duplicate content, are this statements true?
- I should mention the original author to be a fair human being.
- I must use meta noindex to avoid robots from fetching the content.
- I must use cannonical url to metion the original content and it's author.
- I don't need to use nofollow meta along with noindex, because it has other purposes.
- I don't have to use rel="nofollow" on incoming links inside my site that point to the duplicate content, because it won't be indexed anyways, given the noindex meta tag.
I did my research and that is what I got from it. But I am not sure about this, and I would like to understand it before applying anything at all.
Thank you.