This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Site Origin North

Resolved 1 reply bug-reportthemetheme-north
9 years ago · Last reply by Alex S 9 years ago

Hi,

I found an issue with SiteOrigin North on my website:

www.plasma-process.com

I have been using the Google Search console and get:

“”missing author””, and “”missing updated””.

I tried setting to follow the fixes for vantage by adding back the title, and default layout which resolved the missing title issue, but I found that this code seems to have resolved the issue completely if I add to the end of functions.php:

https://wordpress.org/support/topic/how-to-fix-warning-missing-required-field-entry-title-in-rich-snippet-tool/

//add hatom data
function add_suf_hatom_data($content) {
$t = get_the_modified_time(‘F jS, Y’);
$author = get_the_author();
$title = get_the_title();
if (is_home() || is_singular() || is_archive() ) {
$content .= ”.$title.’ was last modified: ‘.$t.’ by ‘.$author.”;
}
return $content;
}
add_filter(‘the_content’, ‘add_suf_hatom_data’);

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 2 months ago

    Hi Plasma,

    We’re including a fix in the next version of North that will remove hentry from pages as it’s present due to a long-standing WordPress bug that basically can’t / won’t be fixed.

    The fix you’re currently using isn’t recommended as it miscategorizes pages.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread