Hello, I have a website and the urls get outputted like this: domain.com/index.php?page=page_name Does the google bot index pages that end like that???
Yep. In any case, if you're using a CMS, there will most likely be an option in its admin panel that'll do that automatically for you. Other than that, you can use .htaccess (I think) to do it.
Google will, theoretically, index all pages, except for pages with id= This it states in the webmaster guidelines. Why? Because it doesn't feel like it. Lazy google.
as i have read once in googles own description they say that "we're inexing the first level like index.asp?actiın=some but not the additional second deep lines like index.asp?action=some&another=neu
so if i had a website where a url was http://www.WEBSITE.com/products.php?cat_id=31 google will not index it? any way to fix this without rewriting all the code? I handle the marketing side of the site...