-
Notifications
You must be signed in to change notification settings - Fork 2
Description
It would nice to have some server-side prerendering for the website to allow us to offer social media previews and improve our search engine ranking.
"Static" pages like the front page could be prerendered with the frontend build.
Dynamic pages that rely on backend data, like people, events, and workteams could be partially prerendered to show basic information (nothing super-volatile) and set meta tags for social media previews, which could be triggered by the backend whenever certain important attributes are updated.
Dynamic builds could be done with python scripts in docker containers, just receiving some api data and spitting out a partially rendered page for the backend to store in the static site files.
Definitely a far-off future idea, but would be fun to implement.