On Tue, Jul 16, 2013 at 7:45 PM, Tyler Romeo tylerromeo@gmail.com wrote:
There's one issue with this. This assumes that links to disambiguated pages are the only types of links on a disambiguation page. What if somebody clicks a category link at the bottom of the page? Or what if there's just another different link?
I don't suspect this is much of an issue if constrained to the content element but if it was I imagine these links would be relatively easy to distinguish via ignoring any links with a ':' in it using regex or worst case scenario a soundex algorithm. I'd still suspect the disambiguation links would be the most popular clicked links...