This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 18b2fbd3fe60c174e1d550b39919739270adfb2d
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jan 20 10:37:16 2026 -0800

    [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 079cab36f15..26088448c4d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -52,7 +52,7 @@ download_url: "http://flink.apache.org/downloads.html";
 
 # please use a protocol relative URL here
 baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.9
-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.9
 pythondocs_baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.9

Reply via email to