|
If your site is using sessions for any reason Google will not spider the dynamic links because the session id will be attached to the links. I had this problem with one of my sites, a simple fix is to add a few lines of code to whichever page starts the session and only start it if the host is not googlebot. Within a month of adding it to my site I had over 150 of my dynamic pages indexed by Google.
|