For Dealers & Sellers

Sorted Tags

Add a small snippet to your listing pages and Sorted will automatically discover, index, and feature your cars. No account needed. No API integration. Just one line of HTML.

1

Add the Tag

Copy the snippet below and paste it into the HTML of your vehicle listing pages.

2

We Discover

Our crawler finds pages with Sorted Tags and extracts the listing info — photos, specs, pricing.

3

Cars Get Found

Your cars appear on Sorted with a direct link back to your listing. All traffic goes to you.

The Snippet

<meta name="sorted-listing" content="true">
<meta name="sorted-dealer" content="Your Dealership Name">

Place these tags inside the <head> of each vehicle listing page. For best results, also ensure your pages include Schema.org Vehicle structured data (JSON-LD) — we use it to extract year, make, model, price, and images automatically.

Enhanced: JSON-LD (Recommended)

If your listing pages already have JSON-LD structured data, Sorted will read it automatically. Here's what the ideal markup looks like:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Car",
  "name": "2024 Porsche 911 GT3 RS",
  "brand": { "@type": "Brand", "name": "Porsche" },
  "model": "911 GT3 RS",
  "vehicleModelDate": "2024",
  "mileageFromOdometer": {
    "@type": "QuantitativeValue",
    "value": "1200",
    "unitCode": "SMI"
  },
  "offers": {
    "@type": "Offer",
    "price": "289000",
    "priceCurrency": "USD"
  },
  "image": [
    "https://example.com/photos/gt3rs-1.jpg",
    "https://example.com/photos/gt3rs-2.jpg"
  ]
}
</script>

Frequently Asked Questions

Does this cost anything?

No. Sorted Tags are completely free. We want to help people find your cars — that's good for everyone.

Where does the traffic go?

Every listing on Sorted links directly to your original page. We never host the transaction — buyers always go to you.

How often do you crawl?

We check tagged pages regularly. New listings typically appear on Sorted within 24 hours. Sold or removed listings are automatically delisted.

Can I submit individual cars instead?

Absolutely. Head over to Submit a Link and paste any listing URL.