From 50a22dffb0df490bbd6a7d6ee1fea53d8f055a5e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Aug 2026 14:06:14 +0000 Subject: [PATCH] seo: noindex stale api-reference/introduction and redirect to v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v1-era /api-reference/introduction page is not in any navigation but is still indexed and outranks the current API reference intro in Google. - Add `noindex: true` to api-reference/introduction.mdx frontmatter (file kept — repo convention is redirect-never-remove). - Point /api-reference/v1-introduction straight at /api-reference/v2-introduction to avoid a two-hop redirect chain. - Redirect /api-reference/introduction to /api-reference/v2-introduction. - Redirect the bare /api-reference path to /api-reference/v2-introduction (it had no redirect before). Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01VuaELk6Vyh3jWSvPPTTFqc --- api-reference/introduction.mdx | 1 + docs.json | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index bd8339be8..76982ad72 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -1,4 +1,5 @@ --- +noindex: true title: 'Introduction' description: 'Firecrawl API Reference' --- diff --git a/docs.json b/docs.json index 77efc4b65..668dd14de 100755 --- a/docs.json +++ b/docs.json @@ -4804,9 +4804,17 @@ "source": "/api-reference/v1/crawl" }, { - "destination": "/api-reference/introduction", + "destination": "/api-reference/v2-introduction", "source": "/api-reference/v1-introduction" }, + { + "destination": "/api-reference/v2-introduction", + "source": "/api-reference/introduction" + }, + { + "destination": "/api-reference/v2-introduction", + "source": "/api-reference" + }, { "destination": "/api-reference/endpoint/activity", "source": "/api-reference/team"