# Wheelplace > Wheelplace is a Swedish marketplace for car tires, rims and complete wheels. > Private sellers and dealers list new and used wheels; buyers search by car > model, by registration plate, or by wheel dimension. The site is written in Swedish. Prices are in SEK, including Swedish VAT. "Däck" means tires, "fälgar" means rims, and "kompletta hjul" means complete wheels (a tire already mounted on a rim). An "annons" is a listing. ## How the URLs are built - `/annonser` - search across every listing. - `/annonser/{make}` and `/annonser/{make}/{model}` - listings that fit one car, e.g. `/annonser/volvo/xc60`. - `?keywords={query}` - free-text search. - `/l/{category}/{make}/{model}/{slug}/{id}` - a single listing. `category` is `dack` (tires), `falgar` (rims) or `hjul` (complete wheels), e.g. `/l/dack/volvo/xc60/vinterdack-volvo-xc60/00000000-0000-0000-0000-000000000000`. Listings that do not name a car use the shorter `/l/{slug}/{id}` form. The final segment is always the listing id. - `/u/{id}` - a seller profile, with that seller's listings and reviews. - `/dack/{make}/{model}` and `/falgar/{make}/{model}` - fitment guides: which tire and rim sizes a given car takes, with the bolt pattern and offset. - `/dack/{width}-{profile}r{diameter}` - listings in one tire size, e.g. `/dack/225-45r17` for 225/45 R17. - `/falgar/{bolts}-{circle}-{diameter}-tum` - listings in one rim size, e.g. `/falgar/5-114_3-17-tum` for a 5x114.3 bolt pattern in 17 inches. A decimal in the bolt circle is written with an underscore. ## Structured data Pages are rendered on the server, so the HTML is complete without running JavaScript. Every page carries JSON-LD in a `