{"id":110704,"date":"2023-08-30T11:09:17","date_gmt":"2023-08-30T15:09:17","guid":{"rendered":"https:\/\/feastdesignco.com\/?p=110704"},"modified":"2023-09-06T12:02:09","modified_gmt":"2023-09-06T16:02:09","slug":"fetchpriority","status":"publish","type":"post","link":"https:\/\/feastdesignco.com\/fetchpriority\/","title":{"rendered":"fetchPriority"},"content":{"rendered":"\n<p>The fetchPriority attribute allows sites to load quicker by telling the browser how the site thinks content (scripts and images) should load.<\/p>\n\n\n\n<p>This is a pagespeed update we're able to roll out to all sites automatically thanks to our optimized setup. Simply update to version 9.7.4+ of the Feast Plugin and enable it:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1212\" height=\"446\" fetchpriority=\"high\" src=\"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png\" alt=\"\" data-skip-lazy data-skip-lazy class=\"wp-image-110833\" srcset=\"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png 1212w, https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image-360x132.png 360w, https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image-720x265.png 720w, https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image-180x66.png 180w\" sizes=\"(max-width: 1212px) 100vw, 1212px\" \/><\/figure>\n\n\n\n<p>These automatic updates that let you focus on creating content is the most valued feature of the Feast Plugin because without it, an update like this would require hiring a developer or manually installing a theme update.<\/p>\n\n\n[feast_advanced_jump_to]\n\n\n<h2 id=\"wordpress-fetchpriority\"   class=\"wp-block-heading\" >WordPress fetchpriority<\/h2>\n\n\n\n<p>In WordPress 6.3, fetchPriority=\"high\" is automatically added to the first image in the post. <\/p>\n\n\n\n<p>This is generally a safe assumption and matches our recommendations for <a href=\"https:\/\/feastdesignco.com\/recipe-post-template\/\">post layouts<\/a> so it's not something we'll remove. In fact, we would have don this alongside the <a href=\"https:\/\/feastdesignco.com\/skip-lazy\/\">skip-lazy feature we added previously to improve site performance<\/a>.<\/p>\n\n\n\n<p>However, all themes are done different so WordPress is unable to (safely) prioritize or deprioritize other images the site loads. That's where Feast comes in.<\/p>\n\n\n\n<h2 id=\"optimizing-feast\"   class=\"wp-block-heading\" >Optimizing Feast<\/h2>\n\n\n\n<p>Sites using the <a href=\"\/modern-mobile-menu\/\">Modern Menu<\/a>, <a href=\"\/modern-sidebar\/\">Modern Sidebar<\/a> and <a href=\"\/modern-footer\/\">Modern Footer<\/a> are built to be fairly consistent and static, allowing us to make judgement calls and decisions about how we can better support our users over time as new features like this come out.<\/p>\n\n\n\n<p>Since 80% of pageviews are mobile, we're going to focus on mobile-first optimization.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"662\" height=\"1220\" src=\"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/08\/image-1.png\" alt=\"\" class=\"wp-image-110705\" srcset=\"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/08\/image-1.png 662w, https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/08\/image-1-360x663.png 360w, https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/08\/image-1-180x332.png 180w\" sizes=\"auto, (max-width: 662px) 100vw, 662px\" \/><\/figure>\n\n\n\n<p>We can see that the logo loads above the fold and should also be fetched with a high priority.<\/p>\n\n\n\n<p>However, all other content in the <a href=\"https:\/\/feastdesignco.com\/modern-previous-next\/\">Modern Prev + Next<\/a>, sidebar and footer loads offscreen and can be set to low priority.<\/p>\n\n\n\n<h2 id=\"what-was-done\"   class=\"wp-block-heading\" >What was done<\/h2>\n\n\n\n<p>In order to improve Core Web Vitals, we want to load content above-the-fold (the screenshot above) as quickly as possible, so we'll set a high fetch priority for those items. We can also be explicit in telling the browser which items are not above-the-fold and should therefore be deferred until the more important things are taken care of.<\/p>\n\n\n\n<p>We're currently testing this but we expect that all sites will be optimized by assigning a fetchPriority of: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>High: \n<ul class=\"wp-block-list\">\n<li>logo<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Low: \n<ul class=\"wp-block-list\">\n<li>all Modern Prev + Next images<\/li>\n\n\n\n<li>all Modern Sidebar images<\/li>\n\n\n\n<li>all Modern Footer images<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>We may also set a low fetch priority of low to post images that aren't the first image, and the recipe card, after further testing.<\/p>\n\n\n\n<h2 id=\"desktop\"   class=\"wp-block-heading\" >Desktop<\/h2>\n\n\n\n<p>One drawback here is that the user profile in the sidebar on desktop gets a fetchpriority=\"low\" attribute, despite it loading above-the-fold on desktop.<\/p>\n\n\n\n<p>This is an <strong>acceptable tradeoff<\/strong> from our standpoint, because 80% of pageviews and mobile and therefore this will be optimal 80% of the time.<\/p>\n\n\n\n<p>There is no ability to assign a desktop-vs-mobile fetchpriority at this time.<\/p>\n\n\n\n<h2 id=\"further-reading\"   class=\"wp-block-heading\" >Further reading<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/make.wordpress.org\/core\/2023\/07\/13\/image-performance-enhancements-in-wordpress-6-3\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 6.3 fetchPriority<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/perfmatters.io\/docs\/fetch-priority\/\" target=\"_blank\" rel=\"noreferrer noopener\">perfmatters writeup on fetchpriority<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/web.dev\/fetch-priority\/\" target=\"_blank\" rel=\"noreferrer noopener\">web.dev fetchpriority<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The fetchPriority attribute allows sites to load quicker by telling the browser how the site thinks content (scripts and images) should load. This is a pagespeed update we're able to roll out to all sites automatically thanks to our optimized setup. Simply update to version 9.7.4+ of the Feast Plugin and enable it: These automatic...<\/p>\n","protected":false},"author":1827,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[129],"tags":[],"class_list":["post-110704","post","type-post","status-publish","format-standard","hentry","category-news-updates"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>fetchPriority - Feast Design Co.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feastdesignco.com\/fetchpriority\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"fetchPriority\" \/>\n<meta property=\"og:description\" content=\"The fetchPriority attribute allows sites to load quicker by telling the browser how the site thinks content (scripts and images) should load. This is a pagespeed update we&#039;re able to roll out to all sites automatically thanks to our optimized setup. Simply update to version 9.7.4+ of the Feast Plugin and enable it: These automatic...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feastdesignco.com\/fetchpriority\/\" \/>\n<meta property=\"og:site_name\" content=\"Feast Design Co.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/feastdesignco\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-30T15:09:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-06T16:02:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png\" \/>\n<meta name=\"author\" content=\"Skylar\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Skylar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/\"},\"author\":{\"name\":\"Skylar\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#\\\/schema\\\/person\\\/28edb20a81f10b62443c21ec80186098\"},\"headline\":\"fetchPriority\",\"datePublished\":\"2023-08-30T15:09:17+00:00\",\"dateModified\":\"2023-09-06T16:02:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/\"},\"wordCount\":463,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/image.png\",\"articleSection\":[\"News &amp; Updates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/\",\"url\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/\",\"name\":\"fetchPriority - Feast Design Co.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/image.png\",\"datePublished\":\"2023-08-30T15:09:17+00:00\",\"dateModified\":\"2023-09-06T16:02:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#primaryimage\",\"url\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2023\\\/09\\\/image.png\",\"width\":1212,\"height\":446},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/fetchpriority\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/feastdesignco.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News &amp; Updates\",\"item\":\"https:\\\/\\\/feastdesignco.com\\\/category\\\/news-updates\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"fetchPriority\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#website\",\"url\":\"https:\\\/\\\/feastdesignco.com\\\/\",\"name\":\"Feast Design Co.\",\"description\":\"WordPress Themes for Food &amp; Lifestyle Bloggers\",\"publisher\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/feastdesignco.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#organization\",\"name\":\"Feast Design Co.\",\"url\":\"https:\\\/\\\/feastdesignco.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2016\\\/10\\\/feast_script.jpg\",\"contentUrl\":\"https:\\\/\\\/feastdesignco.com\\\/wp-content\\\/uploads\\\/2016\\\/10\\\/feast_script.jpg\",\"width\":800,\"height\":800,\"caption\":\"Feast Design Co.\"},\"image\":{\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/feastdesignco\\\/\",\"https:\\\/\\\/x.com\\\/feastdesignco\",\"https:\\\/\\\/www.instagram.com\\\/feastdesignco\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/feastdesignco.com\\\/#\\\/schema\\\/person\\\/28edb20a81f10b62443c21ec80186098\",\"name\":\"Skylar\",\"sameAs\":[\"https:\\\/\\\/feastdesignco.com\\\/about-skylar-bowker\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"fetchPriority - Feast Design Co.","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:\/\/feastdesignco.com\/fetchpriority\/","og_locale":"en_US","og_type":"article","og_title":"fetchPriority","og_description":"The fetchPriority attribute allows sites to load quicker by telling the browser how the site thinks content (scripts and images) should load. This is a pagespeed update we're able to roll out to all sites automatically thanks to our optimized setup. Simply update to version 9.7.4+ of the Feast Plugin and enable it: These automatic...","og_url":"https:\/\/feastdesignco.com\/fetchpriority\/","og_site_name":"Feast Design Co.","article_publisher":"https:\/\/www.facebook.com\/feastdesignco\/","article_published_time":"2023-08-30T15:09:17+00:00","article_modified_time":"2023-09-06T16:02:09+00:00","og_image":[{"url":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png","type":"","width":"","height":""}],"author":"Skylar","twitter_misc":{"Written by":"Skylar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/feastdesignco.com\/fetchpriority\/#article","isPartOf":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/"},"author":{"name":"Skylar","@id":"https:\/\/feastdesignco.com\/#\/schema\/person\/28edb20a81f10b62443c21ec80186098"},"headline":"fetchPriority","datePublished":"2023-08-30T15:09:17+00:00","dateModified":"2023-09-06T16:02:09+00:00","mainEntityOfPage":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/"},"wordCount":463,"commentCount":0,"publisher":{"@id":"https:\/\/feastdesignco.com\/#organization"},"image":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/#primaryimage"},"thumbnailUrl":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png","articleSection":["News &amp; Updates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/feastdesignco.com\/fetchpriority\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/feastdesignco.com\/fetchpriority\/","url":"https:\/\/feastdesignco.com\/fetchpriority\/","name":"fetchPriority - Feast Design Co.","isPartOf":{"@id":"https:\/\/feastdesignco.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/#primaryimage"},"image":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/#primaryimage"},"thumbnailUrl":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png","datePublished":"2023-08-30T15:09:17+00:00","dateModified":"2023-09-06T16:02:09+00:00","breadcrumb":{"@id":"https:\/\/feastdesignco.com\/fetchpriority\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feastdesignco.com\/fetchpriority\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feastdesignco.com\/fetchpriority\/#primaryimage","url":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png","contentUrl":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2023\/09\/image.png","width":1212,"height":446},{"@type":"BreadcrumbList","@id":"https:\/\/feastdesignco.com\/fetchpriority\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feastdesignco.com\/"},{"@type":"ListItem","position":2,"name":"News &amp; Updates","item":"https:\/\/feastdesignco.com\/category\/news-updates\/"},{"@type":"ListItem","position":3,"name":"fetchPriority"}]},{"@type":"WebSite","@id":"https:\/\/feastdesignco.com\/#website","url":"https:\/\/feastdesignco.com\/","name":"Feast Design Co.","description":"WordPress Themes for Food &amp; Lifestyle Bloggers","publisher":{"@id":"https:\/\/feastdesignco.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feastdesignco.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/feastdesignco.com\/#organization","name":"Feast Design Co.","url":"https:\/\/feastdesignco.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feastdesignco.com\/#\/schema\/logo\/image\/","url":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2016\/10\/feast_script.jpg","contentUrl":"https:\/\/feastdesignco.com\/wp-content\/uploads\/2016\/10\/feast_script.jpg","width":800,"height":800,"caption":"Feast Design Co."},"image":{"@id":"https:\/\/feastdesignco.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/feastdesignco\/","https:\/\/x.com\/feastdesignco","https:\/\/www.instagram.com\/feastdesignco\/"]},{"@type":"Person","@id":"https:\/\/feastdesignco.com\/#\/schema\/person\/28edb20a81f10b62443c21ec80186098","name":"Skylar","sameAs":["https:\/\/feastdesignco.com\/about-skylar-bowker"]}]}},"taxonomy_info":{"category":[{"value":129,"label":"News &amp; Updates"}]},"featured_image_src_large":false,"author_info":{"display_name":"Skylar","author_link":"https:\/\/feastdesignco.com\/author\/skylar\/"},"comment_info":0,"category_info":[{"term_id":129,"name":"News &amp; Updates","slug":"news-updates","term_group":0,"term_taxonomy_id":129,"taxonomy":"category","description":"","parent":0,"count":126,"filter":"raw","cat_ID":129,"category_count":126,"category_description":"","cat_name":"News &amp; Updates","category_nicename":"news-updates","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/posts\/110704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/users\/1827"}],"replies":[{"embeddable":true,"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/comments?post=110704"}],"version-history":[{"count":0,"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/posts\/110704\/revisions"}],"wp:attachment":[{"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/media?parent=110704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/categories?post=110704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feastdesignco.com\/wp-json\/wp\/v2\/tags?post=110704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}