fix(site): point the Certified Kubernetes badge at the live landscape entry - #699
Merged
Merged
Conversation
… entry Clicking the badge on the home page opened "We couldn't find this item." The link carried the item id Cozystack had in the CNCF landscape when it was listed as a certified partner under Platform / PaaS Container Service. It has since moved to Orchestration & Management / Scheduling & Orchestration, and the old id resolves to nothing. The group in the URL was never wrong -- the entry still carries "Platform / Certified Kubernetes - Distribution" among its additional categories, which is exactly what the badge claims -- so only the id changes. Two more copies of a dead id are fixed with it: the landscape URL in the Organization JSON-LD, which pointed at the same removed entry, and the 2024 announcement post, which used a third id that is also gone. The post's prose is left as written; only its link is repaired. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: tym83 <6355522@gmail.com>
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Timur Tukaev (tym83)
marked this pull request as ready for review
September 15, 2026 10:54
Timur Tukaev (tym83)
requested review from
Andrei Kvapil (kvaps),
Timofei Larkin (lllamnyp) and
myasnikovdaniil
as code owners
September 15, 2026 10:54
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.
Summary
Clicking the Certified Kubernetes badge on the home page opened
"We couldn't find this item."
What
The link carried the item id Cozystack had in the CNCF landscape when it was
listed as a certified partner under Platform / PaaS Container Service. The
entry has since moved to Orchestration & Management / Scheduling &
Orchestration, and the old id resolves to nothing.
The group in the URL was never wrong — the entry still carries
Platform / Certified Kubernetes - Distribution among its additional
categories, which is exactly what the badge claims — so only the id changes.
Two further copies of a dead id are fixed alongside it:
sameAs), pointing at thesame removed entry;
platform--certified-kubernetes-installer--cozystack, that is also gone.Only its link is repaired; the prose is left as written.
Why
The badge is the home page's one piece of evidence for a conformance claim,
and it led to an error page. The JSON-LD copy is worse in a quieter way:
sameAsis how search engines tie the site to the landscape entry, and itpointed at nothing.
Notes
Verified against the landscape's own data: of the three ids the site used,
only
orchestration-management--scheduling-orchestration--cozystackexiststoday. The replacement was opened in a browser and shows the Cozystack card
with its Certified Kubernetes - Distribution category.
Preview
Netlify deploy preview: the badge under the hero, on
/and each translation.