{"id":573,"date":"2016-12-09T00:00:00","date_gmt":"2016-12-09T00:00:00","guid":{"rendered":"http:\/\/blog.hostinger.io\/hostinger-tutorials\/uncategorized\/websiteimproving-website-performance-gzip-compression\/"},"modified":"2026-03-10T10:13:23","modified_gmt":"2026-03-10T10:13:23","slug":"enable-gzip-compression","status":"publish","type":"post","link":"\/uk\/tutorials\/enable-gzip-compression","title":{"rendered":"GZIP compression: how to enable it to speed up your site"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p>Search engine optimization (SEO) is an inseparable part of digital content creation. After all, the ranking of websites or web pages on search engine results pages directly impacts visibility and traffic.<\/p><p>One of the deciding factors of SEO ranking is website speed. Thus, it is crucial to ensure your site loads quickly. Otherwise, people might get frustrated and hit the back button before the page even finishes loading.<\/p><p>This is where Gzip compression comes in handy &ndash; it is one of the tricks for improving page speed.<\/p><p>By the end of this article, you will know what Gzip compression is and how to check and enable Gzip compression on a website.<\/p><figure class=\"wp-block-image size-large\"><a href=\"https:\/\/assets.hostinger.com\/content\/tutorials\/pdf\/How-to-Speed-Up-Your-Website-EN.pdf\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/11\/eBook-Speed-Up-your-website-1024x283.png\" alt=\"\" class=\"wp-image-69260\" srcset=\"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2022\/11\/eBook-Speed-Up-your-website-1536x425.png 1024w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2022\/11\/eBook-Speed-Up-your-website-300x83.png 300w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2022\/11\/eBook-Speed-Up-your-website-150x41.png 150w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2022\/11\/eBook-Speed-Up-your-website-768x212.png 768w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2022\/11\/eBook-Speed-Up-your-website.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><p>\n\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-what-is-gzip-compression\">What is Gzip compression<\/h2><p>The larger the file, the longer it takes to complete the file transfer, increasing your site&rsquo;s load time. Luckily, data compression lets users download reduced-size files. Thus, your website will load faster.<\/p><p>There are two main types of compression:<\/p><ul class=\"wp-block-list\">\n<li><strong>Lossy compression<\/strong> &ndash; eliminates some information from the original file.<\/li>\n\n\n\n<li><strong>Lossless compression<\/strong> &ndash; preserves all the data within the original file.<\/li>\n<\/ul><p>Gzip falls into the category of lossless compression. It&rsquo;s a popular method to reduce the size of HTML, <a href=\"\/uk\/tutorials\/what-is-php\/\">PHP<\/a>, <a href=\"\/uk\/tutorials\/what-is-javascript\">JavaScript<\/a>, <a href=\"\/uk\/tutorials\/what-is-css\">CSS<\/a>, and other files.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-enable-gzip-compression\">How to enable Gzip compression<\/h2><p>Before enabling Gzip compression, first check whether the site has it enabled already.<\/p><p>The following section will show you how to do so using site speed or Gzip compression tests and browser developer tools.<\/p><h3 class=\"wp-block-heading\" id=\"h-check-gzip-compression-using-website-speed-test\">Check Gzip compression using website speed test<\/h3><p>A <a href=\"\/uk\/tutorials\/website-speed-test\/\">website speed test<\/a> is a tool for measuring sites&rsquo; load time. It grades the site or page load time and often provides a detailed report of elements affecting the performance. Some tools will even display the website&rsquo;s rate of file size reduction.<\/p><p>It also suggests numerous tips and tricks to improve website speed, including recommendations of compression algorithms to produce smaller files.<\/p><p>This free tool is available on many websites, including <a href=\"https:\/\/tools.pingdom.com\/\" target=\"_blank\" rel=\"noopener\">Pingdom<\/a>, Google&rsquo;s <a href=\"https:\/\/developers.google.com\/speed\/pagespeed\/insights\/\" target=\"_blank\" rel=\"noopener\">PageSpeed Insights<\/a>, and <a href=\"\/uk\/tutorials\/gtmetrix-for-testing-websites-speed\">GTmetrix<\/a>.<\/p><h3 class=\"wp-block-heading\" id=\"h-check-gzip-compression-using-the-test\">Check Gzip compression using the test<\/h3><p>You can use one of the many free tools to check if a site has Gzip compression enabled, such as Small SEO Tools&rsquo; <a href=\"https:\/\/smallseotools.com\/check-gzip-compression\/\" target=\"_blank\" rel=\"noopener\">Check Gzip Compression<\/a> and WhatsMyIP&rsquo;s <a href=\"https:\/\/www.whatsmyip.org\/http-compression-test\/\" target=\"_blank\" rel=\"noopener\">HTTP Compression Test<\/a>.<\/p><p>Simply open the tool, paste the site URL in the provided field, and click <strong>Check Compression <\/strong>or a similar button.<\/p><h3 class=\"wp-block-heading\" id=\"h-check-gzip-compression-using-browser-developer-tools\">Check Gzip compression using browser developer tools<\/h3><p>This method is best for those who don&rsquo;t want to use an external tool to check a website&rsquo;s Gzip compression.<\/p><p>Follow the steps below to check if Gzip is enabled on a site using a browser:<\/p><ol class=\"wp-block-list\">\n<li>Type the website URL into the browser.<\/li>\n\n\n\n<li>Open the browser developer tools or right-click on the page and select <strong>Inspect<\/strong>.<\/li>\n\n\n\n<li>Click on the <strong>Network <\/strong>tab. You should see all the resources the web server has sent. In case you don&rsquo;t, reload the page.<\/li>\n\n\n\n<li>Select one of the resources to view its content. Click the <strong>Headers <\/strong>tab.<\/li>\n\n\n\n<li>Under <strong>Response Headers<\/strong>, find <strong>content-encoding <\/strong>&ndash;<strong> <\/strong>the compression method used by the site will be listed beside it.<\/li>\n<\/ol><p>If Gzip has not been enabled, there are two ways to do it. You can either modify the <strong>.htaccess <\/strong>file or go for a <a href=\"\/uk\/tutorials\/what-is-wordpress-plugin\">WordPress plugin<\/a>.<\/p><h3 class=\"wp-block-heading\" id=\"h-enable-gzip-compression-using-a-wordpress-plugin\">Enable Gzip compression using a WordPress plugin<\/h3><p>The easiest way to enable Gzip on a WordPress website is to <a href=\"\/uk\/tutorials\/wordpress\/how-to-install-wordpress-plugins\">install a plugin<\/a>. It will be a lot easier and safer than modifying the <strong>.htaccess<\/strong> file.<\/p><p>There are many plugins for this purpose available, but we have chosen these four plugins based on their features and ease of use:<\/p><ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-optimize\/\" target=\"_blank\" rel=\"noopener\"><strong>WP-Optimize Cache<\/strong><\/a><strong>.<\/strong> An all-in-one solution to boost website performance. The plugin enables Gzip and <a href=\"\/uk\/tutorials\/website-cache\">web caching<\/a>. In addition, it eliminates unnecessary files from a website. This tool can even optimize images to free up more space.<\/li>\n\n\n\n<li><a href=\"https:\/\/wordpress.org\/plugins\/hummingbird-performance\/\" target=\"_blank\" rel=\"noopener\"><strong>Hummingbird<\/strong><\/a><strong>.<\/strong> This plugin gives users more freedom to choose which aspects to optimize. Gzip compression, minification, and lazy load offscreen images are some of its main features.<\/li>\n\n\n\n<li><a href=\"https:\/\/wordpress.org\/plugins\/wp-fastest-cache\/\" target=\"_blank\" rel=\"noopener\"><strong>WP Fastest Cache<\/strong><\/a><strong>.<\/strong> This tool combines its caching prowess with Gzip to make pages fast and lightweight. This plugin can also automatically disable emojis and optimize every single post.<\/li>\n\n\n\n<li><a href=\"https:\/\/wp-rocket.me\/\" target=\"_blank\" rel=\"noopener\"><strong>WP Rocket<\/strong><\/a><strong>.<\/strong> A web performance plugin equipped with numerous features such as page and browser caching, cache preloading, Gzip compression, eCommerce optimization, and excellent compatibility with popular WordPress plugins, themes, and hosting types.<\/li>\n<\/ul><p>Since these plugins have more features than just compression, we suggest trying all of them to see which one fits your needs best.<\/p><h3 class=\"wp-block-heading\" id=\"h-enable-gzip-compression-using-the-htaccess-file\">Enable Gzip compression using the .htaccess file<\/h3><p>This method of enabling Gzip compression is quite technical, so it&rsquo;s more suitable for advanced users. However, anyone can do it as long as they&rsquo;re careful.<\/p><p><div><p class=\"important\"><b>Important!<\/b> Before we continue, back up the .htaccess file first in case something goes wrong.<\/p><\/div>\n\n\n\n<\/p><p>This tutorial will show you how to modify the <strong>.htaccess <\/strong>file using the File Manager of your web hosting provider&rsquo;s control panel. We&rsquo;ll be using Hostinger&rsquo;s hPanel. However, you can also use an FTP such as <a href=\"\/uk\/tutorials\/ftp\/filezilla-ftp-configuration\">FileZilla client<\/a>.<\/p><p>To enable compression via the <strong>.htaccess <\/strong>file, follow the steps below:<\/p><ol class=\"wp-block-list\">\n<li>Access <strong>File manager<\/strong> from the hPanel dashboard.<\/li>\n<\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/hPanel-dashboard-1.png\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/hPanel-dashboard-1-1024x433.png\" alt=\"hPanel dashboard, highlighting the button to access File Manager\"><\/a><\/figure><\/div><ol start=\"2\" class=\"wp-block-list\">\n<li>Open the root directory (<strong>public_html<\/strong>) and locate the <strong>.htaccess<\/strong> file.<\/li>\n<\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/filemanager-htaccess.png\"><img decoding=\"async\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2024\/07\/filemanager-htaccess-1024x344.png\" alt=\"Locating the .htaccess file with Hostinger's File Manager\"><\/a><\/figure><\/div><ol start=\"3\" class=\"wp-block-list\">\n<li>Double-click on the file to open it, then paste the following code into it before the <strong># END WordPress<\/strong> line:<\/li>\n<\/ol><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;IfModule mod_deflate.c&gt;\nAddOutputFilterByType DEFLATE text\/plain\nAddOutputFilterByType DEFLATE text\/html\nAddOutputFilterByType DEFLATE text\/xml\nAddOutputFilterByType DEFLATE text\/css\nAddOutputFilterByType DEFLATE application\/xml\nAddOutputFilterByType DEFLATE application\/xhtml+xml\nAddOutputFilterByType DEFLATE application\/rss+xml\nAddOutputFilterByType DEFLATE application\/javascript\nAddOutputFilterByType DEFLATE application\/x-javascript\n&lt;\/IfModule&gt;<\/pre><ol start=\"4\" class=\"wp-block-list\">\n<li>Hit <strong>Save <\/strong>to keep the changes.<\/li>\n<\/ol><?xml encoding=\"utf-8\" ?><figure class=\"wp-block-image size-full\"><a href=\"\/uk\/web-hosting\"><img decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/www.hostinger.com\/tutorials\/wp-content\/uploads\/sites\/2\/2023\/11\/Web-hosting_in-text-banner.png\" alt=\"Hostinger web hosting banner\" class=\"wp-image-98604\" srcset=\"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2023\/11\/Web-hosting_in-text-banner.png 1024w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2023\/11\/Web-hosting_in-text-banner-300x88.png 300w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2023\/11\/Web-hosting_in-text-banner-150x44.png 150w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2023\/11\/Web-hosting_in-text-banner-768x225.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-how-does-gzip-compression-work\">How does Gzip compression work<\/h2><figure class=\"wp-block-image size-large\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2021\/10\/gzip-compression.png\"><img decoding=\"async\" width=\"677\" height=\"1024\" src=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2021\/10\/gzip-compression-677x1024.png\" alt=\"A custom graph explaining the performance of an image with and without GZip compression\" class=\"wp-image-37269\" srcset=\"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2021\/10\/gzip-compression-677x1024.png 677w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2021\/10\/gzip-compression-198x300.png 198w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2021\/10\/gzip-compression-99x150.png 99w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2021\/10\/gzip-compression-768x1162.png 768w, https:\/\/www.hostinger.com\/uk\/tutorials\/wp-content\/uploads\/sites\/51\/2021\/10\/gzip-compression.png 769w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/figure><p>To understand Gzip, you first need to know how a website works.<\/p><p>A website is made up of web files stored on a web server. When a person types the website&rsquo;s URL into a browser, the browser sends a request to the web server hosting the desired content.<\/p><p>The web server processes the request by retrieving the requested files from a database. It sends the files to the browser in the form of an HTTP response. Naturally, the bigger the size, the longer the data transfer will take.<\/p><p>Once the browser receives the files, it will render the web page in question.<\/p><p>However, there will typically be repeated data within text files, such as duplicate characters or words appearing several times throughout a document.<\/p><p>Within HTML files, for instance, there will be a similar closing tag for every opening tag. For example, the opening tag <strong>&lt;table&gt;<\/strong> will be paired with <strong>&lt;\/table&gt; <\/strong>, while the <strong>&lt;div&gt; <\/strong>tag will be paired with <strong>&lt;\/div&gt;<\/strong>.<\/p><p>Gzip employs the lossless <strong>DEFLATE <\/strong>algorithm, which finds and replaces these duplicate strings with unique identifiers.<\/p><p>This process is called character encoding. It produces zipped or compressed files whose names will end with the <strong>.gz <\/strong>file extension. The file in the compressed size is smaller compared to the original or uncompressed version. This saves bandwidth and results in faster data transfer times.<\/p><p>Once the end user&rsquo;s browser receives the compressed file, it will unzip or uncompress the file. The unique identifiers in the compressed file will be decoded back to the original data.<\/p><p><div><p class=\"important\"><b>Important!<\/b> While Gzip can be used to process files of any type, there will be no significant amount of file size reduction for already compressed file types, like images or videos. Such files may even increase in size.<\/p><\/div>\n\n\n\n<\/p><p>In addition, note that Gzip is not the same as ZIP. The latter is also a lossless compression method, but it is used for storing files rather than transferring them. It produces a <strong>.zip <\/strong>file instead of a <strong>.gz <\/strong>file.<\/p><h2 class=\"wp-block-heading\" id=\"h-why-enable-gzip-compression\">Why enable Gzip compression<\/h2><p>Gzip is only one of many data compression methods and algorithms. Examples of other methods include ZIP, TAR, and 7Z.<\/p><p>You may wonder why you should enable Gzip compression instead of other methods, especially when they supposedly have better performance. For example, <a href=\"https:\/\/expeditedsecurity.com\/blog\/nginx-brotli\/\" target=\"_blank\" rel=\"noopener\">research conducted by Expedited Security<\/a> shows that Google&rsquo;s compression algorithm Brotli can compress HTML, CSS, and JavaScript files into smaller sizes than Gzip.<\/p><p>That being said, there are many reasons to choose Gzip over other methods or algorithms, including:<\/p><ul class=\"wp-block-list\">\n<li><strong>Free and open-source nature. <\/strong>The Gzip software is free to use. It was first created as a free substitute for <strong>compress<\/strong>, a patented Unix shell compression program.<\/li>\n\n\n\n<li><strong>Large market share. <\/strong>As of June 2022, around <a href=\"https:\/\/w3techs.com\/technologies\/details\/ce-compression\" target=\"_blank\" rel=\"noopener\">60%<\/a> of all websites compress files with the Gzip method.<\/li>\n\n\n\n<li><strong>Minimal resources. <\/strong>Gzip uses relatively little computing power and temporary data storage compared to similar methods.<\/li>\n\n\n\n<li><strong>Effective compression ratio. <\/strong>The Gzip method can reduce the size of small text-based data files by around <strong>70%<\/strong> and up to <strong>90%<\/strong> for larger files.<\/li>\n\n\n\n<li><strong>Fast compression and decompression speeds. <\/strong>Gzip is quicker than many of its competitors, such as Brotli and BZIP2.<\/li>\n<\/ul><p>With its quick and efficient compression time and ratio, Gzip helps reduce page load time, increasing SEO ranking.<\/p><p>Fast load time positively impacts web pages&rsquo; rankings on search engine results pages. The faster the site loads, the higher it ranks. The higher it ranks, the more visibility it gets, <a href=\"\/uk\/tutorials\/drive-traffic-to-your-website\">driving traffic to the website<\/a> and increasing its revenue.<\/p><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>Gzip is a file format and a type of lossless compression technology used to reduce the size of files and speed up sites. Gzip works using the <strong>DEFLATE<\/strong> algorithm, which finds duplicate strings within a text file and replaces them with unique identifiers. They are decoded back to the original data during the decompression process.<\/p><p>After enabling Gzip compression, your site&rsquo;s visitors will have a great user experience, and it will possibly rank higher on search engine results pages.<\/p><p>You can check whether a website has already enabled Gzip by using a website or online Gzip speed test or your browser&rsquo;s developer tools.<\/p><p>Gzip compression on a website can be enabled using two methods &ndash; installing a WordPress plugin or editing the <a href=\"\/uk\/tutorials\/locate-and-create-htaccess\"><strong>.htaccess<\/strong> file<\/a>. We recommend installing a plugin rather than editing the <strong>.htaccess <\/strong>file for beginners &ndash; it is easier and less risky.<\/p><p>Although various compression methods and algorithms are available, there are many reasons to choose Gzip compression over others. Not only is it free and open-source, but it also boasts one of the most effective compression ratios and is very fast.<\/p><p>We hope this article has helped you understand Gzip compression better. We wish you good luck with improving your website.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Search engine optimization (SEO) is an inseparable part of digital content creation. After all, the ranking of websites or web pages on search engine results pages directly impacts visibility and traffic. One of the deciding factors of SEO ranking is website speed. Thus, it is crucial to ensure your site loads quickly. Otherwise, people might [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/uk\/tutorials\/enable-gzip-compression\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":108,"featured_media":128910,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"How to enable GZIP compression to speed up your site","rank_math_description":"Enabling GZIP compression reduces the size of your pages and increases site speed. In this guide, we'll teach you how to do it in WordPress.","rank_math_focus_keyword":"enable gzip compression","footnotes":""},"categories":[22598],"tags":[],"class_list":["post-573","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-performance-optimization"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/enable-gzip-compression","default":0},{"locale":"pt-BR","link":"https:\/\/www.hostinger.com\/br\/tutoriais\/melhorando-o-desempenho-do-site-compressao-gzip","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/compression-gzip","default":0},{"locale":"id-ID","link":"https:\/\/www.hostinger.com\/id\/tutorial\/meningkatkan-performa-website-gzip-compression","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/enable-gzip-compression","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/enable-gzip-compression","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/enable-gzip-compression","default":0},{"locale":"pt-PT","link":"https:\/\/www.hostinger.com\/pt\/tutoriais\/melhorando-o-desempenho-do-site-compressao-gzip","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/enable-gzip-compression","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/enable-gzip-compression","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/enable-gzip-compression","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/enable-gzip-compression","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/posts\/573","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/users\/108"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/comments?post=573"}],"version-history":[{"count":28,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/posts\/573\/revisions"}],"predecessor-version":[{"id":128907,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/posts\/573\/revisions\/128907"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/media\/128910"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/media?parent=573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/categories?post=573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/uk\/tutorials\/wp-json\/wp\/v2\/tags?post=573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}