Hacker News new | ask | show | jobs
by edoceo 2026 days ago
This assumes Google can't figure out crawling SPA.
1 comments

That's correct.

Generally, when I'm building a business, I prefer not to assume that Google will eventually, at some point in the future, solve the crawling a SPA site problem and finally discover my site.

I'd rather get my 70%-80% organic search traffic today, with any boring server-side rendered tech stack.

I don't think I want any crawler ever hitting my API endpoints for customer lookups, scheduling, inventory management, etc - all that stuff that is the 'Application' part of 'SPA'.

Why people use js/spa/etc stuff as the basis for a content/marketing site... I don't know. I mean... yeah, I know why - mostly to expand their skill set. But there's usually no functional benefit, and usually some drawbacks, as you're pointing out.