How To Fix "Page Not Eligible For Rich Results" In Rich Result Test Tool - Guideline Ultimate
Google recently announced the rich results tool and it is in beta testing! When you test your blog link through the rich results tool, it shows errors, and it is also reflected in the search console. Google surfaces experience-rich results, such as searches, that go beyond standard blue links. Rich results may include carousels, images, or other non-textual elements. You can check your blog link through the tool given below.
See here: - https://search.google.com/test/rich-results
We have previously shared a similar tutorial for breadcrumbs, since breadcrumbs are located in post pages, this will fix the problem in post pages and now your post pages are completely errored free in this tool. But you remember one thing that this post page trick works only if your blog has breadcrumbs. Now let's go ahead and see how to fix the problem on the homepage.
Searching and adding code.
Now this is a necessary step and you need to do it carefully, otherwise, you will not be able to fix the problem and your template will not save. You need to find this code and replace it with the code below. So we will replace it with the original code for proper markup verification. In the template, search for the code <head> once you find the code, just place this code below it.
If you don't know how to find specific code, follow this tutorial.
<b:if cond='data:view.isHomepage'><script type='application/ld+json'>{"@context":"http://schema.org","@type":"WebSite","name":"<data:view.title.escaped/>","url":"<data:view.url.canonical/>","potentialAction":{"@type":"SearchAction","target":"<data:view.url.canonical/>search?q={search_term_string}","query-input":"required name=search_term_string"}}</script></b:if>
The conclusion
Congratulations !! You made it Now you know how to fix the "How page is not eligible for rich result" in Rich Results Test Tool. Go to your blog posts and look at the code live in action, hope you liked this post, if you enjoyed it please share it with your friends and family, we are working hard to develop such awesome widgets, and posts please stay with us.
0 Comments