VOOZH about

URL: https://apify.com/scrappy_garden/canonical-url-checker

โ‡ฑ Canonical URL Checker - Validate rel=canonical for SEO ยท Apify


๐Ÿ‘ Canonical URL Checker - Validate rel=canonical for SEO avatar

Canonical URL Checker - Validate rel=canonical for SEO

Pricing

$4.99/month + usage

Go to Apify Store

Canonical URL Checker - Validate rel=canonical for SEO

Check <link rel="canonical"> tags on any page to prevent duplicate-content SEO issues. Detects missing or multiple canonicals, invalid/relative canonicals, cross-domain canonicals, and mismatches after redirects.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Audit canonical tags on any page or site to prevent duplicate-content issues and canonicalization mistakes.

This Actor fetches each page and checks:

  • Missing <link rel="canonical">
  • Multiple canonical tags
  • Invalid or relative canonical URLs
  • Canonical that differs from the final loaded URL (after redirects)
  • Optional cross-domain canonical warnings

Input

  • Start URLs (startUrls) โ€“ Pages to check.
  • Max pages (maxPages) โ€“ Crawl limit.
  • Follow internal links (followLinks) โ€“ Turn on for site-wide audits.
  • Max depth (maxDepth) โ€“ Depth when following links.
  • Stay on same domain (sameDomainOnly) โ€“ Avoid leaving the site.
  • Request timeout (timeoutSecs) โ€“ Per-page processing timeout.
  • Normalize trailing slash (normalizeTrailingSlash) โ€“ Treat /page and /page/ as the same for comparisons.
  • Allow cross-domain canonical (allowCrossDomainCanonical) โ€“ If disabled, cross-domain canonicals are flagged.
  • Proxy (proxyConfiguration) โ€“ Optional Apify Proxy.

Output

Dataset (per page)

Each dataset item includes:

  • url, loadedUrl, statusCode, title
  • canonicalCount, canonicalUrl, isSelfCanonical, redirected
  • warnings[], errors[]

Key-value store

  • SUMMARY โ€“ run totals
  • REPORT โ€“ compact per-page report

Example API usage

Run from API / CLI with an input like:

{
"startUrls":[{"url":"https://example.com"}],
"maxPages":10,
"followLinks":false
}

Quick start

Store page: https://apify.com/scrappy_garden/canonical-url-checker

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: url, loadedUrl, statusCode, title, canonicalCount, canonicalUrl, isSelfCanonical, redirected, warnings, errors.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1โ€“3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

canonical url checker, canonical url checker - validate rel=canonical for seo, website audit, seo, canonical url

You might also like

Canonical Consistency Audit

zerobreak/canonical-consistency-audit

A canonical consistency audit tool that crawls any list of URLs, inspects canonical tags, and flags missing, duplicate, or mismatched canonicals so SEO teams can fix indexation issues before they damage rankings.

Canonical Tag Validator

zerobreak/canonical-tag-validator

Canonical tag validator that checks any webpage for missing, duplicate, or misconfigured canonical URLs โ€” so SEO teams and developers can fix canonical issues before they damage search rankings.

SEO Fields Scraper

trovevault/seo-fields-scraper

Extracts website SEO metadata with titles, descriptions, canonicals, robots tags, headings, Open Graph fields, and audit issues. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Sitemap Audit

apage/sitemap-audit

Get a Sitemap Health Score (0-100) for any website. Discover, parse, and validate XML sitemaps. Find 404s, redirects, canonical mismatches, noindex conflicts, hreflang issues, missing pages and estimate crawl budget waste.

Website SEO Auditor

crazydev.in/website-seo-auditor

Crawl any website and get a full SEO audit: broken links, missing meta, H1 issues, thin content, duplicate titles, page speed, canonical, noindex, OG tags and schema. Exports a formatted Excel report. Optional AI report via OpenAI or Gemini.

Website SEO Audit Crawler โ€” On-Page Analyzer

logiover/website-seo-audit-crawler

Crawl a whole website and export an on-page SEO audit to CSV/JSON: meta tag checker, canonical & noindex checker, schema.org type extractor. No browser.

SEO Duplicate Content Detector

gr_59017/seo-duplicate-content-detector

Detects duplicate or identical content across multiple webpages by analyzing visible page text. Helps identify SEO duplicate content issues, content reuse, and potential ranking risks using simple content comparison and scoring.

Bulk SEO Data Extractor

thirdwatch/seo-data-extractor

Extract every on-page SEO signal from any URL: title, meta tags, canonical, OG/Twitter cards, JSON-LD schema, heading hierarchy, alt-text gaps, internal/external link counts, word count, text-to-HTML ratio.