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?
Is the canonical always obeyed?
Canonical or permanent redirect?
Related Tools
Noindex on Paginated Pages Detector
Identifies paginated URLs (?page=, /page/N/) and checks whether they include noindex — a common e-commerce audit.
Canonical URL Generator
Generate the <link rel="canonical"> tag with the preferred URL. Helps avoid duplicate content and consolidate page authority on Google. Everything in your browser.
Alt Text From Filename
Generate alt text suggestions for images from the file name. Improve the accessibility and SEO of your website images in seconds.
Images Without loading=lazy Extractor
Parses pasted HTML and lists images missing loading='lazy' — actionable hints for Core Web Vitals.
H1 vs Title Keyword Overlap
Compares H1 and Title and computes keyword overlap (Jaccard) — penalizes generic titles unaligned with the H1.
robots.txt Generator
Generate a robots.txt file for your site, setting User-agent, Allow/Disallow rules and the sitemap link. Control what search engines crawl and index.