This n8n workflow automates the process of generating a detailed website sitemap based on a URL provided via a chat message. It starts with a webhook trigger listening for chat inputs, then uses Firecrawl to map the URLs of the specified website. The workflow processes the crawled URLs to create an organized HTML tree structure showing the site hierarchy, handling subdomains and path segments. It copies a Google Docs template to store this hierarchy, formats the links with clickable hypertext for easy navigation, and appends the structured data into a Google Sheets document. Finally, it responds to the chat with a link to the Google Sheets file containing the sitemap. Practical for SEO audits, website audits, or content planning, this workflow simplifies site analysis by transforming a URL into an interactive sitemap automatically.
Automated URL Sitemap Generation from Chat Input
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @mendable/n8n-nodes-firecrawl.firecrawl, @n8n/n8n-nodes-langchain.chatTrigger, code, googleDrive, googleSheets, if, respondToWebhook |
Reviews
There are no reviews yet.