Skip to main content
JD Media
Back to glossaryWeb Development

URL

Unique address at which a resource on the web is reachable, consisting of protocol, host, path and optional parameters.

Also known as: Uniform Resource Locator, Web Address

A URL is the unique address at which a resource on the web is reachable. It consists of protocol, host, optional port, path, query parameters and an optional fragment. Each component serves a concrete purpose and should be distinguished clearly in daily marketing, because they affect tracking, visibility and user experience.

Structure in detail

https is the protocol, www.example.com the host, /products/lamps the path and ?utm_source=newsletter the query. A fragment after the hash like #reviews jumps to an anchor inside the page. Search engines treat URLs with different paths and different query values as different pages, unless canonical references are set.

What makes a good URL

Readable, short URLs without cryptic characters are accepted better by both users and search engines. Words are joined with hyphens, not underscores. Speaking paths supply context that makes a click from a search result or a chat easier. Tracking parameters belong in the query, not in the path, so they can be stripped cleanly.

In everyday marketing

When setting up campaigns, URLs are enriched with UTM parameters to capture source, medium, campaign, content and term. Anyone planning evergreen content should freeze the URL structure early and avoid later moves, since links, bookmarks and search signals depend on it. If a move is unavoidable, a permanent redirect belongs on every old URL, otherwise reach and link equity are lost.