Actually two days before I have installed this plugin. I have checked with schema tool, the datePublished is showed 1970-01-01. Then I have checked with code. In page.php datePublished array was assigned this variable date(‘Y-m-d’, strtotime( $post-post_date ) ), then I have changed to date(‘Y-m-d’, strtotime( $post->post_date ) ). If the same is reflected in the plugin too then we do not have any issues.