{"id":60675,"date":"2025-09-29T12:50:46","date_gmt":"2025-09-29T07:20:46","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=60675"},"modified":"2025-09-29T14:36:01","modified_gmt":"2025-09-29T09:06:01","slug":"strong-demand-for-skoda-kylaq-boosts-brands-2025-sales","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/strong-demand-for-skoda-kylaq-boosts-brands-2025-sales\/","title":{"rendered":"Strong Demand for Skoda Kylaq Boosts Brand\u2019s 2025 Sales"},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-60676\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer.webp\" alt=\"Strong Demand for Skoda Kylaq Boosts Brand\u2019s 2025 Sales cover\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Strong-Demand-for-Skoda-Kylaq-Boosts-Brands-2025-Sales-cvoer-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">The Skoda Kylaq has quickly become one of the most important products for the company in India. Since its launch in late 2024 this compact SUV has recorded 30,000 units sold highlighting its popularity in a competitive market.<\/span><\/p>    <div id=\"ad-1779009421-BbDSZS-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 728px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779009421-BbDSZS\"\r\n             style=\"display:inline-block; width:728px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"8897589148\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779009421-BbDSZS-container');\r\n            const ad = document.getElementById('ad-1779009421-BbDSZS');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [728, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <h2><b><span data-contrast=\"auto\">Skoda Kylaq: A Strong Sales Performer<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-60678\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_.webp\" alt=\"A Strong Sales Performer_\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/A-Strong-Sales-Performer_-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"3\" data-aria-level=\"1\"><span data-contrast=\"auto\">Between January and August 2025 Skoda sold a total of 46,000 vehicles in India<\/span><\/li> <li data-aria-posinset=\"4\" data-aria-level=\"1\"><span data-contrast=\"auto\">Out of these, the Kylaq alone contributed 65 percent of overall volumes<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">This performance proves that the <a href=\"https:\/\/caronphone.com\/skoda-cars\/kylaq\">Kylaq<\/a> is now the brand\u2019s main volume spinner. <a href=\"https:\/\/caronphone.com\/skoda-cars\">Skoda<\/a> designed the car to strengthen its presence in the sub-Rs. 10 lakh price range, a segment where it had no offering since the Fabia was discontinued more than a decade ago.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Why Skoda Kylaq Attracts Buyers<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">The Kylaq is not only adding strong numbers to the sales charts but it is also helping the brand bring in new customers. Many buyers who previously considered smaller hatchbacks and sedans are now looking at Skoda for the first time because of the Kylaq.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Features and Special Editions<\/span><\/b><\/h2> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"5\" data-aria-level=\"1\"><span data-contrast=\"auto\">Skoda has already launched a <a href=\"https:\/\/caronphone.com\/skoda-cars\/kylaq\/anniversary-edition-prestige\">special edition<\/a> of the Kylaq to keep the momentum going<\/span><\/li> <li data-aria-posinset=\"6\" data-aria-level=\"1\"><span data-contrast=\"auto\">A CNG version of the SUV is also under discussion for India, although the company has not yet announced a confirmed launch timeline<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The introduction of alternative fuel options like CNG could make the Kylaq more attractive to buyers who want both affordability and efficiency.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Skoda Kylaq Expands Into Tier-2 And Tier-3 Cities<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-60679\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_.webp\" alt=\"Skoda Kylaq Expands Into Tier-2 And Tier-3 Cities_\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Skoda-Kylaq-Expands-Into-Tier-2-And-Tier-3-Cities_-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">Skoda has understood the importance of tier-2 and tier-3 markets in driving future growth. By tapping into these regions, the brand is now reaching buyers beyond the major metropolitan areas.<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"7\" data-aria-level=\"1\"><span data-contrast=\"auto\">The company has expanded its sales and service reach to 310 touch points across the country<\/span><\/li> <li data-aria-posinset=\"8\" data-aria-level=\"1\"><span data-contrast=\"auto\">Nearly 65 percent of new facilities have been set up in smaller cities and towns<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">This expansion shows that Skoda is serious about building long-term trust with buyers outside the bigger markets, where compact SUVs are in strong demand.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Skoda Kylaq\u2019s Role in the Sub-10 Lakh Segment<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">Re-entering the sub-Rs. 10 lakh segment was a key move for Skoda. Earlier, the company did not have a product in this price category after discontinuing the Fabia hatchback. The Kylaq has filled this gap and allowed Skoda to attract a wider set of customers.<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"9\" data-aria-level=\"1\"><span data-contrast=\"auto\">Affordable pricing has helped buyers see the Kylaq as a value-for-money SUV<\/span><\/li> <li data-aria-posinset=\"10\" data-aria-level=\"1\"><span data-contrast=\"auto\">Strong design and practical features appeal to young families and first-time SUV owners<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">By making the Kylaq accessible, Skoda has cracked the formula to win buyers who previously stayed away from the brand.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Market Trends And Growing SUV Demand<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">The Kylaq\u2019s success also reflects a wider automobile industry trend in India. Compact SUVs are gaining more attention compared to sedans and hatchbacks. Buyers want higher ground clearance, modern styling, and better interior space\u2014all of which the Kylaq delivers.<\/span><\/p> <p><span data-contrast=\"auto\">Other competitors in the compact SUV space, like <a href=\"https:\/\/caronphone.com\/hyundai-cars\/creta\">Hyundai Creta<\/a>, <a href=\"https:\/\/caronphone.com\/kia-cars\/seltos\">Kia Seltos<\/a>, and <a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/grand-vitara\">Maruti Grand Vitara<\/a>, face fresh pressure as the Kylaq continues to grow in popularity.<\/span><\/p> <h2><b><span data-contrast=\"auto\">Future Outlook For Skoda Kylaq<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">The company has clear plans to make the Kylaq its core product in India. The SUV\u2019s sales performance shows that it is not just a short-term success but a long-term growth driver.<\/span><\/p>    <div id=\"ad-1779009421-gJB2fk-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 970px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779009421-gJB2fk\"\r\n             style=\"display:inline-block; width:970px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"1745023287\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779009421-gJB2fk-container');\r\n            const ad = document.getElementById('ad-1779009421-gJB2fk');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [970, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <h2><b><span data-contrast=\"auto\">What To Expect Next<\/span><\/b><\/h2> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"11\" data-aria-level=\"1\"><span data-contrast=\"auto\">The CNG version is under consideration and could attract cost-conscious customers<\/span><\/li> <li data-aria-posinset=\"12\" data-aria-level=\"1\"><span data-contrast=\"auto\">Expanding the dealership and service network will help Skoda build even more trust in smaller towns and cities<\/span><\/li> <li data-aria-posinset=\"13\" data-aria-level=\"1\"><span data-contrast=\"auto\">Special editions will keep the product fresh and maintain interest among buyers<\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The Skoda Kylaq has made a strong mark on India\u2019s compact SUV market by selling 30,000 units since launch and contributing 65 percent of Skoda\u2019s total volumes in 2025. With a focus on affordability, wider service reach, and possible CNG options, the Kylaq is set to remain at the center of Skoda\u2019s India strategy. The company\u2019s return to the sub-Rs. 10 lakh segment has not only boosted its sales numbers but also brought in buyers who had never considered the brand before.<\/span><\/p> <p><span data-contrast=\"auto\">Skoda\u2019s success with the Kylaq shows how the automobile industry in India is evolving with SUVs becoming the preferred choice for a wide range of customers. The strong demand from tier 2 and tier 3 markets further ensures that the Kylaq will continue to be a sales leader in the years ahead.<\/span><\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>The Skoda Kylaq has quickly become one of the most important products for the company in India. Since its launch [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":60677,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[11,18],"tags":[280,813,274,561,1067],"class_list":["post-60675","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-breaking-news","tag-kylaq","tag-sales","tag-skoda","tag-suv-cars","tag-suv-demand"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/60675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/comments?post=60675"}],"version-history":[{"count":0,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/60675\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/60677"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=60675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=60675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=60675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}