bentley.edu
Bentley University
A degree from Bentley University will prepare you to lead and succeed no matter what you want to do. Your education is built around business and designed by you.
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
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
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.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for bentley.edu
Made from what Actuent already knows. Edit it, then publish it at
https://bentley.edu/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "bentley.edu",
"name": "Bentley University",
"language": "en",
"pages": {
"/": {
"title": "Bentley University - Business School",
"content": "A degree from Bentley University will prepare you to lead and succeed no matter what you want to do. Your education is built around business and designed by you."
},
"/about": {
"title": "About Bentley University",
"content": "About Bentley University"
},
"/academics": {
"title": "Academic Programs",
"content": "Academic Programs"
},
"/undergraduate-programs": {
"title": "Undergraduate Programs",
"content": "Undergraduate Programs"
},
"/about/bentley-education": {
"title": "A Bentley Education",
"content": "A Bentley Education"
},
"/about/mission-and-values": {
"title": "Mission, Vision, and Values",
"content": "Mission, Vision, and Values"
},
"/ai/bentley-graduate-facts": {
"title": "Graduate Programs",
"content": "Graduate Programs"
},
"/academics/graduate-programs": {
"title": "Master of Science Programs",
"content": "Master of Science Programs"
},
"/centers/executive-education": {
"title": "Executive Education",
"content": "Executive Education"
},
"/academics/graduate-programs/mba": {
"title": "MBA Programs",
"content": "MBA Programs"
},
"/about/president/meet-president-1": {
"title": "Meet the President",
"content": "Meet the President"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Bentley University"
},
{
"id": "careers",
"name": "View jobs",
"input": {
"type": "text",
"required": false
},
"intent": [
"careers",
"jobs",
"hiring",
"work with us"
],
"description": "See open positions"
},
{
"id": "call",
"name": "Call",
"input": {
"type": "none",
"required": false
},
"intent": [
"call",
"phone",
"telephone"
],
"description": "Call 781-891-2000"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Bentley University",
"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": "Bentley University",
"url": "https://bentley.edu",
"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 Bentley University
searchfindlook upView jobs
See open positions
careersjobshiringwork with usCall
Call 781-891-2000
callphonetelephonePages
Bentley University - Business School /
A degree from Bentley University will prepare you to lead and succeed no matter what you want to do. Your education is built around business and designed by you.
About Bentley University /about
About Bentley University
Academic Programs /academics
Academic Programs
Undergraduate Programs /undergraduate-programs
Undergraduate Programs
A Bentley Education /about/bentley-education
A Bentley Education
Mission, Vision, and Values /about/mission-and-values
Mission, Vision, and Values
Graduate Programs /ai/bentley-graduate-facts
Graduate Programs
Master of Science Programs /academics/graduate-programs
Master of Science Programs
Executive Education /centers/executive-education
Executive Education
MBA Programs /academics/graduate-programs/mba
MBA Programs
Meet the President /about/president/meet-president-1
Meet the President
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=bentley.edu
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim bentley.edu to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="bentley.edu" async></script> or the image https://api.actuent.ai/badge.svg?domain=bentley.edu&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
