Cara Mengatasi Error : Missing Required Field "Updated" di Blogger

Tuesday, June 10, 2014

How to Fix error : Missing Required Field "Updated" for Blogger
Cara mengatasi atau memperbaiki Warning/Error: Missing Required Field "Updated" dalam Struktur Data blog saat dicek di Google RichSnippets.

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

  1. Go to Blogger Dashboard › Select Blog › Click on Template 
  2. Theme › Edit HTML
  3. 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



5:51 AM

1 comments: