Advertisement
Juc1

301 / iTunes / Soundcloud

Aug 12th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. I want to move my podcast from its current feed URL to my podcast account on Soundcloud.
  2.  
  3. I have asked the question below to both iTunes support and Soundcloud support but have so far not got a solution.
  4.  
  5. I am trying to understand the Apple iTunes instructions here re changing a feed url without losing current subscribers:
  6. https://www.apple.com/uk/itunes/podcasts/specs.html#changing
  7. =======
  8. If possible, you should do two things:
  9. 1) You should use the <itunes:new-feed-url> tag...
  10. 2) You should set your web server to return an HTTP 301 response and redirect
  11. when receiving a request for the old feed.
  12. ================
  13.  
  14. So the instructions seem to say add a <itunes:new-feed-url> tag to the old url and also put a 301 redirect on the old URL.
  15.  
  16. In its normal meaning, a 301 redirect means that any content on the old url (such as the <itunes:new-feed-url> tag) would be ignored.
  17.  
  18. So how can the <itunes:new-feed-url> tag on the old feed URL be effective when there is a 301 redirect on the same URL?
  19.  
  20. Thanks...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement