Hi I need to know, which gives better results ? a simple html page aur a dynamic content managed page like one in php getting values from different functions at different pages ?? Regards
No differences. PHP, ASP is server side. Both bots & browsers wil only see HTML. BTW, I think you posted in the wrong forum.
sorry if its posted in wrong forum. Moreover, how it will look for contents. If banner code is under function banner() and sites contents are called through another function from another page. Will it first convert the dynamic contents to html and then locate the ad based on contents on full page ?
Just try to make sure you use static URL's. Example www . website . com/page1.html NOT www . website . com/page1?php_call=11 You can probably find more detailed information in the programming forums. Derek
From a Search Engine point of view.. If you had a page that was related to "Pink Roses..." ( for example ) www.sitename.com/pink-roses-12.html is so much better than www.sitename.com/product.php?id=12&c=1&b=2 You can achieve this kind of URL by looking up the following: mod_rewrite , htaccess , Search Engine Friendly URL. Search Engines dont seem to care about the extension.. But you have a better chance to performing and getting better SERPS if you have a Search Engine Friendly URL... HTH Cheers