Help
RSS
API
Feed
Maltego
Contact
Domain > suenamichel.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-27
92.112.198.17
(
ClassC
)
2025-09-18
147.79.120.109
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Thu, 18 Sep 2025 12:38:17 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://suenamichel.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 138a4df33042007208fb4887ed058860-phx-edge8x-hcdn-cache-status: EXPIREDx-hcdn-upstream-rt: 0.263 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 18 Sep 2025 12:38:17 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.3.25Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheLink: https://suenamichel.com/wp-json/>; relhttps://api.w.org/Link: https://suenamichel.com/wp-json/wp/v2/pages/1358>; relalternate; titleJSON; typeapplication/jsonLink: https://suenamichel.com/>; relshortlinkEtag: W/9942-1758015897;gzX-LiteSpeed-Cache: hitplatform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: 71a9b3fe58cc2adbed18354957a1e5c3-phx-edge7x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.402 !DOCTYPE HTML>html dirltr langes prefixog: https://ogp.me/ns# og: http://ogp.me/ns#> head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, user-scalableno> title>Popular - SuenaMichel/title> style>img:is(sizesauto i, sizes^auto, i) { contain-intrinsic-size: 3000px 1500px }/style> !-- All in One SEO Pro 4.6.2 - aioseo.com --> meta namerobots contentmax-image-preview:large /> link relcanonical hrefhttps://suenamichel.com/ /> meta namegenerator contentAll in One SEO Pro (AIOSEO) 4.6.2 /> meta propertyog:locale contentes_ES /> meta propertyog:site_name contentSuenaMichel - /> meta propertyog:type contentarticle /> meta propertyog:title contentSuenaMichel /> meta propertyog:url contenthttps://suenamichel.com/ /> meta propertyarticle:published_time content2016-11-08T09:35:22+00:00 /> meta propertyarticle:modified_time content2016-11-08T09:35:22+00:00 /> meta nametwitter:card contentsummary_large_image /> meta nametwitter:title contentSuenaMichel /> script typeapplication/ld+json classaioseo-schema> {@context:https:\/\/schema.org,@graph:{@type:BreadcrumbList,@id:https:\/\/suenamichel.com\/#breadcrumblist,itemListElement:{@type:ListItem,@id:https:\/\/suenamichel.com\/#listItem,position:1,name:Hogar}},{@type:Organization,@id:https:\/\/suenamichel.com\/#organization,name:SuenaMichel,url:https:\/\/suenamichel.com\/},{@type:WebPage,@id:https:\/\/suenamichel.com\/#webpage,url:https:\/\/suenamichel.com\/,name:Popular - SuenaMichel,inLanguage:es-ES,isPartOf:{@id:https:\/\/suenamichel.com\/#website},breadcrumb:{@id:https:\/\/suenamichel.com\/#breadcrumblist},datePublished:2016-11-08T09:35:22+02:00,dateModified:2016-11-08T09:35:22+02:00},{@type:WebSite,@id:https:\/\/suenamichel.com\/#website,url:https:\/\/suenamichel.com\/,name:SuenaMichel,inLanguage:es-ES,publisher:{@id:https:\/\/suenamichel.com\/#organization},potentialAction:{@type:SearchAction,target:{@type:EntryPoint,urlTemplate:https:\/\/suenamichel.com\/?s{search_term_string}},query-input:required namesearch_term_string}}} /script> !-- All in One SEO Pro --> script typetext/javascript> (function( $ ) { var themeModeStylesheetURL https://suenamichel.com/wp-content/themes/boombox/css/night-mode.min.css; var getCookie function( cname ) { var name cname + ; var decodedCookie decodeURIComponent( document.cookie ); var ca decodedCookie.split( ; ); for ( var i 0; i ca.length; i++ ) { var c cai; while ( c.charAt( 0 ) ) { c c.substring( 1 ); } if ( c.indexOf( name ) 0 ) { return c.substring( name.length, c.length ); } } return ; }; var setCookie function( cname, cvalue, exdays ) { var d new Date(); d.setTime( d.getTime() + (exdays * 24 * 60 * 60 * 1000) ); var expires expires + d.toUTCString(); document.cookie cname + + cvalue + ; + expires + ;path/; }; var delete_cookie function( cname ) { setCookie( cname, null, 0 ); }; var appendThemeModeLink function() { var link document.createElement( link ); var targetNode document.getElementById( boombox-primary-style-inline-css ); link.rel stylesheet; link.id boombox-theme-mode-css; link.href themeModeStylesheetURL; link.media all; targetNode.parentNode.insertBefore( link, targetNode.nextSibling ); }; document.addEventListener( DOMContentLoaded, function() { var switchers document.querySelectorAll( .bb-mode-switcher .bb-mode-toggle ); for ( var i 0; i switchers.length; i++ ) { switchersi.addEventListener( click, function(e) { e.preventDefault(); var stylesheet document.getElementById( boombox-theme-mode-css ); if ( !!getCookie( boombox-theme-mode ) ) { if ( stylesheet ) { stylesheet.setAttribute( disabled, disabled ); } document.body.classList.remove(boombox-mode-on); delete_cookie( boombox-theme-mode ); } else { if ( stylesheet ) { stylesheet.removeAttribute( disabled ); } else { appendThemeModeLink(); } document.body.classList.add(boombox-mode-on); setCookie( boombox-theme-mode, 1, 365 ); } } ); } if ( !!getCookie( boombox-theme-mode ) ) { document.body.classList.add(boombox-mode-on); } } ); if ( !!getCookie( boombox-theme-mode ) ) { var appendInterval setInterval( function() { if ( document.getElementById( boombox-primary-style-inline-css ) ) { clearInterval( appendInterval ); appendThemeModeLink(); } }, 25 ); } })(); /script>!-- Easy Social Share Buttons for WordPress v.10.1.1 https://socialsharingplugin.com -->!-- / Easy Social Share Buttons for WordPress -->link reldns-prefetch href//www.googletagmanager.com />link reldns-prefetch href//stats.wp.com />link reldns-prefetch href//fonts.googleapis.com />link relalternate typeapplication/rss+xml titleSuenaMichel » Feed hrefhttps://suenamichel.com/feed/ />link relalternate typeapplication/rss+xml titleSuenaMichel » Feed de los comentarios hrefhttps://suenamichel.com/comments/feed/ /> !-- This site uses the Google Analytics by MonsterInsights plugin v9.7.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> !-- Nota: MonsterInsights no está actualmente configurado en este sitio. El dueño del sitio necesita identificarse usando su cuenta de Google Analytics en el panel de ajustes de MonsterInsights. --> !-- No tracking code set --> !-- / Google Analytics by MonsterInsights --> script typetext/javascript>/* !CDATA */window._wpemojiSettings {baseUrl:https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/,ext:.png,svgUrl:https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/,svgExt:.svg,source:{concatemoji:https:\/\/suenamichel.com\/wp-includes\/js\/wp-emoji-release.min.js?ver6.8.2}};/*! This file is auto-generated */!function(s,n){var o,i,e;function c(e){try{var t{supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var tnew Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return eat})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var ne.getImageData(16,16,1,1),a0;an.data.length;a++)if(0!n.dataa)return!1;return!0}function f(e,t,n,a){switch(t){caseflag:return n(e,\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f,\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f)?!1:!n(e,\ud83c\udde8\ud83c\uddf6,\ud83c\udde8\u200b\ud83c\uddf6)&&!n(e,\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f,\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f);caseemoji:return!a(e,\ud83e\udedf)}return!1}function g(e,t,n,a){var rundefined!typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement(canvas),or.getContext(2d,{willReadFrequently:!0}),i(o.textBaselinetop,o.font600 32px Arial,{});return e.forEach(function(e){iet(o,e,n,a)}),i}function t(e){var ts.createElement(script);t.srce,t.defer!0,s.head.appendChild(t)}undefined!typeof Promise&&(owpEmojiSettingsSupports,iflag,emoji,n.supports{everything:!0,everythingExceptFlag:!0},enew Promise(function(e){s.addEventListener(DOMContentLoaded,e,{once:!0})}),new Promise(function(t){var nfunction(){try{var eJSON.parse(sessionStorage.getItem(o));if(objecttypeof e&&numbertypeof e.timestamp&&(new Date).valueOf()e.timestamp+604800&&objecttypeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if(undefined!typeof Worker&&undefined!typeof OffscreenCanvas&&undefined!typeof URL&&URL.createObjectURL&&undefined!typeof Blob)try{var epostMessage(+g.toString()+(+JSON.stringify(i),f.toString(),p.toString(),u.toString().join(,)+));,anew Blob(e,{type:text/javascript}),rnew Worker(URL.createObjectURL(a),{name:wpTestEmojiSupports});return void(r.onmessagefunction(e){c(ne.data),r.terminate(),t(n)})}catch(e){}c(ng(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supportstet,n.supports.everythingn.supports.everything&&n.supportst,flag!t&&(n.supports.everythingExceptFlagn.supports.everythingExceptFlag&&n.supportst);n.supports.everythingExceptFlagn.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady!1,n.readyCallbackfunction(){n.DOMReady!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(en.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);/* > *//script>link relstylesheet iddashicons-css hrefhttps://suenamichel.com/wp-includes/css/dashicons.min.css?ver6.8.2 typetext/css mediaall />link relstylesheet idadmin-bar-css hrefhttps://suenamichel.com/wp-includes/css/admin-bar.min.css?ver6.8.2 typetext/css mediaall />style idadmin-bar-inline-css typetext/css> @media screen { html { margin-top: 32px !important; } } @media screen and ( max-width: 782px ) { html { margin-top: 46px !important; } } @media print { #wpadminbar { display:none; } }/style>link relstylesheet idsbi_styles-css hrefhttps://suenamichel.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css?ver6.9.1 typetext/css mediaall />style idwp-emoji-styles-inline-css typetext/css> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }/style>link relstylesheet idwp-block-library-css hrefhttps://suenamichel.com/wp-includes/css/dist/block-library/style.min.css?ver6.8.2 typetext/css mediaall />style idclassic-theme-styles-inline-css typetext/css>/*! This file is auto-generated */.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}/style>style idbp-login-form-style-inline-css typetext/css>.widget_bp_core_login_widget .bp-login-widget-user-avatar{float:left}.widget_bp_core_login_widget .bp-login-widget-user-links{margin-left:70px}#bp-login-widget-form label{display:block;font-weight:600;margin:15px 0 5px;width:auto}#bp-login-widget-form inputtypepassword,#bp-login-widget-form inputtypetext{background-color:#fafafa;border:1px solid #d6d6d6;border-radius:0;font:inherit;font-size:100%;padding:.5em;width:100%}#bp-login-widget-form .bp-login-widget-register-link,#bp-login-widget-form .login-submit{display:inline;width:-moz-fit-content;width:fit-content}#bp-login-widget-form .bp-login-widget-register-link{margin-left:1em}#bp-login-widget-form .bp-login-widget-register-link a{filter:invert(1)}#bp-login-widget-form .bp-login-widget-pwd-link{font-size:80%}/style>style idbp-member-style-inline-css typetext/css>data-typebp/member input.components-placeholder__input{border:1px solid #757575;border-radius:2px;flex:1 1 auto;padding:6px 8px}.bp-block-member{position:relative}.bp-block-member .member-content{display:flex}.bp-block-member .user-nicename{display:block}.bp-block-member .user-nicename a{border:none;color:currentColor;text-decoration:none}.bp-block-member .bp-profile-button{width:100%}.bp-block-member .bp-profile-button a.button{bottom:10px;display:inline-block;margin:18px 0 0;position:absolute;right:0}.bp-block-member.has-cover .item-header-avatar,.bp-block-member.has-cover .member-content,.bp-block-member.has-cover .member-description{z-index:2}.bp-block-member.has-cover .member-content,.bp-block-member.has-cover .member-description{padding-top:75px}.bp-block-member.has-cover .bp-member-cover-image{background-color:#c5c5c5;background-position:top;background-repeat:no-repeat;background-size:cover;border:0;display:block;height:150px;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.bp-block-member img.avatar{height:auto;width:auto}.bp-block-member.avatar-none .item-header-avatar{display:none}.bp-block-member.avatar-none.has-cover{min-height:200px}.bp-block-member.avatar-full{min-height:150px}.bp-block-member.avatar-full .item-header-avatar{width:180px}.bp-block-member.avatar-thumb .member-content{align-items:center;min-height:50px}.bp-block-member.avatar-thumb .item-header-avatar{width:70px}.bp-block-member.avatar-full.has-cover{min-height:300px}.bp-block-member.avatar-full.has-cover .item-header-avatar{width:200px}.bp-block-member.avatar-full.has-cover img.avatar{background:#fffc;border:2px solid #fff;margin-left:20px}.bp-block-member.avatar-thumb.has-cover .item-header-avatar{padding-top:75px}.entry .entry-content .bp-block-member .user-nicename a{border:none;color:currentColor;text-decoration:none}/style>style idbp-members-style-inline-css typetext/css>data-typebp/members .components-placeholder.is-appender{min-height:0}data-typebp/members .components-placeholder.is-appender .components-placeholder__label:empty{display:none}data-typebp/members .components-placeholder input.components-placeholder__input{border:1px solid #757575;border-radius:2px;flex:1 1 auto;padding:6px 8px}data-typebp/members.avatar-none .member-description{width:calc(100% - 44px)}data-typebp/members.avatar-full .member-description{width:calc(100% - 224px)}data-typebp/members.avatar-thumb .member-description{width:calc(100% - 114px)}data-typebp/members .member-content{position:relative}data-typebp/members .member-content .is-right{position:absolute;right:2px;top:2px}data-typebp/members .columns-2 .member-content .member-description,data-typebp/members .columns-3 .member-content .member-description,data-typebp/members .columns-4 .member-content .member-description{padding-left:44px;width:calc(100% - 44px)}data-typebp/members .columns-3 .is-right{right:-10px}data-typebp/members .columns-4 .is-right{right:-50px}.bp-block-members.is-grid{display:flex;flex-wrap:wrap;padding:0}.bp-block-members.is-grid .member-content{margin:0 1.25em 1.25em 0;width:100%}@media(min-width:600px){.bp-block-members.columns-2 .member-content{width:calc(50% - .625em)}.bp-block-members.columns-2 .member-content:nth-child(2n){margin-right:0}.bp-block-members.columns-3 .member-content{width:calc(33.33333% - .83333em)}.bp-block-members.columns-3 .member-content:nth-child(3n){margin-right:0}.bp-block-members.columns-4 .member-content{width:calc(25% - .9375em)}.bp-block-members.columns-4 .member-content:nth-child(4n){margin-right:0}}.bp-block-members .member-content{display:flex;flex-direction:column;padding-bottom:1em;text-align:center}.bp-block-members .member-content .item-header-avatar,.bp-block-members .member-content .member-description{width:100%}.bp-block-members .member-content .item-header-avatar{margin:0 auto}.bp-block-members .member-content .item-header-avatar img.avatar{display:inline-block}@media(min-width:600px){.bp-block-members .member-content{flex-direction:row;text-align:left}.bp-block-members .member-content .item-header-avatar,.bp-block-members .member-content .member-description{width:auto}.bp-block-members .member-content .item-header-avatar{margin:0}}.bp-block-members .member-content .user-nicename{display:block}.bp-block-members .member-content .user-nicename a{border:none;color:currentColor;text-decoration:none}.bp-block-members .member-content time{color:#767676;display:block;font-size:80%}.bp-block-members.avatar-none .item-header-avatar{display:none}.bp-block-members.avatar-full{min-height:190px}.bp-block-members.avatar-full .item-header-avatar{width:180px}.bp-block-members.avatar-thumb .member-content{min-height:80px}.bp-block-members.avatar-thumb .item-header-avatar{width:70px}.bp-block-members.columns-2 .member-content,.bp-block-members.columns-3 .member-content,.bp-block-members.columns-4 .member-content{display:block;text-align:center}.bp-block-members.columns-2 .member-content .item-header-avatar,.bp-block-members.columns-3 .member-content .item-header-avatar,.bp-block-members.columns-4 .member-content .item-header-avatar{margin:0 auto}.bp-block-members img.avatar{height:auto;max-width:-moz-fit-content;max-width:fit-content;width:auto}.bp-block-members .member-content.has-activity{align-items:center}.bp-block-members .member-content.has-activity .item-header-avatar{padding-right:1em}.bp-block-members .member-content.has-activity .wp-block-quote{margin-bottom:0;text-align:left}.bp-block-members .member-content.has-activity .wp-block-quote cite a,.entry .entry-content .bp-block-members .user-nicename a{border:none;color:currentColor;text-decoration:none}/style>style idbp-dynamic-members-style-inline-css typetext/css>.bp-dynamic-block-container .item-options{font-size:.5em;margin:0 0 1em;padding:1em 0}.bp-dynamic-block-container .item-options a.selected{font-weight:600}.bp-dynamic-block-container ul.item-list{list-style:none;margin:1em 0;padding-left:0}.bp-dynamic-block-container ul.item-list li{margin-bottom:1em}.bp-dynamic-block-container ul.item-list li:after,.bp-dynamic-block-container ul.item-list li:before{content: ;display:table}.bp-dynamic-block-container ul.item-list li:after{clear:both}.bp-dynamic-block-container ul.item-list li .item-avatar{float:left;width:60px}.bp-dynamic-block-container ul.item-list li .item{margin-left:70px}/style>style idbp-online-members-style-inline-css typetext/css>.widget_bp_core_whos_online_widget .avatar-block,data-typebp/online-members .avatar-block{display:flex;flex-flow:row wrap}.widget_bp_core_whos_online_widget .avatar-block img,data-typebp/online-members .avatar-block img{margin:.5em}/style>style idbp-active-members-style-inline-css typetext/css>.widget_bp_core_recently_active_widget .avatar-block,data-typebp/active-members .avatar-block{display:flex;flex-flow:row wrap}.widget_bp_core_recently_active_widget .avatar-block img,data-typebp/active-members .avatar-block img{margin:.5em}/style>style idbp-latest-activities-style-inline-css typetext/css>.bp-latest-activities .components-flex.components-select-control selectmultiple{height:auto;padding:0 8px}.bp-latest-activities .components-flex.components-select-control selectmultiple+.components-input-control__suffix svg{display:none}.bp-latest-activities-block a,.entry .entry-content .bp-latest-activities-block a{border:none;text-decoration:none}.bp-latest-activities-block .activity-list.item-list blockquote{border:none;padding:0}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini){box-shadow:1px 0 4px #00000026;padding:0 1em;position:relative}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):after,.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):before{border-color:#0000;border-style:solid;content:;display:block;height:0;left:15px;position:absolute;width:0}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):before{border-top-color:#00000026;border-width:9px;bottom:-18px;left:14px}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item:not(.mini):after{border-top-color:#fff;border-width:8px;bottom:-16px}.bp-latest-activities-block .activity-list.item-list blockquote .activity-item.mini .avatar{display:inline-block;height:20px;margin-right:2px;vertical-align:middle;width:20px}.bp-latest-activities-block .activity-list.item-list footer{align-items:center;display:flex}.bp-latest-activities-block .activity-list.item-list footer img.avatar{border:none;display:inline-block;margin-right:.5em}.bp-latest-activities-block .activity-list.item-list footer .activity-time-since{font-size:90%}.bp-latest-activities-block .widget-error{border-left:4px solid #0b80a4;box-shadow:1px 0 4px #00000026}.bp-latest-activities-block .widget-error p{padding:0 1em}/style>link relstylesheet idhostinger-affiliate-plugin-block-frontend-css hrefhttps://suenamichel.com/wp-content/plugins/hostinger-affiliate-plugin/assets/dist/frontend.css?ver1757004684 typetext/css mediaall />link relstylesheet idquads-style-css-css hrefhttps://suenamichel.com/wp-content/plugins/quick-adsense-reloaded/includes/gutenberg/dist/blocks.style.build.css?ver2.0.93 typetext/css mediaall />link relstylesheet idmediaelement-css hrefhttps://suenamichel.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver4.2.17 typetext/css mediaall />link relstylesheet idwp-mediaelement-css hrefhttps://suenamichel.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver6.8.2 typetext/css mediaall />style idjetpack-sharing-buttons-style-inline-css typetext/css>.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}/style>style idglobal-styles-inline-css typetext/css>:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}/style>style id46c70cb8ac2d0aae7d316eba4ffd81e4-front-css-inline-css typetext/css>.autox-thickbox.button{margin: 0 5px;}.automaticx-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.automaticx-video-container embed,.automaticx-video-container amp-youtube,.automaticx-video-container iframe,.automaticx-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.automaticx-dual-ring{width:10px;aspect-ratio:1;border-radius:50%;border:6px solid;border-color:#000 #0000;animation:1s infinite automaticxs1}@keyframes automaticxs1{to{transform:rotate(.5turn)}}#openai-chat-response{padding-top:5px}.openchat-dots-bars-2{width:28px;height:28px;--c:linear-gradient(currentColor 0 0);--r1:radial-gradient(farthest-side at bottom,currentColor 93%,#0000);--r2:radial-gradient(farthest-side at top ,currentColor 93%,#0000);background:var(--c),var(--r1),var(--r2),var(--c),var(--r1),var(--r2),var(--c),var(--r1),var(--r2);background-repeat:no-repeat;animation:1s infinite alternate automaticxdb2}@keyframes automaticxdb2{0%,25%{background-size:8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;background-position:0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px)}50%{background-size:8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;background-position:0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px)}75%{background-size:8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;background-position:0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px)}100%,95%{background-size:8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;background-position:0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px)}}/style>link relstylesheet idbp-admin-bar-css hrefhttps://suenamichel.com/wp-content/plugins/buddypress/bp-core/css/admin-bar.min.css?ver14.3.4 typetext/css mediaall />link relstylesheet idbp-parent-css-css hrefhttps://suenamichel.com/wp-content/themes/boombox/buddypress/css/buddypress.min.css?ver2.9.6 typetext/css mediascreen />link relstylesheet idfvp-frontend-css hrefhttps://suenamichel.com/wp-content/plugins/featured-video-plus/styles/frontend.css?ver2.3.3 typetext/css mediaall />link relstylesheet idboombox-styles-min-css hrefhttps://suenamichel.com/wp-content/themes/boombox/js/plugins/plugins.min.css?ver2.9.6 typetext/css mediaall />link relstylesheet idboombox-icomoon-style-css hrefhttps://suenamichel.com/wp-content/themes/boombox/fonts/icon-fonts/icomoon/icons.min.css?ver2.9.6 typetext/css mediaall />link relstylesheet idboombox-primary-style-css hrefhttps://suenamichel.com/wp-content/themes/boombox/css/style.min.css?ver2.9.6 typetext/css mediaall />style idboombox-primary-style-inline-css typetext/css> /* -- Mobile Header -- */ .bb-header.header-mobile .header-row { background-color: #1f1f1f; color: #bfbfbf; } /* If you need to specify different color for bottom/top header, use this code */ .bb-header.header-mobile.g-style .header-c { color: #bfbfbf; } /* Mobile header breakpoint */ @media (min-width: 992px) { .bb-show-desktop-header { display: block; } .bb-show-mobile-header { display: none; } } /* --site title color */ .branding h1 { color: #e5e5e5; } /* -top */ .bb-header.header-desktop .top-header { background-color: #1f1f1f; } .bb-header.header-desktop .top-header .bb-header-icon:hover, .bb-header.header-desktop .top-header .bb-header-icon.active, .bb-header.header-desktop .top-header .main-navigation > ul > li:hover, .bb-header.header-desktop .top-header .main-navigation > ul > li.current-menu-item > a { color: #ffffff; } /* --top pattern */ .bb-header.header-desktop .top-header svg { fill: #1f1f1f; } /* --top text color */ .bb-header.header-desktop .top-header { color: #bfbfbf; } .bb-header.header-desktop .top-header .create-post { background-color: #0099ff; } /* --top button color */ .bb-header.header-desktop .top-header .create-post { color: #ffffff; } /* --top Typography */ .bb-header.header-desktop .top-header .main-navigation { font-family: Montserrat,sans-serif; font-size: 14px; font-style : normal; font-weight: 600; letter-spacing: 1px; text-transform: capitalize; } .bb-header.header-desktop .top-header .main-navigation .sub-menu { font-family: inherit; font-size: 14px; font-style : inherit; font-weight: 500; letter-spacing: inherit; text-transform: inherit; } .bb-header.header-desktop .bottom-header .bb-header-icon:hover, .bb-header.header-desktop .bottom-header .bb-header-icon.active, .bb-header.header-desktop .bottom-header .main-navigation > ul > li:hover, .bb-header.header-desktop .bottom-header .main-navigation > ul > li.current-menu-item > a, .bb-header.header-desktop .bottom-header .main-navigation > ul > li.current-menu-item > .dropdown-toggle { color: #505050; } /* -bottom */ .bb-header.header-desktop .bottom-header { background-color: #ffffff; } .bb-header.header-desktop .bottom-header svg { fill: #ffffff; } /* --bottom text color */ .bb-header.header-desktop .bottom-header { color: #ffe400; } .bb-header.header-desktop .bottom-header .main-navigation ul li:before, .bb-header.header-desktop .bottom-header .account-box .user:after, .bb-header.header-desktop .bottom-header .create-post:before, .bb-header.header-desktop .bottom-header .menu-button:after { border-color: #ffe400; } .bb-header.header-desktop .bottom-header .create-post { background-color: #0099ff; } /* --bottom button color */ .bb-header.header-desktop .create-post { color: #ffffff; } /* --bottom Typography */ .bb-header.header-desktop .bottom-header .main-navigation { font-family: Montserrat,sans-serif; font-size: 18px; font-style : normal; font-weight: 700; letter-spacing: 1px; text-transform: capitalize; } .bb-header.header-desktop .bottom-header .main-navigation .sub-menu { font-family: inherit; font-size: 14px; font-style : inherit; font-weight: 500; letter-spacing: inherit; text-transform: inherit; } /* -- Logo Margin for Desktop */ .bb-header.header-desktop .branding { margin-top: 15px; margin-bottom: 15px; } /* -- Logo Margin for Mobile */ .bb-header.header-mobile .branding { margin-top: 5px; margin-bottom: 5px; } /* Custom Footer Styles */ /* -top */ .footer { background-color: #1f1f1f; } .footer .footer-top svg { fill: #1f1f1f; } .footer .footer-bottom svg { fill: #282828; } /* -primary color */ /* --primary bg */ #footer .cat-item.current-cat a, #footer .widget_mc4wp_form_widget:before,#footer .widget_create_post:before, #footer .cat-item a:hover, #footer buttontypesubmit, #footer inputtypesubmit, #footer .bb-btn, #footer .bnt.primary { background-color: #ffe400; } /* --primary text */ #footer .widget_mc4wp_form_widget:before,#footer .widget_create_post:before, #footer buttontypesubmit, #footer inputtypesubmit, #footer .bb-btn, #footer .bb-bnt-primary { color: #000000; } /* --primary hover */ #footer a:hover { color: #ffe400; } #footer .widget_categories ul li a:hover, #footer .widget_archive ul li a:hover, #footer .widget_pages ul li a:hover, #footer .widget_meta ul li a:hover, #footer .widget_nav_menu ul li a:hover { background-color: #ffe400; color: #000000; } #footer .slick-dots li.slick-active button:before, #footer .widget_tag_cloud a:hover { border-color:#ffe400; } /* -heading color */ #footer .bb-featured-strip .item .title, #footer .slick-dots li button:before, #footer h1,#footer h2,#footer h3,#footer h4, #footer h5,#footer h6, #footer .widget-title { color: #ffffff; } /* -text color */ #footer, #footer .widget_recent_comments .recentcomments .comment-author-link, #footer .widget_recent_comments .recentcomments a, #footer .byline, #footer .posted-on, #footer .widget_nav_menu ul li, #footer .widget_categories ul li, #footer .widget_archive ul li, #footer .widget_pages ul li, #footer .widget_meta ul li { color: #ffffff; } #footer .widget_tag_cloud a, #footer select, #footer textarea, #footer inputtypetel, #footer inputtypetext, #footer inputtypenumber, #footer inputtypedate, #footer inputtypetime, #footer inputtypeurl, #footer inputtypeemail, #footer inputtypesearch,#footer inputtypepassword, #footer .widget_mc4wp_form_widget:after, #footer .widget_create_post:after { border-color: #ffffff; } #footer .widget_categories ul li a, #footer .widget_archive ul li a, #footer .widget_pages ul li a, #footer .widget_meta ul li a, #footer .widget_nav_menu ul li a, #footer .widget_tag_cloud a { color: #ffffff; } /* -bottom */ /* --text color */ #footer .footer-bottom { background-color: #282828; color: #ffffff; } /* --text hover */ #footer .footer-bottom a:hover { color: #ffe400; }/* - Page header - */ /* -body bg color */ body,.bb-post-gallery-content .bb-gl-header, .bb-cards-view .bb-post-single.style5 .site-main, .bb-cards-view .bb-post-single.style6 .container-inner { background-color: #f5f5f5; } form#mycred-transfer-form-transfer { background-color: #f5f5f5 !important; } .branding .site-title { font-family: Montserrat,sans-serif; font-weight:400; font-style:normal; } #background-image { background-size:cover; } /* -Font sizes */ .widget-title { font-size: 17px; } body { font-size: 16px; } @media screen and (min-width: 992px) { html { font-size: 16px; } .bb-post-single .s-post-title { font-size: 45px; } } /* -content bg color */ .page-wrapper, #main, .bb-cards-view .bb-card-item, .bb-cards-view .widget_mc4wp_form_widget:after, .bb-cards-view .widget_create_post:after, .light-modal .modal-body,.light-modal, .bb-toggle .bb-header-dropdown.toggle-content, .bb-header.header-desktop .main-navigation .sub-menu, .bb-post-share-box .post-share-count, .bb-post-rating a,.comment-respond inputtypetext, .comment-respond textarea, .comment-respond #commentform textarea#comment, .bb-fixed-pagination .page,.bb-fixed-pagination .pg-content, .bb-floating-navbar .floating-navbar-inner, .bb-featured-strip .bb-arrow-next, .bb-featured-strip .bb-arrow-prev, .bb-mobile-navigation, .mejs-container,.bb-post-gallery-content, .bb-dropdown .dropdown-toggle, .bb-dropdown .dropdown-content, .bb-stretched-view .bb-post-single.style5 .site-main, .bb-stretched-view .bb-post-single.style6 .container-inner, .bb-boxed-view .bb-post-single.style5 .site-main, .bb-boxed-view .bb-post-single.style6 .container-inner, .bb-advertisement.bb-sticky-bottom-area .bb-sticky-btm-el { background-color: #ffffff; border-color: #ffffff; } /* Temp Color: will be option in future */ .bb-header.header-mobile.g-style .header-c { background: #ffffff; } .bb-header-navigation .main-navigation .sub-menu:before, .bb-toggle .toggle-content.bb-header-dropdown:before { border-color: transparent transparent #ffffff; } select, .bb-form-block input, .bb-form-block select, .bb-form-block textarea, .bb-author-vcard .author { background-color: #ffffff; } .bb-tabs .tabs-menu .count { color: #ffffff; } /* -page width */ .page-wrapper { width: 100%; } /* -primary color */ /* --primary color for bg */ .mark, mark,.box_list, .bb-tooltip:before, .bb-text-highlight.primary-color, #comments .nav-links a, .light-modal .modal-close, .quiz_row:hover, .progress-bar-success, .onoffswitch,.onoffswitch2, .widget_nav_menu ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_mc4wp_form_widget:before,.widget_create_post:before, .widget_calendar table th a, .widget_calendar table td a, .go-top, .bb-affiliate-content .item-url, .bb-mobile-navigation .close, .bb-wp-pagination .page-numbers.next, .bb-wp-pagination .page-numbers.prev, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev, .bb-next-prev-pagination .page-link, .bb-next-pagination .page-link, .bb-post-share-box .post-share-count, .cat-item.current-cat a, .cat-item a:hover, .bb-fixed-pagination .page:hover .pg-arrow, buttontypesubmit, inputtypesubmit, .bb-btn.bb-btn-primary,.bb-btn.bb-btn-primary:hover, blockquote:before,.bb-btn.bb-btn-primary-outline:hover,.bb-post-gallery-content .bb-gl-meta .bb-gl-arrow, hr.primary-color, .bb-bg-primary, .bb-bg-primary.bb-btn, .bb-sticky-btm .btn-close { background-color: #0099ff; } .bb-tooltip:after, hr.bb-line-dashed.primary-color, hr.bb-line-dotted.primary-color { border-top-color:#0099ff; } /* --primary text */ .mark, mark, .bb-tooltip:before, .bb-wp-pagination .page-numbers.next, .bb-wp-pagination .page-numbers.prev, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev, .bb-text-highlight.primary-color, #comments .nav-links a, .light-modal .modal-close, .sr-only,.box_list, .quiz_row:hover, .bb-affiliate-content .item-url, .onoffswitch,.onoffswitch2, .bb-next-prev-pagination .page-link, .bb-next-pagination .page-link, .widget_nav_menu ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .cat-item.current-cat a, .widget_mc4wp_form_widget:before,.widget_create_post:before, .go-top, .widget_calendar table th a, .widget_calendar table td a, .bb-mobile-navigation .close, .bb-post-share-box .post-share-count, .bb-fixed-pagination .page:hover .pg-arrow, buttontypesubmit, inputtypesubmit, .bb-btn.bb-btn-primary,.bb-btn.bb-btn-primary:hover,.bb-btn.bb-btn-primary-outline:hover, blockquote:before,.bb-post-gallery-content .bb-gl-meta .bb-gl-arrow, .bb-bg-primary, .bb-sticky-btm .btn-close { color: #ffffff; } /* -primary color */ /* --primary color for text */ #cancel-comment-reply-link, .bb-affiliate-content .price:before, .bb-header-navigation .main-navigation > ul .sub-menu li:hover > a, .bb-header-navigation .main-navigation > ul .sub-menu li.current-menu-item a, .bb-header-navigation .more-navigation .section-navigation ul li:hover a, .bb-mobile-navigation .main-navigation li a:hover,.bb-mobile-navigation .main-navigation>ul>li .sub-menu li a:hover, .bb-mobile-navigation .main-navigation li.current-menu-item > a, .bb-mobile-navigation .main-navigation .sub-menu li.current-menu-item > a, .bb-mobile-navigation .main-navigation li.current-menu-item > .dropdown-toggle, .bb-mobile-navigation .main-navigation .sub-menu li.current-menu-item > .dropdown-toggle, .sticky .post-thumbnail:after, .entry-no-lg, .entry-title:hover a, .post-types .item:hover .bb-icon, .bb-text-dropcap.primary-color, .bb-btn-primary-outline, .bb-btn-link:hover, .bb-btn-link,#comments .bypostauthor > .comment-body .vcard .fn, .more-link:hover, .widget_bb-side-navigation .menu-item.menu-item-icon .bb-icon, .bb-price-block .current-price:before, .bb-price-block ins:before, .bb-price-block .amount:before, .product_list_widget ins .amount:before { color: #0099ff; } .single.nsfw-post .bb-post-single .nsfw-post h3, .bb-post-nav .nsfw-post h3, .post-thumbnail .nsfw-post h3{ color: #0099ff !important; } .post-types .item:hover, .more-load-button button:hover, .bb-btn-primary-outline,.bb-btn-primary:hover, .widget_tag_cloud .tagcloud a:hover { border-color: #0099ff; } .bb-tabs .tabs-menu li.active:before { background-color: #0099ff; } /* -link color */ a,.bb-timing-block .timing-seconds { color:#f43547 } /* - base text color */ body, html, .widget_recent_comments .recentcomments .comment-author-link,.widget_recent_comments .recentcomments a, .bb-header.header-desktop .main-navigation .sub-menu, .bb-header-dropdown.toggle-content,.comment-respond inputtypetext, .comment-respond textarea, .featured-strip .slick-dots li button:before, .more-load-button button,.comment-vote .count, .bb-mobile-navigation .bb-header-search .search-submit, #comments .comment .comment-body .comment-content small .dropdown-toggle, .byline a,.byline .author-name, .bb-featured-strip .bb-arrow-next, .bb-featured-strip .bb-arrow-prev, .bb-price-block, .bb-price-block > .amount, .bb-price-block ins .amount, .bb-dropdown .dropdown-content a, .bb-author-vcard .auth-references a, .light-modal, .bb-author-vcard-mini .auth-url, .bb-post-gallery-content .bb-gl-meta .bb-gl-pagination b, .bb-post-gallery-content.bb-mode-slide .bb-mode-switcherdata-modeslide, .bb-post-gallery-content.bb-mode-grid .bb-mode-switcherdata-modegrid{ color: #1f1f1f; } /* --heading text color */ #comments .vcard .fn, .bb-fixed-pagination .page .pg-title, .more_items_x legend, .more_items legend, .more_items_glow, h1, h2, h3, h4, h5, h6 { color: #1f1f1f; } .bb-tabs .tabs-menu li.active, .bb-tabs .tabs-menu li.active { border-color: #1f1f1f; } .bb-tabs .tabs-menu .count { background-color: #1f1f1f; } /* --secondary text color */ s, strike, del,label,#comments .pingback .comment-body .comment-content, #comments .comment .comment-body .comment-content, #TB_ajaxWindowTitle, .bb-affiliate-content .price .old-price, .bb-header-navigation .more-navigation .sections-header, .bb-mobile-navigation .more-menu .more-menu-body .sections-header, .bb-post-share-box .bb-post-rating .count .text:after, .inline-popup .intro,.comment-vote a .bb-icon, .authentication .intro,.widget_recent_comments .recentcomments, .post-types .item .bb-icon, .bb-post-rating a,.post-thumbnail .thumbnail-caption, table thead th, table tfoot th, .bb-post-share-box .mobile-info, .widget_create_post .text, .widget_footer .text, .bb-author-vcard .author-info,.bb-author-vcard .auth-byline, .wp-caption .wp-caption-text, .wp-caption-dd, #comments .comments-title span, #comments .comment-notes, #comments .comment-metadata, .short-info .create-post .text, .bb-cat-links, .widget_bb-side-navigation .menu-item.menu-item-has-children .dropdown-toggle, .bb-post-meta .post-comments,.entry-sub-title, .bb-page-header .page-subtitle, .widget_bb-side-navigation .bb-widget-title, .bb-price-block .old-price,.bb-price-block del .amount, .widget_recent_comments .recentcomments, .bb-post-gallery-content .bb-gl-mode-switcher, .bb-author-vcard-mini .auth-byline, .bb-author-vcard-mini .auth-posted-on, .bb-author-vcard-mini .auth-title, .s-post-meta .post-comments, .bb-sec-label, .bb-breadcrumb.clr-style1, .bb-breadcrumb.clr-style1 a { color: #a3a3a3; } ::-webkit-input-placeholder { color: #a3a3a3; } :-moz-placeholder { color: #a3a3a3; } :-ms-input-placeholder { color: #a3a3a3; } /* -font family */ /* --base font family */ body, html, #cancel-comment-reply-link, #comments .comments-title span { font-family: Montserrat,sans-serif; } /* --Post heading font family */ .entry-title { font-family: Montserrat,sans-serif; } /* --secondary font family */ .bb-wp-pagination,.navigation.pagination, .comments-area h3,class* mashicon- .text, class^mashicon- .text, .entry-no-lg, .bb-reaction-box .title, .bb-reaction-box .reaction-item .reaction-vote-btn, #comments .comments-title, #comments .comment-reply-title, .bb-page-header .bb-trending-navigation ul li a, .widget-title, .bb-badge .text,.post-number, .more_items_x legend, .more_items legend, .more_items_glow, section.error-404 .text, .inline-popup .title, .authentication .title, .bb-other-posts .title, .bb-post-share-box h2, .bb-page-header h1 { font-family: Montserrat,sans-serif; } /* -border-color */ .bb-page-header .container-bg, .bb-page-header.boxed.has-bg .container-bg, .bb-header-navigation .main-navigation .sub-menu, .bb-header-navigation .more-navigation .more-menu-header, .bb-header-navigation .more-navigation .more-menu-footer, .bb-mobile-navigation .more-menu .bb-badge-list, .bb-mobile-navigation .main-navigation, .bb-mobile-navigation .more-menu-body, .spinner-pulse, .bb-border-thumb,#comments .pingback, #comments .comment, .more-load-button button, .bb-post-rating .count .bb-icon, .quiz_row,.bb-post-collection .post-items .post-item .post-author-meta, .post-grid .page .post-author-meta, .post-list .post .post-author-meta, .post-list .page .post-author-meta,.post-list.standard .post footer, .post-list.standard .entry-sub-title, .more-load-button:before, .bb-mobile-navigation .bb-header-search form, #TB_window .shares, .wp-playlist,.boombox-comments .tabs-content, .post-types .item, .bb-page-header .bb-trending-navigation, .widget_mc4wp_form_widget:after,.widget_create_post:after, .bb-post-rating .inner, .bb-post-rating .point-btn, .widget_bb-side-navigation .menu-item.menu-item-has-children>a, .bb-author-vcard .author, #comments .comment-list, #comments .pingback .children .comment, #comments .comment .children .comment, .widget_social, .widget_subscribe,.bb-post-nav .pg-item, .bb-post-nav .page,.bb-tags a,.tagcloud a, .bb-next-prev-pagination, .widget_tag_cloud .tagcloud a, select, textarea, inputtypetel, inputtypetext, inputtypenumber, inputtypedate, inputtypetime, inputtypeurl, inputtypeemail, inputtypesearch, inputtypepassword, .bb-featured-menu:before, .select2-container--default .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown, .bb-bordered-block:after, .bb-dropdown .dropdown-toggle, .bb-dropdown .dropdown-content, .bb-dropdown .dropdown-content li,.bb-post-gallery-content .bb-gl-mode-switcher,.bb-post-gallery-content .bb-gl-mode-switcher .bb-mode-switcher:first-child, .bb-tabs.tabs-horizontal .tabs-menu,.mixed-list .post-item-classic footer { border-color: #ececec; } hr, .bb-brand-block .brand-content:before { background-color: #ececec; } /* -secondary components bg color */ .bb-fixed-pagination .page .pg-arrow, .captcha-container,.comment-respond form, .bb-post-share-box .post-meta, table tbody tr:nth-child(2n+1) th, table tbody tr:nth-child(2n+1) td, .bb-reaction-box .reaction-item .reaction-bar, .bb-reaction-box .reaction-item .reaction-vote-btn, .widget_bb-side-navigation .sub-menu .menu-item.menu-item-icon .bb-icon, #comments .pingback .comment-body .comment-reply-link, #comments .comment .comment-body .comment-reply-link,.bb-btn, button, .widget_sidebar_footer, .bb-form-block, .bb-author-vcard header,.bb-post-gallery-content .bb-gl-image-text, .bb-wp-pagination span.current, .bb-wp-pagination a.page-numbers:not(.next):not(.prev):hover, .navigation.pagination span.current, .navigation.pagination a.page-numbers:not(.next):not(.prev):hover, .bb-dropdown .dropdown-content li.active, .bb-post-gallery-content .bb-gl-image-text, .bb-media-placeholder:before, .bb-source-via .s-v-itm, .bb-tabs .tabs-content,.bb-reading-time { background-color: #f7f7f7; } /* -secondary components text color */ .bb-fixed-pagination .page .pg-arrow,.bb-post-share-box .post-meta,.captcha-container input,.form-captcha .refresh-captcha,#comments .pingback .comment-body .comment-reply-link, #comments .comment .comment-body .comment-reply-link,.bb-reaction-box .reaction-item .reaction-vote-btn,.bb-reaction-box .reaction-item .reaction-bar,.bb-btn,.comment-respond form, .bb-wp-pagination span.current, .bb-wp-pagination a.page-numbers:not(.next):not(.prev):hover, .navigation.pagination span.current, .navigation.pagination a.page-numbers:not(.next):not(.prev):hover, .widget_bb-side-navigation .sub-menu .menu-item.menu-item-icon .bb-icon, .widget_sidebar_footer, .bb-author-vcard .header-info a,.bb-author-vcard .auth-name, .bb-dropdown .dropdown-content li.active, .bb-source-via .s-v-link,.bb-reading-time { color:#1f1f1f; } .captcha-container input {border-color:#1f1f1f} /* -border-radius */ img,video,.comment-respond form, .captcha-container, .bb-media-placeholder, .bb-cards-view .bb-card-item, .post-thumbnail .video-wrapper, .post-thumbnail .view-full-post, .bb-post-share-box .post-meta, .hy_plyr canvas,.bb-featured-strip .item .media, .quiz_row,.box_list, .bb-border-thumb, .advertisement .massage, class^mashicon-, #TB_window, #score_modal .shares a div, #TB_window .shares a div, .bb-mobile-navigation .close, .onoffswitch-label, .light-modal .modal-close, .onoffswitch2-label, .post-types .item, .onoffswitch,.onoffswitch2, .bb-page-header .bb-trending-navigation ul li.active a, .widget_mc4wp_form_widget:after,.widget_create_post:after, .bb-author-vcard .author, .widget_sidebar_footer, .short-info, .inline-popup, .bb-reaction-box .reaction-item .reaction-bar, .bb-reaction-box .reaction-item .reaction-vote-btn, .bb-post-share-box .post-share-count, .post-thumbnail, .share-button, .bb-post-rating .inner, .bb-page-header.boxed.has-bg .container-bg, .widget_subscribe, .widget_social, .sub-menu, .fancybox-skin, .widget_tag_cloud .tagcloud a, .bb-tags a,.tagcloud a, .bb-header-dropdown.toggle-content, .authentication .button, #respond .button, .wp-social-login-provider-list .button, .bb-bordered-block:after, .wpml-ls-legacy-dropdown, .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown-click, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .nsfw-post, .light-modal .modal-body, .bb-featured-area .featured-media, .bb-featured-area .featured-item, .s-post-featured-media.boxed .featured-media-el, .bb-source-via .s-v-itm, .bb-tabs .tabs-content, .bb-sticky-btm .btn-close { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .bb-featured-area .featured-header { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } /* --border-radius for inputs, buttons */ .form-captcha img,.go-top, .bb-next-prev-pagination .page-link, .bb-next-pagination .page-link, .bb-wp-pagination a,.bb-wp-pagination span, .navigation.pagination a,.navigation.pagination span, .bb-affiliate-content .affiliate-link, .bb-btn, input, select, .select2-container--default .select2-selection--single, textarea, button, .bb-btn, #comments li .comment-body .comment-reply-link, .bb-header.header-desktop .create-post, .bb-affiliate-content .item-url, .bb-btn, input, select, textarea, button, .bb-btn, #comments li .comment-body .comment-reply-link { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* --border-radius social icons */ .social.circle ul li a { -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; } /* --Featured Menu options */ .bb-featured-menu a { background-color: #f3f3f3; color: #2a2a2a; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } /* *** Buddypress Plugin *** */ /* -link color */ #buddypress .visibility-toggle-link { color:#f43547 } /* Base Text Color */ .buddypress.widget .item-title, .buddypress.widget .item-options a.selected, .buddypress.widget .item-options a:hover, .header .account-box .notifications-list.menu ul li a, #buddypress ul.button-nav li a, #buddypress #object-nav li.current>a, #buddypress #object-nav li.selected>a, #buddypress #object-nav li:hover>a, #buddypress #object-nav li:hover>span, #buddypress .bbp-main-nav li.current>a, #buddypress .bbp-main-nav li.selected>a, #buddypress .bbp-main-nav li:hover>a, #buddypress .bbp-main-nav li:hover>span, #buddypress table td a, /* Pagination */ #buddypress .pagination-links a, #buddypress .pagination-links span, #buddypress .pagination a, #buddypress .pagination span, .gfy-bp-component .pagination a, .gfy-bp-component .pagination span, .gfy-bp-component .pagination span.dots, #buddypress #latest-update { color: #1f1f1f; } #buddypress #object-nav ul li:before, #buddypress .bbp-main-nav ul li:before { background-color: #1f1f1f; } /* Heading Text Color */ #buddypress table th, #buddypress .item-header a, #buddypress .activity-header a, #buddypress .acomment-header a, #buddypress #invite-list label, #buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label, #buddypress .messages-notices .thread-from a, #buddypress .messages-notices .thread-info a, #buddypress #item-header-content .group-name, #buddypress #item-header-content .member-name, #buddypress .message-metadata a { color: #1f1f1f; } /* Secondary Text Color */ #buddypress .notification-description a, #buddypress #item-header-content .group-activity, #buddypress #item-header-content .member-activity, #buddypress #register-page .field-visibility-settings-toggle, #buddypress #register-page .wp-social-login-connect-with, #buddypress .field-visibility-settings-close { color: #a3a3a3; } #buddypress #register-page ::-webkit-input-placeholder, #buddypress #activate-page ::-webkit-input-placeholder { color: #a3a3a3; } #buddypress #register-page ::-moz-placeholder, #buddypress #activate-page ::-moz-placeholder { color: #a3a3a3; } #buddypress #register-page :-ms-input-placeholder, #buddypress #activate-page :-ms-input-placeholder { color: #a3a3a3; } #buddypress #register-page :-moz-placeholder, #buddypress #activate-page :-moz-placeholder { color: #a3a3a3; } #buddypress table .bbp-checkbox-check { border-color: #a3a3a3; } /* Global Border Color */ #buddypress table td, #buddypress table th, #buddypress .bbp-item-info, #buddypress .activity-list li, #buddypress .activity-meta a, #buddypress .acomment-options a, #buddypress .item-list .item-action a, #buddypress .bbp-radio-check, #buddypress .bbp-checkbox-check, #buddypress .standard-form .submit, #buddypress #invite-list li, #buddypress #invite-list li:first-child, #buddypress #blogs-list, #buddypress #groups-list, #buddypress #member-list, #buddypress #friend-list, #buddypress #admins-list, #buddypress #mods-list, #buddypress #members-list, #buddypress #request-list, #buddypress #group-list, #buddypress #blogs-list li, #buddypress #groups-list li, #buddypress #member-list li, #buddypress #friend-list li, #buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li, #buddypress #request-list li, #buddypress #group-list li, .buddypress.widget .item-options, #buddypress .vp_post_entry, #buddypress .vp_post_entry .col-lg-3 .entry-footer .post-edit-link, #buddypress #register-page .standard-form .submit, /* Pagination */ #buddypress .pagination-links a, #buddypress .pagination-links span.current, #buddypress .pagination a, #buddypress .pagination span.current, .gfy-bp-component .pagination a, .gfy-bp-component .pagination span.current { border-color: #ececec; } .bp-avatar-nav ul, .bp-avatar-nav ul.avatar-nav-items li.current { border-color: #ececec; } /* -secondary components bg color */ #buddypress .field-visibility-settings, table.bbp-table-responsive tbody tr:nth-child(2n+1), #buddypress .acomment-bubble, #buddypress .activity-bubble, #buddypress .item-bubble, #buddypress #latest-update, #buddypress #group-create-tabs li a, #buddypress #group-create-tabs li span, #buddypress #create-group-form #header-cover-image,.bp-avatar-nav ul.avatar-nav-items li.current { background-color: #f7f7f7; } /* Pagination */ #buddypress .pagination-links a:hover, #buddypress .pagination-links span.current, #buddypress .pagination a:hover, #buddypress .pagination span.current, .gfy-bp-component .pagination a:hover, .gfy-bp-component .pagination span.current,#buddypress #invite-list,.rtmedia-popup,.rtmedia-uploader .drag-drop,#rtmedia-uploader-form .rtm-plupload-list li, form .rtmedia-container .rtm-plupload-list li, #rtmedia_uploader_filelist li,#buddypress #object-nav .sub-menu-inner, #buddypress .bbp-main-nav .sub-menu-inner { background-color: #f7f7f7 !important; } /* - Secondary components text color */ #buddypress #group-create-tabs li a, #buddypress #group-create-tabs li span { color:#1f1f1f; } /* Primary Color */ #buddypress button, #buddypress inputtypebutton, #buddypress inputtypereset, #buddypress inputtypesubmit, #buddypress ul.button-nav li.current a, #buddypress ul.button-nav li:hover a, #buddypress a.bp-title-button, #buddypress .comment-reply-link, #buddypress .activity-list .load-more a, #buddypress .activity-list .load-newest a { background-color: #0099ff; } .header .account-box .notifications-list.menu ul li a:hover { color: #0099ff; } .gfy-tabs .tab-menu-item.active { border-color: #0099ff; } /* Primary Text */ #buddypress button, #buddypress inputtypebutton, #buddypress inputtypereset, #buddypress inputtypesubmit, #buddypress ul.button-nav li.current a, #buddypress ul.button-nav li:hover a, #buddypress a.bp-title-button, #buddypress .comment-reply-link, #buddypress .activity-list .load-more a, #buddypress .activity-list .load-newest a, #buddypress #register-page inputtypesubmit, #buddypress #activate-page inputtypesubmit, #buddypress ul.button-nav li.current a, #buddypress ul.button-nav li:hover a { color: #ffffff; } /* -content bg color */ #buddypress #register-page .field-visibility-settings { background-color: #ffffff; } /* -border-radius */ #buddypress #register-page .field-visibility-settings { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* --border-radius inputs, buttons */ #buddypress #register-page inputtypesubmit, #buddypress #activate-page inputtypesubmit , #buddypress .bb-form-block input, #buddypress .bb-form-block textarea, #buddypress .bb-form-block select { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* *** Gamify Plugin *** */ /* - Border-radius - */ .widget_gfy_leaderboard .leaderboard-item, .gfy-featured-author-content,.widget_gfy-featured-author .gfy-count-list .gfy-item { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* - Secondary components bg color - */ .widget_gfy_leaderboard .leaderboard-item, .gfy-bp-achievements .achievements-wrapper .col, .gfy-featured-author-content, .gfy-popup-body .gfy-body { background-color: #f7f7f7; } /* - Secondary components text color */ .widget_gfy_leaderboard .leaderboard-item, .widget_gfy-featured-author .gfy-name { color:#1f1f1f; } .widget_gfy-featured-author .gfy-cover { background-color: #1f1f1f; } /* - Secondary text color - */ .widget_gfy_leaderboard .leaderboard-item .item-number, .widget_gfy_leaderboard .leaderboard-item .item-points, .gfy-icon-btn, .gfy-close .gfy-icon, .gfy-bp-component .gfy-rank-item .rank-desc, .widget_gfy-featured-author .gfy-count-list .gfy-item .gfy-count-name, .widget_gfy-featured-author .gfy-description, .widget_gfy-featured-author .gfy-social, .gfy-tabs .tab-menu-item a { color: #a3a3a3; } /* - Base text color - */ .widget_gfy_leaderboard .leaderboard-item .item-title, .gfy-bp-achievements .achievements-wrapper .rank-level { color: #1f1f1f; } /* - Content bg color - */ .gfy-popup-body,.gfy-popup-body .gfy-badge-title, .widget_gfy-featured-author .gfy-count-list .gfy-item { background-color: #ffffff; } .rtm-comment-list li { background-color: #ffffff !important; } /* Custom Header Styles */ /* -badge bg color */ .reaction-item .reaction-bar .reaction-stat, .bb-badge .circle { background-color: #ffe400; } .reaction-item .reaction-vote-btn:not(.disabled):hover, .reaction-item.voted .reaction-vote-btn { background-color: #ffe400 !important; } /* -badge text color */ .reaction-item .reaction-vote-btn:not(.disabled):hover, .reaction-item.voted .reaction-vote-btn, .bb-badge .text { color: #1f1f1f; } /* -category/tag bg color */ .bb-badge.category .circle, .bb-badge.post_tag .circle { background-color: #6759eb; } /* -category/tag text color */ .bb-badge.category .text, .bb-badge.post_tag .text { color: #1f1f1f; } /* -category/tag icon color */ .bb-badge.category .circle i, .bb-badge.post_tag .circle i { color: #ffffff; } /* --Trending */ .bb-badge.trending .circle, .bb-page-header .bb-trending-navigation ul li.active a, .post-number { background-color: #f13544; } .widget-title .bb-icon, .bb-trending-navigation ul li a .bb-icon, .trending-post .bb-post-single .s-post-views { color: #f13544; } .bb-badge.trending .circle i, .bb-page-header .bb-trending-navigation ul li.active a, .bb-page-header .bb-trending-navigation ul li.active a .bb-icon, .post-number { color: #ffffff; } .bb-badge.trending .text { color: #1f1f1f; } .bb-badge.reaction-136 .circle { background-color: #ffe400; }.bb-badge.reaction-137 .circle { background-color: #ffe400; }.bb-badge.reaction-138 .circle { background-color: #ffe400; }.bb-badge.reaction-139 .circle { background-color: #ffe400; }.bb-badge.reaction-140 .circle { background-color: #ffe400; }.bb-badge.reaction-141 .circle { background-color: #ffe400; }.bb-badge.reaction-142 .circle { background-color: #ffe400; }.bb-badge.reaction-143 .circle { background-color: #ffe400; }.bb-badge.reaction-144 .circle { background-color: #ffe400; }.bb-badge.reaction-145 .circle { background-color: #ffe400; }.bb-badge.reaction-146 .circle { background-color: #ffe400; }.bb-badge.reaction-147 .circle { background-color: #ffe400; }.bb-badge.reaction-148 .circle { background-color: #ffe400; }.bb-badge.reaction-149 .circle { background-color: #ffe400; }.bb-badge.reaction-150 .circle { background-color: #ffe400; }.bb-badge.category-1153 .circle { background-color: #6759eb; }.bb-badge.category-1154 .circle { background-color: #6759eb; }.bb-badge.category-1156 .circle { background-color: #6759eb; }.bb-badge.category-1158 .circle { background-color: #6759eb; }.bb-badge.post_tag-1170 .circle { background-color: #f45646; }.bb-badge.post_tag-1173 .circle { background-color: #f45646; }.bb-badge.post_tag-1174 .circle { background-color: #f45646; }.bb-badge.post_tag-1175 .circle { background-color: #f45646; }.bb-badge.post_tag-1176 .circle { background-color: #f45646; }.bb-badge.post_tag-1177 .circle { background-color: #f45646; } /style>link relstylesheet idchld_thm_cfg_child-css hrefhttps://suenamichel.com/wp-content/themes/boombox-child/style.css?ver2.9.6.1745577914 typetext/css mediaall />link relstylesheet idboombox-fonts-css hrefhttps://fonts.googleapis.com/css?familyMontserrat%3A300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i&subsetlatin%2Clatin-ext&ver2.9.6 typetext/css mediaall />link relstylesheet ideasy-social-share-buttons-css hrefhttps://suenamichel.com/wp-content/plugins/easy-social-share-buttons3/assets/css/easy-social-share-buttons.min.css?ver10.1.1 typetext/css mediaall />script typetext/javascript> window._nslDOMReady (function () { const executedCallbacks new Set(); return function (callback) { /** * Third parties might dispatch DOMContentLoaded events, so we need to ensure that we only run our callback once! */ if (executedCallbacks.has(callback)) return; const wrappedCallback function () { if (executedCallbacks.has(callback)) return; executedCallbacks.add(callback); callback(); }; if (document.readyState complete || document.readyState interactive) { wrappedCallback(); } else { document.addEventListener(DOMContentLoaded, wrappedCallback); } }; })(); /script>script typetext/javascript idcookie-law-info-js-extra>/* !CDATA */var _ckyConfig {_ipData:,_assetsURL:https:\/\/suenamichel.com\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/,_publicURL:https:\/\/suenamichel.com,_expiry:365,_categories:{name:Necessary,slug:necessary,isNecessary:true,ccpaDoNotSell:true,cookies:,active:true,defaultConsent:{gdpr:true,ccpa:true}},{name:Functional,slug:functional,isNecessary:false,ccpaDoNotSell:true,cookies:,active:true,defaultConsent:{gdpr:false,ccpa:false}},{name:Analytics,slug:analytics,isNecessary:false,ccpaDoNotSell:true,cookies:,active:true,defaultConsent:{gdpr:false,ccpa:false}},{name:Performance,slug:performance,isNecessary:false,ccpaDoNotSell:true,cookies:,active:true,defaultConsent:{gdpr:false,ccpa:false}},{name:Advertisement,slug:advertisement,isNecessary:false,ccpaDoNotSell:true,cookies:,active:true,defaultConsent:{gdpr:false,ccpa:false}},_activeLaw:gdpr,_rootDomain:,_block:1,_showBanner:1,_bannerConfig:{settings:{type:box,preferenceCenterType:popup,position:bottom-left,applicableLaw:gdpr},behaviours:{reloadBannerOnAccept:false,loadAnalyticsByDefault:false,animations:{onLoad:animate,onHide:sticky}},config:{revisitConsent:{status:true,tag:revisit-consent,position:bottom-left,meta:{url:#},styles:{background-color:#0056A7},elements:{title:{type:text,tag:revisit-consent-title,status:true,styles:{color:#0056a7}}}},preferenceCenter:{toggle:{status:true,tag:detail-category-toggle,type:toggle,states:{active:{styles:{background-color:#1863DC}},inactive:{styles:{background-color:#D0D5D2}}}}},categoryPreview:{status:false,toggle:{status:true,tag:detail-category-preview-toggle,type:toggle,states:{active:{styles:{background-color:#1863DC}},inactive:{styles:{background-color:#D0D5D2}}}}},videoPlaceholder:{status:true,styles:{background-color:#000000,border-color:#000000,color:#ffffff}},readMore:{status:false,tag:readmore-button,type:link,meta:{noFollow:true,newTab:true},styles:{color:#1863DC,background-color:transparent,border-color:transparent}},auditTable:{status:true},optOption:{status:true,toggle:{status:true,tag:optout-option-toggle,type:toggle,states:{active:{styles:{background-color:#1863dc}},inactive:{styles:{background-color:#FFFFFF}}}}}}},_version:3.3.4,_logConsent:1,_tags:{tag:accept-button,styles:{color:#FFFFFF,background-color:#1863DC,border-color:#1863DC}},{tag:reject-button,styles:{color:#1863DC,background-color:transparent,border-color:#1863DC}},{tag:settings-button,styles:{color:#1863DC,background-color:transparent,border-color:#1863DC}},{tag:readmore-button,styles:{color:#1863DC,background-color:transparent,border-color:transparent}},{tag:donotsell-button,styles:{color:#1863DC,background-color:transparent,border-color:transparent}},{tag:accept-button,styles:{color:#FFFFFF,background-color:#1863DC,border-color:#1863DC}},{tag:revisit-consent,styles:{background-color:#0056A7}},_shortCodes:{key:cky_readmore,content:a href\#\ class\cky-policy\ aria-label\Cookie Policy\ target\_blank\ rel\noopener\ data-cky-tag\readmore-button\>Cookie Policy\/a>,tag:readmore-button,status:false,attributes:{rel:nofollow,target:_blank}},{key:cky_show_desc,content:button class\cky-show-desc-btn\ data-cky-tag\show-desc-button\ aria-label\Show more\>Show more\/button>,tag:show-desc-button,status:true,attributes:},{key:cky_hide_desc,content:button class\cky-show-desc-btn\ data-cky-tag\hide-desc-button\ aria-label\Show less\>Show less\/button>,tag:hide-desc-button,status:true,attributes:},{key:cky_category_toggle_label,content:cky_{{status}}_category_label cky_preference_{{category_slug}}_title,tag:,status:true,attributes:},{key:cky_enable_category_label,content:Enable,tag:,status:true,attributes:},{key:cky_disable_category_label,content:Disable,tag:,status:true,attributes:},{key:cky_video_placeholder,content:div class\video-placeholder-normal\ data-cky-tag\video-placeholder\ id\UNIQUEID\>p class\video-placeholder-text-normal\ data-cky-tag\placeholder-title\>Please accept cookies to access this content\/p>\/div>,tag:,status:true,attributes:},{key:cky_enable_optout_label,content:Enable,tag:,status:true,attributes:},{key:cky_disable_optout_label,content:Disable,tag:,status:true,attributes:},{key:cky_optout_toggle_label,content:cky_{{status}}_optout_label cky_optout_option_title,tag:,status:true,attributes:},{key:cky_optout_option_title,content:Do Not Sell or Share My Personal Information,tag:,status:true,attributes:},{key:cky_optout_close_label,content:Close,tag:,status:true,attributes:},{key:cky_preference_close_label,content:Close,tag:,status:true,attributes:},_rtl:,_language:en,_providersToBlock:};var _ckyStyles {css:.cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \\; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \\; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch inputtype\checkbox\:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \\; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch inputtype\checkbox\{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch inputtype\checkbox\:checked{background: #1863dc;}.cky-switch inputtype\checkbox\:before{position: absolute; content: \\; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch inputtype\checkbox\:after{display: none;}.cky-switch inputtype\checkbox\:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch inputtype\checkbox\{width: 38px; height: 21px;}.cky-switch inputtype\checkbox\:before{height: 17px; width: 17px;}.cky-switch inputtype\checkbox\:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \\; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled inputtype\checkbox\.cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper inputtype\checkbox\.cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\\/wp-content\/plugins\/cookie-law-info\/lite\/frontend\/images\/placeholder.svg\); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/cookie-law-info/lite/frontend/js/script.min.js?ver3.3.4 idcookie-law-info-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-includes/js/jquery/jquery.min.js?ver3.7.1 idjquery-core-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-includes/js/jquery/jquery-migrate.min.js?ver3.4.1 idjquery-migrate-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/buddypress/bp-core/js/confirm.min.js?ver14.3.4 idbp-confirm-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/buddypress/bp-core/js/jquery-query.min.js?ver14.3.4 idbp-jquery-query-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/buddypress/bp-core/js/vendor/jquery-cookie.min.js?ver14.3.4 idbp-jquery-cookie-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/buddypress/bp-core/js/vendor/jquery-scroll-to.min.js?ver14.3.4 idbp-jquery-scroll-to-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?vermaster-2015-08 idjquery.fitvids-js>/script>script typetext/javascript idfvp-frontend-js-extra>/* !CDATA */var fvpdata {ajaxurl:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,nonce:30d77a71b7,fitvids:1,dynamic:,overlay:,opacity:0.75,color:b,width:640};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/featured-video-plus/js/frontend.min.js?ver2.3.3 idfvp-frontend-js>/script>script typetext/javascript idessb-pin-pro-fix-js-after>/* !CDATA */var essbPinImages {};/* > *//script>!-- Fragmento de código de la etiqueta de Google (gtag.js) añadida por Site Kit -->!-- Fragmento de código de Google Analytics añadido por Site Kit -->script typetext/javascript srchttps://www.googletagmanager.com/gtag/js?idGT-PZMFWWZN idgoogle_gtagjs-js async>/script>script typetext/javascript idgoogle_gtagjs-js-after>/* !CDATA */window.dataLayer window.dataLayer || ;function gtag(){dataLayer.push(arguments);}gtag(set,linker,{domains:suenamichel.com});gtag(js, new Date());gtag(set, developer_id.dZTNiMT, true);gtag(config, GT-PZMFWWZN); window._googlesitekit window._googlesitekit || {}; window._googlesitekit.throttledEvents ; window._googlesitekit.gtagEvent (name, data) > { var key JSON.stringify( { name, data } ); if ( !! window._googlesitekit.throttledEvents key ) { return; } window._googlesitekit.throttledEvents key true; setTimeout( () > { delete window._googlesitekit.throttledEvents key ; }, 5 ); gtag( event, name, { ...data, event_source: site-kit } ); }; /* > *//script>script>/script>script idessb-inline-js>/script>link relhttps://api.w.org/ hrefhttps://suenamichel.com/wp-json/ />link relalternate titleJSON typeapplication/json hrefhttps://suenamichel.com/wp-json/wp/v2/pages/1358 />link relEditURI typeapplication/rsd+xml titleRSD hrefhttps://suenamichel.com/xmlrpc.php?rsd />meta namegenerator contentWordPress 6.8.2 />link relshortlink hrefhttps://suenamichel.com/ />link relalternate titleoEmbed (JSON) typeapplication/json+oembed hrefhttps://suenamichel.com/wp-json/oembed/1.0/embed?urlhttps%3A%2F%2Fsuenamichel.com%2F />link relalternate titleoEmbed (XML) typetext/xml+oembed hrefhttps://suenamichel.com/wp-json/oembed/1.0/embed?urlhttps%3A%2F%2Fsuenamichel.com%2F&formatxml /> script typetext/javascript>var ajaxurl https://suenamichel.com/wp-admin/admin-ajax.php;/script>style idcky-style-inline>data-cky-tag{visibility:hidden;}/style>style idessential-blocks-global-styles> :root { --eb-global-primary-color: #101828;--eb-global-secondary-color: #475467;--eb-global-tertiary-color: #98A2B3;--eb-global-text-color: #475467;--eb-global-heading-color: #1D2939;--eb-global-link-color: #444CE7;--eb-global-background-color: #F9FAFB;--eb-global-button-text-color: #FFFFFF;--eb-global-button-background-color: #101828;--eb-gradient-primary-color: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);--eb-gradient-secondary-color: linear-gradient(90deg, hsla(18, 76%, 85%, 1) 0%, hsla(203, 69%, 84%, 1) 100%);--eb-gradient-tertiary-color: linear-gradient(90deg, hsla(248, 21%, 15%, 1) 0%, hsla(250, 14%, 61%, 1) 100%);--eb-gradient-background-color: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(233, 233, 233) 49%, rgb(244, 243, 243) 100%); --eb-tablet-breakpoint: 1024px;--eb-mobile-breakpoint: 767px; } /style>meta namegenerator contentSite Kit by Google 1.160.1 />!-- Publisher Tag Manager -->script>(function(w,d,s,a){var fd.getElementsByTagName(s)0, jd.createElement(s),dl&.+new Date().getTime() ,rd.referrer;r!!r&&r!d.location.href?&r+r:;j.asynctrue; w.a;j.src //pubtagmanager.com/ptm.js?id+a+dl+r; f.parentNode.insertBefore(j,f);})(window,document,script,3679);/script>!-- End Publisher Tag Manager -->meta namegoogle-site-verification contentH19_5GQi2D8y9sTwpK_OJgLrq9qSi6wB80-rvFmK_kc /> style>img#wpstats{display:none}/style> script>document.cookie quads_browser_width+screen.width;/script>meta namegenerator contentPowered by WPBakery Page Builder - drag and drop page builder for WordPress./> style typetext/css idwp-custom-css> a.login, .menu-item-login, .header-login { display: none !important;} /style> style idkirki-inline-styles>/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 600; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* cyrillic-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}/* cyrillic */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}/* vietnamese */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}/* latin-ext */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4GLvztg.woff) format(woff); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}/* latin */@font-face { font-family: Montserrat; font-style: normal; font-weight: 700; font-display: swap; src: url(https://suenamichel.com/wp-content/fonts/montserrat/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4GLs.woff) format(woff); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/style>noscript>style> .wpb_animate_when_almost_visible { opacity: 1; }/style>/noscript> /head> body classhome-page bp-legacy home wp-singular page-template-default page page-id-1358 admin-bar no-customize-support wp-theme-boombox wp-child-theme-boombox-child boombox-theme-light one-sidebar sidebar-1_3 right-sidebar has-full-post-button badge-face-text badges-outside-right bb-stretched-view essb-10.1.1 wpb-js-composer js-comp-ver-8.6.1 vc_responsive no-js> div idwpadminbar classnojq nojs> div classquicklinks idwp-toolbar rolenavigation aria-labelBarra de herramientas> ul rolemenu idwp-admin-bar-root-default classab-top-menu>li rolegroup idwp-admin-bar-wp-logo classmenupop>a classab-item tabindex0 rolemenuitem aria-expandedfalse hrefhttps://suenamichel.com/wp-admin/>span classab-icon aria-hiddentrue>/span>span classscreen-reader-text>Acerca de WordPress/span>/a>div classab-sub-wrapper>ul rolemenu idwp-admin-bar-wp-logo-external classab-sub-secondary ab-submenu>li rolegroup idwp-admin-bar-wporg>a classab-item rolemenuitem hrefhttps://es.wordpress.org/>WordPress.org/a>/li>li rolegroup idwp-admin-bar-documentation>a classab-item rolemenuitem hrefhttps://wordpress.org/documentation/>Documentación/a>/li>li rolegroup idwp-admin-bar-learn>a classab-item rolemenuitem hrefhttps://learn.wordpress.org/>Aprende WordPress/a>/li>li rolegroup idwp-admin-bar-support-forums>a classab-item rolemenuitem hrefhttps://es.wordpress.org/support/>Soporte/a>/li>li rolegroup idwp-admin-bar-feedback>a classab-item rolemenuitem hrefhttps://es.wordpress.org/support/forum/comunidad/peticiones-y-feedback/>Sugerencias/a>/li>/ul>/div>/li>li rolegroup idwp-admin-bar-bp-login>a classab-item rolemenuitem hrefhttps://suenamichel.com/wp-login.php?redirect_tohttps%3A%2F%2Fsuenamichel.com%2F>Acceder/a>/li>li rolegroup idwp-admin-bar-edit_home_page>a classab-item rolemenuitem hrefhttps://suenamichel.com/wp-admin/post.php?post1358&actionedit>Editar página de inicio/a>/li>/ul>ul rolemenu idwp-admin-bar-top-secondary classab-top-secondary ab-top-menu>li rolegroup idwp-admin-bar-search classadmin-bar-search>div classab-item ab-empty-item tabindex-1 rolemenuitem>form actionhttps://suenamichel.com/ methodget idadminbarsearch>input classadminbar-input names idadminbar-search typetext value maxlength150 />label foradminbar-search classscreen-reader-text>Buscar/label>input typesubmit classadminbar-button valueBuscar />/form>/div>/li>/ul> /div> /div> script asyncasync data-cfasyncfalse src//perilastronaut.com/26bbb11f695fbb97fdac9e3a20cb865c/invoke.js>/script>div idcontainer-26bbb11f695fbb97fdac9e3a20cb865c>/div> div idmobile-nav-bg>/div> div idmobile-navigation classbb-mobile-navigation> button idmenu-close classclose> i classbb-icon bb-ui-icon-close>/i> /button> div classholder> div classmore-menu> div classmore-menu-header> /div> div classmore-menu-footer> div classbb-community community> span classtext>BoomBox Community/span> a classh-icon create-post bb-btn bb-btn-default js-authentication href#sign-in>span classbb-icon bb-ui-icon-plus>/span> span>Upload/span>/a> /div> div classsocial circle>/div> /div> /div> /div> /div> div idpage-wrapper classpage-wrapper> header classbb-show-desktop-header bb-header header-desktop no-bottom top-shadow> div classbb-sticky bb-sticky-nav sticky-classic> div classtop-header include-in-color-mode medium full-width menu-left bb-sticky-el> div classcontainer> div classh-component m-1 logo>div classbranding> p classsite-title> a hrefhttps://suenamichel.com/> SuenaMichel /a> /p> /div>/div> div classh-component m-2> div classbb-header-navigation header-item> nav classmain-navigation> /nav> nav classmore-navigation header-item bb-toggle pos-> a classmore-menu-toggle element-toggle bb-header-icon rolebutton href# data-toggle.more-menu> i classbb-icon bb-ui-icon-dots>/i> /a> div idmore-menu classmore-menu bb-header-dropdown toggle-content> div classmore-menu-header> nav classbb-trending-navigation> /nav> /div> div classmore-menu-body> span classsections-header>sections/span> nav classsection-navigation> /nav> /div> div classmore-menu-footer> div classbb-community community> span classtext>BoomBox Community/span> a classh-icon create-post bb-btn bb-btn-default js-authentication href#sign-in>span classbb-icon bb-ui-icon-plus>/span> span>Upload/span>/a> /div> div classsocial circle>/div> /div>/div>/nav> /div> /div> div classh-component r-1 has-search has-authentication has-button-compose> div classbb-header-search header-item bb-toggle bb-focus pos-right> a classform-toggle element-toggle element-focus bb-header-icon href# rolebutton data-toggle.search-dropdown data-focus.search-form input> i classbb-icon bb-ui-icon-search>/i> /a> div classsearch-dropdown bb-header-dropdown toggle-content> form rolesearch methodget classsearch-form form actionhttps://suenamichel.com/> input typesearch classpull-left names value> button classsearch-submit pull-right typesubmit>Search/button> /form> /div>/div>div classheader-item bb-header-user-box bb-toggle pos-right> a classbb-header-icon js-authentication rolebutton data-toggle.bb-header-user-box .menu href#sign-in> i classbb-icon bb-ui-icon-user>/i> /a> /div>a classh-icon header-item create-post pos-right js-authentication href#sign-in>span classbb-icon bb-ui-icon-plus>/span> span>Upload/span>/a> /div> /div> /div> /div> /header> div classbb-show-mobile-header bb-sticky bb-sticky-nav sticky-classic> header classbb-header header-mobile h-style h-style-center large bb-sticky-el> div classcontainer header-row> div classheader-row-layout> div classheader-col header-l> a idmenu-button classheader-item bb-header-icon menu-button pos-left rolebutton href#> i classbb-ui-icon-burger-menu>/i>/a> /div> div classheader-col header-c> div classbranding> p classsite-title> a hrefhttps://suenamichel.com/> /a> /p>/div> /div> div classheader-col header-r> div classheader-item bb-header-user-box bb-toggle pos-right> a classbb-header-icon js-authentication rolebutton data-toggle.bb-header-user-box .menu href#sign-in> i classbb-icon bb-ui-icon-user>/i> /a> /div> /div> /div> /div> /header>/div> main idmain rolemain> div classcontainer bb-featured-strip bb-stretched-mobile no-gutters inside-title big-item featured-carousel> ul> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-la-poblacion-de-pedro-abad/> span classtitle-inside>¿Cuál es la población de Pedro Abad?/span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-la-poblacion-de-hinojosa-del-duque/> span classtitle-inside>¿Cuál es la población de Hinojosa del Duque?/span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-la-poblacion-de-fuente-obejuna/> span classtitle-inside>¿Cuál es la población de Fuente Obejuna?/span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-la-poblacion-de-adamuz/> span classtitle-inside>¿Cuál es la población de Adamuz?/span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-el-resultado-o-informacion-sobre-alexander-the-pope/> span classtitle-inside>¿Cuál es el resultado o información sobre ‘alexander.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/cual-es-el-resultado-o-informacion-sobre-tarde-de-domingo-en-la-isla-de-la-grande-jatte/> span classtitle-inside>¿Cuál es el resultado o información sobre ‘tarde.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-67-kilograms-in-pounds/> span classtitle-inside>¿Qué significa o cómo se calcula ’67 kilograms.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-objective-rally-point/> span classtitle-inside>¿Qué significa o cómo se calcula ‘objective rally.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-50-kg-in-lbs/> span classtitle-inside>¿Qué significa o cómo se calcula ’50 kg.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-50-kilograms-in-pounds/> span classtitle-inside>¿Qué significa o cómo se calcula ’50 kilograms.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-17-degrees-c-to-f/> span classtitle-inside>¿Qué significa o cómo se calcula ’17 degrees.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-87-kg-pounds/> span classtitle-inside>¿Qué significa o cómo se calcula ’87 kg.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-80-kgs-in-stones-and-lbs/> span classtitle-inside>¿Qué significa o cómo se calcula ’80 kgs.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-reticulo-endoplasmatico-rugoso/> span classtitle-inside>¿Qué significa o cómo se calcula ‘reticulo endoplasmatico.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-miss-peregrines-home-for-peculiar-movie/> span classtitle-inside>¿Qué significa o cómo se calcula ‘miss peregrine’s.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-cuanto-son-8-pulgadas-en-cm/> span classtitle-inside>¿Qué significa o cómo se calcula ‘cuanto son.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-80-kilo-in-stones-and-pounds/> span classtitle-inside>¿Qué significa o cómo se calcula ’80 kilo.../span> /a> /figure> /li> li classitem no-thumbnail> figure classmedia> a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-165-pounds-to-kgs/> span classtitle-inside>¿Qué significa o cómo se calcula ‘165 pounds.../span> /a> /figure> /li> /ul> /div>header classcontainer bb-page-header style-corner-narrow boxed> div classcontainer-bg rmv-b-r-mobile > div classcontainer-inner> !-- Header Content --> div classheader-content> div classheader-content-layout> div classrow-col col1> div classpage-title-block> h1 classpage-title>Popular/h1> span classbb-badge badge trending>span classcircle>i classbb-icon bb-ui-icon-popular>/i>/span>span classtext>Popular/span>/span> /div> /div> div classrow-col col2> nav classbb-trending-navigation> ul> li class> a hrefhttps://suenamichel.com/trending/> i classbb-icon bb-ui-icon-trending5>/i> Trending /a> /li> li class> a hrefhttps://suenamichel.com/members/> i classbb-icon bb-ui-icon-hot>/i> Members /a> /li> li classactive> a hrefhttps://suenamichel.com/> i classbb-icon bb-ui-icon-popular>/i> Popular /a> /li> /ul> /nav> /div> /div> /div> /div> /div>/header>div classcontainer main-container > div classbb-row> div classbb-col col-content> div classbb-row> div classbb-col col-site-main> div classsite-main rolemain> div classbb-post-collection hfeed post-list list list big-item bb-thumbnail-stretched> ul idpost-items classpost-items> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13562 type-post status-publish format-standard category-blog tag-conversion tag-definicion tag-explicacion tag-olsen-actress> !-- thumbnail --> div classpost-thumbnail> div classpost-number>1/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>5/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>843/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-olsen-actress/ relbookmark >¿Qué significa o cómo se calcula ‘olsen actress’?/a>/h2>p classentry-summary entry-sub-title>La palabra clave ‘olsen actress’ se relaciona con una temática específica que puede requerir una explicación detallada según su contexto./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:39:40+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:39:40+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13524 type-post status-publish format-standard category-blog tag-135-kilo-to-pounds tag-conversion tag-definicion tag-explicacion> !-- thumbnail --> div classpost-thumbnail> div classpost-number>2/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>5/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>848/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-135-kilo-to-pounds/ relbookmark >¿Qué significa o cómo se calcula ‘135 kilo to pounds’?/a>/h2>p classentry-summary entry-sub-title>Esta es una conversión entre libras y kilogramos. Para convertir libras a kilos, se multiplica por 0.453592./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:39:38+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:39:38+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13470 type-post status-publish format-standard category-blog tag-conocimiento tag-consulta tag-explicacion tag-hidruro-de-estano-ii> !-- thumbnail --> div classpost-thumbnail> div classpost-number>3/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>5/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>854/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-interpreta-hidruro-de-estano-ii/ relbookmark >¿Qué significa o cómo se interpreta ‘hidruro de estaño ii’?/a>/h2>p classentry-summary entry-sub-title>‘hidruro de estaño ii’ es un término que requiere análisis según su contexto. Puede relacionarse con ciencia, historia, cultura o tecnología./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T17:50:35+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T17:50:35+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item post-2991 type-post status-publish format-video has-post-thumbnail category-animals tag-diana tag-diana-and-roma tag-diana-y-roma tag-diana-y-roma-en-espanol tag-roma-y-diana post_format-post-format-video> !-- thumbnail --> div classpost-thumbnail> div classpost-number>4/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>9/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>887/span>/span>/div> a hrefhttps://suenamichel.com/diana-y-roma-alimentan-a-los-animales-del-zoologico-mas-historias-sobre-animales-para-ninos/ titleDiana y Roma alimentan a los animales del zoológico + más historias sobre animales para niños > div classbb-media-placeholder stylepadding-bottom:50%;>img width360 height180 srchttps://suenamichel.com/wp-content/uploads/2025/05/diana-y-roma-alimentan-a-los-animales-del-zoologico-mas-historias-sobre-animales-para-ninos-360x180.jpg classattachment-boombox_image360x180 size-boombox_image360x180 wp-post-image alt decodingasync loadinglazy />/div> /a> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/animals/ relcategory tag>Animals/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/diana-y-roma-alimentan-a-los-animales-del-zoologico-mas-historias-sobre-animales-para-ninos/ relbookmark >Diana y Roma alimentan a los animales del zoológico + más historias sobre animales para niños/a>/h2>p classentry-summary entry-sub-title>Diana y Roma alimentan a los animales del zoológico en esta divertida aventura! Descubre más historias sobre animales para …/p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-04T08:27:34+02:00>5 meses ago/time>time classentry-date updated mf-hide datetime2025-05-04T08:27:34+02:00>5 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13720 type-post status-publish format-standard category-blog tag-125-pounds-in-kilograms tag-datos tag-respuesta-precisa> !-- thumbnail --> div classpost-thumbnail> div classpost-number>5/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>4/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>862/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/cual-es-el-resultado-o-informacion-sobre-125-pounds-in-kilograms/ relbookmark >¿Cuál es el resultado o información sobre ‘125 pounds in kilograms’?/a>/h2>p classentry-summary entry-sub-title>Consulta específica. Requiere contexto./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:59:17+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:59:17+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13633 type-post status-publish format-standard category-blog tag-conversion tag-definicion tag-explicacion tag-personajes-del-gato-con-botas> !-- thumbnail --> div classpost-thumbnail> div classpost-number>6/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>4/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>859/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-personajes-del-gato-con-botas/ relbookmark >¿Qué significa o cómo se calcula ‘personajes del gato con botas’?/a>/h2>p classentry-summary entry-sub-title>La palabra clave ‘personajes del gato con botas’ se relaciona con una temática específica que puede requerir una explicación detallada según su contexto./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:39:45+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:39:45+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13565 type-post status-publish format-standard category-blog tag-82-kilos-in-pounds tag-conversion tag-definicion tag-explicacion> !-- thumbnail --> div classpost-thumbnail> div classpost-number>7/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>5/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>848/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-82-kilos-in-pounds/ relbookmark >¿Qué significa o cómo se calcula ’82 kilos in pounds’?/a>/h2>p classentry-summary entry-sub-title>Esta es una conversión entre libras y kilogramos. Para convertir libras a kilos, se multiplica por 0.453592./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:39:40+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:39:40+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13538 type-post status-publish format-standard category-blog tag-conversion tag-definicion tag-explicacion tag-funcion-inversa> !-- thumbnail --> div classpost-thumbnail> div classpost-number>8/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>4/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>845/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-funcion-inversa-2/ relbookmark >¿Qué significa o cómo se calcula ‘funcion inversa’?/a>/h2>p classentry-summary entry-sub-title>La palabra clave ‘funcion inversa’ se relaciona con una temática específica que puede requerir una explicación detallada según su contexto./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T20:39:39+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T20:39:39+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13257 type-post status-publish format-standard category-blog tag-ciencia tag-conversion tag-cultura tag-explicacion tag-lirica> !-- thumbnail --> div classpost-thumbnail> div classpost-number>9/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>4/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>836/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-lirica/ relbookmark >¿Qué significa o cómo se calcula ‘lirica’?/a>/h2>p classentry-summary entry-sub-title>La expresión ‘lirica’ puede referirse a un concepto específico. Para entenderlo completamente, conviene analizar el contexto en el que se presenta./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T17:45:00+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T17:45:00+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> li classpost-item post-item-list> article classpost bb-post bb-card-item no-thumbnail post-13251 type-post status-publish format-standard category-blog tag-135-lbs-to-kg tag-ciencia tag-conversion tag-cultura tag-explicacion> !-- thumbnail --> div classpost-thumbnail> div classpost-number>10/div>div classpost-meta bb-post-meta post-meta-bg>span classpost-meta-item post-views>span classbb-icon bb-ui-icon-eye-1>/span>span classcount>4/span>/span>span classpost-meta-item post-votes>span classbb-icon bb-ui-icon-vote>/span>span classcount>843/span>/span>/div> /div> !-- thumbnail --> div classcontent> !-- entry-header --> header classentry-header> div classbb-post-terms>div classbb-cat-links>a hrefhttps://suenamichel.com/category/blog/ relcategory tag>Blog/a>/div>/div>h2 classentry-title>a hrefhttps://suenamichel.com/que-significa-o-como-se-calcula-135-lbs-to-kg/ relbookmark >¿Qué significa o cómo se calcula ‘135 lbs to kg’?/a>/h2>p classentry-summary entry-sub-title>135.0 libras equivalen a 61.23 kilogramos, usando el factor de conversión 1 lb 0.453592 kg./p>div classbb-author-vcard-mini post-author-meta>div classauthor-avatar>a hrefhttps://suenamichel.com/members/wally/>img altwally src//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm srcset//www.gravatar.com/avatar/56f1566f0cfe95246e07e3a8301bc620?s66&rg&dmm 2x classavatar avatar-66 photo height66 width66 loadinglazy decodingasync/>/a>/div>div classauthor-info> span classauth-name> span classauth-byline>by/span> a classauth-url hrefhttps://suenamichel.com/members/wally/> span>wally/span> /a> /span>span classauth-posted-on>time classentry-date published datetime2025-05-21T17:44:59+02:00>4 meses ago/time>time classentry-date updated mf-hide datetime2025-05-21T17:44:59+02:00>4 meses ago/time>/span>/div>/div> /header> !-- entry-header --> /div> /article> /li> /ul> /div> /div> /div> /div> /div> div classbb-col col-sidebar> aside idsecondary classsidebar widget-area> section idblock-8 classwidget widget_block>script typetext/javascript> atOptions { key : 8705842318b7e4169730b0147a2a5725, format : iframe, height : 600, width : 160, params : {} };/script>script typetext/javascript src//perilastronaut.com/8705842318b7e4169730b0147a2a5725/invoke.js>/script>/section>section idcustom_html-4 classwidget_text widget widget_custom_html>div classtextwidget custom-html-widget>script typetext/javascript> atOptions { key : 13703f6e776f683e7249a9c9628b8a53, format : iframe, height : 250, width : 300, params : {} };/script>script typetext/javascript src//perilastronaut.com/13703f6e776f683e7249a9c9628b8a53/invoke.js>/script>/div>/section>section idtext-21 classwidget widget_text> div classtextwidget>script typetext/javascript> atOptions { key : 13703f6e776f683e7249a9c9628b8a53, format : iframe, height : 250, width : 300, params : {} };/script>script typetext/javascript src//perilastronaut.com/13703f6e776f683e7249a9c9628b8a53/invoke.js>/script>/div> /section>section classsticky-sidebar>/section>section idtext-23 classwidget widget_text> div classtextwidget>img srchttps://drive.google.com/uc?exportview&id1CwsZZmCBanXZHftS9ouJzPZnhehXwKU3 alt classaligncenter >/div> /section>section idboombox-sidebar-footer-3 classwidget widget_sidebar_footer> div classtext>© 2025 All Rights Reserved. /div> /section>section idcustom_html-5 classwidget_text widget widget_custom_html>h4 classwidget-title>anuncio/h4>div classtextwidget custom-html-widget>script typetext/javascript> atOptions { key : 13703f6e776f683e7249a9c9628b8a53, format : iframe, height : 250, width : 300, params : {} };/script>script typetext/javascript src//perilastronaut.com/13703f6e776f683e7249a9c9628b8a53/invoke.js>/script>/div>/section>section idsearch-3 classwidget widget_search>form rolesearch methodget classsearch-form bb-input-addon actionhttps://suenamichel.com/> label> span classscreen-reader-text>Search for:/span> input typesearch classsearch-field placeholderSearch … value names /> /label> button typesubmit classsearch-submit>/button>/form>/section>section idboombox-create-post-4 classwidget widget_create_post>a classbb-btn btn-create bb-btn-primary js-authentication href#sign-in> span>Create a post/span>/a>/section>section idoptin-monster-api-3 classwidget optin-monster-api>/section> /aside>/div> /div> /div> !--Div for sticky elements --> div idsticky-border>/div> /main> footer idfooter classfooter bottom-bg> div classfooter-bottom> div classpattern> svg version1.1 xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink x0px y0px viewBox0 0 1572.4 32.6 styleenable-background:new 0 0 1572.4 32.6; xml:spacepreserve preserveAspectRatioxMidYMax meet>g idLayer_2>/g>g image-renderingoptimizeQuality text-renderinggeometricPrecision shape-renderinggeometricPrecision> g> path dM1160.8,19.9h-3c-0.5,1.2-0.8,1.2-1,2.6h2C1161,20.9,1160.5,22.1,1160.8,19.9z/> path dM1166.9,19.9v-1h-5C1163.1,21.2,1163.1,20.4,1166.9,19.9z/> path dM245.7,13c0.5-0.9,0.3-1.5,0.3-2.4l0,0l-1.9,0.6v3.1C244.6,13.9,244.9,14.3,245.7,13z/> path dM248.3,14.6l1.9,1.1c0.8-1.9,0.9-1.1-1-2.6h-2C247.9,14.8,246.8,13.5,248.3,14.6z/> path dM1030.8,17.1c1.2-0.8,0.7-0.3,1.5-1.4h-4l1.1,2C1030.7,17,1028.9,18.3,1030.8,17.1z/> path dM1029.4,17.7L1029.4,17.7C1029.4,17.8,1029.4,17.8,1029.4,17.7L1029.4,17.7z/> path dM1055.4,15.8c-0.3-2,0.6-1.6-3-2.1C1052.6,15.7,1051.7,15.2,1055.4,15.8z/> path dM341.2,14.7c-0.3-2,0.6-1.6-3-2.1C338.5,14.7,337.6,14.2,341.2,14.7z/> path dM1151.9,20.4l0.9-0.6c-0.6-1,0.8-0.4-0.9-1c-2.6-0.9-1.3-0.2-1.9,0l0,0c-0.5,0.5-2-0.7-0.3,0.7 C1150.7,20.6,1149.7,20,1151.9,20.4z/> path dM1164.9,18.3c-0.4-0.8-0.2-1.6-2-1.6s-2.8,0.3-3,1C1163.8,17.8,1162.2,17.6,1164.9,18.3z/> path dM315.2,16.8L315.2,16.8L315.2,16.8L315.2,16.8z/> path dM316.7,16c1.2-0.8,0.7-0.3,1.5-1.4c-4.5,0.2-3.8,0.3-3,2.1C316.6,16,314.8,17.3,316.7,16z/> path dM177.1,8h-3v1.6C177.1,9.1,176.3,9.5,177.1,8z/> polygon points251.1,12.1 247.1,11.5 249.1,13.2 251.1,13.2 /> path dM350.2,15.2c-2.2-1.6,0.7-0.8-4-1C348.1,15.7,347.6,15.8,350.2,15.2z/> path dM1138.4,20.3C1138.4,20.3,1138.5,20.3,1138.4,20.3L1138.4,20.3z/> path dM1137.7,20c0.4,0.2,0.6,0.3,0.7,0.3c-0.1-0.1-0.1-0.2,0.5-0.4c0,0,4.6-0.1-2-1C1137.4,19.9,1135.5,19.1,1137.7,20z/> path dM182.1,8.9c-1.7,0.6-1.9,0.1-2,1.6h2V8.9z/> path dM762.6,19.9v-1.6h-2C761.3,19.8,760.2,19.1,762.6,19.9z/> path dM248.1,8.9h-2v1.6C248.2,9.7,247.4,10.5,248.1,8.9z/> path dM263.1,15.2v-1h-3C261.7,15.3,260.3,14.8,263.1,15.2z/> rect x382.3 y16.2 width2 height1/> rect x244.1 y14.7 width2 height1/> rect x400.3 y1.2 width2 height1/> rect x1095.9 y15.7 width2 height1/> rect x15.9 y3.2 width2 height1/> rect x519.4 y8 width2 height1/> path dM1040.5,13.9c0,0-2.9-0.6-1.2,0.3C1040.3,14.7,1042.9,13.5,1040.5,13.9z/> path dM326.4,12.8c0,0-2.9-0.6-1.2,0.3C326.2,13.7,328.8,12.4,326.4,12.8z/> path dM336.4,12.8c0,0-2.9-0.6-1.2,0.3C336.2,13.7,338.8,12.4,336.4,12.8z/> path dM1017.8,7.2c0,0-2.9-0.6-1.2,0.3C1017.7,7.9,1020.3,6.7,1017.8,7.2z/> path dM489.5,1.9c0,0-2.9-0.6-1.2,0.3C489.3,2.7,491.9,1.5,489.5,1.9z/> path dM731.6,16.8l-1.8-1.1C730.4,17.3,728,16.6,731.6,16.8z/> path dM992.4,6.4c0,0-0.7-1.5-0.7,0C991.8,7.6,993.4,6.6,992.4,6.4z/> path dM324.8,15.2c0,0-0.7-1.5-0.7,0C324.2,16.4,325.8,15.4,324.8,15.2z/> path dM1041.3,16.7c0,1.2,1.6,0.2,0.7,0C1041.9,16.7,1041.3,15.3,1041.3,16.7z/> path dM327.2,15.7c0,1.2,1.6,0.2,0.7,0C327.8,15.7,327.2,14.3,327.2,15.7z/> path dM1038.9,16.3c0,0-0.7-1.5-0.7,0C1038.2,17.5,1039.9,16.4,1038.9,16.3z/> path dM315.2,11.6l1.8,1.1C316.5,11.3,317.5,12,315.2,11.6z/> path dM1069.9,13.7l1.8,1.1C1071.2,13.3,1072.2,14.1,1069.9,13.7z/> path dM356.2,14.2l1.8,1.1C357.5,13.8,358.5,14.6,356.2,14.2z/> path dM11.9,17.3l1.8,1.1C13.2,17,14.3,17.7,11.9,17.3z/> path dM1025.2,15.8l-2.2,0.9C1025.9,16.4,1024.4,17,1025.2,15.8z/> path dM311.2,14.7l-2.2,0.9C311.8,15.4,310.3,15.9,311.2,14.7z/> path dM806.6,18.8l-2.2,0.9C807.2,19.6,805.7,20.1,806.6,18.8z/> path dM1292,3.7l-2.2,0.9C1292.7,4.5,1291.2,5,1292,3.7z/> path dM548.4,3.7l-2.2,0.9C549,4.5,547.5,5,548.4,3.7z/> path dM1029.3,12.6l1.8,1.1C1030.6,12.3,1031.6,13.1,1029.3,12.6z/> path dM1049.5,14c-0.1,0.1-0.3,0.1-0.2,0.2C1049.3,14.2,1049.4,14.1,1049.5,14z/> path dM1049.5,14L1049.5,14L1049.5,14z/> path dM848.9,21.3L848.9,21.3L848.9,21.3z/> path dM848.9,21.3c-0.1,0.1-0.3,0.1-0.2,0.2C848.7,21.5,848.8,21.4,848.9,21.3z/> path dM164.1,10.5l0.3-0.2C164.4,10.4,164,10.5,164.1,10.5z/> path dM133,10.5l0.3-0.2C133.3,10.4,132.9,10.5,133,10.5z/> path dM741.6,15.2l0.3-0.2C741.8,15.1,741.5,15.2,741.6,15.2z/> path dM189.1,8.4l0.3-0.2C189.4,8.3,189,8.4,189.1,8.4z/> path dM223.1,8.4l0.3-0.2C223.4,8.3,223,8.4,223.1,8.4z/> path dM242.1,10l0.3-0.2C242.4,9.9,242,9.9,242.1,10z/> path dM872.9,0.1l-0.2,0.1C872.7,0.2,872.8,0.1,872.9,0.1z/> path dM872.9,0.1L872.9,0.1C872.9,0,872.9,0,872.9,0.1z/> path dM873,0L873,0C872.9,0,873.1-0.1,873,0z/> path dM1572.4,19.9c-0.8,0.1-0.7,0.2-5.2,0.3c-3.8,0.1-3.5-0.5-5.6-0.3c-6.5,0.6-6.9,1.8-14.3-0.3c-2.4,0.8-0.5,2.8-3.5,3.2 c-0.8-1.2-2.8-1.8-5-2.1c-1.2,1.4-0.5,1.5,1,2.6c-4.2-0.5-2.7-0.6-6,0.5c0.2-1.4,0.5-1.4,1-2.6h-3c-0.1,2,0.3,1.2-1,2.6 c-5.6-2.1,0.6-3.8-6-4.7c0.2,1.4,0.5,1.4,1,2.6l-7.8-2.2c-4.4-1.5-4.4-0.6-8.9-0.6c-5.3-0.1-0.7-0.6-6.3-0.8 c2.4-1.9,3.8-1.4-1-1.6c-0.4,2.4-0.4,3.5-2.6,5.2l-6.7-1.2c-4,0.2-6.3,0.3-9.3,0.2c-3.7-0.3-4.5,0.7-8.3,0.6 c-5.9-0.1-12.5-2.6-17.8-1.2c-4.9-1.4-18.7-0.8-25.3-1.6c-8.4-1-7.8-1.6-14.6-1.9c-2.1-0.1-3.8,1.2-5.6,1.2l-18.5,2.5 c-0.2,0-4.3,2.5-4.5,2.5l0,0c-1.2,0.1-2.6-0.4-3.6-0.3c-0.9-1.2,0.5-0.5-1.9-1.1c-4.9-1.1-7.1,0.1-13.1,0.1 c-3.2,0-5.8-0.4-7.7-0.3l-34.3,0.2c-3.8-0.2-3.5-0.7-6,1.1c-2-0.7-0.1-0.4-1.8-0.7c-1.4-0.3-4.4,0.2-8.4-0.3l-1.7-0.3 c-0.2,0-0.5,0-0.7,0c-4.2-0.1-2.7,0.1-5.5-0.9c-2.6,0.9-4.5,1.2-7,2.1c-1-1.3,0.6-0.5-2-1c-6-1.1-5.7-0.4-11-0.5 c-2.9-0.1-6.6-0.7-10.6-0.4c-2.8,0.2-1.4-0.4-2.4,0.9c-4.2-1.5-7.5-1-13-1l-3.8-0.6c-4.2,0.2-7.2-0.2-10.2,1.1 c-5.4-1.9-11.7-0.9-16.4-0.3l-4.6,1.4c-1.2,0.1-2.4-0.7-6.9-0.5c-6.2,0.2-13.8-0.5-19.9,0.1c-1.9,0.2-5,1.1-8.2,1.5L1185,22 c-2.5,0.7-4.6,1-7.1,1.6l-5-1c0.1-2-0.3-1.2,1-2.6c-6.1,0-5.4-0.5-8,1.6c1.9,0.5,2.9,1,6,1h-13c0,1.7-1.8,0.1-2,0 c-0.3,0.1-1.3,0.2-1.5,0.2l-2-0.1c-2.8,0.2-1.4-0.4-2.4,0.9c-6.2-0.3-2.8-1.3-8,0.5c-6.5-1.8-10.4-0.2-16-1.6 c-1.2,0.4-4.3,1.6-6.2,1.2c-0.4-0.1-0.6-0.1-0.7-0.1c0.1-0.1,0.1-0.3-0.2-0.7c-2,0.7-2.8,0.9-5,1.6c-0.3-0.2-0.9-0.5-1.4-0.8 c-0.8-0.5-0.3-1.4-3.7-1.7l-10.3,0.3c-1,0.1-2.1,0.2-3.6,0.2c-0.5-2.9-3.2-2.7-9-4.7l-2.9,1.1c-2.7-1.9,0.7-0.6-4-1.2 c-1.9-0.2-3.9-0.6-5.5-0.8c-4.9-0.5-6.2,0-8.6,0.8c-0.9-0.4,1.5,1.4-1.9,0.7c-0.9-0.2-3.2-0.4-4.2-0.5c-6.7-0.6-2.1,0-7.4,0.8 c-0.8-1.5-0.4-0.8-2-2.1L1049,17c-0.2,0.1-0.9,0.3-1.2,0.3c-2.6,0.5-4.6-0.3-10.2,1c-6.3,1.6-2.5,0.1-5.6,0.8 c-1.8,0.5-2.2,1.3-6,1.6c-4.2,0.3-3.1-0.5-7.8-0.5c-4.3,0-4.4-0.7-7.5-1.5c-8.8-2.2-9.7-0.3-11-2.1h-3c-0.8,1.3,0.5,0.7-1.3,0.7 c-0.9,0,0.2-0.5-8.1-0.4c-6.7,0.1-9.8,0.6-13.6-0.3c-8.2,2.9-7,1.1-11.1,1c-4.9-0.1-1.3,0.4-4.3,0.7c-4.1,0.5,1.3-1.1-6.6,0.8 c-3.4,0.8-1,0.1-3.1,0.3c-1.5,0.2,0.1-0.1-1.7,0.3c-1.1,0.2,0.9,0-2.2,0.5c-4.5-1.9-5-2-16.2-1.9c-5.3,0.1-5.9-0.5-9.8,0.9 c-2.2-0.8-1.2-0.1-2-1.6c-7.7,0.9-5.4-0.3-11.2,1.5c-0.2,0.1-0.5,0.2-0.6,0.2l-1.2,0.4c-2.2-0.8-1.2-0.1-2-1.6 c-0.7,0.1-3.1,0.2-3.2,0.2l-12.9,1.8c-1.8,0.4-2.2,0.5-4,0.6c-11,0.7-2.4,0.6-8,1.1c-7.5,0.6-4.1-1.9-16.3,0.9 c-2.4,0.5-4.4,0.4-7.9,0.5c-0.1,0-0.4,0-0.6,0c-3.8,0.1-2.8,0.1-4.2-0.9c-6.3,2.2-8.8,0.4-10,0c-3.4,0.9-1.9,0.1-4,1.6 c-0.2-0.1-0.6-0.3-0.7-0.2l-2.3-0.5c-3.2-0.4-1.5,1.1-3-0.9l-21,1c-0.3-1.7-1.2-1.4-2-2.6h-6c0.9-0.9,0.8-0.6,1-2.1 c-2.1,0-2.8,0.1-4.6,0.2c-3.4,0.2-1.4-0.1-3.4,0c-1.9,0.1-6,0.8-8,1.4c-1.6-1.2-1.2-0.5-2-2.1l-1.7,0.5h0.2l0,0v0.1l-0.1,0.1h-3 l2,1.6c-3.3,0-7-0.3-8.5-0.2c-3.7,0.3-7.4,0.7-11.3-0.5c-5.5-1.6-4.9-1.9-6.1-4.6c-3.1-0.1-1.9,0-4-0.5c-8.5,2.9-0.4,0.6-9.3,2.5 c-6.6,1.4,3,1.4-6.3,2.9c-9.4,1.6-5.5,0-10.6-0.6c-4.5-0.5,0.9,0.3-2.7,0.1c-3.6-0.3-0.5-0.5-5.2-0.7c-4.2,1.5-3.6,1-10.7,1 c0.9-2.2,1.6-0.9,1.7-3.6c-4.2,0.5-2.7,0.6-6-0.5c-7.2,1.8-14.7,1-15,1l-3,1c-1.5-2.1-4-1.7-6.8-1.9l-2.4-0.4c-0.1,0-0.4,0-0.6,0 l-10.8-0.2l-2,1.5l-10-0.5c-3.1,0.4-3.8,2.1-7,2.6c-0.8-1.5-0.4-0.8-2-2.1c-2.6,0.4-1.1-0.2-2,1c-4.6,0-4.4-0.5-7.3-0.6 c-4.2-0.2-9.9,0-8.7,2.7c-2.4-0.6-2.5-1-5.1-1.4c-0.2,1.6-0.9,0.8-1.9,1.9c-7.3-0.9-7.6,0.5-13.9-2.2c-4.4,1.6-3.4,1.4-8.2,1.2 l-11-0.1c-11.6,0.6-21.9,1.1-34.1,1.2c-1.4,0-5.8-1-7-1.1c-3.3-0.3-3.7-0.9-7.2-0.9c-3.1,0.1,1.1-0.1-1.9,0 c-2.6,0.1-0.8,1.3-4.4,1.4l-26.5-0.4c-5.3-0.1-6.4-2.2-10.8-2s-10.3,1.1-12.2,2.6c-2.8-0.3-7.1-1.4-9.5-1.3 c-3.3,0.1-2.9-0.1-4.6-0.1l-11.5,0.9c-5.6-0.4-1.1-0.8-5.5-0.6c-5.3,0.2-8.8-0.4-11.7,0.1c-1,0.2,0,0.1-1.9,0.2 c-3.9,0.2-0.2-0.7-4.3,0.8c-0.9-1.2,0.7-0.6-1.8-0.9c-3.6-0.5-3.6-0.7-8.2-0.1l-2.8-1.7l-2.7,1.5c-0.2,0.1-0.5,0.1-0.7,0.2 l-1.3,0.4c-0.1,0.1-0.4,0.1-0.6,0.2c-3.3-1.1-8.3-1.4-12.2-1.1c-2.2,0.1-11.2-0.4-15.8-0.4h-1c-5.2,0-9.1-0.9-13,0.5v-1 c-2.8,0-4.9-0.1-7.5-0.2s-3.7,0.5-5.4,0.5c-3.4,0-7.5-2-14-0.4c-4.6-2.1-6.5-1-12.5-0.5l-3.6,0.9c-4.9,1-2.3-0.2-6.8,0.6 c-9.9,1.7-4.4-1.8-14.3,2c-8,3.1-11.4-0.8-15.8-1.2l-13.3-2.4c-3.3-0.2-0.8,0.6-5,0c-2.8-0.5-2.3-0.8-4.7-0.8 c-4.3-0.1-2.6,1.2-4.2-0.8h-4c-1.5,3.2-13,0.4-20.1,0.1c-0.6,0-3.7,0-3.9-0.1c-2.6-0.4-1,0.2-2-1l-3.6,1.1 c-2.1-2-8.4-1.4-12.5-1.4l-10.5,1.4c-4.2,0,1-1.4-2.8-1.8c-1.6-0.2-4.6,0.2-7.3,0.5c-5.1,0.5-5-0.3-9.6,0.1L166.9,16 c-1.8,0-3.7-1.5-5.8-1.4c-6.8,0.3-5.1-0.9-13.5,0.2c-6.6,0.8-21.7,0.4-26.6,1.8c-5.2-1.5-15.3-1-21.2-0.9c0.8,1.9,1.4,1.8-2.3,2.1 C94.6,18,90,16.3,86,16.1l-7,2.1c-2.2-1.7-2.6-0.7-3-3.1c-4.8,0.2-3.4-0.4-1,1.6c-5.6,0.3-1,0.7-6.3,0.8c-4.5,0.1-4.6-0.8-8.9,0.6 L52,19.9c0.5-1.2,0.8-1.2,1-2.6c-6.5,0.9-0.4,2.5-6,4.7c-1.3-1.4-0.9-0.5-1-2.6h-3c0.5,1.2,0.8,1.2,1,2.6c-3.3-1.1-1.8-1-6-0.5 c1.5-1.1,2.2-1.2,1-2.6c-2.1,0.3-4.2,0.9-5,2.1c-2.9-0.4-1.6-0.2-4-1c-7.4,2-7.9,0.8-14.3,0.3c-2.2-0.2-1.9,0.4-5.6,0.3 c-4.5-0.1-1.5-0.4-5.2-0.5H0v12.4h1572.4V19.9L1572.4,19.9z/> /g>/g>g>/g>/svg>/div> div classcontainer> div classfooter-nav> nav> /nav> /div> div classsocial-footer social> /div> div classcopy-right>© 2025 All Rights Reserved /div> /div>/div> /footer> span idgo-top classgo-top>i classbb-icon bb-ui-icon-arrow-up>/i>/span> /div> div classlight-modal-bg>/div>!-- Modal content -->div idsign-in classlight-modal sign-in authentication> a href# classmodal-close>i classbb-icon bb-ui-icon-close>/i>/a> div classmodal-body wrapper> div classcontent-wrapper> header classcontent-header> h3 classtitle>log in/h3> /header> div classcontent-body> nextend_social_login p classstatus-msg bb-txt-msg>/p> form idboombox-login classajax-auth actionlogin methodpost> input typehidden idsecurity namesecurity valuef6033480b7 />input typehidden name_wp_http_referer value/ /> div classinput-field> input typetext nameuseremail classrequired placeholderYour username or e-mail> /div> div classinput-field> input typepassword namepassword classrequired placeholderYour password> /div> div classinput-field row-remember-me bb-row-check-label> input typecheckbox namerememberme idrememberme classform-input> label forrememberme classform-label>Remember me/label> /div> div classinput-field captcha-container loading> div classform-captcha> img src altCaptcha! classcaptcha> a href#refresh-captcha classauth-refresh-captcha refresh-captcha>/a> /div> input typetext classrequired bb-captcha-field namecaptcha-code placeholderEnter captcha> /div> div classinput-field> button classbb-btn typesubmit>log in/button> /div> div classinput-field row-forgot-password> a classforgot-password-link js-authentication href#forgot-password>Forgot password?/a> /div> /form> /div> /div> /div>/div>!-- Modal content -->div idforgot-password classlight-modal authentication> a href# classmodal-close>i classbb-icon bb-ui-icon-close>/i>/a> div classmodal-body wrapper> div classcontent-wrapper> header classcontent-header> h3 classtitle>forgot password/h3> /header> div classcontent-body> p classstatus-msg bb-txt-msg>/p> form idboombox_forgot_password classajax-auth actionforgot_password methodpost> input typehidden idforgotsecurity nameforgotsecurity value5a7fae90ba />input typehidden name_wp_http_referer value/ /> div classinput-field> input typetext nameuserlogin classrequired placeholderYour username or e-mail> /div> div classinput-field> button classbb-btn typesubmit>reset/button> /div> /form> /div> div classcontent-footer> div classbottom> div classtext>Back to /div> a classbb-btn bb-btn-default js-authentication href#sign-in>log in/a> /div> /div> /div> /div>/div>script typespeculationrules>{prefetch:{source:document,where:{and:{href_matches:\/*},{not:{href_matches:\/wp-*.php,\/wp-admin\/*,\/wp-content\/uploads\/*,\/wp-content\/*,\/wp-content\/plugins\/*,\/wp-content\/themes\/boombox-child\/*,\/wp-content\/themes\/boombox\/*,\/*\\?(.+)}},{not:{selector_matches:arel~\nofollow\}},{not:{selector_matches:.no-prefetch, .no-prefetch a}}},eagerness:conservative}}/script>script idckyBannerTemplate typetext/template>div classcky-overlay cky-hide>/div>div classcky-btn-revisit-wrapper cky-revisit-hide data-cky-tagrevisit-consent data-tooltipConsent Preferences stylebackground-color:#0056A7> button classcky-btn-revisit aria-labelConsent Preferences> img srchttps://suenamichel.com/wp-content/plugins/cookie-law-info/lite/frontend/images/revisit.svg altRevisit consent button> /button>/div>div classcky-consent-container cky-hide tabindex0> div classcky-consent-bar data-cky-tagnotice stylebackground-color:#FFFFFF;border-color:#F4F4F4> div classcky-notice> p classcky-title roleheading aria-level1 data-cky-tagtitle stylecolor:#212121>We value your privacy/p>div classcky-notice-group> div classcky-notice-des data-cky-tagdescription stylecolor:#212121> p>We use cookies to enhance your browsing experience, serve personalised ads or content, and analyse our traffic. By clicking Accept All, you consent to our use of cookies./p> /div>div classcky-notice-btn-wrapper data-cky-tagnotice-buttons> button classcky-btn cky-btn-customize aria-labelCustomise data-cky-tagsettings-button stylecolor:#1863DC;background-color:transparent;border-color:#1863DC>Customise/button> button classcky-btn cky-btn-reject aria-labelReject All data-cky-tagreject-button stylecolor:#1863DC;background-color:transparent;border-color:#1863DC>Reject All/button> button classcky-btn cky-btn-accept aria-labelAccept All data-cky-tagaccept-button stylecolor:#FFFFFF;background-color:#1863DC;border-color:#1863DC>Accept All/button> /div>/div>/div>/div>/div>div classcky-modal tabindex0> div classcky-preference-center data-cky-tagdetail stylecolor:#212121;background-color:#FFFFFF;border-color:#F4F4F4> div classcky-preference-header> span classcky-preference-title roleheading aria-level1 data-cky-tagdetail-title stylecolor:#212121>Customise Consent Preferences/span> button classcky-btn-close aria-labelcky_preference_close_label data-cky-tagdetail-close> img srchttps://suenamichel.com/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg altClose> /button> /div>div classcky-preference-body-wrapper> div classcky-preference-content-wrapper data-cky-tagdetail-description stylecolor:#212121> p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below./p>p>The cookies that are categorised as Necessary are stored on your browser as they are essential for enabling the basic functionalities of the site. /p>p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent./p>p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience./p> /div>div classcky-accordion-wrapper data-cky-tagdetail-categories> div classcky-accordion idckyDetailCategorynecessary> div classcky-accordion-item> div classcky-accordion-chevron>i classcky-chevron-right>/i>/div> div classcky-accordion-header-wrapper> div classcky-accordion-header>button classcky-accordion-btn aria-labelNecessary data-cky-tagdetail-category-title stylecolor:#212121>Necessary/button>span classcky-always-active>Always Active/span> div classcky-switch data-cky-tagdetail-category-toggle>input typecheckbox idckySwitchnecessary>/div> /div> div classcky-accordion-header-des data-cky-tagdetail-category-description stylecolor:#212121> p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data./p>/div> /div> /div> div classcky-accordion-body> div classcky-audit-table data-cky-tagaudit-table stylecolor:#212121;background-color:#f4f4f4;border-color:#ebebeb>p classcky-empty-cookies-text>No cookies to display./p>/div> /div> /div>div classcky-accordion idckyDetailCategoryfunctional> div classcky-accordion-item> div classcky-accordion-chevron>i classcky-chevron-right>/i>/div> div classcky-accordion-header-wrapper> div classcky-accordion-header>button classcky-accordion-btn aria-labelFunctional data-cky-tagdetail-category-title stylecolor:#212121>Functional/button>span classcky-always-active>Always Active/span> div classcky-switch data-cky-tagdetail-category-toggle>input typecheckbox idckySwitchfunctional>/div> /div> div classcky-accordion-header-des data-cky-tagdetail-category-description stylecolor:#212121> p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features./p>/div> /div> /div> div classcky-accordion-body> div classcky-audit-table data-cky-tagaudit-table stylecolor:#212121;background-color:#f4f4f4;border-color:#ebebeb>p classcky-empty-cookies-text>No cookies to display./p>/div> /div> /div>div classcky-accordion idckyDetailCategoryanalytics> div classcky-accordion-item> div classcky-accordion-chevron>i classcky-chevron-right>/i>/div> div classcky-accordion-header-wrapper> div classcky-accordion-header>button classcky-accordion-btn aria-labelAnalytics data-cky-tagdetail-category-title stylecolor:#212121>Analytics/button>span classcky-always-active>Always Active/span> div classcky-switch data-cky-tagdetail-category-toggle>input typecheckbox idckySwitchanalytics>/div> /div> div classcky-accordion-header-des data-cky-tagdetail-category-description stylecolor:#212121> p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc./p>/div> /div> /div> div classcky-accordion-body> div classcky-audit-table data-cky-tagaudit-table stylecolor:#212121;background-color:#f4f4f4;border-color:#ebebeb>p classcky-empty-cookies-text>No cookies to display./p>/div> /div> /div>div classcky-accordion idckyDetailCategoryperformance> div classcky-accordion-item> div classcky-accordion-chevron>i classcky-chevron-right>/i>/div> div classcky-accordion-header-wrapper> div classcky-accordion-header>button classcky-accordion-btn aria-labelPerformance data-cky-tagdetail-category-title stylecolor:#212121>Performance/button>span classcky-always-active>Always Active/span> div classcky-switch data-cky-tagdetail-category-toggle>input typecheckbox idckySwitchperformance>/div> /div> div classcky-accordion-header-des data-cky-tagdetail-category-description stylecolor:#212121> p>Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors./p>/div> /div> /div> div classcky-accordion-body> div classcky-audit-table data-cky-tagaudit-table stylecolor:#212121;background-color:#f4f4f4;border-color:#ebebeb>p classcky-empty-cookies-text>No cookies to display./p>/div> /div> /div>div classcky-accordion idckyDetailCategoryadvertisement> div classcky-accordion-item> div classcky-accordion-chevron>i classcky-chevron-right>/i>/div> div classcky-accordion-header-wrapper> div classcky-accordion-header>button classcky-accordion-btn aria-labelAdvertisement data-cky-tagdetail-category-title stylecolor:#212121>Advertisement/button>span classcky-always-active>Always Active/span> div classcky-switch data-cky-tagdetail-category-toggle>input typecheckbox idckySwitchadvertisement>/div> /div> div classcky-accordion-header-des data-cky-tagdetail-category-description stylecolor:#212121> p>Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns./p>/div> /div> /div> div classcky-accordion-body> div classcky-audit-table data-cky-tagaudit-table stylecolor:#212121;background-color:#f4f4f4;border-color:#ebebeb>p classcky-empty-cookies-text>No cookies to display./p>/div> /div> /div> /div>/div>div classcky-footer-wrapper> span classcky-footer-shadow>/span> div classcky-prefrence-btn-wrapper data-cky-tagdetail-buttons> button classcky-btn cky-btn-reject aria-labelReject All data-cky-tagdetail-reject-button stylecolor:#1863DC;background-color:transparent;border-color:#1863DC> Reject All /button> button classcky-btn cky-btn-preferences aria-labelSave My Preferences data-cky-tagdetail-save-button stylecolor:#1863DC;background-color:transparent;border-color:#1863DC> Save My Preferences /button> button classcky-btn cky-btn-accept aria-labelAccept All data-cky-tagdetail-accept-button stylecolor:#ffffff;background-color:#1863DC;border-color:#1863DC> Accept All /button> /div>/div>/div>/div>/script>!-- Instagram Feed JS -->script typetext/javascript>var sbiajaxurl https://suenamichel.com/wp-admin/admin-ajax.php;/script>link relstylesheet idaioseo/css/css/Caret.82e4ef18.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/Caret.82e4ef18.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/Tabs.8be71609.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/Tabs.8be71609.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/Index.a148633a.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/Index.a148633a.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/FacebookPreview.602923a4.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/FacebookPreview.602923a4.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/GoogleSearchPreview.7d51503b.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/GoogleSearchPreview.7d51503b.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/TwitterPreview.8e2452b0.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/TwitterPreview.8e2452b0.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/main.b2e6d428.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/main.b2e6d428.css?ver4.6.2 typetext/css mediaall />link relstylesheet idaioseo/css/css/main.d1f815d2.css-css hrefhttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/main.d1f815d2.css?ver4.6.2 typetext/css mediaall />script typetext/javascript idessential-blocks-blocks-localize-js-extra>/* !CDATA */var eb_conditional_localize ;var EssentialBlocksLocalize {eb_plugins_url:https:\/\/suenamichel.com\/wp-content\/plugins\/essential-blocks\/,image_url:https:\/\/suenamichel.com\/wp-content\/plugins\/essential-blocks\/assets\/images,eb_wp_version:6.8,eb_version:5.6.3,eb_admin_url:https:\/\/suenamichel.com\/wp-admin\/,rest_rootURL:https:\/\/suenamichel.com\/wp-json\/,ajax_url:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,nft_nonce:dd49c81077,post_grid_pagination_nonce:5fdac5b092,placeholder_image:https:\/\/suenamichel.com\/wp-content\/plugins\/essential-blocks\/assets\/images\/placeholder.png,is_pro_active:false,upgrade_pro_url:https:\/\/essential-blocks.com\/upgrade,responsiveBreakpoints:{tablet:1024,mobile:767}};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/essential-blocks/assets/js/eb-blocks-localize.js?ver31d6cfe0d16ae931b73c idessential-blocks-blocks-localize-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-includes/js/hoverintent-js.min.js?ver2.2.1 idhoverintent-js-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-includes/js/admin-bar.min.js?ver6.8.2 idadmin-bar-js>/script>script typetext/javascript idbp-parent-js-js-extra>/* !CDATA */var BP_DTheme {accepted:Aceptado,close:Cerrar,comments:comentarios,leave_group_confirm:\u00bfEst\u00e1s seguro que quieres salir del grupo?,mark_as_fav:Favorito,my_favs:Mis favoritos,rejected:Rechazado,remove_fav:Eliminar favorito,show_all:Mostrar todo,show_all_comments:Mostrar todos los comentarios para este hilo.,show_x_comments:Mostrar todos los %d comentarios,unsaved_changes:Tu perfil tiene cambios no guardados. Si abandonas esta p\u00e1gina, los cambios se perder\u00e1n. ,view:Ver,captcha_file_url:https:\/\/suenamichel.com\/wp-content\/plugins\/boombox-theme-extensions\/authentication\/default\/captcha\/captcha-security-image.php,auth_loading_message:Sending user info, please wait...};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/themes/boombox/buddypress/js/buddypress.min.js?ver2.9.6 idbp-parent-js-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-includes/js/comment-reply.min.js?ver6.8.2 idcomment-reply-js asyncasync data-wp-strategyasync>/script>script typetext/javascript idboombox-scripts-min-js-extra>/* !CDATA */var boombox_global_vars {boombox_gif_event:scroll,single_post_animated_hyena_gifs_excluded_js_selectors:,videoOptions:{playerControls:mute,autoPlay:scroll,sound:with_sound,clickEvent:mute_unmute,loop:1}};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/themes/boombox/js/scripts.min.js?ver2.9.6 idboombox-scripts-min-js>/script>script typetext/javascript idboombox-ajax-js-extra>/* !CDATA */var boombox_ajax_params {ajax_url:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,track_view:0,track_view_request_cache:1};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/themes/boombox/includes/rate-and-vote-restrictions/js/ajax.min.js?ver2.9.6 idboombox-ajax-js>/script>script typetext/javascript idboombox-shortcodes-js-extra>/* !CDATA */var params {ajax_url:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,success_message:Your message successfully submitted!,error_message:Please fill all required fields!,wrong_message:Something went wrong, please try again!,captcha_file_url:https:\/\/suenamichel.com\/wp-content\/plugins\/boombox-theme-extensions\/boombox-shortcodes\/captcha.php,captcha_type:image};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/boombox-theme-extensions/boombox-shortcodes/js/shortcodes.min.js?ver20160609 idboombox-shortcodes-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/easy-social-share-buttons3/assets/js/essb-core.min.js?ver10.1.1 ideasy-social-share-buttons-core-js>/script>script typetext/javascript ideasy-social-share-buttons-core-js-after>/* !CDATA */var essb_settings {ajax_url:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,essb3_nonce:8cdd57ee96,essb3_plugin_url:https:\/\/suenamichel.com\/wp-content\/plugins\/easy-social-share-buttons3,essb3_stats:false,essb3_ga:false,essb3_ga_ntg:false,blog_url:https:\/\/suenamichel.com\/,post_id:1358};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/boombox-theme-extensions/assets/js/jquery.validate.min.js?ver2.9.6 idboombox-validate-scripts-js>/script>script typetext/javascript idboombox-default-auth-scripts-js-extra>/* !CDATA */var ajax_auth_object {ajaxurl:https:\/\/suenamichel.com\/wp-admin\/admin-ajax.php,login_redirect_url:https:\/\/suenamichel.com,register_redirect_url:https:\/\/suenamichel.com,reset_password_redirect_url:https:\/\/suenamichel.com,nsfw_redirect_url:https:\/\/suenamichel.com,loading_message:Sending user info, please wait...,invalid_message:Please fix all invalid fields.,captcha_file_url:https:\/\/suenamichel.com\/wp-content\/plugins\/boombox-theme-extensions\/authentication\/default\/captcha\/captcha-security-image.php,captcha_type:image,enable_login_captcha:1,enable_registration_captcha:1,site_primary_color:#0099ff,trigger_action:,messages:{password_strength:Password strength,password_mismatch:Passwords dont match}};/* > *//script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/boombox-theme-extensions/assets/js/default-auth-scripts.min.js?ver2.9.6 idboombox-default-auth-scripts-js>/script>script typetext/javascript defer srchttps://suenamichel.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver4.10.6 idmc4wp-forms-api-js>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-489985e529ecb702cf8b.js idgooglesitekit-events-provider-mailchimp-js defer>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-optin-monster-820bf8319bf22417c912.js idgooglesitekit-events-provider-optin-monster-js defer>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-3b23b71ea60c39fa1552.js idgooglesitekit-events-provider-wpforms-js defer>/script>script typetext/javascript idjetpack-stats-js-before>/* !CDATA */_stq window._stq || ;_stq.push( view, JSON.parse({\v\:\ext\,\blog\:\243877682\,\post\:\1358\,\tz\:\2\,\srv\:\suenamichel.com\,\j\:\1:15.0\}) );_stq.push( clickTrackerInit, 243877682, 1358 );/* > *//script>script typetext/javascript srchttps://stats.wp.com/e-202538.js idjetpack-stats-js deferdefer data-wp-strategydefer>/script>script typetext/javascript srchttps://suenamichel.com/wp-content/plugins/quick-adsense-reloaded/assets/js/ads.js?ver2.0.93 idquads-ads-js>/script>script typetext/javascript idaioseo/js/src/vue/standalone/seo-preview/main.js-js-extra>/* !CDATA */var aioseoSeoPreview {editGoogleSnippetUrl:?aioseo-tabgeneral#aioseo-settings,editFacebookSnippetUrl:?aioseo-tabsocial&social-tabfacebook#aioseo-settings,editTwitterSnippetUrl:?aioseo-tabsocial&social-tabtwitter#aioseo-settings,editObjectBtnText:Editar P\u00e1gina,editObjectUrl:,keyphrases:{focus:{keyphrase:,score:0,analysis:{keyphraseInTitle:{score:0,maxScore:9,error:1}}},additional:},page_analysis:{analysis:},urls:{domain:suenamichel.com,mainSiteUrl:https:\/\/suenamichel.com},mainAssetCssQueue:{handle:aioseo\/css\/css\/main.b2e6d428.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/main.b2e6d428.css},{handle:aioseo\/css\/css\/Caret.82e4ef18.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/Caret.82e4ef18.css},{handle:aioseo\/css\/css\/Tabs.8be71609.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/Tabs.8be71609.css},{handle:aioseo\/css\/css\/Index.a148633a.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/Index.a148633a.css},{handle:aioseo\/css\/css\/FacebookPreview.602923a4.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/FacebookPreview.602923a4.css},{handle:aioseo\/css\/css\/GoogleSearchPreview.7d51503b.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/GoogleSearchPreview.7d51503b.css},{handle:aioseo\/css\/css\/TwitterPreview.8e2452b0.css,url:https:\/\/suenamichel.com\/wp-content\/plugins\/all-in-one-seo-pack-pro\/dist\/Pro\/assets\/css\/TwitterPreview.8e2452b0.css}};/* > *//script>script typemodule srchttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/seo-preview.63eb0c1e.js?ver4.6.2 idaioseo/js/src/vue/standalone/seo-preview/main.js-js>/script>script typetext/javascript idaioseo/js/src/vue/standalone/app/main.js-js-extra>/* !CDATA */var aioseoTranslations {translations:{:{domain:all-in-one-seo-pack,lang:es_ES,plural_forms:nplurals2; pluraln ! 1;},SEO Title:T\u00edtulo SEO,search string:cadena de b\u00fasqueda,Category Parent:Categor\u00eda principal,Your account is connected!:\u00a1Tu cuenta est\u00e1 conectada!,Your account is connected at the network level of your WordPress multisite.:Tu cuenta est\u00e1 conectada al nivel de la red de tu multisitio de WordPress.,You Ran Out of Trial Credits!:\u00a1Te has quedado sin cr\u00e9ditos de prueba!,You can try out our AI features for free, enjoy! To unlock additional AI credits, %1$s or %2$s.:Puedes probar nuestras funciones de IA gratis, \u00a1disfr\u00fatalas! Para desbloquear cr\u00e9ditos de IA adicionales, %1$s o %2$s.,Your post is too short to generate AI content. Please add some more content. For the best results, we recommend adding at least 200 words.:Tu entrada es demasiado corta para generar contenido de IA. Por favor, a\u00f1ade m\u00e1s contenido. Para obtener los mejores resultados, recomendamos a\u00f1adir al menos 200 palabras.,Your post is too short to generate AI content. Please add more content. For the best results, we recommend adding at least 200 words.:Tu entrada es demasiado corta para generar contenido de IA. Por favor, a\u00f1ade m\u00e1s contenido. Para obtener los mejores resultados, recomendamos a\u00f1adir al menos 200 palabras.,X (Twitter Post):X (publicaci\u00f3n en Twitter),View Previous Results:Ver resultados anteriores,upgrade to higher plan:actualiza a un plan superior,Trial Credits:Cr\u00e9ditos de prueba,Tone:Tono,To view the LLMs.txt file, first save changes.:Para ver el archivo LLMs.txt, primero guarda los cambios.,To unlock additional credits, %1$s.:Para desbloquear cr\u00e9ditos adicionales, %1$s.,To unlock additional credits, %1$s or %2$s.:Para desbloquear cr\u00e9ditos adicionales, %1$s o %2$s.,To continue using awesome AI Content features such as FAQs, Key Points, and Social Posts, you must purchase additional credits or connect to an existing account.:Para seguir utilizando las incre\u00edbles caracter\u00edsticas de AI Content, como FAQs, palabras claves y publicaciones en redes sociales, debes comprar cr\u00e9ditos adicionales o conectarte a una cuenta existente.,This action will disconnect %1$s from AI Content. By disconnecting from AI Content, you will no longer be able to use the AI Content features.:Esta acci\u00f3n desconectar\u00e1 %1$s de AI Content. Al desconectarse de AI Content, ya no podr\u00e1s utilizar las caracter\u00edsticas de AI Content.,These credits will reset when your license renews. Your license details can be found in the Network Admin area.:Estos cr\u00e9ditos se restablecer\u00e1n cuando se renueve tu licencia. Los detalles de tu licencia se encuentran en el \u00e1rea de administraci\u00f3n de la red.,These credits will reset when your license renews on %1$s.:Estos cr\u00e9ditos se restablecer\u00e1n cuando tu licencia se renueve el %1$s.,The license key provided has been suspended. Please use a different key to continue receiving automatic updates. (Error Code AH12BGDT45D9):La clave de licencia proporcionada ha sido suspendida. Por favor, utiliza una clave diferente para continuar recibiendo actualizaciones autom\u00e1ticas. (C\u00f3digo de error AH12BGDT45D9),The license key provided cannot be used for this domain as it has been disabled. Please use a different key to continue receiving automatic updates, or contact our support team for more information. (Error Code RW94KXEO54I2):La clave de licencia proporcionada no puede utilizarse para este dominio, ya que ha sido desactivada. Utiliza una clave diferente para seguir recibiendo actualizaciones autom\u00e1ticas o ponte en contacto con nuestro equipo de asistencia para obtener m\u00e1s informaci\u00f3n. (C\u00f3digo de error RW94KXEO54I2),The default tone that characterizes your content. This can be overridden while using the AI Content Generator.:El tono por defecto que caracteriza tu contenido. Puede anularse utilizando AI Content Generator.,Technical:T\u00e9cnico,Subject:Asunto,Stand out in search results with a meta description that sparks curiosity and drives clicks to your content.:Destaca en los resultados de b\u00fasqueda con una meta descripci\u00f3n que despierte la curiosidad e impulse los clics hacia tu contenido.,Social Posts:Publicaciones en redes sociales,Select tone and audience:Selecciona el tono y el p\u00fablico,Select media to generate content for:Selecciona el medio para el cual generar contenido,Regenerate (5 credits):Regenerar (5 cr\u00e9ditos),purchase PAYG credits:comprar cr\u00e9ditos PAYG,Persuasive:Persuasivo,Or upgrade to Pro to unlock additional AI credits.:O actualizas a Pro para desbloquear cr\u00e9ditos de IA adicionales.,Open LLMs.txt:Abrir LLMs.txt,Marketing Email:Correo electr\u00f3nico de marketing,Loading %1$s Content:Cargando contenido de %1$s,LLMs.txt:LLMs.txt,LinkedIn Post:Publicaci\u00f3n de LinkedIn,Key Points:Puntos clave,Instagram Post:Publicaci\u00f3n de Instagram,Insert Key Points Block:Insertar bloque de puntos clave,Insert FAQ Block:Insertar bloque de FAQ,Informal:Informal,Humorous:Humor\u00edstico,Get advanced AI suggestions for meta tags, social media posts, FAQs, key points, and more \u2014 all perfectly tailored to your content.:Obt\u00e9n sugerencias avanzadas de IA para meta etiquetas, publicaciones en redes sociales, FAQs, puntos clave y m\u00e1s \u2014 todo perfectamente adaptado a tu contenido.,Generate Social Posts:Generar publicaciones para redes sociales,Generate SEO Titles (10 credits):Generar t\u00edtulos SEO (10 cr\u00e9ditos),Generate SEO Titles:Generar t\u00edtulos SEO,Generate posts you can easily share on social media so you can reach a broader audience.:Genera publicaciones que puedes compartir f\u00e1cilmente en redes sociales para llegar a una audiencia m\u00e1s amplia.,Generate Meta Descriptions (10 credits):Generar meta descripciones (10 cr\u00e9ditos),Generate Meta Descriptions:Generar meta descripciones,Generate Key Points (10 credits):Generar puntos clave (10 cr\u00e9ditos),Generate Key Points:Generar puntos clave,Generate helpful FAQs based on your content to enhance user engagement and boost SEO.:Genera FAQs \u00fatiles basadas en tu contenido para mejorar la participaci\u00f3n con los usuarios y mejorar el SEO.,Generate FAQs (10 credits):Generar FAQs (10 cr\u00e9ditos),Generate FAQs:Generar FAQs,Generate a LLMs.txt file to help AI engines discover the content on your site more easily.:Genera un archivo LLMs.txt para ayudar a los motores de IA a descubrir m\u00e1s f\u00e1cilmente el contenido de tu sitio.,Generate a compelling SEO title for your post to improve click-through rates and search engine visibility.:Genera un t\u00edtulo SEO atractivo para tu entrada que mejore la tasa de clics y la visibilidad en los motores de b\u00fasqueda.,Friendly:Amigable,Formal:Formal,Facebook Post:Publicaci\u00f3n de Facebook,Extract and summarize the key points from your content to provide quick insights and improve readability.:Extrae y resume los puntos clave de tu contenido para ofrecer una visi\u00f3n r\u00e1pida y mejorar la legibilidad.,Educational:Educativo,Edit Breadcrumbs:Editar migas de pan,Connect Your Site with AI Content Generation:Conecta tu sitio con generaci\u00f3n de contenido por IA,Connect to AI Content:Conectar a contenido por IA,Buy Credits:Comprar cr\u00e9ditos,Business:Empresa,Body:Cuerpo,AI Content Settings:Ajustes de contenido de IA,AI Content Generation:Generaci\u00f3n de contenido de IA,AI Content:Contenido de IA,Choose the tone and target audience for your content. You can manage your default settings under a href\%1$s\ target\_blank\ rel\noopener noreferrer\>General Settings > AI Content\/a>.:Elige el tono y la audiencia objetivo para tu contenido. Puedes gestionar tus ajustes por defecto en \u00aba href\%1$s\ target\_blank\ rel\noopener noreferrer\>Ajustes generales > Contenido por IA\/a>\u00bb.,Are you sure you want to disconnect from AI Content?:\u00bfSeguro que quieres desconectarte del contenido por IA?,Academic:Acad\u00e9mico,%1$s Plan AI Credits:%1$s Plan de cr\u00e9ditos de IA,%1$s credits will expire on %2$s.:%1$s cr\u00e9ditos caducar\u00e1n el %2$s.,%1$d credit:%1$d cr\u00e9dito,%1$d cr\u00e9ditos,*10 credits will be charged for each selected option.:*Se cargar\u00e1n 10 cr\u00e9ditos por cada opci\u00f3n seleccionada.,Generated by %1$s v%2$s, this is an llms.txt file, used by LLMs to index the site.:Generado por %1$s v%2$s, este es un archivo llms.txt, utilizado por LLMs para indexar el sitio.,Focus keyword:Palabra clave principal,Your Threads URL is invalid. Please check the format and try again.:Tu URL de Threads no es v\u00e1lida. Por favor, comprueba el formato e int\u00e9ntalo de nuevo.,Your Bluesky URL is invalid. Please check the format and try again.:Tu URL de Bluesky no es v\u00e1lida. Por favor, comprueba el formato e int\u00e9ntalo de nuevo.,You can customize your breadcrumb trail under :Puedes personalizar tu ruta de migas de pan abajo ,Remove Keyword:Eliminar palabra clave,No TruSEO Score Yet:A\u00fan no hay puntuaci\u00f3n TruSEO,No keyword found:No se encontr\u00f3 ninguna palabra clave,No Focus Keyword!:\u00a1No hay palabra clave!,Focus Keyword in URL:Palabra clave en la URL,Focus Keyword in SEO title:Palabra clave en el t\u00edtulo SEO,Focus Keyword in content:Centrar la palabra clave en el contenido,You have %1$s%2$s without a Focus Keyword%3$s. Adding one can help you optimize your content for your target keyword.:Tienes %1$s%2$s sin una palabra clave principal%3$s. A\u00f1adir una puede ayudarte a optimizar tu contenido para tu palabra clave objetivo.,Robots Meta:Meta robots,Breadcrumbs is a %1$s feature. %2$s:Las migas de pan es una %1$s caracter\u00edstica. %2$s,Automatically output a breadcrumb trail to help your users and search engines navigate your site.:Genera autom\u00e1ticamente un rastro de migas de pan para ayudar a tus usuarios y a los motores de b\u00fasqueda a navegar por tu sitio.,Advanced > Breadcrumbs.:Avanzado > Migas de pan.,Add Focus Keyword:A\u00f1adir palabra clave principal,Add Keyword:A\u00f1adir una palabra clave,%1$d post:%1$d entrada,%1$d entradas,Additional Keywords:Palabras clave adicionales,View at a glance how many of your posts have been indexed and discovered by Google.:Visualiza de un vistazo cu\u00e1ntas de tus entradas han sido indexadas y descubiertas por Google.,URLs that link to the inspected URL, directly and indirectly.:URL que enlazan con la URL inspeccionada, directa e indirectamente.,URL not indexed:URL no indexada,URL is indexed:URL indexada,Unknown:Desconocido,Total Posts:Entradas totales,The table below shows the index status of each of your posts, along with any extra information from Google that may be relevant as to why they are not indexed.:La siguiente tabla muestra el estado de indexaci\u00f3n de cada una de tus entradas, junto con cualquier informaci\u00f3n adicional de Google que pueda ser relevante sobre por qu\u00e9 no est\u00e1n indexadas.,Rich Results:Resultados enriquecidos,Rich Result Types:Tipos de resultados enriquecidos,Results of the Google Rich Results Test. These are the different schema graphs that are added to the post. Empty if no rich results were found.:Resultados de la prueba de resultados enriquecidos de Google. Estos son los diferentes gr\u00e1ficos de esquema que se a\u00f1aden a la entrada. Vac\u00edo si no se encontraron resultados enriquecidos.,Refresh Status:Actualizar estado,Referring URLs:URL de referencia,Presence on Google:Presencia en Google,Post Index Status:Estado del \u00edndice de entradas,No results yet:A\u00fan no hay resultados,No issues:Ning\u00fan problema,Inspect in Google Search Console:Inspeccionar en Google Search Console,Indexing not allowed:Indexaci\u00f3n no permitida,Index Status Result:Resultado del \u00edndice de estado,Crawling blocked:Rastreo bloqueado,Crawling allowed:Rastreo permitido,Blocking robots.txt rule detected:Regla robots.txt de bloqueo detectada,Any sitemaps that this URL was listed in, as known by Google. Not guaranteed to be an exhaustive list, especially if Google did not discover this URL through a sitemap. Empty if no entries in sitemaps were found.:Todos los mapas de sitio en los que figur\u00f3 esta URL, seg\u00fan Google. No se garantiza que sea una lista exhaustiva, especialmente si Google no descubri\u00f3 esta URL a trav\u00e9s de un mapa del sitio. Vac\u00eda si no se encontraron entradas en los mapas de sitio.,noindex detected in X-Robots-Tag http header:Detectado noindex en la cabecera http X-Robots-Tag,noindex detected in robots meta tag:Detectado noindex en la metaetiqueta robots,Page Fetch (All):Buscar p\u00e1gina (Todas),Desktop:Escritorio,Crawled As (All):Rastreado como (Todos),Allowed:Permitido,Robots.txt (All):Robots.txt (Todos),No Results Yet:A\u00fan no hay resultados,Other, Not Indexed:Otros, no indexados,Discovered, Not Indexed:Descubierto, no indexado,Crawled, Not Indexed:Rastreado, no indexado,Status (All):Estado (Todos),%1$s (%2$d occurrences):%1$s (%2$d ocurrencias),Your profile has unsaved changes. If you leave this page, you will lose your changes.:Tu perfil tiene cambios sin guardar. Si abandonas esta p\u00e1gina, perder\u00e1s los cambios.,Your internal site search can create lots of confusing URLs for search engines, and can even be used as a way for SEO spammers to attack your site. Most sites will benefit from experimenting with these protections and optimizations, even if you dont have a search feature in your theme.:La b\u00fasqueda interna de tu sitio puede crear un mont\u00f3n de URL confusas para los motores de b\u00fasqueda, e incluso puede ser utilizado como una forma para que los spammers SEO ataquen tu sitio. La mayor\u00eda de los sitios se beneficiar\u00e1n de experimentar con estas protecciones y optimizaciones, incluso si no tienes una funci\u00f3n de b\u00fasqueda en tu tema.,There are no active addons at the moment.:No hay extensiones activas en este momento.,The number must be between 1 and 50.:El n\u00famero debe estar entre 1 y 50.,View robots.txt:Ver robots.txt,We recommend entering a number between 1 and 50 characters.:Te recomendamos que introduzcas un n\u00famero de entre 1 y 50 caracteres.,Unwanted Bots:Bots no deseados,Run Action:Ejecutar acci\u00f3n,RSS Feeds:Feeds RSS,RSS Feed:Feed RSS,The internal site search feature can create lots of confusing URLs for search engines, and can even be used by SEO spammers to attack your site. Most sites benefit from these protections and optimizations, even if internal search has been disabled.:La funci\u00f3n de b\u00fasqueda interna del sitio puede crear muchas URL confusas para los motores de b\u00fasqueda, e incluso puede ser utilizada por los spammers de SEO para atacar su sitio. La mayor\u00eda de los sitios se benefician de estas protecciones y optimizaciones, incluso si la b\u00fasqueda interna ha sido desactivada.,Were adding rules to your robots.txt file to block certain bots from crawling your website. This can help improve website performance and protect sensitive information. %1$s:A\u00f1adimos reglas a tu archivo robots.txt para impedir que determinados robots rastreen tu sitio web. Esto puede ayudar a mejorar el rendimiento del sitio web y a proteger informaci\u00f3n sensible. %1$s,Replaces %1$s tracking parameters for Google Analytics with the (more performant) %2$s equivalent, via a %3$s redirect. e.g., %4$s %5$s will be redirected to %6$s. This also helps to prevent duplicate URLs in search results.:Sustituye los par\u00e1metros de seguimiento %1$s para Google Analytics por el equivalente (m\u00e1s eficaz) %2$s, mediante una redirecci\u00f3n %3$s. Por ejemplo, %4$s %5$s se redirigir\u00e1 a %6$s. Esto tambi\u00e9n ayuda a evitar URL duplicadas en los resultados de b\u00fasqueda.,Optimize UTM Parameters:Optimizar los par\u00e1metros UTM,OpenAI GPTBot:OpenAI GPTBot,Remove from KRT:Eliminar de KRT,Internal Site Search Cleanup:Limpieza de la b\u00fasqueda interna del sitio,Google Gemini & Vertex AI Bots:Bots de IA Google Gemini y Vertex,Google AdsBot:Google AdsBot,Filter Search:B\u00fasqueda por filtro,Enables advanced settings that help to prevent spammers from abusing your internal site search.:Activa los ajustes avanzados que ayudan a evitar que los spammers abusen de la b\u00fasqueda interna de tu sitio.,Emojis and Other Special Characters:Emojis y otros caracteres especiales,Limit the length of internal site search queries to reduce the impact of spam attacks and confusing URLs.:Limita la longitud de las consultas de b\u00fasqueda internas del sitio para reducir el impacto de los ataques de spam y las URL confusas.,Enable RSS Feed settings:Activar los ajustes del feed RSS,Lots of traffic comes from bots crawling the web. Some can benefit your site or business, while other bots dont. Blocking unwanted bots can save server resources, help with site performance, and protect copyrighted content.:Gran parte del tr\u00e1fico proviene de bots que rastrean la web. Algunos pueden tomar ventajas de tu sitio o negocio, mientras que otros bots no. Bloquear los bots no deseados puede ahorrar recursos del servidor, mejorar el rendimiento del sitio y proteger los contenidos protegidos por derechos de autor.,Duplicate Open Graph meta tags were found. This means that another plugin on your site or your current theme is generating social meta tags for Facebook (Open Graph) that are also generated by AIOSEO, and there are two sets of Open Graph tags present on your website. Youll want to deactivate this setting in your theme or the plugin thats causing this to avoid issues when sharing content on Facebook, LinkedIn, WhatsApp, or Instagram.:Se han encontrado metaetiquetas Open Graph duplicadas. Esto significa que otro plugin de tu sitio o tu tema actual est\u00e1 generando metaetiquetas sociales para Facebook (Open Graph) que tambi\u00e9n genera AIOSEO, y hay dos conjuntos de etiquetas Open Graph presentes en tu sitio web. Deber\u00e1s desactivar esta configuraci\u00f3n en tu tema o en el plugin que est\u00e1 causando esto para evitar problemas al compartir contenido en Facebook, LinkedIn, WhatsApp o Instagram.,Please enter a number between %1$s and %2$s.:Por favor, escribe un valor entre %1$s y %2$s,Redirect Pretty to \RAW\ URLs:Redirigir Pretty a URLs \u00abRAW\u00bb,Max. Number of Characters:N\u00famero m\u00e1ximo de caracteres,Block AI Crawlers:Bloquear rastreadores de IA,All AI Crawlers:Todos los rastreadores de IA,Block Unwanted Bots:Bloquear bots no deseados,Block internal site searches which match the patterns of known spam attacks.:Bloquea las b\u00fasquedas en sitios internos que coincidan con los patrones de ataques de spam conocidos.,Block internal site searches which contain complex and non-alphanumeric characters.:Bloquea las b\u00fasquedas internas del sitio que contengan caracteres complejos y no alfanum\u00e9ricos.,Block Crawling of Internal Site Search URLs:Bloqueo del rastreo de URL de b\u00fasqueda interna del sitio,Common Spam Patterns:Patrones de spam comunes,Disabling Unnecessary RSS Feeds:Desactivados los Feeds RSS innecesarios,Disabling unnecessary features can help save search engine crawl quota and speed up content indexing for larger sites.:Desactivar funciones innecesarias puede ayudar a ahorrar cuota de rastreo de los motores de b\u00fasqueda y acelerar la indexaci\u00f3n de contenidos en los sitios m\u00e1s grandes.,%1$s will redirect to %2$s:%1$s redireccionar\u00e1 a %2$s,Consolidates WordPress multiple site search URL formats into the %1$s e.g.,:Consolida los m\u00faltiples formatos de URL de b\u00fasqueda de sitios de WordPress en el %1$s, por ejemplo,,Add a disallow rule to your robots.txt file to prevent crawling of URLs like %1$s , %2$s and %3$s.:A\u00f1ade una regla \disallow\ a tu archivo robots.txt para impedir el rastreo de URLs como %1$s , %2$s y %3$s.,Toddlers:Ni\u00f1os peque\u00f1os,Newborns:Reci\u00e9n nacidos,Kids:Ni\u00f1os,Infants:Beb\u00e9s,Adults:Adultos,Apply Headline:Aplicar titular,Keyword Ranking Pages:P\u00e1ginas de clasificaci\u00f3n de palabras clave,CTR:CTR,Add to KRT:A\u00f1adir a KRT,Add:A\u00f1adir,Product Attribute:Atributo del producto,Product Attributes:Atributos del producto,Remove from Group:Quitar del grupo,Missing access token:Falta el token de acceso,Turkish:Turco,Swedish:Sueco,Spanish:Espa\u00f1ol,Romanian:Rumano,Portuguese:Portugu\u00e9s,Norwegian:Noruego,Italian:Italiano,Indonesian:Indonesio,German:Alem\u00e1n,French:Franc\u00e9s,English:Ingl\u00e9s,Dutch:Holand\u00e9s,Danish:Dan\u00e9s,Catalan:Catal\u00e1n,Zambia:Zambia,Vietnam:Vietnam,Venezuela:Venezuela,Vanuatu:Vanuatu,Uzbekistan:Uzbekist\u00e1n,Uruguay:Uruguay,United States:Estados Unidos,United Kingdom:Reino Unido,Ukraine:Ucrania,Uganda:Uganda,Turkmenistan:Turkmenist\u00e1n,Turkey:Turqu\u00eda,Tunisia:T\u00fanez,Trinidad & Tobago:Trinidad y Tobago,Tonga:Tonga,Togo:Togo,Thailand:Tailandia,Tanzania:Tanzania,Tajikistan:Tayikist\u00e1n,Taiwan:Taiw\u00e1n,Switzerland:Suiza,Sweden:Suecia,Suriname:Surinam,St. Vincent & Grenadines:San Vicente y las Granadinas,St. Helena:Santa Elena,Sri Lanka:Sri Lanka,Spain:Espa\u00f1a,South Korea:Corea del Sur,South Africa:Sud\u00e1frica,Somalia:Somalia,Solomon Islands:Islas Salom\u00f3n,Slovenia:Eslovenia,Slovakia:Eslovaquia,Singapore:Singapur,Sierra Leone:Sierra Leona,Seychelles:Seychelles,Serbia:Serbia,Senegal:Senegal,S\u00e3o Tom\u00e9 & Pr\u00edncipe:Santo Tom\u00e9 y Pr\u00edncipe,San Marino:San Marino,Samoa:Samoa,Rwanda:Ruanda,Russia:Rusia,Romania:Ruman\u00eda,Puerto Rico:Puerto Rico,Portugal:Portugal,Poland:Polonia,Pitcairn Islands:Islas Pitcairn,Philippines:Filipinas,Peru:Per\u00fa,Paraguay:Paraguay,Papua New Guinea:Pap\u00faa Nueva Guinea,Panama:Panam\u00e1,Palestine:Palestina,Pakistan:Pakist\u00e1n,Oman:Om\u00e1n,Norway:Noruega,North Macedonia:Macedonia del Norte,Niue:Niue,Nigeria:Nigeria,Niger:N\u00edger,Nicaragua:Nicaragua,Netherlands:Pa\u00edses Bajos,Nepal:Nepal,Nauru:Nauru,Namibia:Namibia,Myanmar (Burma):Myanmar (Birmania),Mozambique:Mozambique,Morocco:Marruecos,Montserrat:Montserrat,Montenegro:Montenegro,Mongolia:Mongolia,Micronesia:Micronesia,Mexico:M\u00e9xico,Mauritius:Mauricio,Malta:Malta,Mali:Mali,Maldives:Maldivas,Malaysia:Malasia,Madagascar:Madagascar,Luxembourg:Luxemburgo,Lithuania:Lituania,Liechtenstein:Liechtenstein,Libya:Libia,Lesotho:Lesoto,Lebanon:L\u00edbano,Latvia:Letonia,Laos:Laos,Kyrgyzstan:Kirguist\u00e1n,Kuwait:Kuwait,Kiribati:Kiribati,Kenya:Kenia,Jordan:Jordania,Jersey:Jersey,Japan:Jap\u00f3n,Jamaica:Jamaica,Italy:Italia,Israel:Israel,Isle of Man:Isla de Man,Ireland:Irlanda,Iraq:Iraq,Indonesia:Indonesia,India:India,Iceland:Islandia,Hungary:Hungr\u00eda,Hong Kong:Hong Kong,Honduras:Honduras,Haiti:Hait\u00ed,Afghanistan:Afghanist\u00e1n,Albania:Albania,Algeria:Algeria,American Samoa:Samoa Americana,Andorra:Andorra,Angola:Angola,Anguilla:Anguilla,Antigua & Barbuda:Antigua y Barbuda,Argentina:Argentina,Armenia:Armenia,Australia:Australia,Austria:Austria,Azerbaijan:Azerbaiy\u00e1n,Bahamas:Bahamas,Bahrain:Bahr\u00e9in,Bangladesh:Bangladesh,Belarus:Bielorrusia,Belgium:B\u00e9lgica,Belize:Belize,Benin:Benin,Bhutan:But\u00e1n,Bolivia:Bolivia,Bosnia & Herzegovina:Bosnia y Herzegovina,Botswana:Botswana,Brazil:Brasil,British Virgin Islands:Islas V\u00edrgenes Brit\u00e1nicas,Brunei:Brunei,Bulgaria:Bulgaria,Burkina Faso:Burkina Faso,Burundi:Burundi,Cambodia:Camboya,Cameroon:Camer\u00fan,Canada:Canad\u00e1,Cape Verde:Cabo Verde,Central African Republic:Rep\u00fablica de Africa Central,Chad:Chad,Chile:Chile,Colombia:Colombia,Congo - Brazzaville:Congo - Brazzaville,Congo - Kinshasa:Congo - Kinshasa,Cook Islands:Islas Cook,Costa Rica:Costa Rica,C\u00f4te d\u2019Ivoire:Costa de Marfil,Croatia:Croacia,Cuba:Cuba,Cyprus:Chipre,Czechia:Rep\u00fablica Checa,Denmark:Dinamarca,Djibouti:Yibuti,Dominica:Dominica,Dominican Republic:Rep\u00falica Dominicana,Ecuador:Ecuador,Egypt:Egipto,El Salvador:El Salvador,Estonia:Estonia,Ethiopia:Etiop\u00eda,Fiji:Fiji,Finland:Finlandia,France:Francia,Gabon:Gab\u00f3n,Gambia:Gambia,Georgia:Georgia,Germany:Alemania,Ghana:Ghana,Gibraltar:Gibraltar,Greece:Grecia,Greenland:Groenlandia,Guatemala:Guatemala,Guernsey:Guernsey,Guyana:Guyana,New Zealand:Nueva Zelanda,Kazakhstan:Kazajist\u00e1n,Zimbabwe:Zimbawe,United Arab Emirates:Emiratos \u00c1rabes Unidos,U.S. Virgin Islands:Islas V\u00edrgenes de EE.UU.,Timor-Leste:Timor-Leste,Saudi Arabia:Arabia Saudita,Qatar:Catar,Moldova:Moldava,Malawi:Malaui,Enable Email reports?:\u00bfActivar los informes por correo electr\u00f3nico?,All Good, Im already getting it:Todo bien, ya lo estoy entendiendo,Enable Email Reports:Activar informes por correo electr\u00f3nico,Stay ahead in SEO with our new email digest! Get the latest tips, trends, and tools delivered right to your inbox, helping you optimize smarter and faster. Enable it today and never miss an update that can take your rankings to the next level.:\u00a1Mantente a la vanguardia en SEO con nuestro nuevo resumen por correo electr\u00f3nico! Recibe los \u00faltimos consejos, tendencias y herramientas directamente en tu bandeja de entrada, que te ayudar\u00e1n a optimizar de forma m\u00e1s inteligente y r\u00e1pida. Act\u00edvalo hoy mismo y no te pierdas nunca una actualizaci\u00f3n que puede llevar tu posicionamiento al siguiente nivel.,Schema.org Validator:Validador de Schema.org,You have reached the maximum of %1$s additional keywords.:Has alcanzado el m\u00e1ximo de %1$s palabras clave adicionales.,Sample group description:Ejemplo de descripci\u00f3n de grupo,Sample Type Plural:Ejemplo de tipo plural,Sample Type Singular:Ejemplo de tipo singular,Sample Group Name:Ejemplo de nombre de grupo,Sample activity content:Ejemplo de contenido de la actividad,The group type plural name.:El nombre en plural del tipo de grupo.,Group Type Plural Name:Nombre del tipo de grupo en plural,The group type singular name.:El nombre del tipo de grupo en singular.,Group Description:Descripci\u00f3n del grupo,The group name.:Nombre del grupo.,Group Name:Nombre del grupo,Activities (%1$s):Actividades (%1$s),Groups (%1$s):Grupos (%1$s),Members (%1$s):Miembros (%1$s),Activity Action:Acci\u00f3n de la actividad,The activity action.:La acci\u00f3n de la actividad.,Activity Content:Contenido de la actividad,The activity content.:El contenido de la actividad.,The group description.:La descripci\u00f3n del grupo.,Group Type Singular Name:Nombre singular del tipo de grupo,Sample Activity Action:Acci\u00f3n de actividad de ejemplo,It seems there is no content yet to be displayed.:Parece que a\u00fan no hay contenido que mostrar.,TruSEO cannot analyze the post while you are using the Code Editor. Please switch back to the Visual Editor to view your results.:TruSEO no puede analizar la entrada mientras est\u00e9s utilizando el editor de c\u00f3digo. Por favor, vuelve al editor visual para ver los resultados.,View in Google:Ver en Google,%1$s Writing Assistant:Asistente de redacci\u00f3n de %1$s,Missing data to generate a report:Faltan datos para generar un informe,Empty Post ID:ID de entrada vac\u00eda,Empty Content or Post ID:Contenido o ID de entrada vac\u00edo,Keyword not found or not ready:Palabra clave no encontrada o no preparada,Empty response from service:Respuesta vac\u00eda del servicio,Missing parameters:Faltan par\u00e1metros,Empty progress and result.:Progreso y resultado vac\u00edos.,Error in the SeoBoost service. Please contact support.:Error en el servicio SeoBoost. Ponte en contacto con el soporte.,Your Content:Tu contenido,Your Account is Connected to SEOBoost! \ud83c\udf89:\u00a1Tu cuenta est\u00e1 conectada a SEOBoost! \ud83c\udf89,Youre connected to SEOBoost!:\u00a1Est\u00e1s conectado a SEOBoost!,You must first add content before the score can be determined.:Primero debes a\u00f1adir contenido antes de que se pueda determinar la puntuaci\u00f3n.,You have no reports left.:No te quedan informes.,Writing Assistant:Ayudante de redacci\u00f3n,Words:Palabras,words:palabras,Uses (Lowest):Usos (m\u00e1s bajos),Uses (Highest):Usos (m\u00e1s altos),Uses:Usos,Usage Examples:Ejemplos de uso,Top Competitor Content:Los mejores contenidos de la competencia,This URL was unreachable when the report was run and could not be analyzed with the rest of the articles.:Esta URL no era alcanzable cuando se ejecut\u00f3 el informe y no se pudo analizar con el resto de los art\u00edculos.,This action will disconnect %1$s from SEOBoost. By disconnecting from SEOBoost, you will no longer be able to get actionable insights for your target keywords to help your content rank better in SERPs.:Esta acci\u00f3n desconectar\u00e1 %1$s de SEOBoost. Al desconectarte de SEOBoost, ya no podr\u00e1s obtener informaci\u00f3n procesable sobre tus palabras clave objetivo para ayudar a tu contenido a posicionarse mejor en las SERPs.,#:#,AIOSEO Writing Assistant:Asistente de redacci\u00f3n de AIOSEO,analyzing serps:analizando serps,Are you sure you want to disconnect from SEOBoost?:\u00bfEst\u00e1s seguro de que quieres desconectarte de SEOBoost?,Are you sure you want to reset SEOBoost logins?:\u00bfEst\u00e1s seguro de que quieres restablecer los accesos a SEOBoost?,calculating keywords heading presence:calculando la presencia en encabezados de las palabras clave,calculating keywords importance:calculando la importancia de las palabras clave,calculating keywords use suggestions:calculando sugerencias de uso de palabras clave,Click to Sort...:Haz clic para ordenar...,Competitors:Competidores,competitors.csv:competitors.csv,Connect to an Existing Account:Conectarse a una cuenta existente,Connect to SEOBoost:Conectar con SEOBoost,Connect to SEOBoost to get access to the Writing Assistant.:Con\u00e9ctate a SEOBoost para acceder al asistente de redacci\u00f3n.,Create a Free Account:Crear una cuenta gratuita,Default Language:Idioma por defecto,Default Region:Regi\u00f3n por defecto,Elevate your SEO with AIOSEO Writing Assistant:Eleva tu SEO con el asistente de redacci\u00f3n de AIOSEO,Experience the power of AI-driven writing assistance seamlessly integrated into SEOBoost. Login to enhance your content creation process and boost your search rankings.:Experimenta la potencia de la ayuda a la redacci\u00f3n impulsada por IA, perfectamente integrada en SEOBoost. Accede para mejorar tu proceso de creaci\u00f3n de contenidos e impulsar tu posicionamiento en las b\u00fasquedas.,fetching competitor data:obteniendo datos de competidores,fetching keywords data:obteniendo datos de palabras clave,fetching keywords examples:obteniendo ejemplos de palabras clave,fetching report:obteniendo informe,fetching serps:obteniendo serps,Generate a New Report:Generar un nuevo informe,Generate a Report:Generar un informe,Generate Report:Generar informe,Generating Report For:Generar informe de,Generating Report...:Generando informe...,Get More Reports:Obt\u00e9n m\u00e1s informes,Grade:Grado,Grade Summary:Resumen del grado,Heading:Encabezado,Heading presence:Presencia en encabezados,Heading Presence:Presencia en encabezados,Heading Presence (Highest):Presencia en encabezados (la m\u00e1s alta),Heading Presence (Lowest):Presencia en encabezados (la m\u00e1s baja),Importance:Importancia,Importance (Highest):Importancia (la m\u00e1s alta),Importance (Lowest):Importancia (la m\u00e1s baja),Include all post types:Incluir todos los tipos de contenido,Insert keyword that you want to rank for.:Inserta la palabra clave para la que quieres posicionarte.,Integrate seamlessly with SEOBoost via AIOSEO to supercharge your WordPress content.:Int\u00e9gralo perfectamente con SEOBoost a trav\u00e9s de AIOSEO para potenciar tu contenido en WordPress.,Language:Idioma,Login to SEOBoost:Acceder a SEOBoost,Moderate:Moderado,n\/a:n\/d,Now Connect to Your SEOBoost Account:Con\u00e9ctate ahora a tu cuenta de SEOBoost,Now Integrated into SEOBoost:Ahora integrado en SEOBoost,Now youre ready to harness the power of data-driven insights. Create your first report and discover how to optimize your content for better search visibility and engagement.:Ahora est\u00e1s listo para aprovechar el poder de la informaci\u00f3n basada en datos. Crea tu primer informe y descubre c\u00f3mo optimizar tu contenido para mejorar la visibilidad en las b\u00fasquedas y la participaci\u00f3n.,Optimization Wizard:Asistente de optimizaci\u00f3n,optimization-wizard.csv:optimization-wizard.csv,OR:O,processing keyword:procesando palabra clave,querying search engines:consultando buscadores,readability:legibilidad,Report Defaults:Valores por defecto del Informe,Report Details:Detalles del informe,Report History:Historial de informes,Reports:Informes,Reset SEOBoost Logins:Restablecer accesos a SEOBoost,See All:Ver todos,See Examples:Ver ejemplos,Select the post types you want the Writing Assistant to be available.:Selecciona los tipos de entradas en los que quieres que est\u00e9 disponible el asistente de redacci\u00f3n.,SEOBoost CTA:SEOBoost CTA,SEOBoost logins have been reset.:Se han restablecido los accesos a SEOBoost.,Sort By:Ordenar por,Term:T\u00e9rmino,Term (A-Z):T\u00e9rmino (A-Z),Term (Z-A):T\u00e9rmino (Z-A),The keyword is being processed. This can take a couple of minutes.:La palabra clave se est\u00e1 procesando. Esto puede tardar un par de minutos.,Typical:T\u00edpico,Typical Top:Top t\u00edpico,Imported will overwrite existing data and will not be merged.:Los ajustes importados sobrescribir\u00e1n los existentes y no se combinar\u00e1n.,JSON:JSON,Please enter a valid email.:Por favor introduce un correo electr\u00f3nico v\u00e1lido.,We had a problem when exporting data.:Hemos tenido un problema al exportar los datos.,Send Test Email:Enviar un correo electr\u00f3nico de prueba,We dont have any data to export.:No se puede encontrar ning\u00fan dato para exportar.,Social Meta:Metadatos para redes sociales.,Sending summaries to additional email addresses is a %1$s feature. %2$s:El env\u00edo de sumarios a direcciones de correo adicionales es una caracter\u00edstica %1$s. %2$s,SEO Title\/Description:Titulo SEO\/Descripci\u00f3n,Failed to send email to %1$s. Make sure the address is correct and that your site is configured correctly to send emails.:Ha ocurrido un error al enviar un correo electr\u00f3nico a %1$s. Aseg\u00farate de que la direcci\u00f3n es correcta y que tu sitio est\u00e1 correctamente configurado para enviar correos electr\u00f3nicos.,Import \/ Restore %1$s Settings or Content:Importar \/ Restaurar ajustes de %1$s o contenido.,Your site has received the same number of impressions compared to the previous period.:Tu sitio ha recibido el mismo n\u00famero de impresiones que en el periodo anterior.,Your site has received %1$s more impressions compared to the previous period, which is a %2$s increase.:Tu sitio ha recibido %1$s impresiones m\u00e1s que en el periodo anterior, lo que supone un aumento del %2$s.,Your site has received %1$s fewer impressions compared to the previous period, which is a %2$s decrease.:Tu sitio ha recibido %1$s impresiones menos que en el periodo anterior, lo que supone un descenso del %2$s.,Your site has received the same number of clicks compared to the previous period.:Tu sitio ha recibido el mismo n\u00famero de clics que en el periodo anterior.,Your site has received %1$s more clicks compared to the previous period, which is a %2$s increase.:Tu sitio ha recibido %1$s clics m\u00e1s que en el periodo anterior, lo que supone un aumento del %2$s.,Your site has received %1$s fewer clicks compared to the previous period, which is a %2$s decrease.:Tu sitio ha recibido %1$s clics menos que en el periodo anterior, lo que supone un descenso del %2$s.,Your site has the same CTR compared to the previous period.:Tu sitio tiene el mismo CTR que en el periodo anterior.,Your site has a %1$s higher CTR compared to the previous period.:Tu sitio tiene un CTR un %1$s superior al del periodo anterior.,Your site has a %1$s lower CTR compared to the previous period.:Tu sitio tiene un CTR un %1$s inferior al del periodo anterior.,Your site ranked for the same number of keywords compared to the previous period.:Tu sitio se posicion\u00f3 para el mismo n\u00famero de palabras clave en comparaci\u00f3n con el periodo anterior.,Your site ranked for %1$s more keywords compared to the previous period, which is a %2$s increase.:Tu sitio se posicion\u00f3 para %1$s palabras clave m\u00e1s que en el periodo anterior, lo que supone un aumento del %2$s .,Your site ranked for %1$s fewer keywords compared to the previous period, which is a %2$s decrease.:Tu sitio se posicion\u00f3 para %1$s palabras clave menos que en el periodo anterior, lo que supone un descenso del %2$s .,Create New Post:Crear nueva entrada,Your Weekly SEO Email Summary:Tu correo de resumen semanal de SEO,Your Monthly SEO Email Summary:Tu correo electr\u00f3nico mensual de resumen de SEO,Lets take a look at your SEO updates and content progress this week.:Echemos un vistazo a tus actualizaciones SEO y al progreso del contenido esta semana.,Lets take a look at your SEO updates and content progress this month.:Echemos un vistazo a tus actualizaciones SEO y al progreso de tu contenido este mes.,See All SEO Statistics:Ver todas las estad\u00edsticas de SEO,Lets take a look at how your site has performed in search results this week.:Echemos un vistazo al rendimiento de tu sitio en los resultados de b\u00fasqueda esta semana.,Lets take a look at how your site has performed in search results this month.:Echemos un vistazo al rendimiento de tu sitio en los resultados de b\u00fasqueda este mes.,See All Resources:Ver todos los recursos,Hi there!:\u00a1Hola!,An update is available for %1$s. %2$sUpgrade to the latest version%3$s%4$s:Hay una actualizaci\u00f3n disponible para %1$s. %2$sActualiza a la \u00faltima versi\u00f3n%3$s%4$s,SEO Report:Informe de SEO,Top Winning Posts:Principales entradas ganadoras,Top Losing Posts:Principales entradas perdedoras,Top Winning Keywords:Principales palabras clave ganadoras,Top Losing Keywords:Principales palabras clave perdedoras,Content Summary:Resumen del contenido,Most Recent Published:\u00daltimas publicaciones,Posts to Optimize:Entradas a optimizar,Content Drop:Ca\u00edda de contenido,Issues:Problemas,SEO Milestones:Hitos de SEO,Whats New:Novedades,Continue Reading:Seguir leyendo,This email was auto-generated and sent from %1$s.:Este correo electr\u00f3nico se ha generado y enviado autom\u00e1ticamente desde %1$s.,Learn how to %1$sdisable%2$s it.:Aprende a %1$sdesactivarlo%2$s.,Export As:Exportar como,Export as JSON:Exportar como JSON,Export Content:Exportar contenido,Exporting Terms is a %1$s Feature:Exportar t\u00e9rminos es una caracter\u00edstica %1$s,Email Reports:Informes de correos electr\u00f3nicos,Enable email reports to receive a digest of the most important SEO updates for your site, right in your inbox.:Activa los informes por correo electr\u00f3nico para recibir un resumen de las actualizaciones m\u00e1s importantes de SEO para tu sitio, directamente en tu bandeja de entrada.,A JSON, CSV or INI file is required to import.:Un archivo JSON, CSV o INI es necesario para importar.,Export All Taxonomies:Exportar todas las taxonom\u00edas,Add Email Address:A\u00f1adir direcci\u00f3n de correo electr\u00f3nico,Your SEO Performance Report for %1$s:Tu informe de rendimiento de SEO para %1$s,Rate %1$s:Punt\u00faa %1$s,Dive into your top-performing pages with %1$s and uncover growth opportunities.:Sum\u00e9rgete en tus p\u00e1ginas de mayor rendimiento con %1$s y descubre oportunidades de crecimiento.,%1$s allows you to fully control your SEO and social meta for custom taxonomies, including the ability to import\/export them.:%1$s te permite controlar completamente tu SEO y los metadatos para redes sociales para taxonom\u00edas personalizadas, incluyendo la posibilidad de importarlos y exportarlos,An email was sent out to %1$s.:Se ha enviado un correo electr\u00f3nico a %1$s.,Passive voice is not supported in your current language.:La voz pasiva no es compatible con tu idioma actual.,Google recommends you making sure that the image looks how you intend it to look on a purely white background.:Google te recomienda que te asegures de que la imagen tiene el aspecto que pretendes que tenga sobre un fondo puramente blanco.,All Keywords:Todas las palabras clave,Rank Tracker:Seguimiento de puntuaci\u00f3n,Top Positions:Primeras posiciones,Create Group:Crear un grupo,Edit Group(s):Editar grupo(s),CSV:CSV,Add Keywords:A\u00f1adir palabras clave,Keyword Performance Tracking:Seguimiento del rendimiento de las palabras clave,Below you can track how your page is performing in search results based on your keyword(s).:A continuaci\u00f3n puedes seguir el rendimiento de tu p\u00e1gina en los resultados de b\u00fasqueda en funci\u00f3n de tu(s) palabra(s) clave.,Tracking:Seguimiento,The %1$stotal number of clicks that your website received from search results%2$s within the selected timeframe.:El %1$sn\u00famero total de clics que tu sitio web recibi\u00f3 de los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,Add to Group:A\u00f1adir a grupo,Keyword Rank Tracker:Monitor de posici\u00f3n de palabras clave,Open in Keyword Rank Tracker:Abrir en el monitor de posici\u00f3n de palabras clave,Position History:Hist\u00f3rico de posici\u00f3n,The %1$saverage click-through rate of your content in search results%2$s within the selected timeframe.:La %1$stasa media de clics de tu contenido en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$saverage click-through rate of your tracked keywords in search results%2$s within the selected timeframe.:La %1$stasa media de clics de tus palabras clave en seguimiento en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$saverage position of your content in search results%2$s within the selected timeframe.:La %1$sposici\u00f3n media de tu contenido en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$stotal number of clicks your tracked keywords have aggregated from search results%2$s within the selected timeframe.:El %1$sn\u00famero total de clics que tus palabras clave en seguimiento han obtenido de los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$stotal number of impressions your tracked keywords have aggregated in search results%2$s within the selected timeframe.:El %1$sn\u00famero total de impresiones que tus palabras clave en seguimiento han acumulado en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$stotal number of keywords that are being tracked%2$s for your website.:El %1$sn\u00famero total de palabras clave que est\u00e1n siendo objeto de seguimiento%2$s para tu sitio web.,The %1$stotal number of keywords that your website ranks for in search results%2$s within the selected timeframe.:El %1$sn\u00famero total de palabras clave por las que aparece tu sitio web en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,The %1$stotal number of times your website appeared in search results%2$s within the selected timeframe.:El %1$sn\u00famero total de veces que tu sitio web apareci\u00f3 en los resultados de b\u00fasqueda%2$s dentro del plazo seleccionado.,Report Keyword:Palabra clave del informe,Related Keywords:Palabras clave relacionadas,Focus Keyword:Palabra clave principal,Sample data is available for you to explore. Connect your site to Google Search Console to receive insights on how content is being discovered. Identify areas for improvement and drive traffic to your website.:Hay datos de muestra disponibles para que los explores. Conecta tu sitio a Google Search Console para recibir informaci\u00f3n sobre c\u00f3mo se descubre el contenido. Identifica \u00e1reas de mejora e impulsa el tr\u00e1fico a tu sitio web.,NEW!:\u00a1NUEVO!,Explore Sample Reports:Explorar informes de muestra,Meta Keywords:Meta palabras clave,All Wheel Drive:Tracci\u00f3n a las cuatro ruedas,Car:Coche,Four Wheel Drive:Tracci\u00f3n a las cuatro ruedas,Front Wheel Drive:Tracci\u00f3n delantera,Kilometers:Kil\u00f3metros,Miles:Millas,New:Nuevo,Product Review:Rese\u00f1a del producto,Pros and cons include:Pros y contras,Rear Wheel Drive:Tracci\u00f3n trasera,Used:Usado,View full list:Ver lista completa,Neutral Sentiment:Sentimiento neutral,Goal::Objetivo:,Bonus::Bonificaci\u00f3n:,Custom Taxonomies are a PRO Feature:Las taxonom\u00edas personalizadas son una caracter\u00edstica PRO,AIOSEO Settings:Ajustes de AIOSEO,Search Engines Blocked!:\u00a1Motores de b\u00fasqueda bloqueados!,%1$s has detected that you are blocking access to search engines, which will prevent your site from ranking in search results. You can re-enable indexing under %2$sSettings > Reading \u2192%3$s:%1$s ha detectado que est\u00e1s bloqueando el acceso a los motores de b\u00fasqueda, lo que impedir\u00e1 que tu sitio aparezca en los resultados de b\u00fasqueda. Puedes volver a activar la indexaci\u00f3n en %2$sAjustes \u2192 Lectura \u2192 %3$s,Set custom SEO meta, social meta and more for individual terms.:Establece meta de SEO personalizados, meta sociales y mucho m\u00e1s para t\u00e9rminos individuales.,You can upgrade to the Pro plan today and :Puedes actualizar al plan Pro hoy mismo y ,(discount auto-applied):(descuento autoaplicado),Follow on X (Twitter):Seguir en X (Twitter),this is an RSS Sitemap, meant to be consumed by search engines like Google or Bing.:este es un mapa del sitio RSS, pensado para ser consumido por motores de b\u00fasqueda como Google o Bing.,You can find more information about RSS Sitemaps at %1$ssitemaps.org%2$s.:Puedes encontrar m\u00e1s informaci\u00f3n acerca de los mapas del sitio RSS en %1$ssitemaps.org%2$s.,Use Range:Rango de uso,Subscription:Suscripci\u00f3n,Parsing Block Data...:An\u00e1lisis de datos de bloque...,Organization Description:Descripci\u00f3n de la organizaci\u00f3n,Onsite:En el sitio,Number of Employees:N\u00famero de empleados,Founding Date:Fecha de fundaci\u00f3n,Enter the primary phone number for your business. Don\u2019t have a business phone number? %1$sSee this guide on how to get one.%2$s:Introduce el n\u00famero de tel\u00e9fono principal de tu empresa. \u00bfNo tienes un n\u00famero de tel\u00e9fono de empresa? %1$sConsulta esta gu\u00eda pr\u00e1ctica sobre c\u00f3mo conseguir uno.%2$s,From:De,Monthly:Mensualmente,Our Local SEO addon enables you to tell Google about your business (name, address, opening hours, contact info & more) and further enhances your Knowledge Graph schema markup.:Nuestra extensi\u00f3n SEO local te permite informar a Google acerca de tu negocio (nombre, direcci\u00f3n, horario de apertura, informaci\u00f3n de contacto y m\u00e1s) y mejora a\u00fan m\u00e1s tu marcado de schema del Knowledge Graph.,Paid:De pago,Partially Free:Parcialmente libre,To:Para,Weekly:Semanalmente,Yearly:Anualmente,Daily:Diario,Configure Local SEO:Configurar SEO local,Blended:Mezclado,Network Activated:Activado en la red,An error occurred while changing the addon status. Please try again or contact support for more information.:Se ha producido un error al cambiar el estado de la extensi\u00f3n. Int\u00e9ntalo de nuevo o ponte en contacto con el soporte para obtener m\u00e1s informaci\u00f3n.,Upgrade to Pro to unlock Search Statistics and sync your site with Google Search Console. Get valuable insights right inside your WordPress dashboard, track keyword rankings and search performance for individual posts with actionable insights to help you rank higher in search results!:Actualiza a Pro para desbloquear las Estad\u00edsticas de b\u00fasqueda y sincronizar tu sitio con Google Search Console. Obt\u00e9n informaci\u00f3n valiosa directamente desde tu escritorio de WordPress, realiza un seguimiento de las clasificaciones de palabras clave y del rendimiento de b\u00fasqueda de entradas individuales con informaci\u00f3n pr\u00e1ctica que te ayudar\u00e1 a mejorar tu posici\u00f3n en los resultados de b\u00fasqueda.,Your site is connected directly to Google Search Console and your sitemaps are in sync.:Tu sitio est\u00e1 conectado directamente a Google Search Console y tus mapas del sitio est\u00e1n sincronizados.,There are sitemaps with errors:Hay mapas del sitio con errores,Sitemap Errors:Errores del mapa del sitio,SEO Changes Performance Tracking:Seguimiento del rendimiento de los cambios SEO,Search Console:Search Console,Ignore:Ignorar,Google Search Console Metrics:M\u00e9tricas de Google Search Console,Google Search Console is Connected.:Google Search Console est\u00e1 conectado.,Content Decay Tracking:Seguimiento del deterioro del contenido,Fix Errors:Corregir errores,Quickly verify ownership in Google Search Console and automatically submit sitemaps with one click. Speed up indexing, increase visibility and optimize your sites performance to effortlessly attract more organic traffic.:Verifica r\u00e1pidamente la propiedad en Google Search Console y env\u00eda autom\u00e1ticamente mapas del sitio con un solo clic. Acelera la indexaci\u00f3n, aumenta la visibilidad y optimiza el rendimiento de tu sitio para atraer m\u00e1s tr\u00e1fico org\u00e1nico sin esfuerzo.,Top Content Discovery:Top Content Discovery,All errors have been resolved:Se han resuelto todos los errores,Fix Sitemap Errors:Corregir errores del mapa del sitio,Your sitemap has errors.:Tu mapa del sitio tiene errores.,Reconnect Google Search Console:Reconectar Google Search Console,We detected that your site has been removed from Google Search Console. If this was done in error, click below to re-sync and resolve this issue.:Hemos detectado que tu sitio ha sido eliminado de Google Search Console. Si esto se hizo por error, haz clic a continuaci\u00f3n para volver a sincronizar y resolver este problema.,Google Search Console is Connected:Google Search Console est\u00e1 conectado,Your site was removed from Google Search Console.:Tu sitio se ha eliminado de Google Search Console.,We detected that your sitemap has errors. The last fetch was on %1$s. Click below to resolve this issue.:Hemos detectado que tu mapa del sitio tiene errores. La \u00faltima lectura fue el %1$s. Haz clic a continuaci\u00f3n para resolver este problema.,%1$s has found some errors in sitemaps that were previously submitted to Google Search Console. Since %1$s manages your sitemaps, these additional sitemaps can be removed.:%1$s ha encontrado algunos errores en mapas del sitio enviados anteriormente a Google Search Console. Como %1$s gestiona tus mapas del sitio, se pueden quitar estos mapas del sitio adicionales.,Are you sure you want to disconnect Google Search Console?:\u00bfEst\u00e1s seguro de que quieres desconectar Google Search Console?,Connect to Google to automatically add sitemaps and keep them in sync.:Con\u00e9ctate a Google para a\u00f1adir autom\u00e1ticamente mapas del sitio y mantenerlos sincronizados.,%1$s can now verify whether your site is correctly verified with Google Search Console and that your sitemaps have been submitted correctly. Connect with Google Search Console now to ensure your content is being added to Google as soon as possible for increased rankings.:%1$s ahora puedes comprobar si tu sitio est\u00e1 correctamente verificado con Google Search Console y que tus mapas del sitio se han enviado correctamente. Con\u00e9ctate ahora con Google Search Console para asegurarte de que tu contenido se a\u00f1ade a Google lo antes posible para mejorar el posicionamiento.,Connect Your Site to Google Search Console:Conecta tu sitio a Google Search Console,Sync your site with Google Search Console and get valuable insights right inside your WordPress dashboard. Track keyword rankings and search performance for individual posts with actionable insights to help you rank higher in search results!:Sincroniza tu sitio con Google Search Console y obt\u00e9n informaci\u00f3n valiosa directamente desde el escritorio de tu WordPress. Realiza un seguimiento del posicionamiento de palabras clave y del rendimiento de b\u00fasqueda de entradas individuales con informaci\u00f3n pr\u00e1ctica que te ayudar\u00e1 a mejorar tu posici\u00f3n en los resultados de b\u00fasqueda.,Awesome! Google Search Console is connected to your site. This will help you monitor and maintain your sites presence in Google Search results.:\u00a1Impresionante! Google Search Console est\u00e1 conectado a tu sitio. Esto te ayudar\u00e1 a supervisar la presencia de tu sitio en los resultados de la b\u00fasqueda de Google.,Have you connected your site to Google Search Console?:\u00bfHas conectado tu sitio a Google Search Console?,Connect Your Site with Google Search Console:Conecta tu sitio con Google Search Console,Your WordPress URL is invalid. Please check the format and try again.:Tu URL de WordPress no es v\u00e1lida. Por favor, comprueba el formato e int\u00e9ntalo de nuevo.,Super-charge your SEO with Link Assistant! Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links. Use our reporting feature to see all link suggestions or add them directly from any page or post.:\u00a1Potencia tu SEO con el asistente de enlazado! Obt\u00e9n sugerencias relevantes para a\u00f1adir enlaces internos a contenidos antiguos, as\u00ed como para encontrar entradas hu\u00e9rfanas que no tengan enlaces internos. Utiliza nuestra caracter\u00edstica de informes para ver todas las sugerencias de enlaces o a\u00f1adirlas directamente desde cualquier p\u00e1gina o entrada.,Add IndexNow support to instantly notify search engines when your content has changed. This helps the search engines to prioritize the changes on your website and helps you rank faster.:A\u00f1ade compatibilidad con IndexNow para avisar instant\u00e1neamente a los motores de b\u00fasqueda cuando tu contenido haya cambiado. Esto ayuda a los motores de b\u00fasqueda a dar prioridad a los cambios en tu sitio web y te ayuda a posicionar m\u00e1s r\u00e1pido.,Our Redirection Manager allows you to create and manage redirects for 404s or modified posts.:Nuestro gestor de redirecciones te permite crear y gestionar redirecciones para 404 o entradas modificadas.,It looks like you are accessing our analyzer from a local install. Our SEO analyzer does not work on local installs because we are unable to access it. Please try again once the site has been published.:Parece que est\u00e1s accediendo a nuestro analizador desde una instalaci\u00f3n local. Nuestro analizador SEO no funciona en instalaciones locales porque no podemos acceder a \u00e9l. Por favor, int\u00e9ntalo de nuevo cuando el sitio haya sido publicado.,The SEO analysis failed due to an unknown error. Please wait a moment and try again. If the issue continues to occur, then please contact our support team.:El an\u00e1lisis SEO ha fallado debido a un error desconocido. Espera un momento e int\u00e9ntalo de nuevo. Si el problema persiste, ponte en contacto con nuestro equipo de soporte.,We are unable to retrieve the content for your site. This could be due to a number of reasons, but most likely the connection timed out while our analyzer was trying to access it. Please try again soon.:No se ha podido recuperar el contenido de tu sitio. Esto puede deberse a varias razones, pero lo m\u00e1s probable es que la conexi\u00f3n se haya interrumpido mientras nuestro analizador intentaba acceder a ella. Por favor, int\u00e9ntalo de nuevo pronto.,Your site is currently not connected to %1$s. In order to analyze your site, you must first connect to our server. Please connect to %1$s and try again.:Tu sitio no est\u00e1 conectado actualmente a %1$s. Para poder analizar tu sitio, primero debes conectarte a nuestro servidor. Por favor, con\u00e9ctate a %1$s e int\u00e9ntalo de nuevo.,Connect to AIOSEO:Con\u00e9ctate a AIOSEO,Unblock Query Args:Desbloquear argumentos de consulta,Unblock Query Arg:Desbloquear argumento de consulta,Unblock:Desbloquear,To prevent a greedy regular expression you can use %1$s to anchor it to the start of the Query Arg. For example: %2$s:Para evitar una expresi\u00f3n regular codiciosa, puedes utilizar %1$s para anclarla al inicio del argumento de consulta. Por ejemplo: %2$s,This feature allows you to log all query arguments that are used on your site and block them. This will help prevent search engines from crawling every variation of your pages with unrecognized query arguments and help save search engine crawl quota.:Esta funci\u00f3n te permite registrar todos los argumentos de consulta que se utilizan en tu sitio y bloquearlos. Esto evitar\u00e1 que los motores de b\u00fasqueda rastreen cada variaci\u00f3n de tus p\u00e1ginas con argumentos de consulta no reconocidos y ayudar\u00e1 a ahorrar cuota de rastreo de los motores de b\u00fasqueda.,Actions:Acciones,Blocked:Bloqueado,This action will unblock this query arg.:Esta acci\u00f3n desbloquear\u00e1 este argumento de consulta.,This action will unblock the selected query args.:Esta acci\u00f3n desbloquear\u00e1 los argumentos de consulta seleccionados.,This action will permanently remove this query arg.:Esta acci\u00f3n quitar\u00e1 permanentemente este argumento de consulta.,This action will permanently remove the selected query args.:Esta acci\u00f3n quitar\u00e1 permanentemente los argumentos de consulta seleccionados.,This action will block this query arg.:Esta acci\u00f3n bloquear\u00e1 este argumento de consulta.,This action will block the selected query args.:Esta acci\u00f3n bloquear\u00e1 los argumentos de consulta seleccionados.,The query arg youve entered is already being blocked.:El argumento de consulta que has introducido ya est\u00e1 bloqueado.,The query arg has been successfully unblocked.:El argumento de consulta se ha desbloqueado correctamente.,The query arg has been successfully deleted.:El argumento de consulta se ha eliminado correctamente.,The query arg has been successfully added to the blocklist.:El argumento de consulta se ha a\u00f1adido correctamente a la lista de bloqueo.,The \Block key\ blocks both the key and all of its values, while \Block Key & values\ lets you selectively block only certain values, without blocking the entire key.:La opci\u00f3n \u00abBloquear clave\u00bb bloquea tanto la clave como todos sus valores, mientras que \u00abBloquear clave y valores\u00bb te permite bloquear selectivamente s\u00f3lo determinados valores, sin bloquear toda la clave.,Query Arg Monitoring:Supervisi\u00f3n de argumentos de consulta,Logs Retention:Retenci\u00f3n de registros,Enter one or multiple values:Introduce uno o varios valores,Delete Query Args:Eliminar argumentos de consulta,Delete Query Arg:Eliminar argumento de consulta,Blocked by regex: :Bloqueado por regex: ,Block Query Args:Bloquear argumentos de consulta,Block Query Arg:Bloquear argumento de consulta,Block Key & Value:Bloquear clave y valor,Block Key:Bloquear clave,Are you sure you want to unblock this query arg?:\u00bfSeguro que quieres desborrar este argumento de consulta?,Are you sure you want to unblock these query args?:\u00bfEst\u00e1s seguro de que quieres desbloquear estos argumentos de consulta?,Are you sure you want to block this query arg?:\u00bfSeguro que quieres bloquear este argumento de consulta?,Are you sure you want to block these query args?:\u00bfEst\u00e1s seguro de que quieres bloquear estos argumentos de consulta?,An error occurred while trying to remove the query arg from the blocklist. Please try again later.:Se ha producido un error al intentar eliminar el argumento de consulta de la lista de bloqueo. Vuelve a intentarlo m\u00e1s tarde.,An error occurred while trying to delete the query arg. Please try again later.:Se ha producido un error al intentar eliminar el argumento de consulta. Vuelve a intentarlo m\u00e1s tarde.,An error occurred while trying to add the query arg to the blocklist. Please try again later.:Se ha producido un error al intentar a\u00f1adir el argumento de consulta a la lista de bloqueo. Vuelve a intentarlo m\u00e1s tarde.,Unblocked:Desbloqueado,Weve made some significant changes to how we monitor Query Args for our Crawl Cleanup feature. Instead of DISABLING all query args and requiring you to add individual exceptions, weve now changed it to ALLOW all query args by default with the option to easily block unrecognized ones through our new log table.:Hemos hecho algunos cambios significativos en la forma de controlar los argumentos de consulta para nuestra funci\u00f3n de limpieza de rastreo. En lugar de DESBLOQUEAR todos los argumentos de consulta y pedirte que a\u00f1adas excepciones individuales, ahora hemos cambiado a PERMITIR todos los argumentos de consulta por defecto con la opci\u00f3n de bloquear f\u00e1cilmente los no reconocidos a trav\u00e9s de nuestra nueva tabla de registro.,Crawl Cleanup changes you should know about:Cambios en la limpieza del rastreo que debes conocer,Sample featured image:Imagen destacada de ejemplo,Post link (link as anchor text).:Enlace a entrada (enlace como texto de ancla).,Post link (name as anchor text).:Enlace a entrada (nombre como texto de ancla).,The featured image of the current page\/post.:La imagen destacada de la p\u00e1gina\/entrada actual.,X Title:T\u00edtulo de X,X Image:Imagen de X,X Description:Descripci\u00f3n de X,X cards by default will use the data defined below. If no data is set, X will instead pick up the data set on the Facebook tab.:Por defecto, las tarjetas de X utilizar\u00e1n los datos definidos a continuaci\u00f3n. Si no se establecen datos, X tomar\u00e1 en su lugar los datos establecidos en la pesta\u00f1a de Facebook.,X Card Type:Tipo de tarjeta de X,X (Twitter) Preview:Vista Previa de X (Twitter),X (Twitter):X (Twitter),Widgets:Widgets,vote:voto,votos,Shortcodes:Shortcodes,Gutenberg Blocks:Bloques de Gutenberg,Enable X Card:Activar tarjeta de X,Edit X Meta Data:Editar metadatos de X,Show X Author:Mostrar el autor de X,IP Address:Direcci\u00f3n IP,Installs AIOSEO Author SEO (E-E-A-T):Instala AIOSEO Author SEO (E-E-A-T),Globally control the title, alt text, description and filename for attachment pages & images that are embedded in your content.:Controla globalmente el t\u00edtulo, el texto alternativo, la descripci\u00f3n y el nombre de archivo de las p\u00e1ginas adjuntas y las im\u00e1genes incrustadas en tu contenido.,Default Term X Image:Imagen del t\u00e9rmino por defecto de X,The Start Date must be lower than the End Date.:La fecha de inicio debe ser anterior a la fecha final.,Use the following shortcode to display the reviewer name.:Utiliza el siguiente shortcode para mostrar el nombre del revisor.,Use the following shortcode to display the author name.:Utiliza el siguiente shortcode para mostrar el nombre del autor.,Use the following shortcode to display the author bio.:Utiliza el siguiente shortcode para mostrar la biograf\u00eda del autor.,Use the following PHP code anywhere in your themes post templates to display a bio for the post author.:Utiliza el siguiente c\u00f3digo PHP en cualquier lugar de las plantillas de entrada de tu tema para mostrar una biograf\u00eda del autor de la entrada.,Start Date and End Date must be different.:La fecha de Inicio y la fecha de fin deben ser diferentes.,SERP Preview:Vista previa de las SERP,Schedule:Programaci\u00f3n,Press enter to insert a URL:Pulsa Intro para insertar una URL,Whether to display the reviewer image or not. Defaults to %1$s.:Mostrar o no la imagen del revisor. Por defecto %1$s.,Whether to display the popup when someone hovers over the name or not. Defaults to %1$s.:Mostrar o no la ventana emergente cuando alguien pasa el rat\u00f3n por encima del nombre o no. Por defecto es %1$s.,Whether to display the author image or not. Defaults to %1$s.:Mostrar o no la imagen del autor. Por defecto %1$s.,Whether to display the \Written By\ label or not. Defaults to %1$s.:Mostrar o no la etiqueta \u00abEscrito por\u00bb. Por defecto es %1$s.,Whether to display the \Reviewed By\ label or not. Defaults to %1$s.:Mostrar o no la etiqueta \u00abRevisado por\u00bb. Por defecto es %1$s.,Whether the compact author bio should be output or not. Defaults to %1$s.:Mostrar o no la biograf\u00eda compacta del autor. Por defecto es %1$s.,Use the following PHP code anywhere in your themes post templates to display a bio for the post reviewer.:Utiliza el siguiente c\u00f3digo PHP en cualquier lugar de las plantillas de entrada de tu tema para mostrar una biograf\u00eda del revisor de la entrada.,Use the following PHP code anywhere in your themes post templates or author archive template to display a bio for the author.:Utiliza el siguiente c\u00f3digo PHP en cualquier lugar de las plantillas de entradas o de la plantilla de archivo de autor de tu tema para mostrar una biograf\u00eda del autor.,The following function arguments can be used to override the default settings::Los siguientes argumentos de funci\u00f3n pueden utilizarse para anular los ajustes por defecto:,SERP: Search Engine Results Page preview. Your sites potential appearance in Google search results. Final display may vary, but this preview closely resembles it.:SERP: Vista previa de la p\u00e1gina de resultados del motor de b\u00fasqueda. Apariencia potencial de tu sitio en los resultados de b\u00fasqueda de Google. La visualizaci\u00f3n final puede variar, pero esta vista previa se le parece mucho.,Select the post types for which you want to automatically inject an author bio.:Selecciona los tipos de contenido para los que quieres inyectar autom\u00e1ticamente una biograf\u00eda de autor.,Generate an XML Sitemap specifically for videos on your site to help search engines find them.:Genera un mapa del sitio XML espec\u00edfico para los v\u00eddeos de tu sitio para ayudar a los motores de b\u00fasqueda a encontrarlos.,Default Post X Image:Imagen Post X por defecto,Choose whether %1$s should automatically append a compact author bio at the end of every post. You can also manually insert the author bio using the Author Bio block.:Elige si %1$s debe a\u00f1adir autom\u00e1ticamente una biograf\u00eda de autor compacta al final de cada entrada. Tambi\u00e9n puedes insertar manualmente la biograf\u00eda del autor utilizando el bloque Biograf\u00eda del Autor.,Boost your SEO performance by highlighting the professional expertise and trustworthiness of your authors, aligning with Googles E-E-A-T standards.:Aumenta tu rendimiento SEO destacando la experiencia profesional y la fiabilidad de tus autores, en l\u00ednea con las normas E-E-A-T de Google.,You can edit the \Focus Keyword\ and view information about \Page Analysis\ on the admin side.:Puedes editar la \u00abPalabra clave principal\u00bb y ver informaci\u00f3n sobre el \u00abAn\u00e1lisis de p\u00e1gina\u00bb en el lado del administrador.,Append Author Bio to Posts:A\u00f1adir la biograf\u00eda del autor a las entradas,About 61,000,000,000 results (0.40 seconds):Unos 61.000.000.000 de resultados (0,40 segundos),%1$s %2$s:%1$s %2$s,OptinMonster:OptinMonster,MonsterInsights Free:MonsterInsights Free,Installs MonsterInsights Free:Instalar MonsterInsights Free,Installs Broken Link Checker:Instala el comprobador de enlaces rotos,Installs AIOSEO Video Sitemap:Instala AIOSEO Video Sitemap,Installs AIOSEO REST API:Instala AIOSEO REST API,Installs AIOSEO Redirects:Instala AIOSEO Redirects,Installs AIOSEO News Sitemap:Instala AIOSEO News Sitemap,Installs AIOSEO Local SEO:Instala AIOSEO Local SEO,Installs AIOSEO Link Assistant:Instala AIOSEO Link Assistant,Installs AIOSEO Index Now:Instala AIOSEO Index Now,Installs AIOSEO Image SEO:Instala AIOSEO Image SEO,Get the best tool to monitor your site for broken links and easily fix them to improve your SEO.:Consigue la mejor herramienta para supervisar tu sitio en busca de enlaces rotos y arr\u00e9glalos f\u00e1cilmente para mejorar tu SEO.,Broken Link Checker by AIOSEO is an essential tool for ensuring that all internal and external links on your website are functioning correctly. Quickly check your site for broken links and easily fix them to improve SEO.:Broken Link Checker by AIOSEO es una herramienta esencial para garantizar que todos los enlaces internos y externos de tu web funcionen correctamente. Comprueba r\u00e1pidamente si hay enlaces rotos en tu sitio y arr\u00e9glalos f\u00e1cilmente para mejorar el SEO., and %1$s: y %1$s,Skip %1$s Deactivate:Saltar y desactivar,Quick Feedback:Opini\u00f3n r\u00e1pida,Please share the reason:Por favor, comparte el motivo,Its a temporary deactivation:Es una desactivaci\u00f3n temporal,Please select an option:Por favor, selecciona una opci\u00f3n,Please share which plugin:Por favor, dinos qu\u00e9 plugin,Submit %1$s Deactivate:Enviar %1$s desactivar,I couldnt get the plugin to work:No pude hacer que el plugin funcione,Im switching to a different plugin:Estoy cambiando a un plugin diferente,I no longer need the plugin:Ya no necesito este plugin,If you have a moment, please share why you are deactivating %1$s::Si tienes un momento, por favor, comparte por qu\u00e9 est\u00e1s desactivando %1$s:,Broken Link Checker:Comprobador de enlaces rotos,The organization the author works for.:La organizaci\u00f3n para la que trabaja el autor.,Update Author SEO (E-E-A-T):Actualizar el SEO del autor (E-E-A-T),Unlock Author SEO (E-E-A-T):Desbloquear el SEO de autor (E-E-A-T),The URL of the school, college, or university where the author studied.:La URL de la escuela, instituto o universidad donde estudi\u00f3 el autor.,The URL of the item the author knows about (e.g. \https:\/\/amazon.com\).:La URL del elemento que conoce el autor (por ejemplo, \https:\/\/amazon.com\).,The school, college, or university where the author studied.:La escuela, colegio o universidad donde estudi\u00f3 el autor.,The name of the item the author knows about (e.g. \Amazon\).:El nombre del elemento que conoce el autor (por ejemplo, \Amazon\).,The following settings will be added directly to an authors schema meta data via the %1$sknowsAbout%2$s property. This property helps with the Experience aspect of Googles E-E-A-T guidelines. After setting the global options here, you can add them directly in an authors profile page.:Los siguientes ajustes se a\u00f1adir\u00e1n directamente a los metadatos del schema de un autor a trav\u00e9s de la propiedad %1$sknowsAbout%2$s. Esta propiedad ayuda con el aspecto Experiencia de las directrices E-E-A-T de Google. Despu\u00e9s de configurar las opciones globales aqu\u00ed, puedes a\u00f1adirlas directamente en la p\u00e1gina de perfil de un autor.,The fields below provide structured information for search engines about the current author. By filling out these fields, you will enhance your online presence and improve search engine visibility. This increases the chances of your author details appearing prominently in search results, making it easier for readers, publishers, and media representatives to discover and connect with you.:Los campos que aparecen a continuaci\u00f3n proporcionan informaci\u00f3n estructurada a los motores de b\u00fasqueda sobre el autor actual. Al rellenar estos campos, mejorar\u00e1s tu presencia en l\u00ednea y la visibilidad en los motores de b\u00fasqueda. Esto aumenta las posibilidades de que tus datos de autor aparezcan de forma destacada en los resultados de b\u00fasqueda, facilitando a los lectores, editores y representantes de los medios de comunicaci\u00f3n descubrirte y conectar contigo.,Add Item:A\u00f1adir elemento,Same As URLs:Igual que las URLs,Employer:Empleador,Alumni Of:Antiguos alumnos de,School, college, or university URL:URL de la escuela, colegio o universidad,Enter a URL and press enter:Introduce una URL y pulsa intro,Enable Author Info:Activar informaci\u00f3n del autor,Author Schema:Schema de autor,Author Info (E-E-A-T):Informaci\u00f3n del autor (E-E-A-T),Author Experience Topics (E-E-A-T):Temas de la experiencia del autor (E-E-A-T),Author Bio Block:Bloque de bio del autor,Additional URLs to help identify the item (e.g. \https:\/\/en.wikipedia.org\/wiki\/Amazon_(company)\).:URL adicionales para ayudar a identificar el elemento (por ejemplo, \https:\/\/es.wikipedia.org\/wiki\/Amazon\).,Activate Author SEO (E-E-A-T):Activar SEO de autor (E-E-A-T),Reviewed By Schema:Schema rese\u00f1ado por,Optimize your site for Googles E-E-A-T ranking factor by proving your writers expertise through author schema markup and new UI elements.:Optimiza tu sitio para el factor de clasificaci\u00f3n E-E-A-T de Google demostrando la experiencia de tu escritor mediante el marcado de esquema de autor y nuevos elementos de interfaz de usuario.,Learn more about Author SEO (E-E-A-T):M\u00e1s informaci\u00f3n sobre el SEO de autor (E-E-A-T),E-E-A-T for Higher Rankings:E-E-A-T para un mejor posicionamiento,Author SEO (E-E-A-T) is a %1$s Feature:El SEO de autor (E-E-A-T) es una caracter\u00edstica %1$s,Author SEO (E-E-A-T):Autor SEO (E-E-A-T),Author SEO:SEO de autor,Enable Author SEO (E-E-A-T) on Your Site:Activa el SEO de autor (E-E-A-T) en tu sitio,Yoast SEO:Yoast SEO,SEOPress:SEOPress,Rank Math SEO:Rank Math SEO,Unlock Network Tools:Desbloquear herramientas de red,Unlock Domain Activations:Desbloquear activaciones de dominio,Top-rated WordPress donation and fundraising plugin. Over 10,000+ non-profit organizations and website owners use Charitable to create fundraising campaigns and raise more money online.:El plugin de donaci\u00f3n y recaudaci\u00f3n de fondos de WordPress mejor valorado. M\u00e1s de 10.000 organizaciones sin \u00e1nimo de lucro y propietarios de web usan Charitable para crear campa\u00f1as de recaudaci\u00f3n de fondos y obtener m\u00e1s dinero online.,Network Tools is a %1$s Feature:Herramientas de red es una caracter\u00edstica %1$s,Leading WordPress backup & site migration plugin. Over 1,500,000+ smart website owners use Duplicator to make reliable and secure WordPress backups to protect their websites. It also makes website migration really easy.:Plugin l\u00edder de copia de seguridad y migraci\u00f3n de sitios de WordPress. M\u00e1s de 1.500.000 propietarios inteligentes de web usan Duplicator para realizar copias de seguridad fiables y seguras de WordPress para proteger sus webs. Tambi\u00e9n hace que la migraci\u00f3n de webs sea realmente f\u00e1cil.,Install Free Plugin:Instalar el plugin gratuito,Add License Key:A\u00f1adir clave de licencia,Import your Local SEO settings and locations from other plugins.:Importa tus ajustes y ubicaciones de SEO Local desde otros plugins.,Import Local SEO From Other Plugins:Importar SEO local desde otros plugins,Domain Activations is an %1$s Feature:La activaci\u00f3n de dominios es una caracter\u00edstica de %1$s,Update (Dont Modify Date):Actualizar (no modificar fecha),Save (Dont Modify Date):Guardar (No modifiques la fecha),Unavailable for Legal Reasons:No disponible por motivos legales,Temporary Redirect:Redirecci\u00f3n temporal,Service Unavailable:Servicio no disponible,See Other:Ver otros,Permanent Redirect:Redirecci\u00f3n permanente,Not Modified:No modificado,Not Implemented:No implementado,Internal Server Error:Error interno del servidor,Install:Instalar,HTTP Version Not Supported:Versi\u00f3n de HTTP no admitida,Get Started with Google Analytics for Free:Empieza a utilizar Google Analytics gratis,Bad Request:Solicitud incorrecta,Bad Gateway:Puerta de enlace no v\u00e1lida,Im a Teapot:Soy una tetera,Gone:Gone,Gateway Timeout:Tiempo de espera de la pasarela agotado,Universal Analytics V3 Deprecation Notice:Aviso de obsolescencia de Universal Analytics V3,Please keep only one %1$s plugin active, otherwise, you might lose your rankings and traffic. %2$sClick here to Deactivate.%3$s:Por favor, deja solo activo un plugi de %1$s, en caso contrario podr\u00edas peder tu posicionamiento y tr\u00e1fico. %2$sHaz clic aqu\u00ed para desactivar.%3$s,You have been using the %2$s Google Analytics V3 (Universal Analytics) integration which has been deprecated by Google and is no longer supported. This may affect your websites data accuracy and performance.%1$sTo ensure a seamless analytics experience, we recommend migrating to %3$s, a powerful analytics solution.%1$s%3$s offers advanced features such as real-time tracking, enhanced e-commerce analytics, and easy-to-understand reports, helping you make informed decisions to grow your online presence effectively.%1$sClick the button below to be redirected to the %3$s setup process, where you can start benefiting from its robust analytics capabilities immediately.:Has estado utilizando la integraci\u00f3n de %2$s con Google Analytics V3 (Universal Analytics) que ha quedado obsoleta por parte de Google y ya no se puede utilizar. Esto podr\u00eda afectar a la precisici\u00f3n de los datos de tu web y a su rendimiento. .%1$sPara asegurar una experiencia fluida de la anal\u00edtica, recomendamos migrar a %3$s, una potente soluci\u00f3n de anal\u00edtica.%1$s%3$s ofrece caracter\u00edsticas avanzadas como rastreo en tiempo real, anal\u00edtica de comercio electr\u00f3nico mejorada e informes f\u00e1ciles de comprender, que te ayudan a tomar decisiones informadas sobre c\u00f3mo hacer creer de manera efectiva tu presencia en l\u00ednea.%1$sHaz clic en el siguiente bot\u00f3n para ir al proceso de configuraci\u00f3n de %3$s, donde puedes empezar a beneficiarte de inmediato de sus robustas capacidades de anal\u00edtica.,Shows the canonical URL specified by you (the website owner). Canonical URLs help indicate the preferred version of a page, especially for duplicate content.:Muestra la URL can\u00f3nica especificada por ti (el propietario de la web). Las URL can\u00f3nicas ayudan a indicar la versi\u00f3n preferida de una p\u00e1gina, especialmente en el caso de contenido duplicado.,Server error (5xx):Error del servidor (5xx),Reveals the canonical URL chosen by Googlebot. Sometimes, Googlebot may select a different canonical URL than the user-declared one.:Revela la URL can\u00f3nica elegida por Googlebot. A veces, Googlebot puede seleccionar una URL can\u00f3nica diferente de la declarada por el usuario.,Redirection error:Error de redirecci\u00f3n,Not found (404):No encontrado (404),Never:Nunca,Invalid URL:URL no v\u00e1lida,Internal error:Error interno,Indicates whether Google successfully fetched the page during its last visit.:Indica si Google obtuvo correctamente la p\u00e1gina durante su \u00faltima visita.,Indicates whether Google crawled the page as a mobile or desktop user agent. This is important because Google uses mobile-first indexing for most websites.:Indica si Google rastre\u00f3 la p\u00e1gina como agente de usuario m\u00f3vil o de escritorio. Esto es importante porque Google utiliza la indexaci\u00f3n mobile-first para la mayor\u00eda de los sitios web.,Indexing Allowed?:\u00bfIndexaci\u00f3n permitida?,Indicates the index status of the page in Search Statistics. This is the verdict result for the analysis.:Indica el estado de indexaci\u00f3n de la p\u00e1gina en las estad\u00edsticas de b\u00fasqueda. Este es el resultado del an\u00e1lisis.,Mobile user agent:Agente de usuario m\u00f3vil,Soft 404:Soft 404,This shows the date and time when Googles crawler (Googlebot) last visited and crawled the page.:Muestra la fecha y hora en que el rastreador de Google (Googlebot) visit\u00f3 y rastre\u00f3 la p\u00e1gina por \u00faltima vez.,This specifies whether your websites robots meta tag allows Googlebot to index the page.:Especifica si la metaetiqueta robots de tu web permite a Googlebot indexar la p\u00e1gina.,This specifies whether your websites robots.txt file allows Googlebot to crawl the page.:Especifica si el Archivo robots.txt de tu web permite a Googlebot rastrear la p\u00e1gina.,Unknown fetch state:Estado de obtenci\u00f3n desconocido,Unknown indexing status:Estado de indexaci\u00f3n desconocido,Unknown user agent:Agente de usuario desconocido,Last Crawl:\u00daltimo rastreo,Page Fetch:Obtener p\u00e1gina,User-Declared Canonical:Canonical declarado por el usuario,Indexed:Indexado,Indexing allowed:Indexaci\u00f3n permitida,Headline Score:Puntuaci\u00f3n del titular,Enter a custom field\/taxonomy name...:Introduce un nombre de campo\/taxonom\u00eda personalizado...,Blocked by robots.txt:Bloqueado por robots.txt,Blocked due to access forbidden (403):Bloqueado por acceso prohibido (403),Blocked due to other 4xx issue (not 403, 404):Bloqueado debido a otro problema 4xx (no 403, 404),Blocked due to unauthorized request (401):Bloqueado por solicitud no autorizada (401),Desktop user agent:Agente de usuario de escritorio,Index Status:Estado del indexado,Crawled As:Rastreado como,Google-Selected Canonical:Canonical seleccionado por Google,It looks like you havent selected any post types yet!:\u00a1Parece que a\u00fan no has elegido ning\u00fan tipo de publicaci\u00f3n!,Enable Post Types:Activar tipos de publicaci\u00f3n,For some crawlers, encountering conflicting \Crawl-delay\ might lead to unpredictable behavior.:Para algunos rastreadores, encontrar un \u00abCrawl-delay\u00bb conflictivo puede provocar un comportamiento impredecible.,Crawl-delay must be a number starting from 1.:Crawl-daley tiene que ser un n\u00famero que comience en 1.,TruSEO scoring can imrove your search engine rankings. To see TruSEO scores for your published posts, enable at least one post type by turning on \Show in Search Results\ in the Search Appearance settings.:La puntuaci\u00f3n TruSEO puede mejorar tu clasificaci\u00f3n en los motores de b\u00fasqueda. Para ver las puntuaciones TruSEO de tus entradas publicadas, activa al menos un tipo de contenido activando \u00abMostrar en resultados de b\u00fasqueda\u00bb en los ajustes de apariencia de b\u00fasqueda.,In order to submit a News Sitemap to Google, you must have added your site to Google\u2019s Publisher Center and had it approved.:Para enviar un sitemap de noticias a Google, necesitas a\u00f1adir tu sitio al centro de editores de Google y que lo aprueben.,Inbound Suggestions:Sugerencias de entrada,IndexNow is a %1$s feature. %2$s:IndexNow es una caracter\u00edstica %1$s . %2$s,internal linking recommendations in Link Assistant.:recomendaciones de enlaces internos en el asistente de enlaces.,Keyword Tracking is a %1$s Feature:El seguimiento de palabras clave es una caracter\u00edstica %1$s,Link Assistant is a %1$s Feature:El asistente de enlaces es una caracter\u00edstica %1$s,Local Business schema markup informs Google about your business details like name, address, phone number, hours, and price range, which can appear in a Knowledge Graph card or business carousel.:El marcado schema de negocio local informa a Google sobre los detalles de tu negocio, como el nombre, la direcci\u00f3n, el n\u00famero de tel\u00e9fono, el horario y el rango de precios, que pueden aparecer en una tarjeta del gr\u00e1fico de conocimiento o en el carrusel de negocios.,Local SEO is a %1$s Feature:El SEO local es una caracter\u00edstica %1$s,Mark as Cornerstone:Marcar como conetnido esencial,News Sitemaps is a %1$s Feature:Los mapas del sitio de noticias son una caracter\u00edstica %1$s,Our Redirection Manager lets you easily create and manage redirects for broken links to avoid confusing search engines and users and prevents losing backlinks.:Nuestro gestor de redirecciones te permite crear y gestionar f\u00e1cilmente redirecciones de enlaces rotos para evitar confundir a los motores de b\u00fasqueda y a los usuarios, y evita perder backlinks.,Outbound Suggestions:Sugerencias de salida,Post Tracking is a %1$s Feature:El seguimiento de entradas es una caracter\u00edstica %1$s,Priority Score is a %1$s feature. %2$s:La puntuaci\u00f3n prioritaria es una caracter\u00edstica %1$s . %2$s,Redirects is a %1$s Feature:Las redirecciones son una caracter\u00edstica %1$s,Reordering Headings is a %1$s Feature:Reordenar los encabezados es una caracter\u00edstica %1$s,Schema Generator is a %1$s Feature:El generador de schema es una caracter\u00edstica %1$s,Schema Markup Generator is a %1$s Feature:El generador de marcado de schema es una caracter\u00edstica %1$s,Search Statistics is a %1$s Feature:Las estad\u00edsticas de b\u00fasqueda son una caracter\u00edstica %1$s,SEO Revisions is a %1$s Feature:Las revisiones SEO son una caracter\u00edstica %1$s,Taxonomy Columns is a %1$s feature. %2$s:Las columnas de taxonom\u00eda son una caracter\u00edstica %1$s . %2$s,The Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours.:El mapa del sitio de Google Noticias te permite controlar el contenido que env\u00edas a Google Noticias y s\u00f3lo contiene art\u00edculos publicados en las \u00faltimas 48 horas.,The Video Sitemap generates an XML Sitemap for video content on your site. Search engines use this information to display rich snippet information in search results.:El mapa del sitio de v\u00eddeo genera un sitemap XML para el contenido de v\u00eddeo de tu sitio. Los motores de b\u00fasqueda utilizan esta informaci\u00f3n para mostrar informaci\u00f3n de fragmentos enriquecidos en los resultados de b\u00fasqueda.,This is a %1$s Feature:Esta es una caracter\u00edstica %1$s,Unlock Access Control:Desbloquear el control de acceso,Unlock All Features:Desbloquear todas las caracter\u00edsticas,Unlock Breadcrumb Templates:Desbloquear plantillas de migas de pan,Unlock Custom Fields:Desbloquear campos personalizados,Unlock Custom Taxonomies:Desbloquear taxonom\u00edas personalizadas,Unlock Image SEO:Desbloquear SEO de im\u00e1genes,Unlock Keyword Tracking:Desbloquear el seguimiento de palabras clave,Unlock Link Assistant:Desbloquear el asistente de enlaces,Unlock Local SEO:Desbloqueae el SEO local,Unlock News Sitemaps:Desbloquear los mapas del sitio de noticias,Unlock Post Tracking:Desbloquear seguimiento de entradas,Unlock Redirects:Desbloquear redirecciones,Unlock Schema Generator:Desbloquear el generador de schema,Unlock Schema Markup Generator:Desbloquear el generador de marcado de esquemas,Unlock Search Statistics:Desbloquear la estad\u00edsticas de b\u00fasqueda,Unlock SEO Revisions:Desbloquear las revisiones SEO,Unlock Video Sitemaps:Desbloquear los mapas del sitio de v\u00eddeo,Video Sitemaps is a %1$s Feature:Los mapas del sitio de v\u00eddeo son una caracter\u00edstica %1$s,Access Control is a %1$s Feature:El control de acceso es una caracter\u00edstica %1$s,Admin Bar Menu is a %1$s feature. %2$s:El men\u00fa de la barra de administraci\u00f3n es una caracter\u00edstica %1$s . %2$s,Breadcrumb Templates is a %1$s Feature:Las plantillas de migas de pan son una caracter\u00edstica %1$s,By default, only Administrators have permission to manage %1$s within WordPress. With Access Controls, you can easily extend access permissions to other user roles.:Por defecto, s\u00f3lo los administradores tienen permiso para gestionar %1$s dentro de WordPress. Con los controles de acceso, puedes ampliar f\u00e1cilmente los permisos de acceso a otros perfiles de usuario.,Cornerstone Content:Contenido esencial,Cornerstone Content is a %1$s feature. %2$s:Cornerstone Content es una caracter\u00edstica %1$s . %2$s,Cornerstone content refers to the most important and informative articles or pages on your website that serve as the foundation for your content strategy. AIOSEO uses cornerstone content for:El contenido angular se refiere a los art\u00edculos o p\u00e1ginas m\u00e1s importantes e informativos de tu web que sirven de base para tu estrategia de contenidos. AIOSEO utiliza el contenido angular para,Count:Cantidad,Custom Fields is a %1$s Feature:Campos personalizados es una caracter\u00edstica %1$s,Custom Taxonomy Support is a %1$s Feature:La compatibilidad con taxonom\u00edas personalizadas es una caracter\u00edstica %1$s,Dashboard Widgets is a %1$s feature. %2$s:Los widgets del escritorio son una caracter\u00edstica %1$s . %2$s,Default Taxonomy Object Types is a %1$s feature. %2$s:Tipos de objetos de taxon\u00f3m\u00eda por defecto es una caracter\u00edstica %1$s . %2$s,Default Term Image Source is a %1$s feature. %2$s:La fuente de imagen por defecto para t\u00e9rminos de taxonom\u00eda es una caracter\u00edstica %1$s . %2$s,Image SEO is a %1$s Feature:El SEO de im\u00e1genes es una caracter\u00edstica %1$s,Additional Keywords are a %1$s feature. %2$s:Las palabras clave adicionales son una caracter\u00edstica %1$s . %2$s,Show more:Mostrar m\u00e1s,Your TikTok URL is invalid. Please check the format and try again.:Tu URL de TikTok no es v\u00e1lida. Comprueba el formato e int\u00e9ntalo de nuevo.,Highlighting is disabled for current view:El resaltado est\u00e1 desactivado para la vista actual,Highlight sections in the Editor:Resaltar secciones en el editor,Your source is a protected path and cannot be redirected.:Tu fuente es una ruta protegida y no puede ser redirigida.,Warning: You have disabled Autogenerate Descriptions and are using the default description format. %1$s will not output a description unless you enter a custom one. You can enable Autogenerate Descriptions under %2$s.:Advertencia: Has desactivado autogenerar descripciones y est\u00e1s utilizando el formato de descripci\u00f3n por defecto. %1$s no mostrar\u00e1 una descripci\u00f3n a menos que introduzcas una personalizada. Puedes activar autogenerar descripciones en %2$s.,This allows you to hide plugin announcements and update details in the Notification Center.:Esto te permite ocultar los anuncios de los plugins y los detalles de las actualizaciones del centro de notificaciones.,Search Appearance > Advanced:Aspecto de la b\u00fasqueda > Avanzado,Oops! It looks like an error occurred while saving the changes. Please try again or %1$scontact our support team%2$s.:\u00a1Uy! Parece que se ha producido un error al guardar los cambios. Por favor, int\u00e9ntalo de nuevo o %1$scontacta con nuestro equipo de soporte%2$s.,Database Version:Versi\u00f3n de la base de datos,Database Powered By:Base de datos basada en,Database Size:Tama\u00f1o de la base de datos,Database:Base de datos,Data: %1$.2f MB \/ Index: %2$.2f MB \/ Engine: %3$s \/ Collation: %4$s:Datos: %1$.2f MB \/ \u00cdndice: %2$.2f MB \/ Motor: %3$s \/ Cotejo: %4$s,Update Page:Actualizar p\u00e1gina,You have 1 more notification:Tienes 1 aviso m\u00e1s,Breadcrumbs are currently disabled, so this block will be rendered empty. You can enable %1$ss breadcrumb functionality under %2$sGeneral Settings > Breadcrumbs%3$s.:Actualmente las migas de pan est\u00e1n desactivadas, por lo que este bloque se mostrar\u00e1 vac\u00edo. Puedes activar la funcionalidad de las migas de pan de %1$s en %2$sAjustes generales > Migas de pan%3$s.,This functionality relies on widget support, which is not available in your current theme.:Esta funcionalidad depende del soporte de widgets, que no est\u00e1 disponible en tu tema actual.,%1$s density:%1$s densidad,%1$s Density is low at %2$s, the keyword appears %3$s times. For better results, try to aim for more than %4$s.:%1$s La densidad es baja en %2$s, la palabra clave aparece %3$s veces. Para obtener mejores resultados, intenta que aparezca m\u00e1s de %4$s.,%1$s Density is high at %2$s, the keyword appears %3$s times. For better results, try to aim for lower than %4$s.:%1$s La densidad es alta en %2$s, la palabra clave aparece %3$s veces. Para obtener mejores resultados, intenta que sea inferior a %4$s.,%1$s Density is %2$s, the keyword appears %3$s times.:%1$s La densidad es %2$s, la palabra clave aparece %3$s veces.,No User-agent found in the content beginning.:No se ha encontrado ning\u00fan agente usuario en el inicio del contenido.,There was an error importing the robots.txt content from the URL.:Se ha producido un error al importar el contenido del robots.txt desde la URL.,Clean-param must start with at least one param which is optionally followed by one path.:Clean-param debe empezar con al menos un par\u00e1metro al que, opcionalmente, le sigue una ruta.,Custom Robots.txt Preview:Vista previa del robots.txt personalizado,Directive:Directiva,Equivalent to rule #%1$s%2$s. The trailing wildcard is ignored.:Equivale a la regla #%1$s%2$s. El comod\u00edn final se ignora.,from the network level:desde el nivel de red,https:\/\/any-domain.com\/robots.txt:https:\/\/any-domain.com\/robots.txt,Import from URL:Importar desde URL,Import Robots.txt:Importar Robots.txt,Invalid robots.txt URL.:URL de robots.txt no v\u00e1lida.,Or:O,Paste Robots.txt text:Pega el texto del robots.txt,The \Allow\ rule takes precedence.:La regla \u00abPermitir\u00bb tiene prioridad.,The network rule takes precedence.:La regla de la red tiene prioridad.,This rule conflicts with rule #%1$s%2$s.%3$s:Esta regla entra en conflicto con la regla #%1$s%2$s.%3$s,This rule is a duplicate of rule #%1$s%2$s.:Esta regla es un duplicado de la regla #%1$s%2$s.,This rule overrides the default rule #%1$s%2$s.:Esta regla anula la regla por defecto #%1$s%2$s.,This site runs in a sub-directory. The robots.txt file must be located at the root of the website host to which it applies.:Este sitio se ejecuta en un subdirectorio. El Archivo robots.txt debe estar ubicado en la ra\u00edz del alojamiento web al que se aplica.,SEO Revisions:Revisiones SEO,Compare any two revisions:Compara dos revisiones cualesquiera,Compare Revisions of:Comparar las revisiones de,Easy to manage revisions:Revisiones f\u00e1ciles de gestionar,Go to editor:Ir al editor,Greater transparency and accountability:Mayor transparencia y responsabilidad,Historical record of optimization efforts:Registro hist\u00f3rico de los esfuerzos de optimizaci\u00f3n,Improved SEO strategy:Estrategia SEO mejorada,Next:Siguiente,Open SEO Revisions:Revisiones SEO abiertas,Our powerful revisions feature provides a valuable record of SEO updates, allowing you to monitor the effectiveness of your SEO efforts and make informed decisions.:Nuestra potente caracter\u00edstica de revisiones proporciona un valioso registro de las actualizaciones de SEO, lo que te permite supervisar la eficacia de tus esfuerzos de SEO y tomar decisiones informadas.,Previous:Anterior,SEO Revisions Comparison:Comparaci\u00f3n de revisiones SEO,With our powerful revisions feature for all your SEO data, never lose the exact SEO title or description (and more!) that helped you rank higher in search results and restore it back in a single click.:Con nuestra potente caracter\u00edstica de revisiones para todos tus datos SEO, nunca pierdas el t\u00edtulo o la descripci\u00f3n SEO exactos (\u00a1y mucho m\u00e1s!) que te ayudaron a posicionarte mejor en los resultados de b\u00fasqueda y recup\u00e9ralos con un solo clic.,SEO Revisions provide a historical record of SEO updates, allowing you to monitor the effectiveness of your SEO efforts and make informed decisions. (Plus, Pro & Elite plans only):Las revisiones SEO proporcionan un registro hist\u00f3rico de actualizaciones SEO, permiti\u00e9ndote monitorizar la efectividad de tus esfuerzos en SEO y tomar decisiones en base a ello. (Solo los planes Plus, Pro y Elite),Less than %1$s of your H2 and H3 subheadings reflect the topic of your copy. Thats too few.:Menos del %1$s de tus subencabezados H2 y H3 reflejan el asunto de tu texto. Eso es demasiado poco.,(legacy):(heredado),Use Snippet:Usar fragmento de c\u00f3digo,Update WPCode:Actualizar WPCode,We encountered an error loading the code snippets, please try again later.:Hemos encontrado un error al cargar los fragmentos de c\u00f3digo, int\u00e9ntalo m\u00e1s tarde.,Using WPCode you can install AIOSEO code snippets with 1-click directly from this page or the WPCode library inside the WordPress admin.:Usando WPCode puedes instalar fragmentos de c\u00f3digo de AIOSEO con 1 clic, directamente desde esta p\u00e1gina o desde la biblioteca de WPCode del escritorio de WordPress.,Install WPCode:Instalar WPCode,Code Snippets:Fragmentos de c\u00f3digo,Activate WPCode:Activar WPCode,Please Activate WPCode to load the AIOSEO Snippet Library:Activa WPCode para cargar la biblioteca de fragmentos c\u00f3digo de AIOSEO,Please Install WPCode to load the AIOSEO Snippet Library:Instala WPCode para cargar la biblioteca de fragmentos de c\u00f3digo de AIOSEO,Please Update WPCode to load the AIOSEO Snippet Library:Actualiza WPCode para cargar la biblioteca de fragmentos de c\u00f3digo de AIOSEO,Learn More about WPCode Snippets:M\u00e1s informaci\u00f3n sobre WPCode Snippets,Future proof your WordPress customizations with the most popular code snippet management plugin for WordPress. Trusted by over 1,500,000+ websites for easily adding code to WordPress right from the admin area.:Prepara tus personalizaciones de WordPress para el futuro con el plugin de gesti\u00f3n de fragmentos de c\u00f3digo m\u00e1s popular para WordPress. Con la confianza de m\u00e1s de 1500000 webs para a\u00f1adir f\u00e1cilmente c\u00f3digo a WordPress directamente desde el \u00e1rea de administraci\u00f3n.,The Content Rankings report provides valuable insights into the performance of your content in search results and helps you optimize your posts for better results. This report is generated on a monthly basis, covering the past 12 months leading up to the current month. By regularly reviewing this report, you can identify trends in your post rankings and make informed decisions to improve your contents visibility and ultimately increase rankings in search results.:El informe posicionamiento de contenido proporciona informaci\u00f3n valiosa sobre el rendimiento de tu contenido en los resultados de b\u00fasqueda y te ayuda a optimizar tus entradas para obtener mejores resultados. Este informe se genera mensualmente y abarca los 12 meses anteriores al mes en curso. Al revisar regularmente este informe, puedes identificar tendencias en el posicionamiento de tus publicaciones y tomar decisiones informadas para mejorar la visibilidad de tu contenido y, en \u00faltima instancia, mejorar su posici\u00f3n en los resultados de b\u00fasqueda.,Example:Ejemplo,Drop (%):Descenso (%),Performance Score:Puntuaci\u00f3n de rendimiento,Did you know that %1$s Pro allows you to choose a %2$sprimary category%3$s for your posts? This feature works hand in hand with our powerful Breadcrumbs template to give you full navigational control to help improve your search rankings!:\u00bfSab\u00edas que %1$s Pro te permite elegir una %2$scategor\u00eda principal%3$s para tus entradas? Esta funci\u00f3n se complementa con nuestra potente plantilla de migas de pan para ofrecerte un control total de la navegaci\u00f3n y ayudarte a mejorar tu posicionamiento en las b\u00fasquedas.,Last Updated On:\u00daltima actualizaci\u00f3n,Loss:P\u00e9rdida,Peak:Pico,Slowly Recovering:Recuper\u00e1ndose lentamente,Choose country:Elige el pa\u00eds,Country code:C\u00f3digo de pa\u00eds,%1$s points:%1$s puntos,The description of the primary term, first assigned term or the current term.:La descripci\u00f3n del t\u00e9rmino principal, el primero o el actual.,The title of the primary term, first assigned term or the current term.:La t\u00edtulo del t\u00e9rmino principal, el primero o el actual.,All Content Types:Todos los tipos de contenido,%1$s Points:%1$s puntos,Free Plugins:Plugins gratuitos,Made with \u2665 by the AIOSEO Team:Creado con \u2665 por el equipo de AIOSEO,Use AI Generator:Utiliza el generador IA,Meta Descriptions:Meta descripciones,We have detected that you are currently using the %1$s Page Builder. Please click %2$shere%3$s to use the %1$s editor for a most accurate result.:Hemos detectado que actualmente est\u00e1s utilizando %1$s Page Builder. Haz clic %2$saqu\u00ed%3$s para utilizar el editor %1$s y obtener un resultado m\u00e1s preciso.,Depending on the number of posts being scanned, this process can take some time. You can safely leave this page and check back later.:Dependiendo del n\u00famero de publicaciones que se analicen, este proceso puede llevar alg\u00fan tiempo. Puedes abandonar esta p\u00e1gina y volver a visitarla m\u00e1s tarde.,Your connection with Google Search Console has expired or is invalid. Please check that your site is verified in Google Search Console and try to reconnect. If the problem persists, please contact our support team.:Tu conexi\u00f3n con Google Search Console ha caducado o no es v\u00e1lida. Comprueba que tu sitio est\u00e9 verificado en Google Search Console e intenta volver a conectarte. Si el problema persiste, ponte en contacto con nuestro equipo de soporte.,Yes, I want to disconnect:S\u00ed, quiero desconectar,This action will disconnect %1$s from Google Search Console. By disconnecting from Google Search Console, you will no longer receive valuable insights on how your content is being discovered.:Esta acci\u00f3n desconectar\u00e1 %1$s de Google Search Console. Al desconectarse de Google Search Console, dejar\u00e1 de recibir informaci\u00f3n valiosa sobre c\u00f3mo se descubre tu contenido.,The following SEO Statistics graphs are useful metrics for understanding the visibility of your website or pages in search results and can help you identify trends or changes over time.:Los siguientes gr\u00e1ficos de estad\u00edsticas SEO son m\u00e9tricas \u00fatiles para comprender la visibilidad de tu sitio web o p\u00e1ginas en los resultados de b\u00fasqueda y pueden ayudarte a identificar tendencias o cambios a lo largo del tiempo.,Schema:Schema,Reconnect:Reconectar,Position:Posici\u00f3n,Inbound Links:Enlaces entrantes,Impressions:Impresiones,Disconnect:Desconectar,Content Performance:Rendimiento del contenido,Clicks:Clics,Optimizing individual content for SEO is a low-hanging fruit of opportunity because it can often be done quickly and easily with a relatively small time investment. By making sure that each piece of content on your website is optimized for relevant keywords and follows best practices for on-page SEO, you can improve the visibility and ranking of that content in the search results. This can drive more traffic to your website and help you achieve better overall SEO results.:La optimizaci\u00f3n del contenido individual para SEO es una oportunidad f\u00e1cil de aprovechar porque a menudo se puede hacer de forma r\u00e1pida y sencilla con una inversi\u00f3n de tiempo relativamente peque\u00f1a. Al asegurarte de que cada contenido de tu sitio web est\u00e1 optimizado para las palabras clave relevantes y sigue las mejores pr\u00e1cticas de SEO en la p\u00e1gina, puede mejorar la visibilidad y la clasificaci\u00f3n de ese contenido en los resultados de b\u00fasqueda. Esto puede atraer m\u00e1s tr\u00e1fico a tu sitio web y ayudarte a obtener mejores resultados generales en SEO.,Diff:Diferencial,desktop:escritorio,Avg. CTR:CTR medio,Your URL is invalid.:Tu URL no es v\u00e1lida.,Your target URL is not valid.:Tu URL de destino no es v\u00e1lida.,Up:Arriba,TruSEO Score:Puntuaci\u00f3n de TruSEO,Winning \/ Losing:Ganadores \/ Perdedores,Total Keywords:Palabras clave totales,Total Clicks:Clics totales,Top Winning:M\u00e1s ganadoras,Top Pages:P\u00e1ginas principales,Top Losing:M\u00e1s perdedoras,Top Keywords:Principales palabras clave,Top 3 Position:Primeras 3 posiciones,You dont have any keywords yet.:A\u00fan no tienes ninguna palabra clave.,Track how well keywords are ranking in search results over time based on their position and average CTR. This can help you understand the performance of keywords and identify any trends or fluctuations.:Realiza un seguimiento de la clasificaci\u00f3n de las palabras clave en los resultados de b\u00fasqueda a lo largo del tiempo en funci\u00f3n de su posici\u00f3n y del CTR medio. Esto puede ayudarte a comprender el rendimiento de las palabras clave y a identificar cualquier tendencia o fluctuaci\u00f3n.,This table displays the performance of keywords that your site ranks for over time, including metrics such as impressions, click-through rate, and average position in search results. It allows for easy analysis of how keywords are performing and identification of any underperforming keywords that may need to be optimized or replaced.:Esta tabla muestra el rendimiento de las palabras clave para las que tu sitio se clasifica a lo largo del tiempo, incluyendo m\u00e9tricas como impresiones, porcentaje de clics y posici\u00f3n media en los resultados de b\u00fasqueda. Permite un an\u00e1lisis sencillo del rendimiento de las palabras clave y la identificaci\u00f3n de cualquier palabra clave de bajo rendimiento que deba optimizarse o sustituirse.,Track how your site is performing in search rankings and generate reports with actionable insights.:Haz un seguimiento del rendimiento de tu web en las clasificaciones de b\u00fasqueda y genera informes con informaci\u00f3n pr\u00e1ctica.,Track keyword rankings:Seguimiento de posicionamiento de palabras clave,Track page rankings:Seguimiento de posicionamiento de p\u00e1ginas,Add Additional Keywords:A\u00f1adir palabras clave adicionales,This feature requires the following plan::Esta caracter\u00edstica requiere el siguiente plan:,This graph is a visual representation of how well strong>keywords are ranking in search results over time\/strong> based on their position and average CTR. This can help you understand the performance of keywords and identify any trends or fluctuations.:Este gr\u00e1fico es una representaci\u00f3n visual de la posici\u00f3n que ocupan las strong>palabras clave en los resultados de b\u00fasqueda a lo largo del tiempo\/strong> en funci\u00f3n de su posici\u00f3n y CTR medio. Esto puede ayudarte a comprender el rendimiento de las palabras clave y a identificar cualquier tendencia o fluctuaci\u00f3n.,These lists can be useful for understanding the performance of specific pages or posts and identifying opportunities for improvement. For example, the top winning content may be good candidates for further optimization or promotion, while the top losing may need to be reevaluated and potentially updated.:Estas listas pueden ser \u00fatiles para comprender el rendimiento de p\u00e1ginas o entradas espec\u00edficas e identificar oportunidades de mejora. Por ejemplo, los contenidos m\u00e1s ganadores pueden ser buenos candidatos para una mayor optimizaci\u00f3n o promoci\u00f3n, mientras que los m\u00e1s perdedores pueden necesitar ser reevaluados y potencialmente actualizados.,Speed tests for individual pages\/posts:Prueba de velocidad de p\u00e1ginas y entradas individuales,SEO Statistics:Estad\u00edsticas de SEO,Search traffic insights:Datos de tr\u00e1fico de b\u00fasqueda,Search Impressions:Impresiones de b\u00fasqueda,Search Clicks:Clics de b\u00fasqueda,Refreshing data:Actualizando datos,Post Detail:Detalles de la entrada,Open Report %1$s:Abrir informe de %1$s,News & Video Sitemap:Mapa del sitio de noticias y video,Loading new report data...:Cargando los datos del nuevo informe...,Last 7 Days:\u00daltimos 7 d\u00edas,Last 6 Months:\u00daltimos 6 meses,Last 3 Months:\u00daltimos 3 meses,Last 28 Days:\u00daltimos 28 d\u00edas,Down:Abajo,Keyword Performance:Rendimiento de palabras clave,Keyword:Palabra clave,Included as Pro Feature:Incluido como caracter\u00edstica Pro,in search results:en los resultados de b\u00fasqueda,Content Rankings:Posicionamiento de contenidos,Keyword Positions:Posiciones de la palabra clave,Keyword Rankings:Clasificaci\u00f3n de palabras clave,Connect your site to Google Search Console to receive insights on how content is being discovered. Identify areas for improvement and drive traffic to your website.:Conecta tu web a Google Search Console para recibir informaci\u00f3n sobre c\u00f3mo se descubre el contenido. Identifica \u00e1reas de mejora e impulsa el tr\u00e1fico a tu sitio web.,Connect with Google Search Console to track how your site is performing in search rankings and generate reports with actionable insights that help you get the most out of your content. (Elite plan only):Con\u00e9ctate con Google Search Console para realizar un seguimiento del rendimiento de tu web en las clasificaciones de b\u00fasqueda y generar informes con informaci\u00f3n pr\u00e1ctica que te ayuden a sacar el m\u00e1ximo partido a tu contenido. (S\u00f3lo plan Elite),Google Search Console Integration:Integraci\u00f3n con Google Search Console,Post Optimizations:Optimizaciones de entrada,Search statistics are being fetched.:Se est\u00e1n recuperando las estad\u00edsticas de b\u00fasqueda.,Avg. Position:Posici\u00f3n media,4-10 Position:Posici\u00f3n 4-10,11-50 Position:Posici\u00f3n 11-50,Connect to Google Search Console:Contectar a Google Search Console,Search Statistics:Estad\u00edsticas de b\u00fasqueda,%s click:%s clic,%s clics,%s impression:%s impresi\u00f3n,%s impresiones,50-100 Position:Posici\u00f3n 50-100,%s point:%s punto,%s puntos,%s keyword:%s palabra clave,%s palabras clave,%1$sUpgrade your %2$s %3$s%4$s plan to see Keyword Positions:%1$sActualiza tu plan %2$s %3$s%4$s para ver posiciones de palabras clave,%1$s %2$s %3$s compared to the previous period (%4$s - %5$s):%1$s %2$s %3$s en comparaci\u00f3n con el periodo anterior (%4$s - %5$s),%s spot:%s mancha,%s manchas,Google Rich Results Test:Test de resultados enriquecidos de Google,source url set once post is published:la url de origen se establece una vez que se publica la entrada,SEO Overview:Resumen de SEO,SEO Inspector:Inspector de SEO,Select which %1$s widgets to display on the dashboard.:Elige qu\u00e9 widgets de %1$s mostrar en el escritorio.,Post Types::Tipos de contenido:,No data yet:A\u00fan no hay datos,List of custom field names to include as post content for tags and the SEO Page Analysis. Add one per line.:Lista de campos personalizados que incluir en el an\u00e1lisis SEO de p\u00e1gina y etiquetas. A\u00f1ade uno por l\u00ednea.,Edit Facebook Meta Data:Editar metadatos de Facebook,NEW:NUEVO,SEO Preview:Vista previa de SEO,Edit User:Editar usuario,Our SEO Setup Wizard dashboard widget helps you remember to finish setting up some initial crucial settings for your site to help you rank higher in search results. Once the setup wizard is completed this widget will automatically disappear.:Nuestro widget de escritorio de Asistente de configuraci\u00f3n SEO te ayuda a recordar que debes terminar de configurar algunos ajustes iniciales cruciales para tu sitio que te ayudar\u00e1n a posicionarte mejor en los resultados de b\u00fasqueda. Una vez completado el asistente de configuraci\u00f3n, este widget desaparecer\u00e1 autom\u00e1ticamente.,Our SEO Overview widget helps you determine which posts or pages you should focus on for content updates to help you rank higher in search results.:Nuestro widget Vista general de SEO te ayuda a determinar en qu\u00e9 entradas o p\u00e1ginas deber\u00edas centrarte para actualizar el contenido que te ayude a posicionarte mejor en los resultados de b\u00fasqueda.,Our SEO News widget provides helpful links that enable you to get the most out of your SEO and help you continue to rank higher than your competitors in search results.:Nuestro widget SEO News proporciona enlaces \u00fatiles que te permitir\u00e1n sacar el m\u00e1ximo partido a tu SEO y te ayudar\u00e1n a seguir situ\u00e1ndote por encima de tus competidores en los resultados de b\u00fasqueda.,Meta Tags:Metaetiquetas,SEO Setup Wizard:Asistente de ajustes de SEO,Unisex:Unisex,Alternate Website Name:Nombre alternativo de la web,A name that Google may use for your homepage in mobile search results. This will default to the WordPress site title if left blank.:Un nombre que Google pueda utilizar para tu p\u00e1gina de inicio en los resultados de b\u00fasqueda del m\u00f3vil. En caso de dejarlo en blanco, se utilizar\u00e1 por defecto el t\u00edtulo del sitio de WordPress.,An alternate name for your site. This could be an acronym or shorter version of your website name.:Un nombre alternativo para tu web. Puede ser un acr\u00f3nimo o una versi\u00f3n m\u00e1s corta del nombre de tu web.,Audience:P\u00fablico,Female:Mujer,Male:Hombre,Press enter to create a value:Pulsa intro para crear un valor,Status:Estado,Learn more about Smart Tags:Saber m\u00e1s sobre las etiquetas inteligentes,Its impossible to cover every aspect of a subject on a single page, but your readers may be fascinated by some detail you barely touch on. If you link to a resource where they can learn more, theyll be grateful. Whats more, youll be rewarded with higher rankings!:Es imposible tratar todos los aspectos que conforman un tema en una sola p\u00e1gina, pero puede que tus lectores se queden fascinados por un simple detalle que menciones. Te agradecer\u00e1n que incluyas un enlace a un recurso en el que puedan consultar m\u00e1s informaci\u00f3n. Es m\u00e1s, \u00a1te recompensar\u00e1n con un mejor posicionamiento!,Remove Smart Tag:Quitar etiqueta inteligente,Minimum size: 200px x 200px, ideal ratio 1.91:1, 5MB max. (eg: 1640px x 856px or 3280px x 1712px for Retina screens). JPG, PNG, WEBP and GIF formats only.:Tama\u00f1o m\u00ednimo: 200px x 200px, relaci\u00f3n ideal 1,91:1, 5MB m\u00e1x. (p. ej.: 1640px x 856px o 3280px x 1712px para pantallas retina). Solo formatos JPG, PNG, WEBP y GIF.,Minimum size: 200px x 200px, ideal ratio 1.91:1, 8MB max. (eg: 1640px x 856px or 3280px x 1712px for Retina screens). JPG, PNG, WEBP and GIF formats only.:Tama\u00f1o m\u00ednimo: 200px x 200px, relaci\u00f3n ideal 1,91:1, 8MB m\u00e1x. (p. ej.: 1640px x 856px o 3280px x 1712px para pantallas retina). Solo formatos JPG, PNG, WEBP y GIF.,Add links to internal and external resources that are useful for your readers. For Internal links, make sure the links are highly relevant to the subject youre writing about. For external links, make sure you link to high-quality sites - Google penalizes pages that link to \spammy\ sites (ones that break the Google webmaster guidelines).:A\u00f1ade enlaces a recursos internos y externos que resulten de utilidad a tus lectores. Respecto a los enlaces internos, aseg\u00farate de que sean relevantes para el tema sobre el que est\u00e1s escribiendo. En cuanto a los externos, aseg\u00farate de que enlazan con sitios de calidad. Google penaliza a las p\u00e1ginas que enlazan con sitios que se consideran spam (aquellos que infringen las directrices b\u00e1sicas de la B\u00fasqueda de Google).,By default SEO Managers have access to %1$sSEO settings for General Settings, Sitemaps, Link Assistant, Redirects, Local SEO, and individual pages and posts.%2$s:Por defecto, los administradores SEO tienen acceso a los %1$sajustes SEO para ajustes generales, mapa del sitio, asistente de enlaces, redirecciones, SEO local y p\u00e1ginas y entradas individuales.%2$s,Week:Semana,Volunteer:Voluntario,Visual Arts Event:Evento de artes visuales,Test with Google:Probar con Google,Temporary:Temporal,Start Date:Fecha de inicio,Sports Event:Evento deportivo,Scheduled:Programado,Rescheduled:Reprogramado,Region:Regi\u00f3n,Professional Certificate:Certificado profesional,Theater Event:Evento teatral,Part Time:Tiempo parcial,Social Event:Evento social,Screening Event:Evento de proyecci\u00f3n,Publication Event:Evento de publicaci\u00f3n,Postgraduate Degree:Posgrado,Postponed:Pospuesto,Sale Event:Evento de ventas,Search Schema:Buscar schema,Stats:Estad\u00edsticas,Music Event:Evento musical,Literary Event:Evento literario,Intern:Becario,Hour:Hora,Hackathon:Hackathon,Festival:Festival,End Date:Fecha de finalizaci\u00f3n,Details:Detalles,Dance Event:Evento de baile,Copy:Copiar,Comedy Event:Evento de comedia,Childrens Event:Evento infantil,Cancelled:Cancelado,Bachelor Degree:T\u00edtulo universitario,Your URL is invalid. Please check the format and try again.:Tu URL no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your Templates:Tus plantillas,Video:V\u00eddeo,Validate with Google:Validar con Google,Education Event:Evento educativo,Annual:Anual,Day-by-Day Basis:D\u00eda a d\u00eda,Custom Schema:Esquema personalizado,Contractor:Contratista,Yes, process this network change:S\u00ed, quiero proceder con el cambio de red,Validate Schema:Validar esquema,Unlock network-level tools to manage all your sites from one easy-to-use location. Migrate data or create backups without the need to visit each dashboard.:Desbloquea herramientas de red para gestionar todos tus sitios desde una sencilla ubicaci\u00f3n. Podr\u00e1s trasladar datos o crear copias de seguridad sin necesidad de visitar cada uno de los escritorios.,Unlock network-level tools to manage all your sites from one easy-to-use location. Manage your license key activations for each individual domain.:Desbloquea herramientas de red para gestionar todos tus sitios desde una sencilla ubicaci\u00f3n. Gestiona los ajustes activados de tu clave de licencia en cada dominio independiente.,Unlimited Schema:Schema ilimitado,Associate Degree:Diplomatura,This is a network-wide change.:Se trata de un cambio en toda la red.,This is the default graph for this post type. All data for this graph will be automatically generated.:Este es el gr\u00e1fico por defecto para este tipo de contenido. Todos los datos de este gr\u00e1fico se generar\u00e1n autom\u00e1ticamente.,Easily generate unlimited schema markup for your content to help you rank higher in search results. Our schema validator ensures your schema works out of the box.:Genera f\u00e1cilmente un n\u00famero ilimitado de marcados de schema para tu contenido, que te ayudar\u00e1n a posicionarte mejor en los resultados de b\u00fasqueda. Nuestro validador de schema garantiza que tu schema funcione a la primera.,You have not added any schema yet. You can add any schema graphs you like via the Schema Generator below.:A\u00fan no has a\u00f1adido ning\u00fan schema. Puedes a\u00f1adir los gr\u00e1ficos de schema que quieras mediante el Generador de schema que aparece a continuaci\u00f3n.,Use our powerful Schema Generator to configure Schema Markup for your content. Search Engines use structured data to better understand what your site is about as well as to display rich snippets in search results. %1$s:Utiliza nuestro potente Generador de schema para configurar el Marcado de schema de tu contenido. Los motores de b\u00fasqueda utilizan datos estructurados para comprender mejor de qu\u00e9 trata tu sitio, as\u00ed como para mostrar fragmentos enriquecidos en los resultados de b\u00fasqueda. %1$s,Business Event:Evento empresarial,Delivery Event:Evento de entrega,Exhibition Event:Evento de exhibici\u00f3n,Food Event:Evento de comida,Full Time:A tiempo completo,High School:Instituto,Moved Online:Movido en l\u00ednea,Other:Otro,These custom robots.txt rules will apply globally to your entire network. To adjust the robots.txt rules for an individual site, please visit the dashboard for that site directly and update the settings there.:Estas reglas personalizadas de robots.txt se aplicar\u00e1n globalmente a toda tu red. Para ajustar las reglas de robots.txt de un sitio individual, visita directamente el panel de control de ese sitio y actualiza los ajustes all\u00ed.,Visit Site:Visitar sitio,Are you sure you want to delete this query arg?:\u00bfSeguro que quieres borrar este argumento de consulta?,Online:En l\u00ednea,Music Group:Grupo de m\u00fasica,Music Album:\u00c1lbum musical,Music:M\u00fasica,All:Todos,The URL of the author page.:La URL de la p\u00e1gina web del autor.,Author URL:URL del autor,Network Tools:Herramientas de red,items per page:elementos por p\u00e1gina,Deactivate:Desactivar,About Page:P\u00e1gina \u00abAcerca de\u00bb,Service:Servicio,Select Site:Seleccionar sitio,Search Results Page:P\u00e1gina de resultados de b\u00fasqueda,Deactivate License:Desactivar licencia,Checkout Page:P\u00e1gina de pago,Activate License:Activar licencia,Schema Catalog:Cat\u00e1logo de esquemas,Network Admin (no site):Administrador de la red (no del sitio),Medical Page:P\u00e1gina de medicina,Generate Schema:Generar esquema,Fact Check:Comprobaci\u00f3n de los hechos,Domain Activations:Ajustes activados del dominio,Dataset:Dataset,Are you sure you want to deactivate this addon across the network?:\u00bfSeguro que quieres desactivar esta extensi\u00f3n en toda la red?,Are you sure you want to deactivate these addons across the network?:\u00bfSeguro que quieres desactivar estas extensiones en toda la red?,Are you sure you want to activate this addon across the network?:\u00bfSeguro que quieres activar esta extensi\u00f3n en toda la red?,Schema Generator:Generador de schema,Path:Ruta,How To:Gu\u00eda pr\u00e1ctica,Alias Of:Alias de,Additional Schema Types:Tipos de schema adicionales,Schema In Use:Schema en uso,Increase Rankings:Mejorar el posicionamiento,Configure Schema Markup for your content. Search engines use structured data to display rich results in SERPs.:Configura el marcado Schema para tu contenido. Los motores de b\u00fasqueda utilizan datos estructurados para mostrar resultados enriquecidos en las SERP.,These custom robots.txt rules will apply globally to your entire network. To adjust the robots.txt rules for an individual site, please choose it in the list above.:Estas reglas personalizadas de robots.txt se aplicar\u00e1n globalmente a toda tu red. Para ajustar las reglas robots.txt para un sitio individual, selecci\u00f3nalo en la lista anterior.,Software:Programa,Are you sure you want to activate these addons across the network?:\u00bfSeguro que quieres activar estas extensiones en toda la red?,Job Posting:Anuncio de empleo,Schema Templates:Plantillas de schema,Schema Validation:Validaci\u00f3n de schema,Event:Evento,Website Name:Nombre de la web,Your %1$s will be noindexed and excluded from the sitemap so that search engines ignore them. You can still control how their page title looks like below.:Tus %1$s ser\u00e1n no indexados y excluidos del mapa del sitio para que los motores de b\u00fasqueda los ignoren. Todav\u00eda puedes controlar c\u00f3mo se ve el t\u00edtulo de tu p\u00e1gina a continuaci\u00f3n.,The Image SEO module is a premium feature that enables you to globally control the title, alt tag, caption, description and filename of the images on your site.:El m\u00f3dulo de SEO de im\u00e1genes es una funci\u00f3n premium que te permite controlar globalmente el t\u00edtulo, la etiqueta alt, la leyenda, la descripci\u00f3n y el nombre de archivo de las im\u00e1genes de tu sitio.,Numbers (0-9):N\u00fameros (0-9),Plus (+):M\u00e1s (+),Pound (#):Almohadilla (#),Lower Case:Min\u00fascula,Ampersand (&):Ampersand (&),Apostrophe ():Ap\u00f3strofe (),The first word of each sentence starts with a capital.:La primera palabra de cada oraci\u00f3n empieza con may\u00fascula.,Filename:Nombre del archivo,Dashes (-):Guiones (-),Autogenerate image attributes:Generar atributos de imagen autom\u00e1ticamente,All letters are converted to lower case (small) letters.:Todas las letras se convierten en min\u00fasculas.,Clean uploaded image filenames:Eliminar los nombres de archivo de las im\u00e1genes subidas,These are the results our SEO Analzyer has generated after analyzing the homepage of your website.:Estos son los resultados que nuestro Analizador SEO ha generado despu\u00e9s de analizar la p\u00e1gina de inicio de tu web.,Date Archive Pages:Fechar las p\u00e1ginas de archivo,Custom Role:Perfil personalizado,Caption:Leyenda,We were unable to save the .htaccess file due to syntax errors. Please check the code below and try again.:El archivo .htaccess no pudo guardarse debido a errores sint\u00e1cticos. Por favor, comprueba el c\u00f3digo que aparece abajo e int\u00e9ntalo de nuevo.,We were unable to save the .htaccess file because the file was not writable. Please check the file permissions and try again.:El archivo .htaccess no pudo guardarse porque no tiene los permisos de escritura. Por favor, comprueba los permisos del archivo e int\u00e9ntalo de nuevo.,WordPress %1$s | AIOSEO %2$s:WordPress %1$s | AIOSEO %2$s,Words to Strip:Palabras a recortar,Underscores (_):Subrayados (_),Title Case:May\u00fasculas\/min\u00fasculas en el t\u00edtulo,Sentence Case:May\u00fasculas\/min\u00fasculas de la frase,Looking for meta keywords?:\u00bfBuscas las meta keywords?,Casing:May\u00fasculas\/Min\u00fasculas,Alt Tag:Etiqueta alt,Add a Redirect:A\u00f1ade una redirecci\u00f3n,%1$s Format:Formato de %1$s,Autogenerate %1$s on Upload:Autogenerar %1$s tras la subida,Go to the Advanced tab to add\/edit meta keywords:Ve a la pesta\u00f1a \u00abAvanzado\u00bb para a\u00f1adir\/editar meta palabras clave,Convert casing of image attributes:Convertir may\u00fasculas y min\u00fasculas de lo atributos de la imagen,You can choose to hide this block on the front-end of your site so that visitors wont see it but search engines will still see it.:Puedes elegir ocultar este bloque en el front-end de tu sitio para que los visitantes no lo vean pero los motores de b\u00fasqueda s\u00ed.,Please note that if you are importing post\/term meta from %1$s v3.7.1 or below, this will only be successful if the post\/term IDs of this site are identical to those of the source site.:Ten en cuenta que si est\u00e1s importando metadatos de entradas\/t\u00e9rminos de %1$s v3.7.1 o inferior, s\u00f3lo tendr\u00e1s \u00e9xito si los IDs de entradas\/t\u00e9rminos de este sitio son id\u00e9nticos a los del sitio de origen.,Control the title, alt tag, caption, description and filename of your images (Plus, Pro & Elite plans only):Controla el t\u00edtulo, la etiqueta alt, el pie de foto, la descripci\u00f3n y el nombre de archivo de tus im\u00e1genes (s\u00f3lo planes Plus, Pro y Elite),%2$sYour redirect was added and you may edit it a href\%1$s\ target\_blank\>here\/a>.%3$s:%2$sTu redirecci\u00f3n se ha a\u00f1adido y puedes editarla a href\%1$s\ target\_blank\>aqu\u00ed\/a>.%3$s,Strip Punctuation:Eliminar puntuaci\u00f3n,Major words are capitalized and minor words remain in their original casing.:Las palabras mayores se escriben en may\u00fasculas y las menores se mantienen su capitalizaci\u00f3n original.,Choose which casing should be applied to the attribute.:Elige qu\u00e9 capitalizaci\u00f3n debe aplicarse al atributo.,Choose whether your %1$s should be included in search results. If you select \No\, then your %1$s will be noindexed and excluded from the sitemap so that search engines ignore them.:Elige si tus %1$s deber\u00edan incluirse en los resultados de b\u00fasqueda. Si seleccionas \u00abNo\u00bb, tus %1$s no ser\u00e1n indexadas y se excluir\u00e1n del mapa de sitio para que los motores de b\u00fasqueda las ignoren.,Punctuation Characters to Keep::Caracteres de puntuaci\u00f3n que conservar:,Are you sure you want to delete this link?:\u00bfSeguro que quieres borrar este enlace?,Are you sure you want to delete these links?:\u00bfSeguro que quieres borrar estos enlaces?,Your headline would be more likely to get clicks if it had more uncommon words.:Ser\u00eda m\u00e1s probable que tu titular recibiera clics si tuviera m\u00e1s palabras poco comunes.,Write an answer...:Escribe una respuesta\u2026,Write a question...:Escribe una pregunta...,Word balance:Equilibrio de palabras,Who should use AIOSEO?:\u00bfQui\u00e9n deber\u00eda usar AIOSEO?,Reduce Word Count:Reduce el n\u00famero de palabras,Not Enough Words:No hay suficientes palabras,Needs improvement:Necesita mejoras,List Style:Estilo de lista,Headlines with 20-30% common words are more likely to get clicks.:Los titulares con un 20-30% de palabras comunes son m\u00e1s propensos a recibir clics.,Great choice! Get started with MonsterInsights today to see how people find and use your website.:\u00a1Buena elecci\u00f3n! In\u00edciate hoy en MonsterInsights para ver qu\u00e9 les parece a tus usuarios tu web y c\u00f3mo la utilizan.,FAQ Options:Opciones de la FAQ,Too Many Words:Demasiadas palabras,Table of Contents Settings:Ajustes de la tabla de contenidos,Store:Tienda,Add a heading block below to begin generating the Table of Contents.:A\u00f1ade abajo un encabezado para empezar a generar la tabla de contenidos.,To let search engines know which profiles are associated with this site, enter them below::Para que los motores de b\u00fasqueda sepan qu\u00e9 perfiles est\u00e1n asociados con este sitio, introd\u00facelos a continuaci\u00f3n:,Title Wrapper:Envoltura del t\u00edtulo,Reordering the headings in the Table of Contents block is a feature that can only be used by Pro users. Upgrade to Pro to unlock this advanced functionality.:La opci\u00f3n de reordenar los encabezados de la tabla de contenidos es una caracter\u00edstica disponible solo para usuarios Pro. P\u00e1sate a Pro para desbloquear esta funci\u00f3n avanzada.,All in One SEO is perfect for business owners, bloggers, designers, developers, photographers, and basically everyone else. If you want to optimize your WordPress SEO, then you need to use All in One SEO Pack.:All in One SEO es perfecto para empresarios, blogueros, dise\u00f1adores, desarrolladores, fot\u00f3grafos y, b\u00e1sicamente, para todo el mundo. Si quieres optimizar tu WordPress SEO, te recomendamos adquirir el paquete All in One SEO.,A very good score is between %1$s%3$d and %4$d%2$s.:Un muy buen resultado se encuentra entre %1$s%3$d y %4$d%2$s.,%1$s Table of Contents:Tabla de contenidos de %1$s,The permalink for this post just changed! This could result in 404 errors for your site visitors.:El enlace permanente de esta entrada acaba de cambiar. Esto podr\u00eda causar errores 404 a los visitantes de tu sitio.,Edit HTML Anchor::Editar anclaje HTML:,Reorder:Reordenar,IndexNow:IndexNow,Build a Better %1$s:Crea un %1$s mejor,Display Block:Mostrar bloque,Parent Term:T\u00e9rmino superior,The name of the parent term of the current term.:El nombre del t\u00e9rmino padre del t\u00e9rmino actual.,The HTML anchor allows %1$s to link directly to your header from this table of contents block. Feel free to edit if you want, but an anchor is required. For headings without an anchor, %1$s will automatically generate them.:El ancla HTML permite que %1$s enlace directamente a tu cabecera desde este bloque de \u00edndice. Si\u00e9ntete libre de editarlo si lo deseas, pero se requiere un ancla. Para los encabezados sin anclaje, %1$s los generar\u00e1 autom\u00e1ticamente.,Get relevant suggestions for adding internal links to all your content as well as finding any orphaned posts that have no internal links.:Obt\u00e9n sugerencias relevantes para a\u00f1adir enlaces internos a todo tu contenido, as\u00ed como para encontrar cualquier entrada hu\u00e9rfana que no tenga enlaces internos.,For best results, you should strive for %1$s%3$d and above%2$s.:Para obtener mejores resultados, debes aspirar a %1$s%3$d y por encima%2$s.,Sample Parent Term Name:Ejemplo Nombre T\u00e9rmino Superior,%1$s can automatically output a table of contents based on your heading tags below. Search engines sometimes use table of contents in search results or rich snippets which can help you increase your rankings.:%1$s puede producir autom\u00e1ticamente una tabla de contenidos bas\u00e1ndose en las etiquetas de encabezado de abajo. Los motores de b\u00fasqueda utilizan a veces las tablas de contenidos en los resultados de b\u00fasqueda o los fragmentos enriquecidos, lo que puedan ayudarte a mejorar tu posicionamiento.,Dedicated HTML Sitemaps do not work while using \plain\ permalinks. Please update your %1$spermalink structure%2$s to use this option.:Los sitemaps HTML dedicados no funcionan cuando se utilizan enlaces permanentes \u00absimples\u00bb. Actualiza tu estructura de %1$spermalinks%2$s para utilizar esta opci\u00f3n.,Get improved features and faster fixes by sharing non-sensitive data via usage tracking that shows us how %1$s is being used. No personal data is tracked or stored.:Obt\u00e9n funciones mejoradas y correcciones m\u00e1s r\u00e1pidas compartiendo datos no confidenciales a trav\u00e9s del seguimiento de uso que nos muestra c\u00f3mo se est\u00e1 utilizando %1$s. No se rastrean ni almacenan datos personales.,Meta Description:Metadescripci\u00f3n,Open Your RSS Feed:Abrir tu feed RSS,Want to get the most out of Clarity? Integrate Clarity with Google Analytics using MonsterInsights today!:\u00bfQuieres sacar el m\u00e1ximo provecho de Clarity? \u00a1Integra Clarity con Google Analytics utilizando MonsterInsights!,VAT ID::CIF:,at least one:al menos una,Done:Listo,Yes, count me in!:S\u00ed, cuenta conmigo!,FAQ schema is a Pro feature.:El schema de FAQ es una caracter\u00edstica Pro.,Your RSS feed has been disabled. Disabling the global RSS feed is NOT recommended. This will prevent users from subscribing to your content and can hurt your SEO rankings. You can re-enable the global RSS feed in the %1$scrawl content settings%2$s.:Tu Feed RSS ha sido desactivado. No se recomienda desactivar el Feed RSS global, pues evitar\u00e1 que los usuarios se suscriban a tu contenido y puede da\u00f1ar tu puesto en los rankings SEO. Puedes reactivar el Feed RSS global en los %1$sajustes de rastreo de contenido%2$s.,Zip Code:C\u00f3digo Postal,FAQs:FAQs,You can import additional page URLs to your sitemap using a CSV file. The following 4 columns are required: %1$sPage URL, Priority, Frequency, Date Modified.%2$s:Puedes importar las URL de p\u00e1ginas adicionales a tu mapa del sitio utilizando un archivo CSV. Son obligatorias las 4 siguientes columnas: %1$sURL de la p\u00e1gina, Prioridad, Frecuencia y Fecha de modificaci\u00f3n.%2$s,You are using a static home page which is found under Pages. You can %1$sedit your home page settings%2$s directly to change the title and description.:Est\u00e1s utilizando una p\u00e1gina de inicio est\u00e1tica que puede encontrarse en \u00abP\u00e1ginas\u00bb. Puedes directamente %1$seditar los ajustes de tu p\u00e1gina de inicio%2$s para cambiar el t\u00edtulo y la descripci\u00f3n.,Write your post title to see the analyzer data. This Headline Analyzer tool enables you to write irresistible SEO headlines that drive traffic, shares, and rank better in search results.:Escribe el t\u00edtulo de tu entrada para ver los datos del analizador. Esta herramienta de an\u00e1lisis de titulares te permite escribir titulares SEO irresistibles que impulsen el tr\u00e1fico y las acciones y tengan mejor posici\u00f3n en los resultados de b\u00fasqueda.,You can add additional social profile URLs here, separated by a new line.:Puedes a\u00f1adir URLs de perfiles sociales adicionales aqu\u00ed, separadas por una nueva l\u00ednea.,Youre almost there! Once you complete the SEO setup your site will be optimized to rank in search engine results!:\u00a1Ya casi has terminado! Una vez que hayas completado la configuraci\u00f3n SEO \u00a1Tu sitio estar\u00e1 optimizado para posicionar en los motores de b\u00fasqueda!,You are using a static home page which is found under Pages. You can %1$sedit your home page settings%2$s directly to change the title, meta description and image.:Est\u00e1s utilizando una p\u00e1gina de inicio est\u00e1tica que se encuentra en P\u00e1ginas. Puedes %1$seditar directamente los ajustes de tu p\u00e1gina de inicio%2$s para cambiar el t\u00edtulo, la meta descripci\u00f3n y la imagen.,URL already exists.:La URL ya existe.,Too Short \ud83d\ude43:Demasiado corto \ud83d\ude43,Too Long \ud83d\ude11:Demasiado largo \ud83d\ude11,View %1$s:Ver %1$s,Unable to read CSV file. Please check if the file is valid and try again.:No ha sido posible leer el archivo CSV. Por favor, comprueba que el archivo sea v\u00e1lido e int\u00e9ntalo de nuevo.,Try New Headline:Probar otro titular,This will permanently remove this page from the additional pages sitemap.:Con esta acci\u00f3n, eliminar\u00e1s permanentemente esta p\u00e1gina del mapa de p\u00e1ginas adicionales.,This will permanently remove the selected pages from the additional pages sitemap.:Con esta acci\u00f3n, eliminar\u00e1s permanentemente las p\u00e1ginas seleccionadas del mapa de p\u00e1ginas adicionales.,Total %1$s:%1$s totales,Upgrade to Pro Today!:\u00a1P\u00e1sate hoy a Pro!,This option allows you to control whether %1$s should parse shortcodes when generating data such as the SEO title\/meta description. Enabling this setting may cause conflicts with third-party plugins\/themes. %2$s:Esta opci\u00f3n te permite controlar si %1$s debe analizar los shortcodes al generar datos como el t\u00edtulo SEO\/meta descripci\u00f3n. Activar esta opci\u00f3n puede causar conflictos con plugins\/temas de terceros. %2$s,This is a global feed of your site output in the Atom format. %1$s:Este es un feed global de la salida de tu sitio en el formato Atom. %1$s,This is a global feed of your site output in the RDF\/RSS 1.0 format. %1$s:Este es un feed global de la salida de tu sitio en el formato RDF\/RSS 1.0. %1$s,This Headline Analyzer is part of %1$s to help you increase your traffic. %2$sAnalyze your site further here%3$s \u2192%4$s:Este analizador de titulares es una parte de %1$s que te puede ayudar a aumentar tu tr\u00e1fico. %2$sAnaliza m\u00e1s tu sitio aqu\u00ed%3$s \u2192%4$s,The static posts page feed allows users to subscribe to any new content added to your blog page.:El feed de la p\u00e1gina est\u00e1tica de entradas permite a los usuarios suscribirse a cualquier contenido nuevo que se a\u00f1ade a tu p\u00e1gina de blog.,The paginated RSS feeds are for any posts or pages that are paginated.:Los canales RSS paginados corresponden a las entradas o p\u00e1ginas paginadas.,The post comments feed allows your users to subscribe to any new comments on a specific page or post.:El feed de comentarios permite a los usuarios suscribirse a los nuevos comentarios de una p\u00e1gina o entrada concreta.,The search feed allows visitors to subscribe to your content based on a specific search term.:El feed de b\u00fasqueda permite a los visitantes suscribirse a su contenido bas\u00e1ndose en un t\u00e9rmino de b\u00fasqueda espec\u00edfico.,Super! \ud83d\udd25\ud83d\udd25\ud83d\udd25:\u00a1Genial! \ud83d\udd25\ud83d\udd25\ud83d\udd25,Search Preview:Vista previa de la b\u00fasqueda,The global comments feed allows users to subscribe to any new comments added to your site.:El feed de comentarios globales permite a los usuarios suscribirse a cualquier comentario nuevo que se a\u00f1ade a tu sitio.,The file that youve currently selected is not a CSV file.:El archivo que has seleccionado no es un archivo CSV.,The authors feed allows your users to subscribe to any new content written by a specific author.:El feed de autores permite a tus usuarios suscribirse a cualquier contenido nuevo escrito por un autor espec\u00edfico.,The attachments feed allows users to subscribe to any changes to your site made to media file categories.:El feed de adjuntos permite a los usuarios suscribirse a cualquier cambio realizado en las categor\u00edas de archivos multimedia de tu sitio.,Static Posts Page Feed:Feed de p\u00e1ginas de entradas est\u00e1ticas,SEO Setup:Configuraci\u00f3n SEO,Select which Taxonomies should include an RSS feed.:Selecciona las taxonom\u00edas que deber\u00edan incluir un Feed RSS.,Select which post type archives should include an RSS feed. This only applies to post types that include an archive page.:Selecciona los archivos de entradas que deber\u00edan incluir un Feed RSS. Solo es posible aplicarlo a los tipos de entradas que incluyen una p\u00e1gina de archivo.,Search Feed:Buscar feed,REST API:API REST,REST API support:Compatibilidad con API REST,Taxonomy Feeds:Feeds de taxonom\u00eda,The global RSS feed is how users subscribe to any new content that has been created on your site.:El canal RSS global es la forma en que los usuarios se suscriben a cualquier contenido nuevo que se haya creado en tu sitio.,Run Shortcodes:Ejecutar shortcodes,Disabling unnecessary RSS feeds can help save search engine crawl quota and speed up content indexing for larger sites. If you choose to disable any feeds, those feed links will automatically redirect to your homepage or applicable archive page. %2$s:Desactivar los canales RSS innecesarios puede ayudar a ahorrar cuota de rastreo de los motores de b\u00fasqueda y a acelerar la indexaci\u00f3n de contenidos en los sitios m\u00e1s grandes. Si decides desactivar cualquier fuente, los enlaces a esas fuentes se redirigir\u00e1n autom\u00e1ticamente a tu p\u00e1gina de inicio o a la p\u00e1gina de archivo correspondiente. %2$s,Personal Options:Opciones personales,Previous Scores:Puntuaciones anteriores,NOTE: Enabling this setting may cause conflicts with third-party plugins\/themes. %1$s:ATENCI\u00d3N: establecer este ajuste puede causar conflictos con plugins\/temas de terceros. %1$s,Not Looking Great:No tiene buena pinta,New Score:Nueva puntuaci\u00f3n,Most readers only look at the first and last 3 words of a headline before deciding whether to click.:La mayor\u00eda de los lectores solo miran las primeras y \u00faltimas 3 palabras de un titular antes de decidir si hacer clic.,RDF\/RSS 1.0 Feed:Feed RDF\/RSS 1.0,Post Type Archive Feeds:Feeds de archivo del tipo de contenido,Post Comment Feeds:Feeds de comentarios de las entradas,Paginated RSS Feeds:Feeds RSS paginados,Missing social markup!:\u00a1Falta el marcado social!,Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs. (Plus, Pro & Elite plans only):Gestiona tus entradas y t\u00e9rminos SEO meta a trav\u00e9s de la API REST de WordPress. Este complemento tambi\u00e9n funciona perfectamente con instalaciones de WordPress sin cabecera. (Solo planes Plus, Pro y Elite),Okay:Aceptable,Open Your Atom Feed:Abrir tu feed Atom,Open Your Comments RSS Feed:Abrir tu feed RSS de comentarios,Open Your Static Posts Page RSS Feed:Abrir tu feed RSS de la p\u00e1gina est\u00e1tica de entradas,Looks Good! \ud83d\udc4d\ud83d\udc4d:\u00a1Tiene buena pinta! \ud83d\udc4d\ud83d\udc4d,Import Additional Pages:Importar p\u00e1ginas adicionales,If you dont already have a project on %1$s, create a project %2$shere%3$s.:Si todav\u00eda no tienes un proyecto en %1$s, crea uno %2$saqu\u00ed%3$s.,Here is how your headline will look like in Google search results page.:As\u00ed es como aparecer\u00e1 tu titular en la p\u00e1gina de resultados de b\u00fasqueda de Google.,Import from CSV:Importar desde CSV,Manage existing links, get relevant suggestions for adding internal links to older content, discover orphaned posts and more.:Gestiona enlaces existentes, obt\u00e9n sugerencias para a\u00f1adir enlaces internos a contenido antiguo, descubrir entradas hu\u00e9rfanas y m\u00e1s.,Include All Post Type Archives:Incluye todos los archivos de tipos de contenido,Improve SEO Rankings:Mejorar posicionamiento SEO,Manage your post and term SEO meta via the WordPress REST API. This addon also works seamlessly with headless WordPress installs.:Gestiona tus entradas y t\u00e9rminos SEO meta a trav\u00e9s de la API REST de WordPress. Este complemento tambi\u00e9n funciona a la perfecci\u00f3n con las instalaciones de WordPress sin cabecera.,Additional Profiles:Perfiles adicionales,Add Page:A\u00f1adir una p\u00e1gina,Could Be Better:Mejorable,Conversion Tools:Herramientas de conversi\u00f3n,Beginning Words:Palabras iniciales,Beginning & Ending Words:Palabras de inicio y final,Author Feeds:Feeds del autor,Follow on YouTube:Seguir en YouTube,Ending Words:Palabras finales,Enter a different headline than your post title to see how it compares.:Introduce un t\u00edtulo diferente al de tu entrada para compararlos.,Edit %1$s:Editar %1$s,Did you know you can automatically add internal links using Link Assistant? %1$s:\u00bfSab\u00edas que puedes a\u00f1adir enlaces internos autom\u00e1ticamente mediante el Asistente de enlaces? %1$s,Delete selected pages:Borrar las p\u00e1ginas seleccionadas,Delete Page:Borrar p\u00e1gina,Customer Data:Datos del cliente,Current Score:Puntuaci\u00f3n actual,Good \ud83d\ude42:Bien \ud83d\ude42,Getting There:Ya casi estamos,Global RSS Feed:Feed RSS global,Global Comments RSS Feed:Feed RSS global de comentarios,Get the #1 conversion optimization plugin to convert your growing website traffic into subscribers, leads and sales.:Obt\u00e9n el plugin de optimizaci\u00f3n n.\u00ba 1 para hacer que el tr\u00e1fico de tu web en desarrollo se traduzca en suscriptores, clientes potenciales y ventas.,Easily create and manage redirects for your broken links to avoid confusing search engines and users, as well as losing valuable backlinks.:Crea y gestiona f\u00e1cilmente las redirecciones de tus enlaces rotos para evitar confundir a los motores de b\u00fasqueda y los usuarios y evitar perder backlinks valiosos.,Download Sample CSV File:Descargar el archivo CSV de ejemplo,Disabling the global RSS feed is NOT recommended. This will prevent users from subscribing to your content and can hurt your SEO rankings.:No se recomienda desactivar el Feed RSS global, pues evitar\u00e1 que los usuarios se suscriban a tu contenido y puede da\u00f1ar tu puesto en los rankings SEO.,CSV example file:Archivo CSV de ejemplo,Compare the percentages of your results to the goal for each category and adjust as necessary.:Compara los porcentajes de tus resultados con el objetivo de cada categor\u00eda y aj\u00fastalo seg\u00fan sea necesario.,Choose a Post Type:Elige un tipo de contenido,Attachments Feed:Feed de adjuntos,Analyze Headline:Analizar el titular,AIOSEO Local - Opening Hours:AIOSEO local - Horarios de apertura,AIOSEO Local - Map:AIOSEO local - Mapa,AIOSEO Local - Locations:AIOSEO local - Ubicaciones,Atom Feed:Feed Atom,AIOSEO Local - Business Info:AIOSEO Local - Informaci\u00f3n del negocio,AIOSEO - HTML Sitemap:AIOSEO - Mapa del sitio HTML,Crawl Cleanup:Limpieza de rastreo,Below are the TruSEO scores of your published posts. Take some time to improve your TruSEO score to help increase your rankings.:A continuaci\u00f3n aparecen las puntuaciones TrueSEO de tus entradas publicadas. Invierte tiempo en mejorar tu puntuaci\u00f3n TrueSEO para mejorar tu puesto en los rankings.,Add IndexNow support to instantly notify search engines when your content has changed.:A\u00f1ade soporte IndexNow para notificar instant\u00e1neamente a los motores de b\u00fasqueda cuando tu contenido ha cambiado.,Enter your verification codes below to activate webmaster tools.:Introduce abajo tus c\u00f3digos de verificaci\u00f3n para activar las herramientas para webmasters.,Complete support for schema markup so you can get more clicks and traffic with rich snippets.:Compatibilidad completa con el marcado schema para que puedas obtener m\u00e1s clics y tr\u00e1fico con fragmentos enriquecidos.,Get additional keywords and many more modules! %1$s:\u00a1Consigue palabras clave adicionales y muchos m\u00e1s m\u00f3dulos! %1$s,%1$s Project ID:ID de proyecto de %1$s,Sample description for media.:Ejemplo de descripci\u00f3n para medios.,Description for the current media file.:Descripci\u00f3n del archivo multimedia actual.,%1$s Overview:Resumen de %1$s,%1$s helps you understand how users interact with your website through heatmaps and session recordings. %2$s:%1$s te ayuda a comprender interact\u00faan los usuarios con tu web a mediante de mapas de calor y grabaciones de sesiones. %2$s,Hey, we noticed you have been using %1$s for some time - that\u2019s awesome! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?:\u00a1Hola! Hemos visto que has estado usando %1$s durante alg\u00fan tiempo. \u00a1Eso es fant\u00e1stico! Por favor, \u00bfpodr\u00edas hacernos un GRAN favor y darle una valoraci\u00f3n de 5 estrellas en WordPress para ayudarnos a hacer correr la voz y aumentar nuestra motivaci\u00f3n?,%1$s %2$s %3$s Feed:Feed de %1$s %2$s %3$s,%1$s %2$s Posts by %3$s Feed:%1$s %2$s Entradas del feed de %3$s,%1$s %2$s %3$s %4$s Feed:Feed de %1$s %2$s %3$s %4$s,%1$s %2$s %3$s Tag Feed:Feed de la etiqueta %1$s %2$s %3$s,%1$s %2$s %3$s Category Feed:Feed de la categor\u00eda %1$s %2$s %3$s,%1$s %2$s %3$s Comments Feed:Feed de comentarios de %1$s %2$s %3$s,-:-,Installs OptinMonster:Instalar OptinMonster,%1$s %2$s Search Results for “%3$s” Feed:%1$s %2$s Feed de resultados de la b\u00fasqueda “%3$s”,%s Overview:Resumen de %s,%s Setup:Configurar %s,Ooops! It Appears JavaScript Didn\u2019t Load:\u00a1Vaya! Parece que JavaScript no se ha cargado,There seems to be an issue running JavaScript on your website. %1$s%2$s is built with JavaScript to give you the best experience possible.:Parece que hay un problema en tu web al ejecutar JavaScript. %1$s%2$s est\u00e1 creado con JavaScript para ofrecerte la mejor experiencia posible.,Copy the error message above and paste it in a message to the %1$s support team.:Copia el mensaje de error anterior y p\u00e9galo en un mensaje para el equipo de soporte de %1$s.,Resolve This Issue:Resolver este problema,Your browser version is not supported:La versi\u00f3n de tu navegador no es compatible,You are using a browser which is no longer supported by %1$s. Please update or use another browser in order to access the plugin settings.:Est\u00e1s usando un navegador que ya no es compatible con %1$s. Por favor, actual\u00edzalo o usa otro navegador para poder acceder a los ajustes del plugin.,View supported browsers:Ver los navegadores compatibles,%1$s Sitemap %2$s:%1$s Mapa del sitio %2$s,Dont update the modified date:No actualizar la fecha de modificaci\u00f3n,Here you can add a redirect or view your existing redirects from this page. Click on the button below to view the Redirects panel.:Aqu\u00ed puedes a\u00f1adir una redirecci\u00f3n o ver tus redirecciones existentes desde esta p\u00e1gina. Haz clic en el bot\u00f3n siguiente para ver el panel de redirecciones.,Open Redirects:Abrir redirecciones,Go to Social Networks:Ir a las redes sociales,Open Graph:Open Graph,No %1$s markup will be output for your post because it is currently disabled. You can enable %1$s markup in the Social Networks settings. %2$s:No se mostrar\u00e1 ning\u00fan marcado de %1$s para tu entrada porque est\u00e1 actualmente desactivado. Puedes activar el marcado de %1$s en los ajustes de redes sociales. %2$s,3:3,Link selected.:Enlace seleccionado.,Insert\/edit link:Insertar\/editar enlace,Got It!:\u00a1Entendido!,Update IndexNow:Actualizar IndexNow,Activate IndexNow:Activar IndexNow,You can now manage your SEO settings inside of %1$s via %2$s before you publish your post!:\u00a1Ahora puedes gestionar tus ajustes de SEO dentro de %1$s a trav\u00e9s de %2$s antes de publicar tu entrada!,New: %1$s %2$s integration:Nuevo: Integraci\u00f3n con %1$s %2$s,The options below are disabled because you are using %1$s to manage your SEO. They can be changed in the %2$sSearch Appearance menu%3$s.:Las opciones de abajo est\u00e1n desactivadas porque est\u00e1s usando %1$s para gestionar tu SEO. Pueden cambiarse en el %2$smen\u00fa de apariencia en el buscador%3$s.,The IndexNow addon requires an update. %1$s %2$s requires a minimum version of %3$s for the %4$s addon. You currently have %5$s installed.:La extensi\u00f3n IndexNow requiere una actualizaci\u00f3n. %1$s %2$s requiere una versi\u00f3n m\u00ednima de %3$s para la extensi\u00f3n %4$s. Actualmente tienes instalada la %5$s.,The IndexNow addon is required to use this feature.:La extensi\u00f3n IndexNow es obligatoria para usar esta caracter\u00edstica.,You can manually set an API key here, but if left blank a new one will be auto-generated. %1$s:Aqu\u00ed puedes configurar manualmente una clave API, pero si lo dejas en blanco se generar\u00e1 autom\u00e1ticamente una nueva. %1$s,Index Now:Indexar ahora,IndexNow API Key:Clave de API de IndexNow,Regenerate API Key:Regenerar la clave de API,Delete Link:Borrar enlace,# of Links:# de enlaces,other domains:otros dominios,Affiliate:Afiliado,View:Ver,No items found.:No se han encontrado elementos.,Domain:Dominio,Yes, I want to delete all links:S\u00ed, quiero borrar todos los enlaces,Yes, I want to delete these links:S\u00ed, quiero borrar estos enlaces,External Links:Enlaces externos,Are you sure you want to delete all links?:\u00bfSeguro que quieres borrar todos los enlaces?,External:Externo,Link Suggestions:Sugerencias de enlaces,Linking Opportunities:Oportunidades de enlazado,See All Linking Opportunities:Ver todas las oportunidades de enlazado,Orphaned posts are posts that have no inbound internal links yet and may be more difficult to find by search engines.:Las entradas hu\u00e9rfanas son entradas que a\u00fan no tienen enlaces internos entrantes y pueden ser m\u00e1s dif\u00edciles de encontrar por los motores de b\u00fasqueda.,Posts Crawled:Entradas rastreadas,Orphaned Posts:Entradas hu\u00e9rfanas,Total Links:Enlaces totales,Total External Links:Enlaces externos totales,Are you sure you want to delete these pages?:\u00bfSeguro que quieres borrar estas p\u00e1ginas?,Are you sure you want to delete this page?:\u00bfSeguro que quieres borrar esta p\u00e1gina?,Links & Suggestions for \%1$s\:Enlaces y sugerencias para \u00ab%1$s\u00bb,Affiliate Links:Enlaces afiliados,Internal vs External vs Affiliate Links:Enlaces interos vs extenos vs afiliados,Most Linked to Domains:Dominios m\u00e1s enlazados,Outbound Internal:Saliente interno,See a Full Domains Report:Ver informe de todos los dominios,See a Full Links Report:Ver informe de todos los enlaces,Yes, I want to delete this link:S\u00ed, quiero borrar este enlace,View detailed link & domain reports, manage existing links and discover new internal linking opportunities through smart suggestions (Pro & Elite plans only):Consulta informes detallados de enlaces y dominios, gestiona los enlaces existentes y descubre nuevas oportunidades de enlaces internos mediante sugerencias inteligentes (solo en los planes Pro y \u00c9lite),A simple & powerful event calendar plugin for WordPress that comes with all the event management features including payments, scheduling, timezones, ticketing, recurring events, and more.:Un sencillo y potente plugin de calendario de eventos para WordPress que trae todas las caracter\u00edsticas para gesti\u00f3n de eventos, incluidos pagos, programaci\u00f3n, zonas horarias, tiques, eventos peri\u00f3dicos y m\u00e1s.,The best WordPress eCommerce plugin for selling digital downloads. Start selling eBooks, software, music, digital art, and more within minutes. Accept payments, manage subscriptions, advanced access control, and more.:El mejor plugin de comercio electr\u00f3nico para WordPress para vender descargas digitales. Empieza a vender libros electr\u00f3nicos, software, m\u00fasica, arte digital y m\u00e1s en minutos. Acepta pagos, gestiona suscripciones, control de acceso avanzado y m\u00e1s.,The #1 affiliate management plugin for WordPress. Easily create an affiliate program for your eCommerce store or membership site within minutes and start growing your sales with the power of referral marketing.:El plugin de gesti\u00f3n de afiliados n\u00ba 1 para WordPress. Crea f\u00e1cilmente un programa de afiliados para tu tienda eCommerce o sitio de membres\u00eda en minutos, y empieza a aumentar tus ventas con el poder del marketing de referidos.,The #1 Stripe payments plugin for WordPress. Start accepting one-time and recurring payments on your WordPress site without setting up a shopping cart. No code required.:El plugin de pagos con Stripe n\u00ba 1 para WordPress. Empieza a aceptar pagos de una vez o peri\u00f3dicos en tu sitio WordPress sin tener que configurar un carrito de compra. No requiere programaci\u00f3n.,The most advanced WordPress search plugin. Customize your WordPress search algorithm, reorder search results, track search metrics, and everything you need to leverage search to grow your business.:El plugin de b\u00fasquedas para WordPress m\u00e1s avanzado. Personaliza el algoritmo de b\u00fasqueda de WordPress, reordena los resultados de b\u00fasqueda, haz seguimiento de m\u00e9tricas de b\u00fasqueda y todo lo que necesitas para aprovechar las b\u00fasquedas para hacer crecer tu negocio.,Easily display YouTube videos on your WordPress site without writing any code. Comes with multiple layouts, ability to embed live streams, video filtering, ability to combine multiple channel videos, and more.:Muestra f\u00e1cilmente v\u00eddeos de YouTube en WordPress sin escribir nada de c\u00f3digo. Viene con varios dise\u00f1os, posibilidad de incrustar transmisiones en directo, filtrado de v\u00eddeos, posibilidad de combinar varios canales de v\u00eddeo y m\u00e1s.,Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 15 billion notifications each month.:Conecta con tus visitantes despu\u00e9s de que abandonen tu web con el software l\u00edder de avisos web inmediatos. M\u00e1s de 10.000 negocios de todo el mundo usan PushEngage para enviar 15 mil millones de avisos cada mes.,Easily display Twitter content in WordPress without writing any code. Comes with multiple layouts, ability to combine multiple Twitter feeds, Twitter card support, tweet moderation, and more.:Muestra f\u00e1cilmente contenido de Twitter en WordPress sin escribir nada de c\u00f3digo. Viene con varios dise\u00f1os, posibilidad de combinar varios feeds de Twitter, compatibilidad con tarjetas de Twitter, moderaci\u00f3n de tuits y m\u00e1s.,Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.:Muestra f\u00e1cilmente el contenido de Instagram en tu sitio WordPress sin escribir ning\u00fan c\u00f3digo. Viene con m\u00faltiples plantillas, la capacidad de mostrar el contenido de m\u00faltiples cuentas, hashtags y m\u00e1s. Con la confianza de 1 mill\u00f3n webs.,Easily display Facebook content on your WordPress site without writing any code. Comes with multiple templates, ability to embed albums, group content, reviews, live videos, comments, and reactions.:Muestra f\u00e1cilmente contenido de Facebook en WordPress sin escribir nada de c\u00f3digo. Viene con varias plantillas, posibilidad de incrustar \u00e1lbumes, contenido de grupos, rese\u00f1as, v\u00eddeos en directo, comentarios y reacciones.,Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.:Aumenta tus ventas y conversiones hasta un 15 % con avisos de prueba social en tiempo real. TrustPulse te ayuda a mostrar en vivo la actividad y las compras de los usuarios para ayudar a convencer a otros usuarios para que compren.,Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.:\u00a1Convierte a tus visitantes en embajadores de tu marca! Haz crecer f\u00e1cilmente tu lista de correo electr\u00f3nico, el tr\u00e1fico de la web y los seguidores de medios sociales con el plugin m\u00e1s potente de regalos y concursos para WordPress.,The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.:El maquetador de arrastrar y soltar para p\u00e1ginas de destino m\u00e1s r\u00e1pido para WordPress. Crea p\u00e1ginas de destino personalizadas sin escribir c\u00f3digo, con\u00e9ctalas con tu CRM, recopila suscriptores y haz crecer tu audiencia. Con la confianza de 1 mill\u00f3n de sitios.,Improve your WordPress email deliverability and make sure that your website emails reach user\u2019s inbox with the #1 SMTP plugin for WordPress. Over 3 million websites use it to fix WordPress email issues.:Mejora la entrega de tu correo electr\u00f3nico de WordPress y aseg\u00farate de que los correos electr\u00f3nicos de tu web lleguen a la bandeja de entrada de los usuarios con el plugin SMTP n\u00famero 1 para WordPress. M\u00e1s de 3 millones de webs lo usan para corregir los problemas del correo electr\u00f3nico de WordPress.,The leading WordPress analytics plugin that shows you how people find and use your website, so you can make data driven decisions to grow your business. Properly set up Google Analytics without writing code.:El plugin l\u00edder de anal\u00edtica para WordPress, que te muestra c\u00f3mo la gente encuentra y usa tu web, para que puedas tomar decisiones basadas en datos para hacer crecer tu negocio. Configura correctamente Google Analytics sin tener que escribir c\u00f3digo.,Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.:Obt\u00e9n instant\u00e1neamente m\u00e1s suscriptores, clientes potenciales y ventas con el paquete de herramientas n\u00famero 1 de optimizaci\u00f3n de conversi\u00f3n. Crea ventanas emergentes de alta conversi\u00f3n, barras de anuncios, ruletas y m\u00e1s con orientaci\u00f3n inteligente y personalizaci\u00f3n.,The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 1000+ form templates. Trusted by over 6 million websites as the best forms plugin.:El mejor maquetador de formularios de arrastrar y soltar para WordPress. Crea f\u00e1cilmente bonitos formularios de contacto, encuestas, formularios de pago y m\u00e1s con nuestras m\u00e1s de 1000 plantillas de formularios. Con la confianza de m\u00e1s de 6 millones de webs como el mejor plugin de formularios.,User Access Control:Control de acceso de usuarios,Update Addon:Actualizar extensi\u00f3n,Phrase:Frase,Post Title:T\u00edtulo de la entrada,Inbound:Entrantes,Common Words:Palabras comunes,20-30%:20-30 %,Uncommon Words:Palabras poco comunes,10-20%:10-20 %,Emotional Words:Palabras emocionales,Emotionally triggered headlines are likely to drive more clicks.:Los titulares que provocan emociones probablemente generen m\u00e1s clics.,10-15%:10-15 %,Power Words:Palabras potentes,Headlines with power words are more likely to get clicks.:Los titulares con palabras potentes son m\u00e1s propensos a recibir clics.,Character Count:Recuento de caracteres,All good:Todo bien,Sentiment:Sentimiento,Word Count:Recuento de palabras,Headline Type:Tipo de titular,Too Short:Demasiado corto,You have space to add more keywords and power words to boost your rankings and click-through rate.:Tienes espacio para a\u00f1adir m\u00e1s palabras clave y palabras potentes para impulsar tu posicionamiento y la tasa de clics.,Headlines that are about 55 characters long will display fully in search results and tend to get more clicks.:Los titulares de unos 55 caracteres de largo se mostrar\u00e1n por completo en los resultados de b\u00fasqueda y tienden a obtener m\u00e1s clics.,Too Long:Demasiado largo,At this length, it will get cut off in search results. Try reducing it to about 55 characters.:Con esta longitud, se cortar\u00e1 en los resultados de b\u00fasqueda. Intenta reducirlo a unos 55 caracteres.,You have exceeded the number of requests allowed by your %1$s plan.:Has superado el n\u00famero de peticiones permitidas por tu plan %1$s.,Actionable Link Suggestions:Sugerencias de enlaces de acci\u00f3n,See Orphaned Posts:Ver las entradas hu\u00e9rfanas,See Affiliate Links:Ver los enlaces de afiliado,Top Domain Reports:Informes del dominio principal,Here you can view an overview of your existing links as well as find suggestions for new internal links. Click on the button below to view the Link Assistant panel.:Aqu\u00ed puedes ver un resumen de tus enlaces existentes, as\u00ed como encontrar sugerencias para nuevos enlaces internos. Haz clic en el siguiente bot\u00f3n para ver el panel del asistente de enlaces.,Open Link Assistant:Abrir el asistente de enlaces,Link suggestions are being processed.:Est\u00e1n siendo procesadas las sugerencias de enlaces.,Overall Score:Puntuaci\u00f3n general,Delete All %1$s Links:Borrar todos los enlaces %1$s,%1$s Link Suggestions:Sugerencias de enlaces %1$s,See All %1$s %2$s Links:Ver los %1$s enlaces %2$s,Inbound Internal:Internos de entrada,Update to version:Actualizar a la versi\u00f3n,An update is required for this addon to continue to work with %1$s %2$s.:Es necesaria una actualizaci\u00f3n de esta extensi\u00f3n para continuar trabajando con %1$s %2$s.,We couldnt analyze your title, please try again later.:No hemos podido analizar tu t\u00edtulo. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,Links Report:Informe de enlaces,Domains Report:Informe de dominios,Custom Breadcrumb Templates:Plantillas de migas de pan personalizadas,Needs Improvement:Necesita mejoras,At least one:Al menos una,Word Balance:Equilibrio de palabras,Your headline would be more likely to get clicks if it had more common words.:Ser\u00eda m\u00e1s probable que tu titular recibiera clics si tuviera m\u00e1s palabras comunes.,Headlines with uncommon words are more likely to get clicks.:Los titulares con palabras poco comunes son m\u00e1s propensos a recibir clics.,Get relevant suggestions for adding internal links to older content as well as finding any orphaned posts that have no internal links.:Obt\u00e9n sugerencias relevantes al a\u00f1adir enlaces internos a tu contenido m\u00e1s antiguo y encuentra las entradas hu\u00e9rfanas que no tengan enlaces internos.,Headlines that are lists and how-to get more engagement on average than other types of headlines. %1$s%2$sLearn More%3$s \u2192:Los titulares en formato de lista y gu\u00edas pr\u00e1cticas obtienen de media m\u00e1s participaci\u00f3n que otros tipos de titulares. %1$s%2$sSaber m\u00e1s%3$s \u2192,Depending on the amount of content on your site, this process can take some time. You can safely leave this page and check back later.:Dependiendo de la cantidad de contenido de tu sitio, este proceso puede llevar alg\u00fan tiempo. Puedes abandonar esta p\u00e1gina de forma segura y volver m\u00e1s tarde.,Post Report:Informe de entrada,You currently dont have permission to update this addon. Please ask a site administrator to update.:No tienes permisos para actualizar esta extensi\u00f3n. Por favor, p\u00eddele a un administrador que la actualice.,Overview:Res\u00famen,In order to continue searching for additional keywords, youll need to upgrade. %1$s:Para poder continuar buscando palabras clave adicionales, tendr\u00e1s que actualizar. %1$s,Your headline has too many words. Long headlines will get cut off in search results and won\u2019t get as many clicks.:Tu titular tiene demasiadas palabras. Los titulares largos se cortar\u00e1n en los resultados de b\u00fasqueda y no obtendr\u00e1n tantos clics.,Neutral:Neutro,Your headline has a neutral sentiment.:Tu titular tiene un sentimiento neutro.,Positive:Positivo,Your headline has a positive sentiment.:Tu titular tiene un sentimiento positivo.,Positive headlines tend to get better engagement than neutral or negative ones.:Los titulares positivos tienden a obtener m\u00e1s participaci\u00f3n que los neutros o negativos.,Negative:Negativo,Your headline has a negative sentiment.:Tu titular tiene un sentimiento negativo.,Negative headlines are attention-grabbing and tend to perform better than neutral ones.:Los titulares negativos llaman la atenci\u00f3n y tienden a rendir mejor que los neutros.,Headlines that are strongly positive or negative tend to get more engagement than neutral ones.:Los titulares que son muy positivos o muy negativos tienden a obtener una mayor participaci\u00f3n que los neutrales.,Your headline doesn\u2019t use enough words. You have more space to add keywords and power words to improve your SEO and get more engagement.:Tu titular no usa suficientes palabras. Tienes m\u00e1s espacio para a\u00f1adir palabras clave y palabras potentes para mejorar tu SEO y obtener m\u00e1s participaci\u00f3n.,Good:Bien,Your headline has the right amount of words. Headlines are more likely to be clicked on in search results if they have about 6 words.:Tu titular tiene la cantidad correcta de palabras. Es m\u00e1s probable que se haga clic en los titulares de los resultados de b\u00fasqueda si tienen alrededor de 6 palabras.,Headlines are more likely to be clicked on in search results if they have about 6 words.:Es m\u00e1s probable que se haga clic en los titulares de los resultados de b\u00fasqueda si tienen alrededor de 6 palabras.,Too Many Words \ud83d\ude11:Demasiadas palabras \ud83d\ude11,Reduce Word Count \ud83d\ude42:Reduce el n\u00famero de palabras \ud83d\ude42,Link Assistant:Asistente de enlaces,No content yet:A\u00fan no hay contenido,Choose whether you want to use the OG data from the Facebook tab in your individual pages\/posts by default.:Elige si quieres usar por defecto los datos de OG de la pesta\u00f1a de Facebook en tus p\u00e1ginas\/entradas individuales.,Enter Your Headline:Introduce tu titular,Top 10 Ways to Increase Traffic:10 formas principales de aumentar el tr\u00e1fico,Our Headline Analyzer tool enables you to write irresistible SEO headlines%1$sthat drive traffic, shares, and rank better in search results.:Nuestra herramienta de an\u00e1lisis de titulares te permite escribir titulares irresistibles para el SEO%1$sque dirigen tr\u00e1fico, se comparten y se posicionan mejor en los resultados de b\u00fasqueda.,Important Issues:Problemas importantes,Goal: :Objetivo: ,Not Enough Words \ud83d\ude43:No hay suficientes palabras \ud83d\ude43,Please enter a valid headline.:Por favor, introduce un titular v\u00e1lido.,Plugin update failed. Please check permissions and try again.:La actualizaci\u00f3n del plugin ha fallado. Por favor, comprueba los permisos e int\u00e9ntalo de nuevo.,This addon requires an update. %1$s %2$s requires a minimum version of %3$s for the %4$s addon. You currently have %5$s installed.:Esta extensi\u00f3n necesita una actualizaci\u00f3n. %1$s %2$s necesita una versi\u00f3n m\u00ednima de %3$s para la extensi\u00f3n %4$s. Actualmente tienes intalada la vesi\u00f3n %5$s.,Email:Correo electr\u00f3nico,Fax:Fax,Phone:Tel\u00e9fono,%1$s Error:%1$s error,%1$s errores,Upgrade to %1$s %2$s:Actualiza a %1$s %2$s,Join Our Community:\u00danete a nuestra comunidad,Quick Links:Enlaces r\u00e1pidos,Our Opening Hours::Nuestro horario de apertura:,Email::Correo electr\u00f3nico:,Fax::Fax:,Phone::Tel\u00e9fono:,Address::Direcci\u00f3n:,Our location::Nuestra ubicaci\u00f3n:,and was generated on %1$s at %2$s:y se gener\u00f3 el %1$s a las %2$s,sitemap:mapa del sitio,Medium:Medio,You currently dont have permission to activate this addon. Please ask a site administrator to activate first.:Actualmente no tienes permisos para activar esta extensi\u00f3n. Por favor, pide primero a un administrador que la active.,Didnt expect to see this? Make sure your sitemap is enabled and your content is set to be indexed. %1$sLearn More \u2192%2$s:\u00bfNo esperabas ver esto? Aseg\u00farate de que tu mapa del sitio est\u00e9 activado y de que tu contenido est\u00e9 configurado para ser indexado. %1$sAprender m\u00e1s \u2192%2$s,Tax ID:ID de impuestos,Vat ID:CIF,Low:Baja,High:Alta,Back to Homepage:Volver a la p\u00e1gina de inicio,Whoops!:\u00a1Vaya!,Back:Volver,Showing %1$s of %2$s:Mostrando %1$s de %2$s,Images:Im\u00e1genes,URL Count:Contador de URLs,Sitemap Index:\u00cdndice del mapa del sitio,Post Archive:Archivo de entradas,404 - Page Not Found:404 - P\u00e1gina no encontrada,Search Results for:Resultados de b\u00fasqueda para,Sample Crumb:Miga de pan de muestra,Configure Sitemap:Configurar mapa del sitio,There are no posts here:No hay ninguna entrada aqu\u00ed,You have exceeded the limit for requests. Please try again later.:Has superado el l\u00edmite de solicitudes. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,Custom Marker:Marcador personalizado,Map Display:Visualizaci\u00f3n del mapa,Show icon:Mostrar icono,Show label:Mostrar etiqueta,%1$sThe custom marker should be: 100x100 px.%2$s If the image exceeds those dimensions it could (partially) cover the info popup.:%1$s El marcador personalizado debe ser: 100x100 px.%2$s Si la imagen excede esas dimensiones, podr\u00eda cubrir (parcialmente) la ventana emergente de informaci\u00f3n.,Show your location to your visitors using an interactive Google Map. Create multiple maps for use with multiple locations.:Muestra tu ubicaci\u00f3n a tus visitantes usando un mapa interactivo de Google. Crea m\u00faltiples mapas para usar con m\u00faltiples ubicaciones.,Google Reviews:Rese\u00f1as de Google,Google Places Support:Soporte de Google Places,Driving Directions:C\u00f3mo llegar en coche,Map Preview:Vista previa del mapa,An error occurred while fetching keywords. Please try again later.:Se produjo un error al recuperar las palabras clave. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,API Key:Clave de la API,To add this widget, visit the %1$swidgets page%2$s and look for the \%3$s\ widget.:Para a\u00f1adir este widget, visita la %1$sp\u00e1gina de widgets%2$s y busca el widget \u00ab%3$s\u00bb.,Integrating with Google Maps will allow your users to find exactly where your business is located. Our interactive maps let them see your Google Reviews and get directions directly from your site. Create multiple maps for use with multiple locations.:Incorporar Google Maps permitir\u00e1 a tus usuarios conocer exactamente d\u00f3nde se encuentra tu empresa. Nuestros mapas interactivos les permiten ver tus rese\u00f1as de Google y obtener direcciones directamente desde tu sitio. Crea m\u00faltiples mapas para usar con m\u00faltiples ubicaciones.,Share your content on your favorite social media platforms to drive engagement and increase your SEO.:Comparte el contenido en tus plataformas de redes sociales favoritas para impulsar la participaci\u00f3n y aumentar tu SEO.,Get out the word!:\u00a1Corre la voz!,This redirect is supported using the Relocate Site feature under Full Site Redirect tab.:Esta redirecci\u00f3n es compatible con la funci\u00f3n Reubicar sitio en la pesta\u00f1a Redirecci\u00f3n de sitio completo.,The regex syntax is invalid.:La sintaxis de expresiones regulares no es v\u00e1lida.,Visibility:Visibilidad,Youre good to go!:\u00a1Todo listo!,Your post needs improvement!:\u00a1Tu entrada necesita mejoras!,Blocked!:\u00a1Bloqueado!,.htaccess file is empty.:El archivo .htaccess est\u00e1 vac\u00edo.,Google Maps API Key:Clave de la API de Google Maps,Map:Mapa,Maps:Mapas,%1$s error found!:\u00a1%1$s error encontrado!,\u00a1%1$s errores encontrados!,%1$s Local - Map:%1$s Local - Mapa,Please configure the map for this location: %1$s:Por favor, configura el mapa para esta ubicaci\u00f3n: %1$s,Good!:Bien!,Contributor:Colaborador,By default Contributors have access to %1$sSEO settings for individual pages and posts that they already have permission to edit.%2$s:Por defecto, los Colaboradores tienen acceso a los ajustes de %1$sSEO para p\u00e1ginas individuales y entradas que ya tienen permiso para editar.%2$s,Click here to learn more:Haz clic aqu\u00ed para obtener m\u00e1s informaci\u00f3n,To view the new sitemap, first save changes.:Para ver el nuevo mapa del sitio, primero guarda los cambios.,By default the %1$s role %2$shas no access%3$s to %4$s settings.:Por defecto, el perfil %1$s %2$sno tiene acceso%3$s a los ajustes de %4$s.,%1$s relies on the WordPress Rest API and your site might have it disabled. %2$s.:%1$s depende de la API REST de WordPress y es posible que tu sitio la tenga desactivada. %2$s.,The following shortcode attributes can be used to override the default settings::Los siguientes atributos de shortcode se pueden utilizar para anular los ajustes por defecto:,Open HTML Sitemap:Abrir el mapa del sitio HTML,e.g. %1$s:por ejemplo, %1$s,Dedicated Page:P\u00e1gina dedicada,This setting allows you to toggle between the regular sitemap or the compact date archive sitemap. %1$s:Este ajuste te permite alternar entre el mapa del sitio normal o el mapa del sitio compacto del archivo de fechas. %1$s,This setting only applies to posts and pages.:Este ajuste solo se aplica a entradas y p\u00e1ginas.,Publication Date:Fecha de publicaci\u00f3n,Display HTML Sitemap:Mostrar el mapa del sitio HTML,Using the custom-built tools below, you can add an HTML sitemap to your website and help visitors discover all your content. Adding an HTML sitemap to your website may also help search engines find your content more easily.:Usando las siguientes herramientas personalizadas, puedes a\u00f1adir a tu web un mapa del sitio HTML y ayudar a los visitantes a descubrir todo tu contenido. A\u00f1adir un mapa del sitio HTML a tu web tambi\u00e9n puede ayudar a los motores de b\u00fasqueda a encontrar m\u00e1s f\u00e1cilmente tu contenido.,No results found for your search. Try again!:No se han encontrado resultados para tu b\u00fasqueda. \u00a1Int\u00e9ntalo de nuevo!,Begin typing a term ID or name to search...:Empieza a escribir un ID de t\u00e9rmino o un nombre para buscar...,Begin typing a post ID, title or slug to search...:Empieza a escribir un ID de entrada, un t\u00edtulo o un slug para buscar...,The function accepts an associative array with the following arguments that can be used to override the default settings::La funci\u00f3n acepta un array asociativo con los siguientes argumentos que pueden ser usados para anular los ajustes por defecto:,To view the sitemap, enter a URL and save changes.:Para ver el mapa del sitio, introduce una URL y guarda los cambios.,The post types (by slug, comma-separated) that are included in the sitemap.:Los tipos de contenido (por slugs, separados por coma) que est\u00e1n incluidos en el mapa del sitio.,The taxonomies (by slug, comma-separated) that are included in the sitemap.:Las taxonom\u00edas (por slugs, separados por coma) que est\u00e1n incluidas en el mapa del sitio.,The HTML tag that is used for the label of each section. Defaults to %1$s.:La etiqueta HTML que se usa para la etiqueta de cada secci\u00f3n. Por defecto, %1$s.,Whether the labels should be shown or not. Defaults to %1$s.:Si se deben mostrar las etiquetas o no. Por defecto, %1$s.,Whether the publication date of posts should be shown.:Si se debe mostrar la fecha de publicaci\u00f3n de las entradas.,Whether the regular sitemap or compact date archive sitemap is output.:Si se muestra el mapa del sitio normal o el mapa del sitio compacto del archivo de fechas.,The sort direction. The supported values are %1$s and %2$s.:La direcci\u00f3n del orden. Los valores admitidos son %1$s y %2$s.,The sort order. The supported values are %1$s, %2$s, %3$s and %4$s.:El orden de clasificaci\u00f3n. Los valores admitidos son %1$s, %2$s, %3$s y %4$s.,The page that you have entered is invalid or already exists. Please enter a page with a unique slug.:La p\u00e1gina a la que has entrado no es v\u00e1lida o ya existe. Por favor, introduce una p\u00e1gina con un slug \u00fanico.,%1$s Addons Not Configured Properly:Las extensiones de %1$s no est\u00e1n configuradas correctamente,Are you sure you want to delete this backup?:\u00bfSeguro que deseas eliminar esta copia de seguridad?,Ascending:Ascendente,Alphabetical:Alfab\u00e9tico,Compact Archives:Archivos compactos,HTML Sitemap Settings:Ajustes del mapa del sitio HTML,Use the following PHP code anywhere in your theme to display the sitemap. %1$s:Usa el siguiente c\u00f3digo PHP en cualquier parte de tu tema para mostrar el mapa del sitio. %1$s,Show Publication Date:Mostrar la fecha de publicaci\u00f3n,Show Labels:Mostrar las etiquetas,No date archives could be found.:No se han podido encontrar archivos de fecha.,Sitemap:Mapa del sitio,No posts\/terms could be found.:No se han podido encontrar entradas\/t\u00e9rminos.,Display the sitemap on a dedicated page::Muestra el mapa del sitio en una p\u00e1gina dedicada:,Post\/Term ID:Entrada\/ID de t\u00e9rmino,Last Updated Date:Fecha de la \u00faltima actualizaci\u00f3n,Yes, I want to restore this backup:S\u00ed, quiero restaurar esta copia de seguridad,Yes, I want to delete this backup:S\u00ed, quiero borrar esta copia de seguridad,Home Page Meta Description:Descripci\u00f3n meta de la p\u00e1gina de inicio,Sort Direction:Direcci\u00f3n del orden,You have new notifications!:\u00a1Tienes nuevos avisos!,Descending:Descendente,Last Updated:\u00daltima actualizaci\u00f3n,%1$s HTML sitemap widget.:Widget del mapa del sitio HTML de %1$s.,%1$s - HTML Sitemap:%1$s - Mapa del sitio HTML,The following addons cannot be used, because they require %1$s%2$s %3$s%4$s to work::No se pueden usar las siguientes extensiones porque, para funcionar, necesitan %1$s%2$s %3$s%4$s:,Enter a comma-separated list of post IDs.:Introduce una lista de ID de entradas separados por comas.,Enter a comma-separated list of term IDs.:Introduce una lista de ID de t\u00e9rminos separados por comas.,Use the following shortcode to display the HTML Sitemap. %1$s:Usa el siguiente shortcode para mostrar el mapa del sitio HTML. %1$s,To add this block, edit a page or post and search for the %1$s\%2$s - HTML Sitemap\%3$s block.:Para a\u00f1adir este bloque, edita una p\u00e1gina o entrada y busca el bloque %1$s\u00ab%2$s - Mapa del sitio HTML\u00bb%3$s.,Sort Order:Ordenaci\u00f3n,Are you sure you want to restore this backup?:\u00bfSeguro que quieres restaurar esta copia de seguridad?,Value:Valor,Full Site Redirects:Redirecciones completas del sitio,Enter a WordPress Filter Name:Introduce un nombre de filtro de WordPress,Select Rule:Seleccionar la regla,Select Roles:Seleccionar los perfiles,Select Status:Seleccionar el estado,Enter the Server Name:Introduce el nombre del servidor,Enter an IP Address:Introduce una direcci\u00f3n IP,Enter a Locale Code, e.g.: en_GB, es_ES:Introduce un c\u00f3digo de idioma local, por ejemplo: en_GB, es_ES,Headline Analyzer:Analizador de titulares,Yes, I love it!:S\u00ed, \u00a1me encanta!,Thats Awesome!:\u00a1Eso es fant\u00e1stico!,Help us improve:Ay\u00fadanos a mejorar,The dollar symbol %1$s should be at the end. For example: %2$s:El s\u00edmbolo del d\u00f3lar %1$s debe estar al final. Por ejemplo: %2$s,Add Custom Rule:A\u00f1adir una regla personalizada,Select a Value or Add a New One:Selecciona un valor o a\u00f1ade uno nuevo,Key:Clave,Create, manage and monitor redirects for 404s or modified posts + server redirects, full site redirects and site aliases (Pro & Elite plans only):Crea, gestiona y supervisa las redirecciones para los errores 404 o las entradas modificadas, m\u00e1s las redirecciones del servidor, las redirecciones de todo el sitio y los alias del sitio (solo en los planes Pro y \u00c9lite),Custom Rules:Reglas personalizadas,Enable our Headline Analyzer to help you write irresistible headlines and rank better in search results.:Activa nuestro analizador de titulares para que te ayude a escribir titulares irresistibles y a posicionarte mejor en los resultados de b\u00fasqueda.,Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?:Por favor, \u00bfpodr\u00edas hacernos un GRAN favor y darle una valoraci\u00f3n de 5 estrellas en WordPress para ayudarnos a hacer correr la voz e impulsar nuestra motivaci\u00f3n?,Site Aliases:Alias del sitio,Cookie:Cookie,CORS:CORS,Content:Contenido,Logged Out:Desconectado,Logged In:Conectado,Libraries:Bibliotecas,Feeds:Feeds,Mobile:M\u00f3vil,Locale:Locale,WordPress Filter:Filtro de WordPress,HTTP Header:Cabecera HTTP,WordPress User Roles:Roles de usuario de WordPress,Login Status:Estado de acceso,Full Site Redirect:Redirecci\u00f3n completa del sitio,Your site is running an %1$sinsecure version%2$s of WordPress that is no longer supported. Please update your site to the latest version of WordPress in order to continue using %3$s.:Tu sitio est\u00e1 ejecutando una %1$sversi\u00f3n no segura%2$s de WordPress que ya no es recibe soporte. Por favor, actualiza tu sitio a la \u00faltima versi\u00f3n de WordPress para poder seguir usando %3$s.,Referrer:Remitente,Unauthorized:No autorizado,Forbidden:Prohibido,Found:Encontrado,Successful:Correcto,Informative:Informativo,List:Lista,Add Redirect to improve SEO:A\u00f1adir una redirecci\u00f3n para mejorar el SEO,A\u00f1adir redirecciones para mejorar el SEO,Your site is running an %1$soutdated version%2$s of WordPress. We recommend using the latest version of WordPress in order to keep your site secure.:Tu sitio est\u00e1 ejecutando una versi\u00f3n %1$sno actualizada%2$s de WordPress. Te recomendamos usar la \u00faltima versi\u00f3n de WordPress para mantener tu sitio seguro.,How-To:Gu\u00eda,Professional:Profesional,Improve your SEO rankings with additional keywords.:Mejora tu posicionamiento SEO con palabras clave adicionales.,AIOSEO - Breadcrumbs:AIOSEO - Migas de pan,Display the current page breadcrumb.:Muestra las migas de pan de la p\u00e1gina actual.,The %1$s brand.:La marca del %1$s.,%1$s Brand:Marca del %1$s,The %1$s SKU.:El SKU del %1$s.,%1$s SKU:SKU del %1$s,The %1$s price.:El precio del %1$s.,%1$s Price:Precio del %1$s,Post Type Name:Nombre del tipo de contenido,Archive format:Formato del archivo,Search String:Cadena de b\u00fasqueda,The day.:El d\u00eda.,The month.:El mes.,The year.:El a\u00f1o.,The 404 error format.:El formato del error 404.,The search result format.:El formato del resultado de b\u00fasqueda.,Label:Etiqueta,The permalink.:El enlace permanente.,Show Blog Home:Mostrar inicio del blog,Blog Page Title:T\u00edtulo de la p\u00e1gina del blog,Category Hierarchy:Jerarqu\u00eda de categor\u00edas,Link current item:Enlazar el elemento actual,Show current item:Mostrar elemento actual,The label.:La etiqueta.,The %1$s title.:El t\u00edtulo de %1$s.,The crumb separator.:El separador de las migas de pan.,The authors last name.:Los apellidos del autor.,The authors first name.:El nombre del autor.,The authors display name.:El nombre a mostrar del autor.,Author Display Name:Nombre a mostrar del autor,The blog page title.:El t\u00edtulo de la p\u00e1gina del blog.,Homepage label:Etiqueta de la p\u00e1gina de inicio,Display complete category hierarchy even if not selected on each individual post.:Muestra la jerarqu\u00eda completa de la categor\u00eda aunque no est\u00e9 seleccionada en cada entrada individual.,Format the label used for the 404 error page.:Da formato a la etiqueta utilizada en la p\u00e1gina de error 404.,Format the label used for the search results page.:Da formato a la etiqueta utilizada en la p\u00e1gina de resultados de b\u00fasqueda.,Format the label used for archives page.:Da formato a la etiqueta utilizada en la p\u00e1gina de archivos.,Prefix for breadcrumb path.:Prefijo de la ruta de las migas de pan.,Label used for homepage link (first item) in breadcrumbs.:Etiqueta utilizada para el enlace a la p\u00e1gina de inicio (primer elemento) en las migas de pan.,These settings will affect all the breadcrumbs displayed by %1$s throughout your site.:Estos ajustes afectar\u00e1 a todas las migas de pan mostradas por %1$s en todo tu sitio.,The purpose of breadcrumb navigation is to help users navigate around your website. It also helps search engines understand the structure and hierarchy of links on a web page.:El prop\u00f3sito de la navegaci\u00f3n por migas de pan es ayudar a los usuarios a navegar en toda tu web. Tambi\u00e9n ayuda a los motores de b\u00fasqueda a comprender la estructura y jerarqu\u00eda de enlaces de una p\u00e1gina web.,Breadcrumbs are an essential part of SEO. By default %1$s will automatically add breadcrumbs to the schema markup that we add to your site and you dont need to make any changes for that to work. Breadcrumbs can also be used as a secondary navigation system that tells users where they are on a website relative to the homepage.:Las migas de pan son una parte esencial del SEO. Por defecto, %1$s a\u00f1adir\u00e1 autom\u00e1ticamente migas de pan al marcado de schema que a\u00f1adimos a tu sitio, y no tienes que hacer ning\u00fan cambio para que funcione. Las migas de pan tambi\u00e9n se pueden usar como un sistema secundario de navegaci\u00f3n que les dice a los usuarios d\u00f3nde est\u00e1n en una web en relaci\u00f3n a la p\u00e1gina de inicio.,Search result format:Formato del resultado de b\u00fasqueda,The search string.:La cadena de b\u00fasqueda.,The archive format.:El formato del archivo.,The archive post type name.:El nombre del archivo del tipo de contenido.,Custom HTML templates:Plantillas HTML personalizadas,Our template editor will allow you to easily customize how breadcrumbs are displayed on your site based on each post type or taxonomy.:Nuestro editor de plantillas te permitir\u00e1 personalizar f\u00e1cilmente c\u00f3mo aparecen las migas de pan en tu sitio, bas\u00e1ndose en cada tipo de contenido o taxonom\u00eda.,Use the following PHP code anywhere in your theme (in the loop) to display the breadcrumbs. %1$s:Usa el siguiente c\u00f3digo PHP en cualquier parte de tu tema (en el bucle) para mostrar las migas de pan. %1$s,Use the following shortcode to display the current breadcrumbs. %1$s:Usa el siguiente shortcode para mostrar las migas de pan actuales. %1$s,To add this block, edit a page or post and search for the \%1$s - Breadcrumbs\ block. %2$s:Para a\u00f1adir este bloque, edita una p\u00e1gina o entrada y busca el bloque \u00ab%1$s - migas de pan\u00bb. %2$s,Day:D\u00eda,Year:A\u00f1o,Include:Incluir,Use a default template:Usar la plantilla por defecto,Detailed Address, Contact and Payment Info:Direcci\u00f3n, contacto e informaci\u00f3n de pago detallado,Business Info and Location blocks, widgets and shortcodes:Bloques, widgets y shortcodes de informaci\u00f3n y ubicaci\u00f3n del negocio,%1$s - Breadcrumbs:%1$s - Migas de pan,Granular control over the template for each post type, taxonomy and archive.:Control preciso sobre la plantilla en cada tipo de contenido, taxonom\u00eda y archivo.,Default template for all pages.:Plantilla por defecto para todas las p\u00e1ginas.,Visual Breadcrumb Trails:Rastro visual de las migas de pan,AIOSEO Local - Location Categories:AIOSEO local - Categor\u00edas de ubicaci\u00f3n,Opening Hours block, widget and shortcode:Bloque, widget y shortcode de horario de apertura,Override the default template for breadcrumbs on your site using our easy-to-use template editor.:Sustituye la plantilla por defecto de las migas de pan en tu sitio usando nuestro sencillo editor de plantillas.,Whether your business has multiple locations, or just one, %1$s makes it easy to configure and display relevant information about your local business. You can use the custom-built tools below, or you can use the Locations custom post type (multiple locations only) to generate relevant and necessary information for search engines or for your customers.:Si tu negocio tiene varias ubicaciones, o solo u na, %1$s facilita configurar y mostrar informaci\u00f3n relevante sobre tu negocio local. Puedes usar las herramientas a medida de abajo, o puedes usar el tipo de contenido personalizado \u00abUbicaciones\u00bb (solo para varias ubicaciones) para generar informaci\u00f3n relevante y necesaria para los motores de b\u00fasqueda o tus clientes.,Professional Service:Servicio profesional,Log sizes may fluctuate and not always be 100% accurate since the results can be cached. Also after clearing a log, it may not show as \0\ since database tables also include additional information such as indexes that we dont clear.:Los tama\u00f1os del registro pueden fluctuar y no siempre ser\u00e1n 100% precisos, ya que los resultados pueden estar en cach\u00e9. Adem\u00e1s, tras vaciar un registro, puede no mostrarse como \u00ab0\u00bb ya que las tablas de la base de datos incluyen informaci\u00f3n adicional, como \u00edndices, que no podemos vaciar.,Clear Redirect Logs:Vaciar registros de redirecci\u00f3n,Clear 404 Logs:Vaciar registros 404,Last Accessed:\u00daltimo acceso,at:a las,Show Icons:Mostrar iconos,Show Title:Mostrar t\u00edtulo,Available as Addon Plugin:Disponible como plugin de extensi\u00f3n,Redirection Manager:Gestor de redirecciones,Local Business schema (multiple locations supported) + Business Info & Location blocks, widgets & shortcodes (Plus, Pro & Elite plans only):Schema de negocio local (compatible con varias ubicaciones) + bloques, widgets y shortcodes de ubicaci\u00f3n e informaci\u00f3n del negocio (solo en los planes Plus, Pro y Elite),Submit your latest news stories to Google News (Pro & Elite plans only):Env\u00eda tus \u00faltimas historias de noticias a Google News (solo en los planes Plus, Pro, y Elite),Submit your videos to search engines (Pro & Elite plans only):Env\u00eda tus v\u00eddeos a los motores de b\u00fasqueda (solo en los planes Pro y Elite),Control the priority & frequency of each Post, Page, Category, Tag, etc.:Controla la prioridad y frecuencia de cada entrada, p\u00e1gina, categor\u00eda, etiqueta, etc.,Control the priority & frequency per Post Type\/Taxonomy:Controla la prioridad y frecuencia por tipo de contenido\/taxonom\u00eda,Posts, Pages, Categories, Tags + Breadcrumb Navigation + advanced graphs (Product, FAQ Page, Recipe, etc.):Entradas, p\u00e1ginas, categor\u00edas, etiquetas + Navegaci\u00f3n de migas de pan + gr\u00e1ficos avanzados (producto, FAQ, p\u00e1gina, receta, etc.),WooCommerce Products, Product Categories, Product Tags, Product Attributes + WooCommerce smart tags (price, brand, etc.):Productos, categor\u00edas de producto, etiquetas de producto, atributos de producto de WooCommerce + Etiquetas inteligentes para WooCommerce (precio, marca, etc.),Some servers may be configured to serve file resources directly, preventing a redirect occurring.:Algunos servidores pueden configurarse para servir recursos de archivos directamente, evitando que se produzca una redirecci\u00f3n.,The caret %1$s should be at the start. For example: %2$s:El s\u00edmbolo de intercalaci\u00f3n %1$s debe estar al principio. Por ejemplo: %2$s,To prevent a greedy regular expression you can use %1$s to anchor it to the start of the URL. For example: %2$s:Para evitar una expresi\u00f3n regular enorme puedes usar %1$s para anclarla al principio de la URL. Por ejemplo: %2$s,Remember to enable the %1$s option if this is a regular expression.:Recuerda activar la opci\u00f3n %1$s si es una expresi\u00f3n regular.,Anchor values are not sent to the server and cannot be redirected.:Los valores de anclaje no se enviaron al servidor y no se pueden redirigir.,The source URL should probably start with a %1$s:La URL de origen deber\u00eda empezar probablemente con una %1$s,Your source is the same as a target and this will create a loop.:Tu origen es el mismo que el destino y esto crear\u00e1 un bucle.,Permalinks are not currently supported.:Actualmente no se ofrecen enlaces permanentes.,Please enter a valid relative source URL.:Por favor, introduce una URL de origen relativa v\u00e1lida.,Regex:Regex,Add Redirects:A\u00f1adir redirecciones,Query Parameters::Par\u00e1metros de consulta:,whats this?:\u00bfqu\u00e9 es esto?,Enter a relative URL to redirect from or start by typing in page or post title, slug or ID. You can also use regex (%1$s):Introduce una URL relativa desde la que redirigir o empieza a teclear el t\u00edtulo de una p\u00e1gina o entrada, slug o ID. Tambi\u00e9n puedes usar regex (%1$s),FUTURE:FUTURO,PENDING:PENDIENTE,DRAFT:BORRADOR,Filter:Filtrar,Moved Permanently:Movido permanentemente,A redirect already exists for this source URL. To make changes, edit the original instead.:Ya existe una redirecci\u00f3n para esta URL de origen. Para hacer cambios edita el original en su lugar.,Your target URL contains the invalid character(s) %1$s:Tu URL de destino contiene los caracteres no v\u00e1lidos %1$s,Add Redirect:A\u00f1adir redirecci\u00f3n,An error occurred while adding your redirects. Please try again later.:Ha ocurrido un error al a\u00f1adir tus redirecciones. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,Redirect Type::Tipo de redirecci\u00f3n:,Widget:Widget,404 Redirects:Redirecciones de 404,Modified Posts:Entradas modificadas,Manual Redirects:Redirecciones manuales,Forever:Siempre,1 week:1 semana,1 day:1 d\u00eda,1 hour:1 hora,Ignore Slash:Ignorar barra inclinada,Ignore Case:Ignorar may\u00fasculas\/min\u00fasculas,IDs:IDs,Use Defaults:Usar ajustes por defecto,Hours:Horas,Contact Info:Informaci\u00f3n de contacto,Contact Page URL:URL de la p\u00e1gina de contacto,About Page URL:URL de la p\u00e1gina \u00abAcerca de\u00bb,Website URL:URL de la web,Show icons:Mostrar iconos,Show labels:Mostrar etiquetas,Show Tax ID:Mostrar ID de impuestos,Email Address:Direcci\u00f3n de correo electr\u00f3nico,Fax Number:N\u00famero de fax,Address:Direcci\u00f3n,Hits:Visitas,Target URL:URL de destino,Source URL:URL de origen,Display Info:Mostrar informaci\u00f3n,Ignore all parameters except UTM:Ignorar todos los par\u00e1metros excepto UTM,Ignore & pass parameters to the target:Ignorar y pasar par\u00e1metros al objetivo,Exact match all parameters in any order:Coincidencia exacta de todos los par\u00e1metros en cualquier orden,Ignore all parameters:Ignorar todos los par\u00e1metros,Create and manage redirects for your broken links.:Crea y gestiona redirecciones para tus enlaces rotos.,Redirect Logs:Registros de redirecciones,This action cannot be undone.:Esta acci\u00f3n no se puede deshacer.,I have two sets of opening hours per day:Tengo dos conjuntos de horas de apertura por d\u00eda,Displayed when the business is open all day long.:Se muestra cuando el negocio est\u00e1 abierto todo el d\u00eda.,Displayed when the business is closed.:Se muestra cuando el negocio est\u00e1 cerrado.,Will default opening hours set globally:Se establecer\u00e1 un horario de apertura por defecto a nivel global,Enter a URL or start by typing a page or post title, slug or ID.:Introduce una URL o empieza a escribir el t\u00edtulo de una p\u00e1gina o entrada, el slug o el ID.,Payment Methods Accepted:M\u00e9todos de pago aceptados,Currencies Accepted:Monedas aceptadas,This is a duplicate of a URL you are already adding. You can only add unique source URLs.:Esta URL es un duplicado de una que ya has a\u00f1adido. Solo puedes a\u00f1adir URLs de origen \u00fanico.,Import from CSV file...:Importar desde un archivo CSV...,Source URLs:URLs de origen,Your target URL should be an absolute URL like %1$s or start with a slash %2$s.:Tu URL de destino debe ser una URL absoluta como %1$s o comenzar con una barra inclinada %2$s.,Your URL appears to contain a domain inside the path: %1$s. Did you mean to use %2$s instead?:Tu URL parece que contiene un dominio dentro de la ruta: %1$s. \u00bfPrefieres usar %2$s en su lugar?,Phone\/Fax Country Code:C\u00f3digo de pa\u00eds del tel\u00e9fono\/fax,Show VAT ID:Mostrar CIF,Address Line 1:Direcci\u00f3n (l\u00ednea 1),Address Line 2:Direcci\u00f3n 2,No, I changed my mind:No, he cambiado de opini\u00f3n,Choose a plugin to import Local SEO directly into %1$s.:Elige un plugin del que importar SEO Local directamente en %1$s.,Are you sure you want to delete these query args?:\u00bfEst\u00e1s seguro de que quieres eliminar estos argumentos de consulta?,Redirect Monitoring:Vigilancia de redirecciones,404 Monitoring:Vigilancia de 404s,Automatic Redirects:Redirecciones autom\u00e1ticas,Fast Server Redirects:Redirecciones r\u00e1pidas del servidor,Search URLs:Buscar URLs,All Groups:Todos los grupos,Filter by Group:Filtrar por grupo,Group:Grupo,%1$s Local - Business Info:%1$s Local - Informaci\u00f3n del negocio,%1$s Local - Opening Hours:%1$s Local - Horarios de apertura,Loading...:Cargando\u2026,Settings:Ajustes,Import \/ Export:Importar \/ exportar,404 Logs:Registros 404,Add New Redirection:A\u00f1adir nueva redirecci\u00f3n,Pass through:Paso a trav\u00e9s,Please enable multiple locations before using this block.:Por favor, activa varias ubicaciones antes de utilizar este bloque.,Select a %1$s:Seleccionar %1$s,No %1$s found:No se han encontrado %1$s,No Index RSS Feeds:Noindex los feeds RSS,Setup %1$s:Configurar %1$s,Activate %1$s:Activar %1$s,%1$s is Installed & Active:%1$s est\u00e1 instalado y activo,items:elementos,of:de,Google Analytics is now handled by %1$s.:Google Analytics ahora lo gestiona %1$s.,Install %1$s:Instalar %1$s,%1$sA valid license key is required%2$s in order to connect with %3$s.:%1$sEs obligatoria una clave de licencia v\u00e1lida%2$s para conectar con %3$s.,Analyzing your content with %1$s keywords is only available to licensed %2$s users. %3$s:Analizando tu contenido con palabras clave de %1$s est\u00e1 disponible solamente para los usuarios con licencia de %2$s. %3$s,No results:Sin resultados,Trend:Tendencias,Volume:Voumen,Show Results For::Mostrar resultados para:,Apply:Aplicar,Bulk Actions:Acciones en lotes,Get Additional Keywords with %1$s!:\u00a1Consigue palabras clave adicionales con %1$s!,To use this feature, first add a focus keyword.:Para usar esta caracter\u00edstica, primero a\u00f1ade una palabra clave principal.,%1$s integrates directly with %2$s to provide you with actionable keywords to help you write better content.:%1$s se integra directamente con %2$s para ofrecerte palabras clave accionables para ayudarte a escribir mejor contenido.,Get Additional Keywords:Consigue palabras clave adicionales,Additional Keywords by %1$s:Palabras clave adicionales gracias a %1$s,%1$s migrated all your title formats, some of which were blank. If you were purposely using blank formats in the previous version of %2$s and want WordPress to handle your titles, you can safely dismiss this message. For more information, check out our documentation on %3$sblank title formats%4$s.:%1$s ha migrado todos tus formatos de t\u00edtulo, algunos de los cuales estaban en blanco. Si usabas formatos en blanco a prop\u00f3sito en la anterior versi\u00f3n de %2$s y quieres que WordPress gestione tus t\u00edtulos, puedes descartar este mensaje con seguridad. Para m\u00e1s informaci\u00f3n revisa nuestra documentaci\u00f3n sobre %3$sformatos de t\u00edtulo en blanco%4$s.,Not Found:No encontrado,Rating:Valoraci\u00f3n,Question:Pregunta,FAQ:FAQ,(Default):(Por defecto),Recipe:Receta,Course:Curso,review:valoraci\u00f3n,valoraciones,The first name of the post author.:El nombre del autor de la entrada.,The display name of the post author.:El nombre a mostrar del autor de la entrada.,Installing %1$s %2$s:Instalando %1$s %2$s,%1$s Documentation:Documentaci\u00f3n de %1$s,Search for an item...:Buscar un elemento...,Sample short description for your product.:Muestra una breve descripci\u00f3n de su producto.,A short description for your product.:Una descripci\u00f3n corta para su producto.,The description should stimulate reader interest and get them to click on the article. Think of it as a mini-advertisement for your content.:La descripci\u00f3n debe estimular el inter\u00e9s del lector y hacer que haga clic en el art\u00edculo. Piense en ello como un mini anuncio para su contenido.,Write a meta description for your page. Use your target keywords (in a natural way) and write with human readers in mind. Summarize the content - describe the topics your article discusses.:Escriba una meta descripci\u00f3n para su p\u00e1gina. Utilice sus palabras clave objetivo (de forma natural) y escriba pensando en lectores humanos. Resuma el contenido: describa los temas que trata su art\u00edculo.,%1$s Lite vs. Pro:%1$s Lite vs. Pro,Features::Caracter\u00edsticas:,Best Practices for Domains and URLs:Mejores Pr\u00e1cticas para Dominios y URLs,Basic Guide to Google Search Console:Gu\u00eda b\u00e1sica de Google Search Console,Basic Guide to Google Analytics:Gu\u00eda b\u00e1sica de Google Analytics,View all video tutorials:Ver todos los video tutoriales,%1$sBonus:%2$s You can upgrade to the %3$s plan today and %4$ssave %5$s off%6$s (discount auto-applied).:%1$sBono:%2$s Puedes actualizar al plan %3$s hoy y %4$sahorrar%5$s un %6$s (descuento aplicado autom\u00e1ticamente).,Optimizing your Content Headings:Optimizando los encabezados de tu contenido,Edit Your Meta Description:Editar tu meta descripci\u00f3n,Enter a page URL, e.g. %1$s:Introduce una URL de p\u00e1gina, p. ej. %1$s,How to Control Search Results:C\u00f3mo controlar los resultados de b\u00fasqueda,Product Short Description:Descripci\u00f3n corta del producto,See our full documentation:Ver nuestra documentaci\u00f3n completa,Video Tutorials:Videotutoriales,archive:archivar,No meta description was found for your page.:No se ha encontrado meta descripci\u00f3n para su p\u00e1gina.,Google Safe browsing shows warnings and alerts to users if they visit a suspicious website. If you are flagged by Google Safe Browsing, you should take immediate steps to fix that.:Google Safe browsing muestra advertencias y alertas a los usuarios si visitan una web sospechosa. Si est\u00e1 marcado por Google Safe browsing, debe tomar medidas inmediatas para solucionarlo.,Fortunately, every popular web server has options to prevent directory listings. Theyll show a \403 forbidden\ message instead.:Afortunadamente, todos los servidores web populares tienen opciones para evitar listados de directorios. En su lugar, mostrar\u00e1n un mensaje \403 prohibido\.,Edit Your Page Title:Editar el T\u00edtulo de Su P\u00e1gina,The meta description is set and is %1$d characters long.:La meta descripci\u00f3n est\u00e1 establecida y tiene una longitud de %1$d caracteres.,The meta description is %1$d characters long, which is too long.:La meta descripci\u00f3n tiene una longitud de %1$d caracteres, la cual es muy larga.,The meta description is only %1$d characters long, which is too short.:La meta descripci\u00f3n solo tiene una longitud de %1$d caracteres, la cual es muy corta.,No meta description was found for the page.:No se ha encontrado meta descripci\u00f3n para la p\u00e1gina.,The site is using a secure transfer protocol (https).:El sitio est\u00e1 usando un protocolo de transferencia seguro (https).,The site is not using a secure transfer protocol (https).:El sitio no est\u00e1 usando un protocolo de transferencia seguro (https).,It looks like this site has been added to one of Googles malwares lists.:Parece que este sitio se ha a\u00f1adido a una de las listas de malware de Google.,Directory Listing seems to be disabled on the server.:El listado de directorios parece estar desactivado en el servidor.,Directory Listing seems to be enabled on the server.:El listado de directorios parece estar activado en el servidor.,Google has not flagged this site for malware.:Google no ha marcado este sitio por malware.,Alternatively, you can create an empty index.php file and save it in every directory on your site. Thats an approach that WordPress uses and it works well.:Alternativamente, puede crear un archivo index.php vac\u00edo y guardarlo en cada directorio de tu sitio. Ese es un enfoque que usa WordPress y funciona bien.,Directory Listing seems to be disabled on your server.:El listado de directorios parece estar desactivado en tu servidor.,Directory Listing seems to be enabled on your server.:El listado de directorios parece estar activado en tu servidor.,Google has not flagged your site for malware!:\u00a1Google no ha marcado tu sitio por malware!,If you arent using an SSL certificate for your site that means you are losing a lot of potential traffic. We recommend getting an SSL certificate installed immediately.:Si no est\u00e1s utilizando un certificado SSL para tu sitio, significa que est\u00e1 perdiendo una gran cantidad de tr\u00e1fico potencial. Recomendamos instalar un certificado SSL de inmediato.,It looks like your site has been added to one of Googles malwares lists.:Parece que tu sitio est\u00e1 en una de las listas de malware de Google.,Its a great idea to try and hide the theme you have visible. From time to time vulnerabilities are found in themes and if your site is not updated in a timely fashion, outdated plugins and themes can be exploited.:Es una gran idea intentar ocultar el tema que tienes visible. De vez en cuando se encuentran vulnerabilidades en los temas y, si tu sitio no se mantiene actualizado, se pueden explotar plugins y temas obsoletos.,Your meta description is %1$d characters long, which is too long.:Tu meta descripci\u00f3n tiene una longitud de %1$d caracteres, es muy larga.,Your meta description is only %1$d characters long, which is too short.:Tu meta descripci\u00f3n solo tiene una longitud de %1$d caracteres, es muy corta.,Your meta description is set and is %1$d characters long.:Tu meta descripci\u00f3n est\u00e1 establecida y tiene una longitud de %1$d caracteres.,Your site is not using a secure transfer protocol (https).:Tu sitio no est\u00e1 usando un protocolo de transferencia seguro (https).,Your site is using a secure transfer protocol (https).:Tu sitio est\u00e1 usando un protocolo de transferencia seguro (https).,Writing compelling titles is both a science and an art. There are automated tools that can analyze your title against known metrics for readability and click-worthiness. You also need to understand the psychology of your target audience.:Escribir t\u00edtulos atractivos es tanto una ciencia como un arte. Existen herramientas automatizadas que pueden analizar su t\u00edtulo con m\u00e9tricas conocidas para mejorar la legibilidad y el valor de los clics. Tambi\u00e9n necesita comprender la psicolog\u00eda de su p\u00fablico objetivo.,Anyone can see that you are using the %1$s theme.:Cualquiera puede ver que est\u00e1 usando el tema %1$s.,You have no visible plugins!:\u00a1No tiene plugins visibles!,You can get an even greater boost in speed with a content delivery network service. These services host a copy of your content on multiple servers spread out across the globe. A users request is handled by the edge server thats closest to their physical location, so the content arrives incredibly fast.:Puede obtener un aumento a\u00fan mayor en la velocidad con un servicio de red de entrega de contenido. Estos servicios alojan una copia de su contenido en varios servidores repartidos por todo el mundo. La solicitud de un usuario es manejada por el servidor perimetral m\u00e1s cercano a su ubicaci\u00f3n f\u00edsica, por lo que el contenido llega incre\u00edblemente r\u00e1pido.,The theme is not visible.:El tema no es visible.,Anyone can see that they are using the %1$s theme.:Cualquiera puede ver que est\u00e1s usando el tema %1$s.,There are no visible plugins.:No hay plugins visibles.,Plugins from the website are publicly visible.:Los plugins de la web son visibles p\u00fablicamente.,Ensure your pages title includes your target keywords, and design it to encourage users to click.:Aseg\u00farate de que el t\u00edtulo de tu p\u00e1gina incluya sus palabras clave objetivo y dis\u00e9\u00f1alo para alentar a los usuarios a hacer clic.,Its a great idea to try and hide the plugins you have visible. From time to time vulnerabilities are found in plugins and if your site is not updated in a timely fashion, outdated plugins and themes can be exploited.:Es una gran idea intentar ocultar los plugins que tienes visibles. De vez en cuando se encuentran vulnerabilidades en algunos plugins y si tu sitio no se mantiene actualizado, se pueden explotar plugins y temas obsoletos.,Plugins from your website are publicly visible.:Los plugins de tu web son visibles p\u00fablicamente.,Your theme is not visible!:\u00a1Tu tema no es visible!,If you want to continue to improve your response time, the simplest and fastest fix is to use a caching plugin. Caching plugins keep a cached version of each page on your site. Instead of building the page from scratch, the server will send the cached copy.:Si quieres continuar mejorando tu tiempo de respuesta, la soluci\u00f3n m\u00e1s simple y r\u00e1pida es usar un plugin de cach\u00e9. Los plugins de cach\u00e9 mantienen una versi\u00f3n en cach\u00e9 de cada p\u00e1gina de tu sitio. En lugar de crear la p\u00e1gina desde cero, el servidor enviar\u00e1 la copia en cach\u00e9.,The response time of your page is %1$f seconds. It is recommended to keep it equal to or below 0.2 seconds.:El tiempo de respuesta de su p\u00e1gina es de %1$f segundos. Se recomienda mantenerlo igual o inferior a 0,2 segundos.,Removing white space can also have an impact on your HTML pages size. White space characters like carriage returns and tabs are ignored by the browser, but they make the markup easier for developers to read. So you should always strip them from your templates or themes before you use them in a production environment.:Eliminar los espacios en blanco tambi\u00e9n puede tener un impacto en el tama\u00f1o de su p\u00e1gina HTML. El navegador ignora los espacios en blanco como los retornos de carro y las pesta\u00f1as, pero facilitan la lectura del marcado para los desarrolladores. Por lo tanto, siempre debe eliminarlos de sus plantillas o temas antes de usarlos en un entorno de producci\u00f3n.,The response time is under 0.2 seconds.:El tiempo de respuesta es inferior a 0,2 segundos.,The response time of the page is %1$f seconds. It is recommended to keep it equal to or below 0.2 seconds.:El tiempo de respuesta de la p\u00e1gina es de %1$f segundos. Se recomienda mantenerlo igual o inferior a 0,2 segundos.,The SEO title is set and is %1$d characters long.:El t\u00edtulo SEO est\u00e1 establecido y tiene una longitud de %1$d caracteres.,Your response time is under 0.2 seconds.:Tu tiempo de respuesta es inferior a 0,2 segundos.,You can reduce CSS repetition with HTML class and ID attributes. Often the same rules will be repeated across many page elements, embedded in each tags \style\ attribute. You can extract them into a single \style\ tag and use classes and IDs to target each element.:Puede reducir la repetici\u00f3n de CSS con una clase HTML y atributos ID. A menudo, las mismas reglas se repetir\u00e1n en muchos elementos de la p\u00e1gina, incrustadas en el atributo \estilo\ de cada etiqueta. Puede extraerlos en una sola etiqueta de \estilo\ y usar clases e IDs para apuntar a cada elemento.,Sometimes inline CSS is a culprit. A little inline CSS can help your page render faster. Too much will bloat the HTML file and increase the page loading time.:A veces, el CSS en l\u00ednea es el culpable. Un poco de CSS en l\u00ednea puede ayudar a que su p\u00e1gina se procese m\u00e1s r\u00e1pido. Demasiado inflar\u00e1 el archivo HTML y aumentar\u00e1 el tiempo de carga de la p\u00e1gina.,In order to reduce page size, remove any unnecessary tags from your markup. This includes developer comments, which are invisible to your users - search engines ignore the text in comments, too.:Para reducir el tama\u00f1o de la p\u00e1gina, elimine las etiquetas innecesarias de su marcado. Esto incluye los comentarios de los desarrolladores, que son invisibles para los usuarios; los motores de b\u00fasqueda tambi\u00e9n ignoran el texto de los comentarios.,Try to replace embedded objects with HTML5 alternatives.:Intente reemplazar los objetos incrustados con alternativas HTML5.,CSS::CSS:,JavaScript::JavaScript:,Images::Im\u00e1genes:,More than 20 requests can result in slow page loading.:M\u00e1s de 20 solicitudes pueden provocar una carga de p\u00e1gina lenta.,There are server-side tools (including WordPress plugins) to automatically minify CSS files.:Existen herramientas del lado del servidor (incluidos plugins de WordPress) para minimizar autom\u00e1ticamente los archivos CSS.,We recommend tracking down where the un-minified CSS files come from.:Recomendamos rastrear de d\u00f3nde provienen los archivos CSS no minimizados.,CSS files appear in many places, including frameworks (like Bootstrap), themes and templates, and third-party plugins.:Los archivos CSS aparecen en muchos lugares, incluidos frameworks (como Bootstrap), temas y plantillas, y plugins de terceros.,All CSS files appear to be minified.:Todos los archivos CSS parecen estar minimizados.,Some CSS files dont seem to be minified.:Algunos archivos CSS no parecen estar minimizados.,There are server-side tools (including WordPress plugins) to automatically minify JavaScript files.:Existen herramientas del lado del servidor (incluidos plugins de WordPress) para minimizar autom\u00e1ticamente los archivos JavaScript.,We recommend tracking down where the un-minified JavaScript files come from:Recomendamos rastrear de d\u00f3nde provienen los archivos JavaScript no minimizados,JavaScript files appear in many places, including frameworks (like Bootstrap), themes and templates, and third-party plugins.:Los archivos JavaScript aparecen en muchos lugares, incluidos frameworks (como Bootstrap), temas y plantillas, y plugins de terceros.,All Javascript files appear to be minified.:Todos los archivos Javascript parecen estar minimizados.,Some Javascript files dont seem to be minified.:Algunos archivos Javascript no parecen estar minimizados.,Alternatively, you can use a CMS plugin to simplify the process - its a more user-friendly option. WordPress has a host of caching plugins, and most of them give you options to control the caching headers.:Alternativamente, puede usar un plugin CMS para simplificar el proceso; es una opci\u00f3n m\u00e1s f\u00e1cil de usar. WordPress tiene una gran cantidad de plugins de cach\u00e9, y la mayor\u00eda de ellos le brindan opciones para controlar los encabezados de cach\u00e9.,The page makes %1$d requests.:La p\u00e1gina realiza %1$d peticiones.,The SEO title is %1$d characters long, which is too long.:El t\u00edtulo SEO tiene %1$d caracteres, que es demasiado largo.,Your page makes %1$d requests.:Tu p\u00e1gina realiza %1$d peticiones.,Your SEO title is set and is %1$d characters long.:Tu t\u00edtulo para SEO est\u00e1 establecido y tiene una longitud de %1$d caracteres.,This is over our recommendation of 50 KB.:Esto supera nuestra recomendaci\u00f3n de 50 KB.,This is under the average of 33 KB.:Esto est\u00e1 por debajo del promedio de 33 KB.,The size of the HTML document is %1$d KB.:El tama\u00f1o del documento HTML es de %1$d KB.,If you use the Apache or NGINX web servers, you can edit the configuration files to set the \expires\ header for all image files. For Apache, you can also use a \.htaccess\ file to change the settings for each folder.:Si utiliza los servidores web Apache o NGINX, puede editar los archivos de configuraci\u00f3n para establecer el encabezado \expires\ para todos los archivos de imagen. Para Apache, tambi\u00e9n puede utilizar un archivo \.htaccess\ para cambiar los ajustes de cada carpeta.,Edit Your Page:Editar Su P\u00e1gina,No Schema.org data was found on your page.:No se encontraron datos de Schema.org en su p\u00e1gina.,All the required Open Graph meta tags have been found.:Se han encontrado todas las meta etiquetas necesarias de Open Graph.,Duplicate Open Graph meta tags were found.:Se encontraron meta etiquetas de Open Graph duplicadas.,Some Open Graph meta tags are missing.:Faltan algunas meta etiquetas de Open Graph.,%1$s has a full suite of tools to manage the robots.txt file, along with other related technologies, like XML Sitemaps.:%1$s tiene una soluci\u00f3n completa de herramientas para gestionar el archivo robots.txt, junto con otras tecnolog\u00edas relacionadas, como mapas de sitio XML.,The server is using \expires\ headers for the images.:El servidor est\u00e1 usando encabezados \u00abexpires\u00bb para las im\u00e1genes.,The server is not using \expires\ headers for the images.:El servidor no est\u00e1 usando encabezados \u00abexpires\u00bb para las im\u00e1genes.,We found Schema.org data on the page.:Encontramos datos de Schema.org en la p\u00e1gina.,No Schema.org data was found on the page.:No se encontraron datos de Schema.org en la p\u00e1gina.,The SEO title is only %1$d characters long, which is too short.:El t\u00edtulo SEO tiene solo %1$d caracteres, que es demasiado corto.,The site has a robots.txt file.:El sitio tiene un archivo robots.txt.,The site has a robots.txt file which includes one or more \disallow\ directives.:El sitio tiene un archivo robots.txt que incluye una o m\u00e1s directivas \u00abdisallow\u00bb.,The robots.txt file is missing or unavailable.:El archivo robots.txt falta o no est\u00e1 disponible.,%1$s makes it extremely easy to add highly relevant Schema.org markup to your site. It has a simple graphical interface, so you dont have to get your hands dirty with complex HTML markup.:%1$s hace que sea extremadamente f\u00e1cil a\u00f1adir marcado de Schema.org muy relevante para tu sitio. Tiene una interfaz gr\u00e1fica simple, por lo que no tienes que ensuciarte las manos con un complejo marcado HTML.,Make sure that you only block parts you dont want to be indexed.:Aseg\u00farate de bloquear solo las partes que quieres que se indexen.,We found Schema.org data on your page.:Encontramos datos de Schema.org en tu p\u00e1gina.,You can manually create a robots.txt file and upload it to your sites web root. A simpler option is to use a plugin for your CMS platform.:Puedes crear manualmente un archivo robots.txt y subirlo a la ra\u00edz web de tu sitio. Una opci\u00f3n m\u00e1s sencilla es utilizar un plugin para tu plataforma CMS.,Your SEO title is %1$d characters long, which is too long.:Tu t\u00edtulo para SEO tiene %1$d caracteres, es demasiado largo.,Your SEO title is only %1$d characters long, which is too short.:Tu t\u00edtulo para SEO tiene solo %1$d caracteres, es demasiado corto.,Your server is not using \expires\ headers for your images.:Tu servidor no est\u00e1 usando encabezados \u00abexpires\u00bb para tus im\u00e1genes.,Your server is using \expires\ headers for your images.:Tu servidor est\u00e1 usando encabezados \u00abexpires\u00bb para tus im\u00e1genes.,Your site has a robots.txt file which includes one or more \disallow\ directives.:Tu sitio tiene un archivo robots.txt que incluye una o m\u00e1s directivas \u00abdisallow\u00bb.,Your site has a robots.txt file.:Tu sitio tiene un archivo robots.txt.,We couldnt find an SEO Title.:No pudimos encontrar un T\u00edtulo SEO.,Decide whether you want your sites URLs to include a \www\, or if you prefer a plain domain name. There are marketing pros and cons for each choice, but neither one is better or worse for SEO purposes - as long as youre consistent.:Decide si quieres que las URL de tu sitio incluyan \u00abwww\u00bb o si prefieres un nombre de dominio simple. Hay pros y contras de marketing para cada opci\u00f3n, pero ninguno es mejor o peor para fines de SEO, siempre y cuando sea coherente.,You should use HTTP redirections (301 permanent redirects) to pass PageRank from the \wrong\ URLs to the standard (canonical) ones. That way, your content will still benefit from backlinks if someone makes a mistake and uses the wrong URL.:Debes utilizar redirecciones HTTP (redirecciones permanentes 301) para pasar PageRank de las URL \u00abincorrectas\u00bb a las est\u00e1ndar (can\u00f3nicas). De esa manera, tu contenido a\u00fan se beneficiar\u00e1 de los backlinks si alguien comete un error y usa la URL incorrecta.,Your robots.txt file is missing or unavailable.:Tu archivo robots.txt falta o no est\u00e1 disponible.,Both the www and non-www versions of your URL are redirected to the same site.:Tanto las versiones www como no www de su URL se redirigen al mismo sitio.,If youve republished an article from another source (such as another site or a different section of your own site) then you need to pick which URL is the \correct\ one and use that!:Si ha vuelto a publicar un art\u00edculo de otra fuente (como otro sitio o una secci\u00f3n diferente de su propio sitio), debe elegir qu\u00e9 URL es la \correcta\ \u00a1y utilizarla!,Both the www and non-www versions of the URL are redirected to the same site.:Tanto las versiones www como no www de su URL se redirigen al mismo sitio.,The page does not contain any noindex header or meta tag.:La p\u00e1gina no contiene ning\u00fan encabezado o meta etiqueta noindex.,The page contains a noindex header or meta tag.:La p\u00e1gina contiene un encabezado o meta etiqueta noindex.,Every page on your site should have a link> tag with a rel\canonical\ attribute. The link tag should go inside the pages head tag, and it should contain the pages \correct\ URL.:Cada p\u00e1gina de tu sitio debe tener una etiqueta link> con un atributo rel \canonical\. La etiqueta de enlace debe ir dentro de la etiqueta de cabecera de la p\u00e1gina y debe contener la URL \u00abcorrecta\u00bb de la p\u00e1gina.,Only ever use noindex meta tag or header on pages you want to keep out of the reach of search engines!:\u00a1Usa solo la meta etiqueta o encabezado noindex en las p\u00e1ginas que quiras mantener fuera del alcance de los motores de b\u00fasqueda!,The www and non-www versions of your URL are not redirected to the same site.:Las versiones con www y sin www de tu URL no redirigen al mismo sitio.,Your page contains a noindex header or meta tag.:Tu p\u00e1gina contiene un encabezado o meta etiqueta noindex.,Your page does not contain any noindex header or meta tag.:Tu p\u00e1gina no contiene ning\u00fan encabezado o meta etiqueta noindex.,The www and non-www versions of the URL are not redirected to the same site.:Las versiones con www y sin www de la URL no redirigen al mismo sitio.,No canonical link tag found on your page.:No hay etiqueta de enlace can\u00f3nico en su p\u00e1gina.,The page is using the canonical link tag.:La p\u00e1gina est\u00e1 usando la etiqueta de enlace can\u00f3nico.,No canonical link tag found on the page.:No hay ninguna etiqueta de enlace can\u00f3nico en la p\u00e1gina.,Your page is using the canonical link tag.:Tu p\u00e1gina est\u00e1 usando la etiqueta de enlace can\u00f3nico.,Internal::Internos:,The ratio of internal links to external links is uneven.:La proporci\u00f3n de enlaces internos a enlaces externos es desigual.,Too few internal links on your page.:Muy pocos enlaces internos en su p\u00e1gina.,All images on your page have alt attributes.:Todas las im\u00e1genes de su p\u00e1gina tienen atributos alt.,Some images on your page have no alt attribute.:Algunas im\u00e1genes en su p\u00e1gina no tienen atributos alt.,Dont try to force keywords into sub-headings if they feel unnatural. It will send the wrong message to your readers, possibly driving them away.:No intente forzar palabras clave en subt\u00edtulos si se sienten poco naturales. Enviar\u00e1 el mensaje equivocado a sus lectores, posiblemente alej\u00e1ndolos.,The page has a correct number of internal and external links.:La p\u00e1gina tiene un n\u00famero correcto de enlaces internos y externos.,Too few internal links on the page.:Demasiados pocos enlaces internos en la p\u00e1gina.,All images on the page have alt attributes.:Todas las im\u00e1genes de la p\u00e1gina tienen atributos alt.,Some images on the page have no alt attribute.:Algunas im\u00e1genes en la p\u00e1gina no tienen atributos alt.,It should be easy to include your main and supporting keywords in the H2 tags - after all, these keywords describe your content! If its hard to work the keywords into your subheadings, it could be a sign that the keywords arent closely related to your content.:Deber\u00eda ser f\u00e1cil incluir tus palabras clave principales y de apoyo en las etiquetas H2; despu\u00e9s de todo, \u00a1estas palabras clave describen tu contenido! Si es dif\u00edcil incorporar las palabras clave en tus subt\u00edtulos, podr\u00eda ser una se\u00f1al de que las palabras clave no est\u00e1n estrechamente relacionadas con tu contenido.,Make sure every image has an alt tag, and add useful descriptions to each image. Add your keywords or synonyms - but do it in a natural way.:Aseg\u00farate de que cada imagen tenga una etiqueta alt y a\u00f1ade descripciones \u00fatiles a cada imagen. A\u00f1ade tus palabras clave o sin\u00f3nimos, pero hazlo de forma natural.,No internal links were found on your page.:No se han encontrado enlaces internos en su p\u00e1gina.,Your page has a correct number of internal and external links.:Tu p\u00e1gina tiene un n\u00famero correcto de enlaces internos y externos.,No internal links were found on the page.:No se han encontrado enlaces internos en la p\u00e1gina.,External::Externo:,H2 tags were found on your page.:Se encontraron etiquetas H2 en su p\u00e1gina.,H2 tags were found on the page.:Se encontraron etiquetas H2 en la p\u00e1gina.,Make sure you have a good balance of H2 tags to plain text in your content. Break the content down into logical sections, and use headings to introduce each new topic.:Aseg\u00farate de tener un buen equilibrio entre las etiquetas H2 y el texto sin formato en tu contenido. Divide el contenido en secciones l\u00f3gicas y usa t\u00edtulos para presentar cada tema nuevo.,No H2 tags were found on your page.:No se han encontrado etiquetas H2 en tu p\u00e1gina.,You should write as if your readers are selfish people with short attention spans (because that describes a large percentage of the worlds population). Readers visit websites for selfish reasons - theyre not there to make you happy.:Debes escribir como si tus lectores fueran personas ego\u00edstas con poca capacidad de atenci\u00f3n (porque eso describe un gran porcentaje de la poblaci\u00f3n mundial). Los lectores visitan sitios web por razones ego\u00edstas, no est\u00e1n ah\u00ed para hacerte feliz.,No H2 tags were found on the page.:No se han encontrado etiquetas H2 en la p\u00e1gina.,Also, try to include synonyms and relevant terminology in H2 tag text. Search engines are pretty smart - they know which words usually occur together in each niche.:Tambi\u00e9n, intenta incluir sin\u00f3nimos y terminolog\u00eda relevante en el texto de la etiqueta H2. Los motores de b\u00fasqueda son bastante inteligentes: saben qu\u00e9 palabras suelen aparecer juntas en cada nicho.,A good headline stimulates reader interest and offers a compelling reason to read your content. It promises a believable benefit.:Un buen titular estimula el inter\u00e9s del lector y ofrece una raz\u00f3n convincente para leer su contenido. Promete un beneficio cre\u00edble.,Because your headline plays a large role in reader engagement, its worth spending extra time perfecting it. Many top copywriters spend hours getting their headlines just right - sometimes they spend longer on the headline than the rest of the article!:Debido a que su titular juega un papel importante en la participaci\u00f3n del lector, vale la pena dedicar m\u00e1s tiempo en perfeccionarlo. Muchos de los mejores redactores publicitarios dedican horas a redactar sus titulares de la forma correcta; \u00a1a veces dedican m\u00e1s tiempo en el titular que en el resto del art\u00edculo!,WordPress sites usually insert the page or post title as an H1 tag (although custom themes can change this behavior).:Los sitios de WordPress generalmente insertan el t\u00edtulo de la p\u00e1gina o entrada como una etiqueta H1 (aunque los temas personalizados pueden cambiar este comportamiento).,%1$d H1 tags were found.:Se encontraron %1$d etiquetas H1 en su p\u00e1gina.,Ensure your most important keywords appear in the H1 tag - dont force it, use them in a natural way that makes sense to human readers.:Aseg\u00farate de que tus palabras clave m\u00e1s importantes aparecen en la etiqueta H1; no lo fuerces, util\u00edzalas de una manera natural que tenga sentido para los lectores humanos.,No H1 tag was found.:No se encontrado una etiqueta H1.,One H1 tag was found on your page.:Se ha encontrado una etiqueta H1 en tu p\u00e1gina.,One H1 tag was found on the page.:Se ha encontrado una etiqueta H1 en la p\u00e1gina.,For the best user experience there should be exactly one H1 tag on each page.:Para una mejor experiencia de usuario, debe haber exactamente una etiqueta H1 en cada p\u00e1gina.,Upgrade Your Plan:Actualiza tu plan,Launch the Setup Wizard:Lanzar el asistente de configuraci\u00f3n,Read the Setup Guide:Leer la gu\u00eda de configuraci\u00f3n,Thank you for choosing the best WordPress SEO plugin. %1$s default settings works great out of the box. We created the setup wizard to guide you through some important configuration settings & custom-tailored SEO best practices for your site to help you improve rankings.:Gracias por elegir el mejor plugin de SEO para WordPress. Los ajustes por defecto de %1$s funcionan muy bien desde el primer momento. Hemos creado el asistente de configuraci\u00f3n para guiarte a trav\u00e9s de algunos ajustes de configuraci\u00f3n importantes y las mejores pr\u00e1cticas de SEO personalizadas para tu sitio para ayudarte a mejorar tu posicionamiento.,No Follow Paginated:Paginados No Follow,No Index Paginated:Paginados No Index,Security:Seguridad,Advanced SEO:SEO Avanzado,Custom separator::Separador personalizado:,Type:Tipo,ID:ID,Dismissed Notifications:Avisos descartados,Click to Copy:Haz clic para copiar,How to Get Started:C\u00f3mo empezar,Show Less:Mostrar menos,Show More:Mostrar m\u00e1s,View All Documentation:Ver toda la documentaci\u00f3n,Browse documentation, reference material, and tutorials for %1$s.:Explore la documentaci\u00f3n, el material de referencia y los tutoriales de %1$s.,Docs:Documentaci\u00f3n,Search:Buscar,Close:Cerrar,The content is below the minimum of words. Add more content.:El contenido est\u00e1 por debajo del m\u00ednimo de palabras. A\u00f1ada m\u00e1s contenido.,The content length is ok. Good job!:La longitud del contenido es correcta. \u00a1Buen trabajo!,%1$s is too long. Try to make it shorter.:%1$s es demasiado larga. Intente acortarla.,%1$s is slightly long. Try to make it shorter.:%1$s es un poco larga. Intente acortarla.,No %1$s was set. Set a %1$s in order to calculate your SEO score.:No se ha establecido ninguna %1$s. Establezca una %1$s para calcular su puntuaci\u00f3n SEO.,%1$s length:Longitud de la %1$s,%1$s not found in meta description.:%1$s no se encuentra en la meta descripci\u00f3n.,%1$s found in meta description.:%1$s encontrada en la meta descripci\u00f3n.,%1$s in meta description:%1$s en la meta descripci\u00f3n,No content added yet.:No se ha a\u00f1adido contenido a\u00fan.,%1$s in introduction:%1$s en la introducci\u00f3n,%1$s not found in image alt attribute(s). Add an image with your %1$s as alt text.:%1$s no se encuentra en los atributos alt de la imagen. A\u00f1ada una imagen con su %1$s como texto alternativo.,%1$s found in image alt attribute(s).:%1$s encontrada en los atributos alt de la(s) imagen(es).,The title is over 60 characters.:El t\u00edtulo tiene m\u00e1s de 60 caracteres.,The title is too short.:El t\u00edtulo es demasiado corto.,The meta description is over 160 characters.:La meta descripci\u00f3n tiene m\u00e1s de 160 caracteres.,You are using short paragraphs.:Est\u00e1 usando p\u00e1rrafos cortos.,Youre using enough active voice. Thats great!:Est\u00e1s usando suficiente voz activa. \u00a1Eso es fant\u00e1stico!,%1$s of the sentences contain more than %2$s words, which is more than the recommended maximum of %3$s. Try to shorten the sentences.:%1$s de las frases contienen m\u00e1s de %2$s palabras, que es m\u00e1s que el m\u00e1ximo recomendado de %3$s. Intente acortar las frases.,Sentence length is looking great!:\u00a1La longitud de la frase se ve genial!,Great! You are linking to external resources.:\u00a1Genial! Est\u00e1 enlazando a recursos externos.,Well done!:\u00a1Bien hecho!,Transition words:Palabras de transici\u00f3n,There is enough variety in your sentences. Thats great!:Hay suficiente variedad en sus frases. \u00a1Eso es genial!,Consecutive sentences:Frases consecutivas,You are not using any subheadings, but your text is short enough and probably doesnt need them.:No est\u00e1 usando ning\u00fan subt\u00edtulo, pero su texto es lo suficientemente corto y probablemente no los necesite.,Great job!:\u00a1Gran trabajo!,The copy scores %1$s in the test, which is considered %2$s to read. %3$s:El texto punt\u00faa %1$s en la prueba, lo que se considera %2$s para leer. %3$s,The copy scores %1$s in the test, which is considered %2$s to read.:El texto punt\u00faa %1$s en la prueba, lo que se considera %2$s para leer.,very easy:muy f\u00e1cil,Good job!:\u00a1Buen trabajo!,You are linking to other resources on your website which is great.:Est\u00e1 enlazando a otros recursos en tu sitio web, lo cual es genial.,This is far below the recommended minimum of words.:Esto est\u00e1 muy por debajo del m\u00ednimo recomendado de palabras.,No taxonomies available.:No hay taxonom\u00edas disponibles.,No post types available.:No hay tipos de contenido disponibles.,Mobile Snapshot:Instant\u00e1nea del m\u00f3vil,Analyzing...:Analizando...,Warnings:Advertencias,Click on the tags below to insert variables into your template.:Haga clic en las siguientes etiquetas para insertar variables en su plantilla.,View all tags:Ver todas las etiquetas,Use the same username for multiple social networks:Usar el mismo nombre de usuario para m\u00faltiples redes sociales,a minute ago:hace un minuto,a few seconds ago:hace unos segundos,years ago:a\u00f1os atr\u00e1s,a year ago:hace un a\u00f1o,months ago:meses atr\u00e1s,a month ago:hace un mes,days ago:d\u00edas atr\u00e1s,a day ago:hace un d\u00eda,minutes ago:minutos atr\u00e1s,Max Video Preview:Vista previa m\u00e1xima de video,Max Snippet:Fragmento M\u00e1ximo,No ODP:Sin ODP,No Archive:Sin Archivo,No Index:Sin \u00cdndice,Large:Grande,Standard:Est\u00e1ndar,Great Scott! Whered they all go?:\u00a1Bien Scott! \u00bfA d\u00f3nde fueron todos?,Slug::Slug:,Label::Etiqueta:,Your content contains images and\/or video(s).:Tu contenido contiene im\u00e1genes y\/o v\u00eddeo(s).,%1$s of the sentences contain passive voice, which is more than the recommended maximum of %2$s. Try to use their active counterparts.:%1$s de las frases contienen voz pasiva, que es m\u00e1s del m\u00e1ximo recomendado de %2$s. Intenta usar sus equivalentes activas.,Only %1$s of the sentences contain transition words, which is not enough. Use more of them.:Solo el %1$s de las frases contienen palabras de transici\u00f3n, lo cual no es suficiente. Usa m\u00e1s de ellas.,None of the sentences contain transition words. Use some.:Ninguna de las frases contiene palabras de transici\u00f3n. Usa alguna.,See Dismissed Notifications:Ver avisos descartados,You have no new notifications.:No tienes nuevos avisos.,%1$s in image alt attributes:%1$s en los atributos alt de las im\u00e1genes,Content length:Longitud del contenido,Flesch reading ease:Facilidad de lectura Flesch,Flesch reading ease N\/A:Facilidad de lectura Flesch N\/D,Sentences length:Longitud de las frases,Paragraphs length:Longitud de los p\u00e1rrafos,A very good score is between %1$d and %2$d.:Un muy buen resultado est\u00e1 entre %1$d y %2$d.,Price Indicator:Indicador de precio,%1$d section of your text is longer than %2$d words and is not separated by any subheadings. Add subheadings to improve readability.:%1$d secci\u00f3n de tu texto tiene m\u00e1s de %2$d palabras y no est\u00e1 separada por subt\u00edtulos. A\u00f1ade subt\u00edtulos para mejorar la legibilidad.,%1$d secciones de tu texto tienen m\u00e1s de %2$d palabras y no est\u00e1n separadas por subt\u00edtulos. A\u00f1ade subt\u00edtulos para mejorar la legibilidad.,Phone number:N\u00famero de tel\u00e9fono,All post types are set to noindex or your site does not have any post types registered that are supported by this feature.:Todos los tipos de contenido est\u00e1n configurados como noindex o tu sitio no tiene ning\u00fan tipo de publicaci\u00f3n registrado que sea compatible con esta caracter\u00edstica.,All taxonomies are set to noindex or your site does not have any taxonomies registered that are supported by this feature.:Todas las taxonom\u00edas est\u00e1n configuradas como noindex o tu sitio no tiene ninguna taxonom\u00eda registrada que sea compatible con esta caracter\u00edstica.,An error occurred while analyzing your site.:Ha ocurrido un error al analizar tu sitio.,At least one paragraph is long. Consider using short paragraphs.:Al menos un p\u00e1rrafo es largo. Considera usar p\u00e1rrafos cortos.,Get Support:Obtener soporte,Max Image Preview:Vista previa de imagen M\u00e1xima,No Image Index:Sin \u00edndice de imagen,No meta description has been specified. Search engines will display copy from the page instead. Make sure to write one!:No se ha especificado ninguna meta descripci\u00f3n. En su lugar, los motores de b\u00fasqueda mostrar\u00e1n texto de la p\u00e1gina. \u00a1Aseg\u00farate de escribir una!,No Snippet:Sin fragmento,No Translate:Sin traducci\u00f3n,Please add a title first.:Por favor, a\u00f1ade antes un t\u00edtulo.,Please add some content first.:Por favor, a\u00f1ade antes algo de contenido.,Robots meta::Meta robots:,Save Changes:Guardar cambios,Submit a ticket and our world class support team will be in touch soon.:Env\u00eda un ticket y nuestro equipo de soporte estrella te responder\u00e1 enseguida.,Your %1$s appears in the first paragraph. Well done!:Tu %1$s aparece en el primer p\u00e1rrafo. \u00a1Bien hecho!,Your %1$s does not appear in the first paragraph. Make sure the topic is clear immediately.:Tu %1$s no aparece en el primer p\u00e1rrafo. Aseg\u00farate de que el tema est\u00e9 claro de inmediato.,Your Facebook URL is invalid. Please check the format and try again.:Tu URL de Facebook no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your H2 and H3 subheadings reflects the topic of your copy. Good job!:Tus subt\u00edtulos H2 y H3 reflejan el tema de tu texto. \u00a1Buen trabajo!,Your H2 or H3 subheading reflects the topic of your copy. Good job!:Tu subt\u00edtulo H2 o H3 refleja el tema de tu texto. \u00a1Buen trabajo!,Your Instagram URL is invalid. Please check the format and try again.:Tu URL de Instagram no es v\u00e1lida. Por favor, compruebe el formato y vuelve a intentarlo.,Your LinkedIn URL is invalid. Please check the format and try again.:Tu URL de LinkedIn no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your MySpace URL is invalid. Please check the format and try again.:Tu URL de MySpace no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your Pinterest URL is invalid. Please check the format and try again.:Tu URL de Pinterest no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your SoundCloud URL is invalid. Please check the format and try again.:Tu URL de SoundCloud no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your Tumblr URL is invalid. Please check the format and try again.:Tu URL de Tumblr no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your Username::Tu nombre de usuario:,Your Wikipedia URL is invalid. Please check the format and try again.:Tu URL de Wikipedia no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your Yelp URL is invalid. Please check the format and try again.:Tu URL de Yelp no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Your YouTube URL is invalid. Please check the format and try again.:Tu URL de YouTube no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,More than %1$s of your H2 and H3 subheadings reflect the topic of your copy. Thats too much. Dont over-optimize!:M\u00e1s del %1$s de tus subt\u00edtulos H2 y H3 reflejan el asunto de tu texto. Eso es demasiado. \u00a1No optimices de m\u00e1s!,Read the Ultimate WordPress SEO Guide:Lea la gu\u00eda de SEO para WordPress definitiva,No Follow:No Follow,Submit a Support Ticket:Env\u00eda un tique de soporte,View All:Ver todo,View Documentation:Ver la documentaci\u00f3n,For best results, you should strive for %1$d and above.:Para obtener mejores resultados, debes aspirar a %1$d y por encima.,The text contains at least %1$d consecutive sentences starting with the same word. Try to mix things up!:El texto contiene al menos %1$d frases consecutivas que empiezan por la misma palabra. \u00a1Intenta mezclar las cosas!,Your X (Twitter) URL is invalid. Please check the format and try again.:Tu URL de X no es v\u00e1lida. Por favor, comprueba el formato y vuelve a intentarlo.,Focus Keyword found in content.:Palabra clave principal encontrada en el contenido.,Focus Keyword not found in content.:Palabra clave principal no encontrada en el contenido.,Focus Keyword used in the URL.:Palabra clave principal usada en la URL.,Focus Keyword not found in the URL.:Palabra clave principal no encontrada en la URL.,Focus Keyword used at the beginning of SEO title.:Palabra clave principal utilizada al principio del t\u00edtulo SEO.,Focus Keyword at the beginning of SEO Title:Palabra clave principal al principio del t\u00edtulo SEO,Focus Keyword doesnt appear at the beginning of SEO title.:La palabra clave principal no aparece al principio del t\u00edtulo SEO.,Focus Keyword found in SEO title.:Palabra clave principal encontrada en el t\u00edtulo SEO.,Focus Keyword not found in SEO title.:Palabra clave principal no encontrada en el t\u00edtulo SEO.,Focus Keyword in Subheadings:Palabra clave principal en los subt\u00edtulos,Use your Focus Keyword more in your H2 and H3 subheadings.:Usa tu palabra clave principal m\u00e1s veces en tus subencabezados H2 y H3.,Smart Redirects + 404 Detection:Redirecciones Inteligentes + Detecci\u00f3n 404,The geographic area where a service or offered item is provided.:El \u00e1rea geogr\u00e1fica donde se proporciona un servicio o art\u00edculo ofertado.,Breadcrumbs:Migas de pan,Show:Mostrar,Websites:P\u00e1ginas Web,Places:Lugares,People:Gente,Organizations:Organizaciones,Groups:Grupos,Businesses:Negocios,Activities:Actividades,Hide:Ocultar,Close and Exit Wizard Without Saving:Cerrar y salir del asistente sin guardar,Advanced Rich Snippets + Schema Markups:Fragmentos enriquecidos avanzados + Marcado de schema,Get the #1 analytics plugin to see how people find and use your website. Simply put, see stats that matter.:Obt\u00e9n el plugin de anal\u00edtica n\u00b01 para ver c\u00f3mo encuentran y usan tu web las personas. En pocas palabras, consigue las estad\u00edsticas que importan.,Products & Entertainment:Productos y entretenimiento,Submit articles to Google News that were published in the last 48 hours.:Env\u00eda art\u00edculos a Google News que se hayan publicado en las \u00faltimas 48 horas.,Tax ID::ID de impuestos:,Tell Google about your business for display as a Knowledge Graph card or business carousel.:Cu\u00e9ntale cosas a Google sobre tu negocio para que lo muestre como una tarjeta de Knowledge Graph o un carrusel comercial.,Preview:Previsualizar,See all features:Ver todas las caracter\u00edsticas,Optimized Search Appearance:Apariencia de b\u00fasqueda optimizada,All %1$s Settings:Todos los ajustes de %1$s,Cleared:Vaciado,Logs:Registros,No, I need to make a backup:No, necesito realizar una copia de seguridad,Yes, I have a backup and want to reset the settings:S\u00ed, tengo una copia de seguridad y quiero restablecer los ajustes,This action cannot be undone. Before taking this action, we recommend that you make a %1$sfull website backup first%2$s.:Esta acci\u00f3n no se puede deshacer. Antes de realizar esta acci\u00f3n, le recomendamos que haga una %1$scopia de seguridad del sitio web completo primero%2$s.,Learn more about all features:Aprende m\u00e1s sobre todas las funciones,Are you sure you want to reset the selected settings to default?:\u00bfSeguro que quieres restablecer los ajustes seleccionados a sus valores por defecto?,Enable Schema Markup:Activar marcado schema,Get all the right tools to make sure your website shows up in Google Search.:Obt\u00e9n todas las herramientas adecuadas para asegurarte de que tu web aparece en la b\u00fasqueda de Google.,Google, Bing and other search engines use specific data from your schema markup to output data in their Knowledge Panels. This data is known as the Knowledge Graph. Use these settings to change how that data looks.:Google, Bing y otros motores de b\u00fasqueda utilizan datos espec\u00edficos del marcado de schema para generar datos en sus paneles de conocimiento. Estos datos se conocen como Knowledge Graph. Utiliza estos ajustes para cambiar el aspecto de esos datos.,Manually Enter Type:Introduce el tipo manualmente,Reset \/ Restore Settings:Restablecer \/ restaurar ajustes,Select Settings:Seleccionar ajustes,Sitemaps are a list of all your content that search engines use when they crawl your site.:Los mapas del sitio son una lista de todo el contenido que utilizan los motores de b\u00fasqueda cuando rastrean tu sitio.,Step %1$s of %2$s:Paso %1$s de %2$s,Your settings have been reset successfully!:\u00a1Tus ajustes se han restablecido correctamente!,Select settings that you would like to reset::Selecciona los ajustes que quieres restablecer:,Knowledge Graph:Knowledge Graph,Home Page:P\u00e1gina de Inicio,Separator Character:Caracter Separador,This allows you to edit the .htaccess file for your site. All WordPress sites on an Apache server have a .htaccess file and we have provided you with a convenient way of editing it. Care should always be taken when editing important files from within WordPress as an incorrect change could cause WordPress to become inaccessible. %1$sBe sure to make a backup before making changes and ensure that you have FTP access to your web server and know how to access and edit files via FTP.%2$s:Esta opci\u00f3n te permite editar el archivo .htaccess de tu sitio. Todos los sitios WordPress de un servidor Apache poseen un archivo .htaccess que facilita editarlos convenientemente. Siempre debes tener cuidado a la hora de editar archivos importantes desde dentro de WordPress, puesto que un cambio incorrecto puede volver inaccesible tu WordPress. %1$sAseg\u00farate de hacer una copia de seguridad y de tener acceso FTP a tu servidor web y saber c\u00f3mo editar y acceder a archivos mediante FTP antes de realizar ning\u00fan cambio.%2$s,Title Separator:Separador del t\u00edtulo,Google Tag Manager Container ID:ID del Contenedor de Google Tag Manager,Click on the tags below to insert variables into your title.:Haz clic en las siguientes etiquetas para insertar variables en tu t\u00edtulo.,Get your Google Tag Manager ID in your %1$s.:Obt\u00e9n tu ID de Google Tag Manager en tu %1$s.,Show in Search Results:Mostrar en los resultados de b\u00fasqueda,Pinterest account:Cuenta de Pinterest,Yandex Verification Code:C\u00f3digo de Verificaci\u00f3n de Yandex,Bing Verification Code:C\u00f3digo de Verificaci\u00f3n de Bing,Baidu Verification Code:C\u00f3digo de verificaci\u00f3n de Baidu,Get your Baidu verification code in %1$s.:Obt\u00e9n tu c\u00f3digo de verificaci\u00f3n de Baidu en %1$s.,Get your Bing verification code in %1$s.:Obt\u00e9n tu c\u00f3digo de verificaci\u00f3n de Bing en %1$s.,Get your Google verification code in %1$s.:Obt\u00e9n tu c\u00f3digo de verificaci\u00f3n de Google en %1$s.,Get your Pinterest verification code in your %1$s.:Obt\u00e9n tu c\u00f3digo de verificaci\u00f3n de Pinterest en tu %1$s.,Get your Yandex verification code in %1$s.:Obt\u00e9n tu c\u00f3digo de verificaci\u00f3n de Yandex en %1$s.,Google Verification Code:C\u00f3digo de Verificaci\u00f3n de Google,We recommend using the %1$sFree MonsterInsights%2$s plugin to get the most out of Google Analytics.:Recomendamos utilizar el plugin %1$sFree MonsterInsights%2$s para aprovechar al m\u00e1ximo Google Analytics.,Webmaster Tools Verification:Verificaci\u00f3n de Webmaster Tools,Category Name:Nombre de la Categor\u00eda,Article Title:T\u00edtulo del Art\u00edculo,Current Item:Elemento Actual,404 Error Format:Formato de Error 404,Archive Format:Formato del Archivo,Breadcrumb Prefix:Prefijo de las Migas de pan,PHP Code:C\u00f3digo PHP,Shortcode:Shortcode,Learn more:Aprender m\u00e1s,We recommend using the %1$sFree ExactMetrics%2$s plugin to get the most out of Google Analytics.:Recomendamos utilizar el plugin %1$sFree ExactMetrics%2$s para aprovechar al m\u00e1ximo Google Analytics.,Your user account role does not have access to edit this field. %1$s:El perfil de tu cuenta de usuario no tiene acceso para editar este campo. %1$s,Show Breadcrumbs on Your Website:Mostrar migas de pan en tu web,Open Your RDF Feed:Abrir tu feed RDF,Add content after each post in your site feed.:A\u00f1ade contenido despu\u00e9s de cada entrada del feed de tu sitio.,Add content before each post in your site feed.:A\u00f1ade contenido antes de cada entrada del feed de tu sitio.,Breadcrumb Settings:Ajustes de las migas de pan,Breadcrumb Templates:Plantillas de migas de pan,Enable Breadcrumbs:Activar migas de pan,Gutenberg Block:Bloque de Gutenberg,Homepage Link:Enlace de la p\u00e1gina de inicio,Miscellaneous Verification:Otras verificaciones,RSS After Content:Contenido despu\u00e9s del RSS,RSS Before Content:Contenido antes del RSS,Search Result Format:Formato de resultado de b\u00fasqueda,The code above will be added between the %1$s tags on every page on your website.:El c\u00f3digo anterior se a\u00f1adir\u00e1 entre las etiquetas %1$s en cada p\u00e1gina de tu web.,This feature is used to automatically add content to your sites RSS feed. More specifically, it allows you to add links back to your blog and your blog posts so scrapers will automatically add these links too. This helps search engines identify you as the original source of the content.:Esta funci\u00f3n se utiliza para a\u00f1adir contenido autom\u00e1ticamente al feed RSS de tu sitio. M\u00e1s espec\u00edficamente, te permite a\u00f1adir enlaces a tu blog y tus entradas del blog para que los rastreadores tambi\u00e9n a\u00f1adan autom\u00e1ticamente estos enlaces. Esto ayuda a los motores de b\u00fasqueda a identificarte como la fuente original del contenido.,Success!:\u00a1Lo lograste!,Uninstall %1$s:Desinstalar %1$s,Taxonomy Columns:Columnas en taxonom\u00edas,Open Robots.txt:Abrir Robots.txt,You are getting bugfixes and security updates, but not major features.:Est\u00e1 recibiendo correcciones de errores y actualizaciones de seguridad, pero no funciones mayores.,You are getting the latest features, bugfixes, and security updates as they are released.:Est\u00e1 recibiendo las \u00faltimas funciones, correcciones de errores y actualizaciones de seguridad a medida que se publican.,All (recommended):Todas (recomendado),Announcements:Anuncios,License:Licencia,Free:Gratis,Select which Taxonomies you want to use the %1$s columns with.:Selecciona en qu\u00e9 taxonom\u00edas quieres usar las columnas de %1$s.,Dashboard Widgets:Widgets de escritorio,Admin Bar Menu:Men\u00fa de barra de administraci\u00f3n,Automatic Updates:Actualizaciones autom\u00e1ticas,Automatically add content to your sites RSS feed.:A\u00f1adir contenido autom\u00e1ticamente al feed RSS de tu sitio.,Check this if you would like to remove ALL %1$s data upon plugin deletion. All settings and SEO data will be unrecoverable.:Marca esto si quieres eliminar TODOS los datos de %1$s al desistalar el plugin. Todos los ajustes y datos de SEO ser\u00e1n irrecuperables.,Delete Rule:Borrar regla,Enable Custom Robots.txt:Activar robots.txt personalizado,Enable our TruSEO score to help you optimize your content for maximum traffic.:Activa nuestra puntuaci\u00f3n TruSEO para ayudarte a optimizar tu contenido para obtener el m\u00e1ximo tr\u00e1fico.,It appears that your server is running on nginx, so the fix will most likely require adding the correct rewrite rules to our nginx configuration. %1$sCheck our documentation for more information%2$s.:Parece que tu servidor usa nginx, por lo que la soluci\u00f3n probablemente requiera a\u00f1adir las reglas de reescritura correctas a nuestra configuraci\u00f3n de nginx. %1$sConsulta nuestra documentaci\u00f3n para obtener m\u00e1s informaci\u00f3n%2$s.,It looks like you are missing the proper rewrite rules for the robots.txt file.:Parece que faltan las reglas de reescritura adecuadas para el archivo robots.txt.,Just like WordPress, %1$s generates a dynamic file so there is no static file to be found on your server. The content of the robots.txt file is stored in your WordPress database.:Al igual que WordPress, %1$s genera un archivo din\u00e1mico, por lo que no se puede encontrar ning\u00fan archivo est\u00e1tico en tu servidor. El contenido del archivo robots.txt se almacena en la base de datos de tu WordPress.,Minor Only:S\u00f3lo menores,Post Type Columns:Columnas en tipos de contenido,Setup Wizard:Asistente de configuraci\u00f3n,This site is running in a sub-directory of your main site located at %1$s. Your robots.txt file should only appear in the root directory of that site.:Este sitio se ejecuta en un subdirectorio de tu sitio principal ubicado en %1$s. Tu archivo robots.txt solo deber\u00eda aparecer en el directorio ra\u00edz de ese sitio.,TruSEO Score & Content:Puntuaci\u00f3n y contenido TruSEO,upgrading to %1$s:mejorar a %1$s,Usage Tracking:Seguimiento de uso,Use our configuration wizard to properly set up %1$s with your WordPress website.:Utiliza nuestro asistente de configuraci\u00f3n para configurar correctamente %1$s para tu WordPress.,You will need to manually update everything.:Tendr\u00e1s que actualizarlo todo manualmente.,Select which Post Types you want to use the %1$s columns with.:Selecciona con qu\u00e9 tipos de contenido quieres usar las columnas de %1$s.,This adds %1$s to the admin toolbar for easy access to your SEO settings.:Esto a\u00f1ade %1$s a la barra de herramientas de administraci\u00f3n para acceder f\u00e1cilmente a sus ajustes de SEO.,It appears that your server is running on %1$s, so the fix should be as simple as checking the %2$scorrect .htaccess implementation on wordpress.org%3$s.:Parece que tu servidor funciona con %1$s, por lo que la soluci\u00f3n deber\u00eda ser tan sencilla como comprobar la %2$simplementaci\u00f3n correcta del .htaccess en wordpress.org%3$s.,off:de descuento,The robots.txt editor in %1$s allows you to set up a robots.txt file for your site that will override the default robots.txt file that WordPress creates. By creating a robots.txt file with %2$s you have greater control over the instructions you give web crawlers about your site.:El editor de robots.txt de %1$s te permite configurar un archivo robots.txt para tu sitio que anular\u00e1 el archivo robots.txt predeterminado que crea WordPress. Al crear un archivo robots.txt con %2$s, tienes un mayor control sobre las instrucciones que das a los rastreadores web sobre tu sitio.,Restore:Restaurar,Create Backup:Crear copia de seguridad,Backup Settings:Ajustes de la copia de seguridad,Success! The backup was restored.:\u00a1Conseguido! La copia de seguridad se ha restaurado.,Success! The backup was deleted.:\u00a1Conseguido! La copia de seguridad se ha eliminado.,Self Storage:Almac\u00e9n,Lodging Business:Empresa de Alojamiento,Library:Biblioteca,Legal Service:Servicio Legal,Internet Cafe:Internet Caf\u00e9,Health & Beauty Business:Empresa de Salud y Belleza,Government Office:Oficina Gubernamental,Food Establishment:Establecimiento de Comida,Financial Service:Servicio Financiero,Entertainment Business:Empresa de Entretenimiento,Employment Agency:Agencia de Empleo,Emergency Service:Servicio de Emergencia,Dry Cleaning\/Laundry:Lavander\u00eda,Dentist:Dentista,Childcare:Cuidado de Ni\u00f1os,Automotive Business:Empresa del Autom\u00f3vil,Archive Organization:Archivo de Organizaci\u00f3n,name:nombre,About Page URL::URL de la P\u00e1gina \u00abAcerca de\u00bb:,Closed:Cerrado,Open 24h:Abierto 24h,Sunday:Domingo,Saturday:S\u00e1bado,Friday:Viernes,Thursday:Jueves,Wednesday:Mi\u00e9rcoles,Tuesday:Martes,Monday:Lunes,Use 24h format:Usar formato 24h,Open 24\/7:Abierto 24\/7,Labels:Etiquetas,Area Served:\u00c1rea de servicio,Score:Puntuaci\u00f3n,Animal Shelter:Refugio de animales,Contact Page URL::URL de la p\u00e1gina de contacto:,Display Opening Hours:Mostrar horario de apertura,Home & Construction Business:Empresa de construcci\u00f3n,Medical Business:Empresa m\u00e9dica,Multiple Locations:Ubicaciones m\u00faltiples,Radio Station:Estaci\u00f3n de radio,Real Estate Agent:Agente inmobiliario,Recycling Center:Centro de reciclado,Shopping Center:Centro comercial,Sports Activity Location:Ubicaci\u00f3n de centro deportivo,Television Station:Emisora de televisi\u00f3n,Tourist Information Center:Centro de informaci\u00f3n tur\u00edstica,Travel Agency:Agencia de viajes,You have no saved backups.:No tienes copias de seguridad guardadas.,Your name or company name.:Tu nombre o el nombre de tu empresa.,Select your timezone::Selecciona tu zona horaria:,Business Info:Informaci\u00f3n del negocio,%1$s at %2$s:%1$s a las %2$s,Opening Hours Settings:Ajustes de horario de apertura,Website URL::URL de la web:,Import from a JSON, CSV or INI file...:Importar desde un archivo JSON o INI...,Export All Post Types:Exportar todos los tipos de contenido,Export All Settings:Exportar todos los ajustes,Open RSS Sitemap:Abrir el mapa del sitio RSS,WordPress:WordPress,Copy to Clipboard:Copiar al portapapeles,Download System Info File:Descargar archivo de informaci\u00f3n del sistema,Payment Info:Informaci\u00f3n de Pagos,Copied!:\u00a1Copiado!,Allows you to specify the maximum number of posts for the RSS Sitemap. We recommend an amount of 50 posts.:Te permite especificar el n\u00famero m\u00e1ximo de publicaciones para el mapa del sitio RSS. Recomendamos una cantidad de 50 entradas.,Choose a File:Elige un archivo,This option will generate a separate RSS Sitemap which can be submitted to Google, Bing and any other search engines that support this type of sitemap. The RSS Sitemap contains an RSS feed of the latest updates to your site content. It is not a full sitemap of all your content.:Esta opci\u00f3n generar\u00e1 un mapa del Sitio RSS separado que se puede enviar a Google, Bing y cualquier otro motor de b\u00fasqueda que admita este tipo de Mapa del Sitio. El Mapa del Sitio RSS contiene un feed RSS de las \u00faltimas actualizaciones del contenido de tu sitio. No es un mapa del sitio completo de todo tu contenido.,HTML Sitemap:Mapa del sitio HTML,Number of Posts:N\u00famero de entradas,Select your timezone:Selecciona tu zona horaria,Show Opening Hours:Mostrar horario de apertura,Success! Your settings have been imported.:\u00a1Conseguido! Se han importado tus ajustes.,System Status Info:Informaci\u00f3n del estado del sistema,There was an error importing your file. Please make sure you are uploading the correct file or it is in the proper format.:Se ha producido un error al importar tu archivo. Por favor, aseg\u00farate de que est\u00e1s subiendo el archivo correcto o de que tiene el formato adecuado.,An error occurred while importing %1$s. Please try again.:Se produjo un error al importar desde %1$s. Int\u00e9ntalo de nuevo.,Term Meta:T\u00e9rmino meta,not installed:no instalado,All Settings:Todos los ajustes,Import Settings From Other Plugins:Importar ajustes desde otros plugins,Video URL:URL del video,Default (Set under Social Networks):Por defecto (Establecido en Redes Sociales),Custom Field Name:Nombre del campo personalizado,Default Object Type (Set in Social Networks):Tipo de objeto por defecto (establecido en redes sociales),Facebook Description:Descripci\u00f3n para Facebook,Facebook Title:T\u00edtulo para Facebook,Facebook Image:Imagen para Facebook,Facebook Preview:Previsualizar Facebook,Connecting...:Conectando...,Lets Get Started:Empecemos,Universal Tracking for AMP and Instant Articles:Seguimiento universal de AMP y art\u00edculos instant\u00e1neos,Google Analytics Enhanced Ecommerce Tracking:Seguimiento para comercio electr\u00f3nico mejorado de Google Analytics,Google Analytics Dashboard + Real Time Stats:Escritorio de Google Analytics y estad\u00edsticas en tiempo real,Quick & Easy Google Analytics Setup:Configuraci\u00f3n de Google Analytics r\u00e1pida y sencilla,The Best Google Analytics Plugin for WordPress:El mejor plugin de Google Analytics para WordPress,Press enter to create an article tag:Pulsa intro para crear una etiqueta de art\u00edculo,%1$s has an intuitive setup wizard to guide you through the setup process.:%1$s tiene un intuitivo asistente de configuraci\u00f3n para guiarte a trav\u00e9s del proceso de configuraci\u00f3n.,%1$s shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.:%1$s te muestra exactamente qu\u00e9 contenido obtiene la mayor\u00eda de las visitas, para que puedas analizarlo y optimizarlo para conversiones m\u00e1s altas.,We do not support importing from the currently installed version of %1$s (%2$s). Please upgrade to the latest version and try again.:No damos soporte a la importaci\u00f3n desde la versi\u00f3n actualmente instalada de %1$s (%2$s). Actualiza a la \u00faltima versi\u00f3n y vuelve a intentarlo.,Choose a plugin to import SEO data directly into %1$s.:Elige un plugin del que importar los datos SEO directamente a %1$s.,Select a plugin...:Selecciona un plugin...,%1$s makes it easy to configure your sites SEO settings without the need to hire an expert. And it takes less than 10 minutes too!:%1$s facilita la configuraci\u00f3n de los ajustes de SEO de tu sitio sin la necesidad de contratar a un experto. \u00a1Y lleva menos de 10 minutos!,%1$s was successfully imported!:\u00a1%1$s se import\u00f3 correctamente!,Here you can view and edit the thumbnail, title and description that will be displayed when your site is shared on social media. Click on the button below to view and edit the preview.:Aqu\u00ed puedes ver y editar la miniatura, el t\u00edtulo y la descripci\u00f3n que se mostrar\u00e1n cuando tu sitio se comparta en las redes sociales. Haz clic en el bot\u00f3n de abajo para ver y editar la vista previa.,If you have already confirmed your website with Pinterest, you can skip the step below.:Si ya has confirmado tu sitio web en Pinterest, puedes omitir el siguiente paso.,Image Source:Origen de la imagen,Learn how to get your Pinterest Verification Code:Aprende c\u00f3mo obtener tu c\u00f3digo de verificaci\u00f3n de Pinterest,Pinterest uses Open Graph metadata just like Facebook, so be sure to keep Open Graph enabled on the Facebook tab checked if you want to optimize your site for Pinterest.:Pinterest usa metadatos de Open Graph igual que Facebook, as\u00ed que aseg\u00farate de mantener Open Graph activado en la pesta\u00f1a de Facebook si quieres optimizar tu sitio para Pinterest.,Pinterest Verification Code:C\u00f3digo de verificaci\u00f3n de Pinterest,Post Meta:Metadatos de la entrada,Preview & Edit:Previsualizar y editar,Use Data from Facebook Tab:Usar datos de la pesta\u00f1a de Facebook,Welcome to the %1$s Setup Wizard!:\u00a1Bienvenido al asistente de configuraci\u00f3n de %1$s!,Launch Setup Wizard:Lanzar asistente de configuraci\u00f3n,Go back to the Dashboard:Volver al escritorio,%1$s connects %2$s to Google Analytics, providing a powerful integration. %1$s is a partner of %2$s.:%1$s conecta %2$s con Google Analytics, proporcionando una potente integraci\u00f3n. %1$s es socio de %2$s.,Not sure what keywords are used for? Check out our documentation for more information. %1$s:\u00bfNo sabes para qu\u00e9 se usan las palabras clave? Revisa nuestra documentaci\u00f3n para m\u00e1s informaci\u00f3n. %1$s,Setup Webmaster Tools:Configurar Webmaster Tools,See Advanced Settings:Ver ajustes avanzados,Live Site:Sitio en producci\u00f3n,Is the site under construction or live (ready to be indexed)?:\u00bfEst\u00e1 el sitio en construcci\u00f3n o publicado (listo para indexarse)?,Edit Title and Description:Editar T\u00edtulo y Descripci\u00f3n,Ill do it later:Lo har\u00e9 m\u00e1s tarde,An upgrade is required to unlock the following features.:Se requiere una actualizaci\u00f3n para desbloquear las siguientes caracter\u00edsticas.,Would you like to purchase and install the following features now?:\u00bfLe gustar\u00eda comprar e instalar las siguientes caracter\u00edsticas ahora?,By default Authors have access to %1$sSEO settings for individual pages and posts that they already have permission to edit.%2$s:Por defecto, los autores tienen acceso a los ajustes de %1$sSEO para p\u00e1ginas y entradas individuales a las que ya tienen permiso para editar.%2$s,By default SEO Editors have access to %1$sSEO settings for individual pages and posts.%2$s:Por defecto, los Editores SEO tienen acceso a los %1$sajustes SEO para p\u00e1ginas y publicaciones individuales.%2$s,By default Admins have access to %1$sall SEO site settings%2$s:Por defecto, los Administradores tienen acceso a %1$stodos los ajustes SEO del sitio%2$s,SEO Editor:Editor SEO,SEO Manager:Gestor SEO,Editor:Editor,Administrator:Administrador,Complete documentation on usage tracking is available %1$shere%2$s.:La documentaci\u00f3n completa sobre el uso del rastreo est\u00e1 disponible %1$saqu\u00ed%2$s.,Upgrade to %1$s Today:Actualiza a %1$s hoy,By default Editors have access to %1$sSEO settings for General Settings, Search Appearance, Social Networks, and Redirects as well as all settings for individual pages and posts.%2$s:Por defecto, los editores tienen acceso a los %1$sajustes SEO de Ajustes generales, Apariencia en la b\u00fasqueda, Redes sociales y Redirecciones, as\u00ed como a todos los ajustes de las p\u00e1ginas y entradas individuales.%2$s,Access Control Settings:Ajustes de control de acceso,Click on the tags below to insert variables into your meta description.:Haz clic en las siguientes etiquetas para insertar variables en tu meta descripci\u00f3n.,Click on the tags below to insert variables into your site title.:Haz clic en las siguientes etiquetas para insertar variables en el t\u00edtulo de tu sitio.,Congratulations, your site is now SEO ready!:\u00a1Felicidades, tu sitio est\u00e1 ahora listo para SEO!,Do you have multiple authors?:\u00bfTienes varios autores?,Finish Setup and Go to the Dashboard:Terminar la configuraci\u00f3n y volver al escritorio,Get helpful suggestions from %1$s on how to optimize your website content, so you can rank higher in search results.:Obt\u00e9n sugerencias \u00fatiles de %1$s sobre c\u00f3mo optimizar el contenido de tu web para que puedas mejorar tu posicionamiento en los resultados de b\u00fasqueda.,Help make %1$s better for everyone:Ayuda a hacer %1$s mejor para todos,Heres what to do next::Esto es lo que puedes hacer a continuaci\u00f3n:,Join on Facebook:\u00danete en Facebook,Purchase and Install Now:Comprar e instalar ahora,Read our Step By Step Guide to Improve your SEO Rankings:Lee nuestra gu\u00eda paso a paso para mejorar tu posicionamiento SEO,Redirect attachment pages?:\u00bfRedirigir las p\u00e1ginas de adjuntos?,Setup Site Analyzer + Smart Recommendations:Configurar el analizador del sitio + Recomendaciones inteligentes,The way your site is displayed in search results is very important. Take some time to look over these settings and tweak as needed.:La forma en que se muestra tu sitio en los resultados de b\u00fasqueda es muy importante. T\u00f3mate un tiempo para revisar estos ajustes y modif\u00edcalos seg\u00fan sea necesario.,Under Construction:En construcci\u00f3n,Upgrade to Pro to Unlock Powerful SEO Features:Actualiza a Pro para desbloquear potentes caracter\u00edsticas para SEO,Watch our Guided Tour of %1$s:Mira nuestra visita guiada de %1$s,Yes, count me in:S\u00ed, cuenta conmigo,You wont have access to this functionality until the extensions have been purchased and installed.:No tendr\u00e1s acceso a esta funcionalidad hasta que las extensiones se hayan comprado e instalado.,Your Email Address:Tu direcci\u00f3n de correo electr\u00f3nico,Your email is needed so you can receive SEO recommendations. This email will also be used to connect your site with our SEO API.:Tu correo electr\u00f3nico es necesario para poder recibir recomendaciones de SEO. Este correo electr\u00f3nico tambi\u00e9n se utilizar\u00e1 para conectar tu sitio con nuestra API de SEO.,%1$s is the best WordPress SEO plugin. Join over %2$s Professionals who are already using %3$s to improve their website search rankings.:%1$s es el mejor plugin de SEO para WordPress. \u00danete a m\u00e1s de %2$s profesionales que ya utilizan %3$s para mejorar el posicionamiento en buscadores de sus webs.,Open News Sitemap:Abrir el mapa del sitio de noticias,Open Video Sitemap:Abrir el mapa del sitio de videos,Set Publication Name:Establecer el nombre de la publicaci\u00f3n,Press enter to create a keyword:Pulse enter para crear una palabra clave,Readability:Legibilidad,Basic SEO:SEO B\u00e1sico,Default Image Source (Set in Social Networks):Fuente de imagen predeterminada (configurada en Redes Sociales),%1$s out of %2$s max recommended characters.:%1$s del m\u00e1ximo de %2$s caracteres recomendados.,Edit Snippet:Editar Snippet,Social:Social,General:General,Active Notifications:Avisos activos,New Notifications:Nuevos avisos,Custom Field Support:Compatibilidad con campos personalizados,Enter a URL to change the default Canonical URL:Introduce una URL para cambiar la URL can\u00f3nica por defecto,Modal Content:Contenido de la modal,Your license has been disabled.:Tu licencia ha sido desactivada.,Your license has expired.:Tu licencia ha caducado.,Your license key is invalid.:Tu clave de licencia no es v\u00e1lida.,Exclude Pages\/Posts:Excluir p\u00e1ginas \/ entradas,You have not yet added a valid license key.:A\u00fan no has a\u00f1adido una clave de licencia v\u00e1lida.,To unlock the selected features, please enter your license key below.:Para desbloquear las caracter\u00edsticas seleccionadas, introduzca su clave de licencia a continuaci\u00f3n.,The following plugins and %1$s addons will be installed: %2$s:Se van a instalar los siguientes plugins y extensiones de %1$s: %2$s,The following %1$s addons will be installed: %2$s:Se instalar\u00e1n las siguientes extensiones de %1$s: %2$s,Attached Image:Imagen adjunta,Which SEO features do you want to enable?:\u00bfQu\u00e9 caracter\u00edsticas de SEO desea habilitar?,Other::Otro:,Corporation:Corporaci\u00f3n,News Channel:Canal de Noticias,Import Data and Continue:Importar datos y continuar,All Good!:\u00a1Todo bien!,A valid license key is required:Se requiere una clave de licencia v\u00e1lida,to analyze a competitor site.:para analizar un sitio de la competencia.,Granular controls per role:Controles granulares por perfil,Default settings that just work:Configuraciones predeterminadas que simplemente funcionan,WP Roles (Editor, Author):Perfiles WP (Editor, Autor),Choose Image:Elegir Imagen,Excellent!:\u00a1Excelente!,Very Good!:\u00a1Muy bien!,Small Offline Business:Peque\u00f1o negocio f\u00edsico,The following plugins will be installed: %1$s:Se instalar\u00e1n los siguientes plugins: %1$s,%1$s %2$s lets you set the SEO title and description for custom taxonomies. You can also control all of the robots meta and other options just like the default category and tags taxonomies.:%1$s %2$s te permite establecer el t\u00edtulo y la descripci\u00f3n de SEO para taxonom\u00edas personalizadas. Tambi\u00e9n puedes controlar todos los metadatos de robots y otras opciones al igual que la categor\u00eda predeterminada y las taxonom\u00edas de etiquetas.,We have detected other SEO plugins installed on your website. Select which plugins you would like to import data to %1$s.:Hemos detectado otros plugins de SEO instalados en tu web. Selecciona de qu\u00e9 plugins te gustar\u00eda importar datos a %1$s.,Needs%1$sImprovement!:\u00a1Necesita%1$smejoras!,Weve got some%1$swork to do!:\u00a1Tenemos algo de%1$strabajo para hacer!,Media Description:Descripci\u00f3n del medio,Already purchased? Simply enter your license key below to connect with %1$s!:\u00bfYa la has comprado? \u00a1Simplemente introduce tu c\u00f3digo de licencia a continuaci\u00f3n para conectarte con %1$s!,Complete Site Audit Checklist:Lista de verificaci\u00f3n completa de auditor\u00eda del sitio,Default Image (Set Below):Imagen por defecto (Establecer a continuaci\u00f3n),Enter your %1$s License Key:Introduce tu clave de licencia de %1$s,Enter your answer:Introduce tu respuesta,Go Back:Volver atr\u00e1s,Online Store:Tienda online,Portfolio:Porfolio,Preview Snippet Editor:Editor de la vista previa del fragmento,Save and Continue:Guardar y continuar,SEO Editor Role:Perfil de editor SEO,SEO Manager Role:Perfil de gestor SEO,to see your Site Score.:para ver la puntuaci\u00f3n de tu sitio.,To unlock the selected features, please %1$s and enter your license key below.:Para desbloquear las caracter\u00edsticas seleccionadas, %1$s e introduce tu clave de licencia a continuaci\u00f3n.,upgrade to %1$s:actualiza a %1$s,We have already selected our recommended features based on your site category, but you can use the following features to fine-tune your site.:Ya hemos seleccionado nuestras caracter\u00edsticas recomendadas seg\u00fan la categor\u00eda de tu sitio, pero puedes usar las siguientes caracter\u00edsticas para ajustar tu sitio.,Which category best describes your website?:\u00bfQu\u00e9 categor\u00eda describe mejor tu web?,Select a category to help us narrow down the SEO options that work best for you and your site.:Selecciona una categor\u00eda para ayudarnos a reducir las opciones de SEO a las que mejor funcionan para ti y para tu sitio.,Import data from your current plugins:Importar datos de tus plugins actuales,Skip this Step:Omitir este paso,Error:Error,Taxonomy Priority Score:Puntuaci\u00f3n de prioridad en las taxonom\u00edas,Post Type Priority Score:Puntuaci\u00f3n de prioridad en los tipos de contenido,Grouped:Agrupado,Default Social Share Image:Imagen por defecto para compartir en redes sociales,We recommend setting the amount of URLs per sitemap index to 1,000 or less. The more links, the longer it will take for the sitemap to load.:Recomendamos establecer la cantidad de URL por \u00edndice de mapa del sitio en 1000 o menos. Cuantos m\u00e1s enlaces, m\u00e1s tiempo tardar\u00e1 en cargarse el mapa del sitio.,Any posts that are assigned to these terms will also be excluded from your sitemap.:Cualquier entrada que se asigne a estos t\u00e9rminos ser\u00e1 excluido del mapa del sitio.,Minimum size: 112px x 112px, The image must be in JPG, PNG, GIF, SVG, or WEBP format.:Tama\u00f1o m\u00ednimo: 112px x 112px, la imagen debe estar en formato JPG, PNG, GIF, SVG o WEBP.,Logo:Logotipo,Name:Nombre,Choose a Person:Elegir una Persona,Automatically Ping Search Engines:Autom\u00e1ticamente enviar Pings a los Motores de B\u00fasqueda,Do you get a blank sitemap or 404 error?:\u00bfObtienes un mapa del sitio en blanco o un error 404?,Your static sitemap is currently being regenerated. This may take some time based on the size of your site. This may also cause the sitemap content to look outdated.:Tu mapa del sitio est\u00e1tico se est\u00e1 regenerando ahora mismo. Esto puede llevar algo de tiempo basado en el tama\u00f1o de tu sitio. Tambi\u00e9n puede provocar que el contenido del mapa del sitio se vea anticuado.,Choose whether the site represents a person or an organization.:Elige si el sitio representa a una persona o a una organizaci\u00f3n.,An XML Sitemap is a list of all your content that search engines use when they crawl your site. This is an essential part of SEO because it contains some important pieces of information that search engines need when crawling your site. The XML Sitemap created by %1$s tells search engines where to find all of the content on your site.:Un mapa del sitio XML es una lista de todo tu contenido que los motores de b\u00fasqueda utilizan cuando lo rastrean. Esta es una parte esencial del SEO porque contiene algunas piezas importantes de informaci\u00f3n que los motores de b\u00fasqueda necesitan al rastrear tu sitio. El mapa del sitio XML creado por %1$s indica a los motores de b\u00fasqueda d\u00f3nde encontrar todo el contenido de tu sitio.,Author Sitemap:Mapa del sitio de autor,Date Archive Sitemap:Mapa del sitio de archivos por fecha,Enable Sitemap:Activar el mapa del sitio,Include All Taxonomies:Incluir todas las taxonom\u00edas,Links Per Sitemap:Enlaces por mapa del sitio,Manually Enter Person:Introducir persona manualmente,Noindexed content will not be displayed in your sitemap.:El contenido no indexado no se mostrar\u00e1 en tu mapa del sitio.,Open Sitemap:Abrir mapa del sitio,Your Social Profiles:Tus perfiles sociales,Enable this option to show additional X data on your posts and pages (i.e., who the post was written by and how long it might take to read the article).:Activa esta opci\u00f3n para mostrar datos X adicionales en tus entradas y p\u00e1ginas (por ejemplo, qui\u00e9n escribi\u00f3 la entrada y cu\u00e1nto tiempo puede llevar leer el art\u00edculo).,Quicklinks:Enlaces r\u00e1pidos,Attachment Parent:Adjunto padre,Attachment:Adjunto,We were unable to parse the content for this site.:No pudimos analizar el contenido de este sitio.,The URL provided is invalid.:La URL proporcionada no es v\u00e1lida.,Minimum size: 300px x 157px, ideal ratio 2:1, 5MB max. JPG, PNG, WEBP and GIF formats only.:Tama\u00f1o m\u00ednimo: 300px x 157px, proporci\u00f3n ideal 2:1, 5 MB m\u00e1x. Solo formatos JPG, PNG, WEBP y GIF.,Minimum size: 144px x 144px, ideal ratio 1:1, 5MB max. JPG, PNG, WEBP and GIF formats only.:Tama\u00f1o m\u00ednimo: 144px x 144px, proporci\u00f3n ideal 1:1, 5 MB m\u00e1x. Solo formatos JPG, PNG, WEBP y GIF.,Home Page Image:Imagen de la P\u00e1gina de Inicio,Smart Schema:Schema Inteligente,Default Card Type:Tipo de tarjeta predeterminado,Default Taxonomy Object Types:Tipos de objetos de taxonom\u00eda predeterminados,Default Post Type Object Types:Tipos de objetos de tipo de contenido predeterminados,Home Page Title:T\u00edtulo de la p\u00e1gina de inicio,Additional Data:Datos adicionales,You have %1$s more notifications:Tienes %1$s avisos m\u00e1s,See all dismissed notifications.:Ver todos los avisos descartados.,There are no new notifications at this moment.:No hay avisos nuevos en este momento.,Configure how your website content will look in Google, Bing and other search engines.:Configura c\u00f3mo se ver\u00e1 el contenido de tu web en Google, Bing y otros motores de b\u00fasqueda.,Check how your site scores with our SEO analyzer and compare against your competitors site.:Comprueba c\u00f3mo punt\u00faa tu sitio con nuestro analizador de SEO y comp\u00e1ralo con el sitio de tu competencia.,We recommended redirecting attachment URLs back to the attachment since the default WordPress attachment pages have little SEO value.:Recomendamos redirigir las URLs de los archivos adjuntos la p\u00e1gina del adjunto, ya que las p\u00e1ginas por defecto de archivos adjuntos de WordPress tienen poco valor de SEO.,Card Type:Tipo de tarjeta,Complete SEO Checklist:Lista de verificaci\u00f3n SEO completa,Enter Competitor URL:Introduce URL competidora,Fine-tune your site with our powerful tools including Robots.txt editor, import\/export and more.:Afina tu sitio con nuestras potentes herramientas, incluidos el editor de Robots.txt, la importaci\u00f3n\/exportaci\u00f3n y m\u00e1s.,Get more features in %1$s %2$s::Obt\u00e9n m\u00e1s caracter\u00edstica en %1$s %2$s:,How to get your Facebook Admin ID:C\u00f3mo obtener tu ID de administrador de Facebook,How to get your Facebook App ID:C\u00f3mo obtener tu App ID de Facebook,How to get your Facebook Author URL:C\u00f3mo obtener tu URL de autor de Facebook,Improve local SEO rankings with schema for business address, open hours, contact, and more.:Mejora el posicionamiento de SEO local con un schema para la direcci\u00f3n comercial, el horario de atenci\u00f3n, el contacto y m\u00e1s.,Manage all of your sitemap settings, including XML, Video, News and more.:Gestiona todas los ajustes de tu mapa del sitio, incluidos XML, Video, Noticias y m\u00e1s.,Recommended Improvements:Mejoras recomendadas,Redirect Attachment URLs:Redirigir las URLs de adjuntos,Refresh Results:Refrescar resultados,Relaunch Setup Wizard:Relanzar el asistente de configuraci\u00f3n,Schema Markup:Marcado schema,SEO Site Score:Puntuaci\u00f3n SEO del sitio,Show Facebook Author:Mostrar el autor de Facebook,Summary with Large Image:Resumen con imagen grande,The Facebook App ID of the sites app. In order to use Facebook Insights, you must add the App ID to your page. Insights lets you view analytics for traffic to your site from Facebook. Find the App ID in your App Dashboard.:El App ID de Facebook de la aplicaci\u00f3n del sitio. Para utilizar Facebook Insights, debes a\u00f1adir el App ID a tu p\u00e1gina. Insights te permite ver an\u00e1lisis del tr\u00e1fico a tu sitio desde Facebook. Busca el App ID en tu escritorio de aplicaciones.,Upgrade to %1$s and Save %2$s:Actualiza a %1$s y ahorra un %2$s,Will be overriden if the Facebook author URL is present in the individual User Profile.:Se sobreescribir\u00e1 si la URL del autor de Facebook est\u00e1 presente en el perfil de usuario individual.,You can use these quicklinks to quickly access our settings pages to adjust your sites SEO settings.:Puedes usar estos enlaces r\u00e1pidos para acceder r\u00e1pidamente a nuestras p\u00e1ginas de ajustes para ajustar los ajustes de SEO de tu sitio.,Your site is not connected. Please connect to %1$s, then try again.:Tu sitio no est\u00e1 conectado. Por favor conecta con %1$s, despu\u00e9s vuelva a intentarlo.,Dismiss All:Descartar todas,Good Results:Buenos resultados,Perform in-depth SEO Analysis of your competitors website.:Realiza un an\u00e1lisis SEO en profundidad de la web de tu competencia.,Please enter a valid URL.:Por favor, introduce una URL v\u00e1lida.,Enable this feature if you want X to display a preview card with images and a text excerpt when a link to your site is shared.:Activa esta funci\u00f3n si quieres que X muestre una tarjeta de vista previa con im\u00e1genes y un extracto de texto cuando se comparta un enlace a tu sitio.,X (Twitter) Card Settings:X (Twitter) Ajustes de la tarjeta,Setup Open Graph for Facebook, X (Twitter), etc. to show the right content \/ thumbnail preview.:Configura Open Graph para Facebook, X (Twitter), etc. para mostrar el contenido adecuado \/ vista previa en miniatura.,Default Term Facebook Image:Imagen de Facebook por defecto para los T\u00e9rminos,Default Post Facebook Image:Imagen de Facebook por defecto para las Entradas,Term Custom Field Name:Nombre de campo personalizado del t\u00e9rmino,Post Custom Field Name:Nombre de campo personalizado de la entrada,Default Term Image Source:Origen de la imagen del t\u00e9rmino por defecto,Default Post Image Source:Origen de la imagen de la entrada por defecto,Enable Open Graph Markup:Activar marcado Open Graph,Use the home page description:Usar la descripci\u00f3n de la p\u00e1gina de inicio,Facebook Author URL:URL del Autor de Facebook,Remove:Eliminar,Use the home page title:Usar el t\u00edtulo de la p\u00e1gina de inicio,Width:Ancho,Paste your image URL or select a new image:Pega la URL de tu imagen o selecciona una nueva imagen,To let search engines know which profiles are associated with this user, enter them below::Para que los motores de b\u00fasqueda sepan qu\u00e9 perfiles est\u00e1n asociados con este usuario, escr\u00edbelos a continuaci\u00f3n:,Click on the tags below to insert variables into your description.:Haz clic en las siguientes etiquetas para insertar variables en tu descripci\u00f3n.,Click on the tags below to insert variables into your home page title.:Haz clic en las siguientes etiquetas para insertar variables en el t\u00edtulo de tu p\u00e1gina de inicio.,Click on the tags below to insert variables into your site name.:Haz clic en las siguientes etiquetas para insertar variables en el nombre de tu sitio.,Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.:Activa esta funci\u00f3n si quieres que Facebook y otras redes sociales muestren una vista previa con im\u00e1genes y un extracto de texto cuando se comparte un enlace a tu sitio.,Enter your Facebook Admin ID here. You can enter multiple Facebook Admin IDs by separating them with a comma.:Introduce tu ID de administrador de Facebook aqu\u00ed. Puedes a\u00f1adir varios ID de administrador de Facebook separ\u00e1ndolos con una coma.,General Facebook Settings:Ajustes generales de Facebook,The Title of the Page or Site you are Sharing:El t\u00edtulo de la p\u00e1gina o sitio que vas a compartir,Upload or Select Image:Subir o seleccionar imagen,This is what your page configured with %1$s will look like when shared via Facebook. The site title and description will be automatically added.:As\u00ed es como se ver\u00e1 tu p\u00e1gina configurada con %1$s cuando se comparta a trav\u00e9s de Facebook. El t\u00edtulo y la descripci\u00f3n del sitio se \u00e1n autom\u00e1ticamente.,Height:Altura,%1$s %2$s comes with many additional features to help take your sites SEO to the next level!:\u00a1%1$s %2$s incluye muchas caracter\u00edsticas adicionales para ayudar a llevar el SEO de tu sitio al siguiente nivel!,Local Business schema markup enables you to tell Google about your business, including your business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel.:Los datos estructurados de negocio local te permite informar a Google sobre tu negocio, incluido su nombre, direcci\u00f3n, n\u00famero de tel\u00e9fono, horario de apertura y el rango de precios. Esta informaci\u00f3n puede mostrarse como una tarjeta de Knowledge Graph o un carrusel de empresas.,Our Google News Sitemap lets you control which content you submit to Google News and only contains articles that were published in the last 48 hours. In order to submit a News Sitemap to Google, you must have added your site to Google\u2019s Publisher Center and had it approved.:Nuestro mapa del sitio de Google News te permite controlar qu\u00e9 contenido env\u00edas a Google News y solo contiene art\u00edculos que se publicaron en las \u00faltimas 48 horas. Para enviar un mapa del sitio de noticias a Google, debes haber a\u00f1adido tu sitio al centro de editores de Google y haber sido aprobado.,The Video Sitemap works in much the same way as the XML Sitemap module, it generates an XML Sitemap specifically for video content on your site. Search engines use this information to display rich snippet information in search results.:El mapa del sitio de video funciona de la misma manera que el m\u00f3dulo de mapa del sitio XML, genera un mapa del sitio XML espec\u00edficamente para el contenido de video de tu sitio. Los motores de b\u00fasqueda utilizan esta informaci\u00f3n para mostrar informaci\u00f3n de fragmentos enriquecidos en los resultados de b\u00fasqueda.,This feature requires one of the following plans::Esta caracter\u00edstica requiere alguno de los siguientes planes:,And many more...:Y muchos m\u00e1s...,Advanced WooCommerce:WooCommerce Avanzado,Image SEO Optimization:Optimizaci\u00f3n SEO de im\u00e1genes,Bulk Editing:Edici\u00f3n por Lotes,Show %1$s Thumbnail in Google Custom Search:Mostrar miniatura de %1$s en la b\u00fasqueda personalizada de Google,We couldnt connect to the site, please try again later.:No hemos podido conectar con el sitio, por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,Globally control the Title attribute and Alt text for images in your content. These attributes are essential for both accessibility and SEO.:Controla globalmente los atributos de t\u00edtulo y el texto alternativo de las im\u00e1genes de tu contenido. Estos atributos son esenciales tanto para la accesibilidad como para el SEO.,Other Options:Otras opciones,Purchase License:Adquirir licencia,Read Only:S\u00f3lo lectura,Robots Meta Settings:Ajustes de meta robots,Search for Features...:Buscar funciones...,Show %1$s Meta Box:Mostrar la caja meta de %1$s,Upgrade %1$s to Pro and Unlock all Features!:\u00a1Actualiza %1$s a Pro y desbloquea todas las caracter\u00edsticas!,Video and News Sitemaps:Mapas del sitio de v\u00eddeos y noticias,%1$s %2$s gives you advanced customizations for our page analysis feature, letting you add custom fields to analyze.:%1$s %2$s te ofrece personalizaciones avanzadas para nuestra funci\u00f3n de an\u00e1lisis de p\u00e1gina, lo que te permite a\u00f1adir campos personalizados para analizar.,A valid license key is required in order to use our addons.:Se requiere una clave de licencia v\u00e1lida para utilizar nuestras extensiones.,Activate All Features:Activar todas las caracter\u00edsticas,Deactivate All Features:Desactivar todas las caracter\u00edsticas,Enter License Key:Escribe la clave de licencia,The %1$s Team:El equipo %1$s,Status::Estado:,%1$s is brought to you by %2$s, the same team that\u2019s behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, the best WordPress analytics plugin, MonsterInsights and many more.:%1$s se lo ofrece %2$s, el mismo equipo que est\u00e1 detr\u00e1s del sitio de recursos de WordPress m\u00e1s grande, WPBeginner, el software de generaci\u00f3n de oportunidades de venta m\u00e1s popular, OptinMonster, el mejor plugin de an\u00e1lisis de WordPress, MonsterInsights y muchos m\u00e1s.,Manage:Gestionar,Deactivated:Desactivado,The ExactMetrics Google Analytics for WordPress plugin helps you properly setup all the powerful Google Analytics tracking features without writing any code or hiring a developer.:El plugin ExactMetrics Google Analytics para WordPress te ayuda a configurar correctamente todas las potentes caracter\u00edsticas de seguimiento de Google Analytics sin escribir c\u00f3digo o contratar un desarrollador.,Dynamically Generate Meta Keywords:Generar palabras clave meta din\u00e1micamente,Use Meta Keywords:Usar palabras clave meta,Smart Recommendations:Recomendaciones Inteligentes,Title::T\u00edtulo:,Global Robots Meta:Meta Robots Globales,Welcome:Bienvenido,An error occurred while activating the addon. Please upload it manually or contact support for more information.:Ocurri\u00f3 un error al activar la extensi\u00f3n. Por favor, s\u00fabela manualmente o contacta con soporte para m\u00e1s informaci\u00f3n.,Choose Features:Elige caracter\u00edsticas,Additional Site Information:Informaci\u00f3n adicional del sitio,Remove Category Base Prefix:Eliminar el prefijo base de categor\u00eda,Success:Correcto,Image Title:T\u00edtulo de la imagen,Opening Hours:Horario de apertura,Connect:Conectar,News Article:Art\u00edculo de Noticias,Blog Post:Entrada del Blog,Article Type:Tipo de Art\u00edculo,Archives:Archivos,Advanced:Avanzado,RSS Content:Contenido RSS,Pinterest:Pinterest,Lite vs. Pro:Lite vs. Pro,Contact Page:P\u00e1gina de contacto,Google Tag Manager account:Cuenta de Google Tag Manager,Redirects:Redirecciones,Collection Page:P\u00e1gina de colecci\u00f3n,Web Page:P\u00e1gina web,Real Estate Listing:Anuncio inmobiliario,FAQ Page:P\u00e1gina de FAQ,Item Page:P\u00e1gina de art\u00edculo,Profile Page:P\u00e1gina de perfil,Webmaster Tools:Webmaster Tools,Strip punctuation from image attributes:Eliminar la puntuaci\u00f3n de los atributos de la imagen,Click on the tags below to insert variables into your %1$s attribute.:Haz clic en las siguientes etiquetas para insertar variables en tu atributo %1$s.,Access Control:Control de acceso,Are you sure you want to leave? you have unsaved changes!:\u00bfSeguro que quieres irte? \u00a1Tienes cambios sin guardar!,Connect with %1$s:Con\u00e9ctate a %1$s,Content Types:Tipos de contenido,Custom Fields:Campos personalizados,Database Tools:Herramientas de dase de datos,General Sitemap:Mapa general del sitio,Page Analysis:An\u00e1lisis de p\u00e1gina,Schema Type:Tipo de schema,Sitemap Settings:Ajustes del mapa del sitio,Social Profiles:Perfiles sociales,Title & Description:T\u00edtulo y descripci\u00f3n,Title Attribute Format:Formato del atributo t\u00edtulo,Internal Links:Enlaces Internos,Locations:Ubicaciones,Use Default Settings:Utilizar los ajustes por defecto,Getting Started:Primeros pasos,Global Settings:Ajustes globales,Import\/Export:Importar\/exportar,None:Ninguna,Paste your license key here:Pega tu clave de licencia aqu\u00ed,Your license key provides access to updates and addons.:Tu clave de licencia proporciona acceso a actualizaciones y extensiones.,An unknown error occurred, please try again later.:Ha ocurrido un error desconocido. Por favor, vuelve a intentarlo m\u00e1s tarde.,The license key provided is invalid. Please use a different key to continue receiving automatic updates.:La clave de licencia proporcionada es inv\u00e1lida. Por favor, utilice una clave diferente para seguir recibiendo actualizaciones autom\u00e1ticas.,There was an error connecting to the licensing API. Please try again later.:Hubo un error al conectarse a la API de licencias. Por favor, int\u00e9ntalo de nuevo m\u00e1s tarde.,This license key has reached the maximum number of activations. Please deactivate it from another site, or upgrade your license to continue receiving automatic updates. (Error Code ZL53IPPJ80RF):Esta clave de licencia ha alcanzado el n\u00famero m\u00e1ximo de activaciones. Desact\u00edvala desde otro sitio o actualiza tu licencia para seguir recibiendo actualizaciones autom\u00e1ticas. (C\u00f3digo de error ZL53IPPJ80RF),You can use this section to add any URLs to your sitemap which arent a part of your WordPress installation. For example, if you have a contact form that you would like to be included on your sitemap you can enter the information manually.:Puedes utilizar esta secci\u00f3n para a\u00f1adir URLs que no forman parte de tu instalaci\u00f3n de WordPress a tu mapa del sitio. Por ejemplo, si tienes un formulario de contacto que te gustar\u00eda incluir en tu mapa del sitio, puedes introducir la informaci\u00f3n manualmente.,Dynamically Generate:Generar din\u00e1micamente,statically:est\u00e1ticamente,You can find more information about XML Sitemaps at %1$ssitemaps.org%2$s.:Puede encontrar m\u00e1s informaci\u00f3n sobre mapas de sitio XML en %1$ssitemaps.org%2$s.,Publication Name:Nombre de la publicaci\u00f3n,Delete Static Files:Borrar archivos est\u00e1ticos,%1$s has detected static sitemap files in the root folder of your WordPress installation.\n\t\t\t\tAs long as these files are present, %2$s is not able to dynamically generate your sitemap.:%1$s ha detectado archivos de mapas del sitio est\u00e1ticos en la carpeta ra\u00edz de la instalaci\u00f3n de WordPress. Mientras estos archivos est\u00e9n presentes, %2$s no puedes generar din\u00e1micamente tu mapa del sitio.,Static sitemap files detected:Detectados archivos del mapa del sitio est\u00e1ticos,This notice will automatically disappear as soon as the migration has completed. Meanwhile, everything should continue to work as expected.:Este aviso desaparecer\u00e1 autom\u00e1ticamente en cuanto se complete la importaci\u00f3n. Mientras tanto, todo deber\u00eda seguir funcionando como se esperaba.,Exclude Posts \/ Pages:Excluir entradas \/ p\u00e1ginas,Include All Post Types:Incluir todos los tipos de contenido,Priority Score:Puntuaci\u00f3n de prioridad,Type to search...:Escribe para buscar...,This sitemap was %1$s generated on %2$s at %3$s by %4$s %5$s - the original SEO plugin for WordPress.:Este mapa del sitio lo gener\u00f3 %4$s v%5$s %1$s el %2$s a las %3$s - el plugin SEO original para WordPress.,Plugin is missing required dependencies. Please contact support for more information.:Al plugin le faltan las dependencias requeridas. Por favor, contacta con soporte para obtener m\u00e1s informaci\u00f3n.,Clear:Vaciar,%1$s V3->V4 Migration In Progress:Migraci\u00f3n %1$s V3->V4 en progreso,%1$s is currently upgrading your database and migrating your SEO data in the background.:%1$s est\u00e1 actualizando tu base de datos y migrando tus datos de SEO en segundo plano.,Sample Taxonomy Name Value:Valor de nombre de taxonom\u00eda de muestra,Sample Archive Title:Muestra de t\u00edtulo del archivo,Sample author biography:Biograf\u00eda de autor de ejemplo,Conflicting Plugins Detected:Plugins conflictivos detectados,Search Engines Blocked:Motores de b\u00fasqueda bloqueados,%1$sAdd %2$srel\UGC\%3$s to link:%1$sA\u00f1ade %2$srel\UGC\%3$s al enlace,%1$sAdd %2$srel\sponsored\%3$s to link:%1$sA\u00f1ade %2$srel\sponsored\%3$s al enlace,%1$sAdd %2$srel\nofollow\%3$s to link:%1$sA\u00f1ade %2$srel\nofollow\%3$s al enlace,%1$s is updated to the latest version:%1$s se actualiz\u00f3 a la \u00faltima versi\u00f3n,Published on %1$s.:Publicado el %1$s.,Sample Custom Field Value:Ejemplo de valor de campo personalizado,Example search string:Cadena de b\u00fasqueda de ejemplo,Sample taxonomy description:Muestra de descripci\u00f3n de taxonom\u00eda,Sample Taxonomy Title:Muestra de t\u00edtulo de taxonom\u00eda,%1$s Score:Puntuaci\u00f3n de %1$s,%1$s Details:Detalles de %1$s,Tools:Herramientas,SEO Analysis:An\u00e1lisis SEO,default:por defecto,Sitemaps:Mapas del sitio,Dashboard:Escritorio,A Description tag is required in order to properly display your meta descriptions on your site.:Es obligatoria una etiqueta de descripci\u00f3n para mostrar correctamente tus meta descriptions en tu sitio.,Warning: %1$s has detected that you may have an invalid description format. This could lead to descriptions not being properly applied to your content.:Advertencia: %1$s ha detectado que puede que tengas un formato de descripci\u00f3n no v\u00e1lido. Esto podr\u00eda llevar a que las descripciones no se apliquen correctamente a tu contenido.,Invalid Description Format:Formato de descripci\u00f3n no v\u00e1lido,Sample Category 1, Sample Category 2:Categor\u00eda de ejemplo 1, categor\u00eda de ejemplo 2,An example of content from your page\/post.:Un ejemplo de contenido de tu p\u00e1gina\/entrada.,%1$s needs to be updated:%1$s necesita ser actualizado,Social Networks:Redes sociales,Local SEO:SEO local,Please rate %1$s %2$s on %3$s to help us spread the word. Thank you!:Por favor, valora %1$s con %2$s en %3$s para ayudarnos a correr la voz. \u00a1Gracias!,SEO Meta Import In Progress:Importaci\u00f3n de metadatos de SEO en curso,%1$s is importing your existing SEO data in the background.:%1$s est\u00e1 importando tus datos de SEO existentes en segundo plano.,This notice will automatically disappear as soon as the import has completed. Meanwhile, everything should continue to work as expected.:Este aviso desaparecer\u00e1 autom\u00e1ticamente en cuanto se complete la importaci\u00f3n. Mientras tanto, todo deber\u00eda seguir funcionando como se espera.,%1$s Settings:Ajustes de %1$s,Go to Schema Settings:Ir a los ajustes de schema,Your entire site is set to globally noindex content.:Todo tu sitio est\u00e1 configurado globalmente para no indexar el contenido.,Your entire site is set to globally nofollow content.:Todo tu sitio est\u00e1 configurado globalmente para pedir nofollow del contenido.,Archives for:Archivo de,%1$s › Onboarding Wizard:%1$s › Asistente de bienvenida,Search Appearance:Apariencia en buscadores,Analytics:Analytics,Home:Hogar,The name of the first term of a given taxonomy that is assigned to the current page\/post.:El nombre del primer t\u00e9rmino de una taxonom\u00eda determinada que se asigna a la p\u00e1gina\/entrada actual.,Taxonomy Name:Nombre de la taxonom\u00eda,Site link (link as text).:Enlace al sitio (enlace como texto).,Site link (name as text).:Enlace al sitio (nombre como texto).,The year when the page\/post was published, localized.:El a\u00f1o en el que la p\u00e1gina\/entrada fue publicada, localizada.,The month when the page\/post was published, localized.:El mes en el que la p\u00e1gina\/entrada fue publicada, localizada.,The day of the month when the page\/post was published, localized.:El d\u00eda del mes en el que la p\u00e1gina\/entrada fue publicada, localizada.,The date when the page\/post was published, localized.:La fecha en el que la p\u00e1gina\/entrada fue publicada, localizada.,The date of the current archive, localized.:La fecha del archivo actual, localizada.,Archive Date:Archivo de fecha,The current year, localized.:El a\u00f1o actual, localizado.,The current month, localized.:El mes actual, localizado.,The current day of the month, localized.:El d\u00eda actual del mes, localizado.,The current date, localized.:La fecha actual, localizada.,The page number for the current paginated page.:El n\u00famero de p\u00e1gina de la p\u00e1gina paginada actual.,Page Number:N\u00famero de p\u00e1gina,Current or first category title.:T\u00edtulo actual o el de primera categor\u00eda.,Author archive link (link as text).:Enlace al archivo del autor (enlace como texto).,Author archive link (name as text).:Enlace al archivo del autor (enlace como nombre).,Caption for the current media file.:Leyenda para el archivo de medios actual.,Archive Title:T\u00edtulo del archivo,Sample Post:Entrada de muestra,The biography of the author.:La biograf\u00eda del autor.,Author Biography:Biograf\u00eda del autor,Author Last Name:Apellido del autor,Author First Name:Nombre del autor,Attachments:Adjuntos,Sample caption for media.:Muestra de leyenda para medios.,The term the user is searching for.:El t\u00e9rmino que el usuario est\u00e1 buscando.,A custom field from the current page\/post.:Un campo personalizado de la p\u00e1gina\/entrada actual.,The separator defined in the search appearance settings.:El separador definido en los ajustes de apariencia de b\u00fasqueda.,%1$s Excerpt:%1$s Extracto,The permalink for the current page\/post.:El enlace permanente de la p\u00e1gina\/entrada actual.,%1$s Link (Alt):%1$s Enlace (Alt),%1$s Link:%1$s Enlace,%1$s Description:%1$s Descripci\u00f3n,Tagline:Descripci\u00f3n corta,The original title of the current post.:El t\u00edtulo original de la entrada actual.,Permalink:Enlace permanente,The title of the current archive.:El t\u00edtulo del archivo actual.,Separator:Separador,Sample Parent:Superior de muestra,The title of the parent post of the current page\/post.:El t\u00edtulo de la publicaci\u00f3n superior de la p\u00e1gina\/entrada actual.,Parent Title:T\u00edtulo del superior,The excerpt defined on your page\/post. Will not fall back to the post content.:El extracto definido en tu p\u00e1gina\/entrada. No mostrar\u00e1 por defecto el contenido de la entrada.,%1$s Excerpt Only:%1$s Solo extracto,A sample alt tag for your image:Una etiqueta alternativa de muestra para tu imagen,The meta description for the current page\/post.:La meta description de la p\u00e1gina\/entrada actual.,Search Term:T\u00e9rmino de b\u00fasqueda,Custom Field:Campo personalizado,The tagline for your site, set in the general settings.:La descripci\u00f3n corta de tu sitio, establecido en los ajustes generales.,The description for your site.:La descripci\u00f3n de tu sitio.,Site Link (Alt):Enlace del sitio (Alt),Site Link:Enlace del sitio,The excerpt defined on your page\/post.:El extracto definido en tu p\u00e1gina\/entrada.,Current Year:A\u00f1o actual,Current Month:Mes actual,Current Day:D\u00eda actual,Current Date:Fecha actual,Author Link (Alt):Enlace del autor (Alt),Author Link:Enlace del autor,Media Caption:Leyenda del medio,%1$s Title:T\u00edtulo de %1$s,%1$s Content:Contenido de %1$s,%1$s Date:Fecha de %1$s,%1$s Month:Mes de %1$s,%1$s Year:A\u00f1o de %1$s,Sample excerpt from a page\/post.:Muestra de extracto de p\u00e1gina\/entrada.,Current or first term link (name as text).:Enlace al t\u00e9rmino actual o al primero (nombre como texto).,Current or first term link (link as text).:Enlace al t\u00e9rmino actual o al primero (enlace como texto).,The content of your page\/post.:El contenido de tu p\u00e1gina\/entrada.,All categories that are assigned to the current post, comma-separated.:Todas las categor\u00edas asignadas a la entrada actual, separadas por comas.,We were unable to import the phone number that you previously entered for your Knowledge Graph schema markup.\n\t\t\t\t\tAs it needs to be internationally formatted, please enter it (%1$s) with the country code, e.g. +1 (555) 555-1234.:No pudimos importar el n\u00famero de tel\u00e9fono que a\u00f1adiste anteriormente para tu marcado Schema de Knowledge Graph. Como debe tener un formato internacional, introd\u00facelo (%1$s) con el c\u00f3digo de pa\u00eds, p. ej. +1 (555) 555-1234.,Author Name:Nombre del autor,%1$s Day:%1$s d\u00eda,Image Alt Tag:Etiqueta Alt de imagen,Review Your Facebook Open Graph Titles and Descriptions:Revisa tus t\u00edtulos y descripciones de Facebook Open Graph,Due to some changes in how our Open Graph integration works, your Facebook Titles and Descriptions may have changed. You were using the following options that have been removed::Debido a algunos cambios en c\u00f3mo funciona nuestra integraci\u00f3n de Open Graph, puede que hayan cambiado tus t\u00edtulos y descripciones de Facebook. Estabas usando las siguientes opciones que se han eliminado:,The phone number that you previously entered for your Knowledge Graph schema markup is invalid. As it needs to be internationally formatted, please enter it (%1$s) again with the country code, e.g. +1 (555) 555-1234.:El n\u00famero de tel\u00e9fono que a\u00f1adiste antes para el marcado de schema de Knowledge Graph no es v\u00e1lido. Como debe tener un formato internacional, introd\u00facelo (%1$s) otra vez con el c\u00f3digo del pa\u00eds, p. ej. +1 (555) 555-1234.,Invalid Phone Number for Knowledge Graph:N\u00famero de tel\u00e9fono no v\u00e1lido para Knowledge Graph,Fix Now:Corregir ahora,Blank Title Formats Detected:Formatos de t\u00edtulo en blanco detectados,Custom field names with spaces detected:Detectados nombres de campo personalizados con espacios,Internal links:Enlaces internos,You are not using any subheadings, although your text is rather long. Try and add some subheadings.:No est\u00e1 utilizando ning\u00fan subt\u00edtulo, aunque su texto es bastante largo. Intente a\u00f1adir algunos subt\u00edtulos.,Subheading distribution:Distribuci\u00f3n de subt\u00edtulos,You are not using rich media like images or videos.:No est\u00e1 usando medios enriquecidos como im\u00e1genes o v\u00eddeos.,No title has been specified. Make sure to write one!:No se ha especificado ning\u00fan t\u00edtulo. \u00a1Aseg\u00farate de escribir uno!,No outbound links were found. Link out to external resources.:No se encontraron enlaces salientes. A\u00f1ada enlaces a recursos externos.,We couldnt find any internal links in your content. Add internal links in your content.:No pudimos encontrar ning\u00fan enlace interno en su contenido. A\u00f1ada enlaces internos en su contenido.,The meta description is too short.:La meta descripci\u00f3n es demasiado corta.,Meta description length:Longitud de la meta descripci\u00f3n,External links:Enlaces externos,SEO Title length:Longitud del t\u00edtulo SEO,Review Now:Revisar ahora,Due to a bug in the previous version of %1$s, your homepage title and description may have changed. Please take a minute to review your homepage settings to verify that they are correct.:Debido a un fallo en la versi\u00f3n anterior de %1$s, el t\u00edtulo y descripci\u00f3n de tu p\u00e1gina de inicio puede que haya cambiado. Por favor, t\u00f3mate un minuto para revisar los ajustes de tu p\u00e1gina de inicio para verificar que sean correctos.,Review Your Homepage Title & Description:Revisa el t\u00edtulo y descripci\u00f3n de tu p\u00e1gina de inicio,Try Again:Int\u00e9ntalo de nuevo,Images\/videos in content:Im\u00e1genes\/v\u00eddeos en el contenido,Passive voice:Voz pasiva,%1$s has detected that you have one or more custom fields with spaces in their name.\n\t\t\t\t\t\t\t\tIn order for %2$s to correctly parse these custom fields, their names cannot contain any spaces.:%1$s ha detectado que tienes uno o m\u00e1s campos personalizados con espacios en su nombre. Para que %2$s analice correctamente estos campos personalizados, tus nombres no pueden contener espacios.,Unfortunately, there was an error importing your SEO plugin settings. This could be due to an incompatibility in the version installed. Make sure you are on the latest version of the plugin and try again.:Se ha producido un error al importar los ajustes de tu plugin de SEO. Esto podr\u00eda deberse a una incompatibilidad en la versi\u00f3n instalada. Aseg\u00farate de tener la \u00faltima versi\u00f3n del plugin y vuelve a intentarlo.,You selected to install the free %1$s plugin during the setup of %2$s, but there was an issue during installation. Click below to manually install.:Seleccionaste instalar el plugin gratuito %1$s durante la configuraci\u00f3n de %2$s, pero hubo un problema durante la instalaci\u00f3n. Haz clic a continuaci\u00f3n para instalarlo manualmente.,%1$s minute:%1$s minuto,%1$s minutos,Est. reading time:Tiempo de lectura estimado,Written by:Escrito por,%1$s Debug Info from %2$s:Informaci\u00f3n de depuraci\u00f3n de %1$s desde %2$s,Import and Delete:Importar y borrar,%1$s has detected a physical robots.txt file in the root folder of your WordPress installation. We recommend removing this file as it could cause conflicts with WordPress dynamically generated one. %2$s can import this file and delete it, or you can simply delete it.:%1$s ha detectado un archivo robots.txt f\u00edsico en la carpeta ra\u00edz de su instalaci\u00f3n de WordPress. Recomendamos eliminar este archivo ya que podr\u00eda causar conflictos con el generado din\u00e1micamente por WordPress. %2$s puede importar este archivo y eliminarlo, o simplemente puede eliminarlo.,There was an error deleting the physical robots.txt file.:Ha ocurrido un error al eliminar el archivo robots.txt f\u00edsico.,An error occurred while trying to write to the .htaccess file. Please try again later.:Se ha producido un error al intentar escribir en el archivo .htaccess. Int\u00e9ntalo de nuevo m\u00e1s tarde.,SEO Plugin Import Failed:Ha fallado la importaci\u00f3n del plugin de SEO,Installation failed. Please check permissions and try again.:La instalaci\u00f3n fall\u00f3. Por favor, comprueba los permisos e int\u00e9ntalo de nuevo.,Deactivation failed. Please check permissions and try again.:La desactivaci\u00f3n fall\u00f3. Por favor, comprueba los permisos e int\u00e9ntalo de nuevo.,Delete:Borrar,There was an error importing the static robots.txt file.:Se ha producido un error al importar el Archivo Robots.txt est\u00e1tico.,Physical Robots.txt File Detected:Archivo f\u00edsico Robots.txt detectado,needs update:necesita actualizaci\u00f3n,Must-Use Plugins:Plugins imprescindibles,Not Set:No establecido,unknown:desconocido,Constants:Constantes,Base URL::URL Base:,Base Directory::Directorio Base:,Url::Url:,Path::Ruta:,Visible:Visible,Front Page Info:Informaci\u00f3n de la p\u00e1gina principal,User Count:N\u00famero de usuarios,Hidden:Oculto,Upload Directory Info:Informaci\u00f3n sobre el directorio de subida,Server Info:Informaci\u00f3n del servidor,Web Server:Servidor web,Latest version::\u00daltima versi\u00f3n:,Your site already has %1$s activated. If you want to switch to %2$s, please first go to Plugins > Installed Plugins and deactivate %1$s. Then, you can activate %2$s.:Tu sitio ya tiene activado %1$s. Si quieres cambiar a %2$s, dir\u00edgete primero a Plugins > Plugins instalados y desactiva %1$s. Despu\u00e9s, podr\u00e1s activar %2$s.,%1$sNote:%2$s Support for PHP %3$s will be discontinued in %4$s. After this, if no further action is taken, %5$s functionality will be disabled. %6$sRead more for additional information.%7$s:%1$sNota:%2$s PHP %3$s dejar\u00e1 de recibir soporte en %4$s. Despu\u00e9s de esto, si no se toman medidas, la funcionalidad de %5$s se desactivar\u00e1. %6$sLee m\u00e1s para obtener informaci\u00f3n adicional.%7$s,User Language:Idioma del usuario,Permalink Structure:Estructura de enlaces permanentes,Your site is running an %1$soutdated version%2$s of PHP that is no longer supported and may cause issues with %3$s. Please contact your web hosting provider to update your PHP version or switch to a %4$srecommended WordPress hosting company%5$s.:Tu sitio ejecuta una versi\u00f3n %1$sdesactualizada%2$s de PHP que ya no es compatible y puede causar problemas con %3$s. Ponte en contacto con tu proveedor de alojamiento web para actualizar su versi\u00f3n de PHP o cambia a una %4$sempresa de alojamiento de WordPress recomendada por%5$s.,Timezone:Zona horaria,Heads up!:\u00a1Ojo!,%1$sNote:%2$s %3$s plugin is disabled on your site until you fix the issue. %4$sRead more for additional information.%5$s:%1$sNota:%2$s El plugin %3$s se ha desactivado en tu sitio hasta que soluciones el problema. %4$sLeer m\u00e1s para informaci\u00f3n adicional.%5$s,Your site is running an %1$sinsecure version%2$s of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a %3$srecommended WordPress hosting company%4$s.:Tu sitio est\u00e1 ejecutando una %1$sversi\u00f3n insegura%2$s de PHP que ya no es recube soporte. Por favor, contacta con tu proveedor de alojamiento web para actualizar tu versi\u00f3n de PHP o cambia a una %3$sempresa de alojamiento de WordPress recomendada%4$s.,The Pro version installed correctly, but it needs to be activated from the Plugins page inside your WordPress admin.:La versi\u00f3n Pro se instal\u00f3 correctamente, pero necesita activarse desde la p\u00e1gina Plugins dentro del backend de WordPress.,%1$s › Connect:%1$s › Conectar,https:\/\/aioseo.com\/:https:\/\/aioseo.com\/,Could not install upgrade. Please download from %1$s and install manually.:No se ha podido instalar la actualizaci\u00f3n. Desc\u00e1rgala de %1$s e inst\u00e1lala manualmente.,You are not licensed.:No tienes licencia.,Advanced %1$s Support:Compatibilidad avanzada con %1$s,You are not allowed to install plugins.:No est\u00e1s autorizado para instalar plugins.,Please enter your license key to connect.:Por favor, introduce tu clave de licencia para conectar.,Pro version is already installed.:La versi\u00f3n PRO ya est\u00e1 instalada.,Search Page:P\u00e1gina de b\u00fasqueda,Date Archives:Archivos por fecha,Author Archives:Archivos de autor,Paginated Content:Contenido paginado,Categories:Categor\u00edas,Nofollowed content:Contenido nofollow,Noindexed content:Contenido noindex,Go to Plugins:Ir a los plugins,Your Person Name and Image are set:No est\u00e1n configurados tu nombre e imagen de persona,Your Person Name and\/or Image are blank:Tu nombre y\/o imagen de persona est\u00e1n en blanco,Your Organization Name and Logo are set:Tu nombre y logo de organizaci\u00f3n est\u00e1n configurados,Your Organization Name and\/or Logo are blank:Tu nombre y\/o logo de organizaci\u00f3n est\u00e1n en blanco,Your Site Title and Tagline are set:El t\u00edtulo y descripci\u00f3n corta de tu sitio est\u00e1n configurados,Your Site Title and\/or Tagline are blank:El t\u00edtulo y\/o descripci\u00f3n corta de tu sitio est\u00e1n en blanco,Your site is set to public. Search engines will index your website and it will appear in search results.:Tu sitio est\u00e1 configurado como p\u00fablico. Los motores de b\u00fasqueda indexar\u00e1n tu web y aparecer\u00e1 en los resultados de b\u00fasqueda.,Go to Settings > Reading:Ir a Ajustes > Lectura,Your site appears in search results:Tu sitio aparece en los resultados de b\u00fasqueda,Your site is set to private. This means WordPress asks search engines to exclude your website from search results.:Tu sitio est\u00e1 configurado como privado. Esto significa que WordPress pide a los motores de b\u00fasqueda que excluyan tu web de los resultados de b\u00fasqueda.,Your site does not appear in search results:Tu sitio no aparece en los resultados de b\u00fasqueda,Your Organization Name and\/or Logo are blank. These values are required for %1$ss Organization schema markup.:El nombre y\/o el logotipo de su organizaci\u00f3n est\u00e1n en blanco. Estos valores son obligatorios para el marcado del schema de organizaci\u00f3n de %1$s.,Fantastic! By updating to the latest version, you have access to all the latest features, bug fixes and security improvements.:\u00a1Fant\u00e1stico! Al actualizar a la \u00faltima versi\u00f3n, tienes acceso a las \u00faltimas caracter\u00edsticas, correcci\u00f3n de errores y mejoras de seguridad.,An update is available for %1$s. Upgrade to the latest version to receive all the latest features, bug fixes and security improvements.:Hay una actualizaci\u00f3n disponible para %1$s. Actualiza a la \u00faltima versi\u00f3n para recibir las \u00faltimas caracter\u00edsticas, correcciones de errores y mejoras de seguridad.,The fields below contain important SEO information from %1$s that may effect your site.:Los campos siguientes contienen informaci\u00f3n importante de %1$s para SEO que puede afectar a tu sitio.,Your Site Title and\/or Tagline are blank. We recommend setting both of these values as %1$s requires these for various features, including our schema markup:El t\u00edtulo y\/o la descripci\u00f3n corta de tu sitio est\u00e1n en blanco. Recomendamos establecer ambos valores porque %1$s los requiere para varias funciones, incluido nuestro marcado de schema,Great! These are required for %1$ss schema markup and are often used as fallback values for various other features.:\u00a1Excelente! Estos son necesarios para el marcado de schema de %1$s y a menudo se utilizan como valores de reserva para otras caracter\u00edsticas.,Awesome! These are required for %1$ss Organization schema markup.:\u00a1Estupendo! Estos son obligatorios para el marcado del schema de organizaci\u00f3n de %1$s.,Your Person Name and\/or Image are blank. These values are required for %1$ss Person schema markup.:El nombre y\/o imagen de persona est\u00e1n en blanco. Estos valores son obligatorios para el marcado del schema de persona de %1$s.,Awesome! These are required for %1$ss Person schema markup.:\u00a1Estupendo! Estos son obligatorios para el marcado de schema de persona de %1$s.,Click here:Haz clic aqu\u00ed,The last name of the post author.:El apellido del autor de la entrada.,Learn More:Aprender m\u00e1s,By allowing us to track usage data we can better help you as we will know which WordPress configurations, themes and plugins we should test.:Al permitirnos hacer seguimiento de tus datos de uso podemos ayudarte mejor, ya que sabremos con qu\u00e9 configuraciones, temas y plugins de WordPress debemos probar.,RSS Content Settings:Ajustes del contenido de RSS,LinkedIn Post Inspector:Inspector de publicaciones de LinkedIn,Go to Settings > General:Ve a Ajustes > Generales,Local Business SEO:SEO de negocio local,Notifications:Avisos,Local Business Schema:Schema de negocio local,State:Provincia,News Sitemap:Mapa del sitio de noticias,Publish Date:Fecha de publicaci\u00f3n,URL:URL,Access our Premium Support:Acceso a nuestro soporte premium,RSS Sitemap:Mapa del sitio RSS,Yes I love it:S\u00ed, me encanta,Not Really...:En realidad no...,Not Installed:No instalado,Keywords:Palabras clave,Not Available:No disponible,Schema Rich Snippets:Snippets enriquecidos del Schema,WooCommerce Integration:Integraci\u00f3n con WooCommerce,Social Meta (Open Graph Markup):Metas sociales (marcado Open Graph),Search Engine Optimization (SEO):Optimizaci\u00f3n para motores de b\u00fasqueda (SEO),Yup, we know a thing or two about building awesome products that customers love.:S\u00ed, sabemos un par de cosas sobre la creaci\u00f3n de productos incre\u00edbles que los clientes adoran.,Complete Support:Compatibilidad completa,Get the most out of %1$s by upgrading to Pro and unlocking all of the powerful features.:Aprovecha al m\u00e1ximo %1$s actualizando a Pro y desbloqueando todas las potentes caracter\u00edsticas.,Posts, Pages, Categories and Tags only:Solo entradas, p\u00e1ginas, categor\u00edas y etiquetas,WooCommerce Products only:Solo productos de WooCommerce,Posts, Pages and custom Post Types only:Solo entradas, p\u00e1ginas y tipos de contenido personalizado,Posts, Pages, custom Post Types + Categories, Tags and custom Taxonomies:Entradas, p\u00e1ginas, tipos de contenido personalizado, categor\u00edas, etiquetas y taxonom\u00edas personalizadas,Get %1$s %2$s and Unlock all the Powerful Features.:Obt\u00e9n %1$s %2$s y desbloquea todas sus potentes funcionalidades.,Limited Support:Soporte limitado,Priority Support:Soporte prioritatio,Activate:Activar,Support & Docs:Soporte y documentaci\u00f3n,No results found.:No se han encontrado resultados.,(no title):(sin t\u00edtulo),Add Link:A\u00f1adir enlace,CSS Validator:Validador CSS,HTML Validator:Validador HTML,Facebook Debugger:Depurador de Facebook,Analyze this page:Analiza esta p\u00e1gina,Over the years, we found that most other WordPress SEO plugins were bloated, buggy, slow, and very hard to use. So we designed our plugin as an easy and powerful tool.:A lo largo de los a\u00f1os hemos descubierto que la mayor\u00eda del resto de plugins SEO para WordPress estaban inflados, ten\u00edan fallos, eran lentos y dif\u00edciles de utilizar. As\u00ed que dise\u00f1amos nuestro plugin como una herramienta sencilla y potente.,Welcome to %1$s, the original SEO plugin for WordPress. At %2$s, we build software that helps you rank your website in search results and gain organic traffic.:Bienvenido a %1$s, el plugin SEO original para WordPress. En %2$s creamos software que te ayuda a posicionar tu web en los resultados de b\u00fasqueda y ganar tr\u00e1fico org\u00e1nico.,Give us a 5-star rating!:\u00a1Danos una valoraci\u00f3n de 5 estrellas!,Our goal is to take the pain out of optimizing your website for search engines.:Nuestro objetivo es quitar la molestia de la optimizaci\u00f3n de tu web para los motores de b\u00fasqueda.,Social meta for Categories, Tags and Custom Taxonomies:Meta social para categor\u00edas, etiquetas y taxonom\u00edas personalizadas,never:nunca,yearly:anualmente,hourly:cada hora,always:siempre,Link has been inserted.:El enlace se ha insertado.,Update:Actualizar,Warning: %1$s has detected other active SEO or sitemap plugins. We recommend that you deactivate the following plugins to prevent any conflicts::Advertencia: %1$s ha detectado otros plugins de mapas del sitio o SEO activos. Te recomendamos que desactives los siguientes plugins para evitar conflictos:,Join our Community:\u00danete a nuestra comunidad,Google Page Speed Test:Prueba de Google Page Speed,Youre using %1$s - no license needed. Enjoy!:Est\u00e1s usando %1$s - no necesitas una licencia. \u00a1Disfruta!,Youre using %1$s. To unlock more features, consider %2$s:Est\u00e1s usando %1$s. Para desbloquear m\u00e1s caracter\u00edsticas, considera %2$s,Get %1$s %2$s and Unlock all the Powerful Features:Obt\u00e9n %1$s %2$s y desbloquea todas las potentes funcionalidades,Plugin installed & activated.:Plugin instalado y activado.,Activated:Activado,Suggest a Feature:Sugiere una caracter\u00edstica,Give feedback:Da tu opini\u00f3n,Are you enjoying %1$s?:\u00bfEst\u00e1s disfrutando %1$s?,Your images alt tag attribute.:El atributo de etiqueta alt de su imagen.,As a valued user you receive %1$s, automatically applied at checkout!:\u00a1Como usuario valioso, recibe un %1$s, que se aplica autom\u00e1ticamente al finalizar la compra!,To unlock more features, consider %1$s.:Para desbloquear m\u00e1s funciones, plant\u00e9ate %1$s.,About Us:Sobre nosotros,Were sorry to hear you arent enjoying %1$s. We would love a chance to improve. Could you take a minute and let us know what we can do better?:Sentimos que no est\u00e9s disfrutando de %1$s. Nos encantar\u00eda tener la oportunidad de mejorar. \u00bfPodr\u00edas tomarte un minuto y hacernos saber qu\u00e9 podemos hacer mejor?,Ok, you deserve it:Vale, te lo mereces,Upgrade to %1$s:Actualiza a %1$s,Nope, maybe later:No, quiz\u00e1s m\u00e1s tarde,I already did:Ya lo hice,Thats awesome! Could you please do us a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?:\u00a1Eso es fant\u00e1stico! Por favor, \u00bfpodr\u00edas hacernos un GRAN favor y darle una valoraci\u00f3n de 5 estrellas en WordPress para ayudarnos a hacer correr la voz e impulsar nuestra motivaci\u00f3n?,Person Name:Nombre de la persona,Ad free (no banner adverts):Sin anuncios (sin banners de anuncios),Organize sitemap entries into distinct files in your sitemap. We recommend you enable this setting if your sitemap contains more than 1,000 URLs.:Organiza las entradas de los mapas del sitio en archivos distintos en tu mapa del sitio. Te recomendamos que actives esta opci\u00f3n si tu mapa de sitio contiene m\u00e1s de 1.000 URLs.,Reservations:Reservas,Sales:Ofertas,Technical Support:Soporte t\u00e9cnico,Customer Support:Soporte al cliente,Phone Number:N\u00famero de tel\u00e9fono,Organization Name:Nombre de la organizaci\u00f3n,Billing Support:Soporte de facturaci\u00f3n,Author Pages:P\u00e1ginas de autor,Welcome to %1$s:Bienvenido a %1$s,Read the %1$s user guide:Leer la gu\u00eda de usuario de %1$s,%1$s Debug Info:Informaci\u00f3n de depuraci\u00f3n de %1$s,The page number.:El n\u00famero de p\u00e1gina.,Category:Categor\u00eda,Page:P\u00e1gina,Archive:Archivar,Month:Mes,Your site title.:El t\u00edtulo de tu sitio.,Dismiss:Descartar,Warning: %1$s has detected that you are blocking access to search engines. You can change this in Settings > Reading if this was unintended.:Advertencia: %1$s ha detectado que est\u00e1s bloqueando el acceso a los motores de b\u00fasqueda. Puedes cambiar esto en Ajustes > Lectura si esto no fue intencionado.,Remind Me Later:Recu\u00e9rdamelo m\u00e1s tarde,No thanks:No, gracias,We have detected you are running %1$s. Upgrade to %2$s to unlock our advanced eCommerce SEO features, including SEO for Product Categories and more.:Hemos detectado que est\u00e1s ejecutando %1$s. Actualiza a %2$s para desbloquear nuestras caracter\u00edsticas avanzadas de SEO de comercio electr\u00f3nico, incluido SEO para categor\u00edas de productos y m\u00e1s.,All in One SEO Team:All in One SEO Team,sitemaps:mapas del sitio,This sitemap index contains:El \u00edndice de tu mapa del sitio contiene,URLs:URLs,This sitemap contains:El mapa del sitio contiene,Generated by:Generado por,Inactive Plugins:Plugins inactivos,Active Plugins:Plugins activos,Temporarily unable to load feed.:Temporalmente no es posible cargar el feed.,this is an XML Sitemap, meant to be consumed by search engines like Google or Bing.:esto es un mapa del sitio XML, que se supone consumir\u00e1n motores de b\u00fasqueda como Google o Bing.,Baidu Webmaster Tools:Baidu Webmaster Tools,Yandex Webmaster Tools:Yandex Webmaster Tools,Exclude Terms:Excluir t\u00e9rminos,Bing Webmaster Tools:Bing Webmaster Tools,Google Search Console:Google Search Console,Disallow:No permitir,Allow:Permitir,Exclude Images:Excluir im\u00e1genes,Exclude Images from your sitemap.:Excluir im\u00e1genes de tu mapa del sitio.,Search Engine Visibility:Visibilidad en los motores de b\u00fasqueda,Site Language:Idioma del sitio,Site Title:T\u00edtulo del sitio,SEO for Categories, Tags and Custom Taxonomies:SEO de categor\u00edas, etiquetas y taxonom\u00edas personalizadas,Advanced support for e-commerce:Compatibilidad avanzada con comercio electr\u00f3nico,Use Content for Autogenerated Descriptions:Usa el contenido para las descripciones generadas autom\u00e1ticamente,SEO News:Noticias de SEO,Upgrade:Actualizar,Credits:Reconocimientos,Dynamically creates the XML Sitemap instead of using a static file.:Crea din\u00e1micamente el mapa del sitio XML en vez de hacerlo usando un archivo est\u00e1tico.,Analyze:Analizar,Image SEO:SEO de im\u00e1genes,License Key:C\u00f3digo de licencia,Documentation:Documentaci\u00f3n,SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 100 million downloads since 2007.:SEO para WordPress. Caracter\u00edsticas como mapas del sitio XML, SEO para tipos de contenido personalizado, SEO para blogs, sitios de negocios, sitios de comercio electr\u00f3nico y mucho m\u00e1s. M\u00e1s de 100 millones de descargas desde 2007.,Upgrade to Pro:Actualiza a Pro,SEO Settings:Ajustes de SEO,Facebook Admin ID:ID de administrador de Facebook,Facebook App ID:App ID de Facebook,Active Theme:Tema activo,Add Rule:A\u00f1adir regla,Add URL:A\u00f1adir URL,Additional Pages:P\u00e1ginas adicionales,All Post Types:Todos los tipos de entrada,Allows you to specify the maximum number of posts in a sitemap (up to 50,000).:Te permite especificar el n\u00famero m\u00e1ximo de entradas del mapa del sitio (hasta 50.000),Discard Changes:Descartar cambios,Enable Sitemap Indexes:Activar \u00edndices del mapa del sitio,Home URL:URL de portada,Include Date Archives in your sitemap.:Incluye los archivos por fecha en tu mapa del sitio.,Last Modified:\u00daltima modificaci\u00f3n,Multisite:Multisitio,Page URL:URL de la p\u00e1gina,Site URL:URL del sitio,Submit:Enviar,Taxonomies:Taxonom\u00edas,XML Sitemap:Mapa del sitio XML,dynamically:din\u00e1micamente,Include Author Archives in your sitemap.:Incluye los archivos de autor en tu mapa del sitio.,PHP XML Support:Soporte PHP XML,PHP IPTC Support:Soporte PHP IPTC,daily:diario,monthly:mensualmente,weekly:semanalmente,Frequency:Frecuencia,Priority:Prioridad,Select which Taxonomies appear in your sitemap.:Selecciona qu\u00e9 taxonom\u00edas aparecen en tu mapa del sitio.,Post Types:Tipos de contenido,Select which Post Types appear in your sitemap.:Elige qu\u00e9 tipos de contenido aparecer\u00e1n en tu mapa del sitio.,Change Frequency:Frecuencia de cambio,Email Debug Information:Enviar los datos por correo electr\u00f3nico,User Agent:Agente usuario,Activity:Actividad,Actor:Actor,Advanced Settings:Ajustes avanzados,All in One SEO:All in One SEO,Article:Art\u00edculo,Article Section:Secci\u00f3n de art\u00edculo,Article Tags:Etiquetas de art\u00edculo,Athlete:Atleta,Author:Autor,Band:Banda,Blog:Blog,Book:Libro,Cafe:Caf\u00e9,Cancel:Cancelar,Cause:Causa,City:Ciudad,Country:Pa\u00eds,Custom Image:Imagen personalizada,Director:Director,Drink:Bebida,Edit:Editar,Edit .htaccess:Editar .htaccess,Edit SEO:Editar SEO,Episode:Episodio,Facebook:Facebook,Featured Image:Imagen destacada,First Available Image:Primera imagen disponible,Food:Comida,Game:Juego,Getting started? Read the Beginners Guide:\u00bfEmpezamos? Revisa la gu\u00eda para principiantes,Google Analytics:Google Analytics,Hotel:Hotel,Image:Imagen,Import:Importar,Landmark:Marca,Movie:Pel\u00edcula,Musician:M\u00fasico,No:No,Not set:Sin establecer,Object Type:Tipo de objeto,On:Activo,Operating System:Sistema operativo,PHP Max Post Size:Max Post Size de PHP,PHP Memory Limit:L\u00edmite de memoria de PHP,PHP Version:Versi\u00f3n de PHP,Politician:Pol\u00edtico,Post Author Image:Imagen del autor de la entrada,Product:Producto,Profile:Perfil,Public Figure:Figura p\u00fablica,Restaurant:Restaurante,Robots.txt:Robots.txt,SEO:SEO,SQL Mode:Modo SQL,Save:Guardar,School:Escuela,Server:Servidor,Site Name:Nombre del sitio,Song:Canci\u00f3n,Sport:Deporte,Sports League:Liga deportiva,Sports Team:Equipo deportivo,Summary:Resumen,Support:Soporte,System Status:Estado del sistema,TV Show:Programa de TV,University:Universidad,Update Options:Actualizar ajustes,Version:Versi\u00f3n,View the Changelog:Ver el registro de cambios,Watch video tutorials:Ver tutoriales en v\u00eddeo,Website:Web,Person:Persona,Organization:Organizaci\u00f3n,Person or Organization:Persona u organizaci\u00f3n,Yes:S\u00ed,Video Sitemap:Mapa del sitio de v\u00eddeo,PHP Max Upload Size:Tama\u00f1o m\u00e1ximo de subida de PHP,Automatically Generate Article Tags:Generar autom\u00e1ticamente las etiquetas de art\u00edculo,Feature Manager:Gestor de caracter\u00edsticas,Run Shortcodes in Description:Ejecutar shortcodes en la descripci\u00f3n,PHP Exif Support:Soporte PHP Exif,PHP Max Script Execution Time:Tiempo de ejecuci\u00f3n m\u00e1ximo de un Script PHP,.htaccess Editor:Editor .htaccess,Default:Por defecto,Site Description:Descripci\u00f3n del sitio,Non-Profit:Sin \u00e1nimo de lucro,Use Post Tags in Article Tags:Usar etiquetas de Entradas en etiquetas de Art\u00edculos,Use Categories in Article Tags:Usar Categor\u00edas en etiquetas de Art\u00edculos,Use Keywords in Article Tags:Usar Palabras Clave en Etiquetas de Art\u00edculos,Run Shortcodes in Title:Ejecutar shortcodes en el t\u00edtulo,Memory Usage:Uso de memoria,First Image in Content:Primera imagen del contenido,Image from Custom Field:Imagen desde un campo personalizado,Reset Selected Settings to Default:Restablecer ajustes seleccionados a sus valores por defecto,State\/Province:Estado\/provincia,N\/A:N\/D,Export Settings:Exportar ajustes,Front Page:P\u00e1gina de inicio,Off:Desactivado,Robots.txt Editor:Editor de Robots.txt,Album:\u00c1lbum,Bar:Barra,Company:Empresa,Social Media:Redes sociales,Post:Entrada,SEO Titles:T\u00edtulos SEO,upgrade to Pro:actualizar a Pro,Check this if you want your categories for a given post used as the Meta Keywords for this post (in addition to any keywords you specify on the Edit Post screen).:Marca esto si quieres que tus categor\u00edas en una entrada determinada se usen como Meta Keywords en esa entrada (adem\u00e1s de otras palabras clave que especifiques en la pantalla de Editar entrada).,Check this if you want your tags for a given post used as the Meta Keywords for this post (in addition to any keywords you specify on the Edit Post screen).:Marca esto si quieres que tus etiquetas de una entrada concreta se usen como Meta Keywords en esa entrada (adem\u00e1s de las palabras claves que especifiques en la pantalla de Editar entrada).,Description:Descripci\u00f3n,Description Format:Formato de descripci\u00f3n,Display Settings:Ajustes de visualizaci\u00f3n,Enabled:Activado,General Settings:Ajustes generales,Title:T\u00edtulo,This option allows you to toggle the use of Meta Keywords throughout the whole of the site.:Esta opci\u00f3n te permite alternar el uso de Meta Keywords en todo el sitio.,Autogenerate Descriptions:Generar autom\u00e1ticamente las descripciones,No Pagination for Canonical URLs:Sin paginaci\u00f3n para las URLs can\u00f3nicas,Paged Format:Formato de paginaci\u00f3n,Pinterest Site Verification:Verificaci\u00f3n del sitio en Pinterest,Use Tags for Meta Keywords:Usar etiquetas para palabras clave meta,Use Categories for Meta Keywords:Usar categor\u00edas para las palabra claves meta,Canonical URL:URL Can\u00f3nica,Manage Google Analytics:Gestionar Google Analytics,This string gets appended to the titles and descriptions of paginated pages (like term or archive pages).:Esta cadena se a\u00f1ade a los t\u00edtulos y descripciones de las p\u00e1ginas paginadas (como las p\u00e1ginas de t\u00e9rminos o de archivo).,Network Settings:Ajustes de red,Check this if you want your keywords on your Posts page (set in WordPress under Settings, Reading, Front Page Displays) and your archive pages to be dynamically generated from the keywords of the posts showing on that page. If unchecked, it will use the keywords set in the edit page screen for the posts page.:Marca esto si desea que tus palabras clave en su p\u00e1gina de entradas (configuradas en WordPress en Ajustes, Lectura, P\u00e1gina de inicio muestra) y tus p\u00e1ginas de archivo se generen din\u00e1micamente a partir de las palabras clave de las entradas que se muestran en esa p\u00e1gina. Si no est\u00e1 marcado, usar\u00e1 las palabras clave establecidas en la pantalla de editar p\u00e1gina para la p\u00e1gina de entradas.,Disabled:Desactivado,Home Page Settings:Ajustes de p\u00e1gina de inicio}};var aioseoTranslationsPro {translationsPro:{:{domain:aioseo-pro,lang:es_ES}}};/* > *//script>script typemodule srchttps://suenamichel.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/app.4f73b8f8.js?ver4.6.2 idaioseo/js/src/vue/standalone/app/main.js-js>/script>script>/script> !-- Facebook Comments Plugin for WordPress: http://peadig.com/wordpress-plugins/facebook-comments/ --> div idfb-root>/div> script> (function( d, s, id ) { var js, fjs d.getElementsByTagName( s )0; if ( d.getElementById( id ) ) return; js d.createElement( s ); js.id id; js.src //connect.facebook.net/en_US/sdk.js#xfbml1&appId&versionv2.3; fjs.parentNode.insertBefore( js, fjs ); }( document, script, facebook-jssdk )); /script> script typetext/javascript>/script> /body>/html>!-- Page cached by LiteSpeed Cache 7.4 on 2025-09-16 11:44:57 -->
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]