{"id":30092,"date":"2024-11-12T12:39:31","date_gmt":"2024-11-12T12:39:31","guid":{"rendered":"https:\/\/www.seobility.net\/en\/blog\/wiki\/url\/"},"modified":"2025-02-26T13:14:39","modified_gmt":"2025-02-26T13:14:39","slug":"URL","status":"publish","type":"wiki","link":"https:\/\/www.seobility.net\/en\/wiki\/URL","title":{"rendered":"URL"},"content":{"rendered":"<h2><span class=\"mw-headline\" id=\"Definition\">Definition<\/span><\/h2>\n<p>A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. It is recognizable for users as the string of text which is shown in the browser address bar of every web page, or which links a user to another internet location. A URL is a type of Uniform Resource Identifier (URI).\n<\/p>\n<h2><span class=\"mw-headline\" id=\"History\">History<\/span><\/h2>\n<p>It all began with the search for a method that would allow the sharing of information on computers. Three events highlight the roadmap towards the introduction of URLs:\n<\/p>\n<ul>\n<li> In 1969, the Advanced Research Projects Agency Network (ARPANET) sent the first node-to-node transmission from UCLA to the Stanford Research Institute, using the ARPANET 1822 Protocol. Consisting of the Physical, Data, and Network layers, a Transport layer was introduced in 1970 with the introduction of the Network Control Protocol (NCP).<\/li>\n<li> In 1983, ARPANET switched from NCP to the Transmission Control Protocol\/Internet Protocol (TCP\/IP).<\/li>\n<li> In 1989, Tim Berners-Lee created the World Wide Web (WWW), introducing the <a href=\"\/en\/wiki\/Markup_Language\" title=\"Markup Language\">markup language<\/a>, resource identifiers, and protocols for retrieving resources.<\/li>\n<\/ul>\n<p>When Berners-Lee introduced the WWW to the world, data transmissions were stabilizing. By the early 1990s, the internet had advanced enough to serve up files, mail, and data, using protocols such as Gopher, <a href=\"\/en\/wiki\/ftp-file-transfer-protocol\" title=\"FTP (File Transfer Protocol)\">FTP<\/a>, and Telnet.\n<\/p>\n<p>The time was ripe, therefore, in 1992, for Berners-Lee to define the URL as a tool to link to the location of any internet resource a user may require. Although his focus on URLs was for the web and its HTTP protocol, his vision incorporated most internet protocols.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Components_of_a_URL\">Components of a URL<\/span><\/h2>\n<p>The four main components of URLs are the protocol, domain, path, and query.\n<\/p>\n<p>Let us have a closer look at the different URL components, using the following example:\n<\/p>\n<pre>https:\/\/www.example.com\/category-A\/subcategory-A1\/model-123.html<\/pre>\n<h3><span class=\"mw-headline\" id=\"Protocol\">Protocol<\/span><\/h3>\n<p>The protocol or scheme of a URL indicates the method that will be used for transmitting or exchanging data. The most familiar scheme is the Hypertext Transfer Protocol (HTTP) or <a href=\"\/en\/wiki\/HTTPS\" title=\"HTTPS\">Hypertext Transfer Protocol Secure (HTTPS)<\/a> for the transmission of HTML files. FTP (for files) and Mailto (for mails) are examples of other types of schemes.\n<\/p>\n<p>In the example URL above, <i>https:\/\/<\/i> is the URL&#8217;s secure protocol.\n<\/p>\n<h3><span class=\"mw-headline\" id=\"Domain\">Domain<\/span><\/h3>\n<p>The domain or <a href=\"\/en\/wiki\/Hostname\" title=\"Hostname\">hostname<\/a> of a URL is a user-friendly expression of the Internet Protocol (IP) address of a website. It points to the location of the website&#8217;s host server.\n<\/p>\n<p>In the example above, the domain is <i>www.example.com<\/i>.\n<\/p>\n<h3><span class=\"mw-headline\" id=\"Path\">Path<\/span><\/h3>\n<p>The path that follows the domain name inside a URL points to a specific file or other resource location. It can also include a query string.\n<\/p>\n<p>In our example URL, <i>\/category-A\/subcategory-A1\/model-123.html<\/i> shows the path of the URL, which in this example, ends in a product page.\n<\/p>\n<h3><span class=\"mw-headline\" id=\"Query\">Query<\/span><\/h3>\n<p>The query string, also known as a fragment identifier, is frequently used for internal searches and is commonly preceded by a question mark (?).\n<\/p>\n<p>For example:\n<\/p>\n<pre>https:\/\/www.example.com\/category-A\/subcategory-A1<b>?searchTerm=Model+123<\/b>\r\n<\/pre>\n<p>This URL is the result of a user entering the search term \u201cModel 123\u201d on the subcategory A1 page. The landing page in this example is either the product page of model 123 or a list of search results that contain the term \u201cModel 123\u201d.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Characters_allowed_in_URLs\">Characters allowed in URLs<\/span><\/h2>\n<p>The characters that are allowed in URLs are specified by the World Wide Web Consortium. The specifications include lists of unreserved and reserved characters.\n<\/p>\n<ul>\n<li> <b>Unreserved characters:<\/b> These are not reserved and can be used freely in URIs and URLS. They include all upper case and lower-case letters, all decimal numbers, hyphens and underscores, tildes, and periods.<\/li>\n<li> <b>Reserved characters:<\/b> These serve special purposes within a URI\/URL. They include \/&#160;;&#160;:&#160;? @ &amp; , + $ =.<\/li>\n<\/ul>\n<p>Reserved characters are used for delimiting or other special purposes inside a URL and cannot be used in any other way within a URL unless they are URL-encoded. This means that in order to display a &#8220;?&#8221; as a question mark or a &#8220;+&#8221; as a plus sign inside a URL string, these characters will require encoding.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Examples_of_the_usage_of_reserved_characters_inside_a_URL\">Examples of the usage of reserved characters inside a URL<\/span><\/h2>\n<p>In our example URL:\n<\/p>\n<pre>https:\/\/www.example.com\/category-A\/subcategory-A1?searchTerm=Model+123<\/pre>\n<ul>\n<li> Forward slash: &#8220;\/&#8221; is used to delineate parts of a URL, for example, by separating the file path from the domain.<\/li>\n<li> Question mark: &#8220;?&#8221; is used at the start of a query.<\/li>\n<li> Equal sign: &#8220;=&#8221; is used between a parameter name and the value given for that name.<\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Differences_between_URL_and_domain\">Differences between URL and domain<\/span><\/h2>\n<p>Although a domain can be a URL, as in the case of a homepage, most URLs contain much more information than just the domain name. URLs contain resource addresses, file paths, and queries.\n<\/p>\n<p>The domain name is a user-friendly method of listing an <a href=\"\/en\/wiki\/IP_Address\" title=\"IP Address\">IP address<\/a>, making it easy to remember.\n<\/p>\n<p><b>Components of a domain<\/b><br \/>\nA domain is divided into three different hierarchical levels, which start on the right side of the domain component of a URL.\n<\/p>\n<ul>\n<li> <b>Top-level domain:<\/b> domain name extension, such as .com, .net, .biz, .de.<\/li>\n<li> <b>Mid-level domain:<\/b> the component with the most flexibility. It can be an organization\u2019s name or a phrase. It is also known as the second-level domain.<\/li>\n<li> <b>Prefix:<\/b> the WWW prefix of the mid-level domain. It is not required, but it initially distinguished web URLs from other URL schemes.<\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Absolute_vs_relative_URLs\">Absolute vs relative URLs<\/span><\/h2>\n<p>If a website contains a number of pages branching off from its home or category pages, links to other web pages can use relative URLs if the resources are on the same server as the referencing page. Relative URLs are less cumbersome than absolute URLs, but the webmaster must be very careful to avoid <a href=\"\/en\/wiki\/Broken_Link\" title=\"Broken Link\">broken links<\/a> if resources are moved frequently. It may be better to err on the side of caution with the consistent use of absolute URLs.\n<\/p>\n<p>On the web page <i>https:\/\/www.example.com\/category-A\/<\/i>, a link points to a product in a subcategory:\n<\/p>\n<pre>&lt;a href=\"subcategory-A1\/model-123.html\"&gt;Model-123.html&lt;\/a&gt;.<\/pre>\n<p>This relative URL will send the user to the web page describing the product \u201cModel 123\u201d if all the product pages in subcategory-A1 are on the same server as the Category A page.\n<\/p>\n<h2><span class=\"mw-headline\" id=\"Related_links\">Related links<\/span><\/h2>\n<ul>\n<li> <a rel=\"nofollow\" class=\"external free\" href=\"https:\/\/blog.cloudflare.com\/the-history-of-the-url\/\">https:\/\/blog.cloudflare.com\/the-history-of-the-url\/<\/a><\/li>\n<\/ul>\n<h2><span class=\"mw-headline\" id=\"Similar_articles\">Similar articles<\/span><\/h2>\n<ul>\n<li> <a href=\"\/en\/wiki\/SEO-friendly_URLs\" title=\"SEO-friendly URLs\">SEO-friendly URLs<\/a><\/li>\n<li> <a href=\"\/en\/wiki\/Domain_for_SEO\" title=\"Domain for SEO\">Domain for SEO<\/a><\/li>\n<\/ul>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Article\",\n  \"author\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Seobility\",\n    \"url\": \"https:\/\/www.seobility.net\/\"\n  }\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Definition A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. It is recognizable for users as the string of text which is shown in the browser address bar of every web page, or which links a user to another internet [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-30092","wiki","type-wiki","status-publish","hentry","wiki_categories-web-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is a URL? Definition and Components - Seobility Wiki<\/title>\n<meta name=\"description\" content=\"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.seobility.net\/en\/wiki\/URL\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a URL? Definition and Components - Seobility Wiki\" \/>\n<meta property=\"og:description\" content=\"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seobility.net\/en\/wiki\/URL\" \/>\n<meta property=\"og:site_name\" content=\"Seobility\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seobility.net\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-26T13:14:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@seobility_net\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"ScholarlyArticle\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL\"},\"author\":{\"name\":\"Seobility Wiki Team\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\"},\"headline\":\"URL\",\"datePublished\":\"2024-11-12T12:39:31+00:00\",\"dateModified\":\"2025-02-26T13:14:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL\"},\"wordCount\":994,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL\",\"name\":\"What is a URL? Definition and Components - Seobility Wiki\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\"},\"datePublished\":\"2024-11-12T12:39:31+00:00\",\"dateModified\":\"2025-02-26T13:14:39+00:00\",\"description\":\"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\\\/URL#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wiki\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wiki\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"URL\",\"item\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/wp-json\\\/wp\\\/v2\\\/wiki\\\/30092\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/\",\"name\":\"Seobility\",\"description\":\"Online SEO Software &amp; Tools For Better Rankings\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/#\\\/schema\\\/person\\\/c838e66a3b46262b4c963df5cd5b2d8a\",\"name\":\"Seobility Wiki Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"contentUrl\":\"https:\\\/\\\/www.seobility.net\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Seobility-S-2025-150x150.png\",\"caption\":\"Seobility Wiki Team\"},\"description\":\"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.\",\"url\":\"https:\\\/\\\/www.seobility.net\\\/en\\\/blog\\\/author\\\/seobility-wiki-team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a URL? Definition and Components - Seobility Wiki","description":"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.seobility.net\/en\/wiki\/URL","og_locale":"en_US","og_type":"article","og_title":"What is a URL? Definition and Components - Seobility Wiki","og_description":"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...","og_url":"https:\/\/www.seobility.net\/en\/wiki\/URL","og_site_name":"Seobility","article_publisher":"https:\/\/www.facebook.com\/seobility.net\/","article_modified_time":"2025-02-26T13:14:39+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/seobility-og-image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@seobility_net","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ScholarlyArticle","@id":"https:\/\/www.seobility.net\/en\/wiki\/URL#article","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/URL"},"author":{"name":"Seobility Wiki Team","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a"},"headline":"URL","datePublished":"2024-11-12T12:39:31+00:00","dateModified":"2025-02-26T13:14:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/URL"},"wordCount":994,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.seobility.net\/en\/wiki\/URL#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.seobility.net\/en\/wiki\/URL","url":"https:\/\/www.seobility.net\/en\/wiki\/URL","name":"What is a URL? Definition and Components - Seobility Wiki","isPartOf":{"@id":"https:\/\/www.seobility.net\/en\/#website"},"datePublished":"2024-11-12T12:39:31+00:00","dateModified":"2025-02-26T13:14:39+00:00","description":"A Uniform Resource Locator (URL) is a set address for locating a unique resource on the internet, such as a file or an app. Learn more ...","breadcrumb":{"@id":"https:\/\/www.seobility.net\/en\/wiki\/URL#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seobility.net\/en\/wiki\/URL"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.seobility.net\/en\/wiki\/URL#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seobility.net\/en\/"},{"@type":"ListItem","position":2,"name":"Wiki","item":"https:\/\/www.seobility.net\/en\/wiki"},{"@type":"ListItem","position":3,"name":"URL","item":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30092"}]},{"@type":"WebSite","@id":"https:\/\/www.seobility.net\/en\/#website","url":"https:\/\/www.seobility.net\/en\/","name":"Seobility","description":"Online SEO Software &amp; Tools For Better Rankings","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seobility.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seobility.net\/en\/#\/schema\/person\/c838e66a3b46262b4c963df5cd5b2d8a","name":"Seobility Wiki Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","url":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","contentUrl":"https:\/\/www.seobility.net\/wp-content\/uploads\/2025\/06\/Seobility-S-2025-150x150.png","caption":"Seobility Wiki Team"},"description":"The Seobility Wiki team consists of seasoned SEOs, digital marketing professionals, and business experts with combined hands-on experience in SEO, online marketing and web development. All our articles went through a multi-level editorial process to provide you with the best possible quality and truly helpful information. Learn more about the people behind the Seobility Wiki.","url":"https:\/\/www.seobility.net\/en\/blog\/author\/seobility-wiki-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki"}],"about":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/types\/wiki"}],"author":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/comments?post=30092"}],"version-history":[{"count":0,"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/wiki\/30092\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.seobility.net\/en\/wp-json\/wp\/v2\/media?parent=30092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}