{"id":217,"date":"2019-10-21T00:00:12","date_gmt":"2019-10-21T05:30:12","guid":{"rendered":"https:\/\/emizentech.com\/blog\/?p=217"},"modified":"2025-05-14T09:01:58","modified_gmt":"2025-05-14T09:01:58","slug":"pwa-setup-in-magento-2-3","status":"publish","type":"post","link":"https:\/\/emizentech.com\/blog\/pwa-setup-in-magento-2-3.html","title":{"rendered":"PWA Installation in Magento 2.3 \u2013 The Definitive Guide"},"content":{"rendered":"<p>It is not a hidden fact anymore that businesses, slowly and steadily, are implementing progressive web applications in their online marketing strategy to gain an upper hand over competitors.<\/p>\n<p>Moreover, nowadays, a huge chunk of the consumer base prefers to shop through mobile phones which exemplifies the significance of web applications in driving business growth. Progressive web applications are the latest edition in the domain of the e-commerce segment.<\/p>\n<p>PWA or better say <a href=\"https:\/\/emizentech.com\/blog\/progressive-web-apps-guide.html\">progressive web applications<\/a> are hybrid of web pages with mobile app-like experience. They encompass striking attributes that catapult users to engage with the products and buy them in no time.<\/p>\n<p>However, when it comes to installing PWA in Magento 2.3, most of the merchants don\u2019t have any idea of the PWA installation process. Well, if you don\u2019t know about Magento 2.3 PWA installation steps, no need to stress out.<\/p>\n<p>This comprehensive guide is solely created for the purpose of enlightening merchants and developers regarding PWA installation in Magento 2.3. You can effortlessly install any PWA in the Magento 2.3 if you follow the below-mentioned steps religiously.<\/p>\n<p>However, before we state the quintessential PWA installation process in the Magento, we would like to brief up about Magento 2 and the Magento 2.3 release. Let\u2019s get started.<\/p>\n<h2>What is Magento 2? Its Limitations, and What\u2019s New in the Magento 2.3 Release?<\/h2>\n<p>Magento 2 is the reinvigorated version of the ever-classic Magento e-commerce platform. This e-commerce platform is currently utilized by more than 2 lakh retailers to run their online business in a full-fledged manner.<\/p>\n<p>Magento 2 encloses numerous tools that were absent in the basic version. From catalogue management to online marketing, Magento 2 functionalities not only allows you to make your business scalable but also render your customers enriching shopping experience.<\/p>\n<p>Despite of all the robust functionalities, the Magento 2 still comprises a myriad of limitations. Some of the principal limitations are the absence of page builder, multi-source inventory, GraphQL support, Bulk web APIs, cache management, PHP 7.2 support, and the list goes on.<\/p>\n<h2>Release of Magento 2.3<\/h2>\n<p>With the\u00a0<a href=\"https:\/\/emizentech.com\/blog\/magento-2-2-x-support-discontinue.html\">end of Magento 2.2.X support<\/a>\u00a0in December 2019, Magento released the latest Magento 2.3 version which overshadows all the drawbacks enclosed by Magento 2.2.X.<\/p>\n<p>Magento 2.3 allows merchants to fully control all the attributes of the platform including the new ones. New functionalities are quite powerful enhancements that fuel merchants\u2019 online business requirements, and allow them to scale the business growth manifold times without much of a hitch.<\/p>\n<p>Now, let\u2019s hop on to the Magento 2.3 PWA installation process.<\/p>\n<h2>PWA Installation on Magento 2.3<\/h2>\n<h3>Step 1: Setup Server for Magento 2<\/h3>\n<p>The first and the foremost step in the process of Magento 2.3 PWA installation is setting up the server for the Magento 2.<\/p>\n<p>However, there are certain requirements that need to be fulfilled for setting up the Magento 2 server in a rightful way. Here we will utilize Nginx to install setup the server.<br \/>\nMagento platform completely supports\u00a0Nginx 1.8\u00a0and requires the latest version of\u00a0php-fpm\u00a0for installation.<\/p>\n<p>Moreover, the installation process varies from the operating system to the operating system. We are considering\u00a0Ubuntu 16 operating\u00a0system to set up the Magento 2 server using Nginx.<\/p>\n<h4>Install nginx<\/h4>\n<p>Install the server using nginx by using the command given below.<\/p>\n<p><code class=\"d-block\">apt-get -y install nginx<\/code><\/p>\n<h4>Install and Configure php-fpm<\/h4>\n<p>Installing Nginx is only half the job done. You need to ensure that the Magento platform functions in a full-fledged manner on the server. For that, you need to use numerous PHP extensions for the proper functioning of the Magento2 PWA.<\/p>\n<p>Those who are going to use the Nginx, follow the steps below for the installation and configuration of php-fpm.<\/p>\n<h5>Install php-fpm and php-cli:<\/h5>\n<p>The following command installs the newest version of PHP 7.2.X for the proper functioning of the Magento 2 platform.<\/p>\n<p><code class=\"d-block\">apt-get -y install php7.2-fpm php7.2-cli<\/code><\/p>\n<h5>Open php.ini files in the editor:<\/h5>\n<p><code class=\"d-block\">vim \/etc\/php\/7.2\/fpm\/php.ini<br \/>\nvim \/etc\/php\/7.2\/cli\/php.ini<\/code><\/p>\n<h5>Edit php.ini Files to Match the Required PHP Settings:<\/h5>\n<p><code class=\"d-block\">memory_limit = 2G<br \/>\nmax_execution_time = 1800<br \/>\nzlib.output_compression = On<\/code><\/p>\n<h5>Saves files and Close the Editor<\/h5>\n<h5>Start the php-fpm service to crosscheck the server installation<\/h5>\n<p>Use the command below to restart the php-fpm service.<\/p>\n<p><code class=\"d-block\">systemctl restart php7.2-fpm<\/code><\/p>\n<h4>Advantage of Using Nginx Server<\/h4>\n<ul>\n<li>The installation and configuration processes of the Nginx are quite smooth.<\/li>\n<li>Nginx is one of the best servers for hosting and delivering static files like mp4, zip, etc.<\/li>\n<li>It can handle 4 times more concurrent connections than Apache 4.<\/li>\n<li>It is quite compatible with some of the most commonly used web applications.<\/li>\n<li>Nginx provides an outstanding load balancing support. It evenly distributes clients\u2019 requests across backend servers.<\/li>\n<li>Nginx amplifies the website speed manifold times. All the top-notch websites of the world like Facebook, Yahoo, Youtube, etc., use Nginx to manage the website traffic efficiently.<\/li>\n<\/ul>\n<h3>Step 2: Installation and Configuration of the Magento 2 on Server<\/h3>\n<p>The next pivotal step in the process of PWA installation in Magento 2.3 is the installation and configuration of Magento2 on the Nginx server.<\/p>\n<p>Though there are plenty of ways to install the Magento 2 on the server, we are going to use the composer (an effective tool for the dependency management in PHP) for the installation.<\/p>\n<h4>Magento 2 Installation Using Composer<\/h4>\n<p>The key function of composer in Magento 2 installation is to manage all Magento components and their dependencies. Here, you need to fulfil two requisites.<\/p>\n<ul>\n<li>Get the Magento 2 Authentication Keys<\/li>\n<li>Get the Magento Metapackage<\/li>\n<\/ul>\n<h4>Obtain Magento 2 Authentication Key<\/h4>\n<p>You can easily get authentication keys by login in your Magento account. Follow the link below to obtain the Magento 2 authentication keys. <a href=\"https:\/\/marketplace.magento.com\/customer\/accessKeys\/\" target=\"_blank\" rel=\"noopener\">https:\/\/marketplace.magento.com\/customer\/accessKeys\/<\/a><\/p>\n<h4>Get The Magento Metapackage<\/h4>\n<p>Before you obtain the Metapackage, it is essential to understand what Metapackage is? And its significance.<\/p>\n<p>The principal function of Metapackages is to group all those extensions into a single unit that comprises multiple packages. For those extensions, a Metapackage function as the root page. We recommend you to follow the below-mentioned steps to get the Metapackage.<\/p>\n<ul>\n<li>Access your Magento server and switch to\u00a0<strong>the Magento file system owner<\/strong>.<\/li>\n<li>Switch to the server root directory that you have configured as a virtual host docroot.<\/li>\n<li>You can create a composer project either using Magento open source or using the Magento community edition.<\/li>\n<\/ul>\n<p><code class=\"d-block\">composer create-project --repository=https:\/\/repo.magento.com\/ magento\/project-community-edition:2.3.1 magento2.3.1<\/code><\/p>\n<p>If you face errors in creating the composer project, it is quite possible you have committed typo errors while writing the command. Moreover, if you still face errors even after your command is perfect, you should contact the Magento support for help.<\/p>\n<p><strong>Note: &#8211;<\/strong> We recommend you to <a href=\"https:\/\/emizentech.com\/hire-magento-developer.html\">hire Magento 2 certified developers<\/a> to manage the tedious task of PWA installation in Magento 2.3 without any glitch.<\/p>\n<h3>Step 3: Install Yarn<\/h3>\n<p>Before you learn the steps to install Yarn, it is pivotal to understand what Yarn is, and what are the benefits of using Yarn for Magento 2.3 PWA installation.<\/p>\n<p>Yarn stands for Yet Another Resource Negotiator developed by Facebook is a highly efficient packet manager that allows you to share code with other developers without any hassle. Unlike npm, yarn does it in a more secure and reliable way. The biggest advantage of using yarn is it allows you to utilize other developers\u2019 solutions to resolve your problems.<\/p>\n<p>Codes in the yarn are shared through a package which is also referred to as a module.<\/p>\n<h4>Steps to Install Yarn<\/h4>\n<p>There are numerous ways to install yarn. However, as stated earlier, we are using Ubuntu operating system to install Yarn via Debian package repository.<\/p>\n<p>Configure The Debian Package Repository<br \/>\nUse the command given below to configure the Debian repository.<\/p>\n<p><code class=\"d-block\">curl -sS https:\/\/dl.yarnpkg.com\/debian\/pubkey.gpg | sudo apt-key add -<br \/>\necho \"deb https:\/\/dl.yarnpkg.com\/debian\/ stable main\" | sudo tee \/etc\/apt\/sources.list.d\/yarn.list<\/code><br \/>\n<strong>Note: &#8211;<\/strong> On or below Ubuntu 16.04, you must have to configure the source node repository. You can use the command given below.<\/p>\n<p><code class=\"d-block\">sudo apt-get update &amp;&amp; sudo apt-get install yarn<\/code><\/p>\n<p>It is quite possible that Yarn may not be located in your path, in that case, we recommend you to add the path and run it anywhere without any interruption.<\/p>\n<h4>Path Setup for Yarn<\/h4>\n<p><code class=\"d-block\">export PATH=\"$PATH:\/opt\/yarn-[version]\/bin\"<\/code><\/p>\n<p>Add this command to your profile. Your profile can be in. bashrc, .bash_profile, .profile, etc.<\/p>\n<p>To validate the changes, you will make, log in and log out in the terminal.<\/p>\n<p>It\u2019s time to test whether the yarn is perfectly installed or not. To test the yarn installation, use the command given below.<\/p>\n<p><code class=\"d-block\">yarn \u2013version<\/code><br \/>\nAfter following all the steps meticulously, if you face errors in Yarn installation, we recommend you to look into GitHub for eradicating the prevailing issue.<\/p>\n<h3>Step 4 &#8211; PWA Installation in Magento 2.3<\/h3>\n<p>The fourth step is perhaps the most significant step in our Magento PWA installation guide.<\/p>\n<p>We are going to use the Venia storefront in PWA installation because it can seamlessly run on Magento 2 backend. However, the key question pops up here is, how to install Venia PWA storefront without any hitch.<\/p>\n<p>Use the below-mentioned steps to setup the Venia PWA storefront in Magento 2.3.<\/p>\n<h4>Requirements for Setting Up Venia PWA Storefront<\/h4>\n<p>You have to fulfil certain requirements to setup Venia PWA storefront and explore Magento PWA components.<\/p>\n<ul>\n<li>Yarn version \u203a 1.13.0<\/li>\n<li>NodeJs Version \u203a 10.14.1<\/li>\n<li>A properly running and functioning Magento 2.3 setup<\/li>\n<\/ul>\n<h4>Steps for Venia Storefront Setup<\/h4>\n<h5>Clone PWA-Studio Repository<\/h5>\n<p><code class=\"d-block\">git clone https:\/\/github.com\/magento-research\/pwa-studio.git<\/code><br \/>\nYou have to clone PWA-Studio repository in magento 2.3 development environment.<\/p>\n<h5>Install Project Dependencies<\/h5>\n<p>To install the PWA project dependencies, run the below given command in the Magento PWA studio root directory.<\/p>\n<p><code class=\"d-block\">yarn install<\/code><\/p>\n<h5>Get SSL Certificate<\/h5>\n<p>Your PWA domain should be HTTPS secured if you want to protect it from malicious threats. You can generate a trusted SSL certificate for the Venia storefront in the root directory.<\/p>\n<p><code class=\"d-block\">yarn buildpack create-custom-origin packages\/venia-concept<\/code><\/p>\n<h5>Create and Update. env file in PWA<\/h5>\n<p>We are using STAGING_SERVER_PORT=8080 as we want to restrict our Magento PWA usage for non-commercial customers.<br \/>\nTo create .env file on Venia, use <strong>create-env-file<\/strong> subcommand with build CLI tool. The subcommand will help you to create <strong>packages\/venia-concept\/.env<\/strong> through which you can set value for MAGENTO_BACKEND_URL.<\/p>\n<p><code class=\"d-block\">MAGENTO_BACKEND_URL=\"https:\/\/master-7rqtwti-mfwmkrjfqvbjk.us-4.magentosite.cloud\/\" yarn buildpack create-env-file packages\/venia-concept<\/code><\/p>\n<p><strong>Note: &#8211;<\/strong> The latest version of the Venia PWA storefront runs better on Magento 2.3.X instance.<\/p>\n<h3>STEP 5 \u2013 Start The Server<\/h3>\n<h5>Build Artifacts<\/h5>\n<p>You need to generate build Artifacts for Venia storefront in the project root directory by using the command given below. You have to generate build Artifacts before running the server.<\/p>\n<p><code class=\"d-block\">yarn run build<\/code><\/p>\n<h5>Run The Server<\/h5>\n<p>There are plenty of ways to run the server. We are going to state 3 commands from which you can utilize any of them to run the server.<\/p>\n<p><code class=\"d-block\">yarn run watch:venia<\/code><\/p>\n<p>This command immediately begins the Venia storefront development environment.<\/p>\n<p><code class=\"d-block\">yarn run watch:all<\/code><\/p>\n<p>This command will run full PWA studio developer experience which comprises Venia hot-reloading and concurrent build pack rebuilds.<\/p>\n<p><code class=\"d-block\">yarn run build &amp;&amp; yarn run stage:venia<\/code><\/p>\n<p>This command is for generating build artifacts and run staging environment.<\/p>\n<h3>STEP 6 \u2013 Setup Nginx Reverse Proxy<\/h3>\n<p>Once your server is ready, it is imperative to setup Nginx HTTPS reverse proxy which can take clients\u2019 requests, pass them to different servers, and deliver server level response back to the clients.<\/p>\n<p>Follow the command given below to setup Nginx reverse proxy.<\/p>\n<p><code class=\"d-block\">location \/ {<br \/>\nproxy_pass http:\/\/127.0.0.1:8080; (Because we are using personally hosted web server)<br \/>\nproxy_http_version 1.1;<br \/>\nproxy_set_header Upgrade $http_upgrade;<br \/>\nproxy_set_header Connection 'upgrade';<br \/>\nproxy_set_header Host $host;<br \/>\nproxy_cache_bypass $http_upgrade;<br \/>\n}<\/code><\/p>\n<h4>Numerous Benefits of Using the Nginx Reverse Proxy on the Magento 2.3 Instance<\/h4>\n<ul>\n<li><strong>Better Performance<\/strong>\u00a0\u2013 When it comes to delivering static content files and analyzing URLs, Nginx reverse proxy is par excellent.<\/li>\n<li><strong>Enhanced Security<\/strong> \u2013\u00a0Nginx reverse proxy provide formidable security to the backend servers. The best part is, with Nginx reverse proxy at your disposal, your server identity always remains unknown to clients.<\/li>\n<li><strong>Load Balancing<\/strong>\u00a0\u2013 This is undeniably the biggest benefit of using Nginx reverse proxy on the Magento 2.3 instance. It can efficiently perform load balancing which evenly distributes clients\u2019 requests across backend servers.<\/li>\n<li><strong>Simple Logging and Auditing<\/strong>\u00a0\u2013 In Nginx reverse proxy, there is only one point of access which makes the logging and auditing process simplistic.<\/li>\n<\/ul>\n<p>We can clearly see that the above-described process of Magento 2.3 PWA installation is quite daunting and intricate. To ensure nothing goes wrong when installing the PWA in Magento 2.3, we recommend you to hire Magento 2 certified developers who are well-versed with the entire process of PWA studio step in the Magento 2.3 instance.<\/p>\n<h4>Emizentech Magento 2 PWA Installation Demo<\/h4>\n<p>You all must be curious for how your PWA studio would look like after the installation. To satiate your curiosity, we have mentioned a PWA store demo link below of EmizenTech PWA store. It will give you a fair idea of How your PWA studio will look like once it is installed properly.<\/p>\n<p>Emizentech Magento 2.3 PWA Demo<\/p>\n<h4>Top Reasons to Use Magento 2 PWA Studio in Your E-commerce?<\/h4>\n<p>Before you show hastiness in the development of the Magento 2.3 PWA studio for your e-commerce, you should get conversant first with the top-notch reasons for using Magento 2 PWA studio. Have a look at the top reasons \u2013<\/p>\n<ul>\n<li>You can easily create and manage all channels through a single code base and at a single application.<\/li>\n<li>It provides a range of tools to personalize user experience and make your e-commerce store more regaling.<\/li>\n<li>You don\u2019t have to pay a single dime to make your website mobile-friendly or in the development of a mobile application for your business. PWAs work quite swiftly on all mobile devices.<\/li>\n<li>It helps developers in numerous ways. Through developer tools, they can get fast prototyping, debug varied issues, get rich feedback, and amplify productivity.<\/li>\n<li>Progressive web applications are less resource-dependent. They require very little storage for hosting which means they dwindle the cost of acquiring big hosting services.<\/li>\n<\/ul>\n<h4>How Utilizing PWAs in Magento are Useful for Merchants?<\/h4>\n<p>There are gargantuan benefits of using PWAs in your Magento e-commerce store. Let\u2019s review the key benefits one at a time.<\/p>\n<ul>\n<li><strong>Usability<\/strong>\u00a0\u2013 For merchants, PWAs are the easiest to use, and this is one of the biggest advantages of adopting PWAs for business. While the business owners can take the maximum advantage of the POS system, sales executives can sell products instantly and derive the maximum sales.<\/li>\n<li><strong>App-Like Experience<\/strong> \u2013\u00a0Merchants can deliver users both website and mobile app experience at the same time. Progressive web applications can adapt with different device sizes and render users mobile-app experience which propels them to return again and again.<\/li>\n<li><strong>Performance<\/strong>\u00a0\u2013 When it comes to performance, progressive web applications are second to none. They instantly load pages with chunky size and don\u2019t let your users bounce from the store. If we look at things from the customers\u2019 perspective, high-performance web pages are pivotal to deliver the right information in the quickest time and generate more leads.<\/li>\n<li><strong>Massive Conversions<\/strong>\u00a0\u2013 With progressive web applications at your disposal, you can escalate the conversion rate by leaps and bounds and augment your business growth manifold times. Progressive web applications are highly responsive and deliver information to users in a faster way.<\/li>\n<li><strong>Cost Cut-Down<\/strong>\u00a0\u2013 As progressive web applications deliver mobile app-like experience; you don\u2019t have to spend a fortune on developing a separate business application. Hence, you can spend the saved amount in running other business operations.<\/li>\n<\/ul>\n<p>So, to conclude one can say that PWA ecommerce development is a one time investment which will yield great results for your ecommerce business in the long run. Therefore, hiring a company that offers professional PWA development services is a first step to beat your competitors.<\/p>\n<h3>People also searched for<\/h3>\n<ul>\n<li>Magento 2 PWA<\/li>\n<li>Magento 2 PWA Setup<\/li>\n<li>PWA Magento 2<\/li>\n<li>Magento PWA<\/li>\n<li>Magento 2 PWA extension<\/li>\n<li>Magento 2 PWA theme<\/li>\n<li>Magento 2 PWA tutorial<\/li>\n<li>PWA for Magento 2<\/li>\n<li>PWA in Magento 2<\/li>\n<li>PWA Magento<\/li>\n<li>PWA theme Magento 2<\/li>\n<li>progressive web app Magento 2<\/li>\n<li>Magento 2 progressive web app<\/li>\n<li>Install PWA Magento 2<\/li>\n<li>PWA Magento 2 theme<\/li>\n<li>Magento PWA theme<\/li>\n<li>Magento 2 PWA integration<\/li>\n<li>Magento PWA Studio install<\/li>\n<li>PWA for Magento<\/li>\n<li>PWA design services<\/li>\n<li>PWA mobile app development<\/li>\n<li>PWA website development<\/li>\n<li>PWA ecommerce development<\/li>\n<li>Magento PWA tutorial<\/li>\n<li>Magento progressive web app<\/li>\n<li>Magento 2 PWA studio<\/li>\n<li>Magento 2 PWA install<\/li>\n<li>Magento 2.3 PWA theme<\/li>\n<li>Magento 2 PWA setup<\/li>\n<li>Progressive web apps Magento 2<\/li>\n<li>Magento 2 progressive web application<\/li>\n<li>Progressive web application development<\/li>\n<li>Magento PWA development<\/li>\n<li>PWA tutorial<\/li>\n<li>Progressive web apps development<\/li>\n<li>Magento progressive web apps<\/li>\n<li>Progressive web app Magento<\/li>\n<li>PWA Magento 2.3<\/li>\n<li>What is PWA in Magento 2, 2.2.x, 2.3.x<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>It is not a hidden fact anymore that businesses, slowly and steadily.<\/p>\n","protected":false},"author":35,"featured_media":218,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[78],"tags":[],"class_list":{"0":"post-217","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-magento"},"jetpack_featured_media_url":"https:\/\/emizentech.com\/blog\/wp-content\/uploads\/sites\/2\/2020\/01\/m-commerce02-1.png","featured_image_src":"https:\/\/emizentech.com\/blog\/wp-content\/uploads\/sites\/2\/2020\/01\/m-commerce02-1.png","featured_image_src_square":"https:\/\/emizentech.com\/blog\/wp-content\/uploads\/sites\/2\/2020\/01\/m-commerce02-1.png","author_info":{"display_name":"Amit Samsukha","author_link":"https:\/\/emizentech.com\/blog\/author\/amit"},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/posts\/217","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/users\/35"}],"replies":[{"embeddable":true,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/comments?post=217"}],"version-history":[{"count":1,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/posts\/217\/revisions"}],"predecessor-version":[{"id":43599,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/posts\/217\/revisions\/43599"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/media\/218"}],"wp:attachment":[{"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/media?parent=217"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/categories?post=217"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emizentech.com\/blog\/wp-json\/wp\/v2\/tags?post=217"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}