Hi,
For many year, i have an alert on google with microformat used by Newspaper.
Everytime if i test structured data they tell me i have no error but in google wmt- structured data, i still have error with field error : updated.
I know have a lot of post about this old problem, i won’t to try resolve it, but just because i think it’s bad for SEO to have many error like that, i want desactivate your microformat.
It’s possible?
Can you give that like an option for future update?
Thank’s
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hi Bogdan,
Before i have author box activated, i deactivate it for try to solve this problem when i read that, few month ago:
“The only thing to mention would be that when the author box is disabled in the post pages, the author vcard will be removed after the latest theme update”
https://forum.tagdiv.com/topic/error-with-microformats-can-i-repair-this/
But i don’t see the other message.
I don’t understand the solution, where is the image below:
“I state that everything works and the org scheme is perfect and not mistakes.
Given this on the webmaster tool are shown errors as image flooded in the previous ticket. To solve it it is recommended to insert some code under the images below
//risoluzione problemi dati strutturati articoli
function add_mod_hatom_data($content) {
$iso8601_date = get_the_time(‘c’);
$author = get_the_author();
$title = get_the_title();
if(is_single()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span>
ultima modifica: <span class=”updated”> ‘.$iso8601_date.'</span>
da <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);
I wanted to ask you where and if they are looking for other solutions. Despite this problem, if I do the verification from the various Google tools everything works perfectly. I hope I have explained myself well (I am not the master of the language)”
And, error from google or not, it’s certainly not good for SEO and i hope you can find solution or give us possibility to deactivate it!
-
This reply was modified 8 years by
Pierreto.
