Hi All advice welcome I have a ecommerce site based in the UK (zencart) which works very well, easy to use and user friendly. But I am looking to have a US based on sell the same stuff, but I have noticed that HTML sites are indexed better than PHP. So I am looking for a free or low cost HTML based website. Any ideal?????? Cheers DPers
If I understand you correctly then you are looking at shopping site URLs with mode rewrite. Example : htt:// example.com/shop/1234.html could originate from htt:// example.com/shop/item.php?id=1234 or htt:// example.com/shop/item.asp?id=1234 using either .httaccess or Isapi.rewrite these URLs are converted to their html form. In order to pull page content from the database you will always need a script language, html cannot do that.
If you need html page, then try ZScart (SAAS) site for your online store. It will cached by google very soon.
Don't need to be HTML, it can be PHP, but you can fake it to be HTML, still dynamic and you have the HTML extension. Google don't index it by HTML or PHP. Just how you rewrite the URL to contain the full information and do not repeat the URL on different pages. This is where SEO comes in