跟踪比较引擎选择 Feed 的频率
我向搜索引擎提交了几个提要网址,它们会在一周的不同时间选择这些网址。 Feed url 的示例类似于 mysite.com/feed.csv。我希望能够跟踪搜索引擎在一天中的什么时间通过网址获取我的提要。
I submit several feed urls to search engines which they come to pick at different times of the week. Example of the feed url looks like mysite.com/feed.csv. I want to be able to track at what time of the day did the search engine fetch my feeds through the urls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需检查服务器日志即可查看文件何时被 ping 通
Just check your server logs to see when the file was pinged
我建议查看 Web 服务器访问日志过滤以查找 URL
/feeds.csv
的请求I would advise looking at the web server access log filtering for requests of the URL
/feeds.csv