Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

ConteudoAnimal.com.br

Erro em rss/feed feito em ASP

Recommended Posts

Ola Pessoal,

 

Eu troquei a Locaweb pelo UOL HOST e tenho meu feed que parou de funcionar

 

Alguma idéia do que tá errado ?

 

Segue o código

 

<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
 <channel>
	<title>Noticias do Conteudo Animal</title>
	<link>http://www.conteudoanimal.com.br</link>
	<description>Portal sobre animais de estimacao e agronegocios</description>

<%

<!conexão do mysql !>

set rs=conn.execute("SELECT * FROM Noticias order by id DESC")
While x<200
%>
	<item>
 	<title><![CDATA[ <%=rs("manchete")%> ]]> </title>
 	<link><![CDATA[http://www.conteudoanimal.com.br/noticias/ver.asp?manchete='<%=rs("url")%>']]></link>

<guid><![CDATA[http://www.conteudoanimal.com.br/noticias/ver.asp?manchete='<%=rs("url")%>']]></guid>
	</item>
<%
rs.Movenext
x=x+1
wend
%>
</channel>
</rss>

Os erros que apresentam são:

 

http://www.feedvalid...r%2Ffeed.asp#l9

 

This feed does not validate.

 

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

 

  • Feeds should not be served with the "text/html" media type [help]

     

     

  • Your feed appears to be encoded as "ISO-8859-1", but your server is reporting "US-ASCII" [help]

     

     

  • line 241, column 65: title contains bad characters (2 occurrences) [help]

     

    <title><![CDATA[ Chineses pintam cães para transformá-los\x94 em animai ...

    ^

  • line 242, column 123: link contains bad characters [help]

     

    ... hineses pintam caes para transforma-los\x94 em animais selvagens']]></link>

    ^

  • line 244, column 116: guid contains bad characters (2 occurrences) [help]

     

    ... hineses pintam caes para transforma-los\x94 em animais selvagens']]></guid>

    ^

  • line 507, column 97: title should not contain HTML: ‏ [help]

     

    ... ão de grupo de defesa animal‏ ]]> </title>

    ^

  • line 1409, column 0: Missing atom:link with rel="self" [help]

     

    </channel>

     

Source: http://www.conteudoa...com.br/feed.asp

Compartilhar este post


Link para o post
Compartilhar em outros sites

verifique se o link é válido

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.