I have a template group “main”. It is set as the default template group.
So, when I visit domain.com I get main/index.
My internal links to the site root are <a href=”{path=main}”> which should return
domain.com/
but it actually returns
domain.com/main
So, the same content is showing up under two different URIs, I’m paying a google duplicate content penalty, and people sharing links will be sharing ‘wrong’ links.
How can I sort this out? I’m assuming a rel=canonical will eventually fix google, but what about correcting the internal links? Should I hardcode links to the root?