Actuent
drexel.edu · Education

Drexel Home

Drexel University in Philadelphia, PA is an academically comprehensive and globally engaged urban research university, dedicated to advancing knowledge and society and to providing every student with a valuable, rigorous, experiential, technology-infused education, enriched by the nation's premier co-operative education program.

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 drexel.edu
Made from what Actuent already knows. Edit it, then publish it at https://drexel.edu/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "drexel.edu",
  "name": "Drexel Home",
  "language": "en",
  "pages": {
    "/": {
      "title": "Drexel Home",
      "content": "Drexel University in Philadelphia, PA is an academically comprehensive and globally engaged urban research university, dedicated to advancing knowledge and society and to providing every student with a valuable, rigorous, experiential, technology-infused education, enriched by the nation's premier co-operative education program."
    },
    "/about": {
      "title": "About Drexel University",
      "content": "Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Programs Libraries Steinbr"
    },
    "/events": {
      "title": "Drexel University Events",
      "content": "Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Programs Libraries Steinbr"
    },
    "/about/contact": {
      "title": "Contact Drexel",
      "content": "Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Programs Libraries Steinbr"
    },
    "/about/locations": {
      "title": "Maps and Directions Drexel University",
      "content": "Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Programs Libraries Steinbr"
    },
    "/business-services": {
      "title": "Business Services",
      "content": "Skip to main content Business Services Search Search: Menu Search Close Search: DragonCard DragonCard Get Your Card Use Your Card Lost Cards and Replacements DragonDollars Office Locations and Hours Dining and Retail Dining and Retail Drexel Campus Dining Chestnut Street Caterers University Bookstor"
    },
    "/scdc/career-services": {
      "title": "Career Services",
      "content": "Skip to main content Steinbright Career Development Center Search Search: Menu Search Close Search: Cooperative Education Cooperative Education What is Co-op Undergraduate Co-op Graduate Co-op International Co-op Co-op Curriculum Peer Mentor Program Student Policies Cooperative Education Awards Care"
    },
    "/research/compliance/nih-nsf-safety-plans": {
      "title": "NIH & NSF Safety Plans For Supported Conferences, Scientific Meetings, and Research",
      "content": "Skip to main content Office of Research & Innovation Search Search: Menu Search Close Search: Sponsored Programs Sponsored Programs Funding Proposal Submission Award Management innovation Compliance Compliance Guidelines and Procedures NIH Data Management & Sharing Policy Responsible Conduct of Rese"
    },
    "/dornsife/admissions/tuition-fees-financial-aid": {
      "title": "Tuition, Fees & Financial Aid Drexel Dornsife School of Public Health",
      "content": "Skip to main content For a better experience, click the icon above to turn off Compatibility Mode, which is only for viewing older websites. Drexel University Dornsife School of Public Health Newsletters Alumni Make a Gift Contact Site Home Drexel University Drexel University Dornsife School of Publ"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Drexel Home"
    },
    {
      "id": "contact",
      "name": "Contact",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "contact",
        "get in touch",
        "email",
        "message",
        "support"
      ],
      "description": "Get in touch with the site owner"
    },
    {
      "id": "find_store",
      "name": "Find a store",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "store locator",
        "find a store",
        "locations",
        "near me"
      ],
      "description": "Find a physical store or location"
    },
    {
      "id": "get_support",
      "name": "Get help",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "help",
        "support",
        "faq",
        "customer service"
      ],
      "description": "Help centre, FAQs and support"
    },
    {
      "id": "call",
      "name": "Call",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "call",
        "phone",
        "telephone"
      ],
      "description": "Call 2158952000"
    }
  ]
}
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": "Drexel Home",
  "url": "https://drexel.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 Drexel Home
searchfindlook up
Contact
Get in touch with the site owner
contactget in touchemailmessagesupport
Find a store
Find a physical store or location
store locatorfind a storelocationsnear me
Get help
Help centre, FAQs and support
helpsupportfaqcustomer service
Call
Call 2158952000
callphonetelephone

Pages

Drexel Home /
Drexel University in Philadelphia, PA is an academically comprehensive and globally engaged urban research university, dedicated to advancing knowledge and society and to providing every student with a valuable, rigorous, experiential, technology-infused education, enriched by th
About Drexel University /about
Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Progra
Drexel University Events /events
Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Progra
Contact Drexel /about/contact
Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Progra
Maps and Directions Drexel University /about/locations
Skip to main content Menu Search News Events Make A Gift Search Search: Close Search: Academics & Experience Academics & Experience Undergraduate Programs Graduate & Professional Degree Programs Online Programs Colleges & Schools Drexel Co-op Global Perspective Pre-College Progra
Business Services /business-services
Skip to main content Business Services Search Search: Menu Search Close Search: DragonCard DragonCard Get Your Card Use Your Card Lost Cards and Replacements DragonDollars Office Locations and Hours Dining and Retail Dining and Retail Drexel Campus Dining Chestnut Street Caterers
Career Services /scdc/career-services
Skip to main content Steinbright Career Development Center Search Search: Menu Search Close Search: Cooperative Education Cooperative Education What is Co-op Undergraduate Co-op Graduate Co-op International Co-op Co-op Curriculum Peer Mentor Program Student Policies Cooperative E
NIH & NSF Safety Plans For Supported Conferences, Scientific Meetings, and Research /research/compliance/nih-nsf-safety-plans
Skip to main content Office of Research & Innovation Search Search: Menu Search Close Search: Sponsored Programs Sponsored Programs Funding Proposal Submission Award Management innovation Compliance Compliance Guidelines and Procedures NIH Data Management & Sharing Policy Respons
Tuition, Fees & Financial Aid Drexel Dornsife School of Public Health /dornsife/admissions/tuition-fees-financial-aid
Skip to main content For a better experience, click the icon above to turn off Compatibility Mode, which is only for viewing older websites. Drexel University Dornsife School of Public Health Newsletters Alumni Make a Gift Contact Site Home Drexel University Drexel University Dor

AI bot access

robots.txt blocks 1 AI bot from the whole site:
Let them in (add to robots.txt)
Add these lines to allow them. Put them above any User-agent: * group.
User-agent: Amazonbot
Allow: /

Compared with similar sites

#5 of 6 education on Actuent
What they have that Drexel Home doesn't: business details (address, hours, phone) (5 of 5).

For AI agents

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

Is this your site?

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