Mobile app version of vmapp.org
Login or Join
Cugini213

: Canonical tag makes my site "not indexable" according to an SEO analyst plugin SEO Doctor add on says website is not indexable because this page is set to (this is my tag): <link rel="canonical"

@Cugini213

Posted in: #CanonicalUrl #GoogleAnalytics #Seo

SEO Doctor add on says website is not indexable because this page is set to (this is my tag):

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


I have to change meta tags robots noindex like that or what is the solution for this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Fox8124981

I see this issue on most of blogs. WHEN rel=canonical is enabled will see above error messages.

This doesn't sound like an issue with All in One SEO Pack, it sounds like an issue with SEO Doctor.

There's nothing wrong with having the canonical link of a page set to the domain of a page.

rel=canonical :

rel=canonical having some problem with non-standard WordPress,but it's fixed in WordPress 2.9.

So if you have any non-standard WordPress pages (created through a plugin or in other dynamic means) it may be possible that it they also contain rel canonical tag added by WordPress, which would prevent the particular pages from being indexed.

If that is the case solution is simple. Just add this to your theme functions.php:


remove_action('wp_head', 'rel_canonical');

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme