Fix Missing: updated error on Search console for Google Blogger

crissdinesh

Regular Member
Joined
Jul 7, 2018
Messages
462
Reaction score
281
Hello BHW,

In search console, for my TLD site on blogger, I see URLs showing Missing: Updated error.

Typically, the structured data testing tool doesn't return errors for h-entry markup but Google returns the errors in Search Console.

I browsed for the fix in search console forum and found the below fixes:

1) <abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'>
<data:post.timestamp/></abbr>

Add updated property as follows.

<abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'>

<data:post.timestamp/></abbr>



2) Another post says that it should be like this:


<abbr class='updated published' expr:title='data:post.timestampISO8601' itemprop='datePublished'>

<data:post.timestamp/></abbr>



3) A blogger tutorial says this:


To fix Missing: updated error,


Go to Blogger >> Template >> Edit HTML >> and search for the following code:


<data:post.timestamp/>

Ones you found the above code then replace it with the one below:


<span class='updated'><data:post.timestamp/></span>

After replacing, Save your Blogger Template.


I would like to know which one is correct? Can someone help me to fix this issue? I don't get any response from search console forum. So, I'm posting here.


Thanks.
 
Back
Top