chevrolet/?brand=chevrolet&state=<?php echo $_GET['state'];?>
chevrolet/ has an index.php file that pulls the data for the page..
will this link be followed and indexed properly?
I have never created a dynamic link so i am just wondering.
Is it completely wrong to leave out the index.php and just put the GET variables
That URL will be crawled, followed and indexed in exactly the same way like with index.php in front of the parameters.