• Hello! I want to say that I liked the way the theme looks. Thank you for your work! But I’m having problems with the structured data, namely the dateModified display is incorrect. Please take a look at this screenshot. I think this problem is due to the language, since in your demo version of the theme everything is fine with dateModified. Also found 203 HTML validity errors you can see here. I really look forward to your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Natalya

    (@nalitana)

    I solved the issue with dateModified. In the theme-structured-data.php file, you need to find the line <meta itemprop=”dateModified” content=”<?php echo the_time( get_option( ‘date_format’ ) ); ?>”/> and replace it with <meta itemprop=”dateModified” content=”<?php the_modified_time(‘Y-m-d’)?>”/>. But with the errors of HTML the issue is not solved. Also Google writes that on the main page there is no author and no update.

Viewing 1 replies (of 1 total)
  • The topic ‘Structured Data and HTML Errors’ is closed to new replies.