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

Add Open Graph metadata #77

Closed
m-mohr opened this issue May 17, 2021 · 3 comments
Closed

Add Open Graph metadata #77

m-mohr opened this issue May 17, 2021 · 3 comments
Labels
Milestone

Comments

@m-mohr
Copy link
Collaborator

m-mohr commented May 17, 2021

Add Open Graph metadata so that social media show nice visualizations of the page.

https://ogp.me/

May help: https://github.com/nuxt/vue-meta

@m-mohr m-mohr added this to the 3.1.0 milestone May 17, 2021
@m-mohr m-mohr added the help wanted Extra attention is needed label May 19, 2021
@m-mohr m-mohr added the good first issue Good for newcomers label Oct 6, 2021
@rowanwins
Copy link
Contributor

Depending on how nice you want the links to be this may be challenging because the app is being rendered dynamically rather than with SSR. See https://stackoverflow.com/questions/46718161/how-to-do-open-graph-images-in-a-vue-js-spa for some more context.

@m-mohr
Copy link
Collaborator Author

m-mohr commented Apr 1, 2022

Yes, we may not be able to easily generate an image, but we can at least provide some additional metadata.

For the image, we may just provide nice imagery later with an extension that generates them. This is a similar issue as with validation and tiles where we use external services (staclint, radiant tiler). We may want to also have a dedicated service for this.

@m-mohr m-mohr modified the milestones: 3.1.0, 3.2.0 Jul 8, 2022
@m-mohr m-mohr modified the milestones: 3.2.0, future Feb 23, 2023
@m-mohr
Copy link
Collaborator Author

m-mohr commented Feb 23, 2023

Unless we do SSR, this is impossible to do.

@m-mohr m-mohr added SSR and removed help wanted Extra attention is needed good first issue Good for newcomers labels Feb 23, 2023
@m-mohr m-mohr closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants