This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 6b28ad4ee1b3747ef5d1f15485efdd7352dc2c3f Author: Martijn Visser <[email protected]> AuthorDate: Tue Jan 20 10:37:16 2026 +0100 [FLINK-38914][docs] Add canonical tags pointing to stable docs All documentation pages now include a canonical link tag pointing to the stable version (flink-docs-stable). This prevents search engines from indexing duplicate content across master, release, and stable versions, consolidating SEO value on the stable docs where users should land. --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 12d73915b86..530a124fd56 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -52,7 +52,7 @@ download_url: "https://flink.apache.org/downloads.html" # please use a protocol relative URL here baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.11 -stable_baseurl: //ci.apache.org/projects/flink/flink-docs-stable +stable_baseurl: //nightlies.apache.org/flink/flink-docs-stable javadocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.11 pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.11
