Published 6 months ago
Extract Title tag and meta description from url for SEO analysis.
The workflows takes records from Airtable, get the url in the records and extract from the related webpage the title tag (<title>) and meta description (<meta name="description" content="Some content">).
If title tag and/or meta description tag isn't available on the webpage, the result will be empty.
url
(field type url), title tag
(field type text string), meta desc
(field type text field)Minimum suggested table structure is:
url (https://example.com), title (Title example), meta desc* (This is the meta description of the example page)
title tag
and meta desc
.AND(url != "", {title tag} = "", {meta desc} = "")
url
and let the workflow do the rest.LEN({title tag})
or LEN({meta desc})
Implement complex processes faster with n8n