πŸ“Š Sitemap.xml metadata export to Google Sheets (Title, Meta Description, and URLs)

⚑ 276 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This workflow automates the extraction of SEO metadata (URL, page title, and meta description) from every page listed in your website’s sitemap and exports it to Google Sheets. Ideal for SEO audits, content inventories, and tracking on-page elements.

Prerequisites

Before using this workflow:

Setup Instructions

1. Configure Sitemap Source

2. Connect Google Sheets

3. Adjust Rate Limiting (Optional)

How It Works

  1. Trigger: Manual workflow execution
  2. Sitemap Fetch: Retrieve sitemap.xml file
  3. URL Parsing: Extract all URLs from sitemap
  4. Batch Processing: Process URLs in manageable batches
  5. Data Extraction: Scrape title and meta description from each page
  6. Data Merge: Combine URL with extracted metadata
  7. Sheet Update: Append or update rows in Google Sheets using URL as a unique key

Features

Use Cases

πŸ”— Nodes Used

Google Sheets, HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup