I use V6 to index a site with thousands of pages of historic auction items. Is there a way to use the indexer to create a list of similar pages based on the content of each page?. This page is similar to these other pages.
Announcement
Collapse
No announcement yet.
Recommend related pages
Collapse
X
-
There is no built in function for this.
You could write some additional scripting and maybe hack something together.
The script would need to look at the current page and decide what the most important 4 or 5 words are on the page. Note that these won't be the most common words. You need to decide on the definition of 'important' for your site. e.g. it might just be the page title text, or just the meta keywords, etc.
Anyway once you know the important words you can feed them into Zoom. Get the results back as XML, then present the top few results as Recommend related pages.
This thread is also somewhat related,
http://www.wrensoft.com/forum/showth...-related-links
Comment