Actuent
gmu.edu

George Mason University

George Mason University is a top 50 public R1 research university in Virginia. The site provides access to academic programs, admissions, research initiatives, and student life resources. Key highlights include the Virginia Quantum Hub, supported by a $3.7M GO Virginia grant, and various grand challenge initiatives focused on education, climate resilience, and AI. Users can explore undergraduate and graduate programs, apply for admission, and learn about campus safety and community engagement.

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 gmu.edu
Made from what Actuent already knows. Edit it, then publish it at https://gmu.edu/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "gmu.edu",
  "name": "George Mason University",
  "language": "en",
  "pages": {
    "/": {
      "title": "George Mason University | Top 50 Public R1 Research University",
      "content": "George Mason University is a top 50 public R1 research university in Virginia. The site provides access to academic programs, admissions, research initiatives, and student life resources. Key highlights include the Virginia Quantum Hub, supported by a $3.7M GO Virginia grant, and various grand challenge initiatives focused on education, climate resilience, and AI. Users can explore undergraduate and graduate programs, apply for admission, and learn about campus safety and community engagement."
    },
    "/about": {
      "title": "About George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/contact": {
      "title": "Contact George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/calendar": {
      "title": "Today at Mason George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/calendar-0": {
      "title": "Today @ Mason George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/hours-operation": {
      "title": "Hours of Operation George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/transfer/transfer-services": {
      "title": "Schedule a Transfer Appointment George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/admissions-aid/costs-aid/net-price": {
      "title": "Net Price Calculator George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    },
    "/program/health-services-research-phd": {
      "title": "Health Services Research, PhD George Mason University",
      "content": "Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-Mason School of Conse"
    }
  },
  "actions": [
    {
      "id": "apply",
      "name": "Apply to Mason",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "apply",
        "admissions",
        "enroll"
      ],
      "description": "Start the application process for undergraduate, graduate, or non-degree programs."
    },
    {
      "id": "request_info",
      "name": "Request Information",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "inquire",
        "contact",
        "details"
      ],
      "description": "Submit a request to receive more details about specific academic programs or campus life."
    },
    {
      "id": "search_programs",
      "name": "Search Academic Programs",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "search",
        "academics",
        "programs"
      ],
      "description": "Browse and search for undergraduate, graduate, and online academic programs."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to George Mason 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": "George Mason University",
  "url": "https://gmu.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

Apply to Mason
Start the application process for undergraduate, graduate, or non-degree programs.
applyadmissionsenroll
Request Information
Submit a request to receive more details about specific academic programs or campus life.
inquirecontactdetails
Search Academic Programs
Browse and search for undergraduate, graduate, and online academic programs.
searchacademicsprograms

Pages

George Mason University | Top 50 Public R1 Research University /
George Mason University is a top 50 public R1 research university in Virginia. The site provides access to academic programs, admissions, research initiatives, and student life resources. Key highlights include the Virginia Quantum Hub, supported by a $3.7M GO Virginia grant, and
About George Mason University /about
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Contact George Mason University /contact
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Today at Mason George Mason University /calendar
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Today @ Mason George Mason University /calendar-0
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Hours of Operation George Mason University /hours-operation
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Schedule a Transfer Appointment George Mason University /transfer/transfer-services
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Net Price Calculator George Mason University /admissions-aid/costs-aid/net-price
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M
Health Services Research, PhD George Mason University /program/health-services-research-phd
Skip to content Mason George Mason University Apply Give Canvas PatriotWeb Peoplefinder Athletics News CALENDAR Library Graduation Academics Undergraduate Programs Honors College Undergraduate Research Graduate Programs Colleges and Schools Study Abroad Mason Online Smithsonian-M

For AI agents

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

Is this your site?

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