• Facebook Icon Link
    • Instagram Icon Link

    How to Move Yoast to the Bottom of the Page.


    move yoast to the bottom of the page

    Tutorial Overview.

    Yoast is a great plugin used by over 5 million WordPress users who rely on it to control their SEO settings. I am a fan of Yoast but once I get it all set up, I like to move it to the bottom of the page. Many of us use plugins like Advanced Custom Fields that add additional fields and settings to the bottom of our pages and posts. One reason to move Yoast to the bottom of the page is to make other plugins more easily accessible so they don’t get lost at the bottom of the page. If you build websites for clients, this is a good way to make it easier to edit their website.

    Luckily there is a simple code snippet you can add to your WordPress website that will take care of this for you.

    How to Move Yoast to the Bottom of the Page.

    You will need to edit your functions.php file to do this so if you are unsure how to do this go here first: How to Edit the functions.php File in WordPress.

    1. Open your functions.php file.
    2. Add the following code to the file.
    function move_yoast_to_bottom() {
        return 'low';
    }
    add_filter( 'wpseo_metabox_prio', 'move_yoast_to_bottom');
    
    1. Save the file.

    That’s it. Now go refresh your page or post and Yoast will be at the bottom of the page.
    Divi WordPress Theme Banner

     

    Additional Posts.

    Pin It on Pinterest

    Share This