It's the content and how it's presented that's important to the search engines.
The delivery is not so important as long as the URL's don't contain long ?option=value&option2=value... strings as these often get filtered.
If you're using Apache, then you can look at mod_rewrite to hide these, however not sure if there's anything for IIS (or even if mod_rewrite is *nix only)
If you're concerned with presenting an asp extension, then why not put up a shtml and include the asp code that way ? |