View Single Post
  #6  
Old 09-18-2006, 12:39 PM
foster foster is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
foster is on a distinguished road
Default

Most SE bots have got no problem following dynamic links or indexing dynamic pages. But there are a few points to remember...
Google does limit indexing dynamic pages so they don't crash high-load servers. this is plainly written on their webmaster section.
Any variables that you use should NEVER include the letters "id" as that is seen as a session ID, and those pages are usually disregarded. Even something like "u_id" is to be avoided at all costs.
If you want to go high-tech on it, look at rewriting the URL's to make them SE friendly. It's not that hard to do when you get into it, but can take a bit of work to get there, but still well worth the effort. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - will all the content still be indexed by search....,
View Single Post
  #6  
Old 09-18-2006, 12:39 PM
foster foster is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
foster is on a distinguished road
Default

Most SE bots have got no problem following dynamic links or indexing dynamic pages. But there are a few points to remember...
Google does limit indexing dynamic pages so they don't crash high-load servers. this is plainly written on their webmaster section.
Any variables that you use should NEVER include the letters "id" as that is seen as a session ID, and those pages are usually disregarded. Even something like "u_id" is to be avoided at all costs.
If you want to go high-tech on it, look at rewriting the URL's to make them SE friendly. It's not that hard to do when you get into it, but can take a bit of work to get there, but still well worth the effort. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote