Web Coding Guidelines
There are specific guidelines for CSS and JavaScript.
For certain problems we provide reference implementations which should be used.
SEO
All customer facing websites must provide server side rendering. This is especially relevant for Single-Page-Apps. Please use for this Vue 3 with SSR or Nuxt.js or Java with Spring Boot
There must be no content which is only served via client side rendering (e.g. load more on scroll down). All anonymous content must be visible to search engines via SSR.