Forum Moderators: open

Message Too Old, No Replies

Static Url?

         

abiao

12:12 am on Aug 20, 2007 (gmt 0)

10+ Year Member



Is example.com/abc.php still static url?

or only abc.htm,and abc.html are static url?

tks.

new_seo

5:15 am on Aug 20, 2007 (gmt 0)

10+ Year Member



URL s without parameters are static.

charleslau

10:08 am on Aug 21, 2007 (gmt 0)

10+ Year Member



This is not static:
example.com/abc.html?abc=1
example.com/abc.php?abc=1

This is static:
example.com/abc.html
example.com/abc.php

It doesn't really matter whether it ends with html or not. So long as that page is not going to change no matter what parameters you put in, it should be considered static.