Hello,
Thank you for contacting Rank Math, and sorry for any inconvenience that might have been caused due to that.
Would it be possible for you to share the URL of the affected post? This would help us to determine the issue. You can share the link in the Sensitive Data section.
Looking forward to helping you.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
You can try the code below. The code below will add extra 3 images to your schema into your post https://moringa-life.jp/green-water/
.
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
if (is_single('green-water')){
$data['publisher']['image'] = [
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water1x1.jpg',
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water4x3.jpg',
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water16x9.jpg',
];
}
return $data;
}, 999, 2);
Please let us know if this helps you so we can assist you further on this issue. Thank you.
Thanks for your reply.
I tried the code and can add extra 3 images in json code.
However, I would like to add those in “Recipe” schema.
The output is below (Partially omitted):
“@context”: “https://schema.org”,
“@graph”: [{“@type”: [“Corporation”, “Organization”],
“image”: [
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water1x1.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water4x3.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water16x9.jpg”
]},
{“@type”: “Recipe”,
“name”: “\u30e2\u30ea\u30f3\u30ac\u9752\u6c41\u306e\u4f5c\u308a\u65b9”,
“datePublished”: “2019-09-21JST03:38:26+09:00”,
“author”: {“@type”: “Person”,
“name”: “\u8fd1\u85e4”
}
I prefer:
{“@type”: “Recipe”,
“name”: “\u30e2\u30ea\u30f3\u30ac\u9752\u6c41\u306e\u4f5c\u308a\u65b9”,
“datePublished”: “2019-09-21JST03:38:26+09:00”,
“author”: {“@type”: “Person”,
“name”: “\u8fd1\u85e4”
“image”: [
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water1x1.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water4x3.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water16x9.jpg”
]},
}
Hello,
Can you try the code below. The images will apply to the Recipe schema.
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
if (is_single('green-water')){
$data['Recipe']['image'] = [
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water1x1.jpg',
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water4x3.jpg',
'https://moringa-life.jp/wp-content/uploads/2021/01/green-water16x9.jpg',
];
}
return $data;
}, 999, 2);
Please let us know if this helps you.
Thank you.
Thanks for your reply.
I tried the code.
However, those 3 images are added in other area, @type “Webpage”.
The output is below (Partially omitted):
{
“@type”: “WebPage”,
“@id”: “https://moringa-life.jp/green-water/#webpage”,
“url”: “https://moringa-life.jp/green-water/”,
“name”: “モリンガ青汁の作り方”,
“datePublished”: “2019-09-21T03:38:26+09:00”,
“dateModified”: “2021-01-28T16:14:44+09:00”,
“isPartOf”: {
“@id”: “https://moringa-life.jp/#website”
},
“primaryImageOfPage”: {
“@id”: “https://moringa-life.jp/green-water/#primaryImage”
},
“inLanguage”: “ja”
},
{
“image”: [
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water1x1.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water4x3.jpg”,
“https://moringa-life.jp/wp-content/uploads/2021/01/green-water16x9.jpg”
]
},
{
“@type”: “Recipe”,
“name”: “モリンガ青汁の作り方”,
“datePublished”: “2019-09-21JST03:38:26+09:00”,
“author”: {
“@type”: “Person”,
“name”: “近藤”
},
Hello,
We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping you.
Thank you.
Sorry for my late reply.
I am re-constructing my website now, so not easy to share you my local.
I plan to follow your newly article about directly paste schema.
https://rankmath.com/blog/schema-markup/#add-schema-to-non-WP-website
So far my website has only 5 recipe pages, so it looks easier for me to add some image code into output of your code validation and then copy and paste it directly.
Excuse me for bothering your time and thanks for your supports.
I always appreciate RANKMATH plugin update and support.
Hello,
We are super happy that this issue is already resolved. If you have any other questions in the future, know that we are here to help you.
If you don’t mind us asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.