Docs /

Why Don’t I See Related Posts Yet?

What’s normal to expect right after publishing a new post, and when to actually worry.

This is usually expected, not a bug

Ariadne computes related lists once, when a post is saved, then refreshes them in the background — nothing is scored live while a visitor views the page. A brand-new post’s very first related list uses whatever data already exists at that moment. If your site uses AI-powered matching, that post’s own semantic signal doesn’t exist yet either, since generating it is a background step that happens right after saving, not during it.

In practice, this means a newly published post typically has a related list within moments (based on tags, categories, and text similarity), and it gets refined further — sometimes with a slightly reordered or expanded list — within a minute or two, once its AI embedding finishes generating.

If a post’s related list still looks off after a few minutes

  • Check the candidate pool. By default, only posts sharing a category are eligible matches. If a new post is in a category with very few other posts, there may genuinely not be many strong candidates yet. See where related posts show up by default.
  • Check the post-edit meta box. It shows the current computed list with scores, so you can see exactly what Ariadne is working with rather than guessing.
  • On a Pro or Pro+ site, the Post Status admin screen shows each post’s embedding and related-list status individually, with a manual “redo” action per post if something looks stuck.

If you want to force it immediately

Before publishing, the block editor’s pre-publish panel offers a “Generate now” option that computes the related list right away, or an explicit “Publish without it” choice if you’d rather let it fill in automatically afterward. After publishing, a manual recompute is available from the Post Status screen (Pro and Pro+), or via WP-CLI if you’re comfortable with the command line.