Title: Structured Data Problems
Last modified: July 30, 2018

---

# Structured Data Problems

 *  [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/)
 * Hello , first of all i would like to say thank you to share this theme with us.
   
   I love the design but there’s an important problem. Google search console gives
   error about Structured Data.
 * You can check the pics and csv file for errors.
 * [https://i.hizliresim.com/moopV1.png](https://i.hizliresim.com/moopV1.png)
    [https://i.hizliresim.com/EDDN78.jpg](https://i.hizliresim.com/EDDN78.jpg)
   [https://docs.google.com/spreadsheets/d/16cm-iQ2bzEUsI6hNyfL2XQoo1Dfr74PX0oZqehnZzPM/edit?usp=sharing](https://docs.google.com/spreadsheets/d/16cm-iQ2bzEUsI6hNyfL2XQoo1Dfr74PX0oZqehnZzPM/edit?usp=sharing)
 * Can you please fix it ?
    Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstructured-data-problems%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10549316)
 * [@alxmedia](https://wordpress.org/support/users/alxmedia/) Anything about this
   problem ?
    -  This reply was modified 7 years, 10 months ago by [togebi33](https://wordpress.org/support/users/togebi33/).
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10551783)
 * Hi, I’ve looked into this and if you see the first comment by Peter Tilva:
    [https://moz.com/ugc/how-to-fix-structured-data-markup-errors-on-existing-pages#comment-376447](https://moz.com/ugc/how-to-fix-structured-data-markup-errors-on-existing-pages#comment-376447)
 * You just need to add these 3 things to single.php.
 * >  For missing “entry-title” I have added in single.php file <h1 class=”entry-
   > title”><?php the_title(); ?></h1>
 * >  For missing “Updated” I have added in single.php file <span class=”date updated”
   > ><?php the_time(); ?></span>
 * >  For missing “Author” I have added in single.php file <span class=”vcard author
   > post-author”><span class=”fn”><?php the_author(); ?></span></span>
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10551805)
 * Try this single.php example: [https://www.dropbox.com/s/v9guvh0gfbwmkyq/single.php?dl=1](https://www.dropbox.com/s/v9guvh0gfbwmkyq/single.php?dl=1)–
   remember to add it with a child theme so that it doesn’t disappear next time 
   you update your theme.
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10553034)
 * Thanks but problem is it gives error on category , tag and index pages. Its fine
   on content pages. Can you check it please.
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10553069)
 * Last Updated : <?php the_time(); ?>
 * Google would punish me if i use this.
 * <?php get_post_modified_time( $d, $gmt, $post, $translate ); ?>
 * This function would be better to use.
    -  This reply was modified 7 years, 10 months ago by [togebi33](https://wordpress.org/support/users/togebi33/).
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10553130)
 * [http://text-share.com/view/b6a43ed1#JE2WY8CRYeQeYvpjADZkivI1v3uRTbGt](http://text-share.com/view/b6a43ed1#JE2WY8CRYeQeYvpjADZkivI1v3uRTbGt)
 * I made some changes on single.php to better look. But idk what should i do for
   index , category and tag pages.
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10564322)
 * Any help for category and tag pages ?
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10564587)
 * What errors are you given on the category and tag pages?
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10567481)
 * I already posted what errors i got on that pages on first post. Google considering
   tag and category pages as article page.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10568334)
 * Ah sorry, I didn’t read what you said properly with it not being a problem with
   single.php.
 * What you would need to edit instead then would be content.php / content-featured.
   php / content-picks.php and content-highlight.php with the missing classes.
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10569373)
 * Yeah but if i add those fields to that pages there will be a lots of stuff on
   page. It will be so complicated.
    Is there any way to block google check these
   stuffs on category and tag pages ?
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10571326)
 * No way to block as far as I know – but you could just ignore the warnings. You
   are one of few to care about it when it comes to my themes.
 * I don’t think it is super important for SEO overall.
 *  Thread Starter [togebi33](https://wordpress.org/support/users/togebi33/)
 * (@togebi33)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10572999)
 * What if i add them to tag and category pages and hide them with css {display:
   block;}
    Can google punish me for that ?
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10575693)
 * I think Google easily sees that you hide it, yes. _{ display: none; }_
 * Not sure if it would get rid of your warnings/errors either, but I guess you 
   can give it a try.
 * I’m no SEO guru, but I don’t think you should worry too much about the warnings.

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

The topic ‘Structured Data Problems’ is closed to new replies.

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

 * 14 replies
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/structured-data-problems/#post-10575693)
 * Status: not resolved