crissdinesh
Regular Member
- Jul 7, 2018
- 462
- 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
ost.timestampISO8601' itemprop='datePublished'>
<data
ost.timestamp/></abbr>
Add updated property as follows.
<abbr class='published updated' expr:title='data
ost.timestampISO8601' itemprop='datePublished'>
<data
ost.timestamp/></abbr>
2) Another post says that it should be like this:
<abbr class='updated published' expr:title='data
ost.timestampISO8601' itemprop='datePublished'>
<data
ost.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
ost.timestamp/>
Ones you found the above code then replace it with the one below:
<span class='updated'><data
ost.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.
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
<data
Add updated property as follows.
<abbr class='published updated' expr:title='data
<data
2) Another post says that it should be like this:
<abbr class='updated published' expr:title='data
<data
3) A blogger tutorial says this:
To fix Missing: updated error,
Go to Blogger >> Template >> Edit HTML >> and search for the following code:
<data
Ones you found the above code then replace it with the one below:
<span class='updated'><data
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.