Google isn't indexing some pages on my Gatsby site

Hello, I’m not sure if this is an issue with Gatsby, Netlify or Google so apologies if this is in the wrong place. Please advise if so.

I am trying to get Google Search Console to index two recent pages on my Gatsby site.

On the console, most of the pages have been indexed correctly. However I’m getting an error on the two most recent pages I’ve added saying “Page is not indexed: Redirect error”.

Any help on this would be much appreciated.

Thanks very much!
Ben

Hey Ben,

Does sound more like a question for google, but just looking there I see a difference in those pages:

the not-working ones don’t have a trailing slask; the working one does.

What happens if you ask google to index the trailing-slash version of the page? Does that work any better?

The other thing to keep in mind is whether your site has prerendering enabled, since that will “load your page” differently for google, than you do in a browser! But, I can see you do not have this enabled on this site. If you did, you’d connect more like described in this support guide (but again, this does not seem to be your situation today!):

Thanks for the reply.
I’ve tried asking Google to index the “trailing slash” version of the site. We’ll see what it comes up with in a few days.
Thanks very much,
Ben