www.gov.uk
GOV.UK
GOV.UK is the UK government’s official website, offering a wide range of services and information. It includes cookie settings, popular services such as HMRC, eVisas, Universal Credit, personal tax account, childcare, and state pension forecast, as well as categories like benefits, births, business, childcare, and citizenship. Users can manage cookies, skip to main content, and access detailed guidance on each service.
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 www.gov.uk
Made from what Actuent already knows. Edit it, then publish it at
https://www.gov.uk/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "www.gov.uk",
"name": "GOV.UK",
"language": "en",
"pages": {
"/": {
"title": "GOV.UK – UK Government Services",
"content": "GOV.UK is the UK government’s official website, offering a wide range of services and information. It includes cookie settings, popular services such as HMRC, eVisas, Universal Credit, personal tax account, childcare, and state pension forecast, as well as categories like benefits, births, business, childcare, and citizenship. Users can manage cookies, skip to main content, and access detailed guidance on each service."
},
"/drivers-hours": {
"title": "Drivers& 39; hours: Overview - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/service-manual": {
"title": "Service Manual - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/complain-company": {
"title": "Complain about a limited company - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/contact-the-dvla": {
"title": "Contact DVLA - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/budgeting-help-benefits": {
"title": "Budgeting Loans: How they work - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/apply-needs-assessment-social-services": {
"title": "Apply for a needs assessment by social services - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/water-and-sewerage-rates-for-businesses": {
"title": "Water and sewerage rates for businesses: Water - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
},
"/contact-your-local-council-about-business-rates": {
"title": "Contact your council about business rates bill - GOV.UK",
"content": "Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their services. You have acc"
}
},
"actions": [
{
"id": "change_cookie_settings",
"name": "Change Cookie Settings",
"input": {
"type": "none",
"required": false
},
"intent": [
"change_cookie_settings"
],
"description": "Open the cookie settings page to modify preferences"
},
{
"id": "view_cookies",
"name": "View Cookies",
"input": {
"type": "none",
"required": false
},
"intent": [
"view_cookies"
],
"description": "Open the cookies information page"
},
{
"id": "skip_to_main_content",
"name": "Skip to Main Content",
"input": {
"type": "none",
"required": false
},
"intent": [
"navigate_main_content"
],
"description": "Jump directly to the main content of the page"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to GOV.UK",
"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": "GOV.UK",
"url": "https://www.gov.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
Change Cookie Settings
Open the cookie settings page to modify preferences
change_cookie_settingsView Cookies
Open the cookies information page
view_cookiesSkip to Main Content
Jump directly to the main content of the page
navigate_main_contentPages
GOV.UK – UK Government Services /
GOV.UK is the UK government’s official website, offering a wide range of services and information. It includes cookie settings, popular services such as HMRC, eVisas, Universal Credit, personal tax account, childcare, and state pension forecast, as well as categories like benefit
Drivers& 39; hours: Overview - GOV.UK /drivers-hours
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Service Manual - GOV.UK /service-manual
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Complain about a limited company - GOV.UK /complain-company
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Contact DVLA - GOV.UK /contact-the-dvla
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Budgeting Loans: How they work - GOV.UK /budgeting-help-benefits
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Apply for a needs assessment by social services - GOV.UK /apply-needs-assessment-social-services
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Water and sewerage rates for businesses: Water - GOV.UK /water-and-sewerage-rates-for-businesses
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
Contact your council about business rates bill - GOV.UK /contact-your-local-council-about-business-rates
Cookies on GOV.UK We use some essential cookies to make this website work. We’d like to set additional cookies to understand how you use GOV.UK, remember your settings and improve government services. We also use cookies set by other sites to help us deliver content from their se
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=www.gov.uk
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 22 Sep 2026
Is this your site?
Claim www.gov.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="www.gov.uk" async></script> or the image https://api.actuent.ai/badge.svg?domain=www.gov.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.
