- Blogger
- Go to Dashboard - Template
- Backup the template
- Click the "Backup/Restore" button.
- Click the "Download Full Template" button.
- Click the "Close" button.
- Edit the template
- Click the "Edit HTML" button.
- Check the box next to 'Expand Widget Templates'.
Find the following code:
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'> <abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'> <data:post.timestamp/> </abbr></a>
Add "updated" to the class "'timestamp-link" and "published".
<a class='timestamp-link updated' expr:href='data:post.url' rel='bookmark' title='permanent link'> <abbr class='published updated' expr:title='data:post.timestampISO8601' itemprop='datePublished'> <data:post.timestamp/> </abbr></a>
- Click the "Save" button.
A blog to log all the findings I have found during my programming life before I forget. ^.^
8 Mar 2013
Fix the warning in Structured Data Testing Tool: Missing required field "updated"
To fix the Warning: Missing required field "updated" in Structured Data Testing Tool:
Subscribe to:
Post Comments (Atom)
2 comments:
thinks ada:)
Didn't worked for my site www.diggmovies.com
Post a Comment