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.
- ✓ 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
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for zappos.com
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
<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
Pages
For AI agents
GET https://api.actuent.ai/api/search?q=zappos.com
https://agents.actuent.ai/api/mcpIs this your site?
<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=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
