Tested tool guide
Tested browser tools
Checked August 16, 2026
What Visual Sitemap Builder does, with a checked example
You plan the site structure page by page: each node gets a label, a URL slug, a page type (home, listing, detail, and similar roles), and a position under a parent. The tool draws the result as a branching tree where hierarchy level equals depth - home sits at level 0, its children at level 1, and so on - making parent-child relationships visible at a glance. The surprise for most users: this is a design tool, not an analyzer. It cannot inspect your site or its routes; every node is a page you entered, and the tree is only as complete as your input.
Worked example
A concrete input and expected output from the current implementation.
Input
Five pages added to the builder: / (home, no parent); /about (page, under /); /products (listing, under /); /products/app (product, under /products); /pricing (page, under /).
->
Expected output
A tree diagram arranged by level: Level 0: / (home). Level 1: /about (page), /products (listing), /pricing (page). Level 2: /products/app (product).
Hierarchy level is depth below the root. /products/app hangs under /products, which hangs under /, so it renders at level 2 while its parent renders at level 1. Page types appear as badges on each node.