Skip to content

fix: Remove non-canonical pages from sitemap#1596

Merged
JorTurFer merged 4 commits intokedacore:mainfrom
JorTurFer:update-sitemap
Aug 1, 2025
Merged

fix: Remove non-canonical pages from sitemap#1596
JorTurFer merged 4 commits intokedacore:mainfrom
JorTurFer:update-sitemap

Conversation

@JorTurFer
Copy link
Member

@JorTurFer JorTurFer commented Jul 20, 2025

Provide a description of what has been changed

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Fixes #

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@JorTurFer JorTurFer requested a review from a team as a code owner July 20, 2025 21:51
@netlify
Copy link

netlify bot commented Jul 20, 2025

Deploy Preview for keda ready!

Name Link
🔨 Latest commit 0785bea
🔍 Latest deploy log https://app.netlify.com/projects/keda/deploys/687d710fee2a750008059d23
😎 Deploy Preview https://deploy-preview-1596--keda.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

  • Add your contribution to all applicable KEDA versions
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Learn more about:

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@JorTurFer JorTurFer enabled auto-merge (squash) July 20, 2025 22:27
JorTurFer and others added 2 commits July 21, 2025 00:42
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
@zroubalik zroubalik requested a review from Copilot July 22, 2025 12:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes non-canonical pages from the website's sitemap to improve SEO by ensuring only canonical URLs are indexed. The primary change implements filtering logic to include only the latest version of documentation pages while preserving all non-versioned content like blog posts.

  • Adds custom sitemap.xml template with filtering logic for versioned documentation
  • Removes deprecated/renamed page patterns from HTML testing configuration

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
layouts/_default/sitemap.xml Implements new sitemap template that filters out non-canonical versioned documentation pages
.htmltest.yml Removes ignore patterns for deprecated authentication providers and events pages

@JorTurFer JorTurFer merged commit 12d2e79 into kedacore:main Aug 1, 2025
8 checks passed
@JorTurFer JorTurFer deleted the update-sitemap branch August 1, 2025 07:25
darmond157 pushed a commit to darmond157/keda-docs that referenced this pull request Aug 18, 2025
* fix: Remove non-canonical pages from sitemap

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* fix: Remove non-canonical pages from sitemap

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

---------

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
JorTurFer added a commit that referenced this pull request Aug 19, 2025
#1612)

* Deprecate type setting CPU/MEM and tls setting IBMMQ (#1564)

* Remove deprecated tls setting IBMMQ

Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>

* Remove deprecate type setting CPU/MEM

Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>

* Remove deprecated type setting CPU/MEM

Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>

---------

Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* fix: Remove non-canonical pages from sitemap (#1596)

* fix: Remove non-canonical pages from sitemap

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

* fix: Remove non-canonical pages from sitemap

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>

---------

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* Indicate that the Datadog scaler is maintained by the Community (#1605)

Signed-off-by: Ara Pulido <ara.pulido@datadoghq.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* (sumologic): update scaler docs for recent fixes in sumologc scaler (#1599)

Signed-off-by: mittalvaibhav1 <mittalvaibhavandroid@gmail.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* Add gcp pubsub scaler subscriptionsize deprecated message (#1584)

Signed-off-by: Steven Chau <stevenchau1998@outlook.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* Fix indentation in yaml examples on the deploy page (#1572)

Signed-off-by: semihbkgr <buyukgungorsemih@gmail.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* fix: change timeout values from integer to string

Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

* DCO - Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com> (#1604)

Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>

---------

Signed-off-by: rickbrouwer <rickbrouwer@gmail.com>
Signed-off-by: darmond <bardiarezaeikalantari@gmail.com>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Ara Pulido <ara.pulido@datadoghq.com>
Signed-off-by: mittalvaibhav1 <mittalvaibhavandroid@gmail.com>
Signed-off-by: Steven Chau <stevenchau1998@outlook.com>
Signed-off-by: semihbkgr <buyukgungorsemih@gmail.com>
Signed-off-by: Harry Lincoln <harry.lincoln@container-solutions.com>
Co-authored-by: Rick Brouwer <rickbrouwer@gmail.com>
Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Co-authored-by: @ara Pulido <ara.pulido@datadoghq.com>
Co-authored-by: Vaibhav Mittal <53215737+mittalvaibhav1@users.noreply.github.com>
Co-authored-by: SC <45040952+stevencjy@users.noreply.github.com>
Co-authored-by: Semih Buyukgungor <buyukgungorsemih@gmail.com>
Co-authored-by: harrylincoln-CS <harry.lincoln@container-solutions.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants