显示网页的上次修改日期/时间
是否可以通过在 www.google.com/search?q=...
之后向 url 参数添加一些内容,让 google 搜索返回每个网页的最后修改日期/时间?或者,有没有一种简单的方法来获取此类信息?
附加问题:为什么 Google 不在搜索结果中包含此类信息?这是非常重要的信息,只要谷歌抓取每个页面,似乎不需要额外的工作。
Is it possible to let google search return the last modified date/time for each webpage by adding something to the url parameter after www.google.com/search?q=...
? Or, is there a simple way to get such information?
Additional question: Why does google not include such information in the search results? It is very essential information, and does not seem to require additional job provided that google crawls thourgh each page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试
netcat
(或telnet
,任何其他简单的网络工具)。命令:
响应:
Try
netcat
(ortelnet
, any other simple networking tool).Command:
Response:
据我所知,这通常是不可能的,除非你在 html 代码中嵌入一个提示,当谷歌读取你的网站时生成它。
在这种情况下,您可以在谷歌缓存中的缓存文件的源代码中找到日期。
As far I know that is gerneral not possible exept you embed in your html code a hint when it was generated while google read your site.
In that case you can find the date in the sourcecode of the cached file in the google cache.