Binance
Binance is a leading global cryptocurrency exchange offering a wide range of digital assets, trading pairs, and financial services. The homepage highlights its status as the world's top exchange with over 331 million users, $129.4 billion in customer assets, and $51 billion in 24‑hour trading volume. It promotes industry‑leading security and invites visitors to sign up or sign in via Google or Apple. A prominent banner encourages users in the United States to switch to Binance.US, the U.S. regulated partner. The site showcases popular new listings such as Bitcoin, Ethereum, BNB, SpaceX bStocks, and NVIDIA bStocks, and provides links to view all listings, stocks, and commodities. Recognitions from Forbes and CNBC underscore its reputation.
- ✓ 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
List your key pages (services, prices, about, contact) in the
pages of your starter lawp.json, or link them from your homepage and sitemap.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 binance.com
https://binance.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "binance.com",
"name": "Binance",
"language": "en",
"pages": {
"/": {
"title": "Binance - Global Cryptocurrency Exchange",
"content": "Binance is a leading global cryptocurrency exchange offering a wide range of digital assets, trading pairs, and financial services. The homepage highlights its status as the world's top exchange with over 331 million users, $129.4 billion in customer assets, and $51 billion in 24‑hour trading volume. It promotes industry‑leading security and invites visitors to sign up or sign in via Google or Apple. A prominent banner encourages users in the United States to switch to Binance.US, the U.S. regulated partner. The site showcases popular new listings such as Bitcoin, Ethereum, BNB, SpaceX bStocks, and NVIDIA bStocks, and provides links to view all listings, stocks, and commodities. Recognitions from Forbes and CNBC underscore its reputation."
}
},
"actions": [
{
"id": "signup",
"name": "Create Account",
"input": {
"type": "text",
"required": false
},
"intent": [
"register",
"signup",
"create account",
"open account",
"new user"
],
"description": "Register a new Binance account"
},
{
"id": "signin",
"name": "Log In",
"input": {
"type": "text",
"required": false
},
"intent": [
"login",
"signin",
"log in",
"access account",
"authenticate"
],
"description": "Log into existing Binance account"
},
{
"id": "switch_us",
"name": "Switch to Binance.US",
"input": {
"type": "text",
"required": false
},
"intent": [
"switch site",
"US site",
"binance us",
"regulatory partner",
"US regulated"
],
"description": "Redirect to the U.S. regulated Binance.US site"
},
{
"id": "download_app",
"name": "Download Mobile App",
"input": {
"type": "text",
"required": false
},
"intent": [
"download app",
"mobile app",
"iOS",
"Android",
"install app"
],
"description": "Download Binance mobile app for iOS or Android"
},
{
"id": "view_all_listings",
"name": "View All Listings",
"input": {
"type": "text",
"required": false
},
"intent": [
"view listings",
"all listings",
"crypto list",
"market list",
"browse assets"
],
"description": "View all available cryptocurrency listings"
},
{
"id": "view_all_stocks",
"name": "View All Stocks",
"input": {
"type": "text",
"required": false
},
"intent": [
"view stocks",
"stock listings",
"tradfi stocks",
"stock market",
"bStocks"
],
"description": "View all stock listings on Binance"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Binance",
"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": "Binance",
"url": "https://binance.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
For AI agents
GET https://api.actuent.ai/api/search?q=binance.com
https://agents.actuent.ai/api/mcpIs this your site?
<script src="https://api.actuent.ai/badge.js" data-domain="binance.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=binance.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.
