Skip to content

How to include svelte:head content in static build? #14569

Answered by Ocean-OS
lebe-dev asked this question in Q&A
Discussion options

You must be logged in to vote

svelte:head implies the use of reactivity in the head element, which doesn't work well with SEO. SEO usually takes the initially loaded head element when crawling web pages.
To make this work, if you aren't using any reactivity, use a regular head element.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lebe-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants