如何在网站中添加丰富的代码段?

时间:2016-04-21 07:51:12

标签: asp.net xml seo google-search rich-snippets

我通过评论网站获取XML数据,但我需要添加一个丰富的代码片段,以便Google可以显示评分,但我无法找到确切的示例

这是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中添加丰富的代码段,以便google能够在我的网站上显示评分。

1 个答案:

答案 0 :(得分:1)

在我们提供建议之前,您需要先显示一些进展。 这是我建议你做的。

  1. 转到schema.org(http://schema.org/docs/full.html)并确定哪些类型与您的XML数据相关。
  2. 确定类型后,查找与XML源中使用的术语相同的属性。
  3. 使用schema.org上的相关示例并将其应用于修改后的数据(步骤1和2)。
  4. 显示步骤1-3的结果,并要求进一步说明如何改进结果或处理Google结构化数据测试工具(https://developers.google.com/structured-data/testing-tool/)显示的错误消息。