Actuent
wp-events-plugin.com

Events Manager: WordPress Events Calendar & Bookings Plugin

Display, manage and get bookings on your site with Events Manager.

30
Not agent-ready yet
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 +70 points:
+15 · Clear description of the site
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
+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 wp-events-plugin.com
Made from what Actuent already knows. Edit it, then publish it at https://wp-events-plugin.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "wp-events-plugin.com",
  "name": "Events Manager: WordPress Events Calendar & Bookings Plugin",
  "language": "en",
  "pages": {
    "/": {
      "title": "Events Manager: WordPress Events Calendar & Bookings Plugin",
      "content": "Display, manage and get bookings on your site with Events Manager."
    },
    "/app/": {
      "title": "Events Manager App",
      "content": "iOS and Android app for door check-in and managing bookings on the go. Included in Pro Plus."
    },
    "/pricing/": {
      "title": "Pro",
      "content": "$129 per year for 1 site, $219 for 3 sites, $299 for 5, $499 for 10 and $599 for unlimited sites. Pro Plus: $169, $289, $379, $599 and $799 for the same tiers. Prices are in USD, billed annually, and include one year of updates and priority support. Promotional discounts run periodically and are sho"
    },
    "/features/ai/": {
      "title": "AI and MCP",
      "content": "connect ChatGPT, Claude, Cursor or any MCP-compatible agent to create and manage events and bookings; REST API for custom integrations."
    },
    "/documentation/": {
      "title": "Documentation home",
      "content": "the full user guide, updated with each release."
    },
    "/plugin-integrations/": {
      "title": "WooCommerce integration",
      "content": "sold separately on WooCommerce.com; sells bookings through the WooCommerce cart and syncs booking status with orders. Works with or without Pro."
    },
    "/plugin-integrations/wpml/": {
      "title": "WPML",
      "content": "multilingual events, locations and booking forms."
    },
    "/add-ons/events-manager-i-o/": {
      "title": "Events Manager I/O",
      "content": "scheduled import and export of events and locations with CSV, Excel, Google Sheets, Google Calendar, Meetup, Facebook (limited) and iCal (import only). Included in Pro Plus."
    },
    "/documentation/getting-started/": {
      "title": "Getting started",
      "content": "install the plugin, set up pages and publish a first event."
    },
    "/add-ons/events-manager-connect/": {
      "title": "Events Manager Connect",
      "content": "WhatsApp, Telegram and Twilio SMS notifications. Included in Pro Plus."
    },
    "/documentation/set-up-event-bookings/": {
      "title": "Set up event bookings",
      "content": "tickets, capacity and booking settings."
    }
  },
  "actions": [
    {
      "id": "book",
      "name": "Book",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "book",
        "booking",
        "reserve",
        "appointment",
        "schedule"
      ],
      "description": "Book an appointment, table or reservation"
    },
    {
      "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": "contact",
      "name": "Contact",
      "description": "Send a message to Events Manager: WordPress Events Calendar & Bookings Plugin",
      "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": "Events Manager: WordPress Events Calendar & Bookings Plugin",
  "url": "https://wp-events-plugin.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
Book an appointment, table or reservation
bookbookingreserveappointmentschedule
Find a store
Find a physical store or location
store locatorfind a storelocationsnear me

Pages

Events Manager: WordPress Events Calendar & Bookings Plugin /
Display, manage and get bookings on your site with Events Manager.
Events Manager App /app/
iOS and Android app for door check-in and managing bookings on the go. Included in Pro Plus.
Pro /pricing/
$129 per year for 1 site, $219 for 3 sites, $299 for 5, $499 for 10 and $599 for unlimited sites. Pro Plus: $169, $289, $379, $599 and $799 for the same tiers. Prices are in USD, billed annually, and include one year of updates and priority support. Promotional discounts run peri
AI and MCP /features/ai/
connect ChatGPT, Claude, Cursor or any MCP-compatible agent to create and manage events and bookings; REST API for custom integrations.
Documentation home /documentation/
the full user guide, updated with each release.
WooCommerce integration /plugin-integrations/
sold separately on WooCommerce.com; sells bookings through the WooCommerce cart and syncs booking status with orders. Works with or without Pro.
WPML /plugin-integrations/wpml/
multilingual events, locations and booking forms.
Events Manager I/O /add-ons/events-manager-i-o/
scheduled import and export of events and locations with CSV, Excel, Google Sheets, Google Calendar, Meetup, Facebook (limited) and iCal (import only). Included in Pro Plus.
Getting started /documentation/getting-started/
install the plugin, set up pages and publish a first event.
Events Manager Connect /add-ons/events-manager-connect/
WhatsApp, Telegram and Twilio SMS notifications. Included in Pro Plus.
Set up event bookings /documentation/set-up-event-bookings/
tickets, capacity and booking settings.

For AI agents

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

Is this your site?

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