I assume that you have layout.htmlor at least a main.htmlcontaining at least <head>.
The trick is placing <noscript>in <head>instead <body>.
Meteor does not display everything in JS. There are some things that appear on the start page, proof of which can be seen in View Source ( CTRL+ U).