본문 바로가기

webdesign/etc.

benefits of static webpages : SEO-wise

www.fasthosts.co.uk/blog/static-vs-dynamic-websites/

 

Static vs dynamic websites: which to use?

Learn about the differences between static and dynamic websites. Find out whether you should use a static or dynamic website for your project.

www.fasthosts.co.uk

Benefits of a static website

Due to their relative simplicity, a static website doesn’t require as much development know-how as a dynamic website might to build from scratch. With just a notepad document, anyone can create a file in HTML and CSS which contains their content. This works well for those who have only basic development experience, and simply want to create a website consisting of a few pages that display information.

On the other hand, a dynamic website requires a lot more development knowledge to build if you’re starting with nothing. For instance, rather than just using HTML and CSS, the developer would need to be familiar with the backend language used, as well as having an understanding of databases.

Another benefit of static sites is that they greatly improve page load times compared to dynamic websites. As the browser doesn’t need to make as many requests to the server for resources on a static website, the content can be displayed more quickly. This is a metric measured by Google for SEO purposes, so decreasing the page load time of your website by creating static content is a great way to increase its ranking on Google.

 

 

----------

basic definition : 

adamtheautomator.com/static-vs-dynamic-websites-whats-the-difference/

 

Static vs Dynamic Websites: What's the Difference?

Who's the winner when it comes to static vs. dynamic websites? Find out in this informative, in-depth article weighing the pros and cons.

adamtheautomator.com

You may have heard about the Static vs Dynamic website comparison before. For a regular internet user who is meant to consume content, this comparison may not mean much as long as the site can do what they need.

But for someone who plans to create or migrate a website, knowing these two types of websites is essential.

As the name implies, a static website’s elements are fixed or hard-coded. It doesn’t matter which browser or client is used to view a static website; every page’s code does not change.

A static website is limited to HTML, CSS, and JS client-side code.

This means that there is no additional processing that happens on the server once the page is accessed. Any code for dynamic contents such as buttons or input is handled by the browser.

 

titus94.tistory.com/4