Actuent
deliveroo.com · Software & apps

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.

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 /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
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.
Starter lawp.json for deliveroo.com
Made from what Actuent already knows. Edit it, then publish it at 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
Replace the example values, then paste into your homepage's <head>.
<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

Log In
Authenticate an existing Deliveroo account.
loginsign inaccount
Sign Up
Create a new Deliveroo account.
sign upregistercreate account
Search Delivery
Enter a postcode to view available restaurants and services.
searchpostcodedelivery
Download App
Open the app store page to download the Deliveroo mobile app.
downloadappstore
Partner with Us
Express interest in becoming a Deliveroo restaurant partner.
partnerrestaurantjoin
Contact Us
Send a support or general inquiry to Deliveroo.
contactsupporthelp
Get Started with Deliveroo for Work
Explore corporate meal plans and team lunch options.
workteam lunchcorporate
Purchase Gift Card
Buy a Deliveroo gift card for friends or family.
gift cardpurchasegift
Become a Rider
Join Deliveroo’s rider network to deliver food.
riderdeliveryjoin

Pages

Deliveroo - Food, Groceries, Pharmacy, Gifts & More /
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 Pl
Let’s Chat - Deliveroo /contact
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
About us - Deliveroo /about-us
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 expe

AI bot access

✓ robots.txt lets AI crawlers and assistants in.

Compared with similar sites

#6 of 6 software & apps on Actuent
What they have that Deliveroo doesn't: business details (address, hours, phone) (5 of 5).

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=deliveroo.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 16 Sep 2026

Is this your site?

Claim deliveroo.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <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=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.