Visual Site Crawler & Architecture Mapper
Visualize a website's internal link structure as a tree diagram from a pasted list of page links. Runs entirely in your browser.
🔒 This tool runs entirely in your browser. Your files are never uploaded to a server.
Example shown — paste your own internal link structure (from a crawler export, or written by hand).
How it works
- Paste your internal link structure as "from -> to" pairs, one per line.
- The tool builds a tree diagram of your site's architecture.
- Review depth and structure at a glance.
FAQ
Why do I need to paste links instead of entering a URL to crawl?
A browser can't fetch and follow links on an arbitrary site from a web page — that's exactly what CORS (cross-origin restrictions) exists to prevent. Export or list your internal links (from an existing crawler, your CMS, or by hand) and paste them here to visualize the structure.
What does the diagram tell me?
How pages connect and how deep they sit in the site's structure — pages far from the root, or pages with no incoming links shown, are useful signals for reviewing navigation and internal linking.
Can I include the same page more than once in the diagram?
Each unique path appears once as a node, but a page can have multiple parents pointing to it if more than one page links to it — the diagram shows it under the first parent it's linked from.
Is my data uploaded anywhere?
No — the diagram is built entirely in your browser from what you paste. Nothing is sent to a server, and no live request to any URL is made.
How we compare
| Feature | Online Tool Store | Full SEO crawler suites | Hand-drawn sitemap diagrams |
|---|---|---|---|
| No install or account | ✓ | Requires software or a paid plan | ✓ |
| Instant diagram from a list | ✓ | ✓ | Manually draw and connect boxes |
For a quick visual of a site's structure from a link export you already have, this beats drawing a diagram by hand or opening a full crawler suite.