---
title: "Download all your website&#8217;s links to improve your SEO via content clusters"
description: "This technique is very helpful if you want to organise your website's content into content clusters (hubs) better. It will give you a visual way of all the links and how they cluster that you can use..."
url: https://nimble.help/download-all-your-websites-links-to-improve-your-seo-via-content-clusters/
date: 2023-02-19
modified: 2023-02-19
author: "Lukas Cech"
image: https://nimble.help/wp-content/uploads/nimble.help-download-links.webp
categories: ["Useful info"]
tags: ["Linux", "SEO"]
type: post
lang: en
---

# Download all your website&#8217;s links to improve your SEO via content clusters

This technique is very helpful if you want to organise your website’s content into content clusters (hubs) better. It will give you a visual way of all the links and how they cluster that you can use to further improve your SEO.

## Step 1 – get a list of all links on your website

### Method 1: Download your sitemap manually

A sitemap will list all your public content URLs (basically anything Google crawls). It is usually something like this:

- yourwebsite.com/sitemap.xml

- yourwebsite.com/sitemap_index.xml

You will have to open each post-type link and select all URLs it contains and copy it manually to a file.

Or – you could use this command to do it for you:

```
wget -qO- https://yourwebsite.com/sitemap_index.xml | grep -o '[^
