Canonical Tag Checker - Online Rel=Canonical Inspector
Check a live URL to extract and validate its canonical link element. Ensure correct SEO configuration. Runs from your browser.
UD5 Toolkit
Check rel=canonical from any page's source code instantly
SEO Score
No data yet.
Complete an inspection to see recommendations.
<link rel="canonical" href="URL">) is an HTML element that tells search engines which version of a page is the preferred, authoritative version. It helps consolidate duplicate content signals, preventing SEO dilution when multiple URLs point to the same or very similar content. Google, Bing, and other major search engines respect canonical tags as strong hints for indexing.
rel="canonical" link, they typically ignore all of them, treating the page as if no canonical was specified. This defeats the purpose of using a canonical tag and can lead to indexing the wrong URL. Always ensure each page has exactly one canonical tag pointing to a single, consistent URL.
https://example.com/page rather than /page). Absolute URLs eliminate ambiguity and reduce the risk of misinterpretation by search engines, especially when pages are crawled in different contexts. While relative URLs may work in many cases, absolute URLs are the safer, more explicit choice and are considered an SEO best practice.
Link: <https://example.com/page>; rel="canonical"). This is particularly useful for non-HTML resources like PDFs, images, or API responses. If both an HTML canonical tag and an HTTP Link header are present, they should agree — conflicts can confuse search engines and may lead to unpredictable indexing behavior.
Check a live URL to extract and validate its canonical link element. Ensure correct SEO configuration. Runs from your browser.
Paste text with highlights (e.g., from Apple Books) and extract only the highlighted lines. Save as list.
Paste Markdown and get warnings for common mistakes: inconsistent heading spacing, bare URLs, and broken links. All local.
Convert messy URLs into clean, keyword-rich slugs. Remove stop words, replace spaces with hyphens. Lowercase transformation. All local.
Paste Markdown and convert all links from absolute to relative (or vice‑versa) based on a base domain. Bulk edit.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
A visual guide to common copy‑editing and proofreading symbols. Click a mark to see its meaning. For writers.
Test how `content‑type: text/html` vs `content‑type: image/svg+xml` affects SVG rendering in the browser. Modern performance hint.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
Enter a city name or coordinates and see today's sunrise, sunset, and twilight times. Approximate algorithm. Local.
Turn any sentence into mocking SpongeBob‑style text. Choose intensity. Copy and paste into chats. Pure client.
Take a lighthearted inventory of your character strengths (not official VIA). Self-reflection tool. All in browser.
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
Fill in a form and see the FormData object as JSON. Perfect for debugging multipart form submissions. Client-side.
Pick a contact from the device’s address book (mobile). Read name, email, and phone. All permission‑based. Privacy safe.
See the healthy weight range for your height using standard BMI chart. Gender‑specific data. Quick reference.
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
Drop a PDF and extract any embedded JavaScript or form actions. Check for malicious code. Privacy‑friendly analysis.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Click any element on a demo page and see which events are attached. Visual debugger for event handling.
Select a local font and see all its metrics: ascent, descent, x‑height, and supported features. Typography deep dive.
Paste a URL and extract all meta tags, Open Graph, Twitter Cards, and JSON‑LD. View in a friendly table. Client‑side fetch.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.