Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 42 out of 100
- Agent Ease of Use 30 out of 100
- Security & Trust 100 out of 100
- GEO, AIO and AEO 75 out of 100
- SEO 92 out of 100
- Performance and Accessibility 65 out of 100
What AI sees of your website
Xoilac TV - Trực tiếp World Cup 2026 - Link XoilacZ chính thức
Xoilac TV chính thức - Trực tiếp bóng đá World Cup 2026 HD. XoilacZ cập nhật link xem bóng đá, lịch thi đấu, bảng xếp hạng, kết quả bóng đá nhanh và chính xác nhất.
Next step
Turn this report into a fix workflow
20 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 | 42 | Priority fix | 8 | 15 | 1 | View details |
| Discoverability | 86 | Mostly ready | 6 | 3 | 0 | View details |
| Content Readiness | 29 | Priority fix | 2 | 8 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 30 | Priority fix | 21 | 24 | 3 | View details |
| API | 17 | Priority fix | 1 | 8 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 11 | 0 | 0 | |
| MCP | 38 | Priority fix | 2 | 6 | 2 | View details |
| Skill Discovery | 35 | Priority fix | 3 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 75 | Mostly ready | 8 | 2 | 10 | View details |
| GEO Readiness | 85 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 74 | Needs work | 3 | 1 | 3 | View details |
| AEO Readiness | 66 | Needs work | 2 | 1 | 4 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 100 | Strong | 9 | 0 | 0 | |
| Security & Trust | 100 | Strong | 5 | 0 | 0 | |
| AI Training Exposure | 100 | Strong | 4 | 0 | 0 | |
| Performance and Accessibility | 65 | Needs work | 16 | 8 | 1 | View details |
| Performance | 57 | Needs work | 10 | 7 | 1 | View details |
| Accessibility | 81 | Mostly ready | 6 | 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": []
},
"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.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
33 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"
},
"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": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
33 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" 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" 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": 200,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
{
"path": "/openapi.yaml",
"statusCode": 200,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
{
"path": "/swagger.json",
"statusCode": 200,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
{
"path": "/swagger.yaml",
"statusCode": 200,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" 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=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"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": 403,
"contentType": "text/html",
"length": 153
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 403,
"contentType": "text/html",
"length": 153
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 146
}
]
},
"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 UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 153
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 403,
"contentType": "text/html",
"length": 153
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Author attribution
Author attribution is missing or incomplete.
20 Fail
AI DiscoverabilityContent ReadinessEstablished
Author attribution
Author attribution is missing or incomplete.
Needs attention
Author attribution
Issue
Author attribution is missing: no schema.org author/publisher; no author meta tags; no rel=author links; no visible byline detected.
Why it matters
Author attribution helps agents cite content responsibly, assess source credibility, and distinguish editorial pages from anonymous marketing copy.
Check name
Author attribution
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Identify content authors or publishers for trust and attribution.
Result
Author attribution is missing or incomplete.
Evidence
{
"editorial": true,
"schemaAuthor": false,
"metaAuthor": false,
"relAuthor": false,
"visibleByline": false
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
20 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html" 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" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".
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"
},
"issue": "Content-Type \"text/html\" 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": ""
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"(none)\".",
"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": 102972,
"excerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
20 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 16 links missing accessible names; missing alt text on >10% of images.
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": true,
"headingOrder": false,
"accessibleLinks": false,
"accessibleButtons": true,
"imageAltCoverage": false,
"formAutocompleteCoverage": true,
"details": {
"inaccessibleLinks": [
"<a class=\"logo mt-3 d-block\" href=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png\" width=\"130\"></a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.scoop.it/u/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-scoop.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://about.me/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.flickr.com/people/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-flickr.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://twitter.com/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://issuu.com/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-issuu.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://ok.ru/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-okru.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.instagram.com/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-instagram.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.twitch.tv/xoilactvznet\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://xoilactvznet.tumblr.com/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-tumblr.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://t.me/s/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-messages.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.behance.net/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-behance.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://trello.com/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-trello.svg\"> </a>",
"<a target=\"_blank\" rel=\"nofollow\" href=\"https://www.facebook.com/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-facebook.svg\"> </a>",
"<a href=\"#\" class=\"scrollTo show\"><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" class=\"bi bi-arrow-up\" viewBox=\"0 0 16 16\"> <path fill-rule=\"evenodd\" d=\"M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5\"/> </svg></a>",
"<a class=\"closebtn\" href=\"javascript:;\" style=\"font-size: 12px;display: inline-block; padding: 4px 6px; position: absolute; top: -24px; right: -2px;border-radius: 0px; color: #FFF; background-color: #000;\" onclick=\"jQuery('#wap_bottombanner').fadeOut();\"> </a>"
],
"inaccessibleButtons": [],
"missingAutocompleteInputs": [],
"imagesMissingAlt": [
"<img src=\"/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg\">",
"<img src=\"/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phpdo8m2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhlx6omd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhzoxjmd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7ph0wdwm2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhld9dmd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphny19r8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hvpgjq86p/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hkd55qo9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8ghpwxzr6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/4jwq2ghx4kgm0ve/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/965mkyh7knwr1ge/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/n54qllhewdpqvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h703wq0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hl4zxrz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/1l4rjzt6y9jm7vx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/vjxm8xt4434q6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8td33m1ge/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/318q6nt0lz9mo9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/23xmv1t3z4kmg8n/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y39mp4t5l7pmojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn414qz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/4wyrn1td455q86p/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/ednm9kt99nyryox/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l5ergytojo8r8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jednm9kt3p8ryox/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn6weqz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/56ypq3kt94jmd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kn54ql7t09xrvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/3glrwytjz0vqdyj/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t1d7yqyk0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/23xmv1tozo8mg8n/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kdj2ry7tog0r1zp/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/z8yomovtw11q0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/v2y8m4pt256ml07/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/vl7oqd4tzwwq510/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/9vjxm8xtoz2q6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gpxwrx5twopqyk0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9kzm1ge/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/j1l4rjztoeym7vx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gy0or5gty7wqwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/n54ql7te8pprvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kjw2r02tdo8qz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gx7lm73t6x3r2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/yl5ergytj7wr8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9j0m1ge/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/4jwq25tv74yq0ve/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t144nqyk0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn64dqz84/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y39mp4t3ko7mojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y0or5gt471dqwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/d23xmv1t13zmg8n/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8tdwxm1ge/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/yl5ergytjzzr8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/basketball/team/dj2ry7tjyxjr1zp/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/dj2ry1f2l5pr1zp/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/4jwq2pf1vo3m0ve/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/dn1m12f1n4nqoep/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/y39mpyf2vnvmojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/n54ql4f819xrvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/8yomojf5e4pq0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/y39mpyf98vemojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/318q6jf4p2nro9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/vjxm85fjzn5m6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/tennis/team/318q6jf4xxwro9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/1l4rjn4s9kddm7v/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/0or5jzslx6lgqwz/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/x7lm7pos1oxkm2w/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs2494qwz/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/65mkyjs77p53r1g/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/jw2r09gs5pw2rz8/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8345qwz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/n54qllysnn7lqvy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/jw2r09gsdo64rz8/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/318q66kse91dqo9/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/vjxm8gesn814r6o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/n54qllysn78dqvy/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1es6179moj/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/318q66ksd154qo9/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/xwrxl4sg9v4dryk/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9s8j7pm0v/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dj2ryolspl1pq1z/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsjl7lmd7/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/965mkyjsknvlr1g/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswg41ryo/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/965mkyjskzw7r1g/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlsw0w5ryo/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsvvg7md7/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/2y8m4znso8nnql0/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/3glrw74sno59qdy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1es66z1moj/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sdxw8moe/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1esn5jymoj/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9snxwzm0v/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sl8z3moe/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswv1jryo/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8gwnqwz/image/small\" class=\"lazy team-logo-1\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/3glrwjhvnywqdyj/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhdzom0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj36qd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h11xq2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhkgzenr1z/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/yl5ergdh9p4r8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h21xrwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhd3nm0j6/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9k82redh702qepz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj1yqd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/vl7oqddh5opq510/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/8y39mpwh26nqojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h1zwq2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/d23xmvzhn6gqg8n/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/6ypq3xhv9vkqd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9vjxm8lhngyq6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2ngrwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/l7oqddhgpg3q510/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9dn1m1nhwweqoep/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhloler1zp/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/y39mpwhdgglqojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/p4jwq23h3e9r0ve/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/2y8m4wh5o56ql07/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/kn54qldholorvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/kn54qldhondrvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/p3glrwjhvn1qdyj/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z318q67h55oro9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xh259qd7o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/v2y8m4whk62ql07/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2vprwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-lol.png\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/965mk6zt7d5jq1g/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/4jwq2eku42pkq0v/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/2y8m4exu325jql0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/3glrwwotwx8grdy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/l5erg5efoz6vm8k/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/3glrwwotw84drdy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/n54qleou2lj5mvy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/n54qleou2oe6mvy/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/4wyrnxyt8k0lm86/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/x7lm797bk1zor2w/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/965mk6zt766vq1g/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/lol/team/y0or59wblv37mwz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-csgo.png\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l7oqd9ou4z4m510/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/k82rep4fj5wqepz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/n54qle2h8y4mvy9/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y0or596uke9mwzv/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi2oom8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/1l4rje7h675m7vx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wujxdq6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyo8q6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/x7lm79xuy5gr2wd/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/dn1m1e6h41v8qoe/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/318q6g3f0zero9j/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyeyq6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/k82rep4fpnxqepz/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wupnnq6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/4wyrnxzfl8xm86p/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuwzyq6od/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wu4xyoq6o/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi6l4m8k0/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-dota2.png\">",
"<img src=\"https://imgts.sportpulseapiz.com/dota2/team/6ypq3egt0d19md7/image/small\" class=\"lazy team-logo-0\">",
"<img src=\"https://imgts.sportpulseapiz.com/dota2/team/1l4rjektedxm7vx/image/small\" class=\"lazy team-logo-0\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-scoop.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-flickr.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-issuu.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-okru.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-instagram.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-tumblr.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-messages.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-behance.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-trello.svg\">",
"<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-facebook.svg\">"
],
"skippedHeadingLevels": [
"h1: XoilacZ - Xem Trực tiếp XoilacTV HD - Link Xoilac TV mới nhất hôm nay",
"h4: GIẢI ĐẤU CHÍNH",
"h4: GIẢI ĐẤU CHÍNH",
"h4: TIN TỨC MỚI",
"h2: Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết",
"h2: World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết",
"h2: World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết",
"h2: Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA",
"h2: Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết",
"h4: Nhận định - soi kèo",
"h3: Nhận định soi kèo Newcastle vs Man City lúc 3h00 ngày 8/3/2026",
"h3: Nhận định soi kèo Atletico Madrid vs Sociedad lúc 0h30 ngày 8/3/2026",
"h3: Nhận định soi kèo Wrexham vs Chelsea lúc 0h45 ngày 8/3/2026",
"h3: Nhận định soi kèo Bayern vs Gladbach lúc 2h30 ngày 7/3/2026",
"h3: Nhận định soi kèo Celta Vigo vs Real Madrid lúc 3h00 ngày 7/3/2026",
"h4: Video highlight",
"h4: LỜI GIỚI THIỆU",
"h2: Xoilac TV là gì?",
"h2: Mục tiêu phát triển của Xoilac TV",
"h2: Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"h2: Những ưu điểm của Xôi Lạc TV",
"h3: Giao diện đẹp mắt, dễ sử dụng",
"h3: Phát sóng đa dạng giải đấu",
"h3: Xem truc tiep bong da với chất lượng cao",
"h3: Xem truc tiep bong da với tốc độ cao",
"h3: Bình luận hấp dẫn",
"h3: Hệ thống link xem truc tiep bong da chất lượng",
"h3: Không chèn quảng cáo",
"h2: Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"h2: Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"h2: Kết luận",
"h3: Liên hệ"
]
},
"counts": {
"h1": 1,
"headings": 32,
"links": 373,
"inaccessibleLinks": 16,
"buttons": 8,
"inaccessibleButtons": 0,
"images": 791,
"imagesWithAlt": 587,
"autocompleteInputs": 0,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 0
}
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
17 Fail
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint failed at "Validate resource body".
Needs attention
AI context endpoint
Issue
Content-Type "text/html" is not JSON, Markdown, or text/plain.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
50/100
Status
fail
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint failed at "Validate resource body".
Validation steps
Validate resource body
Content-Type "text/html" is not JSON, Markdown, or text/plain.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/api/ai/context",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Content-Type \"text/html\" is not JSON, Markdown, or text/plain.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}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": "xoilacztw.tv",
"probes": [
{
"name": "_index._agents.xoilacztw.tv",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.xoilacztw.tv",
"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": "xoilacztw.tv",
"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."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
15 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Fri, 12 Jun 2026 05:48:43 GMT",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 20/100 and needs a fix.
13 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 20/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.
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
20/100
Status
fail
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 20/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://about.me/xoilactvznet/",
"text": "https://about.me/xoilactvznet/",
"html": "<a href=\"https://about.me/xoilactvznet/\" target=\"_blank\" rel=\"noopener noreferrer\">https://about.me/xoilactvznet/</a>"
},
{
"href": "https://about.me/xoilactvznet/",
"text": "",
"html": "<a target=\"_blank\" rel=\"nofollow\" href=\"https://about.me/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg\"> </a>"
}
],
"contactLinks": [],
"privacyLinks": [],
"score": 20,
"weight": 20
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
13 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Validate resource body".
Needs attention
mcp.json
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/mcp.json",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Response is not valid JSON.",
"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 "Validate resource body".
13 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Validate resource body".
Needs attention
WebMCP manifest
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/webmcp.json",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Response is not valid JSON.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 383,
"interactiveWithTags": 0,
"totalCount": 383,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 4,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 383,
"interactiveWithTags": 0,
"totalCount": 383,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 0,
"formsWithTags": 0,
"totalInteractive": 383,
"interactiveWithTags": 0,
"totalCount": 383,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate resource body".
Needs attention
A2A Agent Card
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agent-card.json",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Response is not valid JSON.",
"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 "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Validate resource body".
Needs attention
agent.json
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agent.json",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Response is not valid JSON.",
"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 "Validate resource body".
10 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Validate resource body".
Needs attention
agents.json
Issue
Response is not valid JSON.
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
50/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 "Validate resource body".
Validation steps
Validate resource body
Response is not valid JSON.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/agents.json",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"validJson": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "Response is not valid JSON.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
10 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Validate resource body".
Needs attention
llms.txt
Issue
llms.txt response did not match the expected shape. Content-Type "text/html" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
50/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Validate resource body".
Validation steps
Validate resource body
llms.txt response did not match the expected shape. Content-Type "text/html" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/llms.txt",
"statusCode": 200,
"contentType": "text/html"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "llms.txt response did not match the expected shape. Content-Type \"text/html\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
"compatibleContentType": false,
"hasTitle": false,
"contentLength": 882440,
"linkCount": 9811,
"links": [
"/i-imgur-com.cdn.ampproject.org'",
"/fonts.googleapis.com",
"/fonts.gstatic.com",
"/css2",
"/css2",
"/title",
"/xoilacztw.tv/",
"/xoilacztw.tv/",
"/logo-xoilac-tv.png",
"/logo-xoilac-tv.png"
],
"rawExcerpt": "<!doctype html>\n<html lang=\"vi\">\n <head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n <link rel='dns-prefetch' href='//i-imgur-com.cdn.ampproject.org' />\n <meta name='dmca-site-verification' content='QnlVYWlETVkzcDBPM1BsemRYQ1NmZz090' />\n \n <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n <link href=\"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:[email protected]&family=Raleway:ital,wght@0,100..900;1"
},
"issue": "llms.txt response did not match the expected shape. Content-Type \"text/html\" is not Markdown or text/plain; missing h1 title (e.g. # Site Name).",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 20/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 20/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
20/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 20/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": false
},
"missing": [
"author",
"publisher",
"freshnessDate",
"policyLinks"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "https://about.me/xoilactvznet/",
"text": "https://about.me/xoilactvznet/",
"html": "<a href=\"https://about.me/xoilactvznet/\" target=\"_blank\" rel=\"noopener noreferrer\">https://about.me/xoilactvznet/</a>"
},
{
"href": "https://about.me/xoilactvznet/",
"text": "",
"html": "<a target=\"_blank\" rel=\"nofollow\" href=\"https://about.me/xoilactvznet/\"> <img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg\"> </a>"
}
],
"contactLinks": [],
"privacyLinks": [],
"score": 20,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 65/100 and needs improvement.
7 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 65/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process, clear definition sentence using "is", "means", or "refers to" where natural.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 65/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 1,
"tablesWithHead": 0,
"tablesMissingThead": [
"<table style=\"border-collapse: collapse; width: 100%; height: 92px;\"> <tbody> <tr style=\"height: 23px;\"> <td style=\"width: 50%; height: 23px; text-align: center;\">✅ Website chính thức</td> <td style=\"width: 50%; height: 23px; text-align: center;\">Xoilac TV</td> </tr> <tr style=\"height: 23px;\"> <td style=\"width: 50%; height: 23px; text-align: center;\">✅ Kênh trực tiếp bóng đá</td> <td style=\"width: 50%; height: 23px; text-align: cent..."
],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 0,
"schemaBlocks": 6,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process",
"clear definition sentence using \"is\", \"means\", or \"refers to\" where natural"
],
"score": 65,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
25 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": 25,
"passing": 0,
"failing": [
{
"heading": "Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA",
"headingHtml": "<h2 class=\"title_name\">Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Nhận định soi kèo Newcastle vs Man City lúc 3h00 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-newcastle-vs-man-city-luc-3h00-ngay-8-3-2026/\">Nhận định soi kèo Newcastle vs Man City lúc 3h00 ngày 8/3/2026</a> </h3>",
"firstParagraph": "Trong cuộc đối đầu giữa Newcastle vs Man City, các cầu thủ đội khách Man City hoàn toàn tự tin có được chiến thắng trong trận đấu này.",
"paragraphHtml": "<p class=\"home-news__desc\">Trong cuộc đối đầu giữa Newcastle vs Man City, các cầu thủ đội khách Man City hoàn toàn tự tin có được chiến thắng trong trận đấu này.</p>",
"words": 39,
"direct": false,
"issue": "First paragraph is 39 words and does not look like a concise direct answer."
},
{
"heading": "Nhận định soi kèo Atletico Madrid vs Sociedad lúc 0h30 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-atletico-madrid-vs-sociedad-luc-0h30-ngay-8-3-2026/\">Nhận định soi kèo Atletico Madrid vs Sociedad lúc 0h30 ngày 8/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Wrexham vs Chelsea lúc 0h45 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-wrexham-vs-chelsea-luc-0h45-ngay-8-3-2026/\">Nhận định soi kèo Wrexham vs Chelsea lúc 0h45 ngày 8/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Bayern vs Gladbach lúc 2h30 ngày 7/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-bayern-vs-gladbach-luc-2h30-ngay-7-3-2026/\">Nhận định soi kèo Bayern vs Gladbach lúc 2h30 ngày 7/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Celta Vigo vs Real Madrid lúc 3h00 ngày 7/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-celta-vigo-vs-real-madrid-luc-3h00-ngay-7-3-2026/\">Nhận định soi kèo Celta Vigo vs Real Madrid lúc 3h00 ngày 7/3/2026</a> </h3>",
"firstParagraph": "Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem tructiepbongda trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất kỳ nơi nào mà mình thích. Chính vì thế có rất nhiều trang web xem bong da truc tiep. Nổi bật trong số đó, Xoilac TV đ...",
"paragraphHtml": "<p style=\"text-align: justify;\">Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem <b>tructiepbongda</b> trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất k&#x...",
"words": 122,
"direct": false,
"issue": "First paragraph is 122 words and does not look like a concise direct answer."
},
{
"heading": "Xoilac TV là gì?",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV là gì?</b></span></h2>",
"firstParagraph": "Xoilac TV chính là website bóng đá trực tuyến hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem truc tiep bong da với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ đông đảo yêu thích Xoilac TV. Thêm vào đó, còn có thể tham khảo rất nhiều các thông tin về bóng đá cực kỳ bổ ích m...",
"paragraphHtml": "<p style=\"text-align: justify;\"><b>Xoilac TV </b>chính là website <strong>bóng đá trực tuyến</strong> hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem <b>truc tiep bong da</b> với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ...",
"words": 105,
"direct": false,
"issue": "First paragraph is 105 words and does not look like a concise direct answer."
},
{
"heading": "Mục tiêu phát triển của Xoilac TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Muc_tieu_phat_trien_cua_Xoilac_TV\"><b>Mục tiêu phát triển của Xoilac TV</b></span></h2>",
"firstParagraph": "Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của Xôi Lạc TV sẽ là trở thành website truc tiep bong da hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấp dẫn đến cho mọi người với chất lượng cao nhất.",
"paragraphHtml": "<p style=\"text-align: justify;\">Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của <b>Xôi Lạc TV</b> sẽ là trở thành website <b>truc tiep bong da</b> hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấ...",
"words": 85,
"direct": false,
"issue": "First paragraph is 85 words and does not look like a concise direct answer."
},
{
"heading": "Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_noi_xem_truc_tiep_bong_da_duoc_yeu_thich_nhat_hien_nay\"><b>Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay</b></span></h2>",
"firstParagraph": "Theo như công bố, hiện tại thì XoiLac TV chính là trang web xem bong da truc tiep được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV còn cung cấp cho bạn rất nhiều các chức năng bổ ích khác. Cụ thể như là:",
"paragraphHtml": "<p style=\"text-align: justify;\">Theo như công bố, hiện tại thì XoiLac TV chính là trang web <b>xem bong da truc tiep</b> được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV c...",
"words": 93,
"direct": false,
"issue": "First paragraph is 93 words and does not look like a concise direct answer."
},
{
"heading": "Những ưu điểm của Xôi Lạc TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_uu_diem_cua_Xoi_Lac_TV\"><b>Những ưu điểm của Xôi Lạc TV</b></span></h2>",
"firstParagraph": "Theo như khảo sát, gần như toàn bộ những người đã từng xem bong da truc tiep tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Theo như khảo sát, gần như toàn bộ những người đã từng <b>xem bong da truc tiep</b> tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:</p>",
"words": 59,
"direct": false,
"issue": "First paragraph is 59 words and does not look like a concise direct answer."
},
{
"heading": "Giao diện đẹp mắt, dễ sử dụng",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Giao_dien_dep_mat_de_su_dung\"><span style=\"font-size: 18pt;\"><b>Giao diện đẹp mắt, dễ sử dụng</b></span></span></h3>",
"firstParagraph": "Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế một trang web mà tất cả mọi người đều có thể sử dụng một cách dễ dàng.",
"paragraphHtml": "<p style=\"text-align: justify;\">Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế mộ...",
"words": 85,
"direct": false,
"issue": "First paragraph is 85 words and does not look like a concise direct answer."
},
{
"heading": "Phát sóng đa dạng giải đấu",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Phat_song_da_dang_giai_dau\"><span style=\"font-size: 18pt;\"><b>Phát sóng đa dạng giải đấu</b></span></span></h3>",
"firstParagraph": "Khi xem truc tiep bong da tại Xôi Lạc TV, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong đó được nhiều người theo dõi nhất phải kể đến như:",
"paragraphHtml": "<p style=\"text-align: justify;\">Khi xem <b>truc tiep bong da</b> tại <b>Xôi Lạc TV</b>, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong ...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Xem truc tiep bong da với chất lượng cao",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Xem_truc_tiep_bong_da_voi_chat_luong_cao\"><span style=\"font-size: 18pt;\"><b>Xem truc tiep bong da với chất lượng cao</b></span></span></h3>",
"firstParagraph": "Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như Xôi Lạc TV. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như <b>Xôi Lạc TV</b>. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:</p>",
"words": 61,
"direct": false,
"issue": "First paragraph is 61 words and does not look like a concise direct answer."
},
{
"heading": "Xem truc tiep bong da với tốc độ cao",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Xem_truc_tiep_bong_da_voi_toc_do_cao\"><span style=\"font-size: 18pt;\"><b>Xem truc tiep bong da với tốc độ cao</b></span></span></h3>",
"firstParagraph": "Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo dõi trọng vẹn trận đấu mình thích không khác gì xem trên TV.",
"paragraphHtml": "<p style=\"text-align: justify;\">Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo d...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Bình luận hấp dẫn",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Binh_luan_hap_dan\"><strong><span style=\"font-size: 18pt;\">Bình luận hấp dẫn</span></strong></span></h3>",
"firstParagraph": "Nhắc đến trang web Xoilac TV thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc và công sức mới có thể chiêu m ộ được.",
"paragraphHtml": "<p style=\"text-align: justify;\">Nhắc đến trang web <b>Xoilac TV</b> thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc v&#...",
"words": 79,
"direct": false,
"issue": "First paragraph is 79 words and does not look like a concise direct answer."
},
{
"heading": "Hệ thống link xem truc tiep bong da chất lượng",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"He_thong_link_xem_truc_tiep_bong_da_chat_luong\"><span style=\"font-size: 18pt;\"><b>Hệ thống link xem truc tiep bong da chất lượng</b></span></span></h3>",
"firstParagraph": "Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link xem bong da truc tiep cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức các trận đấu bóng đá với chất lượng cao. Cụ thể như sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link <b>xem bong da truc tiep</b> cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức cá...",
"words": 87,
"direct": false,
"issue": "First paragraph is 87 words and does not look like a concise direct answer."
},
{
"heading": "Không chèn quảng cáo",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Khong_chen_quang_cao\"><span style=\"font-size: 18pt;\"><b>Không chèn quảng cáo</b></span></span></h3>",
"firstParagraph": "Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn gần như không bao giờ thấy banner, video quảng cáo hay là popup.",
"paragraphHtml": "<p style=\"text-align: justify;\">Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn g...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_ly_do_nen_xem_tructiepbongda_tai_Xoi_Lac_TV\"><b>Những lý do nên xem tructiepbongda tại Xôi Lạc TV</b></span></h2>",
"firstParagraph": "Xôi Lạc TV chính là trang web tructiepbongda hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Xôi Lạc TV chính là trang web <b>tructiepbongda</b> hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:</p>",
"words": 56,
"direct": false,
"issue": "First paragraph is 56 words and does not look like a concise direct answer."
},
{
"heading": "Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Diem_danh_1_so_kenh_xem_truc_tiep_bong_da_khac\"><span id=\"Mot_so_trang_xem_truc_tiep_bong_da_chat_luong_khac\"><strong>Điểm danh 1 số kênh xem trực tiếp bóng đá khác<br> </strong></span></span></h2>",
"firstParagraph": "Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:",
"paragraphHtml": "<p>Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:</p>",
"words": 69,
"direct": false,
"issue": "First paragraph is 69 words and does not look like a concise direct answer."
},
{
"heading": "Kết luận",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Ket_luan\"><span id=\"Ket_luan\"><strong>Kết luận</strong></span></span></h2>",
"firstParagraph": "Ở thời điểm hiện tại, Xoilac TV là website xem bong da truc tiep được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ. Xôi Lạc TV sẽ trở thành trang web tructiepbongda số 1 Việt Nam, là nơi xem bóng đá online chất lượng, tốc độ cao nhất.",
"paragraphHtml": "<p style=\"text-align: justify;\">Ở thời điểm hiện tại, Xoilac TV là website <b>xem bong da truc tiep</b> được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ...",
"words": 101,
"direct": false,
"issue": "First paragraph is 101 words and does not look like a concise direct answer."
},
{
"heading": "Liên hệ",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Lien_he\"><span id=\"Thong_tin_lien_he_voi_Mitom_TV\" style=\"font-size: 18pt;\">Liên hệ</span></span></h3>",
"firstParagraph": "Mọi ý kiến đóng góp cho sự phát triển chung của chúng tôi vui lòng liên hệ qua thông tin sau:",
"paragraphHtml": "<p><em>Mọi ý kiến đóng góp cho sự phát triển chung của chúng tôi vui lòng liên hệ qua thông tin sau:</em></p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
34 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": 35,
"citablePassages": 1,
"failingCandidateParagraphs": [
{
"index": 528,
"heading": "H4: LỜI GIỚI THIỆU",
"text": "Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem tructiepbongda trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất kỳ nơi nào mà mình thích. Chính vì thế có rất nhiều trang web xem bong da truc tiep. Nổi bật trong số đó, Xoilac TV được ra đời và được đón nhận của cộng đồng fan hâm mộ yêu thích bóng đá.",
"words": 122,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem <b>tructiepbongda</b> trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất k&#x..."
},
{
"index": 529,
"heading": "H2: Xoilac TV là gì?",
"text": "Xoilac TV chính là website bóng đá trực tuyến hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem truc tiep bong da với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ đông đảo yêu thích Xoilac TV. Thêm vào đó, còn có thể tham khảo rất nhiều các thông tin về bóng đá cực kỳ bổ ích mỗi ngày.",
"words": 105,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\"><b>Xoilac TV </b>chính là website <strong>bóng đá trực tuyến</strong> hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem <b>truc tiep bong da</b> với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ..."
},
{
"index": 530,
"heading": "H2: Xoilac TV là gì?",
"text": "Trong tất cả các website phát sóng bóng đá trực tiếp hiện nay tại Việt Nam. Website được nhiều người đánh giá và lựa chọn nhất phải kể đến Xoilacz.TV bởi chúng tôi đã có tên tuổi trên thị trường phát sóng trực tiếp bóng đá từ rất lâu cho đến nay.",
"words": 80,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Trong tất cả các website phát sóng bóng đá trực tiếp hiện nay tại Việt Nam. Website được nhiều người đánh giá và lựa chọn nhất phải kể đến Xoilacz.TV bởi chúng tôi đã có tên tuổi trên thị trường phát s&..."
},
{
"index": 531,
"heading": "H2: Xoilac TV là gì?",
"text": "Nhắc đến Xôi Lạc Live thì gần như những ai thường xuyên theo dõi bóng đá trên mạng đến biết đến. Bởi chúng tôi phát sóng tất cả các giải đấu lớn nhất thế giới cũng như trong nước và trong khu vực khá đầy đủ. Để giúp mọi người có thể tìm và xem trực tiếp trận đấu mình thích dễ dàng và hoàn toàn miễn phí.",
"words": 104,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Nhắc đến Xôi Lạc Live thì gần như những ai thường xuyên theo dõi bóng đá trên mạng đến biết đến. Bởi chúng tôi phát sóng tất cả các giải đấu lớn nhất thế giới cũng như trong nước và trong khu vự..."
},
{
"index": 532,
"heading": "H2: Xoilac TV là gì?",
"text": "Thêm vào đó, Xoilac TV còn đầu tư rất nhiều tiền để sở hữu được công nghệ truc tiep bong da hiện đại nhất. Điều này làm cho toàn bộ các trận đấu được chúng tôi phát sóng đều có chất lượng cực kỳ cao, từ hình ảnh cho đến âm thanh và kích thước màn hình.",
"words": 83,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Thêm vào đó, <b>Xoilac TV</b> còn đầu tư rất nhiều tiền để sở hữu được công nghệ <b>truc tiep bong da</b> hiện đại nhất. Điều này làm cho toàn bộ các trận đấu được chúng tôi phát sóng đều có ch..."
},
{
"index": 533,
"heading": "H2: Xoilac TV là gì?",
"text": "Đường truyền mà Xoi Lac TV sử dụng cũng cực kỳ hiện đại, để giúp cho tốc độ trận đấu diễn ra ổn đinh và mượt mà nhất, ngoài tên thường gọi người dùng còn biết đến chúng tôi với các tên khác như Xoivo TV. Khi xem trận đấu bóng đá mình thích tại đây, bạn gần như không bao giờ thấy các tình trạng như giật, bị diss hay lag xuất hiện.",
"words": 111,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Đường truyền mà <b>Xoi Lac TV</b> sử dụng cũng cực kỳ hiện đại, để giúp cho tốc độ trận đấu diễn ra ổn đinh và mượt mà nhất, ngoài tên thường gọi người dùng còn biết đến chúng tôi vớ..."
},
{
"index": 534,
"heading": "H2: Xoilac TV là gì?",
"text": "Tại XoiLac Z còn có một đội ngũ BLV cực kỳ chuyên nghiệp và đông đảo. Mà chúng tôi phải tốn rất nhiều công sức và tiền bạc mới chiệu mộ được. Đương nhiên các BLV này sẽ tham gia bình luận toàn bộ các giải bóng đá lớn do chúng tôi phát sóng. Giúp những phút giây xem tructiepbongda của bạn trở nên lôi cuốn và sinh động hơn.",
"words": 111,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Tại <strong>XoiLac Z</strong> còn có một đội ngũ BLV cực kỳ chuyên nghiệp và đông đảo. Mà chúng tôi phải tốn rất nhiều công sức và tiền bạc mới chiệu mộ được. Đương nhiên các BLV này sẽ tham gia bình luǪ..."
},
{
"index": 535,
"heading": "H2: Xoilac TV là gì?",
"text": "Đương nhiên khi xem bóng đá trực tiếp tại đây, bạn cũng ít khi nào bắt gặp quảng cáo xuất hiện. Bởi chúng tôi luôn muốn trải nghiệm của người xem là tuyệt vời nhất. Cũng như không muốn làm phiền người xem từ đầu cho đến cuối trận đấu.",
"words": 83,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Đương nhiên khi <b>xem bóng đá trực tiếp</b> tại đây, bạn cũng ít khi nào bắt gặp quảng cáo xuất hiện. Bởi chúng tôi luôn muốn trải nghiệm của người xem là tuyệt vời nhất. Cũng như không muốn làm phiền ng&#..."
},
{
"index": 536,
"heading": "H2: Xoilac TV là gì?",
"text": "Với việc có rất nhiều ưu điểm như kể trên, Xoilac TV chính là website phát sóng tructiepbongda mà bạn nên lựa chọn. Khi muốn tìm và xem bất kỳ trận đấu nào mà mình muốn, với chất lượng và trải nghiệm tuyệt vời nhất.",
"words": 73,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (73 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Với việc có rất nhiều ưu điểm như kể trên, Xoilac TV chính là website phát sóng tructiepbongda mà bạn nên lựa chọn. Khi muốn tìm và xem bất kỳ trận đấu nào mà mình muốn, với chất lượng và trải nghiệm tuyệt vời n..."
},
{
"index": 537,
"heading": "H2: Mục tiêu phát triển của Xoilac TV",
"text": "Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của Xôi Lạc TV sẽ là trở thành website truc tiep bong da hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấp dẫn đến cho mọi người với chất lượng cao nhất.",
"words": 85,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của <b>Xôi Lạc TV</b> sẽ là trở thành website <b>truc tiep bong da</b> hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấ..."
},
{
"index": 538,
"heading": "H2: Mục tiêu phát triển của Xoilac TV",
"text": "Sau nhiều năm xây dựng cũng như phát triển, hiện tại chúng tôi cũng đã hoàn thành được một phần lớn mục tiêu của mình. Khi thu hút hàng chục nghìn lượt truy cập vào đây mỗi ngày của mọi người. Để xem trực tiếp các trận đấu bóng đá mà mình thích.",
"words": 90,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Sau nhiều năm xây dựng cũng như phát triển, hiện tại chúng tôi cũng đã hoàn thành được một phần lớn mục tiêu của mình. Khi thu hút hàng chục nghìn lượt truy cập vào đây mỗi ngày của mọi người. Đ..."
},
{
"index": 540,
"heading": "H2: Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"text": "Theo như công bố, hiện tại thì XoiLac TV chính là trang web xem bong da truc tiep được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV còn cung cấp cho bạn rất nhiều các chức năng bổ ích khác. Cụ thể như là:",
"words": 93,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Theo như công bố, hiện tại thì XoiLac TV chính là trang web <b>xem bong da truc tiep</b> được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV c..."
},
{
"index": 541,
"heading": "H2: Những ưu điểm của Xôi Lạc TV",
"text": "Theo như khảo sát, gần như toàn bộ những người đã từng xem bong da truc tiep tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:",
"words": 59,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (59 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Theo như khảo sát, gần như toàn bộ những người đã từng <b>xem bong da truc tiep</b> tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:</p>"
},
{
"index": 542,
"heading": "H3: Giao diện đẹp mắt, dễ sử dụng",
"text": "Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế một trang web mà tất cả mọi người đều có thể sử dụng một cách dễ dàng.",
"words": 85,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế mộ..."
},
{
"index": 543,
"heading": "H3: Giao diện đẹp mắt, dễ sử dụng",
"text": "Thêm vào đó, màu sắc mà chúng tôi lựa chọn cực kỳ hài hòa và đẹp mắt. Để làm nổi bậc những chức năng quan trọng của Xoilacz TV lên. Giúp bạn tìm được những thông tin mà mình cần nhanh nhất. Cũng như không bao giờ cảm thấy đau mắt khi nhìn quá lâu.",
"words": 89,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Thêm vào đó, màu sắc mà chúng tôi lựa chọn cực kỳ hài hòa và đẹp mắt. Để làm nổi bậc những chức năng quan trọng của <b>Xoilacz TV</b> lên. Giúp bạn tìm được những thông tin mà mình cần nhanh nhất. Cũng nh&..."
},
{
"index": 544,
"heading": "H3: Giao diện đẹp mắt, dễ sử dụng",
"text": "Riêng chuyên mục xem Trực Tiếp Bóng Đá, chúng tôi còn chia ra nhiều mục nhỏ như trận đấu diễn ra vào ngày hôm nay, ngày mai, trận hot,… Để bạn tìm được trận đấu bóng đá mà mình muốn xem trực tiếp nhanh hơn.",
"words": 69,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Riêng chuyên mục xem Trực Tiếp Bóng Đá, chúng tôi còn chia ra nhiều mục nhỏ như trận đấu diễn ra vào ngày hôm nay, ngày mai, trận hot,… Để bạn tìm được trận đấu bóng đá mà mình muốn xem trực tiếp nhanh h&..."
},
{
"index": 545,
"heading": "H3: Giao diện đẹp mắt, dễ sử dụng",
"text": "Không như các trang web xem bong da truc tiep khác, Xoilac TV chèn banner quảng cáo tại trang chủ khá là hài hòa. Khi không có chèn thật nhiều banner để thu tiền quảng cáo. Mà chúng tôi chỉ hợp tác với những nhà cái uy tín. Cũng như đặt banner ở những vị trí phù hợp, không gây cả trở quá nhiều sử dụng của mọi người.",
"words": 101,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Không như các trang web xem bong da truc tiep khác, Xoilac TV chèn banner quảng cáo tại trang chủ khá là hài hòa. Khi không có chèn thật nhiều banner để thu tiền quảng cáo. Mà chúng tôi chỉ hợp tác với những nhà cái uy tín. Cũng như đặt banner..."
},
{
"index": 546,
"heading": "H3: Giao diện đẹp mắt, dễ sử dụng",
"text": "Giao diện của chúng tôi còn tương thích với nhiều hệ điều hành và thiết bị khác nhau. Cho nên bạn có thể truy cập vào đây bằng cả máy tính, điện thoại lẫn laptop,.. Để xem tructiepbongda hay các thông tin khác một cách dễ dàng.",
"words": 75,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (75 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Giao diện của chúng tôi còn tương thích với nhiều hệ điều hành và thiết bị khác nhau. Cho nên bạn có thể truy cập vào đây bằng cả máy tính, điện thoại lẫn laptop,.. Để xem <b>tructiepbongda</b> hay các thông tin khác một c&..."
},
{
"index": 547,
"heading": "H3: Phát sóng đa dạng giải đấu",
"text": "Khi xem truc tiep bong da tại Xôi Lạc TV, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong đó được nhiều người theo dõi nhất phải kể đến như:",
"words": 83,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Khi xem <b>truc tiep bong da</b> tại <b>Xôi Lạc TV</b>, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong ..."
},
{
"index": 548,
"heading": "H3: Phát sóng đa dạng giải đấu",
"text": "Đương nhiên với việc phát sóng các giải bóng đá như trên đây, bạn có thể xem trực tiếp những trận đấu hấp dẫn nhất mỗi ngày.",
"words": 45,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (45 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Đương nhiên với việc phát sóng các giải bóng đá như trên đây, bạn có thể xem trực tiếp những trận đấu hấp dẫn nhất mỗi ngày.</p>"
},
{
"index": 549,
"heading": "H3: Phát sóng đa dạng giải đấu",
"text": "Thêm nữa, vào đầu giờ mỗi ngày chúng tôi cũng cập nhật lịch phát sóng đầy đủ. Để bạn nắm được thời gian diễn ra các trận đấu trong ngày, đội hình ra sân, sân tổ chức,…",
"words": 59,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (59 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Thêm nữa, vào đầu giờ mỗi ngày chúng tôi cũng cập nhật lịch phát sóng đầy đủ. Để bạn nắm được thời gian diễn ra các trận đấu trong ngày, đội hình ra sân, sân tổ chức,…</p>"
},
{
"index": 550,
"heading": "H3: Xem truc tiep bong da với chất lượng cao",
"text": "Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như Xôi Lạc TV. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:",
"words": 61,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (61 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như <b>Xôi Lạc TV</b>. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:</p>"
},
{
"index": 551,
"heading": "H3: Xem truc tiep bong da với tốc độ cao",
"text": "Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo dõi trọng vẹn trận đấu mình thích không khác gì xem trên TV.",
"words": 83,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo d..."
},
{
"index": 552,
"heading": "H3: Xem truc tiep bong da với tốc độ cao",
"text": "Đương nhiên khi tốc độ ổn định và mượt mà thì các hiện tượng như giật, đứng hình hay bị diss ra khi xem gần như rất ít khi xuất hiện. Nếu có, thì bạn cũng chỉa cần dừng trận đấu mình đang xem lại vài giây rồi tiếp tục là được.",
"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 style=\"text-align: justify;\">Đương nhiên khi tốc độ ổn định và mượt mà thì các hiện tượng như giật, đứng hình hay bị diss ra khi xem gần như rất ít khi xuất hiện. Nếu có, thì bạn cũng chỉa cần dừng trận đấu mình đang xe..."
},
{
"index": 553,
"heading": "H3: Bình luận hấp dẫn",
"text": "Nhắc đến trang web Xoilac TV thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc và công sức mới có thể chiêu m ộ được.",
"words": 79,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (79 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Nhắc đến trang web <b>Xoilac TV</b> thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc v&#..."
},
{
"index": 554,
"heading": "H3: Bình luận hấp dẫn",
"text": "Với việc có một đội ngũ BLV như thế thì tất cả các trận đấu bóng đá hấp dẫn được chúng tôi phát sóng luôn được bình luận bằng tiếng Việt. Cách bình luận của các BLV này cũng khá là cuốn hút và hấp dẫn, tạo cho trận đấu một không khí sống động hơn rất nhiều.",
"words": 95,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Với việc có một đội ngũ BLV như thế thì tất cả các trận đấu bóng đá hấp dẫn được chúng tôi phát sóng luôn được bình luận bằng tiếng Việt. Cách bình luận của các BLV này cũng khá là cu..."
},
{
"index": 555,
"heading": "H3: Bình luận hấp dẫn",
"text": "Ngoài ra, những BLV của chúng tôi cũng khá dễ gần và vui vẻ, cho nên thường xuyên tương tác với người xem trong quá trình trận đấu diễn ra. Để giúp tạo một cảm giác xem tructiepbongda Xoilac Z thú vị và sôi động hơn khá nhiều, so với việc xem trên TV.",
"words": 81,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Ngoài ra, những BLV của chúng tôi cũng khá dễ gần và vui vẻ, cho nên thường xuyên tương tác với người xem trong quá trình trận đấu diễn ra. Để giúp tạo một cảm giác xem <b>tructiepbongda Xoilac Z</b> thú vị và sôi động h&#x..."
},
{
"index": 556,
"heading": "H3: Hệ thống link xem truc tiep bong da chất lượng",
"text": "Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link xem bong da truc tiep cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức các trận đấu bóng đá với chất lượng cao. Cụ thể như sau:",
"words": 87,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link <b>xem bong da truc tiep</b> cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức cá..."
},
{
"index": 557,
"heading": "H3: Không chèn quảng cáo",
"text": "Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn gần như không bao giờ thấy banner, video quảng cáo hay là popup.",
"words": 83,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn g..."
},
{
"index": 558,
"heading": "H3: Không chèn quảng cáo",
"text": "Hiện tại chúng tôi chỉ có treo banner quảng cáo cho những nhà cái lớn tại trang chủ. Để có nguồn thu mà duy trì cũng như nâng cấp trang web của mình hơn nữa. Đương nhiên nếu như bạn cảm thấy bị làm phiền thì có thể tắt bất kỳ lúc nào. Ngoài ra Xoilac TV còn cập nhật dữ liệu tỷ số bongdalu vip nhanh và chính xác nhất.",
"words": 107,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Hiện tại chúng tôi chỉ có treo banner quảng cáo cho những nhà cái lớn tại trang chủ. Để có nguồn thu mà duy trì cũng như nâng cấp trang web của mình hơn nữa. Đương nhiên nếu như bạn cảm thấy bị làm phiền thì có..."
},
{
"index": 559,
"heading": "H2: Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"text": "Xôi Lạc TV chính là trang web tructiepbongda hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:",
"words": 56,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (56 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p style=\"text-align: justify;\">Xôi Lạc TV chính là trang web <b>tructiepbongda</b> hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:</p>"
},
{
"index": 560,
"heading": "H2: Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"text": "Để xem truc tiep bong da với chất lượng cao và trải nghiệm tuyệt vời thì bạn hãy truy cập vào trang web Xôi Lạc TV. Chúng tôi khẳng định rằng khi vào đây, bạn sẽ có những giây phút xem trận đấu mình thích một cách tốt nhất.",
"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 style=\"text-align: justify;\">Để xem <b>truc tiep bong da</b> với chất lượng cao và trải nghiệm tuyệt vời thì bạn hãy truy cập vào trang web <b>Xôi Lạc TV</b>. Chúng tôi khẳng định rằng khi vào đây, bạn sẽ có những giây phút xem trận đấu mình thích một c&..."
},
{
"index": 561,
"heading": "H2: Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"text": "Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:",
"words": 69,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (69 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:</p>"
},
{
"index": 574,
"heading": "H3: Liên hệ",
"text": "Chú ý: Tất cả quảng cáo trên web chúng tôi, đều là ý kiến cá nhân của khách hàng, không có liên quan gì với web chúng tôi. Tất cả thông tin mà web chúng tôi cung cấp chỉ mang tính chất tham khảo, xin quý khách chú ý tuân thủ pháp luật của nước sở tại, không được phép sử dụng thông tin của chúng tôi để tiến hành hoạt động phi pháp. Nếu không, quý khách sẽ phải hoàn toàn chịu trách nhiệm trước pháp luật. Web c...",
"words": 158,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p class=\"mt-3 text-light ps-3 d-none text-center\">Chú ý: Tất cả quảng cáo trên web chúng tôi, đều là ý kiến cá nhân của khách hàng, không có liên quan gì với web chúng tôi. Tất cả thông tin mà web chúng tôi cung cấp chỉ mang tính chất tham khảo, xin quý khách ch..."
}
],
"citableParagraphs": [
{
"index": 562,
"heading": "H2: Kết luận",
"text": "Ở thời điểm hiện tại, Xoilac TV là website xem bong da truc tiep được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ. Xôi Lạc TV sẽ trở thành trang web tructiepbongda số 1 Việt Nam, là nơi xem bóng đá online chất lượng, tốc độ cao nhất.",
"words": 101,
"hasEvidence": true,
"reasons": [],
"html": "<p style=\"text-align: justify;\">Ở thời điểm hiện tại, Xoilac TV là website <b>xem bong da truc tiep</b> được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ..."
}
],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 70/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
694 image(s) are missing width/height attributes. 346 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, minimum-scale=1, maximum-scale=1, viewport-fit=cover",
"visibleWords": 9660,
"htmlBytes": 1182659,
"imagesMissingDimensions": [
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png\" alt=\"logo\">"
},
{
"src": "/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png\" alt=\"logo\" class=\"logo\">"
},
{
"src": "/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"/wp-content/themes/bongda/dist/images/wc-2026/menu-wc.svg\">"
},
{
"src": "https://cdn.lfastcdn.com/2026/04/uknadu8u-1.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"img-fluid\" src=\"https://cdn.lfastcdn.com/2026/04/uknadu8u-1.gif\" alt=\"8XBET A MB\">"
},
{
"src": "https://cdn.lfastcdn.com/2026/04/uknadu8u-1.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"img-fluid\" src=\"https://cdn.lfastcdn.com/2026/04/uknadu8u-1.gif\" alt=\"8XBET A MB\">"
},
{
"src": "https://cdn.lfastcdn.com/2026/04/134dayyrzl.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"img-fluid\" src=\"https://cdn.lfastcdn.com/2026/04/134dayyrzl.gif\" alt=\"8XBET A PC\">"
},
{
"src": "https://cdn.lfastcdn.com/2026/04/134dayyrzl.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"img-fluid\" src=\"https://cdn.lfastcdn.com/2026/04/134dayyrzl.gif\" alt=\"8XBET A PC\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/8y39mp1hygjmojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Brazilian Women Cup\" src=\"https://imgts.sportpulseapiz.com/football/competition/8y39mp1hygjmojx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kp3glrw7hwqdyjv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"FIFA World Cup\" src=\"https://imgts.sportpulseapiz.com/football/competition/kp3glrw7hwqdyjv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/yl5ergphw4wr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"ARFC\" src=\"https://imgts.sportpulseapiz.com/football/competition/yl5ergphw4wr8k0/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh3e9ql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Argentine Tebolidun League Group C \" src=\"https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh3e9ql07/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nhw9kmd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Aruba Division Di Honor\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nhw9kmd7o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kdj2ryohj27q1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"AUS NSW-N U20\" src=\"https://imgts.sportpulseapiz.com/football/competition/kdj2ryohj27q1zp/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/4zp5rzghjjgq82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australia FFA Cup\" src=\"https://imgts.sportpulseapiz.com/football/competition/4zp5rzghjjgq82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/4zp5rzghpvnq82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australia Queensland State Leagues \" src=\"https://imgts.sportpulseapiz.com/football/competition/4zp5rzghpvnq82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghjx1r6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australia Queensland Women\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghjx1r6od/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh3p5ql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian cloth\" src=\"https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh3p5ql07/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhxjvqvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian Welsh League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhxjvqvy9/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh9xdryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Bhutan Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh9xdryk0/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z8yomo4h206q0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"BRA Campeonato Mineiro 2\" src=\"https://imgts.sportpulseapiz.com/football/competition/z8yomo4h206q0j6/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/p3glrw7h1d4qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"BRA Campeonato Paulista (Y)\" src=\"https://imgts.sportpulseapiz.com/football/competition/p3glrw7h1d4qdyj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z8yomo4h0dlq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Brazilian Campeonato Carioca Série B1\" src=\"https://imgts.sportpulseapiz.com/football/competition/z8yomo4h0dlq0j6/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph001m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Brazilian Serie C\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph001m2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh9pyryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Brazilian Serie D\" src=\"https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh9pyryk0/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kdj2ryohjn7q1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Cameroon Elite two\" src=\"https://imgts.sportpulseapiz.com/football/competition/kdj2ryohjn7q1zp/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kdj2ryohkvzq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Capital NPL 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/kdj2ryohkvzq1zp/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kjw2r09hwl5rz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"CFA Member Association Champions League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kjw2r09hwl5rz84/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9k82rekh38prepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Chilean Women Division 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/9k82rekh38prepz/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph97xm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Chinese Women League One\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph97xm2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/yl5ergphz6r8k0o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Chinese Women Super League\" src=\"https://imgts.sportpulseapiz.com/football/competition/yl5ergphz6r8k0o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9dn1m1ghln4moep/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Copa de la Liga\" src=\"https://imgts.sportpulseapiz.com/football/competition/9dn1m1ghln4moep/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9wh0nryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Czech 3 liga\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9wh0nryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9k82rekhxlrepzj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Czech U19 League\" src=\"https://imgts.sportpulseapiz.com/football/competition/9k82rekhxlrepzj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gy0or5jhexdqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ethiopia Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/gy0or5jhexdqwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/j1l4rjnhgvm7vx5/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Faroe Islands Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/j1l4rjnhgvm7vx5/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kjw2r09hl4yrz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"FFSA Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kjw2r09hl4yrz84/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh7zryk0j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Finnish Ykkonen\" src=\"https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh7zryk0j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whk0ryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Giao Hữu Quốc Tế\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whk0ryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whwknryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Guangdong City Football League\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whwknryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghonr6odg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Argentina\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghonr6odg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/j1l4rjnh0xm7vx5/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Brazil\" src=\"https://imgts.sportpulseapiz.com/football/competition/j1l4rjnh0xm7vx5/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/l965mkyhw4r1ge4/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Estonia\" src=\"https://imgts.sportpulseapiz.com/football/competition/l965mkyhw4r1ge4/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/d23xmvkhplqg8ny/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Iceland\" src=\"https://imgts.sportpulseapiz.com/football/competition/d23xmvkhplqg8ny/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7phzjm2wdk/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Lithuania\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7phzjm2wdk/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/p3glrw7h03qdyjv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Na Uy \" src=\"https://imgts.sportpulseapiz.com/football/competition/p3glrw7h03qdyjv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nhgwmd7oj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Phần Lan\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nhgwmd7oj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/8y39mp1hk8mojxg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Thụy Điển\" src=\"https://imgts.sportpulseapiz.com/football/competition/8y39mp1hk8mojxg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z318q66h7yqo9jd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Thụy Điển\" src=\"https://imgts.sportpulseapiz.com/football/competition/z318q66h7yqo9jd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9dn1m1gh5gmoepl/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 2 Trung Quốc\" src=\"https://imgts.sportpulseapiz.com/football/competition/9dn1m1gh5gmoepl/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/8y39mp1hojmojxg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 3 Esiliiga\" src=\"https://imgts.sportpulseapiz.com/football/competition/8y39mp1hojmojxg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nhz63md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng 3 Na Uy\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nhz63md7o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nh3emd7oj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng Nhất Belarus\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nh3emd7oj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/d23xmvkhynqg8ny/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng Nhất Kazakhstan\" src=\"https://imgts.sportpulseapiz.com/football/competition/d23xmvkhynqg8ny/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh73ryk0j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng Nhất Na Uy\" src=\"https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh73ryk0j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z318q66h91qo9jd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Hạng Nhất Trung Quốc\" src=\"https://imgts.sportpulseapiz.com/football/competition/z318q66h91qo9jd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9wh2nryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Iceland Cup\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9wh2nryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/j1l4rjnhj0m7vx5/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Iceland Division 2\" src=\"https://imgts.sportpulseapiz.com/football/competition/j1l4rjnhj0m7vx5/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gy0or5jhegvqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Iceland Division 3\" src=\"https://imgts.sportpulseapiz.com/football/competition/gy0or5jhegvqwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/vl7oqdehn6nr510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Iran Azadegan League\" src=\"https://imgts.sportpulseapiz.com/football/competition/vl7oqdehn6nr510/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kjw2r09h8yrz84o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Japanese Nadeshiko League 2\" src=\"https://imgts.sportpulseapiz.com/football/competition/kjw2r09h8yrz84o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/l965mkyhy92r1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Jiangxi City Football Super League\" src=\"https://imgts.sportpulseapiz.com/football/competition/l965mkyhy92r1ge/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/yl5ergphg6r8k0o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"JPN Nadeshiko League 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/yl5ergphg6r8k0o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whkzpryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Kuwait Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whkzpryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kdj2ryoh12q1zpg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Latvian 1.Liga\" src=\"https://imgts.sportpulseapiz.com/football/competition/kdj2ryoh12q1zpg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nhl99md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"MLS Next Pro\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nhl99md7o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gy0or5jhejeqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"National Premier Leagues Victoria 3\" src=\"https://imgts.sportpulseapiz.com/football/competition/gy0or5jhejeqwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/4zp5rzghz01q82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"New Zealand Central Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/4zp5rzghz01q82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhx98qvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"New Zealand South Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhx98qvy9/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z8yomo4h39q0j6l/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại Hạng Belarus\" src=\"https://imgts.sportpulseapiz.com/football/competition/z8yomo4h39q0j6l/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/4zp5rzghxp0q82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại Hạng Canada\" src=\"https://imgts.sportpulseapiz.com/football/competition/4zp5rzghxp0q82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhj9pqvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại Hạng Darwin\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhj9pqvy9/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gy0or5jhl3oqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại hạng Iraq\" src=\"https://imgts.sportpulseapiz.com/football/competition/gy0or5jhl3oqwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllh40qvy9d/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại Hạng Kazakhstan\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllh40qvy9d/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kjw2r09hje5rz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại Hạng Mông Cổ\" src=\"https://imgts.sportpulseapiz.com/football/competition/kjw2r09hje5rz84/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh53ryk0j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ngoại hạng Nữ Belarus\" src=\"https://imgts.sportpulseapiz.com/football/competition/gpxwrxlh53ryk0j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9k82rekhgvlrepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Northeast China Football League\" src=\"https://imgts.sportpulseapiz.com/football/competition/9k82rekhgvlrepz/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whzdvryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Northern Ireland Women Super League\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whzdvryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/v2y8m4zhgxoql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NPL WA Women\" src=\"https://imgts.sportpulseapiz.com/football/competition/v2y8m4zhgxoql07/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z318q66hoz1qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NSW Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/z318q66hoz1qo9j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghp76r6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NSW Premier W-League\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghp76r6od/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/8y39mp1hj99mojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NSW-N Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/8y39mp1hj99mojx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/d23xmvkhdw4qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NZ Northern Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/d23xmvkhdw4qg8n/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whgkeryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"OFC U19 Championship\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whgkeryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/d23xmvkh4ndqg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"PER Liga Femenina\" src=\"https://imgts.sportpulseapiz.com/football/competition/d23xmvkh4ndqg8n/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7phd4m2wdk/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Primera B Metropolitana\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7phd4m2wdk/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/yl5ergphn1kr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"QLD D2\" src=\"https://imgts.sportpulseapiz.com/football/competition/yl5ergphn1kr8k0/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh302ql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"QLD Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh302ql07/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kjw2r09h1nzrz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Rural Football Super League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kjw2r09h1nzrz84/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9wh7o0ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"RUS D3A\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9wh7o0ryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/l965mkyhyw2r1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"RUS D3B\" src=\"https://imgts.sportpulseapiz.com/football/competition/l965mkyhyw2r1ge/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/56ypq3nh006md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"South Australia State League 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/56ypq3nh006md7o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/e4wyrn4h4k7q86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Tajikistan Higher League\" src=\"https://imgts.sportpulseapiz.com/football/competition/e4wyrn4h4k7q86p/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/4zp5rzghz7kq82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Tanzanian Premier League\" src=\"https://imgts.sportpulseapiz.com/football/competition/4zp5rzghz7kq82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whk79ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"TAS Premier League \" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whk79ryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/8y39mp1hjn2mojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Thai University League\" src=\"https://imgts.sportpulseapiz.com/football/competition/8y39mp1hjn2mojx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhdekqvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Trung Quốc U-21 League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhdekqvy9/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/d23xmvkh1oqg8ny/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"USL Championship\" src=\"https://imgts.sportpulseapiz.com/football/competition/d23xmvkh1oqg8ny/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghlkzr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"USL League One\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghlkzr6od/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph9lgm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"USL League Two\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph9lgm2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh38gql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Uzbekistan Pro League\" src=\"https://imgts.sportpulseapiz.com/football/competition/v2y8m4zh38gql07/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whkvpryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"V.LEAGUE 2\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whkvpryox/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllh02qvy9d/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Bolivia \" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllh02qvy9d/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whyeryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Chile\" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whyeryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whokryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Estonia \" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whokryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/jednm9whpkryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Georgia \" src=\"https://imgts.sportpulseapiz.com/football/competition/jednm9whpkryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhp3qvy9d/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Iceland\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhp3qvy9d/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8gh3lr6odg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Ireland\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8gh3lr6odg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/vl7oqdeholr510j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Latvia\" src=\"https://imgts.sportpulseapiz.com/football/competition/vl7oqdeholr510j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghllr6odg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Lithuania\" src=\"https://imgts.sportpulseapiz.com/football/competition/9vjxm8ghllr6odg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z318q66hokoqo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Marốc\" src=\"https://imgts.sportpulseapiz.com/football/competition/z318q66hokoqo9j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/e4wyrn4hd7lq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Nữ Argentine\" src=\"https://imgts.sportpulseapiz.com/football/competition/e4wyrn4hd7lq86p/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/9k82rekheorepzj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Nữ Estonia \" src=\"https://imgts.sportpulseapiz.com/football/competition/9k82rekheorepzj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7phnjm2wdk/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Nữ Na Uy\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7phnjm2wdk/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/p3glrw7h0oqdyjv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Nữ Phần Lan\" src=\"https://imgts.sportpulseapiz.com/football/competition/p3glrw7h0oqdyjv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/yl5ergph5zr8k0o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Nữ Thụy Điển\" src=\"https://imgts.sportpulseapiz.com/football/competition/yl5ergph5zr8k0o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/z8yomo4h92q0j6l/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VĐQG Phần Lan\" src=\"https://imgts.sportpulseapiz.com/football/competition/z8yomo4h92q0j6l/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/e4wyrn4h8z1q86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Victorian State Division 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/e4wyrn4h8z1q86p/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/vl7oqdehnypr510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Western Australia NPL\" src=\"https://imgts.sportpulseapiz.com/football/competition/vl7oqdehnypr510/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph091m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Western State League 1\" src=\"https://imgts.sportpulseapiz.com/football/competition/gx7lm7ph091m2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/p4jwq2gh4o9m0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"WK League\" src=\"https://imgts.sportpulseapiz.com/football/competition/p4jwq2gh4o9m0ve/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/competition/kn54qllhn53qvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Yunnan City Football League\" src=\"https://imgts.sportpulseapiz.com/football/competition/kn54qllhn53qvy9/image/small\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/49vjxm8xt4q6odg/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NBA\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/49vjxm8xt4q6odg/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/v2y8m4ptx1ml074/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VTB United League\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/v2y8m4ptx1ml074/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/0l965mk8tom1ge4/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Basketball Bundesliga\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/0l965mk8tom1ge4/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/7p4jwq25t6q0veo/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ligue Nationale de Basket Pro A\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/7p4jwq25t6q0veo/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/7jednm9ktxryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Liga Asociación de Clubs de Baloncesto\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/7jednm9ktxryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/j1l4rjztzlem7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Philippines MPBL\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/j1l4rjztzlem7vx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/56ypq3kt1y9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Vietnam VBA\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/56ypq3kt1y9md7o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gtlg9qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Baloncesto Superior Nacional \" src=\"https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gtlg9qwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/xz318q6ntxmo9jd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Basketbol Super Ligi\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/xz318q6ntxmo9jd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/vl7oqd4t1p5q510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"China Taipei P League\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/vl7oqd4t1p5q510/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/j1l4rjzt39em7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Filoil EcoOil Preseason Cup\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/j1l4rjzt39em7vx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/4zp5rzktglr82w1/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Indonesia Basketball League\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/4zp5rzktglr82w1/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/x4zp5rzkt1r82w1/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Lega Basket Serie A\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/x4zp5rzkt1r82w1/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gteeqwzv3/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Liga Portuguesa de Basquetebol\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gteeqwzv3/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/z318q6ntk53mo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Liga Profesional de Baloncesto\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/z318q6ntk53mo9j/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/d9k82re8twrepzj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ligat HaAl\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/d9k82re8twrepzj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/jednm9kt9xryox8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Ligue Nationale de Basket Pro B\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/jednm9kt9xryox8/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/l965mk8t7om1ge4/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Narodni Basketbalova Liga\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/l965mk8t7om1ge4/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/e4wyrn1t9knq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"National Basketball League1 South\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/e4wyrn1t9knq86p/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gt0lzqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"National Women’s Basketball League1 East\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/gy0or5gt0lzqwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/9dn1m17t1wdmoep/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"National Women’s Basketball League1 South\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/9dn1m17t1wdmoep/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/gx7lm73t5k7r2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"NBL1 Eastern\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/gx7lm73t5k7r2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/9k82re8tvwrepzj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"New Zealand National Basketball League\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/9k82re8tvwrepzj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/yl5ergytk5r8k0o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Philippine Basketball Commissioner\\'s Cup\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/yl5ergytk5r8k0o/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/xe4wyrn1twq86pv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Polska Liga Koszykowk\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/xe4wyrn1twq86pv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/competition/0gx7lm73tor2wdk/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Women National Basketball Association\" src=\"https://imgts.sportpulseapiz.com/basketball/competition/0gx7lm73tor2wdk/image/small\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/competition/gx7lm7nf0v9q2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"ATP S-Hertogenbosch, Netherlands Men Singles\" src=\"https://imgts.sportpulseapiz.com/tennis/competition/gx7lm7nf0v9q2wd/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/competition/gx7lm7nf0j9q2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"ATP Stuttgart, Germany Men Singles\" src=\"https://imgts.sportpulseapiz.com/tennis/competition/gx7lm7nf0j9q2wd/image/small\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/competition/965mkyjs773gr1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian Open, Doubles\" src=\"https://imgts.sportpulseapiz.com/badminton/competition/965mkyjs773gr1g/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/competition/4jwq2g9s44v7m0v/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian Open, Singles\" src=\"https://imgts.sportpulseapiz.com/badminton/competition/4jwq2g9s44v7m0v/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/competition/y39mp1es33jpmoj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian Open, Women Doubles\" src=\"https://imgts.sportpulseapiz.com/badminton/competition/y39mp1es33jpmoj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/competition/ednm9wlskkzeryo/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Australian Open, Women Singles\" src=\"https://imgts.sportpulseapiz.com/badminton/competition/ednm9wlskkzeryo/image/small\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/competition/e4wyrn3hexvm86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Nations League\" src=\"https://imgts.sportpulseapiz.com/volleyball/competition/e4wyrn3hexvm86p/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/competition/y0or58hld26rwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"AVC Nations Cup Women\" src=\"https://imgts.sportpulseapiz.com/volleyball/competition/y0or58hld26rwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/competition/p4jwq23hk98r0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"European League\" src=\"https://imgts.sportpulseapiz.com/volleyball/competition/p4jwq23hk98r0ve/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/competition/jednm9vh901qyox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"European League Women\" src=\"https://imgts.sportpulseapiz.com/volleyball/competition/jednm9vh901qyox/image/small\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/live-indicator.svg\" alt=\"Live\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/fire.svg\" alt=\"fire\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/mic.svg\" alt=\"Microphone\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/calendar.svg\" alt=\"Calendar\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/select-sport.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/select-sport.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/filter/league.svg\" alt=\"league\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/competition/y39mp8zho21qojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"CCT 2026 Europe Series 4\" src=\"https://imgts.sportpulseapiz.com/csgo/competition/y39mp8zho21qojx/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/competition/3glrwwot1w0rdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"EMEA Masters Spring 2026\" src=\"https://imgts.sportpulseapiz.com/lol/competition/3glrwwot1w0rdyj/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/competition/dj2ryyvfpolr1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"European Pro League Series 7\" src=\"https://imgts.sportpulseapiz.com/csgo/competition/dj2ryyvfpolr1zp/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/competition/y0or596u90xmwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"Intel Extreme Masters Cologne Major 2026\" src=\"https://imgts.sportpulseapiz.com/csgo/competition/y0or596u90xmwzv/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/competition/l7oqd9kb6y6m510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"LCK 2026\" src=\"https://imgts.sportpulseapiz.com/lol/competition/l7oqd9kb6y6m510/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/dota2/competition/zp5rz51czx8r82w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"The International Regional Qualifiers 2026\" src=\"https://imgts.sportpulseapiz.com/dota2/competition/zp5rz51czx8r82w/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/competition/l7oqd9kb6n6m510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img alt=\"VCS Summer 2026\" src=\"https://imgts.sportpulseapiz.com/lol/competition/l7oqd9kb6n6m510/image/small\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phpdo8m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phpdo8m2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nhlx6omd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhlx6omd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hd4kjq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/dj2ryohy13wq1zp/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nhzoxjmd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhzoxjmd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7ph0wdwm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7ph0wdwm2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphov6dr8k0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7pho755m2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hov03qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh0z11md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nhld9dmd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nhld9dmd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/l5ergphny19r8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/l5ergphny19r8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/1l4rjnh1wl7m7vx/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y39mp1h54kemojx/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4hvpgjq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4hvpgjq86p/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66hkd55qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66hkd55qo9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwyjryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh357wql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/y0or5jhlve7qwzv/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/ednm9wh9950ryox/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4wyrn4h4dnzq86p/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/x7lm7phopzlm2wd/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8gh464zr6od/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/pxwrxlhgwklryk0/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hne0prz84/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/k82rekh9ojvrepz/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/9k82rekh5g3repz/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/318q66h0430qo9j/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/vjxm8ghpwxzr6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/vjxm8ghpwxzr6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/4jwq2ghx4kgm0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/4jwq2ghx4kgm0ve/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/965mkyh7knwr1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/965mkyh7knwr1ge/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/n54qllhewdpqvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/n54qllhewdpqvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h703wq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h703wq0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/jw2r09hl4zxrz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/jw2r09hl4zxrz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4h7yewq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/3glrw7hwev9qdyj/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/2y8m4zh3d4oql07/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/23xmvkho350qg8n/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/6ypq3nh5wl9md7o/image/small\" alt=\"Flag\">"
},
{
"src": "https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/football/team/8yomo4hk7nkq0j6/image/small\" alt=\"Flag\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/1l4rjzt6y9jm7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/1l4rjzt6y9jm7vx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/vjxm8xt4434q6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/vjxm8xt4434q6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/l965mk8td33m1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8td33m1ge/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/318q6nt0lz9mo9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/318q6nt0lz9mo9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/23xmv1t3z4kmg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/23xmv1t3z4kmg8n/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/y39mp4t5l7pmojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y39mp4t5l7pmojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn414qz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn414qz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/4wyrn1td455q86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/4wyrn1td455q86p/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/ednm9kt99nyryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/ednm9kt99nyryox/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/l5ergytojo8r8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l5ergytojo8r8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/jednm9kt3p8ryox/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jednm9kt3p8ryox/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn6weqz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn6weqz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/56ypq3kt94jmd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/56ypq3kt94jmd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/kn54ql7t09xrvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kn54ql7t09xrvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/3glrwytjz0vqdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/3glrwytjz0vqdyj/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t1d7yqyk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t1d7yqyk0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/23xmv1tozo8mg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/23xmv1tozo8mg8n/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/kdj2ry7tog0r1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kdj2ry7tog0r1zp/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/z8yomovtw11q0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/z8yomovtw11q0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/v2y8m4pt256ml07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/v2y8m4pt256ml07/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/vl7oqd4tzwwq510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/vl7oqd4tzwwq510/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/9vjxm8xtoz2q6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/9vjxm8xtoz2q6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/gpxwrx5twopqyk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gpxwrx5twopqyk0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9kzm1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9kzm1ge/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/j1l4rjztoeym7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/j1l4rjztoeym7vx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/gy0or5gty7wqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gy0or5gty7wqwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/n54ql7te8pprvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/n54ql7te8pprvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/kjw2r02tdo8qz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/kjw2r02tdo8qz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/gx7lm73t6x3r2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/gx7lm73t6x3r2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/yl5ergytj7wr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/yl5ergytj7wr8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9j0m1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8t9j0m1ge/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/4jwq25tv74yq0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/4jwq25tv74yq0ve/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t144nqyk0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/pxwrx5t144nqyk0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn64dqz84/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/jw2r02tn64dqz84/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/y39mp4t3ko7mojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y39mp4t3ko7mojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/y0or5gt471dqwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/y0or5gt471dqwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/d23xmv1t13zmg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/d23xmv1t13zmg8n/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/l965mk8tdwxm1ge/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/l965mk8tdwxm1ge/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/yl5ergytjzzr8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/yl5ergytjzzr8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/basketball/team/dj2ry7tjyxjr1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/basketball/team/dj2ry7tjyxjr1zp/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/dj2ry1f2l5pr1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/dj2ry1f2l5pr1zp/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/4jwq2pf1vo3m0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/4jwq2pf1vo3m0ve/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/dn1m12f1n4nqoep/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/dn1m12f1n4nqoep/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/y39mpyf2vnvmojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/y39mpyf2vnvmojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/n54ql4f819xrvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/n54ql4f819xrvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/8yomojf5e4pq0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/8yomojf5e4pq0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/y39mpyf98vemojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/y39mpyf98vemojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/318q6jf4p2nro9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/318q6jf4p2nro9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/vjxm85fjzn5m6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/vjxm85fjzn5m6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/tennis/team/318q6jf4xxwro9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/tennis/team/318q6jf4xxwro9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/1l4rjn4s9kddm7v/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/1l4rjn4s9kddm7v/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/0or5jzslx6lgqwz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/0or5jzslx6lgqwz/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/x7lm7pos1oxkm2w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/x7lm7pos1oxkm2w/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs2494qwz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs2494qwz/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/65mkyjs77p53r1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/65mkyjs77p53r1g/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/jw2r09gs5pw2rz8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/jw2r09gs5pw2rz8/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8345qwz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8345qwz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/n54qllysnn7lqvy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/n54qllysnn7lqvy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/jw2r09gsdo64rz8/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/jw2r09gsdo64rz8/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/318q66kse91dqo9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/318q66kse91dqo9/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/vjxm8gesn814r6o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/vjxm8gesn814r6o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/n54qllysn78dqvy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/n54qllysn78dqvy/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y39mp1es6179moj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1es6179moj/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/318q66ksd154qo9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/318q66ksd154qo9/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/xwrxl4sg9v4dryk/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/xwrxl4sg9v4dryk/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9s8j7pm0v/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9s8j7pm0v/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/dj2ryolspl1pq1z/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dj2ryolspl1pq1z/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsjl7lmd7/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsjl7lmd7/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/965mkyjsknvlr1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/965mkyjsknvlr1g/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswg41ryo/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswg41ryo/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/965mkyjskzw7r1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/965mkyjskzw7r1g/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/ednm9wlsw0w5ryo/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlsw0w5ryo/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsvvg7md7/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/6ypq3nlsvvg7md7/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/2y8m4znso8nnql0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/2y8m4znso8nnql0/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/3glrw74sno59qdy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/3glrw74sno59qdy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y39mp1es66z1moj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1es66z1moj/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sdxw8moe/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sdxw8moe/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y39mp1esn5jymoj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y39mp1esn5jymoj/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9snxwzm0v/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/4jwq2g9snxwzm0v/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sl8z3moe/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/dn1m1g9sl8z3moe/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswv1jryo/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/ednm9wlswv1jryo/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8gwnqwz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/badminton/team/y0or5jzs8gwnqwz/image/small\" class=\"lazy team-logo-1\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/3glrwjhvnywqdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/3glrwjhvnywqdyj/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhdzom0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhdzom0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj36qd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj36qd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h11xq2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h11xq2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhkgzenr1z/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhkgzenr1z/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/yl5ergdh9p4r8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/yl5ergdh9p4r8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h21xrwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h21xrwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhd3nm0j6/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z8yomoxhd3nm0j6/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/9k82redh702qepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9k82redh702qepz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj1yqd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xhj1yqd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/vl7oqddh5opq510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/vl7oqddh5opq510/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/8y39mpwh26nqojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/8y39mpwh26nqojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h1zwq2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gx7lm75h1zwq2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/d23xmvzhn6gqg8n/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/d23xmvzhn6gqg8n/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/6ypq3xhv9vkqd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/6ypq3xhv9vkqd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/9vjxm8lhngyq6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9vjxm8lhngyq6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2ngrwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2ngrwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/l7oqddhgpg3q510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/l7oqddhgpg3q510/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/9dn1m1nhwweqoep/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/9dn1m1nhwweqoep/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhloler1zp/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/dj2rydhloler1zp/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/y39mpwhdgglqojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/y39mpwhdgglqojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/p4jwq23h3e9r0ve/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/p4jwq23h3e9r0ve/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/2y8m4wh5o56ql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/2y8m4wh5o56ql07/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/kn54qldholorvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/kn54qldholorvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/kn54qldhondrvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/kn54qldhondrvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/p3glrwjhvn1qdyj/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/p3glrwjhvn1qdyj/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/z318q67h55oro9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/z318q67h55oro9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xh259qd7o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/56ypq3xh259qd7o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/v2y8m4whk62ql07/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/v2y8m4whk62ql07/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2vprwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/volleyball/team/gy0or58h2vprwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-lol.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-lol.png\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/965mk6zt7d5jq1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/965mk6zt7d5jq1g/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/4jwq2eku42pkq0v/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/4jwq2eku42pkq0v/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/2y8m4exu325jql0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/2y8m4exu325jql0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/3glrwwotwx8grdy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/3glrwwotwx8grdy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/l5erg5efoz6vm8k/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/l5erg5efoz6vm8k/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/3glrwwotw84drdy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/3glrwwotw84drdy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/n54qleou2lj5mvy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/n54qleou2lj5mvy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/n54qleou2oe6mvy/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/n54qleou2oe6mvy/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/4wyrnxyt8k0lm86/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/4wyrnxyt8k0lm86/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/x7lm797bk1zor2w/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/x7lm797bk1zor2w/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/965mk6zt766vq1g/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/965mk6zt766vq1g/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/lol/team/y0or59wblv37mwz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/lol/team/y0or59wblv37mwz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/economy.svg?v=1\" alt=\"economy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-csgo.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-csgo.png\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/l7oqd9ou4z4m510/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l7oqd9ou4z4m510/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/k82rep4fj5wqepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/k82rep4fj5wqepz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/n54qle2h8y4mvy9/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/n54qle2h8y4mvy9/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/y0or596uke9mwzv/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y0or596uke9mwzv/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi2oom8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi2oom8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/1l4rje7h675m7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/1l4rje7h675m7vx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wujxdq6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wujxdq6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyo8q6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyo8q6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/x7lm79xuy5gr2wd/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/x7lm79xuy5gr2wd/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/dn1m1e6h41v8qoe/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/dn1m1e6h41v8qoe/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/y39mp8zhn86qojx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/318q6g3f0zero9j/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/318q6g3f0zero9j/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyeyq6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuyeyq6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/k82rep4fpnxqepz/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/k82rep4fpnxqepz/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wupnnq6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wupnnq6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/4wyrnxzfl8xm86p/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/4wyrnxzfl8xm86p/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuwzyq6od/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wuwzyq6od/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/vjxm89wu4xyoq6o/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/vjxm89wu4xyoq6o/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi6l4m8k0/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/csgo/team/l5erg5xi6l4m8k0/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-dota2.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/home/icon-dota2.png\">"
},
{
"src": "https://imgts.sportpulseapiz.com/dota2/team/6ypq3egt0d19md7/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/dota2/team/6ypq3egt0d19md7/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://imgts.sportpulseapiz.com/dota2/team/1l4rjektedxm7vx/image/small",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://imgts.sportpulseapiz.com/dota2/team/1l4rjektedxm7vx/image/small\" class=\"lazy team-logo-0\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/barrack.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/barrack.svg\" alt=\"barrack\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/barrack.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/barrack.svg\" alt=\"barrack\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/tower.svg\" alt=\"tower\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/esports/skill.svg\" alt=\"skill\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/company/21.png\" alt=\"company\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/05/san-van-dong-to-chuc-world-cup-2026-thong-tin-chinh-thuc-va-chi-tiet0.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.xoilacztw.tv/2026/05/san-van-dong-to-chuc-world-cup-2026-thong-tin-chinh-thuc-va-chi-tiet0.jpg\" alt=\"Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/05/world-cup-co-bao-nhieu-bang-dau-thong-tin-chinh-thuc-va-chi-tiet.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.xoilacztw.tv/2026/05/world-cup-co-bao-nhieu-bang-dau-thong-tin-chinh-thuc-va-chi-tiet.jpg\" alt=\"World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/05/world-cup-2026-co-bao-nhieu-tran-dau-thong-tin-chinh-thuc-va-chi-tiet.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.xoilacztw.tv/2026/05/world-cup-2026-co-bao-nhieu-tran-dau-thong-tin-chinh-thuc-va-chi-tiet.jpg\" alt=\"World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/05/chau-au-co-bao-nhieu-ve-du-world-cup-2026-cap-nhat-moi-nhat-tu-fifa2.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.xoilacztw.tv/2026/05/chau-au-co-bao-nhieu-ve-du-world-cup-2026-cap-nhat-moi-nhat-tu-fifa2.jpg\" alt=\"Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/05/doi-hinh-brazil-world-cup-2026-thong-tin-chinh-thuc-chi-tiet.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://cdn.xoilacztw.tv/2026/05/doi-hinh-brazil-world-cup-2026-thong-tin-chinh-thuc-chi-tiet.jpg\" alt=\"Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/photo_2026-06-12_08-19-01-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/photo_2026-06-12_08-19-01-1.jpg\" alt=\"Hàn Quốc vs CH Séc (09:00 &#8211; 12/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/Screenshot-2026-06-12-041355.png",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/Screenshot-2026-06-12-041355.png\" alt=\"Mexico vs Nam Phi (02:00 &#8211; 12/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/Costa-Rica-1-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/Costa-Rica-1-1.jpg\" alt=\"Anh vs Costa Rica (04:00 &#8211; 11/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/photo_2026-06-11_05-19-38-2.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/photo_2026-06-11_05-19-38-2.jpg\" alt=\"Bồ Đào Nha vs Nigeria (02:45 &#8211; 11/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/2280810565-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/2280810565-1.jpg\" alt=\"Argentina vs Iceland (08:00 &#8211; 10/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/Ireland-1-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/Ireland-1-1.jpg\" alt=\"Pháp vs Bắc Ireland (02:10 &#8211; 09/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/Uzbekistan-1-1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/Uzbekistan-1-1.jpg\" alt=\"Hà Lan vs Uzbekistan (01:45 &#8211; 09/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://cdn.xoilacztw.tv/2026/06/zizu1.jpg",
"width": "",
"height": "",
"loading": "",
"html": "<img style=\"opacity: 0;visibility: hidden;\" src=\"https://cdn.xoilacztw.tv/2026/06/zizu1.jpg\" alt=\"Hy Lạp vs Italy (02:00 &#8211; 08/06) | Xem lại trận đấu\" class=\"img-responsive img-post lazy\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-scoop.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-scoop.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-about-me.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-flickr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-flickr.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-issuu.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-issuu.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-okru.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-okru.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-instagram.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-instagram.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-twitter.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-tumblr.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-tumblr.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-messages.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-messages.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-behance.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-behance.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-trello.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-trello.svg\">"
},
{
"src": "https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-facebook.svg",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"lazy\" src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/icon-facebook.svg\">"
},
{
"src": "https://images.dmca.com/Badges/dmca_copyright_protected150b.png?ID=63b93d86-f881-4e6f-99f1-c86ed0aa50d6",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"https://images.dmca.com/Badges/dmca_copyright_protected150b.png?ID=63b93d86-f881-4e6f-99f1-c86ed0aa50d6\" alt=\"DMCA.com Protection Status\">"
},
{
"src": "https://cdn.lfastcdn.com/2026/04/cashfdasj.gif",
"width": "",
"height": "",
"loading": "",
"html": "<img class=\"img-fluid\" src=\"https://cdn.lfastcdn.com/2026/04/cashfdasj.gif\" alt=\"8XBET\">"
}
],
"possibleDialogs": [
"<header id=\"header\" class=\"as-hide-popup-chat\"> <div class=\"container p-0\"><div class=\"d-none d-lg-block text-center xlz-ads-item\"></div></div> <div id=\"ads-top-mobile\" class=\"d-block d-lg-none text-center block-catfish xlz-ads-item\"></div> <nav class=\"nav-menu\"> <div class=\"container\"> <div class=\"main-menu\"> <a href=\"https://xoilacztw.tv/\" title=\"XoilacZ\" class=\"logo\"> <img src=\"https://xoilacztw.tv/wp-content/themes/bongda/dist/images/logo-xlz.png\" alt=\"logo\"> </a> <!-- Left Side Of Navbar...",
"<a href=\"/truc-tiep/sichuan-318-vs-chongqing-handa-luc-1200-ngay-12-06-2026/\" title=\"Sichuan 318 vs Chongqing Handa lúc 12:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-zp5rzghge7n7q82\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/chulalongkorn-r-vs-bangkok-university-deffo-luc-1330-ngay-12-06-2026/\" title=\"Chulalongkorn (R) vs Bangkok University Deffo lúc 13:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvkh6z4ykqg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/suan-sunandha-rajabhat-university-vs-bangkok-thonburi-uni-luc-1330-ngay-12-06-2026/\" title=\"Suan Sunandha Rajabhat University vs Bangkok Thonburi Uni. lúc 13:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54qllhnyj4xqvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/ferrymead-bays-vs-cashmere-technical-luc-1415-ngay-12-06-2026/\" title=\"Ferrymead Bays vs Cashmere Technical lúc 14:15 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-dj2ryohl3j7eq1z\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/manly-united-u20-vs-sydney-united-u20-luc-1430-ngay-12-06-2026/\" title=\"Manly United U20 vs Sydney United U20 lúc 14:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-x7lm7phjdk3pm2w\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/zigong-black-white-vs-yunnan-cuanhe-luc-1500-ngay-12-06-2026/\" title=\"Zigong Black White vs Yunnan Cuanhe lúc 15:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-1l4rjnh9p18zm7v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/marconi-stallions-u20-vs-sydney-fc-u20-luc-1500-ngay-12-06-2026/\" title=\"Marconi Stallions U20 vs Sydney FC U20 lúc 15:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-y0or5jh8dlz0qwz\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/xiaobao-village-vs-dali-village-luc-1530-ngay-12-06-2026/\" title=\"Xiaobao Village vs Dali Village lúc 15:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l7oqdehg9lg0r51\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/dynamo-budejovice-u19-vs-viktoria-plzen-u19-luc-1600-ngay-12-06-2026/\" title=\"Dynamo Budejovice U19 vs Viktoria Plzen U19 lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4jwq2ghnnl7xm0v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/north-star-vs-peninsula-power-luc-1600-ngay-12-06-2026/\" title=\"North Star vs Peninsula Power lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvkh6zd6nqg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/darwin-olympics-vs-garuda-fc-luc-1600-ngay-12-06-2026/\" title=\"Darwin Olympics vs Garuda FC lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4jwq2ghndvgom0v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/manly-united-vs-sydney-united-58-fc-luc-1630-ngay-12-06-2026/\" title=\"Manly United vs Sydney United 58 FC lúc 16:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-k82rekhg02nkrep\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/brunswick-city-vs-eltham-redbacks-luc-1630-ngay-12-06-2026/\" title=\"Brunswick City vs Eltham Redbacks lúc 16:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4wyrn4h6o2e1q86\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nunawading-city-vs-keilor-park-sc-luc-1630-ngay-12-06-2026/\" title=\"Nunawading City vs Keilor Park SC lúc 16:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54qllhny2p9qvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-g-coast-knights-vs-nu-brisbane-city-luc-1630-ngay-12-06-2026/\" title=\"Nữ G. Coast Knights vs Nữ Brisbane City lúc 16:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-ednm9whwlz5kryo\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/kingston-city-vs-moreland-city-sc-luc-1645-ngay-12-06-2026/\" title=\"Kingston City vs Moreland City SC lúc 16:45 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvkh6z3p9qg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-eastern-suburbs-vs-nu-brisbane-olympic-luc-1645-ngay-12-06-2026/\" title=\"Nữ Eastern Suburbs vs Nữ Brisbane Olympic lúc 16:45 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-965mkyhk9384r1g\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/marconi-stallions-vs-sydney-fc-y-luc-1700-ngay-12-06-2026/\" title=\"Marconi Stallions vs Sydney FC (Y) lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l7oqdehg8j26r51\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-suwon-fmc-vs-nu-sejong-sportstoto-luc-1700-ngay-12-06-2026/\" title=\"Nữ Suwon FMC vs Nữ Sejong Sportstoto lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-x7lm7phjxxg7m2w\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/campbelltown-sc-vs-west-birkalla-luc-1700-ngay-12-06-2026/\" title=\"Campbelltown SC vs West Birkalla lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l7oqdehg846kr51\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/lpu-pirate-vs-csjl-knight-luc-1200-ngay-12-06-2026/\" title=\"LPU Pirate vs CSJL Knight lúc 12:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l5ergytlxjgjr8k\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/taranaki-mountainairs-vs-whai-luc-1430-ngay-12-06-2026/\" title=\"Taranaki Mountainairs vs Whai lúc 14:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l5ergytljywdr8k\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/paranaque-patriots-vs-imus-agimat-luc-1500-ngay-12-06-2026/\" title=\"Paranaque Patriots vs Imus Agimat lúc 15:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54ql7tpg4lprvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-mt-gambier-pioneers-vs-nu-northern-tasmania-luc-1530-ngay-12-06-2026/\" title=\"Nữ Mt Gambier Pioneers vs Nữ Northern Tasmania lúc 15:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-zp5rzkt6eve2r82\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/iloilo-royals-vs-marikina-shoemasters-luc-1700-ngay-12-06-2026/\" title=\"Iloilo Royals vs Marikina Shoemasters lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-y39mp4t0gd77moj\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/fubon-braves-vs-taoyuan-pilots-luc-1800-ngay-12-06-2026/\" title=\"Fubon Braves vs Taoyuan Pilots lúc 18:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-1l4rjztjopx3m7v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/barangay-ginebra-vs-tnt-tropang-giga-luc-1830-ngay-12-06-2026/\" title=\"Barangay Ginebra vs TNT Tropang Giga lúc 18:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54ql7tpgyz4rvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/meycauayan-vs-abra-weavers-luc-1900-ngay-12-06-2026/\" title=\"Meycauayan vs Abra Weavers lúc 19:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-k82re8t0pevzrep\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/borneo-hornbills-vs-satria-muda-britama-luc-1900-ngay-12-06-2026/\" title=\"Borneo Hornbills vs Satria Muda BritAma lúc 19:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-dn1m17tpydx8moe\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/ho-chi-minh-wings-vs-ha-noi-buffalo-luc-1930-ngay-12-06-2026/\" title=\"Hồ Chí Minh Wings vs Hà Nội Buffalo lúc 19:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-6ypq3kt7yv8omd7\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/zenit-petersburg-vs-lokomotiv-kuban-luc-2200-ngay-12-06-2026/\" title=\"Zenit Petersburg vs Lokomotiv Kuban lúc 22:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-vjxm8xt5do6zq6o\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/valencia-vs-dkv-joventut-luc-0100-ngay-13-06-2026/\" title=\"Valencia vs DKV Joventut lúc 01:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-k82re8t0pdeyrep\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/porto-vs-lisboa-e-benfica-luc-0100-ngay-13-06-2026/\" title=\"Porto vs Lisboa e Benfica lúc 01:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-6ypq3kt7ydz2md7\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/dziki-warszawa-vs-asseco-arka-gdynia-luc-0115-ngay-13-06-2026/\" title=\"Dziki Warszawa vs Asseco Arka Gdynia lúc 01:15 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-965mk8t2d93om1g\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/bayern-munchen-vs-alba-berlin-luc-0130-ngay-13-06-2026/\" title=\"Bayern Munchen vs Alba Berlin lúc 01:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54ql7tpgyg5rvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-mystics-vs-toronto-tempo-luc-0630-ngay-13-06-2026/\" title=\"Nữ Mystics vs Toronto Tempo lúc 06:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmv1tpjjz6mg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/manati-vs-baamon-cattle-herder-luc-0700-ngay-13-06-2026/\" title=\"Manati vs Baamon cattle Herder lúc 07:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54ql7tp6v2yrvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/san-german-vs-criollos-de-caguas-luc-0700-ngay-13-06-2026/\" title=\"San German vs Criollos de Caguas lúc 07:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4jwq25tzjlo3q0v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nelson-giants-vs-southland-sharks-luc-0830-ngay-13-06-2026/\" title=\"Nelson Giants vs Southland Sharks lúc 08:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-1l4rjztjp5j6m7v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-seattle-storm-vs-nu-golden-state-luc-0900-ngay-13-06-2026/\" title=\"Nữ Seattle Storm vs Nữ Golden State lúc 09:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-zp5rzkt699g4r82\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/giovanni-mpetshi-perricard-vs-alexander-bublik-luc-1600-ngay-12-06-2026/\" title=\"Giovanni Mpetshi Perricard vs Alexander Bublik lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-zp5rz3fodopvm82\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/daniil-medvedev-vs-thijs-boogaard-luc-1730-ngay-12-06-2026/\" title=\"Daniil Medvedev vs Thijs Boogaard lúc 17:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-3glrw2f9g910rdy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/benjamin-bonzi-vs-alex-de-minaur-luc-1800-ngay-12-06-2026/\" title=\"Benjamin Bonzi vs Alex de Minaur lúc 18:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l7oqdwfx9x66r51\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/felix-auger-aliassime-vs-kamil-majchrzak-luc-1910-ngay-12-06-2026/\" title=\"Felix Auger Aliassime vs Kamil Majchrzak lúc 19:10 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-vjxm85f070g3m6o\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/jiri-lehecka-vs-frances-tiafoe-luc-2200-ngay-12-06-2026/\" title=\"Jiri Lehecka vs Frances Tiafoe lúc 22:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-1l4rjwfgdgx7m7v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/huang-di-liu-yang-vs-chen-boyang-liu-yi-luc-1225-ngay-12-06-2026/\" title=\"Huang Di/Liu Yang vs Chen Boyang/Liu Yi lúc 12:25 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-ypq3nls8dgx8md7\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/moh-zaki-ubaidillah-vs-justin-hoh-luc-1220-ngay-12-06-2026/\" title=\"Moh. Zaki Ubaidillah vs Justin Hoh lúc 12:20 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-82rek6sedn62rep\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/huang-yu-hsun-vs-pornpawee-chochuwong-luc-1140-ngay-12-06-2026/\" title=\"Huang Yu-Hsun vs Pornpawee Chochuwong lúc 11:40 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-dnm9wlsol67pryo\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/chen-cheng-kuan-liu-kuang-heng-vs-hariharan-amsakarunan-madathil-ramachandran-arjun-luc-1315-ngay-12-06-2026/\" title=\"Chen Cheng Kuan/Liu Kuang Heng vs Hariharan Amsakarunan/Madathil Ramachandran Arjun lúc 13:15 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-wyrn4lsw10ndq86\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/febriana-dwipuji-kusuma-meilysa-trias-puspitasari-vs-zi-yu-low-noraqilah-maisarah-luc-1230-ngay-12-06-2026/\" title=\"Febriana Dwipuji Kusuma/Meilysa Trias Puspitasari vs Zi Yu Low/Noraqilah Maisarah lúc 12:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-wyrn4lsw10k0q86\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/kang-minhyuk-ki-dong-ju-vs-wang-chang-liang-weikeng-luc-1310-ngay-12-06-2026/\" title=\"Kang Minhyuk/Ki Dong Ju vs Wang Chang/Liang Weikeng lúc 13:10 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-39mp1eso8pxymoj\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/jia-yi-fan-zhang-shu-xian-vs-hsu-ya-ching-sung-yu-hsuan-luc-1320-ngay-12-06-2026/\" title=\"Jia Yi Fan/Zhang Shu Xian vs Hsu Ya Ching/Sung Yu-Hsuan lúc 13:20 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-yomo40s8j9nyq0j\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/gabriela-stoeva-stefani-stoeva-vs-rachel-allessya-rose-febi-setianingrum-luc-1400-ngay-12-06-2026/\" title=\"Gabriela Stoeva/Stefani Stoeva vs Rachel Allessya Rose/Febi Setianingrum lúc 14:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n1m1g9sxdk5omoe\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/sabar-karyaman-gutama-moh-reza-pahlevi-isfahani-vs-lee-fang-chih-lee-fang-jen-luc-1450-ngay-12-06-2026/\" title=\"Sabar Karyaman Gutama/Moh Reza Pahlevi Isfahani vs Lee Fang-chih/Lee Fang-jen lúc 14:50 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-jxm8ges0o9y6r6o\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-uzbekistan-vs-nu-australia-luc-1400-ngay-12-06-2026/\" title=\"Nữ Uzbekistan vs Nữ Australia lúc 14:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-y0or58h5w9kkrwz\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/ukraine-vs-cuba-luc-1530-ngay-12-06-2026/\" title=\"Ukraine vs Cuba lúc 15:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-x7lm75hvpezoq2w\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-lebanon-vs-nu-indonesia-luc-1700-ngay-12-06-2026/\" title=\"Nữ Lebanon vs Nữ Indonesia lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4wyrn3hw5lgkm86\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nhat-ban-vs-ba-lan-luc-1900-ngay-12-06-2026/\" title=\"Nhật Bản vs Ba Lan lúc 19:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-y0or58h51knerwz\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-dai-loan-vs-nu-han-quoc-luc-2000-ngay-12-06-2026/\" title=\"Nữ Đài Loan vs Nữ Hàn Quốc lúc 20:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l5ergdhd78gzr8k\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-albania-vs-nu-romania-luc-2030-ngay-12-06-2026/\" title=\"Nữ Albania vs Nữ Romania lúc 20:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4wyrn3hw5336m86\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/albania-vs-phan-lan-luc-2200-ngay-12-06-2026/\" title=\"Albania vs Phần Lan lúc 22:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-6ypq3xh8g0p6qd7\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-estonia-vs-nu-hungary-luc-2230-ngay-12-06-2026/\" title=\"Nữ Estonia vs Nữ Hungary lúc 22:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvzh2w31gqg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/azerbaijan-vs-romania-luc-2300-ngay-12-06-2026/\" title=\"Azerbaijan vs Romania lúc 23:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-pxwrxdhn7g0gmyk\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/luxembourg-vs-thuy-si-luc-2330-ngay-12-06-2026/\" title=\"Luxembourg vs Thụy Sĩ lúc 23:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54qldh392wdrvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/nu-bac-macedonia-vs-nu-tay-ban-nha-luc-0030-ngay-13-06-2026/\" title=\"Nữ Bắc Macedonia vs Nữ Tây Ban Nha lúc 00:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-965mkdhw17dyr1g\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/georgia-vs-ha-lan-luc-0030-ngay-13-06-2026/\" title=\"Georgia vs Hà Lan lúc 00:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-vjxm8lh0947jq6o\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/bi-vs-serbia-luc-0230-ngay-13-06-2026/\" title=\"Bỉ vs Serbia lúc 02:30 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-n54qldh3d678rvy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/montenegro-vs-bo-dao-nha-luc-0300-ngay-13-06-2026/\" title=\"Montenegro vs Bồ Đào Nha lúc 03:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvzh2w3lgqg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/duc-vs-usa-luc-0300-ngay-13-06-2026/\" title=\"Đức vs USA lúc 03:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-23xmvzh2xj84qg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/hanwha-life-esports-vs-t1-luc-1500-ngay-12-06-2026/\" title=\"Hanwha Life Esports vs T1 lúc 15:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-39mp8xu48gd7qoj\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/saigon-dino-vs-zen-esports-luc-1700-ngay-12-06-2026/\" title=\"Saigon Dino vs ZEN Esports lúc 17:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-5erg5ef8jx4em8k\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/g2-nord-vs-wlgaming-esports-luc-0100-ngay-13-06-2026/\" title=\"G2 NORD vs WLGaming Esports lúc 01:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-39mp8xu48g2wqoj\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/misa-esports-vs-e-wie-einfach-e-sports-luc-2200-ngay-12-06-2026/\" title=\"Misa Esports vs E WIE EINFACH E-SPORTS lúc 22:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-dnm926h0ly3dryo\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/eintracht-spandau-vs-anubis-gaming-luc-0100-ngay-13-06-2026/\" title=\"Eintracht Spandau vs Anubis Gaming lúc 01:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-65mk6zto9d61q1g\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/forsaken-vs-karmine-corp-blue-luc-2200-ngay-12-06-2026/\" title=\"Forsaken vs Karmine Corp Blue lúc 22:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-jwq2eku9dy31q0v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/aaa-vs-young-ninjas-luc-1500-ngay-12-06-2026/\" title=\"aAa vs Young Ninjas lúc 15:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-2y8m4e6hk3yeql0\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/the-mongolz-vs-b8-luc-1600-ngay-12-06-2026/\" title=\"The MongolZ vs B8 lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-2y8m4e6hk3oeql0\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/furia-vs-mouz-luc-1600-ngay-12-06-2026/\" title=\"FURIA vs MOUZ lúc 16:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-dj2ryyvfzkopr1z\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/genone-vs-virtus-pro-luc-1730-ngay-12-06-2026/\" title=\"GenOne vs Virtus.pro lúc 17:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-l7oqd9ou5npjm51\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/parivision-vs-monte-luc-1830-ngay-12-06-2026/\" title=\"PARIVISION vs Monte lúc 18:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-6ypq3e6hj09omd7\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/sparta-vs-genone-luc-2100-ngay-12-06-2026/\" title=\"SPARTA vs GenOne lúc 21:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-1l4rje7hw67zm7v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/natus-vincere-vs-legacy-luc-2100-ngay-12-06-2026/\" title=\"Natus Vincere vs Legacy lúc 21:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-3glrww5fvw88rdy\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/aurora-vs-spirit-luc-2330-ngay-12-06-2026/\" title=\"Aurora vs Spirit lúc 23:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-vjxm89wuz41zq6o\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/vitality-vs-9z-luc-2330-ngay-12-06-2026/\" title=\"Vitality vs 9z lúc 23:30 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-x7lm79xu1k6lr2w\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/ursa-vs-leo-luc-0000-ngay-13-06-2026/\" title=\"Ursa vs Leo lúc 00:00 ngày 13/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-4jwq2e6h342xq0v\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<a href=\"/truc-tiep/inner-circle-x-insanity-vs-nemiga-gaming-luc-2000-ngay-12-06-2026/\" title=\"Inner Circle X Insanity vs Nemiga Gaming lúc 20:00 ngày 12/06/2026\" rel=\"nofollow\" class=\"redirectPopup\" data-random-streams></a>",
"<div id=\"match-popup-3xmvxdi0d6z9rg8\" class=\"match-popup d-none\"> <div class=\"statics-popup\"></div> <div class=\"incident-popup d-none\"></div> </div>",
"<div class=\"statics-popup\"></div>",
"<div class=\"incident-popup d-none\"></div>",
"<div class=\"as-hide-popup-chat\"> <footer class=\"page-footer font-small pt-4\"> <div class=\"container\"> <div class=\"text-center \">Đồng hành cùng Xoilac TV kênh phát sóng trực tiếp bóng đá hôm nay với đường truyền full HD tốc độ cao và bình luận hấp dẫn. Cập nhâ..."
],
"score": 70,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
25 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 25,
"passing": 0,
"failing": [
{
"heading": "Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA",
"headingHtml": "<h2 class=\"title_name\">Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết",
"headingHtml": "<h2 class=\"title_name\">Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết</h2>",
"firstParagraph": "03/05/2026",
"paragraphHtml": "<p class=\"small-post-meta\"> <span>03/05/2026</span> </p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
},
{
"heading": "Nhận định soi kèo Newcastle vs Man City lúc 3h00 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-newcastle-vs-man-city-luc-3h00-ngay-8-3-2026/\">Nhận định soi kèo Newcastle vs Man City lúc 3h00 ngày 8/3/2026</a> </h3>",
"firstParagraph": "Trong cuộc đối đầu giữa Newcastle vs Man City, các cầu thủ đội khách Man City hoàn toàn tự tin có được chiến thắng trong trận đấu này.",
"paragraphHtml": "<p class=\"home-news__desc\">Trong cuộc đối đầu giữa Newcastle vs Man City, các cầu thủ đội khách Man City hoàn toàn tự tin có được chiến thắng trong trận đấu này.</p>",
"words": 39,
"direct": false,
"issue": "First paragraph is 39 words and does not look like a concise direct answer."
},
{
"heading": "Nhận định soi kèo Atletico Madrid vs Sociedad lúc 0h30 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-atletico-madrid-vs-sociedad-luc-0h30-ngay-8-3-2026/\">Nhận định soi kèo Atletico Madrid vs Sociedad lúc 0h30 ngày 8/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Wrexham vs Chelsea lúc 0h45 ngày 8/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-wrexham-vs-chelsea-luc-0h45-ngay-8-3-2026/\">Nhận định soi kèo Wrexham vs Chelsea lúc 0h45 ngày 8/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Bayern vs Gladbach lúc 2h30 ngày 7/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-bayern-vs-gladbach-luc-2h30-ngay-7-3-2026/\">Nhận định soi kèo Bayern vs Gladbach lúc 2h30 ngày 7/3/2026</a> </h3>",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Nhận định soi kèo Celta Vigo vs Real Madrid lúc 3h00 ngày 7/3/2026",
"headingHtml": "<h3 class=\"home-news__title\"> <a href=\"https://xoilacztw.tv/nhan-dinh-soi-keo-celta-vigo-vs-real-madrid-luc-3h00-ngay-7-3-2026/\">Nhận định soi kèo Celta Vigo vs Real Madrid lúc 3h00 ngày 7/3/2026</a> </h3>",
"firstParagraph": "Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem tructiepbongda trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất kỳ nơi nào mà mình thích. Chính vì thế có rất nhiều trang web xem bong da truc tiep. Nổi bật trong số đó, Xoilac TV đ...",
"paragraphHtml": "<p style=\"text-align: justify;\">Hiện tại ở Việt Nam, không còn quá nhiều người xem bóng đá TV nữa bởi mọi người có thể chọn một cách tốt hơn, đó là xem <b>tructiepbongda</b> trên mạng. Khi cách này vừa nhanh, đơn giản lại có thể xem ở bất k&#x...",
"words": 122,
"direct": false,
"issue": "First paragraph is 122 words and does not look like a concise direct answer."
},
{
"heading": "Xoilac TV là gì?",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV là gì?</b></span></h2>",
"firstParagraph": "Xoilac TV chính là website bóng đá trực tuyến hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem truc tiep bong da với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ đông đảo yêu thích Xoilac TV. Thêm vào đó, còn có thể tham khảo rất nhiều các thông tin về bóng đá cực kỳ bổ ích m...",
"paragraphHtml": "<p style=\"text-align: justify;\"><b>Xoilac TV </b>chính là website <strong>bóng đá trực tuyến</strong> hàng đầu tại Việt Nam hiện nay, đây là nơi mà bạn có thể xem <b>truc tiep bong da</b> với chất lượng cao và bình luận tiếng Việt miễn phí cùng cộng đồng fan hâm mộ...",
"words": 105,
"direct": false,
"issue": "First paragraph is 105 words and does not look like a concise direct answer."
},
{
"heading": "Mục tiêu phát triển của Xoilac TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Muc_tieu_phat_trien_cua_Xoilac_TV\"><b>Mục tiêu phát triển của Xoilac TV</b></span></h2>",
"firstParagraph": "Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của Xôi Lạc TV sẽ là trở thành website truc tiep bong da hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấp dẫn đến cho mọi người với chất lượng cao nhất.",
"paragraphHtml": "<p style=\"text-align: justify;\">Với việc đầu tư rất nhiều tiền bạc và công sức, thì chắc chắn mục tiêu phát triên của <b>Xôi Lạc TV</b> sẽ là trở thành website <b>truc tiep bong da</b> hàng đầu Việt Nam. Để phát sóng các trận đấu bóng đá hấ...",
"words": 85,
"direct": false,
"issue": "First paragraph is 85 words and does not look like a concise direct answer."
},
{
"heading": "Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_noi_xem_truc_tiep_bong_da_duoc_yeu_thich_nhat_hien_nay\"><b>Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay</b></span></h2>",
"firstParagraph": "Theo như công bố, hiện tại thì XoiLac TV chính là trang web xem bong da truc tiep được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV còn cung cấp cho bạn rất nhiều các chức năng bổ ích khác. Cụ thể như là:",
"paragraphHtml": "<p style=\"text-align: justify;\">Theo như công bố, hiện tại thì XoiLac TV chính là trang web <b>xem bong da truc tiep</b> được yêu thích nhất. Bởi chúng tôi không chỉ phát sóng bóng đá trực tiếp đầy đủ với chất lượng cao cho bạn thưởng thức. Mà Xoi Lac TV c...",
"words": 93,
"direct": false,
"issue": "First paragraph is 93 words and does not look like a concise direct answer."
},
{
"heading": "Những ưu điểm của Xôi Lạc TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_uu_diem_cua_Xoi_Lac_TV\"><b>Những ưu điểm của Xôi Lạc TV</b></span></h2>",
"firstParagraph": "Theo như khảo sát, gần như toàn bộ những người đã từng xem bong da truc tiep tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Theo như khảo sát, gần như toàn bộ những người đã từng <b>xem bong da truc tiep</b> tại Xoilac TV đều cực kỳ hài lòng với chúng tôi. Bởi Xôi Lạc TV có những ưu điểm vượt trội sau:</p>",
"words": 59,
"direct": false,
"issue": "First paragraph is 59 words and does not look like a concise direct answer."
},
{
"heading": "Giao diện đẹp mắt, dễ sử dụng",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Giao_dien_dep_mat_de_su_dung\"><span style=\"font-size: 18pt;\"><b>Giao diện đẹp mắt, dễ sử dụng</b></span></span></h3>",
"firstParagraph": "Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế một trang web mà tất cả mọi người đều có thể sử dụng một cách dễ dàng.",
"paragraphHtml": "<p style=\"text-align: justify;\">Khi vào Xôi Lạc TV, điều đầu tiên mà bạn thấy đó là giao diện được thiết kế cực kỳ thông minh. Bởi ngay từ đầu khi thiết kế, chúng tôi đã khảo sát rất nhiều người dùng. Để thiết kế mộ...",
"words": 85,
"direct": false,
"issue": "First paragraph is 85 words and does not look like a concise direct answer."
},
{
"heading": "Phát sóng đa dạng giải đấu",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Phat_song_da_dang_giai_dau\"><span style=\"font-size: 18pt;\"><b>Phát sóng đa dạng giải đấu</b></span></span></h3>",
"firstParagraph": "Khi xem truc tiep bong da tại Xôi Lạc TV, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong đó được nhiều người theo dõi nhất phải kể đến như:",
"paragraphHtml": "<p style=\"text-align: justify;\">Khi xem <b>truc tiep bong da</b> tại <b>Xôi Lạc TV</b>, bạn gần như có thể xem bất kỳ trận đấu nào mà mình thích khá dễ dàng. Bởi chúng tôi đã mua được bản quyền toàn bộ các giải đấu hấp dẫn nhất hiện nay. Trong ...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Xem truc tiep bong da với chất lượng cao",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Xem_truc_tiep_bong_da_voi_chat_luong_cao\"><span style=\"font-size: 18pt;\"><b>Xem truc tiep bong da với chất lượng cao</b></span></span></h3>",
"firstParagraph": "Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như Xôi Lạc TV. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Đương nhiên rồi, đối với một trang web phát sóng bóng đá trực tiếp hàng đầu như <b>Xôi Lạc TV</b>. Thì luôn luôn cung cấp cho người xem những trận đấu với chất lượng cao nhất. Cụ thể như sau:</p>",
"words": 61,
"direct": false,
"issue": "First paragraph is 61 words and does not look like a concise direct answer."
},
{
"heading": "Xem truc tiep bong da với tốc độ cao",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Xem_truc_tiep_bong_da_voi_toc_do_cao\"><span style=\"font-size: 18pt;\"><b>Xem truc tiep bong da với tốc độ cao</b></span></span></h3>",
"firstParagraph": "Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo dõi trọng vẹn trận đấu mình thích không khác gì xem trên TV.",
"paragraphHtml": "<p style=\"text-align: justify;\">Hiện tại Xoi Lac TV đang sử dụng đường truyền với công nghệ cực kỳ hiện đại. Cho nên tất cả các trận đấu được chúng tôi phát sóng luôn có tốc độ ổn định và mượt mà. Giúp bạn theo d...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Bình luận hấp dẫn",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Binh_luan_hap_dan\"><strong><span style=\"font-size: 18pt;\">Bình luận hấp dẫn</span></strong></span></h3>",
"firstParagraph": "Nhắc đến trang web Xoilac TV thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc và công sức mới có thể chiêu m ộ được.",
"paragraphHtml": "<p style=\"text-align: justify;\">Nhắc đến trang web <b>Xoilac TV</b> thì phải nhắc đến bộ phận bình luận của chúng tôi. Khi mà Xoi Lac TV đang sở hữu một đội ngũ BLV khá là đông đảo và chuyên nghiệp. Mà chúng tôi phải tốn rất nhiều tiền bạc v&#...",
"words": 79,
"direct": false,
"issue": "First paragraph is 79 words and does not look like a concise direct answer."
},
{
"heading": "Hệ thống link xem truc tiep bong da chất lượng",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"He_thong_link_xem_truc_tiep_bong_da_chat_luong\"><span style=\"font-size: 18pt;\"><b>Hệ thống link xem truc tiep bong da chất lượng</b></span></span></h3>",
"firstParagraph": "Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link xem bong da truc tiep cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức các trận đấu bóng đá với chất lượng cao. Cụ thể như sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Trang web Xôi Lạc TV hiện tại cũng xây dựng môt hệ thống link <b>xem bong da truc tiep</b> cực kỳ chất lượng. Để bạn có thể truy cập vào lấy đường link xem trận đấu mình thích dễ dàng nhất. Giúp bạn thưởng thức cá...",
"words": 87,
"direct": false,
"issue": "First paragraph is 87 words and does not look like a concise direct answer."
},
{
"heading": "Không chèn quảng cáo",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Khong_chen_quang_cao\"><span style=\"font-size: 18pt;\"><b>Không chèn quảng cáo</b></span></span></h3>",
"firstParagraph": "Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn gần như không bao giờ thấy banner, video quảng cáo hay là popup.",
"paragraphHtml": "<p style=\"text-align: justify;\">Đối với một trang web luôn đề cao trải nghiệm người xem như Xoi Lac TV, thì việc chèn quảng cáo khi trận đấu đang diễn ra là không bao giờ có. Bởi vì thế, khi xem trận đấu bóng đá mà mình thích tại đây, bạn g...",
"words": 83,
"direct": false,
"issue": "First paragraph is 83 words and does not look like a concise direct answer."
},
{
"heading": "Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_ly_do_nen_xem_tructiepbongda_tai_Xoi_Lac_TV\"><b>Những lý do nên xem tructiepbongda tại Xôi Lạc TV</b></span></h2>",
"firstParagraph": "Xôi Lạc TV chính là trang web tructiepbongda hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:",
"paragraphHtml": "<p style=\"text-align: justify;\">Xôi Lạc TV chính là trang web <b>tructiepbongda</b> hàng đầu Việt Nam ở thời điểm hiện tại. Mà bạn nên truy cập vào, mỗi khi có nhu cầu xem bóng đá trực tiếp. Bởi những lý do sau:</p>",
"words": 56,
"direct": false,
"issue": "First paragraph is 56 words and does not look like a concise direct answer."
},
{
"heading": "Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Diem_danh_1_so_kenh_xem_truc_tiep_bong_da_khac\"><span id=\"Mot_so_trang_xem_truc_tiep_bong_da_chat_luong_khac\"><strong>Điểm danh 1 số kênh xem trực tiếp bóng đá khác<br> </strong></span></span></h2>",
"firstParagraph": "Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:",
"paragraphHtml": "<p>Ngoài việc biết đến kênh trực tiếp bóng đá Xoilac TV là nguồn phát sóng tốt nhất, chúng tôi xin giới thiệu một số website có chất lượng đứng dưới Xôi Lạc TV có thể xem tạm thời như các kênh dưới đây:</p>",
"words": 69,
"direct": false,
"issue": "First paragraph is 69 words and does not look like a concise direct answer."
},
{
"heading": "Kết luận",
"headingHtml": "<h2 style=\"text-align: justify;\"><span id=\"Ket_luan\"><span id=\"Ket_luan\"><strong>Kết luận</strong></span></span></h2>",
"firstParagraph": "Ở thời điểm hiện tại, Xoilac TV là website xem bong da truc tiep được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ. Xôi Lạc TV sẽ trở thành trang web tructiepbongda số 1 Việt Nam, là nơi xem bóng đá online chất lượng, tốc độ cao nhất.",
"paragraphHtml": "<p style=\"text-align: justify;\">Ở thời điểm hiện tại, Xoilac TV là website <b>xem bong da truc tiep</b> được yêu thích nhất, bởi vậy chúng tôi vẫn đang luôn nỗ lực để cải thiện mình và phát triển hơn nữa nhằm đáp ứng kỳ vọng của van hâm mộ...",
"words": 101,
"direct": false,
"issue": "First paragraph is 101 words and does not look like a concise direct answer."
},
{
"heading": "Liên hệ",
"headingHtml": "<h3 style=\"text-align: justify;\"><span id=\"Lien_he\"><span id=\"Thong_tin_lien_he_voi_Mitom_TV\" style=\"font-size: 18pt;\">Liên hệ</span></span></h3>",
"firstParagraph": "Mọi ý kiến đóng góp cho sự phát triển chung của chúng tôi vui lòng liên hệ qua thông tin sau:",
"paragraphHtml": "<p><em>Mọi ý kiến đóng góp cho sự phát triển chung của chúng tôi vui lòng liên hệ qua thông tin sau:</em></p>",
"words": 31,
"direct": false,
"issue": "First paragraph is 31 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
Entity or definition gaps: xoilactv, nay.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Entity and definition clarity
Score
79/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Entity and definition clarity scored 79/100 and needs improvement.
Evidence
{
"title": "Xoilac TV - Trực tiếp World Cup 2026 - Link XoilacZ chính thức",
"h1": "XoilacZ - Xem Trực tiếp XoilacTV HD - Link Xoilac TV mới nhất hôm nay",
"description": "Xoilac TV chính thức - Trực tiếp bóng đá World Cup 2026 HD. XoilacZ cập nhật link xem bóng đá, lịch thi đấu, bảng xếp hạng, kết quả bóng đá nhanh và chính xác nhất.",
"topicOverlap": 0.7777777777777778,
"definitionCount": 0,
"topicTerms": [
"xoilac",
"world",
"cup",
"2026",
"link",
"xoilacz",
"xem",
"xoilactv",
"nay"
],
"descriptionTerms": [
"xoilac",
"world",
"cup",
"2026",
"xoilacz",
"link",
"xem",
"thi",
"nhanh"
],
"missingFromDescription": [
"xoilactv",
"nay"
],
"score": 79,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA",
"html": "<h2 class=\"title_name\">Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA</h2>"
},
{
"text": "Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết",
"html": "<h2 class=\"title_name\">Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết</h2>"
},
{
"text": "Xoilac TV là gì?",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV là gì?</b></span></h2>"
},
{
"text": "Mục tiêu phát triển của Xoilac TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Muc_tieu_phat_trien_cua_Xoilac_TV\"><b>Mục tiêu phát triển của Xoilac TV</b></span></h2>"
},
{
"text": "Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_noi_xem_truc_tiep_bong_da_duoc_yeu_thich_nhat_hien_nay\"><b>Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay</b></span></h2>"
},
{
"text": "Những ưu điểm của Xôi Lạc TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_uu_diem_cua_Xoi_Lac_TV\"><b>Những ưu điểm của Xôi Lạc TV</b></span></h2>"
},
{
"text": "Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_ly_do_nen_xem_tructiepbongda_tai_Xoi_Lac_TV\"><b>Những lý do nên xem tructiepbongda tại Xôi Lạc TV</b></span></h2>"
},
{
"text": "Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Diem_danh_1_so_kenh_xem_truc_tiep_bong_da_khac\"><span id=\"Mot_so_trang_xem_truc_tiep_bong_da_chat_luong_khac\"><strong>Điểm danh 1 số kênh xem trực tiếp bóng đá khác<br> </strong></span></span></h2>"
},
{
"text": "Kết luận",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Ket_luan\"><span id=\"Ket_luan\"><strong>Kết luận</strong></span></span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Xoilac TV - Trực tiếp World Cup 2026 - Link X... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Xoilac TV - Trực tiếp World Cup 2026 - Link X... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, benefits, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">Sân Vận Động Tổ Chức World Cup 2026: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">World Cup Có Bao Nhiêu Bảng Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết",
"html": "<h2 class=\"title_name\">World Cup 2026 Có Bao Nhiêu Trận Đấu: Thông Tin Chính Thức Và Chi Tiết</h2>"
},
{
"text": "Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA",
"html": "<h2 class=\"title_name\">Châu Âu Có Bao Nhiêu Vé Dự World Cup 2026: Cập Nhật Mới Nhất Từ FIFA</h2>"
},
{
"text": "Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết",
"html": "<h2 class=\"title_name\">Đội Hình Brazil World Cup 2026: Thông Tin Chính Thức & Chi Tiết</h2>"
},
{
"text": "Xoilac TV là gì?",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV là gì?</b></span></h2>"
},
{
"text": "Mục tiêu phát triển của Xoilac TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Muc_tieu_phat_trien_cua_Xoilac_TV\"><b>Mục tiêu phát triển của Xoilac TV</b></span></h2>"
},
{
"text": "Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_noi_xem_truc_tiep_bong_da_duoc_yeu_thich_nhat_hien_nay\"><b>Xoilac TV nơi xem truc tiep bong da được yêu thích nhất hiện nay</b></span></h2>"
},
{
"text": "Những ưu điểm của Xôi Lạc TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_uu_diem_cua_Xoi_Lac_TV\"><b>Những ưu điểm của Xôi Lạc TV</b></span></h2>"
},
{
"text": "Những lý do nên xem tructiepbongda tại Xôi Lạc TV",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Nhung_ly_do_nen_xem_tructiepbongda_tai_Xoi_Lac_TV\"><b>Những lý do nên xem tructiepbongda tại Xôi Lạc TV</b></span></h2>"
},
{
"text": "Điểm danh 1 số kênh xem trực tiếp bóng đá khác",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Diem_danh_1_so_kenh_xem_truc_tiep_bong_da_khac\"><span id=\"Mot_so_trang_xem_truc_tiep_bong_da_chat_luong_khac\"><strong>Điểm danh 1 số kênh xem trực tiếp bóng đá khác<br> </strong></span></span></h2>"
},
{
"text": "Kết luận",
"html": "<h2 style=\"text-align: justify;\"><span id=\"Ket_luan\"><span id=\"Ket_luan\"><strong>Kết luận</strong></span></span></h2>"
}
],
"expected": [
{
"id": "what",
"label": "What is Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Xoilac TV - Trực tiếp World Cup 2026 - Link X... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "how",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Xoilac TV - Trực tiếp World Cup 2026 - Link X...?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Xoilac TV - Trực tiếp World Cup 2026 - Link X... free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Xoilac TV - Trực tiếp World Cup 2026 - Link X... compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
100 Fail
Performance and AccessibilityAccessibilityBrowser audit
Background and foreground colors do not have a sufficient contrast ratio.
Check name
Background and foreground colors do not have a sufficient contrast ratio.
Score
0/100
Status
fail
Device
desktop
Category
Accessibility
Fix guidance
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast).
References
https://web.dev/learn/accessibility/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.11/color-contrast)."
}Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
100 Fail
Performance and AccessibilityBest PracticesBrowser audit
Browser errors were logged to the console
Check name
Browser errors were logged to the console
Score
0/100
Status
fail
Device
desktop
Category
Best Practices
Fix guidance
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)
Evidence
{
"description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)"
}SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
100 Fail
SEOSEOBrowser audit
Image elements do not have `[alt]` attributes
Check name
Image elements do not have `[alt]` attributes
Score
0/100
Status
fail
Device
desktop
Category
SEO
Fix guidance
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt).
Evidence
{
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.11/image-alt)."
}Performance and AccessibilityPerformanceBrowser audit
Forced reflow
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Forced reflow
Check name
Forced reflow
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.
References
https://web.dev/learn/performance/Evidence
{
"description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations."
}Performance and AccessibilityPerformanceBrowser audit
Image optimization
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Image optimization
Check name
Image optimization
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped image optimization checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"score": 0
}
]
}Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Links do not have a discernible name
Check name
Links do not have a discernible name
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name).
References
https://web.dev/learn/performance/Evidence
{
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.11/link-name)."
}Performance and AccessibilityPerformanceBrowser audit
Minify CSS
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Minify CSS
Check name
Minify CSS
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 8 KiB
Fix guidance
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 8 KiB",
"description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
"numericValue": 40
}Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Reduce unused JavaScript
Check name
Reduce unused JavaScript
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 891 KiB
Fix guidance
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 891 KiB",
"description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
"numericValue": 120
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
13 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 6,550 KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 6,550 KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
6 Warning
Performance and AccessibilityPerformanceBrowser audit
Image elements do not have explicit `width` and `height`
Check name
Image elements do not have explicit `width` and `height`
Score
50/100
Status
warning
Device
desktop
Category
Performance
Fix guidance
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)
References
https://web.dev/learn/performance/Evidence
{
"description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
5 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
63/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "10 ms",
"numericValue": 12.701745
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 34,
"displayValue": "460 ms",
"numericValue": 455.0000000000008
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 19,
"displayValue": "3.9 s",
"numericValue": 3851.01384626089
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 55,
"displayValue": "230 ms",
"numericValue": 232
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30 ms",
"numericValue": 25
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 81,
"displayValue": "1.6 s",
"numericValue": 1561.400667186279
},
{
"id": "interactive",
"title": "Time to Interactive",
"score": 23,
"displayValue": "6.3 s",
"numericValue": 6283.032925743818
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 90,
"displayValue": "0.9 s",
"numericValue": 925.7607712316453
}
]
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 60/100 | Level 3, Bot-Aware | Current report |