Primitive distributed publication via a Google hack
The idea is to slip rich link data inside anchor tags using a format that Google can see but Web browsers can't: a hidden span tag. I modified several Web pages that I knew Google spidered more or less regularly, changing links like this:
The <a href="ume_vote">site</a>includes election information....
into links like this:
The <a href="ume_vote"><span style="display: none">dp_politics dp_network dp_community</span></a> includes election information....
I had to wait a week or so for GoogleBot to spider these new pages, but the results are promising:When I searched for these hidden metadata tags, Google returned not the linking page, but the pages that it linked to. For example, in the Still Water home page I hid "dp_network" tags in links to Eyebeam and U-Me Vote; these two latter pages showed up in a Google search for "allinanchor:dp_network". (See figure 1).


Then I did a search on "dp_community" by itself and found that it is actually a name used in cleartext on other Web sites! (See figure 3.) So that's why I think Google returned it differently from "dp_network." (I'll have to come up with a more idiosyncratic prefix than dp_ ;)

To conclude, this sneaky way of tagging external sites via rich links seems to work as a discovery tool ("Show me a list of Web pages related to the concept of *network*.")
Unfortunately, I haven't figured out a way to return anything better using this technique than a list of sites sorted by Google PageRank. To do statistics on this sort of linking, and thus to generate anything resembling an influence cloud, may require some kind of registration in a database. More about this in a future post.
jon
0 Comments:
Post a Comment
<< Home