How to display H1 H2 tags in meteor

Hello,
I just deployed my meteorJs application. Unfortunately, after I click view page source I can not see heading tags such as h1, h2 which is very bad for SEO. Is there any solution to make it appear?

Yeah, since Meteor renders everything with Javascript, the initial HTML is empty. There are different solutions to this, depending on which view layer you use.

One of them is the official spiderable package:

1 Like