Actuent
utwente.nl

Universiteit Twente (UT)

23 & 24 oktober Kom naar de Bachelor Open Dagen Meld je aan Wij wensen je fijne feestdagen! Een gezond en gelukkig 2026! 19 & 20 november Online Open Dag & Master Open Dag Schrijf je in! Nu live : van Torentje naar Torentje met Rob Jetten Kijk live mee Nu live : van Torentje naar Torentje met Laurens Dassen Kijk live mee Kom naar ons Open Huis o p 3 juni Meld je aan Taster Days probeer de studie v

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 utwente.nl
Made from what Actuent already knows. Edit it, then publish it at https://utwente.nl/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "utwente.nl",
  "name": "Universiteit Twente (UT)",
  "language": "en",
  "pages": {
    "/": {
      "title": "Universiteit Twente (UT) | Enschede",
      "content": "23 & 24 oktober Kom naar de Bachelor Open Dagen Meld je aan Wij wensen je fijne feestdagen! Een gezond en gelukkig 2026! 19 & 20 november Online Open Dag & Master Open Dag Schrijf je in! Nu live : van Torentje naar Torentje met Rob Jetten Kijk live mee Nu live : van Torentje naar Torentje met Laurens Dassen Kijk live mee Kom naar ons Open Huis o p 3 juni Meld je aan Taster Days probeer de studie v"
    },
    "/en/about-us": {
      "title": "Our story About us",
      "content": "Skip to main content Nederlands English About us Entrepreneurial in nature, human at heart Technology is changing the world. Progress can only be achieved by working together, taking ideas from knowledge to meaningful application. The University of Twente is a technical university where academic edu"
    },
    "/en/company-u": {
      "title": "Mechanical Engineering Companies Mechanical Engineering",
      "content": "Skip to main content Company-U Nederlands English Mechanical Engineering Companies Mechanical Engineering Companies Information on mechanical engineering In addition to the well-known Bachelor and Master programs Mechanical Engineering (ME) of the University of Twente (UT), we offer in collaboration"
    },
    "/en/ap/contact": {
      "title": "Contact Master (MSc) Applied Phsyics Homepage for current students",
      "content": "Skip to main content Menu Applied Physics (MSc) Programme UT Education Student info Programmes MSc Applied Physics Contact Applied Physics (MSc) Programme UT Education Student info Programmes MSc Applied Physics Contact Contact Postal addres: University of Twente Faculty of Science and Technology MS"
    },
    "/en/ce/contact": {
      "title": "Contact Bachelor programme Civil Engineering (BSc) Information for current students",
      "content": "Skip to main content Menu Civil Engineering (BSc/MSc) programmes UT Education Student info Programmes CE/CEM/CME Contact Civil Engineering (BSc/MSc) programmes UT Education Student info Programmes CE/CEM/CME Contact Contact The Bachelor programme Civil Engineering and the Masters CEM and CME are bas"
    },
    "/en/bms/m-store": {
      "title": "Methodology Shop Methodologiewinkel University of Twente",
      "content": "Skip to main content Methodology Shop Faculties BMS Methodology Shop Image by rawpixel.com on Freepik BMS Methodology Shop Do you have a question about designing a study (& 8220;How many respondents will I need?& 8221;), analysing a data set (& 8220;What to do with my non-normally distributed data?&"
    },
    "/onderwijs/student-services": {
      "title": "Student Services (Contact Centre) Universiteit Twente",
      "content": "Ga direct naar inhoud Nederlands English Onderwijs Student Services / Contact Bezoek, bel of mail ons! Contact Student Services (Contact Centre) Ben je op zoek naar informatie over je aanmelding, toelating, collegegeld, studentenkaart of jouw gezondheid ? Hieronder vind je meer informatie over de me"
    },
    "/en/education/master/tuition-fees": {
      "title": "How much does a master's programme cost? University of Twente",
      "content": "Skip to main content Nederlands English Deutsch LatAm website Italian website Education Master Tuition fees 19 November Master Open Day Sign up 18 November Online Master Open Day Sign up Chat with our master's student. Get your questions answered Plan meet-up Tuition fees master's How much do y"
    },
    "/en/euspri2024/registration-and-fees": {
      "title": "Registration & fees EUSPRI 2024 conference",
      "content": "Skip to main content EUSPRI 2024 Conference Faculties BMS Eu-SPRI 2024 Registration & fees Registration & fees Join us for the Eu-SPRI Annual Conference from Tuesday 4 until Friday 7 June 2024 in Enschede, the Netherlands. Fees The conference fee& 160;includes all parts of the main conference progra"
    }
  },
  "actions": [
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "email",
        "get in touch",
        "message"
      ],
      "description": "Email info@utwente.nl"
    },
    {
      "id": "call",
      "name": "Call",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "call",
        "phone",
        "telephone"
      ],
      "description": "Call +31 (0) 53 489 9111"
    }
  ]
}
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": "Universiteit Twente (UT)",
  "url": "https://utwente.nl",
  "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

Contact
Email info@utwente.nl
contactemailget in touchmessage
Call
Call +31 (0) 53 489 9111
callphonetelephone

Pages

Universiteit Twente (UT) | Enschede /
23 & 24 oktober Kom naar de Bachelor Open Dagen Meld je aan Wij wensen je fijne feestdagen! Een gezond en gelukkig 2026! 19 & 20 november Online Open Dag & Master Open Dag Schrijf je in! Nu live : van Torentje naar Torentje met Rob Jetten Kijk live mee Nu live : van Torentje naar
Our story About us /en/about-us
Skip to main content Nederlands English About us Entrepreneurial in nature, human at heart Technology is changing the world. Progress can only be achieved by working together, taking ideas from knowledge to meaningful application. The University of Twente is a technical universit
Mechanical Engineering Companies Mechanical Engineering /en/company-u
Skip to main content Company-U Nederlands English Mechanical Engineering Companies Mechanical Engineering Companies Information on mechanical engineering In addition to the well-known Bachelor and Master programs Mechanical Engineering (ME) of the University of Twente (UT), we of
Contact Master (MSc) Applied Phsyics Homepage for current students /en/ap/contact
Skip to main content Menu Applied Physics (MSc) Programme UT Education Student info Programmes MSc Applied Physics Contact Applied Physics (MSc) Programme UT Education Student info Programmes MSc Applied Physics Contact Contact Postal addres: University of Twente Faculty of Scien
Contact Bachelor programme Civil Engineering (BSc) Information for current students /en/ce/contact
Skip to main content Menu Civil Engineering (BSc/MSc) programmes UT Education Student info Programmes CE/CEM/CME Contact Civil Engineering (BSc/MSc) programmes UT Education Student info Programmes CE/CEM/CME Contact Contact The Bachelor programme Civil Engineering and the Masters
Methodology Shop Methodologiewinkel University of Twente /en/bms/m-store
Skip to main content Methodology Shop Faculties BMS Methodology Shop Image by rawpixel.com on Freepik BMS Methodology Shop Do you have a question about designing a study (& 8220;How many respondents will I need?& 8221;), analysing a data set (& 8220;What to do with my non-normall
Student Services (Contact Centre) Universiteit Twente /onderwijs/student-services
Ga direct naar inhoud Nederlands English Onderwijs Student Services / Contact Bezoek, bel of mail ons! Contact Student Services (Contact Centre) Ben je op zoek naar informatie over je aanmelding, toelating, collegegeld, studentenkaart of jouw gezondheid ? Hieronder vind je meer i
How much does a master&apos;s programme cost? University of Twente /en/education/master/tuition-fees
Skip to main content Nederlands English Deutsch LatAm website Italian website Education Master Tuition fees 19 November Master Open Day Sign up 18 November Online Master Open Day Sign up Chat with our master's student. Get your questions answered Plan meet-up Tuition fees master&
Registration & fees EUSPRI 2024 conference /en/euspri2024/registration-and-fees
Skip to main content EUSPRI 2024 Conference Faculties BMS Eu-SPRI 2024 Registration & fees Registration & fees Join us for the Eu-SPRI Annual Conference from Tuesday 4 until Friday 7 June 2024 in Enschede, the Netherlands. Fees The conference fee& 160;includes all parts of the ma

For AI agents

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

Is this your site?

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