A URL, or Uniform Resource Locator, is the address of a unique resource on the internet, such as a webpage, image, video, or document. It acts like a digital roadmap, guiding web browsers to the exact location of the resource you want to access.

A typical URL is composed of several key parts:

  • Protocol: Specifies the method of communication (such as HTTP or HTTPS for web pages, or mailto for email addresses).
  • Domain name: The main address of the website (e.g., www.example.com).
  • Path: Indicates the specific file or folder within the website (e.g., /blog/article).
  • Query parameters: Optional information added after a question mark (?) to pass data to the server (e.g., ?id=123).
  • Fragment: Optional section after a hash (#) to direct the browser to a specific part of a page (e.g., #section).
Synonyms:
Uniform Resource Locator