Re: not grabbing right feed name

> 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 14:28:08 UTC