
- Forum
- Programming Talk
- Java
- The content inside any JSP page Searchable by
The content inside any JSP page Searchable by
This is a discussion on The content inside any JSP page Searchable by within the Java forums, part of the Programming Talk category; search engines like Yahoo and Google? I am planning to host a small JSP pages content website.I would like to ...
-
The content inside any JSP page Searchable by
search engines like Yahoo and Google? I am planning to host a small JSP pages content website.I would like to know is the content inside any JSP page is Searchable by search engines like Yahoo and Google?your help is highly appreciated.
-
The page is just as searchable as a static HTML page. There are some exceptions to this however, if the JSP page requires input from a user to produce the page, a search engine will not be able to emulate the user input. If the JSP pages are only generated from links elsewhere in your site you should be just fine.

Reply With Quote





