How to change Yoast breadcrumbs?
-
How to make Yoast breadcrumbs friends with the Asgaros forum plugin? To indicate not just Home – Forum, but Home – Forum – Topic? Asgaros support does not answer this question
-
Hello,
Thanks for reaching out.
Though we are not familiar with the Asgaros plugin, can you confirm if you have enabled the Yoast breadcrumbs feature?
You can enable Breadcrumbs by performing the following steps:
1. Go to WordPress > SEO > Search Appearance > Breadcrumbs
2. Toggle the setting for ‘Enable Breadcrumbs’ to ‘Enabled’
3. Click ‘Save Changes’After confirming that breadcrumbs are enabled on the site, if they do not appear, you have to add the necessary code to where you want the breadcrumbs to appear in your theme’s respective PHP file. Sometimes, the theme needs some adjustments for allowing our breadcrumbs to work correctly. The code for the breadcrumbs is as follows:
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb( '<p id="breadcrumbs">','</p>' ); } ?>
Depending on your theme you may or may not need to add in the beginning
<?php
and ending?>
PHP tags. If you are not sure, we would recommend contacting your theme’s developer for additional assistance. Common places where you could place your breadcrumbs are inside your single.php and/or page.php file just above the page’s title.Moreover, another option that makes it really easy in some themes is just pasting the code in header.php at the very end.
Also, we have directions for implementing the Yoast breadcrumbs at the following link: https://yoast.com/help/implement-wordpress-seo-breadcrumbs/
@maybellyne Hello. It’s probably better if I give a specific page where you need to make these changes: https://is.gd/r9zprK. As you can see, here the breadcrumbs end with Forum in large print, and the topic name is under the menu in the same way as the Forum heading. They need to be in the same chain, like all other pages of the site: Home – Forum – Topic (in large print)
Hello,
Thanks for sharing the URL of the site.
Can you confirm that you have enabled the Yoast breadcrumbs and implemented it as provided above? Also, did you enable the breadcrumb setting for the Asgaros plugin in WordPress > Forum > Settings > Breadcrumbs?
@maybellyne Yoast breadcrumbs are enabled on the site. But Asgaros breadcrumbs are disabled because in this case, on the forum page, one will interfere with the other and will look like a minimum of strange
Hi,
Upon checking the link again, it looks like the Yoast SEO plugin has been disabled as we don’t see any of the Yoast output in the page source.
With regards to the implementation of the breadcrumbs, we understand you’ve already tried to implement it but are not getting the expected look or breadcrumb path. We’re not sure if this is an issue with the Asgaros breadcrumbs, but we might need to look at your specific set-up further for this, which we are unable to do so over these public forums.
You might want to consider Yoast SEO Premium so we can provide personal email support and look at this further.
@mikes41720 …the Yoast SEO plugin is enabled. if it were disabled, then the site, accordingly, would not have breadcrumbs
Hello,
Due to the nature of the issue, we’ll need to take a look at your specific setup. However, we are unable to do it here as this is a public forum. So, if you have an active Yoast SEO Premium subscription or if you can consider buying one, we can investigate the issue further directly on your setup privately through email.
However, if you don’t wish to get the Yoast SEO Premium subscription, that’s completely fine. In this case, you’ll need to troubleshoot the issue further on your setup as we are literally out of any clue at this moment without taking a look at the setup. So, someone from the community might step forward as well who has experienced or familiar with the issue.
@maybellyne which of the settings do you need to look at?
Once you send an email to the support team when you have an active subscription, they’ll be able to provide more details and let you know what exactly they need to check.
…I do not get you. Are you implying that this problem can only be solved if I have a premium subscription?
@triptikon Whereas we can’t say for certain if the Yoast SEO Premium plugin and premium support will resolve the issue you are experiencing, purchasing the Premium SEO plugin will allow you access premium support at the [email protected] help desk where we can assist you in troubleshooting your issue in more detail by logging into your site and checking the configuration.
If support isn’t able to resolve the issue we also offer a 30 day refund and you can read the details of our refund policy at the following link: https://yoast.com/refund-policy/
…in other words, if I don’t buy the premium version, you refuse to help?
No, that isn’t what we’re saying at all. We are saying that in order for us to troubleshoot this further it would require us logging into the site, so necessitates being done in a private channel.
Well, I can give you access to the site console. What email should I write to?
If you have premium support you can contact us at [email protected]
- The topic ‘How to change Yoast breadcrumbs?’ is closed to new replies.