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.

Structured data errors

Resolved 9 replies technicalthemetheme-north
g
8 years ago · Last reply by g 8 years ago

Hello, all my website pages have structured data errors – author, entry-title, updated. I’m using the wp siteorigin north them. Will this be fixed in the next update? Thanks

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

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Alex S Staff 8 years, 11 months ago

    Hi G,

    Can you please elaborate on the specific error you’re experiencing?

  2. g 8 years, 11 months ago

    Hello Alex

    Please find attached 2 photos – one showing the structured data errors and the other showing a problem with the way products pages look on iPad. Thanks

  3. Alex S Staff 8 years, 11 months ago

    Hi G,

    Unfortunately, we’re currently not able to handle image attachments. Can you please upload the image to a third party image hosting site like vgy.me or imgur? Sorry about.

    Regarding the products issue, can you please post that in one of your other iPad related threads? This will allow user’s with similar issues to more easily find related support threads.

  4. g 8 years, 11 months ago

    Hello Alex, I've added an image which google console search identified as structured data errors. Is this a template issue? How can I address this? There are 3 other images to do with 2 other issues which I will post under another thread. Thx

  5. g 8 years, 11 months ago

    There're on ygy,me p, album name is North SiteOrigin – Griffiths. Thx

  6. Alex S Staff 8 years, 11 months ago

    Hi G,

    Can you please link me to the gallery? There isn’t actually a way to find other people’s galleries on vgy.me (this is intentional on their part).

    I’m unsure what the error is just yet so I can’t comment on what is causing this error – sorry mate. :(

  7. g 8 years, 11 months ago
  8. Alex S Staff 8 years, 11 months ago

    Hi G,

    Please install Code Snippets and then navigate to WP Admin > Snippets > Add New and add the following PHP:

    function so_remov_hentry_on_page( $classes ) {
    	if ( is_page() ) {
    		$class_key = array_search( 'hentry', $classes );
    		if ( $class_key !== false) {
    			unset( $classes[ $class_key ] );
    		}
    	}
    	return $classes;
    }
    add_filter( 'post_class', 'so_remov_hentry_on_page' );

    Press Save Changes and Activate. Google will slowly crawl and reprocess these pages and until its complete, they will still be labeled as having issues but I can assure you the issue is now resolved.

    This issue will be resolved in the next theme update so this code will only be needed for the current version of North.

  9. g 8 years, 11 months ago

    Hello Alex, thanks for that. I might wait for the next update. Thanks again.

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