I've done a little bit of research on how search engines works.
What I have found out is that it is important to have good meta tags. The content of the page(s) must be stright on point - highlighting website features etc. And when registering the website in search engines, it's important to write down key elements of the page.
BUT - there are different types of search engines working differently. And if I'm not mistaken, they will have a hard time indexing dynamic pages.
So my question is:
I'm developing my pages in PHP and some information is retrieved from DB and text/data files. This information is fetched on runtime. So HOW kan I make my page be detected by web crawlers, search engines etc? (note! I HAVE submitted URL to search engines)
Cheers!