Skip to content

Partial prerendering #24

@JustinLex

Description

@JustinLex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FutureFar-off feature ideas for the future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions