Forum Moderators: open
dynamic asp pages can be a hit or miss proposition. we started to rewrite our dynamic asp ecommerce pages recently with unbelievable results on previously unindexed pages.
try the ISAPI_Rewrite - and focus on keyword rich url extentions with sound internal linking structure.
good luck/
You know, I hear that google indexes dynamic pages, but I don't believe it. The whole problem makes people resort to doing things that are not just on the level.
What you may want to look out for is the name of your querystring variables. Don't use 'ID' or a similar variable that might be mistaken for a session tag.
Just a week or so ago, Google crawled a dynamic directory that I created, it's really one page and a database feed depending on the querystring. I had a link to each variation as a 'site-map' and the bot hit every page.
I believe it. Google's gobbled thousands of my dynamic pages on many different sites ranging in PR.
Ledfish, be sure the bot can open the file that connects to your database. Also stick a static link on your homepage to one of your dynamic pages & check your logs to see if Googlebot follows & indexes it. Also add the meta:
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
added: I haven't tested it, but I would guess that banning your connection file/folder in your robots.txt or password-protecting it might keep the bots from initiating it.
[edited by: skipfactor at 6:28 pm (utc) on Nov. 19, 2003]
[webmasterworld.com...]
Thanks for that thread, it makes me wonder if the crawl of the dynamic pages isn't happening because of my page rank, which is probably not all that great,...yet. It's a theory at least and that's better than a shoulder shrug!
Luckily, my id='s are now more than 4 digits and start at 1.
I also want to say thanks to everyone who is participating in this thread, your thoughts and ideas are very help and hopefully this thread will be of help to others.
That could be the case if you have a lot of pages indexed for the site; the bot hasn't gotten around to the dynamic ones yet though 4 months seems a bit long.
I would:
-Put a static link to a dynamic product page(preferrably the id=1) on highest PR page & watch the logs.
-Build PR, rinse, repeat
-Do my own shopping cart
I don't know anything about mod_rewrite (I'm new to this) any pointer to explanations about what it is and how to use it?
Thanks
>>I have the situation described by skipfactor: the files with the db connection details is in a subdirectory disallowed in robots.txt, so I changed that to see if it makes a difference.
Keep an eye on your logs & please let us know how this works out. I've been curious about it but too afraid to try it on a live site. ;)