Hi,
I have been waiting for over a month now for google to index my new site to no avail
It has indexed the index page but nothing else.
I have .php category pages on my site which hold the dynamic links to the individual product pages.
Adult_DVDs.php
http://www.domain.com/view.php?id=4
I just read somewhere that google doesnt like the id= variable and that may be why it hasnt indexed the pages ??
Is there any truth in that ?
If so would it help to make the dynamic urls look like this instead:
http://www.domain.com/view.php&page=4
Not that i know how to do that