Hi, after I checked for a long time with GP support they came up with the problem
The source is in the translation of WP to RTL languages
It turns out that the visibility of Google’s reading mode is indeed a big problem with the rankings because there is now an emphasis on people with disabilities. And this is a common problem in recipes
To get around the problem I gave a general tag to the whole site all list are redable now
html { direction: rtl; unicode-bidi: embed; }
In the recipe view work but i do nead to align to the right
How to align ingredient lists to the right?
How to align the preparation instructions to the right?
How to align the recipe title to the right?
thanks
I have a similar problem. When you try to read the recipe through “google reading mode” it fails to read the ingredients and the method of preparation, i.e. what is in the list of the ingredients and the preparation instructions.
<ul class=”wprm-recipe-ingredients”>
How do you fix it?