Dynamic meta tags in Meteor app

I haven’t been able to find any recent information on this topic. Every forum post is from 2014 at the latest and some later ones do not have answers. Is there any good solution for this with Meteor?

I’ve had good luck with kadirahq:meteor-dochead.

I tried using this package, but the tags do not appear when I try to scrape the site through Facebook share debugger: https://developers.facebook.com/tools/debug/.

If you are on React I can advise you to try helmet

I am using Blaze and Iron Router. Is there any solution for dynamic meta tags that can be scraped by Google/Facebook/etc.?

Any solution on this issue?