Missing updated on pages and tag pages
-
Hello there, in the last version you successfuly fixed the “Missing: updated” issue for the blog posts but now google is “complaining” about the pages and tag pages.
is it possible to add a line of code, something like, time class=”updated” etc.. in tags/pages templates?
for example theme-loop.php has:
<time class="updated" datetime="' . get_the_modified_date( 'c' ) . '">' . get_the_modified_date() . '</time>
is it possible to add this somehow to the templates for pages and tag pages? and if yes, will it go exactly like this? and on which files should I add it?
Thank you very much, just trying to make this theme as perfect as possible in terms of structured data.
I love your work ??
- The topic ‘Missing updated on pages and tag pages’ is closed to new replies.