如何让网站被谷歌搜索收录


两种方式:

1. 站点地图方式

进入google search console提交站点地图

https://search.google.com/search-console/welcome

文档

https://developers.google.com/search/docs

站点地图实例

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://www.xx.com</loc>
  </sitemap>
  <sitemap>
    <loc>https://www.xx.com/2</loc>
  </sitemap>
</sitemapindex>

 

或者直接使用站点地图生成网站,亲测靠谱

https://www.xml-sitemaps.com/

 

2. ping方式

没有用过,后续如果使用了来填坑

http://blogsearch.google.com/ping/RPC2

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM