finaid.org
Finaid
Comprehensive source of student financial aid, student loan and loan forgiveness program information, with advice and tools for students, parents and educators.
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 finaid.org
Made from what Actuent already knows. Edit it, then publish it at
https://finaid.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "finaid.org",
"name": "Finaid",
"language": "en",
"pages": {
"/": {
"title": "Your Guide for College Financial Aid - Finaid",
"content": "Comprehensive source of student financial aid, student loan and loan forgiveness program information, with advice and tools for students, parents and educators."
},
"/fafsa/": {
"title": "FAFSA Guide",
"content": "Comprehensive guide to the Free Application for Federal Student Aid, including application checklists, eligibility rules, and submission deadlines."
},
"/loans/": {
"title": "Student Loans",
"content": "Detailed guides on federal vs. private loans, consolidation, and repayment options."
},
"/grants/": {
"title": "Grants",
"content": "Information on need-based aid including Pell Grants and state-specific programs."
},
"/educators/": {
"title": "Educators & Administrators",
"content": "Resources for financial aid professionals, including policy analysis and professional development guides."
},
"/questions/": {
"title": "Financial Aid FAQ",
"content": "Answers to the most frequently asked questions regarding the financial aid process."
},
"/scholarships/": {
"title": "Scholarships 101",
"content": "Expert advice on finding legitimate scholarships and avoiding scams."
},
"/calculators/sai/": {
"title": "Student Aid Index (SAI) Calculator",
"content": "Estimates the student's eligibility for federal financial aid based on the new SAI formula."
},
"/sitemap_index.xml": {
"title": "XML Sitemap",
"content": "Full index of all crawlable and indexable content."
},
"/calculators/loanpayments/": {
"title": "Loan Payment Calculator",
"content": "Estimates monthly loan payments and the minimum salary needed to afford them."
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Finaid"
},
{
"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": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
}
]
}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": "Finaid",
"url": "https://finaid.org",
"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 Finaid
searchfindlook upContact
Get in touch with the site owner
contactget in touchemailmessagesupportGet help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Your Guide for College Financial Aid - Finaid /
Comprehensive source of student financial aid, student loan and loan forgiveness program information, with advice and tools for students, parents and educators.
FAFSA Guide /fafsa/
Comprehensive guide to the Free Application for Federal Student Aid, including application checklists, eligibility rules, and submission deadlines.
Student Loans /loans/
Detailed guides on federal vs. private loans, consolidation, and repayment options.
Grants /grants/
Information on need-based aid including Pell Grants and state-specific programs.
Educators & Administrators /educators/
Resources for financial aid professionals, including policy analysis and professional development guides.
Financial Aid FAQ /questions/
Answers to the most frequently asked questions regarding the financial aid process.
Scholarships 101 /scholarships/
Expert advice on finding legitimate scholarships and avoiding scams.
Student Aid Index (SAI) Calculator /calculators/sai/
Estimates the student's eligibility for federal financial aid based on the new SAI formula.
XML Sitemap /sitemap_index.xml
Full index of all crawlable and indexable content.
Loan Payment Calculator /calculators/loanpayments/
Estimates monthly loan payments and the minimum salary needed to afford them.
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=finaid.org
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim finaid.org 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="finaid.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=finaid.org&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
