Enhance SEO, search, and UI with metadata and view transitions#40
Merged
Enhance SEO, search, and UI with metadata and view transitions#40
Conversation
- Add custom CSS with brand colors (teal) matching logo and hero name gradient - Add hero image (128px logo) to home page - Add OG meta tags and Twitter card for social sharing - Add sitemap generation (runcycles.io) - Add site footer with license and copyright - Enhance local search with detailed view, fuzzy matching, and prefix search - Add smooth view transitions between pages https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Logo design and brand colors are not finalized yet. Keep structural improvements (footer, sitemap, OG tags, search, view transitions). https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
- Fix "RunCyles" -> "RunCycles" typo in nav and sidebar (2 instances) - Add robots.txt pointing to sitemap - Enable cleanUrls to remove .html from URLs - Enable image lazy loading for performance https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Add title and description frontmatter to all 5 concepts markdown files for better search engine indexing and social sharing. https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Add title and description frontmatter to all 10 quickstart markdown files for better search engine indexing and social sharing. https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Add title and description frontmatter to markdown files processed so far. More files still being updated by background agents. https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Add title and description frontmatter to remaining 26 markdown files: 16 protocol, 5 configuration, 4 incidents, 1 changelog. https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
Add title and description frontmatter to 14 more how-to markdown files. https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
- Add README.md to srcExclude so it doesn't appear in sitemap - Set lang to 'en' and titleTemplate for consistent page titles - Add SEO descriptions to API and Admin API index pages https://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x
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
This PR improves the documentation site's search engine optimization, search functionality, and user experience through metadata additions, enhanced search configuration, and smooth page transitions.
Key Changes
Implementation Details
onMountedandwatchhooks to detect route changes and trigger transitionsminiSearchoptions to enable fuzzy matching with a 0.2 threshold and prefix-based searchhttps://claude.ai/code/session_019vFxE97hU7VkJ7tG8cXD6x