It would be very cool if arbitrary values could be assigned to each page by which search results could be sorted. Something like
So that in addition to date and relevance the option to sort results by "Page Hits," "Popularity" and "Price" -- or other metrics -- would also be available.
It would be even cooler if there were some way to display these values in our search results, regardless of the sort method selected.
Cheers,
p.
Code:
<meta name="ZOOMSORTTITLE" content="Page Hits" > <meta name="ZOOMSORTVALUE" content="124" > <meta name="ZOOMSORTTITLE" content="Popularity" > <meta name="ZOOMSORTVALUE" content="3561" > <meta name="ZOOMSORTTITLE" content="Price" > <meta name="ZOOMSORTVALUE" content="$59.99" >
It would be even cooler if there were some way to display these values in our search results, regardless of the sort method selected.
Cheers,
p.
Comment