Quote:
Originally Posted by apg1985
Hi Guys,
Was thinking about server side coding and SEO and was wondering if you have one page which is datadriven but the data on that page changes depending on what information you call. Does just the one page say information.php get indexed or the robots index through the ID instead say informatin.php?id=1
|
Search engines will index the individual pages (with parameters).
However, you would be much better off using .htaccess to
mod_rewrite the URLs.