Open
Conversation
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
ianmuchyri
requested changes
Apr 1, 2026
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.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.
What type of PR is this?
This is a feature because it adds the following functionality: It improves the SEO of the website
What does this do?
Remove placeholder test doc
Delete the placeholder docs page and make sure it is no longer indexable or present in the sitemap.
Fix duplicate docs URL in sitemap
Audit the sitemap generator and remove the duplicate
/docsentry. Keep one canonical/docsURL only. Also change the homepage sitemap frequency from daily to weekly. Limit changes to sitemap generation only.Improve docs landing page metadata
Update the documentation landing page metadata to be specific and search-oriented. Change only the frontmatter in content/docs/index.mdx so the title and description clearly describe S0 and S1 documentation.
Add llms.txt
Create a production-ready
llms.txtfile for this site at public/llms.txt. It should briefly describe the company, list the main products, and point to the highest-value documentation URLs.Add site-level schema
Add JSON-LD structured data for
Organizationat the site level andFAQPageusing the existing FAQ data. Reuse existing content only.Add docs and product schema
Add
BreadcrumbListschema to documentation pages andProductschema to the S0 and S1 product pages.Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Manual Testing
Did you document any new/modified features?
N/A
Notes