<< Back to Blog
·5 min read·Tech

SEO Battle Log: What I Did Right and Wrong in the First Year

Last year I dove into SEO for my SaaS. A year later, my site went from zero to 200+ daily visitors, but I made plenty of mistakes. Here's my honest battle log—what worked, what didn't, and what I'd do differently.

SEO Battle Log: What I Did Right and Wrong in the First Year

One autumn night last year, I stared blankly at the Google Search Console dashboard. Shancang Inventory Management had been live for almost two months, and my organic search traffic was zero. I even searched for my own product name, only to find it on the third page, sandwiched between two competitors' ads. At that moment, I realized: coding is just the entry ticket to entrepreneurship; SEO is the real boss battle.

TL;DR: It took me a whole year to learn SEO from scratch, making countless mistakes along the way, but eventually my independent site grew from 0 to 200+ daily visitors. In hindsight, the right decisions were: focusing on long-tail keywords, creating high-quality content, and optimizing page speed. The wrong ones were: keyword stuffing, neglecting mobile experience, and chasing backlinks too early. Let my blood and tears be your cautionary tale.

Should I Have Started SEO Earlier?

Yes, and don't wait until your product is ready like I did.

My first mistake was typical 'developer mindset': build the product perfectly first, then figure out how to sell it. After finishing the first version of Shancang, I excitedly posted on social media and shared it in tech groups. A week later, I had only 10 visitors, all friends cheering me on. Later, I learned from a MicroConf survey that 60% of indie developers start SEO and content marketing before building their product[1]. I was three months behind.

What I should have done: before writing a single line of code, build a landing page and use keyword research tools to see what your target users are actually searching for. If I had done that, I wouldn't have crammed my product with features I thought were useful but users didn't care about.

配图

Do Long-Tail Keywords Really Work?

Yes, and they were the biggest driver of my traffic growth.

At first, I foolishly targeted broad keywords like 'inventory management software' with 200 million search results. My tiny site was buried on page 100. Then I smartened up and used Ahrefs' keyword analysis to find terms like 'small warehouse management software', 'cross-border e-commerce inventory', and 'mobile barcode scanning'—low competition, high conversion. I spent two weeks writing five articles targeting these terms, like '2026 Small Warehouse Management Software Buying Guide' and 'How Cross-border Sellers Manage Inventory with Mobile'. Three months later, these articles brought 70% of my organic traffic.

Stack Overflow's 2024 Developer Survey also noted that the biggest headache for full-stack developers is 'finding users'[2]. Long-tail keywords are the shortcut to making users find you.

配图

Content Quality vs. Backlinks: Which Matters More?

For small sites, content quality is far more important than backlinks.

Another big mistake: I spent a lot of time early on leaving comments and posting forum links, only to have Google penalize me for spammy backlinks, dropping my ranking. Later, I read a GitHub Blog article about Google's algorithm increasingly emphasizing E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness)[3]. For a small indie site, the most reliable approach is to write truly useful content.

So I shifted focus to writing a series called 'Real Pain Points of Warehouse Owners'. One post, 'A Warehouse Owner's Daily: Why Is Your Inventory Never Accurate?', I interviewed three trial users and wrote down their complaints and solutions. That article later got reposted by an industry forum, naturally bringing three high-quality backlinks.

My advice: focus on content first; backlinks will come naturally.

配图

Should I Care About Technical SEO?

Yes, and the sooner, the better.

My third mistake: focusing only on content and keywords while ignoring page load speed and mobile optimization. My site was built with Next.js, which is performant, but I accidentally added a 5MB Three.js animation on the homepage, causing mobile load times over 8 seconds. Google PageSpeed Insights gave me a mobile score of 38.

I spent a weekend moving the animation to lazy load, compressing images, and enabling a CDN. A month later, mobile organic traffic increased by 40%. An IDC report noted that cloud-native and edge computing adoption among SMBs is growing rapidly[4]. I used Cloudflare Workers, an edge deployment example, which not only boosted speed but also saved server costs.## Closing Thoughts

Honestly, even now I wouldn't claim to 'know' SEO. It's not like coding with clear inputs and outputs; it's like groping in the fog—you never know when the next algorithm update will slap you. But looking back over this year, a few things are clear:

  • Don't wait until your product is done to start SEO; lay the groundwork from day one.
  • Long-tail keywords are an indie developer's best friend; don't fight head-on with broad terms.
  • Content quality always comes first; Google is smarter than you think.
  • Technical SEO is foundational; a slow site won't retain anyone.

Now, my site gets a steady 200+ daily visitors. It's far from 'viral', but every month a few users find me through search and try Shancang. That feeling is even better than writing perfect code.

If you're an indie developer or learning SEO, feel free to email me at [email protected]. Maybe your pitfall is one I've already fallen into.


References

  1. MicroConf State of Independent SaaS — MicroConf survey shows 60% of indie developers start SEO and content marketing before product launch
  2. Stack Overflow 2024 Developer Survey — Full-stack developers' top challenges include finding users
  3. GitHub Blog - SEO Best Practices — Google algorithm emphasizes E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness)
  4. IDC Cloud-Native and Edge Computing Report — Cloud-native and edge computing adoption among SMBs is growing rapidly