【发布时间】:2016-08-14 06:37:36
【问题描述】:
我正在通过评论网站获取 XML 数据,但我需要添加丰富的 sn-p 以便谷歌可以显示评级,但我无法找到确切的示例
这是 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>
那么我如何在这个 xml 中添加丰富的 sn-p 以便谷歌能够在我的网站上显示评级。
【问题讨论】:
-
您知道/读到 Google 搜索支持 XML 中的结构化数据吗?这会让我感到惊讶;它们通常只支持网页中的结构化数据,即 (X)HTML。
标签: asp.net xml seo google-search rich-snippets