Skip to content

Commit 3c5e350

Browse files
Translation of the 2022 SEO Chapter to Spanish (#3461)
* Final Translation * Add to contributor file * Correct quotes and code * Fix space --------- Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent 35e5510 commit 3c5e350

4 files changed

Lines changed: 771 additions & 8 deletions

File tree

src/config/contributors.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,9 @@
12771277
"teams": {
12781278
"2020": [
12791279
"translators"
1280+
],
1281+
"2022": [
1282+
"translators"
12801283
]
12811284
},
12821285
"twitter": "mxcarloscastro",

src/content/en/2022/media.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ At 0.22%, AVIF's slice of that pie is so small it's not even labeled on the char
377377
{{ figure_markup(
378378
image="image-format-adoption-year-over-year-change.png",
379379
caption="Image format adoption, year-over-year change.",
380-
description="A bar chart showing the year-over-year change in each format's share of usage. AVIF is the standout, showing a 405% gain. WebP and SVG also saw gains of 29% and 16%, respectively. The legacy formats are all slightly down: JPEG: -4%; PNG: -2%; GIF: -4%; ICO: -8%. Lastly, other/unknown comes in at +2%.",
380+
description="A bar chart showing the year-over-year change in each format's share of usage. AVIF is the standout, showing a 405% gain. WebP and SVG also saw gains of 29% and 16%, respectively. The legacy formats are all slightly down: JPEG: -4%; PNG: -2%; GIF: -4%; ICO: -8%. Lastly, \"other/unknown\" comes in at +2%.",
381381
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vSsMG0kx2OTN-Dl9ap_Iu_99Ewpaf-X81B5EMTjVphfCJk953qZijIkGIfLF4mqCGlcrLWWzx_sWkJH/pubchart?oid=1597734507&format=interactive",
382382
sheets_gid="635730566",
383383
sql_file="media_formats.sql"

src/content/en/2022/seo.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The `<div>` element is the only other misapplied element to appear within the `<
167167

168168
## Canonical tags
169169

170-
Canonical tags are traditionally used when defining duplicate content pages and to help search engines prioritize. They are a snippet of HTML code (rel=canonical) that allows webmasters to define to the search engine which page is the preferred version. They are not directives, and instead act as a hint. Therefore, search engines such as Google determine their own canonical version of the page, based on how useful they believe the page is for the user. Canonical tags can also be used to consolidate other signals such as links, as well as to simplify tracking metrics and better manage syndicated content.
170+
Canonical tags are traditionally used when defining duplicate content pages and to help search engines prioritize. They are a snippet of HTML code (`rel="canonical"`) that allows webmasters to define to the search engine which page is the "preferred" version. They are not directives, and instead act as a "hint." Therefore, search engines such as Google determine their own canonical version of the page, based on how useful they believe the page is for the user. Canonical tags can also be used to consolidate other signals such as links, as well as to simplify tracking metrics and better manage syndicated content.
171171

172172
{{ figure_markup(
173173
image="canonical-usage.png",
@@ -514,8 +514,8 @@ How user agents prioritize the rendering and displaying of images is affected by
514514
What we found:
515515

516516
- There has been a significant reduction in the number of pages that do not use any image loading property. In 2021, 83.3% of desktop pages and 83.5% of mobile pages didn’t utilize any image loading property at all. It’s now 78.3% of desktop pages and 77.9% of mobile pages in 2022.
517-
- Conversely, the implementation of loading=lazy has increased. In 2021, both 15.6% of desktop and mobile pages implemented loading=lazy. This has increased to 19.8% (desktop) and 20.3% (mobile) in 2022.
518-
- The number of pages defaulting to the brower’s loading method has fallen in 2022. On desktop, .07% of pages use loading=auto and .08% on mobile. In 2021, .01% of pages utilized loading=auto.
517+
- Conversely, the implementation of loading="lazy" has increased. In 2021, both 15.6% of desktop and mobile pages implemented loading="lazy". This has increased to 19.8% (desktop) and 20.3% (mobile) in 2022.
518+
- The number of pages defaulting to the brower’s loading method has fallen in 2022. On desktop, .07% of pages use loading="auto" and .08% on mobile. In 2021, .01% of pages utilized loading="auto".
519519

520520
### Word count
521521

@@ -623,7 +623,7 @@ Search engines utilize links to discover new pages and to pass PageRank, which h
623623

624624
### Non-descriptive link text
625625

626-
Anchor text, which is the clickable text used in a link, helps search engines to understand the content of the linked page. Lighthouse has a test to check if the anchor text used is useful and/or contextual, or if it’s generic and/or non-descriptive such as learn more or click here. In 2022, 15% and 17% of the tested links on mobile and desktop, respectively, did not have descriptive anchor text, a missed opportunity from an SEO perspective and bad for accessibility.
626+
Anchor text, which is the clickable text used in a link, helps search engines to understand the content of the linked page. Lighthouse has a test to check if the anchor text used is useful and/or contextual, or if it’s generic and/or non-descriptive such as "learn more" or "click here." In 2022, 15% and 17% of the tested links on mobile and desktop, respectively, did not have descriptive anchor text, a missed opportunity from an SEO perspective and bad for accessibility.
627627

628628
### Outgoing links
629629

@@ -722,15 +722,15 @@ Hreflang tags help Google and other search engines, such as Bing and Yandex, und
722722

723723
Currently, 9.6% of sites use hreflang tags on desktop while 8.9% use them on mobile. This is a slight increase from 2021 when 9.0% of sites used hreflangs tags on desktop and 8.4% implemented them on mobile.
724724

725-
The most popular hreflang tag in 2022 is “en” [English], which accounts for 5.4% usage on desktop and 4.7% on mobile. Those percentages are approximately the same as the year before.
725+
The most popular hreflang tag in 2022 is `en` [English], which accounts for 5.4% usage on desktop and 4.7% on mobile. Those percentages are approximately the same as the year before.
726726

727-
After x-default, which is the fallback version (and the second most common to be adopted), the hreflang tags for French, German and Spanish are the next most frequently used.
727+
After x-default, which is the "fallback" version (and the second most common to be adopted), the hreflang tags for French, German and Spanish are the next most frequently used.
728728

729729
The three different ways to implement hreflang tags are via the `<head>`, link headers, or XML sitemaps. Note: As this data is looking solely at homepages, XML sitemaps are not included.
730730

731731
### Content language usage
732732

733-
While Google tends to use hreflang tags, other search engines such as Bing prefer the [content-language attribute](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Language). This can be implemented using two methods:
733+
While Google tends to use hreflang tags, other search engines such as Bing prefer the [`content-language` attribute](https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Language). This can be implemented using two methods:
734734

735735
1. HTML
736736
2. HTTP Header

0 commit comments

Comments
 (0)