Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
pants-fire div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/tom_ruling_pof.png | 92.7 KiB | 86.3 KiB |
mostly-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-mostly-true.jpg | 39.1 KiB | 32.7 KiB |
half-true div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-half-true.jpg | 38.3 KiB | 31.9 KiB |
false div.m-statement__meter > div.c-image > picture > img.c-image__original | static.politifact.com/politifact/rulings/meter-false.jpg | 36.4 KiB | 30.0 KiB |
You can’t get vaccinated from food. But here’s how plant science is helping vac… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP685575817320/710ffb822a... | 16.2 KiB | 9.7 KiB |
Did Disney eliminate and then reinstate ‘ladies and gentleman’ wording in its m… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/walt_disney_world_orlando... | 15.2 KiB | 8.8 KiB |
Is Florida’s mid-decade redistricting plan ‘illegal,’ as some Democrats say? div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Florida_middecade_redistr... | 13.8 KiB | 7.3 KiB |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original | /CACHE/images/politifact/mugs/socialmedia3/dd55caa1d27710... | 12.3 KiB | 6.8 KiB |
Trump tax cuts: Sorting truth versus spin on tips, overtime, Social Security po… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/AP25025760257602/a6793551... | 12.0 KiB | 5.5 KiB |
Social media clips of crying U.S. soldiers may be AI-generated. Here’s how to s… div.c-image > a > picture > img.c-image__original | /CACHE/images/politifact/photos/Woman_checking_phone_in_T... | 11.2 KiB | 4.7 KiB |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb | /CACHE/images/politifact/mugs/socialmedia3/e9244e14452703... | 5.5 KiB | 4.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| d283fm003ll1xs.cloudfront.net/script.js | 71.9 KiB | 2.1 s |
| static.politifact.com/assets/main-CiDydm0l.css | 22.6 KiB | 1.0 s |
| static.politifact.com/js/sharethefacts-v1.js | 2.0 KiB | 769 ms |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| politifact.com/ | 812 ms |
| www.politifact.com/ | 0.0 ms |
Diagnostics
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 31.1 s |
| Other | 7.6 s |
| Script Parsing & Compilation | 1.8 s |
| Style & Layout | 1.0 s |
| Garbage Collection | 845 ms |
| Parse HTML & CSS | 429 ms |
| Rendering | 352 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| An iframe on the page started a navigation that did not complete. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.politifact.com/assets/main-CiDydm0l.css | 21.8 KiB | 17.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.m-meta > div.m-meta__inner > div.m-meta__item > img div.m-meta > div.m-meta__inner > div.m-meta__item > img | static.politifact.com/img/logo-footer.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
STATE EDITIONS
California
Florida
Iowa
Michigan
New Hampshire
New York
North Ca… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ISSUES
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
T… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PEOPLE
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
MEDIA
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact … div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
CAMPAIGNS
2024 Elections div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
TRUTH-O-METER
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
PROMISES
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
ABOUT US
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise wi… div.o-menu-list > div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
California
Florida
Iowa
Michigan
New Hampshire
New York
North Carolina
Pennsylv… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
All Issues
Online hoaxes
Coronavirus
Health Care
Immigration
Extremism
Taxes
Ma… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Donald Trump
JD Vance
Mitch McConnell
Mike Johnson
Joe Biden div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
PunditFact
Tucker Carlson
Sean Hannity
Rachel Maddow
Bloggers
PolitiFact Videos div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
2024 Elections div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
True
Mostly True
Half True
Mostly False
False
Pants on Fire div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
MAGA-Meter
Biden Promise Tracker
Trump-O-Meter
Obameter
Latest Promises div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
Our Process
Our Staff
En Español
Who pays for PolitiFact?
Advertise with Us
Sug… div.o-menu-list__inner > div.o-menu-list__item > div.m-togglist > div.m-togglist__panel |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
div.embla > div.embla__viewport > div.embla-button-container > button.embla__button div.embla > div.embla__viewport > div.embla-button-container > button.embla__button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-header__search > div.m-search > form > input#search_form div.o-header__search > div.m-search > form > input#search_form |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
One Time
Monthly
Yearly div.m-disruptor-form__item > label.c-select > div.c-select__inner > select |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.o-header > div.o-header__inner > div.o-header__branding > a header.o-header > div.o-header__inner > div.o-header__branding > a |
div.o-mammoth__inner > div.o-mammoth__img > div.c-image > a div.o-mammoth__inner > div.o-mammoth__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
div.m-teaser > div.m-teaser__img > div.c-image > a div.m-teaser > div.m-teaser__img > div.c-image > a |
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.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Topics | tag.ops.co/10110001/prebid_20260113_163742.js line 4, col 34576 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
www.politifact.com/ line 2863, col 18 | TypeError: Cannot read properties of undefined (reading 'callbacks')
at https://www.politifact.com/:2864:19 |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.politifact.com/membership/ | More Info |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/factchecks/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/article/list/ | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/factchecks/list/?speaker_type=SOCIAL | Read More |
| www.politifact.com/truth-o-meter/promises/list/ | Read More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-mammoth__img > div.c-image > a > img.c-image__thumb div.o-mammoth__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.img-container > div.c-image > a > img.c-image__thumb div.img-container > div.c-image > a > img.c-image__thumb |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb div.m-statement__avatar > div.m-statement__image > div.c-image > img.c-image__thumb |
div.m-statement__image > div.c-image > picture > img.c-image__original div.m-statement__image > div.c-image > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
div.m-teaser__img > div.c-image > a > img.c-image__thumb div.m-teaser__img > div.c-image > a > img.c-image__thumb |
div.c-image > a > picture > img.c-image__original div.c-image > a > picture > img.c-image__original |
Format your HTML in a way that enables crawlers to better understand your app’s content.