Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 57 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 92 out of 100
- Performance and Accessibility 94 out of 100
What AI sees of your website

Lesbian Dating | Best LGBTQ+ dating app - HER
Discover inclusive LGBTQ+ dating on HER - the #1 dating and social networking app by sapphics for sapphics. Join our community today and find your forever people!
Next step
Turn this report into a fix workflow
19 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 | 57 | Needs work | 9 | 13 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 46 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 15 | 22 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| 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 | 79 | Mostly ready | 6 | 0 | 14 | |
| GEO Readiness | 77 | Mostly ready | 1 | 0 | 5 | |
| AIO Readiness | 83 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 78 | Mostly ready | 2 | 0 | 5 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 94 | Strong | 18 | 5 | 2 | View details |
| Performance | 96 | Strong | 10 | 4 | 2 | View details |
| Accessibility | 90 | Strong | 8 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 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
Link headers
Link headers failed at "Find useful Link headers".
100 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://weareher.com/wp-json/",
"rel": "https://api.w.org/"
},
{
"url": "https://weareher.com/wp-json/wp/v2/pages/29076",
"rel": "alternate",
"type": "application/json"
},
{
"url": "https://weareher.com/",
"rel": "shortlink"
}
]
},
"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
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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
},
"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."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
50 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
}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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
},
{
"path": "/openapi.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
},
{
"path": "/swagger.yaml",
"statusCode": 403,
"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": "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
},
{
"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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
},
{
"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": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t<script type=\"text/javascript\" src=\"https://cdn.cookielaw.org/consent/0197efb6-ceaf-7593-aa65-674eb3bf1125/OtAutoBlock.js\" ></script>\n\t<script src=\"https://cdn.cookielaw.org/scripttemplates/otSDKStub.js\" data-document-language=\"true\" type=\"text/javascript\" charset=\"UTF-8\" data-domain-script=\"0197efb6-ceaf-7593-aa65-674eb3bf1125\" ></script>\n\t<script type=\"text/javascript\">\n\tfunction OptanonWrapper() { }\n\t</script>\n\t<!-- OneTrust Cookies Consent Notice end for weareher.com -->\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\t<!--<link rel=\"stylesheet\" hr"
}
]
},
"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 ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 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": 54979
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 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; charset=UTF-8",
"length": 54979
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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".
25 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".
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"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding\".",
"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": 14197,
"excerpt": "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\">\n\n<head >\n\t<!-- OneTrust Cookies Consent Notice start for weareher.com -->\n\t\n<link rel=\"preload\" href=\"https://weareher.com/wp-content/themes/her/fonts/helvetica/Helvetica",
"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."
}
]
}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": 55066
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 55066
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": 54979
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 55066
}
]
},
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; missing <nav> landmark; missing <footer> landmark; skipped heading levels; 10 links missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing); missing alt text on >10% of images.
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": false,
"nav": false,
"footer": false,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a target=\"_blank\" href=\"https://twitter.com/HerSocialApp\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.instagram.com/hersocialapp/\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.youtube.com/channel/UC5ezhWop2QDIBco04CeQxVA\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.tiktok.com/@hersocialapp\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\"> </a>",
"<a href=\"https://links.weareher.com/XKUPX2dxBob\" target=\"_blank\"> <img src=\"https://weareher.com/wp-content/themes/her/images/appstore.svg\" alt> </a>",
"<a href=\"https://links.weareher.com/XKUPX2dxBob\" target=\"_blank\"> <img src=\"https://weareher.com/wp-content/themes/her/images/google-play.svg\" alt> </a>",
"<a target=\"_blank\" href=\"https://twitter.com/HerSocialApp\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.instagram.com/hersocialapp/\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.youtube.com/channel/UC5ezhWop2QDIBco04CeQxVA\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\"> </a>",
"<a target=\"_blank\" href=\"https://www.tiktok.com/@hersocialapp\"> <img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\"> </a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"search\" class=\"search-field\" placeholder=\"Type something\" value name=\"s\" title=\"Search for:\" data-swplive=\"true\">",
"<input type=\"search\" class=\"search-field\" placeholder=\"Type something\" value name=\"s\" title=\"Search for:\" data-swplive=\"true\">"
],
"imagesMissingAlt": [
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/10m.webp\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/4.5.webp\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/safety.webp\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/queer-1.webp\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/05/her-dating-app-.png\" style=\"width:580px; height: 542px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2024/05/her-dating-app-.png\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/03/HER-dating-app-features-unique-Profile-and-Pride-Pins-.png\" style=\"width:580px; height: 542px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2024/03/HER-dating-app-features-unique-Profile-and-Pride-Pins-.png\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-HER-app-700x470.jpeg\" style=\"width:580px; height: 390px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-HER-app.jpeg\" style=\"width:580px; height: 390px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-2-HER-app-700x470.jpg\" style=\"width:580px; height: 390px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-2-HER-app.jpg\" style=\"width:580px; height: 390px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-3-HER-app-700x470.jpeg\" style=\"width:580px; height: 390px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-3-HER-app.jpeg\" style=\"width:580px; height: 390px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/03/Audrey-and-Karo-We-Met-On-HER-dating-app.jpeg\" style=\"width:580px; height: 542px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2024/03/Audrey-and-Karo-We-Met-On-HER-dating-app.jpeg\" style=\"width:580px; height: 542px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/01/5-things-about-HER-Number-1-Sapphic-Dating-app-HER-app-scaled.jpg\" style=\"width:463px; height: 362px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-top-bottom-switch-HER-app.jpg\" style=\"width:463px; height: 362px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-two-lesbian-holding-hands-HER-app.jpg\" style=\"width:463px; height: 362px;\">",
"<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-two-lesbian-laughing-HER-app.jpg\" style=\"width:463px; height: 362px;\">",
"<img src=\"https://weareher.com/wp-content/uploads/2025/02/PrivacyChoices.webp\" style=\"width: 30px; \">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\">",
"<img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\">"
],
"skippedHeadingLevels": [
"h1: The Sapphic Dating App",
"h2: Lesbian Dating and LGBTQIA+ Connections",
"h3: 15+ million active members",
"h3: 4.5 stars on the App Store",
"h3: Empowering communities",
"h3: Queers and lesbians near you",
"h3: We created a relationship platform that we actually enjoy being on",
"h2: The #1 LGBTQIA+ Dating App",
"h3: Let your most authentic self shine through",
"h2: HER’s Most Unique Features",
"h2: We met on HER!",
"h3: Amanda & Rasheeda",
"h3: Sam & Bronwyn",
"h3: Sarah & Kylee",
"h2: Download HER",
"h3: Our trust and safety team ensures that HER remains a safe space",
"h2: Safe Lesbian & LGBTQIA+ Dating",
"h2: Is the HER app safe?",
"h2: What countries is HER available in?",
"h2: Is the HER app free?",
"h2: How does the HER premium subscription work?",
"h2: How can I update my gender identity on my profile?",
"h2: Can I use HER to make friends?",
"h2: What is the girl version of Grindr?",
"h2: How can I find a lesbian partner?",
"h2: What should you do on a first date?",
"h2: What is the 3-month rule for dating?",
"h2: Any advice on having lesbian sex for the first time?",
"h2: Sapphic topics",
"h3: Delve into the sapphic world",
"h3: Topping, bottoming and switching: Which are you and what are you looking for?",
"h3: Lesbian or bi? Things to know if you're questioning",
"h3: All about transgender dating",
"h6: About HER",
"h6: HER for all",
"h6: The legal stuff",
"h6: Download our app",
"h6: The social stuff"
]
},
"counts": {
"h1": 1,
"headings": 38,
"links": 105,
"inaccessibleLinks": 10,
"buttons": 0,
"inaccessibleButtons": 0,
"images": 43,
"imagesWithAlt": 14,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}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": 54979
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": 54979
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 55066
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": 404,
"contentType": "text/html; charset=UTF-8",
"length": 55066
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 55066
}
]
},
"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": 54979
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": 54979
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": "weareher.com",
"probes": [
{
"name": "_index._agents.weareher.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.weareher.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": "weareher.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.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input name="s"> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> 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": 2,
"formsWithTags": 0,
"totalInteractive": 109,
"interactiveWithTags": 0,
"totalCount": 111,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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": 8,
"issues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"s\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> 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": 2,
"formsWithTags": 0,
"totalInteractive": 109,
"interactiveWithTags": 0,
"totalCount": 111,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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": 2,
"formsWithTags": 0,
"totalInteractive": 109,
"interactiveWithTags": 0,
"totalCount": 111,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input name=\"s\"> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> 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
AIO: Source and trust signals
AIO: Source and trust signals scored 60/100 and needs improvement.
6 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": [
"2024-06-15T05:59:00+00:00",
"2024-08-26T14:04:50+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About HER",
"html": "<a href=\"https://weareher.com/about/\">About HER</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About HER",
"html": "<a href=\"https://weareher.com/about/\">About HER</a>"
},
{
"href": "https://weareher.com/about/",
"text": "HER",
"html": "<a href=\"https://weareher.com/about/\"><span style=\"font-weight: 400;\">HER</span></a>"
},
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
}
],
"contactLinks": [
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Support",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Support</a>"
},
{
"href": "https://weareher.com/dm-slider/",
"text": "DM helper",
"html": "<a href=\"https://weareher.com/dm-slider/\">DM helper</a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Support",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Support</a>"
},
{
"href": "https://weareher.com/dm-slider/",
"text": "DM helper",
"html": "<a href=\"https://weareher.com/dm-slider/\">DM helper</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/sections/5267774911380-My-Safety-Reporting",
"text": "HER’s",
"html": "<a href=\"https://support.weareher.com/hc/en-us/sections/5267774911380-My-Safety-Reporting\" target=\"_blank\" rel=\"noopener\">HER’s</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/15208319874068-Meeting-Up-Maintaining-Safety",
"text": "resources",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/15208319874068-Meeting-Up-Maintaining-Safety\">resources</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/6969610173460-What-Countries-Is-HER-Available-In",
"text": "See all the countries we’re in",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/6969610173460-What-Countries-Is-HER-Available-In\"><span style=\"font-weight: 400;\">See all the countries we’re in</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/5270063673876-What-is-HER-Premium",
"text": "cool features",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/5270063673876-What-is-HER-Premium\"><span style=\"font-weight: 400;\">cool features</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/15464131311380-How-can-I-update-my-Gender-Identity-on-my-profile",
"text": "detailed guide",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/15464131311380-How-can-I-update-my-Gender-Identity-on-my-profile\"><span style=\"font-weight: 400;\">detailed guide</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Privacy & Safety Hub",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Privacy & Safety Hub</a>"
}
],
"privacyLinks": [
{
"href": "https://weareher.com/privacy/",
"text": "Privacy policy",
"html": "<a href=\"https://weareher.com/privacy/\">Privacy policy</a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Privacy & Safety Hub",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Privacy & Safety Hub</a>"
},
{
"href": "https://weareher.com/terms/",
"text": "Terms of service",
"html": "<a href=\"https://weareher.com/terms/\">Terms of service</a>"
},
{
"href": "/your-privacy-choices/",
"text": "Your Privacy Choices",
"html": "<a target=\"_blank\" href=\"/your-privacy-choices/\">Your Privacy Choices <img src=\"https://weareher.com/wp-content/uploads/2025/02/PrivacyChoices.webp\" style=\"width: 30px; \"></a>"
}
],
"score": 60,
"weight": 20
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
6 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
75/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": null,
"schemaDates": [
"2024-08-26T14:04:50+00:00",
"2024-06-15T05:59:00+00:00"
],
"metaDateCount": 1,
"timeDateCount": 0
}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
20 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": 32,
"passing": 12,
"failing": [
{
"heading": "Lesbian Dating and LGBTQIA+ Connections",
"headingHtml": "<h2 class=\" title-h2\"> Lesbian Dating and LGBTQIA+ Connections</h2>",
"firstParagraph": "Join a safe space where queer women, nonbinary and trans sapphics come to meet, chat and flirt, all with the goal of finding their person.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Join a safe space where queer women, nonbinary and trans sapphics come to meet, chat and flirt, all with the goal of finding their person. </span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "15+ million active members",
"headingHtml": "<h3 class=\"h4\">15+ million active members</h3>",
"firstParagraph": "With no shortage of sapphic people, your perfect match awaits",
"paragraphHtml": "<p class=\"feature__description\"> With no shortage of sapphic people, your perfect match awaits </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "4.5 stars on the App Store",
"headingHtml": "<h3 class=\"h4\">4.5 stars on the App Store</h3>",
"firstParagraph": "Apple Editor’s Choice 2019 - 2023",
"paragraphHtml": "<p class=\"feature__description\"> Apple Editor’s Choice 2019 - 2023 </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Empowering communities",
"headingHtml": "<h3 class=\"h4\">Empowering communities</h3>",
"firstParagraph": "Join one of our vibrant 35+ communities",
"paragraphHtml": "<p class=\"feature__description\"> Join one of our vibrant 35+ communities </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Queers and lesbians near you",
"headingHtml": "<h3 class=\"h4\">Queers and lesbians near you</h3>",
"firstParagraph": "Connect safely with like-minded friends & lovers in your area",
"paragraphHtml": "<p class=\"feature__description\"> Connect safely with like-minded friends & lovers in your area </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "We created a relationship platform that we actually enjoy being on",
"headingHtml": "<h3 class=\"h4\">We created a relationship platform that we actually enjoy being on</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The #1 LGBTQIA+ Dating App",
"headingHtml": "<h2 class=\" title-h2\">The #1 LGBTQIA+ Dating App</h2>",
"firstParagraph": "HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made over 300 million lesbian match...",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made </span><a href=\"https://weareher.com/her-reaches-300-million-matches-and-counting/\">over 300 million lesbian matches</a><span style=\"font-weight: 400;\">, thousands of queer ma...",
"words": 64,
"direct": false,
"issue": "First paragraph is 64 words and does not look like a concise direct answer."
},
{
"heading": "Let your most authentic self shine through",
"headingHtml": "<h3 class=\"h4\">Let your most authentic self shine through</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We met on HER!",
"headingHtml": "<h2 class=\"title-uppercase title-h2\">We met on HER!</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Amanda & Rasheeda",
"headingHtml": "<h3>Amanda & Rasheeda</h3>",
"firstParagraph": "“The moment I laid eyes on her, I knew. So did she…I am so grateful for HER bringing us together.”",
"paragraphHtml": "<p>“The moment I laid eyes on her, I knew. So did she…I am so grateful for HER bringing us together.”</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Sam & Bronwyn",
"headingHtml": "<h3>Sam & Bronwyn</h3>",
"firstParagraph": "“It all started with a hello and now, I am married to the most gorgeous woman in the world.”",
"paragraphHtml": "<p>“It all started with a hello and now, I am married to the most gorgeous woman in the world.”</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Sarah & Kylee",
"headingHtml": "<h3>Sarah & Kylee</h3>",
"firstParagraph": "“I knew the moment I saw Sarah’s photo I was interested in them. Luckily, they felt the same way!”",
"paragraphHtml": "<p>“I knew the moment I saw Sarah’s photo I was interested in them. Luckily, they felt the same way!”</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Download HER",
"headingHtml": "<h2 class=\" title-h2\">Download HER</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our trust and safety team ensures that HER remains a safe space",
"headingHtml": "<h3 class=\"h4\">Our trust and safety team ensures that HER remains a safe space</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Can I use HER to make friends?",
"headingHtml": "<h2 class=\"h3\"> Can I use HER to make friends? </h2>",
"firstParagraph": "HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER. </span></p>",
"words": 47,
"direct": false,
"issue": "First paragraph is 47 words and does not look like a concise direct answer."
},
{
"heading": "What is the girl version of Grindr?",
"headingHtml": "<h2 class=\"h3\"> What is the girl version of Grindr? </h2>",
"firstParagraph": "There’s a bit of a Grindr vibe for finding amazing women on HER, but we focus on fostering quality connections, not just quick hookups.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">There’s a bit of a Grindr vibe for finding amazing women on HER, but </span><b>we focus on fostering quality connections</b><span style=\"font-weight: 400;\">, not just quick hookups. </span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "What should you do on a first date?",
"headingHtml": "<h2 class=\"h3\"> What should you do on a first date? </h2>",
"firstParagraph": "First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like funny first date questions to break the ice.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like </span><a href=\"https://weareher.com/funny-first-date-questions/\"><span style=\"font-weight: 400;\">funny first date questions</span></a><span style=\"font-weight: 400;\"> to break the ice. </span></p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Sapphic topics",
"headingHtml": "<h2 class=\" title-h2\">Sapphic topics</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Topping, bottoming and switching: Which are you and what are you looking for?",
"headingHtml": "<h3>Topping, bottoming and switching: Which are you and what are you looking for?</h3>",
"firstParagraph": "They can refer to someone’s sexual preferences, level of dominance, role in their relationships, or all of the above.",
"paragraphHtml": "<p>They can refer to someone’s sexual preferences, level of dominance, role in their relationships, or all of the above.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "All about transgender dating",
"headingHtml": "<h3>All about transgender dating</h3>",
"firstParagraph": "Learn more about the most common questions related to transgender dating and how to make it easier and more respectful for everyone.",
"paragraphHtml": "<p>Learn more about the most common questions related to transgender dating and how to make it easier and more respectful for everyone.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 55/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: AI crawler accessibility
GEO: AI crawler accessibility scored 55/100 and needs improvement.
Needs attention
GEO: AI crawler accessibility
Issue
robots.txt blocks these AI crawlers: gptbot, chatgpt-user.
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: AI crawler accessibility
Score
55/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: AI crawler accessibility scored 55/100 and needs improvement.
Evidence
{
"textWords": 2326,
"htmlBytes": 130013,
"robots": {
"checkedCrawlers": [
"gptbot",
"chatgpt-user",
"claudebot",
"perplexitybot",
"google-extended"
],
"blocked": [
"gptbot",
"chatgpt-user"
],
"allows": false
},
"schemaBlocks": 3,
"finalUrl": "https://weareher.com/",
"robotsExcerpt": "User-agent: GPTBot\r\nDisallow: /\r\n\r\nUser-agent: ChatGPT-User\r\nDisallow: /\r\n\r\nUser-agent: *\r\nDisallow:\r\n\r\nSitemap: https://weareher.com/sitemap_index.xml",
"score": 55,
"weight": 26
}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": [
"2024-06-15T05:59:00+00:00",
"2024-08-26T14:04:50+00:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About HER",
"html": "<a href=\"https://weareher.com/about/\">About HER</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
},
{
"href": "https://weareher.com/about/",
"text": "About HER",
"html": "<a href=\"https://weareher.com/about/\">About HER</a>"
},
{
"href": "https://weareher.com/about/",
"text": "HER",
"html": "<a href=\"https://weareher.com/about/\"><span style=\"font-weight: 400;\">HER</span></a>"
},
{
"href": "https://weareher.com/about/",
"text": "About us",
"html": "<a href=\"https://weareher.com/about/\">About us</a>"
}
],
"contactLinks": [
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Support",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Support</a>"
},
{
"href": "https://weareher.com/dm-slider/",
"text": "DM helper",
"html": "<a href=\"https://weareher.com/dm-slider/\">DM helper</a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Support",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Support</a>"
},
{
"href": "https://weareher.com/dm-slider/",
"text": "DM helper",
"html": "<a href=\"https://weareher.com/dm-slider/\">DM helper</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/sections/5267774911380-My-Safety-Reporting",
"text": "HER’s",
"html": "<a href=\"https://support.weareher.com/hc/en-us/sections/5267774911380-My-Safety-Reporting\" target=\"_blank\" rel=\"noopener\">HER’s</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/15208319874068-Meeting-Up-Maintaining-Safety",
"text": "resources",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/15208319874068-Meeting-Up-Maintaining-Safety\">resources</a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/6969610173460-What-Countries-Is-HER-Available-In",
"text": "See all the countries we’re in",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/6969610173460-What-Countries-Is-HER-Available-In\"><span style=\"font-weight: 400;\">See all the countries we’re in</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/5270063673876-What-is-HER-Premium",
"text": "cool features",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/5270063673876-What-is-HER-Premium\"><span style=\"font-weight: 400;\">cool features</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us/articles/15464131311380-How-can-I-update-my-Gender-Identity-on-my-profile",
"text": "detailed guide",
"html": "<a href=\"https://support.weareher.com/hc/en-us/articles/15464131311380-How-can-I-update-my-Gender-Identity-on-my-profile\"><span style=\"font-weight: 400;\">detailed guide</span></a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Privacy & Safety Hub",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Privacy & Safety Hub</a>"
}
],
"privacyLinks": [
{
"href": "https://weareher.com/privacy/",
"text": "Privacy policy",
"html": "<a href=\"https://weareher.com/privacy/\">Privacy policy</a>"
},
{
"href": "https://support.weareher.com/hc/en-us",
"text": "Privacy & Safety Hub",
"html": "<a href=\"https://support.weareher.com/hc/en-us\">Privacy & Safety Hub</a>"
},
{
"href": "https://weareher.com/terms/",
"text": "Terms of service",
"html": "<a href=\"https://weareher.com/terms/\">Terms of service</a>"
},
{
"href": "/your-privacy-choices/",
"text": "Your Privacy Choices",
"html": "<a target=\"_blank\" href=\"/your-privacy-choices/\">Your Privacy Choices <img src=\"https://weareher.com/wp-content/uploads/2025/02/PrivacyChoices.webp\" style=\"width: 30px; \"></a>"
}
],
"score": 60,
"weight": 22
}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
20 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": 32,
"passing": 12,
"failing": [
{
"heading": "Lesbian Dating and LGBTQIA+ Connections",
"headingHtml": "<h2 class=\" title-h2\"> Lesbian Dating and LGBTQIA+ Connections</h2>",
"firstParagraph": "Join a safe space where queer women, nonbinary and trans sapphics come to meet, chat and flirt, all with the goal of finding their person.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">Join a safe space where queer women, nonbinary and trans sapphics come to meet, chat and flirt, all with the goal of finding their person. </span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "15+ million active members",
"headingHtml": "<h3 class=\"h4\">15+ million active members</h3>",
"firstParagraph": "With no shortage of sapphic people, your perfect match awaits",
"paragraphHtml": "<p class=\"feature__description\"> With no shortage of sapphic people, your perfect match awaits </p>",
"words": 10,
"direct": false,
"issue": "First paragraph is 10 words and does not look like a concise direct answer."
},
{
"heading": "4.5 stars on the App Store",
"headingHtml": "<h3 class=\"h4\">4.5 stars on the App Store</h3>",
"firstParagraph": "Apple Editor’s Choice 2019 - 2023",
"paragraphHtml": "<p class=\"feature__description\"> Apple Editor’s Choice 2019 - 2023 </p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Empowering communities",
"headingHtml": "<h3 class=\"h4\">Empowering communities</h3>",
"firstParagraph": "Join one of our vibrant 35+ communities",
"paragraphHtml": "<p class=\"feature__description\"> Join one of our vibrant 35+ communities </p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Queers and lesbians near you",
"headingHtml": "<h3 class=\"h4\">Queers and lesbians near you</h3>",
"firstParagraph": "Connect safely with like-minded friends & lovers in your area",
"paragraphHtml": "<p class=\"feature__description\"> Connect safely with like-minded friends & lovers in your area </p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "We created a relationship platform that we actually enjoy being on",
"headingHtml": "<h3 class=\"h4\">We created a relationship platform that we actually enjoy being on</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The #1 LGBTQIA+ Dating App",
"headingHtml": "<h2 class=\" title-h2\">The #1 LGBTQIA+ Dating App</h2>",
"firstParagraph": "HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made over 300 million lesbian match...",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made </span><a href=\"https://weareher.com/her-reaches-300-million-matches-and-counting/\">over 300 million lesbian matches</a><span style=\"font-weight: 400;\">, thousands of queer ma...",
"words": 64,
"direct": false,
"issue": "First paragraph is 64 words and does not look like a concise direct answer."
},
{
"heading": "Let your most authentic self shine through",
"headingHtml": "<h3 class=\"h4\">Let your most authentic self shine through</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "We met on HER!",
"headingHtml": "<h2 class=\"title-uppercase title-h2\">We met on HER!</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Amanda & Rasheeda",
"headingHtml": "<h3>Amanda & Rasheeda</h3>",
"firstParagraph": "“The moment I laid eyes on her, I knew. So did she…I am so grateful for HER bringing us together.”",
"paragraphHtml": "<p>“The moment I laid eyes on her, I knew. So did she…I am so grateful for HER bringing us together.”</p>",
"words": 21,
"direct": false,
"issue": "First paragraph is 21 words and does not look like a concise direct answer."
},
{
"heading": "Sam & Bronwyn",
"headingHtml": "<h3>Sam & Bronwyn</h3>",
"firstParagraph": "“It all started with a hello and now, I am married to the most gorgeous woman in the world.”",
"paragraphHtml": "<p>“It all started with a hello and now, I am married to the most gorgeous woman in the world.”</p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Sarah & Kylee",
"headingHtml": "<h3>Sarah & Kylee</h3>",
"firstParagraph": "“I knew the moment I saw Sarah’s photo I was interested in them. Luckily, they felt the same way!”",
"paragraphHtml": "<p>“I knew the moment I saw Sarah’s photo I was interested in them. Luckily, they felt the same way!”</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "Download HER",
"headingHtml": "<h2 class=\" title-h2\">Download HER</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Our trust and safety team ensures that HER remains a safe space",
"headingHtml": "<h3 class=\"h4\">Our trust and safety team ensures that HER remains a safe space</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Can I use HER to make friends?",
"headingHtml": "<h2 class=\"h3\"> Can I use HER to make friends? </h2>",
"firstParagraph": "HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER. </span></p>",
"words": 47,
"direct": false,
"issue": "First paragraph is 47 words and does not look like a concise direct answer."
},
{
"heading": "What is the girl version of Grindr?",
"headingHtml": "<h2 class=\"h3\"> What is the girl version of Grindr? </h2>",
"firstParagraph": "There’s a bit of a Grindr vibe for finding amazing women on HER, but we focus on fostering quality connections, not just quick hookups.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">There’s a bit of a Grindr vibe for finding amazing women on HER, but </span><b>we focus on fostering quality connections</b><span style=\"font-weight: 400;\">, not just quick hookups. </span></p>",
"words": 25,
"direct": false,
"issue": "First paragraph is 25 words and does not look like a concise direct answer."
},
{
"heading": "What should you do on a first date?",
"headingHtml": "<h2 class=\"h3\"> What should you do on a first date? </h2>",
"firstParagraph": "First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like funny first date questions to break the ice.",
"paragraphHtml": "<p><span style=\"font-weight: 400;\">First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like </span><a href=\"https://weareher.com/funny-first-date-questions/\"><span style=\"font-weight: 400;\">funny first date questions</span></a><span style=\"font-weight: 400;\"> to break the ice. </span></p>",
"words": 42,
"direct": false,
"issue": "First paragraph is 42 words and does not look like a concise direct answer."
},
{
"heading": "Sapphic topics",
"headingHtml": "<h2 class=\" title-h2\">Sapphic topics</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Topping, bottoming and switching: Which are you and what are you looking for?",
"headingHtml": "<h3>Topping, bottoming and switching: Which are you and what are you looking for?</h3>",
"firstParagraph": "They can refer to someone’s sexual preferences, level of dominance, role in their relationships, or all of the above.",
"paragraphHtml": "<p>They can refer to someone’s sexual preferences, level of dominance, role in their relationships, or all of the above.</p>",
"words": 20,
"direct": false,
"issue": "First paragraph is 20 words and does not look like a concise direct answer."
},
{
"heading": "All about transgender dating",
"headingHtml": "<h3>All about transgender dating</h3>",
"firstParagraph": "Learn more about the most common questions related to transgender dating and how to make it easier and more respectful for everyone.",
"paragraphHtml": "<p>Learn more about the most common questions related to transgender dating and how to make it easier and more respectful for everyone.</p>",
"words": 22,
"direct": false,
"issue": "First paragraph is 22 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 75/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
35 image(s) are missing width/height attributes. 1 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
75/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 75/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0",
"visibleWords": 2326,
"htmlBytes": 130013,
"imagesMissingDimensions": [
{
"src": "https://weareher.com/wp-content/uploads/2022/04/logoher.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/logoher.svg\" alt=\"Her Logo\" class=\"img-responsive mobile_logo\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/tw1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/inst1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/youtube1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/tikto1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/logoher.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/logoher.svg\" alt=\"Her Logo\" class=\"img-responsive mobile_logo\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/logoher.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/logoher.svg\" alt=\"Her Logo\" class=\"img-responsive mobile_logo\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/10m.webp\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/4.5.webp\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/safety.webp\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2022/03/queer-1.webp\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/05/her-dating-app-.png\" style=\"width:580px; height: 542px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2024/05/her-dating-app-.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2024/05/her-dating-app-.png\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/03/HER-dating-app-features-unique-Profile-and-Pride-Pins-.png\" style=\"width:580px; height: 542px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2024/03/HER-dating-app-features-unique-Profile-and-Pride-Pins-.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2024/03/HER-dating-app-features-unique-Profile-and-Pride-Pins-.png\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-HER-app-700x470.jpeg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-HER-app.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-HER-app.jpeg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-2-HER-app-700x470.jpg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-2-HER-app.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-2-HER-app.jpg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-3-HER-app-700x470.jpeg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-3-HER-app.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-We-Met-on-HER-3-HER-app.jpeg\" style=\"width:580px; height: 390px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/03/Audrey-and-Karo-We-Met-On-HER-dating-app.jpeg\" style=\"width:580px; height: 542px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2024/03/Audrey-and-Karo-We-Met-On-HER-dating-app.jpeg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2024/03/Audrey-and-Karo-We-Met-On-HER-dating-app.jpeg\" style=\"width:580px; height: 542px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2024/01/5-things-about-HER-Number-1-Sapphic-Dating-app-HER-app-scaled.jpg\" style=\"width:463px; height: 362px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-top-bottom-switch-HER-app.jpg\" style=\"width:463px; height: 362px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-two-lesbian-holding-hands-HER-app.jpg\" style=\"width:463px; height: 362px;\">"
},
{
"src": "http://weareher.com/wp-content/uploads/blank.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"http://weareher.com/wp-content/uploads/blank.png\" data-src=\"https://weareher.com/wp-content/uploads/2023/11/lesbian-dating-app-two-lesbian-laughing-HER-app.jpg\" style=\"width:463px; height: 362px;\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/logoher.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/logoher.svg\" alt=\"Her Logo\" class=\"img-responsive mobile_logo\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2025/02/PrivacyChoices.webp",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2025/02/PrivacyChoices.webp\" style=\"width: 30px; \">"
},
{
"src": "https://weareher.com/wp-content/themes/her/images/appstore.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/themes/her/images/appstore.svg\" alt>"
},
{
"src": "https://weareher.com/wp-content/themes/her/images/google-play.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/themes/her/images/google-play.svg\" alt>"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/tw1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/tw1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/inst1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/inst1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/youtube1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/youtube1.svg\">"
},
{
"src": "https://weareher.com/wp-content/uploads/2022/04/tikto1.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://weareher.com/wp-content/uploads/2022/04/tikto1.svg\">"
}
],
"possibleDialogs": [
"<div class=\"search-popup\"> <div class=\"search-form__wrap\"> <div class=\"search-form__inner\"> <form role=\"search\" method=\"get\" class=\"search-form\" action=\"https://weareher.com/\"> <label> <span class=\"screen-reader-text\">Search</span> <input type=\"search\" class=\"search-field\" placeholder=\"Type something\" value name=\"s\" title=\"Search for:\" data-swplive=\"true\"> </label> <input type=\"submit\" class=\"search-submit\" value> </form> </div> </div> </div>"
],
"score": 75,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 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
24 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": 26,
"citablePassages": 2,
"failingCandidateParagraphs": [
{
"index": 3,
"heading": "H1: The Sapphic Dating App",
"text": "{ \"@context\": \"https://schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [ { \"@type\": \"Question\", \"name\": \"Is the HER app safe?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Being a queer person comes with its own set of personal considerations, and we understand that. At HER, we take your safety seriously and are committed to ensuring that you feel safe and respected in our community. You're in complete control...",
"words": 336,
"hasEvidence": true,
"reasons": [
"Too long for a citation-ready passage (336 words; target 80-220)."
],
"html": "<p><script type=\"application/ld+json\"> { \"@context\": \"https://schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [ { \"@type\": \"Question\", \"name\": \"Is the HER app safe?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Being a queer person comes with its own set of personal considerations, and we understand that. At HER, we take your safety seriously and are committed to ensuring that you feel safe and respected in our community. You're in complete control of your profile and search preferences, w..."
},
{
"index": 11,
"heading": "H2: The #1 LGBTQIA+ Dating App",
"text": "HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made over 300 million lesbian matches, thousands of queer marriages and hundreds of lil babies.",
"words": 64,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (64 words; target 80-220)."
],
"html": "<p><span style=\"font-weight: 400;\">HER was the first app to launch that exclusively focussed on the needs of queer, bisexual and lesbian dating. While there were over 40 apps for other sexualities, not a single dating app existed for LGBTQ+ women and non-binary people until there was HER. Eight years later, HER has made </span><a href=\"https://weareher.com/her-reaches-300-million-matches-and-counting/\">over 300 million lesbian matches</a><span style=\"font-weight: 400;\">, thousands of queer ma..."
},
{
"index": 12,
"heading": "H2: The #1 LGBTQIA+ Dating App",
"text": "HER is the world’s largest (and most iconic) dating and community-building platform for lesbian, bisexual, queer women and gender-non-conforming icons worldwide. Whilst most heteronormative apps focus on the experience of cis men (the people those apps make their money from), HER is designed to focus exclusively on the needs of queer women, non-binary and trans people.",
"words": 57,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (57 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><a href=\"https://weareher.com/about/\"><span style=\"font-weight: 400;\">HER</span></a><span style=\"font-weight: 400;\"> is the world’s largest (and most iconic) dating and community-building platform for lesbian, bisexual, queer women and gender-non-conforming icons worldwide. Whilst most heteronormative apps focus on the experience of cis men (the people those apps make their money from), <strong>HER is designed </strong>to focus exclusively on the<strong> needs of queer women, non-bi..."
},
{
"index": 13,
"heading": "H2: The #1 LGBTQIA+ Dating App",
"text": "We have features to express the unique parts of sapphic culture that mean the most to you and your identity. We have community spaces to connect with other people like you. And we create a safe space amongst other sapphics to be yourself and focus on what’s important to you while finding your partner.",
"words": 55,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (55 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">We have features to express the unique parts of sapphic culture that mean the most to you and your identity. We have community spaces to connect with other people like you. And we create a safe space amongst other sapphics to be yourself and focus on what’s important to you while finding your partner. </span></p>"
},
{
"index": 14,
"heading": "H2: The #1 LGBTQIA+ Dating App",
"text": "With over 15 million users in more than 114 countries, you can absolutely bet that your perfect match — or perfect matches — are only a few clicks away. So, whether you’re looking for a partner or hoping to make new friends, HER has something for you.",
"words": 46,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220)."
],
"html": "<p><span style=\"font-weight: 400;\">With <strong>over 15 million users in more than 114 countries</strong>, you can absolutely bet that your perfect match — or perfect matches — are only a few clicks away. </span><span style=\"font-weight: 400;\">So, whether you’re looking for a partner or hoping to make new friends, HER has something for you. </span></p>"
},
{
"index": 15,
"heading": "H2: HER’s Most Unique Features",
"text": "HER cares, and I mean really cares. Our unique in-app features reflect that. Our queer and lesbian dating app allows you to customize every little aspect of your dating profile so the most authentic version of yourself can shine brightly from day one.",
"words": 43,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (43 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">HER cares, and I mean </span><i><span style=\"font-weight: 400;\">really</span></i><span style=\"font-weight: 400;\"> cares. Our unique in-app features reflect that. </span><span style=\"font-weight: 400;\">Our queer and lesbian dating app allows you to </span><strong>customize every little aspect of your dating profile</strong><span style=\"font-weight: 400;\"> so the most authentic version of yourself can shine brightly from day one. </span></p>"
},
{
"index": 18,
"heading": "H2: HER’s Most Unique Features",
"text": "The best part? All of our core features are free and will remain free. Like, forever. That said, if you’re ever looking to upgrade your experience and take it to the next level, HER Premium offers one-of-a-kind features like incognito mode, rewinding profiles you accidentally swiped left on, seeing everyone who’s viewed you, and unlimited swipes.",
"words": 58,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (58 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">The best part? <strong>All of our </strong></span><span style=\"font-weight: 400;\"><strong>core features are free</strong> and will remain free.</span><span style=\"font-weight: 400;\"> Like, forever. </span><span style=\"font-weight: 400;\">That said, if you’re ever looking to upgrade your experience and take it to the next level, HER Premium offers one-of-a-kind features like incognito mode, rewinding profiles you accidentally swiped left on, seeing..."
},
{
"index": 23,
"heading": "H2: Safe Lesbian & LGBTQIA+ Dating",
"text": "HER has become the most prominent player in the queer dating app scene, so you can rest assured that this platform and team are looking out for your unique queer needs. With more people comes great responsibility and our Trust and Safety team works around the clock to improve HER’s safety measures and ensure the safety and well-being of our community.",
"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><span style=\"font-weight: 400;\">HER has become the most prominent player in the queer dating app scene, so you can rest assured that this platform and team are looking out for your unique queer needs. </span><span style=\"font-weight: 400;\">With more people comes great responsibility and our Trust and Safety team works around the clock to improve <a href=\"https://support.weareher.com/hc/en-us/sections/5267774911380-My-Safety-Reporting\" target=\"_blank\" rel=\"noopener\">HER’s</a> </span>..."
},
{
"index": 24,
"heading": "H2: Safe Lesbian & LGBTQIA+ Dating",
"text": "We have a world-class Trust and Safety team, including moderators who ensure everyone on HER is treated with respect. On top of this, users are verified and authenticated on the app by connecting their profiles with existing social media accounts.",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">We have a world-class Trust and Safety team, </span><strong>including moderators</strong><span style=\"font-weight: 400;\"> who ensure everyone on HER is treated with respect.  </span><span style=\"font-weight: 400;\">On top of this,</span><span style=\"font-weight: 400;\"> users are verified</span><span style=\"font-weight: 400;\"> and </span><span style=\"font-weight: 400;\">authenticated on the app </span><span style=\"font-weight: 400;\"><span style=\"text-decor..."
},
{
"index": 27,
"heading": "H2: Is the HER app safe?",
"text": "Being a queer person comes with its own set of personal considerations, and we understand that. That’s why we take your safety seriously at HER and are committed to ensuring that you feel safe and respected in our community.",
"words": 40,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (40 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">Being a queer person comes with its own set of personal considerations, and we understand that. That’s why we take your safety seriously at HER and are committed to ensuring that you feel safe and respected in our community. </span></p>"
},
{
"index": 31,
"heading": "H2: Is the HER app safe?",
"text": "With HER, you’re in complete control of your profile and search preferences, and we encourage our users to verify their profiles and filter for other verified profiles to ensure authenticity and avoid fake profiles. If you prefer, you can enable incognito mode so you can browse and engage with users without revealing your identity until you’re ready.",
"words": 59,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (59 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">With HER,</span> <span style=\"text-decoration: underline;\">you’re in complete control of your profile and search preferences</span><span style=\"font-weight: 400;\"><span style=\"text-decoration: underline;\">,</span> and we encourage our users to verify their profiles and filter for other verified profiles to ensure authenticity and avoid fake profiles. If you prefer, you can enable incognito mode so you can browse and engage with users without revealing..."
},
{
"index": 35,
"heading": "H2: Is the HER app free?",
"text": "HER is the most loved lesbian dating app for finding your person or community, and we’re proud to offer all our core features totally free of charge. Yes, you don’t have to pay to be on and use the app.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">HER is the most loved lesbian dating app for finding your person or community, and we’re proud to offer all our core features totally free of charge. Yes,<span style=\"text-decoration: underline;\"> you don’t have to pay to be on and use the app</span>.</span></p>"
},
{
"index": 38,
"heading": "H2: How does the HER premium subscription work?",
"text": "With HER Premium, finding friends and matches is even easier. You can take advantage of an ad-free experience, see who’s online in real-time, filter by sexuality, use the app in incognito mode (without exposing your identity), view who has liked you, and many other cool features.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">With HER Premium, finding friends and matches is even easier. You can take advantage of an ad-free experience, see who’s online in real-time, filter by sexuality, use the app in incognito mode (without exposing your identity), view who has liked you, and many other </span><a href=\"https://support.weareher.com/hc/en-us/articles/5270063673876-What-is-HER-Premium\"><span style=\"font-weight: 400;\">cool features</span></a><span style=\"font-weight: 400;\">.</..."
},
{
"index": 42,
"heading": "H2: How can I update my gender identity on my profile?",
"text": "It’s not just about expressing who you are; it also helps others understand and respect you better. By sharing your gender identity, you can avoid assumptions and misgendering that can make conversations hurtful and uncomfortable. That’s why our team has created a detailed guide on updating your gender identity on your HER profile.",
"words": 55,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (55 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">It’s not just about expressing who you are; </span><span style=\"text-decoration: underline;\"><b>it also helps others understand and respect you better</b></span><span style=\"font-weight: 400;\">. By sharing your gender identity, you can avoid assumptions and misgendering that can make conversations hurtful and uncomfortable. That’s why our team has created a </span><a href=\"https://support.weareher.com/hc/en-us/articles/15464131311380-How-can-I-..."
},
{
"index": 45,
"heading": "H2: Can I use HER to make friends?",
"text": "HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER.",
"words": 47,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (47 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">HER isn’t just a dating app — it’s also a queer and lesbian community app and a fantastic tool for discovering new friends who share your interests. So, if you’re looking for an exciting way to expand your social circle, look no further than HER. </span></p>"
},
{
"index": 47,
"heading": "H2: Can I use HER to make friends?",
"text": "We offer an ‘Add Friend’ option on profiles so you can connect with like-minded individuals and build your own community of people. Whether you’re new to a city or just looking to explore your local queer scene, our app can help you find the best events and activities nearby. With a dedicated community section, you can engage in conversations on varied topics, find your niche, and make new friends.",
"words": 70,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (70 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">We offer an ‘Add Friend’ option on profiles so you can connect with like-minded individuals and build your own community of people. Whether you’re new to a city or just looking to explore your local queer scene, our app can help you find the best events and activities nearby. With a dedicated community section, you can engage in conversations on varied topics, find your niche, and make new friends. </span></p>"
},
{
"index": 53,
"heading": "H2: What is the girl version of Grindr?",
"text": "Think of us as your modern-day Lesbos (that 6th century BC Greek island paradise), a place where sapphics gathered to celebrate art, music, and each other. Here at HER, you can match with someone who shares your passions and is looking for something real.",
"words": 44,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">Think of us as your modern-day Lesbos (that 6th century BC Greek island paradise), a place where sapphics gathered to celebrate art, music, and each other. Here at HER, you can match with someone who shares your passions and is looking for something real.</span></p>"
},
{
"index": 54,
"heading": "H2: How can I find a lesbian partner?",
"text": "Looking for a lesbian partner can be an exciting but daunting journey. It can take you down different paths, and each experience is unique. But if you’re searching for a welcoming and inclusive space tailored to the LGBTQ+ community, HER is an excellent starting point.",
"words": 46,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (46 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">Looking for a lesbian partner can be an exciting but daunting journey. It can take you down different paths, and each experience is unique. But if you’re searching for a welcoming and inclusive space tailored to the LGBTQ+ community, HER is an excellent starting point. </span></p>"
},
{
"index": 56,
"heading": "H2: How can I find a lesbian partner?",
"text": "HER is a dedicated platform designed for lesbian, bi, queer, and other marginalized genders. It fosters a supportive environment where authenticity thrives, making connecting with like-minded individuals who share similar experiences and interests easier. HER offers personalized matching and community events, allowing you to meet potential partners in a safe and inclusive space.",
"words": 53,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (53 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">HER is a dedicated platform designed for lesbian, bi, queer, and other marginalized genders. It fosters a supportive environment where authenticity thrives, making connecting with like-minded individuals who share similar experiences and interests easier. <span style=\"text-decoration: underline;\">HER offers personalized matching and community events</span>, allowing you to meet potential partners in a safe and inclusive space. </span></p>"
},
{
"index": 59,
"heading": "H2: What should you do on a first date?",
"text": "First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like funny first date questions to break the ice.",
"words": 42,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (42 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">First dates can be fun! We know it can be nerve-wracking to meet someone new, but that first spark can be incredibly powerful. That’s why we’ve got tips and conversation starters like </span><a href=\"https://weareher.com/funny-first-date-questions/\"><span style=\"font-weight: 400;\">funny first date questions</span></a><span style=\"font-weight: 400;\"> to break the ice. </span></p>"
},
{
"index": 61,
"heading": "H2: What should you do on a first date?",
"text": "Feeling a little awkward? It happens to the best of us! Just relax, be yourself, and focus on getting to know the other person. Ask questions about their hobbies, interests, and what they’re looking for in a partner. You might be surprised at what you have in common!",
"words": 49,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (49 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">Feeling a little awkward? It happens to the best of us! Just relax, be yourself, and focus on getting to know the other person. Ask questions about their hobbies, interests, and what they’re looking for in a partner. You might be surprised at what you have in common!</span></p>"
},
{
"index": 62,
"heading": "H2: What is the 3-month rule for dating?",
"text": "The “three-month rule” is a debatable idea that says you shouldn’t “fall in love” until 3 months. But really, every relationship moves at its own pace! We have a great article on dating for three months to help you navigate those early stages.",
"words": 44,
"hasEvidence": true,
"reasons": [
"Too short for a citation-ready passage (44 words; target 80-220)."
],
"html": "<p><span style=\"font-weight: 400;\"> The “three-month rule” is a debatable idea that says you shouldn’t “fall in love” until 3 months. But really, every relationship moves at its own pace! We have a great article on </span><a href=\"https://weareher.com/dating-for-three-months/\"><span style=\"font-weight: 400;\">dating for three months</span></a><span style=\"font-weight: 400;\"> to help you navigate those early stages.</span></p>"
},
{
"index": 63,
"heading": "H2: What is the 3-month rule for dating?",
"text": "At HER, we believe in open communication and following your heart. Talk to each other about what you’re looking for in a relationship and see if you’re on the same page. If you and your date click and want to define the relationship, go for it! There’s no reason to wait.",
"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><span style=\"font-weight: 400;\">At HER, we believe in open communication and following your heart. Talk to each other about what you’re looking for in a relationship and see if you’re on the same page. If you and your date click and want to define the relationship, go for it! There’s no reason to wait.</span></p>"
},
{
"index": 68,
"heading": "H2: Any advice on having lesbian sex for the first time?",
"text": "Talk openly and honestly with your partner about your desires, boundaries, and what feels good for you. The more you communicate, the more comfortable and relaxed you’ll feel, allowing you to enjoy the moment and create a truly intimate connection.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p><span style=\"font-weight: 400;\">Talk openly and honestly with your partner about your desires, boundaries, and what feels good for you. The more you communicate, the more comfortable and relaxed you’ll feel, allowing you to enjoy the moment and create a truly intimate connection.</span></p>"
}
],
"citableParagraphs": [
{
"index": 2,
"heading": "H1: The Sapphic Dating App",
"text": "{ \"@context\": \"https://schema.org\", \"@graph\": [ { \"@type\": \"SoftwareApplication\", \"name\": \"HER dating app for lesbians, bisexuals, trans, non-binary and queer people\", \"url\": \"https://www.weareher.com/\", \"downloadUrl\": \"https://links.weareher.com/eGYI5cJldvb\", \"operatingSystem\": \"IOS, Android\", \"applicationCategory\": \"Social Networking\", \"offers\": { \"@type\": \"Offer\", \"price\": \"0\", \"priceCurrency\": \"USD\", \"descript...",
"words": 174,
"hasEvidence": true,
"reasons": [],
"html": "<p><script type=\"application/ld+json\"> { \"@context\": \"https://schema.org\", \"@graph\": [ { \"@type\": \"SoftwareApplication\", \"name\": \"HER dating app for lesbians, bisexuals, trans, non-binary and queer people\", \"url\": \"https://www.weareher.com/\", \"downloadUrl\": \"https://links.weareher.com/eGYI5cJldvb\", \"operatingSystem\": \"IOS, Android\", \"applicationCategory\": \"Social Networking\", \"offers\": { \"@type\": \"Offer\", \"price\": \"0\", \"priceCurrency\": \"USD\", \"description\": \"Free download\" }, \"aggregateRating..."
},
{
"index": 17,
"heading": "H2: HER’s Most Unique Features",
"text": "We go a step further than just giving you the option to list your basic lifestyle, like whether you’re sober, religious, or want kids someday. We also allow you to add Pride Pins to your profile so you can easily let potential matches know whether you’re QPOC, T4T, chapstick or masc lesbians, intersex, and more. You can even add things to your profile, like your love language, or include one (or a few) of our free...",
"words": 96,
"hasEvidence": true,
"reasons": [],
"html": "<p><span style=\"font-weight: 400;\">We go a step further than just giving you the option to list your basic lifestyle, like whether you’re sober, religious, or want kids someday. We also allow you to add </span><a href=\"https://weareher.com/celebrating-love-with-new-pride-pins/\"><span style=\"font-weight: 400;\">Pride Pins</span></a><span style=\"font-weight: 400;\"> to your profile so you can easily let potential matches know whether you’re QPOC, T4T, chapstick or masc lesbians, int..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 87/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: lesbian, best, sapphic.
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: Entity clarity
Score
87/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: Entity clarity scored 87/100 and needs improvement.
Evidence
{
"title": "Lesbian Dating | Best LGBTQ+ dating app - HER",
"h1": "The Sapphic Dating App",
"description": "Discover inclusive LGBTQ+ dating on HER - the #1 dating and social networking app by sapphics for sapphics. Join our community today and find your forever people!",
"topicOverlap": 0.5714285714285714,
"topicTerms": [
"lesbian",
"dating",
"best",
"lgbtq",
"app",
"her",
"sapphic"
],
"descriptionTerms": [
"discover",
"inclusive",
"lgbtq",
"dating",
"her",
"social",
"networking",
"app",
"sapphics",
"join",
"community",
"today",
"find",
"forever",
"people"
],
"missingFromDescription": [
"lesbian",
"best",
"sapphic"
],
"score": 87,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
1 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.
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": true,
"definitionPatterns": 17,
"schemaBlocks": 3,
"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"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 89/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: lesbian, best, sapphic.
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: Entity and definition clarity
Score
89/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: Entity and definition clarity scored 89/100 and needs improvement.
Evidence
{
"title": "Lesbian Dating | Best LGBTQ+ dating app - HER",
"h1": "The Sapphic Dating App",
"description": "Discover inclusive LGBTQ+ dating on HER - the #1 dating and social networking app by sapphics for sapphics. Join our community today and find your forever people!",
"topicOverlap": 0.5714285714285714,
"definitionCount": 17,
"topicTerms": [
"lesbian",
"dating",
"best",
"lgbtq",
"app",
"her",
"sapphic"
],
"descriptionTerms": [
"discover",
"inclusive",
"lgbtq",
"dating",
"her",
"social",
"networking",
"app",
"sapphics",
"join",
"community",
"today",
"find",
"forever",
"people"
],
"missingFromDescription": [
"lesbian",
"best",
"sapphic"
],
"score": 89,
"weight": 18
}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": "Lesbian Dating and LGBTQIA+ Connections",
"html": "<h2 class=\" title-h2\"> Lesbian Dating and LGBTQIA+ Connections</h2>"
},
{
"text": "The #1 LGBTQIA+ Dating App",
"html": "<h2 class=\" title-h2\">The #1 LGBTQIA+ Dating App</h2>"
},
{
"text": "HER’s Most Unique Features",
"html": "<h2 class=\" title-h2\">HER’s Most Unique Features</h2>"
},
{
"text": "We met on HER!",
"html": "<h2 class=\"title-uppercase title-h2\">We met on HER!</h2>"
},
{
"text": "Download HER",
"html": "<h2 class=\" title-h2\">Download HER</h2>"
},
{
"text": "Safe Lesbian & LGBTQIA+ Dating",
"html": "<h2 class=\" title-h2\">Safe Lesbian & LGBTQIA+ Dating</h2>"
},
{
"text": "Is the HER app safe?",
"html": "<h2 class=\"h3\"> Is the HER app safe? </h2>"
},
{
"text": "What countries is HER available in?",
"html": "<h2 class=\"h3\"> What countries is HER available in? </h2>"
},
{
"text": "Is the HER app free?",
"html": "<h2 class=\"h3\"> Is the HER app free? </h2>"
},
{
"text": "How does the HER premium subscription work?",
"html": "<h2 class=\"h3\"> How does the HER premium subscription work? </h2>"
},
{
"text": "How can I update my gender identity on my profile?",
"html": "<h2 class=\"h3\"> How can I update my gender identity on my profile? </h2>"
},
{
"text": "Can I use HER to make friends?",
"html": "<h2 class=\"h3\"> Can I use HER to make friends? </h2>"
},
{
"text": "What is the girl version of Grindr?",
"html": "<h2 class=\"h3\"> What is the girl version of Grindr? </h2>"
},
{
"text": "How can I find a lesbian partner?",
"html": "<h2 class=\"h3\"> How can I find a lesbian partner? </h2>"
},
{
"text": "What should you do on a first date?",
"html": "<h2 class=\"h3\"> What should you do on a first date? </h2>"
},
{
"text": "What is the 3-month rule for dating?",
"html": "<h2 class=\"h3\"> What is the 3-month rule for dating? </h2>"
},
{
"text": "Any advice on having lesbian sex for the first time?",
"html": "<h2 class=\"h3\"> Any advice on having lesbian sex for the first time? </h2>"
},
{
"text": "Sapphic topics",
"html": "<h2 class=\" title-h2\">Sapphic topics</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Lesbian Dating?",
"pattern": {}
},
{
"id": "how",
"label": "How does Lesbian Dating work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Lesbian Dating?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Lesbian Dating free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Lesbian Dating compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Lesbian Dating 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": 55066
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 54979
}
]
},
"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": "Lesbian Dating and LGBTQIA+ Connections",
"html": "<h2 class=\" title-h2\"> Lesbian Dating and LGBTQIA+ Connections</h2>"
},
{
"text": "The #1 LGBTQIA+ Dating App",
"html": "<h2 class=\" title-h2\">The #1 LGBTQIA+ Dating App</h2>"
},
{
"text": "HER’s Most Unique Features",
"html": "<h2 class=\" title-h2\">HER’s Most Unique Features</h2>"
},
{
"text": "We met on HER!",
"html": "<h2 class=\"title-uppercase title-h2\">We met on HER!</h2>"
},
{
"text": "Download HER",
"html": "<h2 class=\" title-h2\">Download HER</h2>"
},
{
"text": "Safe Lesbian & LGBTQIA+ Dating",
"html": "<h2 class=\" title-h2\">Safe Lesbian & LGBTQIA+ Dating</h2>"
},
{
"text": "Is the HER app safe?",
"html": "<h2 class=\"h3\"> Is the HER app safe? </h2>"
},
{
"text": "What countries is HER available in?",
"html": "<h2 class=\"h3\"> What countries is HER available in? </h2>"
},
{
"text": "Is the HER app free?",
"html": "<h2 class=\"h3\"> Is the HER app free? </h2>"
},
{
"text": "How does the HER premium subscription work?",
"html": "<h2 class=\"h3\"> How does the HER premium subscription work? </h2>"
},
{
"text": "How can I update my gender identity on my profile?",
"html": "<h2 class=\"h3\"> How can I update my gender identity on my profile? </h2>"
},
{
"text": "Can I use HER to make friends?",
"html": "<h2 class=\"h3\"> Can I use HER to make friends? </h2>"
},
{
"text": "What is the girl version of Grindr?",
"html": "<h2 class=\"h3\"> What is the girl version of Grindr? </h2>"
},
{
"text": "How can I find a lesbian partner?",
"html": "<h2 class=\"h3\"> How can I find a lesbian partner? </h2>"
},
{
"text": "What should you do on a first date?",
"html": "<h2 class=\"h3\"> What should you do on a first date? </h2>"
},
{
"text": "What is the 3-month rule for dating?",
"html": "<h2 class=\"h3\"> What is the 3-month rule for dating? </h2>"
},
{
"text": "Any advice on having lesbian sex for the first time?",
"html": "<h2 class=\"h3\"> Any advice on having lesbian sex for the first time? </h2>"
},
{
"text": "Sapphic topics",
"html": "<h2 class=\" title-h2\">Sapphic topics</h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Lesbian Dating?",
"pattern": {}
},
{
"id": "how",
"label": "How does Lesbian Dating work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Lesbian Dating?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Lesbian Dating free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Lesbian Dating compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "compare",
"label": "How does Lesbian Dating compare with alternatives?",
"pattern": {}
}
],
"score": 80,
"weight": 4
}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."
}
]
}Performance and AccessibilityBest PracticesBrowser audit
Does not use HTTPS
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Does not use HTTPS
Check name
Does not use HTTPS
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Estimated savings
2 insecure requests found
Fix guidance
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).
Evidence
{
"displayValue": "2 insecure requests found",
"description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/)."
}Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
17 Fail
Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
Check name
LCP request discovery
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
References
https://web.dev/learn/performance/Evidence
{
"description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading"
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
17 Fail
Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
Check name
Render-blocking requests
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 390 ms
Fix guidance
Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 390 ms",
"description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path."
}Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
8 Warning
Performance and AccessibilityPerformanceBrowser audit
Avoid enormous network payloads
Check name
Avoid enormous network payloads
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Total size was 4,206 KiB
Fix guidance
Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Total size was 4,206 KiB",
"description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
"numericValue": 4307037
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
8 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 70 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 70 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)."
}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 |
|---|---|---|---|
| 70/100 | Level 3, Bot-Aware | Current report |