M
msenin
Hi.
I've website built with JSPs, and it's 99% dynamic content. So I have a
lot of URLs with parameters, e.g.
http://myserver.com/servlet/myServlet?parm1=value1&parm2=value2
etc., but search engines/spiders, such as Google would not index such
links.
So I am trying to somehow mask/transform those URLs so that they appear
to spiders as static pages, e.g.
http://myserver.com/go/servlet/myServlet/parm1-value1.parm2-value2.html
Thanks!
p.s.
I am using TomCat as a standalone web server.
I've website built with JSPs, and it's 99% dynamic content. So I have a
lot of URLs with parameters, e.g.
http://myserver.com/servlet/myServlet?parm1=value1&parm2=value2
etc., but search engines/spiders, such as Google would not index such
links.
So I am trying to somehow mask/transform those URLs so that they appear
to spiders as static pages, e.g.
http://myserver.com/go/servlet/myServlet/parm1-value1.parm2-value2.html
Thanks!
p.s.
I am using TomCat as a standalone web server.