Building Convertify in Public Week 10: PDF Cluster + Blog Launch
In Week 10 of building Convertify, several new features were launched, including a PDF cluster with four new conversion pages. The blog also expanded from zero to three posts, focusing on topics related to file formats and conversion methods. The project has seen an increase in indexed pages and impressions, indicating progress in its online presence.
- ▪Four new PDF conversion pages were launched: HEIC to PDF, PDF to PNG, PDF to JPG, and PNG to PDF.
- ▪The blog grew from zero to three posts in one week, covering various topics related to file conversions.
- ▪The project achieved an increase from 75 to 100 indexed pages and from 509 to 520 impressions over three months.
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 === 3820869) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Serhii Kalyna Posted on May 24 Building Convertify in Public Week 10: PDF Cluster + Blog Launch #buildinpublic #webdev #seo #rust Week 10 of building Convertify (convertifyapp.net) in public. What I shipped PDF cluster 4 new pages: /heic-to-pdf (33,100 searches/mo, KD 36) /pdf-to-png (74,000 searches/mo, KD 42) /pdf-to-jpg (90,500 searches/mo, KD 86) /png-to-pdf (3,600 searches/mo, KD 43) Backend (poppler) was already there from the images-to-pdf feature — pure content work.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).