• Resolved Smeeshane

    (@shanelowry)


    Hi there,
    Thank you for this wonderful plugin.
    I am reviewing a course and is good but I get the following warning on Google structured data testing tool.

    The provider field is recommended.
    Please provide a value if available.

    Could a field be added to cover this.

    Thank you,
    Shane

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @shanelowry They are warnings and don’t really matter. Nevertheless, you can use the following snippet to add data to the structured data. You would of course need some development background to use this:

    
    	add_filter( 'wppr_schema', function( $ld ) {
    		// populate more data or remove data from $ld.
    		return $ld;
    	}, 10, 1 );
    

    If you are satisfied with our product and support, kindly spare a moment to leave us a review. It would really help us spread the word!

    Plugin Contributor contactashish13

    (@rozroz)

    We haven’t heard from you in sometime so marking this as Resolved. If you continue to face an issue, please create a new ticket. We’d be happy to help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Structured data error’ is closed to new replies.