Actuent
ama-assn.org · Health & clinics

American Medical Association

The American Medical Association, founded in 1847, represents more than 190 state societies and medical specialty associations. Stay updated with the latest in medical news today on the American Medical Association's official site. Get insights on news for doctors, medical advocacy news, and more. Our mission is to “promote the art and science of medicine and the betterment of public health”.

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 ama-assn.org
Made from what Actuent already knows. Edit it, then publish it at https://ama-assn.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "ama-assn.org",
  "name": "American Medical Association",
  "language": "en",
  "pages": {
    "/": {
      "title": "American Medical Association | Medical News | News for Doctors",
      "content": "The American Medical Association, founded in 1847, represents more than 190 state societies and medical specialty associations. Stay updated with the latest in medical news today on the American Medical Association's official site. Get insights on news for doctors, medical advocacy news, and more. Our mission is to “promote the art and science of medicine and the betterment of public health”."
    },
    "/amaone/ama-ume-resource-program": {
      "title": "AMA UME Resource Program American Medical Association",
      "content": "Skip to main content AMA UME Resource Program Help your students distinguish themselves for residency and succeed in medicine. Get more information Complete this short form to download the UME Curricular Enrichment Program Course Catalog. Email Organization Leave this field blank What we deliver Hea"
    },
    "/amaone/ama-peer-support-workshop": {
      "title": "AMA Peer Support Workshop American Medical Association",
      "content": "Skip to main content Register Today AMA Peer Support Workshop Elevate staff well-being, enhance patient safety and reinforce core values that fuel excellence in care. Download the full agenda Email Organization Leave this field blank Build a peer support system that works Improve organizational cult"
    },
    "/about/ethics/fees-medical-services": {
      "title": "Fees for Medical Services AMA Code of Medical Ethics",
      "content": "Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Council on Ethical and Ju"
    },
    "/about/ethics/sale-health-related-products": {
      "title": "Sale of Health-Related Products AMA Code of Medical Ethics",
      "content": "Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Council on Ethical and Ju"
    },
    "/about/leadership/why-we-support-dr-price-lead-hhs": {
      "title": "Why we support Dr. Price to lead HHS American Medical Association",
      "content": "Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Prevention & Wellness "
    },
    "/about/ethics/contracts-deliver-health-care-services": {
      "title": "Contracts to Deliver Health Care Services AMA Code of Medical Ethics",
      "content": "Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Council on Ethical and Ju"
    },
    "/medical-students/succeed-medical-school/appointments-ama-councils-student-member": {
      "title": "Appointments to AMA councils—Student member American Medical Association",
      "content": "Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Prevention & Wellness "
    },
    "/public-health/infectious-diseases/13-year-old-illinois-creates-vaccine-appointments-database": {
      "title": "13-year old from Illinois creates vaccine appointments database AMA COVID-19 Daily Update Video AMA",
      "content": "Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Prevention & Wellness "
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search American Medical Association"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "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": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    }
  ]
}
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": "American Medical Association",
  "url": "https://ama-assn.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 American Medical Association
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount

Pages

American Medical Association | Medical News | News for Doctors /
The American Medical Association, founded in 1847, represents more than 190 state societies and medical specialty associations. Stay updated with the latest in medical news today on the American Medical Association's official site. Get insights on news for doctors, medical advoca
AMA UME Resource Program American Medical Association /amaone/ama-ume-resource-program
Skip to main content AMA UME Resource Program Help your students distinguish themselves for residency and succeed in medicine. Get more information Complete this short form to download the UME Curricular Enrichment Program Course Catalog. Email Organization Leave this field blank
AMA Peer Support Workshop American Medical Association /amaone/ama-peer-support-workshop
Skip to main content Register Today AMA Peer Support Workshop Elevate staff well-being, enhance patient safety and reinforce core values that fuel excellence in care. Download the full agenda Email Organization Leave this field blank Build a peer support system that works Improve
Fees for Medical Services AMA Code of Medical Ethics /about/ethics/fees-medical-services
Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Counc
Sale of Health-Related Products AMA Code of Medical Ethics /about/ethics/sale-health-related-products
Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Counc
Why we support Dr. Price to lead HHS American Medical Association /about/leadership/why-we-support-dr-price-lead-hhs
Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Pr
Contracts to Deliver Health Care Services AMA Code of Medical Ethics /about/ethics/contracts-deliver-health-care-services
Skip to main content Global Menu The AMA was founded in part to establish the first national code of medical ethics. Today the Code is widely recognized as authoritative ethics guidance for physicians through its Principles of Medical Ethics interpreted in Opinions of AMA’s Counc
Appointments to AMA councils—Student member American Medical Association /medical-students/succeed-medical-school/appointments-ama-councils-student-member
Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Pr
13-year old from Illinois creates vaccine appointments database AMA COVID-19 Daily Update Video AMA /public-health/infectious-diseases/13-year-old-illinois-creates-vaccine-appointments-database
Skip to main content Explore AMA Products FREIDA™ CME from AMA Ed Hub™ Career Advancement AMA Physician Profiles Well-Being Store CPT® Audio Newsletters Video Public Health Public Health Infectious Diseases Chronic Diseases Injury & Violence Environmental Health Optimal Health Pr

AI bot access

✓ robots.txt lets AI crawlers and assistants in.

Compared with similar sites

#2 of 6 health & clinics on Actuent
What they have that American Medical Association 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=ama-assn.org
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

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