Actuent
wholefoodsmarket.com

Whole Foods Market

Get hungry for local, organic, plant-based & more: see today's sales, find a grocery store near you, browse products by special diet, get delivery and pickup.

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 wholefoodsmarket.com
Made from what Actuent already knows. Edit it, then publish it at https://wholefoodsmarket.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "wholefoodsmarket.com",
  "name": "Whole Foods Market",
  "language": "en",
  "pages": {
    "/": {
      "title": "Whole Foods Market: Shop Groceries & Weekly Sales",
      "content": "Get hungry for local, organic, plant-based & more: see today's sales, find a grocery store near you, browse products by special diet, get delivery and pickup."
    },
    "/company-info": {
      "title": "Company Information Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Company Info Home Company Info Company Info Who are we? Well, we seek out the finest natural and organic foods available, maintain the strictest quality standards in the in"
    },
    "/mission-values": {
      "title": "Our Values Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Mission and Values Home Mission and Values Our Values Our purpose is to nourish people and the planet. We’re a purpose-driven company that aims to set the standards of exce"
    },
    "/customer-service": {
      "title": "Customer Service Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet We& x27;re here to help. Meals & Catering Get the scoop on changing or picking up orders, special requests, and nutritional information for items on our menu. Popular question H"
    },
    "/recipe-collections": {
      "title": "Recipes Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Recipes Home Recipes Whole Foods Market Recipes Our recipes are for those looking to master the basics, the classics or the I’ve-never-cooked-this-before-but-really-want-to"
    },
    "/healthy-eating/meal-plans": {
      "title": "Order Groceries Online Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart svg path]:fill-white [& svg path]:text-white\" target=\" self\" data-csa-c-content-id=\"Grocery Pickup & Delivery\" data-csa-c-slot-id=\"Global Nav\" data-csa-c-type=\"subheader\" aria-disabled=\"false\" aria-label=\"Grocery Pickup & Delivery\" href=\"/alm/s"
    },
    "/tips-and-ideas/archive/premium-body-care-budget-prices": {
      "title": "Premium Body Care at Budget Prices Whole Foods Market",
      "content": "Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Pinterest. Opens in a new tab. Facebook. Opens in a new tab. X. Opens in a new tab. archive Premium Body Care at Budget Prices Home Tips and Ideas archive Premium Body Care at B"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Whole Foods Market"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    },
    {
      "id": "view_cart",
      "name": "View cart",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "cart",
        "basket",
        "checkout",
        "order"
      ],
      "description": "See the shopping cart and check out"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Whole Foods Market",
      "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": "Whole Foods Market",
  "url": "https://wholefoodsmarket.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

Search the site
Search Whole Foods Market
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
Sign in
Log in to an account
sign inlog inloginaccount
View cart
See the shopping cart and check out
cartbasketcheckoutorder
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Pages

Whole Foods Market: Shop Groceries & Weekly Sales /
Get hungry for local, organic, plant-based & more: see today&#x27;s sales, find a grocery store near you, browse products by special diet, get delivery and pickup.
Company Information Whole Foods Market /company-info
Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Company Info Home Company Info Company Info Who are we? Well, we seek out the finest natural and organic foods available, maintain the strictest quality
Our Values Whole Foods Market /mission-values
Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Mission and Values Home Mission and Values Our Values Our purpose is to nourish people and the planet. We’re a purpose-driven company that aims to set t
Customer Service Whole Foods Market /customer-service
Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet We& x27;re here to help. Meals & Catering Get the scoop on changing or picking up orders, special requests, and nutritional information for items on our menu
Recipes Whole Foods Market /recipe-collections
Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Home Recipes Home Recipes Whole Foods Market Recipes Our recipes are for those looking to master the basics, the classics or the I’ve-never-cooked-this-befor
Order Groceries Online Whole Foods Market /healthy-eating/meal-plans
Skip main navigation Home Sign in Account & Orders Cart svg path]:fill-white [& svg path]:text-white" target=" self" data-csa-c-content-id="Grocery Pickup & Delivery" data-csa-c-slot-id="Global Nav" data-csa-c-type="subheader" aria-disabled="false" aria-label="Grocery Pickup & De
Premium Body Care at Budget Prices Whole Foods Market /tips-and-ideas/archive/premium-body-care-budget-prices
Skip main navigation Home Sign in Account & Orders Cart Grocery Pickup & Delivery Weekly Sales Catering Recipes Side sheet Pinterest. Opens in a new tab. Facebook. Opens in a new tab. X. Opens in a new tab. archive Premium Body Care at Budget Prices Home Tips and Ideas archive Pr

For AI agents

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

Is this your site?

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