Re: not grabbing right feed name

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:02:29 UTC