SEO internal Linking visualizations with n8n

Internal Linking Visualizations

I tried looking for tools that can help visualize the internal links on my website and couldn’t find any… This made me build this workflow thatcan help map out your internal link structure for your website based on a given doman

How does this work?

  1. We add a domain of choice
  2. The custom code generates a sitemap for your website for the scraper
  3. Our scraper runs and finds all the links within the website, both internal and external
  4. It maps these links accordingly and creates a stunning dashboard that is then returned to the user

This process runs for a couple of minutes depending on the number of pages found on your site

The results?

  1. Stunning mapping of your website, and how pages interlink
  2. Easy to export structured data for the links

This can be used to replace expensive software’s and tools like screaming frog, site bulb etc free of charge

Full template of SEO DOCTOR
Video demo

1 Like

I used the HTTP Request node with some regex in a Function node to grab all internal links, then built a simple graph using data from Link and Page relationships.

You can freely share the alternative :wink: !

I ran into the same challenge linking internal SEO data visually. What helped me a lot was looking at how AI affects search intent and content structure—this post gives some solid context: https://crowdo.net/blog/ai-search-where-are-we-what-can-we-do-about-it. It gave me a better idea of how to group pages with similar intent, which made the linking logic more clear in my n8n flow.