I have duplicate title for index and main page
-
This post is deleted! -
I think you should look at using a 301 redirect to fix this issue.
You can learn more about 301 redirecting here.
-
Yeah, set up a 301 redirect.
Here's another tip, use this tool to browse and check redirects currently in place for your site:
http://www.searchmasters.co.nz/redirect-check/
I reviewed my site and then made sure index.php, index.htm, index.cfm, default.asp amongst others were doing a 301 redirect to /
I also made sure my index.html file had a canonical tag that identified my / as my main page. The following code was placed in the .index.html file for that
rel="canonical" href="/">