Deliveroo
Deliveroo delivers food, groceries, pharmacy items and gifts straight to your door with a tap. Enter your postcode to see local restaurants, supermarkets and shops that deliver. The service offers exclusive deals, up to 25% off meal deals, and a subscription service (Deliveroo Plus). Users can download the app for quick ordering, tracking, and savings. Deliveroo also partners with restaurants, offers work‑related meal plans, and sells gift cards. Riders can join the delivery network, and businesses can partner for delivery services. The site highlights sustainability, safety, and a wide range of cuisines across multiple cities.
- ✓ 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
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for deliveroo.com
https://deliveroo.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "deliveroo.com",
"name": "Deliveroo",
"language": "en",
"pages": {
"/": {
"title": "Deliveroo - Food, Groceries, Pharmacy, Gifts & More",
"content": "Deliveroo delivers food, groceries, pharmacy items and gifts straight to your door with a tap. Enter your postcode to see local restaurants, supermarkets and shops that deliver. The service offers exclusive deals, up to 25% off meal deals, and a subscription service (Deliveroo Plus). Users can download the app for quick ordering, tracking, and savings. Deliveroo also partners with restaurants, offers work‑related meal plans, and sells gift cards. Riders can join the delivery network, and businesses can partner for delivery services. The site highlights sustainability, safety, and a wide range of cuisines across multiple cities."
},
"/contact": {
"title": "Let’s Chat - Deliveroo",
"content": "Customers can get help via the app or website by accessing Order History and Order Help. Common questions are answered on the FAQ page. Riders and applicants can contact support through the hub portal. Partners can reach out via the Help section of their portal or by clicking the partner link. The page also lists the registered office address and provides links to download the app, view products, and access company information."
},
"/about-us": {
"title": "About us - Deliveroo",
"content": "Deliveroo was founded in 2013 to bring local restaurants directly to customers’ doors. It operates a hyper‑local, three‑sided marketplace connecting consumers, merchants, and riders to deliver meals in under 30 minutes. The company values technology, innovation, and customer experience, offering fast, reliable delivery and a strong emotional connection with its brand. Deliveroo works with thousands of merchants and riders across seven countries, serving millions of consumers. The site outlines its mission, values, and the benefits for merchants, consumers, and riders."
}
},
"actions": [
{
"id": "login",
"name": "Log In",
"input": {
"type": "text",
"required": false
},
"intent": [
"login",
"sign in",
"account"
],
"description": "Authenticate an existing Deliveroo account."
},
{
"id": "signup",
"name": "Sign Up",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign up",
"register",
"create account"
],
"description": "Create a new Deliveroo account."
},
{
"id": "search_delivery",
"name": "Search Delivery",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"postcode",
"delivery"
],
"description": "Enter a postcode to view available restaurants and services."
},
{
"id": "download_app",
"name": "Download App",
"input": {
"type": "text",
"required": false
},
"intent": [
"download",
"app",
"store"
],
"description": "Open the app store page to download the Deliveroo mobile app."
},
{
"id": "partner_with_us",
"name": "Partner with Us",
"input": {
"type": "text",
"required": false
},
"intent": [
"partner",
"restaurant",
"join"
],
"description": "Express interest in becoming a Deliveroo restaurant partner."
},
{
"id": "contact_us",
"name": "Contact Us",
"input": {
"type": "text",
"required": false
},
"intent": [
"contact",
"support",
"help"
],
"description": "Send a support or general inquiry to Deliveroo."
},
{
"id": "get_started_work",
"name": "Get Started with Deliveroo for Work",
"input": {
"type": "text",
"required": false
},
"intent": [
"work",
"team lunch",
"corporate"
],
"description": "Explore corporate meal plans and team lunch options."
},
{
"id": "gift_card",
"name": "Purchase Gift Card",
"input": {
"type": "text",
"required": false
},
"intent": [
"gift card",
"purchase",
"gift"
],
"description": "Buy a Deliveroo gift card for friends or family."
},
{
"id": "ride_with_us",
"name": "Become a Rider",
"input": {
"type": "text",
"required": false
},
"intent": [
"rider",
"delivery",
"join"
],
"description": "Join Deliveroo’s rider network to deliver food."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Deliveroo",
"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
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Deliveroo",
"url": "https://deliveroo.com",
"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
Pages
AI bot access
Compared with similar sites
For AI agents
GET https://api.actuent.ai/api/search?q=deliveroo.com
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="deliveroo.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=deliveroo.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
