Home>Support>Structured data errors

Structured data errors

By g, 7 years ago. Last reply by g, 7 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 6 months ago Alex S
    Hi, I Work Here

    Hi G,

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

  2. 7 years, 6 months ago g

    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. 7 years, 6 months ago Alex S
    Hi, I Work Here

    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. 7 years, 6 months ago g

    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. 7 years, 6 months ago g

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

  6. 7 years, 6 months ago Alex S
    Hi, I Work Here

    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. 7 years, 6 months ago g

    Hi, it's https://vgy.me/a/jJFPP3jE. Thx

  8. 7 years, 6 months ago Alex S
    Hi, I Work Here

    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. 7 years, 6 months ago g

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More