This is my own personal blog concerning Business, Tech and Corporate Governance Teams.
It is entirely written in Meteor. Enjoy, and don’t forget to subscribe
Sid
This is my own personal blog concerning Business, Tech and Corporate Governance Teams.
It is entirely written in Meteor. Enjoy, and don’t forget to subscribe
Sid
Alright, so I’ve had my site up for a few weeks and I have some impressions:
In the end, I think I will likely move away from Meteor for my blog site. While I really liked how fast it was to build… there are some real shortcomings. I don’t want to use prerender as there are limits to the number of pages.
Kadira’s dochead is good at making your meta look good for a user, but obviously not so much for robots. When a bot hits our site, we re-route it to an SSR page where we don’t actually send any html until all of our data is ready and we can construct a proper header.
Similarly, when our content is shared socially or on something like slack, the SSR routes provide the meta information necessary to create the snippet, post, etc.
It is possible, but when there are so many blogging outlets that handle SEO for you, Meteor is probably not the easier route if SEO is a primary concern.
I’m using flow-router and blaze so there is very little documentation out there for me to use server-render.
I’m trying meteorhacks:ssr with meteorhacks:picker . Having issues though. I’ll let you know how it turns out.
Alright, well, I have SSR working now… we’ll see how the indexing goes now. Will report back.
Woot woot… Google is now indexing my blog posts with the correct title
Well it’s not all milk and honey…
My google+, twitter, and linkedin cards look funny
Try the following at the console to see my meta tags
curl -H "User-Agent: Twitterbot" https://sidkwakkel.com/blog/xJwK4RjfbhMbtz3pS
This is an example of the Google+ card that is created. Any suggestions?