top of page

Query String

The part of a URL that comes after the ? symbol. It passes extra information to a page — like search terms or filters.

For example, in yoursite.com/shop?category=shoes, the query string is category=shoes. It tells the page to show only the shoe category.

You'll also see query strings used in tracking — UTM codes are actually added to URLs as query strings.

bottom of page