Merged
Conversation
56a8491 to
471a22d
Compare
ianmuchyri
requested changes
Mar 25, 2026
ianmuchyri
requested changes
Apr 1, 2026
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
JeffMboya
requested changes
Apr 9, 2026
Contributor
There was a problem hiding this comment.
cd.yaml includes uses: pnpm/action-setup@v4 in the indexnow job but never runs pnpm install. The script only uses native Node.js fetch with no npm dependencies, so pnpm setup is a no-op noise step.
ianmuchyri
requested changes
Apr 9, 2026
There was a problem hiding this comment.
How accurate is this?
@JeffMboya could you please confirm this comparison
Contributor
There was a problem hiding this comment.
The comparison is mostly accurate with one fix needed: Remove WebSocket and CoAP from Propeller's protocol column - they are not in the Propeller stack
| <div className="w-full py-12 sm:py-20 lg:py-28 space-y-20"> | ||
| <JsonLd data={organizationSchema()} /> | ||
| <JsonLd data={founderPersonSchema()} /> | ||
| <section className="container mx-auto px-4 sm:px-6 max-w-4xl"> |
- remove CoAP and WebSocket from structured-data, vs-kubeedge, about page and llms.txt — only MQTT is implemented - remove changelog.mdx from meta.json and llms.txt — file does not exist - add hal.mdx to meta.json and llms.txt — page was unreachable from sidebar - remove DocAttribution component and authors.ts — unnecessary per review - remove authors field from source.config.ts frontmatter schema - simplify sitemap.ts — drop git-based lastModified complexity - remove no-op pnpm setup step from indexnow CI job - add footer and fix spacing on about page
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
ianmuchyri
approved these changes
Apr 16, 2026
dborovcanin
approved these changes
Apr 16, 2026
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.





What type of PR is this?
This is a feature and optimization because it adds SEO/GEO metadata, structured
data, and technical SEO infrastructure to the website.
What does this do?
lastModified, depth-based priority, anddeduplication of the
/docsindex entryrobots.txtrules for AI crawlers (GPTBot, ClaudeBot, PerplexityBot,OAI-SearchBot, Google-Extended, FacebookBot)
/public/llms.txtfor AI crawler guidance (llms.txt spec)authorsandlastModifiedfields/aboutpage with mission, values, team, funding, and open-source sectionssrc/lib/authors.ts) andDocAttributioncomponentfor docs pages
geo-constants.tsas a single source of truth for brand stringsOG/Twitter tags)
Which issue(s) does this PR fix/relate to?
N/A
Have you included tests for your changes?
Did you document any new/modified features?
Notes