---
title: "Automating Dynamic Prerendering at Halodoc: A Data-Driven Approach to SEO and Faster Page Discovery"
url: https://daily.dev/posts/automating-dynamic-prerendering-at-halodoc-a-data-driven-approach-to-seo-and-faster-page-discovery-8pjocpv46
source_url: https://blogs.halodoc.io/automating-dynamic-prerendering-at-halodoc-a-data-driven-approach-to-seo-and-faster-page-discovery
type: article
source: "Halodoc"
published: 2026-06-26T05:17:52.267Z
updated: 2026-06-26T05:18:22.474Z
tags: ["cicd", "angular", "seo"]
reading_time: 14
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Automating Dynamic Prerendering at Halodoc: A Data-Driven Approach to SEO and Faster Page Discovery

**[Halodoc](https://daily.dev/sources/halodoc)** · 14 min read · 0 upvotes · 0 comments

## Summary

Halodoc replaced a manually maintained list of prerendered Angular routes with an automated pipeline driven by the Google Search Console API. A weekly Jenkins cron job queries GSC for the top-clicked pages over the last 7 days, filters them through a 'Smart Threshold' (top 10 per route category), and writes the results into a decoupled TypeScript constants file. Jenkins then opens an automated Merge Request for a quick engineer review before deployment. This approach reduced the lag between emerging search trends and site configuration from months to 7 days, cut manual engineering effort to under 5 minutes per cycle, and kept production builds completing in 70–90 seconds. The team also packaged the pipeline logic as a shareable Claude Code AI skill available in their open-source repository.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blogs.halodoc.io/automating-dynamic-prerendering-at-halodoc-a-data-driven-approach-to-seo-and-faster-page-discovery>

## Similar posts on daily.dev

- [Automating Code Reviews with AI: How Halodoc Scaled Quality Across the Full Stack](https://daily.dev/posts/automating-code-reviews-with-ai-how-halodoc-scaled-quality-across-the-full-stack-ozrzjr8ty) · Halodoc · 1 upvotes · 0 comments
- [Automating Web Performance Testing in CI](https://daily.dev/posts/automating-web-performance-testing-in-ci-6eh7jawda) · Halodoc · 2 upvotes · 0 comments

---

Tags: [#cicd](https://daily.dev/tags/cicd), [#angular](https://daily.dev/tags/angular), [#seo](https://daily.dev/tags/seo)

[View this post on daily.dev](https://daily.dev/posts/automating-dynamic-prerendering-at-halodoc-a-data-driven-approach-to-seo-and-faster-page-discovery-8pjocpv46)
