Looks like it’s currently using our last_posted_at field from the Topic query. There is no last_edited_at field we can use here. It would have to check the posts to find out the most recent time a post was edited.
I feel like this is such a minor issue for crawlers that it’s not worth doing the extra computation.
We realized that bumped_at is the field we should be using here, not last_posted_at, so that change will go into the codebase tomorrow courtesy @eviltrout – thanks for pointing this out @PoojaPatel