Title: Url breadcrumbs not updated to https protocol
Last modified: May 4, 2020

---

# Url breadcrumbs not updated to https protocol

 *  Resolved [danielefratin](https://wordpress.org/support/users/danielefratin/)
 * (@danielefratin)
 * [6 years ago](https://wordpress.org/support/topic/url-breadcrumbs-not-updated-to-https-protocol/)
 * Hello guys,
    I have one issue with breadcrumbs link on portfolio item pages.
 * After changed the site protocol form http to https I have a problem with the 
   breadcrumbs url for all the pages related to portfolio page.
    All the other links
   are ok with the https, but portfolio link points to http version.
 * Is there a way to correct this issue?
 * Thank you!
    Daniele
    -  This topic was modified 6 years ago by [danielefratin](https://wordpress.org/support/users/danielefratin/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Furl-breadcrumbs-not-updated-to-https-protocol%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Maybellyne](https://wordpress.org/support/users/maybellyne/)
 * (@maybellyne)
 * [6 years ago](https://wordpress.org/support/topic/url-breadcrumbs-not-updated-to-https-protocol/#post-12796154)
 * Hello,
 * Are these examples of URLs of the portfolio pages?
 * [https://www.venetocomunicazione.it/progetti/martex/](https://www.venetocomunicazione.it/progetti/martex/)
   
   [https://www.venetocomunicazione.it/progetti/cb-design/](https://www.venetocomunicazione.it/progetti/cb-design/)
 * If yes, then, they are loading as HTTPS. And if no, can you also share those 
   with HTTP?
 * Thanks
 *  Thread Starter [danielefratin](https://wordpress.org/support/users/danielefratin/)
 * (@danielefratin)
 * [6 years ago](https://wordpress.org/support/topic/url-breadcrumbs-not-updated-to-https-protocol/#post-12796413)
 * Dear Maybellyne,
    thank you for your replay.
 * Just yesterday I found a workaround to solve the issue.
    I added the following
   php script to the function file:
 * // define the wpseo_breadcrumb_single_link callback -> (update wrong http url
   part to https)
 * function filter_wpseo_breadcrumb_single_link( $link_output, $link ) {
    // make
   filter magic happen here… if (strpos($link_output, ‘[http://&#8217](http://&#8217);)!
   == false) { $link_output = str_replace ( ‘[http://&#8217](http://&#8217); , ‘
   [https://&#8217](https://&#8217); , $link_output); }
 *  return $link_output;
    };
 * // add the filter
    add_filter( ‘wpseo_breadcrumb_single_link’, ‘filter_wpseo_breadcrumb_single_link’,
   10, 2 );
 * // End of script
 * And it works well!
    Hope this can find someone else!
 * Have a nice day!
    Daniele
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/url-breadcrumbs-not-updated-to-https-protocol/#post-13064236)
 * YES! I recently did an audit and noticed that my site (which is forced SSL) had
   breadcrumb links that were not https:! Wish there was a way to make sure that
   the links were https: I will use the function left by Daniel until this is fixed.

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

The topic ‘Url breadcrumbs not updated to https protocol’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Mr Case](https://wordpress.org/support/users/mr-case/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/url-breadcrumbs-not-updated-to-https-protocol/#post-13064236)
 * Status: resolved