-
With PHP can the page be indexed by a search engine?
E.g, when you call the content, it calls a description of page and keywords that you have written into the MySQL databse already. These are inserted into the META tags and alls well? Does this work?
peter
-
A PHP page can be indexed by the major search engines as long as it does not have a ? or & in the url.
-
how are you suppoesed to do that? using only one PHP script for the whole site.
-
It can be done visit http://www.lincs.co.uk and take a look at the directory - it uses only one script to do the whole directory. Then take a look at http://www.phpbuilder.com for an article about building Search Engine friendly pages with PHP.
-
not true my site http://www.loisandclark.net/index.ph...o=screensavers etc all the section in my site were listed in yahoo.com etc
-
Most of the major search engines won't spider sites with ? or & in them. That's why the above referenced site was re-built without them in.