workflows.fit
Back to n8n workflows
n8n templateFreeBy Dataki

Generate AI-ready llms.txt files from Screaming Frog website crawls

This workflow helps you generate an llms.txt file (if you're unfamiliar with it, check out [this article](https://towardsdatascience.com/llms-txt-414d5121bcb3/)) using a Screaming Frog export. [Screaming Frog](https:/...

AILangchainCore NodesSticky NoteSetText ClassifierLm Chat Open Ai
Loading interactive preview...

Template notes

This workflow helps you generate an llms.txt file (if you're unfamiliar with it, check out [this article](https://towardsdatascience.com/llms-txt-414d5121bcb3/)) using a Screaming Frog export.

[Screaming Frog](https://www.screamingfrog.co.uk/seo-spider/) is a well-known website crawler. You can easily crawl a website. Then, export the "internalhtml" section in CSV format.

How It Works:

A form allows you to enter: - The name of the website - A short description - The internalhtml.csv file from your Screaming Frog export

Once the form is submitted, the workflow is triggered automatically, and you can download the llms.txt file directly from n8n.

Downloading the File Since the last node in this workflow is "Convert to File", you will need to download the file directly from the n8n UI. However, you can easily add a node (e.g., Google Drive, OneDrive) to automatically upload the file wherever you want.

AI-Powered Filtering (Optional): This workflow includes a text classifier node, which is deactivated by default. - You can activate it to apply a more intelligent filter to select URLs for the llms.txt file. - Consider modifying the description in the classifier node to specify the type of URLs you want to include.

How to Use This Workflow