I am working for a company that wants their podcast on iTunes... The thing is that they want a specific URL destination (and not the link from the RSS feed itself) pointing from the iTunes page. I know that the tag to change on the RSS feed is the <link> tag but iTunes does not validate my RSS feed.

It is a valid RSS Feed so what could be the issue ?

Code looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="http://www.axa.ca/axa-news-feed-QC-EN.rss" rel="self" type="application/rss+xml" />
<image>
<url>http://www.axa.ca/web/img/axa.jpg</url>
<title>RSS feed - Keep in Touch</title>
<link>http://www.axa.ca</link>
<description>Need information on one of our products? Got a question? Our customer service department can help. Contact us any time.</description>
</image>
<title>RSS feed - Keep in Touch</title>
<description>Need information on one of our products? Got a question? Our customer service department can help. Contact us any time.</description>

<link>http://www.axa.ca</link>
<lastBuildDate>Tue, 15 Mar 2011 22:53:09 -0400</lastBuildDate>
<pubDate>Tue, 15 Mar 2011 22:53:09 -0400</pubDate>
<item>

Any clue ?

Recommended Answers

All 2 Replies

Look at the submit your link section. Hope this helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.