axios.com
Axios
Axios is a news website offering breaking news, U.S. news, politics, business, technology, health, and energy & climate coverage. The homepage features a cookie consent banner, navigation links to newsletters, local shows, Pro and Live events, and a Privacy Center. Users can search for topics, view the latest stories, and manage tracking preferences. The site emphasizes transparency about data usage and provides links to its privacy policy.
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 axios.com
Made from what Actuent already knows. Edit it, then publish it at
https://axios.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "axios.com",
"name": "Axios",
"language": "en",
"pages": {
"/": {
"title": "Axios - Breaking news, U.S. news and politics, and local news",
"content": "Axios is a news website offering breaking news, U.S. news, politics, business, technology, health, and energy & climate coverage. The homepage features a cookie consent banner, navigation links to newsletters, local shows, Pro and Live events, and a Privacy Center. Users can search for topics, view the latest stories, and manage tracking preferences. The site emphasizes transparency about data usage and provides links to its privacy policy."
},
"/about": {
"title": "Axios - Mission & Manifesto",
"content": "We're in a post-news era. America’s information ecosystem is badly broken, deeply polluted and increasingly dangerous. Too many people are lost . They don’t know what or who to trust, what actually matters — or what’s even real. Confusion, anxiety and mistrust are soaring. AI will make this worse be"
},
"/contact": {
"title": "Axios - Contact Us",
"content": "Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data under certain state la"
},
"/about/team": {
"title": "Axios - Editorial Team",
"content": "Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data under certain state la"
},
"/economy/tariffs": {
"title": "Coverage of tariffs and trade policy from Axios - Axios",
"content": "Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data under certain state la"
},
"/health/drug-prices": {
"title": "Just a moment...",
"content": "www.axios.com Performing security verification This website uses a security service to protect against malicious bots. This page is displayed while the website verifies you are not a bot."
},
"/economy/federal-reserve": {
"title": "Coverage of the Federal Reserve and interest rates from Axios - Axios",
"content": "Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data under certain state la"
}
},
"actions": [
{
"id": "view_cookie_preferences",
"name": "View Cookie Preferences",
"input": {
"type": "text",
"required": false
},
"intent": [
"k1",
"k2"
],
"description": "Open the cookie consent panel to manage tracking settings"
},
{
"id": "go_privacy_center",
"name": "Go to Privacy Center",
"input": {
"type": "text",
"required": false
},
"intent": [
"k2"
],
"description": "Navigate to the Privacy Center to review privacy settings"
},
{
"id": "search_news",
"name": "Search News",
"input": {
"type": "text",
"required": true
},
"intent": [
"k3"
],
"description": "Search for news articles by keyword"
},
{
"id": "view_latest_news",
"name": "View Latest News",
"input": {
"type": "text",
"required": false
},
"intent": [
"k1"
],
"description": "Open the latest news section"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Axios",
"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": "Axios",
"url": "https://axios.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
View Cookie Preferences
Open the cookie consent panel to manage tracking settings
k1k2Go to Privacy Center
Navigate to the Privacy Center to review privacy settings
k2Search News
Search for news articles by keyword
k3View Latest News
Open the latest news section
k1Pages
Axios - Breaking news, U.S. news and politics, and local news /
Axios is a news website offering breaking news, U.S. news, politics, business, technology, health, and energy & climate coverage. The homepage features a cookie consent banner, navigation links to newsletters, local shows, Pro and Live events, and a Privacy Center. Users can sear
Axios - Mission & Manifesto /about
We're in a post-news era. America’s information ecosystem is badly broken, deeply polluted and increasingly dangerous. Too many people are lost . They don’t know what or who to trust, what actually matters — or what’s even real. Confusion, anxiety and mistrust are soaring. AI wil
Axios - Contact Us /contact
Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data un
Axios - Editorial Team /about/team
Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data un
Coverage of tariffs and trade policy from Axios - Axios /economy/tariffs
Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data un
Just a moment... /health/drug-prices
www.axios.com Performing security verification This website uses a security service to protect against malicious bots. This page is displayed while the website verifies you are not a bot.
Coverage of the Federal Reserve and interest rates from Axios - Axios /economy/federal-reserve
Manage your tracker preferences We use cookies and similar tracking technologies to remember preferences, analyze traffic, and deliver ads. Using some kinds of trackers (like cross-site or behavioral advertising cookies) may be considered a “sale” or “sharing” of personal data un
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=axios.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 23 Sep 2026
Is this your site?
Claim axios.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="axios.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=axios.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.
