vinted.co.uk
Vinted
One community, thousands of brands, and a whole lot of second-hand style. Ready to get started? Here’s how it works.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for vinted.co.uk
Made from what Actuent already knows. Edit it, then publish it at
https://vinted.co.uk/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "vinted.co.uk",
"name": "Vinted",
"language": "en",
"pages": {
"/": {
"title": "Vinted | Sell and buy clothes, shoes and accessories",
"content": "One community, thousands of brands, and a whole lot of second-hand style. Ready to get started? Here’s how it works."
},
"/about": {
"title": "What Vinted is all about Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue On a mission to make second-hand first choice We want to show you just how great second-hand can be. Sell what you no longer need, or shop unique pieces yo"
},
"/brand/331267-menu": {
"title": "Menu Discover Pre-Loved Homeware & Decor Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad Menu Category Size Brand Condition Colour Price Material Sort by Menu Clear filters Home Kids Women Men Hobbies & collectables Electronics Books & Med"
},
"/brand/558944-dw-shop": {
"title": "DW-Shop Get Pre-Owned Clothing & Accessories Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad DW-Shop Category Size Brand Condition Colour Price Material Sort by DW-Shop Clear filters Women Men Home Kids Hobbies & collectables Electronics Books"
},
"/brand/79902-81-hours": {
"title": "81 Hours Shop Pre-Loved Clothing & Bags Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad 81 Hours Category Size Brand Condition Colour Price Material Sort by 81 Hours Clear filters Women Men Kids Home Electronics Books & Media Hobbies & co"
},
"/brand/357078-1000-fees": {
"title": "1000 Fées Find Pre-Loved Costumes & Toys Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad 1000 Fées Category Size Brand Condition Colour Price Material Sort by 1000 Fées Clear filters Kids Women Men Home Electronics Books & Media Hobbies & "
},
"/brand/23951-after-hours": {
"title": "After Hours Browse Pre-Owned Clothing & Cosmetics Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad After Hours Category Size Brand Condition Colour Price Material Sort by After Hours Clear filters Men Women Kids Home Books & Media Hobbies & collecta"
},
"/brand/236812-fisher-price": {
"title": "Fisher Price Find Pre-Loved Toys & Baby Gear Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad Fisher Price Category Size Brand Condition Colour Price Material Sort by Fisher Price Clear filters Kids Hobbies & collectables Home Women Electronics"
},
"/brand/428-reserve-naturelle": {
"title": "reserve naturelle Find Pre-Loved Clothing & Accessories Vinted",
"content": "Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad reserve naturelle Category Size Brand Condition Colour Price Material Sort by reserve naturelle Clear filters Women Men Home Kids Electronics Books & "
}
},
"actions": [
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"id": "sign_up",
"name": "Sign up",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign up",
"register",
"join",
"create account",
"get started"
],
"description": "Create an account"
},
{
"id": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Vinted",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Vinted",
"url": "https://vinted.co.uk",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Shop products
Browse and buy products
shopbuyproductsstorecatalogSign up
Create an account
sign upregisterjoincreate accountget startedGet help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Vinted | Sell and buy clothes, shoes and accessories /
One community, thousands of brands, and a whole lot of second-hand style. Ready to get started? Here’s how it works.
What Vinted is all about Vinted /about
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue On a mission to make second-hand first choice We want to show you just how great second-hand can be. Sell what you no longer need, or s
Menu Discover Pre-Loved Homeware & Decor Vinted /brand/331267-menu
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad Menu Category Size Brand Condition Colour Price Material Sort by Menu Clear filters Home Kids Women Men Hobbies & collectables Ele
DW-Shop Get Pre-Owned Clothing & Accessories Vinted /brand/558944-dw-shop
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad DW-Shop Category Size Brand Condition Colour Price Material Sort by DW-Shop Clear filters Women Men Home Kids Hobbies & collectabl
81 Hours Shop Pre-Loved Clothing & Bags Vinted /brand/79902-81-hours
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad 81 Hours Category Size Brand Condition Colour Price Material Sort by 81 Hours Clear filters Women Men Kids Home Electronics Books
1000 Fées Find Pre-Loved Costumes & Toys Vinted /brand/357078-1000-fees
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad 1000 Fées Category Size Brand Condition Colour Price Material Sort by 1000 Fées Clear filters Kids Women Men Home Electronics Book
After Hours Browse Pre-Owned Clothing & Cosmetics Vinted /brand/23951-after-hours
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad After Hours Category Size Brand Condition Colour Price Material Sort by After Hours Clear filters Men Women Kids Home Books & Medi
Fisher Price Find Pre-Loved Toys & Baby Gear Vinted /brand/236812-fisher-price
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad Fisher Price Category Size Brand Condition Colour Price Material Sort by Fisher Price Clear filters Kids Hobbies & collectables Ho
reserve naturelle Find Pre-Loved Clothing & Accessories Vinted /brand/428-reserve-naturelle
Skip to content Catalogue Sign up Log in Sell now Women Men Designer Kids Home Electronics Books & Media Hobbies & collectables Sports Catalogue Ad reserve naturelle Category Size Brand Condition Colour Price Material Sort by reserve naturelle Clear filters Women Men Home Kids
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=vinted.co.uk
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim vinted.co.uk to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="vinted.co.uk" async></script> or the image https://api.actuent.ai/badge.svg?domain=vinted.co.uk&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
