Missing required field "updated" - twentytwelve theme

[复制链接]
查看: 756   回复: 3
发表于 2013-7-27 08:49:21 | 显示全部楼层 |阅读模式
谷歌的网站工具里 结构化数据测试工具
测试显示 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> ---但未找到...



求指点

 楼主| 发表于 2013-7-27 09:00:33 | 显示全部楼层
我之前好像删除过神马东西 关于作者的...所以就出现了现在找不到的情况Missing required field &quot;updated&quot; - twentytwelve theme
回复 支持 反对

使用道具 举报

发表于 2013-7-27 09:37:54 | 显示全部楼层
这个是谷歌搜索展示结构化数据要找作者信息然后展示的时候显示作者链接什么的,用处不大。

评分

参与人数 1T币 +1 收起 理由
c_losed + 1 楼主,你知道的太多了

查看全部评分

回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-7-27 12:31:36 | 显示全部楼层
谢谢zz指点









Missing required field &quot;updated&quot; - twentytwelve theme
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则