-
-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
The one change in the new site that seems like a major regression to me is that the doc URLs now include so many segments
E.g. https://svelte-omnisite.vercel.app/docs/svelte/misc/typescript vs https://svelte.dev/docs/typescript
- It would be much nicer from a readability and length perspective to have just "typescript" here vs "misc/typescript"
- It would also make redirects much easier from the old SvelteKit site because we could just have a single redirect instead of having a mapping which includes every page and its section
- It's much better for SEO to avoid unnecessary URL segments. Each time you add a segment you page will rank worse. E.g. https://www.outreachmama.com/blog/properly-optimized-url/
Metadata
Metadata
Assignees
Labels
No labels