Im using Umbraco 6.1.5. I need a better structure of my site, from SEO point of view. But it seems like umbraco generating too many links for the same content. Which is not good from SEO perspective.
for e.g. for single content i will have multiple url's like below:
id.aspx
id
id/
folder/node.aspx
folder/node
its creating 4 pages with same content. which will effect in google indexing. above pages will be indexed as duplicate.
Can any body suggest me , how can i get rid of multiple url's for the same content in Umbraco.
I know few of the methods like 301 redirect and canonical . but not sure which one will be better to use with umbraco. or i use both?
if yes , then how to use 301 redirect and canonical url in umbraco