About the static web page we can say it has physical existence and it display same information for all users. The page really exists on the web and server. Basically HTML file known as static web page.
Benefits of Static Pages:
It is cache friendly and search engines friendly.
It gets higher ranking soon in search engines.
Ideal for promotion in search engines.
Disadvantages of Static Pages:
If the site is very large then it is difficult to maintain it.
Regular up to date on the page is not possible.
Portal, big site or e-commerce sites are not possible with static page.
Dynamic web page: It is not like static page. Dynamic page has not its own existence. It comes from server and depends on coding. A file which is in server comes after the request of user dynamically on the web as a documents or page. .ASP, .PHP .JSP etc. are the well known name of dynamic pages.
Benefits of Dynamic Pages:
For portal or e-commerce sites it is best.
You can easily maintain 1000 of URLs and updates them dynamically.
Disadvantage of Dynamic Pages:
Dynamic pages are not cache friendly.
It has long or queries string URL.
Dynamic page and static page depends on your business requirements. If your business is big and it deals related to customer oriented products then you need to develop a dynamic web page or dynamic site. Now, most of sites are on the dynamic scripts. Dynamic page use Clint side script and server side script to browse a web page.
In the dynamic web pages contents, image, script, web design are separate on the server and when a user request an id then all the things comes jointly on the browser.
For the informative and small sites static web page is right.
URL of static pages looks simply like this : www.mysite.com/seo.html
URL of dynamic web page looks like this: www.mysite.com/seo?id=102
Now you can understand about dynamic URL and static URL also. Dynamic URL contain a long quries and parameter while static URL is simple with file name.
You can know from wiki also about more knowledge for static and dynamic pages.
Benefits of Static Pages:
It is cache friendly and search engines friendly.
It gets higher ranking soon in search engines.
Ideal for promotion in search engines.
Disadvantages of Static Pages:
If the site is very large then it is difficult to maintain it.
Regular up to date on the page is not possible.
Portal, big site or e-commerce sites are not possible with static page.
Dynamic web page: It is not like static page. Dynamic page has not its own existence. It comes from server and depends on coding. A file which is in server comes after the request of user dynamically on the web as a documents or page. .ASP, .PHP .JSP etc. are the well known name of dynamic pages.
Benefits of Dynamic Pages:
For portal or e-commerce sites it is best.
You can easily maintain 1000 of URLs and updates them dynamically.
Disadvantage of Dynamic Pages:
Dynamic pages are not cache friendly.
It has long or queries string URL.
Dynamic page and static page depends on your business requirements. If your business is big and it deals related to customer oriented products then you need to develop a dynamic web page or dynamic site. Now, most of sites are on the dynamic scripts. Dynamic page use Clint side script and server side script to browse a web page.
In the dynamic web pages contents, image, script, web design are separate on the server and when a user request an id then all the things comes jointly on the browser.
For the informative and small sites static web page is right.
URL of static pages looks simply like this : www.mysite.com/seo.html
URL of dynamic web page looks like this: www.mysite.com/seo?id=102
Now you can understand about dynamic URL and static URL also. Dynamic URL contain a long quries and parameter while static URL is simple with file name.
You can know from wiki also about more knowledge for static and dynamic pages.

1 comments:
A static URL is one that does not change, so it typically does not contain any url parameters. You can search for static URLs on Google by typing filetype:htm in the search field. Updating these kinds of pages can be time consuming, especially if the amount of information grows quickly, since every single page has to be hard-coded.
------------------------
hennry
opinion leader
Post a Comment