{"id":17,"date":"2018-09-08T23:22:36","date_gmt":"2018-09-08T23:22:36","guid":{"rendered":"https:\/\/gpsites.co\/marketer\/?p=17"},"modified":"2024-11-04T21:40:49","modified_gmt":"2024-11-04T21:40:49","slug":"how-to-improve-wordpress-security","status":"publish","type":"post","link":"https:\/\/www.francescopepe.com\/en\/how-to-improve-wordpress-security\/","title":{"rendered":"How to improve WordPress security without plugins"},"content":{"rendered":"<p><a href=\"https:\/\/wordpress.org\">WordPress<\/a> is the most widely used content management system in the world. One third of the world's sites are developed on this platform.<\/p>\n\n\n\n<p>This makes it a perfect prey for <a href=\"https:\/\/it.wikipedia.org\/wiki\/Hacker#Classificazione\">hacker<\/a> e <a href=\"https:\/\/it.wikipedia.org\/wiki\/Spam\">spammer<\/a>. <\/p>\n\n\n\n<p>Fortunately, security in WordPress is held in high regard, and developers have implemented all possible measures to prevent a site from being \"<strong>laundry<\/strong>\" by ill-intentioned people.<\/p>\n\n\n\n<p>In spite of this, we can implement small steps to make our installation more secure. And without the use of plugins!<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"aggiorna-wordpress\">Update WordPress<\/h2>\n\n\n<p>Keeping our CMS up-to-date is the most important thing. WordPress is constantly updated with all patches to fix any security issues.<\/p>\n\n\n\n<p>Most WordPress updates in fact consist of the following. <strong>bugfixes and security patches<\/strong>.<\/p>\n\n\n\n<p>For the lazy ones it is worth mentioning that from version 3.7 WordPress can receive automatic updates. To activate this convenient option just go into the <strong>wp-config.php<\/strong> and add or modify the following line of code:<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-auto-translation=\"\"><code class=\"language-powershell line-numbers\">define( 'WP_AUTO_UPDATE_CORE', true );<\/code><\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"cancella-temi-e-plugin-inutilizzati\">Delete unused themes and plugins<\/h2>\n\n\n<p>It may happen that you have installed a plugin or theme that then for one reason or another was no longer used. In fact, having unused plugins and themes in addition to increasing the space taken up on disk, can lead to an increased risk of exposing your site to attacks. <\/p>\n\n\n\n<p>Limit installation of plugins to those you need and use regularly.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"cancella-lutente-admin\">Delete user admin<\/h2>\n\n\n<p>By default many WordPress installations create the admin user. In the case of brute force there will be many attempts to log in using this account.<\/p>\n\n\n\n<p>To improve security, the admin account should be deleted and replaced with a less obvious name.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"usa-password-efficaci\">Use effective passwords<\/h2>\n\n\n<p>Obvious but never trite, the advice to use a password that is difficult to guess is an evergreen. <\/p>\n\n\n\n<p>Don't use the simplest password you remember, such as \"<strong>mario83<\/strong>\", but strive to use one that combines uppercase letters, lowercase letters, numbers, and special characters.<\/p>\n\n\n\n<p>You could use one like \"<strong>!lm10Gatt0s!CH1am4G1g1o<\/strong>\". This is a <strong>passphrase<\/strong> and you could use a similar one using a phrase you can easily remember.<\/p>\n\n\n\n<p>WordPress assigns a value for each password entered, try to use a level one <strong>strong<\/strong>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"permessi-di-files-e-cartelle\">File and folder permissions<\/h2>\n\n\n<p>Proper installation of WordPress also requires taking into account the permissions of files and folders. For optimal configuration all folders should be&nbsp;<strong>755<\/strong>&nbsp;and the files&nbsp;<strong>644<\/strong>, the wp-config.php should be set with permissions<strong>&nbsp;400<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Files\/Folders<\/strong><\/td><td><strong>Permissions<\/strong><\/td><\/tr><tr><td>wp-content<\/td><td>755<\/td><\/tr><tr><td>wp-admin<\/td><td>755<\/td><\/tr><tr><td>wp-includes<\/td><td>644<\/td><\/tr><tr><td>All .php files<\/td><td>644<\/td><\/tr><tr><td>wp-config.php (public_html folder)<\/td><td>400<\/td><\/tr><tr><td>index.php (public_html folder)<\/td><td>644<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"usa-le-wordpress-key\">Use WordPress keys<\/h2>\n\n\n<p>Make sure that in your file <strong>wp-config.php<\/strong> WordPress keys have been created. These global variables are used to improve the protection system by encrypting the cookies that reside on the browser.<\/p>\n\n\n\n<p>They are generated during installation on almost every hosting, but in case they are not present in your wp-config.php, you can create them by going to <a href=\"https:\/\/api.wordpress.org\/secret-key\/1.1\/\">https:\/\/api.wordpress.org\/secret-key\/1.1\/<\/a>.<\/p>\n\n\n\n<pre title=\"wp-config.php\" class=\"wp-block-code\" data-no-auto-translation=\"\"><code lang=\"php\" class=\"language-php\">define('AUTH_KEY',        'Mi@A%m`3adaTJ@#sL+{nq-WhrOwyCH|I(3k>NEoT=2+-.Fs^B*8*K|[jJ_GlQ~q[');\ndefine('SECURE_AUTH_KEY', 'ag-?YfLW!&lt;gYt~EtGRWD3?jp@h#8fW&amp;cVb50FSL=6?)$ps?N8t*&amp;]2U5jvZ4{wnQ');\ndefine('LOGGED_IN_KEY',   '++@dhNqKK8uv9OUM|-u^i>\/sZt.2]-X(^n>i\/+;vf!Fw;Dl(,&lt;v.H>kV1+D-h:C7');\ndefine('NONCE_KEY',       'WSR]KMRL%6&lt;y|#0.] =r^W4PPse].T&lt;g#S00It^O!BX%BBq0:XAYOg#g33[ZWlT&lt;');<\/code><\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"fai-un-backup-del-database\">Make a backup of the database<\/h2>\n\n\n<p>Backup is a critical thing. It may seem obvious, but many people underestimate the importance of having a backup in case the site is compromised.<\/p>\n\n\n\n<p>By now, all hosting offers automatic backups, the periodic cadence of which you can set to your liking, so you can always be sure not to lose the work you have done.<\/p>","protected":false},"excerpt":{"rendered":"<p>WordPress is the world's most popular content management system. One-third of the world's sites are developed on this platform. This makes it a perfect prey for hackers and spammers. Fortunately, security in WordPress is held in high regard, and developers have implemented all measures [...]<\/p>","protected":false},"author":1,"featured_media":69,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-17","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Come migliorare la sicurezza di WordPress senza plugin<\/title>\n<meta name=\"description\" content=\"Come migliorare la sicurezza di WordPress adottando dei semplici accorgimenti: piccoli passi per rendere il tuo blog ancora pi\u00f9 sicuro.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.francescopepe.com\/en\/how-to-improve-wordpress-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Come migliorare la sicurezza di WordPress senza plugin\" \/>\n<meta property=\"og:description\" content=\"Come migliorare la sicurezza di WordPress adottando dei semplici accorgimenti: piccoli passi per rendere il tuo blog ancora pi\u00f9 sicuro.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.francescopepe.com\/en\/how-to-improve-wordpress-security\/\" \/>\n<meta property=\"og:site_name\" content=\"Francesco Pepe\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-08T23:22:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-04T21:40:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Francesco\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Francesco\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/\"},\"author\":{\"name\":\"Francesco\",\"@id\":\"https:\/\/www.francescopepe.com\/#\/schema\/person\/151e90eaa70ca03f7637e395898a6743\"},\"headline\":\"Come migliorare la sicurezza di WordPress senza plugin\",\"datePublished\":\"2018-09-08T23:22:36+00:00\",\"dateModified\":\"2024-11-04T21:40:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/\"},\"wordCount\":556,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.francescopepe.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png\",\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/\",\"url\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/\",\"name\":\"Come migliorare la sicurezza di WordPress senza plugin\",\"isPartOf\":{\"@id\":\"https:\/\/www.francescopepe.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png\",\"datePublished\":\"2018-09-08T23:22:36+00:00\",\"dateModified\":\"2024-11-04T21:40:49+00:00\",\"description\":\"Come migliorare la sicurezza di WordPress adottando dei semplici accorgimenti: piccoli passi per rendere il tuo blog ancora pi\u00f9 sicuro.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage\",\"url\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png\",\"contentUrl\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png\",\"width\":700,\"height\":400,\"caption\":\"sicurezza wordpress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.francescopepe.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WordPress\",\"item\":\"https:\/\/www.francescopepe.com\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Come migliorare la sicurezza di WordPress senza plugin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.francescopepe.com\/#website\",\"url\":\"https:\/\/www.francescopepe.com\/\",\"name\":\"Francesco Pepe\",\"description\":\"Coding e digital marketing\",\"publisher\":{\"@id\":\"https:\/\/www.francescopepe.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.francescopepe.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.francescopepe.com\/#organization\",\"name\":\"Francesco Pepe\",\"url\":\"https:\/\/www.francescopepe.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.francescopepe.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2024\/04\/fp-logo.png\",\"contentUrl\":\"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2024\/04\/fp-logo.png\",\"width\":1250,\"height\":1250,\"caption\":\"Francesco Pepe\"},\"image\":{\"@id\":\"https:\/\/www.francescopepe.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.francescopepe.com\/#\/schema\/person\/151e90eaa70ca03f7637e395898a6743\",\"name\":\"Francesco\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.francescopepe.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/660288424706c1e81cdfa984813e860d815034a29d8f74fe11d34010ddd652c8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/660288424706c1e81cdfa984813e860d815034a29d8f74fe11d34010ddd652c8?s=96&d=mm&r=g\",\"caption\":\"Francesco\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to improve WordPress security without plugins","description":"How to improve WordPress security by taking simple steps: small steps to make your blog even more secure.","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:\/\/www.francescopepe.com\/en\/how-to-improve-wordpress-security\/","og_locale":"en_US","og_type":"article","og_title":"Come migliorare la sicurezza di WordPress senza plugin","og_description":"Come migliorare la sicurezza di WordPress adottando dei semplici accorgimenti: piccoli passi per rendere il tuo blog ancora pi\u00f9 sicuro.","og_url":"https:\/\/www.francescopepe.com\/en\/how-to-improve-wordpress-security\/","og_site_name":"Francesco Pepe","article_published_time":"2018-09-08T23:22:36+00:00","article_modified_time":"2024-11-04T21:40:49+00:00","og_image":[{"width":700,"height":400,"url":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png","type":"image\/png"}],"author":"Francesco","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Francesco","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#article","isPartOf":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/"},"author":{"name":"Francesco","@id":"https:\/\/www.francescopepe.com\/#\/schema\/person\/151e90eaa70ca03f7637e395898a6743"},"headline":"Come migliorare la sicurezza di WordPress senza plugin","datePublished":"2018-09-08T23:22:36+00:00","dateModified":"2024-11-04T21:40:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/"},"wordCount":556,"commentCount":0,"publisher":{"@id":"https:\/\/www.francescopepe.com\/#organization"},"image":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png","articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/","url":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/","name":"How to improve WordPress security without plugins","isPartOf":{"@id":"https:\/\/www.francescopepe.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png","datePublished":"2018-09-08T23:22:36+00:00","dateModified":"2024-11-04T21:40:49+00:00","description":"How to improve WordPress security by taking simple steps: small steps to make your blog even more secure.","breadcrumb":{"@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#primaryimage","url":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png","contentUrl":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2018\/09\/security.png","width":700,"height":400,"caption":"sicurezza wordpress"},{"@type":"BreadcrumbList","@id":"https:\/\/www.francescopepe.com\/come-migliorare-sicurezza-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.francescopepe.com\/"},{"@type":"ListItem","position":2,"name":"WordPress","item":"https:\/\/www.francescopepe.com\/wordpress\/"},{"@type":"ListItem","position":3,"name":"Come migliorare la sicurezza di WordPress senza plugin"}]},{"@type":"WebSite","@id":"https:\/\/www.francescopepe.com\/#website","url":"https:\/\/www.francescopepe.com\/","name":"Francis Pepe","description":"Coding and digital marketing","publisher":{"@id":"https:\/\/www.francescopepe.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.francescopepe.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.francescopepe.com\/#organization","name":"Francis Pepe","url":"https:\/\/www.francescopepe.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.francescopepe.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2024\/04\/fp-logo.png","contentUrl":"https:\/\/www.francescopepe.com\/wp-content\/uploads\/2024\/04\/fp-logo.png","width":1250,"height":1250,"caption":"Francesco Pepe"},"image":{"@id":"https:\/\/www.francescopepe.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.francescopepe.com\/#\/schema\/person\/151e90eaa70ca03f7637e395898a6743","name":"Francesco","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.francescopepe.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/660288424706c1e81cdfa984813e860d815034a29d8f74fe11d34010ddd652c8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/660288424706c1e81cdfa984813e860d815034a29d8f74fe11d34010ddd652c8?s=96&d=mm&r=g","caption":"Francesco"}}]}},"_links":{"self":[{"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/posts\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":12,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/posts\/17\/revisions"}],"predecessor-version":[{"id":1431,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/posts\/17\/revisions\/1431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/media\/69"}],"wp:attachment":[{"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/media?parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/categories?post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.francescopepe.com\/en\/wp-json\/wp\/v2\/tags?post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}