I think this is probably a pretty common question and issue, and probably multiple ways to do it, but I want to make sure that
www.mysite.com
and
www.mysite.com/index.cfm
isn't resulting in a duplicate page/content issue.
They are both, obviously the same page.
my www.mysite.com/index.cfm has a lot of links to it so it is being counted as it's own page
Should I do a 301 to just have it switch to the root if someone types in the ../index.cfm part, or is using a caonical meta tag best, or perhaps both?
Thank you for any feedback or suggestions. Just trying to learn what the 'best practices' are on this issue.