Forum Moderators: open
Thanks for all your help.
Steve
Thank you for all of your input.
Steve
Google is just fine with all the scripting and programming languages with which I am familiar. Php, asp, aspx, all those file extensions get indexed by google without problems. The only thing I know of that makes it choke is a big query string with lots of parameters and lots of characters.
I have hundreds of pages with aspx extension, and google likes them. But I do try to keep my query strings limited to one parameter.
One more question so. Can I then use dynamic content, and Google will index it?
Of course I also will keep it to just one Parameter.
And do you know if I can obfuscate my links, or is that not a good idea?
Thank you again for your help.
For example, I have a site selling products that displays ten products per page. There are around 100 pages most days. All the pages and the total number of pages change as inventory is adjusted each day. All the pages are dynamically generated from a database.
Google seems to love it. The bot comes by almost every day. Uses lots of bandwidth too, but not enough to cost me much money.
On the same site I have news headlines that change often too. Google likes all those pages as well.
I don't really know what the effects are concerning indexing and archiving. I don't spend time trying to search on 1,000's of keywords. But I get lots of traffic from google. My logs show a wide variety of search terms for users coming in to have a look. No way I can optimize for all the wierd search terms. So I'm just sticking with what I have. Dynamically generatd pages = no problem.
I use the APF script from MrRat, which is perl, does Google also index those dynamic pages?
Do you know of a good server side RSS aggregator that I could include in my asp pages?
Thank you so much for your help.
Because google will see urls with different parameters as different pages, and that's not good.
In that case its smarter to put the session in a cookie.
Google likes them all. It usually goes to the first page, which is linked from the home page, and just keeps following the forward links. It doesn't seem to get into a loop of going backward and forward, or any other kind of problem.
I get hits from google from people searching on terms buried way inside like on page 50. So I assume google has them all indexed.
I think a big long query string with lots of parameters will cause problems, but one or two parameters seems to be ok. What am I missing?