Actuent
mayoclinic.org

Mayo Clinic

Mayo Clinic’s homepage showcases its commitment to innovative, patient‑centered care. Visitors can learn about the clinic’s leadership in medical research, request appointments, and explore a comprehensive disease and condition database. The site offers an alphabetical disease index, a search bar for quick lookup, and highlights Mayo Clinic’s top‑ranked specialties. Visuals emphasize healing and the clinic’s reputation as the world’s best hospital.

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 mayoclinic.org
Made from what Actuent already knows. Edit it, then publish it at https://mayoclinic.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "mayoclinic.org",
  "name": "Mayo Clinic",
  "language": "en",
  "pages": {
    "/": {
      "title": "Mayo Clinic - Transforming Your Care",
      "content": "Mayo Clinic’s homepage showcases its commitment to innovative, patient‑centered care. Visitors can learn about the clinic’s leadership in medical research, request appointments, and explore a comprehensive disease and condition database. The site offers an alphabetical disease index, a search bar for quick lookup, and highlights Mayo Clinic’s top‑ranked specialties. Visuals emphasize healing and the clinic’s reputation as the world’s best hospital."
    },
    "/about": {
      "title": "About Us",
      "content": "2. About Mayo Clinic About Mayo Clinic Solving the world's toughest medical problems — one person at a time Who we are Transforming health care Mayo Clinic is the largest integrated, not-for-profit medical group practice in the world. We're building the future, one where the best possible care is av"
    },
    "/contact": {
      "title": "Contact us",
      "content": "Skip to content Care at Mayo Clinic Patient-Centered Care About Mayo Clinic Request Appointment Find a Doctor Locations Clinical Trials Connect to Support Groups Patient & Visitor Guide Billing & Insurance Departments & Centers International Services Contact Us Patient & Visitor Guide Health Library"
    },
    "/pricing": {
      "title": "Page Not Found - Site Help",
      "content": "This content does not have an English version. This content does not have an Arabic version. Skip to content Care at Mayo Clinic Patient-Centered Care About Mayo Clinic Request Appointment Find a Doctor Locations Clinical Trials Connect to Support Groups Patient & Visitor Guide Billing & Insurance D"
    }
  },
  "actions": [
    {
      "id": "request_appointment",
      "name": "Request Appointment",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "appointment",
        "schedule",
        "book",
        "consultation",
        "visit"
      ],
      "description": "Schedule a medical appointment with Mayo Clinic specialists."
    },
    {
      "id": "learn_innovation",
      "name": "Learn How We Drive Innovation",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "innovation",
        "research",
        "advancement",
        "future",
        "technology"
      ],
      "description": "Access information about Mayo Clinic’s research and innovation initiatives."
    },
    {
      "id": "skip_section",
      "name": "Skip This Section",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "skip",
        "bypass",
        "accessibility",
        "quick navigation",
        "jump"
      ],
      "description": "Navigate directly to the main content, bypassing introductory sections."
    },
    {
      "id": "search_diseases",
      "name": "Search Diseases & Conditions",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "disease lookup",
        "condition",
        "medical",
        "query"
      ],
      "description": "Search for medical conditions by typing at least three letters."
    },
    {
      "id": "alphabetical_index",
      "name": "Find Diseases by First Letter",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "alphabetical",
        "index",
        "disease list",
        "condition list",
        "browse"
      ],
      "description": "Browse diseases and conditions alphabetically."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Mayo Clinic",
      "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": "Mayo Clinic",
  "url": "https://mayoclinic.org",
  "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

Request Appointment
Schedule a medical appointment with Mayo Clinic specialists.
appointmentschedulebookconsultationvisit
Learn How We Drive Innovation
Access information about Mayo Clinic’s research and innovation initiatives.
innovationresearchadvancementfuturetechnology
Skip This Section
Navigate directly to the main content, bypassing introductory sections.
skipbypassaccessibilityquick navigationjump
Search Diseases & Conditions
Search for medical conditions by typing at least three letters.
searchdisease lookupconditionmedicalquery
Find Diseases by First Letter
Browse diseases and conditions alphabetically.
alphabeticalindexdisease listcondition listbrowse

Pages

Mayo Clinic - Transforming Your Care /
Mayo Clinic’s homepage showcases its commitment to innovative, patient‑centered care. Visitors can learn about the clinic’s leadership in medical research, request appointments, and explore a comprehensive disease and condition database. The site offers an alphabetical disease in
About Us /about
2. About Mayo Clinic About Mayo Clinic Solving the world's toughest medical problems — one person at a time Who we are Transforming health care Mayo Clinic is the largest integrated, not-for-profit medical group practice in the world. We're building the future, one where the best
Contact us /contact
Skip to content Care at Mayo Clinic Patient-Centered Care About Mayo Clinic Request Appointment Find a Doctor Locations Clinical Trials Connect to Support Groups Patient & Visitor Guide Billing & Insurance Departments & Centers International Services Contact Us Patient & Visitor
Page Not Found - Site Help /pricing
This content does not have an English version. This content does not have an Arabic version. Skip to content Care at Mayo Clinic Patient-Centered Care About Mayo Clinic Request Appointment Find a Doctor Locations Clinical Trials Connect to Support Groups Patient & Visitor Guide B

For AI agents

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

Is this your site?

Claim mayoclinic.org 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="mayoclinic.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=mayoclinic.org&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.