Duplicate domains are not always duplicate rows. A URL list can contain hundreds of distinct pages that belong to one site. Removing only identical URL strings leaves that site repeated; reducing each URL to a domain first creates the grouping key you actually need.
Exact URL duplicates versus domain duplicates
| Input | Exact-URL dedupe | Root-domain dedupe |
|---|---|---|
example.com/a | Kept | example.com |
example.com/b | Kept | Merged into example.com |
blog.example.com/c | Kept | Merged in root mode |
Repeated example.com/a | Removed | Count added to the root |
How to create a unique domain list
- Paste or upload the source data.
- Choose root domains for one record per registrable site, or hostnames when subdomains must remain separate.
- Enable Remove duplicates.
- Review the count column; it records how many matching occurrences were merged.
- Export CSV or JSON if you need source mapping, or TXT for the final value-only list.