URL Parser

Paste a URL to see each part on its own line, every query parameter decoded, and a normalized version of the URL.

Runs in your browser: nothing you enter is sent to RankCortex.

What you see

  • Protocol, host name, port, origin, path, path segments, query string, each parameter decoded, and the #fragment.
  • A normalized form: lowercase scheme and host, default port removed, fragment dropped.
  • Notes on length, uppercase, underscores, spaces, repeated slashes, depth and tracking parameters.

Frequently asked questions

Is the fragment sent to the server?

No. Everything after # stays in the browser, which is why search engines ignore it.

Does it send my URL anywhere?

No. Parsing happens in your browser.