A

Structured data errors in Search Console – Missing "url" in "author" + media type not specified

  • Thread starter Thread starter #Anakin
  • Start date Start date
A

#Anakin

Guest

Hi everyone,
I’m trying to fix some structured data issues reported by Google Search Console on my XenForo forum.

These are the main errors:

  1. Missing field "url" (in "author")
  2. You must specify "text", "image", or "video"
Due to these issues, the affected elements are marked as invalid and not eligible for rich results.


I added the following JSON-LD script at the end of the PAGE_CONTAINER template:

Code:
Code:
<script type="application/ld+json">
{
  "@context": "https://schema.org"...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom