Hi everyone,

I am curious to know whether google travels dynamic query string e.g http://www.daniweb.com/techtalkforums/newthread.php?do=newthread&f=45

i.e a string containing ? mark in the url.

Also, i wanted to know that if i am using comment section in my source code (View source code), does google spider crawl that particular comment section

Recommended Answers

All 2 Replies

As far as I know, Google does not properly index sites with an Id appended to a URL.

The technique you are seeing is using Mod Rewrite

Google indexes query strings just fine. This includes anything with id= in the query string. The only thing you should avoid as of now are sessionIDs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.