Actuent
afr.com

Australian Financial Review

The Australian Financial Review reports the latest news from business, finance, investment and politics, updated in real time. It has a reputation for independent, award-winning journalism and is essential reading for the business and investor community.

45
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 +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
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 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.
Starter lawp.json for afr.com
Made from what Actuent already knows. Edit it, then publish it at https://afr.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "afr.com",
  "name": "Australian Financial Review",
  "language": "en",
  "pages": {
    "/": {
      "title": "Financial Review - Business, Finance and Investment News | afr.com",
      "content": "The Australian Financial Review reports the latest news from business, finance, investment and politics, updated in real time. It has a reputation for independent, award-winning journalism and is essential reading for the business and investor community."
    },
    "/technology/openai-hack-blows-australia-s-ai-plans-wide-open-20260924-p61040": {
      "title": "How an AI agent bypassed security to access Medicare and what it means for Australia’s cyber defences",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/world/asia/why-china-s-business-titans-skipped-xi-s-big-us-visit-20260924-p6107f": {
      "title": "China’s biggest business leaders skipped Xi Jinping’s US visit to meet with Donald Trump – here’s why",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/chanticleer/house-price-crash-could-keep-myer-in-a-sea-of-red-ink-20260923-p60zs5": {
      "title": "Myer (MYR ASX) turnaround won’t be easy with RBA rates hikes, falling house prices putting pressure on consumers",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/property/residential/home-building-about-to-fall-off-a-cliff-mirvac-warns-20260923-p60z86": {
      "title": "Home building to fall off a cliff, says Mirvac’s Stuart Penklis, as costs rise and buyer demand fades",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/world/europe/break-out-the-popcorn-right-royal-row-erupts-over-diana-book-20260923-p60zn6": {
      "title": "Piers Morgan to sue Earl Spencer over defamatory claims in Diana book",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/policy/energy-and-climate/manufacturers-say-gas-reservation-plan-won-t-work-20260924-p6102n": {
      "title": "Big energy users warn amended gas reservation policy may fail to lower prices",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/life-and-luxury/arts-and-culture/the-280k-nanny-boom-extreme-hours-luxury-pay-20260923-p60zhx": {
      "title": "The $280k nanny boom: Extreme hours, luxury pay",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    },
    "/world/north-america/what-to-do-when-your-waymo-holds-up-a-us-secret-service-motorcade-20260924-p6107j": {
      "title": "Self-driving cars like autonomous Waymo vehicles are known to hold up traffic",
      "content": "Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional Services Retail Tele"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Australian Financial Review"
    },
    {
      "id": "careers",
      "name": "View jobs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "careers",
        "jobs",
        "hiring",
        "work with us"
      ],
      "description": "See open positions"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Australian Financial Review",
      "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": "Australian Financial Review",
  "url": "https://afr.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 Australian Financial Review
searchfindlook up
View jobs
See open positions
careersjobshiringwork with us

Pages

Financial Review - Business, Finance and Investment News | afr.com /
The Australian Financial Review reports the latest news from business, finance, investment and politics, updated in real time. It has a reputation for independent, award-winning journalism and is essential reading for the business and investor community.
How an AI agent bypassed security to access Medicare and what it means for Australia’s cyber defences /technology/openai-hack-blows-australia-s-ai-plans-wide-open-20260924-p61040
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
China’s biggest business leaders skipped Xi Jinping’s US visit to meet with Donald Trump – here’s why /world/asia/why-china-s-business-titans-skipped-xi-s-big-us-visit-20260924-p6107f
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
Myer (MYR ASX) turnaround won’t be easy with RBA rates hikes, falling house prices putting pressure on consumers /chanticleer/house-price-crash-could-keep-myer-in-a-sea-of-red-ink-20260923-p60zs5
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
Home building to fall off a cliff, says Mirvac’s Stuart Penklis, as costs rise and buyer demand fades /property/residential/home-building-about-to-fall-off-a-cliff-mirvac-warns-20260923-p60z86
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
Piers Morgan to sue Earl Spencer over defamatory claims in Diana book /world/europe/break-out-the-popcorn-right-royal-row-erupts-over-diana-book-20260923-p60zn6
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
Big energy users warn amended gas reservation policy may fail to lower prices /policy/energy-and-climate/manufacturers-say-gas-reservation-plan-won-t-work-20260924-p6102n
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
The $280k nanny boom: Extreme hours, luxury pay /life-and-luxury/arts-and-culture/the-280k-nanny-boom-extreme-hours-luxury-pay-20260923-p60zhx
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional
Self-driving cars like autonomous Waymo vehicles are known to hold up traffic /world/north-america/what-to-do-when-your-waymo-holds-up-a-us-secret-service-motorcade-20260924-p6107j
Skip to navigation Skip to content Skip to footer Help using this website - Accessibility statement Today& x27;s Paper Today& x27;s Paper Markets Data Events Lists The Australian Financial Review Menu Search Newsfeed Newsfeed Home Companies Financial Services Mining Professional

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=afr.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim afr.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="afr.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=afr.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.