Title: Need help with Structured Data Testing Tool
Last modified: August 21, 2016

---

# Need help with Structured Data Testing Tool

 *  Resolved [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * (@blood-bone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/)
 * Hi,
    I had been checking if my post is properly set according to Structured Data
   Testing Tool. I got an error as below:
 * Error: Missing required field “updated”.
 * I tried to find online for the solution & unable to implement the solution. Be
   link will show you what I need to do to fix this:
 * [http://www.wpcub.com/fix-missing-required-field-entry-titleupdatehcard-error-in-wordpress/](http://www.wpcub.com/fix-missing-required-field-entry-titleupdatehcard-error-in-wordpress/)
 * I am unable to find the code in single.php
 * Below is the error i got from Structured Data Testing Tool:
 * [http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fjeepexclusive.com%2Fhardtop-for-jeep-wrangler-enjoy-safer-vehicle-without-problem%2F](http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fjeepexclusive.com%2Fhardtop-for-jeep-wrangler-enjoy-safer-vehicle-without-problem%2F)
 * Thanks in advance.

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

 *  Thread Starter [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * (@blood-bone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818712)
 * Hi,
    Is there anyone who can help me out with this ? I am sure it is simple just
   that I lack technical knowledge. Any help will be appreciated.
 *  Theme Author [heatmap](https://wordpress.org/support/users/stuartwider/)
 * (@stuartwider)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818714)
 * Just look in /inc/template-tags.php
 * Then edit the time related parts of heatmapthemead_posted_on() function to suit
   what you want.
 *  Thread Starter [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * (@blood-bone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818718)
 * Thanks stuatwider for the reply.
 * I found the line which you have mentioned but changing it did not solve the problem
   or might be I dint do it the right way.
 * I changed the below line from:
 * if ( ! function_exists( ‘heatmapthemead_posted_on’ ) ) :
 * To:
 * if ( ! function_exists( ‘heatmapthemead_posted_on_date_updated’ ) ) :
 * & I even tried without underscores like:
 * if ( ! function_exists( ‘heatmapthemead_posted_on date updated’ ) ) :
 * None of the above fixed the problem. Please tel me how exactly am I suppose to
   place the code.
 *  Theme Author [heatmap](https://wordpress.org/support/users/stuartwider/)
 * (@stuartwider)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818741)
 * I was assuming you would read the code contained in the function I pointed you
   to, not literally try and change the line containing the function 😉
 * Try changing…
    `print '<time class="entry-date" datetime="' . esc_attr( get_the_date('
   c' ) ) . '">' . esc_html( get_the_date() ) . '</time>';`
 * to
    `print '<time class="entry-date updated" datetime="' . esc_attr( get_the_date('
   c' ) ) . '">' . esc_html( get_the_date() ) . '</time>';`
 *  Thread Starter [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * (@blood-bone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818753)
 * Hey stuartwider,
    Thanks a lot for the reply. I finally got the issue fixed. 
   Thanks for your time.
 * Great support.
 * Thanks once again.
 *  Theme Author [heatmap](https://wordpress.org/support/users/stuartwider/)
 * (@stuartwider)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818756)
 * Glad you got it fixed.
    Don’t forget to leave a star rating and review thanks.
 *  Thread Starter [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * (@blood-bone)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818771)
 * I have left my review. Thanks for making such a nice wordpress theme.

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

The topic ‘Need help with Structured Data Testing Tool’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/heatmap-adaptive/1.5.3/screenshot.
   png)
 * HeatMap AdAptive
 * [Support Threads](https://wordpress.org/support/theme/heatmap-adaptive/)
 * [Active Topics](https://wordpress.org/support/theme/heatmap-adaptive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/heatmap-adaptive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/heatmap-adaptive/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [blood-bone](https://wordpress.org/support/users/blood-bone/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/need-help-with-structured-data-testing-tool/#post-4818771)
 * Status: resolved