The workflow begins by inputting a sitemap URL, scanning and parsing pages, then detecting patterns like "Lorem ipsum" text, demo URLs, and thin content under 300 words. It concludes by exporting a report to a Google Sheet with columns for URL, score, and issues.
How It Works & Detection Logic
{ "headers": [ "Step", "Process", "Details & Visuals" ], "rows": [ [ "1. Sitemap Input", "Provide sitemap URL", "📄 Sitemap XML → Flow arrow" ], [ "2. Scan Pages", "Fetch & parse pages", "🕷️ Scanning icon → Data processing" ], [ "3. Detect Patterns", "Check dummy text/URLs/thin content", "🔍 Table: e.g., 'Lorem ipsum' detected, /demo/ URLs, <300 words → Flags" ], [ "4. Output Report", "Export to Google Sheet", "📊 Sheet with columns: URL, Score, Issues → ✅" ] ] }
Source: SEO Auditor — Dummy Page Detection Tool