Actuent
alibaba.com

Alibaba

Alibaba is a global trade platform that connects buyers and suppliers worldwide. The homepage displays a delivery option set to the US, language and currency (English-USD), and links to the cart, sign‑in, and create‑account pages. A comprehensive categories menu lists product groups such as Apparel & Accessories, Consumer Electronics, Sports & Entertainment, Jewelry, Shoes, Home & Garden, and many more, each with sub‑categories and thumbnail images. The site emphasizes easy navigation, quick access to popular categories, and a streamlined shopping experience.

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 alibaba.com
Made from what Actuent already knows. Edit it, then publish it at https://alibaba.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "alibaba.com",
  "name": "Alibaba",
  "language": "en",
  "pages": {
    "/": {
      "title": "Alibaba - Global Trade Marketplace",
      "content": "Alibaba is a global trade platform that connects buyers and suppliers worldwide. The homepage displays a delivery option set to the US, language and currency (English-USD), and links to the cart, sign‑in, and create‑account pages. A comprehensive categories menu lists product groups such as Apparel & Accessories, Consumer Electronics, Sports & Entertainment, Jewelry, Shoes, Home & Garden, and many more, each with sub‑categories and thumbnail images. The site emphasizes easy navigation, quick access to popular categories, and a streamlined shopping experience."
    },
    "/about": {
      "title": "404-Error",
      "content": "{\" pageModuleUUIDList\":[\"9139369130\",\"8240610200\",\"5907727900\",\"1327574850\",\"3048174350\"],\"customContextParams\":{\"path\":\"/p/d6cymonxz/index.html\",\"templatePath\":\"/ncms/p/d6cymonxz/index.html\"},\"debugInfoMap\":{\"prepare\":\"1790413061448 0 1790413061448\",\"process\":\"1790413061467 0 1790413061467\",\"preRen"
    },
    "/contact": {
      "title": "404-Error",
      "content": "{\" pageModuleUUIDList\":[\"9139369130\",\"8240610200\",\"5907727900\",\"1327574850\",\"3048174350\"],\"customContextParams\":{\"path\":\"/p/d6cymonxz/index.html\",\"templatePath\":\"/ncms/p/d6cymonxz/index.html\"},\"debugInfoMap\":{\"prepare\":\"1790413062764 0 1790413062764\",\"process\":\"1790413062787 0 1790413062787\",\"preRen"
    },
    "/pricing": {
      "title": "404-Error",
      "content": "{\" pageModuleUUIDList\":[\"9139369130\",\"8240610200\",\"5907727900\",\"1327574850\",\"3048174350\"],\"customContextParams\":{\"path\":\"/p/d6cymonxz/index.html\",\"templatePath\":\"/ncms/p/d6cymonxz/index.html\"},\"debugInfoMap\":{\"prepare\":\"1790413060703 0 1790413060703\",\"process\":\"1790413060725 0 1790413060725\",\"preRen"
    }
  },
  "actions": [
    {
      "id": "sign_in",
      "name": "Sign In",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "login",
        "authenticate"
      ],
      "description": "Log into your Alibaba account"
    },
    {
      "id": "create_account",
      "name": "Create Account",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "register",
        "signup"
      ],
      "description": "Register a new Alibaba account"
    },
    {
      "id": "view_cart",
      "name": "View Cart",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "cart",
        "checkout"
      ],
      "description": "Open the shopping cart to review selected items"
    },
    {
      "id": "search",
      "name": "Search Products",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "browse"
      ],
      "description": "Search for products by keyword"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Alibaba",
      "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": "Alibaba",
  "url": "https://alibaba.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

Sign In
Log into your Alibaba account
loginauthenticate
Create Account
Register a new Alibaba account
registersignup
View Cart
Open the shopping cart to review selected items
cartcheckout
Search Products
Search for products by keyword
searchbrowse

Pages

Alibaba - Global Trade Marketplace /
Alibaba is a global trade platform that connects buyers and suppliers worldwide. The homepage displays a delivery option set to the US, language and currency (English-USD), and links to the cart, sign‑in, and create‑account pages. A comprehensive categories menu lists product gro
404-Error /about
{" pageModuleUUIDList":["9139369130","8240610200","5907727900","1327574850","3048174350"],"customContextParams":{"path":"/p/d6cymonxz/index.html","templatePath":"/ncms/p/d6cymonxz/index.html"},"debugInfoMap":{"prepare":"1790413061448 0 1790413061448","process":"1790413061467 0 17
404-Error /contact
{" pageModuleUUIDList":["9139369130","8240610200","5907727900","1327574850","3048174350"],"customContextParams":{"path":"/p/d6cymonxz/index.html","templatePath":"/ncms/p/d6cymonxz/index.html"},"debugInfoMap":{"prepare":"1790413062764 0 1790413062764","process":"1790413062787 0 17
404-Error /pricing
{" pageModuleUUIDList":["9139369130","8240610200","5907727900","1327574850","3048174350"],"customContextParams":{"path":"/p/d6cymonxz/index.html","templatePath":"/ncms/p/d6cymonxz/index.html"},"debugInfoMap":{"prepare":"1790413060703 0 1790413060703","process":"1790413060725 0 17

For AI agents

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

Is this your site?

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