• Resolved cyborg88

    (@cyborg88)


    Hey Yoast team:

    Thanks for your active support in the forum.

    Context
    I have implemented breadcrumbs per your KB tutorial.

    Objective
    I would like to remove the Breadcrumb from only the homepage on a Genesis Framework child theme.

    Attempted Solutions
    1. Searched this forum for insight; seemingly no threads on this explicitly.
    2. Opted to “Hide Breadcrumbs” under Genesis settings, but this seems to apply only to Genesis breadcrumbs, which are disabled when Yoast is activated.
    3. Reviewed Dashboard > SEO > Search Appearance > Breadcrumb Settings where there is an option for showing blog page, but not disabling the UI Breadcrumb for the homepage.

    Could you share how to remove the UI Breadcrumb on the homepage only?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Md Mazedul Islam Khan

    (@mazedulislamkhan)

    To disable the Yoast SEO breadcrumb on the homepage of your website, you’ll need to make sure that you have not implemented the Yoast SEO breadcrumb specific code into the header.php as this file is included in all the page template. Basically, you’ll need to implement the relevant code anywhere except that isn’t part of the homepage of your site. If you’re unsure about this, the Genesis theme support would be the best place to assist you on this.

    Thread Starter cyborg88

    (@cyborg88)

    @mazedulislamkhan :

    Thank you for the timely follow up.

    I am looking to remove the breadcrumb only from the frontend UI of the homepage, not the code accessible to SERPs.

    Fortunately, I found in the recesses of WP forums a solution posted by @snehalb890:

    .home p#breadcrumbs {
      display: none;
    }

    Hopefully this helps others too. ??

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove/Disable Yoast Breadcrumbs for UI on Genesis Framework’ is closed to new replies.