Berikut ini Cara Mengatasi Error : Missing Required Field "Updated" di Blogger.
CARA I
Go to Blogger Dashboard › Select Blog › Click on Template › Proceed › Edit HTML.
Search for 'hfeed' and 'hentry' one by one and rename all instances those exist in template with 'h-feed' and 'h-entry' respectively.
Save template and now check for authorship markup warnings and errors with Rich Snippet testing tool.You'll get a smile on your face because no markup warnings and errors will be shown.
CARA 2
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
CARA 2
- Go to Blogger Dashboard › Select Blog › Click on Template
- Theme › Edit HTML
- Now press Ctrl+F to find the code timestamp-link or published like below
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
Now care fully change it to the code below
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
CARA 3
<a class='updated' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='updated published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
You can re check this here Rich Snippet testing tool.
Demikian Cara Mengatasi Error : Missing Required Field "Updated" di Blogger.
Sumber
great
ReplyDelete