How the URL is taken apart
The tool separates the URL into scheme, host, path segments, and query string before judging anything. It counts total characters for the length check, counts path segments for depth, enumerates every parameter, and inspects the slug for separators: hyphens split words cleanly, while underscores merge them. It then looks for readable keyword terms in the slug and confirms the scheme is https://.