- From: Chuck Houpt <chuck@habilis.net>
- Date: Mon, 10 Jul 2023 12:29:04 -0400
- To: "Thomas P. Schmierer, LMFT" <thomas@thomasschmierer.com>
- Cc: "www-validator@w3.org" <www-validator@w3.org>
Hi Thomas, Yes, that's odd. When I access /blog/feed/, the self link point to /feed/: % curl https://healingandpeace.com/blog/feed/ | grep self <atom:link href="https://healingandpeace.com/feed/" rel="self" type="application/rss+xml" /> Maybe some sort of caching issue? Or duplicate WP installs? (both / and /blog/ have the same content) - Chuck > On Jul 10, 2023, at 11:59 AM, Thomas P. Schmierer, LMFT <thomas@thomasschmierer.com> wrote: > > Hi Chuck, > > I'm not sure I understand. The only mention of a feed within https://healingandpeace.com/blog/feed/ is this: > > <atom:link href="https://healingandpeace.com/blog/feed/" rel="self" type="application/rss+xml" /> > However, the validator reads the wrong file. It reads https://healingandpeace.com/feed/. My thought is that maybe the file is so big that it times out and the validator strips "/blog/" off of the string, goes to the root of "https://healingandpeace.com" and then appends "/feed" to it. > > -Thomas > > On Monday, July 10, 2023 at 07:28:04 AM PDT, Chuck Houpt <chuck@habilis.net> wrote: > > > > > > On Jul 6, 2023, at 9:15 AM, Thomas P. Schmierer, LMFT <thomas@thomasschmierer.com> wrote: > > > > Hi! The feed validator tool grabs the feed at https://healingandpeace.com/feed/ when what I entered was https://healingandpeace.com/blog/feed/. > > > The feed identifies itself as the /feed/ URL, so presumably the feed-validator uses that as the canonical URL: > > <atom:link href="https://healingandpeace.com/feed/" rel="self" type="application/rss+xml" /> > > If you changed that self-link to /blog/feed/, then you'll probably get the desired result. > > - Chuck
Received on Monday, 10 July 2023 16:29:21 UTC