How to solve Google Alternate page with proper canonical tag issue

199 Views Asked by At

Google repeatly reports "Alternate page with proper canonical tag" errors despite having fixed the issue at least six times. The issue appears not to have a solution. I have the following tag in each of my pages:

<link rel="canonical" href="http://www.example.com/page.html"/>

If I comment this out for all pages except the index.html page and then add the following meta tag to the other pages, would this be a solution?

<META NAME="robots" CONTENT="noindex">
0

There are 0 best solutions below