Jetpack’s Photon Breaks RSS
-
For years we’ve found that Jetpack’s Photon a.k.a. “Speed Up Image Load Times” inside Jetpack > Settings > Performance breaks our RSS feed(s) because it adds URL variables to image tags, which is disallowed in RSS.
For example:
<media:content url="https://i0.wp.com/www.macobserver.com/wp-content/uploads/2020/04/workheader-iPhone-12-concept.jpg?fit=400%2C210&ssl=1" medium="image" />
The
?fit=400%2C210&ssl=1
is the problem there, and I think it’s really the ampersand, though I’m not 100% sure about that. I think this used to work (long ago) before we were SSL, and so that’s what makes me think it’s the ampersand.In any event, is there a way to tell WordPress/Jetpack/Photon just to serve images directly in RSS? That would bypass this problem entirely.
- The topic ‘Jetpack’s Photon Breaks RSS’ is closed to new replies.