Export Report
OVERALL SCORE
Level 2, Agent-Limited
- AI Discoverability 65 out of 100
- Agent Ease of Use 10 out of 100
- Security & Trust 0 out of 100
- GEO, AIO and AEO 79 out of 100
- SEO 100 out of 100
- Performance and Accessibility 51 out of 100
What AI sees of your website
Awesome Photo Booth Hire in Johannesburg & Pretoria
Photo booth hire in Gauteng and surrounds. Get your guests fired up with the timeless appeal of a photo booth! An affordable value-add for any event.
Next step
Turn this report into a fix workflow
22 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 | 65 | Needs work | 13 | 11 | 0 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 67 | Needs work | 6 | 5 | 0 | View details |
| Bot Access Control | 33 | Priority fix | 1 | 3 | 0 | View details |
| Agent Ease of Use | 10 | Priority fix | 17 | 22 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 18 | Priority fix | 2 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 79 | Mostly ready | 6 | 0 | 14 | |
| GEO Readiness | 81 | Mostly ready | 2 | 0 | 4 | |
| AIO Readiness | 89 | Mostly ready | 3 | 0 | 4 | |
| AEO Readiness | 69 | Needs work | 1 | 0 | 6 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| SEO | 100 | Strong | 11 | 0 | 0 | |
| Security & Trust | 0 | Priority fix | 4 | 5 | 0 | View details |
| Security & Trust | 0 | Priority fix | 0 | 5 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 51 | Needs work | 17 | 7 | 1 | View details |
| Performance | 36 | Priority fix | 12 | 6 | 1 | View details |
| Accessibility | 80 | Mostly ready | 5 | 1 | 0 | View details |
Prioritized recommendations
Issues ranked by score impact
43 items need attention
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
100 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://selfiecube.co.za/sitemap_index.xml",
"rel": "sitemap <https://selfiecube.co.za/llms.txt>"
}
]
},
"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 ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
50 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": []
}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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
50 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,User-Agent,User-Agent".
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,User-Agent,User-Agent"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding,User-Agent,User-Agent\".",
"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": 36421,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"t",
"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 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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
},
{
"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 lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<link rel=\"pingback\" href=\"https://selfiecube.co.za/xmlrpc.php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdocument.documentElement.className = 'js';\n\t</script>\n\t\n\t<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin />\n<!-- Search Engine Optimization by Rank Math - https://rankmath.com/ -->\n<title>Page not found | Selfie Cube</title>\n<meta name=\"robots\" content=\"follow, noindex\"/>\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"Page not found | Selfie Cube\" />\n<meta property=\"og:site_name\" content=\"Selfie Cube\" />\n<meta property=\"article:publisher"
}
]
},
"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 DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
50 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 0); 2/11 applicable form inputs have autocomplete attributes (9 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": true,
"accessibleButtons": true,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [
"<input class=\"scqf-input scqf-input--hero \" id=\"scqf-single-name\" type=\"text\" name=\"name\" value placeholder=\"Full Name *\" required aria-required=\"true\" style=\"flex:1 1 auto;width:100%;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;\">",
"<input class=\"scqf-input scqf-input--hero \" id=\"scqf-single-email\" type=\"email\" name=\"email\" value placeholder=\"Email Address *\" required aria-required=\"true\" style=\"flex:1 1 auto;width:100%;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;\">",
"<input class=\"scqf-input scqf-input--hero \" id=\"scqf-single-phone\" type=\"tel\" name=\"phone\" value placeholder=\"Phone Number\" style=\"flex:1 1 auto;width:100%;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;\">",
"<input class=\"scqf-date-native\" id=\"scqf-single-event_date\" type=\"date\" name=\"event_date\" value required aria-required=\"true\" min=\"2026-06-09\">",
"<input class=\"scqf-input scqf-input--hero \" id=\"scqf-single-event_area\" type=\"text\" name=\"event_area\" value placeholder=\"Location of Event\" style=\"flex:1 1 auto;width:100%;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;\">",
"<input class=\"scqf-input scqf-input--quote-request\" id=\"scqf-single-event_type\" type=\"text\" name=\"event_type\" value placeholder=\"Event Type (Birthday/Wedding/Corporate etc.)\" style=\"flex:1 1 auto;width:100%;min-height:0;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;box-shadow:none;\">",
"<input class=\"scqf-input scqf-input--quote-request\" id=\"scqf-single-start_time\" type=\"text\" name=\"start_time\" value placeholder=\"Start Time (hh:mm)\" style=\"flex:1 1 auto;width:100%;min-height:0;margin:0;border:0;background:transparent;padding:0;color:#7d7d7d;font:inherit;line-height:1.45;font-size:1rem;caret-color:#7d7d7d;box-shadow:none;\">",
"<input type=\"text\" id=\"et_pb_contact_name_0\" class=\"input\" value name=\"et_pb_contact_name_0\" data-required_mark=\"not_required\" data-field_type=\"input\" data-original_id=\"name\" placeholder=\"Name\">",
"<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value name=\"et_pb_contact_email_0\" data-required_mark=\"not_required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"Email Address\">"
],
"imagesMissingAlt": [
"<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=3536672329723059&ev=PageView&noscript=1\">"
],
"skippedHeadingLevels": []
},
"counts": {
"h1": 0,
"headings": 7,
"links": 160,
"inaccessibleLinks": 0,
"buttons": 2,
"inaccessibleButtons": 0,
"images": 129,
"imagesWithAlt": 128,
"autocompleteInputs": 11,
"inputsWithAutocomplete": 2,
"missingAutocompleteInputs": 9
}
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
50 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108657
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104872
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104872
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108607
}
]
},
"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": 108583
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108609
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104870
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108611
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108589
},
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108585
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108619
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 104870
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108597
}
]
},
"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.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": 108613
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108585
}
]
},
"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": 108611
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html; charset=UTF-8",
"length": 108587
}
]
},
"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."
}
]
}Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
20 Fail
Security & TrustSecurity & TrustEstablished
Frame protection
Frame protection is missing or incomplete.
Needs attention
Frame protection
Issue
Frame protection is missing or incomplete.
Why it matters
Frame protection blocks hostile sites from embedding pages in deceptive frames, reducing clickjacking risk.
Check name
Frame protection
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Prevent unwanted framing with X-Frame-Options or CSP frame-ancestors.
Result
Frame protection is missing or incomplete.
Evidence
{
"xFrameOptions": null,
"validXFrame": false,
"contentSecurityPolicy": null,
"cspFrameAncestors": false
}Security & TrustSecurity & TrustEstablished
HSTS header
HSTS header is missing or incomplete.
20 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
}Security & TrustSecurity & TrustEstablished
Referrer-Policy
Referrer-Policy is missing or incomplete.
20 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
}Security & TrustSecurity & TrustEstablished
X-Content-Type-Options
X-Content-Type-Options is missing or incomplete.
20 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
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": "selfiecube.co.za",
"probes": [
{
"name": "_index._agents.selfiecube.co.za",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.selfiecube.co.za",
"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": "selfiecube.co.za",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "co.za",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input name="website"> is missing tool-param-description.<input name="name"> is missing tool-param-description.<input name="email"> is missing tool-param-description.<input name="phone"> is missing tool-param-description.<input name="event_date"> is missing tool-param-description.<input name="event_area"> is missing tool-param-description.<input name="event_type"> is missing tool-param-description.<input name="start_time"> is missing tool-param-description.<select name="booth_type"> is missing tool-param-description.<select> is missing a name attribute.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing a label.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing a label.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing a label.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing a label.<select> is missing tool-param-description.<select> is missing a name attribute.<select> is missing a label.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 183,
"interactiveWithTags": 0,
"totalCount": 185,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"event_date\"> is missing tool-param-description.",
"<input name=\"event_area\"> is missing tool-param-description.",
"<input name=\"event_type\"> is missing tool-param-description.",
"<input name=\"start_time\"> is missing tool-param-description.",
"<select name=\"booth_type\"> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"et_pb_contact_name_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_email_0\"> is missing tool-param-description.",
"<textarea name=\"et_pb_contact_message_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_captcha_0\"> is missing a label.",
"<input name=\"et_pb_contact_captcha_0\"> 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": 36,
"issues": [
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"event_date\"> is missing tool-param-description.",
"<input name=\"event_area\"> is missing tool-param-description.",
"<input name=\"event_type\"> is missing tool-param-description.",
"<input name=\"start_time\"> is missing tool-param-description.",
"<select name=\"booth_type\"> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input name=\"website\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"name\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"email\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"phone\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"event_date\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"event_area\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"event_type\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<input name=\"start_time\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select name=\"booth_type\"> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
},
{
"type": "code",
"value": "<select> is missing tool-param-description."
},
{
"type": "code",
"value": "<select> is missing a name attribute."
},
{
"type": "code",
"value": "<select> is missing a label."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 183,
"interactiveWithTags": 0,
"totalCount": 185,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"event_date\"> is missing tool-param-description.",
"<input name=\"event_area\"> is missing tool-param-description.",
"<input name=\"event_type\"> is missing tool-param-description.",
"<input name=\"start_time\"> is missing tool-param-description.",
"<select name=\"booth_type\"> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"et_pb_contact_name_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_email_0\"> is missing tool-param-description.",
"<textarea name=\"et_pb_contact_message_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_captcha_0\"> is missing a label.",
"<input name=\"et_pb_contact_captcha_0\"> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 183,
"interactiveWithTags": 0,
"totalCount": 185,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input name=\"website\"> is missing tool-param-description.",
"<input name=\"name\"> is missing tool-param-description.",
"<input name=\"email\"> is missing tool-param-description.",
"<input name=\"phone\"> is missing tool-param-description.",
"<input name=\"event_date\"> is missing tool-param-description.",
"<input name=\"event_area\"> is missing tool-param-description.",
"<input name=\"event_type\"> is missing tool-param-description.",
"<input name=\"start_time\"> is missing tool-param-description.",
"<select name=\"booth_type\"> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<select> is missing a name attribute.",
"<select> is missing a label.",
"<select> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input name=\"et_pb_contact_name_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_email_0\"> is missing tool-param-description.",
"<textarea name=\"et_pb_contact_message_0\"> is missing tool-param-description.",
"<input name=\"et_pb_contact_captcha_0\"> is missing a label.",
"<input name=\"et_pb_contact_captcha_0\"> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
7 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate resource body".
Needs attention
Agent Skills index
Issue
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.
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
67/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Validate resource body".
Validation steps
Validate resource body
Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/agent-skills/index.json",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
"skills": [
{
"name": "selfiecube-photo-booth-quote",
"type": "skill-md",
"description": "Help users choose the right Selfie Cube booth, collect quote details, and avoid confirming availability or pricing.",
"url": "/.well-known/agent-skills/selfiecube-photo-booth-quote/SKILL.md",
"digest": "sha256:609e73b45a4e68456a4078db9bd2f72e55478bfaa475fac4e2aecfb2f7c5261f"
}
]
},
"rawExcerpt": "{\n \"$schema\": \"https://schemas.agentskills.io/discovery/0.2.0/schema.json\",\n \"skills\": [\n {\n \"name\": \"selfiecube-photo-booth-quote\",\n \"type\": \"skill-md\",\n \"description\": \"Help users choose the right Selfie Cube booth, collect quote details, and avoid confirming availability or pricing.\",\n \"url\": \"/.well-known/agent-skills/selfiecube-photo-booth-quote/SKILL.md\",\n \"digest\": \"sha256:609e73b45a4e68456a4078db9bd2f72e55478bfaa475fac4e2aecfb2f7c5261f\"\n }\n ]\n}\n",
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
"schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
"skillCount": 1,
"validSkillCount": 1,
"invalidSkills": [],
"skills": [
{
"name": "selfiecube-photo-booth-quote",
"type": "skill-md",
"description": "Help users choose the right Selfie Cube booth, collect quote details, and avoid confirming availability or pricing.",
"url": "/.well-known/agent-skills/selfiecube-photo-booth-quote/SKILL.md",
"digest": "sha256:609e73b45a4e68456a4078db9bd2f72e55478bfaa475fac4e2aecfb2f7c5261f"
}
]
},
"issue": "Agent Skills Index response did not match the expected shape. missing or invalid top-level fields: version=0.2.0.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
},
{
"id": "skill-documents",
"title": "Fetch advertised SKILL.md files",
"status": "pass",
"evidence": {
"checkedCount": 1,
"totalCount": 1,
"checked": [
{
"url": "https://selfiecube.co.za/.well-known/agent-skills/selfiecube-photo-booth-quote/SKILL.md",
"statusCode": 200,
"contentType": "text/markdown",
"hasSkillHeading": true,
"length": 1642,
"advertisedDigest": "sha256:609e73b45a4e68456a4078db9bd2f72e55478bfaa475fac4e2aecfb2f7c5261f",
"actualDigest": "sha256:609e73b45a4e68456a4078db9bd2f72e55478bfaa475fac4e2aecfb2f7c5261f",
"digestMatches": true
}
]
},
"howToFix": "Make every advertised skill URL return Markdown with a top-level heading and a matching sha256 digest, or remove broken entries from the index."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 60/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Entity clarity
GEO: Entity clarity scored 60/100 and needs improvement.
Needs attention
GEO: Entity clarity
Issue
Title/H1 terms missing from description: awesome, johannesburg, pretoria.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Entity clarity
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Entity clarity scored 60/100 and needs improvement.
Evidence
{
"title": "Awesome Photo Booth Hire in Johannesburg & Pretoria",
"h1": "",
"description": "Photo booth hire in Gauteng and surrounds. Get your guests fired up with the timeless appeal of a photo booth! An affordable value-add for any event.",
"topicOverlap": 0.5,
"topicTerms": [
"awesome",
"photo",
"booth",
"hire",
"johannesburg",
"pretoria"
],
"descriptionTerms": [
"photo",
"booth",
"hire",
"gauteng",
"surrounds",
"get",
"guests",
"fired",
"timeless",
"appeal",
"affordable",
"value",
"add",
"any",
"event"
],
"missingFromDescription": [
"awesome",
"johannesburg",
"pretoria"
],
"score": 60,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
4 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
4 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": 7,
"passing": 3,
"failing": [
{
"heading": "Premium Extras as a Standard",
"headingHtml": "<h2 class=\"wsite-content-title\" style=\"text-align: center;\"><em>Premium Extras as a <strong><span color=\"#dccb91\" style=\"color: #dccb91;\">Standard</span></strong></em></h2>",
"firstParagraph": "Magnet Strips",
"paragraphHtml": "<p>Magnet Strips</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Chat to us about your next event",
"headingHtml": "<h2 class=\"wsite-content-title\" style=\"text-align: center;\"><em>Chat to us about your next <strong><span color=\"#dccb91\" style=\"color: #dccb91;\">event</span></strong></em></h2>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Check out our 5 star Reviews",
"headingHtml": "<h2 class=\"wsite-content-title\" style=\"text-align: center;\"><em>Check out our 5 star <strong><span color=\"#dccb91\" style=\"color: #dccb91;\">Reviews</span></strong></em></h2>",
"firstParagraph": "Stephanie De Bruin",
"paragraphHtml": "<p class=\"grs-reviewer-name\">Stephanie De Bruin</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Frequently Asked Questions",
"headingHtml": "<h2 class=\"wsite-content-title\" style=\"text-align: center;\"><em>Frequently Asked <strong><span color=\"#dccb91\" style=\"color: #dccb91;\">Questions</span></strong></em></h2>",
"firstParagraph": "Home",
"paragraphHtml": "<p><span style=\"color: #ffffff;\"><a style=\"color: #ffffff;\" href=\"https://selfiecube.co.za/\">Home</a></span></p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 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.
3 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
4 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Question-led structure
Score
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": true,
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 80/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 80/100 and needs improvement.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: publisher.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
80/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 80/100 and needs improvement.
Evidence
{
"signals": {
"author": true,
"publisher": false,
"freshnessDate": true,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"publisher"
],
"authorMeta": "",
"schemaAuthors": [
"Selfie Cube"
],
"schemaPublishers": [],
"schemaDates": [
"2019-12-29T23:58:28+02:00",
"2026-04-13T19:07:49+02:00"
],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://selfiecube.co.za/about/",
"text": "About",
"html": "<a href=\"https://selfiecube.co.za/about/\"><span>About</span></a>"
},
{
"href": "https://selfiecube.co.za/about/",
"text": "About",
"html": "<a href=\"https://selfiecube.co.za/about/\">About</a>"
},
{
"href": "https://selfiecube.co.za/about/",
"text": "About",
"html": "<a style=\"color: #ffffff;\" href=\"https://selfiecube.co.za/about/\">About</a>"
}
],
"contactLinks": [
{
"href": "https://selfiecube.co.za/contact/",
"text": "Contact",
"html": "<a href=\"https://selfiecube.co.za/contact/\"><span>Contact</span></a>"
},
{
"href": "https://selfiecube.co.za/contact/",
"text": "Contact",
"html": "<a href=\"https://selfiecube.co.za/contact/\">Contact</a>"
}
],
"privacyLinks": [
{
"href": "https://selfiecube.co.za/terms-conditions/",
"text": "Terms & Conditions",
"html": "<a style=\"color: #ffffff;\" href=\"https://selfiecube.co.za/terms-conditions/\">Terms & Conditions</a>"
}
],
"score": 80,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
115 image(s) are missing width/height attributes. 2 possible modal/interstitial element(s) detected.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 70/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0",
"visibleWords": 7130,
"htmlBytes": 505316,
"imagesMissingDimensions": [
{
"src": "https://monitor.fraudblocker.com/fbt.gif?sid=ullKdS8m8e0oORrkL4r4b",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://monitor.fraudblocker.com/fbt.gif?sid=ullKdS8m8e0oORrkL4r4b\" alt=\"Fraud Blocker\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100\" alt=\"Stephanie De Bruin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100\" alt=\"Kharishma Singh\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100\" alt=\"Debbie Pahalad\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100\" alt=\"yeshini moodaley\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100\" alt=\"Janique Lazarus\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100\" alt=\"Bea Delport\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100\" alt=\"Denise Van Wyk\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100\" alt=\"Nomfundo Guvi\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100\" alt=\"Liezl Kriel\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100\" alt=\"Ameera Jordan Kara\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100\" alt=\"Karin Engelbrecht\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100\" alt=\"Meggan Volkwyn\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100\" alt=\"Mickey Martin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100\" alt=\"Reinhardt Grobler\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100\" alt=\"Hlologelo Mogotlane\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100\" alt=\"Tayla Roux\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100\" alt=\"Mathilda Du Preez\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100\" alt=\"Refentse Mohloare\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100\" alt=\"Juane Henning\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100\" alt=\"Linzi Burgess\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100\" alt=\"Tracey Ling\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100\" alt=\"Jason Katz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100\" alt=\"Kailynn Coker\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100\" alt=\"Eloïse Ellie Watkins\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100\" alt=\"Delicia Pillay\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100\" alt=\"Navisha Sheomungal\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100\" alt=\"Vanessa O'Donoghue\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100\" alt=\"Jessica De Abreu\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100\" alt=\"Jay Luger\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100\" alt=\"Michelle L. Naidoo\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100\" alt=\"Denica van Rooyen\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100\" alt=\"Jody Swartz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100\" alt=\"Jackie Cockeran\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100\" alt=\"Jannicke van Gerve\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100\" alt=\"Sarah Britz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100\" alt=\"Bradley Jackson\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100\" alt=\"Ashleigh Kelly\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100\" alt=\"Lizelle Scott\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100\" alt=\"Stephanie De Bruin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100\" alt=\"Kharishma Singh\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100\" alt=\"Debbie Pahalad\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100\" alt=\"yeshini moodaley\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100\" alt=\"Janique Lazarus\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100\" alt=\"Bea Delport\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100\" alt=\"Denise Van Wyk\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100\" alt=\"Nomfundo Guvi\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100\" alt=\"Liezl Kriel\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100\" alt=\"Ameera Jordan Kara\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100\" alt=\"Karin Engelbrecht\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100\" alt=\"Meggan Volkwyn\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100\" alt=\"Mickey Martin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100\" alt=\"Reinhardt Grobler\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100\" alt=\"Hlologelo Mogotlane\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100\" alt=\"Tayla Roux\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100\" alt=\"Mathilda Du Preez\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100\" alt=\"Refentse Mohloare\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100\" alt=\"Juane Henning\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100\" alt=\"Linzi Burgess\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100\" alt=\"Tracey Ling\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100\" alt=\"Jason Katz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100\" alt=\"Kailynn Coker\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100\" alt=\"Eloïse Ellie Watkins\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100\" alt=\"Delicia Pillay\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100\" alt=\"Navisha Sheomungal\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100\" alt=\"Vanessa O'Donoghue\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100\" alt=\"Jessica De Abreu\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100\" alt=\"Jay Luger\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100\" alt=\"Michelle L. Naidoo\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100\" alt=\"Denica van Rooyen\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100\" alt=\"Jody Swartz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100\" alt=\"Jackie Cockeran\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100\" alt=\"Jannicke van Gerve\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100\" alt=\"Sarah Britz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100\" alt=\"Bradley Jackson\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100\" alt=\"Ashleigh Kelly\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100\" alt=\"Lizelle Scott\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWqYgQ436yqI-F18x-uwviRgFX6pOMo93HL2OGHxD-BooeJYNEz=s120-c-rp-mo-ba3-br100\" alt=\"Stephanie De Bruin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocI8opOCL9LrCPX1FtANNlt1cA73YUHma6DACHECVsxk9MwRu2KH=s120-c-rp-mo-br100\" alt=\"Kharishma Singh\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocICm8ZU_Lz7sB4QZeavm3vH_irhth86KXuKvglbaq_kMB8PBg=s120-c-rp-mo-br100\" alt=\"Debbie Pahalad\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLEISFgOwUsRR1-5Boy0-2Snvw_6KXaE00cmIdVTxodI6E74w=s120-c-rp-mo-br100\" alt=\"yeshini moodaley\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIwoYsXSKnNq5MXdoOqVb4Qf3cQPjllavZ-WNihjh3qhNpbCg=s120-c-rp-mo-br100\" alt=\"Janique Lazarus\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU_2EMYSfntvaT6ZbkwAerFDuf_-nBuQdgCwE8ppypkubbpDjlt=s120-c-rp-mo-br100\" alt=\"Bea Delport\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKpmfREFIAdplfM7OWOeLt-ea29eOAaXwUSFhWrKWxM_m6Uw=s120-c-rp-mo-br100\" alt=\"Denise Van Wyk\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ2QUeN4mI_-8mqm4wbpzd6am_BjuU3X8LzNvU7jowRREom_Q=s120-c-rp-mo-ba4-br100\" alt=\"Nomfundo Guvi\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjW2JoATQh8_x1DWxupoTbPeMAbUgZ4qbD0cj0GKv_4_gH65wBNl5g=s120-c-rp-mo-br100\" alt=\"Liezl Kriel\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLxHwqOYQe3rk4KzcYyF9OcmbP4wbMU0tT0iJnXMIKJSTzBYA=s120-c-rp-mo-br100\" alt=\"Ameera Jordan Kara\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJZEiDwbL28uYK3AAFeV59E7DrW76Cq_NXDC5oagElsqRnMzw=s120-c-rp-mo-br100\" alt=\"Karin Engelbrecht\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIQzAfEDsLEO_Uq3Gwm4z5WG4hH3-o2ui3Kk-9bxm1fpWizxA=s120-c-rp-mo-br100\" alt=\"Meggan Volkwyn\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocK9DfSgEdZ4EglwebC5HoM4QPY0suee6h5EUEvoIyqEDAGRYA=s120-c-rp-mo-ba2-br100\" alt=\"Mickey Martin\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWn1bU53xI5HdgqEsSpUSu6WCMDSr5kBBzYHTdzQTTsmjBAKQ9hEw=s120-c-rp-mo-ba4-br100\" alt=\"Reinhardt Grobler\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXcVYrDnxPM1L8j233q34AFNJGIA1YGJ4nTEZS0wIs-Y_KlfsvE=s120-c-rp-mo-br100\" alt=\"Hlologelo Mogotlane\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjU2W4nFjY1Stk65rIkQMcfQDNAAWBuGrV-K4EI6lT7v96snMC5I=s120-c-rp-mo-br100\" alt=\"Tayla Roux\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLKGNWUmWjhry04B5Zosb-Cw1pPYMWoWqUl0vpcMrtiuqaPPw=s120-c-rp-mo-br100\" alt=\"Mathilda Du Preez\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocL7VqZjqehjfqeRfEZMVVDVD-8a3xd7Qr4Awo7sACB1M8EqKA=s120-c-rp-mo-br100\" alt=\"Refentse Mohloare\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjX1c8_7Po72WCb3p3ZsJ37_A-Xt7Df7qRrJUebembvTa5khMDel=s120-c-rp-mo-br100\" alt=\"Juane Henning\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJUM0mJ68RHwghF29xlOEjWy5j70DWywW5Bds625iDYJAnzhw=s120-c-rp-mo-br100\" alt=\"Linzi Burgess\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVyVjZOeOTZjKluraThqmNKcZ6UjcXNt88NOC4xSwO6wIf0tg=s120-c-rp-mo-br100\" alt=\"Tracey Ling\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjUFSdGeK7UR7AzHisMj3Hm1Z_8TaIdTnIF912iIoXJawew0UkyFXQ=s120-c-rp-mo-ba2-br100\" alt=\"Jason Katz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocImY3FifHq9WnF5GwZ9Zdyv0JSjcFtbvrn6uSgr5wBURxYa5Q=s120-c-rp-mo-br100\" alt=\"Kailynn Coker\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWC3Vs9JAVLGcOSqvcqA721JfO3Zkjb5noRBZZj8dqwMjVXawWe=s120-c-rp-mo-br100\" alt=\"Eloïse Ellie Watkins\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWOND9zrG_INeJdJ7297c_NBM59opT0nm4H1FQ4XApEyi6swN3-=s120-c-rp-mo-ba2-br100\" alt=\"Delicia Pillay\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVenP3IK8VFdvrkNYQdqNpPNXS5SfLclqk_Nhuroa9O4gRFQ5ziwQ=s120-c-rp-mo-br100\" alt=\"Navisha Sheomungal\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjV-fQE4L4t-TjpmMUdz_T80KVBeusj3a7M1ZJKDCmcet2Ps0_rp=s120-c-rp-mo-br100\" alt=\"Vanessa O'Donoghue\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocLXgvdsUk1oTT43e_ajf4YiTveQ5cDA8ZhKynlWw-L62bqiqQ=s120-c-rp-mo-ba2-br100\" alt=\"Jessica De Abreu\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKTQ_1-QBGhflDPD-WU24uE6I0WKaqhJxapw8_qZT9eFrI3ojc=s120-c-rp-mo-br100\" alt=\"Jay Luger\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjXHT5gu57pnDctw2P4MWLD2IPZEPil_qf096luXPSC44kO2TgJl=s120-c-rp-mo-ba5-br100\" alt=\"Michelle L. Naidoo\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocKceBCDaEsUdXxnA97RQRCamyOcqi4IcmovlZwNixYcyiRAZA=s120-c-rp-mo-br100\" alt=\"Denica van Rooyen\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJLyS5in_ZSRbziisFtEd12l9hBxVF2Q8XxMSEARHOmwowIRQ=s120-c-rp-mo-br100\" alt=\"Jody Swartz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocJ1kxAtbcBJbHt2226XLVPYCkXWA2hjF3FmgIqU-azY8hhlxQ=s120-c-rp-mo-br100\" alt=\"Jackie Cockeran\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYfpH1KjMW6_bAqeTlD7DWCQYrbrxuRCTDrn9kbo6DhtJzMg=s120-c-rp-mo-ba2-br100\" alt=\"Jannicke van Gerve\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjVnM60brYss9NgliyDmF4cREUFksE_ddvhSh4QIBgDJ2wDqb_v2=s120-c-rp-mo-br100\" alt=\"Sarah Britz\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a-/ALV-UjWzqGykbiZs78lrnJPhMIwXNyRZqpSQKtSUlA36xXaRFGcFRBc6=s120-c-rp-mo-br100\" alt=\"Bradley Jackson\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIYIEvis2PC6bhKYeyEcCYoPQsWRJ2HNXyFExGLFPKOFAYmFA=s120-c-rp-mo-br100\" alt=\"Ashleigh Kelly\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
},
{
"src": "https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100",
"width": "",
"height": "",
"loading": "",
"html": "<img decoding=\"async\" src=\"https://lh3.googleusercontent.com/a/ACg8ocIfZ6OAQH3Vg0D-8Yy7YCDpzGq0a0-YXw8w0UA4-EQXiJGBWBA=s120-c-rp-mo-br100\" alt=\"Lizelle Scott\" onload=\"this.style.opacity=1\" style=\"opacity: 1;\">"
}
],
"possibleDialogs": [
"<link rel=\"stylesheet\" id=\"dsm-magnific-popup-css\" href=\"https://selfiecube.co.za/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css/magnific_popup.css?ver=4.9.97.37\" type=\"text/css\" media=\"all\">",
"<link rel=\"stylesheet\" id=\"dsm-popup-css\" href=\"https://selfiecube.co.za/wp-content/plugins/supreme-modules-pro-for-divi/public/css/popup.css?ver=4.9.97.37\" type=\"text/css\" media=\"all\">"
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
32 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 32,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 6,
"heading": "H2: Photo Booth Hire in Johannesburg & Pretoria",
"text": "Every special occasion presents its own precious memories which can be enjoyed and looked back on, days or years down the road. When booking a Selfie Cube, you can rest assured that our main priority is ensuring that these memories are captured in a way that entertains and delights your guests.",
"words": 51,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (51 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Every special occasion presents its own precious memories which can be enjoyed and looked back on, days or years down the road. When booking a Selfie Cube, you can rest assured that our main priority is ensuring that these memories are captured in a way that entertains and delights your guests.</p>"
},
{
"index": 8,
"heading": "H2: Friendly & Professional Staff",
"text": "Our staff are well-trained and experienced booth technicians who expertly set up the photo booth quickly and ensure that everything goes smoothly from beginning to end. Each event is unique, but our staff have been prepared to deal with the most common hiccups, including getting equipment back online after power outages, software glitches, lighting adjustments, etc. In the unlikely event that something goes wrong,...",
"words": 77,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (77 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Our staff are well-trained and experienced booth technicians who expertly set up the photo booth quickly and ensure that everything goes smoothly from beginning to end. Each event is unique, but our staff have been prepared to deal with the most common hiccups, including getting equipment back online after power outages, software glitches, lighting adjustments, etc. In the unlikely event that something goes wrong, they’ll be able get things back on track in a few minutes.</p>"
},
{
"index": 9,
"heading": "H2: Friendly & Professional Staff",
"text": "We pride ourselves on providing a super friendly photo booth hire service and doing everything we can to make sure you get the most out of your photo booth rental in Johannesburg and Pretoria. Our staff knows just how to give you and your guests the best photo booth experience, and all you have to do is grab a prop, strike a pose and flash your brightest smile!",
"words": 68,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (68 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>We pride ourselves on providing a super friendly <span style=\"color: #dccb91;\"><strong><a href=\"/photo-booth-hire\" style=\"color: #dccb91;\">photo booth hire</a></strong></span> service and doing everything we can to make sure you get the most out of your photo booth rental in Johannesburg and Pretoria. Our staff knows just how to give you and your guests the best photo booth experience, and all you have to do is grab a prop, strike a pose and flash your brightest smile!</p>"
},
{
"index": 16,
"heading": "H2: Satisfied Clients",
"text": "We are pleased to have done work for a long list of companies from different industries, with many satisfied clients becoming loyal repeat customers. Selfie Cube has been hired for brand activations, product launches, awards ceremonies, wellness days and much more.",
"words": 41,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (41 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>We are pleased to have done work for a long list of companies from different industries, with many satisfied clients becoming loyal repeat customers. Selfie Cube has been hired for brand activations, product launches, awards ceremonies, wellness days and much more.</p>"