Plugin Author
Brecht
(@brechtvds)
All instructions already have their own ID. You should not be adding that in manually again.
For example, this is a link to the first instruction step in that recipe:
https://www.manueljaragons.com/la-mejor-sobrebarriga-en-salsa/#wprm-recipe-865-step-0-0
Plugin Author
Brecht
(@brechtvds)
The IDs you added in manually are working as well, by the way:
https://www.manueljaragons.com/la-mejor-sobrebarriga-en-salsa/#wprm-receta-865-paso-1-4
Although you shouldn’t use an <a> tag for that. <a> elements are supposed to be links themselves, not something to link to.
But as mentioned above: we already add IDs and make sure those are part of the metadata, so you shouldn’t repeat that.
Awesome! thanks.
How exactly can I access that automatic link created by the plugin? I tried looking for it and couldn’t find it.
Also, I don’t use Yoast for SEO I use Rank Math would that be the issue?
I really love your product 😀
Plugin Author
Brecht
(@brechtvds)
You can always find the ID in the source code if you use your browsers web inspector.
But it basically follows this format:
wprm-recipe-recipe_id-step-group_index–instruction_index
So wprm-recipe-865-step-2-0 would be the first instruction step of the third group of the recipe with ID 865:
https://www.manueljaragons.com/la-mejor-sobrebarriga-en-salsa/#wprm-recipe-865-step-2-0
(These indexes are zero based, so start at 0)
Plugin Author
Brecht
(@brechtvds)
Both Rank Math and Yoast SEO are fine! Are you experiencing any specific issues?
Yes, rank math does not show the recipe schema when I add a recipe inside a post. That is why I thought I had to do it manually
Plugin Author
Brecht
(@brechtvds)
You can test the metadata here:
https://search.google.com/test/rich-results?id=ToJ_Ua-3cRS9YaVlTyX0hA
You can see the recipe metadata is in there twice now, so that’s a problem! This is what you manually added in Rank Math? You should not do that. Just let WP Recipe Maker handle the metadata.