2013-08-20 54 views
0

我想在網上主持註釋。主機谷歌定製引擎註釋

添加此include.xml到谷歌自定義搜索帳戶CSE註釋:

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

我的動態annotations.xml文件看起來不從維基百科看起來像

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

的搜索結果。什麼即時做錯了?

回答

0

您的第一個</Annotations>需要更少/。

<Annotations> 
    blah 
</Annotations> 

應該工作,給一個去(希望八月以來,雖然你已經解決了這個問題)