QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.71k stars 1.29k forks source link

docs: add update sitemap documentation for SSR #6852

Closed DevWeb13 closed 3 weeks ago

DevWeb13 commented 4 weeks ago

What is it?

Description

Checklist:

changeset-bot[bot] commented 4 weeks ago

⚠️ No Changeset found

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

github-actions[bot] commented 4 weeks ago
built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview a3543f8726ac91abd43e80fdb34af18145fad643
DevWeb13 commented 4 weeks ago

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.

DevWeb13 commented 4 weeks ago

Thanks @DevWeb13 it looks great 👍

You're welcome