vcu.edu
Virginia Commonwealth University
Ranked a top 50 public research university, VCU is a place where discovery and creativity go hand in hand. Located in downtown Richmond, Virginia, its more than 200 programs emphasize hands-on learning, creativity and engaging in the world around us.
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.
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
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 vcu.edu
Made from what Actuent already knows. Edit it, then publish it at
https://vcu.edu/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "vcu.edu",
"name": "Virginia Commonwealth University",
"language": "en",
"pages": {
"/": {
"title": "Virginia Commonwealth University",
"content": "Ranked a top 50 public research university, VCU is a place where discovery and creativity go hand in hand. Located in downtown Richmond, Virginia, its more than 200 programs emphasize hands-on learning, creativity and engaging in the world around us."
},
"/about-vcu": {
"title": "About - Virginia Commonwealth University",
"content": "Skip to sub navigation Skip to main content Skip to footer Full menu Programs Admissions Why VCU? myVCU Quick links Email myVCU Canvas Register for classes Academic calendars Give / Donate Maps VCU Health Jobs Faculty and staff Current students Parents and families Alumni Close Search VCU people and"
},
"/online/contact-us": {
"title": "Contact Us - VCU Online",
"content": "Skip to header Skip to main navigation Skip to content Skip to footer Virginia Commonwealth University Give VCU Online Menu Home Online Programs Admissions Tuition Student Resources Contact Us Contact Us Contact Us ONLINE@VCU.EDU Are you a faculty member looking for resources for teaching online? Co"
},
"/online/programs/bs-health-services": {
"title": "B.S. in Health Services - VCU Online",
"content": "Skip to header Skip to main navigation Skip to content Skip to footer Virginia Commonwealth University Give VCU Online Menu Home Online Programs Admissions Tuition Student Resources Contact Us Online B.S. in Health Services VCU College of Health Professions Prepare to make a difference. 100% online."
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Virginia Commonwealth University"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Virginia Commonwealth 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": "Virginia Commonwealth University",
"url": "https://vcu.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 Virginia Commonwealth University
searchfindlook upPages
Virginia Commonwealth University /
Ranked a top 50 public research university, VCU is a place where discovery and creativity go hand in hand. Located in downtown Richmond, Virginia, its more than 200 programs emphasize hands-on learning, creativity and engaging in the world around us.
About - Virginia Commonwealth University /about-vcu
Skip to sub navigation Skip to main content Skip to footer Full menu Programs Admissions Why VCU? myVCU Quick links Email myVCU Canvas Register for classes Academic calendars Give / Donate Maps VCU Health Jobs Faculty and staff Current students Parents and families Alumni Close S
Contact Us - VCU Online /online/contact-us
Skip to header Skip to main navigation Skip to content Skip to footer Virginia Commonwealth University Give VCU Online Menu Home Online Programs Admissions Tuition Student Resources Contact Us Contact Us Contact Us ONLINE@VCU.EDU Are you a faculty member looking for resources for
B.S. in Health Services - VCU Online /online/programs/bs-health-services
Skip to header Skip to main navigation Skip to content Skip to footer Virginia Commonwealth University Give VCU Online Menu Home Online Programs Admissions Tuition Student Resources Contact Us Online B.S. in Health Services VCU College of Health Professions Prepare to make a diff
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=vcu.edu
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim vcu.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="vcu.edu" async></script> or the image https://api.actuent.ai/badge.svg?domain=vcu.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.
