auspost.com.au
Personal and Business solutions
Send letters and parcels, manage deliveries, shop online and access trusted services with Australia Post, the nation's largest delivery network.
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 auspost.com.au
Made from what Actuent already knows. Edit it, then publish it at
https://auspost.com.au/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "auspost.com.au",
"name": "Personal and Business solutions",
"language": "en",
"pages": {
"/": {
"title": "Personal and Business solutions | Australia Post",
"content": "Send letters and parcels, manage deliveries, shop online and access trusted services with Australia Post, the nation's largest delivery network."
},
"/about-us": {
"title": "About us Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/business/services": {
"title": "Services Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/business/shipping": {
"title": "Shipping Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/pages/returns-policy": {
"title": "Returns Policy Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/general/service-error": {
"title": "Service error Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/disruptions-and-updates/pricing-updates": {
"title": "Pricing updates Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/community-hub/indigenous-literacy-book-supply-program": {
"title": "5 ways the Indigenous Literacy Foundation is empowering remote Communities Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
},
"/disruptions-and-updates/pricing-updates/po-box-price-change-feb": {
"title": "Price changes to PO Boxes Australia Post",
"content": "Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirection and mail hold PO "
}
},
"actions": [
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"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": "find_store",
"name": "Find a store",
"input": {
"type": "text",
"required": false
},
"intent": [
"store locator",
"find a store",
"locations",
"near me"
],
"description": "Find a physical store or location"
},
{
"id": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Personal and Business solutions",
"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": "Personal and Business solutions",
"url": "https://auspost.com.au",
"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
shopbuyproductsstorecatalogSign in
Log in to an account
sign inlog inloginaccountFind a store
Find a physical store or location
store locatorfind a storelocationsnear meGet help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Personal and Business solutions | Australia Post /
Send letters and parcels, manage deliveries, shop online and access trusted services with Australia Post, the nation's largest delivery network.
About us Australia Post /about-us
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Services Australia Post /business/services
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Shipping Australia Post /business/shipping
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Returns Policy Australia Post /pages/returns-policy
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Service error Australia Post /general/service-error
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Pricing updates Australia Post /disruptions-and-updates/pricing-updates
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
5 ways the Indigenous Literacy Foundation is empowering remote Communities Australia Post /community-hub/indigenous-literacy-book-supply-program
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
Price changes to PO Boxes Australia Post /disruptions-and-updates/pricing-updates/po-box-price-change-feb
Skip to main content Personal Personal Sending Parcels Letters Packaging Stamps Parcel return Online postage labels Postage costs and delivery times Disruptions and updates Delivery speeds and coverage Sending guidelines Receiving Tracking service Parcel deliveries Mail redirecti
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=auspost.com.au
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim auspost.com.au 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="auspost.com.au" async></script> or the image https://api.actuent.ai/badge.svg?domain=auspost.com.au&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
