Actuent
inverse.com

Inverse

Inverse is for the superfan in all of us. We take you deeper into the worlds of entertainment, gaming, tech, science, and innovation — and all the fascinating ways those worlds collide.

45
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 +55 points:
+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 inverse.com
Made from what Actuent already knows. Edit it, then publish it at https://inverse.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "inverse.com",
  "name": "Inverse",
  "language": "en",
  "pages": {
    "/": {
      "title": "Inverse",
      "content": "Inverse is for the superfan in all of us.\nWe take you deeper into the worlds of entertainment, gaming, tech, science, and innovation — and all the fascinating ways those worlds collide."
    },
    "/article/3740-bbc-last-hours-laura-k": {
      "title": "'The Last Hours of Laura K' is not on Television but it Should Be",
      "content": "Menu Entertainment Why 'The Last Hours of Laura K' Is the Most Important Show Not on Television The BBC's new immersive murder mystery will make you think about how you interact online. by Matthew Strauss June 11, 2015 The Last Hours of LK Facebook Laura Kitchens never existed, but she’s dead now an"
    },
    "/article/4079-new-service-plays-spotify-on-loop": {
      "title": "New Service Plays Spotify on Loop",
      "content": "Menu Entertainment New Service Plays Spotify on Loop Can Eternify solve Spotify's compensation problems? by Matthew Strauss June 24, 2015 Mario Tama via Getty Images Eternify is a new website that allows you to “stream your favorite artist forever.” Created by New York-based duo Ohm & Sport , Eterni"
    },
    "/article/3232-why-drones-may-not-replace-your-delivery-guy": {
      "title": "Why Drones May Not Replace Your Delivery Guy",
      "content": "Menu Science Why Drones May Not Replace Your Delivery Guy Soon drones will be able to deliver packages to your house in record time, but will that be enough to do away with delivery people? by Sean Hutchinson May 26, 2015 The idea of a robot whizzing through the air straight to my door to deliver so"
    },
    "/article/5067-the-poster-store-offering-every-image-on-the-web": {
      "title": "The Poster Store Offering Every Image on the Web",
      "content": "Menu Culture The Poster Store Offering Every Image on the Web Wallpart wants to sell you pictures of your mom. And, yes, they've got 'em. by Andrew Burmon Aug. 4, 2015 Poster Shop, the unoriginal brand name associated with Wallpart.com , may be the most original thing about the bizarre eCommerce bus"
    },
    "/article/5027-the-brink-recap-aasif-mandvi-s-book-of-revelation": {
      "title": "'The Brink' Recap: Aasif Mandvi's Book of Revelation",
      "content": "Menu Entertainment 'The Brink' Recap: Aasif Mandvi's Book of Revelation It's like 'Wet Hot American Interventionism' at this point. by Andrew Burmon Aug. 3, 2015 This week’s installment of The Brink , “Sticky Wicket,” proved just how comfortable the show is doubling down on plot. For most, the show’"
    },
    "/article/4760-watch-this-artist-olga-bell-returns-with-incitation": {
      "title": "Watch This Artist: Olga Bell Returns with "Incitation"",
      "content": "Menu Entertainment Watch This Artist: Olga Bell Returns with "Incitation" Will it be the Fall of Olga Bell? Check out the Dirty Projectors alum new, big-beat single. by Winston Cook-Wilson July 22, 2015 Perhaps the most regrettably overlooked album of last year was singer/songwriter Olga B"
    },
    "/article/4635-the-sixth-harry-potter-book-dropped-10-years-ago-today-feel-old": {
      "title": "The Sixth Harry Potter Book Dropped 10 Years Ago Today. Feel Old.",
      "content": "Menu Entertainment The Sixth Harry Potter Book Dropped 10 Years Ago Today. Feel Old. This underrated classic holds up. by Lauren Sarner July 16, 2015 Harry Potter and the Half-Blood Prince , the sixth novel in the Potter series, came out 10 years ago today. Jesus, we’re dirt-old. At the time, the bo"
    },
    "/article/4991-how-nasa-plans-to-replace-astronaut-ice-cream-with-sustainable-food": {
      "title": "How NASA Plans to Replace Astronaut Ice Cream With Sustainable Food",
      "content": "Menu Science How NASA Plans to Replace Astronaut Ice Cream With Sustainable Food It's time for explorers, and maybe the rest of us, to eat like hippies. by Neel V. Patel July 31, 2015 NASA There is a very obvious tension within the green movement between those who want something local and pure and t"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Inverse"
    },
    {
      "id": "subscribe",
      "name": "Subscribe",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "subscribe",
        "newsletter",
        "updates"
      ],
      "description": "Subscribe to the newsletter or updates"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Inverse",
      "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": "Inverse",
  "url": "https://inverse.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 Inverse
searchfindlook up
Subscribe
Subscribe to the newsletter or updates
subscribenewsletterupdates

Pages

Inverse /
Inverse is for the superfan in all of us. We take you deeper into the worlds of entertainment, gaming, tech, science, and innovation — and all the fascinating ways those worlds collide.
'The Last Hours of Laura K' is not on Television but it Should Be /article/3740-bbc-last-hours-laura-k
Menu Entertainment Why 'The Last Hours of Laura K' Is the Most Important Show Not on Television The BBC's new immersive murder mystery will make you think about how you interact online. by Matthew Strauss June 11, 2015 The Last Hours of LK Facebook Laura Kitchens never existed, b
New Service Plays Spotify on Loop /article/4079-new-service-plays-spotify-on-loop
Menu Entertainment New Service Plays Spotify on Loop Can Eternify solve Spotify's compensation problems? by Matthew Strauss June 24, 2015 Mario Tama via Getty Images Eternify is a new website that allows you to “stream your favorite artist forever.” Created by New York-based duo
Why Drones May Not Replace Your Delivery Guy /article/3232-why-drones-may-not-replace-your-delivery-guy
Menu Science Why Drones May Not Replace Your Delivery Guy Soon drones will be able to deliver packages to your house in record time, but will that be enough to do away with delivery people? by Sean Hutchinson May 26, 2015 The idea of a robot whizzing through the air straight to m
The Poster Store Offering Every Image on the Web /article/5067-the-poster-store-offering-every-image-on-the-web
Menu Culture The Poster Store Offering Every Image on the Web Wallpart wants to sell you pictures of your mom. And, yes, they've got 'em. by Andrew Burmon Aug. 4, 2015 Poster Shop, the unoriginal brand name associated with Wallpart.com , may be the most original thing about the b
'The Brink' Recap: Aasif Mandvi's Book of Revelation /article/5027-the-brink-recap-aasif-mandvi-s-book-of-revelation
Menu Entertainment 'The Brink' Recap: Aasif Mandvi's Book of Revelation It's like 'Wet Hot American Interventionism' at this point. by Andrew Burmon Aug. 3, 2015 This week’s installment of The Brink , “Sticky Wicket,” proved just how comfortable the show is doubling down on plot.
Watch This Artist: Olga Bell Returns with &quot;Incitation&quot; /article/4760-watch-this-artist-olga-bell-returns-with-incitation
Menu Entertainment Watch This Artist: Olga Bell Returns with &quot;Incitation&quot; Will it be the Fall of Olga Bell? Check out the Dirty Projectors alum new, big-beat single. by Winston Cook-Wilson July 22, 2015 Perhaps the most regrettably overlooked album of last year was sing
The Sixth Harry Potter Book Dropped 10 Years Ago Today. Feel Old. /article/4635-the-sixth-harry-potter-book-dropped-10-years-ago-today-feel-old
Menu Entertainment The Sixth Harry Potter Book Dropped 10 Years Ago Today. Feel Old. This underrated classic holds up. by Lauren Sarner July 16, 2015 Harry Potter and the Half-Blood Prince , the sixth novel in the Potter series, came out 10 years ago today. Jesus, we’re dirt-old.
How NASA Plans to Replace Astronaut Ice Cream With Sustainable Food /article/4991-how-nasa-plans-to-replace-astronaut-ice-cream-with-sustainable-food
Menu Science How NASA Plans to Replace Astronaut Ice Cream With Sustainable Food It's time for explorers, and maybe the rest of us, to eat like hippies. by Neel V. Patel July 31, 2015 NASA There is a very obvious tension within the green movement between those who want something

For AI agents

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

Is this your site?

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