Rescan Report
Share Report
Copy Report Link
Rescan Report
Share Report
Copy Report Link
Export Report
60/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability42%Agent Easeof Use30%Security& Trust100%GEO, AIO, AEO75%SEO92%Performance& Accessibility65%
  • 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

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Xoilac TV - Trực tiếp World Cup 2026 - Link XoilacZ chính thức favicon

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.

Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
42
Priority fix8151View details
Discoverability
86
Mostly ready630View details
Content Readiness
29
Priority fix281View details
Bot Access Control
0
Priority fix040View details
Agent Ease of Use
30
Priority fix21243View details
API
17
Priority fix180View details
Auth
Not Applicable
Not Applicable1100
MCP
38
Priority fix262View details
Skill Discovery
35
Priority fix3101View details
Agent Commerce
Not Applicable
Not Applicable400
GEO, AIO and AEO
75
Mostly ready8210View details
GEO Readiness
85
Mostly ready303
AIO Readiness
74
Needs work313View details
AEO Readiness
66
Needs work214View details
SEO
92
Strong1010View details
SEO
92
Strong1010View details
Security & Trust
100
Strong900
Security & Trust
100
Strong500
AI Training Exposure
100
Strong400
Performance and Accessibility
65
Needs work1681View details
Performance
57
Needs work1071View details
Accessibility
81
Mostly ready610View 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

Needs attention

Link headers

Failed check
01

Issue

No useful agent discovery Link headers were found.

02

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

  1. Find useful Link headers

    No useful agent discovery Link headers were found.

  2. 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

Needs attention

AI bot rules in robots.txt

Failed check
01

Issue

No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.

02

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

Needs attention

API Catalog

Failed check
01

Issue

The API catalog endpoint did not return HTTP 2xx.

02

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

  1. Fetch API catalog

    The API catalog endpoint did not return HTTP 2xx.

  2. Validate RFC 9727 linkset

    Response is not valid JSON.

  3. 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

Needs attention

Content Signal

Failed check
01

Issue

No Content Signal found in robots.txt

02

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

Needs attention

OpenAPI discovery

Failed check
01

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.

02

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

  1. 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

Needs attention

Web Bot Auth request signing

Failed check
01

Issue

Web Bot Auth request signing was not found at the expected path.

02

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

  1. 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

Needs attention

MCP Server Card

Failed check
01

Issue

MCP Server Card was not found at the expected path.

02

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

  1. 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

Needs attention

Agent Skills index

Failed check
01

Issue

Agent Skills index was not found at the expected path.

02

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

  1. 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

Needs attention

Author attribution

Failed check
01

Issue

Author attribution is missing: no schema.org author/publisher; no author meta tags; no rel=author links; no visible byline detected.

02

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

Needs attention

Markdown negotiation

Failed check
01

Issue

Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

02

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

  1. Markdown content type

    Content-Type "text/html" does not indicate Markdown when requested with Accept: text/markdown.

  2. Vary: Accept header

    Markdown negotiation is missing Vary: Accept; current Vary header is "(none)".

  3. 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

Needs attention

Semantic HTML

Failed check
01

Issue

Semantic HTML is incomplete: missing <main> landmark; skipped heading levels; 16 links missing accessible names; missing alt text on >10% of images.

Details

02

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(&apos;#wap_bottombanner&apos;).fadeOut();\">&#xa0;</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

Needs attention

AI context endpoint

Failed check
01

Issue

Content-Type "text/html" is not JSON, Markdown, or text/plain.

02

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

  1. 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

Needs attention

DNS-AID Agent Discovery

Failed check
01

Issue

No DNS-AID entrypoint records were found under _agents.

02

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

  1. Resolve DNS-AID SVCB/HTTPS records

    No DNS-AID entrypoint records were found under _agents.

  2. Validate alpn and endpoint parameters

    Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.

  3. 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

Needs attention

Content freshness signals

Warning
01

Issue

Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.

02

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

Needs attention

AIO: Source and trust signals

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

Details

02

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

Needs attention

mcp.json

Failed check
01

Issue

Response is not valid JSON.

02

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

  1. 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

Needs attention

WebMCP manifest

Failed check
01

Issue

Response is not valid JSON.

02

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

  1. 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

Needs attention

WebMCP

Warning
01

Issue

WebMCP declarative annotations need fixes.

Details

02

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

  1. Detect data-mcp-tool annotations

    No data-mcp-tool attributes were found on interactive elements.

  2. Detect WebMCP declarative tags

    No elements found with tool-name or tool-description attributes.

  3. 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.
  4. Detect WebMCP imperative API usage

    navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.

  5. Detect WebMCP browser navigator injection

    navigator.modelContext was not detected in the rendered browser page.

  6. 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

Needs attention

A2A Agent Card

Failed check
01

Issue

Response is not valid JSON.

02

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

  1. 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

Needs attention

agent.json

Failed check
01

Issue

Response is not valid JSON.

02

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

  1. 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

Needs attention

agents.json

Failed check
01

Issue

Response is not valid JSON.

02

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

  1. 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

Needs attention

llms.txt

Failed check
01

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).

02

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

  1. 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

Needs attention

AEO: Answer evidence and trust

Failed check
01

Issue

Missing AIO trust signals: author, publisher, freshnessDate, policyLinks.

Details

02

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

Needs attention

GEO: Extraction-friendly structure

Warning
01

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

02

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;\">&#x2705; Website ch&#xed;nh th&#x1ee9;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;\">&#x2705; K&#xea;nh tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1;</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

Needs attention

AEO: Answer-first sections

Warning
01

Issue

25 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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&#xe2;n V&#x1ead;n &#x110;&#x1ed9;ng T&#x1ed5; Ch&#x1ee9;c World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u B&#x1ea3;ng &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u Tr&#x1ead;n &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xe2;u &#xc2;u C&#xf3; Bao Nhi&#xea;u V&#xe9; D&#x1ef1; World Cup 2026: C&#x1ead;p Nh&#x1ead;t M&#x1edb;i Nh&#x1ea5;t T&#x1eeb; 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\">&#x110;&#x1ed9;i H&#xec;nh Brazil World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c &amp; Chi Ti&#x1ebf;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Newcastle vs Man City l&#xfa;c 3h00 ng&#xe0;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&#x1ed9;c &#x111;&#x1ed1;i &#x111;&#x1ea7;u gi&#x1eef;a Newcastle vs Man City, c&#xe1;c c&#x1ea7;u th&#x1ee7; &#x111;&#x1ed9;i kh&#xe1;ch Man City ho&#xe0;n to&#xe0;n t&#x1ef1; tin c&#xf3; &#x111;&#x1b0;&#x1ee3;c chi&#x1ebf;n th&#x1eaf;ng trong tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Atletico Madrid vs Sociedad l&#xfa;c 0h30 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Wrexham vs Chelsea l&#xfa;c 0h45 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Bayern vs Gladbach l&#xfa;c 2h30 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Celta Vigo vs Real Madrid l&#xfa;c 3h00 ng&#xe0;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&#x1ec7;n t&#x1ea1;i &#x1edf; Vi&#x1ec7;t Nam, kh&#xf4;ng c&#xf2;n qu&#xe1; nhi&#x1ec1;u ng&#x1b0;&#x1edd;i xem b&#xf3;ng &#x111;&#xe1; TV n&#x1eef;a b&#x1edf;i m&#x1ecd;i ng&#x1b0;&#x1edd;i c&#xf3; th&#x1ec3; ch&#x1ecd;n m&#x1ed9;t c&#xe1;ch t&#x1ed1;t h&#x1a1;n, &#x111;&#xf3; l&#xe0; xem <b>tructiepbongda</b> tr&#xea;n m&#x1ea1;ng. Khi c&#xe1;ch n&#xe0;y v&#x1eeb;a nhanh, &#x111;&#x1a1;n gi&#x1ea3;n l&#x1ea1;i c&#xf3; th&#x1ec3; xem &#x1edf; b&#x1ea5;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&#xe0; g&#xec;?</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&#xed;nh l&#xe0; website <strong>b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c tuy&#x1ebf;n</strong> h&#xe0;ng &#x111;&#x1ea7;u t&#x1ea1;i Vi&#x1ec7;t Nam hi&#x1ec7;n nay, &#x111;&#xe2;y l&#xe0; n&#x1a1;i m&#xe0; b&#x1ea1;n c&#xf3; th&#x1ec3; xem <b>truc tiep bong da</b> v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao v&#xe0; b&#xec;nh lu&#x1ead;n ti&#x1ebf;ng Vi&#x1ec7;t mi&#x1ec5;n ph&#xed; c&#xf9;ng c&#x1ed9;ng &#x111;&#x1ed3;ng fan h&#xe2;m m&#x1ed9;...",
      "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&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#x1ec3;n c&#x1ee7;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&#x1edb;i vi&#x1ec7;c &#x111;&#x1ea7;u t&#x1b0; r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;c v&#xe0; c&#xf4;ng s&#x1ee9;c, th&#xec; ch&#x1eaf;c ch&#x1eaf;n m&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#xea;n c&#x1ee7;a <b>X&#xf4;i L&#x1ea1;c TV</b> s&#x1ebd; l&#xe0; tr&#x1edf; th&#xe0;nh website <b>truc tiep bong da</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam. &#x110;&#x1ec3; ph&#xe1;t s&#xf3;ng c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; h&#x1ea5...",
      "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&#x1a1;i xem truc tiep bong da &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t hi&#x1ec7;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&#x1b0; c&#xf4;ng b&#x1ed1;, hi&#x1ec7;n t&#x1ea1;i th&#xec; XoiLac TV ch&#xed;nh l&#xe0; trang web <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t. B&#x1edf;i ch&#xfa;ng t&#xf4;i kh&#xf4;ng ch&#x1ec9; ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p &#x111;&#x1ea7;y &#x111;&#x1ee7; v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao cho b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c. M&#xe0; Xoi Lac TV c&#xf...",
      "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&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m c&#x1ee7;a X&#xf4;i L&#x1ea1;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&#x1b0; kh&#x1ea3;o s&#xe1;t, g&#x1ea7;n nh&#x1b0; to&#xe0;n b&#x1ed9; nh&#x1eef;ng ng&#x1b0;&#x1edd;i &#x111;&#xe3; t&#x1eeb;ng <b>xem bong da truc tiep</b> t&#x1ea1;i Xoilac TV &#x111;&#x1ec1;u c&#x1ef1;c k&#x1ef3; h&#xe0;i l&#xf2;ng v&#x1edb;i ch&#xfa;ng t&#xf4;i. B&#x1edf;i X&#xf4;i L&#x1ea1;c TV c&#xf3; nh&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m v&#x1b0;&#x1ee3;t tr&#x1ed9;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&#x1ec7;n &#x111;&#x1eb9;p m&#x1eaf;t, d&#x1ec5; s&#x1eed; d&#x1ee5;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&#xe0;o X&#xf4;i L&#x1ea1;c TV, &#x111;i&#x1ec1;u &#x111;&#x1ea7;u ti&#xea;n m&#xe0; b&#x1ea1;n th&#x1ea5;y &#x111;&#xf3; l&#xe0; giao di&#x1ec7;n &#x111;&#x1b0;&#x1ee3;c thi&#x1ebf;t k&#x1ebf; c&#x1ef1;c k&#x1ef3; th&#xf4;ng minh. B&#x1edf;i ngay t&#x1eeb; &#x111;&#x1ea7;u khi thi&#x1ebf;t k&#x1ebf;, ch&#xfa;ng t&#xf4;i &#x111;&#xe3; kh&#x1ea3;o s&#xe1;t r&#x1ea5;t nhi&#x1ec1;u ng&#x1b0;&#x1edd;i d&#xf9;ng. &#x110;&#x1ec3; thi&#x1ebf;t k&#x1ebf; m&#x1ed9;...",
      "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&#xe1;t s&#xf3;ng &#x111;a d&#x1ea1;ng gi&#x1ea3;i &#x111;&#x1ea5;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&#x1ea1;i <b>X&#xf4;i L&#x1ea1;c TV</b>, b&#x1ea1;n g&#x1ea7;n nh&#x1b0; c&#xf3; th&#x1ec3; xem b&#x1ea5;t k&#x1ef3; tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;o m&#xe0; m&#xec;nh th&#xed;ch kh&#xe1; d&#x1ec5; d&#xe0;ng. B&#x1edf;i ch&#xfa;ng t&#xf4;i &#x111;&#xe3; mua &#x111;&#x1b0;&#x1ee3;c b&#x1ea3;n quy&#x1ec1;n to&#xe0;n b&#x1ed9; c&#xe1;c gi&#x1ea3;i &#x111;&#x1ea5;u h&#x1ea5;p d&#x1eab;n nh&#x1ea5;t hi&#x1ec7;n nay. Trong &#x11...",
      "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&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n r&#x1ed3;i, &#x111;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p h&#xe0;ng &#x111;&#x1ea7;u nh&#x1b0; <b>X&#xf4;i L&#x1ea1;c TV</b>. Th&#xec; lu&#xf4;n lu&#xf4;n cung c&#x1ea5;p cho ng&#x1b0;&#x1edd;i xem nh&#x1eef;ng tr&#x1ead;n &#x111;&#x1ea5;u v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao nh&#x1ea5;t. C&#x1ee5; th&#x1ec3; nh&#x1b0; 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&#x1edb;i t&#x1ed1;c &#x111;&#x1ed9; 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&#x1ec7;n t&#x1ea1;i Xoi Lac TV &#x111;ang s&#x1eed; d&#x1ee5;ng &#x111;&#x1b0;&#x1edd;ng truy&#x1ec1;n v&#x1edb;i c&#xf4;ng ngh&#x1ec7; c&#x1ef1;c k&#x1ef3; hi&#x1ec7;n &#x111;&#x1ea1;i. Cho n&#xea;n t&#x1ea5;t c&#x1ea3; c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u &#x111;&#x1b0;&#x1ee3;c ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng lu&#xf4;n c&#xf3; t&#x1ed1;c &#x111;&#x1ed9; &#x1ed5;n &#x111;&#x1ecb;nh v&#xe0; m&#x1b0;&#x1ee3;t m&#xe0;. Gi&#xfa;p b&#x1ea1;n theo d&#xf...",
      "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&#xec;nh lu&#x1ead;n h&#x1ea5;p d&#x1eab;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&#x1eaf;c &#x111;&#x1ebf;n trang web <b>Xoilac TV</b> th&#xec; ph&#x1ea3;i nh&#x1eaf;c &#x111;&#x1ebf;n b&#x1ed9; ph&#x1ead;n b&#xec;nh lu&#x1ead;n c&#x1ee7;a ch&#xfa;ng t&#xf4;i. Khi m&#xe0; Xoi Lac TV &#x111;ang s&#x1edf; h&#x1eef;u m&#x1ed9;t &#x111;&#x1ed9;i ng&#x169; BLV kh&#xe1; l&#xe0; &#x111;&#xf4;ng &#x111;&#x1ea3;o v&#xe0; chuy&#xea;n nghi&#x1ec7;p. M&#xe0; ch&#xfa;ng t&#xf4;i ph&#x1ea3;i t&#x1ed1;n r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;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&#x1ec7; th&#x1ed1;ng link xem truc tiep bong da ch&#x1ea5;t l&#x1b0;&#x1ee3;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&#xf4;i L&#x1ea1;c TV hi&#x1ec7;n t&#x1ea1;i c&#x169;ng x&#xe2;y d&#x1ef1;ng m&#xf4;t h&#x1ec7; th&#x1ed1;ng link <b>xem bong da truc tiep</b> c&#x1ef1;c k&#x1ef3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng. &#x110;&#x1ec3; b&#x1ea1;n c&#xf3; th&#x1ec3; truy c&#x1ead;p v&#xe0;o l&#x1ea5;y &#x111;&#x1b0;&#x1edd;ng link xem tr&#x1ead;n &#x111;&#x1ea5;u m&#xec;nh th&#xed;ch d&#x1ec5; d&#xe0;ng nh&#x1ea5;t. Gi&#xfa;p b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c c&#xe1...",
      "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&#xf4;ng ch&#xe8;n qu&#x1ea3;ng c&#xe1;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;\">&#x110;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web lu&#xf4;n &#x111;&#x1ec1; cao tr&#x1ea3;i nghi&#x1ec7;m ng&#x1b0;&#x1edd;i xem nh&#x1b0; Xoi Lac TV, th&#xec; vi&#x1ec7;c ch&#xe8;n qu&#x1ea3;ng c&#xe1;o khi tr&#x1ead;n &#x111;&#x1ea5;u &#x111;ang di&#x1ec5;n ra l&#xe0; kh&#xf4;ng bao gi&#x1edd; c&#xf3;. B&#x1edf;i v&#xec; th&#x1ebf;, khi xem tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; m&#xe0; m&#xec;nh th&#xed;ch t&#x1ea1;i &#x111;&#xe2;y, b&#x1ea1;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&#x1eef;ng l&#xfd; do n&#xea;n xem tructiepbongda t&#x1ea1;i X&#xf4;i L&#x1ea1;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&#xf4;i L&#x1ea1;c TV ch&#xed;nh l&#xe0; trang web <b>tructiepbongda</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam &#x1edf; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i. M&#xe0; b&#x1ea1;n n&#xea;n truy c&#x1ead;p v&#xe0;o, m&#x1ed7;i khi c&#xf3; nhu c&#x1ea7;u xem b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p. B&#x1edf;i nh&#x1eef;ng l&#xfd; 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>&#x110;i&#x1ec3;m danh 1 s&#x1ed1; k&#xea;nh xem tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; kh&#xe1;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&#xe0;i vi&#x1ec7;c bi&#x1ebf;t &#x111;&#x1ebf;n k&#xea;nh tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; Xoilac TV l&#xe0; ngu&#x1ed3;n ph&#xe1;t s&#xf3;ng t&#x1ed1;t nh&#x1ea5;t, ch&#xfa;ng t&#xf4;i xin gi&#x1edb;i thi&#x1ec7;u m&#x1ed9;t s&#x1ed1; website c&#xf3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng &#x111;&#x1ee9;ng d&#x1b0;&#x1edb;i X&#xf4;i L&#x1ea1;c TV c&#xf3; th&#x1ec3; xem t&#x1ea1;m th&#x1edd;i nh&#x1b0; c&#xe1;c k&#xea;nh d&#x1b0;&#x1edb;i &#x111;&#xe2;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&#x1ebf;t lu&#x1ead;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;\">&#x1ede; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i, Xoilac TV l&#xe0; website <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t, b&#x1edf;i v&#x1ead;y ch&#xfa;ng t&#xf4;i v&#x1eab;n &#x111;ang lu&#xf4;n n&#x1ed7; l&#x1ef1;c &#x111;&#x1ec3; c&#x1ea3;i thi&#x1ec7;n m&#xec;nh v&#xe0; ph&#xe1;t tri&#x1ec3;n h&#x1a1;n n&#x1eef;a nh&#x1eb1;m &#x111;&#xe1;p &#x1ee9;ng k&#x1ef3; v&#x1ecd;ng c&#x1ee7;a van h&#xe2;m m&#x1ed9;...",
      "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&#xea;n h&#x1ec7;</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&#x1ecd;i &#xfd; ki&#x1ebf;n &#x111;&#xf3;ng g&#xf3;p cho s&#x1ef1; ph&#xe1;t tri&#x1ec3;n chung c&#x1ee7;a ch&#xfa;ng t&#xf4;i vui l&#xf2;ng li&#xea;n h&#x1ec7; qua th&#xf4;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

Needs attention

GEO: Explanatory content depth

Warning
01

Issue

34 explanatory paragraph(s) could be stronger for citation or AI extraction.

Details

02

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&#x1ec7;n t&#x1ea1;i &#x1edf; Vi&#x1ec7;t Nam, kh&#xf4;ng c&#xf2;n qu&#xe1; nhi&#x1ec1;u ng&#x1b0;&#x1edd;i xem b&#xf3;ng &#x111;&#xe1; TV n&#x1eef;a b&#x1edf;i m&#x1ecd;i ng&#x1b0;&#x1edd;i c&#xf3; th&#x1ec3; ch&#x1ecd;n m&#x1ed9;t c&#xe1;ch t&#x1ed1;t h&#x1a1;n, &#x111;&#xf3; l&#xe0; xem <b>tructiepbongda</b> tr&#xea;n m&#x1ea1;ng. Khi c&#xe1;ch n&#xe0;y v&#x1eeb;a nhanh, &#x111;&#x1a1;n gi&#x1ea3;n l&#x1ea1;i c&#xf3; th&#x1ec3; xem &#x1edf; b&#x1ea5;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&#xed;nh l&#xe0; website <strong>b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c tuy&#x1ebf;n</strong> h&#xe0;ng &#x111;&#x1ea7;u t&#x1ea1;i Vi&#x1ec7;t Nam hi&#x1ec7;n nay, &#x111;&#xe2;y l&#xe0; n&#x1a1;i m&#xe0; b&#x1ea1;n c&#xf3; th&#x1ec3; xem <b>truc tiep bong da</b> v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao v&#xe0; b&#xec;nh lu&#x1ead;n ti&#x1ebf;ng Vi&#x1ec7;t mi&#x1ec5;n ph&#xed; c&#xf9;ng c&#x1ed9;ng &#x111;&#x1ed3;ng fan h&#xe2;m m&#x1ed9;..."
    },
    {
      "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&#x1ea5;t c&#x1ea3; c&#xe1;c website ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p hi&#x1ec7;n nay t&#x1ea1;i Vi&#x1ec7;t Nam. Website &#x111;&#x1b0;&#x1ee3;c nhi&#x1ec1;u ng&#x1b0;&#x1edd;i &#x111;&#xe1;nh gi&#xe1; v&#xe0; l&#x1ef1;a ch&#x1ecd;n nh&#x1ea5;t ph&#x1ea3;i k&#x1ec3; &#x111;&#x1ebf;n Xoilacz.TV b&#x1edf;i ch&#xfa;ng t&#xf4;i &#x111;&#xe3; c&#xf3; t&#xea;n tu&#x1ed5;i tr&#xea;n th&#x1ecb; tr&#x1b0;&#x1edd;ng ph&#xe1;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&#x1eaf;c &#x111;&#x1ebf;n X&#xf4;i L&#x1ea1;c Live th&#xec; g&#x1ea7;n nh&#x1b0; nh&#x1eef;ng ai th&#x1b0;&#x1edd;ng xuy&#xea;n theo d&#xf5;i b&#xf3;ng &#x111;&#xe1; tr&#xea;n m&#x1ea1;ng &#x111;&#x1ebf;n bi&#x1ebf;t &#x111;&#x1ebf;n. B&#x1edf;i ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng t&#x1ea5;t c&#x1ea3; c&#xe1;c gi&#x1ea3;i &#x111;&#x1ea5;u l&#x1edb;n nh&#x1ea5;t th&#x1ebf; gi&#x1edb;i c&#x169;ng nh&#x1b0; trong n&#x1b0;&#x1edb;c v&#xe0; trong khu v&#x1ef1..."
    },
    {
      "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&#xea;m v&#xe0;o &#x111;&#xf3;, <b>Xoilac TV</b> c&#xf2;n &#x111;&#x1ea7;u t&#x1b0; r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n &#x111;&#x1ec3; s&#x1edf; h&#x1eef;u &#x111;&#x1b0;&#x1ee3;c c&#xf4;ng ngh&#x1ec7; <b>truc tiep bong da</b> hi&#x1ec7;n &#x111;&#x1ea1;i nh&#x1ea5;t. &#x110;i&#x1ec1;u n&#xe0;y l&#xe0;m cho to&#xe0;n b&#x1ed9; c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u &#x111;&#x1b0;&#x1ee3;c ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng &#x111;&#x1ec1;u c&#xf3; ch&#x1..."
    },
    {
      "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;\">&#x110;&#x1b0;&#x1edd;ng truy&#x1ec1;n m&#xe0; <b>Xoi Lac TV</b> s&#x1eed; d&#x1ee5;ng c&#x169;ng c&#x1ef1;c k&#x1ef3; hi&#x1ec7;n &#x111;&#x1ea1;i, &#x111;&#x1ec3; gi&#xfa;p cho t&#x1ed1;c &#x111;&#x1ed9; tr&#x1ead;n &#x111;&#x1ea5;u di&#x1ec5;n ra &#x1ed5;n &#x111;inh v&#xe0; m&#x1b0;&#x1ee3;t m&#xe0; nh&#x1ea5;t, ngo&#xe0;i t&#xea;n th&#x1b0;&#x1edd;ng g&#x1ecd;i ng&#x1b0;&#x1edd;i d&#xf9;ng c&#xf2;n bi&#x1ebf;t &#x111;&#x1ebf;n ch&#xfa;ng t&#xf4;i v&#x1edb;..."
    },
    {
      "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&#x1ea1;i <strong>XoiLac Z</strong> c&#xf2;n c&#xf3; m&#x1ed9;t &#x111;&#x1ed9;i ng&#x169; BLV c&#x1ef1;c k&#x1ef3; chuy&#xea;n nghi&#x1ec7;p v&#xe0; &#x111;&#xf4;ng &#x111;&#x1ea3;o. M&#xe0; ch&#xfa;ng t&#xf4;i ph&#x1ea3;i t&#x1ed1;n r&#x1ea5;t nhi&#x1ec1;u c&#xf4;ng s&#x1ee9;c v&#xe0; ti&#x1ec1;n b&#x1ea1;c m&#x1edb;i chi&#x1ec7;u m&#x1ed9; &#x111;&#x1b0;&#x1ee3;c. &#x110;&#x1b0;&#x1a1;ng nhi&#xea;n c&#xe1;c BLV n&#xe0;y s&#x1ebd; tham gia b&#xec;nh lu&#x1ea..."
    },
    {
      "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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n khi <b>xem b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p</b> t&#x1ea1;i &#x111;&#xe2;y, b&#x1ea1;n c&#x169;ng &#xed;t khi n&#xe0;o b&#x1eaf;t g&#x1eb7;p qu&#x1ea3;ng c&#xe1;o xu&#x1ea5;t hi&#x1ec7;n. B&#x1edf;i ch&#xfa;ng t&#xf4;i lu&#xf4;n mu&#x1ed1;n tr&#x1ea3;i nghi&#x1ec7;m c&#x1ee7;a ng&#x1b0;&#x1edd;i xem l&#xe0; tuy&#x1ec7;t v&#x1edd;i nh&#x1ea5;t. C&#x169;ng nh&#x1b0; kh&#xf4;ng mu&#x1ed1;n l&#xe0;m phi&#x1ec1;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&#x1edb;i vi&#x1ec7;c c&#xf3; r&#x1ea5;t nhi&#x1ec1;u &#x1b0;u &#x111;i&#x1ec3;m nh&#x1b0; k&#x1ec3; tr&#xea;n, Xoilac TV ch&#xed;nh l&#xe0; website ph&#xe1;t s&#xf3;ng tructiepbongda m&#xe0; b&#x1ea1;n n&#xea;n l&#x1ef1;a ch&#x1ecd;n. Khi mu&#x1ed1;n t&#xec;m v&#xe0; xem b&#x1ea5;t k&#x1ef3; tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;o m&#xe0; m&#xec;nh mu&#x1ed1;n, v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng v&#xe0; tr&#x1ea3;i nghi&#x1ec7;m tuy&#x1ec7;t v&#x1edd;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&#x1edb;i vi&#x1ec7;c &#x111;&#x1ea7;u t&#x1b0; r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;c v&#xe0; c&#xf4;ng s&#x1ee9;c, th&#xec; ch&#x1eaf;c ch&#x1eaf;n m&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#xea;n c&#x1ee7;a <b>X&#xf4;i L&#x1ea1;c TV</b> s&#x1ebd; l&#xe0; tr&#x1edf; th&#xe0;nh website <b>truc tiep bong da</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam. &#x110;&#x1ec3; ph&#xe1;t s&#xf3;ng c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; h&#x1ea5..."
    },
    {
      "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&#x1ec1;u n&#x103;m x&#xe2;y d&#x1ef1;ng c&#x169;ng nh&#x1b0; ph&#xe1;t tri&#x1ec3;n, hi&#x1ec7;n t&#x1ea1;i ch&#xfa;ng t&#xf4;i c&#x169;ng &#x111;&#xe3; ho&#xe0;n th&#xe0;nh &#x111;&#x1b0;&#x1ee3;c m&#x1ed9;t ph&#x1ea7;n l&#x1edb;n m&#x1ee5;c ti&#xea;u c&#x1ee7;a m&#xec;nh. Khi thu h&#xfa;t h&#xe0;ng ch&#x1ee5;c ngh&#xec;n l&#x1b0;&#x1ee3;t truy c&#x1ead;p v&#xe0;o &#x111;&#xe2;y m&#x1ed7;i ng&#xe0;y c&#x1ee7;a m&#x1ecd;i ng&#x1b0;&#x1edd;i. &#x110;&#x1..."
    },
    {
      "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&#x1b0; c&#xf4;ng b&#x1ed1;, hi&#x1ec7;n t&#x1ea1;i th&#xec; XoiLac TV ch&#xed;nh l&#xe0; trang web <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t. B&#x1edf;i ch&#xfa;ng t&#xf4;i kh&#xf4;ng ch&#x1ec9; ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p &#x111;&#x1ea7;y &#x111;&#x1ee7; v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao cho b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c. M&#xe0; Xoi Lac TV c&#xf..."
    },
    {
      "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&#x1b0; kh&#x1ea3;o s&#xe1;t, g&#x1ea7;n nh&#x1b0; to&#xe0;n b&#x1ed9; nh&#x1eef;ng ng&#x1b0;&#x1edd;i &#x111;&#xe3; t&#x1eeb;ng <b>xem bong da truc tiep</b> t&#x1ea1;i Xoilac TV &#x111;&#x1ec1;u c&#x1ef1;c k&#x1ef3; h&#xe0;i l&#xf2;ng v&#x1edb;i ch&#xfa;ng t&#xf4;i. B&#x1edf;i X&#xf4;i L&#x1ea1;c TV c&#xf3; nh&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m v&#x1b0;&#x1ee3;t tr&#x1ed9;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&#xe0;o X&#xf4;i L&#x1ea1;c TV, &#x111;i&#x1ec1;u &#x111;&#x1ea7;u ti&#xea;n m&#xe0; b&#x1ea1;n th&#x1ea5;y &#x111;&#xf3; l&#xe0; giao di&#x1ec7;n &#x111;&#x1b0;&#x1ee3;c thi&#x1ebf;t k&#x1ebf; c&#x1ef1;c k&#x1ef3; th&#xf4;ng minh. B&#x1edf;i ngay t&#x1eeb; &#x111;&#x1ea7;u khi thi&#x1ebf;t k&#x1ebf;, ch&#xfa;ng t&#xf4;i &#x111;&#xe3; kh&#x1ea3;o s&#xe1;t r&#x1ea5;t nhi&#x1ec1;u ng&#x1b0;&#x1edd;i d&#xf9;ng. &#x110;&#x1ec3; thi&#x1ebf;t k&#x1ebf; m&#x1ed9;..."
    },
    {
      "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&#xea;m v&#xe0;o &#x111;&#xf3;, m&#xe0;u s&#x1eaf;c m&#xe0; ch&#xfa;ng t&#xf4;i l&#x1ef1;a ch&#x1ecd;n c&#x1ef1;c k&#x1ef3; h&#xe0;i h&#xf2;a v&#xe0; &#x111;&#x1eb9;p m&#x1eaf;t. &#x110;&#x1ec3; l&#xe0;m n&#x1ed5;i b&#x1ead;c nh&#x1eef;ng ch&#x1ee9;c n&#x103;ng quan tr&#x1ecd;ng c&#x1ee7;a <b>Xoilacz TV</b> l&#xea;n. Gi&#xfa;p b&#x1ea1;n t&#xec;m &#x111;&#x1b0;&#x1ee3;c nh&#x1eef;ng th&#xf4;ng tin m&#xe0; m&#xec;nh c&#x1ea7;n nhanh nh&#x1ea5;t. C&#x169;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&#xea;ng chuy&#xea;n m&#x1ee5;c xem Tr&#x1ef1;c Ti&#x1ebf;p B&#xf3;ng &#x110;&#xe1;, ch&#xfa;ng t&#xf4;i c&#xf2;n chia ra nhi&#x1ec1;u m&#x1ee5;c nh&#x1ecf; nh&#x1b0; tr&#x1ead;n &#x111;&#x1ea5;u di&#x1ec5;n ra v&#xe0;o ng&#xe0;y h&#xf4;m nay, ng&#xe0;y mai, tr&#x1ead;n hot,&#x2026; &#x110;&#x1ec3; b&#x1ea1;n t&#xec;m &#x111;&#x1b0;&#x1ee3;c tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; m&#xe0; m&#xec;nh mu&#x1ed1;n xem tr&#x1ef1;c ti&#x1ebf;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&#xf4;ng nh&#x1b0; c&#xe1;c trang web xem bong da truc tiep kh&#xe1;c, Xoilac TV ch&#xe8;n banner qu&#x1ea3;ng c&#xe1;o t&#x1ea1;i trang ch&#x1ee7; kh&#xe1; l&#xe0; h&#xe0;i h&#xf2;a. Khi kh&#xf4;ng c&#xf3; ch&#xe8;n th&#x1ead;t nhi&#x1ec1;u banner &#x111;&#x1ec3; thu ti&#x1ec1;n qu&#x1ea3;ng c&#xe1;o. M&#xe0; ch&#xfa;ng t&#xf4;i ch&#x1ec9; h&#x1ee3;p t&#xe1;c v&#x1edb;i nh&#x1eef;ng nh&#xe0; c&#xe1;i uy t&#xed;n. C&#x169;ng nh&#x1b0; &#x111;&#x1eb7;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&#x1ec7;n c&#x1ee7;a ch&#xfa;ng t&#xf4;i c&#xf2;n t&#x1b0;&#x1a1;ng th&#xed;ch v&#x1edb;i nhi&#x1ec1;u h&#x1ec7; &#x111;i&#x1ec1;u h&#xe0;nh v&#xe0; thi&#x1ebf;t b&#x1ecb; kh&#xe1;c nhau. Cho n&#xea;n b&#x1ea1;n c&#xf3; th&#x1ec3; truy c&#x1ead;p v&#xe0;o &#x111;&#xe2;y b&#x1eb1;ng c&#x1ea3; m&#xe1;y t&#xed;nh, &#x111;i&#x1ec7;n tho&#x1ea1;i l&#x1eab;n laptop,.. &#x110;&#x1ec3; xem <b>tructiepbongda</b> hay c&#xe1;c th&#xf4;ng tin kh&#xe1;c m&#x1ed9;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&#x1ea1;i <b>X&#xf4;i L&#x1ea1;c TV</b>, b&#x1ea1;n g&#x1ea7;n nh&#x1b0; c&#xf3; th&#x1ec3; xem b&#x1ea5;t k&#x1ef3; tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;o m&#xe0; m&#xec;nh th&#xed;ch kh&#xe1; d&#x1ec5; d&#xe0;ng. B&#x1edf;i ch&#xfa;ng t&#xf4;i &#x111;&#xe3; mua &#x111;&#x1b0;&#x1ee3;c b&#x1ea3;n quy&#x1ec1;n to&#xe0;n b&#x1ed9; c&#xe1;c gi&#x1ea3;i &#x111;&#x1ea5;u h&#x1ea5;p d&#x1eab;n nh&#x1ea5;t hi&#x1ec7;n nay. Trong &#x11..."
    },
    {
      "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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n v&#x1edb;i vi&#x1ec7;c ph&#xe1;t s&#xf3;ng c&#xe1;c gi&#x1ea3;i b&#xf3;ng &#x111;&#xe1; nh&#x1b0; tr&#xea;n &#x111;&#xe2;y, b&#x1ea1;n c&#xf3; th&#x1ec3; xem tr&#x1ef1;c ti&#x1ebf;p nh&#x1eef;ng tr&#x1ead;n &#x111;&#x1ea5;u h&#x1ea5;p d&#x1eab;n nh&#x1ea5;t m&#x1ed7;i ng&#xe0;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&#xea;m n&#x1eef;a, v&#xe0;o &#x111;&#x1ea7;u gi&#x1edd; m&#x1ed7;i ng&#xe0;y ch&#xfa;ng t&#xf4;i c&#x169;ng c&#x1ead;p nh&#x1ead;t l&#x1ecb;ch ph&#xe1;t s&#xf3;ng &#x111;&#x1ea7;y &#x111;&#x1ee7;. &#x110;&#x1ec3; b&#x1ea1;n n&#x1eaf;m &#x111;&#x1b0;&#x1ee3;c th&#x1edd;i gian di&#x1ec5;n ra c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u trong ng&#xe0;y, &#x111;&#x1ed9;i h&#xec;nh ra s&#xe2;n, s&#xe2;n t&#x1ed5; ch&#x1ee9;c,&#x2026;</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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n r&#x1ed3;i, &#x111;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p h&#xe0;ng &#x111;&#x1ea7;u nh&#x1b0; <b>X&#xf4;i L&#x1ea1;c TV</b>. Th&#xec; lu&#xf4;n lu&#xf4;n cung c&#x1ea5;p cho ng&#x1b0;&#x1edd;i xem nh&#x1eef;ng tr&#x1ead;n &#x111;&#x1ea5;u v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao nh&#x1ea5;t. C&#x1ee5; th&#x1ec3; nh&#x1b0; 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&#x1ec7;n t&#x1ea1;i Xoi Lac TV &#x111;ang s&#x1eed; d&#x1ee5;ng &#x111;&#x1b0;&#x1edd;ng truy&#x1ec1;n v&#x1edb;i c&#xf4;ng ngh&#x1ec7; c&#x1ef1;c k&#x1ef3; hi&#x1ec7;n &#x111;&#x1ea1;i. Cho n&#xea;n t&#x1ea5;t c&#x1ea3; c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u &#x111;&#x1b0;&#x1ee3;c ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng lu&#xf4;n c&#xf3; t&#x1ed1;c &#x111;&#x1ed9; &#x1ed5;n &#x111;&#x1ecb;nh v&#xe0; m&#x1b0;&#x1ee3;t m&#xe0;. Gi&#xfa;p b&#x1ea1;n theo d&#xf..."
    },
    {
      "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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n khi t&#x1ed1;c &#x111;&#x1ed9; &#x1ed5;n &#x111;&#x1ecb;nh v&#xe0; m&#x1b0;&#x1ee3;t m&#xe0; th&#xec; c&#xe1;c hi&#x1ec7;n t&#x1b0;&#x1ee3;ng nh&#x1b0; gi&#x1ead;t, &#x111;&#x1ee9;ng h&#xec;nh hay b&#x1ecb; diss ra khi xem g&#x1ea7;n nh&#x1b0; r&#x1ea5;t &#xed;t khi xu&#x1ea5;t hi&#x1ec7;n. N&#x1ebf;u c&#xf3;, th&#xec; b&#x1ea1;n c&#x169;ng ch&#x1ec9;a c&#x1ea7;n d&#x1eeb;ng tr&#x1ead;n &#x111;&#x1ea5;u m&#xec;nh &#x111;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&#x1eaf;c &#x111;&#x1ebf;n trang web <b>Xoilac TV</b> th&#xec; ph&#x1ea3;i nh&#x1eaf;c &#x111;&#x1ebf;n b&#x1ed9; ph&#x1ead;n b&#xec;nh lu&#x1ead;n c&#x1ee7;a ch&#xfa;ng t&#xf4;i. Khi m&#xe0; Xoi Lac TV &#x111;ang s&#x1edf; h&#x1eef;u m&#x1ed9;t &#x111;&#x1ed9;i ng&#x169; BLV kh&#xe1; l&#xe0; &#x111;&#xf4;ng &#x111;&#x1ea3;o v&#xe0; chuy&#xea;n nghi&#x1ec7;p. M&#xe0; ch&#xfa;ng t&#xf4;i ph&#x1ea3;i t&#x1ed1;n r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;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&#x1edb;i vi&#x1ec7;c c&#xf3; m&#x1ed9;t &#x111;&#x1ed9;i ng&#x169; BLV nh&#x1b0; th&#x1ebf; th&#xec; t&#x1ea5;t c&#x1ea3; c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; h&#x1ea5;p d&#x1eab;n &#x111;&#x1b0;&#x1ee3;c ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng lu&#xf4;n &#x111;&#x1b0;&#x1ee3;c b&#xec;nh lu&#x1ead;n b&#x1eb1;ng ti&#x1ebf;ng Vi&#x1ec7;t. C&#xe1;ch b&#xec;nh lu&#x1ead;n c&#x1ee7;a c&#xe1;c BLV n&#xe0;y c&#x169;ng kh&#xe1; l&#xe0; cu&#x1..."
    },
    {
      "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&#xe0;i ra, nh&#x1eef;ng BLV c&#x1ee7;a ch&#xfa;ng t&#xf4;i c&#x169;ng kh&#xe1; d&#x1ec5; g&#x1ea7;n v&#xe0; vui v&#x1ebb;, cho n&#xea;n th&#x1b0;&#x1edd;ng xuy&#xea;n t&#x1b0;&#x1a1;ng t&#xe1;c v&#x1edb;i ng&#x1b0;&#x1edd;i xem trong qu&#xe1; tr&#xec;nh tr&#x1ead;n &#x111;&#x1ea5;u di&#x1ec5;n ra. &#x110;&#x1ec3; gi&#xfa;p t&#x1ea1;o m&#x1ed9;t c&#x1ea3;m gi&#xe1;c xem <b>tructiepbongda Xoilac Z</b> th&#xfa; v&#x1ecb; v&#xe0; s&#xf4;i &#x111;&#x1ed9;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&#xf4;i L&#x1ea1;c TV hi&#x1ec7;n t&#x1ea1;i c&#x169;ng x&#xe2;y d&#x1ef1;ng m&#xf4;t h&#x1ec7; th&#x1ed1;ng link <b>xem bong da truc tiep</b> c&#x1ef1;c k&#x1ef3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng. &#x110;&#x1ec3; b&#x1ea1;n c&#xf3; th&#x1ec3; truy c&#x1ead;p v&#xe0;o l&#x1ea5;y &#x111;&#x1b0;&#x1edd;ng link xem tr&#x1ead;n &#x111;&#x1ea5;u m&#xec;nh th&#xed;ch d&#x1ec5; d&#xe0;ng nh&#x1ea5;t. Gi&#xfa;p b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c c&#xe1..."
    },
    {
      "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;\">&#x110;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web lu&#xf4;n &#x111;&#x1ec1; cao tr&#x1ea3;i nghi&#x1ec7;m ng&#x1b0;&#x1edd;i xem nh&#x1b0; Xoi Lac TV, th&#xec; vi&#x1ec7;c ch&#xe8;n qu&#x1ea3;ng c&#xe1;o khi tr&#x1ead;n &#x111;&#x1ea5;u &#x111;ang di&#x1ec5;n ra l&#xe0; kh&#xf4;ng bao gi&#x1edd; c&#xf3;. B&#x1edf;i v&#xec; th&#x1ebf;, khi xem tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; m&#xe0; m&#xec;nh th&#xed;ch t&#x1ea1;i &#x111;&#xe2;y, b&#x1ea1;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&#x1ec7;n t&#x1ea1;i ch&#xfa;ng t&#xf4;i ch&#x1ec9; c&#xf3; treo banner qu&#x1ea3;ng c&#xe1;o cho nh&#x1eef;ng nh&#xe0; c&#xe1;i l&#x1edb;n t&#x1ea1;i trang ch&#x1ee7;. &#x110;&#x1ec3; c&#xf3; ngu&#x1ed3;n thu m&#xe0; duy tr&#xec; c&#x169;ng nh&#x1b0; n&#xe2;ng c&#x1ea5;p trang web c&#x1ee7;a m&#xec;nh h&#x1a1;n n&#x1eef;a. &#x110;&#x1b0;&#x1a1;ng nhi&#xea;n n&#x1ebf;u nh&#x1b0; b&#x1ea1;n c&#x1ea3;m th&#x1ea5;y b&#x1ecb; l&#xe0;m phi&#x1ec1;n th&#xec; c&#xf3..."
    },
    {
      "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&#xf4;i L&#x1ea1;c TV ch&#xed;nh l&#xe0; trang web <b>tructiepbongda</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam &#x1edf; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i. M&#xe0; b&#x1ea1;n n&#xea;n truy c&#x1ead;p v&#xe0;o, m&#x1ed7;i khi c&#xf3; nhu c&#x1ea7;u xem b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p. B&#x1edf;i nh&#x1eef;ng l&#xfd; 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;\">&#x110;&#x1ec3; xem <b>truc tiep bong da</b> v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao v&#xe0; tr&#x1ea3;i nghi&#x1ec7;m tuy&#x1ec7;t v&#x1edd;i th&#xec; b&#x1ea1;n h&#xe3;y truy c&#x1ead;p v&#xe0;o trang web <b>X&#xf4;i L&#x1ea1;c TV</b>. Ch&#xfa;ng t&#xf4;i kh&#x1eb3;ng &#x111;&#x1ecb;nh r&#x1eb1;ng khi v&#xe0;o &#x111;&#xe2;y, b&#x1ea1;n s&#x1ebd; c&#xf3; nh&#x1eef;ng gi&#xe2;y ph&#xfa;t xem tr&#x1ead;n &#x111;&#x1ea5;u m&#xec;nh th&#xed;ch m&#x1ed9;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&#xe0;i vi&#x1ec7;c bi&#x1ebf;t &#x111;&#x1ebf;n k&#xea;nh tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; Xoilac TV l&#xe0; ngu&#x1ed3;n ph&#xe1;t s&#xf3;ng t&#x1ed1;t nh&#x1ea5;t, ch&#xfa;ng t&#xf4;i xin gi&#x1edb;i thi&#x1ec7;u m&#x1ed9;t s&#x1ed1; website c&#xf3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng &#x111;&#x1ee9;ng d&#x1b0;&#x1edb;i X&#xf4;i L&#x1ea1;c TV c&#xf3; th&#x1ec3; xem t&#x1ea1;m th&#x1edd;i nh&#x1b0; c&#xe1;c k&#xea;nh d&#x1b0;&#x1edb;i &#x111;&#xe2;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&#xfa; &#xfd;: T&#x1ea5;t c&#x1ea3; qu&#x1ea3;ng ca&#x301;o tr&#xea;n web ch&#xfa;ng t&#xf4;i, &#x111;&#x1ec1;u la&#x300; y&#x301; ki&#x1ebf;n ca&#x301; nh&#xe2;n c&#x1ee7;a kha&#x301;ch ha&#x300;ng, kh&#xf4;ng c&#xf3; li&#xea;n quan g&#xec; v&#x1edb;i web ch&#xfa;ng t&#xf4;i. T&#x1ea5;t c&#x1ea3; th&#xf4;ng tin m&#xe0; web ch&#xfa;ng t&#xf4;i cung c&#x1ea5;p ch&#x1ec9; mang t&#xed;nh ch&#x1ea5;t tham kh&#x1ea3;o, xin qu&#xfd; kh&#xe1;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;\">&#x1ede; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i, Xoilac TV l&#xe0; website <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t, b&#x1edf;i v&#x1ead;y ch&#xfa;ng t&#xf4;i v&#x1eab;n &#x111;ang lu&#xf4;n n&#x1ed7; l&#x1ef1;c &#x111;&#x1ec3; c&#x1ea3;i thi&#x1ec7;n m&#xec;nh v&#xe0; ph&#xe1;t tri&#x1ec3;n h&#x1a1;n n&#x1eef;a nh&#x1eb1;m &#x111;&#xe1;p &#x1ee9;ng k&#x1ef3; v&#x1ecd;ng c&#x1ee7;a van h&#xe2;m m&#x1ed9;..."
    }
  ],
  "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

Needs attention

AIO: Page experience for AIO

Warning
01

Issue

694 image(s) are missing width/height attributes. 346 possible modal/interstitial element(s) detected.

Details

02

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&#xe9;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&#x1eef;u Qu&#x1ed1;c T&#x1ebf;\" 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&#x1ea1;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&#x1ea1;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&#x1ea1;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&#x1ea1;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&#x1ea1;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&#x1ea1;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&#x1ea1;ng 2 Ph&#x1ea7;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&#x1ea1;ng 2 Th&#x1ee5;y &#x110;i&#x1ec3;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&#x1ea1;ng 2 Th&#x1ee5;y &#x110;i&#x1ec3;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&#x1ea1;ng 2 Trung Qu&#x1ed1;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&#x1ea1;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&#x1ea1;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&#x1ea1;ng Nh&#x1ea5;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&#x1ea1;ng Nh&#x1ea5;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&#x1ea1;ng Nh&#x1ea5;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&#x1ea1;ng Nh&#x1ea5;t Trung Qu&#x1ed1;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&#x1ea1;i H&#x1ea1;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&#x1ea1;i H&#x1ea1;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&#x1ea1;i H&#x1ea1;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&#x1ea1;i h&#x1ea1;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&#x1ea1;i H&#x1ea1;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&#x1ea1;i H&#x1ea1;ng M&#xf4;ng C&#x1ed5;\" 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&#x1ea1;i h&#x1ea1;ng N&#x1eef; 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&#x1ed1;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&#x110;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&#x110;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&#x110;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&#x110;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&#x110;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&#x110;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&#x110;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&#x110;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&#x110;QG Mar&#x1ed1;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&#x110;QG N&#x1eef; 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&#x110;QG N&#x1eef; 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&#x110;QG N&#x1eef; 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&#x110;QG N&#x1eef; Ph&#x1ea7;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&#x110;QG N&#x1eef; Th&#x1ee5;y &#x110;i&#x1ec3;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&#x110;QG Ph&#x1ea7;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&#xf3;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&#x2019;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&#x2019;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\\&apos;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&#xe2;n V&#x1ead;n &#x110;&#x1ed9;ng T&#x1ed5; Ch&#x1ee9;c World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u B&#x1ea3;ng &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u Tr&#x1ead;n &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xe2;u &#xc2;u C&#xf3; Bao Nhi&#xea;u V&#xe9; D&#x1ef1; World Cup 2026: C&#x1ead;p Nh&#x1ead;t M&#x1edb;i Nh&#x1ea5;t T&#x1eeb; 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=\"&#x110;&#x1ed9;i H&#xec;nh Brazil World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c &amp; Chi Ti&#x1ebf;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&#xe0;n Qu&#x1ed1;c vs CH S&#xe9;c (09:00 &amp;#8211; 12/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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 &amp;#8211; 12/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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 &amp;#8211; 11/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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&#x1ed3; &#x110;&#xe0;o Nha vs Nigeria (02:45 &amp;#8211; 11/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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 &amp;#8211; 10/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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&#xe1;p vs B&#x1eaf;c Ireland (02:10 &amp;#8211; 09/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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&#xe0; Lan vs Uzbekistan (01:45 &amp;#8211; 09/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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&#x1ea1;p vs Italy (02:00 &amp;#8211; 08/06) | Xem l&#x1ea1;i tr&#x1ead;n &#x111;&#x1ea5;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&#xfa;c 12:00 ng&#xe0;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&#xfa;c 13:30 ng&#xe0;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&#xfa;c 13:30 ng&#xe0;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&#xfa;c 14:15 ng&#xe0;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&#xfa;c 14:30 ng&#xe0;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&#xfa;c 15:00 ng&#xe0;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&#xfa;c 15:00 ng&#xe0;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&#xfa;c 15:30 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 16:30 ng&#xe0;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&#xfa;c 16:30 ng&#xe0;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&#xfa;c 16:30 ng&#xe0;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&#x1eef; G. Coast Knights vs N&#x1eef; Brisbane City l&#xfa;c 16:30 ng&#xe0;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&#xfa;c 16:45 ng&#xe0;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&#x1eef; Eastern Suburbs vs N&#x1eef; Brisbane Olympic l&#xfa;c 16:45 ng&#xe0;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&#xfa;c 17:00 ng&#xe0;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&#x1eef; Suwon FMC vs N&#x1eef; Sejong Sportstoto l&#xfa;c 17:00 ng&#xe0;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&#xfa;c 17:00 ng&#xe0;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&#xfa;c 12:00 ng&#xe0;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&#xfa;c 14:30 ng&#xe0;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&#xfa;c 15:00 ng&#xe0;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&#x1eef; Mt Gambier Pioneers vs N&#x1eef; Northern Tasmania l&#xfa;c 15:30 ng&#xe0;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&#xfa;c 17:00 ng&#xe0;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&#xfa;c 18:00 ng&#xe0;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&#xfa;c 18:30 ng&#xe0;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&#xfa;c 19:00 ng&#xe0;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&#xfa;c 19:00 ng&#xe0;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&#x1ed3; Ch&#xed; Minh Wings vs H&#xe0; N&#x1ed9;i Buffalo l&#xfa;c 19:30 ng&#xe0;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&#xfa;c 22:00 ng&#xe0;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&#xfa;c 01:00 ng&#xe0;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&#xfa;c 01:00 ng&#xe0;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&#xfa;c 01:15 ng&#xe0;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&#xfa;c 01:30 ng&#xe0;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&#x1eef; Mystics vs Toronto Tempo l&#xfa;c 06:30 ng&#xe0;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&#xfa;c 07:00 ng&#xe0;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&#xfa;c 07:00 ng&#xe0;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&#xfa;c 08:30 ng&#xe0;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&#x1eef; Seattle Storm vs N&#x1eef; Golden State l&#xfa;c 09:00 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 17:30 ng&#xe0;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&#xfa;c 18:00 ng&#xe0;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&#xfa;c 19:10 ng&#xe0;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&#xfa;c 22:00 ng&#xe0;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&#xfa;c 12:25 ng&#xe0;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&#xfa;c 12:20 ng&#xe0;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&#xfa;c 11:40 ng&#xe0;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&#xfa;c 13:15 ng&#xe0;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&#xfa;c 12:30 ng&#xe0;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&#xfa;c 13:10 ng&#xe0;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&#xfa;c 13:20 ng&#xe0;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&#xfa;c 14:00 ng&#xe0;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&#xfa;c 14:50 ng&#xe0;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&#x1eef; Uzbekistan vs N&#x1eef; Australia l&#xfa;c 14:00 ng&#xe0;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&#xfa;c 15:30 ng&#xe0;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&#x1eef; Lebanon vs N&#x1eef; Indonesia l&#xfa;c 17:00 ng&#xe0;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&#x1ead;t B&#x1ea3;n vs Ba Lan l&#xfa;c 19:00 ng&#xe0;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&#x1eef; &#x110;&#xe0;i Loan vs N&#x1eef; H&#xe0;n Qu&#x1ed1;c l&#xfa;c 20:00 ng&#xe0;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&#x1eef; Albania vs N&#x1eef; Romania l&#xfa;c 20:30 ng&#xe0;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&#x1ea7;n Lan l&#xfa;c 22:00 ng&#xe0;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&#x1eef; Estonia vs N&#x1eef; Hungary l&#xfa;c 22:30 ng&#xe0;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&#xfa;c 23:00 ng&#xe0;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&#x1ee5;y S&#x129; l&#xfa;c 23:30 ng&#xe0;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&#x1eef; B&#x1eaf;c Macedonia vs N&#x1eef; T&#xe2;y Ban Nha l&#xfa;c 00:30 ng&#xe0;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&#xe0; Lan l&#xfa;c 00:30 ng&#xe0;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&#x1ec9; vs Serbia l&#xfa;c 02:30 ng&#xe0;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&#x1ed3; &#x110;&#xe0;o Nha l&#xfa;c 03:00 ng&#xe0;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=\"&#x110;&#x1ee9;c vs USA l&#xfa;c 03:00 ng&#xe0;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&#xfa;c 15:00 ng&#xe0;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&#xfa;c 17:00 ng&#xe0;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&#xfa;c 01:00 ng&#xe0;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&#xfa;c 22:00 ng&#xe0;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&#xfa;c 01:00 ng&#xe0;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&#xfa;c 22:00 ng&#xe0;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&#xfa;c 15:00 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 16:00 ng&#xe0;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&#xfa;c 17:30 ng&#xe0;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&#xfa;c 18:30 ng&#xe0;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&#xfa;c 21:00 ng&#xe0;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&#xfa;c 21:00 ng&#xe0;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&#xfa;c 23:30 ng&#xe0;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&#xfa;c 23:30 ng&#xe0;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&#xfa;c 00:00 ng&#xe0;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&#xfa;c 20:00 ng&#xe0;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 \">&#x110;&#xf4;&#x300;ng ha&#x300;nh cu&#x300;ng Xoilac TV&#xa0;k&#xea;nh ph&#xe1;t s&#xf3;ng tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; h&#xf4;m nay v&#x1a1;&#x301;i &#x111;&#x1b0;&#x1a1;&#x300;ng truy&#xea;&#x300;n full HD t&#xf4;&#x301;c &#x111;&#xf4;&#x323; cao va&#x300; bi&#x300;nh lu&#xe2;&#x323;n h&#xe2;&#x301;p d&#xe2;&#x303;n. C&#xe2;&#x323;p nh&#xe2;&#x3..."
  ],
  "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

Needs attention

AIO: Answer block readiness

Warning
01

Issue

25 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.

Details

02

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&#xe2;n V&#x1ead;n &#x110;&#x1ed9;ng T&#x1ed5; Ch&#x1ee9;c World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u B&#x1ea3;ng &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u Tr&#x1ead;n &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xe2;u &#xc2;u C&#xf3; Bao Nhi&#xea;u V&#xe9; D&#x1ef1; World Cup 2026: C&#x1ead;p Nh&#x1ead;t M&#x1edb;i Nh&#x1ea5;t T&#x1eeb; 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\">&#x110;&#x1ed9;i H&#xec;nh Brazil World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c &amp; Chi Ti&#x1ebf;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Newcastle vs Man City l&#xfa;c 3h00 ng&#xe0;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&#x1ed9;c &#x111;&#x1ed1;i &#x111;&#x1ea7;u gi&#x1eef;a Newcastle vs Man City, c&#xe1;c c&#x1ea7;u th&#x1ee7; &#x111;&#x1ed9;i kh&#xe1;ch Man City ho&#xe0;n to&#xe0;n t&#x1ef1; tin c&#xf3; &#x111;&#x1b0;&#x1ee3;c chi&#x1ebf;n th&#x1eaf;ng trong tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Atletico Madrid vs Sociedad l&#xfa;c 0h30 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Wrexham vs Chelsea l&#xfa;c 0h45 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Bayern vs Gladbach l&#xfa;c 2h30 ng&#xe0;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&#x1ead;n &#x111;&#x1ecb;nh soi k&#xe8;o Celta Vigo vs Real Madrid l&#xfa;c 3h00 ng&#xe0;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&#x1ec7;n t&#x1ea1;i &#x1edf; Vi&#x1ec7;t Nam, kh&#xf4;ng c&#xf2;n qu&#xe1; nhi&#x1ec1;u ng&#x1b0;&#x1edd;i xem b&#xf3;ng &#x111;&#xe1; TV n&#x1eef;a b&#x1edf;i m&#x1ecd;i ng&#x1b0;&#x1edd;i c&#xf3; th&#x1ec3; ch&#x1ecd;n m&#x1ed9;t c&#xe1;ch t&#x1ed1;t h&#x1a1;n, &#x111;&#xf3; l&#xe0; xem <b>tructiepbongda</b> tr&#xea;n m&#x1ea1;ng. Khi c&#xe1;ch n&#xe0;y v&#x1eeb;a nhanh, &#x111;&#x1a1;n gi&#x1ea3;n l&#x1ea1;i c&#xf3; th&#x1ec3; xem &#x1edf; b&#x1ea5;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&#xe0; g&#xec;?</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&#xed;nh l&#xe0; website <strong>b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c tuy&#x1ebf;n</strong> h&#xe0;ng &#x111;&#x1ea7;u t&#x1ea1;i Vi&#x1ec7;t Nam hi&#x1ec7;n nay, &#x111;&#xe2;y l&#xe0; n&#x1a1;i m&#xe0; b&#x1ea1;n c&#xf3; th&#x1ec3; xem <b>truc tiep bong da</b> v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao v&#xe0; b&#xec;nh lu&#x1ead;n ti&#x1ebf;ng Vi&#x1ec7;t mi&#x1ec5;n ph&#xed; c&#xf9;ng c&#x1ed9;ng &#x111;&#x1ed3;ng fan h&#xe2;m m&#x1ed9;...",
      "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&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#x1ec3;n c&#x1ee7;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&#x1edb;i vi&#x1ec7;c &#x111;&#x1ea7;u t&#x1b0; r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;c v&#xe0; c&#xf4;ng s&#x1ee9;c, th&#xec; ch&#x1eaf;c ch&#x1eaf;n m&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#xea;n c&#x1ee7;a <b>X&#xf4;i L&#x1ea1;c TV</b> s&#x1ebd; l&#xe0; tr&#x1edf; th&#xe0;nh website <b>truc tiep bong da</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam. &#x110;&#x1ec3; ph&#xe1;t s&#xf3;ng c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; h&#x1ea5...",
      "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&#x1a1;i xem truc tiep bong da &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t hi&#x1ec7;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&#x1b0; c&#xf4;ng b&#x1ed1;, hi&#x1ec7;n t&#x1ea1;i th&#xec; XoiLac TV ch&#xed;nh l&#xe0; trang web <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t. B&#x1edf;i ch&#xfa;ng t&#xf4;i kh&#xf4;ng ch&#x1ec9; ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p &#x111;&#x1ea7;y &#x111;&#x1ee7; v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao cho b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c. M&#xe0; Xoi Lac TV c&#xf...",
      "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&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m c&#x1ee7;a X&#xf4;i L&#x1ea1;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&#x1b0; kh&#x1ea3;o s&#xe1;t, g&#x1ea7;n nh&#x1b0; to&#xe0;n b&#x1ed9; nh&#x1eef;ng ng&#x1b0;&#x1edd;i &#x111;&#xe3; t&#x1eeb;ng <b>xem bong da truc tiep</b> t&#x1ea1;i Xoilac TV &#x111;&#x1ec1;u c&#x1ef1;c k&#x1ef3; h&#xe0;i l&#xf2;ng v&#x1edb;i ch&#xfa;ng t&#xf4;i. B&#x1edf;i X&#xf4;i L&#x1ea1;c TV c&#xf3; nh&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m v&#x1b0;&#x1ee3;t tr&#x1ed9;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&#x1ec7;n &#x111;&#x1eb9;p m&#x1eaf;t, d&#x1ec5; s&#x1eed; d&#x1ee5;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&#xe0;o X&#xf4;i L&#x1ea1;c TV, &#x111;i&#x1ec1;u &#x111;&#x1ea7;u ti&#xea;n m&#xe0; b&#x1ea1;n th&#x1ea5;y &#x111;&#xf3; l&#xe0; giao di&#x1ec7;n &#x111;&#x1b0;&#x1ee3;c thi&#x1ebf;t k&#x1ebf; c&#x1ef1;c k&#x1ef3; th&#xf4;ng minh. B&#x1edf;i ngay t&#x1eeb; &#x111;&#x1ea7;u khi thi&#x1ebf;t k&#x1ebf;, ch&#xfa;ng t&#xf4;i &#x111;&#xe3; kh&#x1ea3;o s&#xe1;t r&#x1ea5;t nhi&#x1ec1;u ng&#x1b0;&#x1edd;i d&#xf9;ng. &#x110;&#x1ec3; thi&#x1ebf;t k&#x1ebf; m&#x1ed9;...",
      "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&#xe1;t s&#xf3;ng &#x111;a d&#x1ea1;ng gi&#x1ea3;i &#x111;&#x1ea5;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&#x1ea1;i <b>X&#xf4;i L&#x1ea1;c TV</b>, b&#x1ea1;n g&#x1ea7;n nh&#x1b0; c&#xf3; th&#x1ec3; xem b&#x1ea5;t k&#x1ef3; tr&#x1ead;n &#x111;&#x1ea5;u n&#xe0;o m&#xe0; m&#xec;nh th&#xed;ch kh&#xe1; d&#x1ec5; d&#xe0;ng. B&#x1edf;i ch&#xfa;ng t&#xf4;i &#x111;&#xe3; mua &#x111;&#x1b0;&#x1ee3;c b&#x1ea3;n quy&#x1ec1;n to&#xe0;n b&#x1ed9; c&#xe1;c gi&#x1ea3;i &#x111;&#x1ea5;u h&#x1ea5;p d&#x1eab;n nh&#x1ea5;t hi&#x1ec7;n nay. Trong &#x11...",
      "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&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;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;\">&#x110;&#x1b0;&#x1a1;ng nhi&#xea;n r&#x1ed3;i, &#x111;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web ph&#xe1;t s&#xf3;ng b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p h&#xe0;ng &#x111;&#x1ea7;u nh&#x1b0; <b>X&#xf4;i L&#x1ea1;c TV</b>. Th&#xec; lu&#xf4;n lu&#xf4;n cung c&#x1ea5;p cho ng&#x1b0;&#x1edd;i xem nh&#x1eef;ng tr&#x1ead;n &#x111;&#x1ea5;u v&#x1edb;i ch&#x1ea5;t l&#x1b0;&#x1ee3;ng cao nh&#x1ea5;t. C&#x1ee5; th&#x1ec3; nh&#x1b0; 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&#x1edb;i t&#x1ed1;c &#x111;&#x1ed9; 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&#x1ec7;n t&#x1ea1;i Xoi Lac TV &#x111;ang s&#x1eed; d&#x1ee5;ng &#x111;&#x1b0;&#x1edd;ng truy&#x1ec1;n v&#x1edb;i c&#xf4;ng ngh&#x1ec7; c&#x1ef1;c k&#x1ef3; hi&#x1ec7;n &#x111;&#x1ea1;i. Cho n&#xea;n t&#x1ea5;t c&#x1ea3; c&#xe1;c tr&#x1ead;n &#x111;&#x1ea5;u &#x111;&#x1b0;&#x1ee3;c ch&#xfa;ng t&#xf4;i ph&#xe1;t s&#xf3;ng lu&#xf4;n c&#xf3; t&#x1ed1;c &#x111;&#x1ed9; &#x1ed5;n &#x111;&#x1ecb;nh v&#xe0; m&#x1b0;&#x1ee3;t m&#xe0;. Gi&#xfa;p b&#x1ea1;n theo d&#xf...",
      "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&#xec;nh lu&#x1ead;n h&#x1ea5;p d&#x1eab;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&#x1eaf;c &#x111;&#x1ebf;n trang web <b>Xoilac TV</b> th&#xec; ph&#x1ea3;i nh&#x1eaf;c &#x111;&#x1ebf;n b&#x1ed9; ph&#x1ead;n b&#xec;nh lu&#x1ead;n c&#x1ee7;a ch&#xfa;ng t&#xf4;i. Khi m&#xe0; Xoi Lac TV &#x111;ang s&#x1edf; h&#x1eef;u m&#x1ed9;t &#x111;&#x1ed9;i ng&#x169; BLV kh&#xe1; l&#xe0; &#x111;&#xf4;ng &#x111;&#x1ea3;o v&#xe0; chuy&#xea;n nghi&#x1ec7;p. M&#xe0; ch&#xfa;ng t&#xf4;i ph&#x1ea3;i t&#x1ed1;n r&#x1ea5;t nhi&#x1ec1;u ti&#x1ec1;n b&#x1ea1;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&#x1ec7; th&#x1ed1;ng link xem truc tiep bong da ch&#x1ea5;t l&#x1b0;&#x1ee3;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&#xf4;i L&#x1ea1;c TV hi&#x1ec7;n t&#x1ea1;i c&#x169;ng x&#xe2;y d&#x1ef1;ng m&#xf4;t h&#x1ec7; th&#x1ed1;ng link <b>xem bong da truc tiep</b> c&#x1ef1;c k&#x1ef3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng. &#x110;&#x1ec3; b&#x1ea1;n c&#xf3; th&#x1ec3; truy c&#x1ead;p v&#xe0;o l&#x1ea5;y &#x111;&#x1b0;&#x1edd;ng link xem tr&#x1ead;n &#x111;&#x1ea5;u m&#xec;nh th&#xed;ch d&#x1ec5; d&#xe0;ng nh&#x1ea5;t. Gi&#xfa;p b&#x1ea1;n th&#x1b0;&#x1edf;ng th&#x1ee9;c c&#xe1...",
      "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&#xf4;ng ch&#xe8;n qu&#x1ea3;ng c&#xe1;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;\">&#x110;&#x1ed1;i v&#x1edb;i m&#x1ed9;t trang web lu&#xf4;n &#x111;&#x1ec1; cao tr&#x1ea3;i nghi&#x1ec7;m ng&#x1b0;&#x1edd;i xem nh&#x1b0; Xoi Lac TV, th&#xec; vi&#x1ec7;c ch&#xe8;n qu&#x1ea3;ng c&#xe1;o khi tr&#x1ead;n &#x111;&#x1ea5;u &#x111;ang di&#x1ec5;n ra l&#xe0; kh&#xf4;ng bao gi&#x1edd; c&#xf3;. B&#x1edf;i v&#xec; th&#x1ebf;, khi xem tr&#x1ead;n &#x111;&#x1ea5;u b&#xf3;ng &#x111;&#xe1; m&#xe0; m&#xec;nh th&#xed;ch t&#x1ea1;i &#x111;&#xe2;y, b&#x1ea1;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&#x1eef;ng l&#xfd; do n&#xea;n xem tructiepbongda t&#x1ea1;i X&#xf4;i L&#x1ea1;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&#xf4;i L&#x1ea1;c TV ch&#xed;nh l&#xe0; trang web <b>tructiepbongda</b> h&#xe0;ng &#x111;&#x1ea7;u Vi&#x1ec7;t Nam &#x1edf; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i. M&#xe0; b&#x1ea1;n n&#xea;n truy c&#x1ead;p v&#xe0;o, m&#x1ed7;i khi c&#xf3; nhu c&#x1ea7;u xem b&#xf3;ng &#x111;&#xe1; tr&#x1ef1;c ti&#x1ebf;p. B&#x1edf;i nh&#x1eef;ng l&#xfd; 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>&#x110;i&#x1ec3;m danh 1 s&#x1ed1; k&#xea;nh xem tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; kh&#xe1;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&#xe0;i vi&#x1ec7;c bi&#x1ebf;t &#x111;&#x1ebf;n k&#xea;nh tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; Xoilac TV l&#xe0; ngu&#x1ed3;n ph&#xe1;t s&#xf3;ng t&#x1ed1;t nh&#x1ea5;t, ch&#xfa;ng t&#xf4;i xin gi&#x1edb;i thi&#x1ec7;u m&#x1ed9;t s&#x1ed1; website c&#xf3; ch&#x1ea5;t l&#x1b0;&#x1ee3;ng &#x111;&#x1ee9;ng d&#x1b0;&#x1edb;i X&#xf4;i L&#x1ea1;c TV c&#xf3; th&#x1ec3; xem t&#x1ea1;m th&#x1edd;i nh&#x1b0; c&#xe1;c k&#xea;nh d&#x1b0;&#x1edb;i &#x111;&#xe2;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&#x1ebf;t lu&#x1ead;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;\">&#x1ede; th&#x1edd;i &#x111;i&#x1ec3;m hi&#x1ec7;n t&#x1ea1;i, Xoilac TV l&#xe0; website <b>xem bong da truc tiep</b> &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t, b&#x1edf;i v&#x1ead;y ch&#xfa;ng t&#xf4;i v&#x1eab;n &#x111;ang lu&#xf4;n n&#x1ed7; l&#x1ef1;c &#x111;&#x1ec3; c&#x1ea3;i thi&#x1ec7;n m&#xec;nh v&#xe0; ph&#xe1;t tri&#x1ec3;n h&#x1a1;n n&#x1eef;a nh&#x1eb1;m &#x111;&#xe1;p &#x1ee9;ng k&#x1ef3; v&#x1ecd;ng c&#x1ee7;a van h&#xe2;m m&#x1ed9;...",
      "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&#xea;n h&#x1ec7;</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&#x1ecd;i &#xfd; ki&#x1ebf;n &#x111;&#xf3;ng g&#xf3;p cho s&#x1ef1; ph&#xe1;t tri&#x1ec3;n chung c&#x1ee7;a ch&#xfa;ng t&#xf4;i vui l&#xf2;ng li&#xea;n h&#x1ec7; qua th&#xf4;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

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

Entity or definition gaps: xoilactv, nay.

Details

02

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

Needs attention

AEO: Answer intent coverage

Warning
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

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&#xe2;n V&#x1ead;n &#x110;&#x1ed9;ng T&#x1ed5; Ch&#x1ee9;c World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u B&#x1ea3;ng &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u Tr&#x1ead;n &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xe2;u &#xc2;u C&#xf3; Bao Nhi&#xea;u V&#xe9; D&#x1ef1; World Cup 2026: C&#x1ead;p Nh&#x1ead;t M&#x1edb;i Nh&#x1ea5;t T&#x1eeb; 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\">&#x110;&#x1ed9;i H&#xec;nh Brazil World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c &amp; Chi Ti&#x1ebf;t</h2>"
    },
    {
      "text": "Xoilac TV là gì?",
      "html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV l&#xe0; g&#xec;?</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&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#x1ec3;n c&#x1ee7;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&#x1a1;i xem truc tiep bong da &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t hi&#x1ec7;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&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m c&#x1ee7;a X&#xf4;i L&#x1ea1;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&#x1eef;ng l&#xfd; do n&#xea;n xem tructiepbongda t&#x1ea1;i X&#xf4;i L&#x1ea1;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>&#x110;i&#x1ec3;m danh 1 s&#x1ed1; k&#xea;nh xem tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; kh&#xe1;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&#x1ebf;t lu&#x1ead;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

Needs attention

AIO: Query intent coverage

Informational
01

Issue

Missing likely AI Overview intent sections: what, how, benefits, cost, compare.

Details

02

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&#xe2;n V&#x1ead;n &#x110;&#x1ed9;ng T&#x1ed5; Ch&#x1ee9;c World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u B&#x1ea3;ng &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xf3; Bao Nhi&#xea;u Tr&#x1ead;n &#x110;&#x1ea5;u: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c V&#xe0; Chi Ti&#x1ebf;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&#xe2;u &#xc2;u C&#xf3; Bao Nhi&#xea;u V&#xe9; D&#x1ef1; World Cup 2026: C&#x1ead;p Nh&#x1ead;t M&#x1edb;i Nh&#x1ea5;t T&#x1eeb; 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\">&#x110;&#x1ed9;i H&#xec;nh Brazil World Cup 2026: Th&#xf4;ng Tin Ch&#xed;nh Th&#x1ee9;c &amp; Chi Ti&#x1ebf;t</h2>"
    },
    {
      "text": "Xoilac TV là gì?",
      "html": "<h2 style=\"text-align: justify;\"><span id=\"Xoilac_TV_la_gi\"><b>Xoilac TV l&#xe0; g&#xec;?</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&#x1ee5;c ti&#xea;u ph&#xe1;t tri&#x1ec3;n c&#x1ee7;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&#x1a1;i xem truc tiep bong da &#x111;&#x1b0;&#x1ee3;c y&#xea;u th&#xed;ch nh&#x1ea5;t hi&#x1ec7;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&#x1eef;ng &#x1b0;u &#x111;i&#x1ec3;m c&#x1ee7;a X&#xf4;i L&#x1ea1;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&#x1eef;ng l&#xfd; do n&#xea;n xem tructiepbongda t&#x1ea1;i X&#xf4;i L&#x1ea1;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>&#x110;i&#x1ec3;m danh 1 s&#x1ed1; k&#xea;nh xem tr&#x1ef1;c ti&#x1ebf;p b&#xf3;ng &#x111;&#xe1; kh&#xe1;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&#x1ebf;t lu&#x1ead;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

Needs attention

IndexNow key

Informational
01

Issue

IndexNow key is informational for this page.

02

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

  1. Find advertised IndexNow key location

    No IndexNow key location was advertised in HTML, Link headers, or robots.txt.

  2. 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

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).

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

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

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

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.

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

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.

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

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).

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

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/).

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

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/).

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

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).

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

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)

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

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.

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.

1 reports
Public score history report links
Scan dateScoreReadinessReport
60/100Level 3, Bot-AwareCurrent report
xoilacztw.tv AI SEO Report: 60/100 (Level 3, Bot-Aware)