complex.com
Complex
Complex covers music, sneakers, style, and pop culture — breaking news, exclusive interviews, and the latest drops, all in one place.
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 complex.com
Made from what Actuent already knows. Edit it, then publish it at
https://complex.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "complex.com",
"name": "Complex",
"language": "en",
"pages": {
"/": {
"title": "Complex: Music, Sneakers, Style, Sports & Pop Culture",
"content": "Complex covers music, sneakers, style, and pop culture — breaking news, exclusive interviews, and the latest drops, all in one place."
},
"/shop/products/sketch-book-tee": {
"title": "AZVA SKETCH BOOK TEE T-Shirts Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT AZVA SKETCH BOOK TEE SOLD OUT Select Size Add to Bag Description The Azva Sketch Book Tee is made from soft 100% cotton, cut in a boxy fit, and"
},
"/shop/products/thrift-shop-tee": {
"title": "Michael Clifford Thrift Shop Tee T-Shirts Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE EXCLUSIVE EXCLUSIVE Michael Clifford Thrift Shop Tee $25 $50 Select Size Add to Bag Description The Michael Clifford Thrift Shop Tee is a limited editio"
},
"/shop/products/diallo-team-rugby": {
"title": "Diallo DIALLO TEAM RUGBY Shirts Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE Diallo DIALLO TEAM RUGBY $295 Select a color – NAVY / MAROON Select SIZE Add to Bag Description Classic with a twist. Our Team Rugby fuses traditional s"
},
"/shop/products/sketch-book-hoodie": {
"title": "AZVA SKETCH BOOK HOODIE Hoodies Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT AZVA SKETCH BOOK HOODIE SOLD OUT Select Size Add to Bag Description The AZVA Sketch Book Hoodie is crafted in heavyweight French terry cotton f"
},
"/shop/products/iceberg-returns-hat": {
"title": "BLDG4 Iceberg Returns Hat Hats Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT BLDG4 Iceberg Returns Hat SOLD OUT ONLY A FEW LEFT Sold out Description The BLDG4 Iceberg Returns Hat is constructed from lightweight nylon wit"
},
"/shop/products/mob-butcher-shop-hoodie": {
"title": "MOB Butcher Shop Hoodie Hoodies Complex Shop",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE MOB Butcher Shop Hoodie EMPIRE $70 Select Size Add to Bag Description Official MOB Merch. Product Details: 80/20% Cotton Poly Blend Slightly Oversized N"
},
"/shop/products/age-sex-location-exclusive-pink-lp": {
"title": "Ari Lennox age/sex/location (Exclusive) Pink LP Vinyl",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT Ari Lennox age/sex/location (Exclusive) Pink LP SOLD OUT ONLY A FEW LEFT Sold out Limit 4 per customer Description Available here is Ari Lennox"
},
"/shop/products/permission-to-dance-on-stage-live-contact-ver": {
"title": "BTS PERMISSION TO DANCE ON STAGE - LIVE (Contact ver.) Vinyl",
"content": "COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE BTS PERMISSION TO DANCE ON STAGE - LIVE (Contact ver.) $31.98 Add to Bag Limit 4 per customer Description Breaking records with half a million attendees"
}
},
"actions": [
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"id": "contact",
"name": "Contact",
"input": {
"type": "text",
"required": false
},
"intent": [
"contact",
"get in touch",
"email",
"message",
"support"
],
"description": "Get in touch with the site owner"
},
{
"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"
}
]
}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": "Complex",
"url": "https://complex.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 products
Browse and buy products
shopbuyproductsstorecatalogContact
Get in touch with the site owner
contactget in touchemailmessagesupportSign in
Log in to an account
sign inlog inloginaccountView cart
See the shopping cart and check out
cartbasketcheckoutorderGet help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Complex: Music, Sneakers, Style, Sports & Pop Culture /
Complex covers music, sneakers, style, and pop culture — breaking news, exclusive interviews, and the latest drops, all in one place.
AZVA SKETCH BOOK TEE T-Shirts Complex Shop /shop/products/sketch-book-tee
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT AZVA SKETCH BOOK TEE SOLD OUT Select Size Add to Bag Description The Azva Sketch Book Tee is made from soft 100% cotton, cu
Michael Clifford Thrift Shop Tee T-Shirts Complex Shop /shop/products/thrift-shop-tee
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE EXCLUSIVE EXCLUSIVE Michael Clifford Thrift Shop Tee $25 $50 Select Size Add to Bag Description The Michael Clifford Thrift Shop Tee
Diallo DIALLO TEAM RUGBY Shirts Complex Shop /shop/products/diallo-team-rugby
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE Diallo DIALLO TEAM RUGBY $295 Select a color – NAVY / MAROON Select SIZE Add to Bag Description Classic with a twist. Our Team Rugby
AZVA SKETCH BOOK HOODIE Hoodies Complex Shop /shop/products/sketch-book-hoodie
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT AZVA SKETCH BOOK HOODIE SOLD OUT Select Size Add to Bag Description The AZVA Sketch Book Hoodie is crafted in heavyweight F
BLDG4 Iceberg Returns Hat Hats Complex Shop /shop/products/iceberg-returns-hat
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT BLDG4 Iceberg Returns Hat SOLD OUT ONLY A FEW LEFT Sold out Description The BLDG4 Iceberg Returns Hat is constructed from l
MOB Butcher Shop Hoodie Hoodies Complex Shop /shop/products/mob-butcher-shop-hoodie
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE MOB Butcher Shop Hoodie EMPIRE $70 Select Size Add to Bag Description Official MOB Merch. Product Details: 80/20% Cotton Poly Blend
Ari Lennox age/sex/location (Exclusive) Pink LP Vinyl /shop/products/age-sex-location-exclusive-pink-lp
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE SOLD OUT Ari Lennox age/sex/location (Exclusive) Pink LP SOLD OUT ONLY A FEW LEFT Sold out Limit 4 per customer Description Availabl
BTS PERMISSION TO DANCE ON STAGE - LIVE (Contact ver.) Vinyl /shop/products/permission-to-dance-on-stage-live-contact-ver
COMPLEXCON 2026 BUY TICKETS Search sneakers, brands, or styles... EXPLORE FEATURED MENS WOMENS NEW BRANDS FOOTWEAR ACCESSORIES MUSIC LIFESTYLE SALE BTS PERMISSION TO DANCE ON STAGE - LIVE (Contact ver.) $31.98 Add to Bag Limit 4 per customer Description Breaking records with half
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=complex.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim complex.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="complex.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=complex.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.
