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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: