Closed DevWeb13 closed 2 months ago
Latest commit: a3543f8726ac91abd43e80fdb34af18145fad643
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Status | Preview | Last Commit |
---|---|---|---|
qwik-docs | ✅ Ready (View Log) | Visit Preview | a3543f8726ac91abd43e80fdb34af18145fad643 |
This PR updates the Qwik documentation to include instructions for dynamically generating a sitemap using Server-Side Rendering (SSR). The changes are intended to help users set up a dynamically generated dynamic-sitemap.xml that reflects the latest routes and changes to their site, alongside the static sitemap generation for Static Site Generated (SSG) pages.
The addition of this documentation provides users with a comprehensive guide on how to generate sitemaps dynamically with SSR in Qwik. This is particularly useful for sites with content that is not known at build time or frequently updated content, ensuring search engines always have an up-to-date sitemap.
Context
Added instructions for creating a dynamic-sitemap.xml using SSR.
Provided an example of the necessary code to set up the route for generating the sitemap dynamically.
Updated the example robots.txt to reflect both dynamic and static sitemap usage. No specific issue is directly related to this PR, but it enhances the overall documentation by adding valuable information on dynamic sitemap generation. -->
Thanks @DevWeb13 it looks great 👍
You're welcome
What is it?
Description
Checklist:
pnpm change
and documented my changes