-
Can someone show full article body to crawler bot or when testing using Google rich results test
-
Hello,
I apologize for the issue you are facing. When using the Google Rich Results Test, you can test a specific URL of your webpage to see how it performs with structured data. The test will show you the rich result types identified on the page, along with any errors or suggestions for your structured data.
To ensure that the full article body is accessible to crawler bots, make sure that your structured data is correctly implemented and that there are no restrictions in your robots.txt file that might block access to the content.
Here’s how to run the Rich Results Test:
- Visit the Rich Results Testing Tool.
- Enter the URL of the page you wish to test in the provided field.
- Click on the “TEST CODE” button.
You can also use the “VIEW TESTED PAGE” option to verify your webpage’s structured data and ensure that it is present and correctly formatted on the page.
If you have further questions or need assistance with specific settings, please reply to this ticket, and a human agent from our support team will assist you further. Thank you for raising this concern!
Hello,
Thank you for contacting us.
To help us understand the problem more clearly and provide a quick and smooth solution, please elaborate more on the issue you are experiencing.
Please send screenshots showing the exact problem and, if possible, a recorded screencast video demonstrating the issue.
You can use tools like Imgur for screenshots or Loom for screencasts.
We look forward to helping you further.
Thanks.
Hello,
Yes, it’s possible to include the full article content using the
articleBody
property in your schema markup. This helps search engines understand the complete context of the article. Tools like the Google Rich Results Test may display it if implemented correctly. Just ensure thearticleBody
content matches what’s visible on the page to avoid any issues with structured data guidelines.Don’t hesitate to get in touch with us if you have any other questions.
Is there any variable I can use, I just saw if seo description is used it shows up well in the Rich results test.
Hello,
Here’s a sample filter you can use on your site to add the
articleBody
to your article schema:add_filter( "rank_math/snippet/rich_snippet_article_entity", function( $entity ) { $stripped_content = wp_strip_all_tags(get_the_content()); $entity['articleBody'] = strip_shortcodes($stripped_content); return $entity; });
Here’s how you can add filters/hooks to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/You can also verify your posts with the article schema regarding the articleBody property.
Looking forward to helping you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.
The ticket ‘Help’ is closed to new replies.