That looks really promising. How do you compute the backlinkscore for your pages? I briefly looked at the tree, but was on mobile.
I simply perform a text search (using Postgres' text search functions) on the backlinks, rank them, and sum their scores. This is meant as a very temporary ranking method before I implement something like an actual PagRank.