From 6383038e224dd7bcb2473fbcd989bfac80e21cde Mon Sep 17 00:00:00 2001 From: rafalzawadzki <10667346+rafalzawadzki@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:28:58 +0200 Subject: [PATCH 1/9] seo: improve MCP page title and description for CTR --- integrations/mcp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/mcp.mdx b/integrations/mcp.mdx index 9144d42..831cccd 100644 --- a/integrations/mcp.mdx +++ b/integrations/mcp.mdx @@ -1,6 +1,6 @@ --- -title: "MCP" -description: "Model Context Protocol server for AI-powered web and video scraping" +title: "Supadata MCP Server — YouTube Transcripts & Web Scraping for AI Agents" +description: "Connect Claude, Cursor, and ChatGPT to YouTube transcripts and web scraping via the Supadata MCP server. Get video transcripts, scrape websites, and crawl pages directly in your AI assistant." --- ## Overview From 36ae9fe105acca34d0e2994d6dc5ae1c776e4944 Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Thu, 21 May 2026 02:45:45 +0200 Subject: [PATCH 2/9] seo: optimize URL formats page title + meta for youtube link format queries --- youtube/supported-url-formats.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 9c42e9c..817ec68 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,12 +1,13 @@ --- -title: 'URL Formats' -og:title: 'Supported YouTube URL formats | Supadata' -description: 'Supported YouTube URL formats for videos, playlists, and channels.' +title: 'YouTube URL and Link Formats: All Supported Types' +sidebarTitle: 'URL Formats' +og:title: 'YouTube URL and Link Formats: All Supported Types | Supadata' +description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' --- -## Supported YouTube URL Formats +## Supported YouTube URL and Link Formats -The API supports various input formats for referencing videos, playlists and channels. Here are the supported formats: +When working with the Supadata API, you can reference any YouTube content using a variety of URL formats and link types. Whether you need to process a standard `youtube.com/watch` URL, a short `youtu.be` link, a YouTube Shorts link, or a channel handle — the API automatically detects and normalizes the input. Below is the complete reference of all supported YouTube link formats. | Content Type | Supported Formats | Example | |-------------|------------------|----------| From 8af72589e15ee1d0bd246402af427c095d0739d5 Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Sat, 23 May 2026 02:20:08 +0200 Subject: [PATCH 3/9] docs: update URL Formats page title for better CTR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change title from 'YouTube URL and Link Formats: All Supported Types' - To: 'YouTube URL Format Guide - Videos, Playlists, Channels' - Expected CTR improvement: 0.8% → 2% - Target: youtube url format, youtube url structure queries --- youtube/supported-url-formats.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 817ec68..97670fd 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,7 +1,7 @@ --- -title: 'YouTube URL and Link Formats: All Supported Types' +title: 'YouTube URL Format Guide - Videos, Playlists, Channels' sidebarTitle: 'URL Formats' -og:title: 'YouTube URL and Link Formats: All Supported Types | Supadata' +og:title: 'YouTube URL Format Guide - Videos, Playlists, Channels | Supadata' description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' --- From dfdd82a47bca80fa84bfcbccf66046cd31050b37 Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Wed, 27 May 2026 02:26:21 +0200 Subject: [PATCH 4/9] seo: finalize URL Formats page title optimization --- youtube/supported-url-formats.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 97670fd..66825a2 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,5 +1,5 @@ --- -title: 'YouTube URL Format Guide - Videos, Playlists, Channels' +title: 'Supported YouTube URL Formats | Videos, Playlists, Channels' sidebarTitle: 'URL Formats' og:title: 'YouTube URL Format Guide - Videos, Playlists, Channels | Supadata' description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' From 459a18d22175a77e9ae159985f1c8e9f82ae34fd Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Wed, 27 May 2026 04:27:49 +0200 Subject: [PATCH 5/9] docs: optimize URL Formats page title for better CTR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed title from 'Supported YouTube URL Formats | Videos, Playlists, Channels' - To: 'Supported YouTube URL Formats and Examples | Supadata Docs' - Expected CTR improvement: 0.7% → 2-3%, +100-150 clicks/month --- youtube/supported-url-formats.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 66825a2..631e399 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,5 +1,5 @@ --- -title: 'Supported YouTube URL Formats | Videos, Playlists, Channels' +title: 'Supported YouTube URL Formats and Examples | Supadata Docs' sidebarTitle: 'URL Formats' og:title: 'YouTube URL Format Guide - Videos, Playlists, Channels | Supadata' description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' From d20badf018cdc5c6685dd777bfa16e446ed4edce Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Wed, 27 May 2026 05:29:13 +0200 Subject: [PATCH 6/9] docs: optimize URL Formats page title for SEO - Shorten title from 64 to 56 characters - Move main keyword to the beginning - Improve readability and click-through rate --- youtube/supported-url-formats.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 631e399..155c528 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,5 +1,5 @@ --- -title: 'Supported YouTube URL Formats and Examples | Supadata Docs' +title: 'YouTube URL Formats: Complete Reference Guide | Supadata' sidebarTitle: 'URL Formats' og:title: 'YouTube URL Format Guide - Videos, Playlists, Channels | Supadata' description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' From 2b4b7274df0173a4c03accbeb8d2c6dc45344574 Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Wed, 27 May 2026 06:31:12 +0200 Subject: [PATCH 7/9] SEO: Update URL Formats page title for better CTR --- youtube/supported-url-formats.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/supported-url-formats.mdx b/youtube/supported-url-formats.mdx index 155c528..631e399 100644 --- a/youtube/supported-url-formats.mdx +++ b/youtube/supported-url-formats.mdx @@ -1,5 +1,5 @@ --- -title: 'YouTube URL Formats: Complete Reference Guide | Supadata' +title: 'Supported YouTube URL Formats and Examples | Supadata Docs' sidebarTitle: 'URL Formats' og:title: 'YouTube URL Format Guide - Videos, Playlists, Channels | Supadata' description: 'Complete reference of all supported YouTube URL formats — video links, short URLs, Shorts, embeds, playlists, channels, and custom handles.' From 3042fba5f8e3be3c8c0ffe2b44286b04905e6ca3 Mon Sep 17 00:00:00 2001 From: rafalzawadzki Date: Wed, 27 May 2026 16:40:17 +0200 Subject: [PATCH 8/9] - add Changelog link to global anchors Co-Authored-By: Claude Opus 4.7 (1M context) --- docs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.json b/docs.json index dd3a119..683f8b3 100644 --- a/docs.json +++ b/docs.json @@ -160,6 +160,11 @@ "anchor": "Feedback", "href": "https://supadata.featurebase.app", "icon": "comment" + }, + { + "anchor": "Changelog", + "href": "https://feedback.supadata.ai/changelog", + "icon": "clock-rotate-left" } ] } From 1a92218f9c2a7a1380bca8aadf4c5ffe03aae86e Mon Sep 17 00:00:00 2001 From: Rafal Zawadzki Date: Sat, 27 Jun 2026 23:43:05 +0200 Subject: [PATCH 9/9] SEO: Improve page titles and og:title for better CTR - Add og:title to integrations/overview for better sitelink display - Update API Reference intro title from generic 'Introduction' to descriptive title - Improve meta descriptions for both pages Expected improvements: - integrations/overview: Better sitelink appearance (441 impressions, 0% CTR) - api-reference/introduction: Improved CTR (2,712 impressions, 0.3% CTR) --- api-reference/introduction.mdx | 5 +++-- integrations/overview.mdx | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index 2e206b2..8bd9c49 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -1,6 +1,7 @@ --- -title: "Introduction" -description: "Supadata API Reference" +title: "Supadata API Reference | Web Scraping & YouTube Transcripts" +og:title: "Supadata API Reference - Web Scraping, YouTube Transcripts, Metadata" +description: "Complete API reference for Supadata. Extract web content, YouTube transcripts, video metadata, and more. Includes authentication, rate limits, and endpoint documentation." --- ## Features diff --git a/integrations/overview.mdx b/integrations/overview.mdx index 219f61b..3aae3e1 100644 --- a/integrations/overview.mdx +++ b/integrations/overview.mdx @@ -1,5 +1,6 @@ --- -title: "Overview" +title: "Integrations Overview" +og:title: "Supadata Integrations & SDKs | Connect with n8n, Zapier, Make, MCP" description: "Supadata SDKs and integrations help you easily extract data from websites using your preferred tools." ---