为什么我无法在 google、yahoo 和 bing 搜索中为我的 react-app 建立索引?

Why I can't index my react-app on google,yahoo and bing searches?

今天我部署了我的第一个网站。我尝试在 google 搜索中找到我的页面,但在 google.

上看不到我的网站

要在 google、yahoo 和 bing 搜索中看到我的网站,下一步是什么。

我的网站是:www.smartdigital-cctv.com

Google 通常很难为第一页之外的单页应用程序 (SPA) 编制索引。但是,您可以尝试通过 Google Search Console 请求 Google 索引未发现的页面。

查看 Google 中的 ReactJS SEO video 了解更多信息。

Google 可以像 reactJS 一样索引 SPA(单页应用程序),但它必须响应足够快,否则 Google 会看到空页面。其他方法:您可以使用 Next.js 在服务器上渲染。检查一下https://nextjs.org/