You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm a big fan of what you guys are doing. I just wanted to put my $0.02 in with regards to SEO and meteor.
Spiderable is a nightmare to deal with and can lead to bugs that are close to impossible to debug. I was wondering if you would be interested in using SSR to handle SEO. I've used it on the last 3 production meteor products I've built.
The good thing about it is that it doesn't require PhantomJS which makes deployment easier and that it's guaranteed to work anytime a crawler hits your server.
@krishamoud 👍 I was really hoping for a recommendation like that. I was looking into meteorhacks:ssr. Maybe I will finish the SSR issue #9 first then. If I solve that issue, this one will be less of a burden and will only require easing the pain of setting the head.
SEO is a nightmare, even with DocHead.
Look into a way to ease the pain.
Also, spiderable set up should be baked in as well. Remember the PhantomJS set up is also needed.
The text was updated successfully, but these errors were encountered: