Actuent
ex.co

EX.CO

EX.CO delivers a machine‑learning powered video platform that maximizes programmatic revenue across CTV, web, mobile, and DOOH. Its yield engine predicts optimal bids, enriches contextual signals, and integrates seamlessly with publishers’ ad servers. The full online video platform supports web publishers, while CTV optimization offers pre‑, post‑, and real‑time auction enhancements. With bid enrichment, smart auction decisioning, and no‑dev integration, media leaders can capture higher yields on every screen.

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 ex.co
Made from what Actuent already knows. Edit it, then publish it at https://ex.co/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "ex.co",
  "name": "EX.CO",
  "language": "en",
  "pages": {
    "/": {
      "title": "EX.CO - the machine-learning video platform for every screen",
      "content": "EX.CO delivers a machine‑learning powered video platform that maximizes programmatic revenue across CTV, web, mobile, and DOOH. Its yield engine predicts optimal bids, enriches contextual signals, and integrates seamlessly with publishers’ ad servers. The full online video platform supports web publishers, while CTV optimization offers pre‑, post‑, and real‑time auction enhancements. With bid enrichment, smart auction decisioning, and no‑dev integration, media leaders can capture higher yields on every screen."
    },
    "/about": {
      "title": "About Us – EX.CO – simply smarter video technology",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/events": {
      "title": "Events – EX.CO – meet us at top video industry conferences",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/careers": {
      "title": "Careers – EX.CO – join the team shaping video’s future",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/contact": {
      "title": "Contact – EX.CO – connect with our video experts",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/leadership-team": {
      "title": "Leadership – EX.CO – fueling growth for media leaders",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/terms-of-services": {
      "title": "Terms of Service – EX.CO – your use of our video technology",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    },
    "/terms-of-service-fixes": {
      "title": "Terms of Service – EX.CO – your use of our video technology",
      "content": "exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pageleave: true, capture "
    }
  },
  "actions": [
    {
      "id": "demo",
      "name": "Request a Demo",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "request_demo",
        "sales"
      ],
      "description": "Schedule a live demonstration of the platform"
    },
    {
      "id": "contact",
      "name": "Contact Sales",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact_sales",
        "inquiry"
      ],
      "description": "Get in touch with our sales team for inquiries"
    },
    {
      "id": "pricing",
      "name": "View Pricing",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "view_pricing",
        "pricing"
      ],
      "description": "Explore pricing plans for the platform"
    }
  ]
}
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": "EX.CO",
  "url": "https://ex.co",
  "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

Request a Demo
Schedule a live demonstration of the platform
request_demosales
Contact Sales
Get in touch with our sales team for inquiries
contact_salesinquiry
View Pricing
Explore pricing plans for the platform
view_pricingpricing

Pages

EX.CO - the machine-learning video platform for every screen /
EX.CO delivers a machine‑learning powered video platform that maximizes programmatic revenue across CTV, web, mobile, and DOOH. Its yield engine predicts optimal bids, enriches contextual signals, and integrates seamlessly with publishers’ ad servers. The full online video platfo
About Us – EX.CO – simply smarter video technology /about
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Events – EX.CO – meet us at top video industry conferences /events
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Careers – EX.CO – join the team shaping video’s future /careers
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Contact – EX.CO – connect with our video experts /contact
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Leadership – EX.CO – fueling growth for media leaders /leadership-team
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Terms of Service – EX.CO – your use of our video technology /terms-of-services
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel
Terms of Service – EX.CO – your use of our video technology /terms-of-service-fixes
exists, and posthog-js defers its own pageview to // a DOM-ready handler that the site's jQuery event storm can break. So we // turn it off and send exactly one ourselves in loaded() below -- // deterministic, and impossible to double-count. capture pageview: false, capture pagel

For AI agents

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

Is this your site?

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