Webhook Tester & Inspector - Online View Incoming Payloads
Generate a temporary webhook URL (mock) and view the JSON payloads sent to it. Great for testing integrations locally.
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.
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.