Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO should generate proper visuals for social media platforms #9

Open
jessycormier opened this issue Jan 15, 2023 · 1 comment · Fixed by #14
Open

SEO should generate proper visuals for social media platforms #9

jessycormier opened this issue Jan 15, 2023 · 1 comment · Fixed by #14
Labels
bug Something isn't working enhancement New feature or request

Comments

@jessycormier
Copy link
Owner

jessycormier commented Jan 15, 2023

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.

@jessycormier jessycormier added enhancement New feature or request bug Something isn't working labels Jan 22, 2023
@jessycormier jessycormier linked a pull request Jan 29, 2023 that will close this issue
@jessycormier
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant