But isn't it a big problem that all the blog posts are loaded using Javascript? It means your blog will be fully invisible to Googlebot and anyone coming from search engines. The purpose of a blog is, at least partially, to have readers but loading content via Javascript makes that harder to get.
This isn't something to count on yet when it comes to ranking well. That article says "don't expect to hide something behind JS".
The good news is that individual post pages using the OP's blog engine have content in the HTML and appear to rank just fine. The value of a well-ranking homepage on a personal blog is probably overrated as individual posts tend to attract links instead.
Can't be more wrong about this. Anyone who actually made a js only site and cares about SEO knows that googlebot only executes client javascript in very specific cases and will not get your content properly indexed.
You need a fallback. Why do you think the meteor guys made a big production out of their "SEO" release.
Has been for years and it's super stupid for content driven sites like a blog where the entire point is to just get people to read what you've written. I browse with noscript and while I whitelist apps and some sites, random blog links never get javascript enabled. This means if I don't see anything on screen then I just close the tab.
At the moment, it seems that you need to use Tumblr for blog posts, the author also mentions maybe extending it to Wordpress.
I think the entire idea here is that it is an aggregator of sorts. The site itself contains nothing that does not exist elsewhere, and judging from one of the open pull requests where someone has implemented local blog support, the author does not intend to store anything locally.
Though I like that he has open sourced this, I find it really weird that this is not offered as a service.
If you ever build this into an easy setup UI, I think this would just be humongous. This combines what I like about about.me and what I find useful about tumblr. I've been trying to customize my tumblr for a while now to look almost exactly like this, but you did it FOR ME!
I started working on something that's basically Syte but as a service a while back. I like the idea of being able to "own" your content from other services in a way and to be able to use sites/services like Evernote, Dropbox, Twitter, etc. as a kind of personal blog/scrapbook/private journal. Now it's morphed into something slightly different but a lot of it is still there. I won't shamelessly promote here but you can see the link in my profile if you want. It's getting real close to being finished but I must be honest with myself and admit that things keep popping up that keep me from launching when I say I will so I'm done giving dates. But it will open. I just pushed a pretty important update to the staging server this morning actually.
Hey tomasien, I've thought about making this into a service but haven't had time working on my current startup. In the mean time there are some folks that are solving the same problem check them out http://flavors.me/
Its a smart app design which is nothing but a content aggregator from your - Twitter account, GitHub, Dribbble, Instagram, Foursquare, your Tumblr blog, Last.fm, SoundCloud and Bitbucket. It requests for all these services via Javascript on the fly. Cool!
So it keeps no Database locally but only requires some computing + lots of Bandwidth in the host server.
Its super smart design as it fits super fine for the Heroku Free Tier. :)
> There is only one rule. You can use, reproduce and do whatever you want with Syte but I would like you to choose a different adjacent color as the ones used by the people below.
So... Does it qualify as free software?
Technically it's a limitation of what can be done with it, and it limits the total number of users.
I really liked the design, but didn't want to do all the integrations etc. I created a similar HTML design for the ones who may want to use it immediately. In addition, I created an tumblr theme and submitted it to tumblr. For details, https://github.com/mertemin/purus
He's going for a similar style as Svbtle(.com) where each person that blogs has their own identity that corresponds to a color/image so they can easily be cataloged and seen.
with enough people taking part he could use every profile color as a pixel and create pictures where each pixel links to a profile...thats just my idea though
Twitter and the other services are only external links if they are wrongly configured, API calls fails, or JavaScript has not finished loading/is not available. Contacts is just 'mailto:'.
Tumblr SEO is catastrophic. I had two tumblr blogs for a few weeks, they never got into Google before 3rd page. I created a wordpress blog in two days I was number One...
Ok so this is like a lifestream? I remember lifestreams being huge a few years back when twitter just started to really kick off. When I say huge, I do mean in my little circles.
I post my stuff all over the web, I don't want to repost all that to my own personal site. Posting to all the other big players is great for discovery, grabbing all that content to post to my own site is great for email footers, business cards etc I built http://qiip.me exactly for this, see mine at http://qiip.me/edlea
That's not a pattern I've noticed generally. A lot of the sites I deal with are very specialised with content.
For example, posting a listing to Etsy.com requires some very specific details which are not relevant to other sites. To post an Etsy listing, share the same photos on Flickr, share that content to a blog post would require a lot of data at the central point to spread to all those services.
I think it's easier in the cases I've seen to post to the end services and pull that data back in.
Shared fields are not often more than Title, Images, some Body Text. Then there are hundreds of smaller options from price to tags to materials to photosets to choose from.
The other issue here is that where cross posting is easy, usually the main service already provides it, i.e. posting from Instagram to Flickr. If you include services like http://IFTTT.com then you're pretty covered for this case.