Archived topic
Schema Data Error
7 replies · Started by 24xstudio on May 17, 2020
Hey,
I am getting the following error while checking the scheme data:
url
A value for the URL field is required.
URL of the schema data testing tool: https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fcliffyb.com%2Fauthor%2Fluqman%2F
Screenshot: https://prnt.sc/sio1od
Can you please help me with this error?
Thanks :)
Hi there,
That looks like it's pointing to Yoast?
If so you'd need to check with their support.
If you are using Yoast for schema, then it would be a good idea to remove GP's default schema:
https://docs.generatepress.com/article/generate_schema_type/
After using the code :
add_filter( 'generate_schema_type', '__return_false' );
I am getting the same error
What if you disable Yoast?
I cannot disable Yoast as it will affect my site.
Then have you checked with Yoast's support?
Hey folks,
I'm a bit of a newb so It took me a while to figure this one out but I hope this helps someone else who might be experiencing this issue.
I have the Schema plugin installed on my site in addition to the Yoast plugin. I had my logo in the Site Identity area and in Yoast and I couldn't figure out why I was seeing this error.
Turns out, the settings on the Schema plugin override the settings on the Yoast plugin so all I needed to do was add my logo to the Schema plugin.
Problem solved.
Hope this helps!
Thanks for sharing your solution with us! :)