I need a Google Expert. When Google indexes sites with their crawler, does it follow dynamic links?
I have a menu that contains dynamic links. These load the same page ‘default.asp’, but with different content based on the value of a Query String variable.
Example menu:
href default.asp?some_var=1&another_var=2
href default.asp?some_var=1&another_var=3
href default.asp?some_var=2&another_var=1
href default.asp?some_var=2&another_var=2
Would the Google Bot visit all 4 of those pages even though technically it’s the same page with different content based on the different parameters?
and would it keep following each link on the page that is loaded thereafter, and so on until it runs out of links to follow?
The links are generated BEFORE the page loads. So they are visible to the Google bot. …but they reload the page… just with different Query String variables. Do they follow these links?