Hi,
This must be a very old and well studied question...
I created a site using JSP, that permits the viewing of articles that are fully stored in a database. The url for the articles is something like:
../article.jsp?idi=6&ida=12
My question is, and this is the same for all dynamic content technologies (server-side scripting technologies): is there a way to permit for search engines and crawlers (Google, Yahoo...) to find and categorize these article pages?
Thank you very much,
Araxes Tharsis
-
Web crawlers and dynamic content (1 messages)
- Posted by: Araxes Tharsis
- Posted on: February 18 2005 10:10 EST
Threaded Messages (1)
- Web crawlers and dynamic content by Richard Rodger on February 18 2005 14:15 EST
-
Web crawlers and dynamic content[ Go to top ]
- Posted by: Richard Rodger
- Posted on: February 18 2005 14:15 EST
- in response to Araxes Tharsis
If you are using Apache, then use URL rewriting to create a normal directory path that you rewrite into your parameters:
http://www.example.com/a/b/c/page.htm maps to
http://www.example.com/page.jsp?p1=a&p2=b&p3=c