Skip to content
https://govtrank.com

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
77
GRADE
C
FIX
4
REVIEW
9
PASS
11
INFO
0
Checks
24
11 PASS 9 REVIEW 4 FIX
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://govtrank.com/pnfpbmanifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://govtrank.com/pnfpbmanifest.json

Manifest contains invalid JSON.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
D
Navigation UX
Action
2 navigation pattern(s)
FIX
2 navigation pattern(s)
Info::
Skip navigation link detected
Info::
Back-to-top link detected
Info::
1 navigation landmark(s) detected
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
3 of 6 testable patterns navigation patterns detected. Strong navigation UX with multiple discovery paths.
B
Heading Hierarchy
81 headings, 1 skip(s)
REVIEW
81 headings, 1 skip(s)
Warning::
Multiple H1 headings (2 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
Heading level skipped: H1 → H3 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H1 Home
  • H1 Find Your Dream Government Job duplicate H1
  • H3 0 skipped
  • H3 0
  • H3 0
  • H2 Jobs by Profession
  • H3 Medical
  • H3 Engineering
  • H3 Police / Defense
  • H3 Banking
  • H3 Railway
  • H3 Nursing
  • H3 Pharmacy
  • H3 Post Office
  • H3 Teaching
  • H3 Law / Judiciary
  • H3 Agriculture
  • H3 Hotel Mgmt
  • H3 Aviation
  • H3 Scientist
  • H3 PSU / Govt
  • H3 Sports Quota
  • H3 Apprentice
  • H3 Clerk / Assistant
  • H3 Forest / Env
  • H2 Latest Notifications
  • H2 Jobs by Qualification
  • H3 10th Pass
  • H3 12th Pass
  • H3 Graduate
  • H3 Diploma
  • H3 B.Tech / B.E
  • H3 ITI
  • H3 Post Graduate
  • H3 MBBS / BDS
  • H3 Nursing
  • H3 B.Ed / TET
  • H3 MBA / CA
  • H3 PhD / M.Phil
  • H2 Jobs by Location
  • H3 Across India
  • H3 Andhra Pradesh
  • H3 Arunachal Pr.
  • H3 Assam
  • H3 Bihar
  • H3 Chandigarh
  • H3 Chhattisgarh
  • H3 Dadra & Nagar
  • H3 Delhi
  • H3 Goa
  • H3 Gujarat
  • H3 Haryana
  • H3 Himachal Pr.
  • H3 Jammu & Kashmir
  • H3 Jharkhand
  • H3 Karnataka
  • H3 Kerala
  • H3 Lakshadweep
  • H3 Madhya Pradesh
  • H3 Maharashtra
  • H3 Manipur
  • H3 Meghalaya
  • H3 Mizoram
  • H3 Nagaland
  • H3 Odisha
  • H3 Puducherry
  • H3 Punjab
  • H3 Rajasthan
  • H3 Sikkim
  • H3 Tamil Nadu
  • H3 Telangana
  • H3 Tripura
  • H3 Uttar Pradesh
  • H3 Uttarakhand
  • H3 West Bengal
  • H3 Union Territories
  • H2 Jobs by Recruitment Board
  • H3 About Us
  • H3 Categories
  • H3 Important Links
  • H3 Get in Touch

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.

Learn more

HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.

Source: WCAG 2.4.6 / Google Search Central

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

B
Alt Text Quality
2 of 8 images have issues
REVIEW
2 of 8 images have issues
Critical::
2 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
6 image(s) with good alt text
8 images 6 good alt text 2 missing
IssueCount
missing2 image(s)

Images without alt text are invisible to screen readers.

Why this matters

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Learn more

WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.

Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report

C
Form Accessibility
Action
3 of 8 controls have issues
REVIEW
3 of 8 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <select name="category_name">; <input type="submit">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="s">
Info::
5 control(s) properly labeled
8 controls
5 labeled
1 placeholder only
2 unlabeled
ControlTypeLabelMethod
ssearchSearch for:none
your-nametextYour namenone
your-emailemailYour emailnone
your-subjecttextSubjectnone
your-messagetextareaYour message (optional)none
stext(Search Job (e.g. SSC, Police)...)placeholder only
category_nameselect(none)none
inputsubmit(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<select name="category_name">; <input type="submit">

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

Placeholder text disappears on focus and is not a reliable label.

<input type="text" name="s">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

B
Tap Target Adequacy
1 tap target(s) too small or too close together
REVIEW
1 tap target(s) too small or too close together
Info::
1 tap target(s) too small or too close to neighbors
WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.
B
Mobile-Readable Font Sizes
98% of visible text renders at >= 12 CSS px (4 below threshold)
REVIEW
98% of visible text renders at >= 12 CSS px (4 below threshold)
Info::
4 text node(s) render below 12 CSS pixels on mobile
Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <button> 11.0px ("SEARCH"); <p> 8.5px ("Live Updates"); <p> 8.5px ("Active Vacancies"); <p> 8.5px ("Exam Results").
C
404 Error Page
Action
Could not test
REVIEW
Could not test
Info::
404 page could not be tested
The 404 page check encountered an error. This may be due to a timeout or network issue.

404 page quality check not available.

C
Favicon & Branding
Action
3 icon(s) detected
REVIEW
3 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Lighthouse Accessibility Audits
Score 82/100 — 6 failing, 28 passed
REVIEW
82

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.gc-container > div.gc-row > div.gc-col > button.search-trigger div.gc-container > div.gc-row > div.gc-col > button.search-trigger

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Select State / UT Andhra Pradesh Arunachal Pradesh Assam Bihar Chhattisgarh Goa… section.hero-section > div.hero-content > form.search-glass > select

Including a skip link can help users skip to the main content to save time. Learn more about skip links.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Skip to content body.home > div.page-wrap > a.skip-link

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Government Job section.hero-section > div.hero-content > h1.hero-heading > span
SEARCH section.hero-section > div.hero-content > form.search-glass > button
Profession section.profession-section > div.sec-head > h2 > span
Sam Neill Dies at tbody > tr > td.td-org > span.gr-org-name
Entertainment News tbody > tr > td.td-edu > a.gr-tag
Film History tbody > tr > td.td-edu > a.gr-tag
Jurassic Park tbody > tr > td.td-edu > a.gr-tag
New Zealand Cinema tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Bastille Day 2026 Explained: tbody > tr > td.td-org > span.gr-org-name
Bastille Day tbody > tr > td.td-edu > a.gr-tag
France History tbody > tr > td.td-edu > a.gr-tag
French Culture tbody > tr > td.td-edu > a.gr-tag
French Revolution tbody > tr > td.td-edu > a.gr-tag
July 14 tbody > tr > td.td-edu > a.gr-tag
USA Events tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Galaxy S26 Ultra tbody > tr > td.td-edu > a.gr-tag
OLED Screen tbody > tr > td.td-edu > a.gr-tag
Red Tint tbody > tr > td.td-edu > a.gr-tag
Samsung Display tbody > tr > td.td-edu > a.gr-tag
Technology News tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Saint Lucia Travel Advisory tbody > tr > td.td-org > span.gr-org-name
Caribbean Travel tbody > tr > td.td-edu > a.gr-tag
Level 2 Advisory tbody > tr > td.td-edu > a.gr-tag
Saint Lucia tbody > tr > td.td-edu > a.gr-tag
Travel Safety tbody > tr > td.td-edu > a.gr-tag
USA Travelers tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
IBM tbody > tr > td.td-edu > a.gr-tag
IBM Stock tbody > tr > td.td-edu > a.gr-tag
Q2 2026 Earnings tbody > tr > td.td-edu > a.gr-tag
Technology Stocks tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
June 2026 CPI Report tbody > tr > td.td-org > span.gr-org-name
Bureau of Labor Statistics tbody > tr > td.td-edu > a.gr-tag
Consumer Prices tbody > tr > td.td-edu > a.gr-tag
CPI Report tbody > tr > td.td-edu > a.gr-tag
Inflation tbody > tr > td.td-edu > a.gr-tag
June 2026 CPI tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Manila Clams Found in tbody > tr > td.td-org > span.gr-org-name
Atlantic Coast tbody > tr > td.td-edu > a.gr-tag
Environment tbody > tr > td.td-edu > a.gr-tag
Invasive Species tbody > tr > td.td-edu > a.gr-tag
Manila Clam tbody > tr > td.td-edu > a.gr-tag
Marine Science tbody > tr > td.td-edu > a.gr-tag
Massachusetts tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
FDA tbody > tr > td.td-edu > a.gr-tag
Infant Botulism tbody > tr > td.td-edu > a.gr-tag
Infant Formula Recall tbody > tr > td.td-edu > a.gr-tag
Nara Organics tbody > tr > td.td-edu > a.gr-tag
Parent Safety tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Listeria Soft Cheese Recall tbody > tr > td.td-org > span.gr-org-name
Cheese Recall tbody > tr > td.td-edu > a.gr-tag
FDA Recall tbody > tr > td.td-edu > a.gr-tag
Food Safety tbody > tr > td.td-edu > a.gr-tag
Health News tbody > tr > td.td-edu > a.gr-tag
Listeria tbody > tr > td.td-edu > a.gr-tag
Requeson tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Salmonella Enteritidis Outbreak 2026: tbody > tr > td.td-org > span.gr-org-name
Enteritidis tbody > tr > td.td-edu > a.gr-tag
FDA tbody > tr > td.td-edu > a.gr-tag
Food Safety tbody > tr > td.td-edu > a.gr-tag
Outbreak 2026 tbody > tr > td.td-edu > a.gr-tag
Salmonella tbody > tr > td.td-edu > a.gr-tag
USA Health News tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
E. coli O157 Outbreak tbody > tr > td.td-org > span.gr-org-name
E. coli tbody > tr > td.td-edu > a.gr-tag
FDA Investigation tbody > tr > td.td-edu > a.gr-tag
Food Safety tbody > tr > td.td-edu > a.gr-tag
Foodborne Illness tbody > tr > td.td-edu > a.gr-tag
Health Alert tbody > tr > td.td-edu > a.gr-tag
Outbreak News tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Why Berdly Is Trending tbody > tr > td.td-org > span.gr-org-name
Berdly tbody > tr > td.td-edu > a.gr-tag
Deltarune Chapter 5 tbody > tr > td.td-edu > a.gr-tag
Gaming News tbody > tr > td.td-edu > a.gr-tag
Nintendo Switch tbody > tr > td.td-edu > a.gr-tag
Toby Fox tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
SpaceX Starlink Launch July tbody > tr > td.td-org > span.gr-org-name
Falcon 9 tbody > tr > td.td-edu > a.gr-tag
Rocket Launch tbody > tr > td.td-edu > a.gr-tag
SpaceX tbody > tr > td.td-edu > a.gr-tag
Technology News tbody > tr > td.td-edu > a.gr-tag
Vandenberg tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Heat Advisory vs Extreme tbody > tr > td.td-org > span.gr-org-name
Extreme Heat Warning tbody > tr > td.td-edu > a.gr-tag
NWS tbody > tr > td.td-edu > a.gr-tag
USA Weather tbody > tr > td.td-edu > a.gr-tag
Weather Alert tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
What Is the Heat tbody > tr > td.td-org > span.gr-org-name
Heat Index tbody > tr > td.td-edu > a.gr-tag
Heat Safety tbody > tr > td.td-edu > a.gr-tag
National Weather Service tbody > tr > td.td-edu > a.gr-tag
Summer Weather tbody > tr > td.td-edu > a.gr-tag
Weather Explained tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Judge Rebukes Trump IRS tbody > tr > td.td-org > span.gr-org-name
Breaking News tbody > tr > td.td-edu > a.gr-tag
Donald Trump tbody > tr > td.td-edu > a.gr-tag
Federal Court tbody > tr > td.td-edu > a.gr-tag
IRS tbody > tr > td.td-edu > a.gr-tag
Kathleen Williams tbody > tr > td.td-edu > a.gr-tag
US Law tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Clock Change tbody > tr > td.td-edu > a.gr-tag
Daylight Saving Time tbody > tr > td.td-edu > a.gr-tag
S.29 tbody > tr > td.td-edu > a.gr-tag
Sunshine Protection Act tbody > tr > td.td-edu > a.gr-tag
US Law tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Amy Coney Barrett tbody > tr > td.td-edu > a.gr-tag
Elena Kagan tbody > tr > td.td-edu > a.gr-tag
Federal Budget tbody > tr > td.td-edu > a.gr-tag
Senate Hearing tbody > tr > td.td-edu > a.gr-tag
Supreme Court tbody > tr > td.td-edu > a.gr-tag
US Politics tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
1883 tbody > tr > td.td-edu > a.gr-tag
Landman tbody > tr > td.td-edu > a.gr-tag
Paramount Plus tbody > tr > td.td-edu > a.gr-tag
Streaming Guide tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Media News tbody > tr > td.td-edu > a.gr-tag
Movies and TV tbody > tr > td.td-edu > a.gr-tag
Netflix July 2026 tbody > tr > td.td-edu > a.gr-tag
New on Netflix tbody > tr > td.td-edu > a.gr-tag
Watch Guide tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Stranger Things Season 5: tbody > tr > td.td-org > span.gr-org-name
Netflix tbody > tr > td.td-edu > a.gr-tag
Stranger Things tbody > tr > td.td-edu > a.gr-tag
Stranger Things 5 tbody > tr > td.td-edu > a.gr-tag
Streaming Guide tbody > tr > td.td-edu > a.gr-tag
TV Release Date tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Digger Movie Trailer: Tom tbody > tr > td.td-org > span.gr-org-name
Alejandro Inarritu tbody > tr > td.td-edu > a.gr-tag
Digger Movie tbody > tr > td.td-edu > a.gr-tag
Movie Trailer tbody > tr > td.td-edu > a.gr-tag
Tom Cruise tbody > tr > td.td-edu > a.gr-tag
Warner Bros tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Celebrity News tbody > tr > td.td-edu > a.gr-tag
Christina P tbody > tr > td.td-edu > a.gr-tag
Comedy tbody > tr > td.td-edu > a.gr-tag
Entertainment News tbody > tr > td.td-edu > a.gr-tag
Tom Segura tbody > tr > td.td-edu > a.gr-tag
Your Mom's House tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Cyclospora tbody > tr > td.td-edu > a.gr-tag
FDA tbody > tr > td.td-edu > a.gr-tag
Food Safety tbody > tr > td.td-edu > a.gr-tag
Outbreak 2026 tbody > tr > td.td-edu > a.gr-tag
Public Health tbody > tr > td.td-edu > a.gr-tag
USA Health tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Crypto News tbody > tr > td.td-edu > a.gr-tag
Cryptocurrency tbody > tr > td.td-edu > a.gr-tag
Investor Risk tbody > tr > td.td-edu > a.gr-tag
Memecoin tbody > tr > td.td-edu > a.gr-tag
Official Trump tbody > tr > td.td-edu > a.gr-tag
TRUMP Coin tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Why the U.S. and tbody > tr > td.td-org > span.gr-org-name
ICC tbody > tr > td.td-edu > a.gr-tag
International Criminal Court tbody > tr > td.td-edu > a.gr-tag
Justice Department tbody > tr > td.td-edu > a.gr-tag
Rome Statute tbody > tr > td.td-edu > a.gr-tag
United States tbody > tr > td.td-edu > a.gr-tag
US Politics tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Christopher Nolan tbody > tr > td.td-edu > a.gr-tag
July 2026 Movies tbody > tr > td.td-edu > a.gr-tag
Matt Damon tbody > tr > td.td-edu > a.gr-tag
Movie News tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Entertainment News tbody > tr > td.td-edu > a.gr-tag
Nickelodeon tbody > tr > td.td-edu > a.gr-tag
SpongeBob Day tbody > tr > td.td-edu > a.gr-tag
SpongeBob SquarePants tbody > tr > td.td-edu > a.gr-tag
TikTok Live tbody > tr > td.td-edu > a.gr-tag
Tom Kenny tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Baseball tbody > tr > td.td-edu > a.gr-tag
Derby stats tbody > tr > td.td-edu > a.gr-tag
Home Run Derby tbody > tr > td.td-edu > a.gr-tag
Kyle Schwarber tbody > tr > td.td-edu > a.gr-tag
MLB tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
Kyle Schwarber Hits Seven tbody > tr > td.td-org > span.gr-org-name
Home Run Derby tbody > tr > td.td-edu > a.gr-tag
Jordan Walker tbody > tr > td.td-edu > a.gr-tag
Kyle Schwarber tbody > tr > td.td-edu > a.gr-tag
MLB tbody > tr > td.td-edu > a.gr-tag
Philadelphia Phillies tbody > tr > td.td-edu > a.gr-tag
Phillies tbody > tr > td.td-edu > a.gr-tag
Apply Now tbody > tr > td.td-btn > a.gr-gradient-btn
View All Posts div.elementor-element > div.elementor-shortcode > div.gr-view-all-container > a.gr-view-all-btn
10th Pass div.qual-grid > a.qual-card > div.qual-info > h3
Matric Level Jobs div.qual-grid > a.qual-card > div.qual-info > p
12th Pass div.qual-grid > a.qual-card > div.qual-info > h3
Inter Level Jobs div.qual-grid > a.qual-card > div.qual-info > p
Graduate div.qual-grid > a.qual-card > div.qual-info > h3
Bachelor Degree div.qual-grid > a.qual-card > div.qual-info > p
Diploma div.qual-grid > a.qual-card > div.qual-info > h3
Polytechnic Jobs div.qual-grid > a.qual-card > div.qual-info > p
B.Tech / B.E div.qual-grid > a.qual-card > div.qual-info > h3
Engineering Jobs div.qual-grid > a.qual-card > div.qual-info > p
ITI div.qual-grid > a.qual-card > div.qual-info > h3
Industrial Training div.qual-grid > a.qual-card > div.qual-info > p
Post Graduate div.qual-grid > a.qual-card > div.qual-info > h3
Masters Degree div.qual-grid > a.qual-card > div.qual-info > p
MBBS / BDS div.qual-grid > a.qual-card > div.qual-info > h3
Medical Jobs div.qual-grid > a.qual-card > div.qual-info > p
Nursing div.qual-grid > a.qual-card > div.qual-info > h3
B.Sc / GNM / ANM div.qual-grid > a.qual-card > div.qual-info > p
B.Ed / TET div.qual-grid > a.qual-card > div.qual-info > h3
Teaching Jobs div.qual-grid > a.qual-card > div.qual-info > p
MBA / CA div.qual-grid > a.qual-card > div.qual-info > h3
Management Jobs div.qual-grid > a.qual-card > div.qual-info > p
PhD / M.Phil div.qual-grid > a.qual-card > div.qual-info > h3
Research Jobs div.qual-grid > a.qual-card > div.qual-info > p
Across India section.location-section > div.loc-grid > a.state-card > h3.state-name
Andhra Pradesh section.location-section > div.loc-grid > a.state-card > h3.state-name
Arunachal Pr. section.location-section > div.loc-grid > a.state-card > h3.state-name
Assam section.location-section > div.loc-grid > a.state-card > h3.state-name
Bihar section.location-section > div.loc-grid > a.state-card > h3.state-name
Chandigarh section.location-section > div.loc-grid > a.state-card > h3.state-name
Chhattisgarh section.location-section > div.loc-grid > a.state-card > h3.state-name
Dadra & Nagar section.location-section > div.loc-grid > a.state-card > h3.state-name
Delhi section.location-section > div.loc-grid > a.state-card > h3.state-name
Goa section.location-section > div.loc-grid > a.state-card > h3.state-name
Gujarat section.location-section > div.loc-grid > a.state-card > h3.state-name
Haryana section.location-section > div.loc-grid > a.state-card > h3.state-name
Himachal Pr. section.location-section > div.loc-grid > a.state-card > h3.state-name
Jammu & Kashmir section.location-section > div.loc-grid > a.state-card > h3.state-name
Jharkhand section.location-section > div.loc-grid > a.state-card > h3.state-name
Karnataka section.location-section > div.loc-grid > a.state-card > h3.state-name
Kerala section.location-section > div.loc-grid > a.state-card > h3.state-name
Lakshadweep section.location-section > div.loc-grid > a.state-card > h3.state-name
Madhya Pradesh section.location-section > div.loc-grid > a.state-card > h3.state-name
Maharashtra section.location-section > div.loc-grid > a.state-card > h3.state-name
Manipur section.location-section > div.loc-grid > a.state-card > h3.state-name
Meghalaya section.location-section > div.loc-grid > a.state-card > h3.state-name
Mizoram section.location-section > div.loc-grid > a.state-card > h3.state-name
Nagaland section.location-section > div.loc-grid > a.state-card > h3.state-name
Odisha section.location-section > div.loc-grid > a.state-card > h3.state-name
Puducherry section.location-section > div.loc-grid > a.state-card > h3.state-name
Punjab section.location-section > div.loc-grid > a.state-card > h3.state-name
Rajasthan section.location-section > div.loc-grid > a.state-card > h3.state-name
Sikkim section.location-section > div.loc-grid > a.state-card > h3.state-name
Tamil Nadu section.location-section > div.loc-grid > a.state-card > h3.state-name
Telangana section.location-section > div.loc-grid > a.state-card > h3.state-name
Tripura section.location-section > div.loc-grid > a.state-card > h3.state-name
Uttar Pradesh section.location-section > div.loc-grid > a.state-card > h3.state-name
Uttarakhand section.location-section > div.loc-grid > a.state-card > h3.state-name
West Bengal section.location-section > div.loc-grid > a.state-card > h3.state-name
Union Territories section.location-section > div.loc-grid > a.state-card > h3.state-name
UPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
SSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
NTA div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
GATE div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
UGC NET div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
IBPS div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
SBI div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
RBI div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
LIC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
PNB div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Bank of Baroda div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Canara Bank div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
RRB (Railways) div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
RRC (Group D) div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Metro Rail div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Indian Army div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Indian Navy div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
Indian Air Force div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
BSF div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
CRPF div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
CISF div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
ITBP div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
SSB div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
State Police div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
DRDO div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
ISRO div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
BARC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
CSIR div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
ICMR div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
ICAR div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
IIT div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
NIT div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
AIIMS div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
ONGC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
IOCL div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
NTPC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
SAIL div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
BHEL div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
GAIL div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
AAI div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
FCI div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
KVS div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
NVS div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
CTET div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
UPPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
UPSSSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
BPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
BSSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
RPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
RSMSSB div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
MPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
MPPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
HSSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
JPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
JSSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
WBPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
KPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
TNPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
TSPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
APPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
OPSC div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag
GovtRank delivers accurate and verified government job updates, exams, results… div.textwidget > div.footer-about > p > strong
CLICK TO KNOW MORE div.textwidget > div.footer-about > p > a.about-btn
Union Territories Jobs div.menu-extra-container > ul#menu-extra > li#menu-item-2351 > a
Jobs By Qualification div.menu-extra-container > ul#menu-extra > li#menu-item-2346 > a
Admit Cards div.menu-extra-container > ul#menu-extra > li#menu-item-2343 > a
Results div.menu-extra-container > ul#menu-extra > li#menu-item-2349 > a
Answer Keys div.menu-extra-container > ul#menu-extra > li#menu-item-2344 > a
Upcoming Notifications div.menu-extra-container > ul#menu-extra > li#menu-item-2842 > a
Shop div.menu-extra-container > ul#menu-extra > li#menu-item-2804 > a
About Us div.menu-footer-container > ul#menu-footer > li#menu-item-2336 > a
Contact Us div.menu-footer-container > ul#menu-footer > li#menu-item-2337 > a
Privacy Policy div.menu-footer-container > ul#menu-footer > li#menu-item-2334 > a
Disclaimer div.menu-footer-container > ul#menu-footer > li#menu-item-2338 > a
Terms & Conditions div.menu-footer-container > ul#menu-footer > li#menu-item-2339 > a
About the Author: Vinit Rajput div.menu-footer-container > ul#menu-footer > li#menu-item-2335 > a
SEND US A MESSAGE div.textwidget > div > p > strong
p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control
p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control
p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control p > label > span.wpcf7-form-control-wrap > input.wpcf7-form-control
div#wpcf7-f259-o1 > form.wpcf7-form > p > input.wpcf7-form-control div#wpcf7-f259-o1 > form.wpcf7-form > p > input.wpcf7-form-control
Copyright © 2026 GovtRank. All Rights Reserved. | GovtRank.com is a private por… div.footer-bottom > div.gc-container > div.copyright-info > p
Everestthemes div.gc-container > div.copyright-info > p > a

These are opportunities to improve the legibility of your content.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
0 div.stats-grid > div.stat-item > div.stat-text > h3.anim-counter

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
BSF div.elementor-element > section.boards-section > div.boards-cloud > a.board-tag

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
Input buttons have discernible text.
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`[lang]` attributes have a valid value
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
No element has a `[tabindex]` value greater than 0
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
A
Landmark Structure
5 landmarks
PASS
5 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Info::
Skip navigation link present
Warning::
Skip link target(s) don't exist on page: #content
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN CONTENTINFO footer

The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.

Why this matters

Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.

Learn more

Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.

Source: WCAG 2.1 SC 2.4.1

A
Heading Text Quality
2 heading-text-quality issue(s) detected
PASS
2 heading-text-quality issue(s) detected
Info::
3 heading(s) are too short (≤2 characters) to convey meaning
Headings with 2 or fewer characters are almost always emoji / typos / alignment hacks rather than real headings. Screen readers announce the heading level ("heading 2") and then read the content -- a single-character heading conveys no information. Affected: - H3: "0" - H3: "0" - H3: "0"
Got: 3 ≤2-char heading(s)
Info::
2 heading(s) are all-uppercase (excluding short acronyms)
Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.
Got: 2 all-caps heading(s)
A+
Form Input Types
1 input(s) using type=text where a specific type would help
PASS
1 input(s) using type=text where a specific type would help
Info::
Input "s" should use type="search" (currently type="text")
Field name "s" suggests type="search". Wrong type loses mobile keyboard hints, browser autofill, and free format validation. Change to <input type="search">.
A+
Form Input Quality
8 form control(s) checked, no input-semantic issues
PASS
8 form control(s) checked, no input-semantic issues
Info::
All form input semantics look correct
A+
Mobile Keyboard & Autofill
No autofill-eligible form controls
PASS
No autofill-eligible form controls
Info::
No autofill-eligible form controls (no name/email/tel/address fields)
A+
Document Language
Lang attribute set to "en-US"
PASS
Lang attribute set to "en-US"
Info::
<html lang="en-US"> is set and valid
Got: en-US
A+
Tabindex Anti-Patterns
No explicit tabindex attributes found
PASS
No explicit tabindex attributes found
Info::
No explicit tabindex attributes found
A+
Iframe Accessibility
No iframes on this page
PASS
No iframes on this page
Info::
No iframes on this page
A+
PWA Depth
No PWA depth issues detected
PASS
No PWA depth issues detected
Info::
No PWA depth issues detected
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Home21.00:13.0:1
#000000
#FFFFFF
Pass
h1 Find Your Dream21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Jobs by21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Latest21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Jobs by21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Jobs by21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Jobs by21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Medical21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Engineering21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Police / Defense21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Banking21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Railway21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Nursing21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Pharmacy21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Post Office21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Teaching21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Law / Judiciary21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Agriculture21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Hotel Mgmt21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Aviation21.00:13.0:1
#000000
#FFFFFF
Pass

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback