Warning: Missing required field "updated". Warning: Missing required hCard "author"
Warning: Missing required field "updated". Warning: Missing required hCard "author"
When changing template or updating template for blogspot I always encounter this on a customize template.
This warning appear under the heading ‘Extracted rich snippet data from the page’ – ‘hfeed’ and ‘hentry’ in the Google Webmaster Tools Rich Snippets Testing Tool.
This is a short description ( Google Webmaster Tools - Rich Snippets Testing tool, documentation ) about rich snippets and structured data :
The simple solution insert the vcard in post body after the post or before the post some template miss place this and the Google snippets can't read it.
I already have a scripts like this but this one is a built in my template which is not working.
FIND THIS ON YOUR HTML ( In some template you can see two of this select the upper one or test where this scripts worked)
SCREEN SHOOT:
INSERT THIS CODE EDIT ALL TEXT IN RED WITH YOUR OWN NAME AND LINK
When changing template or updating template for blogspot I always encounter this on a customize template.
This warning appear under the heading ‘Extracted rich snippet data from the page’ – ‘hfeed’ and ‘hentry’ in the Google Webmaster Tools Rich Snippets Testing Tool.
This is a short description ( Google Webmaster Tools - Rich Snippets Testing tool, documentation ) about rich snippets and structured data :
The simple solution insert the vcard in post body after the post or before the post some template miss place this and the Google snippets can't read it.
I already have a scripts like this but this one is a built in my template which is not working.
FIND THIS ON YOUR HTML ( In some template you can see two of this select the upper one or test where this scripts worked)
<div style='clear: both;'/> <!-- clear for photos floats -->or find this
</div>
<b:if cond='data:blog.pageType == "static_page"'><data:post.body/></b:if>
SCREEN SHOOT:
INSERT THIS CODE EDIT ALL TEXT IN RED WITH YOUR OWN NAME AND LINK
<div class='vcard' id='hcard-Jaime-Lacson'>
<span class='fn n'>
<span class='given-name'>Written by: Jaime</span>
</span>
</div>
<a class='updated' href='http://blogmytuts.blogspot.com/' rel='bookmark'>blogmytuts, </a> Updated at: <abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr>
CHECK YOU SNIPPETS HERE http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fblogmytuts.blogspot.com%2F&html=
Done...
1 comment
I use the this way that you share and immediately successful, a very useful article.
Post a Comment