How I Built a Philippine Tech Blog to 1 Million Monthly Readers (And Then Watched Google Destroy It)
Luis Reginaldo Medilo shares his journey of building Tech Pilipinas, a tech blog in the Philippines that reached over a million monthly readers. After years of hard work and local specificity, the blog thrived until a Google algorithm update drastically reduced its traffic. Despite the setback, Medilo is focused on rebuilding and adapting to the new challenges.
- ▪Tech Pilipinas was started in a bedroom in the Philippines without funding or a team.
- ▪The blog peaked at over a million monthly readers before losing 98% of its search traffic due to a Google update.
- ▪Medilo's focus on local context and specific queries helped the blog gain traction in the early years.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945140) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Luis Reginaldo Medilo Posted on May 22 How I Built a Philippine Tech Blog to 1 Million Monthly Readers (And Then Watched Google Destroy It) #blogging #seo I started Tech Pilipinas in a bedroom in the Philippines more than 8 years ago. No funding, no team, no strategy beyond "I know tech and Filipinos need someone to explain it clearly." At the peak, we hit over a million monthly readers. Then Google ran an update and we lost 98% of our search traffic in a matter of months.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).