1001Ferramentas
🌐 SEO

Canonical Cross-Domain Detector

Receives HTML and detects a canonical pointing to a different host — handy to find wrong canonicals on multi-site setups.

A canonical pointing at another domain

The canonical tag tells a search engine which URL represents that content. Pointing it at another domain is legitimate and exists for real cases — content republished with permission, the same shop on country domains, an article distributed through a partner portal. It is also one of the fastest ways to remove an entire site from the index without noticing.

Enter the page URL and paste the HTML: the page extracts the canonical tag, compares the domains and says whether it points within the same domain or outside it. When it points outside, the warning is blunt, because the effect is strong — you are asking the search engine to index the other address instead of yours, and the pointing page tends to vanish from results.

The cases where this goes wrong are well known. A botched migration leaving the old canonical aimed at the previous domain. A staging environment copied into production with the canonical frozen. A page template with a hardcoded address applied to every page. Periodic auditing pays off: a wrong canonical is silent and the effect shows up weeks later, once traffic has already fallen.

Frequently asked questions

When does pointing at another domain make sense?
When the content genuinely is the same and you want credit to go to the other URL: an article republished with permission, syndicated content, or consolidating domains during a migration. Outside that, the canonical belongs on your own domain.
Is the canonical always obeyed?
No: it is a strong signal, but the search engine may ignore it if other evidence contradicts — content differing from the target, a conflicting redirect, or internal links consistently pointing elsewhere. When ignored, the engine picks a canonical of its own.
Canonical or permanent redirect?
A redirect when the old URL should no longer be reachable. A canonical when both must keep working for visitors but only one should be indexed — the case of tracking parameters, listing sort orders and syndicated content.

Related Tools