Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 43 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 60 out of 100
- GEO, AIO and AEO 81 out of 100
- SEO 100 out of 100
- Performance and Accessibility 93 out of 100
What AI sees of your website
Educational Fundraising Technology | GiveCampus
Raise more dollars and engage more constituents with GiveCampus, the only comprehensive fundraising technology platform built exclusively for educational institutions.
Next step
Turn this report into a fix workflow
25 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 43 | Priority fix | 8 | 15 | 0 | View details |
| Discoverability | 67 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 50 | Needs work | 3 | 7 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 81 | Mostly ready | 7 | 0 | 13 | |
| GEO Readiness | 89 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 80 | Mostly ready | 2 | 0 | 5 | |
| AEO Readiness | 73 | Needs work | 2 | 0 | 5 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 60 | Needs work | 7 | 2 | 0 | View details |
| Security & Trust | 60 | Needs work | 3 | 2 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 93 | Strong | 18 | 5 | 1 | View details |
| Performance | 93 | Strong | 11 | 3 | 1 | View details |
| Accessibility | 92 | Strong | 7 | 2 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
44 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"BreadcrumbList",
"Organization",
"WebPage",
"WebSite"
]
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
50 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": "max-age=300"
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://go.givecampus.com/wp-json/",
"rel": "https://api.w.org/",
"type": "application/json"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html; charset=UTF-8" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 146
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=UTF-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=UTF-8"
},
"issue": "Content-Type \"text/html; charset=UTF-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Accept-Encoding, Accept-Encoding, Accept-Encoding,Cookie\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 39721,
"excerpt": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" con",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
33 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: invalid h1 (found 2); 0/1 applicable form inputs have autocomplete attributes (1 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": true,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"block w-full rounded-full border-varsity-green pl-p24 py-p8 leading-base focus:!ring-varsity-green focus:border-varsity-green\" type=\"text\" id=\"query\" name=\"s\" placeholder=\"Search\" value x-ref=\"search-input\">"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 2,
"headings": 65,
"links": 144,
"inaccessibleLinks": 0,
"buttons": 19,
"inaccessibleButtons": 0,
"images": 144,
"imagesWithAlt": 144,
"autocompleteInputs": 1,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 1
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5619
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 5601
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "go.givecampus.com",
"probes": [
{
"name": "_index._agents.go.givecampus.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.go.givecampus.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "go.givecampus.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "givecampus.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="s"> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 85,
"interactiveWithTags": 0,
"totalCount": 86,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 1,
"issues": [
"<input name=\"s\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"s\"> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 85,
"interactiveWithTags": 0,
"totalCount": 86,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 1,
"formsWithTags": 0,
"totalInteractive": 85,
"interactiveWithTags": 0,
"totalCount": 86,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
45 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 63,
"passing": 18,
"failing": [
{
"heading": "Trending now on GiveCampus …",
"headingHtml": "<h2>Trending now on GiveCampus …</h2>",
"firstParagraph": "GC GO for Students",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">GC GO for Students</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Transform your phonathon into a multi-channel, relationship-driven donor engagement model",
"headingHtml": "<h3 class=\"font-normal\">Transform your phonathon into a multi-channel, relationship-driven donor engagement model</h3>",
"firstParagraph": "SPOTLIGHT ON INDEPENDENT SCHOOLS",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">SPOTLIGHT ON INDEPENDENT SCHOOLS</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "See how fellow fundraisers at 750+ K-12 schools are using GiveCampus to do more with less",
"headingHtml": "<h3 class=\"font-normal\">See how fellow fundraisers at 750+ K-12 schools are using GiveCampus to do more with less</h3>",
"firstParagraph": "GC AUCTIONS HAS ARRIVED",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">GC AUCTIONS HAS ARRIVED</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Full auction capability—live, silent, and paddle raise—is now built right into GC Events",
"headingHtml": "<h3 class=\"font-normal\">Full auction capability—live, silent, and paddle raise—is now built right into GC Events</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus",
"headingHtml": "<h2 class=\"text-h4 text-center font-bold uppercase text-teal mb-p20\">1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GiveCampus makes fundraising technology specifically and exclusively for schools",
"headingHtml": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">GiveCampus makes fundraising technology specifically and exclusively for schools</h2>",
"firstParagraph": "Over the last decade, thousands of your peers have turned to GiveCampus to fuel their fundraising initiatives—and they give both our platform and our people rave reviews. Watch the video to discover why.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Over the last decade, thousands of your peers have turned to GiveCampus to fuel their fundraising initiatives—</span>and they give both our platform and our people rave reviews. Watch the video to discover why.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Read rave reviews from real GiveCampus users",
"headingHtml": "<h2 class=\"text-varsity-navy\">Read rave reviews from real GiveCampus users</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "“… extremely easy to use, both for staff and the donor”",
"headingHtml": "<h3 class=\"mb-p26 mq768:mb-p30 transition-colors duration-500 text-[26px] leading-[37px] text-center !mb-p23\">“… extremely easy to use, both for staff and the donor”</h3>",
"firstParagraph": "Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also c...",
"paragraphHtml": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also created a much more pleasant experience for bo...",
"words": 74,
"direct": false,
"issue": "First paragraph is 74 words and does not look like a concise direct answer."
},
{
"heading": "Manage online giving programs",
"headingHtml": "<h3 class>Manage online giving programs</h3>",
"firstParagraph": "Delight donors with easy ways to give and campaign advocacy tools that make crowdfunding contagious.",
"paragraphHtml": "<p class=\"max-w-p650\">Delight donors with easy ways to give and campaign advocacy tools that make crowdfunding contagious. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Oversee event registration and ticketing",
"headingHtml": "<h3 class>Oversee event registration and ticketing</h3>",
"firstParagraph": "Maximize event attendance with intuitive and convenient registration and ticketing experiences.",
"paragraphHtml": "<p class=\"max-w-p650\">Maximize event attendance with intuitive and convenient registration and ticketing experiences. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Engage donors through preferred channels",
"headingHtml": "<h3 class>Engage donors through preferred channels</h3>",
"firstParagraph": "Invite constituents to events, solicit them for gifts, and thank and steward them afterwards via email and text.",
"paragraphHtml": "<p class=\"max-w-p650\">Invite constituents to events, solicit them for gifts, and thank and steward them afterwards via email and text.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Mobilize supporters",
"headingHtml": "<h3 class>Mobilize supporters</h3>",
"firstParagraph": "Organize and equip class agents and volunteers to amplify your message and extend your reach.",
"paragraphHtml": "<p class=\"max-w-p650\">Organize and equip class agents and volunteers to amplify your message and extend your reach.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Empower frontline fundraisers",
"headingHtml": "<h3 class>Empower frontline fundraisers</h3>",
"firstParagraph": "Build and manage relationships with every constituent at every level of the donor pyramid.",
"paragraphHtml": "<p class=\"max-w-p650\">Build and manage relationships with every constituent at every level of the donor pyramid.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.</h2>",
"firstParagraph": "Megan Rajski",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Megan Rajski</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.</h2>",
"firstParagraph": "Whatley Hamilton Flournoy",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Whatley Hamilton Flournoy</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.</h2>",
"firstParagraph": "Tiffany Wooten",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Tiffany Wooten</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus just paid for itself.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus just paid for itself.</h2>",
"firstParagraph": "Teresa Goddard",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Teresa Goddard</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.</h2>",
"firstParagraph": "Katherine Malchoff",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Katherine Malchoff</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—and that ends up being more visits overall in a year.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—­and that ends up being more visits overall in a year.</h2>",
"firstParagraph": "Dan Frezza",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Dan Frezza </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus is always working on the next best thing in online giving and user experience.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus is always working on the next best thing in online giving and user experience.</h2>",
"firstParagraph": "Clarke Leslie",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Clarke Leslie</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.</h2>",
"firstParagraph": "Sean Meehan",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Sean Meehan</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.</h2>",
"firstParagraph": "Brittney Beltz",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Brittney Beltz</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.</h2>",
"firstParagraph": "Dan Snyder",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Dan Snyder</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.</h2>",
"firstParagraph": "Luke Walsh",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Luke Walsh</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.</h2>",
"firstParagraph": "Kelley Dickman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kelley Dickman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community. </h2>",
"firstParagraph": "Joe Sahd",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Joe Sahd</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.</h2>",
"firstParagraph": "Emily Baldwin",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Emily Baldwin</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.</h2>",
"firstParagraph": "Julie Phillips",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Julie Phillips</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.</h2>",
"firstParagraph": "Kristen Ritzman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kristen Ritzman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.</h2>",
"firstParagraph": "Luke Gorman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Luke Gorman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.</h2>",
"firstParagraph": "Mary Zug",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Mary Zug</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!</h2>",
"firstParagraph": "Nicole Forgit",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Nicole Forgit</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.</h2>",
"firstParagraph": "Doug Scanlon",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Doug Scanlon</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!</h2>",
"firstParagraph": "Rachel Greenleaf",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Rachel Greenleaf</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!</h2>",
"firstParagraph": "Samantha Quinn",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Samantha Quinn</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.</h2>",
"firstParagraph": "Kathryn Gloor",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kathryn Gloor</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.</h2>",
"firstParagraph": "Adrien McDonald",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Adrien McDonald</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.</h2>",
"firstParagraph": "Carson England",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Carson England</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.</h2>",
"firstParagraph": "Lindsey Copeland",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Lindsey Copeland </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform. </h2>",
"firstParagraph": "Mario Guevara",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Mario Guevara </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Enjoy software that’s seamless, secure, and reliable",
"headingHtml": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Enjoy software that’s seamless, secure, and reliable</h2>",
"firstParagraph": "You work too hard to leave the last-mile of the donor experience to chance. You deserve fundraising software that’s seamless, secure, and reliable.",
"paragraphHtml": "<p>You work too hard to leave the last-mile of the donor experience to chance. You deserve fundraising software that’s seamless, secure, and reliable.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Average first-reply time",
"headingHtml": "<h3 class=\"mb-p20\">Average first-reply time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "up-time with record-breaking volume",
"headingHtml": "<h3 class=\"mb-p20\">up-time with record-breaking volume</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Total gifts",
"headingHtml": "<h3 class=\"mb-p20\">Total gifts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-11-18T21:31:01+00:00",
"2026-05-07T21:27:53+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://go.givecampus.com/about-us/\" class=\"text-varsity-navy font-semibold hover:text-varsity-blue focus:text-varsity-blue\">About Us</a>"
},
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://go.givecampus.com/about-us/\" class=\"font-bold text-varsity-navy hover:underline focus:underline\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/givecampus/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/givecampus/\" class> <svg role=\"img\" class=\"c-icon w-p32 h-p32 stroke-none fill-varsity-navy stroke-none fill-varsity-blue w-p28 h-p28\"><use xlink:href=\"/wp-content/themes/givecampus/ui/icons.svg?ver=2.6.0a#icon-linkedin\"/></svg> <span class=\"sr-only\">LinkedIn</span> </a>"
},
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a class=\"wp-block-navigation-item__content text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-4523 menu-item-has-children\" target href=\"https://go.givecampus.com/about-us/\">About Us</a>"
},
{
"href": "https://go.givecampus.com/about-us/mission-vision-values/",
"text": "Mission, Vision, and Values",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/mission-vision-values/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Mission, Vision, and Values</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/awards-press-media/",
"text": "Awards, Press, and Media",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/awards-press-media/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Awards, Press, and Media</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/leadership-team/",
"text": "Leadership Team",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/leadership-team/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Leadership Team</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/careers/",
"text": "Careers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/careers/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Careers</span> </div> </a>"
},
{
"href": "https://www.linkedin.com/company/givecampus/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/givecampus/\" class=\"hover:opacity-20 focus:opacity-20 transition-opacity duration-300 ease-out\" target=\"_blank\"> <svg role=\"img\" class=\"c-icon w-p32 h-p32 stroke-none stroke-none fill-light-yellow w-p30 h-p30\"><use xlink:href=\"/wp-content/themes/givecampus/ui/icons.svg?ver=2.6.0a#icon-linkedin\"/></svg> <span class=\"sr-only\">LinkedIn</span> </a>"
}
],
"contactLinks": [
{
"href": "https://go.givecampus.com/support/",
"text": "Support",
"html": "<a href=\"https://go.givecampus.com/support/\" class=\"text-varsity-navy font-semibold hover:text-varsity-blue focus:text-varsity-blue\">Support</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT We help you automate manual workflows and seamlessly move GiveCampus data in and out of your CRM.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats.svg\" loading=\"lazy\" width=..."
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving We help you deliver a delightful donor experience and grow your annual giving donor base—year after year.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving2.svg\" loading=\"lazy\" width=\"auto..."
},
{
"href": "https://go.givecampus.com/how-we-help/college-athletics-fundraising/",
"text": "Athletics Fundraisers We help you grow Competitive Excellence Funds through campaigns, recurring giving, and unified data across athletics.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/college-athletics-fundraising/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11888/_square/Icon-athletics-fans-cheering-100.png, https://go.giveca..."
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement We help you deliver personalized experiences that drive meaningful engagement with alumni.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_cap_dark.svg\" loading=\"lazy\" width=\"..."
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers We help you build more pipeline, book more visits, and close more gifts.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research We help you identify and steward donors with significant giving capacity.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/9639/_square/Asset-11-100.png, https://go.givecampus.com/wp-content/uploads/trans..."
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications We help you craft, coordinate, and execute targeted outreach without ever touching your CRM.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11907/_square/Icon-marketing-and-comms-100.png, https://go.givecampus.com/..."
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAOs We help you streamline workflows for you and your teams so you can raise more dollars from more donors with less effort.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats2.svg\" loading=\"lazy\" width=\"auto\" he..."
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "Browse How We Help",
"html": "<a class=\"wp-block-navigation-item__content text-left flex flex-col col-start-3 gap-y-p4 text-varsity-navy rounded group pl-p48\" target href=\"https://go.givecampus.com/how-we-help/\"> <div class=\"flex items-center gap-x-p10 leading-h4\"> <span class=\"uppercase text-base-em font-bold group-hover:underline group-focus:underline\">Browse How We Help</span> <span class=\"flex items-center shrink-0 justify-center rounded-full bg-gradient-to-r from-[#FABE50] to-orange w-p32 h-p32 drop-shadow-md\"> <svg..."
},
{
"href": "https://go.givecampus.com/solutions/gc-volunteer-management/",
"text": "GC Volunteer Management Empower class agents and volunteers with easy access to the tools and real-time data they need to rally support.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/solutions/gc-volunteer-management/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_people.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats.svg\" loading=\"lazy\" width=..."
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving2.svg\" loading=\"lazy\" width=\"auto..."
},
{
"href": "https://go.givecampus.com/how-we-help/college-athletics-fundraising/",
"text": "Athletics Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/college-athletics-fundraising/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11888/_square/Icon-athletics-fans-cheering-100.png, https://go.giveca..."
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_cap_dark.svg\" loading=\"lazy\" width=\"..."
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/9639/_square/Asset-11-100.png, https://go.givecampus.com/wp-content/uploads/trans..."
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11907/_square/Icon-marketing-and-comms-100.png, https://go.givecampus.com/..."
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAOs",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats2.svg\" loading=\"lazy\" width=\"auto\" he..."
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "Browse How We Help",
"html": "<a class=\"wp-block-navigation-item__content text-left flex flex-col col-start-3 gap-y-p4 text-varsity-navy rounded group pl-p48\" target href=\"https://go.givecampus.com/how-we-help/\"> <div class=\"flex items-center gap-x-p10 leading-h4\"> <span class=\"uppercase text-h4 font-bold group-hover:underline group-focus:underline\">Browse How We Help</span> <span class=\"flex items-center shrink-0 justify-center rounded-full bg-gradient-to-r from-[#FABE50] to-orange w-p32 h-p32 drop-shadow-md\"> <svg role=..."
},
{
"href": "https://go.givecampus.com/support/",
"text": "Support",
"html": "<a href=\"https://go.givecampus.com/support/\" class=\"font-bold text-varsity-navy hover:underline focus:underline\">Support</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "How we Help",
"html": "<a class=\"wp-block-navigation-item__content text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-10549 menu-item-has-children\" target href=\"https://go.givecampus.com/how-we-help/\">How we Help</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Advancement Services and IT</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Annual Giving</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Alumni Relations and Engagement</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Frontline Fundraisers</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Prospect Research</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAO",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Leadership and CAO</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Marketing and Communications</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/customer-community/success-team-support/",
"text": "Success Team/Support",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/customer-community/success-team-support/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Success Team/Support</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/contact-us/",
"text": "Contact Us",
"html": "<a class=\"wp-block-navigation-item__content text-light-yellow text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-5498 hover:underline group:underline\" target href=\"https://go.givecampus.com/contact-us/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://go.givecampus.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a class=\"font-normal text-xs text-varsity-navy hover:underline focus:underline\" href=\"https://go.givecampus.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://go.givecampus.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"font-normal text-xs text-varsity-navy hover:underline focus:underline\" href=\"https://go.givecampus.com/terms-of-use/\">Terms of Use</a>"
},
{
"href": "https://go.givecampus.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a class=\"font-normal text-xs text-background hover:underline focus:underline\" href=\"https://go.givecampus.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://go.givecampus.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"font-normal text-xs text-background hover:underline focus:underline\" href=\"https://go.givecampus.com/terms-of-use/\">Terms of Use</a>"
}
],
"score": 60,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 60/100 and needs improvement.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [
"2022-11-18T21:31:01+00:00",
"2026-05-07T21:27:53+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://go.givecampus.com/about-us/\" class=\"text-varsity-navy font-semibold hover:text-varsity-blue focus:text-varsity-blue\">About Us</a>"
},
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a href=\"https://go.givecampus.com/about-us/\" class=\"font-bold text-varsity-navy hover:underline focus:underline\">About Us</a>"
},
{
"href": "https://www.linkedin.com/company/givecampus/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/givecampus/\" class> <svg role=\"img\" class=\"c-icon w-p32 h-p32 stroke-none fill-varsity-navy stroke-none fill-varsity-blue w-p28 h-p28\"><use xlink:href=\"/wp-content/themes/givecampus/ui/icons.svg?ver=2.6.0a#icon-linkedin\"/></svg> <span class=\"sr-only\">LinkedIn</span> </a>"
},
{
"href": "https://go.givecampus.com/about-us/",
"text": "About Us",
"html": "<a class=\"wp-block-navigation-item__content text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-4523 menu-item-has-children\" target href=\"https://go.givecampus.com/about-us/\">About Us</a>"
},
{
"href": "https://go.givecampus.com/about-us/mission-vision-values/",
"text": "Mission, Vision, and Values",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/mission-vision-values/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Mission, Vision, and Values</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/awards-press-media/",
"text": "Awards, Press, and Media",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/awards-press-media/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Awards, Press, and Media</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/leadership-team/",
"text": "Leadership Team",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/leadership-team/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Leadership Team</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/about-us/careers/",
"text": "Careers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/about-us/careers/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Careers</span> </div> </a>"
},
{
"href": "https://www.linkedin.com/company/givecampus/",
"text": "LinkedIn",
"html": "<a href=\"https://www.linkedin.com/company/givecampus/\" class=\"hover:opacity-20 focus:opacity-20 transition-opacity duration-300 ease-out\" target=\"_blank\"> <svg role=\"img\" class=\"c-icon w-p32 h-p32 stroke-none stroke-none fill-light-yellow w-p30 h-p30\"><use xlink:href=\"/wp-content/themes/givecampus/ui/icons.svg?ver=2.6.0a#icon-linkedin\"/></svg> <span class=\"sr-only\">LinkedIn</span> </a>"
}
],
"contactLinks": [
{
"href": "https://go.givecampus.com/support/",
"text": "Support",
"html": "<a href=\"https://go.givecampus.com/support/\" class=\"text-varsity-navy font-semibold hover:text-varsity-blue focus:text-varsity-blue\">Support</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT We help you automate manual workflows and seamlessly move GiveCampus data in and out of your CRM.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats.svg\" loading=\"lazy\" width=..."
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving We help you deliver a delightful donor experience and grow your annual giving donor base—year after year.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving2.svg\" loading=\"lazy\" width=\"auto..."
},
{
"href": "https://go.givecampus.com/how-we-help/college-athletics-fundraising/",
"text": "Athletics Fundraisers We help you grow Competitive Excellence Funds through campaigns, recurring giving, and unified data across athletics.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/college-athletics-fundraising/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11888/_square/Icon-athletics-fans-cheering-100.png, https://go.giveca..."
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement We help you deliver personalized experiences that drive meaningful engagement with alumni.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_cap_dark.svg\" loading=\"lazy\" width=\"..."
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers We help you build more pipeline, book more visits, and close more gifts.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research We help you identify and steward donors with significant giving capacity.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/9639/_square/Asset-11-100.png, https://go.givecampus.com/wp-content/uploads/trans..."
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications We help you craft, coordinate, and execute targeted outreach without ever touching your CRM.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11907/_square/Icon-marketing-and-comms-100.png, https://go.givecampus.com/..."
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAOs We help you streamline workflows for you and your teams so you can raise more dollars from more donors with less effort.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats2.svg\" loading=\"lazy\" width=\"auto\" he..."
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "Browse How We Help",
"html": "<a class=\"wp-block-navigation-item__content text-left flex flex-col col-start-3 gap-y-p4 text-varsity-navy rounded group pl-p48\" target href=\"https://go.givecampus.com/how-we-help/\"> <div class=\"flex items-center gap-x-p10 leading-h4\"> <span class=\"uppercase text-base-em font-bold group-hover:underline group-focus:underline\">Browse How We Help</span> <span class=\"flex items-center shrink-0 justify-center rounded-full bg-gradient-to-r from-[#FABE50] to-orange w-p32 h-p32 drop-shadow-md\"> <svg..."
},
{
"href": "https://go.givecampus.com/solutions/gc-volunteer-management/",
"text": "GC Volunteer Management Empower class agents and volunteers with easy access to the tools and real-time data they need to rally support.",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/solutions/gc-volunteer-management/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_people.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats.svg\" loading=\"lazy\" width=..."
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving2.svg\" loading=\"lazy\" width=\"auto..."
},
{
"href": "https://go.givecampus.com/how-we-help/college-athletics-fundraising/",
"text": "Athletics Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/college-athletics-fundraising/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11888/_square/Icon-athletics-fans-cheering-100.png, https://go.giveca..."
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_cap_dark.svg\" loading=\"lazy\" width=\"..."
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_giving.svg\" loading=\"lazy\" widt..."
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/9639/_square/Asset-11-100.png, https://go.givecampus.com/wp-content/uploads/trans..."
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><source type=\"image/jpeg\" media=\"(min-width: 64rem)\" srcset=\"https://go.givecampus.com/wp-content/uploads/transforms/11907/_square/Icon-marketing-and-comms-100.png, https://go.givecampus.com/..."
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAOs",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-varsity-navy rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <span class=\"flex shrink-0 items-center justify-center rounded-md w-p32 h-p32 overflow-hidden\"> <picture class=\" grow-0 w-full h-full\"><img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-100\" src=\"https://go.givecampus.com/wp-content/uploads/2022/12/Icon_stats2.svg\" loading=\"lazy\" width=\"auto\" he..."
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "Browse How We Help",
"html": "<a class=\"wp-block-navigation-item__content text-left flex flex-col col-start-3 gap-y-p4 text-varsity-navy rounded group pl-p48\" target href=\"https://go.givecampus.com/how-we-help/\"> <div class=\"flex items-center gap-x-p10 leading-h4\"> <span class=\"uppercase text-h4 font-bold group-hover:underline group-focus:underline\">Browse How We Help</span> <span class=\"flex items-center shrink-0 justify-center rounded-full bg-gradient-to-r from-[#FABE50] to-orange w-p32 h-p32 drop-shadow-md\"> <svg role=..."
},
{
"href": "https://go.givecampus.com/support/",
"text": "Support",
"html": "<a href=\"https://go.givecampus.com/support/\" class=\"font-bold text-varsity-navy hover:underline focus:underline\">Support</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/",
"text": "How we Help",
"html": "<a class=\"wp-block-navigation-item__content text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-10549 menu-item-has-children\" target href=\"https://go.givecampus.com/how-we-help/\">How we Help</a>"
},
{
"href": "https://go.givecampus.com/how-we-help/advancement-services/",
"text": "Advancement Services and IT",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/advancement-services/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Advancement Services and IT</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/annual-giving/",
"text": "Annual Giving",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/annual-giving/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Annual Giving</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/alumni-relations/",
"text": "Alumni Relations and Engagement",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/alumni-relations/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Alumni Relations and Engagement</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/frontline-fundraisers/",
"text": "Frontline Fundraisers",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/frontline-fundraisers/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Frontline Fundraisers</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/prospect-research/",
"text": "Prospect Research",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/prospect-research/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Prospect Research</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/leadership/",
"text": "Leadership and CAO",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/leadership/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Leadership and CAO</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/how-we-help/marketing-communications/",
"text": "Marketing and Communications",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/how-we-help/marketing-communications/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Marketing and Communications</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/customer-community/success-team-support/",
"text": "Success Team/Support",
"html": "<a class=\"wp-block-navigation-item__content flex gap-x-p18 text-background rounded group\" target href=\"https://go.givecampus.com/customer-community/success-team-support/\"> <div class=\"grid gap-y-p4\"> <span class=\"font-bold text-base font-normal group-hover:underline group-focus:underline\">Success Team/Support</span> </div> </a>"
},
{
"href": "https://go.givecampus.com/contact-us/",
"text": "Contact Us",
"html": "<a class=\"wp-block-navigation-item__content text-light-yellow text-[18px] menu-item menu-item-type-post_type menu-item-object-page menu-item-5498 hover:underline group:underline\" target href=\"https://go.givecampus.com/contact-us/\">Contact Us</a>"
}
],
"privacyLinks": [
{
"href": "https://go.givecampus.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a class=\"font-normal text-xs text-varsity-navy hover:underline focus:underline\" href=\"https://go.givecampus.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://go.givecampus.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"font-normal text-xs text-varsity-navy hover:underline focus:underline\" href=\"https://go.givecampus.com/terms-of-use/\">Terms of Use</a>"
},
{
"href": "https://go.givecampus.com/privacy-policy/",
"text": "Privacy Policy",
"html": "<a class=\"font-normal text-xs text-background hover:underline focus:underline\" href=\"https://go.givecampus.com/privacy-policy/\">Privacy Policy</a>"
},
{
"href": "https://go.givecampus.com/terms-of-use/",
"text": "Terms of Use",
"html": "<a class=\"font-normal text-xs text-background hover:underline focus:underline\" href=\"https://go.givecampus.com/terms-of-use/\">Terms of Use</a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
12 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 12,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 31,
"heading": "H3: “The ease of integration … is part of what makes it so powerful”",
"text": "GiveCampus makes it easy for me as a volunteer manager to work with over one hundred volunteers, and I’m in the system on nearly a daily basis. My volunteers love how easy GiveCampus is to use. They especially like the notifications they receive when someone in their group makes a donation … The features that GiveCampus offers are useful and the platform definitely makes donor engagement efficient and, at the same...",
"words": 75,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (75 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">GiveCampus makes it easy for me as a volunteer manager to work with over one hundred volunteers, and I’m in the system on nearly a daily basis. My volunteers love how easy GiveCampus is to use. They especially like the notifications they receive when someone in their group makes a donation … The features that GiveCampus offers are useful and the platform defin..."
},
{
"index": 33,
"heading": "H3: “I’m on GiveCampus every day!”",
"text": "I inherited a contract with GiveCampus and wasn’t sure how to use the product and all the various functionalities. [The GiveCampus] team went above and beyond to make sure we got up to speed and helped us customize a great giving day social campaign. The support has also helped us learn to use all the modules we have access to—thanks for being so responsive, GC team! Once you learn the system, it is easy to use. I...",
"words": 84,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">I inherited a contract with GiveCampus and wasn’t sure how to use the product and all the various functionalities. [The GiveCampus] team went above and beyond to make sure we got up to speed and helped us customize a great giving day social campaign. The support has also helped us learn to use all the modules we have access to—thanks for being so responsive, G..."
},
{
"index": 35,
"heading": "H3: “The tech is great, but the people make the difference.”",
"text": "The best part of GiveCampus has been the support. Among all the various vendors we have partnered with in my time as a fundraiser, the team at GiveCampus have always been the most ready to work beside us. Their product team is constantly striving to improve platforms, they offer key support on donor challenge days, and work to make implementation a breeze. The tech is great, but the people make the difference.",
"words": 72,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">The best part of GiveCampus has been the support. Among all the various vendors we have partnered with in my time as a fundraiser, the team at GiveCampus have always been the most ready to work beside us. Their product team is constantly striving to improve platforms, they offer key support on donor challenge days, and work to make implementation a breeze. The tech is great..."
},
{
"index": 37,
"heading": "H3: “… extremely easy to use, both for staff and the donor”",
"text": "Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also created a much more pleasant experience for both donors and for financial staff in terms of reporting.",
"words": 74,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (74 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also created a much more pleasant experience for bo..."
},
{
"index": 39,
"heading": "H3: “GiveCampus is a Great Partner”",
"text": "Every time we’ve raised an issue, the support team has passed it along to the product development group and the team is great about implementing new features suggested by clients. GiveCampus is the best crowdfunding software we have ever had. It’s quick and easy to set up a campaign and really helps with our acquisition of new donors.",
"words": 60,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (60 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Every time we’ve raised an issue, the support team has passed it along to the product development group and the team is great about implementing new features suggested by clients. GiveCampus is the best crowdfunding software we have ever had. It’s quick and easy to set up a campaign and really helps with our acquisition of new donors.</p>"
},
{
"index": 41,
"heading": "H3: “GiveCampus is exceptional!”",
"text": "Their tech support is so good and so fast, and they are also open to suggestions on how they can change and improve the platform. They take our feedback as users seriously and that means a lot … I love the new smart appeals that make it easy to remind current donors about their giving anniversary. The new AI features are also great.",
"words": 62,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (62 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Their tech support is so good and so fast, and they are also open to suggestions on how they can change and improve the platform. They take our feedback as users seriously and that means a lot … I love the new smart appeals that make it easy to remind current donors about their giving anniversary. The new AI features are also great. </p>"
},
{
"index": 43,
"heading": "H3: “GiveCampus has been a perfect partner for over 5 years”",
"text": "The customer service is second to none. While building my giving day campaigns, I truly felt like my GiveCampus partner was working WITH me to make it a success, of which mine was theirs. GiveCampus has been a perfect partner for over 5 years now. GiveCampus allows me to coordinate online fundraising across an entire university’s worth of constituents and their fundraising needs.",
"words": 64,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (64 words; target 80-220)."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">The customer service is second to none. While building my giving day campaigns, I truly felt like my GiveCampus partner was working WITH me to make it a success, of which mine was theirs. GiveCampus has been a perfect partner for over 5 years now. GiveCampus allows me to coordinate online fundraising across an entire university’s worth of constituents and their fundr..."
},
{
"index": 45,
"heading": "H3: “Fundraising and engaging our constituents is made easier everyday”",
"text": "The platform is user friendly and intuitive for both back-end and front-end users. The customer service is bar none as reps. are always willing to listen, troubleshoot and share valuable insights. They take great care in ensuring all of their products and features are top-notch. GiveCampus is more than willing to work with and listen to their customers to make improvements and upgrades. Fundraising and engaging ou...",
"words": 72,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (72 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">The platform is user friendly and intuitive for both back-end and front-end users. The customer service is bar none as reps. are always willing to listen, troubleshoot and share valuable insights. They take great care in ensuring all of their products and features are top-notch. GiveCampus is more than willing to work with and listen to their customers to make improvements..."
},
{
"index": 47,
"heading": "H3: “You can tell that they enjoy and are knowledgeable about what they do”",
"text": "Support responds quickly to questions or issues … There are regular webinars and GC updates designed for schools to delve deeper into GC products, build successful giving days, create a comprehensive marketing strategy for a campaign, and so much more. They even provide templates that you can use to create campaigns. They listen to your needs and ideas, constantly updating their products to give schools what they...",
"words": 67,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (67 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Support responds quickly to questions or issues … There are regular webinars and GC updates designed for schools to delve deeper into GC products, build successful giving days, create a comprehensive marketing strategy for a campaign, and so much more. They even provide templates that you can use to create campaigns. They listen to your needs and ideas, constantly up..."
},
{
"index": 49,
"heading": "H3: “… reporting is easy and creates less headache on the back-end …”",
"text": "First of all, the support team is amazing. I really like the ability to engage advocates and set up matches/challenges, as well as multiple campaign tiers. The reporting is easy and creates less headache on the back-end when we enter the gifts into our database. It’s also great that you can upload offline gifts that don’t eat into your subscription total. It’s the perfect solution to creating a community-wide day...",
"words": 76,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (76 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">First of all, the support team is amazing. I really like the ability to engage advocates and set up matches/challenges, as well as multiple campaign tiers. The reporting is easy and creates less headache on the back-end when we enter the gifts into our database. It’s also great that you can upload offline gifts that don’t eat into your subscription total. It&#..."
},
{
"index": 51,
"heading": "H3: “GiveCampus offers a great UX for our donors”",
"text": "GiveCampus is very user friendly—for both the backend and the donor. My Partner Success Manager, Melanie, is amazing. Customer service is also on point! GiveCampus offers a great UX for our donors. We have gotten many compliments about the interface and ease of giving—especially with the digital wallet options and GC Connect.",
"words": 54,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (54 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">GiveCampus is very user friendly—for both the backend and the donor. My Partner Success Manager, Melanie, is amazing. Customer service is also on point! GiveCampus offers a great UX for our donors. We have gotten many compliments about the interface and ease of giving—especially with the digital wallet options and GC Connect.</p>"
},
{
"index": 53,
"heading": "H3: “Fantastic User Experience with GiveCampus”",
"text": "I highly value their suite of fundraising products, and especially that the donor experience is consistent across their Social Fundraising and Giving Forms products. Donation forms are user-friendly and mobile friendly, and they are easy to set up and edit when necessary … The Volunteer Management system has provided the solution that we needed to reduce the amount of staff time required to coordinate peer-to-peer...",
"words": 75,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (75 words; target 80-220)."
],
"html": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">I highly value their suite of fundraising products, and especially that the donor experience is consistent across their Social Fundraising and Giving Forms products. Donation forms are user-friendly and mobile friendly, and they are easy to set up and edit when necessary … The Volunteer Management system has provided the solution that we needed to reduce the amount o..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, optional visible FAQ or FAQPage schema.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": false,
"definitionPatterns": 34,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"optional visible FAQ or FAQPage schema"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 70/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
45 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 70/100 and needs improvement.
Evidence
{
"h2Count": 39,
"questionH2s": [
{
"index": 22,
"text": "When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.",
"isQuestion": true,
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.</h2>"
}
],
"hasFaq": false,
"score": 70,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 83/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 83/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
2 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
83/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 83/100 and needs improvement.
Evidence
{
"schemaCount": 5,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Educational Fundraising Technology | GiveCampus"
},
{
"path": "$[0].@graph[0].description",
"value": "Raise more dollars and engage more constituents with GiveCampus, the only comprehensive fundraising technology platform built exclusively for educational institutions."
},
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[0].@graph[2].name",
"value": "GiveCampus"
},
{
"path": "$[0].@graph[2].description",
"value": "Boost educational fundraising with GiveCampus. Increase participation and engagement with the leading technology for online giving."
},
{
"path": "$[0].@graph[3].name",
"value": "GiveCampus"
},
{
"path": "$[1].name",
"value": "Educational Fundraising Technology | GiveCampus"
},
{
"path": "$[1].description",
"value": "Raise more dollars and engage more constituents with GiveCampus, the only comprehensive fundraising technology platform built exclusively for educational institutions."
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[3].name",
"value": "GiveCampus"
},
{
"path": "$[3].description",
"value": "Boost educational fundraising with GiveCampus. Increase participation and engagement with the leading technology for online giving."
},
{
"path": "$[4].name",
"value": "GiveCampus"
}
],
"mismatches": [
{
"path": "$[0].@graph[1].itemListElement[0].name",
"value": "Home"
},
{
"path": "$[2].itemListElement[0].name",
"value": "Home"
}
],
"score": 83,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
20 image(s) are missing width/height attributes. 5 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 3626,
"htmlBytes": 384922,
"imagesMissingDimensions": [
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/09/Icon-athletics-fans-cheering.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/09/Icon-athletics-fans-cheering.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:167,height:161},DEFAULT:{width:167,height:161}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/07/Asset-11.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/07/Asset-11.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:73,height:72},DEFAULT:{width:73,height:72}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Bullseye Icon\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/09/Icon-marketing-and-comms.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/09/Icon-marketing-and-comms.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:161,height:161},DEFAULT:{width:161,height:161}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/09/Layer-1-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/09/Layer-1-2.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:78,height:76},DEFAULT:{width:78,height:76}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"ticket\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/07/idea-1-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/07/idea-1-1.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:104,height:128},DEFAULT:{width:104,height:128}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Lightbulb Icon\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/12/robot-2-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/12/robot-2-1.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:64,height:64},DEFAULT:{width:64,height:64}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/09/Icon-athletics-fans-cheering.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/09/Icon-athletics-fans-cheering.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:167,height:161},DEFAULT:{width:167,height:161}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/07/Asset-11.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/07/Asset-11.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:73,height:72},DEFAULT:{width:73,height:72}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Bullseye Icon\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/09/Icon-marketing-and-comms.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/09/Icon-marketing-and-comms.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:161,height:161},DEFAULT:{width:161,height:161}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/09/Layer-1-2.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/09/Layer-1-2.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:78,height:76},DEFAULT:{width:78,height:76}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"ticket\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/07/idea-1-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/07/idea-1-1.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:104,height:128},DEFAULT:{width:104,height:128}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Lightbulb Icon\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/12/robot-2-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img class=\"c-img transition-all duration-300 w-full h-full object-cover object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/12/robot-2-1.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:64,height:64},DEFAULT:{width:64,height:64}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/03/GiveCampus-Overview.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-auto object-contain object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/03/GiveCampus-Overview.png\" loading=\"lazy\" x-data=\"image({mq768:{width:610,height:344},DEFAULT:{width:318,height:179}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt users love us\" badge surrounded by 5-star review captions\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/05/users-love-us.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/05/users-love-us.png\" loading=\"lazy\" x-data=\"image({DEFAULT:{width:769,height:1000}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"G2 Badge - Users Love Us\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/08/Pyramid-Graphic-1.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-auto object-contain object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/08/Pyramid-Graphic-1.png\" loading=\"lazy\" x-data=\"image({mq768:{width:600,height:600},DEFAULT:{width:318,height:318}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/03/Solutions-Wheel-Graphic-Small.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full block opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/03/Solutions-Wheel-Graphic-Small.png\" loading=\"lazy\" x-data=\"image({DEFAULT:{width:980,height:980}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Wheel graphic illustrating GiveCampus solutions and capabilities.\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/05/Security-Graphic.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-auto object-contain object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/05/Security-Graphic.png\" loading=\"lazy\" x-data=\"image({mq768:{width:610,height:979},DEFAULT:{width:318,height:511}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"Security graphic depicting AICPA SOC logo, PCI-DSS logo, and AWS cloud.\">"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2023/01/Home-fundraisers-1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-auto object-contain object-center opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2023/01/Home-fundraisers-1.jpg\" loading=\"lazy\" x-data=\"image({mq768:{width:610,height:458},DEFAULT:{width:318,height:239}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt>"
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2024/09/Ohio-University-Campus-Shot.png",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-full object-cover object-center group-hover:transform group-hover/value-prop:scale-105 group-focus/value-prop:transform group-focus/value-prop:scale-105 ease-out duration-500 opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2024/09/Ohio-University-Campus-Shot.png\" loading=\"lazy\" x-data=\"image({mq1024:{width:600,height:600},DEFAULT:{width:320,height:320}})\" :width=\"getSize()\" :height=\"getSize('height'..."
},
{
"src": "https://go.givecampus.com/wp-content/uploads/2025/03/Westminster-Campus1.jpg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img decoding=\"async\" class=\"c-img transition-all duration-300 w-full h-full object-cover object-center group-hover:transform group-hover/value-prop:scale-105 group-focus/value-prop:transform group-focus/value-prop:scale-105 ease-out duration-500 opacity-0\" src=\"https://go.givecampus.com/wp-content/uploads/2025/03/Westminster-Campus1.jpg\" loading=\"lazy\" x-data=\"image({mq1024:{width:600,height:600},DEFAULT:{width:320,height:320}})\" :width=\"getSize()\" :height=\"getSize('height')\" alt=\"..."
}
],
"possibleDialogs": [
"<div class=\"c-modal fixed inset-0 z-[200] hidden\" x-comp=\"modal\" x-data=\"modal({id:'modal-component'})\" x-show=\"$store.modal.show\" x-trap=\"$store.modal.show\" x-bind:aria-hidden=\"!$store.modal.show\" @keydown=\"keyPress($event)\" x-transition:enter=\"c-modal-enter\" x-transition:enter-start=\"c-modal-enter-start\" x-transition:enter-end=\"c-modal-enter-end\" x-transition:leave=\"c-modal-leave\" x-transition:leave-start=\"c-modal-leave-start\" x-transition:leave-end=\"c-modal-le...",
"<div id=\"modal-component\" class=\"c-modal-box m-p24 relative w-full max-w-[68rem] outline-none\" :class=\"modalClass(true)\" :tabindex=\"($store.modal.show) ? '-1' : false\" :aria-labelledby=\"showHeading() ? 'modal-component-title' : false\" :aria-label=\"getLabel()\" @focus=\"activate()\" aria-role=\"dialog\" x-ref=\"dialog\"> <template x-if=\"showHeading()\"> <header> <h2 id=\"modal-component-title\" class=\"pt-p32 px-p32 text-bd\" x-ref=\"heading\" x-text=\"$store.modal.heading\"></h2...",
"<h2 id=\"modal-component-title\" class=\"pt-p32 px-p32 text-bd\" x-ref=\"heading\" x-text=\"$store.modal.heading\"></h2>",
"<template x-if=\"$store.modal.content\" id=\"modal-content\"> <div class=\"c-content p-p32\" tabindex=\"-1\" x-ref=\"content\"></div> </template>",
"<div class=\"py-p32 mq768:px-p32\" id=\"modal-transcript\" tabindex=\"0\"></div>"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
45 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 63,
"passing": 18,
"failing": [
{
"heading": "Trending now on GiveCampus …",
"headingHtml": "<h2>Trending now on GiveCampus …</h2>",
"firstParagraph": "GC GO for Students",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">GC GO for Students</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Transform your phonathon into a multi-channel, relationship-driven donor engagement model",
"headingHtml": "<h3 class=\"font-normal\">Transform your phonathon into a multi-channel, relationship-driven donor engagement model</h3>",
"firstParagraph": "SPOTLIGHT ON INDEPENDENT SCHOOLS",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">SPOTLIGHT ON INDEPENDENT SCHOOLS</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "See how fellow fundraisers at 750+ K-12 schools are using GiveCampus to do more with less",
"headingHtml": "<h3 class=\"font-normal\">See how fellow fundraisers at 750+ K-12 schools are using GiveCampus to do more with less</h3>",
"firstParagraph": "GC AUCTIONS HAS ARRIVED",
"paragraphHtml": "<p class=\"text-h4 font-semibold uppercase mb-p20 text-blue\">GC AUCTIONS HAS ARRIVED</p>",
"words": 4,
"direct": false,
"issue": "First paragraph is 4 words and does not look like a concise direct answer."
},
{
"heading": "Full auction capability—live, silent, and paddle raise—is now built right into GC Events",
"headingHtml": "<h3 class=\"font-normal\">Full auction capability—live, silent, and paddle raise—is now built right into GC Events</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus",
"headingHtml": "<h2 class=\"text-h4 text-center font-bold uppercase text-teal mb-p20\">1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "GiveCampus makes fundraising technology specifically and exclusively for schools",
"headingHtml": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">GiveCampus makes fundraising technology specifically and exclusively for schools</h2>",
"firstParagraph": "Over the last decade, thousands of your peers have turned to GiveCampus to fuel their fundraising initiatives—and they give both our platform and our people rave reviews. Watch the video to discover why.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Over the last decade, thousands of your peers have turned to GiveCampus to fuel their fundraising initiatives—</span>and they give both our platform and our people rave reviews. Watch the video to discover why.</p>",
"words": 34,
"direct": false,
"issue": "First paragraph is 34 words and does not look like a concise direct answer."
},
{
"heading": "Read rave reviews from real GiveCampus users",
"headingHtml": "<h2 class=\"text-varsity-navy\">Read rave reviews from real GiveCampus users</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "“… extremely easy to use, both for staff and the donor”",
"headingHtml": "<h3 class=\"mb-p26 mq768:mb-p30 transition-colors duration-500 text-[26px] leading-[37px] text-center !mb-p23\">“… extremely easy to use, both for staff and the donor”</h3>",
"firstParagraph": "Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also c...",
"paragraphHtml": "<p class=\"text-h4 leading-content mq768:text-base mq768:leading-[23px] mb-none text-grey transition-colors duration-500\">Responsive people in every department; great customer service; extremely easy to use, both for staff and the donor. Quick to implement when we first started, and it’s been a great experience since … The switch to GC not only provided us with the ability to brand our giving forms the way that we wanted to, but also created a much more pleasant experience for bo...",
"words": 74,
"direct": false,
"issue": "First paragraph is 74 words and does not look like a concise direct answer."
},
{
"heading": "Manage online giving programs",
"headingHtml": "<h3 class>Manage online giving programs</h3>",
"firstParagraph": "Delight donors with easy ways to give and campaign advocacy tools that make crowdfunding contagious.",
"paragraphHtml": "<p class=\"max-w-p650\">Delight donors with easy ways to give and campaign advocacy tools that make crowdfunding contagious. </p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Oversee event registration and ticketing",
"headingHtml": "<h3 class>Oversee event registration and ticketing</h3>",
"firstParagraph": "Maximize event attendance with intuitive and convenient registration and ticketing experiences.",
"paragraphHtml": "<p class=\"max-w-p650\">Maximize event attendance with intuitive and convenient registration and ticketing experiences. </p>",
"words": 11,
"direct": false,
"issue": "First paragraph is 11 words and does not look like a concise direct answer."
},
{
"heading": "Engage donors through preferred channels",
"headingHtml": "<h3 class>Engage donors through preferred channels</h3>",
"firstParagraph": "Invite constituents to events, solicit them for gifts, and thank and steward them afterwards via email and text.",
"paragraphHtml": "<p class=\"max-w-p650\">Invite constituents to events, solicit them for gifts, and thank and steward them afterwards via email and text.</p>",
"words": 18,
"direct": false,
"issue": "First paragraph is 18 words and does not look like a concise direct answer."
},
{
"heading": "Mobilize supporters",
"headingHtml": "<h3 class>Mobilize supporters</h3>",
"firstParagraph": "Organize and equip class agents and volunteers to amplify your message and extend your reach.",
"paragraphHtml": "<p class=\"max-w-p650\">Organize and equip class agents and volunteers to amplify your message and extend your reach.</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Empower frontline fundraisers",
"headingHtml": "<h3 class>Empower frontline fundraisers</h3>",
"firstParagraph": "Build and manage relationships with every constituent at every level of the donor pyramid.",
"paragraphHtml": "<p class=\"max-w-p650\">Build and manage relationships with every constituent at every level of the donor pyramid.</p>",
"words": 14,
"direct": false,
"issue": "First paragraph is 14 words and does not look like a concise direct answer."
},
{
"heading": "We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.</h2>",
"firstParagraph": "Megan Rajski",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Megan Rajski</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.</h2>",
"firstParagraph": "Whatley Hamilton Flournoy",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Whatley Hamilton Flournoy</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.</h2>",
"firstParagraph": "Tiffany Wooten",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Tiffany Wooten</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus just paid for itself.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus just paid for itself.</h2>",
"firstParagraph": "Teresa Goddard",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Teresa Goddard</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.</h2>",
"firstParagraph": "Katherine Malchoff",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Katherine Malchoff</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—and that ends up being more visits overall in a year.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—­and that ends up being more visits overall in a year.</h2>",
"firstParagraph": "Dan Frezza",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Dan Frezza </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus is always working on the next best thing in online giving and user experience.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus is always working on the next best thing in online giving and user experience.</h2>",
"firstParagraph": "Clarke Leslie",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Clarke Leslie</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.</h2>",
"firstParagraph": "Sean Meehan",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Sean Meehan</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.</h2>",
"firstParagraph": "Brittney Beltz",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Brittney Beltz</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.</h2>",
"firstParagraph": "Dan Snyder",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Dan Snyder</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.</h2>",
"firstParagraph": "Luke Walsh",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Luke Walsh</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.</h2>",
"firstParagraph": "Kelley Dickman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kelley Dickman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community. </h2>",
"firstParagraph": "Joe Sahd",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Joe Sahd</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.</h2>",
"firstParagraph": "Emily Baldwin",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Emily Baldwin</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.</h2>",
"firstParagraph": "Julie Phillips",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Julie Phillips</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.</h2>",
"firstParagraph": "Kristen Ritzman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kristen Ritzman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.</h2>",
"firstParagraph": "Luke Gorman",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Luke Gorman</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.</h2>",
"firstParagraph": "Mary Zug",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Mary Zug</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!</h2>",
"firstParagraph": "Nicole Forgit",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Nicole Forgit</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.</h2>",
"firstParagraph": "Doug Scanlon",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Doug Scanlon</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!</h2>",
"firstParagraph": "Rachel Greenleaf",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Rachel Greenleaf</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!</h2>",
"firstParagraph": "Samantha Quinn",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Samantha Quinn</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.</h2>",
"firstParagraph": "Kathryn Gloor",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Kathryn Gloor</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.</h2>",
"firstParagraph": "Adrien McDonald",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Adrien McDonald</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.</h2>",
"firstParagraph": "Carson England",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Carson England</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.</h2>",
"firstParagraph": "Lindsey Copeland",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Lindsey Copeland </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform.",
"headingHtml": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform. </h2>",
"firstParagraph": "Mario Guevara",
"paragraphHtml": "<p class=\"text-base mq768:text-m mb-p10 mq768:mb-p14 text-center\">Mario Guevara </p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Enjoy software that’s seamless, secure, and reliable",
"headingHtml": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Enjoy software that’s seamless, secure, and reliable</h2>",
"firstParagraph": "You work too hard to leave the last-mile of the donor experience to chance. You deserve fundraising software that’s seamless, secure, and reliable.",
"paragraphHtml": "<p>You work too hard to leave the last-mile of the donor experience to chance. You deserve fundraising software that’s seamless, secure, and reliable.</p>",
"words": 24,
"direct": false,
"issue": "First paragraph is 24 words and does not look like a concise direct answer."
},
{
"heading": "Average first-reply time",
"headingHtml": "<h3 class=\"mb-p20\">Average first-reply time</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "up-time with record-breaking volume",
"headingHtml": "<h3 class=\"mb-p20\">up-time with record-breaking volume</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Total gifts",
"headingHtml": "<h3 class=\"mb-p20\">Total gifts</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 80/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
80/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 80/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Trending now on GiveCampus …",
"html": "<h2>Trending now on GiveCampus …</h2>"
},
{
"text": "1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus",
"html": "<h2 class=\"text-h4 text-center font-bold uppercase text-teal mb-p20\">1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus</h2>"
},
{
"text": "GiveCampus makes fundraising technology specifically and exclusively for schools",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">GiveCampus makes fundraising technology specifically and exclusively for schools</h2>"
},
{
"text": "Read rave reviews from real GiveCampus users",
"html": "<h2 class=\"text-varsity-navy\">Read rave reviews from real GiveCampus users</h2>"
},
{
"text": "Engage donors at every stage of the pyramid",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Engage donors at every stage of the pyramid</h2>"
},
{
"text": "Multiply your impact with an end-to-end solution for all your critical workflows",
"html": "<h2 class=\"mb-p16\">Multiply your impact with an end-to-end solution for all your critical workflows </h2>"
},
{
"text": "We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.</h2>"
},
{
"text": "Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.</h2>"
},
{
"text": "GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.</h2>"
},
{
"text": "GiveCampus just paid for itself.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus just paid for itself.</h2>"
},
{
"text": "On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.</h2>"
},
{
"text": "I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—and that ends up being more visits overall in a year.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—­and that ends up being more visits overall in a year.</h2>"
},
{
"text": "GiveCampus is always working on the next best thing in online giving and user experience.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus is always working on the next best thing in online giving and user experience.</h2>"
},
{
"text": "We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.</h2>"
},
{
"text": "GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.</h2>"
},
{
"text": "So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.</h2>"
},
{
"text": "After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.</h2>"
},
{
"text": "With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.</h2>"
},
{
"text": "My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community. </h2>"
},
{
"text": "Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.</h2>"
},
{
"text": "For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.</h2>"
},
{
"text": "When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.</h2>"
},
{
"text": "Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.</h2>"
},
{
"text": "We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.</h2>"
},
{
"text": "Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.</h2>"
},
{
"text": "The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!</h2>"
},
{
"text": "GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.</h2>"
},
{
"text": "This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!</h2>"
},
{
"text": "Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!</h2>"
},
{
"text": "We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.</h2>"
},
{
"text": "We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.</h2>"
},
{
"text": "The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.</h2>"
},
{
"text": "I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.</h2>"
},
{
"text": "We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform. </h2>"
},
{
"text": "Enjoy software that’s seamless, secure, and reliable",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Enjoy software that’s seamless, secure, and reliable</h2>"
},
{
"text": "Experience reliable fundraising technology, expert support, and record-breaking results",
"html": "<h2 class=\"mb-p32\">Experience reliable fundraising technology, expert support, and record-breaking results</h2>"
},
{
"text": "Partner with someone who’s been in your shoes",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Partner with someone who’s been in your shoes</h2>"
},
{
"text": "Ohio University transforms event workflows and elevates the registrant experience",
"html": "<h2 class=\"mb-p24 mq768:mb-mx\">Ohio University transforms event workflows and elevates the registrant experience</h2>"
},
{
"text": "Westminster uses GiveCampus to manage events, volunteers, fundraising, and email outreach",
"html": "<h2 class=\"mb-p24 mq768:mb-mx\">Westminster uses GiveCampus to manage events, volunteers, fundraising, and email outreach</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Educational Fundraising Technology?",
"pattern": {}
},
{
"id": "how",
"label": "How does Educational Fundraising Technology work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Educational Fundraising Technology?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Educational Fundraising Technology free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Educational Fundraising Technology compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Educational Fundraising Technology compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
80/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Trending now on GiveCampus …",
"html": "<h2>Trending now on GiveCampus …</h2>"
},
{
"text": "1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus",
"html": "<h2 class=\"text-h4 text-center font-bold uppercase text-teal mb-p20\">1,500+ Higher Ed and K–12 schools have raised more than $6 billion on GiveCampus</h2>"
},
{
"text": "GiveCampus makes fundraising technology specifically and exclusively for schools",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">GiveCampus makes fundraising technology specifically and exclusively for schools</h2>"
},
{
"text": "Read rave reviews from real GiveCampus users",
"html": "<h2 class=\"text-varsity-navy\">Read rave reviews from real GiveCampus users</h2>"
},
{
"text": "Engage donors at every stage of the pyramid",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Engage donors at every stage of the pyramid</h2>"
},
{
"text": "Multiply your impact with an end-to-end solution for all your critical workflows",
"html": "<h2 class=\"mb-p16\">Multiply your impact with an end-to-end solution for all your critical workflows </h2>"
},
{
"text": "We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We had presidents of other institutions reaching out to ask how we made our giving day look and feel so easy.</h2>"
},
{
"text": "Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Historically we’ve only used texting for young alumnae. With this giving day texting campaign, we reached out to all alums and drove nearly $35,000 across multiple generations of donors.</h2>"
},
{
"text": "GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has evolved with us, and six years later, it is now central to our annual giving operation. We are fully leaning into the tool and its ecosystem, and it supports our approach to communication, recruiting, and managing our volunteers.</h2>"
},
{
"text": "GiveCampus just paid for itself.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus just paid for itself.</h2>"
},
{
"text": "On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">On our Giving Day, nearly half of donors who received Smart Ask Amounts gave more than they did last year. Smart Ask Amounts played a huge role in our success, and I will definitely use them again.</h2>"
},
{
"text": "I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—and that ends up being more visits overall in a year.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’m spending 80 percent less time on this kind of work. With that extra time, maybe I can get six visits in a day when I travel—­and that ends up being more visits overall in a year.</h2>"
},
{
"text": "GiveCampus is always working on the next best thing in online giving and user experience.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus is always working on the next best thing in online giving and user experience.</h2>"
},
{
"text": "We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We know that our digital campaigns bring in new and returning donors who might be strong gift prospects. The more accurate our constituent data, the more targeted and strategic we can be about next steps for our team and our volunteers.</h2>"
},
{
"text": "GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus has helped UF take our peer-to-peer fundraising to the next level! By leveraging the social networks of Oilers everywhere, on our most recent 24 Hours of Giving, we had over 540 donors give almost $170,000.</h2>"
},
{
"text": "So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">So easy. We trust GiveCampus so much that we’re even moving towards pulling in both paid and authorized transactions, because we know everything is going to come through and we want to get gifts in our database ASAP.</h2>"
},
{
"text": "After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">After we saw the success we were having with social fundraising on GiveCampus, we knew we had to have giving forms too.</h2>"
},
{
"text": "With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">With easy, out-of-the-box tools for matches, challenges, and advocacy, our team would no longer have to rely on contractors to set those up for each giving day. We also loved that GiveCampus would provide a comprehensive campaign report, making it easier than ever to review our strategy post campaign and make data-based decisions moving forward.</h2>"
},
{
"text": "My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">My team and I spoke with at least 6 other companies … none of them touched GiveCampus’ capability and power under the hood. But what truly separates you from everyone else is the human aspect … your ability to find a way to make it work financially with our budget. You guys wanted it to work for us … AND you had the most to offer our school community. </h2>"
},
{
"text": "Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Flyer Funder, the University of Dayton’s crowdfunding program, turns innovative ideas into reality. For the last five fiscal years, GiveCampus has allowed our Annual Giving team to raise nearly $207,000 for over 45 Flyer Funder projects.</h2>"
},
{
"text": "For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">For me, the biggest draw was the way the platform is structured. Even if you have a tiny staff, a staff of one, GiveCampus is set up to help you deliver really big results.</h2>"
},
{
"text": "When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">When we switched to GiveCampus for all of our online giving, we saw a 16% increase in gifts. We attribute the majority of that growth to how much easier it is to give.</h2>"
},
{
"text": "Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Using the GiveCampus platform resulted in an over 50% reduction of manual gift entry hours in the days following our Day of Giving. This was a huge time savings that allowed us to provide accurate donor and dollar counts and analysis to our senior administration more quickly.</h2>"
},
{
"text": "We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We would not have acquired these donors or known about their significant philanthropic potential without GiveCampus. The platform connected the dots for us in real-time, putting us in a position to engage and steward them at a deeper, more meaningful level.</h2>"
},
{
"text": "Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Before we could even load messages into the Volunteer Management System, our volunteers were using it to send personal messages out about the emergency fund—very soon after we rolled it out, we had gifts totaling more than $100,000.</h2>"
},
{
"text": "The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The ability to donate through Apple Pay, Google Pay, Venmo, and PayPal has changed the game for us … 47.6% of our donors used one of those methods during our Athletics campaign this year and 36.3% during our Giving Day!</h2>"
},
{
"text": "GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">GiveCampus helps us find and engage new donors. It’s uncovering people connected to HCC that we had no idea were connected.</h2>"
},
{
"text": "This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">This year, we saw a 68% increase in the number of donors for our Senior Class Gift campaign—more than 200 Anchors gave in support of the college’s Emergency Response Fund. On #RICGivingDay, we exceeded our donor goal by 55% and our dollar goal by more than double!</h2>"
},
{
"text": "Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">Our partnership with GiveCampus has allowed us to meet our donors where they are! We proudly accept Paypal, Venmo, Apple Pay, and Crypto!</h2>"
},
{
"text": "We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We love that 360MatchPro easily integrates with GiveCampus for our crowdfunding campaigns. We saw a huge spike in matching gifts after implementing it for our Day of Giving, and this integration has made it easy to increase our revenue without requiring additional staff resources.</h2>"
},
{
"text": "We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We’ve seen the numbers shoot up since we launched with GiveCampus. Donors love the accessibility of knowing that they can make a gift through their mobile wallet.</h2>"
},
{
"text": "The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">The donor experience is so streamlined and simple now and the forms look great. It’s just a much better solution for us, not to mention all the great back-end stuff that we can do with reporting.</h2>"
},
{
"text": "I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">I’ve always felt like GiveCampus is a platform that was built by people who’ve done the job, and it shows in the backend.</h2>"
},
{
"text": "We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform.",
"html": "<h2 class=\"mb-mx mq768:mb-p50 mq768:max-w-[894px] text-center mx-auto font-normal mq768:text-[34px]\">We have a lot of different platforms in our ecosystem … out of all of the platforms that we use, our experience with GiveCampus has been the most positive. And not just because when we bought it everything was perfect, but also because of how quick they were to iterate on the platform. </h2>"
},
{
"text": "Enjoy software that’s seamless, secure, and reliable",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Enjoy software that’s seamless, secure, and reliable</h2>"
},
{
"text": "Experience reliable fundraising technology, expert support, and record-breaking results",
"html": "<h2 class=\"mb-p32\">Experience reliable fundraising technology, expert support, and record-breaking results</h2>"
},
{
"text": "Partner with someone who’s been in your shoes",
"html": "<h2 class=\"text-varsity-navy mb-p24 mq768:mb-mx\">Partner with someone who’s been in your shoes</h2>"
},
{
"text": "Ohio University transforms event workflows and elevates the registrant experience",
"html": "<h2 class=\"mb-p24 mq768:mb-mx\">Ohio University transforms event workflows and elevates the registrant experience</h2>"
},
{
"text": "Westminster uses GiveCampus to manage events, volunteers, fundraising, and email outreach",
"html": "<h2 class=\"mb-p24 mq768:mb-mx\">Westminster uses GiveCampus to manage events, volunteers, fundraising, and email outreach</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Educational Fundraising Technology?",
"pattern": {}
},
{
"id": "how",
"label": "How does Educational Fundraising Technology work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Educational Fundraising Technology?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Educational Fundraising Technology free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Educational Fundraising Technology compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Educational Fundraising Technology compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 178907,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 135354,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"http://www.w3.org/1999/xhtml\"",
"https://fonts.googleapis.com\">",
"https://fonts.gstatic.com\"",
"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\"",
"/title",
"/wp-content/themes/givecampus/favicons/apple-touch-icon.png",
"/png",
"/wp-content/themes/givecampus/favicons/favicon-32x32.png",
"/png",
"/wp-content/themes/givecampus/favicons/favicon-16x16.png"
],
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988,
"text": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32x32.png\" sizes=\"32x32\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-16x16.png\" sizes=\"16x16\">\n\t\t<link rel=\"manifest\" href=\"/wp-content/themes/givecampus/favicons/site.webmanifest\" crossorigin=\"use-credentials\">\n\t\t<link rel=\"shortcut icon\" href=\"/wp-content/themes/givecampus/favicons/favicon.ico\">\n\t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">\n\t\t<meta name=\"msapplication-config\" content=\"/wp-content/themes/givecampus/favicons/browserconfig.xml\">\n\t\t<meta name=\"theme-color\" content=\"#ffffff\"> \n \n\n <meta name='robots' content='noindex, follow' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/437afed63c95700715086244c8fbb0bb/script.js\"></script>\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><!-- Google tag (gtag.js) consent mode dataLayer added by Site Kit -->\n<script type=\"text/javascript\" id=\"google_gtagjs-js-consent-mode-data-layer\">\n/* <![CDATA[ */\nwindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}\ngtag('consent', 'default', {\"ad_personalization\":\"denied\",\"ad_storage\":\"denied\",\"ad_user_data\":\"denied\",\"analytics_storage\":\"denied\",\"functionality_storage\":\"denied\",\"security_storage\":\"denied\",\"personalization_storage\":\"denied\",\"region\":[\"AT\",\"BE\",\"BG\",\"CH\",\"CY\",\"CZ\",\"DE\",\"DK\",\"EE\",\"ES\",\"FI\",\"FR\",\"GB\",\"GR\",\"HR\",\"HU\",\"IE\",\"IS\",\"IT\",\"LI\",\"LT\",\"LU\",\"LV\",\"MT\",\"NL\",\"NO\",\"PL\",\"PT\",\"RO\",\"SE\",\"SI\",\"SK\"],\"wait_for_update\":500});\nwindow._googlesitekitConsentCategoryMap = {\"statistics\":[\"analytics_storage\"],\"marketing\":[\"ad_storage\",\"ad_user_data\",\"ad_personalization\"],\"functional\":[\"functionality_storage\",\"security_storage\"],\"preferences\":[\"personalization_storage\"]};\nwindow._googlesitekitConsents = {\"ad_personalization\":\"denied\",\"ad_storage\":\"denied\",\"ad_user_data\":\"denied\",\"analytics_storage\":\"denied\",\"functionality_storage\":\"denied\",\"security_storage\":\"denied\",\"personalization_storage\":\"denied\",\"region\":[\"AT\",\"BE\",\"BG\",\"CH\",\"CY\",\"CZ\",\"DE\",\"DK\",\"EE\",\"ES\",\"FI\",\"FR\",\"GB\",\"GR\",\"HR\",\"HU\",\"IE\",\"IS\",\"IT\",\"LI\",\"LT\",\"LU\",\"LV\",\"MT\",\"NL\",\"NO\",\"PL\",\"PT\",\"RO\",\"SE\",\"SI\",\"SK\"],\"wait_for_update\":500};\n/* ]]> */\n</script>\n<!-- End Google tag (gtag.js) consent mode dataLayer added by Site Kit -->\n\n\t<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | GiveCampus\" />\n\t<meta property=\"og:site_name\" content=\"GiveCampus\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://go.givecampus.com/#website\",\"url\":\"https://go.givecampus.com/\",\"name\":\"GiveCampus\",\"description\":\"Boost educational fundraising with GiveCampus. Increase participation and engagement wit"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988,
"text": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32x32.png\" sizes=\"32x32\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-16x16.png\" sizes=\"16x16\">\n\t\t<link rel=\"manifest\" href=\"/wp-content/themes/givecampus/favicons/site.webmanifest\" crossorigin=\"use-credentials\">\n\t\t<link rel=\"shortcut icon\" href=\"/wp-content/themes/givecampus/favicons/favicon.ico\">\n\t\t<meta name=\"msapplication-TileColor\" content=\"#ffffff\">\n\t\t<meta name=\"msapplication-config\" content=\"/wp-content/themes/givecampus/favicons/browserconfig.xml\">\n\t\t<meta name=\"theme-color\" content=\"#ffffff\"> \n \n\n <meta name='robots' content='noindex, follow' />\n\t<style>img:is([sizes=\"auto\" i], [sizes^=\"auto,\" i]) { contain-intrinsic-size: 3000px 1500px }</style>\n\t<script id=\"cookieyes\" type=\"text/javascript\" src=\"https://cdn-cookieyes.com/client_data/437afed63c95700715086244c8fbb0bb/script.js\"></script>\n<!-- Google Tag Manager for WordPress by gtm4wp.com -->\n<script data-cfasync=\"false\" data-pagespeed-no-defer>\n\tvar gtm4wp_datalayer_name = \"dataLayer\";\n\tvar dataLayer = dataLayer || [];\n</script>\n<!-- End Google Tag Manager for WordPress by gtm4wp.com --><!-- Google tag (gtag.js) consent mode dataLayer added by Site Kit -->\n<script type=\"text/javascript\" id=\"google_gtagjs-js-consent-mode-data-layer\">\n/* <![CDATA[ */\nwindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}\ngtag('consent', 'default', {\"ad_personalization\":\"denied\",\"ad_storage\":\"denied\",\"ad_user_data\":\"denied\",\"analytics_storage\":\"denied\",\"functionality_storage\":\"denied\",\"security_storage\":\"denied\",\"personalization_storage\":\"denied\",\"region\":[\"AT\",\"BE\",\"BG\",\"CH\",\"CY\",\"CZ\",\"DE\",\"DK\",\"EE\",\"ES\",\"FI\",\"FR\",\"GB\",\"GR\",\"HR\",\"HU\",\"IE\",\"IS\",\"IT\",\"LI\",\"LT\",\"LU\",\"LV\",\"MT\",\"NL\",\"NO\",\"PL\",\"PT\",\"RO\",\"SE\",\"SI\",\"SK\"],\"wait_for_update\":500});\nwindow._googlesitekitConsentCategoryMap = {\"statistics\":[\"analytics_storage\"],\"marketing\":[\"ad_storage\",\"ad_user_data\",\"ad_personalization\"],\"functional\":[\"functionality_storage\",\"security_storage\"],\"preferences\":[\"personalization_storage\"]};\nwindow._googlesitekitConsents = {\"ad_personalization\":\"denied\",\"ad_storage\":\"denied\",\"ad_user_data\":\"denied\",\"analytics_storage\":\"denied\",\"functionality_storage\":\"denied\",\"security_storage\":\"denied\",\"personalization_storage\":\"denied\",\"region\":[\"AT\",\"BE\",\"BG\",\"CH\",\"CY\",\"CZ\",\"DE\",\"DK\",\"EE\",\"ES\",\"FI\",\"FR\",\"GB\",\"GR\",\"HR\",\"HU\",\"IE\",\"IS\",\"IT\",\"LI\",\"LT\",\"LU\",\"LV\",\"MT\",\"NL\",\"NO\",\"PL\",\"PT\",\"RO\",\"SE\",\"SI\",\"SK\"],\"wait_for_update\":500};\n/* ]]> */\n</script>\n<!-- End Google tag (gtag.js) consent mode dataLayer added by Site Kit -->\n\n\t<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https://yoast.com/product/yoast-seo-premium-wordpress/ -->\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<meta property=\"og:title\" content=\"Page not found | GiveCampus\" />\n\t<meta property=\"og:site_name\" content=\"GiveCampus\" />\n\t<script type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https://go.givecampus.com/#website\",\"url\":\"https://go.givecampus.com/\",\"name\":\"GiveCampus\",\"description\":\"Boost educational fundraising with GiveCampus. Increase participation and engagement wit"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 177988
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "\n\n\n\n<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"\">\n\t<head>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\t\t<meta name=\"format-detection\" content=\"telephone=no\">\n\t\t<link rel=\"home\" href=\"\" />\n\t\t<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n\t\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n\t\t<link href=\"https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\t\t\t\t\t\t\t\t\t\t\t<title></title>\t\t\n\n\t\t\t\t<!-- FAVICONS -->\n\t\t<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/wp-content/themes/givecampus/favicons/apple-touch-icon.png\">\n\t\t<link rel=\"icon\" type=\"image/png\" href=\"/wp-content/themes/givecampus/favicons/favicon-32"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://go.givecampus.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://go.givecampus.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://go.givecampus.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://go.givecampus.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 3,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
`[aria-hidden="true"]` elements contain focusable descendents
Check name
`[aria-hidden="true"]` elements contain focusable descendents
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus)."
}Performance and AccessibilityAccessibilityBrowser audit
SVG elements with an `img` role do not have an accessible text alternative
50 Fail
Performance and AccessibilityAccessibilityBrowser audit
SVG elements with an `img` role do not have an accessible text alternative
Check name
SVG elements with an `img` role do not have an accessible text alternative
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.11/svg-img-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.11/svg-img-alt)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
25 Fail
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 140 KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 140 KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
13 Warning
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 58 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 58 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
3 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
88/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 84,
"displayValue": "180 ms",
"numericValue": 180.99999999999955
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 10 ms",
"numericValue": 6
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 96,
"displayValue": "0.8 s",
"numericValue": 754.7056257394571
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 91,
"displayValue": "1.3 s",
"numericValue": 1265.0112873248945
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 98,
"displayValue": "0.8 s",
"numericValue": 801.0219295405705
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 94,
"displayValue": "2.1 s",
"numericValue": 2135.7986104815977
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 40,
"displayValue": "280 ms",
"numericValue": 280.9999999999991
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "140 ms",
"numericValue": 138.21857999999997
}
]
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 64/100 | Level 3, Bot-Aware | Current report |