feat(optim): implement sitemap #1

Closed
opened 2025-08-22 15:02:16 +00:00 by chartgerink · 3 comments
Owner
https://svelte.dev/docs/kit/seo#Manual-setup-Sitemaps https://github.com/bartholomej/svelte-sitemap
Author
Owner

This has changed since we decided to use Astro instead.

Currently, we use Server Side Rendering (SSR) for Astro, which makes the plugin unusable (primarily for Static-Site Generation). So for this to work, we will have to dynamically create the sitemap ourselves.

Ideally, we would return to static site generation where at all feasible. This is tracked in #29.

This has changed since we decided to use Astro instead. Currently, we use Server Side Rendering (SSR) for Astro, which makes the plugin unusable (primarily for Static-Site Generation). So for this to work, we will have to dynamically create the sitemap ourselves. Ideally, we would return to static site generation where at all feasible. This is tracked in #29.
Author
Owner

Afterwards, we could consider implementing SignMaps.

https://signposting.org/Signmap/

Afterwards, we could consider implementing SignMaps. https://signposting.org/Signmap/
Author
Owner

fixed in abe39109fb

fixed in https://git.libscie.org/researchequals/frontend/commit/abe39109fbf164b88e145487329144c429c1e406
Sign in to join this conversation.
No description provided.