hey guys, i want to create a new website and i want to use some scripts in php, or ssi. So i want to know if is the same for google if i use .shtml or .php, or i can use some apache hacks and use .html to run as .shtml....
:D
please help me
takagi
12:51 pm on Jan 23, 2004 (gmt 0)
A page with '.php' will do just as good as '.shtml' (but avoid duplicates with '.html'). For the '.php' pages it helps if you avoid parameters that looks like sessionID's (like "..../forum.php?ID=1123").
Josecito
10:11 pm on Jan 23, 2004 (gmt 0)
and a page with '.php' will do just as good as '.html'? :)
rogerd
2:23 am on Jan 24, 2004 (gmt 0)
Josecito, the file extension shouldn't make a difference. Query strings seem to reduce page performance somewhat (though they can still rank well) and Session IDs are usually poison.