Click to See Complete Forum and Search --> : search engines and php


Beach Bum
06-04-2003, 12:37 PM
If your index page is index.php rather than index.htm will the search engines still get it? Do they crawl a php page? Or do I need an index.htm that just has the meta tags and autoloads the index.php?

Jona
06-04-2003, 12:39 PM
PHP files are indexed, I believe.

Jona

AdamGundry
06-04-2003, 12:48 PM
You should be alright as long as you aren't using GET queries for your main pages. See this article:
http://spider-food.net/dynamic-page-optimization.html

Adam

Beach Bum
06-04-2003, 02:26 PM
OK - thanks for the replies.