Sveltekit SEO component to save your time
Facebook Debugger Complains saying facebookAppId property is missing. You component doesnt have facebookAppId so I added it as per extended docs https://github.com/Thedahoom/sveltekit-seo?tab=readme-ov-file#extendable ``` <Seo> <meta property="fb:app_id" content={facebookAppId} /> </Seo> ``` However I now get `Object literal may only specify known properties, and 'children' does not exist in type 'SEOProps'.` SvelteKit Runes Mode Using "sk-seo": "^0.5.3", "svelte": "^5.25.6", "@sveltejs/kit": "^2.20.3",
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by kane81 and has received 3 comments.