Does a blog appearing in diff. categories cause duplicate content?
-
Having a particular blog appearing in different categories or under different tags on a site- does it cause duplicate content? If yes, why ?
-
As long as you have exact match content on 2 different URL's - without using precautions to block indexing, or canonical tag implemented, you will have duplicate content. Here is an example that might give you the answer you are looking for, since I can't really give you a more direct answer without looking at how the blog software you are using, is publishing the page in terms of multiple tags.
If you publish a blog-entry with 2 categories, to www.site.com/blog/post-A/ but the same page is accessible on the URL: www.site.com/blog/category/category1/post-A/ and www.site.com/blog/category/category2/post-A/ - without use of the above mentioned ways of preventing duplicate content, yes you could be suffering from duplicate content.
Most popular blogging tools has measures to prevent this in the administration back-end or as add-on modules..
-
_Yes it creates internal duplicate content because the same content/article is accessible via different paths and therefore, search engine might find it confusing to determine which page deserves to get visibility in the SERP. So, you need to add noindex, follow Meta tag in the category and tag pages so that these internal duplicate pages do not get indexed by search engines. _