Try: word counter, image converter, pdf merger

URL & Slug Checker 🔗

Validate, measure, and score any URL or slug against real parsing rules and commonly cited SEO guidance — with every check explained, not just a mystery score. Need a better slug? Generate an SEO-friendly slug and check it again.

Rate Your Experience

☆☆☆☆☆ (0)

URL & Slug Checker – Validate and Score Any URL or Slug

Most "URL checker" tools online either just ping the URL to see if it loads, or run a shallow regex and call it a day. This one does neither. It parses your URL with the browser's own native URL API — the same logic real browsers use to interpret links — then runs it through a documented set of length, formatting, and best-practice checks, and shows you exactly which ones passed, which ones didn't, and why.

Whether you're naming a route in your app, generating a slug for a CMS, or double-checking a URL before you ship it, this tool tells you precisely what's wrong (if anything) instead of a vague "looks okay" or "invalid" with no explanation.

Why I Built This

I kept running into the same small, dumb bugs: a slug with a trailing hyphen from a bad string-replace, a route name that collided with a reserved path, a "short" URL that was actually 40 bytes longer than it looked because of a few accented characters. None of it was hard to catch — I just wasn't checking for it consistently.

So this tool checks for all of it at once, and shows its work. Every score this tool gives you is the sum of specific, visible checks — not a black box. If you disagree with a deduction, you can see exactly which rule caused it.

How to Check a URL or Slug in 2 Steps

  1. Choose Full URL or Slug Only: Pick "Full URL" for a complete address with a protocol and domain, or "Slug Only" if you're just checking a path segment like my-post-title.
  2. Type or Paste: Analysis runs instantly as you type — no submit button, no waiting. Review the score, the checklist, and the suggested clean version if formatting issues turn up.

How the Score Is Calculated (No Black Box)

Every result starts at 100 points. Each failed or borderline check subtracts a fixed, documented amount — nothing is hidden or arbitrary:

These thresholds reflect commonly cited SEO and web-development best practices, not a universal specification — different platforms, CMSs, and search engines can vary. The checklist tells you exactly what triggered each deduction so you can judge for yourself whether it matters for your case.

Real Examples: Who Uses a URL/Slug Checker

✍️ Content & SEO Writers

Example: Naming a new blog post before publishing.

  • Pastes a draft slug in Slug Only mode
  • Sees it's over the recommended length with two stop words
  • Copies the auto-cleaned suggestion instead

🧑‍💻 App & API Developers

Example: Naming a new route before adding it to the codebase.

  • Checks a proposed slug against reserved keywords
  • Catches that "settings" collides with an existing route pattern
  • Renames it before it causes a conflict

🌍 International Sites

Example: Checking a slug that includes accented characters.

  • Enters a slug with letters like é and ü
  • Sees the character count vs. the larger UTF-8 byte count
  • Realizes it would exceed a database column's byte limit

🔍 QA & Debugging

Example: Tracking down why a URL behaves unexpectedly.

  • Pastes the suspect URL in Full URL mode
  • Sees the exact percent-encoded form the browser will send
  • Spots an unencoded space causing the issue

What Makes This Tool Different

Pro Tips for Better URLs and Slugs

5 Reasons to Use This URL & Slug Checker

Frequently Asked Questions

1. Is this URL checker really free?

Yes — no account, no limits, and nothing is logged or sent to a server.

2. How is this different from just checking if a URL "works"?

This tool doesn't try to load or ping the URL at all — it checks the URL's structure, length, formatting, and best-practice adherence. A URL can be perfectly well-formed and still not resolve to anything (or vice versa); those are two different questions, and this tool only answers the structural one.

3. What counts as "too long"?

The checklist flags a slug over roughly 60 characters and a full URL over roughly 100 characters as longer than commonly recommended for SEO, and separately flags anything approaching the 2,048-character range some browsers and servers historically capped URLs at. These are widely cited guidelines, not a single universal rule — check the specific checklist item for the exact number that triggered it.

4. What counts as "too short"?

An empty value can't be analyzed at all. A slug of just one or two characters is flagged as a caution, not an error — it's technically valid, but usually too vague to describe what it points to.

5. Why does character count differ from byte length?

Standard letters and numbers take one byte each in UTF-8, but accented letters, symbols, and non-Latin characters can take two to four bytes. A slug that looks like 20 characters might actually be 30+ bytes — which matters if it's going into a system with a byte-based length limit.

6. Does the tool fix my URL or slug automatically?

No — it only ever suggests a cleaned-up version for you to review and copy yourself. In Slug Only mode this cleans casing, accents, and invalid characters; in Full URL mode it only cleans the path portion and leaves your protocol and domain untouched.

7. What does the reserved-keyword check mean?

It flags slugs that match common route names many frameworks and platforms reserve internally (like admin, api, or null). It's a heads-up in case the collision is accidental — if it's intentional, it's safe to ignore.

8. Can I check a URL without a protocol, like "example.com/page"?

In Full URL mode, if you leave off the protocol, the tool analyzes it as if https:// were added — and clearly labels that it did so, so you always know exactly what was actually checked.

9. Does this check if the domain actually exists?

No — it deliberately doesn't make any network request. It checks structure and formatting only, which is also why it works instantly and never sends what you type anywhere.

10. Is a lower score always bad?

Not necessarily — it's a guideline, not a verdict. A short internal admin route, for instance, doesn't need to satisfy public-facing SEO length guidance. Use the checklist to decide which flagged items actually matter for your specific URL.

Ready to Check a URL or Slug?

Paste one in above and see exactly what it's made of — length in characters and bytes, formatting issues, and a score you can actually verify line by line.

If you think a check is missing or a threshold seems off, I'd genuinely like to hear about it.

Go ahead and check your URL — accurate, explained, and entirely private.