-
Hi Rank Math team,
I’m trying to implement WebPage schema on my website using your plugin. I added the schema manually via the Custom Schema Generator, including valid WebSite, Organization, and WebPage blocks.
The issue is:
Google’s Rich Results Test returns “No items detected”
Even though my code validates correctly in the Schema.org validator
I understand that WebPage is not a rich result–eligible type, but I want to confirm:
Is it expected that WebPage schema won’t show anything in Rich Results Test?
Is Rank Math injecting it correctly in the page <head> or JSON-LD format?
Do I need to manually override global schema settings to avoid conflicts?
Example of the JSON I’m testing:
json
Copy
Edit
{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “WebPage”,
“name”: “Example Page”,
“url”: “https://www.example.com/example-page”,
“inLanguage”: “en-US”,
“description”: “Sample description”,
“isPartOf”: {
“@type”: “WebSite”,
“@id”: “https://www.example.com/#website”
}
}
]
}
Can you help me verify if Rank Math is injecting this schema properly, and if there’s a way to confirm it’s working even without rich result eligibility?Thanks in advance!
The ticket ‘WebPage Schema Not Detected in Rich Results’ is closed to new replies.