Hey everyone, just wondering if using the “server-render” package will allow Meteor compete with basic html/wordpress/etc pages when it comes to SEO or are there still some hurtles to overcome for search engines to see Meteor-based websites as intended?
I am wondering about this too. Also, are there any good tutorials about getting this working with react-router v3 or v4? Or are you better off just using FlowRouter (I’d rather use a more popular non-meteor solution if possible though)
Wow. That looks a lot more straight forward than I was expecting.
If you don’t mind me asking, what’s going on in the appendToHead calls you are doing for _title, _meta, and _link? Are those specific to Helmet (never used it before)? Or are you doing something home made here?
Helmet has a doc for how you can use it with SSR. It’s pretty easy. The only thing I’m missing is how I can manipulate the HTML tag to add the lang attribute.
Hey X
Thanks to @benjamn for ssr. Besides Julian Ćwirko’s work with ssr and meteor which uses redux at julian.io. - your use of @XTA ssr and meteor with https://www.muzica.io/ is exceptional – great work. Is there any chance that you would be prepared share a basic boilerplate or submit your alternative ssr example to the meteor blog. Awesome work and keep it.