How I Built a Free Epoch Converter That Started Ranking on Google
Most developers don't wake up thinking, "Today I'll build an epoch converter."
I certainly didn't.
But after noticing a simple problemโand paying attention to Google Search ConsoleโI ended up with a small utility that now brings consistent search traffic.
Here's exactly what happened.
The Idea
While working on backend projects, I constantly needed to convert Unix timestamps into readable dates.
There were already dozens of online converters, but many had one (or more) of these problems:
- Slow and cluttered interfaces
- Too many ads
- Limited features
- Poor mobile experience
- No instant conversion
So I built one that focused on a single goal:
Make timestamp conversion ridiculously fast.
You can try it here:
Launching Was the Easy Part
Like many side projects, I published it and expected...nothing.
For the first few weeks, Google barely noticed it.
A handful of impressions.
Almost zero clicks.
That's completely normal.
Then Google Search Console Started Showing Something Interesting
After a few weeks, impressions suddenly started climbing.
Great news, right?
Well...not exactly.
The CTR (Click Through Rate) stayed disappointingly low.
That usually means one thing:
People are seeing your page.
They're just not clicking it.
The Problem Wasn't the Tool
It was the title.
My original title was something generic like:
Epoch Converter
Technically correct.
Practically invisible.
When users search Google, they're comparing your title against ten other results.
A plain title gives them no reason to click.
One Small Change
I rewrote the title to better match search intent.
Instead of describing what the page is, I focused on what users actually wanted.
Things like:
- Free Epoch Converter
- Unix Timestamp to Human Date
- Instant Conversion
- Milliseconds Support
Nothing revolutionary.
Just clearer.
The Result
Within the next indexing cycle:
- ๐ Impressions continued climbing.
- ๐ CTR improved.
- ๐ Organic clicks increased.
No backlinks.
No paid ads.
No AI-generated SEO tricks.
Just a better title that matched user intent.
What This Taught Me About SEO
Developers often obsess over:
- Frameworks
- Performance
- Lighthouse scores
- Fancy animations
Google users care about something much simpler.
"Does this result solve my problem?"
Your title is your first impression.
Treat it like a product pitch, not a filename.
Building Small Utilities Is Underrated
There are thousands of tiny developer frustrations that happen every day.
- Timestamp conversion
- JSON formatting
- Regex testing
- Base64 encoding
- UUID generation
- Color conversion
Each one represents a real search query.
Each one can become a useful tool.
You don't need to build the next billion-dollar startup.
Sometimes solving one small problem exceptionally well is enough.
What's Next?
I'm planning to write more about:
- Building utility websites developers actually use
- SEO experiments that worked (and those that didn't)
- Growing organic traffic without spending on ads
- Lessons learned from shipping small tools
If you're building developer tools too, I'd love to hear what has worked for you.
Try the tool here:
Top comments (0)