Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcnaveen/visual-internal-links-flow-generator
Helps you to visualize the site structure
https://github.com/mcnaveen/visual-internal-links-flow-generator
competitor-analysis search-engine-optimization seo site-structure
Last synced: 7 days ago
JSON representation
Helps you to visualize the site structure
- Host: GitHub
- URL: https://github.com/mcnaveen/visual-internal-links-flow-generator
- Owner: mcnaveen
- License: mit
- Created: 2020-11-08T17:01:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T18:29:45.000Z (over 1 year ago)
- Last Synced: 2024-04-13T22:59:44.334Z (7 months ago)
- Topics: competitor-analysis, search-engine-optimization, seo, site-structure
- Language: HTML
- Homepage:
- Size: 498 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔱 Visual Internal Links Flow Generator
> Note: Except the `View in Browser` Part all should be run in Terminal/CMD
### 🍉 Clone the Repo
```bash
git clone https://github.com/mcnaveen/Visual-Internal-Links-Flow-Generator visualflow
```
### ⛷️ cd into the Directory
```bash
cd visualflow
```
### 🌟 Install NPM Packages
```bash
npm install
```
### 💎 Pass the URL
```
URL=https://example.com node index.js
```
- Replace example.com with your actual domain
- Wait till it gets complete.
- It will create output folder
### 🚀 Start the Server
```bash
node server.js
```
### 🦄 View in Browser
- Replace example.com with your actual domain
```bash
http://localhost:8080/html/d3tree.html?url=../output/https___example.com/crawl.json
```### Sample
### ![Sample](https://raw.githubusercontent.com/mcnaveen/Visual-Internal-Links-Flow-Generator/main/image.png)### Credits
[@ebidel](https://github.com/ebidel) & Puppeteer