{"id":392,"date":"2023-06-27T16:51:25","date_gmt":"2023-06-27T16:51:25","guid":{"rendered":"https:\/\/cachitoswp.com\/?p=392"},"modified":"2024-09-16T16:34:11","modified_gmt":"2024-09-16T16:34:11","slug":"opening-links-in-a-new-window-seems-harmless-so-be-careful","status":"publish","type":"post","link":"https:\/\/cachitoswp.com\/en\/opening-links-in-a-new-window-seems-harmless-so-be-careful\/","title":{"rendered":"Open links in a new window: Seems harmless, right? Well be careful!"},"content":{"rendered":"<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Did you know that something as &quot;silly&quot; as opening links in a new window can be dangerous? Bad actors can take advantage of this functionality to trick users into downloading malware or visiting malicious websites without their knowledge\u00b9.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is important that web developers avoid using, as far as possible, links with <strong>target=\u00bb_blank\u00bb <\/strong>on their websites. In fact, a golden rule in usability is that the user decides whether or not they want to open the links in new windows. (Just like a lot of other things shouldn&#039;t happen without the user deciding, ahem.)<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-primary-color has-text-color has-large-font-size wp-block-paragraph\">rel=noopener in links <strong>prevents the page opened in a new window or tab from having access to the original page and protects the user from possible attacks<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, this is one of those things where you say \u201cwhy does it exist then?\u201d; Well okay, of course it can be useful to open links in new windows. And furthermore, we know that the vast majority of users have no idea how to open links in a new tab, not with the right click, nor with a wheel click, much less with a key combination.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Furthermore, in practice, you will find yourself in real cases where the client asks you to open the links to their articles in a new window or tab because they make external references, and they do not want their user to &quot;leave&quot; the post.<\/p>\n\n\n<a style=\"background-color:#ffffff;color:color: #424242!important\" rel=\"sponsored\" data-sal=\"flip-up\" data-sal-repeat title=\"OFFER: King Bad Piggie Micro Building Blocks\" class=\"blockytoys-product-banner myclass\" data-product=\"https:\/\/blockytoys.com\/producto\/cerdo-angry-birds-verde-king\/\" href=\"https:\/\/blockytoys.com\/producto\/cerdo-angry-birds-verde-king\/\">\n    <figure class=\"product-banner-pic\">\n        <img decoding=\"async\" alt=\"\" data-sal=\"zoom-in\" data-sal-delay=\"200\" src=\"https:\/\/cachitoswp.com\/wp-content\/uploads\/2023\/06\/angry-bird-certo-verde-king-construcciones-001.webp\" loading=\"lazy\" width=\"auto\" height=\"auto\" \/>\n    <\/figure>\n    <div class=\"product-banner-info\">\n        <h3 class=\"banner-info-title\" style=\"color:#2ecc1c\">King Bad Piggie<\/h3>\n        <p class=\"banner-info-subtitle\" style=\"color:#2ecc1c\">Micro building blocks<\/p>\n        <p class=\"jastags\">#loNeed #buildingBlocks #buildCheaper<\/p>\n        <p class=\"banner-info-price\" style=\"color:#2ecc1c\">Only <span>8,90<\/span>\u20ac !<\/p>\n        <button class=\"banner-info-button\" style=\"background-color:#2ecc1c\">see more<\/button>\n    <\/div>\n<\/a>\n\t\t<style>.gcb-editor-form h3 {\n        font-size:14px;\n    }\n    .blockytoys-product-banner {\n        text-decoration:none!important;\n        display:flex;\n        cursor:pointer;\n\n        flex-direction:column;\n        flex-wrap:wrap;\n        align-items:center;\n        justify-content:middle;\n        position:relative;\n        z-index:1;\n        border-radius: 0 15px 0 15px;\n        overflow:hidden;\n    }\n    \n    .blockytoys-product-banner::before {\n        content:\"PUBLIACIDEZ\";\n        display:inline-block;\n        position:absolute;\n        left:0;\n        top:0;\n        color:#fff;\n        background:steelblue;\n        padding:2px 6px;\n        line-height:1;\n        font-size:9px;\n        letter-spacing:0.1em;\n    }\n    \n    .product-banner-pic {\n        margin:0;\n        text-align:center;\n    }\n    .product-banner-pic img {\n        width:100%;\n    }\n    .product-banner-info {\n        padding:0 25px 25px 25px;\n        box-sizing:border-box;\n        text-align:center;\n    }\n    .banner-info-title {\n        margin:0;\n        font-size:26px;\n        font-weight:bold;\n    }\n    .banner-info-subtitle {\n        margin:0;\n        font-size:17px;\n        font-weight:normal;\n    }\n    .banner-info-price {\n        margin:20px 0;\n        font-size:18px;\n        font-weight:bold;\n        animation-name:blinky;\n        animation-duration:0.65s;\n        animation-iteration-count:infinite;\n        \n    }\n    .banner-info-button {\n        color:#fff;\n        appearance:none;\n        display:inline-block;\n        min-width:140px;\n        border:0;\n        font-family:inherit;\n        text-transform:uppercase;\n        padding:10px;\n        font-weight:bold;\n        font-size:14px;\n        cursor:pointer;\n    }\n    @media(min-width:768px) {\n        .blockytoys-product-banner {\n            flex-direction:row;\n        }\n        .product-banner-pic {\n            width:36%;\n        }\n        .product-banner-info {\n            padding-top:30px;\n            width:64%;\n            background-image:url(https:\/\/cachitoswp.com\/wp-content\/uploads\/2023\/06\/nerd-quiere-comprar.png),\n            url(https:\/\/cachitoswp.com\/wp-content\/uploads\/2023\/06\/blockytoys-logo-color.svg);\n            background-repeat:no-repeat,no-repeat;\n            background-position:0 1000px, 100% 1000px;\n            background-size:110px auto, 120px auto;\n            transition:1s;\n        }\n        .sal-animate .product-banner-info {\n            background-position: 0 100%, 96% 89%\n        }\n    }\n    @keyframes blinky {\n        0% {\n            transform:scale(1);\n        }\n        50% {\n            transform:scale(1.2);\n        }\n        100% {\n            transform:scale(1);\n        }\n    }\n    .jastags {\n      font-family: monospace, mono;\n      font-size: 12px;\n      line-height: 1.5;\n      margin: 5px 0 0 0;\n    }\n    \n    .blockytoys-product-banner.bali-banner .product-banner-info {\n        background-image:none!important;\n    }\n    .blockytoys-product-banner.bali-banner .jastags {\n        display:none;\n    }<\/style>\n\t\t\n\n\n<p class=\"wp-block-paragraph\">Ok, well, here&#039;s the trick: when you have no choice but to open a link to a target=&quot;_blank&quot; because &quot;yes to all&quot; use the REL attribute, like this:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewbox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;a href=&quot;https:\/\/link.externo&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Link exerno&lt;\/a&gt;\" style=\"color:#d8dee9ff;display:none\" aria-label=\"copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #81A1C1\">&lt;a<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">href<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">https:\/\/link.externo<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">target<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">_blank<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">rel<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">noopener<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #81A1C1\">&gt;<\/span><span style=\"color: #D8DEE9FF\">external link<\/span><span style=\"color: #81A1C1\"><\/a><\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">By the way, for external links that are not relevant you can add more parameters to the REL attribute, such as nofollow and others.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>TIP!:<\/strong> Until recently, I used new window and rel=\u00bbnofollow noopener\u00bb for the typical social media icon links, since there was some knowledge at that time that it was not recommended to index social profiles. <a href=\"https:\/\/www.seroundtable.com\/google-nofollow-links-social-media-profiles-34645.html\" target=\"_blank\" rel=\"noreferrer noopener\">Well, Google does not recommend doing this at all.<\/a> and recommends that links to YOUR social profile on fb, twitter etc, <strong>contain &quot;me&quot; in the REL attribute<\/strong> such as:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#d8dee9ff;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#2e3440ff\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewbox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"&lt;a href=&quot;https:\/\/facebook.com\/adefesio&quot; target=&quot;_blank&quot; rel=&quot;noopener me&quot;&gt;Mi perfil de FB&lt;\/a&gt;\" style=\"color:#d8dee9ff;display:none\" aria-label=\"copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #81A1C1\">&lt;a<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">href<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">https:\/\/facebook.com\/adefesio<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">target<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">_blank<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #8FBCBB\">rel<\/span><span style=\"color: #81A1C1\">=<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">noopener me<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #81A1C1\">&gt;<\/span><span style=\"color: #D8DEE9FF\">My FB profile<\/span><span style=\"color: #81A1C1\"><\/a><\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<div class=\"wp-block-stackable-text stk-block-text stk-block stk-9a178ce\" data-block-id=\"9a178ce\"><p class=\"stk-block-text__text\">Interesting right?<\/p><\/div>\n\n\n\n<div class=\"wp-block-stackable-text stk-block-text stk-block stk-ca11809\" data-block-id=\"ca11809\"><p class=\"stk-block-text__text\">Your code is very good, but how do I add REL or other attributes such as TITLE in the Gutenberg block editor to my text links, if the option does not appear?<\/p><\/div>\n\n\n\n<div class=\"wp-block-stackable-text stk-block-text stk-block stk-baf1647\" data-block-id=\"baf1647\"><p class=\"stk-block-text__text\">Simply, in your editor, go to the paragraph that contains the link, and in the menu with the three dots on the far right, press &quot;edit as HTML.&quot; The raw code will appear, simply add your rel=\u00bb\u00bb in the opening tag of the link as I show in my example (the order of the -href, target, rel attributes does not matter, just that they are separated by a space and well in quotes.)<\/p><\/div>\n\n\n\n<div class=\"wp-block-stackable-heading stk-block-heading stk-block-heading--v2 stk-block stk-c628bf2\" id=\"reverse-tabnabbing-br-la-junta-de-la-trocola\" data-block-id=\"c628bf2\"><h3 class=\"stk-block-heading__text\">Reverse tabnabbing!<br>(The trocola joint!)<\/h3><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The vulnerability of links with target blank is called <strong>&quot;reverse tabnabbing&quot;<\/strong>. Explain this term to your client, you will see how many laughs. This occurs when a malicious website opens a new window and redirects it to a fake page that looks legitimate. If the user logs in on that fake page, the malicious website can steal their credentials\u00b9.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To avoid this vulnerability, it is recommended to use the &quot;rel=noopener&quot; attribute on links that open in a new window. <strong>This prevents the opened page from accessing the original page and protects the user from possible attacks<\/strong>\u00b2.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And here is our friend Bing, who leaves us the bibliography that he used to draft this post:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b9: <a href=\"https:\/\/es.meta.stackoverflow.com\/questions\/4333\/por-qu%C3%A9-no-al-abrir-un-enlace-este-se-abra-en-otra-pesta%C3%B1a\">Why doesn&#039;t when I open a link, it open in another tab?<\/a><br>\u00b3: <a href=\"https:\/\/www.freecodecamp.org\/espanol\/news\/como-usar-html-para-abrir-un-link-en-un-tab-nuevo\/\">How to use HTML to open a link in a new tab \u2013 freeCodeCamp.org<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Origen: Conversaci\u00f3n con Bing, 26\/6\/2023(1) \u00bfPor qu\u00e9 no al abrir un enlace, este se abra en otra pesta\u00f1a?. https:\/\/es.meta.stackoverflow.com\/questions\/4333\/por-qu%c3%a9-no-al-abrir-un-enlace-este-se-abra-en-otra-pesta%c3%b1a Con acceso 26\/6\/2023.<br>(2) How to use HTML to open a link in a new tab \u2013 freeCodeCamp.org. https:\/\/www.freecodecamp.org\/espanol\/news\/como-usar-html-para-abrir-un-link-en-un-tab-nuevo\/ With access 6\/26\/2023.<br>(3) Open the pages in a new browser window \u2013 NorfiPC. https:\/\/norfipc.com\/inf\/javascript-abrir-nueva-ventana-navegador.html Accessed 6\/26\/2023.<br>(4) Open links in a new window: how and why not. https:\/\/apagayenciende.net\/abrir-enlaces-en-una-ventana-nueva-como-y-por-que\/ With access 6\/26\/2023.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00b9: <a href=\"https:\/\/ayudawp.com\/la-vulnerabilidad-target_blank-la-solucion-relnoopener-noreferrer-wordpress\/\">The target=\u00bb_blank\u00bb vulnerability and the rel=\u00bbnoopener\u00bb solution \u2013 WordPress Help<\/a><br>\u00b2: <a href=\"https:\/\/programmerclick.com\/article\/39001341950\/\">What is rel=&quot;noopener&quot; in WordPress? (With explanation)<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Origin: Conversation with Bing, 6\/26\/2023(1) The target=\u00bb_blank\u00bb vulnerability and the rel=\u00bbnoopener solution\u2026. https:\/\/bing.com\/search?q=vulnerability+attribute+rel+noopener Accessed 6\/26\/2023.<br>(2) What is rel=&quot;noopener&quot; in WordPress? (With explanation). https:\/\/programmerclick.com\/article\/39001341950\/ Accessed 6\/26\/2023.<br>(3) What is Rel = \u201cNoopener\u201d and how to use it with WordPress? https:\/\/www.recursoswp.com\/que-es-rel-noopener-y-como-usarlo-con-wordpress\/ With access 6\/26\/2023.<br>(4) The target=\u00bb_blank\u00bb vulnerability and the rel=\u00bbnoopener solution\u2026. https:\/\/ayudawp.com\/la-vulneribilidad-target_blank-la-solucion-relnoopener-noreferrer-wordpress\/ Accessed 6\/26\/2023.<br>(5) Uso del atributo rel en los enlaces de un sitio o aplicaci\u00f3n web. https:\/\/es.stackoverflow.com\/questions\/322294\/uso-del-atributo-rel-en-los-enlaces-de-un-sitio-o-aplicaci%C3%B3n-web Con acceso 26\/6\/2023.<\/p>","protected":false},"excerpt":{"rendered":"<p>Sab\u00edais que algo tan \u00abtonto\u00bb como abrir enlaces en una nueva ventana puede ser peligroso? Los malos pueden aprovecharse de esta funcionalidad para enga\u00f1ar a los usuarios y hacerles descargar malware o visitar sitios web maliciosos sin su conocimiento\u00b9. Es importante que los desarrolladores web eviten utilizar en la medida de lo posible, enlaces con [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":394,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[1,14],"tags":[23,20,13],"class_list":["post-392","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-diseno-desarrollo-web-wordpress","category-seguridad","tag-facil","tag-html-css","tag-sabias-que"],"mb":[],"mfb_rest_fields":["title"],"_links":{"self":[{"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/comments?post=392"}],"version-history":[{"count":1,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":1252,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/posts\/392\/revisions\/1252"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/media\/394"}],"wp:attachment":[{"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/media?parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/categories?post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cachitoswp.com\/en\/wp-json\/wp\/v2\/tags?post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}