Support for Carbon Fields

#325582
  • Resolved Poggesi Usa
    Rank Math free

    Hi,
    We have Rank Math Pro installed but it doesn’t seem to be scanning our website content correctly and we continuously have glitches with meta descriptions not showing on the backend wordpress editor.
    Our wordpress themes was built using custom fields created by Carbon Fields https://carbonfields.net/ and I see there’s a section to add custom fields to be read by Rank Math but our devs say it doesn’t seem to be working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math, and sorry for any inconvenience that might have been caused due to that.

    To troubleshoot the issue, please try to add Rank Math support for your Custom Post Type by applying the following filter in the functions.php file:

    add_filter( 'rank_math/excluded_post_types',function( $post_types) {
          $post_types['custom-post-type'] = 'custom-post-type';
         return $post_types;
    }, 11 );

    Kindly remember, to replace the custom-post-type with your custom post type.

    Please let us know how that goes. Looking forward to helping you further.

    Thank you

    Hi Chandni,
    I think you may have misunderstood the issue. Our Custom Posts are appearing in Rank Math settings, it is the custom fields that we use to fill in the information that’s not appearing.

    This is the previous thread they had with you guys regarding this issue https://support.rankmath.com/ticket/support-for-custom-fields-created-with-carbon-fields-library/ but it seems that the solution is not working for us.

    Any help would be appreciated.

    Hello,

    That option is to add only the WordPress custom fields to be added in the analysis and we also have the ACF module to read ACF fields.

    However, for any other custom implementation, you’ll need to ask the plugin developers to include them with the help of our Content Analysis API: https://rankmath.com/kb/content-analysis-api/

    Hope this helps clarify your doubts.

    Don’t hesitate to get in touch if you have any other questions.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘Support for Carbon Fields’ is closed to new replies.