Actuent
bms.com

Bristol Myers Squibb

Bristol Myers Squibb is a global biopharmaceutical company committed to discovering, developing and delivering innovative medicines to patients with serious diseases.

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 bms.com
Made from what Actuent already knows. Edit it, then publish it at https://bms.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "bms.com",
  "name": "Bristol Myers Squibb",
  "language": "en",
  "pages": {
    "/": {
      "title": "Bristol Myers Squibb - Global Biopharmaceutical Company",
      "content": "Bristol Myers Squibb is a global biopharmaceutical company committed to discovering, developing and delivering innovative medicines to patients with serious diseases."
    },
    "/contact-us.html": {
      "title": "Contact us - Bristol Myers Squibb",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    },
    "/jp/about-us.html": {
      "title": "BMSについて 革新的な医薬品を提供 ブリストル マイヤーズ スクイブ",
      "content": "私たちの医薬品 Our Stories Skip to main content お問い合わせ 採用情報 日本 Close Icon 南北アメリカ アルゼンチン スペイン語 ブラジル ポルトガル語 カナダ 英語 / フランス語 チリ スペイン語 コロンビア スペイン語 メキシコ スペイン語 ペルー スペイン語 米国 英語 アジア太平洋 オーストラリア 英語 中国 簡体字 インド 英語 日本 日本語 韓国 韓国語 ニュージーランド 英語 シンガポール 英語 台湾 繁体字 タイ 英語 / タイ語 ヨーロッパ オーストリア ドイツ語 ベルギー 英語 / オランダ語 / フランス語 チェコ共和国 チェ"
    },
    "/our-company.html": {
      "title": "Our company: Industry leadership in BioPharma - Bristol Myers Squibb",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    },
    "/nz/contact-us.html": {
      "title": "Contact us - Bristol Myers Squibb",
      "content": "Our medicines Skip to main content Contact us Careers New Zealand Close Icon Americas Argentina Spanish Brazil Portuguese Canada English / French Chile Spanish Colombia Spanish Mexico Spanish Peru Spanish United States English Asia Pacific Australia English China Simplified Chinese India English Jap"
    },
    "/investors/shareholder-services.html": {
      "title": "Buy BMY stock - Bristol Myers Squibb Shareholder Services",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    },
    "/medicines/help-paying-for-your-medicine.html": {
      "title": "Get help paying for your medicines - Bristol Myers Squibb",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    },
    "/news-and-media/statements/cobenfy-uk-pricing.html": {
      "title": "Bristol Myers Squibb plans to launch Cobenfy (xanomeline and trospium chloride) in the UK at the US price, a first for t",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    },
    "/our-commitments/position-on-key-issues/pricing.html": {
      "title": "Global access and pricing",
      "content": "Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resources & fact sheets Tec"
    }
  },
  "actions": [
    {
      "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": "find_store",
      "name": "Find a store",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "store locator",
        "find a store",
        "locations",
        "near me"
      ],
      "description": "Find a physical store or location"
    },
    {
      "id": "careers",
      "name": "View jobs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "careers",
        "jobs",
        "hiring",
        "work with us"
      ],
      "description": "See open positions"
    }
  ]
}
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": "Bristol Myers Squibb",
  "url": "https://bms.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

Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Find a store
Find a physical store or location
store locatorfind a storelocationsnear me
View jobs
See open positions
careersjobshiringwork with us

Pages

Bristol Myers Squibb - Global Biopharmaceutical Company /
Bristol Myers Squibb is a global biopharmaceutical company committed to discovering, developing and delivering innovative medicines to patients with serious diseases.
Contact us - Bristol Myers Squibb /contact-us.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc
BMSについて 革新的な医薬品を提供 ブリストル マイヤーズ スクイブ /jp/about-us.html
私たちの医薬品 Our Stories Skip to main content お問い合わせ 採用情報 日本 Close Icon 南北アメリカ アルゼンチン スペイン語 ブラジル ポルトガル語 カナダ 英語 / フランス語 チリ スペイン語 コロンビア スペイン語 メキシコ スペイン語 ペルー スペイン語 米国 英語 アジア太平洋 オーストラリア 英語 中国 簡体字 インド 英語 日本 日本語 韓国 韓国語 ニュージーランド 英語 シンガポール 英語 台湾 繁体字 タイ 英語 / タイ語 ヨーロッパ オーストリア ドイツ語 ベルギー 英語 / オラン
Our company: Industry leadership in BioPharma - Bristol Myers Squibb /our-company.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc
Contact us - Bristol Myers Squibb /nz/contact-us.html
Our medicines Skip to main content Contact us Careers New Zealand Close Icon Americas Argentina Spanish Brazil Portuguese Canada English / French Chile Spanish Colombia Spanish Mexico Spanish Peru Spanish United States English Asia Pacific Australia English China Simplified Chine
Buy BMY stock - Bristol Myers Squibb Shareholder Services /investors/shareholder-services.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc
Get help paying for your medicines - Bristol Myers Squibb /medicines/help-paying-for-your-medicine.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc
Bristol Myers Squibb plans to launch Cobenfy (xanomeline and trospium chloride) in the UK at the US price, a first for t /news-and-media/statements/cobenfy-uk-pricing.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc
Global access and pricing /our-commitments/position-on-key-issues/pricing.html
Skip to Main Content Contact Us Investors Careers United States Back Science Back Science Firsthand: Making the leap to intentionally designed degraders How we orchestrate clinical trials to deliver hope for patients Our science Areas of focus Science in action Scientific resourc

For AI agents

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

Is this your site?

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