{"id":22551,"date":"2021-11-29T16:29:50","date_gmt":"2021-11-29T23:29:50","guid":{"rendered":"http:\/\/the_roi_of_adopting_avif_for_websites"},"modified":"2025-02-25T15:46:55","modified_gmt":"2025-02-25T23:46:55","slug":"the_roi_of_adopting_avif_for_websites","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites","title":{"rendered":"The ROI of Adopting AVIF for Websites"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>AVIF is a 2019 spinoff from the AV1 video format developed by the Alliance for Open Media (AOM), whose members include Amazon, Apple, ARM, Facebook, Google, Huawei, Mozilla, Microsoft, Netflix, and Intel. As an open-source and royalty-free video codec, AVIF delivers much higher compression rates than the older image codecs like JPEG and WebP, and is on par with the brand-new <a href=\"https:\/\/jpeg.org\/jpegxl\/index.html\">JPEG-XL<\/a> format, which does not work on any browser yet.<\/p>\n<p>Capable of reducing approximately half of the image weight, AVIF impressively shrinks webpage sizes and accelerates downloads. However, the format still does not enjoy universal support by browsers, and encoding AVIF images is costly.<\/p>\n<p>AVIF uses the generic High Efficiency Image File <a href=\"https:\/\/www.iso.org\/standard\/66067.html\">(HEIF) format<\/a> as a container for a subset of the AV1 bitstream. Because each AVIF file can contain a single or sequence of images, the format can also replace animated GIFs. AVIF supports High Dynamic Range (HDR); extended color spaces, i.e., Wide Color Gamut (WCG); monochrome images; as well as multichannel and multilayer images.<\/p>\n<p>In addition to describing AVIF\u2019s strengths and weaknesses, this post discusses if and where you should adopt AVIF.<\/p>\n<div class='c-callout  c-callout--inline-title c-callout--note'><strong class='c-callout__title'>Note:<\/strong> <p>If your images are viewed more than 30 times on supported devices (Chrome, Edge, FireFox, etc.), AVIF can save you money. The easiest way to add AVIF to your site is with Cloudinary\u2019s <a href=\"https:\/\/cloudinary.com\/products\/programmable_media\">Media Optimizer<\/a>, which automatically delivers AVIF to the appropriate clients and, where AVIF is not yet supported, serves the best of WebP, High-Efficiency Image File (HEIC), <a href=\"https:\/\/cloudinary.com\/glossary\/j2k-file\">J2K<\/a>, or plain old JPEG images instead.<\/p><\/div>\n<h2>What Are AVIF\u2019s Pros and Cons?<\/h2>\n<p>According to <a href=\"https:\/\/almanac.httparchive.org\/en\/2019\/\">HTTP Archive\u2019s Web Almanac<\/a>, \u201cimages comprise almost 75% of the total page weight.\u201d AVIF can deliver the same image quality at a much smaller size, saving over half of the weight compared to the popular JPEG format and about 40% of a WebP image. Since slow page loads tend to cause abandonment by viewers and reduce conversions, you should definitely serve AVIFs to reap the benefits of higher performance with no quality loss.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/f_auto,q_auto,dpr_2.0\/format-compare.png\" alt=\"Compare formats\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"512\" height=\"169\"\/><\/p>\n<p>The same image (600&#215;600) encoded with JPEG, WebP, and AVIF, spotlighting AVIF\u2019s superior compression capability. (Photo by Amnon Cohen-Tidhar)<\/p>\n<p><em>Source images: <a href=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/w_2300,ar_1,c_crop,g_west\/q_auto,w_600\/underground.jpg\">Jpeg<\/a>, <a href=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/w_2300,ar_1,c_crop,g_west\/q_auto,w_600\/underground.webp\">WebP<\/a>, and <a href=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/w_2300,ar_1,c_crop,g_west\/q_auto,w_600\/underground.avif\">Avif<\/a><\/em><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/w_700,c_fill,f_auto,q_auto,dpr_2.0\/can-i-use-avif.png\" alt=\"Can I use AVIF\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1400\" height=\"294\"\/><\/p>\n<p><em>Source: <a href=\"https:\/\/caniuse.com\/?search=avif\">https:\/\/caniuse.com\/<\/a><\/em><\/p>\n<p>On the other hand, despite its rising popularity  over the past year, AV1 has yet to win support on Safari, which relies on the OS rather than WebKit for <a href=\"https:\/\/www.coywolf.news\/webmaster\/why-webkit-supports-avif-but-safari-does-not\/\">decoding images<\/a>.\nAdditionally, since AVIF decoding consumes a lot of CPU and battery, mobile devices are taking a while to jump on the AVIF bandwagon.<\/p>\n<p>So, for now, to leverage AVIF\u2019s superior compression capabilities, deliver first-rate user experience, and save bandwidth, go hybrid instead.<\/p>\n<h2>How Do You Adopt AVIF?<\/h2>\n<p>You can implement AVIF in one of the following ways:<\/p>\n<ul>\n<li>Set up <code>srcset<\/code> in HTML, e.g.:<\/li>\n<\/ul>\n<pre class=\"js-syntax-highlighted\"><code>&lt;picture&gt;\n  &lt;source srcset=\u201dimages\/white_shoes.AVIF\u201d type=\u201dimage\/AVIF\u201d&gt;\n  &lt;source srcset=&quot;images\/white_shoes.webp&quot; type=&quot;image\/webp&quot;&gt;  \n  &lt;img src=&quot; images\/white_shoes.jpg&quot; alt=&quot;White Shoes&quot;&gt;\n&lt;\/picture&gt;\n<\/code><\/pre>\n<ul>\n<li>Add Cloudinary\u2019s auto-format (<code>f_auto<\/code>) parameter to the image URL, e.g.:<\/li>\n<\/ul>\n<p><code>&lt;img src=&quot;res.cloudinary.com\/upload\/f_auto\/images\/white_shows.jpg&quot; alt=&quot;White Show&quot;&gt;<\/code><\/p>\n<ul>\n<li>Configure Cloudinary\u2019s Media Optimizer for automation.<\/li>\n<\/ul>\n<p>Remember, AVIF is complex with as yet no highly optimized implementations. Encoding images with AVIF can deplete up to 50 times more CPU than JPEG, correspondingly lengthening the  production cycle and incurring higher costs. Moreover, the HEIF container\u2019s header overhead of approximately 300 bytes eliminates the benefits on small images. Hence, <strong>do not<\/strong> apply AVIF for images smaller than 5,000 (70&#215;70) pixels; serve them with JPEG, <a href=\"https:\/\/cloudinary.com\/tools\/compress-webp\">WebP<\/a>, or PNG instead.<\/p>\n<h2>Should You Adopt AVIF for Your Site?<\/h2>\n<p>Recall AVIF\u2019s benefits: accelerated page loads, enhanced user experience, reduced bounce rate, and even an elated SEO rank coupled with a higher score in the new <a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/insights\/\">Google Core Web Vitals<\/a>. In particular, AVIF stands to cut your site\u2019s operating bill simply by reducing the bandwidth.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/f_auto,q_auto,dpr_2.0\/page-speed-test-cnn.png\" alt=\"CWV\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"512\" height=\"358\"\/><\/p>\n<p>Analysis of the poor metrics on a cnn.com page, which takes a whopping 5.9 seconds to load the Largest Contentful Paint (LCP). (<em>Source: <a href=\"https:\/\/pagespeed.web.dev\/report?url=https%3A%2F%2Fwww.cnn.com%2F\">https:\/\/developers.google.com\/speed<\/a><\/em>)<\/p>\n<p>For 2-MP images, such as the \u201cunderground image\u201d above, JPEG takes up 291 KB; AVIF, only 178 KB for the same quality, a saving of 113 KB (39%). Size reduction translates to bandwidth economy in delivery. In fact, the bandwidth savings can cover the cost of the additional image encoding and storage in just 10 views!<\/p>\n<p>The gain is less for smaller images, and you need more views to break even. For example, for a 0.5-MP image, AVIF takes 67 KB; JPEG, 101 KB\u2014a 34-KB difference that requires 32 views to break even. You might need up to 90 views of tiny (0.1 MP) images to recover the cost.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/image\/upload\/f_auto,q_auto,dpr_2.0\/avif-jpeg-comparison.jpg\" alt=\"AVIF versus JPEG\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"512\" height=\"302\"\/>\n<em>Difference in quality for the same file size: AVIF versus JPEG<\/em><\/p>\n<p>To recap, AVIF is here with a lot to offer:<\/p>\n<ul>\n<li>AVIF is open source, royalty free, and backed by industry leaders with a promise of acceptance and future enhancements.<\/li>\n<li>Compared to the 30-year-old JPEG, AVIF reduces the image size by an average 50%, saving bandwidth, speeding up loads, delivering an excellent user experience, and winning a higher SEO score for the site.<\/li>\n<li>Given its minimal view count, AVIF can mitigate the site\u2019s operation cost.<\/li>\n<li>AVIF yields high quality and supports advanced features like HDR and WCG.<\/li>\n<\/ul>\n<p>If your site contains images, definitely give AVIF a try.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":22552,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[34,72,157,165,227],"class_list":["post-22551","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-avif","tag-core-web-vitals","tag-image-formats","tag-image-transformation","tag-performance-optimization"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>The Pros and Cons of AVIF for Websites<\/title>\n<meta name=\"description\" content=\"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF&#039;s viability for adoption.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The ROI of Adopting AVIF for Websites\" \/>\n<meta property=\"og:description\" content=\"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF&#039;s viability for adoption.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-29T23:29:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-25T23:46:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1-png?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"1540\" \/>\n\t<meta property=\"og:image:height\" content=\"847\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"The ROI of Adopting AVIF for Websites\",\"datePublished\":\"2021-11-29T23:29:50+00:00\",\"dateModified\":\"2025-02-25T23:46:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA\",\"keywords\":[\"AVIF\",\"Core Web Vitals\",\"Image Formats\",\"Image Transformation\",\"Performance Optimization\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2021\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\",\"url\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\",\"name\":\"The Pros and Cons of AVIF for Websites\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA\",\"datePublished\":\"2021-11-29T23:29:50+00:00\",\"dateModified\":\"2025-02-25T23:46:55+00:00\",\"description\":\"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF's viability for adoption.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA\",\"width\":1540,\"height\":847},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The ROI of Adopting AVIF for Websites\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"The Pros and Cons of AVIF for Websites","description":"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF's viability for adoption.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites","og_locale":"en_US","og_type":"article","og_title":"The ROI of Adopting AVIF for Websites","og_description":"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF's viability for adoption.","og_url":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites","og_site_name":"Cloudinary Blog","article_published_time":"2021-11-29T23:29:50+00:00","article_modified_time":"2025-02-25T23:46:55+00:00","og_image":[{"width":1540,"height":847,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1-png?_i=AA","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites"},"author":{"name":"","@id":""},"headline":"The ROI of Adopting AVIF for Websites","datePublished":"2021-11-29T23:29:50+00:00","dateModified":"2025-02-25T23:46:55+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites"},"wordCount":7,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA","keywords":["AVIF","Core Web Vitals","Image Formats","Image Transformation","Performance Optimization"],"inLanguage":"en-US","copyrightYear":"2021","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites","url":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites","name":"The Pros and Cons of AVIF for Websites","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA","datePublished":"2021-11-29T23:29:50+00:00","dateModified":"2025-02-25T23:46:55+00:00","description":"The benefits and shortcomings of the AVIF format, the ways for implementing it for websites, and tips for evaluating AVIF's viability for adoption.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA","width":1540,"height":847},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/the_roi_of_adopting_avif_for_websites#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The ROI of Adopting AVIF for Websites"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649720266\/Web_Assets\/blog\/ROI-adopting-AVIF-1\/ROI-adopting-AVIF-1.png?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/22551","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=22551"}],"version-history":[{"count":6,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/22551\/revisions"}],"predecessor-version":[{"id":37021,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/22551\/revisions\/37021"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/22552"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=22551"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=22551"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=22551"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}