• Resolved kokoruz

    (@kokoruz)


    I created a cpt for press releases and it needs to live in the media center

    https://website.info/media-center/press-release/

    To keep my url structure I set my slug to include the media-center in my rewrite

    “rewrite” => array( “slug” => “media-center/press-release”, “with_front” => false ),

    unfortunately yoast does not seem to understand the structure and is displaying

    Home ? Press Releases

    vs

    Home ? Media Center ? Press Releases

    Any ideas how to fix my breadcrumbs to include my parent section.

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

    (@mazedulislamkhan)

    Can you please try performing the following steps to see whether this resolves the issue for you? It will clear the Indexables from the database and will store new breadcrumbs structure for the relevant custom post type as well.

    • Install and activate Yoast Test Helper plugin;
    • Go to Tools → Yoast Test → Yoast SEO → Reset indexables tables & migrations options to reset it;
    • Run SEO data optimization from the SEO → Tools page.

    Let us know whether the issue persists after performing the above steps.

    Thread Starter kokoruz

    (@kokoruz)

    Unfortunately after following the steps outlined above, nothing has changed.

    Any other thoughts?

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi,

    Could you check what ‘taxonomy to show in breadcrumbs for content types’ you have for your CPT under the SEO > Search Appearance > Breadcrumbs section?

    Could you also check if you are able to set a primary category for your CPT? If you set the primary category to ‘Press Releases’, does it then output the breadcrumb pathway as expected?

    Otherwise, you can refer to this article on how to modify the breadcrumb pathway to get it to output the desired pathway – https://yoast.com/help/implement-wordpress-seo-breadcrumbs/#pathway

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumb of CPT placed in a parent’ is closed to new replies.