Title: google Structured Data Testing Tool
Last modified: August 21, 2016

---

# google Structured Data Testing Tool

 *  Resolved [ncysan](https://wordpress.org/support/users/ncysan/)
 * (@ncysan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-structured-data-testing-tool/)
 * hatom-feed
    Error: Missing required field “updated”.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-structured-data-testing-tool/#post-5133208)
 * Hi,
 * To fix the error you need to add **updated** class to the time tag.
 * You can do it by making the changes in the child theme.
 * You need to replace the following line in /inc/template-tags.php file line number
   169 in function athemes_posted_on
 * Add the class updated so that it looks like the below:-
 *     ```
       function athemes_posted_on() {
       	$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
       ```
   
 * Hope it helps
 * Thanks
 *  Thread Starter [ncysan](https://wordpress.org/support/users/ncysan/)
 * (@ncysan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-structured-data-testing-tool/#post-5133210)
 * very thank you for your fast response. i following your instruction to add code
   in my /inc/template-tags.php. then i check google Structured Data Testing Tool
   all is completed and nice.
 * so, thank you again for your solution
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/google-structured-data-testing-tool/#post-5133250)
 * Glad it helped 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘google Structured Data Testing Tool’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hiero/1.8.4/screenshot.png)
 * Hiero
 * [Support Threads](https://wordpress.org/support/theme/hiero/)
 * [Active Topics](https://wordpress.org/support/theme/hiero/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hiero/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hiero/reviews/)

## Tags

 * [structured data error](https://wordpress.org/support/topic-tag/structured-data-error/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/google-structured-data-testing-tool/#post-5133250)
 * Status: resolved