About the tool
What Is The SBMM Domain Separator?
The SBMM Domain Separator is a bulk URL parser. Paste any list of addresses and it returns a row per address split into protocol, full host, root domain, subdomain, public suffix, port, path, query string, query parameter count and fragment.
Parsing is the first step in most work that starts with a list of addresses. Grouping server-log traffic by root domain, classifying backlinks by suffix, slicing a competitor's sitemap down to one subdomain, counting the parameters on a campaign's landing pages, building an internal-link map by folder: every one of them needs the address split before anything else can happen.
The column that is hardest to get right is the root domain. Splitting a host on dots turns example.co.uk into co.uk, and that single error runs through everything downstream. This tool reads the suffix from an embedded list of the common country second-level domains and hosting suffixes, and it marks every row where it fell back to assuming the last label. A measured answer and a guess do not look the same here.