简体   繁体   English

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

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

Today I deploy my first website.今天我部署了我的第一个网站。 I try to find my page on google search, but I cannot see my website on the google.我尝试在谷歌搜索中找到我的页面,但在谷歌上看不到我的网站。

What is the next step to see my websites on the google, yahoo & bing searches.在 google、yahoo 和 bing 搜索中查看我的网站的下一步是什么。

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

Google generally have a hard time indexing Single Page Applications (SPA) beyond the first page.谷歌通常很难索引第一页以外的单页应用程序 (SPA)。 However, you can try to request Google to index undiscovered pages via the Google Search Console.但是,您可以尝试通过 Google Search Console 请求 Google 将未发现的页面编入索引。

Check this ReactJS SEO video from Google for more information.查看来自 Google 的ReactJS SEO 视频以获取更多信息。

Google can index SPA (Single Page Applications) like reactJS, but it must be response fast enough or Google will see empty page. Google 可以索引 SPA(单页应用程序),例如 reactJS,但它必须响应足够快,否则 Google 会看到空白页。 Other method: You can use Next.js to render on server.其他方法:您可以使用 Next.js 在服务器上渲染。 Check it https://nextjs.org/检查它https://nextjs.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM