This n8n workflow automates the process of extracting website URLs from a sitemap.xml file to facilitate SEO analysis. It begins with a manual trigger, allowing users to initiate the process manually. The workflow fetches the sitemap.xml either directly from a URL or from the domain specified, and then parses the XML content to extract individual URLs. These URLs can then be converted into downloadable files or further processed, such as importing into a Google Sheet for analysis. The design supports handling large sitemaps with nested indexes by splitting and processing sub-sitemaps individually, making it efficient for comprehensive SEO audits. Practical use cases include SEO specialists wanting to automate site crawl data collection, ensuring they always have updated URL lists for indexing or analysis purposes.
Extract Website URLs from Sitemap.XML for SEO Analysis
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | convertToFile, httpRequest, manualTrigger, set, splitOut, stickyNote, xml |
Reviews
There are no reviews yet.