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.
This pull request adds two primary SEO features:
SEO Images
These changes introduces a new system for generating custom Open Graph images for every page. The main changes focus on content discovery, metadata generation, and workflow simplification.
Sitemap
These changes add a new dynamic sitemap generator and introduces a robots.txt file to improve SEO and crawler support for the documentation site. The sitemap generator automatically creates up-to-date sitemap entries for all major site sections, documentation articles, and reference pages based on file modification dates from git history. The robots.txt file allows all crawlers and provides the sitemap location.
Generated XML
SEO and crawler support
public/robots.txtfile that allows all crawlers and specifies the sitemap location for search engines.Automated sitemap generation
app/sitemap.tsfile that dynamically generates a sitemap at build time, including homepage, main sections, documentation articles, and reference pages, with accurate last-modified dates based on git commit history.lastModifiedfield for each sitemap entry, improving the accuracy of search engine indexing.