Actuent
zappos.com

Zappos

Zappos.com’s homepage welcomes visitors with a cookie consent banner and a privacy policy link. The main focus is on seasonal footwear and running gear. Highlights include the Road to Marathon NYC collection, women’s and men’s running shoes, and all‑day sneakers for everyday use. There are dedicated sections for women’s and men’s athletic sneakers, as well as a kids lineup featuring fall shoe edits. A fall footwear checklist encourages shoppers to explore seasonal options. The September Calls For section spotlights themed shoe collections such as Off‑Duty Energy, 9‑to‑5 Favorites, and Fall Occasions. Each section links to product categories and includes eye‑catching images.

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 zappos.com
Made from what Actuent already knows. Edit it, then publish it at https://zappos.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "zappos.com",
  "name": "Zappos",
  "language": "en",
  "pages": {
    "/": {
      "title": "Zappos Homepage",
      "content": "Zappos.com’s homepage welcomes visitors with a cookie consent banner and a privacy policy link. The main focus is on seasonal footwear and running gear. Highlights include the Road to Marathon NYC collection, women’s and men’s running shoes, and all‑day sneakers for everyday use. There are dedicated sections for women’s and men’s athletic sneakers, as well as a kids lineup featuring fall shoe edits. A fall footwear checklist encourages shoppers to explore seasonal options. The September Calls For section spotlights themed shoe collections such as Off‑Duty Energy, 9‑to‑5 Favorites, and Fall Occasions. Each section links to product categories and includes eye‑catching images."
    },
    "/about": {
      "title": "About Us Zappos.com",
      "content": "Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search Show Search Women Men Kids Brands Sneakers Sports Sale Help & Support All Kids& x27; Shoes Sneakers Sandals Boots Rain Boots Cleats Clogs Dress Shoes Flats Hiking All Boys& x27; Clothing Activewear Sh"
    },
    "/contact": {
      "title": "Contact Information Zappos.com",
      "content": "Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search Show Search Women Men Kids Brands Sneakers Sports Sale Help & Support All Kids& x27; Shoes Sneakers Sandals Boots Rain Boots Cleats Clogs Dress Shoes Flats Hiking All Boys& x27; Clothing Activewear Sh"
    },
    "/pricing": {
      "title": ""Pricing" + FREE SHIPPING Zappos",
      "content": "Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search for shoes, clothes, etc. Search Women Men Kids Brands Sneakers Sports Sale Help & Support Return Options FAQs Give Us Feedback All Kids& x27; Shoes Sneakers Sandals Boots Rain Boots Cleats Clogs Dress"
    }
  },
  "actions": [
    {
      "id": "shop_womens_running",
      "name": "Shop Women's Running Shoes",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "women's running shoes",
        "shop women's running",
        "running shoes women",
        "women's athletic footwear",
        "women's sneakers"
      ],
      "description": "Browse and purchase women's running shoes from Zappos catalog."
    },
    {
      "id": "shop_mens_running",
      "name": "Shop Men's Running Shoes",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "men's running shoes",
        "shop men's running",
        "running shoes men",
        "men's athletic footwear",
        "men's sneakers"
      ],
      "description": "Browse and purchase men's running shoes from Zappos catalog."
    },
    {
      "id": "shop_all_day_sneakers",
      "name": "Shop All-Day Sneakers",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "all-day sneakers",
        "daily sneakers",
        "everyday sneakers",
        "athletic sneakers",
        "casual footwear"
      ],
      "description": "Browse all‑day sneakers for everyday use."
    },
    {
      "id": "shop_kids_shoes",
      "name": "Shop Kids Shoes",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "kids shoes",
        "children footwear",
        "kids footwear",
        "kids sneakers",
        "kids fall shoes"
      ],
      "description": "Browse kids footwear including the fall shoe edit."
    },
    {
      "id": "view_marathon_gear",
      "name": "View Marathon Gear",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "marathon gear",
        "road to marathon",
        "marathon collection",
        "running gear",
        "marathon shoes"
      ],
      "description": "Explore gear for the Road to Marathon NYC collection."
    },
    {
      "id": "shop_fall_footwear",
      "name": "Shop Fall Footwear",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "fall footwear",
        "seasonal shoes",
        "fall shoe collection",
        "autumn footwear",
        "fall sneakers"
      ],
      "description": "Browse fall footwear checklist and seasonal options."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Zappos",
      "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": "Zappos",
  "url": "https://zappos.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

Shop Women's Running Shoes
Browse and purchase women's running shoes from Zappos catalog.
women's running shoesshop women's runningrunning shoes womenwomen's athletic footwearwomen's sneakers
Shop Men's Running Shoes
Browse and purchase men's running shoes from Zappos catalog.
men's running shoesshop men's runningrunning shoes menmen's athletic footwearmen's sneakers
Shop All-Day Sneakers
Browse all‑day sneakers for everyday use.
all-day sneakersdaily sneakerseveryday sneakersathletic sneakerscasual footwear
Shop Kids Shoes
Browse kids footwear including the fall shoe edit.
kids shoeschildren footwearkids footwearkids sneakerskids fall shoes
View Marathon Gear
Explore gear for the Road to Marathon NYC collection.
marathon gearroad to marathonmarathon collectionrunning gearmarathon shoes
Shop Fall Footwear
Browse fall footwear checklist and seasonal options.
fall footwearseasonal shoesfall shoe collectionautumn footwearfall sneakers

Pages

Zappos Homepage /
Zappos.com’s homepage welcomes visitors with a cookie consent banner and a privacy policy link. The main focus is on seasonal footwear and running gear. Highlights include the Road to Marathon NYC collection, women’s and men’s running shoes, and all‑day sneakers for everyday use.
About Us Zappos.com /about
Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search Show Search Women Men Kids Brands Sneakers Sports Sale Help & Support All Kids& x27; Shoes Sneakers Sandals Boots Rain Boots Cleats Clogs Dress Shoes Flats Hiking All Boys& x27; Cl
Contact Information Zappos.com /contact
Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search Show Search Women Men Kids Brands Sneakers Sports Sale Help & Support All Kids& x27; Shoes Sneakers Sandals Boots Rain Boots Cleats Clogs Dress Shoes Flats Hiking All Boys& x27; Cl
&quot;Pricing&quot; + FREE SHIPPING Zappos /pricing
Skip to main content Crisp air, full calendars & the pairs that keep up. Shop Fall Shoe Edit Search for shoes, clothes, etc. Search Women Men Kids Brands Sneakers Sports Sale Help & Support Return Options FAQs Give Us Feedback All Kids& x27; Shoes Sneakers Sandals Boots Rain Boot

For AI agents

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

Is this your site?

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