---
title: "HTML Lang Attribute Statistics: 15.2% of Top Sites Skip It"
url: https://www.suffdigital.com/resources/data-studies/website-template-basics
description: "HTML lang attribute statistics: 15.2% of the 500,000 most visited websites declare no page language, and 12% are not set up for phones. See the data."
lang: en
---

Share

Share on X: https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Fwebsite-template-basics&text=15.2%25%20of%20the%20Top%20500%2C000%20Websites%20Skip%20the%20Page%20Language%20Tag%20Screen%20Readers%20Need
Share on Facebook: https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Fwebsite-template-basics
Share on LinkedIn: https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Fwebsite-template-basics
Share on Reddit: https://www.reddit.com/submit?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Fwebsite-template-basics&title=15.2%25%20of%20the%20Top%20500%2C000%20Websites%20Skip%20the%20Page%20Language%20Tag%20Screen%20Readers%20Need

**15.2%** of the 500,000 most visited websites never tell browsers what language their homepage is in, more than the 12% that are not set up for phone screens. 14.1% of all website homepages have no favicon, and 4.8% of the top 500,000 support dark mode.

Analysis of 384,602 homepages of the 500,000 most visited websites, 15,456,162 homepages for favicons and 25,708 US small business homepages · the public HTTP Archive crawl and US Google Business Profiles, September 2026

## Key Findings

1. 1. **15.2%** of the 500,000 most visited websites have no page language declared on their homepage, the short tag screen readers use to pick the right voice and pronunciation. Copy stat
2. 2. **12%** of the 500,000 most visited websites have no viewport tag set to the width of the screen, the line of code that makes a page fit a phone, and 7.1% have no viewport tag at all. Copy stat
3. 3. **14.1%** of website homepages have no favicon, the small icon that marks a site in browser tabs, bookmarks and some search results. Copy stat
4. 4. **12.3%** of the 10,000 most visited websites leave out the page language and 11.5% lack a viewport set to screen width, barely better than the rest of the top 500,000. Copy stat
5. 5. US small business homepages on Wix (**0%** ), Squarespace (0.3%) and Webflow (0.7%) almost never lack a favicon, against 10.3% on WordPress and 18.8% on Shopify. Copy stat
6. 6. **11.1%** of the 10,000 most visited websites support dark mode, 2.5 times the 4.4% rate of websites ranked 100k to 500k. Copy stat
7. 7. **14.4%** of US web design agency homepages fail Google's mobile viewport check, and 6.9% fail its page language check. Copy stat

## Summary

A Spanish-speaking customer who is blind opens a bakery's Spanish-language website. His screen reader, set to English, reads every word with English pronunciation, and the menu becomes a string of mangled sounds. On another phone, a customer taps a garden center's link and gets a tiny copy of the desktop site she has to pinch and zoom. In a third browser, one of twelve open tabs shows a blank icon instead of a logo, so its owner has to open it to find out whose it is.

Each of those problems comes from a missing line in the website's template, the shared code at the top of every page. The page language tells screen readers and browsers what language the page is in. The viewport tag tells a phone to lay the page out for its own screen. The favicon puts the brand's icon in tabs, bookmarks and search results. All three are set once and cover every page, and every modern theme and website builder includes them.

Popular websites still skip them. **15.2%** of the 500,000 most visited websites declare no page language, 12% are not set up for phone screens, and 14.1% of homepages have no favicon. The 10,000 biggest websites do only a little better, which points to templates rather than budgets.

## What we measured

We used the September 2026 HTTP Archive, a public dataset that tests millions of websites every month and records the code of each homepage. We took the homepages of the 500,000 most visited websites, ranked by Google's Chrome UX Report, 384,602 homepages in all, and checked each for a page language, a mobile viewport tag and dark mode styles. We compared the 10,000 most visited websites with the rest of the top 500,000. For favicons we checked 15,456,162 mobile homepages, grouped by popularity from the 10,000 most visited websites to websites outside the top million, and the same favicon link on 25,708 US small business homepages from websites listed on Google Business Profiles, split by website platform and across 15 industries.

A homepage is missing its page language when its opening html tag, the first line of every web page, has no lang value such as lang="en". A homepage is not set up for phones when it has no viewport tag, or has one without width=device-width, the setting that makes the layout match the width of the screen. A homepage has no favicon when its code declares no icon link. A homepage supports dark mode when its style code includes the rule prefers-color-scheme: dark, which switches the site to its own dark colors when a visitor's device is set to a dark theme.

## The page language is the most-missed template basic

15.2%

of the 500,000 most visited websites have no page language declared.

That is 58,331 homepages that never say what language they are written in. On the same homepages, the page language is missed more often than the mobile viewport: 12% have no viewport set to the width of the screen and 7.1% have no viewport tag at all. Dark mode, a newer extra rather than a basic, appears on 4.8%.

Share of homepages by check on the same homepages

No page language

15.2%

No viewport set to screen width

12%

No viewport tag at all

7.1%

Has dark mode styles

4.8%

Source: Suff Digital analysis of 384,602 homepages of the 500,000 most visited websites, 15,456,162 homepages for favicons and 25,708 US small business homepages · the public HTTP Archive crawl and US Google Business Profiles, September 2026

Without a declared language, a screen reader falls back to its user's default, so an English voice reads a Spanish page or a French voice an English one, turning clear text into something hard to follow. Browsers also use the language to decide when to offer translation and how to break long words, and search engines read it as a hint about who the page is for. Some frameworks set the language with JavaScript after the page loads; setting it in the page's own code is safer, because screen readers and search engines see it right away.

## One in eight popular websites is not set up for phones

12%

of the 500,000 most visited websites have no viewport tag set to the screen width.

That is 46,335 homepages. Most web traffic now comes from phones, and Google looks at the mobile version of a page first when it decides how to rank it. The severe case is a missing viewport tag, on 7.1% of homepages, or 27,425: without it, a phone assumes the page is about 980 pixels wide and zooms out to fit, so text becomes tiny and buttons hard to tap.

The other 4.9% have a viewport tag but set it some other way, for example to a fixed pixel width. That can still produce a layout that does not match the phone it is shown on, cutting off the page or leaving visitors scrolling sideways.

## The biggest websites barely do better

Popularity makes little difference to the basics. The 10,000 most visited websites miss the page language 12.3% of the time, about three points better than the rest of the top 500,000, and lack a viewport set to screen width 11.5% of the time, half a point better than websites ranked 10,000 to 500,000 at 12.1%. The gap is larger only for the severe mobile case: 5.3% of the top 10,000 homepages have no viewport tag at all, against 7.2% of the rest.

Top 10,000 websites by template check

No page language

12.3%

No viewport set to screen width

11.5%

No viewport tag at all

5.3%

| Template check | Top 10,000 websites | Websites ranked 10,000 to 500,000 | All top 500,000 |
| --- | --- | --- | --- |
| No page language | 12.3% | 15.2% | 15.2% |
| No viewport set to screen width | 11.5% | 12.1% | 12% |
| No viewport tag at all | 5.3% | 7.2% | 7.1% |

The pattern fits templates more than budgets. A theme or app template that leaves out a basic passes that gap on to every site built with it, and a website built on an old custom template before phones mattered keeps its missing viewport until someone rebuilds it. Those exist at every level of popularity.

## One in seven homepages has no favicon

14.1%

of website homepages have no favicon.

Across 15,456,162 homepages that is 2,173,911 websites with a blank icon in the browser tab. The rate barely moves with popularity: websites ranked 10,000 to 1 million miss it 14% of the time, the same as websites outside the top million at 14.1%, and even the 10,000 most visited websites miss it 10.7% of the time.

Among 25,708 US small business homepages, 15.2% have no favicon, and the platform matters far more than popularity. Wix, Squarespace and Webflow set a site icon by default, so their homepages almost never lack one.

No favicon by platform

Shopify

18.8%

All platforms

15.2%

WordPress

10.3%

Webflow

0.7%

Squarespace

0.3%

Wix

0%

| Platform | US small business homepages | No favicon |
| --- | --- | --- |
| Shopify | 1,636 | 18.8% |
| All platforms | 25,708 | 15.2% |
| WordPress | 7,515 | 10.3% |
| Webflow | 404 | 0.7% |
| Squarespace | 2,004 | 0.3% |
| Wix | 1,853 | 0% |

Across 15 industries, the share of US small business homepages with no favicon ranges from 10.9% for medical practices to 24.5% for accounting firms, so an accounting firm's website is more than twice as likely to lack one. Law firms (20%), hotels (19.4%) and plumbers (19.3%) also miss it more often than the 15.2% rate across all small business homepages. For a professional service firm, the favicon sits next to the firm's name in every open tab and saved bookmark a client comes back to.

## Dark mode is the one extra big websites lead on

4.8%

of the 500,000 most visited websites support dark mode.

Unlike the basics, dark mode support rises steadily with popularity: 11.1% among the top 10,000, 6.1% for websites ranked 10k to 100k and 4.4% for websites ranked 100k to 500k. The biggest websites are 2.5 times as likely to support it as websites ranked 100k to 500k. One likely reason is that large websites often run on a design system, a shared set of colors and components defined as variables, which makes a second color scheme much easier to add.

Share by site popularity

Top 10,000

11.1%

10k to 100k

6.1%

100k to 500k

4.4%

All top 500,000

4.8%

| Site popularity | Homepages | With dark mode | Share |
| --- | --- | --- | --- |
| Top 10,000 | 7,498 | 830 | 11.1% |
| 10k to 100k | 67,281 | 4,093 | 6.1% |
| 100k to 500k | 309,823 | 13,555 | 4.4% |
| All top 500,000 | 384,602 | 18,478 | 4.8% |

Every major phone and computer now offers a dark theme, and many people leave it on all day. A website that follows that setting looks deliberate next to competitors that flash a white page at night, and it is easier on the eyes for people who find bright screens hard to use. At 4.8%, it is still an extra most websites have not added.

## Web design agencies miss the basics too

In a separate Suff Digital test of 333 US web design and marketing agency homepages listed on Google Business Profiles, 14.4% failed Google's mobile viewport check, which also flags viewports that stop visitors from zooming in, and 6.9% failed Google's page language check. The same test found a second mobile problem: 58.9% of agency homepages scored below 50 out of 100 on Google's mobile speed test, with a median score of 42.

Fail the viewport check by group

10,000 most visited websites

11.5%

500,000 most visited websites

12%

US web design agency homepages

14.4%

Both samples point the same way: basics that take one line of code are still missed by a noticeable share of professional websites, including the ones that build websites for others.

## What this means for site owners and developers

Check the basics in five minutes. View the source of your homepage (right-click, then View page source) and look at the first html tag: it should say lang="en" or the code for your language. In the page head, look for a viewport tag with width=device-width, initial-scale=1. Then look at your site in a browser tab: if you see a blank icon or your platform's logo, upload a square version of your logo, 512 by 512 pixels, as the site icon.

Each fix lives in the theme or site settings, so one change covers every page. On WordPress the page language comes from the site language setting, and most website builders set the language, viewport and icon automatically; custom and older templates are the ones that miss them. If your site has pages in more than one language, set the language on each page.

Dark mode comes after the basics, along with contrast, mobile layout and page speed. If you are planning a redesign, ask for colors to be set as variables so a dark theme is a small add-on later. A website accessibility consultant (https://www.suffdigital.com/services/web-design/web-accessibility) will check the page language, viewport and other template basics together, since one fix in the template carries to every page.

## Embed this research

Paste this on your site to embed the charts. It links back to the source automatically.

<iframe id="sd-website-template-basics" src="https://www.suffdigital.com/embed/data-studies/website-template-basics" width="100%" height="600" style="width:100%;border:1px solid #E5E7EB;border-radius:12px" loading="lazy" title="15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need - Suff Digital"></iframe>
<script>window.addEventListener("message",function(e){if(e&&e.data&&e.data.sdEmbed==="website-template-basics"&&e.data.height){var f=document.getElementById("sd-website-template-basics");if(f){f.style.height=e.data.height+"px";}}});</script>
<p style="font:14px/1.5 system-ui,sans-serif">Source: <a href="https://www.suffdigital.com/resources/data-studies/website-template-basics">15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need - Suff Digital</a></p>

## Cite this study

APA

Suff Digital. (2026). 15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need. https://www.suffdigital.com/resources/data-studies/website-template-basics

Plain link

15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need - Suff Digital - https://www.suffdigital.com/resources/data-studies/website-template-basics

## Frequently asked questions

### What percentage of websites don't declare a page language?

### What percentage of websites are not mobile-friendly?

### What percentage of websites have no favicon?

### Which website builders set the favicon most reliably?

### What percentage of websites support dark mode?

### Do web design agency websites get the basics right?

## Related studies

- Web Design 68.6% of Website Homepages Have Text That Fails Color Contrast Standards: https://www.suffdigital.com/resources/data-studies/website-color-contrast-failure-rate
- Web Design 50.7% of Websites Have No Preview Image Set for Links Shared on Social Media and Chat: https://www.suffdigital.com/resources/data-studies/websites-missing-og-image-previews
- Web Design 51.8% of Websites Send Phones the Same Image Files as Desktop Computers: https://www.suffdigital.com/resources/data-studies/responsive-images-srcset-usage
- Web Design 56.3% of Forms on the 10,000 Most Visited Websites Have No Labels vs 44.7% on Small Sites: https://www.suffdigital.com/resources/data-studies/website-form-labels-missing-study

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://www.suffdigital.com/#organization",
        "name": "Suff Digital",
        "alternateName": "Suff Digital Marketing",
        "url": "https://www.suffdigital.com/",
        "logo": {
          "@type": "ImageObject",
          "@id": "https://www.suffdigital.com/#logo",
          "url": "https://www.suffdigital.com/logo.png",
          "contentUrl": "https://www.suffdigital.com/logo.png",
          "caption": "Suff Digital"
        },
        "image": {
          "@id": "https://www.suffdigital.com/#logo"
        },
        "description": "Suff Digital is a full-stack digital marketing agency that turns websites into predictable revenue engines, SEO, paid media, content, CRO, and web design built around revenue, not vanity metrics.",
        "slogan": "Digital marketing built for what's next.",
        "email": "hello@suffdigital.com",
        "telephone": "+1-629-236-0099",
        "foundingDate": "2022",
        "founder": {
          "@type": "Person",
          "name": "Matt Suffoletto",
          "jobTitle": "Founder & CEO"
        },
        "contactPoint": [
          {
            "@type": "ContactPoint",
            "telephone": "+1-629-236-0099",
            "email": "hello@suffdigital.com",
            "contactType": "sales",
            "areaServed": "US",
            "availableLanguage": [
              "en"
            ]
          }
        ],
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Nashville",
          "addressRegion": "TN",
          "postalCode": "37219",
          "addressCountry": "US"
        },
        "areaServed": {
          "@type": "Country",
          "name": "United States"
        },
        "sameAs": [
          "https://www.linkedin.com/company/suff-digital/",
          "https://www.instagram.com/suffdigital/",
          "https://www.youtube.com/@suffdigitalmarketing",
          "https://www.tiktok.com/@suffdigital"
        ],
        "knowsAbout": [
          "Search Engine Optimization",
          "Pay-Per-Click Advertising",
          "Paid Social Advertising",
          "Conversion Rate Optimization",
          "Web Design",
          "Digital PR",
          "Link Building",
          "Website Migration",
          "Website Maintenance and Support",
          "Technical SEO",
          "Local SEO",
          "AI Search Optimization"
        ],
        "hasOfferCatalog": {
          "@type": "OfferCatalog",
          "name": "Suff Digital Services",
          "itemListElement": [
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Search Engine Optimization (SEO)",
                "url": "https://www.suffdigital.com/"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Pay-Per-Click (PPC) Advertising",
                "url": "https://www.suffdigital.com/services/ppc"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Paid Social Advertising",
                "url": "https://www.suffdigital.com/services/paid-social"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Conversion Rate Optimization (CRO)",
                "url": "https://www.suffdigital.com/services/cro"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Web Design",
                "url": "https://www.suffdigital.com/services/web-design"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Digital PR & Link Building",
                "url": "https://www.suffdigital.com/services/digital-pr"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Website Migration",
                "url": "https://www.suffdigital.com/services/website-migration"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Website Maintenance & Support",
                "url": "https://www.suffdigital.com/services/website-maintenance"
              }
            }
          ]
        }
      },
      {
        "@type": "WebSite",
        "@id": "https://www.suffdigital.com/#website",
        "url": "https://www.suffdigital.com/",
        "name": "Suff Digital",
        "inLanguage": "en-US",
        "publisher": {
          "@id": "https://www.suffdigital.com/#organization"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Article",
        "@id": "https://www.suffdigital.com/resources/data-studies/website-template-basics#article",
        "headline": "15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need",
        "description": "15.2% of the 500,000 most visited websites never tell browsers what language their homepage is in, more than the 12% that are not set up for phone screens. 14.1% of all website homepages have no favicon, and 4.8% of the top 500,000 support dark mode.",
        "image": [
          "https://www.suffdigital.com/images/suff-digital-share-16x9.jpg"
        ],
        "url": "https://www.suffdigital.com/resources/data-studies/website-template-basics",
        "datePublished": "2026-09-24",
        "dateModified": "2026-09-24",
        "author": {
          "@type": "Person",
          "name": "Matt Suffoletto",
          "jobTitle": "Founder & CEO",
          "url": "https://www.suffdigital.com/who-we-are"
        },
        "publisher": {
          "@id": "https://www.suffdigital.com/#organization"
        },
        "mainEntityOfPage": {
          "@id": "https://www.suffdigital.com/resources/data-studies/website-template-basics",
          "@type": "WebPage"
        },
        "isPartOf": {
          "@id": "https://www.suffdigital.com/#website"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://www.suffdigital.com/resources/data-studies/website-template-basics#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.suffdigital.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Resources",
            "item": "https://www.suffdigital.com/resources"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Data Studies",
            "item": "https://www.suffdigital.com/resources/data-studies"
          },
          {
            "@type": "ListItem",
            "position": 4,
            "name": "15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need"
          }
        ]
      },
      {
        "@type": "Dataset",
        "@id": "https://www.suffdigital.com/resources/data-studies/website-template-basics#dataset",
        "name": "15.2% of the Top 500,000 Websites Skip the Page Language Tag Screen Readers Need",
        "description": "15.2% of the 500,000 most visited websites never tell browsers what language their homepage is in, more than the 12% that are not set up for phone screens. 14.1% of all website homepages have no favicon, and 4.8% of the top 500,000 support dark mode.",
        "url": "https://www.suffdigital.com/resources/data-studies/website-template-basics",
        "creator": {
          "@id": "https://www.suffdigital.com/#organization"
        },
        "datePublished": "2026-09-24",
        "dateModified": "2026-09-24",
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "isAccessibleForFree": true,
        "measurementTechnique": "HTTP Archive September 2026 crawl, homepage code; Google's Chrome UX Report for site popularity; websites listed on US Google Business Profiles"
      },
      {
        "@type": "FAQPage",
        "@id": "https://www.suffdigital.com/resources/data-studies/website-template-basics#faq",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "What percentage of websites don't declare a page language?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "15.2% of the 500,000 most visited websites have no lang attribute, the page language, on their homepage, and 12.3% of the 10,000 most visited websites leave it out too."
            }
          },
          {
            "@type": "Question",
            "name": "What percentage of websites are not mobile-friendly?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "12% of the 500,000 most visited websites have no viewport tag set to the screen width, and 7.1% have no viewport tag at all, so phones show them as shrunken desktop pages."
            }
          },
          {
            "@type": "Question",
            "name": "What percentage of websites have no favicon?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "14.1% of website homepages have no favicon, 2,173,911 of 15,456,162 homepages. Among US small business homepages the rate is 15.2%, and accounting firm websites miss it most, at 24.5%."
            }
          },
          {
            "@type": "Question",
            "name": "Which website builders set the favicon most reliably?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Builders that set a site icon by default. 0% of US small business homepages on Wix, 0.3% on Squarespace and 0.7% on Webflow have no favicon, against 10.3% on WordPress and 18.8% on Shopify."
            }
          },
          {
            "@type": "Question",
            "name": "What percentage of websites support dark mode?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "4.8% of the 500,000 most visited websites support dark mode, rising to 11.1% of the 10,000 most visited websites, 2.5 times the 4.4% rate of websites ranked 100k to 500k."
            }
          },
          {
            "@type": "Question",
            "name": "Do web design agency websites get the basics right?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Not all of them. 14.4% of US web design agency homepages fail Google's mobile viewport check and 6.9% fail its page language check."
            }
          }
        ]
      }
    ]
  }
]
```