fordham.edu
Fordham University
Fordham is a top-ranked university in NYC, offering exceptional education in the Jesuit, Catholic tradition to approx. 17,000 students across 8 schools.
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 fordham.edu
Made from what Actuent already knows. Edit it, then publish it at
https://fordham.edu/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "fordham.edu",
"name": "Fordham University",
"language": "en",
"pages": {
"/": {
"title": "Fordham University",
"content": "Fordham is a top-ranked university in NYC, offering exceptional education in the Jesuit, Catholic tradition to approx. 17,000 students across 8 schools."
},
"/about": {
"title": "About Fordham University Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts Leadership and Admi"
},
"/give/contact-us": {
"title": "Contact Development and University Relations Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Contact Us Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham F"
},
"/families/our-team": {
"title": "The Parent and Families Philanthropy Team Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Our Team Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham For"
},
"/commencement/contact": {
"title": "Contact Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts Leadership and Admi"
},
"/student-financial-services": {
"title": "Student Financial Services Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts Leadership and Admi"
},
"/graduate-school-of-social-service": {
"title": "Graduate School of Social Service Fordham Graduate School of Social Services",
"content": "Skip to Main Content Graduate School of Social Service For Current Students For Alumni Give News Events Fordham University Login Graduate School of Social Service Search icon Close Menu About GSS Arrow left icon Back About Why Fordham? Our Mission and Dean's Message Administration and Staff Accredit"
},
"/student-life/living-on-campus/meal-plans": {
"title": "Meal Plans Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Meal Plans Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham F"
},
"/student-life/living-on-campus/housing-rates": {
"title": "Housing Rates Fordham",
"content": "Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Housing Rates Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordha"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Fordham University"
},
{
"id": "sign_in",
"name": "Sign in",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign in",
"log in",
"login",
"account"
],
"description": "Log in to an account"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Fordham 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": "Fordham University",
"url": "https://fordham.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 Fordham University
searchfindlook upSign in
Log in to an account
sign inlog inloginaccountPages
Fordham University /
Fordham is a top-ranked university in NYC, offering exceptional education in the Jesuit, Catholic tradition to approx. 17,000 students across 8 schools.
About Fordham University Fordham /about
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts
Contact Development and University Relations Fordham /give/contact-us
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Contact Us Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon
The Parent and Families Philanthropy Team Fordham /families/our-team
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Our Team Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Ba
Contact Fordham /commencement/contact
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts
Student Financial Services Fordham /student-financial-services
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon Back About Fordham Fordham Facts
Graduate School of Social Service Fordham Graduate School of Social Services /graduate-school-of-social-service
Skip to Main Content Graduate School of Social Service For Current Students For Alumni Give News Events Fordham University Login Graduate School of Social Service Search icon Close Menu About GSS Arrow left icon Back About Why Fordham? Our Mission and Dean's Message Administratio
Meal Plans Fordham /student-life/living-on-campus/meal-plans
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Meal Plans Arrow up icon Navigate Fordham Search icon -- Close About Arrow left icon
Housing Rates Fordham /student-life/living-on-campus/housing-rates
Skip to Main Content Log in Information For Information for dropdown links Current Students Faculty and Staff Families Alumni Find a Degree Find People Apply Visit Give News Fordham University - Housing Rates Arrow up icon Navigate Fordham Search icon -- Close About Arrow left ic
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=fordham.edu
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim fordham.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="fordham.edu" async></script> or the image https://api.actuent.ai/badge.svg?domain=fordham.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.
