URL Parser
Paste URLs — we’ll extract components and flags like HTTPS, UTM params, and trailing slash.
Results
| Host | Parts | HTTPS | Params | Issues |
|---|---|---|---|---|
| Run a parse to see results here. | ||||
Quick interpretation
URL parsing helps validate canonicalization and tracking noise.
- OK clean URLs, HTTPS, stable structure
- Warning UTMs, non-HTTPS, inconsistent slashes
- Error invalid URL / missing host