I am a beginner in Structure Data Markup and I want to know if I did it well
-
message removed.
-
Super smart idea to be doing this. The best way to make sure this is pixel perfect is to use the Google Webmaster structured data tool: https://support.google.com/webmasters/answer/2650907?hl=en
-
The easiest way to test this is to go to https://search.google.com/structured-data/testing-tool. Just taking a glance at it, it definitely looks like normal Schema code, I would use the tool to be sure though.
-
Hi Leebi,
As you probably noticed by running the Schema.org snippet in the Structured Data Testing Tool is that the code doesn't verify. You're currently using an array for the sameAs property. But you can't use a @type SocialMediaPosting in there. Basically what it's expecting is an array of strings with the values of your sameAs properties. If you would change that it would likely verify.
Martijn.