When evaluating a site's SEO performance, an SEO specialist notices a drop in ranking. Upon investigation, they find that the site's text is not immediately visible to users due to slow-loading custom fonts. What CSS property should be optimized to improve this?
- font-display: swap
- font-loading: auto
- font-rendering: optimizeSpeed
- text-rendering: optimizeLegibility
To improve SEO performance and address slow-loading custom fonts, the font-display: swap property should be optimized. This ensures that text is immediately visible, and if the font is not available, a fallback font is used.
Loading...
Related Quiz
- To use a CSS variable, the syntax is var(________, optionalDefaultValue).
- If you want to blend the background images of an element, which property would you use?
- A website has a high First Contentful Paint (FCP) time. What CSS optimization strategy could be most effective in improving this metric?
- The pseudo-class :________ is used to target elements that are the only child of its parent with a specific type.
- How can you target an element that is the only child of its parent using a pseudo-class?