Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 22, 20241 yr 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 } ] }
March 22, 20241 yr 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.
April 22, 2024Apr 22 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.)
April 22, 2024Apr 22 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 April 22, 2024Apr 22 by tnn
April 22, 2024Apr 22 Community Expert It looks like a bug with Google. Seems to be valid schema when checked elsewhere.
April 22, 2024Apr 22 I sent some feedback to Google in the Rich Test Results regarding this topic and also referenced this thread.