c_losed 发表于 2013-7-27 08:49:21

Missing required field "updated" - twentytwelve theme

谷歌的网站工具里 结构化数据测试工具
测试显示 Missing required field "updated"


 对于entry-title的错误信息修改方法是:  打开single.php文件,找到类似<h1><?php the_title(); ?></h1>一行,将其修改为<h1 class="title entry-title"><?php the_title(); ?></h1>(有些模版可能是h2或其他) ---但未找到...  对于updated的错误信息修改方法是:  打开single.php文件,找到<?php the_date();?>一行,将其修改为<div class="date updated"><?php the_time('F S, Y'); ?></div> ---但未找到...

求指点

c_losed 发表于 2013-7-27 09:00:33

我之前好像删除过神马东西 关于作者的...所以就出现了现在找不到的情况:(

cjyzpcl 发表于 2013-7-27 09:37:54

这个是谷歌搜索展示结构化数据要找作者信息然后展示的时候显示作者链接什么的,用处不大。

c_losed 发表于 2013-7-27 12:31:36

谢谢zz指点









:lol
页: [1]
查看完整版本: Missing required field "updated" - twentytwelve theme