Jump to content

Featured Replies

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

  • Community Expert

I've tagged a developer to this to shed light on why Google is marking this as such. It is indeed valid schema.

  • 5 weeks later...

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.)

 

 

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

  • Community Expert

It looks like a bug with Google. Seems to be valid schema when checked elsewhere. 

I sent some feedback to Google in the Rich Test Results regarding this topic and also referenced this thread.

Recently Browsing 0

  • No registered users viewing this page.