lindylearn / aboutideasnow

Find people to talk to or collaborate with by searching across the /about, /ideas and /now pages of 1000s of personal websites.
https://aboutideasnow.com
MIT License
192 stars 6 forks source link

Not indexing redirects #6

Closed Krisseck closed 6 months ago

Krisseck commented 6 months ago

It looks like the site is not indexing when the pages are 301 redirected.

In case of my site, I have:

And the crawler only finds the ideas page.

image

phgn0 commented 6 months ago

Yep we were deriving the post type (about, ideas, or now) based on the redirected URL of the page, and /my-projects didn't match any of them.

I just fixed this with https://github.com/lindylearn/aboutideasnow/commit/47ae533319b463a162d9e17f95e1ae978ef8de64, and indexed your site.

Thanks so much for reporting this!