fix: Remove non-canonical pages from sitemap#1596
Merged
JorTurFer merged 4 commits intokedacore:mainfrom Aug 1, 2025
Merged
Conversation
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
Contributor
There was a problem hiding this comment.
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 |
wozniakjan
approved these changes
Aug 1, 2025
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Provide a description of what has been changed
Checklist
Fixes #