What is a URL slug?
A URL slug is the readable path segment that identifies a page. In this example, the slug is the final green segment:
- Slug
- One page-identifying path segment, such as
summer-recipes. - URL
- The complete web address, including scheme, domain, folders, and slug.
- Permalink
- A complete URL intended to remain a stable, permanent address.
- URL encoding
- Escapes characters using codes such as
%20; it does not rewrite a title. - URL shortening
- Creates a short redirect link to another URL; it does not create a page slug.
