aliexpress.com
AliExpress
AliExpress showcases a variety of discounted products, including a prominent welcome deal featuring a $1.09 item with an 89% discount, a big sale with multiple coupon codes offering up to $70 off orders over $499, and top deals in cosmetics and fashion. The homepage highlights seasonal promotions, flash sales, and curated categories such as lip balms, fashion trends, and electronics. Users can browse deals, apply discount codes, and explore product listings directly from the landing page.
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
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
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.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for aliexpress.com
Made from what Actuent already knows. Edit it, then publish it at
https://aliexpress.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "aliexpress.com",
"name": "AliExpress",
"language": "en",
"pages": {
"/": {
"title": "AliExpress - Global Online Shopping Marketplace",
"content": "AliExpress showcases a variety of discounted products, including a prominent welcome deal featuring a $1.09 item with an 89% discount, a big sale with multiple coupon codes offering up to $70 off orders over $499, and top deals in cosmetics and fashion. The homepage highlights seasonal promotions, flash sales, and curated categories such as lip balms, fashion trends, and electronics. Users can browse deals, apply discount codes, and explore product listings directly from the landing page."
},
"/about": {
"title": "AliExpress.com - Maintaining",
"content": "AliExpress.com - Maintaining Page under maintenance We are working hard to fix this problem. Please check back later. Keep shopping"
},
"/contact": {
"title": "404 page",
"content": "Sorry, we can& x27;t find that page But we still have lots for you to discover ~ BACK TO HOMEPAGE"
},
"/pricing": {
"title": "404 page",
"content": "Sorry, we can& x27;t find that page But we still have lots for you to discover ~ BACK TO HOMEPAGE"
}
},
"actions": [
{
"id": "search_products",
"name": "Search Products",
"input": {
"type": "text",
"required": true
},
"intent": [
"search product",
"find item",
"look up product",
"product search",
"find goods"
],
"description": "Search for items across AliExpress using keywords or product names."
},
{
"id": "view_deals",
"name": "View Deals",
"input": {
"type": "text",
"required": false
},
"intent": [
"view deals",
"see discounts",
"browse promotions",
"find coupons",
"check sale"
],
"description": "Display current promotions, flash sales, and discount codes available on the site."
},
{
"id": "add_to_cart",
"name": "Add to Cart",
"input": {
"type": "text",
"required": true
},
"intent": [
"add to cart",
"put in basket",
"buy item",
"purchase product",
"add item"
],
"description": "Add a selected product to the shopping cart for later checkout."
},
{
"id": "apply_coupon",
"name": "Apply Coupon",
"input": {
"type": "text",
"required": true
},
"intent": [
"apply coupon",
"use discount code",
"enter promo code",
"redeem voucher",
"apply promo"
],
"description": "Enter a coupon code to receive a discount on the current order."
},
{
"id": "track_order",
"name": "Track Order",
"input": {
"type": "text",
"required": true
},
"intent": [
"track order",
"check shipment",
"view delivery status",
"track package",
"order status"
],
"description": "Check the shipping status and estimated delivery time of an existing order."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to AliExpress",
"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": "AliExpress",
"url": "https://aliexpress.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 Products
Search for items across AliExpress using keywords or product names.
search productfind itemlook up productproduct searchfind goodsView Deals
Display current promotions, flash sales, and discount codes available on the site.
view dealssee discountsbrowse promotionsfind couponscheck saleAdd to Cart
Add a selected product to the shopping cart for later checkout.
add to cartput in basketbuy itempurchase productadd itemApply Coupon
Enter a coupon code to receive a discount on the current order.
apply couponuse discount codeenter promo coderedeem voucherapply promoTrack Order
Check the shipping status and estimated delivery time of an existing order.
track ordercheck shipmentview delivery statustrack packageorder statusPages
AliExpress - Global Online Shopping Marketplace /
AliExpress showcases a variety of discounted products, including a prominent welcome deal featuring a $1.09 item with an 89% discount, a big sale with multiple coupon codes offering up to $70 off orders over $499, and top deals in cosmetics and fashion. The homepage highlights se
AliExpress.com - Maintaining /about
AliExpress.com - Maintaining Page under maintenance We are working hard to fix this problem. Please check back later. Keep shopping
404 page /contact
Sorry, we can& x27;t find that page But we still have lots for you to discover ~ BACK TO HOMEPAGE
404 page /pricing
Sorry, we can& x27;t find that page But we still have lots for you to discover ~ BACK TO HOMEPAGE
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=aliexpress.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 16 Sep 2026
Is this your site?
Claim aliexpress.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="aliexpress.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=aliexpress.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.
