Hi I have a doubt regarding dynamic website and a dynamic url. Now we know that if the content or any data of a site gets called from a database then its a dynamic url. like this http: // www. example. com / forums/thread.php?threadid=12345&sort=date now can be say www .example .com is a dynamic website. ?? Another thing consider the following urls and tell me whether i am right or wrong www. abc . com / index. html ( Static URL) www. abc .com / index. php ( can be static or dynamic ) www. abc .com / index. aspx ( can be static or dynamic ) I am having doubts with the last two URLs.... Can we say its a dynamic url as may be it is possible that I am using a database to get the content www. abc .com / index. php www. abc .com / index. aspx Kindly explain me... Thanks...
"http: // www. example. com / forums/thread.php?threadid=12345&sort=date " is a dynamic URL not a site a dynamic site is a site which has its most of the links content and other things non-text based (i.e. either flash, images etc) that cant be indexed easily. And www. abc .com / index. php ( can be static or dynamic ) www. abc .com / index. aspx ( can be static or dynamic ) these are all considered to be static not dynamic as search engines dont have any problem indexing these pages.
nick, it is not if information is accessed from a database that makes a URL dynamic or not. A dynamic URL is only a URL that has a ? followed by parameters, such as thesite.com/?threadid=12345&sort=date All other URLs are considered to be not dynamic.