server-side-renderingsveltekitgoogle-search-console

Why SvelteKit route slugs are indexed by the Google Search Console?


I have a full-stack SvelteKit application that uses SSR (no prerendering), and the Google Search Console indexes not only my resolved routes, but also the unresolved routes with slugs, like this:

screenshot of Talers.io search console results

How is it possible?


Solution

  • The bug has been fixed, I guess by an update of SvelteKit. Marking it as resolved.