Skip to content

Commit 8021ffa

Browse files
authored
Fix SEO invalid stat (#3955)
1 parent 1037612 commit 8021ffa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/content/en/2024/seo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ featured_stat_1: 70%
1818
featured_stat_label_1: Pages with `<h1>` elements (of which 6% are empty).
1919
featured_stat_2: 2.7%
2020
featured_stat_label_2: Pages with `GPTBot` directives in `robots.txt`—the most common AI crawler found.
21-
featured_stat_3: 28%
22-
featured_stat_label_3: Desktop pages with invalid `<head>` element due to `<img>` elements.
21+
featured_stat_3: 10.9%
22+
featured_stat_label_3: Mobile pages with invalid `<head>` element.
2323
doi: 10.5281/zenodo.14245177
2424
---
2525

@@ -274,18 +274,18 @@ The impact of a prematurely closed `<head>` is often difficult to catch since th
274274
{{ figure_markup(
275275
image="pages-with-invalid-HTML-in-head.png",
276276
caption="Invalid HTML in `<head>`.",
277-
description="A bar chart depicting 21.5% of desktop and 22.3% of mobile pages have invalid HTML elements in <head> of the page.",
277+
description="A bar chart depicting 10.6% of desktop and 10.9% of mobile pages have invalid HTML elements in `<head>` of the page.",
278278
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vTitOH-aAprInUucdKE0WM41rpV2ri7KW90ZH9VGH2QLbvgKDq6tDRPRNJXMx3i0njRGEIZbxwYoKqJ/pubchart?oid=792944292&format=interactive",
279279
sheets_gid="1932961327",
280280
sql_file="invalid-head-sites-2024.sql"
281281
)
282282
}}
283283

284-
In 2024, 22.3% of mobile pages had `<head>` breaking invalid HTML elements. That represented a 98% increase from 2022's rate of 12.6%. Meanwhile, desktop pages with invalid HTML in the `<head>` increased from 12.7% in 2022 to 21.5% in 2024.
284+
In 2024, 10.9% of mobile pages had `<head>` breaking invalid HTML elements. That represented a 12% decrease from 2022's rate of 12.6%. Meanwhile, desktop pages with invalid HTML in the `<head>` decreased from 12.7% in 2022 to 10.6% in 2024.
285285

286286
{{ figure_markup(
287287
caption="mobiles pages contained invalid HTML elements in the `<head>`",
288-
content="22%",
288+
content="10.9%",
289289
classes="big-number",
290290
sheets_gid="1932961327",
291291
sql_file="invalid-head-sites-2024.sql"
-229 Bytes
Loading

0 commit comments

Comments
 (0)