- Task
- Make the site-application readable for searching and describe the clinic and doctors in a structured way.
- Solution
- React with Vite and prerender for bots: The search agent is given a compiled document with a title, description, one H1, and MedicalClinic, Physician, and breadcrumbs markup.
- Result
- The bot is given 126 KB of finished HTML in 145 ms to the first byte and 178 ms to the full document, it contains 10 types of JSON-LD; site map for 89 addresses without errors. At the same time, the browser receives a 3.0 KB shell without H1 and description - that's why prerender is mandatory here, not desirable. Defect found: The built-in tag manager snippet self-blocks on an error on exit condition, so the hits were not actually collected.