The Google Webmaster Tool is indicating two errors under Structured Data, specifically missing author and updated. I contacted the theme author, but they have no immediate plans to add these attributes.
I tried adding the following to the child theme header.php, but had no success.
<meta name="author" content="<?php $author = get_the_author(); ?>">
<meta name="last-modified" content="<?php the_modified_date(Y-m-d); ?>">
Any thoughts on what I should be doing instead, since these don’t seem to work?
Site: libertycommons.info
Thank you.