|
ou812 -> RE: does asp affect google ranking? (9/2/2008 13:45:34)
|
quote:
ORIGINAL: TexasWebDevelopers no To expand just a bit, the ASP, or PHP, pages are processed on the server and then sent to the client (browser) just as html (or whatever output you're doing). The extension .asp or .php tells the server to process the page at the server and interpret it as a server side code for processing prior to sending it to the client. So the browser, or google, can't really tell the difference. Of course, it could attempt to guess by looking at the extension, but then you could have an .asp page with only html in it! You can give it a try too, make an .asp page and then view the source while viewing in the browser.
|
|
|
|