Question: How do you create Spider friendly URLs from Dynamic SQL Data.
Spiders rate a page higher if the url relates to the page content for example.
A spider prefers
http://www.mysite.com/french_history...eat_kings.html if the page is about the great kings of France. Rather then the all so common
www.mysite.com/article.php?id=74
The question how is this done - I have seen this in some dynamic site but how is this achieves.
Preferably a Java answer would be nice.