Jump to content

Unrecognised field 'interactionStatistic' on User Profile


Recommended Posts

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

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • Recently Browsing   0 members

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