Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 33 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 20 out of 100
- GEO, AIO and AEO 82 out of 100
- SEO 92 out of 100
- Performance and Accessibility 67 out of 100
What AI sees of your website
Resort Residences: Space of a Home + Services of a Hotel | Vacatia
Vacatia is the resort marketplace for vacationing families. Instantly book resort residences with the space of a home + services of a hotel, perfect for family travel.
Next step
Turn this report into a fix workflow
29 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 | 33 | Priority fix | 6 | 17 | 0 | View details |
| Discoverability | 57 | Needs work | 4 | 5 | 0 | View details |
| Content Readiness | 33 | Priority fix | 2 | 8 | 0 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 4 | 29 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 0 | 7 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 82 | Mostly ready | 10 | 0 | 9 | |
| GEO Readiness | Not Applicable | Not Applicable | 5 | 0 | 0 | |
| AIO Readiness | 82 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 69 | Needs work | 2 | 0 | 5 | |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 20 | Priority fix | 5 | 4 | 0 | View details |
| Security & Trust | 20 | Priority fix | 1 | 4 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 67 | Needs work | 17 | 8 | 1 | View details |
| Performance | 59 | Needs work | 11 | 7 | 1 | View details |
| Accessibility | 83 | Mostly ready | 6 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
49 items need attention
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
"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."
}
]
}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>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"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>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"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>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"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>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
{
"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>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html; charset=UTF-8\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
33 Fail
AI DiscoverabilityDiscoverabilityEstablished
High-value schema types
High-value schema types is missing or incomplete.
Needs attention
High-value schema types
Issue
No high-value schema types (e.g. Article, Product, Service) were found.
Why it matters
High-value schema types tell agents whether a page is an article, product, event, service, or other actionable content type.
Check name
High-value schema types
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Use schema types that describe the page's primary content or offering.
Result
High-value schema types is missing or incomplete.
Evidence
{
"found": [],
"expected": [
"Article",
"BlogPosting",
"NewsArticle",
"Product",
"SoftwareApplication",
"FAQPage",
"LocalBusiness",
"VideoObject",
"HowTo",
"Event",
"Course",
"Review",
"Service"
],
"allTypes": [
"Organization"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
33 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": []
},
"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."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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 ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is missing or incomplete.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing Last-Modified HTTP header; missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
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
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is missing or incomplete.
Evidence
{
"lastModified": null,
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
25 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": "frame-ancestors 'self'"
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
Needs attention
HSTS header
Issue
HSTS header is missing or incomplete.
Why it matters
HSTS tells browsers to keep using HTTPS after the first secure visit, reducing downgrade and mixed-transport risk for repeat users.
Check name
HSTS header
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Require HTTPS for repeat visits with Strict-Transport-Security.
Result
HSTS header is missing or incomplete.
Evidence
{
"header": "strict-transport-security",
"value": null
}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": 109600
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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": 30429,
"excerpt": "<!DOCTYPE html>\n<!--[if IE 8]> <html class=\" ie8 lte-ie9 lte-ie8\"> <![endif]-->\n<!--[if IE 9]> <html class=\" ie9 lte-ie9 \"> <![endif]-->\n<!--[if !IE]><!--> <html lang=\"en\" class=\" \"> <!--<![endif]-->\n <head>\n <",
"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": 109600
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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": 109600
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
Needs attention
Referrer-Policy
Issue
Referrer-Policy is missing or incomplete.
Why it matters
Referrer-Policy controls how much URL context is sent to other origins, limiting accidental leakage of paths, queries, and identifiers.
Check name
Referrer-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Limit how much referrer data leaves the site.
Result
Referrer-Policy is missing or incomplete.
Evidence
{
"header": "referrer-policy",
"value": null
}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; skipped heading levels; 14 links missing accessible names; 1/10 applicable form inputs have autocomplete attributes (9 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": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a href=\"#\" class=\"slick-arrow-prev slick-arrow slick-disabled\" aria-disabled=\"true\" style><i class=\"icon-vac-angle-left\"></i></a>",
"<a href=\"#\" class=\"slick-arrow-next slick-arrow\" style aria-disabled=\"false\"><i class=\"icon-vac-angle-right\"></i></a>",
"<a href=\"https://x.com/vacatia\" target=\"_blank\" class=\"c-footer__social-link\" rel=\"nofollow\"><i class=\"icon-twitter\"></i></a>",
"<a href=\"https://www.facebook.com/vacatia\" target=\"_blank\" class=\"c-footer__social-link\" rel=\"nofollow\"><i class=\"icon-facebook-sign\"></i></a>",
"<a href=\"https://www.pinterest.com/vacatia\" target=\"_blank\" class=\"c-footer__social-link\" rel=\"nofollow\"><i class=\"icon-pinterest\"></i></a>",
"<a href=\"https://www.instagram.com/vacatia/\" target=\"_blank\" class=\"c-footer__social-link\" rel=\"nofollow\"><i class=\"icon-instagram\"></i></a>",
"<a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a>",
"<a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a>",
"<a href=\"https://vacatia.zendesk.com/forums/22250828\" class=\"help\" target=\"_blank\"><i class=\"icon-question-sign\"></i></a>",
"<a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a>",
"<a href=\"#\" class=\"close c-auth-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"> <i class=\"icon-remove-thin\"></i> </a>",
"<a href=\"#\" class=\"close paid-member-how-it-works-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a>",
"<a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a>",
"<a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-vac-close\"></i></a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input type=\"text\" id=\"checkInDate\" name=\"checkInDate\" class=\"pickadate input-small check-in\" placeholder=\"Arriving\" readonly=\"1\">",
"<input type=\"text\" id=\"checkOutDate\" name=\"checkOutDate\" class=\"pickadate input-small check-out\" placeholder=\"Departing\" readonly=\"1\">",
"<input type=\"email\" class=\"js-auth-modal__sign-up-email\" name=\"email\" placeholder=\"Enter your Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<input type=\"password\" class=\"js-auth-modal__sign-up-password\" name=\"password\" placeholder=\"Enter a Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\" data-parsley-minlength=\"6\" data-parsley-minlength-message=\"Your password must be at least 6 characters long\">",
"<input type=\"email\" class=\"js-auth-modal__sign-in-email\" name=\"_username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<input type=\"password\" class=\"js-auth-modal__sign-in-password\" name=\"_password\" placeholder=\"Enter Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\">",
"<input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<input id=\"searchModalCheckInDate\" name=\"checkInDate\" class=\"pickadate input-small check-in\" placeholder=\"Arriving\" type=\"text\" readonly required>",
"<input id=\"searchModalCheckOutDate\" name=\"checkOutDate\" class=\"pickadate input-small check-out\" placeholder=\"Departing\" type=\"text\" readonly required>"
],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=123878841289435&ev=PageView&noscript=1\">",
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1316953393375789&ev=PageView&noscript=1\">",
"<img src=\"https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/hero-1.jpg\" class=\"sizer\">",
"<img class=\"search-dates-modal-img\" id=\"search-dates-modal-img\">",
"<img src=\"//bat.bing.com/action/0?ti=4007118&Ver=2\" height=\"0\" width=\"0\" style=\"display:none; visibility: hidden;\">"
],
"skippedHeadingLevels": [
"h1: Rent a Resort Residence",
"h2: Vacatia Makes it Easy",
"h3: Vacatia Guest Care",
"h3: FlexPay",
"h3: Hold for 48 Hours",
"h2: Resort Residences",
"h3: Space for families & friendsto spend time together... and apart",
"h2: Resort Residences",
"h3: Space for families & friendsto spend time together... and apart",
"h2: Own a Resort Residence",
"h3: Buy and sell with confidence",
"h2: Partner to the Resort Industry",
"h6: Company",
"h6: Vacation Rentals",
"h6: Sitemaps",
"h6: Top Rental Resorts",
"h6: Orlando Vacation Rentals",
"h6: Williamsburg Vacation Rentals",
"h6: Las Vegas Vacation Rentals",
"h6: South Florida Vacation Rentals",
"h6: Ratings Powered By",
"h3: Seller Agreement",
"h3: Create a Listing",
"h3: Log In or Register",
"h5: Rent, Subscribe, or Own?",
"h2: Your Privacy Choices",
"h3: Privacy Preferences",
"h4: Essential",
"h4: Analytics",
"h4: Marketing",
"h4: Functional",
"h2: Your Privacy Choices"
]
},
"counts": {
"h1": 1,
"headings": 32,
"links": 95,
"inaccessibleLinks": 14,
"buttons": 127,
"inaccessibleButtons": 0,
"images": 7,
"imagesWithAlt": 2,
"autocompleteInputs": 10,
"inputsWithAutocomplete": 1,
"missingAutocompleteInputs": 9
}
}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": 109600
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
25 Fail
Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
Needs attention
X-Content-Type-Options
Issue
X-Content-Type-Options is missing or incomplete.
Why it matters
X-Content-Type-Options prevents browsers from treating mislabeled files as executable content, reducing content-sniffing attacks.
Check name
X-Content-Type-Options
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent MIME sniffing for browser-loaded resources.
Result
X-Content-Type-Options is missing or incomplete.
Evidence
{
"header": "x-content-type-options",
"value": null
}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": 109600
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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": 109601
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109601
}
]
},
"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": 109600
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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": 109600
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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": "vacatia.com",
"probes": [
{
"name": "_index._agents.vacatia.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.vacatia.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": "vacatia.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> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<select name="destination"> is missing a label.<select name="destination"> is missing tool-param-description.<input name="checkInDate"> is missing a label.<input name="checkInDate"> is missing tool-param-description.<input name="checkOutDate"> is missing a label.<input name="checkOutDate"> is missing tool-param-description.<select name="numberOfGuests"> is missing a label.<select name="numberOfGuests"> is missing tool-param-description.<select name="numberOfChildren"> is missing a label.<select name="numberOfChildren"> is missing tool-param-description.<input name="email"> is missing a label.<input name="email"> is missing tool-param-description.<input name="password"> is missing a label.<input name="password"> is missing tool-param-description.<input name="_username"> is missing a label.<input name="_username"> is missing tool-param-description.<input name="_password"> is missing a label.<input name="_password"> is missing tool-param-description.<input name="username"> is missing a label.<input name="username"> is missing tool-param-description.<input name="checkInDate"> is missing a label.<input name="checkInDate"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 232,
"interactiveWithTags": 0,
"totalCount": 237,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"destination\"> is missing a label.",
"<select name=\"destination\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> is missing tool-param-description.",
"<select name=\"numberOfGuests\"> is missing a label.",
"<select name=\"numberOfGuests\"> is missing tool-param-description.",
"<select name=\"numberOfChildren\"> is missing a label.",
"<select name=\"numberOfChildren\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"password\"> is missing a label.",
"<input name=\"password\"> is missing tool-param-description.",
"<input name=\"_username\"> is missing a label.",
"<input name=\"_username\"> is missing tool-param-description.",
"<input name=\"_password\"> is missing a label.",
"<input name=\"_password\"> is missing tool-param-description.",
"<input name=\"username\"> is missing a label.",
"<input name=\"username\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> 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": 27,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"destination\"> is missing a label.",
"<select name=\"destination\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> is missing tool-param-description.",
"<select name=\"numberOfGuests\"> is missing a label.",
"<select name=\"numberOfGuests\"> is missing tool-param-description.",
"<select name=\"numberOfChildren\"> is missing a label.",
"<select name=\"numberOfChildren\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"password\"> is missing a label.",
"<input name=\"password\"> is missing tool-param-description.",
"<input name=\"_username\"> is missing a label.",
"<input name=\"_username\"> is missing tool-param-description.",
"<input name=\"_password\"> is missing a label.",
"<input name=\"_password\"> is missing tool-param-description.",
"<input name=\"username\"> is missing a label.",
"<input name=\"username\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"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": "<select name=\"destination\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"destination\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"checkInDate\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"checkInDate\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"checkOutDate\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"checkOutDate\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"numberOfGuests\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"numberOfGuests\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"numberOfChildren\"> is missing a label."
},
{
"type": "code",
"value": "<select name=\"numberOfChildren\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"password\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"password\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"_username\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"_username\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"_password\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"_password\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"username\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"username\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"checkInDate\"> is missing a label."
},
{
"type": "code",
"value": "<input name=\"checkInDate\"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 232,
"interactiveWithTags": 0,
"totalCount": 237,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"destination\"> is missing a label.",
"<select name=\"destination\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> is missing tool-param-description.",
"<select name=\"numberOfGuests\"> is missing a label.",
"<select name=\"numberOfGuests\"> is missing tool-param-description.",
"<select name=\"numberOfChildren\"> is missing a label.",
"<select name=\"numberOfChildren\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"password\"> is missing a label.",
"<input name=\"password\"> is missing tool-param-description.",
"<input name=\"_username\"> is missing a label.",
"<input name=\"_username\"> is missing tool-param-description.",
"<input name=\"_password\"> is missing a label.",
"<input name=\"_password\"> is missing tool-param-description.",
"<input name=\"username\"> is missing a label.",
"<input name=\"username\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> 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": 5,
"formsWithTags": 0,
"totalInteractive": 232,
"interactiveWithTags": 0,
"totalCount": 237,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<select name=\"destination\"> is missing a label.",
"<select name=\"destination\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> is missing tool-param-description.",
"<select name=\"numberOfGuests\"> is missing a label.",
"<select name=\"numberOfGuests\"> is missing tool-param-description.",
"<select name=\"numberOfChildren\"> is missing a label.",
"<select name=\"numberOfChildren\"> is missing tool-param-description.",
"<input name=\"email\"> is missing a label.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"password\"> is missing a label.",
"<input name=\"password\"> is missing tool-param-description.",
"<input name=\"_username\"> is missing a label.",
"<input name=\"_username\"> is missing tool-param-description.",
"<input name=\"_password\"> is missing a label.",
"<input name=\"_password\"> is missing tool-param-description.",
"<input name=\"username\"> is missing a label.",
"<input name=\"username\"> is missing tool-param-description.",
"<input name=\"checkInDate\"> is missing a label.",
"<input name=\"checkInDate\"> is missing tool-param-description.",
"<input name=\"checkOutDate\"> is missing a label.",
"<input name=\"checkOutDate\"> 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: publisher, freshnessDate.
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Vacatia",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/find-timeshares-for-sale",
"text": "Learn more about buying and selling timeshares",
"html": "<a href=\"/find-timeshares-for-sale\">Learn more about buying and selling timeshares</a>"
},
{
"href": "https://vacatiapartnerservices.com",
"text": "Learn more about Vacatia Partner Services",
"html": "<a href=\"https://vacatiapartnerservices.com\" target=\"_blank\">Learn more about Vacatia Partner Services</a>"
},
{
"href": "/ownerplus",
"text": "Learn more about OwnerPlus",
"html": "<a target=\"_blank\" href=\"/ownerplus\">Learn more about OwnerPlus</a>"
},
{
"href": "/company/about-vacatia",
"text": "About Us",
"html": "<a href=\"/company/about-vacatia\" title class=\"c-footer__link\">About Us</a>"
}
],
"contactLinks": [
{
"href": "#",
"text": "Help",
"html": "<a href=\"#\" class=\"c-nav__link c-dd-list__label\" data-toggle=\"dropdown\"> Help <i class=\"icon-caret-down\"></i> </a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"/terms-of-use\" title class=\"c-footer__link\">Terms of Use</a>"
},
{
"href": "/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy\" title class=\"c-footer__link\">Privacy Policy</a>"
},
{
"href": "#",
"text": "Privacy Settings",
"html": "<a href=\"#\" class=\"c-footer__link\" x-data x-on:click.prevent=\"window.dispatchEvent(new CustomEvent('open-privacy-preferences'))\"> Privacy Settings </a>"
},
{
"href": "/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"/terms-of-use\" title target=\"_blank\">Terms of Use</a>"
},
{
"href": "/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy\" title target=\"_blank\">Privacy Policy</a>"
},
{
"href": "/privacy-policy",
"text": "Learn more in our Privacy Policy.",
"html": "<a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a>"
},
{
"href": "/privacy-policy",
"text": "Learn more in our Privacy Policy.",
"html": "<a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a>"
}
],
"score": 60,
"weight": 20
}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
16 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": 17,
"passing": 1,
"failing": [
{
"heading": "Vacatia Makes it Easy",
"headingHtml": "<h2>Vacatia Makes it Easy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vacatia Guest Care",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">Vacatia Guest Care</h3>",
"firstParagraph": "Call or chat with our travel experts",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">Call or chat with our travel experts</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "FlexPay",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">FlexPay</h3>",
"firstParagraph": "Pay over time or split the bill",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">Pay over time or split the bill</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Hold for 48 Hours",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">Hold for 48 Hours</h3>",
"firstParagraph": "While you confirm with your family",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">While you confirm with your family</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Resort Residences",
"headingHtml": "<h2>Resort Residences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Space for families & friendsto spend time together... and apart",
"headingHtml": "<h3 class=\"tw-text-[#484848]\">Space for families & friends<br>to spend time together... and apart</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resort Residences",
"headingHtml": "<h2>Resort Residences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Space for families & friendsto spend time together... and apart",
"headingHtml": "<h3 class=\"tw-text-[#484848]\">Space for families & friends<br>to spend time together... and apart</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Own a Resort Residence",
"headingHtml": "<h2>Own a Resort Residence</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Buy and sell with confidence",
"headingHtml": "<h3>Buy and sell with confidence</h3>",
"firstParagraph": "Vacatia is the endorsed resell partner of Disney Vacation Club, Royal Resorts and Westgate Resorts",
"paragraphHtml": "<p>Vacatia is the endorsed resell partner of Disney Vacation Club, Royal Resorts and Westgate Resorts</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Partner to the Resort Industry",
"headingHtml": "<h2>Partner to the Resort Industry</h2>",
"firstParagraph": "Dedicated to the success of legacy resorts and their vibrant owner communities",
"paragraphHtml": "<p class=\"!md:tw-px-8\">Dedicated to the success of legacy resorts and their vibrant owner communities</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Seller Agreement",
"headingHtml": "<h3>Seller Agreement</h3>",
"firstParagraph": "Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:",
"paragraphHtml": "<p>Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Create a Listing",
"headingHtml": "<h3>Create a Listing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Log In or Register",
"headingHtml": "<h3>Log In or Register</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"text-center\"><i class=\"icon-spinner icon-spin icon-4x\"></i></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Your Privacy Choices",
"headingHtml": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>",
"firstParagraph": "This site uses cookies to improve your browsing experience and analyze site traffic. Learn more in our Privacy Policy.",
"paragraphHtml": "<p class=\"tw-m-0 tw-text-sm tw-text-a11y-neutral-600 dark:tw-text-a11y-neutral-300 tw-leading-relaxed\"> This site uses cookies to improve your browsing experience and analyze site traffic. <a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a> </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Your Privacy Choices",
"headingHtml": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>",
"firstParagraph": "This site uses cookies to improve your browsing experience and analyze site traffic. Learn more in our Privacy Policy.",
"paragraphHtml": "<p class=\"tw-m-0 tw-text-sm tw-text-a11y-neutral-600 dark:tw-text-a11y-neutral-300 tw-leading-relaxed\"> This site uses cookies to improve your browsing experience and analyze site traffic. <a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a> </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question-led structure
AEO: Question-led structure scored 50/100 and needs improvement.
Needs attention
AEO: Question-led structure
Issue
No question-led h2 sections or FAQ pattern was detected.
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: Question-led structure
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Question-led structure scored 50/100 and needs improvement.
Evidence
{
"h2Count": 7,
"questionH2s": [],
"hasFaq": false,
"score": 50,
"weight": 18
}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: publisher, freshnessDate.
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": true,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher",
"freshnessDate"
],
"authorMeta": "Vacatia",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/find-timeshares-for-sale",
"text": "Learn more about buying and selling timeshares",
"html": "<a href=\"/find-timeshares-for-sale\">Learn more about buying and selling timeshares</a>"
},
{
"href": "https://vacatiapartnerservices.com",
"text": "Learn more about Vacatia Partner Services",
"html": "<a href=\"https://vacatiapartnerservices.com\" target=\"_blank\">Learn more about Vacatia Partner Services</a>"
},
{
"href": "/ownerplus",
"text": "Learn more about OwnerPlus",
"html": "<a target=\"_blank\" href=\"/ownerplus\">Learn more about OwnerPlus</a>"
},
{
"href": "/company/about-vacatia",
"text": "About Us",
"html": "<a href=\"/company/about-vacatia\" title class=\"c-footer__link\">About Us</a>"
}
],
"contactLinks": [
{
"href": "#",
"text": "Help",
"html": "<a href=\"#\" class=\"c-nav__link c-dd-list__label\" data-toggle=\"dropdown\"> Help <i class=\"icon-caret-down\"></i> </a>"
},
{
"href": "mailto:[email protected]",
"text": "[email protected]",
"html": "<a href=\"mailto:[email protected]\">[email protected]</a>"
}
],
"privacyLinks": [
{
"href": "/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"/terms-of-use\" title class=\"c-footer__link\">Terms of Use</a>"
},
{
"href": "/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy\" title class=\"c-footer__link\">Privacy Policy</a>"
},
{
"href": "#",
"text": "Privacy Settings",
"html": "<a href=\"#\" class=\"c-footer__link\" x-data x-on:click.prevent=\"window.dispatchEvent(new CustomEvent('open-privacy-preferences'))\"> Privacy Settings </a>"
},
{
"href": "/terms-of-use",
"text": "Terms of Use",
"html": "<a href=\"/terms-of-use\" title target=\"_blank\">Terms of Use</a>"
},
{
"href": "/privacy-policy",
"text": "Privacy Policy",
"html": "<a href=\"/privacy-policy\" title target=\"_blank\">Privacy Policy</a>"
},
{
"href": "/privacy-policy",
"text": "Learn more in our Privacy Policy.",
"html": "<a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a>"
},
{
"href": "/privacy-policy",
"text": "Learn more in our Privacy Policy.",
"html": "<a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a>"
}
],
"score": 60,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 50/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 50/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
Missing viewport meta tag. 3 image(s) are missing width/height attributes. 239 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
50/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 50/100 and needs improvement.
Evidence
{
"viewportContent": "",
"visibleWords": 2563,
"htmlBytes": 433916,
"imagesMissingDimensions": [
{
"src": "https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/hero-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/hero-1.jpg\" class=\"item active\" alt=\"First hero image\">"
},
{
"src": "https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/hero-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/hero-1.jpg\" class=\"sizer\">"
},
{
"src": "https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/floorplan.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://vacatia.com/assets/1051/bundles/vacatiacore/img/home/floorplan.png\" class=\"floorplan-img\" alt=\"Resort floorplan\">"
}
],
"possibleDialogs": [
"<div class=\"c-autosuggest__placeholder-close-modal js-autosuggest__close-modal\"> Cancel </div>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"gulf-shores\" data-title=\"Gulf Shores, Alabama\"> Gulf Shores </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"phoenix-scottsdale\" data-title=\"Phoenix / Scottsdale, Arizona\"> Phoenix / Scottsdale </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"tucson\" data-title=\"Tucson, Arizona\"> Tucson </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"show-low\" data-title=\"Show Low, Arizona\"> Show Low </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"sedona-flagstaff\" data-title=\"Sedona / Flagstaff, Arizona\"> Sedona / Flagstaff </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"lake-havasu\" data-title=\"Lake Havasu, Arizona\"> Lake Havasu </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"clinton-fairfield-bay\" data-title=\"Clinton / Fairfield Bay, Arkansas\"> Clinton / Fairfield Bay </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"san-diego\" data-title=\"San Diego, California\"> San Diego </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"silicon-valley\" data-title=\"Silicon Valley, California\"> Silicon Valley </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"los-angeles\" data-title=\"Los Angeles, California\"> Los Angeles </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"palm-springs-desert\" data-title=\"Palm Springs / Desert, California\"> Palm Springs / Desert </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"lake-tahoe\" data-title=\"Lake Tahoe, California\"> Lake Tahoe </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"orange-county\" data-title=\"Orange County, California\"> Orange County </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"wine-country\" data-title=\"Wine Country, California\"> Wine Country </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"san-francisco\" data-title=\"San Francisco, California\"> San Francisco </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"clear-lake\" data-title=\"Clear Lake, California\"> Clear Lake </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"big-bear-lake\" data-title=\"Big Bear Lake, California\"> Big Bear Lake </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"keystone-breckenridge\" data-title=\"Breckenridge / Keystone / Copper Mountain, Colorado\"> Breckenridge / Keystone / Copper Mountain </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"steamboat-springs\" data-title=\"Steamboat Springs, Colorado\"> Steamboat Springs </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"rocky-mountain-national-park\" data-title=\"Rocky Mountain National Park, Colorado\"> Rocky Mountain National Park </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"denver\" data-title=\"Denver, Colorado\"> Denver </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"pagosa-springs\" data-title=\"Pagosa Springs, Colorado\"> Pagosa Springs </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"vail-beaver-creek\" data-title=\"Vail / Beaver Creek, Colorado\"> Vail / Beaver Creek </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"aspen-snowmass\" data-title=\"Aspen / Snowmass, Colorado\"> Aspen / Snowmass </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"orlando\" data-title=\"Orlando, Florida\"> Orlando </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"daytona-beach\" data-title=\"Daytona Beach, Florida\"> Daytona Beach </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"tampa-bay\" data-title=\"Tampa Bay / St. Petersburg, Florida\"> Tampa Bay / St. Petersburg </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"miami-fort-lauderdale\" data-title=\"Miami / Fort Lauderdale, Florida\"> Miami / Fort Lauderdale </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"panama-city\" data-title=\"Panama City, Florida\"> Panama City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"cocoa-beach\" data-title=\"Cocoa Beach, Florida\"> Cocoa Beach </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"south-florida\" data-title=\"South Florida, Florida\"> South Florida </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"southwest-florida-coast\" data-title=\"Southwest Florida Coast, Florida\"> Southwest Florida Coast </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"vero-beach\" data-title=\"Vero Beach, Florida\"> Vero Beach </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"pensacola\" data-title=\"Pensacola, Florida\"> Pensacola </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"naples\" data-title=\"Naples, Florida\"> Naples </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"destin\" data-title=\"Destin, Florida\"> Destin </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"fort-myers\" data-title=\"Fort Myers, Florida\"> Fort Myers </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"atlanta\" data-title=\"Atlanta, Georgia\"> Atlanta </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"maui\" data-title=\"Maui, Hawaii\"> Maui </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"oahu\" data-title=\"Oahu, Hawaii\"> Oahu </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"kauai\" data-title=\"Kauai, Hawaii\"> Kauai </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"big-island\" data-title=\"Big Island, Hawaii\"> Big Island </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"galena\" data-title=\"Galena, Illinois\"> Galena </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"chicago\" data-title=\"Chicago, Illinois\"> Chicago </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"new-orleans\" data-title=\"New Orleans, Louisiana\"> New Orleans </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"ocean-city\" data-title=\"Ocean City, Maryland\"> Ocean City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"boston\" data-title=\"Boston, Massachusetts\"> Boston </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"the-berkshires\" data-title=\"The Berkshires, Massachusetts\"> The Berkshires </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"biloxi\" data-title=\"Biloxi, Mississippi\"> Biloxi </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"pascagoula\" data-title=\"Pascagoula, Mississippi\"> Pascagoula </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"branson\" data-title=\"Branson, Missouri\"> Branson </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"lake-ozark\" data-title=\"Lake Ozark, Missouri\"> Lake Ozark </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"kalispell\" data-title=\"Kalispell, Montana\"> Kalispell </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"big-sky\" data-title=\"Big Sky, Montana\"> Big Sky </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"las-vegas\" data-title=\"Las Vegas, Nevada\"> Las Vegas </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"manchester-nh\" data-title=\"Manchester NH, New Hampshire\"> Manchester NH </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"atlantic-city\" data-title=\"Atlantic City, New Jersey\"> Atlantic City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"santa-fe\" data-title=\"Santa Fe, New Mexico\"> Santa Fe </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"new-york-city\" data-title=\"New York City, New York\"> New York City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"morehead-city\" data-title=\"Morehead City, North Carolina\"> Morehead City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"boone\" data-title=\"Boone, North Carolina\"> Boone </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"vinita\" data-title=\"Vinita, Oklahoma\"> Vinita </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"portland\" data-title=\"Portland, Oregon\"> Portland </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"bend\" data-title=\"Bend, Oregon\"> Bend </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"philadelphia\" data-title=\"Philadelphia, Pennsylvania\"> Philadelphia </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"dubois\" data-title=\"DuBois, Pennsylvania\"> DuBois </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"scranton\" data-title=\"Scranton, Pennsylvania\"> Scranton </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"wilkes-barre\" data-title=\"Wilkes-Barre, Pennsylvania\"> Wilkes-Barre </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"block-island\" data-title=\"Block Island, Rhode Island\"> Block Island </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"myrtle-beach\" data-title=\"Myrtle Beach, South Carolina\"> Myrtle Beach </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"hilton-head\" data-title=\"Hilton Head, South Carolina\"> Hilton Head </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"anderson\" data-title=\"Anderson, South Carolina\"> Anderson </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"crossville\" data-title=\"Crossville, Tennessee\"> Crossville </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"nashville\" data-title=\"Nashville, Tennessee\"> Nashville </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"gatlinburg\" data-title=\"Gatlinburg, Tennessee\"> Gatlinburg </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"houston\" data-title=\"Houston, Texas\"> Houston </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"san-antonio\" data-title=\"San Antonio, Texas\"> San Antonio </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"dallas\" data-title=\"Dallas, Texas\"> Dallas </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"austin\" data-title=\"Austin, Texas\"> Austin </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"park-city\" data-title=\"Park City, Utah\"> Park City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"cedar-city\" data-title=\"Cedar City, Utah\"> Cedar City </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"virginia-beach-williamsburg\" data-title=\"Virginia Beach / Williamsburg, Virginia\"> Virginia Beach / Williamsburg </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"virginia\" data-title=\"Virginia, Virginia\"> Virginia </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"bellingham\" data-title=\"Bellingham, Washington\"> Bellingham </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"seattle\" data-title=\"Seattle, Washington\"> Seattle </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"washington-d-c\" data-title=\"Washington D.C., Washington, D.C.\"> Washington D.C. </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"owen-sound\" data-title=\"Owen Sound, Canada\"> Owen Sound </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"banff-canmore\" data-title=\"Banff / Canmore, Canada\"> Banff / Canmore </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"whistler\" data-title=\"Whistler, Canada\"> Whistler </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"bahamas\" data-title=\"Bahamas, Caribbean\"> Bahamas </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"dominican-republic\" data-title=\"Dominican Republic, Caribbean\"> Dominican Republic </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"aruba\" data-title=\"Aruba, Caribbean\"> Aruba </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"puerto-rico\" data-title=\"Puerto Rico, Caribbean\"> Puerto Rico </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"cancun\" data-title=\"Cancun, Mexico\"> Cancun </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"puerto-vallarta\" data-title=\"Puerto Vallarta, Mexico\"> Puerto Vallarta </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"southern-sonora\" data-title=\"Southern Sonora, Mexico\"> Southern Sonora </button>",
"<button class=\"tw-bg-transparent tw-border-none tw-overflow-visible tw-p-0 tw-subpixel-antialiased tw-text-left tw-text-vacatia-blue open-search-dates-modal\" data-slug=\"cabo-san-lucas\" data-title=\"Cabo San Lucas, Mexico\"> Cabo San Lucas </button>",
"<div class=\"modal-scrollable-container hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div id=\"modal-seller-agreement\" class=\"modal-seller-agreement modal modal-scrollable hide fade\"> <div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Seller Agreement</h3> </div> <div class=\"modal-body\"> <p>Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:</p> <...",
"<div id=\"modal-seller-agreement\" class=\"modal-seller-agreement modal modal-scrollable hide fade\"> <div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Seller Agreement</h3> </div> <div class=\"modal-body\"> <p>Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:</p> <ol class=\"list-spaced\"> <li> <p>You agree to pay Vacatia a Platform Fee after your interest i...",
"<div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Seller Agreement</h3> </div>",
"<div class=\"modal-body\"> <p>Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:</p> <ol class=\"list-spaced\"> <li> <p>You agree to pay Vacatia a Platform Fee after your interest is sold.</p> <ul class=\"list-spaced\"> <li> <p>Platform fee is $500 for any vacation ownership interest which sells for a price between $0 to $5,000.</p> </li> <li> <p>Platform fee is $750 for any vacation ownership interest which sells f...",
"<div class=\"modal-footer\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">Close</a> <button class=\"accept-seller-agreement button-primary\">I agree</button> </div>",
"<div id=\"modal-add-listing\" class=\"modal-add-listing modal hide fade\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <a href=\"https://vacatia.zendesk.com/forums/22250828\" class=\"help\" target=\"_blank\"><i class=\"icon-question-sign\"></i></a> <h3>Create a Listing</h3> </div> <div class=\"modal-body\"> <div class=\"choices\"> <a href=\"/account/club-listing/new\" title class=\"sel...",
"<div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <a href=\"https://vacatia.zendesk.com/forums/22250828\" class=\"help\" target=\"_blank\"><i class=\"icon-question-sign\"></i></a> <h3>Create a Listing</h3> </div>",
"<div class=\"modal-body\"> <div class=\"choices\"> <a href=\"/account/club-listing/new\" title class=\"sell-points\"> <i class=\"icon-home icon-home-1\"></i><i class=\"icon-home icon-home-2\"></i><i class=\"icon-home icon-home-3\"></i> <span>Sell points</span> </a> <a href=\"/account/property-listing/new\" title class=\"sell-property\"> <i class=\"icon-home\"></i> <span>Sell a week or<br> fractional interest</span> </a> </div> </div>",
"<div class=\"modal-footer\"> <i class=\"icon-phone\"></i> Need assistance? Call us at (855) 857-7588 </div>",
"<div class=\"modal-scrollable-container hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div id=\"modal-login\" class=\"modal-login modal-login-remote-submit modal modal-scrollable fade\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Log In or Register</h3> </div> <div class=\"modal-body\"> <p class=\"text-center\"><i class=\"icon-spinner icon-spin icon-4x\"></i></p> <...",
"<div id=\"modal-login\" class=\"modal-login modal-login-remote-submit modal modal-scrollable fade\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Log In or Register</h3> </div> <div class=\"modal-body\"> <p class=\"text-center\"><i class=\"icon-spinner icon-spin icon-4x\"></i></p> </div> <div class=\"modal-footer\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"...",
"<div class=\"modal-header\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove\"></i></a> <h3>Log In or Register</h3> </div>",
"<div class=\"modal-body\"> <p class=\"text-center\"><i class=\"icon-spinner icon-spin icon-4x\"></i></p> </div>",
"<div class=\"modal-footer\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\">Cancel</a> </div>",
"<div class=\"modal-scrollable-container tw-font-sans-legacy tw-antialiased c-auth-wrapper hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div id=\"sign-up-modal\" class=\"modal-rental modal modal-responsive tw-min-w-[350px] tw-max-w-fit tw-bg-white md:tw-bg-none modal-scrollable fade c-auth-modal\"> <div class=\"c-auth-modal__body\"> <a href=\"#\" class=\"close c-auth-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"> <i class=\"icon-remove-thin\"></i> </a> <div class=\"c-auth-modal__two-cols t...",
"<div id=\"sign-up-modal\" class=\"modal-rental modal modal-responsive tw-min-w-[350px] tw-max-w-fit tw-bg-white md:tw-bg-none modal-scrollable fade c-auth-modal\"> <div class=\"c-auth-modal__body\"> <a href=\"#\" class=\"close c-auth-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"> <i class=\"icon-remove-thin\"></i> </a> <div class=\"c-auth-modal__two-cols tw-grid tw-grid-cols-[repeat(auto-fit,minmax(0,1fr))]\"> <div> <div class=\"c-auth-modal__sign-up-content\"> <div class=\"c-auth-modal__right-column...",
"<div class=\"c-auth-modal__body\"> <a href=\"#\" class=\"close c-auth-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"> <i class=\"icon-remove-thin\"></i> </a> <div class=\"c-auth-modal__two-cols tw-grid tw-grid-cols-[repeat(auto-fit,minmax(0,1fr))]\"> <div> <div class=\"c-auth-modal__sign-up-content\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--fa...",
"<a href=\"#\" class=\"close c-auth-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"> <i class=\"icon-remove-thin\"></i> </a>",
"<div class=\"c-auth-modal__two-cols tw-grid tw-grid-cols-[repeat(auto-fit,minmax(0,1fr))]\"> <div> <div class=\"c-auth-modal__sign-up-content\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Sign Up with Facebook</spa...",
"<div class=\"c-auth-modal__sign-up-content\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Sign Up with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-au...",
"<div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Sign Up with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=...",
"<div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Sign Up with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=\"c-auth-modal__button-icon c-auth-modal__button...",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Sign Up with Facebook</span> </button>",
"<span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span>",
"<span class=\"c-auth-modal__button-text\">Sign Up with Facebook</span>",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=\"c-auth-modal__button-icon c-auth-modal__button-icon--google\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22px\" height=\"22px\" viewBox=\"0 0 48 48\"><g><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1...",
"<span class=\"c-auth-modal__button-icon c-auth-modal__button-icon--google\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22px\" height=\"22px\" viewBox=\"0 0 48 48\"><g><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fi...",
"<span class=\"c-auth-modal__button-text\">Sign Up with Google</span>",
"<div class=\"c-auth-modal__divider\"><span>or</span></div>",
"<form action=\"/rental-modal-register\" method=\"post\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__sign-up-email\" name=\"email\" placeholder=\"Enter your Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"password\" class=\"js-auth-modal__sign-up-password\" name=\"password\" placeholder=\"E...",
"<div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__sign-up-email\" name=\"email\" placeholder=\"Enter your Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div>",
"<input type=\"email\" class=\"js-auth-modal__sign-up-email\" name=\"email\" placeholder=\"Enter your Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<div class=\"c-auth-modal__input-wrapper\"> <input type=\"password\" class=\"js-auth-modal__sign-up-password\" name=\"password\" placeholder=\"Enter a Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\" data-parsley-minlength=\"6\" data-parsley-minlength-message=\"Your password must be at least 6 characters long\"> </div>",
"<input type=\"password\" class=\"js-auth-modal__sign-up-password\" name=\"password\" placeholder=\"Enter a Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\" data-parsley-minlength=\"6\" data-parsley-minlength-message=\"Your password must be at least 6 characters long\">",
"<button type=\"submit\" class=\"c-auth-modal__button c-auth-modal__button--bluelight js-auth-modal__button--sign-up\"> Sign Up with Email </button>",
"<button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--sign-in\" data-togglestate=\"sign-in\"> I'm already registered </button>",
"<p class=\"bottom-content c-auth-modal__terms\"> By signing up, you agree to our <a href=\"/terms-of-use\" title target=\"_blank\">Terms of Use</a> and <a href=\"/privacy-policy\" title target=\"_blank\">Privacy Policy</a>, and occasionally receive emails from us (opt out any time). </p>",
"<div class=\"c-auth-modal__error c-auth-modal__error--sign-up\"> <div> <p class=\"c-auth-modal__error-msg\">There was a problem trying to sign you up. Please try again!</p> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"sign-up\">Go Back</button> </div> </div>",
"<p class=\"c-auth-modal__error-msg\">There was a problem trying to sign you up. Please try again!</p>",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"sign-up\">Go Back</button>",
"<div class=\"c-auth-modal__sign-in-content\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Log In with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-aut...",
"<div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Log In with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=\"...",
"<div class=\"c-auth-modal__right-column-top\"> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Log In with Facebook</span> </button> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=\"c-auth-modal__button-icon c-auth-modal__button-...",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--facebook js-auth-modal__button--facebook\"> <span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span> <span class=\"c-auth-modal__button-text\">Log In with Facebook</span> </button>",
"<span class=\"c-auth-modal__button-icon\"><i class=\"icon-vac-facebook-f\"></i></span>",
"<span class=\"c-auth-modal__button-text\">Log In with Facebook</span>",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--google js-auth-modal__button--google hide\"> <span class=\"c-auth-modal__button-icon c-auth-modal__button-icon--google\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22px\" height=\"22px\" viewBox=\"0 0 48 48\"><g><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1...",
"<span class=\"c-auth-modal__button-icon c-auth-modal__button-icon--google\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22px\" height=\"22px\" viewBox=\"0 0 48 48\"><g><path fill=\"#EA4335\" d=\"M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z\"/><path fill=\"#4285F4\" d=\"M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z\"/><path fi...",
"<span class=\"c-auth-modal__button-text\">Log In with Google</span>",
"<div class=\"c-auth-modal__divider\"><span>or</span></div>",
"<form action=\"/login_check\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__sign-in-email\" name=\"_username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"password\" class=\"js-auth-modal__sign-in-password\" name=\"_password\" placeholder=\"Enter Password\" required...",
"<div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__sign-in-email\" name=\"_username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div>",
"<input type=\"email\" class=\"js-auth-modal__sign-in-email\" name=\"_username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<div class=\"c-auth-modal__input-wrapper\"> <input type=\"password\" class=\"js-auth-modal__sign-in-password\" name=\"_password\" placeholder=\"Enter Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\"> </div>",
"<input type=\"password\" class=\"js-auth-modal__sign-in-password\" name=\"_password\" placeholder=\"Enter Password\" required data-parsley-type-message=\"Please enter a valid password\" data-parsley-required-message=\"Please enter a valid password\">",
"<button type=\"submit\" class=\"c-auth-modal__button c-auth-modal__button--bluelight js-auth-modal__button--join\">Log In</button>",
"<div class=\"c-auth-modal__bottom-links\"> <button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--forgot-pass\" data-togglestate=\"retrieve\"> I forgot my password </button> <button type=\"button\" class=\"c-auth-modal__text-button\" data-togglestate=\"sign-up\"> Sign Up </button> </div>",
"<button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--forgot-pass\" data-togglestate=\"retrieve\"> I forgot my password </button>",
"<button type=\"button\" class=\"c-auth-modal__text-button\" data-togglestate=\"sign-up\"> Sign Up </button>",
"<div class=\"c-auth-modal__error c-auth-modal__error--sign-in\"> <div> <p class=\"c-auth-modal__error-msg\">There was a problem trying to log you in. Please try again!</p> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"sign-in\">Go Back</button> </div> </div>",
"<p class=\"c-auth-modal__error-msg\">There was a problem trying to log you in. Please try again!</p>",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"sign-in\">Go Back</button>",
"<div class=\"c-auth-modal__retrieve-content\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <form action=\"/password/sent-email\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <button type=\"s...",
"<div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top\"> <form action=\"/password/sent-email\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <button type=\"submit\" class=\"c-auth-modal__button c-auth-mod...",
"<div class=\"c-auth-modal__right-column-top\"> <form action=\"/password/sent-email\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <button type=\"submit\" class=\"c-auth-modal__button c-auth-modal__button--bluelight\"> Retrieve Password </but...",
"<form action=\"/password/sent-email\" class=\"c-auth-modal__form\"> <div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div> <button type=\"submit\" class=\"c-auth-modal__button c-auth-modal__button--bluelight\"> Retrieve Password </button> </form>",
"<div class=\"c-auth-modal__input-wrapper\"> <input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\"> </div>",
"<input type=\"email\" class=\"js-auth-modal__retrieve-email\" name=\"username\" placeholder=\"Enter Email Address\" required data-parsley-type-message=\"Please enter a valid email\" data-parsley-required-message=\"Please enter a valid email\">",
"<button type=\"submit\" class=\"c-auth-modal__button c-auth-modal__button--bluelight\"> Retrieve Password </button>",
"<div class=\"c-auth-modal__bottom-links c-auth-modal__bottom-links--center\"> <button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--back-to-login\" data-togglestate=\"sign-in\"> Back to Log In </button> </div>",
"<button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--back-to-login\" data-togglestate=\"sign-in\"> Back to Log In </button>",
"<div class=\"c-auth-modal__retrieve-success\"> <div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top c-auth-modal__right-column-top-center\"> <i class=\"c-auth-modal__icon c-auth-modal__icon--envelope icon-vac-envelope\"></i> <p class=\"c-auth-modal__main-msg\"> An email has been sent to <span class=\"c-auth-modal__email-text-holder js-auth-modal__email-text-holder\"></span> </p> <p class=\"c-auth-modal__msg\"> It contains a link you must click to reset your password....",
"<div class=\"c-auth-modal__right-column-inner\"> <div class=\"c-auth-modal__right-column-top c-auth-modal__right-column-top-center\"> <i class=\"c-auth-modal__icon c-auth-modal__icon--envelope icon-vac-envelope\"></i> <p class=\"c-auth-modal__main-msg\"> An email has been sent to <span class=\"c-auth-modal__email-text-holder js-auth-modal__email-text-holder\"></span> </p> <p class=\"c-auth-modal__msg\"> It contains a link you must click to reset your password. </p> </div> <div class=\"c-auth-modal__bottom...",
"<div class=\"c-auth-modal__right-column-top c-auth-modal__right-column-top-center\"> <i class=\"c-auth-modal__icon c-auth-modal__icon--envelope icon-vac-envelope\"></i> <p class=\"c-auth-modal__main-msg\"> An email has been sent to <span class=\"c-auth-modal__email-text-holder js-auth-modal__email-text-holder\"></span> </p> <p class=\"c-auth-modal__msg\"> It contains a link you must click to reset your password. </p> </div>",
"<i class=\"c-auth-modal__icon c-auth-modal__icon--envelope icon-vac-envelope\"></i>",
"<p class=\"c-auth-modal__main-msg\"> An email has been sent to <span class=\"c-auth-modal__email-text-holder js-auth-modal__email-text-holder\"></span> </p>",
"<span class=\"c-auth-modal__email-text-holder js-auth-modal__email-text-holder\"></span>",
"<p class=\"c-auth-modal__msg\"> It contains a link you must click to reset your password. </p>",
"<div class=\"c-auth-modal__bottom-links c-auth-modal__bottom-links--center\"> <button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--close\" data-dismiss=\"modal\"> Close </button> </div>",
"<button type=\"button\" class=\"c-auth-modal__text-button c-auth-modal__text-button--close\" data-dismiss=\"modal\"> Close </button>",
"<div class=\"c-auth-modal__error c-auth-modal__error--retrieve\"> <div> <p class=\"c-auth-modal__error-msg\">There was a problem retrieving your password! Please try again!</p> <button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"retrieve\">Go Back</button> </div> </div>",
"<p class=\"c-auth-modal__error-msg\">There was a problem retrieving your password! Please try again!</p>",
"<button type=\"button\" class=\"c-auth-modal__button c-auth-modal__button--redlight c-auth-modal__button--go-back\" data-togglestate=\"retrieve\">Go Back</button>",
"<div class=\"loader-wrapper loader-middle-center c-auth-modal__loader\"> <div class=\"loader-holder\"> <div class=\"loader\"> <div class=\"loader-inner\"></div> </div> </div> </div>",
"<div class=\"c-auth-modal__success\"> </div>",
"<div class=\"modal-scrollable-container paid-member-how-it-works-wrapper hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div id=\"paid-member-how-it-works-modal\" class=\"modal-rental paid-member-how-it-works-modal modal modal-scrollable fade\"> <div class=\"modal-body paid-member-how-it-works-modal__body\"> <a href=\"#\" class=\"close paid-member-how-it-works-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"paid-member-how-it-works-modal__lo...",
"<div id=\"paid-member-how-it-works-modal\" class=\"modal-rental paid-member-how-it-works-modal modal modal-scrollable fade\"> <div class=\"modal-body paid-member-how-it-works-modal__body\"> <a href=\"#\" class=\"close paid-member-how-it-works-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"paid-member-how-it-works-modal__logo\"> Family<strong>Pass</strong><span>Beta</span> </div> <div class=\"paid-member-how-it-works-modal__dark-box\"> REAL savings,...",
"<div class=\"modal-body paid-member-how-it-works-modal__body\"> <a href=\"#\" class=\"close paid-member-how-it-works-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"paid-member-how-it-works-modal__logo\"> Family<strong>Pass</strong><span>Beta</span> </div> <div class=\"paid-member-how-it-works-modal__dark-box\"> REAL savings, on EVERY booking, EVERY time. </div> <ul class=\"paid-member-how-it-works-modal__benefits\"> <li class=\"paid-member-how-it-w...",
"<a href=\"#\" class=\"close paid-member-how-it-works-modal__close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a>",
"<div class=\"paid-member-how-it-works-modal__logo\"> Family<strong>Pass</strong><span>Beta</span> </div>",
"<div class=\"paid-member-how-it-works-modal__dark-box\"> REAL savings, on EVERY booking, EVERY time. </div>",
"<ul class=\"paid-member-how-it-works-modal__benefits\"> <li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div> <div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Sign Up For Free</strong> Exclusive FamilyPass rates not available anywhere else. </div> </li> <li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span cl...",
"<li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div> <div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Sign Up For Free</strong> Exclusive FamilyPass rates not available anywhere else. </div> </li>",
"<div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div>",
"<div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Sign Up For Free</strong> Exclusive FamilyPass rates not available anywhere else. </div>",
"<li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div> <div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Search and Compare Rates</strong> FamilyPass rates are always lower than the other sites. </div> </li>",
"<div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div>",
"<div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Search and Compare Rates</strong> FamilyPass rates are always lower than the other sites. </div>",
"<li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div> <div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Enjoy More Flexibility</strong> Pay over time. Hold reservations for 48 hours. </div> </li>",
"<div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div>",
"<div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Enjoy More Flexibility</strong> Pay over time. Hold reservations for 48 hours. </div>",
"<li class=\"paid-member-how-it-works-modal__benefit\"> <div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div> <div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Book and Save</strong> On average, members <span class=\"paid-member-how-it-works-modal__text--underlined\">save $80</span> on every booking. </div> </li>",
"<div class=\"paid-member-how-it-works-modal__benefit-icon\"> <span class=\"icon-vac-check-mark\"></span> </div>",
"<div class=\"paid-member-how-it-works-modal__benefit-text\"> <strong>Book and Save</strong> On average, members <span class=\"paid-member-how-it-works-modal__text--underlined\">save $80</span> on every booking. </div>",
"<span class=\"paid-member-how-it-works-modal__text--underlined\">save $80</span>",
"<a href class=\"paid-member-how-it-works-modal__button\" role=\"button\" data-not-accessible>Try FamilyPass</a>",
"<a href=\"#\" class=\"paid-member-how-it-works-modal__text-link\" role=\"button\" data-dismiss=\"modal\" data-not-accessible>Maybe later</a>",
"<div class=\"modal-scrollable-container covid-modal-wrapper hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"> <div id=\"covid-modal\" class=\"modal-rental covid-modal modal modal-scrollable fade\"> <div class=\"modal-body\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"covid-modal__img\"></div> <div class=\"covid-modal__info\"> <div class=\"covid-modal__centered\"> <div class=\"covid-modal__title\">Need a place to stay awhile?</div>...",
"<div id=\"covid-modal\" class=\"modal-rental covid-modal modal modal-scrollable fade\"> <div class=\"modal-body\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"covid-modal__img\"></div> <div class=\"covid-modal__info\"> <div class=\"covid-modal__centered\"> <div class=\"covid-modal__title\">Need a place to stay awhile?</div> <div class=\"covid-modal__text\"> <p>We know it's a difficult time and we're here to help in any way we c...",
"<div class=\"modal-body\"> <a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-remove-thin\"></i></a> <div class=\"covid-modal__img\"></div> <div class=\"covid-modal__info\"> <div class=\"covid-modal__centered\"> <div class=\"covid-modal__title\">Need a place to stay awhile?</div> <div class=\"covid-modal__text\"> <p>We know it's a difficult time and we're here to help in any way we can.</p> <p>If you're looking for a longer term rental, our resort residences pr...",
"<div class=\"covid-modal__img\"></div>",
"<div class=\"covid-modal__info\"> <div class=\"covid-modal__centered\"> <div class=\"covid-modal__title\">Need a place to stay awhile?</div> <div class=\"covid-modal__text\"> <p>We know it's a difficult time and we're here to help in any way we can.</p> <p>If you're looking for a longer term rental, our resort residences provide the space of a home and services of a hotel — including full kitchens, dining/living areas, and separate bedrooms.</p> <p><strong>Contact our Guest Care...",
"<div class=\"covid-modal__centered\"> <div class=\"covid-modal__title\">Need a place to stay awhile?</div> <div class=\"covid-modal__text\"> <p>We know it's a difficult time and we're here to help in any way we can.</p> <p>If you're looking for a longer term rental, our resort residences provide the space of a home and services of a hotel — including full kitchens, dining/living areas, and separate bedrooms.</p> <p><strong>Contact our Guest Care team to ask about our discounte...",
"<div class=\"covid-modal__title\">Need a place to stay awhile?</div>",
"<div class=\"covid-modal__text\"> <p>We know it's a difficult time and we're here to help in any way we can.</p> <p>If you're looking for a longer term rental, our resort residences provide the space of a home and services of a hotel — including full kitchens, dining/living areas, and separate bedrooms.</p> <p><strong>Contact our Guest Care team to ask about our discounted rates at <a href=\"tel:+18558583950\">(855) 858-3950</a> or <a href=\"mailto:[email protected]\">help@vaca...",
"<div class=\"modal-scrollable-container search-dates-modal-container hide\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\"><div id=\"searchDatesModal\" class=\"modal-rental modal modal-scrollable fade search-dates-modal\"><div class=\"modal-header\"><a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-vac-close\"></i></a><img class=\"search-dates-modal-img\" id=\"search-dates-modal-img\"><div class=\"modal-header-texts\"><div class=\"search-dates-modal-title\" id=\"search-dates-moda...",
"<div id=\"searchDatesModal\" class=\"modal-rental modal modal-scrollable fade search-dates-modal\"><div class=\"modal-header\"><a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-vac-close\"></i></a><img class=\"search-dates-modal-img\" id=\"search-dates-modal-img\"><div class=\"modal-header-texts\"><div class=\"search-dates-modal-title\" id=\"search-dates-modal-title\"></div><div class=\"search-dates-modal-promo hide\" id=\"search-dates-modal-promo\"><div class=\"search-dates-modal-pr...",
"<div class=\"modal-header\"><a href=\"#\" class=\"close\" data-dismiss=\"modal\" aria-hidden=\"true\"><i class=\"icon-vac-close\"></i></a><img class=\"search-dates-modal-img\" id=\"search-dates-modal-img\"><div class=\"modal-header-texts\"><div class=\"search-dates-modal-title\" id=\"search-dates-modal-title\"></div><div class=\"search-dates-modal-promo hide\" id=\"search-dates-modal-promo\"><div class=\"search-dates-modal-promo-discount\"><span id=\"search-dates-modal-promo-discount\"></span>% OFF*</div><div class=\"searc...",
"<img class=\"search-dates-modal-img\" id=\"search-dates-modal-img\">",
"<div class=\"modal-header-texts\"><div class=\"search-dates-modal-title\" id=\"search-dates-modal-title\"></div><div class=\"search-dates-modal-promo hide\" id=\"search-dates-modal-promo\"><div class=\"search-dates-modal-promo-discount\"><span id=\"search-dates-modal-promo-discount\"></span>% OFF*</div><div class=\"search-dates-modal-promo-dates\"><span id=\"search-dates-modal-promo-travel-dates\"></span><span id=\"search-dates-modal-promo-book-date\"></span></div><div class=\"search-dates-modal-promo-disclaimer\"...",
"<div class=\"search-dates-modal-title\" id=\"search-dates-modal-title\"></div>",
"<div class=\"search-dates-modal-promo hide\" id=\"search-dates-modal-promo\"><div class=\"search-dates-modal-promo-discount\"><span id=\"search-dates-modal-promo-discount\"></span>% OFF*</div><div class=\"search-dates-modal-promo-dates\"><span id=\"search-dates-modal-promo-travel-dates\"></span><span id=\"search-dates-modal-promo-book-date\"></span></div><div class=\"search-dates-modal-promo-disclaimer\">*Certain restrictions and blackout dates may apply</div></div>",
"<div class=\"search-dates-modal-promo-discount\"><span id=\"search-dates-modal-promo-discount\"></span>% OFF*</div>",
"<span id=\"search-dates-modal-promo-discount\"></span>",
"<div class=\"search-dates-modal-promo-dates\"><span id=\"search-dates-modal-promo-travel-dates\"></span><span id=\"search-dates-modal-promo-book-date\"></span></div>",
"<span id=\"search-dates-modal-promo-travel-dates\"></span>",
"<span id=\"search-dates-modal-promo-book-date\"></span>",
"<div class=\"search-dates-modal-promo-disclaimer\">*Certain restrictions and blackout dates may apply</div>",
"<div class=\"modal-body\"><div class=\"loader-wrapper row-fluid loader-container hide\"><div class=\"loader-holder\"><div class=\"loader\"><div class=\"loader-inner\"></div></div></div></div><div class=\"row-fluid form-container\"><form method=\"get\" action id=\"rental-search-dates\"><div class=\"search-availability\"><div class=\"input-icon-label-append\"><input id=\"searchModalCheckInDate\" name=\"checkInDate\" class=\"pickadate input-small check-in\" placeholder=\"Arriving\" type=\"text\" readonly required><label clas...",
"<input id=\"searchModalCheckInDate\" name=\"checkInDate\" class=\"pickadate input-small check-in\" placeholder=\"Arriving\" type=\"text\" readonly required>",
"<input id=\"searchModalCheckOutDate\" name=\"checkOutDate\" class=\"pickadate input-small check-out\" placeholder=\"Departing\" type=\"text\" readonly required>",
"<input type=\"hidden\" id=\"searchModalPropertyId\" name=\"propertyId\">",
"<div id=\"best-for-me-modal\" class=\"modal fade modal-responsive modal-lg tw-font-sans\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"modal-label\" aria-hidden=\"true\" style=\"display: none\"> <div class=\"modal-dialog tw-p-4 \" role=\"document\"> <div class=\"modal-content tw-max-h-[calc(100vh-2rem)] tw-overflow-scroll\"> <div class=\"modal-header tw-relative \"> <h5 class=\"modal-title tw-text-lg md:tw-text-3xl tw-font-semibold\" id=\"modal-label\">Rent, Subscribe, or Own?</h5> <button type=\"button\" class=\"cl...",
"<div class=\"modal-dialog tw-p-4 \" role=\"document\"> <div class=\"modal-content tw-max-h-[calc(100vh-2rem)] tw-overflow-scroll\"> <div class=\"modal-header tw-relative \"> <h5 class=\"modal-title tw-text-lg md:tw-text-3xl tw-font-semibold\" id=\"modal-label\">Rent, Subscribe, or Own?</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button> </div> <div class=\"modal-body \"> <div class=\"tw-table tw-leading-tight\"> <div class=\"tw-tab...",
"<div class=\"modal-content tw-max-h-[calc(100vh-2rem)] tw-overflow-scroll\"> <div class=\"modal-header tw-relative \"> <h5 class=\"modal-title tw-text-lg md:tw-text-3xl tw-font-semibold\" id=\"modal-label\">Rent, Subscribe, or Own?</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button> </div> <div class=\"modal-body \"> <div class=\"tw-table tw-leading-tight\"> <div class=\"tw-table-row-group\"> <div class=\"tw-table-row\"> <div clas...",
"<div class=\"modal-header tw-relative \"> <h5 class=\"modal-title tw-text-lg md:tw-text-3xl tw-font-semibold\" id=\"modal-label\">Rent, Subscribe, or Own?</h5> <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button> </div>",
"<h5 class=\"modal-title tw-text-lg md:tw-text-3xl tw-font-semibold\" id=\"modal-label\">Rent, Subscribe, or Own?</h5>",
"<div class=\"modal-body \"> <div class=\"tw-table tw-leading-tight\"> <div class=\"tw-table-row-group\"> <div class=\"tw-table-row\"> <div class=\"tw-table-cell tw-sticky tw-shadow-r-md md:tw-shadow-none tw-left-[-21px] tw-z-10 tw-bg-white\"> </div> <div class=\"tw-table-cell tw-align-middle tw-p-3 tw-bg-vacatia-blue tw-rounded-t-lg tw-border tw-border-solid tw-border-vacatia-blue tw-uppercase tw-text-white tw-text-center tw-font-semibold\"> Rentals </div> <div class=\"tw-table-cell tw-w-2\"> </d...",
"<div x-show=\"showBanner\" x-transition:enter=\"tw-transition tw-ease-out tw-duration-300\" x-transition:enter-start=\"tw-translate-y-full tw-opacity-0\" x-transition:enter-end=\"tw-translate-y-0 tw-opacity-100\" x-transition:leave=\"tw-transition tw-ease-in tw-duration-200\" x-transition:leave-start=\"tw-translate-y-0 tw-opacity-100\" x-transition:leave-end=\"tw-translate-y-full tw-opacity-0\" class=\"tw-sticky tw-bottom-0 tw-inset-x-0 tw-z-[9999] tw-bg-white dark:tw-bg-black tw-border-0 tw-border-t tw-bor...",
"<div aria-modal=\"true\" aria-labelledby=\"privacy-preferences-title\" class=\"tw-relative tw-z-[10000]\" role=\"dialog\" x-on:keydown.window.escape=\"isModalOpen = false\" x-show=\"isModalOpen\" style=\"display: none;\"> <div aria-hidden=\"true\" class=\"tw-fixed tw-inset-0 tw-bg-black/50 dark:tw-bg-white/50 tw-transition-opacity\" x-show=\"isModalOpen\" x-transition:enter=\"tw-ease-out tw-duration-300\" x-transition:enter-start=\"tw-opacity-0\" x-transition:enter-end=\"tw-opacity-100\" x-transition:leave=\"tw-ease-in...",
"<div x-show=\"showBanner\" x-transition:enter=\"tw-transition tw-ease-out tw-duration-300\" x-transition:enter-start=\"tw-translate-y-full tw-opacity-0\" x-transition:enter-end=\"tw-translate-y-0 tw-opacity-100\" x-transition:leave=\"tw-transition tw-ease-in tw-duration-200\" x-transition:leave-start=\"tw-translate-y-0 tw-opacity-100\" x-transition:leave-end=\"tw-translate-y-full tw-opacity-0\" class=\"tw-sticky tw-bottom-0 tw-inset-x-0 tw-z-[9999] tw-bg-white dark:tw-bg-black tw-border-0 tw-border-t tw-bor..."
],
"score": 50,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
16 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": 17,
"passing": 1,
"failing": [
{
"heading": "Vacatia Makes it Easy",
"headingHtml": "<h2>Vacatia Makes it Easy</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Vacatia Guest Care",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">Vacatia Guest Care</h3>",
"firstParagraph": "Call or chat with our travel experts",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">Call or chat with our travel experts</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "FlexPay",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">FlexPay</h3>",
"firstParagraph": "Pay over time or split the bill",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">Pay over time or split the bill</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "Hold for 48 Hours",
"headingHtml": "<h3 class=\"!tw-text-base !tw-font-medium\">Hold for 48 Hours</h3>",
"firstParagraph": "While you confirm with your family",
"paragraphHtml": "<p class=\"!tw-text-base !tw-font-light\">While you confirm with your family</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Resort Residences",
"headingHtml": "<h2>Resort Residences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Space for families & friendsto spend time together... and apart",
"headingHtml": "<h3 class=\"tw-text-[#484848]\">Space for families & friends<br>to spend time together... and apart</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Resort Residences",
"headingHtml": "<h2>Resort Residences</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Space for families & friendsto spend time together... and apart",
"headingHtml": "<h3 class=\"tw-text-[#484848]\">Space for families & friends<br>to spend time together... and apart</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Own a Resort Residence",
"headingHtml": "<h2>Own a Resort Residence</h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Buy and sell with confidence",
"headingHtml": "<h3>Buy and sell with confidence</h3>",
"firstParagraph": "Vacatia is the endorsed resell partner of Disney Vacation Club, Royal Resorts and Westgate Resorts",
"paragraphHtml": "<p>Vacatia is the endorsed resell partner of Disney Vacation Club, Royal Resorts and Westgate Resorts</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Partner to the Resort Industry",
"headingHtml": "<h2>Partner to the Resort Industry</h2>",
"firstParagraph": "Dedicated to the success of legacy resorts and their vibrant owner communities",
"paragraphHtml": "<p class=\"!md:tw-px-8\">Dedicated to the success of legacy resorts and their vibrant owner communities</p>",
"words": 12,
"direct": false,
"issue": "First paragraph is 12 words and does not look like a concise direct answer."
},
{
"heading": "Seller Agreement",
"headingHtml": "<h3>Seller Agreement</h3>",
"firstParagraph": "Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:",
"paragraphHtml": "<p>Please read the Seller Fee Payment and Participation Agreement in entirety, particularly the following provisions:</p>",
"words": 15,
"direct": false,
"issue": "First paragraph is 15 words and does not look like a concise direct answer."
},
{
"heading": "Create a Listing",
"headingHtml": "<h3>Create a Listing</h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Log In or Register",
"headingHtml": "<h3>Log In or Register</h3>",
"firstParagraph": "",
"paragraphHtml": "<p class=\"text-center\"><i class=\"icon-spinner icon-spin icon-4x\"></i></p>",
"words": 0,
"direct": false,
"issue": "First paragraph is 0 words and does not look like a concise direct answer."
},
{
"heading": "Your Privacy Choices",
"headingHtml": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>",
"firstParagraph": "This site uses cookies to improve your browsing experience and analyze site traffic. Learn more in our Privacy Policy.",
"paragraphHtml": "<p class=\"tw-m-0 tw-text-sm tw-text-a11y-neutral-600 dark:tw-text-a11y-neutral-300 tw-leading-relaxed\"> This site uses cookies to improve your browsing experience and analyze site traffic. <a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a> </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
},
{
"heading": "Your Privacy Choices",
"headingHtml": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>",
"firstParagraph": "This site uses cookies to improve your browsing experience and analyze site traffic. Learn more in our Privacy Policy.",
"paragraphHtml": "<p class=\"tw-m-0 tw-text-sm tw-text-a11y-neutral-600 dark:tw-text-a11y-neutral-300 tw-leading-relaxed\"> This site uses cookies to improve your browsing experience and analyze site traffic. <a href=\"/privacy-policy\" class=\" tw-text-a11y-blue-600 tw-underline tw-rounded focus:tw-outline focus:tw-outline-vacatia-blue focus:tw-outline-2 focus:tw-outline-offset-2 dark:tw-text-a11y-blue-400 tw-ml-1\"> Learn more in our Privacy Policy. </a> </p>",
"words": 19,
"direct": false,
"issue": "First paragraph is 19 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, 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
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Vacatia Makes it Easy",
"html": "<h2>Vacatia Makes it Easy</h2>"
},
{
"text": "Resort Residences",
"html": "<h2>Resort Residences</h2>"
},
{
"text": "Resort Residences",
"html": "<h2>Resort Residences</h2>"
},
{
"text": "Own a Resort Residence",
"html": "<h2>Own a Resort Residence</h2>"
},
{
"text": "Partner to the Resort Industry",
"html": "<h2>Partner to the Resort Industry</h2>"
},
{
"text": "Your Privacy Choices",
"html": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>"
},
{
"text": "Your Privacy Choices",
"html": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Resort Residences: Space of a Home + Services... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Resort Residences: Space of a Home + Services... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Resort Residences: Space of a Home + Services... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Resort Residences: Space of a Home + Services... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Resort Residences: Space of a Home + Services... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Resort Residences: Space of a Home + Services... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"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": 109600
},
{
"path": "/api/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/context",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"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: what, how, benefits, cost, 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
70/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": "Vacatia Makes it Easy",
"html": "<h2>Vacatia Makes it Easy</h2>"
},
{
"text": "Resort Residences",
"html": "<h2>Resort Residences</h2>"
},
{
"text": "Resort Residences",
"html": "<h2>Resort Residences</h2>"
},
{
"text": "Own a Resort Residence",
"html": "<h2>Own a Resort Residence</h2>"
},
{
"text": "Partner to the Resort Industry",
"html": "<h2>Partner to the Resort Industry</h2>"
},
{
"text": "Your Privacy Choices",
"html": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>"
},
{
"text": "Your Privacy Choices",
"html": "<h2 id=\"privacy-consent-title\" class=\"tw-m-0 tw-text-lg tw-font-semibold tw-text-a11y-neutral-900 dark:tw-text-white tw-mb-1\"> Your Privacy Choices </h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Resort Residences: Space of a Home + Services... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Resort Residences: Space of a Home + Services... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Resort Residences: Space of a Home + Services... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Resort Residences: Space of a Home + Services... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Resort Residences: Space of a Home + Services...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Resort Residences: Space of a Home + Services... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Resort Residences: Space of a Home + Services... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html; charset=UTF-8" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization server metadata could not be fetched.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"compatibleContentType": false,
"contentLength": 107962,
"hasRegisterInstructions": true,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": true,
"mentionsCredential": false,
"links": [
"/javascript",
"/*!",
"/blobs",
"/logs",
"https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e",
"/called",
"/logging/",
"/called",
"/g,",
"/iPad"
],
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html; charset=UTF-8\" is not Markdown or text/plain; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600,
"text": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function d(){let e=c();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=c();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t,2===Object.keys(r.initializedAgents).length&&(0,s.R)(69)}function l(){return function(){let e=c();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=c();const t=e.init||{};e.init={...t}}(),d(),function(){let e=c();const t=e.loader_config||{};e.loader_config={...t}}(),c()}},733:(e,t,r)=>{\"use strict\";function n(e,t){return function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return(t>>>0).toString(16).padStart(8,\"0\")}(\"\".concat(String(e),\":\").concat(String(t)))}r.d(t,{Y:()=>n})},782:(e,t,r)=>{\"use strict\";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},860:(e,t,r)=>{\"use strict\";r.d(t,{$J:()=>u,K7:()=>c,P3:()=>d,XX:()=>i,Yy:()=>a,df:()=>s,qY:()=>n,v4:()=>o});const n=\"events\",i=\"jserrors\",s=\"browser/blobs\",o=\"rum\",a=\"browser/logs\",c={ajax:\"ajax\",genericEvents:\"generic_events\",jserrors:i,logging:\"logging\",metrics:\"metrics\",pageAction:\"page_action\",pageViewEvent:\"page_view_event\",pageViewTiming:\"page_view_timing\",sessionReplay:\"session_replay\",sessionTrace:\"session_trace\",softNav:\"soft_navigations\"},d={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.softNav]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.sessionReplay]:8,[c.logging]:9,[c.genericEvents]:10},u={[c.pageViewEvent]:o,[c.pageViewTiming]:n,[c.ajax]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:s,[c.sessionReplay]:s,[c.logging]:a,[c.genericEvents]:\"ins\"}},944:(e,t,r)=>{\"use strict\";r.d(t,{R:()=>i});var n=r(3241);function i(e,t){\"function\"==typeof console.debug&&(console.debug(\"New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e),t),(0,n.W)({drained:null,type:\"data\",name:\"warn\",feature:\"warn\",data:{code:e,secondary:t}}))}},993:(e,t,r)=>{\"use strict\";r.d(t,{A$:()=>s,ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:\"ERROR\",WARN:\"WARN\",INFO:\"INFO\",DEBUG:\"DEBUG\",TRACE:\"TRACE\"},s={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},o=\"log\",a=n.K7.logging},1687:(e,t,r)=>{\"use strict\";r.d(t,{Ak:()=>a,Ze:()=>d,x3:()=>c});var n=r(3241),i=r(3606),s=r(860),o=r(2646);function a(e,t){if(!e)return;const r={staged:!1,priority:s.P3[t]||0};e.runtime.drainRegistry.get(t)||e.runtime.drainRegistry.set(t,r)}function c(e,t){if(!e)return;const r=e.runtime.drainRegistry;r&&(r.get(t)&&r.delete(t),l(e,t,!1),r.size&&u(e))}function d(e,t=\"feature\",r=!1){if(e){if(!e.runtime.drainRegistry.get(t)||r)return l(e,t);e.runtime.drainRegistry.get(t).staged=!0,u(e)}}function u(e){if(!e)return;const t=Array.from(e.runtime.drainRegistry);t.every(([e,t])=>t.staged)&&(t.sort((e,t)=>e[1].priority-t[1].priority),t.forEach(([t])=>{e.runtime.drainRegistry.delete(t),l(e,t)}))}functi"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth authorization server metadata could not be fetched.",
"fetch": {
"ok": false,
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600,
"text": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function d(){let e=c();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate||n.gm.setInterval,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket},(0,o.i)(...Object.values(e.o))),e}function u(e,t){let r=c();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t,2===Object.keys(r.initializedAgents).length&&(0,s.R)(69)}function l(){return function(){let e=c();const t=e.info||{};e.info={beacon:a.beacon,errorBeacon:a.errorBeacon,...t}}(),function(){let e=c();const t=e.init||{};e.init={...t}}(),d(),function(){let e=c();const t=e.loader_config||{};e.loader_config={...t}}(),c()}},733:(e,t,r)=>{\"use strict\";function n(e,t){return function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return(t>>>0).toString(16).padStart(8,\"0\")}(\"\".concat(String(e),\":\").concat(String(t)))}r.d(t,{Y:()=>n})},782:(e,t,r)=>{\"use strict\";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},860:(e,t,r)=>{\"use strict\";r.d(t,{$J:()=>u,K7:()=>c,P3:()=>d,XX:()=>i,Yy:()=>a,df:()=>s,qY:()=>n,v4:()=>o});const n=\"events\",i=\"jserrors\",s=\"browser/blobs\",o=\"rum\",a=\"browser/logs\",c={ajax:\"ajax\",genericEvents:\"generic_events\",jserrors:i,logging:\"logging\",metrics:\"metrics\",pageAction:\"page_action\",pageViewEvent:\"page_view_event\",pageViewTiming:\"page_view_timing\",sessionReplay:\"session_replay\",sessionTrace:\"session_trace\",softNav:\"soft_navigations\"},d={[c.pageViewEvent]:1,[c.pageViewTiming]:2,[c.metrics]:3,[c.jserrors]:4,[c.softNav]:5,[c.ajax]:6,[c.sessionTrace]:7,[c.sessionReplay]:8,[c.logging]:9,[c.genericEvents]:10},u={[c.pageViewEvent]:o,[c.pageViewTiming]:n,[c.ajax]:n,[c.softNav]:n,[c.metrics]:i,[c.jserrors]:i,[c.sessionTrace]:s,[c.sessionReplay]:s,[c.logging]:a,[c.genericEvents]:\"ins\"}},944:(e,t,r)=>{\"use strict\";r.d(t,{R:()=>i});var n=r(3241);function i(e,t){\"function\"==typeof console.debug&&(console.debug(\"New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#\".concat(e),t),(0,n.W)({drained:null,type:\"data\",name:\"warn\",feature:\"warn\",data:{code:e,secondary:t}}))}},993:(e,t,r)=>{\"use strict\";r.d(t,{A$:()=>s,ET:()=>o,TZ:()=>a,p_:()=>i});var n=r(860);const i={ERROR:\"ERROR\",WARN:\"WARN\",INFO:\"INFO\",DEBUG:\"DEBUG\",TRACE:\"TRACE\"},s={OFF:0,ERROR:1,WARN:2,INFO:3,DEBUG:4,TRACE:5},o=\"log\",a=n.K7.logging},1687:(e,t,r)=>{\"use strict\";r.d(t,{Ak:()=>a,Ze:()=>d,x3:()=>c});var n=r(3241),i=r(3606),s=r(860),o=r(2646);function a(e,t){if(!e)return;const r={staged:!1,priority:s.P3[t]||0};e.runtime.drainRegistry.get(t)||e.runtime.drainRegistry.set(t,r)}function c(e,t){if(!e)return;const r=e.runtime.drainRegistry;r&&(r.get(t)&&r.delete(t),l(e,t,!1),r.size&&u(e))}function d(e,t=\"feature\",r=!1){if(e){if(!e.runtime.drainRegistry.get(t)||r)return l(e,t);e.runtime.drainRegistry.get(t).staged=!0,u(e)}}function u(e){if(!e)return;const t=Array.from(e.runtime.drainRegistry);t.every(([e,t])=>t.staged)&&(t.sort((e,t)=>e[1].priority-t[1].priority),t.forEach(([t])=>{e.runtime.drainRegistry.delete(t),l(e,t)}))}functi"
}
},
"issue": "OAuth authorization server metadata could not be fetched.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 24,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "form:action",
"weight": 4,
"match": "auth form action"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth / OIDC discovery was not found at the expected path.
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Fetch to find resource
OAuth / OIDC discovery was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/openid-configuration",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
},
{
"path": "/.well-known/oauth-authorization-server",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 109600
}
]
},
"issue": "OAuth / OIDC discovery was not found at the expected path.",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 24,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "form:action",
"weight": 4,
"match": "auth form action"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\"><script type=\"text/javascript\">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[\"bam.nr-data.net\"]},feature_flags:[\"soft_nav\"],distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:\"1431865112\",accountID:\"4216932\",trustKey:\"4216932\",xpid:\"UAQGV19QChABV1BUBQIPX1AE\",licenseKey:\"NRJS-2629b25862a1540dccb\",applicationID:\"1316238945\",browserID:\"1431865112\"};;/*! For license information please see nr-loader-spa-1.316.0.min.js.LICENSE.txt */\n(()=>{var e,t,r={384:(e,t,r)=>{\"use strict\";r.d(t,{NT:()=>a,Zm:()=>c,bQ:()=>u,dV:()=>d,pV:()=>l});var n=r(6154),i=r(1863),s=r(944),o=r(1910);const a={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\"};function c(){return n.gm.NREUM||(n.g"
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://vacatia.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vacatia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vacatia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://vacatia.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 24,
"signals": [
{
"source": "field:type",
"weight": 5,
"match": "password input"
},
{
"source": "form:action",
"weight": 4,
"match": "auth form action"
},
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "visible-text",
"weight": 3,
"match": "log in"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
},
{
"source": "visible-text",
"weight": 3,
"match": "register"
},
{
"source": "visible-text",
"weight": 3,
"match": "password"
}
]
},
"resourceFetchSucceeded": false
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}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 AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Issues were logged in the `Issues` panel in Chrome Devtools
Check name
Issues were logged in the `Issues` panel in Chrome Devtools
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Evidence
{
"description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue."
}Performance and AccessibilityPerformanceBrowser audit
Font display
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Font display
Check name
Font display
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 370Â ms
Fix guidance
Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 370Â ms",
"description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks)."
}Performance and AccessibilityPerformanceBrowser audit
LCP request discovery
13 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
13 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
Network dependency tree
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Network dependency tree
Check name
Network dependency tree
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
References
https://web.dev/learn/performance/Evidence
{
"description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load."
}Performance and AccessibilityPerformanceBrowser audit
Render-blocking requests
13 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 740Â 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 740Â 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
Touch targets do not have sufficient size or spacing.
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Touch targets do not have sufficient size or spacing.
Check name
Touch targets do not have sufficient size or spacing.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size).
References
https://web.dev/learn/performance/Evidence
{
"description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.11/target-size)."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
6 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 547Â 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 547Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
2 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
81/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 61,
"displayValue": "290Â ms",
"numericValue": 286.5
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10Â ms",
"numericValue": 10.50759
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 93,
"displayValue": "0.8Â s",
"numericValue": 840.7053398600651
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 140Â ms",
"numericValue": 143
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 68,
"displayValue": "3.6Â s",
"numericValue": 3608.9309244033366
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 91,
"displayValue": "120Â ms",
"numericValue": 124
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 79,
"displayValue": "1.5Â s",
"numericValue": 1547.0205437839309
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 57,
"displayValue": "2.1Â s",
"numericValue": 2121.301202610768
}
]
}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 |
|---|---|---|---|
| 47/100 | Level 2, Agent-Limited | Current report |