TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do React Web Apps Have Poor SEO?

2 点作者 ricotico060将近 5 年前
I've recently built a web app with React only to hear that they have have bad SEO. Is this true? If so, is there an easy way to correct this?

2 条评论

JMTQp8lwXL将近 5 年前
Having good keywords and links from other sites is likely a bigger impact on your SEO than using React, whether or not you're using SSR. Performance can reduce page ranking, but we should also (then) be asking, "Do <Framework X> Web Apps Have Poor SEO?"
r16w将近 5 年前
Server side rendering and testing pages through fetch-as-google to make sure they’re being picked up by bots. It’s not as big of a problem as people make it out to be. There are plenty of fixes but this combination is simple and effective.