If I have a main template file that pulls information from .inc files... will a search engine pick it up? If not, what would be the easiest way to go about doing this?
-K
If I have a main template file that pulls information from .inc files... will a search engine pick it up? If not, what would be the easiest way to go about doing this?
-K
My experience with dynamic pages and search engines is that if you keep the number of variables in the URL to a minimum, you should be alright. I would suggest keeping it at 1 variable max. Any more than that, and your pages might not get indexed. A lot of people disagree with me on this, but I am talking from experience on what I see indexed on my site and what I see not indexed. If you have multiple variables in your URL, use modrewrite to make it look like an html page. If you don't want to (or can't) use mod rewrite, then pass your variables like so:
page.php/1/something/whatever
Some code to show you how to work with that is here: