Skip to content

Glossary World Wide Web

What Is the World Wide Web (WWW)?

  • SEO Basico
Definition

The World Wide Web (WWW) is the information system that lets you access documents and resources linked to one another through the Internet, addressed with URLs and transmitted over HTTP or HTTPS.

A hand-knotted fishing net hanging on a dark wall — beside the title World Wide Web
No knot holds on its own; the net holds
On this page 6
  1. What exactly is the World Wide Web?
  2. World Wide Web vs. Internet
  3. How it works
  4. Why it matters
  5. Best practices
  6. Common mistakes
In brief

Who invented the Web at CERN and when, what technically separates it from the Internet, and why the precise term still matters even though everyday speech has reduced it to just "the internet".

A hand-knotted fishing net hanging on a dark wall — beside the title World Wide Web
No knot holds on its own; the net holds

What exactly is the World Wide Web?

The World Wide Web is an information system built on top of the Internet: a collection of documents and resources, pages, images, videos, applications, connected through hyperlinks and reachable with a browser. It is not a synonym for the Internet, even though everyday usage has long blurred the two.

It was invented by British scientist Tim Berners-Lee at CERN, the European particle physics laboratory near Geneva. In March 1989 he wrote the first proposal for a distributed information system that would let researchers at the lab share documents across different computers. By the end of 1990 he already had the first server and browser running, hosted on a NeXT machine at the address info.cern.ch.

On 30 April 1993, CERN placed the source code of the Web software into the public domain, free of charge and free of licence. That decision let anyone set up a server or build their own browser, and it drove adoption well beyond the scientific community.

World Wide Web vs. Internet

AspectInternetWorld Wide Web
What it isThe physical and technical network infrastructure: cables, routers, servers and the IP protocol that connects computers.A service that runs on top of that infrastructure, based on documents linked to one another.
When it startedThe late 1960s, with the first packet-switched networks such as ARPANET.1989, twenty years later, as one application running on an already existing network.
How it is addressedEvery connected device gets an IP address that locates it within the network.Every resource is addressed with a URL and reached through hyperlinks.

Before the Web existed, the Internet already carried email and file transfers over FTP. Treating both terms as interchangeable is one of the most common mistakes: without the Internet there is no Web, but without the Web the Internet would keep running on other services.

How it works

The Web runs on four pieces that fit together. The HTTP protocol, and its encrypted version HTTPS, defines how a browser requests a resource from a server and how the server answers: the browser sends a request, the server processes it and returns a response with a status code, such as a 400 error when the request is malformed.

HTML is the language that structures the content of each page: headings, paragraphs, images, links, which the browser interprets to draw what shows up on screen. The URL is the unique address of each resource, made up of protocol, domain and path; sometimes it gets shortened with a URL shortener to make it easier to share in a message or an ad. And the hyperlink connects one document to the next, the element that gives the Web its network shape instead of a loose pile of separate files.

When someone types an address into a browser, it locates the right server, sends the HTTP request and gets the HTML back, translating it into the visible page along with the images and styles that page links to. At their core, these four elements have not changed since 1990: they still form the base of every page that loads today, even with layers of JavaScript, APIs and interactive applications stacked on top that make the process far richer than in its early years.

Why it matters

The term "World Wide Web" barely shows up in everyday speech anymore: people say "internet" when they mean the Web, and the WWW prefix has disappeared from most visible URLs. For anyone who works on websites, writes content for them or tries to get them ranking in a search engine, the technical distinction still matters.

Any technical SEO work starts from these same fundamentals: a server that answers with the correct HTTP codes, valid HTML and cleanly built URLs. Newer layers build on top of that base too, such as structured data, which lets search engines interpret a page as classified information rather than plain text.

Since 1994, the W3C (World Wide Web Consortium), founded by Berners-Lee himself, has maintained the standards that keep a page built in HTML looking the same across browsers, regardless of the vendor or the device it is opened on. Without that shared foundation, every site would need a separate build for every browser.

Best practices

  • Serve the whole site over HTTPS, not just HTTP, to encrypt the connection between browser and server.
  • Use readable, stable URLs, without unnecessary parameters or frequent path changes.
  • Validate HTML against W3C standards so different browsers do not interpret it inconsistently.
  • Check internal and external hyperlinks regularly so they do not point to deleted pages.
  • Configure HTTP status codes correctly, so a moved resource redirects instead of failing silently.
  • Keep the server infrastructure up to date, since most availability failures start there, not in the browser.

Common mistakes

  • Treating "Internet" and "World Wide Web" as exact synonyms, when one is the network and the other a service running on it.
  • Leaving broken links that return a 404 error instead of redirecting them to an equivalent page.
  • Not monitoring server outages, which show up to visitors as a 500 error.
  • Building URLs with uppercase letters, spaces or special characters that make them harder to read and index.
  • Assuming a site "on the Web" is automatically accessible to everyone, without checking load times or browser compatibility.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Who invented the World Wide Web?

British scientist Tim Berners-Lee, then a researcher at CERN, wrote the first proposal in March 1989 and had the first server and browser running by the end of 1990. The source code was released into the public domain on 30 April 1993.

Are the Internet and the World Wide Web the same thing?

No. The Internet is the network infrastructure that connects computers through IP addresses and has existed since the 1960s. The Web is a service that runs on that network, built on documents linked through hyperlinks and reachable with a browser.

What do HTTP and HTTPS mean?

Both are protocols that define how a browser requests a resource from a server and how the server responds. HTTPS adds encryption to that connection through a digital certificate, which makes it the recommended standard over unencrypted HTTP today, and most browsers now flag sites that skip it.

Does the W3C still exist?

Yes. The World Wide Web Consortium, founded by Berners-Lee in 1994, still maintains the standards that define HTML and other core Web technologies, together with companies, universities and developers worldwide, so a page works the same way across different browsers.

Why does almost nobody say "World Wide Web" anymore?

Because everyday usage shortened the term to "internet", even though the two technically refer to different things: one is the network, the other a service running on it. The WWW acronym survives in the URL specification, even as fewer sites show it in their visible address.