Skip to content

URLs have too many segments #62

@benmccann

Description

@benmccann

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions