Google何时在SERP中使用文章发表日期和文章修改日期?
我有一个网站,其中包含许多我不断更新的长篇内容文章。该页面从中生成两个日期片段: <time itemprop="datePublished" datetime="2014-04-29T14:08:40+01:00">Published: 29 Apr 14</time> <time itemprop="dateModified" datetime="2015-03-22T14:59:33+00:00">Last Updated: 22 Mar 15</time> Google在SERPS中显示的日期始终是发布日期。 但是,Moz具有SERP中使用的SEO初学者指南的最新更新日期。 它使用了以下两个日期片段: <meta itemprop="datePublished" content="2014-03-04T17:42:15-05:00"> <div id="last-updated">01.08.2015</div> 有没有人看到有关Google如何确定使用日期的任何模式?