英文:
Website indexing issue on Google Search Console: "Processing data, please check again in a day or so" status persists for a month
问题
我一直在面对将我的网站索引到Google Search Console上的困难。尽管等待了相当长的时间,概览部分始终显示“处理数据”的消息,指示我在一天左右再次检查。这个问题已经持续了一个多月。此外,当我导航到Google Search Console的其他选项卡时,没有显示任何信息或数据。
我已经采取的措施:
- 检查robots.txt文件,确保不会阻止搜索引擎爬虫。
- 添加Sitemap.xml文件以确保爬虫可以访问我的网站。
英文:
I've been facing difficulties with indexing my website,
on Google Search Console. Despite waiting for a significant period, the Overview section consistently shows a "Processing data" message, instructing me to check back in a day or so. This issue has persisted for over a month now. Furthermore, when I navigate to other tabs within Google Search Console, no information or data is displayed.
What I have done:
- Checked the robots.txt file to ensure it is not blocking search
engine crawlers. - Added Sitemap.xml file to ensure the bot-crawleing
for my website
答案1
得分: 0
可能是因为您在网站上使用了www。尝试从您的Google搜索控制台中删除www,只添加https://yourdomain.com而不是https://www.yourdomain.com。
英文:
it might be beacuse you are using www with your website.
just try to remove www from your Gooogle Search Console and just add https://yourdomain.com not https://www.yourdomain.com
答案2
得分: 0
我通过在index.html文件中添加元标签来解决了这个问题,这将允许谷歌的爬虫机器人找到我的网站并进行索引。
英文:
I solved the problem by adding metatags in the index.html file that would allow google's crawler bots to find my website and index it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论