Internal website search
-
Hi, I'd like to index dynamically generated - internal website search pages - to Google. A mod rewrite to make the URL strings friendlier might be one way, but as these pages are created on the fly and effectively don't exist till the search keywords are inputted, is it even possible to index them?
thanks
-
95% of my website is made up of dynamically generated pages. I get mine into the index (and keep them there) by doing this:
-when someone generates a new page a new record is made on a mysql database
-My home page and each of my internal pages has a list of "popular posts". This list is simply a random list of 10 of the database entries.
When I started doing this my site traffic exploded as I had a lot of pages indexed.
If you are doing this though, be careful that the pages are not completely duplicate content.
-
This is a great idea. Probably gonna use it
