Forum Moderators: open
Does this answer your question?
There are exceptions, of course - like asp pages with long querystring values (page.asp?id=qwyetywquyrtuy). But it's been my experience that sites with .asp files do just as well as those with pages ending in .html
So if you're trying to change your .asp to .html purely to improve your rankings, it's probably not going to have that effect.
Maybe others can offer opinions too. There are many things webmasters can do to try and increase positioning, but changing filenames isn't likely to have a big impact.
As for querystrings, just keep it reasonable. Google does fine handling 3 or 4 values (just look at the SERPS), as do most of the big SE's (as long as you don't have variables listed as "id").
It's all HTML in the end, and that's the stuff that matters most.
But i read an article in some sites they said if the asp query string URl "?" will be change "/" type syntex SE spiders can index our page easily
Also they are recommand a tool like ISAPI Rewrite mod.
But its configuration is too critical.so i want a easy method for change the Query string "?" to "/"sting url in .ASP pages
any one help me?