How do I make my PHP website search engine friendly?
Posted: Wed Oct 12, 2005 3:15 am
Hi
I am trying to make me website search engine freindly and I am trying to get a handle on the technology?
Currently I have a home page which has search engine (using post method) which retrieves a number of values from a MySQL database and displays these values on a page.
If I create a select statment to extract random information from the database each time the index page loads to populate the meta discription tag would this increase the search criteria of the site. how frequently do robots vist a site and if the description changes every time the page loads would the search engine cache the changes or just update its existing records per domain name?
Because my site is more of a web application as apposed to lots of pages hyperlinked together when I run the site through a meta tag anylsier ie:-
http://www.widexl.com/remote/search-eng ... lyzer.html
the result is OK but it doesn't truly reflect the amount of information that is available from the site as much of this information is generated on a per request basis...
A tipical URL would look like this but there is only a about 8 of these on my index.php
http://www.myiste.com/index.php?option= ... 4e6b28fb84
But the ammount of data that could be retrieved is is massive but this will never show in the anyliser because it cannot select and post the criteria required...
For example each URL or POST always post's to the same file index.php which then creates a new page class, depending on the information carried by the URL or the post determines which objects to call. This then outputs the relevant HTML to the browser...
Any thoughts on how to optimise this procedure to turn my site a search engine beasty would be greatly appreciated...
Ideally I would like to be able take values from the database and have these visible to search engines...
Do I need to create a site map?
Rgds Ian...
I am trying to make me website search engine freindly and I am trying to get a handle on the technology?
Currently I have a home page which has search engine (using post method) which retrieves a number of values from a MySQL database and displays these values on a page.
If I create a select statment to extract random information from the database each time the index page loads to populate the meta discription tag would this increase the search criteria of the site. how frequently do robots vist a site and if the description changes every time the page loads would the search engine cache the changes or just update its existing records per domain name?
Because my site is more of a web application as apposed to lots of pages hyperlinked together when I run the site through a meta tag anylsier ie:-
http://www.widexl.com/remote/search-eng ... lyzer.html
the result is OK but it doesn't truly reflect the amount of information that is available from the site as much of this information is generated on a per request basis...
A tipical URL would look like this but there is only a about 8 of these on my index.php
http://www.myiste.com/index.php?option= ... 4e6b28fb84
But the ammount of data that could be retrieved is is massive but this will never show in the anyliser because it cannot select and post the criteria required...
For example each URL or POST always post's to the same file index.php which then creates a new page class, depending on the information carried by the URL or the post determines which objects to call. This then outputs the relevant HTML to the browser...
Any thoughts on how to optimise this procedure to turn my site a search engine beasty would be greatly appreciated...
Ideally I would like to be able take values from the database and have these visible to search engines...
Do I need to create a site map?
Rgds Ian...