visualcapitalist.com
Visual Capitalist
Rich visual content for the modern investor. Visual Capitalist is a new way to discover business opportunities and learn about investment trends.
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 visualcapitalist.com
Made from what Actuent already knows. Edit it, then publish it at
https://visualcapitalist.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "visualcapitalist.com",
"name": "Visual Capitalist",
"language": "en",
"pages": {
"/": {
"title": "Visual Capitalist",
"content": "Rich visual content for the modern investor. Visual Capitalist is a new way to discover business opportunities and learn about investment trends."
},
"/oil-prices-fluctuate": {
"title": "Infographic: Why Oil Prices Fluctuate",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/decade-grocery-prices": {
"title": "Infographic: A Decade of Grocery Prices for 30 Common Items",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/visualizing-change-book": {
"title": "You Asked For a Visual Capitalist Book... We& 039;re Making It Happen!",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/asset-class-returns-2023": {
"title": "Which Major Asset Class Logged the Biggest Return in 2023?",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/dipping-cost-of-shipping": {
"title": "Charted: The Dipping Cost of Shipping",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/public-trust-federal-reserve": {
"title": "Charted: Public Trust in the Federal Reserve",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/top-online-music-services-us": {
"title": "Ranked: The Top Online Music Services in the U.S. by Monthly Users",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
},
"/worlds-biggest-cloud-computing-service-providers": {
"title": "The World& 039;s Biggest Cloud Computing Service Providers",
"content": "Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQs Ad-Free My Account"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Visual Capitalist"
},
{
"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": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "careers",
"name": "View jobs",
"input": {
"type": "text",
"required": false
},
"intent": [
"careers",
"jobs",
"hiring",
"work with us"
],
"description": "See open positions"
}
]
}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": "Visual Capitalist",
"url": "https://visualcapitalist.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 the site
Search Visual Capitalist
searchfindlook upContact
Get in touch with the site owner
contactget in touchemailmessagesupportSign in
Log in to an account
sign inlog inloginaccountGet help
Help centre, FAQs and support
helpsupportfaqcustomer serviceView jobs
See open positions
careersjobshiringwork with usPages
Visual Capitalist /
Rich visual content for the modern investor. Visual Capitalist is a new way to discover business opportunities and learn about investment trends.
Infographic: Why Oil Prices Fluctuate /oil-prices-fluctuate
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
Infographic: A Decade of Grocery Prices for 30 Common Items /decade-grocery-prices
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
You Asked For a Visual Capitalist Book... We& 039;re Making It Happen! /visualizing-change-book
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
Which Major Asset Class Logged the Biggest Return in 2023? /asset-class-returns-2023
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
Charted: The Dipping Cost of Shipping /dipping-cost-of-shipping
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
Charted: Public Trust in the Federal Reserve /public-trust-federal-reserve
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
Ranked: The Top Online Music Services in the U.S. by Monthly Users /top-online-music-services-us
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
The World& 039;s Biggest Cloud Computing Service Providers /worlds-biggest-cloud-computing-service-providers
Subscribe to our Daily Newsletter Browse Topics AI Week Markets Technology Money Energy Healthcare Maps Mining Green Politics Partner With Us VC+ Get VC+ VC+ Archive My account Licensing Creator Program Creator Stream Creator Community Creator Hub Submission Guidelines & 038; FAQ
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=visualcapitalist.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim visualcapitalist.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="visualcapitalist.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=visualcapitalist.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.
