{"id":20,"date":"2021-11-26T05:41:13","date_gmt":"2021-11-26T05:41:13","guid":{"rendered":"https:\/\/vitalfrog.com\/blog\/?p=20"},"modified":"2024-01-19T12:52:05","modified_gmt":"2024-01-19T11:52:05","slug":"how-to-measure-core-web-vitals-in-the-field","status":"publish","type":"post","link":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/","title":{"rendered":"Measuring Core Web Vitals In The Field &#8211; How To Get The Field Data."},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"introduction\">Introduction<\/h2>\n\n\n\n<p>Whether you are building a website for a startup or just a simple side project, measuring core web vitals should be of utmost priority to enable your users to have a smooth user experience and rank better on Google.<\/p>\n\n\n\n<p>So what are web Vitals? Web vitals are a specific set of metrics that Google considers important for a great web user experience. They include Mobile-friendliness, safe browsing, HTTPS, Non-intrusive interstitial, Loading, Interactivity, and Visual stability.<\/p>\n\n\n\n<p>Only Loading <a href=\"https:\/\/www.vitalfrog.com\/blog\/largest-contentful-paint-lcp\/\">(Largest Contentful Paint)<\/a>, Interactivity <a href=\"https:\/\/www.vitalfrog.com\/blog\/first-input-delay-optimize-fid-score\/\">(First Input Delay)<\/a>, and Visual Stability <a href=\"https:\/\/www.vitalfrog.com\/blog\/cumulative-layout-shift-cls\/\">(Cumulative Layout Shift)<\/a> are considered the three core web vitals. If you read more about core web vitals, check out this <a href=\"https:\/\/www.vitalfrog.com\/blog\/core-web-vitals\/\">blog.<\/a><\/p>\n\n\n\n<p>In this article, we are going to go through how to measure core web vitals in the field using a set of listed tools.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"measuring-core-web-vitals\">Measuring Core Web Vitals<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"lighthouse\"><a href=\"https:\/\/www.vitalfrog.com\/blog\/lighthouse\/\">Lighthouse<\/a>:<\/h3>\n\n\n\n<p>Lighthouse is an open-source automated website testing and performance metrics tool that is maintained by the Google-Chrome team. Lighthouse&#8217;s main focus is on include helps developers diagnose issues related to the performance and accessibility of a website.<\/p>\n\n\n\n<p>It measures several dimensions of user experience quality in a lab environment, including performance and accessibility. The latest version of Lighthouse (6.0, released mid-May 2020) includes additional audits, new metrics, and a newly composed performance score.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-use\">How to use Lighthouse.<\/h3>\n\n\n\n<p>Lighthouse is a straightforward tool to use, make sure you have google chrome installed on your computer.<\/p>\n\n\n\n<p>1. Visit the webpage that you intend to measure.<\/p>\n\n\n\n<p>2. Right-click on the page and select Inspect option.<\/p>\n\n\n\n<p>3. The Inspect option opens a panel at the top, with several options, scroll to the end, and select lighthouse.<\/p>\n\n\n\n<p>4. Select the categories you want to audit and click generate the report.<\/p>\n\n\n\n<p>Lighthouse can also be used as a Chrome extension.<\/p>\n\n\n\n<p>From the report, the following issues are audited, Performance, Accessibility, Best Practice, SEO, and Progressive Web App. A set of actionable recommendations are also included in the report. Below is a screenshot of a generated lighthouse report.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" data-src=\"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/Screenshot-2021-12-24-at-12.32.38-PM-1024x627.png\" alt=\"lighthouse\" class=\"wp-image-84 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/627;\" \/><figcaption>Lighthouse report screenshot<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pagespeed-insight\"><a href=\"https:\/\/www.vitalfrog.com\/blog\/pagespeed-insight-understand-your-pagespeed-insight-report\/\">PageSpeed Insight<\/a>:<\/h3>\n\n\n\n<p>PageSpeed Insights (PSI) is another Google tool that audits the performance of a page on both mobile and desktop devices. The tool is similar to Lighthouse but provides an in-depth report on how to maximize the load speed of your website.<\/p>\n\n\n\n<p>PageSpeed Insights also provides an API that returns real-world data from the Chrome User Experience Report and lab data from Lighthouse.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-to-use-1\">How to use PageSpeed Insights.<\/h3>\n\n\n\n<p>The total performance score of a website is the average metric score and the weight of each metric is a representation of the user\u2019s perception of performance. Here is a table to break down the score.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Audit<\/th><th>Description<\/th><th>Score<\/th><\/tr><\/thead><tbody><tr><td>First Contentful Paint (FCP)<\/td><td>The first point of interaction is when a user can see any page.<\/td><td>15%<\/td><\/tr><tr><td>Speed Index (SI)<\/td><td>The progression of a page to page load and how fast the content is visualized.<\/td><td>15%<\/td><\/tr><tr><td>Largest Contentful Paint (LCP)<\/td><td>The time until the bulkiest content element is fully visible on the screen.<\/td><td>25%<\/td><\/tr><tr><td>Time to Interactive (TTI)<\/td><td>The amount of least time it takes for a page to become 100% interactive.<\/td><td>15%<\/td><\/tr><tr><td>Total Blocking Time (TBT)<\/td><td>The extent to which a non-interactive page is until it becomes reliably interactive.<\/td><td>25%<\/td><\/tr><tr><td>Cumulative Layout Shift (CLS)<\/td><td>How often does a UX element unexpected layout shift<\/td><td>5%<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The report will include the following sections:<\/p>\n\n\n\n<p><strong>Performance Score<\/strong>: The total score of your website<\/p>\n\n\n\n<p><strong>Opportunities<\/strong>: Recommendations on how to make your site faster<\/p>\n\n\n\n<p><strong>Field Data<\/strong>: Real-world data from Google<\/p>\n\n\n\n<p><strong>Origin Summary<\/strong>: An in-depth review of core web vitals<\/p>\n\n\n\n<p><strong>Diagnostics<\/strong>: More insight on the performance of your site<\/p>\n\n\n\n<p><strong>Lab Data<\/strong>: The metrics calculated from Lighthouse<\/p>\n\n\n\n<p>Here is an example of results from a PageSpeed Insight Report<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"617\" height=\"1024\" data-src=\"https:\/\/www.vitalfrog.com\/blog\/wp-content\/uploads\/2022\/06\/imgq-617x1024.png\" alt=\"PageSpeed Insight\" class=\"wp-image-74 lazyload\" data-srcset=\"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/imgq-617x1024.png 617w, https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/imgq-181x300.png 181w, https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/imgq-768x1274.png 768w, https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/imgq-926x1536.png 926w, https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/imgq.png 954w\" data-sizes=\"(max-width: 617px) 100vw, 617px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 617px; --smush-placeholder-aspect-ratio: 617\/1024;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"google-search-console\">Google Search Console:<\/h3>\n\n\n\n<p>Previously Known as the google webmaster, search console is the most extensive tool for measuring SEO and performance metrics in the field<\/p>\n\n\n\n<p>Based on real-world (field) data from CrUX, the new Core Web Vitals report in Search Console assists you in identifying groupings of pages throughout your site that require improvement. URL performance is determined by the status, the type of the metric, and groups of similar web pages.<\/p>\n\n\n\n<p>This report is based on the three Core Web Vitals metrics: Loading (Largest Contentful Paint), Interactivity(First Input Delay), and Visual Stability(Cumulative Layout Shift). If a webpage does not have the least required amount of reporting data the metrics, it&#8217;s not included in the report.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"usage\">How To Use Google Search Console.<\/h3>\n\n\n\n<p>Google search console is such an extensive platform with tools such as URL inspector, performance, coverage, and sitemap but we are only going to focus on the core web vitals.<\/p>\n\n\n\n<p>1. Go to <a href=\"https:\/\/search.google.com\/search-console\/about\">search.google.com<\/a>.<\/p>\n\n\n\n<p>2. Add a property( adding domain or URL prefix)<\/p>\n\n\n\n<p>3. Verify the property by adding a txt record to your DNS record (It may take time for the DNS changes to take effect)<\/p>\n\n\n\n<p>4. After the first three steps you can now access the search console dashboard.<\/p>\n\n\n\n<p>5. You now access the core web vitals at the left bar of your dashboard.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"chrome-ux-report-crux\">Chrome UX Report (CrUX):<\/h3>\n\n\n\n<p>The Chrome UX Report (CrUX) is a dataset that is free publicly and contains actual user experience data spanning tons of sites and applications. It analyzes the field versions of all Core Web Vitals. Unlike data obtained in the lab, CrUX data originates from real users in the field.<\/p>\n\n\n\n<p>Using this data, you discover the measurements of real user experiences on their own or even on competitors&#8217; sites. CrUX gives you a convenient and simple approach to analyzing your Core Web Vitals.<\/p>\n\n\n\n<p>The CrUX data on Google&#8217;s BigQuery offers perfectly alright performance statistics for all Core Web Vitals and is accessible in monthly snapshots.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"usage-1\">How To Use Chrome UX Report (CrUX).<\/h3>\n\n\n\n<p>There are four ways of using crUX report, PageSpeed Insights(which we have covered), CrUX API.<\/p>\n\n\n\n<p>1. <strong>PageSpeed Insights<\/strong><\/p>\n\n\n\n<p>As we have covered in this article.<\/p>\n\n\n\n<p>2.<strong> crUX Dashboard<\/strong><\/p>\n\n\n\n<p>The CrUX Dashboard is a Data Studio-based configurable data analysis tool for previous website performance. The data is obtained from the BigQuery dataset, and all SQL queries are processed behind the scenes for you. The dashboard depicts the distribution of user experiences as measured by key performance measures, as well as how it develops over time.<\/p>\n\n\n\n<p>3. <strong>crUX API<\/strong><\/p>\n\n\n\n<p>crUX API provides a fast and easy way of integrating measuring core web vital in your development workflows.<\/p>\n\n\n\n<p>4.<strong> crUX on BigQuery<\/strong><\/p>\n\n\n\n<p>The CrUX database on BigQuery, which is part of the Google Cloud Platform (GCP) and has a web and CLI, houses the datasets that collect critical UX performance indicators for leading websites. New tables covering the preceding calendar month are updated to the database regularly. Developers can use custom queries to query the data for specific information. This requires a deep understanding of SQL and also Google cloud project that is paid for.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"web-vital-library\">Web-Vital Library<\/h3>\n\n\n\n<p>Web-vital is a lightweight javascript library for measuring all the Web Vitals metrics on real users in the field. This library also supports core web vitals.<\/p>\n\n\n\n<p>Getting started with this library is easy, just install it from the node package manager using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm install web-vitals <\/code><\/pre>\n\n\n\n<p>Alternatively, you can load the library from a CDN using the following script tag.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script type=\"module\"&gt;   import {getCLS, getFID, getLCP} from 'https:\/\/unpkg.com\/web-vitals?module';    getCLS(console.log);   getFID(console.log);   getLCP(console.log); &lt;\/script&gt;  <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-use-2\">How to use<\/h2>\n\n\n\n<p>Every Web Vitals metric is similar to a single function with an onReport callback. This callback is triggered whenever a metric value is available and ready to be reported.<\/p>\n\n\n\n<p>Check the code snippet below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import {getCLS, getFID, getLCP} from 'web-vitals';  getCLS(console.log);  \/\/Cumulative Layout Shift (CLS) getFID(console.log);  \/\/First Input Delay (FID) getLCP(console.log);  \/\/Largest Contentful Paint (LCP)  <\/code><\/pre>\n\n\n\n<p>To report the metrics to Google Analytics<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> function sendToGoogleAnalytics({name, delta, id}) {   gtag('event', name, {     event_category: 'Web Vitals',     value: Math.round(name === 'CLS' ? delta * 1000 : delta),     event_label: id,     non_interaction: true,   }); }  getCLS(sendToGoogleAnalytics); getFID(sendToGoogleAnalytics); getLCP(sendToGoogleAnalytics);   <\/code><\/pre>\n\n\n\n<p>Now your core web vitals can be visualized on your google analytics dashboard.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"vitalfrog\">VitalFrog<\/h3>\n\n\n\n<p>All web vital core tools have reviewed in this article are great, but VitalFrog extends the capabilities from not only measuring but also monitoring.<\/p>\n\n\n\n<p>With VitalFrog you will soon be able to get alerts in your mailbox the very moment VitalFrog finds a performance regression in your site, in addition to this, VitalFrog is fully GDPR Compliant.<\/p>\n\n\n\n<p><strong>Here are the full features of VitalFrog<\/strong>:<\/p>\n\n\n\n<p><strong>Field data<\/strong>: Because we considered lab data to be an untrustworthy source of information, VitalFrog relies on field data acquired from real users of your site.<\/p>\n\n\n\n<p><strong>Release tagging<\/strong>: The VitalFrog snippet includes a method that allows you to automatically tag your current release. This enables you to precisely determine which code change caused your basic web vitals to fail.<\/p>\n\n\n\n<p><strong>Fully GDPR compliant<\/strong>: We collect your performance statistics anonymously using the Chrome API, and no personally identifying data about your users is saved on VitalFrogs servers. As a result, no cookie banner is necessary.<\/p>\n\n\n\n<p><strong>Sub-pages and users are not limited<\/strong>: There are no artificial boundaries: After incorporating the above JavaScript snippet, VitalFrog automatically monitors any pages that contain the snippet. You may share your dashboard with as many people as you wish.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary\">Summary<\/h2>\n\n\n\n<p>To be ranked better on Google and other Search Engines, your website must be performed well in web vital and more so core web performance.<\/p>\n\n\n\n<p>Not only will this make your website rank better but also your users will have a better user experience<\/p>\n\n\n\n<p>These are some of the tools we have covered in this article:<\/p>\n\n\n\n<p>1. Lighthouse.<\/p>\n\n\n\n<p>2. PageSpeed Insights.<\/p>\n\n\n\n<p>3. Search Console<\/p>\n\n\n\n<p>4. Chrome UX report (crUX)<\/p>\n\n\n\n<p>5. Web Vitals.js Library<\/p>\n\n\n\n<p>6. VitalFrog<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Whether you are building a website for a startup or just a simple side project, measuring core web vitals should be of utmost priority to enable your users to have a smooth user experience&hellip;<\/p>\n<p><a href=\"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> of Measuring Core Web Vitals In The Field &#8211; How To Get The Field Data.<\/span><span aria-hidden=\"true\"> &rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[221],"tags":[],"class_list":["post-20","post","type-post","status-publish","format-standard","hentry","category-website-performance"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Measuring Core Web Vitals In The Field - How To Get The Field Data.<\/title>\n<meta name=\"description\" content=\"Measuring core web vitals in the field is an effective way of knowing your User Experience. Find out how to get the needed Field Data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon Frey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Measuring Core Web Vitals In The Field - How To Get The Field Data.","description":"Measuring core web vitals in the field is an effective way of knowing your User Experience. Find out how to get the needed Field Data.","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:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/","twitter_misc":{"Written by":"Simon Frey","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#article","isPartOf":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/"},"author":{"name":"Simon Frey","@id":"https:\/\/simon-frey.com\/blog\/#\/schema\/person\/34753982b648415636ee7a079f3e19a3"},"headline":"Measuring Core Web Vitals In The Field &#8211; How To Get The Field Data.","datePublished":"2021-11-26T05:41:13+00:00","dateModified":"2024-01-19T11:52:05+00:00","mainEntityOfPage":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/"},"wordCount":1514,"publisher":{"@id":"https:\/\/simon-frey.com\/blog\/#\/schema\/person\/34753982b648415636ee7a079f3e19a3"},"image":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#primaryimage"},"thumbnailUrl":"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/Screenshot-2021-12-24-at-12.32.38-PM-1024x627.png","articleSection":["Website Performance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/","url":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/","name":"Measuring Core Web Vitals In The Field - How To Get The Field Data.","isPartOf":{"@id":"https:\/\/simon-frey.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#primaryimage"},"image":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#primaryimage"},"thumbnailUrl":"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/Screenshot-2021-12-24-at-12.32.38-PM-1024x627.png","datePublished":"2021-11-26T05:41:13+00:00","dateModified":"2024-01-19T11:52:05+00:00","description":"Measuring core web vitals in the field is an effective way of knowing your User Experience. Find out how to get the needed Field Data.","breadcrumb":{"@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#primaryimage","url":"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/Screenshot-2021-12-24-at-12.32.38-PM.png","contentUrl":"https:\/\/simon-frey.com\/blog\/wp-content\/uploads\/2022\/06\/Screenshot-2021-12-24-at-12.32.38-PM.png","width":1914,"height":1172},{"@type":"BreadcrumbList","@id":"https:\/\/simon-frey.com\/blog\/how-to-measure-core-web-vitals-in-the-field\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simon-frey.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Measuring Core Web Vitals In The Field &#8211; How To Get The Field Data."}]},{"@type":"WebSite","@id":"https:\/\/simon-frey.com\/blog\/#website","url":"https:\/\/simon-frey.com\/blog\/","name":"Blog by Simon Frey","description":"","publisher":{"@id":"https:\/\/simon-frey.com\/blog\/#\/schema\/person\/34753982b648415636ee7a079f3e19a3"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simon-frey.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/simon-frey.com\/blog\/#\/schema\/person\/34753982b648415636ee7a079f3e19a3","name":"Simon Frey","logo":{"@id":"https:\/\/simon-frey.com\/blog\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/simon-frey.com","https:\/\/www.linkedin.com\/in\/simonfrey\/","https:\/\/x.com\/eu_frey"]}]}},"_links":{"self":[{"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/posts\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":1,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/posts\/20\/revisions"}],"predecessor-version":[{"id":1121,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/posts\/20\/revisions\/1121"}],"wp:attachment":[{"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/media?parent=20"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/categories?post=20"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simon-frey.com\/blog\/wp-json\/wp\/v2\/tags?post=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}