Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bake in SEO #10

Open
idmontie opened this issue Jan 13, 2016 · 3 comments
Open

Bake in SEO #10

idmontie opened this issue Jan 13, 2016 · 3 comments

Comments

@idmontie
Copy link
Member

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.

@krishamoud
Copy link

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.

@idmontie
Copy link
Member Author

@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.

Thanks!

@krishamoud
Copy link

If you need a reference point I wrote a post about this on the forums a while back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants