Urgent.News

What's breaking now, across thousands of outlets.

Tech

Clicks Rose 73%. I Shut the Site Down.

In June I fixed a real problem on a small editorial site I run. The site was a client-side app — the kind where the server sends a nearly empty HTML shell and the browser assembles the actual page afterward. That works fine for people. It works badly for search crawlers, because the description a search engine shows underneath your link in the results comes from the HTML the server sent. Every…

In June, a small editorial site experienced a significant increase in clicks, with a 73% rise in click-through rate (CTR). The site, which functioned as a client-side app, aimed to improve its CTR by addressing the issue of search crawlers receiving generic descriptions for each page. By rendering unique titles and descriptions for each page, search engines started displaying more relevant information, leading to a 19% increase in CTR.

However, the total number of distinct pages earning clicks decreased by nearly a quarter, from 10 to 5. This suggests that while the site improved its ability to convert its existing audience, it contracted in terms of the overall pool of pages generating clicks. The site's top pages accounted for 91% of all impressions, indicating a concentration of traffic on a few URLs.

The author removed the site from monitoring after observing this trend, noting that the metric chosen to judge the fix's success was unable to capture the decline in overall page performance.

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

Why I Built a Waitlist Tool That Forces You to Validate Before You Code

I've lost count of how many side projects I've abandoned. Not because the code didn't work — because nobody wanted what I'd built.

  • Author abandoned side projects due to poor validation, leading to wasted effort
  • Created WaitlistTest tool to validate ideas before coding, emphasizing validation-first approach

More from Tuesday 25 August →