Jump to content

Recommended Posts

Posted

Hi. I know it's just a warning but... I'm reporting it as a bug. The warning applies to the user's profile.

Example Code:

    "interactionStatistic": [
        {
            "@type": "InteractionCounter",
            "interactionType": "http://schema.org/CommentAction",
            "userInteractionCount": 3557
        },
        {
            "@type": "InteractionCounter",
            "interactionType": "http://schema.org/ViewAction",
            "userInteractionCount": 14299
        }
    ]
}	

Could contain: Text, Page

Could contain: Page, Text

  • 5 weeks later...
Posted

It may be that the numbers are missing quotation marks. 

issue is: 
- Unrecognized field "interactionStatistic"
- Validation: Not Started

Possible Cause:
"userInteractionCount": 3557 
"userInteractionCount": 14299

Correct:
"userInteractionCount": "3557" 
"userInteractionCount": "14299"
(note quotation marks around the numbers.)

 

 

Posted (edited)

I've tested with the quotation marks and the issue is still there.

The structured data is valid with two testers I used and only fails with Google's Rich test results.

Edited by tnn
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...