New Landing How can we help? Themeforest Theme Support Neighborhood Yoast SEO / swift page builder compatibility?

Viewing 8 posts - 1 through 8 (of 8 total)
  • #203557
    MarieWorks
    Member
    Post count: 225

    Hi,

    I found a thread on this a while ago with another user who had managed to get it to work but not explained how

    Yoast SEO Plugin and Swift Page Builder Compatibility

    A post on the YOAST site seems to suggest it would be fully possible

    http://kb.yoast.com/article/217-is-the-plugin-compatible-with-xyz-visual-page-builder

    Do you think a future update might include this ability, YOAST seems like a popular plugin for working on SEO – so it seems like it would benefit allot of users?

    Thanks
    Chris

    #203577
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will suggest it to the development team so it can be considered for a future update.

    -Rui

    #203587
    MarieWorks
    Member
    Post count: 225

    great, many thanks Rui!

    #203589
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

    #203888
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Will do our best to implement this in forthcoming updates 🙂

    – Ed

    #203893
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you add the code below to the functions.php of your child theme to see if it works?

    `function sf_yst_custom_content_analysis( $content ) {
    global $post;

    if ( sf_get_post_meta( $post->ID, ‘_spb_js_status’, true ) ){
    return do_shortcode($content);
    }
    else{
    return $content;
    }

    }

    add_filter( ‘wpseo_pre_analysis_post_content’, ‘sf_yst_custom_content_analysis’ );`

    -Rui

    #203968
    MarieWorks
    Member
    Post count: 225

    Hi thanks Ed. look forward to the feature arriving in an update soon.

    Hi Rui – not sure I want to put test code in our functions php. as our site is now live. As soon as we have our staging site fully up and running i will try and test it there.

    Thanks

    Chris

    #203974
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register