TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is server side rendering necessary for good SEO of a React app on Google

1 pointsby tylerwhipplealmost 8 years ago
In my company we are working to release a new version of our website which heavily uses React. For SEO reasons, we have been asked to create server side rendering. Historically, search engine crawlers do not support JavaScript. However, I have read a few blogs that hint Google renders javascript.<p>Is there any proof&#x2F;does anyone have any experience with Google improved search rankings with server side rendering?

1 comment

foobarbazetcalmost 8 years ago
Googlebot renders the page properly but the indexing is complete garbage.<p>You need server side rendering. Learned this the hard way.