Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/08/2011, 06:48
jimion
 
Fecha de Ingreso: julio-2011
Mensajes: 12
Antigüedad: 12 años, 9 meses
Puntos: 0
Validar feed w3c

Otra vez debo recurrir a vuestra ayuda despues de pasar un buen rato en google buscando informacion,

Estoi validando un feed y me arroja esta advertencia:

Message

Missing atom:link with rel="self"

Explanation

According to the RSS Advisory Board's Best Practices Profile, identifying a feed's URL within the feed makes it more portable, self-contained, and easier to cache. For these reasons, a feed should contain an atom:link used for this purpose.

Solution

If you haven't already done so, declare the Atom namespace at the top of your feed, thus:

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

Then insert a atom:link to your feed in the channel section. Below is an example to get you started. Be sure to replace the value of the href attribute with the URL of your feed.

<atom:link href="http://dallas.example.com/rss.xml" rel="self" type="application/rss+xml" />


Con esta etiqueta tengo el mismo problema:

<atom:link href="http://dallas.example.com/rss.xml" rel="self" type="application/rss+xml" />