Hi all.. I'm new on SEO. I have a few questions.. 1) What's the best layout for SEO? Using frames or not? does that matter? 2) What's the difference, in the SE point of view, between the different page formats.. I mean.. HTML, PHP, ASP and so on.. are there a best format? or not? Thank you all in advance
Frames are only good for SEO if you optimize them with content and links between the <noframes></noframes> tag. Scripting language to choose from depends more on your needs and server specs. You can have pure HTML, but that may be an inconvenient mantaining a dynamic website. You cannot run ASP pages in as Linux server, unless you have installed Apache ASP, which performace is very poor in comparison to that of a Windows server, where PHP is not always supported.
For your question 2, it makes no different for: kcnews.html and kcnews.php However, with the parameters start coming in at the back of the URL, even Google can't guarantee that they will index your page properly: kcnews.php?counter=34345456&stats=9009098&type=newandfresh?number=30000 In addition, Google does not index pages with '&id=' parameters.. Source: http://www.google.com/support/webmasters/bin/answer.py?answer=35769
In addition, Google does not index pages with '&id=' parameters.. Source: http://www.google.com/support/webmasters/bin/answer.py?answer=35769[/QUOTE] Just for you. I think google is able to cache URLs with &id parameters. Example http://www.google.com/search?hl=en&q=site:www.mobile.am and this one also http://www.google.com/search?q=site:www.deluxe.am&hl=en&lr=&start=30&sa=N&filter=0 Good luck