PDA

View Full Version : ASP or HTML ??



axum
12-08-2003, 01:30 PM
Does it just seem to me or is true that Website's made in HTML are higher ranking in SE than Website's made in ASP?

le_gber
12-09-2003, 05:31 AM
Hi axum,

No your page extension shouldn't play any part in the way a page is ranked.

The difference may come from the fact that there are a lot more .htm/.html pages than .asp.

Also it is know that some url may be harder to digest by search engine robots: ie mypage.asp?param1=abc&param2=123 is not an easy url for spiders.

Hope this helps

Leo

nakulgoyal
12-10-2003, 02:41 PM
FYI

Daniel Dulitz - Google Engineer Interview

We deal very well with dynamic delivery per se. So
the mere presence of a question mark in the URL doesn't throw us for a loop at all. We will crawl those pages more slowly than we do with pages without question marks in the URL. Purely because they've identified themselves as being dynamic and we certainly don't want to bring anyone's site
down because we're hitting the database too hard.

I think this would clear the idea.