seo-firecrawl

Crawl full websites and map pages for SEO audits using Firecrawl MCP tools.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nishchaydev/emitra --skill seo-firecrawl-nishchaydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-firecrawl
Source: https://github.com/nishchaydev/emitra/tree/main/.agent/SEO%20SKILL/claude-seo-main/extensions/firecrawl/skills/seo-firecrawl
Command: npx skills add https://github.com/nishchaydev/emitra --skill seo-firecrawl-nishchaydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork of how many pages exist, what’s broken, and what content search engines can actually see by performing full-site crawling and mapping.

Core Features & Use Cases

  • Full-site crawl with extraction: Crawl from a starting URL to collect page content, metadata, and internal links for large-scale SEO audits.
  • Fast site mapping (URLs only): Discover site structure efficiently before doing deeper analysis.
  • JS-rendered scraping for SPA pages: Scrape React/Vue/Angular content that only appears after JavaScript renders.
  • Site-scoped search: Find relevant pages within a site without crawling everything again.

Quick Start

Ask to crawl the entire site starting at a homepage URL and return extracted content and links for audit purposes.

Frequently Asked Questions about seo-firecrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I crawl my website for a full SEO audit?

Site mapping discovers all reachable URLs from a starting point to give you an instant overview of your site structure. It efficiently reveals your site's total page count and URL hierarchy before committing to a deeper content extraction crawl.

Can I scrape JavaScript-rendered content from single page applications?

Yes, you can scrape JavaScript-rendered content from SPA pages built with React, Vue, or Angular. The scraper waits for scripts to execute, ensuring that dynamically loaded text and metadata are fully captured during the SEO extraction process.

What is the fastest way to discover all URLs on my site?

Site mapping is the fastest way to discover all URLs on your site. It quickly generates a complete list of reachable URLs from a starting point without extracting full page content, allowing you to understand site scale before deep scraping.

Do I need Firecrawl to crawl and map my site?

After crawling, you can run site-scoped search to find relevant pages within the extracted data without crawling everything again. This allows targeted analysis of specific content topics, metadata issues, or broken links directly from your collected dataset.