{
  "category": "psu-bank",
  "slug": "bank-central",
  "site": "centralbankofindia.co.in",
  "url": "https://www.centralbankofindia.co.in/",
  "journey": "Reach the ATM locator.",
  "persona": {
    "name": "Sarita, 52, Bhopal",
    "context": "Rural branch depositor; older Android, TalkBack."
  },
  "startedAt": "2026-08-23T23:44:23.570Z",
  "states": [
    {
      "label": "landing",
      "url": "https://centralbank.bank.in/en",
      "shot": "../screenshots/bank-central/00-landing.png",
      "violations": [
        {
          "id": "color-contrast",
          "impact": "serious",
          "wcag": [
            "wcag2aa",
            "wcag143"
          ],
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".slider-social > a[href$=\"recruitments\"]",
              "html": "<a href=\"/en/recruitments\">Recruitment</a>"
            },
            {
              "target": ".slider-social > a[href$=\"download-forms\"]",
              "html": "<a href=\"/en/download-forms\">Download-Forms</a>"
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": "moderate",
          "wcag": [],
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/heading-order?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "h4",
              "html": "<h4 style=\"font-weight: bold;\">वेबसाइट की भाषा चुने/ Select website language</h4>"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag111"
          ],
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 28,
          "samples": [
            {
              "target": "#block-externallinksmenus > .content > .text-formatted.field.field--name-body > ul > li:nth-child(1) > span > img",
              "html": "<img src=\"/sites/default/files/internet-banking-icon.png\">"
            },
            {
              "target": "#block-externallinksmenus > .content > .text-formatted.field.field--name-body > ul > li:nth-child(2) > span > img",
              "html": "<img src=\"/sites/default/files/online-account-icon.png\">"
            }
          ]
        },
        {
          "id": "label-title-only",
          "impact": "serious",
          "wcag": [],
          "help": "Form elements should have a visible label",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/label-title-only?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#keys_val",
              "html": "<input title=\"Enter the terms you wish to search for.\" id=\"keys_val\" data-drupal-selector=\"edit-keys\" type=\"search\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search\" style=\"\">"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "wcag": [],
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-unique?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#block-languageswitcher",
              "html": "<div class=\"language-switcher-language-url block block-language block-language-blocklanguage-interface\" id=\"block-languageswitcher\" role=\"navigation\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "wcag": [
            "wcag2a",
            "wcag244",
            "wcag412"
          ],
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 11,
          "samples": [
            {
              "target": ".user:nth-child(1) > a[href$=\"recruitments\"]",
              "html": "<a href=\"/en/recruitments\"><img src=\"\\sites\\default\\files/user-icon.png\"></a>"
            },
            {
              "target": ".download > a[href$=\"download-forms\"]",
              "html": "<a href=\"download-forms\"><img src=\"\\sites\\default\\files/download-icon.png\"></a>"
            }
          ]
        },
        {
          "id": "nested-interactive",
          "impact": "serious",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "Interactive controls must not be nested",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/nested-interactive?application=playwright",
          "nodes": 6,
          "samples": [
            {
              "target": ".ui-tabs-active",
              "html": "<li role=\"tab\" tabindex=\"0\" class=\"ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" aria-controls=\"qt-pre_footer_menu_tab-ui-tabs1\" aria-labelledby=\"ui-id-1\" aria-sele"
            },
            {
              "target": ".ui-tabs-tab.ui-corner-top[aria-labelledby=\"ui-id-2\"]",
              "html": "<li role=\"tab\" tabindex=\"-1\" class=\"ui-tabs-tab ui-corner-top ui-state-default ui-tab\" aria-controls=\"qt-pre_footer_menu_tab-ui-tabs2\" aria-labelledby=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"fa"
            }
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "wcag": [],
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/region?application=playwright",
          "nodes": 20,
          "samples": [
            {
              "target": ".top-toll-free",
              "html": "<div class=\"top-toll-free\"><span class=\"toll-free-number\">Toll Free Number - 1800 30 30 - for all</span> <span class=\"toll-free-number\">Toll Free Number - 18002031911 - Exclusively for Pensioner</span"
            },
            {
              "target": ".bhashini-dropdown-btn",
              "html": "<button role=\"combobox\" aria-label=\"Language Translator\" aria-expanded=\"false\" aria-haspopup=\"listbox\" aria-controls=\"bhashiniLanguageDropdown\" class=\"bhashini-dropdown-btn\">"
            }
          ]
        },
        {
          "id": "select-name",
          "impact": "critical",
          "wcag": [
            "wcag2a",
            "wcag412"
          ],
          "help": "Select element must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/select-name?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "#edit-field-banking-services-target-id-shs-0-0",
              "html": "<select id=\"edit-field-banking-services-target-id-shs-0-0\" aria-labelledby=\"edit-field-banking-services-target-id-shs-0-0-label\" class=\"shs-select form-select form-element form-element--type-select re"
            },
            {
              "target": "#edit-field-banking-services-target-id-shs-0-1",
              "html": "<select id=\"edit-field-banking-services-target-id-shs-0-1\" aria-labelledby=\"edit-field-banking-services-target-id-shs-0-1-label\" class=\"shs-select form-select form-element form-element--type-select re"
            }
          ]
        }
      ],
      "axeError": null,
      "focusablesTotal": 482,
      "emptyFocusables": 18,
      "positiveTabindex": 0,
      "landmarks": 11,
      "orphaned": 3,
      "hasH1": false,
      "hasLang": true,
      "missingAccessibleName": 18,
      "focusableSample": 482
    }
  ],
  "reachable": true,
  "finishedAt": "2026-08-23T23:45:22.021Z",
  "verified": {
    "firstPartyViolations": 9,
    "thirdPartyViolationsExcluded": 0,
    "firstPartyUnnamed": 12,
    "unnamedSamples": [
      "a.site-branding__logo href=/en",
      "div.english-logo",
      "a href=https://drive.google.com/file/d/15xigkFoTZ2EzDi7AHptPGkQqE85",
      "a href=https://buyonline.generalicentrallife.com/Salesforce/BOELead",
      "a href=/en/recruitments",
      "a href=download-forms",
      "a href=https://wa.me/+917900123123?text=Hi",
      "a href=https://www.linkedin.com/company/centralbankofindia"
    ],
    "reverifiedAt": "2026-08-24",
    "note": "Counts exclude embedded third-party widgets (YouTube, social, chat). First-party only."
  }
}