If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!I am having trouble getting search engines to index through my jsp pages. My web site is varchar.com and all pages are generated from the database dynamically.
For example:
index.jsp -> index.jsp?opened_type_id=1 -> product.jsp?id=19
Problem is, each id will bring up a different page with different content. Search engines never seem to be able to follow and index each of them. Can someone please show me what I did wrong? I have "<meta name="robots" content="FOLLOW, INDEX">" included on every header of the page, but it doesn't seem to help.
Any info is appreciated, thanks!!
Most search engines don't like any string variables (all the junk after .jsp?) My suggestion, if you're on a Apache server, use mod_rewrite to change those files from www.domain.com/index.jsp?id=19 to www.domain.com/index/id/19/. Go to google and type in "mod_rewrite generator"
Is that what you're asking?
Bookmarks