Actuent
heroku.com

Heroku

Experience fully managed app hosting that just works. Build, deploy, and scale on the battle-tested platform that defines the industry.

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 /.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 heroku.com
Made from what Actuent already knows. Edit it, then publish it at https://heroku.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "heroku.com",
  "name": "Heroku",
  "language": "en",
  "pages": {
    "/": {
      "title": "Heroku | The Cloud Application Platform For Developers",
      "content": "Experience fully managed app hosting that just works. Build, deploy, and scale on the battle-tested platform that defines the industry."
    },
    "/about": {
      "title": "About Heroku, the AI Platform as a Service (AI PaaS)",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/contact": {
      "title": "Contact Heroku for Tech & Billing Support, Security, and More",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/pricing": {
      "title": "Cloud Application Platform Pricing & Plans Heroku",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/support": {
      "title": "Support for Heroku Cloud Application Platform",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/products": {
      "title": "Build With The Best Cloud Application Platform Heroku Products",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/key-value-store": {
      "title": "Heroku Key-Value Store Fully Managed Valkey Datastore",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/team-collaboration": {
      "title": "An App Platform for Developer Collaboration Heroku",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    },
    "/continuous-delivery": {
      "title": "Heroku Continuous Delivery: Automate Your Deployments",
      "content": "Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’s PaaS (Platform as "
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Heroku"
    },
    {
      "id": "shop",
      "name": "Shop products",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "shop",
        "buy",
        "products",
        "store",
        "catalog"
      ],
      "description": "Browse and buy products"
    },
    {
      "id": "view_pricing",
      "name": "View pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pricing",
        "prices",
        "plans",
        "cost",
        "how much"
      ],
      "description": "See plans and prices"
    },
    {
      "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_up",
      "name": "Sign up",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign up",
        "register",
        "join",
        "create account",
        "get started"
      ],
      "description": "Create an account"
    },
    {
      "id": "sign_in",
      "name": "Sign in",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "sign in",
        "log in",
        "login",
        "account"
      ],
      "description": "Log in to an account"
    }
  ]
}
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": "Heroku",
  "url": "https://heroku.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 Heroku
searchfindlook up
Shop products
Browse and buy products
shopbuyproductsstorecatalog
View pricing
See plans and prices
pricingpricesplanscosthow much
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount

Pages

Heroku | The Cloud Application Platform For Developers /
Experience fully managed app hosting that just works. Build, deploy, and scale on the battle-tested platform that defines the industry.
About Heroku, the AI Platform as a Service (AI PaaS) /about
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Contact Heroku for Tech & Billing Support, Security, and More /contact
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Cloud Application Platform Pricing & Plans Heroku /pricing
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Support for Heroku Cloud Application Platform /support
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Build With The Best Cloud Application Platform Heroku Products /products
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Heroku Key-Value Store Fully Managed Valkey Datastore /key-value-store
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
An App Platform for Developer Collaboration Heroku /team-collaboration
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’
Heroku Continuous Delivery: Automate Your Deployments /continuous-delivery
Search overlay panel for performing site-wide searches Search For: Close Build Your Next Big Thing on Heroku. Sign Up Now! Search Open Search Popup Account menu Dashboard Databases Dataclips Elements Documentation Support Dashboard Login Sign Up Products Products Discover Heroku’

For AI agents

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

Is this your site?

Claim heroku.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="heroku.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=heroku.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.