Monzo
Monzo is a UK‑based digital bank offering a free personal current account with no monthly fee, instant card delivery, and a mobile app that lets you manage money, split bills, and track spending. Features include pots for budgeting, cashback on purchases, travel insurance, and the ability to earn interest on savings up to 3.65% AER. Users can also apply for Monzo credit cards, invest in a range of products, and access pensions and insurance. The platform supports joint accounts, under‑16 accounts, and business accounts, and provides tools for payroll, mortgage linking, and overdraft. Monzo’s award‑winning app offers real‑time notifications, budgeting tools, and a help centre for support.
- ✓ 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
List your key pages (services, prices, about, contact) in the
pages of your starter lawp.json, or link them from your homepage and sitemap.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 monzo.com
https://monzo.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "monzo.com",
"name": "Monzo",
"language": "en",
"pages": {
"/": {
"title": "Monzo – Personal Current Account, Savings, Credit & More",
"content": "Monzo is a UK‑based digital bank offering a free personal current account with no monthly fee, instant card delivery, and a mobile app that lets you manage money, split bills, and track spending. Features include pots for budgeting, cashback on purchases, travel insurance, and the ability to earn interest on savings up to 3.65% AER. Users can also apply for Monzo credit cards, invest in a range of products, and access pensions and insurance. The platform supports joint accounts, under‑16 accounts, and business accounts, and provides tools for payroll, mortgage linking, and overdraft. Monzo’s award‑winning app offers real‑time notifications, budgeting tools, and a help centre for support."
}
},
"actions": [
{
"id": "open_account",
"name": "Open a Free Account",
"input": {
"type": "none",
"required": false
},
"intent": [
"open account",
"free account",
"signup"
],
"description": "Starts the process to create a free personal current account."
},
{
"id": "signup",
"name": "Sign Up",
"input": {
"type": "none",
"required": false
},
"intent": [
"sign up",
"register",
"create account"
],
"description": "Registers a new user for a Monzo account."
},
{
"id": "refer_friend",
"name": "Refer a Friend",
"input": {
"type": "text",
"required": true
},
"intent": [
"refer friend",
"invite friend",
"share account"
],
"description": "Invites a friend to join Monzo and earn rewards."
},
{
"id": "switch_business",
"name": "Switch to Monzo Business",
"input": {
"type": "none",
"required": false
},
"intent": [
"switch to business",
"business account",
"open business account"
],
"description": "Converts a personal account to a Monzo Business account."
},
{
"id": "switch_plus",
"name": "Switch to Monzo Plus",
"input": {
"type": "none",
"required": false
},
"intent": [
"switch to plus",
"upgrade to plus",
"plus account"
],
"description": "Upgrades an account to Monzo Plus for additional benefits."
},
{
"id": "get_paid",
"name": "Get Paid into Monzo",
"input": {
"type": "none",
"required": false
},
"intent": [
"get paid",
"payroll",
"salary into monzo"
],
"description": "Enables payroll or other payments to be deposited directly into a Monzo account."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Monzo",
"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": "Monzo",
"url": "https://monzo.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
For AI agents
GET https://api.actuent.ai/api/search?q=monzo.com
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="monzo.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=monzo.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.
