0

我正在尝试在线托管注释。

将此 include.xml 添加到 Google 自定义搜索帐户 CSE 注释:

<GoogleCustomizations>
  <Include type="Annotations" href="http://mywebsite.m/dynamic-annotations.xml" /> 
</GoogleCustomizations>

我的 dynamic-annotations.xml 文件看起来像

<?xml version="1.0" encoding="UTF-8" ?>
</Annotations>
      <Annotation about="http://en.wikipedia.org/wiki/*">
        <Label name="_cse_l98hzi05fja" />
      </Annotation>
</Annotations>

搜索结果不会出现在 Wikipedia 中。我做错了什么?

4

1 回答 1

0

你的第一个</Annotations>需要更少的 /。

 <Annotations>
    blah  
 </Annotations>

应该可以,试一试(希望你自八月以来已经解决了这个问题)

于 2013-10-21T05:52:56.023 回答