I have a few web sites which have grown quite large. I would like to automatically append a list of "related pages" to the end of most pages on these web sites. The "related pages" list should only show related pages on the same web site. Basically, the script should do a Google site: search and display the top results. I would prefer if this script worked server-side instead of client-side, for SEO purposes. Have anyone seen such a script? Thanks!
I've found that the Google AJAX Search API can almost do what I am looking for. The Google AJAX Search API uses JavaScript for display though. JavaScript is a client-side technology, which makes it not-so-useful for SEO purposes in this case.
I've found out that DataPark Search can also do this -- in JavaScript. This is really odd. I just can't seem to find what I'm looking for -- but every time I look at a vBulletin thread I see the "Similar Threads" box at the bottom of the page and it reminds me that this is possible.