In short
- Sponsored listings come from garages on our Pro tier (£95/month).
- They appear in the top slot on relevant search pages with a clearly visible "Sponsored" chip.
- Order between paying garages rotates daily across the directory and randomly on the homepage carousel, so every paying garage gets equal exposure over time.
- Trust Scores are calculated independently and are not affected by sponsorship.
- The full ranking code is open in the GitHub repo and the methodology is fixed.
What "Sponsored" means here
A "Sponsored" listing on The EV Pros is a paid placement. The garage is on our Pro tier subscription (currently £95 per month) and gets:
- A top-of-list position on every relevant city + service page where they would already appear organically.
- A grey "Sponsored" chip on their card across the directory (UK ASA-compliant disclosure).
- Inclusion in the homepage Featured Specialists carousel rotation.
- Higher photo gallery limit and a more prominent contact CTA on their detail page.
Sponsored placement is always disclosed. We don't hide it or call it something softer like "Featured" to obscure the paid nature. That's per UK Advertising Standards Authority guidance on paid promotion.
How the order is decided
On city, service and region pages
When a page has more than one sponsored garage matching the location and service, their order rotates daily. The shuffle is seeded by today's date in UTC, which means:
- Every visitor sees the same order on the same day (so search engines see stable, indexable content).
- The order reshuffles every UK midnight, so over a month every paying garage spends roughly the same number of days in slot 1, slot 2, slot 3 and so on.
- Organic (non-sponsored) listings appear underneath, sorted by Trust Score.
On the homepage Featured Specialists carousel
The homepage carousel picks up to two sponsored garages at random for each page load, then fills any remaining slot with a random organic listing. With multiple paying garages in the pool, every one of them gets equal expected airtime across enough page loads.
What sponsorship does NOT do
- It doesn't change the garage's Trust Score (calculated nightly from real reviews, qualifications, claim status, etc).
- It doesn't suppress organic listings or remove them from results.
- It doesn't change HEVRA, IMI or Good Garage Scheme accreditation badges, which come from the actual trade bodies.
- It doesn't tip the editorial blog content. Sponsored garages may be mentioned in blog posts if they're already a real example of the topic; we always disclose when this happens.
How to verify it yourself
The ranking and rotation code is in the open. You can read the exact algorithm at lib/sponsored-rotation.js in our public GitHub repo. The current logic is:
- Split listings into sponsored vs organic.
- Shuffle the sponsored group using today's date (YYYYMMDD UTC) as the seed for a xorshift32 PRNG. Same date, same shuffle for everyone.
- Sort the organic group by Trust Score, highest first.
- Output sponsored first, then organic, then take the top N for display.
If you spot what looks like a violation of this policy, please tell us via the contact page and we'll investigate within 48 hours.
Becoming a Sponsored Partner
Sponsored placement is available to any garage with a claimed listing on The EV Pros. Upgrade from inside your dashboard under the "Upgrade" tab. Pro is £95/month with a 60-day free trial.
A small number of garages may have a complimentary Sponsored Partner status (granted by The EV Pros team, usually because they were paying members before the Sponsored tier launched). These are clearly disclosed in the same way as paying Sponsored Partners and follow the same rotation logic.
Want to feature your garage at the top of relevant UK searches?
Start a 60-day free trial →Policy last updated: 24 May 2026. Maintained by Mike McDonnell, Founder of The EV Pros.