Actuent
freemius.com

Freemius

Merchant of Record for Software: sell globally without VAT, sales tax, or chargeback headaches. Freemius handles compliance for software makers.

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 freemius.com
Made from what Actuent already knows. Edit it, then publish it at https://freemius.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "freemius.com",
  "name": "Freemius",
  "language": "en",
  "pages": {
    "/": {
      "title": "Merchant of Record for Software | Freemius",
      "content": "Merchant of Record for Software: sell globally without VAT, sales tax, or chargeback headaches. Freemius handles compliance for software makers."
    },
    "/help/documentation/selling-with-freemius/proration/": {
      "title": "Proration",
      "content": "Freemius supports automatic prorating discounts for upgrades and downgrades"
    },
    "/help/documentation/selling-with-freemius/free-trials/": {
      "title": "Trial Management",
      "content": "Free trials, paid trials, and upgrade flows, with or without requiring payment methods"
    },
    "/help/documentation/selling-with-freemius/refund-policy/": {
      "title": "Refund Policy",
      "content": "Set your product's refund policy and we will show it in the Checkout as social proof"
    },
    "/help/documentation/selling-with-freemius/multi-currency/": {
      "title": "Multi-Currency Pricing",
      "content": "Supports separate pricing in USD, EUR & GBP with optional automatic currency detection based on geo-location"
    },
    "/help/documentation/selling-with-freemius/refund-payment/": {
      "title": "Refund Payments",
      "content": "Learn how to refund payments, including full, partial or just tax refund against valid tax exemption"
    },
    "/help/documentation/selling-with-freemius/hosted-checkout/": {
      "title": "Checkout & Payment Links",
      "content": "Pre-built checkout pages optimized for conversion"
    },
    "/help/documentation/getting-started/integrating-your-first-product/": {
      "title": "Integrating your product",
      "content": "A step-by-step guide for integrating your first product into Freemius (digital software of any kind), covering setup, configuration, and initial deployment"
    },
    "/help/documentation/selling-with-freemius/applying-css-customization/": {
      "title": "Customization",
      "content": "Customize the look and feel of the Checkout with CSS to match your brand"
    },
    "/help/documentation/selling-with-freemius/freemius-checkout-buy-button/": {
      "title": "Embedded Checkout",
      "content": "Overlay checkout from your website or app - useful for purchases without leaving current screen"
    },
    "/help/documentation/getting-started/setup-product-pricing-plans-refunds/": {
      "title": "Setup Plans, Pricing & Refunds",
      "content": "A walkthrough for configuring your product’s pricing plans, billing cycles, licenses, and refund policies in the Freemius Developer Dashboard"
    }
  },
  "actions": [
    {
      "id": "book",
      "url": "https://cal.com/freemius/demo",
      "name": "Book",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "book",
        "booking",
        "reserve",
        "appointment",
        "schedule",
        "table"
      ],
      "description": "Book online with Freemius (via Cal.com)"
    },
    {
      "id": "view_pricing",
      "name": "View pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pricing",
        "prices",
        "plans",
        "cost",
        "how much"
      ],
      "description": "See plans and prices"
    },
    {
      "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"
    },
    {
      "id": "view_cart",
      "name": "View cart",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "cart",
        "basket",
        "checkout",
        "order"
      ],
      "description": "See the shopping cart and check out"
    },
    {
      "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 Freemius",
      "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": "Freemius",
  "url": "https://freemius.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

Book Direct link →
Book online with Freemius (via Cal.com)
bookbookingreserveappointmentscheduletable
View pricing
See plans and prices
pricingpricesplanscosthow much
Sign up
Create an account
sign upregisterjoincreate accountget started
Sign in
Log in to an account
sign inlog inloginaccount
View cart
See the shopping cart and check out
cartbasketcheckoutorder
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service

Pages

Merchant of Record for Software | Freemius /
Merchant of Record for Software: sell globally without VAT, sales tax, or chargeback headaches. Freemius handles compliance for software makers.
Proration /help/documentation/selling-with-freemius/proration/
Freemius supports automatic prorating discounts for upgrades and downgrades
Trial Management /help/documentation/selling-with-freemius/free-trials/
Free trials, paid trials, and upgrade flows, with or without requiring payment methods
Refund Policy /help/documentation/selling-with-freemius/refund-policy/
Set your product's refund policy and we will show it in the Checkout as social proof
Multi-Currency Pricing /help/documentation/selling-with-freemius/multi-currency/
Supports separate pricing in USD, EUR & GBP with optional automatic currency detection based on geo-location
Refund Payments /help/documentation/selling-with-freemius/refund-payment/
Learn how to refund payments, including full, partial or just tax refund against valid tax exemption
Checkout & Payment Links /help/documentation/selling-with-freemius/hosted-checkout/
Pre-built checkout pages optimized for conversion
Integrating your product /help/documentation/getting-started/integrating-your-first-product/
A step-by-step guide for integrating your first product into Freemius (digital software of any kind), covering setup, configuration, and initial deployment
Customization /help/documentation/selling-with-freemius/applying-css-customization/
Customize the look and feel of the Checkout with CSS to match your brand
Embedded Checkout /help/documentation/selling-with-freemius/freemius-checkout-buy-button/
Overlay checkout from your website or app - useful for purchases without leaving current screen
Setup Plans, Pricing & Refunds /help/documentation/getting-started/setup-product-pricing-plans-refunds/
A walkthrough for configuring your product’s pricing plans, billing cycles, licenses, and refund policies in the Freemius Developer Dashboard

For AI agents

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

Is this your site?

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