You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With that last update, it's solved the issues with SEO except for on some platforms the image is not showing. I feel this is because of the image type being an SVG. I did a quick search to see if there was any specific image types suggested (or proof svg can't be used) but not too much came up; Instead, I'm going to look at implementing a png version of the polybg route specific for SEO meta tags.
I want to have the SEO work when sharing links on social media platforms and chat programs.
Currently, the information shows the default page's SEO and does not render the specific blog posts.
There's a 206 HTTP status happening. However, using validation tools it shows correctly. This is a result of how the svelte page is put together.
https://www.reddit.com/r/sveltejs/comments/108fkjg/status_code_206_seemingly_causes_seo_meta_tags_to/
There are some possible solutions provided by some Reddit users which might provide a solution.
The text was updated successfully, but these errors were encountered: