Reputation: 1030
I am getting a XML data through an review website but i need to add a rich snippet to this so google can show the ratings but i am unable to find the exact example
here is the part of an XML
<reviewDetails>
<reviewDetail>
<score>5</score>
<scoremax>5</scoremax>
<text>
<![CDATA[Something something something.]]>
</text>
<user>
<![CDATA[Person]]>
</user>
<id>1494839</id>
<createdate>20160420</createdate>
<beveeltAan>
<![CDATA[ja]]>
</beveeltAan>
<reviewID>1494839</reviewID>
<reviewDatum>20160420</reviewDatum>
<questions>
<question>
<label>
<![CDATA[Verkooptraject]]>
</label>
<score>-1</score>
<order>1</order>
<type>
<![CDATA[score]]>
</type>
</question>
<question>
<label>
<![CDATA[Informatie op SiteToGo.nl]]>
</label>
<score>-1</score>
<order>2</order>
<type>
<![CDATA[score]]>
</type>
</question>
<question>
<label>
<![CDATA[Communicatie website bouwer]]>
</label>
<score>-1</score>
<order>3</order>
<type>
<![CDATA[score]]>
</type>
</question>
<question>
<label>
<![CDATA[Bereikbaarheid]]>
</label>
<score>-1</score>
<order>4</order>
<type>
<![CDATA[score]]>
</type>
</question>
<question>
<label>
<![CDATA[Snelheid oplevering]]>
</label>
<score>-1</score>
<order>5</order>
<type>
<![CDATA[score]]>
</type>
</question>
<question>
<label>
<![CDATA[Prijs-/kwaliteit verhouding]]>
</label>
<score>-1</score>
<order>6</order>
<type>
<![CDATA[score]]>
</type>
</question>
</questions>
<kooptvakeronline></kooptvakeronline>
<geslacht>
<![CDATA[vrouw]]>
</geslacht>
<leeftijd>0</leeftijd>
<gekochtproduct></gekochtproduct>
<companyResponse></companyResponse>
<filterCode></filterCode>
</reviewDetail>
<reviewDetail>
so how can I add rich snippet in this xml so google will able to show the ratings on my website.
Upvotes: 2
Views: 674
Reputation: 1726
You need to show some progress before we can offer advice. Here is what I recommend you do.
Upvotes: 1