• Needs to do more on Job Posting rich snippet. For example when we use Job Posting it shows: Unpublish when expired: 1 and it also shows logo url instead of logo. (Using short code). There should be an option which allow us to show or hide some information. We should be able to change text for: Expiry Posted, Date Posted, etc.. But still plugin is good hope Rankmath team will look in this.

Viewing 1 replies (of 1 total)
  • Plugin Author Rank Math SEO

    (@rankmath)

    Hello @abhimanyujadav111

    Thank you for your review and your suggestion.

    You can use our filters to add/remove fields from the Shortcode and change the HTML structure:

    // Filter to change Snippet HTMl
    add_filter( 'rank_math/snippet/html', function( $html ) {
    	echo do_shortcode( $html );
    });
    
    // Filter to add/remove fields.
    add_filter( 'rank_math/snippet/fields', function( $fields ) {
    	return $fields;
    });

    As far as showing the logo image in the Shortcode is concerned, yes that we can improve. I’ve created an internal ticket for the same and it should be added to the plugin in one of the upcoming updates.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Good’ is closed to new replies.