Actuent
diabetes.org

Diabetes Research, Education, Advocacy

Leading the fight against the deadly consequences of diabetes for those affected by it through research funding, community services, education and advocacy.

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 diabetes.org
Made from what Actuent already knows. Edit it, then publish it at https://diabetes.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "diabetes.org",
  "name": "Diabetes Research, Education, Advocacy",
  "language": "en",
  "pages": {
    "/": {
      "title": "Diabetes Research, Education, Advocacy | ADA",
      "content": "Leading the fight against the deadly consequences of diabetes for those affected by it through research funding, community services, education and advocacy."
    },
    "/about-us": {
      "title": "Our Vision and Mission About the American Diabetes Association",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/about-diabetes": {
      "title": "About Diabetes American Diabetes Association",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/at-home-pharmacy-delivery": {
      "title": "How At-Home Pharmacy Delivery Can Support Your Health American Diabetes Association",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type 1 Type 2 Gestational Diabetes bold Understanding"
    },
    "/executive-team/optum-store": {
      "title": "Optum Store American Diabetes Association",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/health-wellness/medication-treatments": {
      "title": "Diabetes Medication ADA",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/advocacy/safe-at-school-state-laws/written-care-plans": {
      "title": "Written Care Plans American Diabetes Association",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/ways-to-give/planned-giving/questions-about-retirement-plans": {
      "title": "Questions About Retirement Plans ADA",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type "
    },
    "/event/special-edition-diabetes-and-convenience-how-home-pharmacy-delivery-can-support-your-health": {
      "title": "(Special Edition) Diabetes and Convenience: How At-Home Pharmacy Delivery Can Support Your Health American Diabetes Asso",
      "content": "5) ? true : false; \" Skip to Main content Diabetes Food Hub For Professionals English Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type 1 Type 2 Gestational Diabetes bold Understanding"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Diabetes Research, Education, Advocacy"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "sign_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "careers",
      "name": "View jobs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "careers",
        "jobs",
        "hiring",
        "work with us"
      ],
      "description": "See open positions"
    },
    {
      "id": "call",
      "name": "Call",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "call",
        "phone",
        "telephone"
      ],
      "description": "Call 8003422383"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Diabetes Research, Education, Advocacy",
      "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": "Diabetes Research, Education, Advocacy",
  "url": "https://diabetes.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

Search the site
Search Diabetes Research, Education, Advocacy
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
Sign up
Create an account
sign upregisterjoincreate accountget started
View jobs
See open positions
careersjobshiringwork with us
Call
Call 8003422383
callphonetelephone

Pages

Diabetes Research, Education, Advocacy | ADA /
Leading the fight against the deadly consequences of diabetes for those affected by it through research funding, community services, education and advocacy.
Our Vision and Mission About the American Diabetes Association /about-us
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
About Diabetes American Diabetes Association /about-diabetes
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
How At-Home Pharmacy Delivery Can Support Your Health American Diabetes Association /at-home-pharmacy-delivery
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type 1 Type 2 Gestational Diabete
Optum Store American Diabetes Association /executive-team/optum-store
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
Diabetes Medication ADA /health-wellness/medication-treatments
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
Written Care Plans American Diabetes Association /advocacy/safe-at-school-state-laws/written-care-plans
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
Questions About Retirement Plans ADA /ways-to-give/planned-giving/questions-about-retirement-plans
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Change Site Language: English (en) Español (es) Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabe
(Special Edition) Diabetes and Convenience: How At-Home Pharmacy Delivery Can Support Your Health American Diabetes Asso /event/special-edition-diabetes-and-convenience-how-home-pharmacy-delivery-can-support-your-health
5) ? true : false; " Skip to Main content Diabetes Food Hub For Professionals English Online Store Account keywords Search Donate Give Monthly Open main menu About Diabetes About Diabetes Warning Signs and Symptoms Prediabetes Diabetes Prevention Type 1 Type 2 Gestational Diabete

For AI agents

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

Is this your site?

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