Websites Are Graphs. WDS Traversal Turns Them into Trees
Websites are graphs. WDS Traversal turns that graph into a tree-shaped plan—with no configuration loops by design.
Categories lead to products, products link back to categories, and navigation menus reconnect every page. That structure works for people, but data collection does not need to follow every cycle.
Starting at the root, WDS expands across each level, gathering more detail as new branches are reached and building structured JSON from the collected information.
Every level can define only its children, not point back to a parent. This prevents developers and AI agents from accidentally creating circular traversal paths.
The same tree also controls the output. Stop at a selected level for a concise overview, or continue to the leaves when deeper analysis requires every available detail.
All collected data remains available in the database, while each request returns the depth and detail the user needs. Explore WDS Traversal.
