seo-firecrawl

Crawl websites via Firecrawl MCP to gather pages, metadata, and links.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/upmarking/fastesthr-20077824 --skill seo-firecrawl-upmarking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-firecrawl
Source: https://github.com/upmarking/fastesthr-20077824/tree/main/.agents/skills/seo/extensions/firecrawl/skills/seo-firecrawl
Command: npx skills add https://github.com/upmarking/fastesthr-20077824 --skill seo-firecrawl-upmarking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Firecrawl-based site crawling and mapping can be complex and time-consuming without a unified extension, providing automated discovery, content extraction, and structure analysis.

Core Features & Use Cases

  • Full-site crawl with content extraction and link collection via Firecrawl MCP.
  • Site structure mapping to identify pages, URLs, and patterns.
  • SPA/JS-rendered content support for accurate audits and quick site health checks.

Quick Start

Start a full-site crawl from a given URL and return a structured report detailing pages, content, and site structure.

Frequently Asked Questions about seo-firecrawl

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

FAQPage Schema
How do I crawl an entire website and extract content with JavaScript rendering?

To crawl an entire website with JavaScript rendering, this Skill uses a Firecrawl MCP server to gather pages, metadata, and links while executing SPA rendering. It returns a structured report detailing site content and link structures.

What is the fastest way to map a site's URL structure for SEO audits?

The fastest way to map a site's URL structure is by using the Firecrawl MCP map tool, which quickly discovers site URLs and patterns without deep content extraction. This provides a rapid overview for SEO site health checks.

Do I need a Firecrawl MCP server to use this web scraping extension?

Yes, you need a Firecrawl MCP server configured in your environment to use this web scraping extension. The Skill relies on this server to expose the MCP tools required for crawling, mapping, scraping, and searching operations.

Can I configure crawl limits and parameters for large site scraping tasks?

Yes, you can configure crawl limits and parameters for large site scraping tasks. The Skill exposes configurable parameters for the Firecrawl MCP tools, allowing you to control the depth and scope of your full-site crawl operations.

How does SPA rendering affect web scraping accuracy for site audits?

SPA rendering ensures web scraping accuracy for site audits by executing JavaScript to load dynamic content on single-page applications. This guarantees that the extracted metadata and links reflect the actual user experience.