Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

Week 20 building Convertify: the blog post I did not write

The temptation Query cluster around " AVIF vs WebP vs HEIC 2026 " is competitive and valuable. My blog id 1 covers it, published months ago, indexed, gets a small trickle of clicks. The obvious move on paper: write a fresh landing page for the head keyword, link internally, watch it rank. I did not do that. Why extend instead Cannibalization. When two pages on the same domain target the same…

Week 20 saw Convertify's team focusing on improving their blog post without creating a new one. The team considered the competition between AVIF, WebP, and HEIC formats, but decided against writing a fresh landing page to capitalize on the head keyword. Instead, they opted to expand the existing post by adding sections, FAQ items, and internal links. This strategy aimed to concentrate authority on one page, with a new timestamp signal and fresh internal links.

The team also addressed a 30 MB PNG bug that had been haunting them for two months. After investigating, they realized there was no actual bug – a 24.5 megapixel iPhone Pro photo at full resolution was 4284 by 5712 pixels, and even after compression using PNG deflate, the file size remained between 25 to 40 MB. They decided against downscaling the user's photo or silently switching to a lossy format, as it would compromise image quality.

In the past two weeks, the team's hard work paid off as they observed a significant increase in traffic. Their Google Search Console (GSC) data showed a 77% week-over-week increase in impressions, with positions improving from 52 to 42 on average. Although the baseline impressions were lower on Bing (942) compared to Google (787), both channels showed positive growth. The split between Google and Bing was normal for a young domain still in the sandbox, and Google was still auditing the site.

Overall, the decisions made that week – not writing a new blog post and not fixing the 30 MB PNG issue – proved to be the right call. The scoreboard indicated progress, and the team was optimistic for the upcoming week, where they planned to demonstrate a YouTube demo on HEIC to JPG conversion on iPhone, and share a unique Qwoted pitch using benchmark AI-citation data.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

The /sdp endpoint that trusted its callers: fixing a memory-amplification DoS in py-libp2p

This is a submission for DEV's Summer Bug Smash: Clear the Lineup powered by Sentry . Project Overview py-libp2p is the Python implementation of libp2p — the peer-to-peer networking stack that…

  • py-libp2p's /sdp endpoint handled SDP offer/answer packets without certificate authority
  • POST /sdp handler buffered request body and headers in memory without bounds
  • Fix introduced bounded constants to prevent memory-amplification DoS

More from Thursday 20 August →