It might sound dumb, but monetizing my site was the stepping stone to make it take off. I run a solitaire website called https://online-solitaire.com/ that ran for a few years without me earning any money from it. I kind of thought that no-one earned money from banner ads anymore, so I didn't even bother with them. One day I decided to try it out and earned around $1000 the first month. That gave me the boost to spen…
Ask HN: What made your business take off that you wish you'd done much earlier?
341–350 of 492 posts
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#342Earlier quoted context omitted.
Agreed with the sentiment that there are different kinds of clients/opportunities and sales cycles. However the idea specifically in ABC is the 'close'. 'Closing' is the act of securing payment from an entity. I've seen a lot of 'sales guys' who talk about how hard they're selling. But ultimately getting the money into your bank account is the real goal. Everything else is derivative.
Loosely quoting Eli Goldratt, "Until the money is in your bank account and there is no possibility of having to refund it to the customer, you have not made the sale."
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#343Earlier quoted context omitted.
> Also, make sure that your page loads fast To me this sounds like "code in pure HTML, no React/Angular or anything like that". Am I correct?
There's more to it, but I've focussed on WordPress pages in the past. Some things I'd start with: - Minimize images (tinypng/tinyjpg) - Deactivate/Remove what you don't need (Plugins (!!!), RPC, Emojis, stuff like that which is ON by default in WP -> will strip down the code) - Strip down & combine scripts - Reduce third-party dependencies, try making them first-party (fonts, analytics) - Minify scripts and CSS - Use…
I'd add that third-party dependencies are sometimes useful. Especially when they aren't served from the same location which gives and opportunities for the browser to open more HTTP connections: https://www.linkedin.com/pulse/why-does-your-browser-limit-n...
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#344Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#345Earlier quoted context omitted.
How many monthly visitors do you have?
SimilarWeb says 342K monthly visitors. Always curious how accurate these tools are.
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#346Earlier quoted context omitted.
"Build it and they come" works, for example Hotmail and Google did not invest into marketing initially. But it works in non saturated market with a few players.
They didn't need to; Hotmail offered free e-mail accounts which was unheard of at the time; Gmail went viral for offering 1GB of storage which was unheard of at the time. The latter also had scarcity with its invite system, I'm not sure if that helped make it more popular or not. Definitely helped prevent it from collapsing under its own success though. Anyway, I think any service now that shows up offering something…
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#347Charge for our product. I'm the founder of Scrimba.com, an interactive code-learning platform. We went almost two years from when we launched our very first free course until we launched our very first paid course. In the meanwhile, we planned the "perfect" business model and also pivoted to a Teams-based product for a while. Had I just dared to put up a pricing wall in front of our second course instead, we'd have g…
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#348To paraphrase my brilliant cofounder, mentor and tough sparring partner: "The biggest lie you techies tell to yourselves is 'Build it and they will come'. Nope. Nobody ever comes by. I've beaten competitors with the better product again and again. Know why? Because marketing builds growth, growth builds revenue and revenue enables hiring brilliant people to fix your product, all the while the brilliant product people…
Guys, you learned nothing ! You are the top comment on HN, you should share the link to your project :)
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#349Earlier quoted context omitted.
"Build it and they come" works, for example Hotmail and Google did not invest into marketing initially. But it works in non saturated market with a few players.
They didn't need to; Hotmail offered free e-mail accounts which was unheard of at the time; Gmail went viral for offering 1GB of storage which was unheard of at the time. The latter also had scarcity with its invite system, I'm not sure if that helped make it more popular or not. Definitely helped prevent it from collapsing under its own success though. Anyway, I think any service now that shows up offering something…
Growth was viral. Only cool people had Gmail.
Re: Ask HN: What made your business take off that you wish you'd done much earlier?
#350Earlier quoted context omitted.
I second that. SEO is a slow growing channel and it takes some time to get effects. Starting earlier can help out. Also, make sure that your page loads fast - especially the content that you are trying to index. Low hanging fruit like optimising image size or cleaning up your imports can have a big effect. When just starting out with little backlinks, good page speed loads can be the differentiator that will put you…
> Also, make sure that your page loads fast To me this sounds like "code in pure HTML, no React/Angular or anything like that". Am I correct?