Version Description
Read the blog post update = * NEW Google Search Console iteration #2: add clicks, positions, CTR, impressions columns to post/page/post type (PRO) * INFO Add uninstall.php file to clean up database when uninstalling (https://www.seopress.org/support/guides/uninstall-seopress/) * INFO Stop saving empty metadata in database * INFO Add additional checks for SiteNavigationElement schema generation * INFO Update the Google Preview to follow latest changes * INFO Remove noodp meta robots * INFO Allow users with 'manage_options' cap to change the number of items displayed from SEO, Redirections, Screen options tab * INFO Define 'SEOPRESS_WL_ADMIN_HEADER_LOGO' deprecated (https://www.seopress.org/support/hooks/add-your-custom-logo-in-seopress-admin-header/) * INFO Disable Content Analysis metabox now also disable significant keywords * INFO Remove seopress font to optimize performance * INFO Remove 'seopress_robots_primary_cat' from default WP API (we recommand to use our SEOPress REST API instead: https://www.seopress.org/support/guides/get-started-with-the-seopress-rest-api/) * INFO Optimize Twitter Cards * FIX Video xml sitemap regeneration process (go to SEO, Tools, Video Sitemap tab, and click Regenerate button if some YouTube videos are missing from the video sitemap) * FIX servesCuisine for global Local Business schema (SEO, PRO, Local Business) * FIX Do not add the license key to the database if the define 'SEOPRESS_LICENSE_KEY' is used in wp-config.php * FIX Add a non breaking space for "Search results:" to breadcrumbs * FIX Nginx rewrite rules for XML sitemaps (https://www.seopress.org/support/guides/xml-sitemap-returns-404-error/), thanks to @seobroagency * FIX Returns a 404 error if post type doesn't exist for XML sitemaps * FIX Compatibility issue with modal link * FIX PHP 8.1: strlen(): Passing null to parameter #1 ($string) of type string is deprecated * FIX Thrive Architect compatibility with Content Analysis * FIX Compatibility issue with Beaver Builder Ultimate add-on * FIX Energy Consumption min/max scale (product schema) * FIX Universal SEO Metabox translation * FIX Fatal error from Widgets screen if both Polylang and SEOPress enabled
View our complete changelog
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 6.2 |
Comparing to | |
See all releases |
Code changes from version 6.1.2 to 6.2
- assets/css/seopress-admin-bar.css +78 -121
- assets/css/seopress-admin-bar.min.css +1 -1
- assets/css/seopress.css +82 -70
- assets/css/seopress.min.css +1 -1
- assets/fonts/seopress.eot +0 -0
- assets/fonts/seopress.svg +0 -12
- assets/fonts/seopress.ttf +0 -0
- assets/fonts/seopress.woff +0 -0
- assets/fonts/seopress.woff2 +0 -0
- assets/js/seopress-classic-editor.js +47 -48
- assets/js/seopress-classic-editor.min.js +48 -49
- assets/js/seopress-counters.js +197 -290
- assets/js/seopress-counters.min.js +1 -1
- assets/js/seopress-media-uploader.js +6 -6
- assets/js/seopress-media-uploader.min.js +1 -1
- assets/js/seopress-metabox.js +6 -6
- inc/admin/admin-bar/admin-bar.php +18 -18
- inc/admin/admin.php +1 -1
- inc/admin/ajax-migrate/seopressor.php +0 -3
- inc/admin/ajax-migrate/yoast.php +1 -4
- inc/admin/ajax.php +7 -10
- inc/admin/blocks/features-list.php +2 -2
- inc/admin/callbacks/Advanced.php +28 -0
- inc/admin/callbacks/Titles.php +0 -26
- inc/admin/docs/DocsLinks.php +14 -0
- inc/admin/export/csv.php +0 -6
- inc/admin/metaboxes/admin-metaboxes-form.php +14 -24
- inc/admin/metaboxes/admin-metaboxes.php +65 -64
- inc/admin/metaboxes/admin-term-metaboxes.php +45 -54
- inc/admin/page-builders/classic/classic-editor.php +1 -1
- inc/admin/page-builders/elementor/inc/admin/class-document-settings-section.php +46 -18
- inc/admin/page-builders/elementor/inc/admin/class-seopress-meta-helper.php +1 -2
- inc/admin/sections/Sitemaps.php +1 -1
- inc/admin/settings/Advanced.php +8 -0
- inc/admin/settings/Titles.php +0 -8
- inc/functions/options-advanced-admin.php +36 -13
- inc/functions/options-import-export.php +0 -1
- inc/functions/options-instant-indexing.php +2 -2
- inc/functions/options-social.php +21 -78
- inc/functions/options-titles-metas.php +35 -75
- inc/functions/options.php +1 -1
- languages/wp-seopress-de_DE-seopress-metabox.json +0 -1
- languages/wp-seopress-el-seopress-metabox.json +0 -1
- languages/wp-seopress-en_GB-seopress-metabox.json +0 -1
- languages/wp-seopress-es-seopress-metabox.json +0 -1
- languages/wp-seopress-es_CO-seopress-metabox.json +0 -1
- languages/wp-seopress-es_EC-seopress-metabox.json +0 -1
@@ -1,22 +1,3 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: seopress;
|
3 |
-
src: url(../fonts/seopress.eot?8v0bs0);
|
4 |
-
src: url(../fonts/seopress.eot?8v0bs0#iefix) format("embedded-opentype"),
|
5 |
-
url(../fonts/seopress.ttf?8v0bs0) format("truetype"),
|
6 |
-
url(../fonts/seopress.woff?8v0bs0) format("woff"),
|
7 |
-
url(../fonts/seopress.svg?8v0bs0#seopress) format("svg");
|
8 |
-
font-weight: 400;
|
9 |
-
font-style: normal;
|
10 |
-
}
|
11 |
-
[class*=" icon-seopress"],
|
12 |
-
[class^="icon-seopress-"] {
|
13 |
-
font-family: seopress !important;
|
14 |
-
}
|
15 |
-
.icon-seopress-seopress:before {
|
16 |
-
content: "\e800";
|
17 |
-
font: normal 14px/1 seopress;
|
18 |
-
line-height: 1.5rem;
|
19 |
-
}
|
20 |
#wpadminbar,
|
21 |
.seopress-option #wpcontent,
|
22 |
.seopress-styles #wpcontent,
|
@@ -26,120 +7,96 @@
|
|
26 |
#seopress_content_analysis,
|
27 |
#seopress_pro_cpt,
|
28 |
.column-seopress_score {
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
}
|
|
|
56 |
/* Adminbar */
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
float: right;
|
68 |
-
margin-left: 6px;
|
69 |
}
|
70 |
-
|
71 |
-
|
|
|
72 |
}
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
.ab-icon::before {
|
78 |
-
color: #eee;
|
79 |
-
vertical-align: middle;
|
80 |
}
|
|
|
81 |
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots {
|
82 |
-
|
83 |
-
|
84 |
}
|
|
|
85 |
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots a {
|
86 |
-
|
87 |
-
|
88 |
}
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
display: block;
|
97 |
-
margin-bottom: 5px;
|
98 |
}
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
#wpadminbar
|
104 |
-
#wp-toolbar
|
105 |
-
#wp-admin-bar-seopress_custom_sub_menu_meta_robots
|
106 |
-
.wrap-seopress-cpt-nofollow {
|
107 |
-
display: block;
|
108 |
}
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
#wpadminbar
|
115 |
-
#wp-toolbar
|
116 |
-
#wp-admin-bar-seopress_custom_sub_menu_meta_robots
|
117 |
-
.wrap-seopress-cpt-nofollow
|
118 |
-
.ab-icon {
|
119 |
-
float: none;
|
120 |
-
vertical-align: middle;
|
121 |
}
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
.on::before,
|
127 |
-
#wpadminbar
|
128 |
-
#wp-toolbar
|
129 |
-
#wp-admin-bar-seopress_custom_sub_menu_meta_robots
|
130 |
-
.wrap-seopress-cpt-nofollow
|
131 |
-
.on::before {
|
132 |
-
color: var(--colorAlert);
|
133 |
}
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
.off::before,
|
139 |
-
#wpadminbar
|
140 |
-
#wp-toolbar
|
141 |
-
#wp-admin-bar-seopress_custom_sub_menu_meta_robots
|
142 |
-
.wrap-seopress-cpt-nofollow
|
143 |
-
.off::before {
|
144 |
-
color: var(--colorSuccess);
|
145 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#wpadminbar,
|
2 |
.seopress-option #wpcontent,
|
3 |
.seopress-styles #wpcontent,
|
7 |
#seopress_content_analysis,
|
8 |
#seopress_pro_cpt,
|
9 |
.column-seopress_score {
|
10 |
+
--primaryColor: #007cba;
|
11 |
+
--paragraphColor: #757575;
|
12 |
+
--fontSize: 13px;
|
13 |
+
--fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
14 |
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
15 |
+
--color: #757575;
|
16 |
+
--colorDark: #1e1e1e;
|
17 |
+
--colorAlert: #a00;
|
18 |
+
--colorWarning: #ffba00;
|
19 |
+
--colorSuccess: #4ab866;
|
20 |
+
--colorLowAlert: #e39f48;
|
21 |
+
--colorPre: #37864b;
|
22 |
+
--colorIcon: #d7dade;
|
23 |
+
--lineHeight: 24px;
|
24 |
+
--titleColor: #3c434a;
|
25 |
+
--titleFontSize: 20px;
|
26 |
+
--titleFontWeight: normal;
|
27 |
+
--titleMargin: 10px 0;
|
28 |
+
--backgroundPrimary: #007cba;
|
29 |
+
--backgroundPrimaryHover: #006ba1;
|
30 |
+
--backgroundSecondaryHover: #f0f0f0;
|
31 |
+
--borderColor: #a7aaad;
|
32 |
+
--borderColorLight: #dcdcde;
|
33 |
+
--borderColorLight40: rgba(220, 220, 222, 0.4);
|
34 |
+
--borderColorCard: #e2e4e7;
|
35 |
+
--borderColorTab: #c3c4c7;
|
36 |
}
|
37 |
+
|
38 |
/* Adminbar */
|
39 |
+
#wpadminbar #wp-admin-bar-seopress .svg.seopress-logo {
|
40 |
+
background-position: 0 center;
|
41 |
+
background-repeat: no-repeat;
|
42 |
+
background-size: 24px;
|
43 |
+
float: left;
|
44 |
+
height: 32px;
|
45 |
+
width: 28px;
|
46 |
}
|
47 |
+
|
48 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress .wrap-seopress-noindex {
|
49 |
+
background: var(--colorAlert);
|
50 |
+
color: #fff;
|
51 |
+
padding: 0 8px;
|
52 |
+
float: right;
|
53 |
+
margin-left: 6px;
|
|
|
|
|
54 |
}
|
55 |
+
|
56 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress>a {
|
57 |
+
display: inline-block;
|
58 |
}
|
59 |
+
|
60 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress .wrap-seopress-noindex .ab-icon::before {
|
61 |
+
color: #eee;
|
62 |
+
vertical-align: middle;
|
|
|
|
|
|
|
63 |
}
|
64 |
+
|
65 |
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots {
|
66 |
+
display: block;
|
67 |
+
background: #23292d;
|
68 |
}
|
69 |
+
|
70 |
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots a {
|
71 |
+
height: inherit;
|
72 |
+
padding-bottom: 5px;
|
73 |
}
|
74 |
+
|
75 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-seo {
|
76 |
+
font-weight: bold;
|
77 |
+
border-bottom: 1px solid currentColor;
|
78 |
+
width: 100%;
|
79 |
+
display: block;
|
80 |
+
margin-bottom: 5px;
|
|
|
|
|
81 |
}
|
82 |
+
|
83 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex,
|
84 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow {
|
85 |
+
display: block;
|
|
|
|
|
|
|
|
|
|
|
86 |
}
|
87 |
+
|
88 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .ab-icon,
|
89 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .ab-icon {
|
90 |
+
float: none;
|
91 |
+
vertical-align: middle;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
+
|
94 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .on::before,
|
95 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .on::before {
|
96 |
+
color: var(--colorAlert);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
+
|
99 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .off::before,
|
100 |
+
#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .off::before {
|
101 |
+
color: var(--colorSuccess);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
}
|
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
#seopress_content_analysis,#seopress_cpt,#seopress_pro_cpt,#wpadminbar,.column-seopress_score,.post-type-seopress_404 #wpcontent,.post-type-seopress_schemas #wpcontent,.seopress-option #wpcontent,.seopress-styles #wpcontent{--primaryColor:#007cba;--paragraphColor:#757575;--fontSize:13px;--fontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--color:#757575;--colorDark:#1e1e1e;--colorAlert:#a00;--colorWarning:#ffba00;--colorSuccess:#4ab866;--colorLowAlert:#e39f48;--colorPre:#37864b;--colorIcon:#d7dade;--lineHeight:24px;--titleColor:#3c434a;--titleFontSize:20px;--titleFontWeight:normal;--titleMargin:10px 0;--backgroundPrimary:#007cba;--backgroundPrimaryHover:#006ba1;--backgroundSecondaryHover:#f0f0f0;--borderColor:#a7aaad;--borderColorLight:#dcdcde;--borderColorLight40:rgba(220, 220, 222, 0.4);--borderColorCard:#e2e4e7;--borderColorTab:#c3c4c7}#wpadminbar #wp-admin-bar-seopress .svg.seopress-logo{background-position:0 center;background-repeat:no-repeat;background-size:24px;float:left;height:32px;width:28px}#wpadminbar #wp-toolbar #wp-admin-bar-seopress .wrap-seopress-noindex{background:var(--colorAlert);color:#fff;padding:0 8px;float:right;margin-left:6px}#wpadminbar #wp-toolbar #wp-admin-bar-seopress>a{display:inline-block}#wpadminbar #wp-toolbar #wp-admin-bar-seopress .wrap-seopress-noindex .ab-icon::before{color:#eee;vertical-align:middle}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots{display:block;background:#23292d}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots a{height:inherit;padding-bottom:5px}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-seo{font-weight:700;border-bottom:1px solid currentColor;width:100%;display:block;margin-bottom:5px}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow,#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex{display:block}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .ab-icon,#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .ab-icon{float:none;vertical-align:middle}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .on::before,#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .on::before{color:var(--colorAlert)}#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-nofollow .off::before,#wpadminbar #wp-toolbar #wp-admin-bar-seopress_custom_sub_menu_meta_robots .wrap-seopress-cpt-noindex .off::before{color:var(--colorSuccess)}
|
@@ -6,33 +6,6 @@
|
|
6 |
box-sizing: border-box;
|
7 |
}
|
8 |
|
9 |
-
@font-face {
|
10 |
-
font-family: seopress;
|
11 |
-
src: url(../fonts/seopress.eot?81521271);
|
12 |
-
src: url(../fonts/seopress.eot?81521271#iefix) format("embedded-opentype"),
|
13 |
-
url(../fonts/seopress.woff?81521271) format("woff2"),
|
14 |
-
url(../fonts/seopress.woff?81521271) format("woff"),
|
15 |
-
url(../fonts/seopress.ttf?81521271) format("truetype"),
|
16 |
-
url(../fonts/seopress.svg?81521271#seopress) format("svg");
|
17 |
-
font-weight: 400;
|
18 |
-
font-style: normal;
|
19 |
-
}
|
20 |
-
|
21 |
-
[class*=" icon-seopress"],
|
22 |
-
[class^="icon-seopress-"] {
|
23 |
-
font-family: seopress !important;
|
24 |
-
font-size: 14px !important;
|
25 |
-
line-height: 24px !important;
|
26 |
-
}
|
27 |
-
|
28 |
-
#adminmenu div.wp-menu-image.dashicons-admin-seopress::before {
|
29 |
-
content: "\e800";
|
30 |
-
font-family: seopress !important;
|
31 |
-
font-weight: 700;
|
32 |
-
font-size: 12px;
|
33 |
-
line-height: 20px;
|
34 |
-
}
|
35 |
-
|
36 |
#wpadminbar,
|
37 |
.seopress-option #wpcontent,
|
38 |
.seopress-styles #wpcontent,
|
@@ -78,6 +51,10 @@
|
|
78 |
text-align: center;
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
81 |
/* Button */
|
82 |
.seopress-option .btn,
|
83 |
.seopress-styles .btn,
|
@@ -262,7 +239,7 @@ body .seopress-option h3 {
|
|
262 |
}
|
263 |
|
264 |
/* Forms */
|
265 |
-
body .seopress-option input[type="text"],
|
266 |
body .seopress-option input[type="password"],
|
267 |
body .seopress-option select,
|
268 |
body .seopress-option textarea {
|
@@ -956,15 +933,15 @@ table.fixed thead .column-seopress_noindex {
|
|
956 |
|
957 |
.seopress-list-items .seopress-item.is-active:first-child a {
|
958 |
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
959 |
-
transition: box-shadow .1s linear;
|
960 |
}
|
961 |
|
962 |
.seopress-list-items .seopress-item.is-active:first-child a::after {
|
963 |
-
content:
|
964 |
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
965 |
-
transition: box-shadow .1s linear;
|
966 |
background-color: var(--primaryColor);
|
967 |
-
opacity: .1;
|
968 |
position: absolute;
|
969 |
width: 100%;
|
970 |
height: 100%;
|
@@ -1665,7 +1642,7 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1665 |
z-index: 60;
|
1666 |
cursor: pointer;
|
1667 |
border-radius: 0;
|
1668 |
-
border-bottom:
|
1669 |
}
|
1670 |
|
1671 |
#seopress_cpt .wp-color-result {
|
@@ -1783,6 +1760,7 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1783 |
display: flex;
|
1784 |
padding: 3px 15px;
|
1785 |
align-items: center;
|
|
|
1786 |
}
|
1787 |
|
1788 |
#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,
|
@@ -1813,7 +1791,7 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1813 |
#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus {
|
1814 |
outline: 3px solid transparent;
|
1815 |
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),
|
1816 |
-
inset 0 -
|
1817 |
}
|
1818 |
|
1819 |
#seopress_cpt .ui-tabs-vertical {
|
@@ -1846,6 +1824,10 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1846 |
width: 40em;
|
1847 |
}
|
1848 |
|
|
|
|
|
|
|
|
|
1849 |
#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons {
|
1850 |
margin-right: 2px;
|
1851 |
}
|
@@ -1858,9 +1840,10 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1858 |
|
1859 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet {
|
1860 |
margin: 0 0 10px 0;
|
1861 |
-
box-shadow: 0
|
1862 |
-
border-radius: 8px;
|
1863 |
padding: 12px 16px;
|
|
|
|
|
1864 |
}
|
1865 |
|
1866 |
#seopress_cpt .google-snippet-preview>p {
|
@@ -1871,50 +1854,44 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1871 |
#seopress_cpt .google-snippet-preview .snippet-title-custom,
|
1872 |
#seopress_cpt .google-snippet-preview .snippet-title-default {
|
1873 |
color: #1a0dab;
|
1874 |
-
font-size:
|
1875 |
font-weight: 400;
|
1876 |
-
line-height:
|
|
|
|
|
1877 |
}
|
1878 |
|
1879 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,
|
1880 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,
|
1881 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default {
|
1882 |
-
|
1883 |
-
|
1884 |
-
margin-bottom: 12px;
|
1885 |
}
|
1886 |
|
1887 |
#seopress_cpt .google-snippet-preview .snippet-permalink {
|
1888 |
-
color: #006621;
|
1889 |
font-size: 14px;
|
1890 |
font-style: normal;
|
1891 |
font-weight: 400;
|
1892 |
-
line-height:
|
1893 |
overflow: hidden;
|
1894 |
text-overflow: ellipsis;
|
1895 |
white-space: nowrap;
|
1896 |
}
|
1897 |
|
1898 |
-
#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink,
|
1899 |
-
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-permalink {
|
1900 |
-
display: none;
|
1901 |
-
}
|
1902 |
-
|
1903 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile {
|
1904 |
display: flex;
|
1905 |
justify-content: space-between;
|
1906 |
}
|
1907 |
|
1908 |
-
#seopress_cpt .google-snippet-preview.
|
1909 |
-
|
1910 |
-
|
1911 |
-
|
1912 |
-
#seopress_cpt .google-snippet-preview .wrap-post-thumb {
|
1913 |
display: none;
|
1914 |
}
|
1915 |
|
1916 |
-
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb {
|
1917 |
-
margin-left:
|
1918 |
display: block;
|
1919 |
}
|
1920 |
|
@@ -1930,29 +1907,48 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1930 |
overflow: hidden;
|
1931 |
text-overflow: ellipsis;
|
1932 |
white-space: nowrap;
|
1933 |
-
margin-bottom:
|
1934 |
display: flex;
|
1935 |
}
|
1936 |
|
1937 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink {
|
1938 |
display: block;
|
1939 |
-
color: #
|
1940 |
font-size: 12px;
|
1941 |
}
|
1942 |
|
1943 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon {
|
1944 |
margin-right: 12px;
|
1945 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1946 |
}
|
1947 |
|
1948 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img {
|
1949 |
-
width:
|
1950 |
-
height:
|
1951 |
max-width: inherit;
|
1952 |
}
|
1953 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1954 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child {
|
1955 |
-
color: #
|
1956 |
white-space: nowrap;
|
1957 |
font-size: 12px;
|
1958 |
display: block;
|
@@ -1961,10 +1957,10 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1961 |
#seopress_cpt .google-snippet-preview .snippet-description,
|
1962 |
#seopress_cpt .google-snippet-preview .snippet-description-custom,
|
1963 |
#seopress_cpt .google-snippet-preview .snippet-description-default {
|
1964 |
-
color: #
|
1965 |
font-size: 14px;
|
1966 |
font-weight: 400;
|
1967 |
-
line-height:
|
1968 |
display: inline;
|
1969 |
hyphens: none;
|
1970 |
word-break: normal;
|
@@ -1973,13 +1969,13 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
1973 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,
|
1974 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,
|
1975 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default {
|
1976 |
-
color: #
|
1977 |
font-size: 14px;
|
1978 |
line-height: 20px;
|
1979 |
}
|
1980 |
|
1981 |
#seopress_cpt .google-snippet-preview .snippet-date {
|
1982 |
-
color:
|
1983 |
display: inline;
|
1984 |
}
|
1985 |
|
@@ -2300,6 +2296,15 @@ body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
2300 |
margin: 85px 40px 40px;
|
2301 |
}
|
2302 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2303 |
@media only screen and (max-width: 782px) {
|
2304 |
.seopress-styles .seopress-option {
|
2305 |
margin: 85px 22px 22px;
|
@@ -3469,7 +3474,8 @@ body .seopress-cart-list h3 {
|
|
3469 |
}
|
3470 |
|
3471 |
/* Nav */
|
3472 |
-
.seopress-option .wrap div.nav-tab-wrapper
|
|
|
3473 |
margin: 0;
|
3474 |
padding: 0;
|
3475 |
line-height: inherit;
|
@@ -3481,7 +3487,9 @@ body .seopress-cart-list h3 {
|
|
3481 |
}
|
3482 |
|
3483 |
@media only screen and (max-width: 782px) {
|
3484 |
-
|
|
|
|
|
3485 |
width: 100%;
|
3486 |
margin: 0 0 20px 0;
|
3487 |
padding: 0;
|
@@ -3508,14 +3516,18 @@ body .seopress-cart-list h3 {
|
|
3508 |
}
|
3509 |
|
3510 |
@media only screen and (max-width: 600px) {
|
3511 |
-
|
|
|
|
|
3512 |
top: 0;
|
3513 |
display: block;
|
3514 |
}
|
3515 |
}
|
3516 |
|
3517 |
@media only screen and (max-width: 1024px) {
|
3518 |
-
|
|
|
|
|
3519 |
display: block;
|
3520 |
}
|
3521 |
}
|
@@ -3650,4 +3662,4 @@ body .seopress-cart-list h3 {
|
|
3650 |
|
3651 |
.sp-components-snackbar .dashicons {
|
3652 |
color: #fff;
|
3653 |
-
}
|
6 |
box-sizing: border-box;
|
7 |
}
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
#wpadminbar,
|
10 |
.seopress-option #wpcontent,
|
11 |
.seopress-styles #wpcontent,
|
51 |
text-align: center;
|
52 |
}
|
53 |
|
54 |
+
#adminmenu .toplevel_page_seopress-option .wp-menu-image.svg {
|
55 |
+
background-size: 24px auto !important;
|
56 |
+
}
|
57 |
+
|
58 |
/* Button */
|
59 |
.seopress-option .btn,
|
60 |
.seopress-styles .btn,
|
239 |
}
|
240 |
|
241 |
/* Forms */
|
242 |
+
body .seopress-option :not(.seopress-no-override) input[type="text"],
|
243 |
body .seopress-option input[type="password"],
|
244 |
body .seopress-option select,
|
245 |
body .seopress-option textarea {
|
933 |
|
934 |
.seopress-list-items .seopress-item.is-active:first-child a {
|
935 |
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
936 |
+
transition: box-shadow 0.1s linear;
|
937 |
}
|
938 |
|
939 |
.seopress-list-items .seopress-item.is-active:first-child a::after {
|
940 |
+
content: "";
|
941 |
box-shadow: inset 5px 0 0 0 var(--primaryColor);
|
942 |
+
transition: box-shadow 0.1s linear;
|
943 |
background-color: var(--primaryColor);
|
944 |
+
opacity: 0.1;
|
945 |
position: absolute;
|
946 |
width: 100%;
|
947 |
height: 100%;
|
1642 |
z-index: 60;
|
1643 |
cursor: pointer;
|
1644 |
border-radius: 0;
|
1645 |
+
border-bottom: 1.5px solid var(--backgroundPrimary) !important;
|
1646 |
}
|
1647 |
|
1648 |
#seopress_cpt .wp-color-result {
|
1760 |
display: flex;
|
1761 |
padding: 3px 15px;
|
1762 |
align-items: center;
|
1763 |
+
font-weight: 500;
|
1764 |
}
|
1765 |
|
1766 |
#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,
|
1791 |
#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus {
|
1792 |
outline: 3px solid transparent;
|
1793 |
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),
|
1794 |
+
inset 0 -3px 0 0 var(--backgroundPrimary);
|
1795 |
}
|
1796 |
|
1797 |
#seopress_cpt .ui-tabs-vertical {
|
1824 |
width: 40em;
|
1825 |
}
|
1826 |
|
1827 |
+
#seopress_cpt .ui-tabs .ui-tabs-nav li a:hover {
|
1828 |
+
color: var(--primaryColor);
|
1829 |
+
}
|
1830 |
+
|
1831 |
#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons {
|
1832 |
margin-right: 2px;
|
1833 |
}
|
1840 |
|
1841 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet {
|
1842 |
margin: 0 0 10px 0;
|
1843 |
+
box-shadow: 0 0 0 1px #ebedef;
|
|
|
1844 |
padding: 12px 16px;
|
1845 |
+
border-bottom: 4px solid #f1f3f4;
|
1846 |
+
border-top: 4px solid #f1f3f4;
|
1847 |
}
|
1848 |
|
1849 |
#seopress_cpt .google-snippet-preview>p {
|
1854 |
#seopress_cpt .google-snippet-preview .snippet-title-custom,
|
1855 |
#seopress_cpt .google-snippet-preview .snippet-title-default {
|
1856 |
color: #1a0dab;
|
1857 |
+
font-size: 20px;
|
1858 |
font-weight: 400;
|
1859 |
+
line-height: 26px;
|
1860 |
+
margin-bottom: 3px;
|
1861 |
+
padding-top: 5px;
|
1862 |
}
|
1863 |
|
1864 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,
|
1865 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,
|
1866 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default {
|
1867 |
+
color: #1558d6;
|
1868 |
+
padding-top: 0;
|
|
|
1869 |
}
|
1870 |
|
1871 |
#seopress_cpt .google-snippet-preview .snippet-permalink {
|
|
|
1872 |
font-size: 14px;
|
1873 |
font-style: normal;
|
1874 |
font-weight: 400;
|
1875 |
+
line-height: 18.2px;
|
1876 |
overflow: hidden;
|
1877 |
text-overflow: ellipsis;
|
1878 |
white-space: nowrap;
|
1879 |
}
|
1880 |
|
|
|
|
|
|
|
|
|
|
|
1881 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile {
|
1882 |
display: flex;
|
1883 |
justify-content: space-between;
|
1884 |
}
|
1885 |
|
1886 |
+
#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink .snippet-favicon,
|
1887 |
+
#seopress_cpt .google-snippet-preview .wrap-post-thumb,
|
1888 |
+
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb:empty,
|
1889 |
+
#seopress_cpt .google-snippet-preview .snippet-sitename {
|
|
|
1890 |
display: none;
|
1891 |
}
|
1892 |
|
1893 |
+
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb:not(:empty) {
|
1894 |
+
margin-left: 16px;
|
1895 |
display: block;
|
1896 |
}
|
1897 |
|
1907 |
overflow: hidden;
|
1908 |
text-overflow: ellipsis;
|
1909 |
white-space: nowrap;
|
1910 |
+
margin-bottom: 11px;
|
1911 |
display: flex;
|
1912 |
}
|
1913 |
|
1914 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink {
|
1915 |
display: block;
|
1916 |
+
color: #202124;
|
1917 |
font-size: 12px;
|
1918 |
}
|
1919 |
|
1920 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon {
|
1921 |
margin-right: 12px;
|
1922 |
+
background-color: #f1f3f4;
|
1923 |
+
border-radius: 50%;
|
1924 |
+
border: 1px solid #ecedef;
|
1925 |
+
-webkit-text-size-adjust: none;
|
1926 |
+
display: block;
|
1927 |
+
padding: 4px;
|
1928 |
+
width: 28px;
|
1929 |
+
height: 28px;
|
1930 |
+
text-align: center;
|
1931 |
}
|
1932 |
|
1933 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img {
|
1934 |
+
width: 18px;
|
1935 |
+
height: 18px;
|
1936 |
max-width: inherit;
|
1937 |
}
|
1938 |
|
1939 |
+
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-sitename {
|
1940 |
+
color: #202124;
|
1941 |
+
font-family: Google Sans, Roboto, Helvetica Neue, Arial, sans-serif;
|
1942 |
+
font-weight: 400;
|
1943 |
+
letter-spacing: 0.1px;
|
1944 |
+
font-size: 14px;
|
1945 |
+
line-height: 20px;
|
1946 |
+
white-space: nowrap;
|
1947 |
+
display: block;
|
1948 |
+
}
|
1949 |
+
|
1950 |
#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child {
|
1951 |
+
color: #4d5156;
|
1952 |
white-space: nowrap;
|
1953 |
font-size: 12px;
|
1954 |
display: block;
|
1957 |
#seopress_cpt .google-snippet-preview .snippet-description,
|
1958 |
#seopress_cpt .google-snippet-preview .snippet-description-custom,
|
1959 |
#seopress_cpt .google-snippet-preview .snippet-description-default {
|
1960 |
+
color: #4d5156;
|
1961 |
font-size: 14px;
|
1962 |
font-weight: 400;
|
1963 |
+
line-height: 22px;
|
1964 |
display: inline;
|
1965 |
hyphens: none;
|
1966 |
word-break: normal;
|
1969 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,
|
1970 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,
|
1971 |
#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default {
|
1972 |
+
color: #4d5156;
|
1973 |
font-size: 14px;
|
1974 |
line-height: 20px;
|
1975 |
}
|
1976 |
|
1977 |
#seopress_cpt .google-snippet-preview .snippet-date {
|
1978 |
+
color: #70757a;
|
1979 |
display: inline;
|
1980 |
}
|
1981 |
|
2296 |
margin: 85px 40px 40px;
|
2297 |
}
|
2298 |
|
2299 |
+
.seopress-styles .seopress-margin {
|
2300 |
+
margin: 85px 40px 40px;
|
2301 |
+
}
|
2302 |
+
|
2303 |
+
.seopress-styles .seopress-option.nav-tab-wrapper,
|
2304 |
+
.seopress-styles .seopress-option.seopress-tab {
|
2305 |
+
margin: 0;
|
2306 |
+
}
|
2307 |
+
|
2308 |
@media only screen and (max-width: 782px) {
|
2309 |
.seopress-styles .seopress-option {
|
2310 |
margin: 85px 22px 22px;
|
3474 |
}
|
3475 |
|
3476 |
/* Nav */
|
3477 |
+
.seopress-option .wrap div.nav-tab-wrapper,
|
3478 |
+
.seopress-styles .seopress-option.nav-tab-wrapper {
|
3479 |
margin: 0;
|
3480 |
padding: 0;
|
3481 |
line-height: inherit;
|
3487 |
}
|
3488 |
|
3489 |
@media only screen and (max-width: 782px) {
|
3490 |
+
|
3491 |
+
.seopress-option .wrap div.nav-tab-wrapper,
|
3492 |
+
.seopress-styles .seopress-option.nav-tab-wrapper {
|
3493 |
width: 100%;
|
3494 |
margin: 0 0 20px 0;
|
3495 |
padding: 0;
|
3516 |
}
|
3517 |
|
3518 |
@media only screen and (max-width: 600px) {
|
3519 |
+
|
3520 |
+
#seopress-admin-tabs.wrap div.nav-tab-wrapper,
|
3521 |
+
.seopress-styles .seopress-option.nav-tab-wrapper {
|
3522 |
top: 0;
|
3523 |
display: block;
|
3524 |
}
|
3525 |
}
|
3526 |
|
3527 |
@media only screen and (max-width: 1024px) {
|
3528 |
+
|
3529 |
+
#seopress-admin-tabs.wrap div.nav-tab-wrapper,
|
3530 |
+
.seopress-styles .seopress-option.nav-tab-wrapper {
|
3531 |
display: block;
|
3532 |
}
|
3533 |
}
|
3662 |
|
3663 |
.sp-components-snackbar .dashicons {
|
3664 |
color: #fff;
|
3665 |
+
}
|
@@ -1 +1 @@
|
|
1 |
-
#seopress_content_analysis *,#seopress_cpt *,#seopress_pro_cpt *,.seopress-option *,.seopress-styles *{box-sizing:border-box}@font-face{font-family:seopress;src:url(../fonts/seopress.eot?81521271);src:url(../fonts/seopress.eot?81521271#iefix) format("embedded-opentype"),url(../fonts/seopress.woff?81521271) format("woff2"),url(../fonts/seopress.woff?81521271) format("woff"),url(../fonts/seopress.ttf?81521271) format("truetype"),url(../fonts/seopress.svg?81521271#seopress) format("svg");font-weight:400;font-style:normal}[class*=" icon-seopress"],[class^=icon-seopress-]{font-family:seopress!important;font-size:14px!important;line-height:24px!important}#adminmenu div.wp-menu-image.dashicons-admin-seopress::before{content:"\e800";font-family:seopress!important;font-weight:700;font-size:12px;line-height:20px}#seopress_content_analysis,#seopress_cpt,#seopress_ga_dashboard_widget,#seopress_matomo_dashboard_widget,#seopress_pro_cpt,#wpadminbar,.column-seopress_score,.post-type-seopress_404 #wpcontent,.post-type-seopress_schemas #wpcontent,.seopress-option #wpcontent,.seopress-styles #wpcontent,.seopress-ui-datepicker{--primaryColor:#007cba;--paragraphColor:#757575;--fontSize:13px;--fontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--color:#757575;--colorDark:#1e1e1e;--colorAlert:#eb0f00;--colorWarning:#ffba00;--colorSuccess:#4ab866;--colorLowAlert:#e39f48;--colorPre:#37864b;--colorIcon:#d7dade;--lineHeight:24px;--titleColor:#3c434a;--titleFontSize:20px;--titleFontWeight:normal;--titleMargin:10px 0;--backgroundPrimary:#007cba;--backgroundPrimaryHover:#006ba1;--backgroundSecondaryHover:#f0f0f0;--borderColor:#a7aaad;--borderColorLight:#dcdcde;--borderColorLight40:rgba(220, 220, 222, 0.4);--borderColorCard:#e2e4e7;--borderColorTab:#c3c4c7}.seopress-option .text-center,.seopress-styles .text-center{text-align:center}.post-type-seopress_404 .btn,.post-type-seopress_schemas .btn,.seopress-option .btn,.seopress-styles .btn{display:inline-flex;text-decoration:none;font-size:var(--fontSize);margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:0 0;transition:box-shadow .1s linear;height:36px;align-items:center;padding:6px 12px;border-radius:2px;vertical-align:middle;color:var(--colorDark);white-space:nowrap;outline:1px solid transparent}.post-type-seopress_404 .btnPrimary,.post-type-seopress_schemas .btnPrimary,.seopress-option .btnPrimary,.seopress-styles .btnPrimary{background:var(--primaryColor);color:#fff;text-decoration:none}.post-type-seopress_404 .btnPrimary:hover,.post-type-seopress_schemas .btnPrimary:hover,.seopress-option .btnPrimary:hover,.seopress-styles .btnPrimary:hover{background:var(--backgroundPrimaryHover);color:#fff}.post-type-seopress_404 .btnSecondary,.post-type-seopress_schemas .btnSecondary,.seopress-option .btnSecondary,.seopress-styles .btnSecondary{box-shadow:inset 0 0 0 1px var(--primaryColor);color:var(--primaryColor);background:0 0}.seopress-option .btnSecondary.is-deletable,.seopress-styles .btnSecondary.is-deletable{border-color:#cc1818;color:#cc1818;box-shadow:rgb(204 24 24) 0 0 0 1px inset}.post-type-seopress_404 .btnTertiary,.post-type-seopress_schemas .btnTertiary,.seopress-option .btnTertiary,.seopress-styles .btnTertiary{color:var(--primaryColor);background:0 0}.post-type-seopress_404 .btnTertiary:hover,.post-type-seopress_schemas .btnTertiary:hover,.seopress-option .btnTertiary:hover,.seopress-styles .btnTertiary:hover{box-shadow:inset 0 0 0 1px var(--primaryColor)}.seopress-option hr,.seopress-setup hr,.seopress-styles hr{align-self:center;flex-grow:1;height:1px;margin:0;border:0;border-top:1px solid #dcdcde;border-bottom:1px solid #f6f7f7}.seopress-setup hr{margin-left:10px}#seopress-tabs.wrap .list-none{list-style:none;padding-left:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px;text-decoration:none}.seopress-activity-panel .dashicons{margin-right:0}#seopress-news-panel .seopress-item-inner .dashicons{vertical-align:top}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;font-size:14px;line-height:20px;padding:6px 8px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}body .seopress-option h2{color:var(--titleColor);font-size:20px;line-height:24px;font-weight:400}body .seopress-option h3{color:var(--titleColor);font-size:16px;line-height:20px}#seopress_content_analysis input[type=text],#seopress_content_analysis textarea,#seopress_cpt input[type=text],#seopress_cpt textarea,#seopress_pro_cpt input[type=text]:not(.hidden),#seopress_pro_cpt textarea{width:100%;display:inline-block}#seopress_cpt #tabs-6 input[type=number]{min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_content_analysis label,#seopress_cpt label,#seopress_pro_cpt label{margin-bottom:8px;display:inline-block;width:100%}#seopress_cpt #tabs-6{padding:0}body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option select,body .seopress-option textarea{max-width:35rem;border:1px solid var(--borderColor);box-shadow:0 2px 6px rgb(0 0 0 / 5%);width:100%}body .seopress-option select{min-height:50px}.wrap-opening-hours select{width:inherit}body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text]{line-height:46px}body .seopress-option input[type=number]:hover,body .seopress-option input[type=password]:hover,body .seopress-option input[type=text]:hover,body .seopress-option select:hover,body .seopress-option textarea:hover{border-color:#787c82}body .seopress-option input[type=number]:active,body .seopress-option input[type=number]:focus,body .seopress-option input[type=password]:active,body .seopress-option input[type=password]:focus,body .seopress-option input[type=text]:active,body .seopress-option input[type=text]:focus,body .seopress-option select:active,body .seopress-option select:focus,body .seopress-option textarea:active,body .seopress-option textarea:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}@media only screen and (max-width:1024px){body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option textarea{min-width:inherit;width:100%}}#seopress_content_analysis input[type=checkbox],#seopress_cpt input[type=checkbox],#seopress_pro_cpt input[type=checkbox],body .seopress-option input[type=checkbox]{font-family:var(--fontFamily);padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid var(--color);font-size:16px;line-height:normal;border:1px solid var(--colorDark);margin-right:12px;transition:none;border-radius:2px;background:#fff;color:var(--colorDark);clear:none;cursor:pointer;display:inline-block;line-height:0;margin:-1px 4px 0 0!important;outline:0;padding:0!important;text-align:center;vertical-align:top;width:20px;height:20px;-webkit-appearance:none;appearance:none;transition:.1s border-color ease-in-out}#seopress_content_analysis input[type=checkbox]:checked::before,#seopress_cpt input[type=checkbox]:checked::before,#seopress_pro_cpt input[type=checkbox]:checked::before,body .seopress-option input[type=checkbox]:checked::before{content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background:var(--primaryColor);margin:-1px;width:20px;height:20px}#seopress_content_analysis input[type=checkbox]:active,#seopress_content_analysis input[type=checkbox]:focus,#seopress_cpt input[type=checkbox]:active,#seopress_cpt input[type=checkbox]:focus,#seopress_pro_cpt input[type=checkbox]:active,#seopress_pro_cpt input[type=checkbox]:focus,body .seopress-option input[type=checkbox]:active,body .seopress-option input[type=checkbox]:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}.field-recommended,.field-required{font-weight:700}.field-required{color:var(--colorAlert)}.field-recommended{color:var(--colorWarning)}.seopress-tab .form-table td{padding:15px 0}.seopress-tab .form-table td p{margin:4px 0}.seopress-tab .form-table td p.seopress_wrap_archive_cpt{margin-bottom:15px}.seopress-tab .form-table td label{display:block}table.wp-list-table .manage_column.column-seopress_canonical,table.wp-list-table .manage_column.column-seopress_desc,table.wp-list-table .manage_column.column-seopress_insights,table.wp-list-table .manage_column.column-seopress_noindex,table.wp-list-table .manage_column.column-seopress_redirect_enable,table.wp-list-table .manage_column.column-seopress_redirect_url,table.wp-list-table .manage_column.column-seopress_title,table.wp-list-table .manage_column.column-seopress_tkw{width:7%!important}.post-type-product table.fixed thead .column-seopress_desc,.post-type-product table.fixed thead .column-seopress_title{width:8%}.post-type-product .fixed .column-seopress_ps,.post-type-product .fixed .column-seopress_words,.post-type-product table.fixed thead .column-seopress_canonical,.post-type-product table.fixed thead .column-seopress_redirect_enable,.post-type-product table.fixed thead .column-seopress_redirect_url,.post-type-product table.fixed thead .column-seopress_tkw{width:6%}.post-type-product .fixed .column-seopress_score{width:50px}table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex{width:100px}@media only screen and (max-width:1200px){table.fixed .column-seopress_canonical>div,table.fixed .column-seopress_desc>div,table.fixed .column-seopress_redirect_enable>div,table.fixed .column-seopress_redirect_url>div,table.fixed .column-seopress_title>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.fixed thead .column-seopress_canonical,table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex,table.fixed thead .column-seopress_ps,table.fixed thead .column-seopress_redirect_enable,table.fixed thead .column-seopress_redirect_url,table.fixed thead .column-seopress_score,table.fixed thead .column-seopress_tkw,table.fixed thead .column-seopress_words{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #seopress-header{padding:22px 120px 22px 40px;height:60px;margin:0 auto;width:calc(100% - 160px);background:#fff;position:fixed;top:32px;z-index:110;display:flex;justify-content:space-between;align-items:center}.folded.seopress-styles #seopress-header{width:calc(100% - 35px)}@media only screen and (max-width:782px){.seopress-styles #seopress-header{width:100%;padding:22px;top:46px;position:absolute}}#seopress-header #seopress-navbar ul{margin:0;padding:0}#seopress-header #seopress-navbar ul li{margin:0;display:inline-block;position:relative;padding:0 20px 0 0;font-weight:700}#seopress-header #seopress-navbar ul li::after{content:"/";color:var(--paragraphColor);position:absolute;display:block;top:0;left:calc(100% - 10px)}#seopress-header #seopress-navbar ul li:last-child:after{content:none}.sp-dashboard-card-highlight{border:1px dashed #c3c4c7;margin:20px 0}.seopress-summary-items{display:flex;flex-wrap:wrap}.seopress-summary-item{display:flex;flex-direction:column;padding:20px;border-bottom:1px solid var(--borderColorLight40);border-right:1px solid var(--borderColorLight40);line-height:1.4em;text-decoration:none;width:50%;color:var(--colorDark);justify-content:center;box-sizing:border-box}#seopress_ga_dashboard_widget .seopress-summary-item:nth-child(even),#seopress_matomo_dashboard_widget .seopress-summary-item:nth-child(even){border-right:none}#seopress_ga_dashboard_widget .seopress-summary-item:last-child,#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),#seopress_matomo_dashboard_widget .seopress-summary-item:last-child,#seopress_matomo_dashboard_widget .seopress-summary-item:nth-last-child(2){border-bottom:none}#tab_seopress_analytics .spinner,#tab_seopress_matomo .spinner{top:10px;position:relative;left:10px}#tab_seopress_analytics .wrap-chart-stat,#tab_seopress_matomo .wrap-chart-stat{padding:0 1rem}@media only screen and (max-width:782px){#seopress_ga_dashboard_widget .seopress-summary-item,#seopress_matomo_dashboard_widget .seopress-summary-item{border-right:none}#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),#seopress_matomo_dashboard_widget .seopress-summary-item:nth-last-child(2){border-bottom:1px solid var(--borderColorLight40)}.seopress-summary-item{width:100%}}.seopress-summary-item-label{display:block;margin-bottom:16px;color:var(--color);font-size:14px;line-height:20px}.seopress-summary-item-data{margin-bottom:4px;font-weight:500;color:var(--colorDark);font-size:20px;line-height:28px}.seopress-summary-item-data small{font-weight:400;font-size:11px;text-transform:uppercase}.seopress-summary-items .inside,.seopress-tab.inside{padding:20px}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress-admin-tabs.wrap{background:#fff;display:block;width:64rem;max-width:100%;margin:0 auto}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap{width:100%}}#seopress-admin-tabs .seopress-tab{width:100%;display:none}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}.seopress-dashboard-columns{display:flex;max-width:64rem;margin:0 auto;justify-content:space-between;flex-direction:row}.seopress-dashboard-column{align-self:flex-start;width:calc(50% - 12px);margin:0}@media only screen and (max-width:782px){.seopress-dashboard-columns{max-width:100%;flex-direction:column}.seopress-dashboard-column{width:100%}}#seopress-admin-tabs .ui-tabs-nav,.seopress-get-started{margin:0 auto 20px;max-width:64rem;padding:2rem;width:100%;border-radius:0 0 4px 4px}.seopress-get-started{background:#fff url(../img/bg-hero-started.svg) no-repeat 100% 50%/contain;position:relative}.seopress-get-started .inside{padding:2rem}.seopress-get-started .preheader{text-transform:uppercase;font-size:11px;font-weight:600;color:var(--paragraphColor)}.seopress-activity-panel-tabs{height:60px;display:flex;align-items:center}.seopress-activity-panel-tabs .btn{display:flex;flex-direction:column;justify-content:center;color:var(--color);height:60px;padding:10px 26px;border-bottom:3px solid transparent}.seopress-activity-panel-tabs .btn:hover{background:var(--backgroundSecondaryHover)}.seopress-activity-panel-tabs .btn.is-active{border-bottom:3px solid var(--backgroundPrimary);color:var(--colorDark)}.seopress-activity-panel-wrapper{height:calc(100vh - 92px);top:92px;background:var(--backgroundSecondaryHover);width:510px;transform:translateX(100%);transition-duration:.3s;transition-timing-function:ease-in-out;position:fixed;right:0;z-index:1000;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:782px){.seopress-activity-panel-wrapper{top:106px}}.seopress-activity-panel-wrapper.is-open{transform:none;box-shadow:0 12px 12px 0 rgb(85 93 102 / 30%)}.seopress-activity-panel-header{background:#e0e0e0;padding:16px 24px}.seopress-activity-panel-content{background:#fff;padding:16px 24px}.seopress-list-items,.seopress-list-items .seopress-item{margin:0}.seopress-list-items .seopress-item{border-bottom:1px solid var(--borderColorLight40)}.seopress-list-items .seopress-item:last-child{border-bottom:none}.seopress-list-items .seopress-item .seopress-item-inner{color:var(--primaryColor);text-decoration:none;padding:15px 20px;background:#fff;font-size:var(--fontSize);font-weight:700;width:100%}.seopress-option .has-action{display:flex;align-items:center}.seopress-list-items .seopress-item .seopress-item-inner.done{text-decoration:line-through}.seopress-list-items .seopress-item .seopress-item-inner:hover{background:var(--backgroundSecondaryHover)}.seopress-list-items .seopress-item-after,.seopress-list-items .seopress-item-before{margin:0 20px 0 10px;position:relative}.seopress-list-items .seopress-item-after::after,.seopress-list-items .seopress-item-before::before{content:"\f330";font-family:Dashicons;vertical-align:middle;font-size:20px;font-weight:400}.seopress-list-items .seopress-item-after{margin-left:auto;padding-left:20px;margin-right:0}.seopress-list-items .seopress-item-after::after{content:"\f345"}.seopress-list-items .seopress-item .seopress-item-title{margin:5px 0;color:var(--primaryColor)}.seopress-list-items .seopress-item .seopress-item-date{color:var(--paragraphColor);font-weight:400;margin:0}.seopress-list-items .seopress-item .seopress-item-content{color:var(--colorDark);font-weight:400;margin:0}.indexing-log,.seopress-list-items .seopress-item .seopress-item-inner.check{position:relative}.indexing-log::before,.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:"";width:32px;height:32px;font-size:24px;vertical-align:middle;border-radius:50px;color:#fff;margin-right:10px;display:inline-block;border:1px solid var(--borderColorLight);line-height:32px;text-align:center}.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:attr(data-index);color:var(--primaryColor);font-size:16px;border-color:var(--primaryColor)}.indexing-log.indexing-done::before,.indexing-log.indexing-failed::before,.seopress-list-items .seopress-item .seopress-item-inner.done::before{background:var(--backgroundPrimary);border:none;content:"\f15e";font-family:Dashicons;color:#fff;font-size:24px}.seopress-list-items .seopress-item.is-active:first-child a{box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear}.seopress-list-items .seopress-item.is-active:first-child a::after{content:'';box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear;background-color:var(--primaryColor);opacity:.1;position:absolute;width:100%;height:100%;left:0;top:0}.indexing-log.indexing-done::before{background:var(--colorSuccess)}.indexing-log.indexing-failed::before{background:var(--colorAlert);content:"\f335"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help;vertical-align:bottom;text-align:left;background:0 0;border:none;padding:0}.sp-tooltip .dashicons{color:var(--colorDark)}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;width:350px;right:-310px;padding:20px;top:25px;font-weight:400;box-shadow:0 3px 30px rgb(25 30 35 / 10%);border:1px solid var(--borderColorLight40);background:#fff;word-break:break-word;text-transform:none}.sp-tooltip .sp-tooltiptext::before{border:8px solid var(--borderColorLight40);top:-8px}.sp-tooltip .sp-tooltiptext::after{border:8px solid #fff;top:-6px}.sp-tooltip .sp-tooltiptext::after,.sp-tooltip .sp-tooltiptext::before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px;content:"";position:absolute;height:0;width:0;line-height:0;left:30px}.sp-tooltip:active .sp-tooltiptext,.sp-tooltip:focus .sp-tooltiptext,.sp-tooltip:hover .sp-tooltiptext{visibility:visible}.sp-tooltip .sp-tooltip-headings{font-size:18px;font-weight:600;margin-bottom:20px;display:block}.sp-tooltip .sp-tooltip-desc{margin-bottom:20px;display:block;border-bottom:1px solid var(--borderColorLight40);padding-bottom:20px;font-size:var(--fontSize);line-height:1.5}.sp-tooltip .sp-tooltip-code{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;display:block;word-break:break-all;color:var(--colorPre);font-size:11px}.analysis-score .sp-tooltip{vertical-align:middle;font-size:.75em}#seopress_content_analysis .wrap-insights-post .sp-tooltip *{font-weight:400}#seopress_content_analysis .wrap-insights-post .sp-tooltip-headings{font-weight:700}#seopress_content_analysis a{color:var(--backgroundPrimary)}#seopress_content_analysis a.nounderline,#seopress_content_analysis a.nounderline:hover{text-decoration:none}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0;position:relative;left:-5px}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_content_analysis .analysis-score{clear:both;border-top:1px solid var(--borderColorCard);display:flex;justify-content:space-between;align-items:center}.column-seopress_score .analysis-score{display:flex;align-content:center}#seopress_content_analysis .analysis-score p,.column-seopress_score .analysis-score p{font-weight:700;font-size:1.2em}#seopress-ca-tabs .seopress-gsc-render{margin:1rem 0}#seopress-ca-tabs .dashicons{vertical-align:middle;margin-right:1rem}#seopress-ca-tabs .seopress-gsc-verdict .dashicons{font-size:30px;width:30px;height:30px}#seopress-ca-tabs .dashicons-yes-alt{color:var(--colorSuccess)}#seopress-ca-tabs .dashicons-info{color:var(--colorWarning)}#seopress-ca-tabs .dashicons-dismiss{color:var(--colorAlert)}#seopress-ca-tabs .seopress-gsc-analysis{margin-top:1rem;margin-bottom:1rem;display:inline-block;width:100%}#seopress-ca-tabs .seopress-gsc-cat{border-bottom:1px solid var(--borderColorCard);margin-bottom:.5rem;font-weight:700;padding-bottom:.5rem}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item{display:flex}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item-name{width:240px}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item div{margin:.5rem 0}#seopress-ca-tabs .seopress-gsc-summary{display:block;padding:20px;margin:20px 0;top:0;left:0}#seopress-ca-tabs .seopress-gsc-verdict{font-weight:700;font-size:1.2em}#seopress_content_analysis .analysis-score svg,.column-seopress_score .analysis-score svg{display:inline-block;height:30px;width:30px;margin:0;border-radius:100%;position:relative;font-weight:600;shape-rendering:geometricprecision;font-size:.5rem;vertical-align:middle;margin-right:15px}.column-seopress_score .analysis-score p,.column-seopress_score .analysis-score svg{margin:0}@keyframes loadingPulse{0%{stroke:#adc5d2}50%{stroke:#00a0d2}100%{stroke:#adc5d2}}#seopress_content_analysis .analysis-score .loading #bar{stroke-dashoffset:0!important;stroke:#adc5d2!important;animation:loadingPulse 3s infinite ease-in-out}#seopress_content_analysis .analysis-score .good #bar,.column-seopress_score .analysis-score #bar.good{stroke:var(--colorSuccess)}#seopress_content_analysis .analysis-score .notgood #bar,.column-seopress_score .analysis-score #bar.notgood{stroke-dashoffset:101px;stroke:var(--colorWarning)}#seopress_content_analysis .analysis-score svg circle,.column-seopress_score .analysis-score svg circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#ccc;stroke-width:2em}#tab_seopress_page_speed .ps-score svg path,#tab_seopress_ps .ps-score svg path{stroke-linecap:round;stroke-width:2.8;fill:none}#tab_seopress_page_speed .ps-score,#tab_seopress_ps .ps-score{position:relative;display:inline-block}#tab_seopress_page_speed .ps-score svg,#tab_seopress_ps .ps-score svg{width:80px;height:80px}#tab_seopress_page_speed .ps-score span,#tab_seopress_ps .ps-score span{font-weight:700;left:0;position:absolute;top:0;width:80px;height:80px;align-items:center;display:flex;justify-content:center;margin:0}#tab_seopress_page_speed .ps-score.green #bar,#tab_seopress_ps .ps-score.green #bar{stroke:var(--colorSuccess)}#tab_seopress_page_speed .ps-score.yellow #bar,#tab_seopress_ps .ps-score.yellow #bar{stroke:var(--colorWarning)}#tab_seopress_page_speed .ps-score.red #bar,#tab_seopress_ps .ps-score.red #bar{stroke:var(--colorAlert)}#tab_seopress_ps .score,.wrap-seopress-score .score{width:12px;height:12px;display:inline-block;margin-right:10px;vertical-align:middle}#tab_seopress_ps .score.red,.wrap-seopress-score .score.red{border-bottom-color:var(--colorAlert);border-bottom-style:solid;border-bottom-width:12px;border-left-color:transparent;border-left-style:solid;border-left-width:6px;border-right-color:transparent;border-right-style:solid;border-right-width:6px}.wrap-seopress-score small{font-size:12px}.wrap-seopress-score small.red,.wrap-seopress-score small.yellow{color:var(--colorAlert)}#tab_seopress_ps .score.yellow,.wrap-seopress-score .score.yellow{background-color:var(--colorWarning);display:inline-block}#tab_seopress_ps .score.green,.wrap-seopress-score .score.green{border-radius:100%;background-color:var(--colorSuccess)}.wrap-seopress-score small.green{color:var(--colorSuccess)}.wrap-seopress-score .score.null{background:#ccc;border-radius:100%}#seopress_content_analysis .gr-analysis{clear:both}#seopress_content_analysis .gr-analysis-title{border-top:1px solid var(--borderColorCard);position:relative}#seopress_content_analysis .gr-analysis-title .impact,#seopress_cpt .impact{position:absolute;left:10px;top:calc(50% - 5px);width:10px;height:10px;border-radius:50px;padding:0;margin:0;border:1px solid #fff}#seopress_content_analysis .gr-analysis .impact.good{background:var(--colorSuccess);box-shadow:0 0 5px var(--colorSuccess)}#seopress_content_analysis .gr-analysis .impact.low{background:var(--colorWarning);box-shadow:0 0 5px var(--colorWarning)}#seopress_content_analysis .gr-analysis .impact.medium{background:var(--colorLowAlert);box-shadow:0 0 5px var(--colorLowAlert)}#seopress_content_analysis .gr-analysis .impact.high,#seopress_cpt .impact.high{background:var(--colorAlert);box-shadow:0 0 5px var(--colorAlert)}#seopress_content_analysis .gr-analysis-content .impact.high{background:var(--colorAlert);box-shadow:none;color:#fff;padding:2px 4px;margin-left:5px;border-radius:4px;font-weight:700}#seopress_cpt .impact.high{position:relative;top:calc(50% - 18px);display:inline-block;left:inherit;right:-10px}#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{display:block;font-size:12px;color:var(--color)}@media only screen and (max-width:782px){#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{word-break:break-word}}#seopress_content_analysis input~span.description,#seopress_content_analysis span.description~input,#seopress_cpt input~span.description,#seopress_cpt span.description~input,#seopress_pro_cpt input~span.description,#seopress_pro_cpt span.description~input{margin-top:5px}#seopress_content_analysis .gr-analysis-title button{background:#fff;border:0;cursor:pointer;display:block;margin:0;position:relative;text-align:left;width:100%;padding:15px 30px;align-items:center;transition:all .3s linear}#seopress_content_analysis .gr-analysis-title button:hover{background:#f3f4f5}#seopress_content_analysis .gr-analysis-title button:focus{color:#191e23;border:none;box-shadow:none;outline-offset:-2px;outline:1px dotted #555d66}#seopress_content_analysis .gr-analysis-title button .seopress-arrow::after{content:"\f343";font-family:Dashicons;position:absolute;right:10px;top:calc(50% - 7px)}#seopress_content_analysis .gr-analysis-title button.open .seopress-arrow::after{content:"\f347"}#seopress_content_analysis .gr-analysis-content{padding:0 1rem .5rem 1rem;display:none;width:100%;border-top:1px solid var(--borderColorCard)}#seopress_content_analysis h3{margin:0;font-size:1em}#seopress_content_analysis h4{border-bottom:1px solid var(--borderColorCard);padding-bottom:.5rem;text-transform:uppercase;font-size:.85em;position:-webkit-sticky;position:sticky;top:0;background:#fff}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default;user-select:auto}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid var(--borderColorLight);padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;border:1px solid var(--borderColorLight);cursor:default;padding:1px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress-analysis-tabs{clear:both}#seopress_content_analysis .dashicons-no-alt,#seopress_content_analysis .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:var(--colorSuccess);border-radius:50px;margin-right:10px}#seopress_content_analysis .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:var(--colorAlert)}#seopress-schemas-tabs .description-alt,#seopress_content_analysis .description-alt,#seopress_cpt .description-alt{padding:1em 0;border-top:1px solid var(--borderColorLight);border-bottom:1px solid var(--borderColorLight);display:flex}#seopress_cpt .desc-fb{margin-top:0;border-top:none}#seopress-schemas-tabs .description-alt svg,#seopress_content_analysis .description-alt svg,#seopress_cpt .description-alt svg{vertical-align:middle;align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}#seopress_cpt .notice{padding:10px 14px;margin:0}#seopress_cpt .inside{margin:0;padding:0}#seopress_cpt .ui-tabs .ui-tabs-nav{display:flex;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;align-items:center;padding:0;height:48px;border-bottom:1px solid #ddd;background:inherit;line-height:inherit;color:inherit;border-top:none;border-left:none;border-right:none}#seopress_cpt .ui-tabs .sp-section{font-weight:700;font-size:var(--fontSize)}#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%}#seopress_content_analysis .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:4px solid var(--backgroundPrimary)!important}#seopress_cpt .wp-color-result{margin:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid var(--borderColorLight)}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid var(--borderColorLight)}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:var(--colorAlert)}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt #tabs-3 .box-left{width:44%}#seopress_cpt #tabs-3 .box-right{width:54%}@media only screen and (max-width:1200px){#seopress_cpt .box-left,#seopress_cpt .box-right{float:none;width:100%;margin:0}}@media only screen and (max-width:1500px){#seopress_cpt #tabs-3 .box-left,#seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}}#edittag #seopress_cpt #tabs-3 .box-left,#edittag #seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}#seopress-tabs .seopress_media_upload,#seopress_pro_cpt .seopress_media_upload{margin-top:.5rem}#term-seopress #seopress_cpt{width:95%}#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;position:relative;padding:0;white-space:nowrap;margin:0;border:none;height:48px;background:0 0}#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:flex;padding:3px 15px;align-items:center}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0;padding-bottom:0}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{font-weight:500}#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:48px}#seopress_cpt .ui-tabs .ui-tabs-nav li a:focus,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus{outline:3px solid transparent;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),inset 0 -4px 0 0 var(--backgroundPrimary)}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet{margin:0 0 10px 0;box-shadow:0 1px 6px rgba(32,33,36,.28);border-radius:8px;padding:12px 16px}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:18px;font-weight:400;line-height:21.6px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default{font-size:16px;line-height:20px;margin-bottom:12px}#seopress_cpt .google-snippet-preview .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-permalink{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile{display:flex;justify-content:space-between}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-meta-desc{margin-right:8px}#seopress_cpt .google-snippet-preview .wrap-post-thumb{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb{margin-left:8px;display:block}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-post-thumb{width:104px;max-width:inherit;height:104px;border-radius:8px;object-fit:cover}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:12px;display:flex}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink{display:block;color:#3c4043;font-size:12px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon{margin-right:12px;vertical-align:middle}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img{width:16px;height:16px;max-width:inherit}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child{color:#3c4043;white-space:nowrap;font-size:12px;display:block}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#545454;font-size:14px;font-weight:400;line-height:18.2px;display:inline;hyphens:none;word-break:normal}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default{color:#3c4043;font-size:14px;line-height:20px}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .facebook-snippet-box{color:#4b4f56;font-size:14px;width:524px;max-width:100%}#seopress_cpt .facebook-snippet-box .notice,#seopress_cpt .twitter-snippet-box .notice{padding:10px 14px;margin:0 0 10px 0;width:100%}#seopress_cpt .facebook-snippet-box .notice span,#seopress_cpt .twitter-snippet-box .notice span{font-weight:700}#seopress_cpt .snippet-meta{display:flex;overflow:hidden;max-height:12px}#seopress_cpt .fb-by,#seopress_cpt .snippet-fb-site-name,#seopress_cpt .snippet-fb-url{color:#606770;font-size:12px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .fb-sep{padding-left:5px;padding-right:5px;color:#606770;line-height:11px;font-size:12px}#seopress_cpt .facebook-snippet-box .facebook-snippet-text{border:1px solid #dadde1;background-color:#f2f3f5;padding:10px 12px}#seopress_cpt .facebook-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .facebook-snippet-box .snippet-fb-title,#seopress_cpt .facebook-snippet-box .snippet-fb-title-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-title-default{font-size:16px;line-height:20px;margin:3px 0 0;padding-top:2px;color:#1d2129;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-height:22px}#seopress_cpt .facebook-snippet-box .snippet-fb-description,#seopress_cpt .facebook-snippet-box .snippet-fb-description-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-description-default{color:#606770;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .facebook-snippet-box img{display:block;height:274px;width:524px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.term-php #seopress_cpt .facebook-snippet-box img,.term-php #seopress_cpt .twitter-snippet-box img{width:100%;height:auto}.seopress_social_fb_img_upload,.seopress_social_twitter_img_upload{position:absolute;width:100%;cursor:pointer;height:100%;left:0;top:0}.seopress_social_fb_img_upload:hover::after,.seopress_social_twitter_img_upload:hover::after{content:"\f464";position:absolute;font-family:Dashicons;width:100%;height:100%;top:0;left:0;font-size:40px;background:rgb(255 255 255 / 70%);display:flex;justify-content:center;align-items:center;color:#1e1e1e}.snippet-fb-img,.snippet-fb-img-custom,.snippet-fb-img-default,.snippet-twitter-img,.snippet-twitter-img-custom,.snippet-twitter-img-default{position:relative}#seopress_cpt .twitter-snippet-box{color:#4b4f56;font-size:14px;width:504px;max-width:100%}#seopress_cpt .snippet-twitter-url{color:#8899a6;font-size:14px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .twitter-snippet-box .twitter-snippet-text{border:1px solid #dadde1;background-color:#fff;padding:10px 12px;border-radius:0 0 10px 10px}#seopress_cpt .twitter-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-img,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-default{border-radius:10px 10px 0 0;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-title,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-default{font-size:1em;line-height:20px;margin-bottom:5px;max-height:1.3em;color:#000;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word}#seopress_cpt .twitter-snippet-box .snippet-twitter-description,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-default{color:#000;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .twitter-snippet-box img{display:block;height:263px;width:504px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.wrap-toggle-preview{position:relative}.wrap-toggle-preview p{font-weight:700;margin:0 0 1rem 0}#seopress_add_to_insights{margin-left:1rem}#seopress_add_to_insights_status{display:inline-block;font-weight:700;margin:0 0 0 1rem;vertical-align:middle;padding:.3rem;font-style:italic}.seo_page_seopress-instant-indexing .wrap-sp-progress{max-width:35rem}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters,.seopress-setup .wrap-seopress-counters,.seopress-styles .wrap-seopress-counters{text-align:right;background:#e9ecef;padding:2px 5px;display:flex;font-size:12px;justify-content:flex-end;border-radius:0 0 .25rem .25rem}#seopress_cpt .sp-progress,#seopress_pro_cpt .sp-progress,.seopress-setup .sp-progress,.seopress-styles .sp-progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem .25rem 0 0;margin:-15px 0 0 0}#seopress_cpt .sp-progress-bar,#seopress_pro_cpt .sp-progress-bar,.seopress-setup .sp-progress-bar,.seopress-styles .sp-progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0085ba;transition:width .6s ease}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}.seopress-styles .seopress-option{margin:85px 40px 40px}@media only screen and (max-width:782px){.seopress-styles .seopress-option{margin:85px 22px 22px}}.seopress-setup .seopress-option h1,.seopress-styles .seopress-option h1{font-size:var(--titleFontSize);color:var(--titleColor);font-weight:var(--titleFontWeight);margin:var(--titleMargin);display:flex;justify-content:space-between}.seopress-setup .seopress-option h1{margin-bottom:30px}.seopress_wrap_archive_cpt,.seopress_wrap_single_cpt,.seopress_wrap_single_tax,.seopress_wrap_tax{margin:0 0 20px 0}#tab_seopress_titles_archives .form-table th:empty,#tab_seopress_titles_single .form-table th:empty,#tab_seopress_titles_tax .form-table th:empty{display:none}.seopress-styles .seopress-option .link-archive{font-size:var(--fontSize)}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .seopress-option .submit{padding:20px 0 20px 0;left:0;margin:0;position:sticky;bottom:0;z-index:100;display:inline-block}@media only screen and (max-width:782px){.seopress-styles .seopress-option .submit{position:relative}}.seopress-styles .seopress-option .seopress-tab .submit{display:block;position:relative}.seopress-styles #wpcontent{padding-left:0}.seopress-styles pre{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:10px;display:inline-block;background-color:var(--backgroundSecondaryHover);border-radius:3px;color:var(--colorDark);font-size:var(--fontSize);word-break:break-all;white-space:pre-line}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;max-width:64rem;margin:0 auto}.wrap-seopress-tab-content .seopress-tools-card{padding:16px 25px}#seopress-tabs .seopress-tab{padding:10px 1.5rem;width:100%;display:none}#seopress-tabs.full-width .seopress-tab{width:100%}@media only screen and (max-width:1024px){#seopress-tabs .seopress-tab{width:100%}}#seopress-tabs .seopress-tab.active{display:inline-block;background:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tab.active{width:100%;border-left:none;border-top:1px solid RGB(238,238,238)}}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option .wp-picker-container button{box-shadow:none;border:1px solid #0071a1;border-radius:3px;background:#f3f5f6;text-transform:none}.seopress-option .wp-picker-container input[type=text].wp-color-picker{min-width:inherit}.seopress-option .wp-picker-container .wp-picker-default{margin:0}.seopress-option .wp-picker-container .wp-picker-clear{box-shadow:none;text-transform:none;border-radius:0;background:0 0;margin:0}.seopress-option .wp-picker-container .wp-picker-clear:hover{background:0 0;text-decoration:currentColor;color:inherit}.seopress-inbox-title p{font-size:20px;color:var(--titleColor);margin:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}.seopress-intro{padding:20px}.seopress-option .seopress-table{background:#fff;border:1px solid var(--borderColorLight)}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid var(--borderColorLight);font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:11px;font-weight:400}@media only screen and (max-width:782px){#seopress-content .feature-state,.seopress-option .feature-state{display:none}}.seopress-option #tab_seopress_titles_archives h3,.seopress-option #tab_seopress_titles_single h3,.seopress-option #tab_seopress_titles_tax h3{margin:2em 0 1em 0;border-top:1px solid var(--borderColorLight);padding:1em 0 0 0}.seopress-option #tab_seopress_titles_archives h3:first-child,.seopress-option #tab_seopress_titles_single h3:first-child,.seopress-option #tab_seopress_titles_tax h3:first-child{margin:0 0 1em 0}.seopress-option #tab_seopress_titles_archives h3 div,.seopress-option #tab_seopress_titles_single h3 div,.seopress-option #tab_seopress_titles_tax h3 div{display:inline}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline-block}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{display:none;font-weight:700}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt #seopress_titles_title_meta{margin-bottom:.2rem}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:"";background:#dedede;height:1px;width:100%;display:block}.seopress-option .section-tool:last-child{margin-bottom:0}.seopress-option .section-tool:last-child::after{content:none}.seopress-option .section-tool .inside{padding-left:0;padding-right:0}.seopress-option .sp-section-header{width:100%;display:flex;position:relative;align-items:center}.seopress-option .sp-section-header h2{font-size:1.5em;margin:20px 0}.seopress-option .sp-section-header>.dashicons{color:var(--primaryColor);padding:10px;border-radius:6px;margin-right:10px;background:#c4f0ff}.seopress-option .sp-section-header .wrap-toggle-checkboxes{display:flex}.seopress-notice{margin:5px 0 35px 15px;position:relative;top:75px;left:25px;background:rgb(0 124 186 / 10%);border-left:4px solid var(--primaryColor);padding:8px 12px;width:calc(100% - 108px);z-index:10}#seopress-ca-tabs .seopress-notice,#seopress-tabs .seopress-notice,#seopress_insights_dashboard_rankings_widget .seopress-notice,#seopress_pro_cpt .seopress-notice,.seopress-setup .seopress-notice{top:inherit;left:inherit;margin:15px 0 30px 0;width:auto}.seopress-hidden{display:none}.seopress-notice pre{background:#fff}.seopress-notice.is-success{border-left-color:var(--colorSuccess);background:#eff9f1}.seopress-notice.is-warning{border-left-color:#f0b849;background:#fef8ee}.seopress-notice.is-error{border-left-color:#cc1818;background:rgb(244 162 162 / 30%)}#seopress-tabs .seopress-notice.is-inline,.seopress-setup .seopress-notice.is-inline{margin-bottom:0;width:fit-content}#seopress-tabs.wrap{margin:30px 0 0 0}#seopress-notifications-center .seopress-alert ul,#seopress-tabs.wrap ul{list-style:square inside;padding-left:5px;display:inline-block;max-width:35rem;width:100%}.post-type-seopress_404 .seopress-BlankState-message::before,.post-type-seopress_schemas .seopress-BlankState-message::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"\f103"}.post-type-seopress_schemas .seopress-BlankState-message::before{content:"\f495"}.seopress-BlankState{text-align:center;padding:5em 0 0}.seopress-BlankState .seopress-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.seopress-BlankState .seopress-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.seopress-BlankState .seopress-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em}.seopress-BlankState{max-width:764px;text-align:center;margin:auto}.seopress-BlankState .seopress-BlankState-message{color:var(--titleColor);font-size:1.5em;margin:0 auto 1em}.seopress-BlankState .seopress-BlankState-message::before{font-size:120px}.seopress-BlankState .seopress-BlankState-buttons{margin-bottom:4em}#seopress_content_analysis .up,#seopress_content_analysis .up .dashicons{color:var(--colorSuccess)}#seopress_content_analysis .down,#seopress_content_analysis .down .dashicons{color:var(--colorAlert)}#seopress_content_analysis .up .dashicons{transform:rotateZ(45deg)}#seopress_content_analysis .stable .dashicons{transform:rotateZ(90deg)}#seopress_content_analysis .down .dashicons{transform:rotateZ(135deg)}#seopress_content_analysis .wrap-insights-post{clear:both;border-top:1px solid var(--borderColorCard);display:flex;align-items:center}#seopress_content_analysis .wrap-insights-post .widget-insights-title{margin:0 1rem}#seopress_content_analysis .wrap-insights-post span{font-weight:700;margin:0 .2rem 0 0}.wrap-user-roles{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:782px){.wrap-user-roles{display:block}}#notice-insights-alert.is-active,#seopress-news-panel.is-active,#seopress-notifications-center.is-active{display:block!important}#seopress-notifications-center .seopress-alert{padding:16px 25px;position:relative;transition:all 150ms ease;justify-content:space-between;margin-bottom:20px}#seopress-notifications-center .seopress-alert:last-child{margin-bottom:0;border-bottom:none}#seopress-notifications-center .dashicons{display:flex;align-self:normal;width:30px;height:30px;color:var(--colorIcon);font-size:30px;margin:0 0 10px 0}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0;border-radius:0;width:100%}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none;margin:0 0 0 .3rem}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:1.5rem auto}.post-type-seopress_404 .seopress-notice,.post-type-seopress_bot .seopress-notice,.post-type-seopress_schemas .seopress-notice{left:0;top:40px;margin:0 0 50px;width:calc(100% - 48px)}.seopress-search{position:relative;padding:20px}.seopress-search::before{content:"\f179";font-family:Dashicons;position:absolute;top:35px;left:30px;font-size:20px}.seopress-search input{padding-left:40px}.seopress-item-toggle-options{position:relative;cursor:pointer;padding:5px 10px;border:1px solid var(--borderColor);border-radius:3px;transform:rotate(90deg);display:inline-block}.seopress-item-toggle-options::before{content:"\f11c";font-family:Dashicons;font-size:18px;vertical-align:middle}.seopress-card{background:#fff;border:1px solid var(--borderColorCard);border-radius:3px;position:relative}.seopress-option .seopress-card-actions a+button{margin-left:.5em}.seopress-card-title{border-bottom:1px solid var(--borderColorCard);padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.seopress-dashboard-columns .seopress-dashboard-column:last-child .seopress-card-title:hover{cursor:move}.seopress-card-title h2{margin:0}.seopress-cart-list{border-bottom:1px solid var(--borderColorCard);padding:0 0 0 24px;display:flex;align-items:center;text-decoration:none;color:var(--primaryColor);font-weight:700;line-height:20px}.seopress-cart-list *{text-decoration:none}.seopress-cart-list a{display:block;width:100%;padding:18px 24px 18px 0}.seopress-cart-list:last-child{border-bottom:none}.seopress-cart-list:active,.seopress-cart-list:focus,.seopress-cart-list:hover{background:var(--backgroundSecondaryHover)}body .seopress-cart-list h3{font-size:var(--fontSize);color:var(--primaryColor);font-weight:700;margin:0}.seopress-cart-list p{color:var(--titleColor);font-weight:400;margin:0;font-size:12px;line-height:20px}.seopress-card-footer{padding:10px 20px;border-top:1px solid var(--borderColorLight40)}.seopress-card-popover{display:none;background:#fff;border:1px solid var(--borderColor);padding:20px;position:absolute;top:55px;overflow-y:auto;right:28px;z-index:20}.seopress-card-popover.is-open{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-flex;width:100%;margin:10px 0}.seopress-option .wrap-tags{flex-wrap:wrap}.seopress-option .wrap-tags button{margin-bottom:10px}@media only screen and (max-width:782px){#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{flex-wrap:wrap}}#seopress-tabs .sp-wrap-tag-variables-list,#seopress_cpt .sp-wrap-tag-variables-list,#seopress_pro_cpt .sp-wrap-tag-variables-list{position:relative;float:left;display:none}#seopress-tabs.wrap .sp-tag-variables-list,#seopress_cpt .sp-tag-variables-list,#seopress_pro_cpt .sp-tag-variables-list{position:absolute;left:-48px;width:300px;z-index:100;top:20px;color:var(--titleColor);height:300px;z-index:100;overflow:auto;background:#fff;border:1px solid var(--borderColorLight);box-shadow:0 2px 6px rgb(0 0 0 / 5%);border-radius:2px;list-style:none;padding:0}#seopress-tabs .sp-wrap-tag-variables-list.open,#seopress_cpt .sp-wrap-tag-variables-list.open,#seopress_pro_cpt .sp-wrap-tag-variables-list.open{display:block}#seopress-tabs .seopress-tag-single-all.tag-description .dashicons,#seopress-tabs .seopress-tag-single-all.tag-title .dashicons,#seopress_cpt .seopress-tag-single-all.seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-single-all.tag-title .dashicons,#seopress_pro_cpt .seopress-tag-single-all.tag-title .dashicons{margin:0;transition:all 150ms linear}#seopress-tabs .seopress-tag-single-all.open .dashicons,#seopress_cpt .seopress-tag-single-all.open .dashicons,#seopress_pro_cpt .seopress-tag-single-all.open .dashicons{transform:rotateX(180deg)}#seopress-tabs.wrap .sp-tag-variables-list li,#seopress_cpt .sp-tag-variables-list li,#seopress_pro_cpt .sp-tag-variables-list li{padding:8px 12px;cursor:pointer;margin:0;border-bottom:1px solid var(--borderColorLight40)}#seopress-tabs .sp-tag-variables-list li span,#seopress_cpt .sp-tag-variables-list li span,#seopress_pro_cpt .sp-tag-variables-list li span{display:block;font-weight:700;font-size:12px;margin-bottom:2px}#seopress-tabs.wrap .sp-tag-variables-list li:hover,#seopress_cpt .sp-tag-variables-list li:hover,#seopress_pro_cpt .sp-tag-variables-list li:hover{background:var(--backgroundPrimaryHover);color:#fff;border-bottom-color:#fff}#seopress-tabs.wrap .sp-tag-variables-list li::after,#seopress_cpt .sp-tag-variables-list li::after,#seopress_pro_cpt .sp-tag-variables-list li::after{content:attr(data-value);display:inline-block;background:#e9ecef;padding:1px 5px;color:#333;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;border-radius:3px;font-size:11px}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-dropdown .dashicons,#seopress_cpt .tag-title .dashicons,#seopress_pro_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;color:var(--primaryColor);vertical-align:middle}#seopress-tabs.wrap .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .tag-title:hover .dashicons,#seopress_pro_cpt .tag-title:hover .dashicons,.seopress-option .tag-title:hover .dashicons{color:#fff}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons{margin:0}.seopress-overlay-tag-dropdown{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:50}.seopress-overlay-tag-dropdown.active{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:5px 12px;font-size:10px;user-select:none;margin:0 5px 0 0;display:inline-flex;text-transform:uppercase;align-items:center;color:var(--primaryColor)}#seopress-tabs .seopress-tag-dropdown:focus,#seopress-tabs .seopress-tag-dropdown:hover,#seopress_cpt .seopress-tag-dropdown:focus,#seopress_cpt .seopress-tag-dropdown:hover,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{box-shadow:0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary);background:var(--backgroundPrimaryHover);color:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{margin-bottom:10px}}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid var(--borderColorLight)}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.seopress-styles #screen-meta{position:relative;top:60px}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:fixed;top:32px;z-index:2000;right:40px}@media only screen and (max-width:782px){.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:60px}}#seopress-content input.toggle,#seopress_cpt input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0;position:relative}.seopress-feature input.toggle{display:block}#seopress_cpt input.toggle,.seopress_wrap_single_cpt input.toggle,.seopress_wrap_tax input.toggle{margin:0;border:none;min-width:0}#seopress-content input.toggle+label,#seopress_cpt #tabs-1 input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:20px;width:40px;border-radius:15px;margin:0 10px 0 0}#seopress-content input.toggle+label{margin:0;left:-20px}#seopress_cpt #tabs-1 input.toggle+label{margin:0}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,#seopress_cpt input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:20px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);transition:.25s ease-in-out}#seopress-content input.toggle+label:after,#seopress_cpt input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:20px;width:20px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);transition:.25s ease-in-out}#seopress_cpt input.toggle+label,#seopress_cpt input.toggle+label:before,.seopress_wrap_single_cpt input.toggle+label,.seopress_wrap_single_cpt input.toggle+label:before,.seopress_wrap_tax input.toggle+label,.seopress_wrap_tax input.toggle+label:before{width:40px;height:20px}#seopress_cpt input.toggle+label:after,.seopress_wrap_single_cpt input.toggle+label:after,.seopress_wrap_tax input.toggle+label:after{width:20px;height:20px}#seopress-content input.toggle[data-toggle="1"]+label:before,#seopress_cpt input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before{width:40px;background:var(--backgroundPrimary)}#seopress-content input.toggle[data-toggle="1"]+label:after,#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after{box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative;display:block;max-width:64rem}@media only screen and (max-width:782px){#seopress-content .seopress-page-list{grid-template-columns:repeat(1,1fr)}}.seopress-setup .wrap,.seopress-styles .wrap{margin:0;display:flex;position:relative}.toplevel_page_seopress-option.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}@media only screen and (max-width:782px){.seopress-setup .wrap,.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}}.seopress-option .wrap div.nav-tab-wrapper{margin:0;padding:0;line-height:inherit;width:15%;z-index:10;font-weight:400;display:block;border-bottom:none}@media only screen and (max-width:782px){.seopress-option .wrap div.nav-tab-wrapper{width:100%;margin:0 0 20px 0;padding:0}}#seopress-admin-tabs.wrap div.nav-tab-wrapper{background:#fff;margin:0 auto;max-width:64rem;width:100%;border-bottom:1px solid var(--borderColorCard);padding:0;line-height:inherit;position:sticky;z-index:10;top:92px;border-radius:4px 4px 0 0;font-weight:400;overflow:hidden;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:600px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{top:0;display:block}}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap div.nav-tab-wrapper{display:block}}.seopress-option .nav-tab{border:0;background:0 0;opacity:.5;padding:6px 30px 6px 10px;transition:opacity .3s linear;color:var(--titleColor);margin:0;float:none;display:inline-block;width:100%;text-align:left;font-weight:400;white-space:normal;line-height:1.71428571;font-size:14px;text-decoration:none}#seopress-admin-tabs .nav-tab{background:0 0;opacity:.5;padding:14px 20px;transition:opacity .3s linear;margin:0;float:none;display:inline-block;font-weight:400}#seopress-admin-tabs .nav-tab{width:100%}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{opacity:1;outline:0;font-weight:600;position:relative;border-left:3px solid var(--backgroundPrimary)}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus{border-bottom:4px solid var(--backgroundPrimary);border-left:none}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}@keyframes sp-fade-in-out{0%{opacity:0;bottom:0;visibility:hidden}25%{opacity:1;bottom:40px;visibility:visible}75%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}.sp-components-snackbar-list{position:fixed;right:0;bottom:40px;padding-left:16px;padding-right:16px;animation-name:sp-fade-in-out;animation-duration:5s;animation-iteration-count:1;animation-fill-mode:forwards;visibility:hidden;z-index:1}.sp-components-snackbar__content{display:flex;align-items:center;justify-content:space-between;line-height:1.4}.sp-components-snackbar{font-family:var(--fontFamily);font-size:var(--fontSize);background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;cursor:pointer}.sp-components-snackbar .dashicons{color:#fff}
|
1 |
+
#seopress_content_analysis *,#seopress_cpt *,#seopress_pro_cpt *,.seopress-option *,.seopress-styles *{box-sizing:border-box}#seopress_content_analysis,#seopress_cpt,#seopress_ga_dashboard_widget,#seopress_matomo_dashboard_widget,#seopress_pro_cpt,#wpadminbar,.column-seopress_score,.post-type-seopress_404 #wpcontent,.post-type-seopress_schemas #wpcontent,.seopress-option #wpcontent,.seopress-styles #wpcontent,.seopress-ui-datepicker{--primaryColor:#007cba;--paragraphColor:#757575;--fontSize:13px;--fontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--color:#757575;--colorDark:#1e1e1e;--colorAlert:#eb0f00;--colorWarning:#ffba00;--colorSuccess:#4ab866;--colorLowAlert:#e39f48;--colorPre:#37864b;--colorIcon:#d7dade;--lineHeight:24px;--titleColor:#3c434a;--titleFontSize:20px;--titleFontWeight:normal;--titleMargin:10px 0;--backgroundPrimary:#007cba;--backgroundPrimaryHover:#006ba1;--backgroundSecondaryHover:#f0f0f0;--borderColor:#a7aaad;--borderColorLight:#dcdcde;--borderColorLight40:rgba(220, 220, 222, 0.4);--borderColorCard:#e2e4e7;--borderColorTab:#c3c4c7}.seopress-option .text-center,.seopress-styles .text-center{text-align:center}#adminmenu .toplevel_page_seopress-option .wp-menu-image.svg{background-size:24px auto!important}.post-type-seopress_404 .btn,.post-type-seopress_schemas .btn,.seopress-option .btn,.seopress-styles .btn{display:inline-flex;text-decoration:none;font-size:var(--fontSize);margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:0 0;transition:box-shadow .1s linear;height:36px;align-items:center;padding:6px 12px;border-radius:2px;vertical-align:middle;color:var(--colorDark);white-space:nowrap;outline:1px solid transparent}.post-type-seopress_404 .btnPrimary,.post-type-seopress_schemas .btnPrimary,.seopress-option .btnPrimary,.seopress-styles .btnPrimary{background:var(--primaryColor);color:#fff;text-decoration:none}.post-type-seopress_404 .btnPrimary:hover,.post-type-seopress_schemas .btnPrimary:hover,.seopress-option .btnPrimary:hover,.seopress-styles .btnPrimary:hover{background:var(--backgroundPrimaryHover);color:#fff}.post-type-seopress_404 .btnSecondary,.post-type-seopress_schemas .btnSecondary,.seopress-option .btnSecondary,.seopress-styles .btnSecondary{box-shadow:inset 0 0 0 1px var(--primaryColor);color:var(--primaryColor);background:0 0}.seopress-option .btnSecondary.is-deletable,.seopress-styles .btnSecondary.is-deletable{border-color:#cc1818;color:#cc1818;box-shadow:rgb(204 24 24) 0 0 0 1px inset}.post-type-seopress_404 .btnTertiary,.post-type-seopress_schemas .btnTertiary,.seopress-option .btnTertiary,.seopress-styles .btnTertiary{color:var(--primaryColor);background:0 0}.post-type-seopress_404 .btnTertiary:hover,.post-type-seopress_schemas .btnTertiary:hover,.seopress-option .btnTertiary:hover,.seopress-styles .btnTertiary:hover{box-shadow:inset 0 0 0 1px var(--primaryColor)}.seopress-option hr,.seopress-setup hr,.seopress-styles hr{align-self:center;flex-grow:1;height:1px;margin:0;border:0;border-top:1px solid #dcdcde;border-bottom:1px solid #f6f7f7}.seopress-setup hr{margin-left:10px}#seopress-tabs.wrap .list-none{list-style:none;padding-left:0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px;text-decoration:none}.seopress-activity-panel .dashicons{margin-right:0}#seopress-news-panel .seopress-item-inner .dashicons{vertical-align:top}.seopress-button{text-transform:uppercase;background:#fff;border-color:#c8d7e1;border-style:solid;border-width:1px 1px 2px;color:#2e4453;display:inline-block;margin:0;outline:0;overflow:hidden;text-overflow:ellipsis;text-decoration:none;vertical-align:top;font-size:14px;line-height:20px;padding:6px 8px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}body .seopress-option h2{color:var(--titleColor);font-size:20px;line-height:24px;font-weight:400}body .seopress-option h3{color:var(--titleColor);font-size:16px;line-height:20px}#seopress_content_analysis input[type=text],#seopress_content_analysis textarea,#seopress_cpt input[type=text],#seopress_cpt textarea,#seopress_pro_cpt input[type=text]:not(.hidden),#seopress_pro_cpt textarea{width:100%;display:inline-block}#seopress_cpt #tabs-6 input[type=number]{min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_content_analysis label,#seopress_cpt label,#seopress_pro_cpt label{margin-bottom:8px;display:inline-block;width:100%}#seopress_cpt #tabs-6{padding:0}body .seopress-option :not(.seopress-no-override) input[type=text],body .seopress-option input[type=password],body .seopress-option select,body .seopress-option textarea{max-width:35rem;border:1px solid var(--borderColor);box-shadow:0 2px 6px rgb(0 0 0 / 5%);width:100%}body .seopress-option select{min-height:50px}.wrap-opening-hours select{width:inherit}body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text]{line-height:46px}body .seopress-option input[type=number]:hover,body .seopress-option input[type=password]:hover,body .seopress-option input[type=text]:hover,body .seopress-option select:hover,body .seopress-option textarea:hover{border-color:#787c82}body .seopress-option input[type=number]:active,body .seopress-option input[type=number]:focus,body .seopress-option input[type=password]:active,body .seopress-option input[type=password]:focus,body .seopress-option input[type=text]:active,body .seopress-option input[type=text]:focus,body .seopress-option select:active,body .seopress-option select:focus,body .seopress-option textarea:active,body .seopress-option textarea:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}@media only screen and (max-width:1024px){body .seopress-option input[type=number],body .seopress-option input[type=password],body .seopress-option input[type=text],body .seopress-option textarea{min-width:inherit;width:100%}}#seopress_content_analysis input[type=checkbox],#seopress_cpt input[type=checkbox],#seopress_pro_cpt input[type=checkbox],body .seopress-option input[type=checkbox]{font-family:var(--fontFamily);padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid var(--color);font-size:16px;line-height:normal;border:1px solid var(--colorDark);margin-right:12px;transition:none;border-radius:2px;background:#fff;color:var(--colorDark);clear:none;cursor:pointer;display:inline-block;line-height:0;margin:-1px 4px 0 0!important;outline:0;padding:0!important;text-align:center;vertical-align:top;width:20px;height:20px;-webkit-appearance:none;appearance:none;transition:.1s border-color ease-in-out}#seopress_content_analysis input[type=checkbox]:checked::before,#seopress_cpt input[type=checkbox]:checked::before,#seopress_pro_cpt input[type=checkbox]:checked::before,body .seopress-option input[type=checkbox]:checked::before{content:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");background:var(--primaryColor);margin:-1px;width:20px;height:20px}#seopress_content_analysis input[type=checkbox]:active,#seopress_content_analysis input[type=checkbox]:focus,#seopress_cpt input[type=checkbox]:active,#seopress_cpt input[type=checkbox]:focus,#seopress_pro_cpt input[type=checkbox]:active,#seopress_pro_cpt input[type=checkbox]:focus,body .seopress-option input[type=checkbox]:active,body .seopress-option input[type=checkbox]:focus{box-shadow:0 0 0 2px var(--primaryColor);border-color:transparent}.field-recommended,.field-required{font-weight:700}.field-required{color:var(--colorAlert)}.field-recommended{color:var(--colorWarning)}.seopress-tab .form-table td{padding:15px 0}.seopress-tab .form-table td p{margin:4px 0}.seopress-tab .form-table td p.seopress_wrap_archive_cpt{margin-bottom:15px}.seopress-tab .form-table td label{display:block}table.wp-list-table .manage_column.column-seopress_canonical,table.wp-list-table .manage_column.column-seopress_desc,table.wp-list-table .manage_column.column-seopress_insights,table.wp-list-table .manage_column.column-seopress_noindex,table.wp-list-table .manage_column.column-seopress_redirect_enable,table.wp-list-table .manage_column.column-seopress_redirect_url,table.wp-list-table .manage_column.column-seopress_title,table.wp-list-table .manage_column.column-seopress_tkw{width:7%!important}.post-type-product table.fixed thead .column-seopress_desc,.post-type-product table.fixed thead .column-seopress_title{width:8%}.post-type-product .fixed .column-seopress_ps,.post-type-product .fixed .column-seopress_words,.post-type-product table.fixed thead .column-seopress_canonical,.post-type-product table.fixed thead .column-seopress_redirect_enable,.post-type-product table.fixed thead .column-seopress_redirect_url,.post-type-product table.fixed thead .column-seopress_tkw{width:6%}.post-type-product .fixed .column-seopress_score{width:50px}table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex{width:100px}@media only screen and (max-width:1200px){table.fixed .column-seopress_canonical>div,table.fixed .column-seopress_desc>div,table.fixed .column-seopress_redirect_enable>div,table.fixed .column-seopress_redirect_url>div,table.fixed .column-seopress_title>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}table.fixed thead .column-seopress_canonical,table.fixed thead .column-seopress_nofollow,table.fixed thead .column-seopress_noindex,table.fixed thead .column-seopress_ps,table.fixed thead .column-seopress_redirect_enable,table.fixed thead .column-seopress_redirect_url,table.fixed thead .column-seopress_score,table.fixed thead .column-seopress_tkw,table.fixed thead .column-seopress_words{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_url{width:35%}.post-type-seopress_backlinks .wp-list-table .column-seopress_backlinks_anchor_text{width:20%}.seopress-styles #seopress-header{padding:22px 120px 22px 40px;height:60px;margin:0 auto;width:calc(100% - 160px);background:#fff;position:fixed;top:32px;z-index:110;display:flex;justify-content:space-between;align-items:center}.folded.seopress-styles #seopress-header{width:calc(100% - 35px)}@media only screen and (max-width:782px){.seopress-styles #seopress-header{width:100%;padding:22px;top:46px;position:absolute}}#seopress-header #seopress-navbar ul{margin:0;padding:0}#seopress-header #seopress-navbar ul li{margin:0;display:inline-block;position:relative;padding:0 20px 0 0;font-weight:700}#seopress-header #seopress-navbar ul li::after{content:"/";color:var(--paragraphColor);position:absolute;display:block;top:0;left:calc(100% - 10px)}#seopress-header #seopress-navbar ul li:last-child:after{content:none}.sp-dashboard-card-highlight{border:1px dashed #c3c4c7;margin:20px 0}.seopress-summary-items{display:flex;flex-wrap:wrap}.seopress-summary-item{display:flex;flex-direction:column;padding:20px;border-bottom:1px solid var(--borderColorLight40);border-right:1px solid var(--borderColorLight40);line-height:1.4em;text-decoration:none;width:50%;color:var(--colorDark);justify-content:center;box-sizing:border-box}#seopress_ga_dashboard_widget .seopress-summary-item:nth-child(even),#seopress_matomo_dashboard_widget .seopress-summary-item:nth-child(even){border-right:none}#seopress_ga_dashboard_widget .seopress-summary-item:last-child,#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),#seopress_matomo_dashboard_widget .seopress-summary-item:last-child,#seopress_matomo_dashboard_widget .seopress-summary-item:nth-last-child(2){border-bottom:none}#tab_seopress_analytics .spinner,#tab_seopress_matomo .spinner{top:10px;position:relative;left:10px}#tab_seopress_analytics .wrap-chart-stat,#tab_seopress_matomo .wrap-chart-stat{padding:0 1rem}@media only screen and (max-width:782px){#seopress_ga_dashboard_widget .seopress-summary-item,#seopress_matomo_dashboard_widget .seopress-summary-item{border-right:none}#seopress_ga_dashboard_widget .seopress-summary-item:nth-last-child(2),#seopress_matomo_dashboard_widget .seopress-summary-item:nth-last-child(2){border-bottom:1px solid var(--borderColorLight40)}.seopress-summary-item{width:100%}}.seopress-summary-item-label{display:block;margin-bottom:16px;color:var(--color);font-size:14px;line-height:20px}.seopress-summary-item-data{margin-bottom:4px;font-weight:500;color:var(--colorDark);font-size:20px;line-height:28px}.seopress-summary-item-data small{font-weight:400;font-size:11px;text-transform:uppercase}.seopress-summary-items .inside,.seopress-tab.inside{padding:20px}#seopress-admin-tabs.ui-tabs{position:relative;padding:.2em;border:none;font-family:inherit;font-size:inherit}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:-1px .2em 0 0;padding:0;white-space:nowrap;border:none;background:0 0}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a{float:left;padding:.38em 1em .75rem;outline:0;border-bottom:2px solid #fff}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress-admin-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;border-bottom:2px solid #23282d;color:#23282d}#seopress-admin-tabs.ui-tabs .ui-tabs-nav li a,#seopress-admin-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#0073aa;text-decoration:none}#seopress-admin-tabs.ui-tabs-vertical{width:55em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress-admin-tabs.wrap{background:#fff;display:block;width:64rem;max-width:100%;margin:0 auto}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap{width:100%}}#seopress-admin-tabs .seopress-tab{width:100%;display:none}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}.seopress-dashboard-columns{display:flex;max-width:64rem;margin:0 auto;justify-content:space-between;flex-direction:row}.seopress-dashboard-column{align-self:flex-start;width:calc(50% - 12px);margin:0}@media only screen and (max-width:782px){.seopress-dashboard-columns{max-width:100%;flex-direction:column}.seopress-dashboard-column{width:100%}}#seopress-admin-tabs .ui-tabs-nav,.seopress-get-started{margin:0 auto 20px;max-width:64rem;padding:2rem;width:100%;border-radius:0 0 4px 4px}.seopress-get-started{background:#fff url(../img/bg-hero-started.svg) no-repeat 100% 50%/contain;position:relative}.seopress-get-started .inside{padding:2rem}.seopress-get-started .preheader{text-transform:uppercase;font-size:11px;font-weight:600;color:var(--paragraphColor)}.seopress-activity-panel-tabs{height:60px;display:flex;align-items:center}.seopress-activity-panel-tabs .btn{display:flex;flex-direction:column;justify-content:center;color:var(--color);height:60px;padding:10px 26px;border-bottom:3px solid transparent}.seopress-activity-panel-tabs .btn:hover{background:var(--backgroundSecondaryHover)}.seopress-activity-panel-tabs .btn.is-active{border-bottom:3px solid var(--backgroundPrimary);color:var(--colorDark)}.seopress-activity-panel-wrapper{height:calc(100vh - 92px);top:92px;background:var(--backgroundSecondaryHover);width:510px;transform:translateX(100%);transition-duration:.3s;transition-timing-function:ease-in-out;position:fixed;right:0;z-index:1000;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:782px){.seopress-activity-panel-wrapper{top:106px}}.seopress-activity-panel-wrapper.is-open{transform:none;box-shadow:0 12px 12px 0 rgb(85 93 102 / 30%)}.seopress-activity-panel-header{background:#e0e0e0;padding:16px 24px}.seopress-activity-panel-content{background:#fff;padding:16px 24px}.seopress-list-items,.seopress-list-items .seopress-item{margin:0}.seopress-list-items .seopress-item{border-bottom:1px solid var(--borderColorLight40)}.seopress-list-items .seopress-item:last-child{border-bottom:none}.seopress-list-items .seopress-item .seopress-item-inner{color:var(--primaryColor);text-decoration:none;padding:15px 20px;background:#fff;font-size:var(--fontSize);font-weight:700;width:100%}.seopress-option .has-action{display:flex;align-items:center}.seopress-list-items .seopress-item .seopress-item-inner.done{text-decoration:line-through}.seopress-list-items .seopress-item .seopress-item-inner:hover{background:var(--backgroundSecondaryHover)}.seopress-list-items .seopress-item-after,.seopress-list-items .seopress-item-before{margin:0 20px 0 10px;position:relative}.seopress-list-items .seopress-item-after::after,.seopress-list-items .seopress-item-before::before{content:"\f330";font-family:Dashicons;vertical-align:middle;font-size:20px;font-weight:400}.seopress-list-items .seopress-item-after{margin-left:auto;padding-left:20px;margin-right:0}.seopress-list-items .seopress-item-after::after{content:"\f345"}.seopress-list-items .seopress-item .seopress-item-title{margin:5px 0;color:var(--primaryColor)}.seopress-list-items .seopress-item .seopress-item-date{color:var(--paragraphColor);font-weight:400;margin:0}.seopress-list-items .seopress-item .seopress-item-content{color:var(--colorDark);font-weight:400;margin:0}.indexing-log,.seopress-list-items .seopress-item .seopress-item-inner.check{position:relative}.indexing-log::before,.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:"";width:32px;height:32px;font-size:24px;vertical-align:middle;border-radius:50px;color:#fff;margin-right:10px;display:inline-block;border:1px solid var(--borderColorLight);line-height:32px;text-align:center}.seopress-list-items .seopress-item .seopress-item-inner.check::before{content:attr(data-index);color:var(--primaryColor);font-size:16px;border-color:var(--primaryColor)}.indexing-log.indexing-done::before,.indexing-log.indexing-failed::before,.seopress-list-items .seopress-item .seopress-item-inner.done::before{background:var(--backgroundPrimary);border:none;content:"\f15e";font-family:Dashicons;color:#fff;font-size:24px}.seopress-list-items .seopress-item.is-active:first-child a{box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear}.seopress-list-items .seopress-item.is-active:first-child a::after{content:"";box-shadow:inset 5px 0 0 0 var(--primaryColor);transition:box-shadow .1s linear;background-color:var(--primaryColor);opacity:.1;position:absolute;width:100%;height:100%;left:0;top:0}.indexing-log.indexing-done::before{background:var(--colorSuccess)}.indexing-log.indexing-failed::before{background:var(--colorAlert);content:"\f335"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help;vertical-align:bottom;text-align:left;background:0 0;border:none;padding:0}.sp-tooltip .dashicons{color:var(--colorDark)}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;width:350px;right:-310px;padding:20px;top:25px;font-weight:400;box-shadow:0 3px 30px rgb(25 30 35 / 10%);border:1px solid var(--borderColorLight40);background:#fff;word-break:break-word;text-transform:none}.sp-tooltip .sp-tooltiptext::before{border:8px solid var(--borderColorLight40);top:-8px}.sp-tooltip .sp-tooltiptext::after{border:8px solid #fff;top:-6px}.sp-tooltip .sp-tooltiptext::after,.sp-tooltip .sp-tooltiptext::before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px;content:"";position:absolute;height:0;width:0;line-height:0;left:30px}.sp-tooltip:active .sp-tooltiptext,.sp-tooltip:focus .sp-tooltiptext,.sp-tooltip:hover .sp-tooltiptext{visibility:visible}.sp-tooltip .sp-tooltip-headings{font-size:18px;font-weight:600;margin-bottom:20px;display:block}.sp-tooltip .sp-tooltip-desc{margin-bottom:20px;display:block;border-bottom:1px solid var(--borderColorLight40);padding-bottom:20px;font-size:var(--fontSize);line-height:1.5}.sp-tooltip .sp-tooltip-code{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;display:block;word-break:break-all;color:var(--colorPre);font-size:11px}.analysis-score .sp-tooltip{vertical-align:middle;font-size:.75em}#seopress_content_analysis .wrap-insights-post .sp-tooltip *{font-weight:400}#seopress_content_analysis .wrap-insights-post .sp-tooltip-headings{font-weight:700}#seopress_content_analysis a{color:var(--backgroundPrimary)}#seopress_content_analysis a.nounderline,#seopress_content_analysis a.nounderline:hover{text-decoration:none}#seopress_content_analysis .wrap-seopress-analysis{display:inline-block;width:100%}#seopress_content_analysis .col-left{width:calc(50% - 30px);float:left;margin-right:30px}#seopress_content_analysis .col-right{float:right;width:50%}#seopress_content_analysis #seopress_suggestions{display:inline-block;width:100%;margin:0;height:auto;padding:20px 0;position:relative;left:-5px}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_content_analysis .analysis-score{clear:both;border-top:1px solid var(--borderColorCard);display:flex;justify-content:space-between;align-items:center}.column-seopress_score .analysis-score{display:flex;align-content:center}#seopress_content_analysis .analysis-score p,.column-seopress_score .analysis-score p{font-weight:700;font-size:1.2em}#seopress-ca-tabs .seopress-gsc-render{margin:1rem 0}#seopress-ca-tabs .dashicons{vertical-align:middle;margin-right:1rem}#seopress-ca-tabs .seopress-gsc-verdict .dashicons{font-size:30px;width:30px;height:30px}#seopress-ca-tabs .dashicons-yes-alt{color:var(--colorSuccess)}#seopress-ca-tabs .dashicons-info{color:var(--colorWarning)}#seopress-ca-tabs .dashicons-dismiss{color:var(--colorAlert)}#seopress-ca-tabs .seopress-gsc-analysis{margin-top:1rem;margin-bottom:1rem;display:inline-block;width:100%}#seopress-ca-tabs .seopress-gsc-cat{border-bottom:1px solid var(--borderColorCard);margin-bottom:.5rem;font-weight:700;padding-bottom:.5rem}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item{display:flex}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item-name{width:240px}#seopress-ca-tabs .seopress-gsc-analysis .seopress-gsc-item div{margin:.5rem 0}#seopress-ca-tabs .seopress-gsc-summary{display:block;padding:20px;margin:20px 0;top:0;left:0}#seopress-ca-tabs .seopress-gsc-verdict{font-weight:700;font-size:1.2em}#seopress_content_analysis .analysis-score svg,.column-seopress_score .analysis-score svg{display:inline-block;height:30px;width:30px;margin:0;border-radius:100%;position:relative;font-weight:600;shape-rendering:geometricprecision;font-size:.5rem;vertical-align:middle;margin-right:15px}.column-seopress_score .analysis-score p,.column-seopress_score .analysis-score svg{margin:0}@keyframes loadingPulse{0%{stroke:#adc5d2}50%{stroke:#00a0d2}100%{stroke:#adc5d2}}#seopress_content_analysis .analysis-score .loading #bar{stroke-dashoffset:0!important;stroke:#adc5d2!important;animation:loadingPulse 3s infinite ease-in-out}#seopress_content_analysis .analysis-score .good #bar,.column-seopress_score .analysis-score #bar.good{stroke:var(--colorSuccess)}#seopress_content_analysis .analysis-score .notgood #bar,.column-seopress_score .analysis-score #bar.notgood{stroke-dashoffset:101px;stroke:var(--colorWarning)}#seopress_content_analysis .analysis-score svg circle,.column-seopress_score .analysis-score svg circle{stroke-dashoffset:0;transition:stroke-dashoffset 1s linear;stroke:#ccc;stroke-width:2em}#tab_seopress_page_speed .ps-score svg path,#tab_seopress_ps .ps-score svg path{stroke-linecap:round;stroke-width:2.8;fill:none}#tab_seopress_page_speed .ps-score,#tab_seopress_ps .ps-score{position:relative;display:inline-block}#tab_seopress_page_speed .ps-score svg,#tab_seopress_ps .ps-score svg{width:80px;height:80px}#tab_seopress_page_speed .ps-score span,#tab_seopress_ps .ps-score span{font-weight:700;left:0;position:absolute;top:0;width:80px;height:80px;align-items:center;display:flex;justify-content:center;margin:0}#tab_seopress_page_speed .ps-score.green #bar,#tab_seopress_ps .ps-score.green #bar{stroke:var(--colorSuccess)}#tab_seopress_page_speed .ps-score.yellow #bar,#tab_seopress_ps .ps-score.yellow #bar{stroke:var(--colorWarning)}#tab_seopress_page_speed .ps-score.red #bar,#tab_seopress_ps .ps-score.red #bar{stroke:var(--colorAlert)}#tab_seopress_ps .score,.wrap-seopress-score .score{width:12px;height:12px;display:inline-block;margin-right:10px;vertical-align:middle}#tab_seopress_ps .score.red,.wrap-seopress-score .score.red{border-bottom-color:var(--colorAlert);border-bottom-style:solid;border-bottom-width:12px;border-left-color:transparent;border-left-style:solid;border-left-width:6px;border-right-color:transparent;border-right-style:solid;border-right-width:6px}.wrap-seopress-score small{font-size:12px}.wrap-seopress-score small.red,.wrap-seopress-score small.yellow{color:var(--colorAlert)}#tab_seopress_ps .score.yellow,.wrap-seopress-score .score.yellow{background-color:var(--colorWarning);display:inline-block}#tab_seopress_ps .score.green,.wrap-seopress-score .score.green{border-radius:100%;background-color:var(--colorSuccess)}.wrap-seopress-score small.green{color:var(--colorSuccess)}.wrap-seopress-score .score.null{background:#ccc;border-radius:100%}#seopress_content_analysis .gr-analysis{clear:both}#seopress_content_analysis .gr-analysis-title{border-top:1px solid var(--borderColorCard);position:relative}#seopress_content_analysis .gr-analysis-title .impact,#seopress_cpt .impact{position:absolute;left:10px;top:calc(50% - 5px);width:10px;height:10px;border-radius:50px;padding:0;margin:0;border:1px solid #fff}#seopress_content_analysis .gr-analysis .impact.good{background:var(--colorSuccess);box-shadow:0 0 5px var(--colorSuccess)}#seopress_content_analysis .gr-analysis .impact.low{background:var(--colorWarning);box-shadow:0 0 5px var(--colorWarning)}#seopress_content_analysis .gr-analysis .impact.medium{background:var(--colorLowAlert);box-shadow:0 0 5px var(--colorLowAlert)}#seopress_content_analysis .gr-analysis .impact.high,#seopress_cpt .impact.high{background:var(--colorAlert);box-shadow:0 0 5px var(--colorAlert)}#seopress_content_analysis .gr-analysis-content .impact.high{background:var(--colorAlert);box-shadow:none;color:#fff;padding:2px 4px;margin-left:5px;border-radius:4px;font-weight:700}#seopress_cpt .impact.high{position:relative;top:calc(50% - 18px);display:inline-block;left:inherit;right:-10px}#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{display:block;font-size:12px;color:var(--color)}@media only screen and (max-width:782px){#seopress_content_analysis .description,#seopress_cpt .description,#seopress_pro_cpt .description,.seopress-option .description{word-break:break-word}}#seopress_content_analysis input~span.description,#seopress_content_analysis span.description~input,#seopress_cpt input~span.description,#seopress_cpt span.description~input,#seopress_pro_cpt input~span.description,#seopress_pro_cpt span.description~input{margin-top:5px}#seopress_content_analysis .gr-analysis-title button{background:#fff;border:0;cursor:pointer;display:block;margin:0;position:relative;text-align:left;width:100%;padding:15px 30px;align-items:center;transition:all .3s linear}#seopress_content_analysis .gr-analysis-title button:hover{background:#f3f4f5}#seopress_content_analysis .gr-analysis-title button:focus{color:#191e23;border:none;box-shadow:none;outline-offset:-2px;outline:1px dotted #555d66}#seopress_content_analysis .gr-analysis-title button .seopress-arrow::after{content:"\f343";font-family:Dashicons;position:absolute;right:10px;top:calc(50% - 7px)}#seopress_content_analysis .gr-analysis-title button.open .seopress-arrow::after{content:"\f347"}#seopress_content_analysis .gr-analysis-content{padding:0 1rem .5rem 1rem;display:none;width:100%;border-top:1px solid var(--borderColorCard)}#seopress_content_analysis h3{margin:0;font-size:1em}#seopress_content_analysis h4{border-bottom:1px solid var(--borderColorCard);padding-bottom:.5rem;text-transform:uppercase;font-size:.85em;position:-webkit-sticky;position:sticky;top:0;background:#fff}#seopress_content_analysis .wrap-analysis-img ul{display:flex;flex-wrap:wrap}#seopress_content_analysis .wrap-analysis-img ul li{padding:0;text-align:left;cursor:default;user-select:auto}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid var(--borderColorLight);padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;border:1px solid var(--borderColorLight);cursor:default;padding:1px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress-analysis-tabs{clear:both}#seopress_content_analysis .dashicons-no-alt,#seopress_content_analysis .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:var(--colorSuccess);border-radius:50px;margin-right:10px}#seopress_content_analysis .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:var(--colorAlert)}#seopress-schemas-tabs .description-alt,#seopress_content_analysis .description-alt,#seopress_cpt .description-alt{padding:1em 0;border-top:1px solid var(--borderColorLight);border-bottom:1px solid var(--borderColorLight);display:flex}#seopress_cpt .desc-fb{margin-top:0;border-top:none}#seopress-schemas-tabs .description-alt svg,#seopress_content_analysis .description-alt svg,#seopress_cpt .description-alt svg{vertical-align:middle;align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}#seopress_cpt .notice{padding:10px 14px;margin:0}#seopress_cpt .inside{margin:0;padding:0}#seopress_cpt .ui-tabs .ui-tabs-nav{display:flex;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;align-items:center;padding:0;height:48px;border-bottom:1px solid #ddd;background:inherit;line-height:inherit;color:inherit;border-top:none;border-left:none;border-right:none}#seopress_cpt .ui-tabs .sp-section{font-weight:700;font-size:var(--fontSize)}#seopress_cpt .ui-helper-clearfix:after{content:none}.seopress_page_seopress-titles #seopress-tabs .form-table td,.seopress_page_seopress-titles #seopress_content_analysis .form-table td{padding:0}#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%}#seopress_content_analysis .dashicons-info,#seopress_cpt .ui-tabs .ui-tabs-panel .dashicons-info,#seopress_pro_cpt .dashicons-info{font-size:16px;vertical-align:middle;height:16px;width:16px}#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}body #seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:1.5px solid var(--backgroundPrimary)!important}#seopress_cpt .wp-color-result{margin:0}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content,#seopress_cpt #tabs-6>p{padding:0 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-content{padding:0 1.4em 1em}#seopress_cpt #tabs-6 #wrap-videos .video{border-top:1px solid var(--borderColorLight)}#seopress_cpt #tabs-6 #wrap-videos .video .accordion-section-title{border-left:none;border-right:none;font-size:1em;padding:1em 1.4em}#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-content,#seopress_cpt #tabs-6 #wrap-videos .video:last-child .accordion-section-title{border-bottom:1px solid var(--borderColorLight)}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:var(--colorAlert)}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt #tabs-3 .box-left{width:44%}#seopress_cpt #tabs-3 .box-right{width:54%}@media only screen and (max-width:1200px){#seopress_cpt .box-left,#seopress_cpt .box-right{float:none;width:100%;margin:0}}@media only screen and (max-width:1500px){#seopress_cpt #tabs-3 .box-left,#seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}}#edittag #seopress_cpt #tabs-3 .box-left,#edittag #seopress_cpt #tabs-3 .box-right{float:none;width:100%;margin:0}#seopress-tabs .seopress_media_upload,#seopress_pro_cpt .seopress_media_upload{margin-top:.5rem}#term-seopress #seopress_cpt{width:95%}#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;position:relative;padding:0;white-space:nowrap;margin:0;border:none;height:48px;background:0 0}#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:flex;padding:3px 15px;align-items:center;font-weight:500}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:0;padding-bottom:0}#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-loading a{font-weight:500}#seopress_cpt .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;color:#191e23;text-decoration:none;height:48px}#seopress_cpt .ui-tabs .ui-tabs-nav li a:focus,#seopress_cpt .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a:focus{outline:3px solid transparent;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary),inset 0 -3px 0 0 var(--backgroundPrimary)}#seopress_cpt .ui-tabs-vertical{width:55em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav{padding:.2em .1em .2em .2em;float:left;width:12em}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li{clear:left;width:100%;border-bottom-width:1px!important;border-right-width:0!important;margin:0 -1px .2em 0}#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{padding-bottom:0;padding-right:.1em;border-right-width:1px}#seopress_cpt .ui-tabs-vertical .ui-tabs-panel{padding:1em;float:right;width:40em}#seopress_cpt .ui-tabs .ui-tabs-nav li a:hover{color:var(--primaryColor)}#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet{margin:0 0 10px 0;box-shadow:0 0 0 1px #ebedef;padding:12px 16px;border-bottom:4px solid #f1f3f4;border-top:4px solid #f1f3f4}#seopress_cpt .google-snippet-preview>p{word-break:normal}#seopress_cpt .google-snippet-preview .snippet-title,#seopress_cpt .google-snippet-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview .snippet-title-default{color:#1a0dab;font-size:20px;font-weight:400;line-height:26px;margin-bottom:3px;padding-top:5px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-title-default{color:#1558d6;padding-top:0}#seopress_cpt .google-snippet-preview .snippet-permalink{font-size:14px;font-style:normal;font-weight:400;line-height:18.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet-mobile{display:flex;justify-content:space-between}#seopress_cpt .google-snippet-preview .snippet-sitename,#seopress_cpt .google-snippet-preview .wrap-post-thumb,#seopress_cpt .google-snippet-preview .wrap-snippet .wrap-m-icon-permalink .snippet-favicon,#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb:empty{display:none}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-post-thumb:not(:empty){margin-left:16px;display:block}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-post-thumb{width:104px;max-width:inherit;height:104px;border-radius:8px;object-fit:cover}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:11px;display:flex}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-m-icon-permalink .snippet-permalink{display:block;color:#202124;font-size:12px}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon{margin-right:12px;background-color:#f1f3f4;border-radius:50%;border:1px solid #ecedef;-webkit-text-size-adjust:none;display:block;padding:4px;width:28px;height:28px;text-align:center}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-favicon img{width:18px;height:18px;max-width:inherit}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-sitename{color:#202124;font-family:Google Sans,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;letter-spacing:.1px;font-size:14px;line-height:20px;white-space:nowrap;display:block}#seopress_cpt .google-snippet-preview.mobile-preview .wrap-snippet .snippet-permalink:first-child{color:#4d5156;white-space:nowrap;font-size:12px;display:block}#seopress_cpt .google-snippet-preview .snippet-description,#seopress_cpt .google-snippet-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview .snippet-description-default{color:#4d5156;font-size:14px;font-weight:400;line-height:22px;display:inline;hyphens:none;word-break:normal}#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-custom,#seopress_cpt .google-snippet-preview.mobile-preview .snippet-description-default{color:#4d5156;font-size:14px;line-height:20px}#seopress_cpt .google-snippet-preview .snippet-date{color:#70757a;display:inline}#seopress_cpt .facebook-snippet-box{color:#4b4f56;font-size:14px;width:524px;max-width:100%}#seopress_cpt .facebook-snippet-box .notice,#seopress_cpt .twitter-snippet-box .notice{padding:10px 14px;margin:0 0 10px 0;width:100%}#seopress_cpt .facebook-snippet-box .notice span,#seopress_cpt .twitter-snippet-box .notice span{font-weight:700}#seopress_cpt .snippet-meta{display:flex;overflow:hidden;max-height:12px}#seopress_cpt .fb-by,#seopress_cpt .snippet-fb-site-name,#seopress_cpt .snippet-fb-url{color:#606770;font-size:12px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .fb-sep{padding-left:5px;padding-right:5px;color:#606770;line-height:11px;font-size:12px}#seopress_cpt .facebook-snippet-box .facebook-snippet-text{border:1px solid #dadde1;background-color:#f2f3f5;padding:10px 12px}#seopress_cpt .facebook-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .facebook-snippet-box .snippet-fb-title,#seopress_cpt .facebook-snippet-box .snippet-fb-title-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-title-default{font-size:16px;line-height:20px;margin:3px 0 0;padding-top:2px;color:#1d2129;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word;max-height:22px}#seopress_cpt .facebook-snippet-box .snippet-fb-description,#seopress_cpt .facebook-snippet-box .snippet-fb-description-custom,#seopress_cpt .facebook-snippet-box .snippet-fb-description-default{color:#606770;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .facebook-snippet-box img{display:block;height:274px;width:524px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.term-php #seopress_cpt .facebook-snippet-box img,.term-php #seopress_cpt .twitter-snippet-box img{width:100%;height:auto}.seopress_social_fb_img_upload,.seopress_social_twitter_img_upload{position:absolute;width:100%;cursor:pointer;height:100%;left:0;top:0}.seopress_social_fb_img_upload:hover::after,.seopress_social_twitter_img_upload:hover::after{content:"\f464";position:absolute;font-family:Dashicons;width:100%;height:100%;top:0;left:0;font-size:40px;background:rgb(255 255 255 / 70%);display:flex;justify-content:center;align-items:center;color:#1e1e1e}.snippet-fb-img,.snippet-fb-img-custom,.snippet-fb-img-default,.snippet-twitter-img,.snippet-twitter-img-custom,.snippet-twitter-img-default{position:relative}#seopress_cpt .twitter-snippet-box{color:#4b4f56;font-size:14px;width:504px;max-width:100%}#seopress_cpt .snippet-twitter-url{color:#8899a6;font-size:14px;white-space:normal;line-height:11px;text-transform:uppercase;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis}#seopress_cpt .twitter-snippet-box .twitter-snippet-text{border:1px solid #dadde1;background-color:#fff;padding:10px 12px;border-radius:0 0 10px 10px}#seopress_cpt .twitter-snippet-box .title-desc{max-height:46px;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-img,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-img-default{border-radius:10px 10px 0 0;overflow:hidden}#seopress_cpt .twitter-snippet-box .snippet-twitter-title,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-title-default{font-size:1em;line-height:20px;margin-bottom:5px;max-height:1.3em;color:#000;font-weight:700;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;word-break:break-word}#seopress_cpt .twitter-snippet-box .snippet-twitter-description,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-custom,#seopress_cpt .twitter-snippet-box .snippet-twitter-description-default{color:#000;font-size:14px;line-height:20px;word-break:break-word;font-family:Helvetica,Arial,sans-serif;max-height:80px;overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;white-space:normal;width:100%}#seopress_cpt .twitter-snippet-box img{display:block;height:263px;width:504px;object-fit:cover;background-color:#f0f0f0;text-align:center;border-bottom:none}.wrap-toggle-preview{position:relative}.wrap-toggle-preview p{font-weight:700;margin:0 0 1rem 0}#seopress_add_to_insights{margin-left:1rem}#seopress_add_to_insights_status{display:inline-block;font-weight:700;margin:0 0 0 1rem;vertical-align:middle;padding:.3rem;font-style:italic}.seo_page_seopress-instant-indexing .wrap-sp-progress{max-width:35rem}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters,.seopress-setup .wrap-seopress-counters,.seopress-styles .wrap-seopress-counters{text-align:right;background:#e9ecef;padding:2px 5px;display:flex;font-size:12px;justify-content:flex-end;border-radius:0 0 .25rem .25rem}#seopress_cpt .sp-progress,#seopress_pro_cpt .sp-progress,.seopress-setup .sp-progress,.seopress-styles .sp-progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem .25rem 0 0;margin:-15px 0 0 0}#seopress_cpt .sp-progress-bar,#seopress_pro_cpt .sp-progress-bar,.seopress-setup .sp-progress-bar,.seopress-styles .sp-progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0085ba;transition:width .6s ease}#seopress_cpt #seopress_titles_desc_counters,#seopress_cpt #seopress_titles_title_counters,#seopress_pro_cpt #seopress_rich_snippets_articles_counters,#seopress_pro_cpt #seopress_rich_snippets_courses_counters{display:inline;margin-right:5px}#seopress_cpt #seopress_titles_desc_counters_val,#seopress_cpt #seopress_titles_title_counters_val,#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val{display:inline;font-weight:700}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}.seopress-styles .seopress-option{margin:85px 40px 40px}.seopress-styles .seopress-margin{margin:85px 40px 40px}.seopress-styles .seopress-option.nav-tab-wrapper,.seopress-styles .seopress-option.seopress-tab{margin:0}@media only screen and (max-width:782px){.seopress-styles .seopress-option{margin:85px 22px 22px}}.seopress-setup .seopress-option h1,.seopress-styles .seopress-option h1{font-size:var(--titleFontSize);color:var(--titleColor);font-weight:var(--titleFontWeight);margin:var(--titleMargin);display:flex;justify-content:space-between}.seopress-setup .seopress-option h1{margin-bottom:30px}.seopress_wrap_archive_cpt,.seopress_wrap_single_cpt,.seopress_wrap_single_tax,.seopress_wrap_tax{margin:0 0 20px 0}#tab_seopress_titles_archives .form-table th:empty,#tab_seopress_titles_single .form-table th:empty,#tab_seopress_titles_tax .form-table th:empty{display:none}.seopress-styles .seopress-option .link-archive{font-size:var(--fontSize)}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .seopress-option .submit{padding:20px 0 20px 0;left:0;margin:0;position:sticky;bottom:0;z-index:100;display:inline-block}@media only screen and (max-width:782px){.seopress-styles .seopress-option .submit{position:relative}}.seopress-styles .seopress-option .seopress-tab .submit{display:block;position:relative}.seopress-styles #wpcontent{padding-left:0}.seopress-styles pre{font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:10px;display:inline-block;background-color:var(--backgroundSecondaryHover);border-radius:3px;color:var(--colorDark);font-size:var(--fontSize);word-break:break-all;white-space:pre-line}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;max-width:64rem;margin:0 auto}.wrap-seopress-tab-content .seopress-tools-card{padding:16px 25px}#seopress-tabs .seopress-tab{padding:10px 1.5rem;width:100%;display:none}#seopress-tabs.full-width .seopress-tab{width:100%}@media only screen and (max-width:1024px){#seopress-tabs .seopress-tab{width:100%}}#seopress-tabs .seopress-tab.active{display:inline-block;background:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tab.active{width:100%;border-left:none;border-top:1px solid RGB(238,238,238)}}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option .wp-picker-container button{box-shadow:none;border:1px solid #0071a1;border-radius:3px;background:#f3f5f6;text-transform:none}.seopress-option .wp-picker-container input[type=text].wp-color-picker{min-width:inherit}.seopress-option .wp-picker-container .wp-picker-default{margin:0}.seopress-option .wp-picker-container .wp-picker-clear{box-shadow:none;text-transform:none;border-radius:0;background:0 0;margin:0}.seopress-option .wp-picker-container .wp-picker-clear:hover{background:0 0;text-decoration:currentColor;color:inherit}.seopress-inbox-title p{font-size:20px;color:var(--titleColor);margin:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}.seopress-intro{padding:20px}.seopress-option .seopress-table{background:#fff;border:1px solid var(--borderColorLight)}.seopress-option .seopress-table th{padding:15px 10px;vertical-align:middle}.wp-admin-ui_page_seopress-roles .seopress-option .seopress-table th{min-width:200px}.seopress-option .seopress-table .seopress-settings-section{background:#f1f1f1}.seopress-option .seopress-table .seopress-table-head .seopress-feature{border-bottom:1px solid var(--borderColorLight);font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:11px;font-weight:400}@media only screen and (max-width:782px){#seopress-content .feature-state,.seopress-option .feature-state{display:none}}.seopress-option #tab_seopress_titles_archives h3,.seopress-option #tab_seopress_titles_single h3,.seopress-option #tab_seopress_titles_tax h3{margin:2em 0 1em 0;border-top:1px solid var(--borderColorLight);padding:1em 0 0 0}.seopress-option #tab_seopress_titles_archives h3:first-child,.seopress-option #tab_seopress_titles_single h3:first-child,.seopress-option #tab_seopress_titles_tax h3:first-child{margin:0 0 1em 0}.seopress-option #tab_seopress_titles_archives h3 div,.seopress-option #tab_seopress_titles_single h3 div,.seopress-option #tab_seopress_titles_tax h3 div{display:inline}#seopress-content .feature-state-on,#seopress-content .feature-state.feature-state-on,.seopress-option .feature-state-on,.seopress-option .feature-state.feature-state-on{display:inline-block}#seopress-content .feature-state-off,.seopress-option .feature-state-off{display:none}.seopress-option .postbox .inside li{list-style:square inside;padding-left:5px}#tab_seopress_page_speed .inside li{list-style:none;padding-left:0;word-break:break-word}.seopress-option .log{display:none;font-weight:700}.seopress-option input[type=text].seopress-admin-menu-input{min-width:inherit;width:100%}.seopress_page_seopress-import-export .postbox{width:calc(100% - 20px)}#seopress_cpt #seopress_titles_title_meta{margin-bottom:.2rem}.seopress-option .section-tool{border:none;box-shadow:none;background:0 0;position:relative}.seopress-option .section-tool::after{content:"";background:#dedede;height:1px;width:100%;display:block}.seopress-option .section-tool:last-child{margin-bottom:0}.seopress-option .section-tool:last-child::after{content:none}.seopress-option .section-tool .inside{padding-left:0;padding-right:0}.seopress-option .sp-section-header{width:100%;display:flex;position:relative;align-items:center}.seopress-option .sp-section-header h2{font-size:1.5em;margin:20px 0}.seopress-option .sp-section-header>.dashicons{color:var(--primaryColor);padding:10px;border-radius:6px;margin-right:10px;background:#c4f0ff}.seopress-option .sp-section-header .wrap-toggle-checkboxes{display:flex}.seopress-notice{margin:5px 0 35px 15px;position:relative;top:75px;left:25px;background:rgb(0 124 186 / 10%);border-left:4px solid var(--primaryColor);padding:8px 12px;width:calc(100% - 108px);z-index:10}#seopress-ca-tabs .seopress-notice,#seopress-tabs .seopress-notice,#seopress_insights_dashboard_rankings_widget .seopress-notice,#seopress_pro_cpt .seopress-notice,.seopress-setup .seopress-notice{top:inherit;left:inherit;margin:15px 0 30px 0;width:auto}.seopress-hidden{display:none}.seopress-notice pre{background:#fff}.seopress-notice.is-success{border-left-color:var(--colorSuccess);background:#eff9f1}.seopress-notice.is-warning{border-left-color:#f0b849;background:#fef8ee}.seopress-notice.is-error{border-left-color:#cc1818;background:rgb(244 162 162 / 30%)}#seopress-tabs .seopress-notice.is-inline,.seopress-setup .seopress-notice.is-inline{margin-bottom:0;width:fit-content}#seopress-tabs.wrap{margin:30px 0 0 0}#seopress-notifications-center .seopress-alert ul,#seopress-tabs.wrap ul{list-style:square inside;padding-left:5px;display:inline-block;max-width:35rem;width:100%}.post-type-seopress_404 .seopress-BlankState-message::before,.post-type-seopress_schemas .seopress-BlankState-message::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"\f103"}.post-type-seopress_schemas .seopress-BlankState-message::before{content:"\f495"}.seopress-BlankState{text-align:center;padding:5em 0 0}.seopress-BlankState .seopress-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.seopress-BlankState .seopress-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.seopress-BlankState .seopress-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;margin:0 .25em}.seopress-BlankState{max-width:764px;text-align:center;margin:auto}.seopress-BlankState .seopress-BlankState-message{color:var(--titleColor);font-size:1.5em;margin:0 auto 1em}.seopress-BlankState .seopress-BlankState-message::before{font-size:120px}.seopress-BlankState .seopress-BlankState-buttons{margin-bottom:4em}#seopress_content_analysis .up,#seopress_content_analysis .up .dashicons{color:var(--colorSuccess)}#seopress_content_analysis .down,#seopress_content_analysis .down .dashicons{color:var(--colorAlert)}#seopress_content_analysis .up .dashicons{transform:rotateZ(45deg)}#seopress_content_analysis .stable .dashicons{transform:rotateZ(90deg)}#seopress_content_analysis .down .dashicons{transform:rotateZ(135deg)}#seopress_content_analysis .wrap-insights-post{clear:both;border-top:1px solid var(--borderColorCard);display:flex;align-items:center}#seopress_content_analysis .wrap-insights-post .widget-insights-title{margin:0 1rem}#seopress_content_analysis .wrap-insights-post span{font-weight:700;margin:0 .2rem 0 0}.wrap-user-roles{display:grid;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:782px){.wrap-user-roles{display:block}}#notice-insights-alert.is-active,#seopress-news-panel.is-active,#seopress-notifications-center.is-active{display:block!important}#seopress-notifications-center .seopress-alert{padding:16px 25px;position:relative;transition:all 150ms ease;justify-content:space-between;margin-bottom:20px}#seopress-notifications-center .seopress-alert:last-child{margin-bottom:0;border-bottom:none}#seopress-notifications-center .dashicons{display:flex;align-self:normal;width:30px;height:30px;color:var(--colorIcon);font-size:30px;margin:0 0 10px 0}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0;border-radius:0;width:100%}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none;margin:0 0 0 .3rem}#seopress-notice a .tooltip{white-space:pre;z-index:200;padding:2px 5px;font-weight:500;font-size:12px;color:#aab7c4;background:#fff;box-shadow:0 1px 2px 0 rgba(49,49,93,.1),0 0 1px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;opacity:0;top:30px;transition:opacity .2s ease;visibility:hidden;line-height:20px;left:-100%;overflow:hidden}#seopress-notice a:hover .tooltip{opacity:1;visibility:visible}.seopress-page-list{margin:1.5rem auto}.post-type-seopress_404 .seopress-notice,.post-type-seopress_bot .seopress-notice,.post-type-seopress_schemas .seopress-notice{left:0;top:40px;margin:0 0 50px;width:calc(100% - 48px)}.seopress-search{position:relative;padding:20px}.seopress-search::before{content:"\f179";font-family:Dashicons;position:absolute;top:35px;left:30px;font-size:20px}.seopress-search input{padding-left:40px}.seopress-item-toggle-options{position:relative;cursor:pointer;padding:5px 10px;border:1px solid var(--borderColor);border-radius:3px;transform:rotate(90deg);display:inline-block}.seopress-item-toggle-options::before{content:"\f11c";font-family:Dashicons;font-size:18px;vertical-align:middle}.seopress-card{background:#fff;border:1px solid var(--borderColorCard);border-radius:3px;position:relative}.seopress-option .seopress-card-actions a+button{margin-left:.5em}.seopress-card-title{border-bottom:1px solid var(--borderColorCard);padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.seopress-dashboard-columns .seopress-dashboard-column:last-child .seopress-card-title:hover{cursor:move}.seopress-card-title h2{margin:0}.seopress-cart-list{border-bottom:1px solid var(--borderColorCard);padding:0 0 0 24px;display:flex;align-items:center;text-decoration:none;color:var(--primaryColor);font-weight:700;line-height:20px}.seopress-cart-list *{text-decoration:none}.seopress-cart-list a{display:block;width:100%;padding:18px 24px 18px 0}.seopress-cart-list:last-child{border-bottom:none}.seopress-cart-list:active,.seopress-cart-list:focus,.seopress-cart-list:hover{background:var(--backgroundSecondaryHover)}body .seopress-cart-list h3{font-size:var(--fontSize);color:var(--primaryColor);font-weight:700;margin:0}.seopress-cart-list p{color:var(--titleColor);font-weight:400;margin:0;font-size:12px;line-height:20px}.seopress-card-footer{padding:10px 20px;border-top:1px solid var(--borderColorLight40)}.seopress-card-popover{display:none;background:#fff;border:1px solid var(--borderColor);padding:20px;position:absolute;top:55px;overflow-y:auto;right:28px;z-index:20}.seopress-card-popover.is-open{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-button,.seopress-option .tag-title{cursor:pointer;font-weight:500;border-radius:4px;transition:all .3s linear}#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-flex;width:100%;margin:10px 0}.seopress-option .wrap-tags{flex-wrap:wrap}.seopress-option .wrap-tags button{margin-bottom:10px}@media only screen and (max-width:782px){#seopress_cpt .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{flex-wrap:wrap}}#seopress-tabs .sp-wrap-tag-variables-list,#seopress_cpt .sp-wrap-tag-variables-list,#seopress_pro_cpt .sp-wrap-tag-variables-list{position:relative;float:left;display:none}#seopress-tabs.wrap .sp-tag-variables-list,#seopress_cpt .sp-tag-variables-list,#seopress_pro_cpt .sp-tag-variables-list{position:absolute;left:-48px;width:300px;z-index:100;top:20px;color:var(--titleColor);height:300px;z-index:100;overflow:auto;background:#fff;border:1px solid var(--borderColorLight);box-shadow:0 2px 6px rgb(0 0 0 / 5%);border-radius:2px;list-style:none;padding:0}#seopress-tabs .sp-wrap-tag-variables-list.open,#seopress_cpt .sp-wrap-tag-variables-list.open,#seopress_pro_cpt .sp-wrap-tag-variables-list.open{display:block}#seopress-tabs .seopress-tag-single-all.tag-description .dashicons,#seopress-tabs .seopress-tag-single-all.tag-title .dashicons,#seopress_cpt .seopress-tag-single-all.seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-single-all.tag-title .dashicons,#seopress_pro_cpt .seopress-tag-single-all.tag-title .dashicons{margin:0;transition:all 150ms linear}#seopress-tabs .seopress-tag-single-all.open .dashicons,#seopress_cpt .seopress-tag-single-all.open .dashicons,#seopress_pro_cpt .seopress-tag-single-all.open .dashicons{transform:rotateX(180deg)}#seopress-tabs.wrap .sp-tag-variables-list li,#seopress_cpt .sp-tag-variables-list li,#seopress_pro_cpt .sp-tag-variables-list li{padding:8px 12px;cursor:pointer;margin:0;border-bottom:1px solid var(--borderColorLight40)}#seopress-tabs .sp-tag-variables-list li span,#seopress_cpt .sp-tag-variables-list li span,#seopress_pro_cpt .sp-tag-variables-list li span{display:block;font-weight:700;font-size:12px;margin-bottom:2px}#seopress-tabs.wrap .sp-tag-variables-list li:hover,#seopress_cpt .sp-tag-variables-list li:hover,#seopress_pro_cpt .sp-tag-variables-list li:hover{background:var(--backgroundPrimaryHover);color:#fff;border-bottom-color:#fff}#seopress-tabs.wrap .sp-tag-variables-list li::after,#seopress_cpt .sp-tag-variables-list li::after,#seopress_pro_cpt .sp-tag-variables-list li::after{content:attr(data-value);display:inline-block;background:#e9ecef;padding:1px 5px;color:#333;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;border-radius:3px;font-size:11px}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons,#seopress_cpt .seopress-tag-dropdown .dashicons,#seopress_cpt .tag-title .dashicons,#seopress_pro_cpt .tag-title .dashicons,.seopress-option .tag-title .dashicons{padding:0;height:16px;width:16px;font-size:16px;margin-right:5px;color:var(--primaryColor);vertical-align:middle}#seopress-tabs.wrap .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .seopress-tag-dropdown:hover .dashicons,#seopress_cpt .tag-title:hover .dashicons,#seopress_pro_cpt .tag-title:hover .dashicons,.seopress-option .tag-title:hover .dashicons{color:#fff}#seopress-tabs.wrap .seopress-tag-dropdown .dashicons{margin:0}.seopress-overlay-tag-dropdown{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:50}.seopress-overlay-tag-dropdown.active{display:block}#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:5px 12px;font-size:10px;user-select:none;margin:0 5px 0 0;display:inline-flex;text-transform:uppercase;align-items:center;color:var(--primaryColor)}#seopress-tabs .seopress-tag-dropdown:focus,#seopress-tabs .seopress-tag-dropdown:hover,#seopress_cpt .seopress-tag-dropdown:focus,#seopress_cpt .seopress-tag-dropdown:hover,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{box-shadow:0 0 var(--wp-admin-border-width-focus) var(--backgroundPrimary);background:var(--backgroundPrimaryHover);color:#fff}@media only screen and (max-width:782px){#seopress-tabs .seopress-tag-dropdown,#seopress_cpt .seopress-tag-dropdown,#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{margin-bottom:10px}}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid var(--borderColorLight)}#seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span{font-weight:700}#seopress-content #seopress-reverse-url{width:100%;margin:10px 0}#seopress-content .widget-reverse p{margin:0}.seopress-styles #screen-meta{position:relative;top:60px}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:fixed;top:32px;z-index:2000;right:40px}@media only screen and (max-width:782px){.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:60px}}#seopress-content input.toggle,#seopress_cpt input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0;position:relative}.seopress-feature input.toggle{display:block}#seopress_cpt input.toggle,.seopress_wrap_single_cpt input.toggle,.seopress_wrap_tax input.toggle{margin:0;border:none;min-width:0}#seopress-content input.toggle+label,#seopress_cpt #tabs-1 input.toggle+label,.seopress-option input.toggle+label{display:inline-block;position:relative;box-shadow:inset 0 0 0 1px #d5d5d5;text-indent:-5000px;height:20px;width:40px;border-radius:15px;margin:0 10px 0 0}#seopress-content input.toggle+label{margin:0;left:-20px}#seopress_cpt #tabs-1 input.toggle+label{margin:0}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,#seopress_cpt input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:20px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);transition:.25s ease-in-out}#seopress-content input.toggle+label:after,#seopress_cpt input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:20px;width:20px;top:0;left:0;border-radius:15px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);transition:.25s ease-in-out}#seopress_cpt input.toggle+label,#seopress_cpt input.toggle+label:before,.seopress_wrap_single_cpt input.toggle+label,.seopress_wrap_single_cpt input.toggle+label:before,.seopress_wrap_tax input.toggle+label,.seopress_wrap_tax input.toggle+label:before{width:40px;height:20px}#seopress_cpt input.toggle+label:after,.seopress_wrap_single_cpt input.toggle+label:after,.seopress_wrap_tax input.toggle+label:after{width:20px;height:20px}#seopress-content input.toggle[data-toggle="1"]+label:before,#seopress_cpt input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before{width:40px;background:var(--backgroundPrimary)}#seopress-content input.toggle[data-toggle="1"]+label:after,#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after{left:20px;box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after{box-shadow:inset 0 0 0 1px var(--backgroundPrimary),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative;display:block;max-width:64rem}@media only screen and (max-width:782px){#seopress-content .seopress-page-list{grid-template-columns:repeat(1,1fr)}}.seopress-setup .wrap,.seopress-styles .wrap{margin:0;display:flex;position:relative}.toplevel_page_seopress-option.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}@media only screen and (max-width:782px){.seopress-setup .wrap,.seopress-styles .wrap{display:inherit;position:inherit;margin:inherit}}.seopress-option .wrap div.nav-tab-wrapper,.seopress-styles .seopress-option.nav-tab-wrapper{margin:0;padding:0;line-height:inherit;width:15%;z-index:10;font-weight:400;display:block;border-bottom:none}@media only screen and (max-width:782px){.seopress-option .wrap div.nav-tab-wrapper,.seopress-styles .seopress-option.nav-tab-wrapper{width:100%;margin:0 0 20px 0;padding:0}}#seopress-admin-tabs.wrap div.nav-tab-wrapper{background:#fff;margin:0 auto;max-width:64rem;width:100%;border-bottom:1px solid var(--borderColorCard);padding:0;line-height:inherit;position:sticky;z-index:10;top:92px;border-radius:4px 4px 0 0;font-weight:400;overflow:hidden;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:600px){#seopress-admin-tabs.wrap div.nav-tab-wrapper,.seopress-styles .seopress-option.nav-tab-wrapper{top:0;display:block}}@media only screen and (max-width:1024px){#seopress-admin-tabs.wrap div.nav-tab-wrapper,.seopress-styles .seopress-option.nav-tab-wrapper{display:block}}.seopress-option .nav-tab{border:0;background:0 0;opacity:.5;padding:6px 30px 6px 10px;transition:opacity .3s linear;color:var(--titleColor);margin:0;float:none;display:inline-block;width:100%;text-align:left;font-weight:400;white-space:normal;line-height:1.71428571;font-size:14px;text-decoration:none}#seopress-admin-tabs .nav-tab{background:0 0;opacity:.5;padding:14px 20px;transition:opacity .3s linear;margin:0;float:none;display:inline-block;font-weight:400}#seopress-admin-tabs .nav-tab{width:100%}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus,.nav-tab-active:focus,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:focus:active,.seopress-option .nav-tab-active:hover,.seopress-option .nav-tab:focus{opacity:1;outline:0;font-weight:600;position:relative;border-left:3px solid var(--backgroundPrimary)}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:focus,#seopress-admin-tabs .nav-tab-active:focus:active,#seopress-admin-tabs .nav-tab-active:hover,#seopress-admin-tabs .nav-tab:focus{border-bottom:4px solid var(--backgroundPrimary);border-left:none}#seopress-admin-tabs .nav-tab:hover,.seopress-option .nav-tab:hover{opacity:1}#seopress-admin-tabs .nav-tab:focus,.seopress-option .nav-tab:focus{outline:0;box-shadow:none}@keyframes sp-fade-in-out{0%{opacity:0;bottom:0;visibility:hidden}25%{opacity:1;bottom:40px;visibility:visible}75%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}.sp-components-snackbar-list{position:fixed;right:0;bottom:40px;padding-left:16px;padding-right:16px;animation-name:sp-fade-in-out;animation-duration:5s;animation-iteration-count:1;animation-fill-mode:forwards;visibility:hidden;z-index:1}.sp-components-snackbar__content{display:flex;align-items:center;justify-content:space-between;line-height:1.4}.sp-components-snackbar{font-family:var(--fontFamily);font-size:var(--fontSize);background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;cursor:pointer}.sp-components-snackbar .dashicons{color:#fff}
|
Binary file
|
@@ -1,12 +0,0 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?>
|
2 |
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
3 |
-
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
-
<metadata>Copyright (C) 2019 by original authors @ fontello.com</metadata>
|
5 |
-
<defs>
|
6 |
-
<font id="fontello" horiz-adv-x="1000" >
|
7 |
-
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
8 |
-
<missing-glyph horiz-adv-x="1000" />
|
9 |
-
<glyph glyph-name="seopress-seopress" unicode="" d="M612-30h-552a60 60 0 0 1 0-119h552a60 60 0 0 1 0 119m-552 761h552a60 60 0 0 1 0 119h-552a60 60 0 0 1 0-119m1176 119a499 499 0 0 1-496-441h-680a60 60 0 0 1 0-119h680a499 499 0 1 1 496 560m0-877a377 377 0 1 0 377 377 378 378 0 0 0-377-378" horiz-adv-x="1735" />
|
10 |
-
</font>
|
11 |
-
</defs>
|
12 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binary file
|
Binary file
|
Binary file
|
@@ -2,34 +2,32 @@
|
|
2 |
let editor = null;
|
3 |
const inputs = {};
|
4 |
const getLink = () => editor ? editor.$('a[data-wplink-edit="true"]') : null;
|
5 |
-
|
6 |
$(document).on('wplink-open', function (event, wrap) {
|
|
|
7 |
|
8 |
if (!inputs.sponsored) {
|
9 |
$('#link-options').append(
|
10 |
`<div class="link-sponsored">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<label><span></span>
|
12 |
-
<input type="checkbox" id="wp-link-
|
13 |
</div>`
|
14 |
);
|
15 |
}
|
16 |
-
if (
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
);
|
24 |
-
}
|
25 |
-
if (!inputs.ugc) {
|
26 |
-
$('#link-options').append(
|
27 |
-
`<div class="link-ugc">
|
28 |
-
<label><span></span>
|
29 |
-
<input type="checkbox" id="wp-link-ugc" />${seopressI18n.ugc}</label>
|
30 |
-
</div>`
|
31 |
-
);
|
32 |
-
}
|
33 |
}
|
34 |
|
35 |
inputs.sponsored = $('#wp-link-sponsored');
|
@@ -42,42 +40,43 @@
|
|
42 |
const ed = window.tinymce.get(window.wpActiveEditor);
|
43 |
editor = ed && !ed.isHidden() ? ed : null;
|
44 |
const linkNode = getLink();
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
48 |
}
|
49 |
-
});
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
const attrs = {
|
55 |
-
href: inputs.url.val().trim(),
|
56 |
-
target: inputs.openInNewTab.prop('checked') ? '_blank' : null,
|
57 |
-
}
|
58 |
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
attrs.rel = rel ? rel : null;
|
64 |
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
67 |
|
68 |
-
|
69 |
-
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
html += ' target="' + attrs.target + '"';
|
74 |
-
rel += 'noopener ';
|
75 |
-
}
|
76 |
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
79 |
|
80 |
-
|
81 |
-
|
82 |
|
|
|
|
|
|
|
83 |
})(jQuery, window.wpLinkL10n, window.wp);
|
2 |
let editor = null;
|
3 |
const inputs = {};
|
4 |
const getLink = () => editor ? editor.$('a[data-wplink-edit="true"]') : null;
|
|
|
5 |
$(document).on('wplink-open', function (event, wrap) {
|
6 |
+
if (!wpLink.isMCE()) return;
|
7 |
|
8 |
if (!inputs.sponsored) {
|
9 |
$('#link-options').append(
|
10 |
`<div class="link-sponsored">
|
11 |
+
<label><span></span>
|
12 |
+
<input type="checkbox" id="wp-link-sponsored" />${seopressI18n.sponsored}</label>
|
13 |
+
</div>`
|
14 |
+
);
|
15 |
+
}
|
16 |
+
if (!inputs.nofollow) {
|
17 |
+
$('#link-options').append(
|
18 |
+
`<div class="link-no-follow">
|
19 |
<label><span></span>
|
20 |
+
<input type="checkbox" id="wp-link-no-follow" />${seopressI18n.nofollow}</label>
|
21 |
</div>`
|
22 |
);
|
23 |
}
|
24 |
+
if (!inputs.ugc) {
|
25 |
+
$('#link-options').append(
|
26 |
+
`<div class="link-ugc">
|
27 |
+
<label><span></span>
|
28 |
+
<input type="checkbox" id="wp-link-ugc" />${seopressI18n.ugc}</label>
|
29 |
+
</div>`
|
30 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
|
33 |
inputs.sponsored = $('#wp-link-sponsored');
|
40 |
const ed = window.tinymce.get(window.wpActiveEditor);
|
41 |
editor = ed && !ed.isHidden() ? ed : null;
|
42 |
const linkNode = getLink();
|
43 |
+
if (linkNode) {
|
44 |
+
inputs.sponsored.prop('checked', linkNode.attr('rel')?.includes('sponsored'));
|
45 |
+
inputs.nofollow.prop('checked', linkNode.attr('rel')?.includes('nofollow'));
|
46 |
+
inputs.ugc.prop('checked', linkNode.attr('rel')?.includes('ugc'));
|
47 |
+
}
|
48 |
}
|
|
|
49 |
|
50 |
+
window.wpLink.getAttrs = function () {
|
51 |
+
wpLink.correctURL();
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
const attrs = {
|
54 |
+
href: inputs.url.val().trim(),
|
55 |
+
target: inputs.openInNewTab.prop('checked') ? '_blank' : null,
|
56 |
+
}
|
|
|
57 |
|
58 |
+
let rel = '';
|
59 |
+
rel += inputs.sponsored.prop('checked') ? 'sponsored ' : ''
|
60 |
+
rel += inputs.nofollow.prop('checked') ? 'nofollow ' : ''
|
61 |
+
rel += inputs.ugc.prop('checked') ? 'ugc ' : ''
|
62 |
+
attrs.rel = rel ? rel : null;
|
63 |
|
64 |
+
return attrs;
|
65 |
+
};
|
66 |
|
67 |
+
window.wpLink.buildHtml = function (attrs) {
|
68 |
+
var html = '<a href="' + attrs.href + '"';
|
|
|
|
|
|
|
69 |
|
70 |
+
let rel = '';
|
71 |
+
if (attrs.target) {
|
72 |
+
html += ' target="' + attrs.target + '"';
|
73 |
+
rel += 'noopener ';
|
74 |
+
}
|
75 |
|
76 |
+
if (attrs.rel) rel += attrs.rel;
|
77 |
+
if (rel) html += ' rel="' + rel.trim() + '"';
|
78 |
|
79 |
+
return html + '>';
|
80 |
+
};
|
81 |
+
});
|
82 |
})(jQuery, window.wpLinkL10n, window.wp);
|
@@ -2,35 +2,34 @@
|
|
2 |
let editor = null;
|
3 |
const inputs = {};
|
4 |
const getLink = () => editor ? editor.$('a[data-wplink-edit="true"]') : null;
|
5 |
-
|
6 |
$(document).on('wplink-open', function (event, wrap) {
|
|
|
7 |
|
8 |
if (!inputs.sponsored) {
|
9 |
$('#link-options').append(
|
10 |
`<div class="link-sponsored">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<label><span></span>
|
12 |
-
<input type="checkbox" id="wp-link-
|
13 |
</div>`
|
14 |
);
|
15 |
}
|
16 |
-
if (
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
);
|
24 |
-
}
|
25 |
-
if (!inputs.ugc) {
|
26 |
-
$('#link-options').append(
|
27 |
-
`<div class="link-ugc">
|
28 |
-
<label><span></span>
|
29 |
-
<input type="checkbox" id="wp-link-ugc" />${seopressI18n.ugc}</label>
|
30 |
-
</div>`
|
31 |
-
);
|
32 |
-
}
|
33 |
}
|
|
|
34 |
inputs.sponsored = $('#wp-link-sponsored');
|
35 |
inputs.nofollow = $('#wp-link-no-follow');
|
36 |
inputs.ugc = $('#wp-link-ugc');
|
@@ -41,43 +40,43 @@
|
|
41 |
const ed = window.tinymce.get(window.wpActiveEditor);
|
42 |
editor = ed && !ed.isHidden() ? ed : null;
|
43 |
const linkNode = getLink();
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
47 |
}
|
48 |
-
});
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
const attrs = {
|
54 |
-
href: inputs.url.val().trim(),
|
55 |
-
target: inputs.openInNewTab.prop('checked') ? '_blank' : null,
|
56 |
-
}
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
attrs.rel = rel ? rel : null;
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
67 |
|
68 |
-
|
69 |
-
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
html += ' target="' + attrs.target + '"';
|
74 |
-
rel += 'noopener ';
|
75 |
-
}
|
76 |
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
79 |
|
80 |
-
|
81 |
-
|
82 |
|
|
|
|
|
|
|
83 |
})(jQuery, window.wpLinkL10n, window.wp);
|
2 |
let editor = null;
|
3 |
const inputs = {};
|
4 |
const getLink = () => editor ? editor.$('a[data-wplink-edit="true"]') : null;
|
|
|
5 |
$(document).on('wplink-open', function (event, wrap) {
|
6 |
+
if (!wpLink.isMCE()) return;
|
7 |
|
8 |
if (!inputs.sponsored) {
|
9 |
$('#link-options').append(
|
10 |
`<div class="link-sponsored">
|
11 |
+
<label><span></span>
|
12 |
+
<input type="checkbox" id="wp-link-sponsored" />${seopressI18n.sponsored}</label>
|
13 |
+
</div>`
|
14 |
+
);
|
15 |
+
}
|
16 |
+
if (!inputs.nofollow) {
|
17 |
+
$('#link-options').append(
|
18 |
+
`<div class="link-no-follow">
|
19 |
<label><span></span>
|
20 |
+
<input type="checkbox" id="wp-link-no-follow" />${seopressI18n.nofollow}</label>
|
21 |
</div>`
|
22 |
);
|
23 |
}
|
24 |
+
if (!inputs.ugc) {
|
25 |
+
$('#link-options').append(
|
26 |
+
`<div class="link-ugc">
|
27 |
+
<label><span></span>
|
28 |
+
<input type="checkbox" id="wp-link-ugc" />${seopressI18n.ugc}</label>
|
29 |
+
</div>`
|
30 |
+
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
+
|
33 |
inputs.sponsored = $('#wp-link-sponsored');
|
34 |
inputs.nofollow = $('#wp-link-no-follow');
|
35 |
inputs.ugc = $('#wp-link-ugc');
|
40 |
const ed = window.tinymce.get(window.wpActiveEditor);
|
41 |
editor = ed && !ed.isHidden() ? ed : null;
|
42 |
const linkNode = getLink();
|
43 |
+
if (linkNode) {
|
44 |
+
inputs.sponsored.prop('checked', linkNode.attr('rel')?.includes('sponsored'));
|
45 |
+
inputs.nofollow.prop('checked', linkNode.attr('rel')?.includes('nofollow'));
|
46 |
+
inputs.ugc.prop('checked', linkNode.attr('rel')?.includes('ugc'));
|
47 |
+
}
|
48 |
}
|
|
|
49 |
|
50 |
+
window.wpLink.getAttrs = function () {
|
51 |
+
wpLink.correctURL();
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
const attrs = {
|
54 |
+
href: inputs.url.val().trim(),
|
55 |
+
target: inputs.openInNewTab.prop('checked') ? '_blank' : null,
|
56 |
+
}
|
|
|
57 |
|
58 |
+
let rel = '';
|
59 |
+
rel += inputs.sponsored.prop('checked') ? 'sponsored ' : ''
|
60 |
+
rel += inputs.nofollow.prop('checked') ? 'nofollow ' : ''
|
61 |
+
rel += inputs.ugc.prop('checked') ? 'ugc ' : ''
|
62 |
+
attrs.rel = rel ? rel : null;
|
63 |
|
64 |
+
return attrs;
|
65 |
+
};
|
66 |
|
67 |
+
window.wpLink.buildHtml = function (attrs) {
|
68 |
+
var html = '<a href="' + attrs.href + '"';
|
|
|
|
|
|
|
69 |
|
70 |
+
let rel = '';
|
71 |
+
if (attrs.target) {
|
72 |
+
html += ' target="' + attrs.target + '"';
|
73 |
+
rel += 'noopener ';
|
74 |
+
}
|
75 |
|
76 |
+
if (attrs.rel) rel += attrs.rel;
|
77 |
+
if (rel) html += ' rel="' + rel.trim() + '"';
|
78 |
|
79 |
+
return html + '>';
|
80 |
+
};
|
81 |
+
});
|
82 |
})(jQuery, window.wpLinkL10n, window.wp);
|
@@ -22,35 +22,35 @@ function sp_titles_counters() {
|
|
22 |
}
|
23 |
|
24 |
var meta_title_val = elementTitleMeta.val();
|
25 |
-
var meta_title_placeholder =
|
26 |
"placeholder"
|
27 |
);
|
28 |
|
29 |
-
|
30 |
'<div id="seopress_titles_title_counters_val">/ 60</div>'
|
31 |
),
|
32 |
meta_title_val.length > 0
|
33 |
-
? (
|
34 |
meta_title_val.length
|
35 |
),
|
36 |
-
|
37 |
pixelTitle(meta_title_val)
|
38 |
))
|
39 |
: meta_title_placeholder.length &&
|
40 |
-
(
|
41 |
meta_title_placeholder.length
|
42 |
),
|
43 |
-
|
44 |
pixelTitle(meta_title_placeholder)
|
45 |
)),
|
46 |
meta_title_val.length > 60
|
47 |
-
?
|
48 |
: meta_title_placeholder.length > 60 &&
|
49 |
-
|
50 |
pixelTitle(meta_title_val) > 568
|
51 |
-
?
|
52 |
: pixelTitle(meta_title_placeholder) > 568 &&
|
53 |
-
|
54 |
|
55 |
if (meta_title_val.length) {
|
56 |
var progress = Math.round((pixelTitle(meta_title_val) / 568) * 100);
|
@@ -64,16 +64,16 @@ function sp_titles_counters() {
|
|
64 |
progress = 100;
|
65 |
}
|
66 |
|
67 |
-
|
68 |
"aria-valuenow",
|
69 |
progress
|
70 |
),
|
71 |
-
|
72 |
-
|
73 |
"width",
|
74 |
progress + "%"
|
75 |
),
|
76 |
-
|
77 |
"#seopress_titles_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep"
|
78 |
).on("keyup paste change click", function (e) {
|
79 |
var meta_title_val = $("#seopress_titles_title_meta").val();
|
@@ -85,53 +85,47 @@ function sp_titles_counters() {
|
|
85 |
meta_title_val = $(".snippet-title-default").text();
|
86 |
}
|
87 |
|
88 |
-
var meta_title_placeholder =
|
89 |
"#seopress_titles_title_meta"
|
90 |
).attr("placeholder");
|
91 |
|
92 |
-
|
93 |
-
|
94 |
meta_title_val.length > 60 &&
|
95 |
-
|
96 |
"color",
|
97 |
"red"
|
98 |
),
|
99 |
pixelTitle(meta_title_val) > 568 &&
|
100 |
-
|
101 |
|
102 |
if (meta_title_val.length == 0) {
|
103 |
meta_title_placeholder.length > 60 &&
|
104 |
-
|
105 |
"color",
|
106 |
"red"
|
107 |
),
|
108 |
pixelTitle(meta_title_placeholder) > 568 &&
|
109 |
-
|
110 |
"color",
|
111 |
"red"
|
112 |
);
|
113 |
}
|
114 |
|
115 |
meta_title_val.length > 0
|
116 |
-
? (
|
117 |
meta_title_val.length
|
118 |
),
|
119 |
-
|
120 |
pixelTitle(meta_title_val)
|
121 |
))
|
122 |
: meta_title_placeholder.length &&
|
123 |
-
(
|
124 |
meta_title_placeholder.length
|
125 |
),
|
126 |
-
|
127 |
pixelTitle(meta_title_placeholder)
|
128 |
));
|
129 |
-
// meta_title_val.length > 0
|
130 |
-
// ? (jQuery(".snippet-title").css("display", "none"),
|
131 |
-
// jQuery(".snippet-title-default").css("display", "none"))
|
132 |
-
// : 0 == meta_title_val.length &&
|
133 |
-
// (jQuery(".snippet-title-default").css("display", "block"),
|
134 |
-
// jQuery(".snippet-title").css("display", "none"));
|
135 |
|
136 |
if (meta_title_val.length) {
|
137 |
var progress = Math.round(
|
@@ -147,14 +141,14 @@ function sp_titles_counters() {
|
|
147 |
progress = 100;
|
148 |
}
|
149 |
|
150 |
-
|
151 |
"aria-valuenow",
|
152 |
progress
|
153 |
),
|
154 |
-
|
155 |
progress + "%"
|
156 |
),
|
157 |
-
|
158 |
"width",
|
159 |
progress + "%"
|
160 |
);
|
@@ -163,37 +157,38 @@ function sp_titles_counters() {
|
|
163 |
}
|
164 |
|
165 |
function sp_meta_desc_counters() {
|
166 |
-
|
167 |
-
|
168 |
-
var
|
|
|
169 |
"placeholder"
|
170 |
);
|
171 |
|
172 |
-
|
173 |
'<div id="seopress_titles_desc_counters_val">/ 160</div>'
|
174 |
),
|
175 |
meta_desc_val.length > 0
|
176 |
-
? (
|
177 |
meta_desc_val.length
|
178 |
),
|
179 |
-
|
180 |
pixelDesc(meta_desc_val)
|
181 |
))
|
182 |
: meta_desc_placeholder.length &&
|
183 |
-
(
|
184 |
meta_desc_placeholder.length
|
185 |
),
|
186 |
-
|
187 |
pixelDesc(meta_desc_placeholder)
|
188 |
)),
|
189 |
meta_desc_val.length > 160
|
190 |
-
?
|
191 |
: meta_desc_placeholder.length > 160 &&
|
192 |
-
|
193 |
pixelDesc(meta_desc_val) > 940
|
194 |
-
?
|
195 |
: pixelDesc(meta_desc_placeholder) > 940 &&
|
196 |
-
|
197 |
|
198 |
if (meta_desc_val.length) {
|
199 |
var progress = Math.round((pixelDesc(meta_desc_val) / 940) * 100);
|
@@ -207,95 +202,86 @@ function sp_meta_desc_counters() {
|
|
207 |
progress = 100;
|
208 |
}
|
209 |
|
210 |
-
|
211 |
"aria-valuenow",
|
212 |
progress
|
213 |
),
|
214 |
-
|
215 |
-
|
216 |
"width",
|
217 |
progress + "%"
|
218 |
),
|
219 |
-
|
220 |
"keyup paste change click",
|
221 |
function (e) {
|
222 |
-
var meta_desc_val =
|
223 |
-
var meta_desc_placeholder =
|
224 |
"#seopress_titles_desc_meta"
|
225 |
).attr("placeholder");
|
226 |
|
227 |
-
|
228 |
"color",
|
229 |
"inherit"
|
230 |
),
|
231 |
-
|
232 |
"color",
|
233 |
"inherit"
|
234 |
),
|
235 |
meta_desc_val.length > 160 &&
|
236 |
-
|
237 |
"color",
|
238 |
"red"
|
239 |
),
|
240 |
pixelDesc(meta_desc_val) > 940 &&
|
241 |
-
|
242 |
"color",
|
243 |
"red"
|
244 |
);
|
245 |
|
246 |
if (meta_desc_val.length == 0) {
|
247 |
meta_desc_placeholder.length > 160 &&
|
248 |
-
|
249 |
"color",
|
250 |
"red"
|
251 |
),
|
252 |
pixelDesc(meta_desc_placeholder) > 940 &&
|
253 |
-
|
254 |
"color",
|
255 |
"red"
|
256 |
);
|
257 |
}
|
258 |
|
259 |
meta_desc_val.length > 0
|
260 |
-
? (
|
261 |
meta_desc_val.length
|
262 |
),
|
263 |
-
|
264 |
pixelDesc(meta_desc_val)
|
265 |
))
|
266 |
: meta_desc_placeholder.length &&
|
267 |
-
(
|
268 |
meta_desc_placeholder.length
|
269 |
),
|
270 |
-
|
271 |
pixelDesc(meta_desc_placeholder)
|
272 |
)),
|
273 |
meta_desc_val.length > 0
|
274 |
-
? (
|
275 |
-
e.target.value
|
276 |
),
|
277 |
-
|
278 |
-
|
279 |
"display",
|
280 |
"inline"
|
281 |
),
|
282 |
-
|
283 |
-
"display",
|
284 |
-
"none"
|
285 |
-
))
|
286 |
: 0 == meta_desc_val.length &&
|
287 |
-
(
|
288 |
"display",
|
289 |
"inline"
|
290 |
),
|
291 |
-
|
292 |
-
|
293 |
-
"none"
|
294 |
-
),
|
295 |
-
jQuery(".snippet-description").css(
|
296 |
-
"display",
|
297 |
-
"none"
|
298 |
-
));
|
299 |
|
300 |
if (meta_desc_val.length) {
|
301 |
var progress = Math.round(
|
@@ -311,31 +297,31 @@ function sp_meta_desc_counters() {
|
|
311 |
progress = 100;
|
312 |
}
|
313 |
|
314 |
-
|
315 |
"aria-valuenow",
|
316 |
progress
|
317 |
),
|
318 |
-
|
319 |
progress + "%"
|
320 |
),
|
321 |
-
|
322 |
"width",
|
323 |
progress + "%"
|
324 |
);
|
325 |
}
|
326 |
),
|
327 |
-
|
328 |
-
var meta_desc_val =
|
329 |
-
var meta_desc_placeholder =
|
330 |
"#seopress_titles_desc_meta"
|
331 |
).attr("placeholder");
|
332 |
|
333 |
0 == meta_desc_val.length &&
|
334 |
-
0 ==
|
335 |
-
(
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
|
340 |
if (meta_desc_val.length) {
|
341 |
var progress = meta_desc_val.length;
|
@@ -346,14 +332,14 @@ function sp_meta_desc_counters() {
|
|
346 |
progress = 100;
|
347 |
}
|
348 |
|
349 |
-
|
350 |
"aria-valuenow",
|
351 |
progress
|
352 |
),
|
353 |
-
|
354 |
progress + "%"
|
355 |
),
|
356 |
-
|
357 |
"width",
|
358 |
progress + "%"
|
359 |
);
|
@@ -363,7 +349,7 @@ function sp_meta_desc_counters() {
|
|
363 |
|
364 |
function pixelTitle(e) {
|
365 |
inputText = e;
|
366 |
-
font = "
|
367 |
|
368 |
canvas = document.createElement("canvas");
|
369 |
context = canvas.getContext("2d");
|
@@ -395,14 +381,15 @@ function sp_is_valid_url(string) {
|
|
395 |
}
|
396 |
|
397 |
function sp_social_img(social_slug) {
|
398 |
-
|
399 |
-
|
400 |
-
|
|
|
401 |
"#seopress_social_" + social_slug + "_img_meta"
|
402 |
).val();
|
403 |
|
404 |
if (meta_img_val == "") {
|
405 |
-
var meta_img_val =
|
406 |
"#seopress_social_" + social_slug + "_img_meta"
|
407 |
).attr("placeholder");
|
408 |
}
|
@@ -410,36 +397,18 @@ function sp_social_img(social_slug) {
|
|
410 |
// Check valid URL
|
411 |
if (sp_is_valid_url(meta_img_val) === true) {
|
412 |
meta_img_val.length > 0
|
413 |
-
? (
|
414 |
-
"
|
415 |
-
|
416 |
-
|
417 |
-
jQuery(".snippet-" + social_slug + "-img").css("display", "none"),
|
418 |
-
jQuery(".snippet-" + social_slug + "-img-custom").css(
|
419 |
-
"display",
|
420 |
-
"block"
|
421 |
-
),
|
422 |
-
jQuery(".snippet-" + social_slug + "-img-default").css(
|
423 |
-
"display",
|
424 |
-
"none"
|
425 |
-
))
|
426 |
: 0 == meta_img_val.length &&
|
427 |
-
(
|
428 |
-
"
|
429 |
-
"
|
430 |
-
),
|
431 |
-
jQuery(".snippet-" + social_slug + "-img-custom").css(
|
432 |
-
"display",
|
433 |
-
"none"
|
434 |
-
),
|
435 |
-
jQuery(".snippet-" + social_slug + "-img").css(
|
436 |
-
"display",
|
437 |
-
"none"
|
438 |
-
));
|
439 |
|
440 |
if (meta_img_val.length > 0) {
|
441 |
// Check file URL
|
442 |
-
|
443 |
.get(meta_img_val)
|
444 |
.done(function () {
|
445 |
// Extract filetype
|
@@ -451,14 +420,12 @@ function sp_social_img(social_slug) {
|
|
451 |
var types = ["jpg", "jpeg", "gif", "png", "webp"];
|
452 |
|
453 |
if (types.indexOf(meta_img_filetype) == -1) {
|
454 |
-
|
455 |
-
".snippet-" + social_slug + "-img-alert.alert1"
|
456 |
-
).css("display", "block");
|
457 |
} else {
|
458 |
// Extract image size
|
459 |
var tmp_img = new Image();
|
460 |
tmp_img.src = meta_img_val;
|
461 |
-
|
462 |
pic_real_width = parseInt(tmp_img.width);
|
463 |
pic_real_height = parseInt(tmp_img.height);
|
464 |
|
@@ -472,19 +439,19 @@ function sp_social_img(social_slug) {
|
|
472 |
pic_real_width < min_width ||
|
473 |
pic_real_height < min_height
|
474 |
) {
|
475 |
-
|
476 |
".snippet-" +
|
477 |
social_slug +
|
478 |
"-img-alert.alert2"
|
479 |
-
).
|
480 |
}
|
481 |
ratio_img = (
|
482 |
pic_real_width / pic_real_height
|
483 |
).toFixed(2);
|
484 |
-
|
485 |
".snippet-" + social_slug + "-img-alert.alert4"
|
486 |
-
).
|
487 |
-
|
488 |
".snippet-" +
|
489 |
social_slug +
|
490 |
"-img-alert.alert4 span"
|
@@ -493,75 +460,56 @@ function sp_social_img(social_slug) {
|
|
493 |
}
|
494 |
})
|
495 |
.fail(function () {
|
496 |
-
|
497 |
-
"display",
|
498 |
-
"block"
|
499 |
-
);
|
500 |
});
|
501 |
}
|
502 |
} else {
|
503 |
-
|
504 |
-
"display",
|
505 |
-
"block"
|
506 |
-
);
|
507 |
}
|
508 |
}
|
509 |
}
|
510 |
|
511 |
function sp_social() {
|
512 |
-
|
|
|
513 |
// FACEBOOK
|
514 |
-
|
515 |
"#seopress_social_fb_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep"
|
516 |
).on("keyup paste change click", function (e) {
|
517 |
-
var meta_fb_title_val =
|
518 |
|
519 |
meta_fb_title_val.length > 0
|
520 |
-
? (
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
: 0 == meta_fb_title_val.length &&
|
525 |
-
(
|
526 |
-
|
527 |
-
|
528 |
});
|
529 |
|
530 |
-
|
531 |
"keyup paste change click",
|
532 |
function (e) {
|
533 |
-
var meta_fb_desc_val =
|
534 |
-
"#seopress_social_fb_desc_meta"
|
535 |
-
).val();
|
536 |
|
537 |
meta_fb_desc_val.length > 0
|
538 |
-
? (
|
539 |
e.target.value
|
540 |
),
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
"block"
|
545 |
-
),
|
546 |
-
jQuery(".snippet-fb-description-default").css(
|
547 |
-
"display",
|
548 |
-
"none"
|
549 |
-
))
|
550 |
: 0 == meta_fb_desc_val.length &&
|
551 |
-
(
|
552 |
-
"
|
553 |
-
"
|
554 |
-
),
|
555 |
-
jQuery(".snippet-fb-description-custom").css(
|
556 |
-
"display",
|
557 |
-
"none"
|
558 |
-
),
|
559 |
-
jQuery(".snippet-fb-description").css("display", "none"));
|
560 |
}
|
561 |
);
|
562 |
|
563 |
sp_social_img("fb");
|
564 |
-
|
565 |
"keyup paste change click",
|
566 |
function () {
|
567 |
sp_social_img("fb");
|
@@ -569,75 +517,48 @@ function sp_social() {
|
|
569 |
);
|
570 |
|
571 |
// TWITTER
|
572 |
-
|
573 |
"keyup paste change click",
|
574 |
function (e) {
|
575 |
-
var meta_fb_title_val =
|
576 |
"#seopress_social_twitter_title_meta"
|
577 |
).val();
|
578 |
|
579 |
meta_fb_title_val.length > 0
|
580 |
-
? (
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
"block"
|
585 |
-
),
|
586 |
-
jQuery(".snippet-twitter-title-default").css(
|
587 |
-
"display",
|
588 |
-
"none"
|
589 |
-
))
|
590 |
: 0 == meta_fb_title_val.length &&
|
591 |
-
(
|
592 |
-
"
|
593 |
-
"
|
594 |
-
),
|
595 |
-
jQuery(".snippet-twitter-title-custom").css(
|
596 |
-
"display",
|
597 |
-
"none"
|
598 |
-
),
|
599 |
-
jQuery(".snippet-twitter-title").css("display", "none"));
|
600 |
}
|
601 |
);
|
602 |
|
603 |
-
|
604 |
"keyup paste change click",
|
605 |
function (e) {
|
606 |
-
var meta_fb_desc_val =
|
607 |
"#seopress_social_twitter_desc_meta"
|
608 |
).val();
|
609 |
|
610 |
meta_fb_desc_val.length > 0
|
611 |
-
? (
|
612 |
e.target.value
|
613 |
),
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
"block"
|
618 |
-
),
|
619 |
-
jQuery(".snippet-twitter-description-default").css(
|
620 |
-
"display",
|
621 |
-
"none"
|
622 |
-
))
|
623 |
: 0 == meta_fb_desc_val.length &&
|
624 |
-
(
|
625 |
-
"
|
626 |
-
"
|
627 |
-
),
|
628 |
-
jQuery(".snippet-twitter-description-custom").css(
|
629 |
-
"display",
|
630 |
-
"none"
|
631 |
-
),
|
632 |
-
jQuery(".snippet-twitter-description").css(
|
633 |
-
"display",
|
634 |
-
"none"
|
635 |
-
));
|
636 |
}
|
637 |
);
|
638 |
|
639 |
sp_social_img("twitter");
|
640 |
-
|
641 |
"keyup paste change click",
|
642 |
function () {
|
643 |
sp_social_img("twitter");
|
@@ -648,32 +569,33 @@ function sp_social() {
|
|
648 |
|
649 |
//Content Analysis - Toggle
|
650 |
function sp_ca_toggle() {
|
|
|
651 |
var stop = false;
|
652 |
-
|
653 |
if (stop) {
|
654 |
event.stopImmediatePropagation();
|
655 |
event.preventDefault();
|
656 |
stop = false;
|
657 |
}
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
});
|
663 |
|
664 |
//Show all
|
665 |
-
|
666 |
e.preventDefault();
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
});
|
671 |
//Hide all
|
672 |
-
|
673 |
e.preventDefault();
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
});
|
678 |
}
|
679 |
|
@@ -706,30 +628,32 @@ function seopress_google_suggest(data) {
|
|
706 |
}
|
707 |
}
|
708 |
|
709 |
-
|
710 |
e.preventDefault();
|
711 |
|
712 |
-
target_kw.addTags(
|
713 |
});
|
714 |
}
|
715 |
|
716 |
jQuery(document).ready(function (e) {
|
|
|
|
|
717 |
//default state
|
718 |
-
if (
|
719 |
-
|
720 |
"mobile-preview"
|
721 |
);
|
722 |
} else {
|
723 |
-
|
724 |
"mobile-preview"
|
725 |
);
|
726 |
}
|
727 |
-
|
728 |
-
|
729 |
"data-toggle",
|
730 |
-
|
731 |
);
|
732 |
-
|
733 |
"mobile-preview"
|
734 |
);
|
735 |
});
|
@@ -841,52 +765,35 @@ jQuery(document).ready(function (e) {
|
|
841 |
}
|
842 |
|
843 |
// Google Preview
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
e("#
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
).html(
|
860 |
-
e("#seopress_titles_desc_meta").attr(
|
861 |
-
"placeholder",
|
862 |
-
s.data.meta_desc
|
863 |
-
);
|
864 |
|
865 |
// Facebook Preview
|
866 |
if (data_arr.og_title) {
|
867 |
-
e("#seopress_cpt #seopress_social_fb_title_meta").attr(
|
868 |
-
"
|
869 |
-
data_arr.og_title[0]
|
870 |
-
),
|
871 |
-
e(
|
872 |
-
"#seopress_cpt .facebook-snippet-preview .snippet-fb-title"
|
873 |
-
).html(data_arr.og_title[0]),
|
874 |
-
e(
|
875 |
-
"#seopress_cpt .facebook-snippet-preview .snippet-fb-title-default"
|
876 |
-
).html(data_arr.og_title[0]);
|
877 |
}
|
878 |
|
879 |
if (data_arr.og_desc) {
|
880 |
-
e("#seopress_cpt #seopress_social_fb_desc_meta").attr(
|
881 |
-
"
|
882 |
-
data_arr.og_desc[0]
|
883 |
-
),
|
884 |
-
e(
|
885 |
-
"#seopress_cpt .facebook-snippet-preview .snippet-fb-description"
|
886 |
-
).html(data_arr.og_desc[0]),
|
887 |
-
e(
|
888 |
-
"#seopress_cpt .facebook-snippet-preview .snippet-fb-description-default"
|
889 |
-
).html(data_arr.og_desc[0]);
|
890 |
}
|
891 |
|
892 |
if (data_arr.og_img) {
|
@@ -978,10 +885,10 @@ jQuery(document).ready(function (e) {
|
|
978 |
sp_ca_toggle();
|
979 |
|
980 |
//Inspect URL
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
|
986 |
//Post ID
|
987 |
if (typeof e("#seopress-tabs").attr("data_id") !== "undefined") {
|
@@ -999,9 +906,9 @@ jQuery(document).ready(function (e) {
|
|
999 |
_ajax_nonce: seopressAjaxInspectUrl.seopress_nonce,
|
1000 |
},
|
1001 |
success: function () {
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
}
|
1006 |
});
|
1007 |
});
|
22 |
}
|
23 |
|
24 |
var meta_title_val = elementTitleMeta.val();
|
25 |
+
var meta_title_placeholder = $("#seopress_titles_title_meta").attr(
|
26 |
"placeholder"
|
27 |
);
|
28 |
|
29 |
+
$("#seopress_titles_title_counters").after(
|
30 |
'<div id="seopress_titles_title_counters_val">/ 60</div>'
|
31 |
),
|
32 |
meta_title_val.length > 0
|
33 |
+
? ($("#seopress_titles_title_counters").text(
|
34 |
meta_title_val.length
|
35 |
),
|
36 |
+
$("#seopress_titles_title_pixel").text(
|
37 |
pixelTitle(meta_title_val)
|
38 |
))
|
39 |
: meta_title_placeholder.length &&
|
40 |
+
($("#seopress_titles_title_counters").text(
|
41 |
meta_title_placeholder.length
|
42 |
),
|
43 |
+
$("#seopress_titles_title_pixel").text(
|
44 |
pixelTitle(meta_title_placeholder)
|
45 |
)),
|
46 |
meta_title_val.length > 60
|
47 |
+
? $("#seopress_titles_title_counters").css("color", "red")
|
48 |
: meta_title_placeholder.length > 60 &&
|
49 |
+
$("#seopress_titles_title_counters").css("color", "red"),
|
50 |
pixelTitle(meta_title_val) > 568
|
51 |
+
? $("#seopress_titles_title_pixel").css("color", "red")
|
52 |
: pixelTitle(meta_title_placeholder) > 568 &&
|
53 |
+
$("#seopress_titles_title_pixel").css("color", "red");
|
54 |
|
55 |
if (meta_title_val.length) {
|
56 |
var progress = Math.round((pixelTitle(meta_title_val) / 568) * 100);
|
64 |
progress = 100;
|
65 |
}
|
66 |
|
67 |
+
$("#seopress_titles_title_counters_progress").attr(
|
68 |
"aria-valuenow",
|
69 |
progress
|
70 |
),
|
71 |
+
$("#seopress_titles_title_counters_progress").text(progress + "%"),
|
72 |
+
$("#seopress_titles_title_counters_progress").css(
|
73 |
"width",
|
74 |
progress + "%"
|
75 |
),
|
76 |
+
$(
|
77 |
"#seopress_titles_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep"
|
78 |
).on("keyup paste change click", function (e) {
|
79 |
var meta_title_val = $("#seopress_titles_title_meta").val();
|
85 |
meta_title_val = $(".snippet-title-default").text();
|
86 |
}
|
87 |
|
88 |
+
var meta_title_placeholder = $(
|
89 |
"#seopress_titles_title_meta"
|
90 |
).attr("placeholder");
|
91 |
|
92 |
+
$("#seopress_titles_title_counters").css("color", "inherit"),
|
93 |
+
$("#seopress_titles_title_pixel").css("color", "inherit"),
|
94 |
meta_title_val.length > 60 &&
|
95 |
+
$("#seopress_titles_title_counters").css(
|
96 |
"color",
|
97 |
"red"
|
98 |
),
|
99 |
pixelTitle(meta_title_val) > 568 &&
|
100 |
+
$("#seopress_titles_title_pixel").css("color", "red");
|
101 |
|
102 |
if (meta_title_val.length == 0) {
|
103 |
meta_title_placeholder.length > 60 &&
|
104 |
+
$("#seopress_titles_title_counters").css(
|
105 |
"color",
|
106 |
"red"
|
107 |
),
|
108 |
pixelTitle(meta_title_placeholder) > 568 &&
|
109 |
+
$("#seopress_titles_title_pixel").css(
|
110 |
"color",
|
111 |
"red"
|
112 |
);
|
113 |
}
|
114 |
|
115 |
meta_title_val.length > 0
|
116 |
+
? ($("#seopress_titles_title_counters").text(
|
117 |
meta_title_val.length
|
118 |
),
|
119 |
+
$("#seopress_titles_title_pixel").text(
|
120 |
pixelTitle(meta_title_val)
|
121 |
))
|
122 |
: meta_title_placeholder.length &&
|
123 |
+
($("#seopress_titles_title_counters").text(
|
124 |
meta_title_placeholder.length
|
125 |
),
|
126 |
+
$("#seopress_titles_title_pixel").text(
|
127 |
pixelTitle(meta_title_placeholder)
|
128 |
));
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
|
130 |
if (meta_title_val.length) {
|
131 |
var progress = Math.round(
|
141 |
progress = 100;
|
142 |
}
|
143 |
|
144 |
+
$("#seopress_titles_title_counters_progress").attr(
|
145 |
"aria-valuenow",
|
146 |
progress
|
147 |
),
|
148 |
+
$("#seopress_titles_title_counters_progress").text(
|
149 |
progress + "%"
|
150 |
),
|
151 |
+
$("#seopress_titles_title_counters_progress").css(
|
152 |
"width",
|
153 |
progress + "%"
|
154 |
);
|
157 |
}
|
158 |
|
159 |
function sp_meta_desc_counters() {
|
160 |
+
const $ = jQuery;
|
161 |
+
if ($("#seopress_titles_desc_meta").length) {
|
162 |
+
var meta_desc_val = $("#seopress_titles_desc_meta").val();
|
163 |
+
var meta_desc_placeholder = $("#seopress_titles_desc_meta").attr(
|
164 |
"placeholder"
|
165 |
);
|
166 |
|
167 |
+
$("#seopress_titles_desc_counters").after(
|
168 |
'<div id="seopress_titles_desc_counters_val">/ 160</div>'
|
169 |
),
|
170 |
meta_desc_val.length > 0
|
171 |
+
? ($("#seopress_titles_desc_counters").text(
|
172 |
meta_desc_val.length
|
173 |
),
|
174 |
+
$("#seopress_titles_desc_pixel").text(
|
175 |
pixelDesc(meta_desc_val)
|
176 |
))
|
177 |
: meta_desc_placeholder.length &&
|
178 |
+
($("#seopress_titles_desc_counters").text(
|
179 |
meta_desc_placeholder.length
|
180 |
),
|
181 |
+
$("#seopress_titles_desc_pixel").text(
|
182 |
pixelDesc(meta_desc_placeholder)
|
183 |
)),
|
184 |
meta_desc_val.length > 160
|
185 |
+
? $("#seopress_titles_desc_counters").css("color", "red")
|
186 |
: meta_desc_placeholder.length > 160 &&
|
187 |
+
$("#seopress_titles_desc_counters").css("color", "red"),
|
188 |
pixelDesc(meta_desc_val) > 940
|
189 |
+
? $("#seopress_titles_desc_pixel").css("color", "red")
|
190 |
: pixelDesc(meta_desc_placeholder) > 940 &&
|
191 |
+
$("#seopress_titles_desc_pixel").css("color", "red");
|
192 |
|
193 |
if (meta_desc_val.length) {
|
194 |
var progress = Math.round((pixelDesc(meta_desc_val) / 940) * 100);
|
202 |
progress = 100;
|
203 |
}
|
204 |
|
205 |
+
$("#seopress_titles_desc_counters_progress").attr(
|
206 |
"aria-valuenow",
|
207 |
progress
|
208 |
),
|
209 |
+
$("#seopress_titles_desc_counters_progress").text(progress + "%"),
|
210 |
+
$("#seopress_titles_desc_counters_progress").css(
|
211 |
"width",
|
212 |
progress + "%"
|
213 |
),
|
214 |
+
$("#seopress_titles_desc_meta, #seopress-tag-single-excerpt").on(
|
215 |
"keyup paste change click",
|
216 |
function (e) {
|
217 |
+
var meta_desc_val = $("#seopress_titles_desc_meta").val();
|
218 |
+
var meta_desc_placeholder = $(
|
219 |
"#seopress_titles_desc_meta"
|
220 |
).attr("placeholder");
|
221 |
|
222 |
+
$("#seopress_titles_desc_counters").css(
|
223 |
"color",
|
224 |
"inherit"
|
225 |
),
|
226 |
+
$("#seopress_titles_desc_pixel").css(
|
227 |
"color",
|
228 |
"inherit"
|
229 |
),
|
230 |
meta_desc_val.length > 160 &&
|
231 |
+
$("#seopress_titles_desc_counters").css(
|
232 |
"color",
|
233 |
"red"
|
234 |
),
|
235 |
pixelDesc(meta_desc_val) > 940 &&
|
236 |
+
$("#seopress_titles_desc_pixel").css(
|
237 |
"color",
|
238 |
"red"
|
239 |
);
|
240 |
|
241 |
if (meta_desc_val.length == 0) {
|
242 |
meta_desc_placeholder.length > 160 &&
|
243 |
+
$("#seopress_titles_desc_counters").css(
|
244 |
"color",
|
245 |
"red"
|
246 |
),
|
247 |
pixelDesc(meta_desc_placeholder) > 940 &&
|
248 |
+
$("#seopress_titles_desc_pixel").css(
|
249 |
"color",
|
250 |
"red"
|
251 |
);
|
252 |
}
|
253 |
|
254 |
meta_desc_val.length > 0
|
255 |
+
? ($("#seopress_titles_desc_counters").text(
|
256 |
meta_desc_val.length
|
257 |
),
|
258 |
+
$("#seopress_titles_desc_pixel").text(
|
259 |
pixelDesc(meta_desc_val)
|
260 |
))
|
261 |
: meta_desc_placeholder.length &&
|
262 |
+
($("#seopress_titles_desc_counters").text(
|
263 |
meta_desc_placeholder.length
|
264 |
),
|
265 |
+
$("#seopress_titles_desc_pixel").text(
|
266 |
pixelDesc(meta_desc_placeholder)
|
267 |
)),
|
268 |
meta_desc_val.length > 0
|
269 |
+
? ($(".snippet-description-custom").text(
|
270 |
+
e.target.value.substr(0, 160) + '...',
|
271 |
),
|
272 |
+
$(".snippet-description").hide(),
|
273 |
+
$(".snippet-description-custom").css(
|
274 |
"display",
|
275 |
"inline"
|
276 |
),
|
277 |
+
$(".snippet-description-default").hide())
|
|
|
|
|
|
|
278 |
: 0 == meta_desc_val.length &&
|
279 |
+
($(".snippet-description-default").css(
|
280 |
"display",
|
281 |
"inline"
|
282 |
),
|
283 |
+
$(".snippet-description-custom").hide(),
|
284 |
+
$(".snippet-description").hide());
|
|
|
|
|
|
|
|
|
|
|
|
|
285 |
|
286 |
if (meta_desc_val.length) {
|
287 |
var progress = Math.round(
|
297 |
progress = 100;
|
298 |
}
|
299 |
|
300 |
+
$("#seopress_titles_desc_counters_progress").attr(
|
301 |
"aria-valuenow",
|
302 |
progress
|
303 |
),
|
304 |
+
$("#seopress_titles_desc_counters_progress").text(
|
305 |
progress + "%"
|
306 |
),
|
307 |
+
$("#seopress_titles_desc_counters_progress").css(
|
308 |
"width",
|
309 |
progress + "%"
|
310 |
);
|
311 |
}
|
312 |
),
|
313 |
+
$("#excerpt, .editor-post-excerpt textarea").keyup(function (e) {
|
314 |
+
var meta_desc_val = $("#seopress_titles_desc_meta").val();
|
315 |
+
var meta_desc_placeholder = $(
|
316 |
"#seopress_titles_desc_meta"
|
317 |
).attr("placeholder");
|
318 |
|
319 |
0 == meta_desc_val.length &&
|
320 |
+
0 == $(".snippet-description-custom").val().length &&
|
321 |
+
($(".snippet-description-custom").text(e.target.value),
|
322 |
+
$(".snippet-description").hide(),
|
323 |
+
$(".snippet-description-custom").css("display", "inline"),
|
324 |
+
$(".snippet-description-default").hide());
|
325 |
|
326 |
if (meta_desc_val.length) {
|
327 |
var progress = meta_desc_val.length;
|
332 |
progress = 100;
|
333 |
}
|
334 |
|
335 |
+
$("#seopress_titles_desc_counters_progress").attr(
|
336 |
"aria-valuenow",
|
337 |
progress
|
338 |
),
|
339 |
+
$("#seopress_titles_desc_counters_progress").text(
|
340 |
progress + "%"
|
341 |
),
|
342 |
+
$("#seopress_titles_desc_counters_progress").css(
|
343 |
"width",
|
344 |
progress + "%"
|
345 |
);
|
349 |
|
350 |
function pixelTitle(e) {
|
351 |
inputText = e;
|
352 |
+
font = "20px Arial";
|
353 |
|
354 |
canvas = document.createElement("canvas");
|
355 |
context = canvas.getContext("2d");
|
381 |
}
|
382 |
|
383 |
function sp_social_img(social_slug) {
|
384 |
+
const $ = jQuery;
|
385 |
+
if ($("#seopress_social_fb_title_meta").length) {
|
386 |
+
$(".snippet-" + social_slug + "-img-alert").hide();
|
387 |
+
var meta_img_val = $(
|
388 |
"#seopress_social_" + social_slug + "_img_meta"
|
389 |
).val();
|
390 |
|
391 |
if (meta_img_val == "") {
|
392 |
+
var meta_img_val = $(
|
393 |
"#seopress_social_" + social_slug + "_img_meta"
|
394 |
).attr("placeholder");
|
395 |
}
|
397 |
// Check valid URL
|
398 |
if (sp_is_valid_url(meta_img_val) === true) {
|
399 |
meta_img_val.length > 0
|
400 |
+
? ($(".snippet-" + social_slug + "-img-custom img").attr("src", meta_img_val),
|
401 |
+
$(".snippet-" + social_slug + "-img").hide(),
|
402 |
+
$(".snippet-" + social_slug + "-img-custom").show(),
|
403 |
+
$(".snippet-" + social_slug + "-img-default").hide())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
404 |
: 0 == meta_img_val.length &&
|
405 |
+
($(".snippet-" + social_slug + "-img-default").show(),
|
406 |
+
$(".snippet-" + social_slug + "-img-custom").show(),
|
407 |
+
$(".snippet-" + social_slug + "-img").hide());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
|
409 |
if (meta_img_val.length > 0) {
|
410 |
// Check file URL
|
411 |
+
$
|
412 |
.get(meta_img_val)
|
413 |
.done(function () {
|
414 |
// Extract filetype
|
420 |
var types = ["jpg", "jpeg", "gif", "png", "webp"];
|
421 |
|
422 |
if (types.indexOf(meta_img_filetype) == -1) {
|
423 |
+
$(".snippet-" + social_slug + "-img-alert.alert1").show();
|
|
|
|
|
424 |
} else {
|
425 |
// Extract image size
|
426 |
var tmp_img = new Image();
|
427 |
tmp_img.src = meta_img_val;
|
428 |
+
$(tmp_img).one("load", function () {
|
429 |
pic_real_width = parseInt(tmp_img.width);
|
430 |
pic_real_height = parseInt(tmp_img.height);
|
431 |
|
439 |
pic_real_width < min_width ||
|
440 |
pic_real_height < min_height
|
441 |
) {
|
442 |
+
$(
|
443 |
".snippet-" +
|
444 |
social_slug +
|
445 |
"-img-alert.alert2"
|
446 |
+
).show();
|
447 |
}
|
448 |
ratio_img = (
|
449 |
pic_real_width / pic_real_height
|
450 |
).toFixed(2);
|
451 |
+
$(
|
452 |
".snippet-" + social_slug + "-img-alert.alert4"
|
453 |
+
).show();
|
454 |
+
$(
|
455 |
".snippet-" +
|
456 |
social_slug +
|
457 |
"-img-alert.alert4 span"
|
460 |
}
|
461 |
})
|
462 |
.fail(function () {
|
463 |
+
$(".snippet-" + social_slug + "-img-alert.alert3").show();
|
|
|
|
|
|
|
464 |
});
|
465 |
}
|
466 |
} else {
|
467 |
+
$(".snippet-" + social_slug + "-img-alert.alert5").show();
|
|
|
|
|
|
|
468 |
}
|
469 |
}
|
470 |
}
|
471 |
|
472 |
function sp_social() {
|
473 |
+
const $ = jQuery;
|
474 |
+
if ($("#seopress_social_fb_title_meta").length) {
|
475 |
// FACEBOOK
|
476 |
+
$(
|
477 |
"#seopress_social_fb_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep"
|
478 |
).on("keyup paste change click", function (e) {
|
479 |
+
var meta_fb_title_val = $("#seopress_social_fb_title_meta").val();
|
480 |
|
481 |
meta_fb_title_val.length > 0
|
482 |
+
? ($(".snippet-fb-title-custom").text(e.target.value),
|
483 |
+
$(".snippet-fb-title").hide(),
|
484 |
+
$(".snippet-fb-title-custom").show(),
|
485 |
+
$(".snippet-fb-title-default").hide())
|
486 |
: 0 == meta_fb_title_val.length &&
|
487 |
+
($(".snippet-fb-title-default").show(),
|
488 |
+
$(".snippet-fb-title-custom").hide(),
|
489 |
+
$(".snippet-fb-title").hide());
|
490 |
});
|
491 |
|
492 |
+
$("#seopress_social_fb_desc_meta").on(
|
493 |
"keyup paste change click",
|
494 |
function (e) {
|
495 |
+
var meta_fb_desc_val = $("#seopress_social_fb_desc_meta").val();
|
|
|
|
|
496 |
|
497 |
meta_fb_desc_val.length > 0
|
498 |
+
? ($(".snippet-fb-description-custom").text(
|
499 |
e.target.value
|
500 |
),
|
501 |
+
$(".snippet-fb-description").hide(),
|
502 |
+
$(".snippet-fb-description-custom").show(),
|
503 |
+
$(".snippet-fb-description-default").hide())
|
|
|
|
|
|
|
|
|
|
|
|
|
504 |
: 0 == meta_fb_desc_val.length &&
|
505 |
+
($(".snippet-fb-description-default").show(),
|
506 |
+
$(".snippet-fb-description-custom").hide(),
|
507 |
+
$(".snippet-fb-description").hide());
|
|
|
|
|
|
|
|
|
|
|
|
|
508 |
}
|
509 |
);
|
510 |
|
511 |
sp_social_img("fb");
|
512 |
+
$("#seopress_social_fb_img_meta").on(
|
513 |
"keyup paste change click",
|
514 |
function () {
|
515 |
sp_social_img("fb");
|
517 |
);
|
518 |
|
519 |
// TWITTER
|
520 |
+
$("#seopress_social_twitter_title_meta").on(
|
521 |
"keyup paste change click",
|
522 |
function (e) {
|
523 |
+
var meta_fb_title_val = $(
|
524 |
"#seopress_social_twitter_title_meta"
|
525 |
).val();
|
526 |
|
527 |
meta_fb_title_val.length > 0
|
528 |
+
? ($(".snippet-twitter-title-custom").text(e.target.value),
|
529 |
+
$(".snippet-twitter-title").hide(),
|
530 |
+
$(".snippet-twitter-title-custom").show(),
|
531 |
+
$(".snippet-twitter-title-default").hide())
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
: 0 == meta_fb_title_val.length &&
|
533 |
+
($(".snippet-twitter-title-default").show(),
|
534 |
+
$(".snippet-twitter-title-custom").hide(),
|
535 |
+
$(".snippet-twitter-title").hide());
|
|
|
|
|
|
|
|
|
|
|
|
|
536 |
}
|
537 |
);
|
538 |
|
539 |
+
$("#seopress_social_twitter_desc_meta").on(
|
540 |
"keyup paste change click",
|
541 |
function (e) {
|
542 |
+
var meta_fb_desc_val = $(
|
543 |
"#seopress_social_twitter_desc_meta"
|
544 |
).val();
|
545 |
|
546 |
meta_fb_desc_val.length > 0
|
547 |
+
? ($(".snippet-twitter-description-custom").text(
|
548 |
e.target.value
|
549 |
),
|
550 |
+
$(".snippet-twitter-description").hide(),
|
551 |
+
$(".snippet-twitter-description-custom").show(),
|
552 |
+
$(".snippet-twitter-description-default").hide())
|
|
|
|
|
|
|
|
|
|
|
|
|
553 |
: 0 == meta_fb_desc_val.length &&
|
554 |
+
($(".snippet-twitter-description-default").show(),
|
555 |
+
$(".snippet-twitter-description-custom").hide(),
|
556 |
+
$(".snippet-twitter-description").hide());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
}
|
558 |
);
|
559 |
|
560 |
sp_social_img("twitter");
|
561 |
+
$("#seopress_social_twitter_img_meta").on(
|
562 |
"keyup paste change click",
|
563 |
function () {
|
564 |
sp_social_img("twitter");
|
569 |
|
570 |
//Content Analysis - Toggle
|
571 |
function sp_ca_toggle() {
|
572 |
+
const $ = jQuery;
|
573 |
var stop = false;
|
574 |
+
$(".gr-analysis-title .btn-toggle").on("click", function (e) {
|
575 |
if (stop) {
|
576 |
event.stopImmediatePropagation();
|
577 |
event.preventDefault();
|
578 |
stop = false;
|
579 |
}
|
580 |
+
$(this).toggleClass("open");
|
581 |
+
$(this).attr('aria-expanded', ($(this).attr('aria-expanded') == "false" ? true : false));
|
582 |
+
$(this).parent().parent().next(".gr-analysis-content").toggle();
|
583 |
+
$(this).parent().parent().next(".gr-analysis-content").attr('aria-hidden', ($(this).parent().parent().next(".gr-analysis-content").attr('aria-hidden') == "true" ? false : true));
|
584 |
});
|
585 |
|
586 |
//Show all
|
587 |
+
$("#expand-all").on("click", function (e) {
|
588 |
e.preventDefault();
|
589 |
+
$(".gr-analysis-content").show();
|
590 |
+
$(".gr-analysis-title button").attr('aria-expanded', true);
|
591 |
+
$(".gr-analysis-content").attr('aria-hidden', false);
|
592 |
});
|
593 |
//Hide all
|
594 |
+
$("#close-all").on("click", function (e) {
|
595 |
e.preventDefault();
|
596 |
+
$(".gr-analysis-content").hide();
|
597 |
+
$(".gr-analysis-title button").attr('aria-expanded', false);
|
598 |
+
$(".gr-analysis-content").attr('aria-hidden', true);
|
599 |
});
|
600 |
}
|
601 |
|
628 |
}
|
629 |
}
|
630 |
|
631 |
+
$(".sp-suggest-btn").click(function (e) {
|
632 |
e.preventDefault();
|
633 |
|
634 |
+
target_kw.addTags($(this).text());
|
635 |
});
|
636 |
}
|
637 |
|
638 |
jQuery(document).ready(function (e) {
|
639 |
+
const $ = jQuery;
|
640 |
+
|
641 |
//default state
|
642 |
+
if ($("#toggle-preview").attr("data-toggle") == "1") {
|
643 |
+
$("#seopress_cpt .google-snippet-preview").addClass(
|
644 |
"mobile-preview"
|
645 |
);
|
646 |
} else {
|
647 |
+
$("#seopress_cpt .google-snippet-preview").removeClass(
|
648 |
"mobile-preview"
|
649 |
);
|
650 |
}
|
651 |
+
$("#toggle-preview").on("click", function () {
|
652 |
+
$("#toggle-preview").attr(
|
653 |
"data-toggle",
|
654 |
+
$("#toggle-preview").attr("data-toggle") == "1" ? "0" : "1"
|
655 |
);
|
656 |
+
$("#seopress_cpt .google-snippet-preview").toggleClass(
|
657 |
"mobile-preview"
|
658 |
);
|
659 |
});
|
765 |
}
|
766 |
|
767 |
// Google Preview
|
768 |
+
title = '';
|
769 |
+
if (s.data.title) {
|
770 |
+
title = s.data.title.substr(0, 60) + '...';
|
771 |
+
}
|
772 |
+
|
773 |
+
e("#seopress_cpt .google-snippet-preview .snippet-title").html(title),
|
774 |
+
e("#seopress_cpt .google-snippet-preview .snippet-title-default").html(title),
|
775 |
+
e("#seopress_titles_title_meta").attr("placeholder", title);
|
776 |
+
|
777 |
+
meta_desc = '';
|
778 |
+
if (s.data.meta_desc) {
|
779 |
+
meta_desc = s.data.meta_desc.substr(0, 160) + '...';
|
780 |
+
}
|
781 |
+
|
782 |
+
e("#seopress_cpt .google-snippet-preview .snippet-description").html(meta_desc),
|
783 |
+
e("#seopress_cpt .google-snippet-preview .snippet-description-default").html(meta_desc),
|
784 |
+
e("#seopress_titles_desc_meta").attr("placeholder", meta_desc);
|
|
|
|
|
|
|
785 |
|
786 |
// Facebook Preview
|
787 |
if (data_arr.og_title) {
|
788 |
+
e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder", data_arr.og_title[0]),
|
789 |
+
e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title").html(data_arr.og_title[0]),
|
790 |
+
e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title-default").html(data_arr.og_title[0]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
791 |
}
|
792 |
|
793 |
if (data_arr.og_desc) {
|
794 |
+
e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder", data_arr.og_desc[0]),
|
795 |
+
e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description").html(data_arr.og_desc[0]),
|
796 |
+
e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description-default").html(data_arr.og_desc[0]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
}
|
798 |
|
799 |
if (data_arr.og_img) {
|
885 |
sp_ca_toggle();
|
886 |
|
887 |
//Inspect URL
|
888 |
+
$('#seopress_inspect_url').on("click", function () {
|
889 |
+
$(this).attr("disabled", "disabled");
|
890 |
+
$('.spinner').css("visibility", "visible");
|
891 |
+
$('.spinner').css("float", "none");
|
892 |
|
893 |
//Post ID
|
894 |
if (typeof e("#seopress-tabs").attr("data_id") !== "undefined") {
|
906 |
_ajax_nonce: seopressAjaxInspectUrl.seopress_nonce,
|
907 |
},
|
908 |
success: function () {
|
909 |
+
$('.spinner').css("visibility", "hidden");
|
910 |
+
$('#seopress_inspect_url').removeAttr("disabled");
|
911 |
+
$("#seopress-ca-tabs-1").load(" #seopress-ca-tabs-1");
|
912 |
}
|
913 |
});
|
914 |
});
|
@@ -1 +1 @@
|
|
1 |
-
function sp_titles_counters(){const $=jQuery;let elementTitleMeta=$("#seopress_titles_title_meta");if($("#seopress_titles_title_meta").length){$(".snippet-title-custom:visible").length>0?elementTitleMeta=$(".snippet-title-custom"):$(".snippet-title:visible").length>0?elementTitleMeta=$(".snippet-title"):$(".snippet-title-default:visible").length>0&&(elementTitleMeta=$(".snippet-title-default"));var meta_title_val=elementTitleMeta.val(),meta_title_placeholder=jQuery("#seopress_titles_title_meta").attr("placeholder");if(jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),meta_title_val.length>0?(jQuery("#seopress_titles_title_counters").text(meta_title_val.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))):meta_title_placeholder.length&&(jQuery("#seopress_titles_title_counters").text(meta_title_placeholder.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),meta_title_val.length>60?jQuery("#seopress_titles_title_counters").css("color","red"):meta_title_placeholder.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_val)>568?jQuery("#seopress_titles_title_pixel").css("color","red"):pixelTitle(meta_title_placeholder)>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),meta_title_val.length)var progress=Math.round(pixelTitle(meta_title_val)/568*100);else var progress=Math.round(pixelTitle(meta_title_placeholder)/568*100);progress>=100&&(progress=100),jQuery("#seopress_titles_title_counters_progress").attr("aria-valuenow",progress),jQuery("#seopress_titles_title_counters_progress").text(progress+"%"),jQuery("#seopress_titles_title_counters_progress").css("width",progress+"%"),jQuery("#seopress_titles_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep").on("keyup paste change click",(function(e){var meta_title_val=$("#seopress_titles_title_meta").val();$(".snippet-title-custom:visible").length>0?meta_title_val=$(".snippet-title-custom").text():$(".snippet-title:visible").length>0?meta_title_val=$(".snippet-title").text():$(".snippet-title-default:visible").length>0&&(meta_title_val=$(".snippet-title-default").text());var meta_title_placeholder=jQuery("#seopress_titles_title_meta").attr("placeholder");if(jQuery("#seopress_titles_title_counters").css("color","inherit"),jQuery("#seopress_titles_title_pixel").css("color","inherit"),meta_title_val.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_val)>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),0==meta_title_val.length&&(meta_title_placeholder.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_placeholder)>568&&jQuery("#seopress_titles_title_pixel").css("color","red")),meta_title_val.length>0?(jQuery("#seopress_titles_title_counters").text(meta_title_val.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))):meta_title_placeholder.length&&(jQuery("#seopress_titles_title_counters").text(meta_title_placeholder.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),meta_title_val.length)var progress=Math.round(pixelTitle(meta_title_val)/568*100);else var progress=Math.round(pixelTitle(meta_title_placeholder)/568*100);progress>=100&&(progress=100),jQuery("#seopress_titles_title_counters_progress").attr("aria-valuenow",progress),jQuery("#seopress_titles_title_counters_progress").text(progress+"%"),jQuery("#seopress_titles_title_counters_progress").css("width",progress+"%")}))}}function sp_meta_desc_counters(){if(jQuery("#seopress_titles_desc_meta").length){var meta_desc_val=jQuery("#seopress_titles_desc_meta").val(),meta_desc_placeholder=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(jQuery("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),meta_desc_val.length>0?(jQuery("#seopress_titles_desc_counters").text(meta_desc_val.length),jQuery("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_val))):meta_desc_placeholder.length&&(jQuery("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),jQuery("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_placeholder))),meta_desc_val.length>160?jQuery("#seopress_titles_desc_counters").css("color","red"):meta_desc_placeholder.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_val)>940?jQuery("#seopress_titles_desc_pixel").css("color","red"):pixelDesc(meta_desc_placeholder)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),meta_desc_val.length)var progress=Math.round(pixelDesc(meta_desc_val)/940*100);else var progress=Math.round(pixelDesc(meta_desc_placeholder)/940*100);progress>=100&&(progress=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),jQuery("#seopress_titles_desc_counters_progress").text(progress+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",progress+"%"),jQuery("#seopress_titles_desc_meta, #seopress-tag-single-excerpt").on("keyup paste change click",(function(e){var meta_desc_val=jQuery("#seopress_titles_desc_meta").val(),meta_desc_placeholder=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(jQuery("#seopress_titles_desc_counters").css("color","inherit"),jQuery("#seopress_titles_desc_pixel").css("color","inherit"),meta_desc_val.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_val)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),0==meta_desc_val.length&&(meta_desc_placeholder.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_placeholder)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red")),meta_desc_val.length>0?(jQuery("#seopress_titles_desc_counters").text(meta_desc_val.length),jQuery("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_val))):meta_desc_placeholder.length&&(jQuery("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),jQuery("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_placeholder))),meta_desc_val.length>0?(jQuery(".snippet-description-custom").text(e.target.value),jQuery(".snippet-description").css("display","none"),jQuery(".snippet-description-custom").css("display","inline"),jQuery(".snippet-description-default").css("display","none")):0==meta_desc_val.length&&(jQuery(".snippet-description-default").css("display","inline"),jQuery(".snippet-description-custom").css("display","none"),jQuery(".snippet-description").css("display","none")),meta_desc_val.length)var progress=Math.round(pixelDesc(meta_desc_val)/940*100);else var progress=Math.round(pixelDesc(meta_desc_placeholder)/940*100);progress>=100&&(progress=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),jQuery("#seopress_titles_desc_counters_progress").text(progress+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",progress+"%")})),jQuery("#excerpt, .editor-post-excerpt textarea").keyup((function(e){var meta_desc_val=jQuery("#seopress_titles_desc_meta").val(),meta_desc_placeholder=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(0==meta_desc_val.length&&0==jQuery(".snippet-description-custom").val().length&&(jQuery(".snippet-description-custom").text(e.target.value),jQuery(".snippet-description").css("display","none"),jQuery(".snippet-description-custom").css("display","inline"),jQuery(".snippet-description-default").css("display","none")),meta_desc_val.length)var progress=meta_desc_val.length;else var progress=meta_desc_placeholder.length;progress>=100&&(progress=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),jQuery("#seopress_titles_desc_counters_progress").text(progress+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",progress+"%")}))}}function pixelTitle(e){return inputText=e,font="18px Arial",canvas=document.createElement("canvas"),context=canvas.getContext("2d"),context.font=font,width=context.measureText(inputText).width,formattedWidth=Math.ceil(width),formattedWidth}function pixelDesc(e){return inputText=e,font="14px Arial",canvas=document.createElement("canvas"),context=canvas.getContext("2d"),context.font=font,width=context.measureText(inputText).width,formattedWidth=Math.ceil(width),formattedWidth}function sp_is_valid_url(string){var res;return null!==string.match(/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/g)}function sp_social_img(social_slug){if(jQuery("#seopress_social_fb_title_meta").length){var meta_img_val;if(jQuery(".snippet-"+social_slug+"-img-alert").css("display","none"),""==(meta_img_val=jQuery("#seopress_social_"+social_slug+"_img_meta").val()))var meta_img_val=jQuery("#seopress_social_"+social_slug+"_img_meta").attr("placeholder");!0===sp_is_valid_url(meta_img_val)?(meta_img_val.length>0?(jQuery(".snippet-"+social_slug+"-img-custom img").attr("src",meta_img_val),jQuery(".snippet-"+social_slug+"-img").css("display","none"),jQuery(".snippet-"+social_slug+"-img-custom").css("display","block"),jQuery(".snippet-"+social_slug+"-img-default").css("display","none")):0==meta_img_val.length&&(jQuery(".snippet-"+social_slug+"-img-default").css("display","block"),jQuery(".snippet-"+social_slug+"-img-custom").css("display","none"),jQuery(".snippet-"+social_slug+"-img").css("display","none")),meta_img_val.length>0&&jQuery.get(meta_img_val).done((function(){var meta_img_filetype=meta_img_val.split(/\#|\?/)[0].split(".").pop().trim(),types;if(-1==["jpg","jpeg","gif","png","webp"].indexOf(meta_img_filetype))jQuery(".snippet-"+social_slug+"-img-alert.alert1").css("display","block");else{var tmp_img=new Image;tmp_img.src=meta_img_val,jQuery(tmp_img).one("load",(function(){pic_real_width=parseInt(tmp_img.width),pic_real_height=parseInt(tmp_img.height),"fb"==social_slug?(min_width=200,min_height=200):(min_width=144,min_height=144),(pic_real_width<min_width||pic_real_height<min_height)&&jQuery(".snippet-"+social_slug+"-img-alert.alert2").css("display","block"),ratio_img=(pic_real_width/pic_real_height).toFixed(2),jQuery(".snippet-"+social_slug+"-img-alert.alert4").css("display","block"),jQuery(".snippet-"+social_slug+"-img-alert.alert4 span").text(ratio_img)}))}})).fail((function(){jQuery(".snippet-"+social_slug+"-img-alert.alert3").css("display","block")}))):jQuery(".snippet-"+social_slug+"-img-alert.alert5").css("display","block")}}function sp_social(){jQuery("#seopress_social_fb_title_meta").length&&(jQuery("#seopress_social_fb_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep").on("keyup paste change click",(function(e){var meta_fb_title_val=jQuery("#seopress_social_fb_title_meta").val();meta_fb_title_val.length>0?(jQuery(".snippet-fb-title-custom").text(e.target.value),jQuery(".snippet-fb-title").css("display","none"),jQuery(".snippet-fb-title-custom").css("display","block"),jQuery(".snippet-fb-title-default").css("display","none")):0==meta_fb_title_val.length&&(jQuery(".snippet-fb-title-default").css("display","block"),jQuery(".snippet-fb-title-custom").css("display","none"),jQuery(".snippet-fb-title").css("display","none"))})),jQuery("#seopress_social_fb_desc_meta").on("keyup paste change click",(function(e){var meta_fb_desc_val=jQuery("#seopress_social_fb_desc_meta").val();meta_fb_desc_val.length>0?(jQuery(".snippet-fb-description-custom").text(e.target.value),jQuery(".snippet-fb-description").css("display","none"),jQuery(".snippet-fb-description-custom").css("display","block"),jQuery(".snippet-fb-description-default").css("display","none")):0==meta_fb_desc_val.length&&(jQuery(".snippet-fb-description-default").css("display","block"),jQuery(".snippet-fb-description-custom").css("display","none"),jQuery(".snippet-fb-description").css("display","none"))})),sp_social_img("fb"),jQuery("#seopress_social_fb_img_meta").on("keyup paste change click",(function(){sp_social_img("fb")})),jQuery("#seopress_social_twitter_title_meta").on("keyup paste change click",(function(e){var meta_fb_title_val=jQuery("#seopress_social_twitter_title_meta").val();meta_fb_title_val.length>0?(jQuery(".snippet-twitter-title-custom").text(e.target.value),jQuery(".snippet-twitter-title").css("display","none"),jQuery(".snippet-twitter-title-custom").css("display","block"),jQuery(".snippet-twitter-title-default").css("display","none")):0==meta_fb_title_val.length&&(jQuery(".snippet-twitter-title-default").css("display","block"),jQuery(".snippet-twitter-title-custom").css("display","none"),jQuery(".snippet-twitter-title").css("display","none"))})),jQuery("#seopress_social_twitter_desc_meta").on("keyup paste change click",(function(e){var meta_fb_desc_val=jQuery("#seopress_social_twitter_desc_meta").val();meta_fb_desc_val.length>0?(jQuery(".snippet-twitter-description-custom").text(e.target.value),jQuery(".snippet-twitter-description").css("display","none"),jQuery(".snippet-twitter-description-custom").css("display","block"),jQuery(".snippet-twitter-description-default").css("display","none")):0==meta_fb_desc_val.length&&(jQuery(".snippet-twitter-description-default").css("display","block"),jQuery(".snippet-twitter-description-custom").css("display","none"),jQuery(".snippet-twitter-description").css("display","none"))})),sp_social_img("twitter"),jQuery("#seopress_social_twitter_img_meta").on("keyup paste change click",(function(){sp_social_img("twitter")})))}function sp_ca_toggle(){var stop=!1;jQuery(".gr-analysis-title .btn-toggle").on("click",(function(e){stop&&(event.stopImmediatePropagation(),event.preventDefault(),stop=!1),jQuery(this).toggleClass("open"),jQuery(this).attr("aria-expanded","false"==jQuery(this).attr("aria-expanded")),jQuery(this).parent().parent().next(".gr-analysis-content").toggle(),jQuery(this).parent().parent().next(".gr-analysis-content").attr("aria-hidden","true"!=jQuery(this).parent().parent().next(".gr-analysis-content").attr("aria-hidden"))})),jQuery("#expand-all").on("click",(function(e){e.preventDefault(),jQuery(".gr-analysis-content").show(),jQuery(".gr-analysis-title button").attr("aria-expanded",!0),jQuery(".gr-analysis-content").attr("aria-hidden",!1)})),jQuery("#close-all").on("click",(function(e){e.preventDefault(),jQuery(".gr-analysis-content").hide(),jQuery(".gr-analysis-title button").attr("aria-expanded",!1),jQuery(".gr-analysis-content").attr("aria-hidden",!0)}))}document.addEventListener("DOMContentLoaded",(function(){const $=jQuery;$("#seopress-ca-tabs").length&&$("#seopress-ca-tabs .wrap-ca-list").length&&($("#seopress-ca-tabs .hidden").removeClass("hidden"),$("#seopress-ca-tabs").tabs())}));var input=document.querySelector("input[id=seopress_analysis_target_kw_meta]"),target_kw=new Tagify(input,{originalInputValueFormat:valuesArr=>valuesArr.map(item=>item.value).join(",")});function seopress_google_suggest(data){var raw_suggestions,suggestions_array=String(data).split(","),i;for(i=0;i<suggestions_array.length;i++)null!=suggestions_array[i]&&null!=suggestions_array[i]&&""!=suggestions_array[i]&&"[object Object]"!=suggestions_array[i]&&(document.getElementById("seopress_suggestions").innerHTML+='<li><a href="#" class="sp-suggest-btn components-button is-secondary">'+suggestions_array[i]+"</a></li>");jQuery(".sp-suggest-btn").click((function(e){e.preventDefault(),target_kw.addTags(jQuery(this).text())}))}jQuery(document).ready((function(e){function s(){if(void 0!==e("#seopress-tabs").attr("data_id"))var post_id=e("#seopress-tabs").attr("data_id");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id"))var post_id=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id");if(void 0!==e("#seopress-tabs").attr("data_tax"))var tax_name=e("#seopress-tabs").attr("data_tax");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_tax"))var tax_name=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_tax");if(void 0!==e("#seopress-tabs").attr("data_origin"))var origin=e("#seopress-tabs").attr("data_origin");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_origin"))var origin=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_origin");e.ajax({method:"GET",url:seopressAjaxRealPreview.seopress_real_preview,data:{action:"seopress_do_real_preview",post_id:post_id,tax_name:tax_name,origin:origin,post_type:e("#seopress_launch_analysis").attr("data_post_type"),seopress_analysis_target_kw:e("#seopress_analysis_target_kw_meta").val(),_ajax_nonce:seopressAjaxRealPreview.seopress_nonce},beforeSend:function(){e(".analysis-score p span").fadeIn().text(seopressAjaxRealPreview.i18n.progress),e(".analysis-score p").addClass("loading")},success:function(s){void 0===s.data.og_title?og_title="":og_title=s.data.og_title.values,void 0===s.data.og_desc?og_desc="":og_desc=s.data.og_desc.values,void 0===s.data.og_img?og_img="":og_img=s.data.og_img.values,void 0===s.data.og_url?og_url="":og_url=s.data.og_url.host,void 0===s.data.og_site_name?og_site_name="":og_site_name=s.data.og_site_name.values,void 0===s.data.tw_title?tw_title="":tw_title=s.data.tw_title.values,void 0===s.data.tw_desc?tw_desc="":tw_desc=s.data.tw_desc.values,void 0===s.data.tw_img?tw_img="":tw_img=s.data.tw_img.values,void 0===s.data.meta_robots?meta_robots="":meta_robots=s.data.meta_robots[0];var data_arr={og_title:og_title,og_desc:og_desc,og_img:og_img,og_url:og_url,og_site_name:og_site_name,tw_title:tw_title,tw_desc:tw_desc,tw_img:tw_img},if_noindex;for(var key in data_arr)data_arr.length&&(key=data_arr[key].length>1?data_arr[key].slice(-1)[0]:data_arr[key][0]);meta_robots=meta_robots.toString(),e("#sp-advanced-alert").empty(),new RegExp("noindex").test(meta_robots)&&e("#sp-advanced-alert").append('<span class="impact high" aria-hidden="true"></span>'),e("#seopress_cpt .google-snippet-preview .snippet-title").html(s.data.title),e("#seopress_cpt .google-snippet-preview .snippet-title-default").html(s.data.title),e("#seopress_titles_title_meta").attr("placeholder",s.data.title),e("#seopress_cpt .google-snippet-preview .snippet-description").html(s.data.meta_desc),e("#seopress_cpt .google-snippet-preview .snippet-description-default").html(s.data.meta_desc),e("#seopress_titles_desc_meta").attr("placeholder",s.data.meta_desc),data_arr.og_title&&(e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder",data_arr.og_title[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title").html(data_arr.og_title[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title-default").html(data_arr.og_title[0])),data_arr.og_desc&&(e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder",data_arr.og_desc[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description").html(data_arr.og_desc[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description-default").html(data_arr.og_desc[0])),data_arr.og_img&&(e("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder",data_arr.og_img[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-img img").attr("src",data_arr.og_img[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-img-default img").attr("src",data_arr.og_img[0])),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-url").html(data_arr.og_url),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-site-name").html(data_arr.og_site_name),data_arr.tw_title&&(e("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder",data_arr.tw_title[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-title").html(data_arr.tw_title[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-title-default").html(data_arr.tw_title[0])),data_arr.tw_desc&&(e("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder",data_arr.tw_desc[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-description").html(data_arr.tw_desc[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-description-default").html(data_arr.tw_desc[0])),data_arr.tw_img&&(e("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder",data_arr.tw_img[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-img img").attr("src",data_arr.tw_img[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-img-default img").attr("src",data_arr.tw_img[0])),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-url").html(data_arr.og_url),e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder",s.data.canonical),e("#seopress-analysis-tabs").load(" #seopress-analysis-tabs-1","",sp_ca_toggle),e("#seopress-wrap-notice-target-kw").load(" #seopress-notice-target-kw",""),e(".analysis-score p").removeClass("loading"),e(" #seopress_titles_title_counters_val").remove(),e(" #seopress_titles_desc_counters_val").remove(),sp_titles_counters(),sp_meta_desc_counters(),sp_social()}})}"1"==jQuery("#toggle-preview").attr("data-toggle")?jQuery("#seopress_cpt .google-snippet-preview").addClass("mobile-preview"):jQuery("#seopress_cpt .google-snippet-preview").removeClass("mobile-preview"),jQuery("#toggle-preview").on("click",(function(){jQuery("#toggle-preview").attr("data-toggle","1"==jQuery("#toggle-preview").attr("data-toggle")?"0":"1"),jQuery("#seopress_cpt .google-snippet-preview").toggleClass("mobile-preview")})),s(),e("#seopress_launch_analysis").on("click",(function(){s()})),sp_ca_toggle(),jQuery("#seopress_inspect_url").on("click",(function(){if(jQuery(this).attr("disabled","disabled"),jQuery(".spinner").css("visibility","visible"),jQuery(".spinner").css("float","none"),void 0!==e("#seopress-tabs").attr("data_id"))var post_id=e("#seopress-tabs").attr("data_id");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id"))var post_id=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id");e.ajax({method:"POST",url:seopressAjaxInspectUrl.seopress_inspect_url,data:{action:"seopress_inspect_url",post_id:post_id,_ajax_nonce:seopressAjaxInspectUrl.seopress_nonce},success:function(){jQuery(".spinner").css("visibility","hidden"),jQuery("#seopress_inspect_url").removeAttr("disabled"),jQuery("#seopress-ca-tabs-1").load(" #seopress-ca-tabs-1")}})}))}));
|
1 |
+
function sp_titles_counters(){const $=jQuery;let elementTitleMeta=$("#seopress_titles_title_meta");if($("#seopress_titles_title_meta").length){$(".snippet-title-custom:visible").length>0?elementTitleMeta=$(".snippet-title-custom"):$(".snippet-title:visible").length>0?elementTitleMeta=$(".snippet-title"):$(".snippet-title-default:visible").length>0&&(elementTitleMeta=$(".snippet-title-default"));var meta_title_val=elementTitleMeta.val(),meta_title_placeholder=$("#seopress_titles_title_meta").attr("placeholder");if($("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),meta_title_val.length>0?($("#seopress_titles_title_counters").text(meta_title_val.length),$("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))):meta_title_placeholder.length&&($("#seopress_titles_title_counters").text(meta_title_placeholder.length),$("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),meta_title_val.length>60?$("#seopress_titles_title_counters").css("color","red"):meta_title_placeholder.length>60&&$("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_val)>568?$("#seopress_titles_title_pixel").css("color","red"):pixelTitle(meta_title_placeholder)>568&&$("#seopress_titles_title_pixel").css("color","red"),meta_title_val.length)var progress=Math.round(pixelTitle(meta_title_val)/568*100);else var progress=Math.round(pixelTitle(meta_title_placeholder)/568*100);progress>=100&&(progress=100),$("#seopress_titles_title_counters_progress").attr("aria-valuenow",progress),$("#seopress_titles_title_counters_progress").text(progress+"%"),$("#seopress_titles_title_counters_progress").css("width",progress+"%"),$("#seopress_titles_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep").on("keyup paste change click",(function(e){var meta_title_val=$("#seopress_titles_title_meta").val();$(".snippet-title-custom:visible").length>0?meta_title_val=$(".snippet-title-custom").text():$(".snippet-title:visible").length>0?meta_title_val=$(".snippet-title").text():$(".snippet-title-default:visible").length>0&&(meta_title_val=$(".snippet-title-default").text());var meta_title_placeholder=$("#seopress_titles_title_meta").attr("placeholder");if($("#seopress_titles_title_counters").css("color","inherit"),$("#seopress_titles_title_pixel").css("color","inherit"),meta_title_val.length>60&&$("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_val)>568&&$("#seopress_titles_title_pixel").css("color","red"),0==meta_title_val.length&&(meta_title_placeholder.length>60&&$("#seopress_titles_title_counters").css("color","red"),pixelTitle(meta_title_placeholder)>568&&$("#seopress_titles_title_pixel").css("color","red")),meta_title_val.length>0?($("#seopress_titles_title_counters").text(meta_title_val.length),$("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))):meta_title_placeholder.length&&($("#seopress_titles_title_counters").text(meta_title_placeholder.length),$("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),meta_title_val.length)var progress=Math.round(pixelTitle(meta_title_val)/568*100);else var progress=Math.round(pixelTitle(meta_title_placeholder)/568*100);progress>=100&&(progress=100),$("#seopress_titles_title_counters_progress").attr("aria-valuenow",progress),$("#seopress_titles_title_counters_progress").text(progress+"%"),$("#seopress_titles_title_counters_progress").css("width",progress+"%")}))}}function sp_meta_desc_counters(){const $=jQuery;if($("#seopress_titles_desc_meta").length){var meta_desc_val=$("#seopress_titles_desc_meta").val(),meta_desc_placeholder=$("#seopress_titles_desc_meta").attr("placeholder");if($("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),meta_desc_val.length>0?($("#seopress_titles_desc_counters").text(meta_desc_val.length),$("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_val))):meta_desc_placeholder.length&&($("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),$("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_placeholder))),meta_desc_val.length>160?$("#seopress_titles_desc_counters").css("color","red"):meta_desc_placeholder.length>160&&$("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_val)>940?$("#seopress_titles_desc_pixel").css("color","red"):pixelDesc(meta_desc_placeholder)>940&&$("#seopress_titles_desc_pixel").css("color","red"),meta_desc_val.length)var progress=Math.round(pixelDesc(meta_desc_val)/940*100);else var progress=Math.round(pixelDesc(meta_desc_placeholder)/940*100);progress>=100&&(progress=100),$("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),$("#seopress_titles_desc_counters_progress").text(progress+"%"),$("#seopress_titles_desc_counters_progress").css("width",progress+"%"),$("#seopress_titles_desc_meta, #seopress-tag-single-excerpt").on("keyup paste change click",(function(e){var meta_desc_val=$("#seopress_titles_desc_meta").val(),meta_desc_placeholder=$("#seopress_titles_desc_meta").attr("placeholder");if($("#seopress_titles_desc_counters").css("color","inherit"),$("#seopress_titles_desc_pixel").css("color","inherit"),meta_desc_val.length>160&&$("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_val)>940&&$("#seopress_titles_desc_pixel").css("color","red"),0==meta_desc_val.length&&(meta_desc_placeholder.length>160&&$("#seopress_titles_desc_counters").css("color","red"),pixelDesc(meta_desc_placeholder)>940&&$("#seopress_titles_desc_pixel").css("color","red")),meta_desc_val.length>0?($("#seopress_titles_desc_counters").text(meta_desc_val.length),$("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_val))):meta_desc_placeholder.length&&($("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),$("#seopress_titles_desc_pixel").text(pixelDesc(meta_desc_placeholder))),meta_desc_val.length>0?($(".snippet-description-custom").text(e.target.value.substr(0,160)+"..."),$(".snippet-description").hide(),$(".snippet-description-custom").css("display","inline"),$(".snippet-description-default").hide()):0==meta_desc_val.length&&($(".snippet-description-default").css("display","inline"),$(".snippet-description-custom").hide(),$(".snippet-description").hide()),meta_desc_val.length)var progress=Math.round(pixelDesc(meta_desc_val)/940*100);else var progress=Math.round(pixelDesc(meta_desc_placeholder)/940*100);progress>=100&&(progress=100),$("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),$("#seopress_titles_desc_counters_progress").text(progress+"%"),$("#seopress_titles_desc_counters_progress").css("width",progress+"%")})),$("#excerpt, .editor-post-excerpt textarea").keyup((function(e){var meta_desc_val=$("#seopress_titles_desc_meta").val(),meta_desc_placeholder=$("#seopress_titles_desc_meta").attr("placeholder");if(0==meta_desc_val.length&&0==$(".snippet-description-custom").val().length&&($(".snippet-description-custom").text(e.target.value),$(".snippet-description").hide(),$(".snippet-description-custom").css("display","inline"),$(".snippet-description-default").hide()),meta_desc_val.length)var progress=meta_desc_val.length;else var progress=meta_desc_placeholder.length;progress>=100&&(progress=100),$("#seopress_titles_desc_counters_progress").attr("aria-valuenow",progress),$("#seopress_titles_desc_counters_progress").text(progress+"%"),$("#seopress_titles_desc_counters_progress").css("width",progress+"%")}))}}function pixelTitle(e){return inputText=e,font="20px Arial",canvas=document.createElement("canvas"),context=canvas.getContext("2d"),context.font=font,width=context.measureText(inputText).width,formattedWidth=Math.ceil(width),formattedWidth}function pixelDesc(e){return inputText=e,font="14px Arial",canvas=document.createElement("canvas"),context=canvas.getContext("2d"),context.font=font,width=context.measureText(inputText).width,formattedWidth=Math.ceil(width),formattedWidth}function sp_is_valid_url(string){var res;return null!==string.match(/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/g)}function sp_social_img(social_slug){const $=jQuery;if($("#seopress_social_fb_title_meta").length){var meta_img_val;if($(".snippet-"+social_slug+"-img-alert").hide(),""==(meta_img_val=$("#seopress_social_"+social_slug+"_img_meta").val()))var meta_img_val=$("#seopress_social_"+social_slug+"_img_meta").attr("placeholder");!0===sp_is_valid_url(meta_img_val)?(meta_img_val.length>0?($(".snippet-"+social_slug+"-img-custom img").attr("src",meta_img_val),$(".snippet-"+social_slug+"-img").hide(),$(".snippet-"+social_slug+"-img-custom").show(),$(".snippet-"+social_slug+"-img-default").hide()):0==meta_img_val.length&&($(".snippet-"+social_slug+"-img-default").show(),$(".snippet-"+social_slug+"-img-custom").show(),$(".snippet-"+social_slug+"-img").hide()),meta_img_val.length>0&&$.get(meta_img_val).done((function(){var meta_img_filetype=meta_img_val.split(/\#|\?/)[0].split(".").pop().trim(),types;if(-1==["jpg","jpeg","gif","png","webp"].indexOf(meta_img_filetype))$(".snippet-"+social_slug+"-img-alert.alert1").show();else{var tmp_img=new Image;tmp_img.src=meta_img_val,$(tmp_img).one("load",(function(){pic_real_width=parseInt(tmp_img.width),pic_real_height=parseInt(tmp_img.height),"fb"==social_slug?(min_width=200,min_height=200):(min_width=144,min_height=144),(pic_real_width<min_width||pic_real_height<min_height)&&$(".snippet-"+social_slug+"-img-alert.alert2").show(),ratio_img=(pic_real_width/pic_real_height).toFixed(2),$(".snippet-"+social_slug+"-img-alert.alert4").show(),$(".snippet-"+social_slug+"-img-alert.alert4 span").text(ratio_img)}))}})).fail((function(){$(".snippet-"+social_slug+"-img-alert.alert3").show()}))):$(".snippet-"+social_slug+"-img-alert.alert5").show()}}function sp_social(){const $=jQuery;$("#seopress_social_fb_title_meta").length&&($("#seopress_social_fb_title_meta, #seopress-tag-single-title, #seopress-tag-single-site-title, #seopress-tag-single-sep").on("keyup paste change click",(function(e){var meta_fb_title_val=$("#seopress_social_fb_title_meta").val();meta_fb_title_val.length>0?($(".snippet-fb-title-custom").text(e.target.value),$(".snippet-fb-title").hide(),$(".snippet-fb-title-custom").show(),$(".snippet-fb-title-default").hide()):0==meta_fb_title_val.length&&($(".snippet-fb-title-default").show(),$(".snippet-fb-title-custom").hide(),$(".snippet-fb-title").hide())})),$("#seopress_social_fb_desc_meta").on("keyup paste change click",(function(e){var meta_fb_desc_val=$("#seopress_social_fb_desc_meta").val();meta_fb_desc_val.length>0?($(".snippet-fb-description-custom").text(e.target.value),$(".snippet-fb-description").hide(),$(".snippet-fb-description-custom").show(),$(".snippet-fb-description-default").hide()):0==meta_fb_desc_val.length&&($(".snippet-fb-description-default").show(),$(".snippet-fb-description-custom").hide(),$(".snippet-fb-description").hide())})),sp_social_img("fb"),$("#seopress_social_fb_img_meta").on("keyup paste change click",(function(){sp_social_img("fb")})),$("#seopress_social_twitter_title_meta").on("keyup paste change click",(function(e){var meta_fb_title_val=$("#seopress_social_twitter_title_meta").val();meta_fb_title_val.length>0?($(".snippet-twitter-title-custom").text(e.target.value),$(".snippet-twitter-title").hide(),$(".snippet-twitter-title-custom").show(),$(".snippet-twitter-title-default").hide()):0==meta_fb_title_val.length&&($(".snippet-twitter-title-default").show(),$(".snippet-twitter-title-custom").hide(),$(".snippet-twitter-title").hide())})),$("#seopress_social_twitter_desc_meta").on("keyup paste change click",(function(e){var meta_fb_desc_val=$("#seopress_social_twitter_desc_meta").val();meta_fb_desc_val.length>0?($(".snippet-twitter-description-custom").text(e.target.value),$(".snippet-twitter-description").hide(),$(".snippet-twitter-description-custom").show(),$(".snippet-twitter-description-default").hide()):0==meta_fb_desc_val.length&&($(".snippet-twitter-description-default").show(),$(".snippet-twitter-description-custom").hide(),$(".snippet-twitter-description").hide())})),sp_social_img("twitter"),$("#seopress_social_twitter_img_meta").on("keyup paste change click",(function(){sp_social_img("twitter")})))}function sp_ca_toggle(){const $=jQuery;var stop=!1;$(".gr-analysis-title .btn-toggle").on("click",(function(e){stop&&(event.stopImmediatePropagation(),event.preventDefault(),stop=!1),$(this).toggleClass("open"),$(this).attr("aria-expanded","false"==$(this).attr("aria-expanded")),$(this).parent().parent().next(".gr-analysis-content").toggle(),$(this).parent().parent().next(".gr-analysis-content").attr("aria-hidden","true"!=$(this).parent().parent().next(".gr-analysis-content").attr("aria-hidden"))})),$("#expand-all").on("click",(function(e){e.preventDefault(),$(".gr-analysis-content").show(),$(".gr-analysis-title button").attr("aria-expanded",!0),$(".gr-analysis-content").attr("aria-hidden",!1)})),$("#close-all").on("click",(function(e){e.preventDefault(),$(".gr-analysis-content").hide(),$(".gr-analysis-title button").attr("aria-expanded",!1),$(".gr-analysis-content").attr("aria-hidden",!0)}))}document.addEventListener("DOMContentLoaded",(function(){const $=jQuery;$("#seopress-ca-tabs").length&&$("#seopress-ca-tabs .wrap-ca-list").length&&($("#seopress-ca-tabs .hidden").removeClass("hidden"),$("#seopress-ca-tabs").tabs())}));var input=document.querySelector("input[id=seopress_analysis_target_kw_meta]"),target_kw=new Tagify(input,{originalInputValueFormat:valuesArr=>valuesArr.map(item=>item.value).join(",")});function seopress_google_suggest(data){var raw_suggestions,suggestions_array=String(data).split(","),i;for(i=0;i<suggestions_array.length;i++)null!=suggestions_array[i]&&null!=suggestions_array[i]&&""!=suggestions_array[i]&&"[object Object]"!=suggestions_array[i]&&(document.getElementById("seopress_suggestions").innerHTML+='<li><a href="#" class="sp-suggest-btn components-button is-secondary">'+suggestions_array[i]+"</a></li>");$(".sp-suggest-btn").click((function(e){e.preventDefault(),target_kw.addTags($(this).text())}))}jQuery(document).ready((function(e){const $=jQuery;function s(){if(void 0!==e("#seopress-tabs").attr("data_id"))var post_id=e("#seopress-tabs").attr("data_id");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id"))var post_id=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id");if(void 0!==e("#seopress-tabs").attr("data_tax"))var tax_name=e("#seopress-tabs").attr("data_tax");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_tax"))var tax_name=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_tax");if(void 0!==e("#seopress-tabs").attr("data_origin"))var origin=e("#seopress-tabs").attr("data_origin");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_origin"))var origin=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_origin");e.ajax({method:"GET",url:seopressAjaxRealPreview.seopress_real_preview,data:{action:"seopress_do_real_preview",post_id:post_id,tax_name:tax_name,origin:origin,post_type:e("#seopress_launch_analysis").attr("data_post_type"),seopress_analysis_target_kw:e("#seopress_analysis_target_kw_meta").val(),_ajax_nonce:seopressAjaxRealPreview.seopress_nonce},beforeSend:function(){e(".analysis-score p span").fadeIn().text(seopressAjaxRealPreview.i18n.progress),e(".analysis-score p").addClass("loading")},success:function(s){void 0===s.data.og_title?og_title="":og_title=s.data.og_title.values,void 0===s.data.og_desc?og_desc="":og_desc=s.data.og_desc.values,void 0===s.data.og_img?og_img="":og_img=s.data.og_img.values,void 0===s.data.og_url?og_url="":og_url=s.data.og_url.host,void 0===s.data.og_site_name?og_site_name="":og_site_name=s.data.og_site_name.values,void 0===s.data.tw_title?tw_title="":tw_title=s.data.tw_title.values,void 0===s.data.tw_desc?tw_desc="":tw_desc=s.data.tw_desc.values,void 0===s.data.tw_img?tw_img="":tw_img=s.data.tw_img.values,void 0===s.data.meta_robots?meta_robots="":meta_robots=s.data.meta_robots[0];var data_arr={og_title:og_title,og_desc:og_desc,og_img:og_img,og_url:og_url,og_site_name:og_site_name,tw_title:tw_title,tw_desc:tw_desc,tw_img:tw_img},if_noindex;for(var key in data_arr)data_arr.length&&(key=data_arr[key].length>1?data_arr[key].slice(-1)[0]:data_arr[key][0]);meta_robots=meta_robots.toString(),e("#sp-advanced-alert").empty(),new RegExp("noindex").test(meta_robots)&&e("#sp-advanced-alert").append('<span class="impact high" aria-hidden="true"></span>'),title="",s.data.title&&(title=s.data.title.substr(0,60)+"..."),e("#seopress_cpt .google-snippet-preview .snippet-title").html(title),e("#seopress_cpt .google-snippet-preview .snippet-title-default").html(title),e("#seopress_titles_title_meta").attr("placeholder",title),meta_desc="",s.data.meta_desc&&(meta_desc=s.data.meta_desc.substr(0,160)+"..."),e("#seopress_cpt .google-snippet-preview .snippet-description").html(meta_desc),e("#seopress_cpt .google-snippet-preview .snippet-description-default").html(meta_desc),e("#seopress_titles_desc_meta").attr("placeholder",meta_desc),data_arr.og_title&&(e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder",data_arr.og_title[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title").html(data_arr.og_title[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-title-default").html(data_arr.og_title[0])),data_arr.og_desc&&(e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder",data_arr.og_desc[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description").html(data_arr.og_desc[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-description-default").html(data_arr.og_desc[0])),data_arr.og_img&&(e("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder",data_arr.og_img[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-img img").attr("src",data_arr.og_img[0]),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-img-default img").attr("src",data_arr.og_img[0])),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-url").html(data_arr.og_url),e("#seopress_cpt .facebook-snippet-preview .snippet-fb-site-name").html(data_arr.og_site_name),data_arr.tw_title&&(e("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder",data_arr.tw_title[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-title").html(data_arr.tw_title[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-title-default").html(data_arr.tw_title[0])),data_arr.tw_desc&&(e("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder",data_arr.tw_desc[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-description").html(data_arr.tw_desc[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-description-default").html(data_arr.tw_desc[0])),data_arr.tw_img&&(e("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder",data_arr.tw_img[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-img img").attr("src",data_arr.tw_img[0]),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-img-default img").attr("src",data_arr.tw_img[0])),e("#seopress_cpt .twitter-snippet-preview .snippet-twitter-url").html(data_arr.og_url),e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder",s.data.canonical),e("#seopress-analysis-tabs").load(" #seopress-analysis-tabs-1","",sp_ca_toggle),e("#seopress-wrap-notice-target-kw").load(" #seopress-notice-target-kw",""),e(".analysis-score p").removeClass("loading"),e(" #seopress_titles_title_counters_val").remove(),e(" #seopress_titles_desc_counters_val").remove(),sp_titles_counters(),sp_meta_desc_counters(),sp_social()}})}"1"==$("#toggle-preview").attr("data-toggle")?$("#seopress_cpt .google-snippet-preview").addClass("mobile-preview"):$("#seopress_cpt .google-snippet-preview").removeClass("mobile-preview"),$("#toggle-preview").on("click",(function(){$("#toggle-preview").attr("data-toggle","1"==$("#toggle-preview").attr("data-toggle")?"0":"1"),$("#seopress_cpt .google-snippet-preview").toggleClass("mobile-preview")})),s(),e("#seopress_launch_analysis").on("click",(function(){s()})),sp_ca_toggle(),$("#seopress_inspect_url").on("click",(function(){if($(this).attr("disabled","disabled"),$(".spinner").css("visibility","visible"),$(".spinner").css("float","none"),void 0!==e("#seopress-tabs").attr("data_id"))var post_id=e("#seopress-tabs").attr("data_id");else if(void 0!==e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id"))var post_id=e("#seopress_content_analysis .wrap-seopress-analysis").attr("data_id");e.ajax({method:"POST",url:seopressAjaxInspectUrl.seopress_inspect_url,data:{action:"seopress_inspect_url",post_id:post_id,_ajax_nonce:seopressAjaxInspectUrl.seopress_nonce},success:function(){$(".spinner").css("visibility","hidden"),$("#seopress_inspect_url").removeAttr("disabled"),$("#seopress-ca-tabs-1").load(" #seopress-ca-tabs-1")}})}))}));
|
@@ -1,11 +1,11 @@
|
|
1 |
jQuery(document).ready(function ($) {
|
2 |
-
//Clear the previous image if a user paste
|
3 |
-
$("#seopress_social_fb_img_meta").on('paste', function () {
|
4 |
$("#seopress_social_fb_img_attachment_id").val('');
|
5 |
$("#seopress_social_fb_img_width").val('');
|
6 |
$("#seopress_social_fb_img_height").val('');
|
7 |
});
|
8 |
-
$("#seopress_social_twitter_img_meta").on('paste', function () {
|
9 |
$("#seopress_social_twitter_img_attachment_id").val('');
|
10 |
$("#seopress_social_twitter_img_width").val('');
|
11 |
$("#seopress_social_twitter_img_height").val('');
|
@@ -36,11 +36,11 @@ jQuery(document).ready(function ($) {
|
|
36 |
|
37 |
const array = [
|
38 |
"#seopress_social_knowledge_img",
|
39 |
-
"#
|
40 |
"#seopress_social_fb_img",
|
41 |
".seopress_social_fb_img",
|
42 |
-
"
|
43 |
-
"
|
44 |
];
|
45 |
|
46 |
array.forEach(function (item) {
|
1 |
jQuery(document).ready(function ($) {
|
2 |
+
//Clear the previous image if a user paste / edit the URL
|
3 |
+
$("#seopress_social_fb_img_meta").on('paste change', function () {
|
4 |
$("#seopress_social_fb_img_attachment_id").val('');
|
5 |
$("#seopress_social_fb_img_width").val('');
|
6 |
$("#seopress_social_fb_img_height").val('');
|
7 |
});
|
8 |
+
$("#seopress_social_twitter_img_meta").on('paste change', function () {
|
9 |
$("#seopress_social_twitter_img_attachment_id").val('');
|
10 |
$("#seopress_social_twitter_img_width").val('');
|
11 |
$("#seopress_social_twitter_img_height").val('');
|
36 |
|
37 |
const array = [
|
38 |
"#seopress_social_knowledge_img",
|
39 |
+
"#knowledge_img",
|
40 |
"#seopress_social_fb_img",
|
41 |
".seopress_social_fb_img",
|
42 |
+
"#seopress_social_twitter_img",
|
43 |
+
".seopress_social_twitter_img"
|
44 |
];
|
45 |
|
46 |
array.forEach(function (item) {
|
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready((function($){var mediaUploader;$("#seopress_social_fb_img_meta").on("paste",(function(){$("#seopress_social_fb_img_attachment_id").val(""),$("#seopress_social_fb_img_width").val(""),$("#seopress_social_fb_img_height").val("")})),$("#seopress_social_twitter_img_meta").on("paste",(function(){$("#seopress_social_twitter_img_attachment_id").val(""),$("#seopress_social_twitter_img_width").val(""),$("#seopress_social_twitter_img_height").val("")})),$(".button.seopress_social_facebook_img_cpt").click((function(e){e.preventDefault();var url_field=$(this).parent().find("input[type=text]");(mediaUploader=wp.media.frames.file_frame=wp.media({multiple:!1})).on("select",(function(){attachment=mediaUploader.state().get("selection").first().toJSON(),$(url_field).val(attachment.url)})),mediaUploader.open()}));const array=["#seopress_social_knowledge_img","#
|
1 |
+
jQuery(document).ready((function($){var mediaUploader;$("#seopress_social_fb_img_meta").on("paste change",(function(){$("#seopress_social_fb_img_attachment_id").val(""),$("#seopress_social_fb_img_width").val(""),$("#seopress_social_fb_img_height").val("")})),$("#seopress_social_twitter_img_meta").on("paste change",(function(){$("#seopress_social_twitter_img_attachment_id").val(""),$("#seopress_social_twitter_img_width").val(""),$("#seopress_social_twitter_img_height").val("")})),$(".button.seopress_social_facebook_img_cpt").click((function(e){e.preventDefault();var url_field=$(this).parent().find("input[type=text]");(mediaUploader=wp.media.frames.file_frame=wp.media({multiple:!1})).on("select",(function(){attachment=mediaUploader.state().get("selection").first().toJSON(),$(url_field).val(attachment.url)})),mediaUploader.open()}));const array=["#seopress_social_knowledge_img","#knowledge_img","#seopress_social_fb_img",".seopress_social_fb_img","#seopress_social_twitter_img",".seopress_social_twitter_img"];array.forEach((function(item){var mediaUploader;$(item+"_upload").click((function(e){e.preventDefault(),mediaUploader?mediaUploader.open():((mediaUploader=wp.media.frames.file_frame=wp.media({multiple:!1})).on("select",(function(){attachment=mediaUploader.state().get("selection").first().toJSON(),$(item+"_meta").val(attachment.url),"#seopress_social_fb_img"!=item&&".seopress_social_fb_img"!=item||"undefined"==typeof sp_social_img||sp_social_img("fb"),"#seopress_social_twitter_img"!=item&&".seopress_social_twitter_img"!=item||"undefined"==typeof sp_social_img||sp_social_img("twitter"),0!=$(item+"_attachment_id").length&&($(item+"_attachment_id").val(attachment.id),$(item+"_width").val(attachment.width),$(item+"_height").val(attachment.height))})),mediaUploader.open())}))})),$(".seopress-btn-upload-media").click((function(e){var mediaUploader;if(e.preventDefault(),mediaUploader)mediaUploader.open();else{mediaUploader=wp.media.frames.file_frame=wp.media({multiple:!1});var _self=$(this);mediaUploader.on("select",(function(){attachment=mediaUploader.state().get("selection").first().toJSON(),$(_self.data("input-value")).val(attachment.url)})),mediaUploader.open()}}))}));
|
@@ -89,28 +89,28 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
89 |
$("#seopress-tag-single-title").click(function () {
|
90 |
$("#seopress_titles_title_meta").val(
|
91 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
92 |
-
|
93 |
);
|
94 |
$("#seopress_titles_title_meta").trigger("paste");
|
95 |
});
|
96 |
$("#seopress-tag-single-site-title").click(function () {
|
97 |
$("#seopress_titles_title_meta").val(
|
98 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
99 |
-
|
100 |
);
|
101 |
$("#seopress_titles_title_meta").trigger("paste");
|
102 |
});
|
103 |
$("#seopress-tag-single-excerpt").click(function () {
|
104 |
$("#seopress_titles_desc_meta").val(
|
105 |
sp_get_field_length($("#seopress_titles_desc_meta")) +
|
106 |
-
|
107 |
);
|
108 |
$("#seopress_titles_title_meta").trigger("paste");
|
109 |
});
|
110 |
$("#seopress-tag-single-sep").click(function () {
|
111 |
$("#seopress_titles_title_meta").val(
|
112 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
113 |
-
|
114 |
);
|
115 |
$("#seopress_titles_title_meta").trigger("paste");
|
116 |
});
|
@@ -125,14 +125,14 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
125 |
if (_self.hasClass("tag-title")) {
|
126 |
$("#seopress_titles_title_meta").val(
|
127 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
128 |
-
|
129 |
);
|
130 |
$("#seopress_titles_title_meta").trigger("paste");
|
131 |
}
|
132 |
if (_self.hasClass("tag-description")) {
|
133 |
$("#seopress_titles_desc_meta").val(
|
134 |
sp_get_field_length($("#seopress_titles_desc_meta")) +
|
135 |
-
|
136 |
);
|
137 |
$("#seopress_titles_desc_meta").trigger("paste");
|
138 |
}
|
89 |
$("#seopress-tag-single-title").click(function () {
|
90 |
$("#seopress_titles_title_meta").val(
|
91 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
92 |
+
$("#seopress-tag-single-title").attr("data-tag")
|
93 |
);
|
94 |
$("#seopress_titles_title_meta").trigger("paste");
|
95 |
});
|
96 |
$("#seopress-tag-single-site-title").click(function () {
|
97 |
$("#seopress_titles_title_meta").val(
|
98 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
99 |
+
$("#seopress-tag-single-site-title").attr("data-tag")
|
100 |
);
|
101 |
$("#seopress_titles_title_meta").trigger("paste");
|
102 |
});
|
103 |
$("#seopress-tag-single-excerpt").click(function () {
|
104 |
$("#seopress_titles_desc_meta").val(
|
105 |
sp_get_field_length($("#seopress_titles_desc_meta")) +
|
106 |
+
$("#seopress-tag-single-excerpt").attr("data-tag")
|
107 |
);
|
108 |
$("#seopress_titles_title_meta").trigger("paste");
|
109 |
});
|
110 |
$("#seopress-tag-single-sep").click(function () {
|
111 |
$("#seopress_titles_title_meta").val(
|
112 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
113 |
+
$("#seopress-tag-single-sep").attr("data-tag")
|
114 |
);
|
115 |
$("#seopress_titles_title_meta").trigger("paste");
|
116 |
});
|
125 |
if (_self.hasClass("tag-title")) {
|
126 |
$("#seopress_titles_title_meta").val(
|
127 |
sp_get_field_length($("#seopress_titles_title_meta")) +
|
128 |
+
$(current).attr("data-value")
|
129 |
);
|
130 |
$("#seopress_titles_title_meta").trigger("paste");
|
131 |
}
|
132 |
if (_self.hasClass("tag-description")) {
|
133 |
$("#seopress_titles_desc_meta").val(
|
134 |
sp_get_field_length($("#seopress_titles_desc_meta")) +
|
135 |
+
$(current).attr("data-value")
|
136 |
);
|
137 |
$("#seopress_titles_desc_meta").trigger("paste");
|
138 |
}
|
@@ -23,7 +23,7 @@ function seopress_admin_bar_links() {
|
|
23 |
if (function_exists('seopress_advanced_appearance_adminbar_option') && '1' != seopress_advanced_appearance_adminbar_option()) {
|
24 |
global $wp_admin_bar;
|
25 |
|
26 |
-
$title = '<
|
27 |
$title = apply_filters('seopress_adminbar_icon', $title);
|
28 |
|
29 |
$noindex = '';
|
@@ -40,7 +40,7 @@ function seopress_admin_bar_links() {
|
|
40 |
// Adds a new top level admin bar link and a submenu to it
|
41 |
$wp_admin_bar->add_menu([
|
42 |
'parent' => false,
|
43 |
-
'id' => '
|
44 |
'title' => $title . $noindex,
|
45 |
'href' => admin_url('admin.php?page=seopress-option'),
|
46 |
]);
|
@@ -92,7 +92,7 @@ function seopress_admin_bar_links() {
|
|
92 |
$robots .= '</span>';
|
93 |
|
94 |
$wp_admin_bar->add_menu([
|
95 |
-
'parent' => '
|
96 |
'id' => 'seopress_custom_sub_menu_meta_robots',
|
97 |
'title' => $robots,
|
98 |
'href' => admin_url('admin.php?page=seopress-titles'),
|
@@ -101,37 +101,37 @@ function seopress_admin_bar_links() {
|
|
101 |
}
|
102 |
|
103 |
$wp_admin_bar->add_menu([
|
104 |
-
'parent' => '
|
105 |
'id' => 'seopress_custom_sub_menu_titles',
|
106 |
'title' => __('Titles & Metas', 'wp-seopress'),
|
107 |
'href' => admin_url('admin.php?page=seopress-titles'),
|
108 |
]);
|
109 |
$wp_admin_bar->add_menu([
|
110 |
-
'parent' => '
|
111 |
'id' => 'seopress_custom_sub_menu_xml_sitemap',
|
112 |
'title' => __('XML / HTML Sitemap', 'wp-seopress'),
|
113 |
'href' => admin_url('admin.php?page=seopress-xml-sitemap'),
|
114 |
]);
|
115 |
$wp_admin_bar->add_menu([
|
116 |
-
'parent' => '
|
117 |
'id' => 'seopress_custom_sub_menu_social',
|
118 |
'title' => __('Social Networks', 'wp-seopress'),
|
119 |
'href' => admin_url('admin.php?page=seopress-social'),
|
120 |
]);
|
121 |
$wp_admin_bar->add_menu([
|
122 |
-
'parent' => '
|
123 |
'id' => 'seopress_custom_sub_menu_google_analytics',
|
124 |
'title' => __('Analytics', 'wp-seopress'),
|
125 |
'href' => admin_url('admin.php?page=seopress-google-analytics'),
|
126 |
]);
|
127 |
$wp_admin_bar->add_menu([
|
128 |
-
'parent' => '
|
129 |
'id' => 'seopress_custom_sub_menu_instant_indexing',
|
130 |
'title' => __('Instant Indexing', 'wp-seopress'),
|
131 |
'href' => admin_url('admin.php?page=seopress-instant-indexing'),
|
132 |
]);
|
133 |
$wp_admin_bar->add_menu([
|
134 |
-
'parent' => '
|
135 |
'id' => 'seopress_custom_sub_menu_advanced',
|
136 |
'title' => __('Advanced', 'wp-seopress'),
|
137 |
'href' => admin_url('admin.php?page=seopress-advanced'),
|
@@ -139,14 +139,14 @@ function seopress_admin_bar_links() {
|
|
139 |
include_once ABSPATH . 'wp-admin/includes/plugin.php';
|
140 |
if (is_plugin_active('wp-seopress-insights/seopress-insights.php')) {
|
141 |
$wp_admin_bar->add_menu([
|
142 |
-
'parent' => '
|
143 |
'id' => 'seopress_custom_sub_menu_insights',
|
144 |
'title' => __('Insights', 'wp-seopress'),
|
145 |
'href' => admin_url('admin.php?page=seopress-insights'),
|
146 |
]);
|
147 |
}
|
148 |
$wp_admin_bar->add_menu([
|
149 |
-
'parent' => '
|
150 |
'id' => 'seopress_custom_sub_menu_import_export',
|
151 |
'title' => __('Tools', 'wp-seopress'),
|
152 |
'href' => admin_url('admin.php?page=seopress-import-export'),
|
@@ -154,27 +154,27 @@ function seopress_admin_bar_links() {
|
|
154 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
155 |
if ('1' == seopress_get_toggle_option('bot')) {
|
156 |
$wp_admin_bar->add_menu([
|
157 |
-
'parent' => '
|
158 |
'id' => 'seopress_custom_sub_menu_bot',
|
159 |
'title' => __('BOT', 'wp-seopress'),
|
160 |
'href' => admin_url('admin.php?page=seopress-bot-batch'),
|
161 |
]);
|
162 |
}
|
163 |
$wp_admin_bar->add_menu([
|
164 |
-
'parent' => '
|
165 |
'id' => 'seopress_custom_sub_menu_license',
|
166 |
'title' => __('License', 'wp-seopress'),
|
167 |
'href' => admin_url('admin.php?page=seopress-license'),
|
168 |
]);
|
169 |
$wp_admin_bar->add_menu([
|
170 |
-
'parent' => '
|
171 |
'id' => 'seopress_custom_sub_menu_pro',
|
172 |
'title' => __('PRO', 'wp-seopress'),
|
173 |
'href' => admin_url('admin.php?page=seopress-pro-page'),
|
174 |
]);
|
175 |
if ('1' == seopress_get_toggle_option('rich-snippets')) {
|
176 |
$wp_admin_bar->add_menu([
|
177 |
-
'parent' => '
|
178 |
'id' => 'seopress_custom_sub_menu_schemas',
|
179 |
'title' => __('Schemas', 'wp-seopress'),
|
180 |
'href' => admin_url('edit.php?post_type=seopress_schemas'),
|
@@ -182,7 +182,7 @@ function seopress_admin_bar_links() {
|
|
182 |
}
|
183 |
if ('1' == seopress_get_toggle_option('404')) {
|
184 |
$wp_admin_bar->add_menu([
|
185 |
-
'parent' => '
|
186 |
'id' => 'seopress_custom_sub_menu_404',
|
187 |
'title' => __('Redirections', 'wp-seopress'),
|
188 |
'href' => admin_url('edit.php?post_type=seopress_404'),
|
@@ -190,7 +190,7 @@ function seopress_admin_bar_links() {
|
|
190 |
}
|
191 |
if ('1' == seopress_get_toggle_option('bot')) {
|
192 |
$wp_admin_bar->add_menu([
|
193 |
-
'parent' => '
|
194 |
'id' => 'seopress_custom_sub_menu_broken_links',
|
195 |
'title' => __('Broken Links', 'wp-seopress'),
|
196 |
'href' => admin_url('edit.php?post_type=seopress_bot'),
|
@@ -198,7 +198,7 @@ function seopress_admin_bar_links() {
|
|
198 |
}
|
199 |
}
|
200 |
$wp_admin_bar->add_menu([
|
201 |
-
'parent' => '
|
202 |
'id' => 'seopress_custom_sub_menu_wizard',
|
203 |
'title' => __('Configuration wizard', 'wp-seopress'),
|
204 |
'href' => admin_url('admin.php?page=seopress-setup'),
|
23 |
if (function_exists('seopress_advanced_appearance_adminbar_option') && '1' != seopress_advanced_appearance_adminbar_option()) {
|
24 |
global $wp_admin_bar;
|
25 |
|
26 |
+
$title = '<div id="seopress-ab-icon" class="ab-item svg seopress-logo" style="background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJ1dWlkLTRmNmE4YTQxLTE4ZTMtNGY3Ny1iNWE5LTRiMWIzOGFhMmRjOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODk5LjY1NSA0OTQuMzA5NCI+PHBhdGggaWQ9InV1aWQtYTE1NWMxY2EtZDg2OC00NjUzLTg0NzctOGRkODcyNDBhNzY1IiBkPSJNMzI3LjM4NDksNDM1LjEyOGwtMjk5Ljk5OTktLjI0OTdjLTE2LjI3MzUsMS4xOTM3LTI4LjQ5ODEsMTUuMzUzOC0yNy4zMDQ0LDMxLjYyNzMsMS4wNzE5LDE0LjYxMjgsMTIuNjkxNiwyNi4yMzI1LDI3LjMwNDQsMjcuMzA0NGwyOTkuOTk5OSwuMjQ5N2MxNi4yNzM1LTEuMTkzNywyOC40OTgxLTE1LjM1MzgsMjcuMzA0NC0zMS42MjczLTEuMDcxOC0xNC42MTI4LTEyLjY5MTYtMjYuMjMyNS0yNy4zMDQ0LTI3LjMwNDRaIiBzdHlsZT0iZmlsbDojYTdhYWFkIi8+PHBhdGggaWQ9InV1aWQtZTMwYmE0YzYtNDc2OS00NjZiLWEwM2EtZTY0NGM1MTk4ZTU2IiBkPSJNMjcuMzg0OSw1OC45MzE3bDI5OS45OTk5LC4yNDk3YzE2LjI3MzUtMS4xOTM3LDI4LjQ5ODEtMTUuMzUzNywyNy4zMDQ0LTMxLjYyNzMtMS4wNzE4LTE0LjYxMjgtMTIuNjkxNi0yNi4yMzI1LTI3LjMwNDQtMjcuMzA0NEwyNy4zODQ5LDBDMTEuMTExNCwxLjE5MzctMS4xMTMyLDE1LjM1MzcsLjA4MDUsMzEuNjI3M2MxLjA3MTksMTQuNjEyOCwxMi42OTE2LDI2LjIzMjUsMjcuMzA0NCwyNy4zMDQ0WiIgc3R5bGU9ImZpbGw6I2E3YWFhZCIvPjxwYXRoIGlkPSJ1dWlkLTJiYmQ1MmQ2LWFlYzEtNDY4OS05ZDRjLTIzYzM1ZDRmMjJiOCIgZD0iTTY1Mi40ODUsLjI4NDljLTEyNC45Mzg4LC4wNjQtMjMwLjE1NTQsOTMuNDEzMi0yNDUuMTAwMSwyMTcuNDU1SDI3LjM4NDljLTE2LjI3MzUsMS4xOTM3LTI4LjQ5ODEsMTUuMzUzNy0yNy4zMDQ0LDMxLjYyNzIsMS4wNzE5LDE0LjYxMjgsMTIuNjkxNiwyNi4yMzI1LDI3LjMwNDQsMjcuMzA0NEg0MDcuMzg0OWMxNi4yMjk4LDEzNS40NDU0LDEzOS4xODcsMjMyLjA4ODgsMjc0LjYzMjMsMjE1Ljg1ODksMTM1LjQ0NTUtMTYuMjI5OCwyMzIuMDg4OC0xMzkuMTg2OSwyMTUuODU4OS0yNzQuNjMyNEM4ODIuOTkyMSw5My42ODM0LDc3Ny41ODg0LC4yMTEyLDY1Mi40ODUsLjI4NDlabTAsNDMzLjQyMTdjLTEwMi45NzU0LDAtMTg2LjQ1MzMtODMuNDc4LTE4Ni40NTMzLTE4Ni40NTMzLDAtMTAyLjk3NTMsODMuNDc4MS0xODYuNDUzMywxODYuNDUzMy0xODYuNDUzMywxMDIuOTc1NCwwLDE4Ni40NTMzLDgzLjQ3OCwxODYuNDUzMywxODYuNDUzMywuMDUyNCwxMDIuOTc1My04My4zODMsMTg2LjQ5NTktMTg2LjM1ODMsMTg2LjU0ODMtLjAzMTYsMC0uMDYzNCwwLS4wOTUxLDB2LS4wOTVaIiBzdHlsZT0iZmlsbDojYTdhYWFkIi8+PC9zdmc+) !important"></div> ' . __('SEO', 'wp-seopress');
|
27 |
$title = apply_filters('seopress_adminbar_icon', $title);
|
28 |
|
29 |
$noindex = '';
|
40 |
// Adds a new top level admin bar link and a submenu to it
|
41 |
$wp_admin_bar->add_menu([
|
42 |
'parent' => false,
|
43 |
+
'id' => 'seopress',
|
44 |
'title' => $title . $noindex,
|
45 |
'href' => admin_url('admin.php?page=seopress-option'),
|
46 |
]);
|
92 |
$robots .= '</span>';
|
93 |
|
94 |
$wp_admin_bar->add_menu([
|
95 |
+
'parent' => 'seopress',
|
96 |
'id' => 'seopress_custom_sub_menu_meta_robots',
|
97 |
'title' => $robots,
|
98 |
'href' => admin_url('admin.php?page=seopress-titles'),
|
101 |
}
|
102 |
|
103 |
$wp_admin_bar->add_menu([
|
104 |
+
'parent' => 'seopress',
|
105 |
'id' => 'seopress_custom_sub_menu_titles',
|
106 |
'title' => __('Titles & Metas', 'wp-seopress'),
|
107 |
'href' => admin_url('admin.php?page=seopress-titles'),
|
108 |
]);
|
109 |
$wp_admin_bar->add_menu([
|
110 |
+
'parent' => 'seopress',
|
111 |
'id' => 'seopress_custom_sub_menu_xml_sitemap',
|
112 |
'title' => __('XML / HTML Sitemap', 'wp-seopress'),
|
113 |
'href' => admin_url('admin.php?page=seopress-xml-sitemap'),
|
114 |
]);
|
115 |
$wp_admin_bar->add_menu([
|
116 |
+
'parent' => 'seopress',
|
117 |
'id' => 'seopress_custom_sub_menu_social',
|
118 |
'title' => __('Social Networks', 'wp-seopress'),
|
119 |
'href' => admin_url('admin.php?page=seopress-social'),
|
120 |
]);
|
121 |
$wp_admin_bar->add_menu([
|
122 |
+
'parent' => 'seopress',
|
123 |
'id' => 'seopress_custom_sub_menu_google_analytics',
|
124 |
'title' => __('Analytics', 'wp-seopress'),
|
125 |
'href' => admin_url('admin.php?page=seopress-google-analytics'),
|
126 |
]);
|
127 |
$wp_admin_bar->add_menu([
|
128 |
+
'parent' => 'seopress',
|
129 |
'id' => 'seopress_custom_sub_menu_instant_indexing',
|
130 |
'title' => __('Instant Indexing', 'wp-seopress'),
|
131 |
'href' => admin_url('admin.php?page=seopress-instant-indexing'),
|
132 |
]);
|
133 |
$wp_admin_bar->add_menu([
|
134 |
+
'parent' => 'seopress',
|
135 |
'id' => 'seopress_custom_sub_menu_advanced',
|
136 |
'title' => __('Advanced', 'wp-seopress'),
|
137 |
'href' => admin_url('admin.php?page=seopress-advanced'),
|
139 |
include_once ABSPATH . 'wp-admin/includes/plugin.php';
|
140 |
if (is_plugin_active('wp-seopress-insights/seopress-insights.php')) {
|
141 |
$wp_admin_bar->add_menu([
|
142 |
+
'parent' => 'seopress',
|
143 |
'id' => 'seopress_custom_sub_menu_insights',
|
144 |
'title' => __('Insights', 'wp-seopress'),
|
145 |
'href' => admin_url('admin.php?page=seopress-insights'),
|
146 |
]);
|
147 |
}
|
148 |
$wp_admin_bar->add_menu([
|
149 |
+
'parent' => 'seopress',
|
150 |
'id' => 'seopress_custom_sub_menu_import_export',
|
151 |
'title' => __('Tools', 'wp-seopress'),
|
152 |
'href' => admin_url('admin.php?page=seopress-import-export'),
|
154 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
155 |
if ('1' == seopress_get_toggle_option('bot')) {
|
156 |
$wp_admin_bar->add_menu([
|
157 |
+
'parent' => 'seopress',
|
158 |
'id' => 'seopress_custom_sub_menu_bot',
|
159 |
'title' => __('BOT', 'wp-seopress'),
|
160 |
'href' => admin_url('admin.php?page=seopress-bot-batch'),
|
161 |
]);
|
162 |
}
|
163 |
$wp_admin_bar->add_menu([
|
164 |
+
'parent' => 'seopress',
|
165 |
'id' => 'seopress_custom_sub_menu_license',
|
166 |
'title' => __('License', 'wp-seopress'),
|
167 |
'href' => admin_url('admin.php?page=seopress-license'),
|
168 |
]);
|
169 |
$wp_admin_bar->add_menu([
|
170 |
+
'parent' => 'seopress',
|
171 |
'id' => 'seopress_custom_sub_menu_pro',
|
172 |
'title' => __('PRO', 'wp-seopress'),
|
173 |
'href' => admin_url('admin.php?page=seopress-pro-page'),
|
174 |
]);
|
175 |
if ('1' == seopress_get_toggle_option('rich-snippets')) {
|
176 |
$wp_admin_bar->add_menu([
|
177 |
+
'parent' => 'seopress',
|
178 |
'id' => 'seopress_custom_sub_menu_schemas',
|
179 |
'title' => __('Schemas', 'wp-seopress'),
|
180 |
'href' => admin_url('edit.php?post_type=seopress_schemas'),
|
182 |
}
|
183 |
if ('1' == seopress_get_toggle_option('404')) {
|
184 |
$wp_admin_bar->add_menu([
|
185 |
+
'parent' => 'seopress',
|
186 |
'id' => 'seopress_custom_sub_menu_404',
|
187 |
'title' => __('Redirections', 'wp-seopress'),
|
188 |
'href' => admin_url('edit.php?post_type=seopress_404'),
|
190 |
}
|
191 |
if ('1' == seopress_get_toggle_option('bot')) {
|
192 |
$wp_admin_bar->add_menu([
|
193 |
+
'parent' => 'seopress',
|
194 |
'id' => 'seopress_custom_sub_menu_broken_links',
|
195 |
'title' => __('Broken Links', 'wp-seopress'),
|
196 |
'href' => admin_url('edit.php?post_type=seopress_bot'),
|
198 |
}
|
199 |
}
|
200 |
$wp_admin_bar->add_menu([
|
201 |
+
'parent' => 'seopress',
|
202 |
'id' => 'seopress_custom_sub_menu_wizard',
|
203 |
'title' => __('Configuration wizard', 'wp-seopress'),
|
204 |
'href' => admin_url('admin.php?page=seopress-setup'),
|
@@ -87,7 +87,7 @@ class seopress_options
|
|
87 |
$sp_seo_admin_menu['icon'] = '';
|
88 |
$sp_seo_admin_menu['icon'] = apply_filters('seopress_seo_admin_menu', $sp_seo_admin_menu['icon']);
|
89 |
} else {
|
90 |
-
$sp_seo_admin_menu['icon'] = '
|
91 |
}
|
92 |
|
93 |
$sp_seo_admin_menu['title'] = __('SEO', 'wp-seopress');
|
87 |
$sp_seo_admin_menu['icon'] = '';
|
88 |
$sp_seo_admin_menu['icon'] = apply_filters('seopress_seo_admin_menu', $sp_seo_admin_menu['icon']);
|
89 |
} else {
|
90 |
+
$sp_seo_admin_menu['icon'] = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJ1dWlkLTRmNmE4YTQxLTE4ZTMtNGY3Ny1iNWE5LTRiMWIzOGFhMmRjOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODk5LjY1NSA0OTQuMzA5NCI+PHBhdGggaWQ9InV1aWQtYTE1NWMxY2EtZDg2OC00NjUzLTg0NzctOGRkODcyNDBhNzY1IiBkPSJNMzI3LjM4NDksNDM1LjEyOGwtMjk5Ljk5OTktLjI0OTdjLTE2LjI3MzUsMS4xOTM3LTI4LjQ5ODEsMTUuMzUzOC0yNy4zMDQ0LDMxLjYyNzMsMS4wNzE5LDE0LjYxMjgsMTIuNjkxNiwyNi4yMzI1LDI3LjMwNDQsMjcuMzA0NGwyOTkuOTk5OSwuMjQ5N2MxNi4yNzM1LTEuMTkzNywyOC40OTgxLTE1LjM1MzgsMjcuMzA0NC0zMS42MjczLTEuMDcxOC0xNC42MTI4LTEyLjY5MTYtMjYuMjMyNS0yNy4zMDQ0LTI3LjMwNDRaIiBzdHlsZT0iZmlsbDojZmZmOyIvPjxwYXRoIGlkPSJ1dWlkLWUzMGJhNGM2LTQ3NjktNDY2Yi1hMDNhLWU2NDRjNTE5OGU1NiIgZD0iTTI3LjM4NDksNTguOTMxN2wyOTkuOTk5OSwuMjQ5N2MxNi4yNzM1LTEuMTkzNywyOC40OTgxLTE1LjM1MzcsMjcuMzA0NC0zMS42MjczLTEuMDcxOC0xNC42MTI4LTEyLjY5MTYtMjYuMjMyNS0yNy4zMDQ0LTI3LjMwNDRMMjcuMzg0OSwwQzExLjExMTQsMS4xOTM3LTEuMTEzMiwxNS4zNTM3LC4wODA1LDMxLjYyNzNjMS4wNzE5LDE0LjYxMjgsMTIuNjkxNiwyNi4yMzI1LDI3LjMwNDQsMjcuMzA0NFoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggaWQ9InV1aWQtMmJiZDUyZDYtYWVjMS00Njg5LTlkNGMtMjNjMzVkNGYyMmI4IiBkPSJNNjUyLjQ4NSwuMjg0OWMtMTI0LjkzODgsLjA2NC0yMzAuMTU1NCw5My40MTMyLTI0NS4xMDAxLDIxNy40NTVIMjcuMzg0OWMtMTYuMjczNSwxLjE5MzctMjguNDk4MSwxNS4zNTM3LTI3LjMwNDQsMzEuNjI3MiwxLjA3MTksMTQuNjEyOCwxMi42OTE2LDI2LjIzMjUsMjcuMzA0NCwyNy4zMDQ0SDQwNy4zODQ5YzE2LjIyOTgsMTM1LjQ0NTQsMTM5LjE4NywyMzIuMDg4OCwyNzQuNjMyMywyMTUuODU4OSwxMzUuNDQ1NS0xNi4yMjk4LDIzMi4wODg4LTEzOS4xODY5LDIxNS44NTg5LTI3NC42MzI0Qzg4Mi45OTIxLDkzLjY4MzQsNzc3LjU4ODQsLjIxMTIsNjUyLjQ4NSwuMjg0OVptMCw0MzMuNDIxN2MtMTAyLjk3NTQsMC0xODYuNDUzMy04My40NzgtMTg2LjQ1MzMtMTg2LjQ1MzMsMC0xMDIuOTc1Myw4My40NzgxLTE4Ni40NTMzLDE4Ni40NTMzLTE4Ni40NTMzLDEwMi45NzU0LDAsMTg2LjQ1MzMsODMuNDc4LDE4Ni40NTMzLDE4Ni40NTMzLC4wNTI0LDEwMi45NzUzLTgzLjM4MywxODYuNDk1OS0xODYuMzU4MywxODYuNTQ4My0uMDMxNiwwLS4wNjM0LDAtLjA5NTEsMHYtLjA5NVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+';
|
91 |
}
|
92 |
|
93 |
$sp_seo_admin_menu['title'] = __('SEO', 'wp-seopress');
|
@@ -81,9 +81,6 @@ function seopress_seopressor_migration() {
|
|
81 |
if (in_array('nosnippet', $robots)) { //Import Robots NoSnippet
|
82 |
update_post_meta($post->ID, '_seopress_robots_snippet', 'yes');
|
83 |
}
|
84 |
-
if (in_array('noodp', $robots)) { //Import Robots NoOdp
|
85 |
-
update_post_meta($post->ID, '_seopress_robots_odp', 'yes');
|
86 |
-
}
|
87 |
if (in_array('noimageindex', $robots)) { //Import Robots NoImageIndex
|
88 |
update_post_meta($post->ID, '_seopress_robots_imageindex', 'yes');
|
89 |
}
|
81 |
if (in_array('nosnippet', $robots)) { //Import Robots NoSnippet
|
82 |
update_post_meta($post->ID, '_seopress_robots_snippet', 'yes');
|
83 |
}
|
|
|
|
|
|
|
84 |
if (in_array('noimageindex', $robots)) { //Import Robots NoImageIndex
|
85 |
update_post_meta($post->ID, '_seopress_robots_imageindex', 'yes');
|
86 |
}
|
@@ -107,12 +107,9 @@ function seopress_yoast_migration() {
|
|
107 |
if ('1' == get_post_meta($post->ID, '_yoast_wpseo_meta-robots-nofollow', true)) { //Import Robots NoFollow
|
108 |
update_post_meta($post->ID, '_seopress_robots_follow', 'yes');
|
109 |
}
|
110 |
-
if ('' != get_post_meta($post->ID, '_yoast_wpseo_meta-robots-adv', true)) { //Import Robots
|
111 |
$yoast_wpseo_meta_robots_adv = get_post_meta($post->ID, '_yoast_wpseo_meta-robots-adv', true);
|
112 |
|
113 |
-
if (false !== strpos($yoast_wpseo_meta_robots_adv, 'noodp')) {
|
114 |
-
update_post_meta($post->ID, '_seopress_robots_odp', 'yes');
|
115 |
-
}
|
116 |
if (false !== strpos($yoast_wpseo_meta_robots_adv, 'noimageindex')) {
|
117 |
update_post_meta($post->ID, '_seopress_robots_imageindex', 'yes');
|
118 |
}
|
107 |
if ('1' == get_post_meta($post->ID, '_yoast_wpseo_meta-robots-nofollow', true)) { //Import Robots NoFollow
|
108 |
update_post_meta($post->ID, '_seopress_robots_follow', 'yes');
|
109 |
}
|
110 |
+
if ('' != get_post_meta($post->ID, '_yoast_wpseo_meta-robots-adv', true)) { //Import Robots NoImageIndex, NoArchive, NoSnippet
|
111 |
$yoast_wpseo_meta_robots_adv = get_post_meta($post->ID, '_yoast_wpseo_meta-robots-adv', true);
|
112 |
|
|
|
|
|
|
|
113 |
if (false !== strpos($yoast_wpseo_meta_robots_adv, 'noimageindex')) {
|
114 |
update_post_meta($post->ID, '_seopress_robots_imageindex', 'yes');
|
115 |
}
|
@@ -156,6 +156,11 @@ function seopress_do_real_preview()
|
|
156 |
$seopress_get_the_content = get_post_field('post_content', $seopress_get_the_id);
|
157 |
}
|
158 |
|
|
|
|
|
|
|
|
|
|
|
159 |
//Zion Builder compatibility
|
160 |
if (is_plugin_active('zionbuilder/zionbuilder.php')) {
|
161 |
$seopress_get_the_content = $seopress_get_the_content . get_post_meta($seopress_get_the_id, '_zionbuilder_page_elements', true);
|
@@ -471,14 +476,6 @@ function seopress_do_real_preview()
|
|
471 |
}
|
472 |
}
|
473 |
|
474 |
-
//Meta google noimageindex / nositelinkssearchbox
|
475 |
-
$meta_google = $xpath->query('//meta[@name="google"]/@content');
|
476 |
-
if (! empty($meta_google)) {
|
477 |
-
foreach ($meta_google as $key=>$mgnoimg) {
|
478 |
-
$data['meta_google'][$key][] = esc_attr($mgnoimg->nodeValue);
|
479 |
-
}
|
480 |
-
}
|
481 |
-
|
482 |
//nofollow links
|
483 |
$nofollow_links = $xpath->query("//a[contains(@rel, 'nofollow') and not(contains(@rel, 'ugc'))]");
|
484 |
if (! empty($nofollow_links)) {
|
@@ -755,11 +752,11 @@ function seopress_video_xml_sitemap_regenerate()
|
|
755 |
return "'" . esc_sql($item) . "'";
|
756 |
}, $cpt);
|
757 |
|
758 |
-
$
|
759 |
}
|
760 |
|
761 |
global $wpdb;
|
762 |
-
$total_count_posts = (int) $wpdb->get_var("SELECT count(*) FROM {$wpdb->posts} WHERE post_status IN ('pending', 'draft', 'publish', 'future') AND post_type IN ( $
|
763 |
|
764 |
$increment = 1;
|
765 |
global $post;
|
156 |
$seopress_get_the_content = get_post_field('post_content', $seopress_get_the_id);
|
157 |
}
|
158 |
|
159 |
+
//ThriveBuilder compatibility
|
160 |
+
if (is_plugin_active('thrive-visual-editor/thrive-visual-editor.php') && empty($seopress_get_the_content)) {
|
161 |
+
$seopress_get_the_content = get_post_meta($seopress_get_the_id, 'tve_updated_post', true);
|
162 |
+
}
|
163 |
+
|
164 |
//Zion Builder compatibility
|
165 |
if (is_plugin_active('zionbuilder/zionbuilder.php')) {
|
166 |
$seopress_get_the_content = $seopress_get_the_content . get_post_meta($seopress_get_the_id, '_zionbuilder_page_elements', true);
|
476 |
}
|
477 |
}
|
478 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
//nofollow links
|
480 |
$nofollow_links = $xpath->query("//a[contains(@rel, 'nofollow') and not(contains(@rel, 'ugc'))]");
|
481 |
if (! empty($nofollow_links)) {
|
752 |
return "'" . esc_sql($item) . "'";
|
753 |
}, $cpt);
|
754 |
|
755 |
+
$cpt_string = implode(",", $cpt);
|
756 |
}
|
757 |
|
758 |
global $wpdb;
|
759 |
+
$total_count_posts = (int) $wpdb->get_var("SELECT count(*) FROM {$wpdb->posts} WHERE post_status IN ('pending', 'draft', 'publish', 'future') AND post_type IN ( $cpt_string ) ");
|
760 |
|
761 |
$increment = 1;
|
762 |
global $post;
|
@@ -122,8 +122,8 @@
|
|
122 |
'toggle' => false,
|
123 |
];
|
124 |
$features['inspect-url'] = [
|
125 |
-
'title' => __('
|
126 |
-
'desc' => __('Inspect your URL for details about crawling, indexing, mobile compatibility, schemas and more.', 'wp-seopress'),
|
127 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_inspect_url'),
|
128 |
'filter' => 'seopress_remove_feature_inspect_url',
|
129 |
'toggle' => true,
|
122 |
'toggle' => false,
|
123 |
];
|
124 |
$features['inspect-url'] = [
|
125 |
+
'title' => __('Google Search Console', 'wp-seopress'),
|
126 |
+
'desc' => __('Get clicks, positions, CTR and impressions</strong>. Inspect your URL for details about crawling, indexing, mobile compatibility, schemas and more.', 'wp-seopress'),
|
127 |
'btn_primary' => admin_url('admin.php?page=seopress-pro-page#tab=tab_seopress_inspect_url'),
|
128 |
'filter' => 'seopress_remove_feature_inspect_url',
|
129 |
'toggle' => true,
|
@@ -839,6 +839,29 @@ function seopress_advanced_appearance_score_col_callback() {
|
|
839 |
}
|
840 |
}
|
841 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
842 |
function seopress_advanced_appearance_ca_metaboxe_callback() {
|
843 |
$options = get_option('seopress_advanced_option_name');
|
844 |
|
@@ -854,6 +877,11 @@ function seopress_advanced_appearance_ca_metaboxe_callback() {
|
|
854 |
<?php _e('Remove Content Analysis Metabox', 'wp-seopress'); ?>
|
855 |
</label>
|
856 |
|
|
|
|
|
|
|
|
|
|
|
857 |
<?php if (isset($options['seopress_advanced_appearance_ca_metaboxe'])) {
|
858 |
esc_attr($options['seopress_advanced_appearance_ca_metaboxe']);
|
859 |
}
|
839 |
}
|
840 |
}
|
841 |
|
842 |
+
|
843 |
+
function seopress_advanced_appearance_search_console_callback() {
|
844 |
+
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
845 |
+
$options = get_option('seopress_advanced_option_name');
|
846 |
+
|
847 |
+
$check = isset($options['seopress_advanced_appearance_search_console']); ?>
|
848 |
+
|
849 |
+
<label for="seopress_advanced_appearance_search_console">
|
850 |
+
<input id="seopress_advanced_appearance_search_console"
|
851 |
+
name="seopress_advanced_option_name[seopress_advanced_appearance_search_console]" type="checkbox" <?php if ('1' == $check) { ?>
|
852 |
+
checked="yes"
|
853 |
+
<?php } ?>
|
854 |
+
value="1"/>
|
855 |
+
|
856 |
+
<?php _e('Display Search Console Data (clicks, impressions, CTR, positions)', 'wp-seopress');
|
857 |
+
} ?>
|
858 |
+
</label>
|
859 |
+
|
860 |
+
<?php if (isset($options['seopress_advanced_appearance_search_console'])) {
|
861 |
+
esc_attr($options['seopress_advanced_appearance_search_console']);
|
862 |
+
}
|
863 |
+
}
|
864 |
+
|
865 |
function seopress_advanced_appearance_ca_metaboxe_callback() {
|
866 |
$options = get_option('seopress_advanced_option_name');
|
867 |
|
877 |
<?php _e('Remove Content Analysis Metabox', 'wp-seopress'); ?>
|
878 |
</label>
|
879 |
|
880 |
+
|
881 |
+
<p class="description">
|
882 |
+
<?php _e('By checking this option, we will no longer track the significant keywords.','wp-seopress'); ?>
|
883 |
+
</p>
|
884 |
+
|
885 |
<?php if (isset($options['seopress_advanced_appearance_ca_metaboxe'])) {
|
886 |
esc_attr($options['seopress_advanced_appearance_ca_metaboxe']);
|
887 |
}
|
@@ -1375,32 +1375,6 @@ function seopress_titles_nofollow_callback()
|
|
1375 |
}
|
1376 |
}
|
1377 |
|
1378 |
-
function seopress_titles_noodp_callback()
|
1379 |
-
{
|
1380 |
-
$options = get_option('seopress_titles_option_name');
|
1381 |
-
|
1382 |
-
$check = isset($options['seopress_titles_noodp']); ?>
|
1383 |
-
|
1384 |
-
|
1385 |
-
<label for="seopress_titles_noodp">
|
1386 |
-
<input id="seopress_titles_noodp"
|
1387 |
-
name="seopress_titles_option_name[seopress_titles_noodp]"
|
1388 |
-
type="checkbox" <?php if ('1' == $check) { ?>
|
1389 |
-
checked="yes"
|
1390 |
-
<?php } ?>
|
1391 |
-
value="1"/>
|
1392 |
-
<?php _e('noodp', 'wp-seopress'); ?>
|
1393 |
-
</label>
|
1394 |
-
|
1395 |
-
<p class="description">
|
1396 |
-
<?php _e('Do not use Open Directory project metadata for titles or excerpts for all pages.', 'wp-seopress'); ?>
|
1397 |
-
</p>
|
1398 |
-
|
1399 |
-
<?php if (isset($options['seopress_titles_noodp'])) {
|
1400 |
-
esc_attr($options['seopress_titles_noodp']);
|
1401 |
-
}
|
1402 |
-
}
|
1403 |
-
|
1404 |
function seopress_titles_noimageindex_callback()
|
1405 |
{
|
1406 |
$options = get_option('seopress_titles_option_name');
|
1375 |
}
|
1376 |
}
|
1377 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1378 |
function seopress_titles_noimageindex_callback()
|
1379 |
{
|
1380 |
$options = get_option('seopress_titles_option_name');
|
@@ -131,6 +131,13 @@ function seopress_get_docs_links()
|
|
131 |
'google' => 'https://www.seopress.org/fr/support/guides/api-google-instant-indexing-avec-seopress/' . $utm,
|
132 |
'api' => 'https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=fr',
|
133 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
'tools' => [
|
135 |
'csv_import' => 'https://www.seopress.org/fr/support/guides/importer-metadonnees-csv-seopress-pro/' . $utm,
|
136 |
'csv_export' => 'https://www.seopress.org/fr/support/guides/exporter-vos-metadonnees-vers-un-fichier-csv-avec-seopress-pro/' . $utm,
|
@@ -268,6 +275,13 @@ function seopress_get_docs_links()
|
|
268 |
'google' => 'https://www.seopress.org/support/guides/google-indexing-api-with-seopress/' . $utm,
|
269 |
'api' => 'https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=en',
|
270 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
'tools' => [
|
272 |
'csv_import' => 'https://www.seopress.org/support/guides/import-metadata-from-a-csv-file-with-seopress-pro/' . $utm,
|
273 |
'csv_export' => 'https://www.seopress.org/support/guides/export-metadata-from-seopress-to-a-csv-file/' . $utm,
|
131 |
'google' => 'https://www.seopress.org/fr/support/guides/api-google-instant-indexing-avec-seopress/' . $utm,
|
132 |
'api' => 'https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=fr',
|
133 |
],
|
134 |
+
'inspect_url' => [
|
135 |
+
'google' => 'https://www.seopress.org/fr/support/guides/comment-utiliser-lapi-google-inspection-durl-avec-seopress-pro/' . $utm,
|
136 |
+
],
|
137 |
+
'search_console_api' => [
|
138 |
+
'google' => 'https://www.seopress.org/fr/support/guides/google-search-console-avec-seopress/' . $utm,
|
139 |
+
'api' => 'https://console.cloud.google.com/apis/library/searchconsole.googleapis.com?hl=fr',
|
140 |
+
],
|
141 |
'tools' => [
|
142 |
'csv_import' => 'https://www.seopress.org/fr/support/guides/importer-metadonnees-csv-seopress-pro/' . $utm,
|
143 |
'csv_export' => 'https://www.seopress.org/fr/support/guides/exporter-vos-metadonnees-vers-un-fichier-csv-avec-seopress-pro/' . $utm,
|
275 |
'google' => 'https://www.seopress.org/support/guides/google-indexing-api-with-seopress/' . $utm,
|
276 |
'api' => 'https://console.cloud.google.com/apis/library/indexing.googleapis.com?hl=en',
|
277 |
],
|
278 |
+
'inspect_url' => [
|
279 |
+
'google' => 'https://www.seopress.org/support/guides/how-to-use-google-inspect-url-api-with-seopress-pro/' . $utm,
|
280 |
+
],
|
281 |
+
'search_console_api' => [
|
282 |
+
'google' => 'https://www.seopress.org/support/guides/google-search-console-with-seopress/' . $utm,
|
283 |
+
'api' => 'https://console.cloud.google.com/apis/library/searchconsole.googleapis.com?hl=en',
|
284 |
+
],
|
285 |
'tools' => [
|
286 |
'csv_import' => 'https://www.seopress.org/support/guides/import-metadata-from-a-csv-file-with-seopress-pro/' . $utm,
|
287 |
'csv_export' => 'https://www.seopress.org/support/guides/export-metadata-from-seopress-to-a-csv-file/' . $utm,
|
@@ -94,7 +94,6 @@ function seopress_metadata_export() {
|
|
94 |
$settings['tw_img'] = [];
|
95 |
$settings['noindex'] = [];
|
96 |
$settings['nofollow'] = [];
|
97 |
-
$settings['noodp'] = [];
|
98 |
$settings['noimageindex'] = [];
|
99 |
$settings['noarchive'] = [];
|
100 |
$settings['nosnippet'] = [];
|
@@ -117,7 +116,6 @@ function seopress_metadata_export() {
|
|
117 |
'tw_img' => '_seopress_social_twitter_img',
|
118 |
'noindex' => '_seopress_robots_index',
|
119 |
'nofollow' => '_seopress_robots_follow',
|
120 |
-
'noodp' => '_seopress_robots_odp',
|
121 |
'noimageindex' => '_seopress_robots_imageindex',
|
122 |
'noarchive' => '_seopress_robots_archive',
|
123 |
'nosnippet' => '_seopress_robots_snippet',
|
@@ -182,7 +180,6 @@ function seopress_metadata_export() {
|
|
182 |
$settings['tw_img'],
|
183 |
$settings['noindex'],
|
184 |
$settings['nofollow'],
|
185 |
-
$settings['noodp'],
|
186 |
$settings['noimageindex'],
|
187 |
$settings['noarchive'],
|
188 |
$settings['nosnippet'],
|
@@ -209,7 +206,6 @@ function seopress_metadata_export() {
|
|
209 |
$settings['tw_img'] = [];
|
210 |
$settings['noindex'] = [];
|
211 |
$settings['nofollow'] = [];
|
212 |
-
$settings['noodp'] = [];
|
213 |
$settings['noimageindex'] = [];
|
214 |
$settings['noarchive'] = [];
|
215 |
$settings['nosnippet'] = [];
|
@@ -284,7 +280,6 @@ function seopress_metadata_export() {
|
|
284 |
$settings['tw_img'],
|
285 |
$settings['noindex'],
|
286 |
$settings['nofollow'],
|
287 |
-
$settings['noodp'],
|
288 |
$settings['noimageindex'],
|
289 |
$settings['noarchive'],
|
290 |
$settings['nosnippet'],
|
@@ -311,7 +306,6 @@ function seopress_metadata_export() {
|
|
311 |
$settings['tw_img'] = [];
|
312 |
$settings['noindex'] = [];
|
313 |
$settings['nofollow'] = [];
|
314 |
-
$settings['noodp'] = [];
|
315 |
$settings['noimageindex'] = [];
|
316 |
$settings['noarchive'] = [];
|
317 |
$settings['nosnippet'] = [];
|
94 |
$settings['tw_img'] = [];
|
95 |
$settings['noindex'] = [];
|
96 |
$settings['nofollow'] = [];
|
|
|
97 |
$settings['noimageindex'] = [];
|
98 |
$settings['noarchive'] = [];
|
99 |
$settings['nosnippet'] = [];
|
116 |
'tw_img' => '_seopress_social_twitter_img',
|
117 |
'noindex' => '_seopress_robots_index',
|
118 |
'nofollow' => '_seopress_robots_follow',
|
|
|
119 |
'noimageindex' => '_seopress_robots_imageindex',
|
120 |
'noarchive' => '_seopress_robots_archive',
|
121 |
'nosnippet' => '_seopress_robots_snippet',
|
180 |
$settings['tw_img'],
|
181 |
$settings['noindex'],
|
182 |
$settings['nofollow'],
|
|
|
183 |
$settings['noimageindex'],
|
184 |
$settings['noarchive'],
|
185 |
$settings['nosnippet'],
|
206 |
$settings['tw_img'] = [];
|
207 |
$settings['noindex'] = [];
|
208 |
$settings['nofollow'] = [];
|
|
|
209 |
$settings['noimageindex'] = [];
|
210 |
$settings['noarchive'] = [];
|
211 |
$settings['nosnippet'] = [];
|
280 |
$settings['tw_img'],
|
281 |
$settings['noindex'],
|
282 |
$settings['nofollow'],
|
|
|
283 |
$settings['noimageindex'],
|
284 |
$settings['noarchive'],
|
285 |
$settings['nosnippet'],
|
306 |
$settings['tw_img'] = [];
|
307 |
$settings['noindex'] = [];
|
308 |
$settings['nofollow'] = [];
|
|
|
309 |
$settings['noimageindex'] = [];
|
310 |
$settings['noarchive'] = [];
|
311 |
$settings['nosnippet'] = [];
|
@@ -204,19 +204,21 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
204 |
|
205 |
$gp_title = '';
|
206 |
$gp_permalink = '';
|
|
|
|
|
207 |
if (get_the_title()) {
|
208 |
$gp_title = '<div class="snippet-title-default" style="display:none">' . get_the_title() . ' - ' . get_bloginfo('name') . '</div>';
|
209 |
-
$gp_permalink = '<div class="snippet-permalink">' . htmlspecialchars(urldecode(get_permalink())) . '</div>';
|
210 |
} elseif ($tag) {
|
211 |
if (false === is_wp_error(get_term_link($tag))) {
|
212 |
$gp_title = '<div class="snippet-title-default" style="display:none">' . $tag->name . ' - ' . get_bloginfo('name') . '</div>';
|
213 |
-
$gp_permalink = '<div class="snippet-permalink">' . htmlspecialchars(urldecode(get_term_link($tag))) . '</div>';
|
214 |
}
|
215 |
}
|
216 |
|
217 |
-
$siteicon = '<div class="snippet-favicon"><img aria-hidden="true" height="
|
218 |
if (get_site_icon_url(32)) {
|
219 |
-
$siteicon = '<div class="snippet-favicon"><img aria-hidden="true" height="
|
220 |
} ?>
|
221 |
|
222 |
<div class="wrap-snippet">
|
@@ -229,7 +231,6 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
229 |
<div class="wrap-meta-desc">
|
230 |
<?php
|
231 |
echo $gp_title;
|
232 |
-
echo $gp_permalink;
|
233 |
|
234 |
if ('post-new.php' == $pagenow || 'post.php' == $pagenow) {
|
235 |
echo seopress_display_date_snippet();
|
@@ -239,9 +240,7 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
239 |
<div class="snippet-description-custom" style="display:none"></div>
|
240 |
<div class="snippet-description-default" style="display:none"></div>
|
241 |
</div>
|
242 |
-
<div class="wrap-post-thumb">
|
243 |
-
<?php the_post_thumbnail('full', ['class' => 'snippet-post-thumb']); ?>
|
244 |
-
</div>
|
245 |
</div>
|
246 |
</div>
|
247 |
</div>
|
@@ -279,22 +278,13 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
279 |
?>
|
280 |
</label>
|
281 |
</p>
|
282 |
-
<p>
|
283 |
-
<label for="seopress_robots_odp_meta">
|
284 |
-
<input type="checkbox" name="seopress_robots_odp" id="seopress_robots_odp_meta"
|
285 |
-
value="yes" <?php echo checked($seopress_robots_odp, 'yes', false); ?>
|
286 |
-
<?php echo $disabled['robots_odp']; ?>/>
|
287 |
-
<?php _e('Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>', 'wp-seopress'); ?>
|
288 |
-
<?php echo seopress_tooltip(__('"noodp" robots meta tag', 'wp-seopress'), __('By checking this option, you will add a meta robots tag with the value "noodp". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.', 'wp-seopress'), esc_html('<meta name="robots" content="noodp" />')); ?>
|
289 |
-
</label>
|
290 |
-
</p>
|
291 |
<p>
|
292 |
<label for="seopress_robots_imageindex_meta">
|
293 |
<input type="checkbox" name="seopress_robots_imageindex"
|
294 |
id="seopress_robots_imageindex_meta" value="yes" <?php echo checked($seopress_robots_imageindex, 'yes', false); ?>
|
295 |
<?php echo $disabled['imageindex']; ?>/>
|
296 |
<?php _e('Do not index images for this page <strong>(noimageindex)</strong>', 'wp-seopress'); ?>
|
297 |
-
<?php echo seopress_tooltip(__('"noimageindex" robots meta tag', 'wp-seopress'), __('By checking this option, you will add a meta robots tag with the value "noimageindex". <br> Note that your images can always be indexed if they are linked from other pages.', 'wp-seopress'), esc_html('<meta name="
|
298 |
</label>
|
299 |
</p>
|
300 |
<p>
|
@@ -420,9 +410,9 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
420 |
<?php _e('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)', 'wp-seopress'); ?>
|
421 |
</p>
|
422 |
<p>
|
423 |
-
<input type="hidden" name="seopress_social_fb_img_attachment_id" id="seopress_social_fb_img_attachment_id" value="<?php echo esc_html($seopress_social_fb_img_attachment_id); ?>">
|
424 |
-
<input type="hidden" name="seopress_social_fb_img_width" id="seopress_social_fb_img_width" value="<?php echo esc_html($seopress_social_fb_img_width); ?>">
|
425 |
-
<input type="hidden" name="seopress_social_fb_img_height" id="seopress_social_fb_img_height" value="<?php echo esc_html($seopress_social_fb_img_height); ?>">
|
426 |
|
427 |
<input id="seopress_social_fb_img_upload"
|
428 |
class="<?php echo seopress_btn_secondary_classes(); ?>"
|
@@ -539,9 +529,9 @@ if ('term.php' == $pagenow || 'edit-tags.php' == $pagenow) { ?>
|
|
539 |
<?php _e('Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.', 'wp-seopress'); ?>
|
540 |
</p>
|
541 |
<p>
|
542 |
-
<input type="hidden" name="seopress_social_twitter_img_attachment_id" id="seopress_social_twitter_img_attachment_id" value="<?php echo esc_html($seopress_social_twitter_img_attachment_id); ?>">
|
543 |
-
<input type="hidden" name="seopress_social_twitter_img_width" id="seopress_social_twitter_img_width" value="<?php echo esc_html($seopress_social_twitter_img_width); ?>">
|
544 |
-
<input type="hidden" name="seopress_social_twitter_img_height" id="seopress_social_twitter_img_height" value="<?php echo esc_html($seopress_social_twitter_img_height); ?>">
|
545 |
|
546 |
<input id="seopress_social_twitter_img_upload"
|
547 |
class="<?php echo seopress_btn_secondary_classes(); ?>"
|
204 |
|
205 |
$gp_title = '';
|
206 |
$gp_permalink = '';
|
207 |
+
$alt_site_title = !empty(seopress_get_service('TitleOption')->getHomeSiteTitleAlt()) ? seopress_get_service('TitleOption')->getHomeSiteTitleAlt() : get_bloginfo('name');
|
208 |
+
|
209 |
if (get_the_title()) {
|
210 |
$gp_title = '<div class="snippet-title-default" style="display:none">' . get_the_title() . ' - ' . get_bloginfo('name') . '</div>';
|
211 |
+
$gp_permalink = '<div class="snippet-permalink"><span class="snippet-sitename">' . $alt_site_title . '</span>' . htmlspecialchars(urldecode(get_permalink())) . '</div>';
|
212 |
} elseif ($tag) {
|
213 |
if (false === is_wp_error(get_term_link($tag))) {
|
214 |
$gp_title = '<div class="snippet-title-default" style="display:none">' . $tag->name . ' - ' . get_bloginfo('name') . '</div>';
|
215 |
+
$gp_permalink = '<div class="snippet-permalink"><span class="snippet-sitename">' . $alt_site_title . '</span>' . htmlspecialchars(urldecode(get_term_link($tag))) . '</div>';
|
216 |
}
|
217 |
}
|
218 |
|
219 |
+
$siteicon = '<div class="snippet-favicon"><img aria-hidden="true" height="18" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABs0lEQVR4AWL4//8/RRjO8Iucx+noO0MWUDo16FYABMGP6ZfUcRnWtm27jVPbtm3bttuH2t3eFPcY9pLz7NxiLjCyVd87pKnHyqXyxtCs8APd0rnyxiu4qSeA3QEDrAwBDrT1s1Rc/OrjLZwqVmOSu6+Lamcpp2KKMA9PH1BYXMe1mUP5qotvXTywsOEEYHXxrY+3cqk6TMkYpNr2FeoY3KIr0RPtn9wQ2unlA+GMkRw6+9TFw4YTwDUzx/JVvARj9KaedXRO8P5B1Du2S32smzqUrcKGEyA+uAgQjKX7zf0boWHGfn71jIKj2689gxp7OAGShNcBUmLMPVjZuiKcA2vuWHHDCQxMCz629kXAIU4ApY15QwggAFbfOP9DhgBJ+nWVJ1AZAfICAj1pAlY6hCADZnveQf7bQIwzVONGJonhLIlS9gr5mFg44Xd+4S3XHoGNPdJl1INIwKyEgHckEhgTe1bGiFY9GSFBYUwLh1IkiJUbY407E7syBSFxKTszEoiE/YdrgCEayDmtaJwCI9uu8TKMuZSVfSa4BpGgzvomBR/INhLGzrqDotp01ZR8pn/1L0JN9d9XNyx0AAAAAElFTkSuQmCC" width="18" alt="favicon"></div>';
|
220 |
if (get_site_icon_url(32)) {
|
221 |
+
$siteicon = '<div class="snippet-favicon"><img aria-hidden="true" height="18" src="' . get_site_icon_url(32) . '" width="18" alt="favicon"/></div>';
|
222 |
} ?>
|
223 |
|
224 |
<div class="wrap-snippet">
|
231 |
<div class="wrap-meta-desc">
|
232 |
<?php
|
233 |
echo $gp_title;
|
|
|
234 |
|
235 |
if ('post-new.php' == $pagenow || 'post.php' == $pagenow) {
|
236 |
echo seopress_display_date_snippet();
|
240 |
<div class="snippet-description-custom" style="display:none"></div>
|
241 |
<div class="snippet-description-default" style="display:none"></div>
|
242 |
</div>
|
243 |
+
<div class="wrap-post-thumb"><?php the_post_thumbnail('full', ['class' => 'snippet-post-thumb']); ?></div>
|
|
|
|
|
244 |
</div>
|
245 |
</div>
|
246 |
</div>
|
278 |
?>
|
279 |
</label>
|
280 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
<p>
|
282 |
<label for="seopress_robots_imageindex_meta">
|
283 |
<input type="checkbox" name="seopress_robots_imageindex"
|
284 |
id="seopress_robots_imageindex_meta" value="yes" <?php echo checked($seopress_robots_imageindex, 'yes', false); ?>
|
285 |
<?php echo $disabled['imageindex']; ?>/>
|
286 |
<?php _e('Do not index images for this page <strong>(noimageindex)</strong>', 'wp-seopress'); ?>
|
287 |
+
<?php echo seopress_tooltip(__('"noimageindex" robots meta tag', 'wp-seopress'), __('By checking this option, you will add a meta robots tag with the value "noimageindex". <br> Note that your images can always be indexed if they are linked from other pages.', 'wp-seopress'), esc_html('<meta name="robots" content="noimageindex" />')); ?>
|
288 |
</label>
|
289 |
</p>
|
290 |
<p>
|
410 |
<?php _e('Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)', 'wp-seopress'); ?>
|
411 |
</p>
|
412 |
<p>
|
413 |
+
<input type="hidden" name="seopress_social_fb_img_attachment_id" id="seopress_social_fb_img_attachment_id" class="seopress_social_fb_img_attachment_id" value="<?php echo esc_html($seopress_social_fb_img_attachment_id); ?>">
|
414 |
+
<input type="hidden" name="seopress_social_fb_img_width" id="seopress_social_fb_img_width" class="seopress_social_fb_img_width" value="<?php echo esc_html($seopress_social_fb_img_width); ?>">
|
415 |
+
<input type="hidden" name="seopress_social_fb_img_height" id="seopress_social_fb_img_height" class="seopress_social_fb_img_height" value="<?php echo esc_html($seopress_social_fb_img_height); ?>">
|
416 |
|
417 |
<input id="seopress_social_fb_img_upload"
|
418 |
class="<?php echo seopress_btn_secondary_classes(); ?>"
|
529 |
<?php _e('Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.', 'wp-seopress'); ?>
|
530 |
</p>
|
531 |
<p>
|
532 |
+
<input type="hidden" name="seopress_social_twitter_img_attachment_id" id="seopress_social_twitter_img_attachment_id" class="seopress_social_twitter_img_attachment_id" value="<?php echo esc_html($seopress_social_twitter_img_attachment_id); ?>">
|
533 |
+
<input type="hidden" name="seopress_social_twitter_img_width" id="seopress_social_twitter_img_width" class="seopress_social_twitter_img_width" value="<?php echo esc_html($seopress_social_twitter_img_width); ?>">
|
534 |
+
<input type="hidden" name="seopress_social_twitter_img_height" id="seopress_social_twitter_img_height" class="seopress_social_twitter_img_height" value="<?php echo esc_html($seopress_social_twitter_img_height); ?>">
|
535 |
|
536 |
<input id="seopress_social_twitter_img_upload"
|
537 |
class="<?php echo seopress_btn_secondary_classes(); ?>"
|
@@ -100,21 +100,6 @@ if (! function_exists('seopress_titles_nofollow_option')) {
|
|
100 |
}
|
101 |
}
|
102 |
|
103 |
-
if (! function_exists('seopress_titles_noodp_option')) {
|
104 |
-
function seopress_titles_noodp_option()
|
105 |
-
{
|
106 |
-
$seopress_titles_noodp_option = get_option('seopress_titles_option_name');
|
107 |
-
if (! empty($seopress_titles_noodp_option)) {
|
108 |
-
foreach ($seopress_titles_noodp_option as $key => $seopress_titles_noodp_value) {
|
109 |
-
$options[$key] = $seopress_titles_noodp_value;
|
110 |
-
}
|
111 |
-
if (isset($seopress_titles_noodp_option['seopress_titles_noodp'])) {
|
112 |
-
return $seopress_titles_noodp_option['seopress_titles_noodp'];
|
113 |
-
}
|
114 |
-
}
|
115 |
-
}
|
116 |
-
}
|
117 |
-
|
118 |
if (! function_exists('seopress_titles_noarchive_option')) {
|
119 |
function seopress_titles_noarchive_option()
|
120 |
{
|
@@ -309,14 +294,6 @@ function seopress_display_seo_metaboxe()
|
|
309 |
$seopress_robots_follow = get_post_meta($post->ID, '_seopress_robots_follow', true);
|
310 |
}
|
311 |
|
312 |
-
$disabled['robots_odp'] ='';
|
313 |
-
if (seopress_titles_noodp_option()) {
|
314 |
-
$seopress_robots_odp = 'yes';
|
315 |
-
$disabled['robots_odp'] = 'disabled';
|
316 |
-
} else {
|
317 |
-
$seopress_robots_odp = get_post_meta($post->ID, '_seopress_robots_odp', true);
|
318 |
-
}
|
319 |
-
|
320 |
$disabled['archive'] ='';
|
321 |
if (seopress_titles_noarchive_option()) {
|
322 |
$seopress_robots_archive = 'yes';
|
@@ -396,100 +373,134 @@ function seopress_display_seo_metaboxe()
|
|
396 |
$seo_tabs = json_decode(stripslashes(htmlspecialchars_decode($_POST['seo_tabs'])));
|
397 |
|
398 |
if (in_array('title-tab', $seo_tabs)) {
|
399 |
-
if (
|
400 |
update_post_meta($post_id, '_seopress_titles_title', esc_html($_POST['seopress_titles_title']));
|
|
|
|
|
401 |
}
|
402 |
-
if (
|
403 |
update_post_meta($post_id, '_seopress_titles_desc', esc_html($_POST['seopress_titles_desc']));
|
|
|
|
|
404 |
}
|
405 |
}
|
406 |
if (in_array('advanced-tab', $seo_tabs)) {
|
407 |
if (isset($_POST['seopress_robots_index'])) {
|
408 |
update_post_meta($post_id, '_seopress_robots_index', 'yes');
|
409 |
} else {
|
410 |
-
delete_post_meta($post_id, '_seopress_robots_index'
|
411 |
}
|
412 |
if (isset($_POST['seopress_robots_follow'])) {
|
413 |
update_post_meta($post_id, '_seopress_robots_follow', 'yes');
|
414 |
} else {
|
415 |
-
delete_post_meta($post_id, '_seopress_robots_follow'
|
416 |
-
}
|
417 |
-
if (isset($_POST['seopress_robots_odp'])) {
|
418 |
-
update_post_meta($post_id, '_seopress_robots_odp', 'yes');
|
419 |
-
} else {
|
420 |
-
delete_post_meta($post_id, '_seopress_robots_odp', '');
|
421 |
}
|
422 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
423 |
update_post_meta($post_id, '_seopress_robots_imageindex', 'yes');
|
424 |
} else {
|
425 |
-
delete_post_meta($post_id, '_seopress_robots_imageindex'
|
426 |
}
|
427 |
if (isset($_POST['seopress_robots_archive'])) {
|
428 |
update_post_meta($post_id, '_seopress_robots_archive', 'yes');
|
429 |
} else {
|
430 |
-
delete_post_meta($post_id, '_seopress_robots_archive'
|
431 |
}
|
432 |
if (isset($_POST['seopress_robots_snippet'])) {
|
433 |
update_post_meta($post_id, '_seopress_robots_snippet', 'yes');
|
434 |
} else {
|
435 |
-
delete_post_meta($post_id, '_seopress_robots_snippet'
|
436 |
}
|
437 |
-
if (
|
438 |
update_post_meta($post_id, '_seopress_robots_canonical', esc_html($_POST['seopress_robots_canonical']));
|
|
|
|
|
439 |
}
|
440 |
-
if (
|
441 |
update_post_meta($post_id, '_seopress_robots_primary_cat', esc_html($_POST['seopress_robots_primary_cat']));
|
|
|
|
|
442 |
}
|
443 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
444 |
-
if (
|
445 |
update_post_meta($post_id, '_seopress_robots_breadcrumbs', esc_html($_POST['seopress_robots_breadcrumbs']));
|
|
|
|
|
446 |
}
|
447 |
}
|
448 |
}
|
449 |
if (in_array('social-tab', $seo_tabs)) {
|
450 |
-
|
|
|
451 |
update_post_meta($post_id, '_seopress_social_fb_title', esc_html($_POST['seopress_social_fb_title']));
|
|
|
|
|
452 |
}
|
453 |
-
if (
|
454 |
update_post_meta($post_id, '_seopress_social_fb_desc', esc_html($_POST['seopress_social_fb_desc']));
|
|
|
|
|
455 |
}
|
456 |
-
if (
|
457 |
update_post_meta($post_id, '_seopress_social_fb_img', esc_html($_POST['seopress_social_fb_img']));
|
|
|
|
|
458 |
}
|
459 |
-
if (
|
460 |
update_post_meta($post_id, '_seopress_social_fb_img_attachment_id', esc_html($_POST['seopress_social_fb_img_attachment_id']));
|
|
|
|
|
461 |
}
|
462 |
-
if (
|
463 |
update_post_meta($post_id, '_seopress_social_fb_img_width', esc_html($_POST['seopress_social_fb_img_width']));
|
|
|
|
|
464 |
}
|
465 |
-
if (
|
466 |
update_post_meta($post_id, '_seopress_social_fb_img_height', esc_html($_POST['seopress_social_fb_img_height']));
|
|
|
|
|
467 |
}
|
468 |
-
|
|
|
|
|
469 |
update_post_meta($post_id, '_seopress_social_twitter_title', esc_html($_POST['seopress_social_twitter_title']));
|
|
|
|
|
470 |
}
|
471 |
-
if (
|
472 |
update_post_meta($post_id, '_seopress_social_twitter_desc', esc_html($_POST['seopress_social_twitter_desc']));
|
|
|
|
|
473 |
}
|
474 |
-
if (
|
475 |
update_post_meta($post_id, '_seopress_social_twitter_img', esc_html($_POST['seopress_social_twitter_img']));
|
|
|
|
|
476 |
}
|
477 |
-
if (
|
478 |
update_post_meta($post_id, '_seopress_social_twitter_img_attachment_id', esc_html($_POST['seopress_social_twitter_img_attachment_id']));
|
|
|
|
|
479 |
}
|
480 |
-
if (
|
481 |
update_post_meta($post_id, '_seopress_social_twitter_img_width', esc_html($_POST['seopress_social_twitter_img_width']));
|
|
|
|
|
482 |
}
|
483 |
-
if (
|
484 |
update_post_meta($post_id, '_seopress_social_twitter_img_height', esc_html($_POST['seopress_social_twitter_img_height']));
|
|
|
|
|
485 |
}
|
486 |
}
|
487 |
if (in_array('redirect-tab', $seo_tabs)) {
|
488 |
if (isset($_POST['seopress_redirections_type'])) {
|
489 |
update_post_meta($post_id, '_seopress_redirections_type', $_POST['seopress_redirections_type']);
|
490 |
}
|
491 |
-
if (
|
492 |
update_post_meta($post_id, '_seopress_redirections_value', esc_html($_POST['seopress_redirections_value']));
|
|
|
|
|
493 |
}
|
494 |
if (isset($_POST['seopress_redirections_param'])) {
|
495 |
update_post_meta($post_id, '_seopress_redirections_param', esc_html($_POST['seopress_redirections_param']));
|
@@ -506,7 +517,6 @@ function seopress_display_seo_metaboxe()
|
|
506 |
}
|
507 |
if (isset($_POST['seopress_redirections_logged_status'])) {
|
508 |
update_post_meta($post_id, '_seopress_redirections_logged_status', $_POST['seopress_redirections_logged_status']);
|
509 |
-
|
510 |
} else {
|
511 |
delete_post_meta($post_id, '_seopress_redirections_logged_status');
|
512 |
}
|
@@ -525,8 +535,10 @@ function seopress_display_seo_metaboxe()
|
|
525 |
} else {
|
526 |
delete_post_meta($post_id, '_seopress_video_disabled', '');
|
527 |
}
|
528 |
-
if (
|
529 |
update_post_meta($post_id, '_seopress_video', $_POST['seopress_video']);
|
|
|
|
|
530 |
}
|
531 |
}
|
532 |
}
|
@@ -550,11 +562,6 @@ function seopress_display_seo_metaboxe()
|
|
550 |
} else {
|
551 |
$elementor['_seopress_robots_follow'] = '';
|
552 |
}
|
553 |
-
if (isset($_POST['seopress_robots_odp'])) {
|
554 |
-
$elementor['_seopress_robots_odp'] = 'yes';
|
555 |
-
} else {
|
556 |
-
$elementor['_seopress_robots_odp'] = '';
|
557 |
-
}
|
558 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
559 |
$elementor['_seopress_robots_imageindex'] = 'yes';
|
560 |
} else {
|
@@ -685,12 +692,6 @@ function seopress_display_ca_metaboxe()
|
|
685 |
$seopress_robots_follow = get_post_meta($post->ID, '_seopress_robots_follow', true);
|
686 |
}
|
687 |
|
688 |
-
if (seopress_titles_noodp_option()) {
|
689 |
-
$seopress_robots_odp = 'yes';
|
690 |
-
} else {
|
691 |
-
$seopress_robots_odp = get_post_meta($post->ID, '_seopress_robots_odp', true);
|
692 |
-
}
|
693 |
-
|
694 |
if (seopress_titles_noarchive_option()) {
|
695 |
$seopress_robots_archive = 'yes';
|
696 |
} else {
|
100 |
}
|
101 |
}
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
if (! function_exists('seopress_titles_noarchive_option')) {
|
104 |
function seopress_titles_noarchive_option()
|
105 |
{
|
294 |
$seopress_robots_follow = get_post_meta($post->ID, '_seopress_robots_follow', true);
|
295 |
}
|
296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
297 |
$disabled['archive'] ='';
|
298 |
if (seopress_titles_noarchive_option()) {
|
299 |
$seopress_robots_archive = 'yes';
|
373 |
$seo_tabs = json_decode(stripslashes(htmlspecialchars_decode($_POST['seo_tabs'])));
|
374 |
|
375 |
if (in_array('title-tab', $seo_tabs)) {
|
376 |
+
if (!empty($_POST['seopress_titles_title'])) {
|
377 |
update_post_meta($post_id, '_seopress_titles_title', esc_html($_POST['seopress_titles_title']));
|
378 |
+
} else {
|
379 |
+
delete_post_meta($post_id, '_seopress_titles_title');
|
380 |
}
|
381 |
+
if (!empty($_POST['seopress_titles_desc'])) {
|
382 |
update_post_meta($post_id, '_seopress_titles_desc', esc_html($_POST['seopress_titles_desc']));
|
383 |
+
} else {
|
384 |
+
delete_post_meta($post_id, '_seopress_titles_desc');
|
385 |
}
|
386 |
}
|
387 |
if (in_array('advanced-tab', $seo_tabs)) {
|
388 |
if (isset($_POST['seopress_robots_index'])) {
|
389 |
update_post_meta($post_id, '_seopress_robots_index', 'yes');
|
390 |
} else {
|
391 |
+
delete_post_meta($post_id, '_seopress_robots_index');
|
392 |
}
|
393 |
if (isset($_POST['seopress_robots_follow'])) {
|
394 |
update_post_meta($post_id, '_seopress_robots_follow', 'yes');
|
395 |
} else {
|
396 |
+
delete_post_meta($post_id, '_seopress_robots_follow');
|
|
|
|
|
|
|
|
|
|
|
397 |
}
|
398 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
399 |
update_post_meta($post_id, '_seopress_robots_imageindex', 'yes');
|
400 |
} else {
|
401 |
+
delete_post_meta($post_id, '_seopress_robots_imageindex');
|
402 |
}
|
403 |
if (isset($_POST['seopress_robots_archive'])) {
|
404 |
update_post_meta($post_id, '_seopress_robots_archive', 'yes');
|
405 |
} else {
|
406 |
+
delete_post_meta($post_id, '_seopress_robots_archive');
|
407 |
}
|
408 |
if (isset($_POST['seopress_robots_snippet'])) {
|
409 |
update_post_meta($post_id, '_seopress_robots_snippet', 'yes');
|
410 |
} else {
|
411 |
+
delete_post_meta($post_id, '_seopress_robots_snippet');
|
412 |
}
|
413 |
+
if (!empty($_POST['seopress_robots_canonical'])) {
|
414 |
update_post_meta($post_id, '_seopress_robots_canonical', esc_html($_POST['seopress_robots_canonical']));
|
415 |
+
} else {
|
416 |
+
delete_post_meta($post_id, '_seopress_robots_canonical');
|
417 |
}
|
418 |
+
if (!empty($_POST['seopress_robots_primary_cat'])) {
|
419 |
update_post_meta($post_id, '_seopress_robots_primary_cat', esc_html($_POST['seopress_robots_primary_cat']));
|
420 |
+
} else {
|
421 |
+
delete_post_meta($post_id, '_seopress_robots_primary_cat');
|
422 |
}
|
423 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
424 |
+
if (!empty($_POST['seopress_robots_breadcrumbs'])) {
|
425 |
update_post_meta($post_id, '_seopress_robots_breadcrumbs', esc_html($_POST['seopress_robots_breadcrumbs']));
|
426 |
+
} else {
|
427 |
+
delete_post_meta($post_id, '_seopress_robots_breadcrumbs');
|
428 |
}
|
429 |
}
|
430 |
}
|
431 |
if (in_array('social-tab', $seo_tabs)) {
|
432 |
+
//Facebook
|
433 |
+
if (!empty($_POST['seopress_social_fb_title'])) {
|
434 |
update_post_meta($post_id, '_seopress_social_fb_title', esc_html($_POST['seopress_social_fb_title']));
|
435 |
+
} else {
|
436 |
+
delete_post_meta($post_id, '_seopress_social_fb_title');
|
437 |
}
|
438 |
+
if (!empty($_POST['seopress_social_fb_desc'])) {
|
439 |
update_post_meta($post_id, '_seopress_social_fb_desc', esc_html($_POST['seopress_social_fb_desc']));
|
440 |
+
} else {
|
441 |
+
delete_post_meta($post_id, '_seopress_social_fb_desc');
|
442 |
}
|
443 |
+
if (!empty($_POST['seopress_social_fb_img'])) {
|
444 |
update_post_meta($post_id, '_seopress_social_fb_img', esc_html($_POST['seopress_social_fb_img']));
|
445 |
+
} else {
|
446 |
+
delete_post_meta($post_id, '_seopress_social_fb_img');
|
447 |
}
|
448 |
+
if (!empty($_POST['seopress_social_fb_img_attachment_id']) && !empty($_POST['seopress_social_fb_img'])) {
|
449 |
update_post_meta($post_id, '_seopress_social_fb_img_attachment_id', esc_html($_POST['seopress_social_fb_img_attachment_id']));
|
450 |
+
} else {
|
451 |
+
delete_post_meta($post_id, '_seopress_social_fb_img_attachment_id');
|
452 |
}
|
453 |
+
if (!empty($_POST['seopress_social_fb_img_width']) && !empty($_POST['seopress_social_fb_img'])) {
|
454 |
update_post_meta($post_id, '_seopress_social_fb_img_width', esc_html($_POST['seopress_social_fb_img_width']));
|
455 |
+
} else {
|
456 |
+
delete_post_meta($post_id, '_seopress_social_fb_img_width');
|
457 |
}
|
458 |
+
if (!empty($_POST['seopress_social_fb_img_height']) && !empty($_POST['seopress_social_fb_img'])) {
|
459 |
update_post_meta($post_id, '_seopress_social_fb_img_height', esc_html($_POST['seopress_social_fb_img_height']));
|
460 |
+
} else {
|
461 |
+
delete_post_meta($post_id, '_seopress_social_fb_img_height');
|
462 |
}
|
463 |
+
|
464 |
+
//Twitter
|
465 |
+
if (!empty($_POST['seopress_social_twitter_title'])) {
|
466 |
update_post_meta($post_id, '_seopress_social_twitter_title', esc_html($_POST['seopress_social_twitter_title']));
|
467 |
+
} else {
|
468 |
+
delete_post_meta($post_id, '_seopress_social_twitter_title');
|
469 |
}
|
470 |
+
if (!empty($_POST['seopress_social_twitter_desc'])) {
|
471 |
update_post_meta($post_id, '_seopress_social_twitter_desc', esc_html($_POST['seopress_social_twitter_desc']));
|
472 |
+
} else {
|
473 |
+
delete_post_meta($post_id, '_seopress_social_twitter_desc');
|
474 |
}
|
475 |
+
if (!empty($_POST['seopress_social_twitter_img'])) {
|
476 |
update_post_meta($post_id, '_seopress_social_twitter_img', esc_html($_POST['seopress_social_twitter_img']));
|
477 |
+
} else {
|
478 |
+
delete_post_meta($post_id, '_seopress_social_twitter_img');
|
479 |
}
|
480 |
+
if (!empty($_POST['seopress_social_twitter_img_attachment_id']) && !empty($_POST['seopress_social_twitter_img'])) {
|
481 |
update_post_meta($post_id, '_seopress_social_twitter_img_attachment_id', esc_html($_POST['seopress_social_twitter_img_attachment_id']));
|
482 |
+
} else {
|
483 |
+
delete_post_meta($post_id, '_seopress_social_twitter_img_attachment_id');
|
484 |
}
|
485 |
+
if (!empty($_POST['seopress_social_twitter_img_width']) && !empty($_POST['seopress_social_twitter_img'])) {
|
486 |
update_post_meta($post_id, '_seopress_social_twitter_img_width', esc_html($_POST['seopress_social_twitter_img_width']));
|
487 |
+
} else {
|
488 |
+
delete_post_meta($post_id, '_seopress_social_twitter_img_width');
|
489 |
}
|
490 |
+
if (!empty($_POST['seopress_social_twitter_img_height']) && !empty($_POST['seopress_social_twitter_img'])) {
|
491 |
update_post_meta($post_id, '_seopress_social_twitter_img_height', esc_html($_POST['seopress_social_twitter_img_height']));
|
492 |
+
} else {
|
493 |
+
delete_post_meta($post_id, '_seopress_social_twitter_img_height');
|
494 |
}
|
495 |
}
|
496 |
if (in_array('redirect-tab', $seo_tabs)) {
|
497 |
if (isset($_POST['seopress_redirections_type'])) {
|
498 |
update_post_meta($post_id, '_seopress_redirections_type', $_POST['seopress_redirections_type']);
|
499 |
}
|
500 |
+
if (!empty($_POST['seopress_redirections_value'])) {
|
501 |
update_post_meta($post_id, '_seopress_redirections_value', esc_html($_POST['seopress_redirections_value']));
|
502 |
+
} else {
|
503 |
+
delete_post_meta($post_id, '_seopress_redirections_value');
|
504 |
}
|
505 |
if (isset($_POST['seopress_redirections_param'])) {
|
506 |
update_post_meta($post_id, '_seopress_redirections_param', esc_html($_POST['seopress_redirections_param']));
|
517 |
}
|
518 |
if (isset($_POST['seopress_redirections_logged_status'])) {
|
519 |
update_post_meta($post_id, '_seopress_redirections_logged_status', $_POST['seopress_redirections_logged_status']);
|
|
|
520 |
} else {
|
521 |
delete_post_meta($post_id, '_seopress_redirections_logged_status');
|
522 |
}
|
535 |
} else {
|
536 |
delete_post_meta($post_id, '_seopress_video_disabled', '');
|
537 |
}
|
538 |
+
if (!empty($_POST['seopress_video'])) {
|
539 |
update_post_meta($post_id, '_seopress_video', $_POST['seopress_video']);
|
540 |
+
} else {
|
541 |
+
delete_post_meta($post_id, '_seopress_video');
|
542 |
}
|
543 |
}
|
544 |
}
|
562 |
} else {
|
563 |
$elementor['_seopress_robots_follow'] = '';
|
564 |
}
|
|
|
|
|
|
|
|
|
|
|
565 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
566 |
$elementor['_seopress_robots_imageindex'] = 'yes';
|
567 |
} else {
|
692 |
$seopress_robots_follow = get_post_meta($post->ID, '_seopress_robots_follow', true);
|
693 |
}
|
694 |
|
|
|
|
|
|
|
|
|
|
|
|
|
695 |
if (seopress_titles_noarchive_option()) {
|
696 |
$seopress_robots_archive = 'yes';
|
697 |
} else {
|
@@ -82,20 +82,6 @@ if ( ! function_exists('seopress_titles_nofollow_option')) {
|
|
82 |
}
|
83 |
}
|
84 |
|
85 |
-
if ( ! function_exists('seopress_titles_noodp_option')) {
|
86 |
-
function seopress_titles_noodp_option() {
|
87 |
-
$seopress_titles_noodp_option = get_option('seopress_titles_option_name');
|
88 |
-
if ( ! empty($seopress_titles_noodp_option)) {
|
89 |
-
foreach ($seopress_titles_noodp_option as $key => $seopress_titles_noodp_value) {
|
90 |
-
$options[$key] = $seopress_titles_noodp_value;
|
91 |
-
}
|
92 |
-
if (isset($seopress_titles_noodp_option['seopress_titles_noodp'])) {
|
93 |
-
return $seopress_titles_noodp_option['seopress_titles_noodp'];
|
94 |
-
}
|
95 |
-
}
|
96 |
-
}
|
97 |
-
}
|
98 |
-
|
99 |
if ( ! function_exists('seopress_titles_noarchive_option')) {
|
100 |
function seopress_titles_noarchive_option() {
|
101 |
$seopress_titles_noarchive_option = get_option('seopress_titles_option_name');
|
@@ -241,14 +227,6 @@ function seopress_display_seo_term_metaboxe() {
|
|
241 |
$seopress_robots_follow = get_term_meta($term->term_id, '_seopress_robots_follow', true);
|
242 |
}
|
243 |
|
244 |
-
$disabled['robots_odp'] ='';
|
245 |
-
if (seopress_titles_noodp_option()) {
|
246 |
-
$seopress_robots_odp = 'yes';
|
247 |
-
$disabled['robots_odp'] = 'disabled';
|
248 |
-
} else {
|
249 |
-
$seopress_robots_odp = get_term_meta($term->term_id, '_seopress_robots_odp', true);
|
250 |
-
}
|
251 |
-
|
252 |
$disabled['archive'] ='';
|
253 |
if (seopress_titles_noarchive_option()) {
|
254 |
$seopress_robots_archive = 'yes';
|
@@ -285,10 +263,10 @@ function seopress_display_seo_term_metaboxe() {
|
|
285 |
$seopress_social_fb_img_height = get_term_meta($term->term_id, '_seopress_social_fb_img_height', true);
|
286 |
$seopress_social_twitter_title = get_term_meta($term->term_id, '_seopress_social_twitter_title', true);
|
287 |
$seopress_social_twitter_desc = get_term_meta($term->term_id, '_seopress_social_twitter_desc', true);
|
288 |
-
$seopress_social_twitter_img
|
289 |
-
$seopress_social_twitter_img_attachment_id
|
290 |
-
$seopress_social_twitter_img_width
|
291 |
-
$seopress_social_twitter_img_height
|
292 |
$seopress_redirections_enabled = get_term_meta($term->term_id, '_seopress_redirections_enabled', true);
|
293 |
$seopress_redirections_logged_status = get_term_meta($term->term_id, '_seopress_redirections_logged_status', true);
|
294 |
$seopress_redirections_type = get_term_meta($term->term_id, '_seopress_redirections_type', true);
|
@@ -316,11 +294,15 @@ function seopress_display_seo_term_metaboxe() {
|
|
316 |
$seo_tabs = json_decode(stripslashes(htmlspecialchars_decode($_POST['seo_tabs'])));
|
317 |
|
318 |
if (in_array('title-tab', $seo_tabs)) {
|
319 |
-
if (
|
320 |
update_term_meta($term_id, '_seopress_titles_title', esc_html($_POST['seopress_titles_title']));
|
|
|
|
|
321 |
}
|
322 |
-
if (
|
323 |
update_term_meta($term_id, '_seopress_titles_desc', esc_html($_POST['seopress_titles_desc']));
|
|
|
|
|
324 |
}
|
325 |
}
|
326 |
if (in_array('advanced-tab', $seo_tabs)) {
|
@@ -334,11 +316,6 @@ function seopress_display_seo_term_metaboxe() {
|
|
334 |
} else {
|
335 |
delete_term_meta($term_id, '_seopress_robots_follow', '');
|
336 |
}
|
337 |
-
if (isset($_POST['seopress_robots_odp'])) {
|
338 |
-
update_term_meta($term_id, '_seopress_robots_odp', 'yes');
|
339 |
-
} else {
|
340 |
-
delete_term_meta($term_id, '_seopress_robots_odp', '');
|
341 |
-
}
|
342 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
343 |
update_term_meta($term_id, '_seopress_robots_imageindex', 'yes');
|
344 |
} else {
|
@@ -355,52 +332,64 @@ function seopress_display_seo_term_metaboxe() {
|
|
355 |
delete_term_meta($term_id, '_seopress_robots_snippet', '');
|
356 |
}
|
357 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
358 |
-
if (
|
359 |
update_term_meta($term_id, '_seopress_robots_breadcrumbs', esc_html($_POST['seopress_robots_breadcrumbs']));
|
|
|
|
|
360 |
}
|
361 |
}
|
362 |
-
if (
|
363 |
update_term_meta($term_id, '_seopress_robots_canonical', esc_html($_POST['seopress_robots_canonical']));
|
|
|
|
|
364 |
}
|
365 |
}
|
366 |
|
367 |
if (in_array('social-tab', $seo_tabs)) {
|
368 |
-
|
|
|
369 |
update_term_meta($term_id, '_seopress_social_fb_title', esc_html($_POST['seopress_social_fb_title']));
|
|
|
|
|
370 |
}
|
371 |
-
if (
|
372 |
update_term_meta($term_id, '_seopress_social_fb_desc', esc_html($_POST['seopress_social_fb_desc']));
|
|
|
|
|
373 |
}
|
374 |
-
if (
|
375 |
update_term_meta($term_id, '_seopress_social_fb_img', esc_html($_POST['seopress_social_fb_img']));
|
376 |
}
|
377 |
-
if (
|
378 |
update_term_meta($term_id, '_seopress_social_fb_img_attachment_id', esc_html($_POST['seopress_social_fb_img_attachment_id']));
|
|
|
|
|
379 |
}
|
380 |
-
if (
|
381 |
update_term_meta($term_id, '_seopress_social_fb_img_width', esc_html($_POST['seopress_social_fb_img_width']));
|
|
|
|
|
382 |
}
|
383 |
-
if (
|
384 |
update_term_meta($term_id, '_seopress_social_fb_img_height', esc_html($_POST['seopress_social_fb_img_height']));
|
|
|
|
|
385 |
}
|
386 |
-
|
|
|
|
|
387 |
update_term_meta($term_id, '_seopress_social_twitter_title', esc_html($_POST['seopress_social_twitter_title']));
|
|
|
|
|
388 |
}
|
389 |
-
if (
|
390 |
update_term_meta($term_id, '_seopress_social_twitter_desc', esc_html($_POST['seopress_social_twitter_desc']));
|
|
|
|
|
391 |
}
|
392 |
-
if (
|
393 |
update_term_meta($term_id, '_seopress_social_twitter_img', esc_html($_POST['seopress_social_twitter_img']));
|
394 |
}
|
395 |
-
if (isset($_POST['seopress_social_twitter_img_attachment_id'])) {
|
396 |
-
update_term_meta($term_id, '_seopress_social_twitter_img_attachment_id', esc_html($_POST['seopress_social_twitter_img_attachment_id']));
|
397 |
-
}
|
398 |
-
if (isset($_POST['seopress_social_twitter_img_width'])) {
|
399 |
-
update_term_meta($term_id, '_seopress_social_twitter_img_width', esc_html($_POST['seopress_social_twitter_img_width']));
|
400 |
-
}
|
401 |
-
if (isset($_POST['seopress_social_twitter_img_height'])) {
|
402 |
-
update_term_meta($term_id, '_seopress_social_twitter_img_height', esc_html($_POST['seopress_social_twitter_img_height']));
|
403 |
-
}
|
404 |
}
|
405 |
if (in_array('redirect-tab', $seo_tabs)) {
|
406 |
if (isset($_POST['seopress_redirections_type'])) {
|
@@ -409,8 +398,10 @@ function seopress_display_seo_term_metaboxe() {
|
|
409 |
if (isset($_POST['seopress_redirections_logged_status'])) {
|
410 |
update_term_meta($term_id, '_seopress_redirections_logged_status', $_POST['seopress_redirections_logged_status']);
|
411 |
}
|
412 |
-
if (
|
413 |
update_term_meta($term_id, '_seopress_redirections_value', esc_html($_POST['seopress_redirections_value']));
|
|
|
|
|
414 |
}
|
415 |
if (isset($_POST['seopress_redirections_enabled'])) {
|
416 |
update_term_meta($term_id, '_seopress_redirections_enabled', 'yes');
|
82 |
}
|
83 |
}
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
if ( ! function_exists('seopress_titles_noarchive_option')) {
|
86 |
function seopress_titles_noarchive_option() {
|
87 |
$seopress_titles_noarchive_option = get_option('seopress_titles_option_name');
|
227 |
$seopress_robots_follow = get_term_meta($term->term_id, '_seopress_robots_follow', true);
|
228 |
}
|
229 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
$disabled['archive'] ='';
|
231 |
if (seopress_titles_noarchive_option()) {
|
232 |
$seopress_robots_archive = 'yes';
|
263 |
$seopress_social_fb_img_height = get_term_meta($term->term_id, '_seopress_social_fb_img_height', true);
|
264 |
$seopress_social_twitter_title = get_term_meta($term->term_id, '_seopress_social_twitter_title', true);
|
265 |
$seopress_social_twitter_desc = get_term_meta($term->term_id, '_seopress_social_twitter_desc', true);
|
266 |
+
$seopress_social_twitter_img = get_term_meta($term->term_id, '_seopress_social_twitter_img', true);
|
267 |
+
$seopress_social_twitter_img_attachment_id = get_term_meta($term->term_id, '_seopress_social_twitter_img_attachment_id', true);
|
268 |
+
$seopress_social_twitter_img_width = get_term_meta($term->term_id, '_seopress_social_twitter_img_width', true);
|
269 |
+
$seopress_social_twitter_img_height = get_term_meta($term->term_id, '_seopress_social_twitter_img_height', true);
|
270 |
$seopress_redirections_enabled = get_term_meta($term->term_id, '_seopress_redirections_enabled', true);
|
271 |
$seopress_redirections_logged_status = get_term_meta($term->term_id, '_seopress_redirections_logged_status', true);
|
272 |
$seopress_redirections_type = get_term_meta($term->term_id, '_seopress_redirections_type', true);
|
294 |
$seo_tabs = json_decode(stripslashes(htmlspecialchars_decode($_POST['seo_tabs'])));
|
295 |
|
296 |
if (in_array('title-tab', $seo_tabs)) {
|
297 |
+
if (!empty($_POST['seopress_titles_title'])) {
|
298 |
update_term_meta($term_id, '_seopress_titles_title', esc_html($_POST['seopress_titles_title']));
|
299 |
+
} else {
|
300 |
+
delete_term_meta($term_id, '_seopress_titles_title');
|
301 |
}
|
302 |
+
if (!empty($_POST['seopress_titles_desc'])) {
|
303 |
update_term_meta($term_id, '_seopress_titles_desc', esc_html($_POST['seopress_titles_desc']));
|
304 |
+
} else {
|
305 |
+
delete_term_meta($term_id, '_seopress_titles_desc');
|
306 |
}
|
307 |
}
|
308 |
if (in_array('advanced-tab', $seo_tabs)) {
|
316 |
} else {
|
317 |
delete_term_meta($term_id, '_seopress_robots_follow', '');
|
318 |
}
|
|
|
|
|
|
|
|
|
|
|
319 |
if (isset($_POST['seopress_robots_imageindex'])) {
|
320 |
update_term_meta($term_id, '_seopress_robots_imageindex', 'yes');
|
321 |
} else {
|
332 |
delete_term_meta($term_id, '_seopress_robots_snippet', '');
|
333 |
}
|
334 |
if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) {
|
335 |
+
if (!empty($_POST['seopress_robots_breadcrumbs'])) {
|
336 |
update_term_meta($term_id, '_seopress_robots_breadcrumbs', esc_html($_POST['seopress_robots_breadcrumbs']));
|
337 |
+
} else {
|
338 |
+
delete_term_meta($term_id, '_seopress_robots_breadcrumbs');
|
339 |
}
|
340 |
}
|
341 |
+
if (!empty($_POST['seopress_robots_canonical'])) {
|
342 |
update_term_meta($term_id, '_seopress_robots_canonical', esc_html($_POST['seopress_robots_canonical']));
|
343 |
+
} else {
|
344 |
+
delete_term_meta($term_id, '_seopress_robots_canonical');
|
345 |
}
|
346 |
}
|
347 |
|
348 |
if (in_array('social-tab', $seo_tabs)) {
|
349 |
+
//Facebook
|
350 |
+
if (!empty($_POST['seopress_social_fb_title'])) {
|
351 |
update_term_meta($term_id, '_seopress_social_fb_title', esc_html($_POST['seopress_social_fb_title']));
|
352 |
+
} else {
|
353 |
+
delete_term_meta($term_id, '_seopress_social_fb_title');
|
354 |
}
|
355 |
+
if (!empty($_POST['seopress_social_fb_desc'])) {
|
356 |
update_term_meta($term_id, '_seopress_social_fb_desc', esc_html($_POST['seopress_social_fb_desc']));
|
357 |
+
} else {
|
358 |
+
delete_term_meta($term_id, '_seopress_social_fb_desc');
|
359 |
}
|
360 |
+
if (!empty($_POST['seopress_social_fb_img'])) {
|
361 |
update_term_meta($term_id, '_seopress_social_fb_img', esc_html($_POST['seopress_social_fb_img']));
|
362 |
}
|
363 |
+
if (!empty($_POST['seopress_social_fb_img_attachment_id']) && !empty($_POST['seopress_social_fb_img'])) {
|
364 |
update_term_meta($term_id, '_seopress_social_fb_img_attachment_id', esc_html($_POST['seopress_social_fb_img_attachment_id']));
|
365 |
+
} else {
|
366 |
+
delete_term_meta($term_id, '_seopress_social_fb_img_attachment_id');
|
367 |
}
|
368 |
+
if (!empty($_POST['seopress_social_fb_img_width']) && !empty($_POST['seopress_social_fb_img'])) {
|
369 |
update_term_meta($term_id, '_seopress_social_fb_img_width', esc_html($_POST['seopress_social_fb_img_width']));
|
370 |
+
} else {
|
371 |
+
delete_term_meta($term_id, '_seopress_social_fb_img_width');
|
372 |
}
|
373 |
+
if (!empty($_POST['seopress_social_fb_img_height']) && !empty($_POST['seopress_social_fb_img'])) {
|
374 |
update_term_meta($term_id, '_seopress_social_fb_img_height', esc_html($_POST['seopress_social_fb_img_height']));
|
375 |
+
} else {
|
376 |
+
delete_term_meta($term_id, '_seopress_social_fb_img_height');
|
377 |
}
|
378 |
+
|
379 |
+
//Twitter
|
380 |
+
if (!empty($_POST['seopress_social_twitter_title'])) {
|
381 |
update_term_meta($term_id, '_seopress_social_twitter_title', esc_html($_POST['seopress_social_twitter_title']));
|
382 |
+
} else {
|
383 |
+
delete_term_meta($term_id, '_seopress_social_twitter_title');
|
384 |
}
|
385 |
+
if (!empty($_POST['seopress_social_twitter_desc'])) {
|
386 |
update_term_meta($term_id, '_seopress_social_twitter_desc', esc_html($_POST['seopress_social_twitter_desc']));
|
387 |
+
} else {
|
388 |
+
delete_term_meta($term_id, '_seopress_social_twitter_desc');
|
389 |
}
|
390 |
+
if (!empty($_POST['seopress_social_twitter_img'])) {
|
391 |
update_term_meta($term_id, '_seopress_social_twitter_img', esc_html($_POST['seopress_social_twitter_img']));
|
392 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
}
|
394 |
if (in_array('redirect-tab', $seo_tabs)) {
|
395 |
if (isset($_POST['seopress_redirections_type'])) {
|
398 |
if (isset($_POST['seopress_redirections_logged_status'])) {
|
399 |
update_term_meta($term_id, '_seopress_redirections_logged_status', $_POST['seopress_redirections_logged_status']);
|
400 |
}
|
401 |
+
if (!empty($_POST['seopress_redirections_value'])) {
|
402 |
update_term_meta($term_id, '_seopress_redirections_value', esc_html($_POST['seopress_redirections_value']));
|
403 |
+
} else {
|
404 |
+
delete_term_meta($term_id, '_seopress_redirections_value');
|
405 |
}
|
406 |
if (isset($_POST['seopress_redirections_enabled'])) {
|
407 |
update_term_meta($term_id, '_seopress_redirections_enabled', 'yes');
|
@@ -10,7 +10,7 @@ add_action( 'wp_enqueue_editor', 'seopress_wp_tiny_mce' );
|
|
10 |
* @param string $hook Page hook name
|
11 |
*/
|
12 |
function seopress_wp_tiny_mce( $hook ){
|
13 |
-
$suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
|
14 |
wp_enqueue_style( 'seopress-classic', SEOPRESS_ASSETS_DIR . '/css/seopress-classic-editor' . $suffix . '.css' , [], SEOPRESS_VERSION );
|
15 |
wp_enqueue_script( 'seopress-classic', SEOPRESS_ASSETS_DIR . '/js/seopress-classic-editor' . $suffix . '.js' , ['wplink'], SEOPRESS_VERSION, true );
|
16 |
wp_localize_script( 'seopress-classic', 'seopressI18n', array(
|
10 |
* @param string $hook Page hook name
|
11 |
*/
|
12 |
function seopress_wp_tiny_mce( $hook ){
|
13 |
+
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
14 |
wp_enqueue_style( 'seopress-classic', SEOPRESS_ASSETS_DIR . '/css/seopress-classic-editor' . $suffix . '.css' , [], SEOPRESS_VERSION );
|
15 |
wp_enqueue_script( 'seopress-classic', SEOPRESS_ASSETS_DIR . '/js/seopress-classic-editor' . $suffix . '.js' , ['wplink'], SEOPRESS_VERSION, true );
|
16 |
wp_localize_script( 'seopress-classic', 'seopressI18n', array(
|
@@ -15,12 +15,44 @@ class Document_Settings_Section {
|
|
15 |
* @return void
|
16 |
*/
|
17 |
private function _initialize() {
|
18 |
-
add_action('elementor/
|
|
|
19 |
add_action('elementor/document/after_save', [$this, 'on_save'], 99, 2);
|
20 |
add_action('seopress/page-builders/elementor/save_meta', [$this, 'on_seopress_meta_save'], 99);
|
21 |
add_action('elementor/editor/before_enqueue_scripts', [$this, 'register_elements_assets'], 9999);
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
public function register_elements_assets() {
|
25 |
wp_register_script(
|
26 |
'seopress-elementor-base-script',
|
@@ -88,11 +120,19 @@ class Document_Settings_Section {
|
|
88 |
public function add_wp_seopress_section_to_document_settings(\Elementor\Core\Base\Document $document) {
|
89 |
$post_id = $document->get_main_id();
|
90 |
|
91 |
-
$
|
92 |
-
$
|
93 |
-
|
94 |
-
$this->
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
}
|
97 |
|
98 |
/**
|
@@ -183,7 +223,6 @@ class Document_Settings_Section {
|
|
183 |
|
184 |
$robots_index = get_post_meta($post_id, '_seopress_robots_index', true);
|
185 |
$robots_follow = get_post_meta($post_id, '_seopress_robots_follow', true);
|
186 |
-
$robots_odp = get_post_meta($post_id, '_seopress_robots_odp', true);
|
187 |
$robots_imageindex = get_post_meta($post_id, '_seopress_robots_imageindex', true);
|
188 |
$robots_archive = get_post_meta($post_id, '_seopress_robots_archive', true);
|
189 |
$robots_snippet = get_post_meta($post_id, '_seopress_robots_snippet', true);
|
@@ -213,17 +252,6 @@ class Document_Settings_Section {
|
|
213 |
]
|
214 |
);
|
215 |
|
216 |
-
$document->add_control(
|
217 |
-
'_seopress_robots_odp',
|
218 |
-
[
|
219 |
-
'label' => __('Don\'t use Open Directory project metadata for titles or excerpts for this page (noodp)', 'wp-seopress'),
|
220 |
-
'type' => \Elementor\Controls_Manager::SWITCHER,
|
221 |
-
'label_block' => true,
|
222 |
-
'separator' => 'none',
|
223 |
-
'default' => 'yes' === $robots_odp ? 'yes' : '',
|
224 |
-
]
|
225 |
-
);
|
226 |
-
|
227 |
$document->add_control(
|
228 |
'_seopress_robots_imageindex',
|
229 |
[
|
15 |
* @return void
|
16 |
*/
|
17 |
private function _initialize() {
|
18 |
+
add_action('elementor/editor/before_enqueue_scripts', [$this, 'check_security']);
|
19 |
+
add_action('elementor/documents/register_controls', [$this, 'add_wp_seopress_section_to_document_settings'], 20);
|
20 |
add_action('elementor/document/after_save', [$this, 'on_save'], 99, 2);
|
21 |
add_action('seopress/page-builders/elementor/save_meta', [$this, 'on_seopress_meta_save'], 99);
|
22 |
add_action('elementor/editor/before_enqueue_scripts', [$this, 'register_elements_assets'], 9999);
|
23 |
}
|
24 |
|
25 |
+
/**
|
26 |
+
* Is the current user allowed to view metaboxes?
|
27 |
+
*
|
28 |
+
* @return boolean
|
29 |
+
*/
|
30 |
+
public function check_security($metabox) {
|
31 |
+
if (is_bool($metabox)) {
|
32 |
+
return true;
|
33 |
+
}
|
34 |
+
|
35 |
+
if (is_super_admin()) {
|
36 |
+
return true;
|
37 |
+
}
|
38 |
+
|
39 |
+
global $wp_roles;
|
40 |
+
|
41 |
+
//Get current user role
|
42 |
+
if (isset(wp_get_current_user()->roles[0])) {
|
43 |
+
$seopress_user_role = wp_get_current_user()->roles[0];
|
44 |
+
//If current user role matchs values from Security settings then apply
|
45 |
+
if (empty($metabox)) {
|
46 |
+
return true;
|
47 |
+
}
|
48 |
+
if (!array_key_exists($seopress_user_role, $metabox)) {
|
49 |
+
return true;
|
50 |
+
}
|
51 |
+
|
52 |
+
return false;
|
53 |
+
}
|
54 |
+
}
|
55 |
+
|
56 |
public function register_elements_assets() {
|
57 |
wp_register_script(
|
58 |
'seopress-elementor-base-script',
|
120 |
public function add_wp_seopress_section_to_document_settings(\Elementor\Core\Base\Document $document) {
|
121 |
$post_id = $document->get_main_id();
|
122 |
|
123 |
+
$seo_metabox = seopress_get_service('AdvancedOption')->getSecurityMetaboxRole() ? seopress_get_service('AdvancedOption')->getSecurityMetaboxRole() : true;
|
124 |
+
$ca_metabox = seopress_get_service('AdvancedOption')->getSecurityMetaboxRoleContentAnalysis() ? seopress_get_service('AdvancedOption')->getSecurityMetaboxRoleContentAnalysis() : true;
|
125 |
+
|
126 |
+
if ($this->check_security($seo_metabox) === true) {
|
127 |
+
$this->_add_title_section($document, $post_id);
|
128 |
+
$this->_add_advanced_section($document, $post_id);
|
129 |
+
$this->_add_social_section($document, $post_id);
|
130 |
+
$this->_add_redirection_section($document, $post_id);
|
131 |
+
}
|
132 |
+
|
133 |
+
if ($this->check_security($ca_metabox) === true) {
|
134 |
+
$this->_add_content_analysis_section($document, $post_id);
|
135 |
+
}
|
136 |
}
|
137 |
|
138 |
/**
|
223 |
|
224 |
$robots_index = get_post_meta($post_id, '_seopress_robots_index', true);
|
225 |
$robots_follow = get_post_meta($post_id, '_seopress_robots_follow', true);
|
|
|
226 |
$robots_imageindex = get_post_meta($post_id, '_seopress_robots_imageindex', true);
|
227 |
$robots_archive = get_post_meta($post_id, '_seopress_robots_archive', true);
|
228 |
$robots_snippet = get_post_meta($post_id, '_seopress_robots_snippet', true);
|
252 |
]
|
253 |
);
|
254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
$document->add_control(
|
256 |
'_seopress_robots_imageindex',
|
257 |
[
|
@@ -9,7 +9,6 @@ class Seopress_Meta_Helper {
|
|
9 |
'_seopress_titles_desc',
|
10 |
'_seopress_robots_index',
|
11 |
'_seopress_robots_follow',
|
12 |
-
'_seopress_robots_odp',
|
13 |
'_seopress_robots_imageindex',
|
14 |
'_seopress_robots_archive',
|
15 |
'_seopress_robots_snippet',
|
@@ -33,4 +32,4 @@ class Seopress_Meta_Helper {
|
|
33 |
|
34 |
function seopress_get_meta_helper() {
|
35 |
return new Seopress_Meta_Helper();
|
36 |
-
}
|
9 |
'_seopress_titles_desc',
|
10 |
'_seopress_robots_index',
|
11 |
'_seopress_robots_follow',
|
|
|
12 |
'_seopress_robots_imageindex',
|
13 |
'_seopress_robots_archive',
|
14 |
'_seopress_robots_snippet',
|
32 |
|
33 |
function seopress_get_meta_helper() {
|
34 |
return new Seopress_Meta_Helper();
|
35 |
+
}
|
@@ -96,7 +96,7 @@ function print_section_info_xml_sitemap_general()
|
|
96 |
<?php _e('Your server uses NGINX. If XML Sitemaps doesn\'t work properly, you need to add this rule to your configuration:', 'wp-seopress'); ?>
|
97 |
</p>
|
98 |
|
99 |
-
<pre>location ~ ([^/]*)sitemap(.*)\.x(m|s)l$ {
|
100 |
## SEOPress
|
101 |
rewrite ^.*/sitemaps\.xml$ /index.php?seopress_sitemap=1 last;
|
102 |
rewrite ^.*/news.xml$ /index.php?seopress_news=$1 last;
|
96 |
<?php _e('Your server uses NGINX. If XML Sitemaps doesn\'t work properly, you need to add this rule to your configuration:', 'wp-seopress'); ?>
|
97 |
</p>
|
98 |
|
99 |
+
<pre>location ~ (([^/]*)sitemap(.*)|news|author|video(.*))\.x(m|s)l$ {
|
100 |
## SEOPress
|
101 |
rewrite ^.*/sitemaps\.xml$ /index.php?seopress_sitemap=1 last;
|
102 |
rewrite ^.*/news.xml$ /index.php?seopress_news=$1 last;
|
@@ -389,6 +389,14 @@ add_settings_field(
|
|
389 |
'seopress_setting_section_advanced_appearance_col' // Section
|
390 |
);
|
391 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
//Misc
|
393 |
add_settings_section(
|
394 |
'seopress_setting_section_advanced_appearance_misc', // ID
|
389 |
'seopress_setting_section_advanced_appearance_col' // Section
|
390 |
);
|
391 |
|
392 |
+
add_settings_field(
|
393 |
+
'seopress_advanced_appearance_search_console', // ID
|
394 |
+
__('Show search console data', 'wp-seopress'), // Title
|
395 |
+
'seopress_advanced_appearance_search_console_callback', // Callback
|
396 |
+
'seopress-settings-admin-advanced-appearance', // Page
|
397 |
+
'seopress_setting_section_advanced_appearance_col' // Section
|
398 |
+
);
|
399 |
+
|
400 |
//Misc
|
401 |
add_settings_section(
|
402 |
'seopress_setting_section_advanced_appearance_misc', // ID
|
@@ -262,14 +262,6 @@ add_settings_field(
|
|
262 |
'seopress_setting_section_titles_advanced' // Section
|
263 |
);
|
264 |
|
265 |
-
add_settings_field(
|
266 |
-
'seopress_titles_noodp', // ID
|
267 |
-
__('noodp', 'wp-seopress'), // Title
|
268 |
-
'seopress_titles_noodp_callback', // Callback
|
269 |
-
'seopress-settings-admin-titles-advanced', // Page
|
270 |
-
'seopress_setting_section_titles_advanced' // Section
|
271 |
-
);
|
272 |
-
|
273 |
add_settings_field(
|
274 |
'seopress_titles_noimageindex', // ID
|
275 |
__('noimageindex', 'wp-seopress'), // Title
|
262 |
'seopress_setting_section_titles_advanced' // Section
|
263 |
);
|
264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
add_settings_field(
|
266 |
'seopress_titles_noimageindex', // ID
|
267 |
__('noimageindex', 'wp-seopress'), // Title
|
@@ -332,7 +332,10 @@ if ('' != seopress_advanced_appearance_title_col_option()
|
|
332 |
|| '' != seopress_advanced_appearance_words_col_option()
|
333 |
|| '' != seopress_advanced_appearance_ps_col_option()
|
334 |
|| '' != seopress_advanced_appearance_insights_col_option()
|
335 |
-
|| '' != seopress_advanced_appearance_score_col_option()
|
|
|
|
|
|
|
336 |
function seopress_add_columns()
|
337 |
{
|
338 |
if (!isset(get_current_screen()->post_type)) {
|
@@ -362,6 +365,10 @@ if ('' != seopress_advanced_appearance_title_col_option()
|
|
362 |
{
|
363 |
$columns['seopress_noindex'] = 'seopress_noindex';
|
364 |
$columns['seopress_nofollow'] = 'seopress_nofollow';
|
|
|
|
|
|
|
|
|
365 |
|
366 |
return $columns;
|
367 |
}
|
@@ -371,16 +378,32 @@ if ('' != seopress_advanced_appearance_title_col_option()
|
|
371 |
{
|
372 |
if (! is_admin()) {
|
373 |
return;
|
374 |
-
}
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
384 |
}
|
385 |
}
|
386 |
}
|
@@ -650,8 +673,8 @@ function seopress_bulk_action_follow_handler($redirect_to, $doaction, $post_ids)
|
|
650 |
}
|
651 |
foreach ($post_ids as $post_id) {
|
652 |
// Perform action for each post.
|
653 |
-
delete_post_meta($post_id, '_seopress_robots_follow'
|
654 |
-
delete_term_meta($post_id, '_seopress_robots_follow'
|
655 |
}
|
656 |
$redirect_to = add_query_arg('bulk_follow_posts', count($post_ids), $redirect_to);
|
657 |
|
332 |
|| '' != seopress_advanced_appearance_words_col_option()
|
333 |
|| '' != seopress_advanced_appearance_ps_col_option()
|
334 |
|| '' != seopress_advanced_appearance_insights_col_option()
|
335 |
+
|| '' != seopress_advanced_appearance_score_col_option()
|
336 |
+
|| !empty(seopress_get_service('AdvancedOption')->getAppearanceSearchConsole())
|
337 |
+
|
338 |
+
) {
|
339 |
function seopress_add_columns()
|
340 |
{
|
341 |
if (!isset(get_current_screen()->post_type)) {
|
365 |
{
|
366 |
$columns['seopress_noindex'] = 'seopress_noindex';
|
367 |
$columns['seopress_nofollow'] = 'seopress_nofollow';
|
368 |
+
$columns['seopress_search_console_clicks'] = 'seopress_search_console_clicks';
|
369 |
+
$columns['seopress_search_console_ctr'] = 'seopress_search_console_ctr';
|
370 |
+
$columns['seopress_search_console_impressions'] = 'seopress_search_console_impressions';
|
371 |
+
$columns['seopress_search_console_position'] = 'seopress_search_console_position';
|
372 |
|
373 |
return $columns;
|
374 |
}
|
378 |
{
|
379 |
if (! is_admin()) {
|
380 |
return;
|
381 |
+
}
|
382 |
+
|
383 |
+
$orderby = $query->get('orderby');
|
384 |
+
if ('seopress_noindex' == $orderby) {
|
385 |
+
$query->set('meta_key', '_seopress_robots_index');
|
386 |
+
$query->set('orderby', 'meta_value');
|
387 |
+
}
|
388 |
+
if ('seopress_nofollow' == $orderby) {
|
389 |
+
$query->set('meta_key', '_seopress_robots_follow');
|
390 |
+
$query->set('orderby', 'meta_value');
|
391 |
+
}
|
392 |
+
if ('seopress_search_console_clicks' == $orderby) {
|
393 |
+
$query->set('meta_key', '_seopress_search_console_analysis_clicks');
|
394 |
+
$query->set('orderby', 'meta_value_num');
|
395 |
+
}
|
396 |
+
if ('seopress_search_console_impressions' == $orderby) {
|
397 |
+
$query->set('meta_key', '_seopress_search_console_analysis_impressions');
|
398 |
+
$query->set('orderby', 'meta_value_num');
|
399 |
+
}
|
400 |
+
if ('seopress_search_console_ctr' == $orderby) {
|
401 |
+
$query->set('meta_key', '_seopress_search_console_analysis_ctr');
|
402 |
+
$query->set('orderby', 'meta_value_num');
|
403 |
+
}
|
404 |
+
if ('seopress_search_console_position' == $orderby) {
|
405 |
+
$query->set('meta_key', '_seopress_search_console_analysis_position');
|
406 |
+
$query->set('orderby', 'meta_value_num');
|
407 |
}
|
408 |
}
|
409 |
}
|
673 |
}
|
674 |
foreach ($post_ids as $post_id) {
|
675 |
// Perform action for each post.
|
676 |
+
delete_post_meta($post_id, '_seopress_robots_follow');
|
677 |
+
delete_term_meta($post_id, '_seopress_robots_follow');
|
678 |
}
|
679 |
$redirect_to = add_query_arg('bulk_follow_posts', count($post_ids), $redirect_to);
|
680 |
|
@@ -835,7 +835,6 @@ function seopress_download_batch_export() {
|
|
835 |
$csv_fields[] = 'tw_img';
|
836 |
$csv_fields[] = 'noindex';
|
837 |
$csv_fields[] = 'nofollow';
|
838 |
-
$csv_fields[] = 'noodp';
|
839 |
$csv_fields[] = 'noimageindex';
|
840 |
$csv_fields[] = 'noarchive';
|
841 |
$csv_fields[] = 'nosnippet';
|
835 |
$csv_fields[] = 'tw_img';
|
836 |
$csv_fields[] = 'noindex';
|
837 |
$csv_fields[] = 'nofollow';
|
|
|
838 |
$csv_fields[] = 'noimageindex';
|
839 |
$csv_fields[] = 'noarchive';
|
840 |
$csv_fields[] = 'nosnippet';
|
@@ -138,13 +138,13 @@ function seopress_instant_indexing_fn($is_manual_submission = true, $permalink =
|
|
138 |
//Prepare the URLS
|
139 |
if ($is_manual_submission === true) {
|
140 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
141 |
-
$x_source_info = 'https://www.seopress.org/6.
|
142 |
|
143 |
$urls = array_slice($urls, 0, 100);
|
144 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
145 |
$urls = null;
|
146 |
$urls[] = $permalink;
|
147 |
-
$x_source_info = 'https://www.seopress.org/6.
|
148 |
}
|
149 |
|
150 |
//Bing API
|
138 |
//Prepare the URLS
|
139 |
if ($is_manual_submission === true) {
|
140 |
$urls = preg_split('/\r\n|\r|\n/', $urls);
|
141 |
+
$x_source_info = 'https://www.seopress.org/6.2/true';
|
142 |
|
143 |
$urls = array_slice($urls, 0, 100);
|
144 |
} elseif ($is_manual_submission === false && !empty($permalink)) {
|
145 |
$urls = null;
|
146 |
$urls[] = $permalink;
|
147 |
+
$x_source_info = 'https://www.seopress.org/6.2/false';
|
148 |
}
|
149 |
|
150 |
//Bing API
|
@@ -325,7 +325,8 @@ function seopress_social_facebook_og_locale_hook() {
|
|
325 |
|
326 |
if (!empty(PLL()->model->get_languages_list())) {
|
327 |
foreach (PLL()->model->get_languages_list() as $language) {
|
328 |
-
|
|
|
329 |
$alternates[] = $language->facebook;
|
330 |
}
|
331 |
}
|
@@ -1350,27 +1351,7 @@ function seopress_social_twitter_img_term_option() {
|
|
1350 |
}
|
1351 |
|
1352 |
function seopress_social_twitter_img_option() {
|
1353 |
-
|
1354 |
-
if ( ! empty($seopress_social_twitter_img_option)) {
|
1355 |
-
foreach ($seopress_social_twitter_img_option as $key => $seopress_social_twitter_img_value) {
|
1356 |
-
$options[$key] = $seopress_social_twitter_img_value;
|
1357 |
-
}
|
1358 |
-
if (isset($seopress_social_twitter_img_option['seopress_social_twitter_card_img'])) {
|
1359 |
-
return $seopress_social_twitter_img_option['seopress_social_twitter_card_img'];
|
1360 |
-
}
|
1361 |
-
}
|
1362 |
-
}
|
1363 |
-
|
1364 |
-
function seopress_social_twitter_img_size_option() {
|
1365 |
-
$seopress_social_twitter_img_size_option = get_option('seopress_social_option_name');
|
1366 |
-
if ( ! empty($seopress_social_twitter_img_size_option)) {
|
1367 |
-
foreach ($seopress_social_twitter_img_size_option as $key => $seopress_social_twitter_img_size_value) {
|
1368 |
-
$options[$key] = $seopress_social_twitter_img_size_value;
|
1369 |
-
}
|
1370 |
-
if (isset($seopress_social_twitter_img_size_option['seopress_social_twitter_card_img_size'])) {
|
1371 |
-
return $seopress_social_twitter_img_size_option['seopress_social_twitter_card_img_size'];
|
1372 |
-
}
|
1373 |
-
}
|
1374 |
}
|
1375 |
|
1376 |
function seopress_social_twitter_img_home_option() {
|
@@ -1387,75 +1368,37 @@ function seopress_social_twitter_img_hook() {
|
|
1387 |
if ('1' == seopress_social_twitter_card_option()) {
|
1388 |
//Init
|
1389 |
global $post;
|
1390 |
-
$
|
|
|
1391 |
|
1392 |
if (is_home() && '' != seopress_social_twitter_img_home_option() && 'page' == get_option('show_on_front')) {
|
1393 |
-
|
1394 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_twitter_img_home_option() . '" />';
|
1395 |
-
} else {
|
1396 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_twitter_img_home_option() . '" />';
|
1397 |
-
}
|
1398 |
} elseif (is_home() && '' != seopress_social_fb_img_home_option() && 'page' == get_option('show_on_front') && '1' == seopress_social_twitter_card_og_option()) {
|
1399 |
-
|
1400 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_fb_img_home_option() . '" />';
|
1401 |
-
} else {
|
1402 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_fb_img_home_option() . '" />';
|
1403 |
-
}
|
1404 |
} elseif ('' != seopress_social_twitter_img_post_option() && (is_singular() || (function_exists('is_shop') && is_shop()))) {//Single
|
1405 |
-
|
1406 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_twitter_img_post_option() . '" />';
|
1407 |
-
} else {
|
1408 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_twitter_img_post_option() . '" />';
|
1409 |
-
}
|
1410 |
} elseif ('' != seopress_social_fb_img_post_option() && (is_singular() || (function_exists('is_shop') && is_shop())) && '1' == seopress_social_twitter_card_og_option()) {
|
1411 |
-
|
1412 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_fb_img_post_option() . '" />';
|
1413 |
-
} else {
|
1414 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_fb_img_post_option() . '" />';
|
1415 |
-
}
|
1416 |
} elseif (has_post_thumbnail() && (is_singular() || (function_exists('is_shop') && is_shop()))) {
|
1417 |
-
|
1418 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . get_the_post_thumbnail_url($post, 'large') . '" />';
|
1419 |
-
} else {
|
1420 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . get_the_post_thumbnail_url($post, 'large') . '" />';
|
1421 |
-
}
|
1422 |
} elseif ('' != seopress_thumbnail_in_content() && (is_singular() || (function_exists('is_shop') && is_shop()))) {
|
1423 |
-
|
1424 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_thumbnail_in_content() . '" />';
|
1425 |
-
} else {
|
1426 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_thumbnail_in_content() . '" />';
|
1427 |
-
}
|
1428 |
} elseif ((is_tax() || is_category() || is_tag()) && '' != seopress_social_twitter_img_term_option()) {//Term archive
|
1429 |
-
|
1430 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_twitter_img_term_option() . '" />';
|
1431 |
-
} else {
|
1432 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_twitter_img_term_option() . '" />';
|
1433 |
-
}
|
1434 |
} elseif ((is_tax() || is_category() || is_tag()) && '' != seopress_social_fb_img_term_option() && '1' == seopress_social_twitter_card_og_option()) {
|
1435 |
-
|
1436 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_fb_img_term_option() . '" />';
|
1437 |
-
} else {
|
1438 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_fb_img_term_option() . '" />';
|
1439 |
-
}
|
1440 |
} elseif (is_tax('product_cat') && seopress_social_fb_img_product_cat_option() !='') {//If product category thumbnail
|
1441 |
-
|
1442 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_fb_img_product_cat_option() . '" />';
|
1443 |
-
} else {
|
1444 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_fb_img_product_cat_option() . '" />';
|
1445 |
-
}
|
1446 |
} elseif ('' != seopress_social_twitter_img_option()) {//Default Twitter
|
1447 |
-
|
1448 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image:src" content="' . seopress_social_twitter_img_option() . '" />';
|
1449 |
-
} else {
|
1450 |
-
$seopress_social_twitter_card_thumb .= '<meta name="twitter:image" content="' . seopress_social_twitter_img_option() . '" />';
|
1451 |
-
}
|
1452 |
} elseif ('' != seopress_social_facebook_img_option() && '1' == seopress_social_twitter_card_og_option()) {//Default Facebook
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
}
|
|
|
1459 |
//Hook on post Twitter card thumbnail - 'seopress_social_twitter_card_thumb'
|
1460 |
if (has_filter('seopress_social_twitter_card_thumb')) {
|
1461 |
$seopress_social_twitter_card_thumb = apply_filters('seopress_social_twitter_card_thumb', $seopress_social_twitter_card_thumb);
|
325 |
|
326 |
if (!empty(PLL()->model->get_languages_list())) {
|
327 |
foreach (PLL()->model->get_languages_list() as $language) {
|
328 |
+
$polylang = PLL()->links;
|
329 |
+
if (isset(PLL()->curlang->slug) && PLL()->curlang->slug !== $language->slug && method_exists($polylang, 'get_translation_url') && PLL()->links->get_translation_url($language) && isset($language->facebook)) {
|
330 |
$alternates[] = $language->facebook;
|
331 |
}
|
332 |
}
|
1351 |
}
|
1352 |
|
1353 |
function seopress_social_twitter_img_option() {
|
1354 |
+
return seopress_get_service('SocialOption')->getSocialTwitterImg();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1355 |
}
|
1356 |
|
1357 |
function seopress_social_twitter_img_home_option() {
|
1368 |
if ('1' == seopress_social_twitter_card_option()) {
|
1369 |
//Init
|
1370 |
global $post;
|
1371 |
+
$url ='';
|
1372 |
+
$seopress_social_twitter_card_thumb = '';
|
1373 |
|
1374 |
if (is_home() && '' != seopress_social_twitter_img_home_option() && 'page' == get_option('show_on_front')) {
|
1375 |
+
$url = seopress_social_twitter_img_home_option();
|
|
|
|
|
|
|
|
|
1376 |
} elseif (is_home() && '' != seopress_social_fb_img_home_option() && 'page' == get_option('show_on_front') && '1' == seopress_social_twitter_card_og_option()) {
|
1377 |
+
$url = seopress_social_fb_img_home_option();
|
|
|
|
|
|
|
|
|
1378 |
} elseif ('' != seopress_social_twitter_img_post_option() && (is_singular() || (function_exists('is_shop') && is_shop()))) {//Single
|
1379 |
+
$url = seopress_social_twitter_img_post_option();
|
|
|
|
|
|
|
|
|
1380 |
} elseif ('' != seopress_social_fb_img_post_option() && (is_singular() || (function_exists('is_shop') && is_shop())) && '1' == seopress_social_twitter_card_og_option()) {
|
1381 |
+
$url = seopress_social_fb_img_post_option();
|
|
|
|
|
|
|
|
|
1382 |
} elseif (has_post_thumbnail() && (is_singular() || (function_exists('is_shop') && is_shop()))) {
|
1383 |
+
$url = get_the_post_thumbnail_url($post, 'large');
|
|
|
|
|
|
|
|
|
1384 |
} elseif ('' != seopress_thumbnail_in_content() && (is_singular() || (function_exists('is_shop') && is_shop()))) {
|
1385 |
+
$url = seopress_thumbnail_in_content();
|
|
|
|
|
|
|
|
|
1386 |
} elseif ((is_tax() || is_category() || is_tag()) && '' != seopress_social_twitter_img_term_option()) {//Term archive
|
1387 |
+
$url = seopress_social_twitter_img_term_option();
|
|
|
|
|
|
|
|
|
1388 |
} elseif ((is_tax() || is_category() || is_tag()) && '' != seopress_social_fb_img_term_option() && '1' == seopress_social_twitter_card_og_option()) {
|
1389 |
+
$url = seopress_social_fb_img_term_option();
|
|
|
|
|
|
|
|
|
1390 |
} elseif (is_tax('product_cat') && seopress_social_fb_img_product_cat_option() !='') {//If product category thumbnail
|
1391 |
+
$url = seopress_social_fb_img_product_cat_option();
|
|
|
|
|
|
|
|
|
1392 |
} elseif ('' != seopress_social_twitter_img_option()) {//Default Twitter
|
1393 |
+
$url = seopress_social_twitter_img_option();
|
|
|
|
|
|
|
|
|
1394 |
} elseif ('' != seopress_social_facebook_img_option() && '1' == seopress_social_twitter_card_og_option()) {//Default Facebook
|
1395 |
+
$url = seopress_social_facebook_img_option();
|
1396 |
+
}
|
1397 |
+
|
1398 |
+
if (!empty($url)) {
|
1399 |
+
$seopress_social_twitter_card_thumb = '<meta name="twitter:image" content="' . $url . '" />';
|
1400 |
}
|
1401 |
+
|
1402 |
//Hook on post Twitter card thumbnail - 'seopress_social_twitter_card_thumb'
|
1403 |
if (has_filter('seopress_social_twitter_card_thumb')) {
|
1404 |
$seopress_social_twitter_card_thumb = apply_filters('seopress_social_twitter_card_thumb', $seopress_social_twitter_card_thumb);
|
@@ -1242,33 +1242,6 @@ function seopress_titles_single_cpt_thumb_gcs() {
|
|
1242 |
}
|
1243 |
add_action('wp_head', 'seopress_titles_single_cpt_thumb_gcs', 1);
|
1244 |
|
1245 |
-
//noodp
|
1246 |
-
function seopress_titles_noodp_option() {
|
1247 |
-
return seopress_get_service('TitleOption')->getTitleNoOdp();
|
1248 |
-
}
|
1249 |
-
|
1250 |
-
function seopress_titles_noodp_post_option() {
|
1251 |
-
$_seopress_robots_odp = get_post_meta(get_the_ID(), '_seopress_robots_odp', true);
|
1252 |
-
if ('yes' == $_seopress_robots_odp) {
|
1253 |
-
return $_seopress_robots_odp;
|
1254 |
-
}
|
1255 |
-
}
|
1256 |
-
|
1257 |
-
function seopress_titles_noodp_bypass() {
|
1258 |
-
$page_id = get_option('page_for_posts');
|
1259 |
-
if (seopress_titles_noodp_option()) {
|
1260 |
-
return seopress_titles_noodp_option();
|
1261 |
-
} elseif (is_singular() && seopress_titles_noodp_post_option()) {
|
1262 |
-
return seopress_titles_noodp_post_option();
|
1263 |
-
} elseif (is_home() && '' != get_post_meta($page_id, '_seopress_robots_odp', true)) { //BLOG PAGE
|
1264 |
-
return get_post_meta($page_id, '_seopress_robots_odp', true);
|
1265 |
-
} elseif (is_tax() || is_category() || is_tag()) {
|
1266 |
-
if ('yes' == get_term_meta(get_queried_object()->{'term_id'}, '_seopress_robots_odp', true)) {
|
1267 |
-
return get_term_meta(get_queried_object()->{'term_id'}, '_seopress_robots_odp', true);
|
1268 |
-
}
|
1269 |
-
}
|
1270 |
-
}
|
1271 |
-
|
1272 |
//noarchive
|
1273 |
function seopress_titles_noarchive_option() {
|
1274 |
return seopress_get_service('TitleOption')->getTitleNoArchive();
|
@@ -1323,6 +1296,33 @@ function seopress_titles_nosnippet_bypass() {
|
|
1323 |
}
|
1324 |
}
|
1325 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1326 |
//Polylang
|
1327 |
function seopress_remove_hreflang_polylang($hreflangs) {
|
1328 |
$hreflangs = [];
|
@@ -1350,14 +1350,6 @@ if ('0' != get_option('blog_public')) {// Discourage search engines from indexin
|
|
1350 |
}
|
1351 |
array_push($seopress_comma_array, $seopress_titles_nofollow);
|
1352 |
}
|
1353 |
-
if ('' != seopress_titles_noodp_bypass()) {
|
1354 |
-
$seopress_titles_noodp = 'noodp';
|
1355 |
-
//Hook on meta robots noodp - 'seopress_titles_noodp'
|
1356 |
-
if (has_filter('seopress_titles_noodp')) {
|
1357 |
-
$seopress_titles_noodp = apply_filters('seopress_titles_noodp', $seopress_titles_noodp);
|
1358 |
-
}
|
1359 |
-
array_push($seopress_comma_array, $seopress_titles_noodp);
|
1360 |
-
}
|
1361 |
if ('' != seopress_titles_noarchive_bypass()) {
|
1362 |
$seopress_titles_noarchive = 'noarchive';
|
1363 |
//Hook on meta robots noarchive - 'seopress_titles_noarchive'
|
@@ -1366,6 +1358,14 @@ if ('0' != get_option('blog_public')) {// Discourage search engines from indexin
|
|
1366 |
}
|
1367 |
array_push($seopress_comma_array, $seopress_titles_noarchive);
|
1368 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1369 |
if ('' != seopress_titles_nosnippet_bypass()) {
|
1370 |
$seopress_titles_nosnippet = 'nosnippet';
|
1371 |
//Hook on meta robots nosnippet - 'seopress_titles_nosnippet'
|
@@ -1457,46 +1457,6 @@ if ('0' != get_option('blog_public')) {// Discourage search engines from indexin
|
|
1457 |
add_action('wp_head', 'seopress_titles_advanced_robots_hook', 1);
|
1458 |
}
|
1459 |
|
1460 |
-
//noimageindex
|
1461 |
-
function seopress_titles_noimageindex_option() {
|
1462 |
-
return seopress_get_service('TitleOption')->getTitleNoImageIndex();
|
1463 |
-
}
|
1464 |
-
|
1465 |
-
function seopress_titles_noimageindex_post_option() {
|
1466 |
-
$_seopress_robots_imageindex = get_post_meta(get_the_ID(), '_seopress_robots_imageindex', true);
|
1467 |
-
if ('yes' == $_seopress_robots_imageindex) {
|
1468 |
-
return $_seopress_robots_imageindex;
|
1469 |
-
}
|
1470 |
-
}
|
1471 |
-
|
1472 |
-
function seopress_titles_noimageindex_bypass() {
|
1473 |
-
if (seopress_titles_noimageindex_option()) {
|
1474 |
-
return seopress_titles_noimageindex_option();
|
1475 |
-
} elseif (is_singular() && seopress_titles_noimageindex_post_option()) {
|
1476 |
-
return seopress_titles_noimageindex_post_option();
|
1477 |
-
} elseif (is_tax() || is_category() || is_tag()) {
|
1478 |
-
$queried_object = get_queried_object();
|
1479 |
-
if (null != $queried_object) {
|
1480 |
-
if ('yes' == get_term_meta($queried_object->term_id, '_seopress_robots_imageindex', true)) {
|
1481 |
-
return get_term_meta($queried_object->term_id, '_seopress_robots_imageindex', true);
|
1482 |
-
}
|
1483 |
-
}
|
1484 |
-
}
|
1485 |
-
}
|
1486 |
-
|
1487 |
-
if (seopress_titles_noimageindex_bypass() || has_filter('seopress_titles_noimageindex')) {
|
1488 |
-
function seopress_titles_advanced_google_hook() {
|
1489 |
-
$seopress_titles_noimageindex = '<meta name="google" content="noimageindex" />';
|
1490 |
-
//Hook on meta robots noimageindex - 'seopress_titles_noimageindex'
|
1491 |
-
if (has_filter('seopress_titles_noimageindex')) {
|
1492 |
-
$seopress_titles_noimageindex = apply_filters('seopress_titles_noimageindex', $seopress_titles_noimageindex);
|
1493 |
-
}
|
1494 |
-
//Return noimageindex tag
|
1495 |
-
echo $seopress_titles_noimageindex . "\n";
|
1496 |
-
}
|
1497 |
-
add_action('wp_head', 'seopress_titles_advanced_google_hook', 1);
|
1498 |
-
}
|
1499 |
-
|
1500 |
//nositelinkssearchbox
|
1501 |
function seopress_titles_nositelinkssearchbox_option() {
|
1502 |
return seopress_get_service('TitleOption')->geNoSiteLinksSearchBox();
|
1242 |
}
|
1243 |
add_action('wp_head', 'seopress_titles_single_cpt_thumb_gcs', 1);
|
1244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1245 |
//noarchive
|
1246 |
function seopress_titles_noarchive_option() {
|
1247 |
return seopress_get_service('TitleOption')->getTitleNoArchive();
|
1296 |
}
|
1297 |
}
|
1298 |
|
1299 |
+
//noimageindex
|
1300 |
+
function seopress_titles_noimageindex_option() {
|
1301 |
+
return seopress_get_service('TitleOption')->getTitleNoImageIndex();
|
1302 |
+
}
|
1303 |
+
|
1304 |
+
function seopress_titles_noimageindex_post_option() {
|
1305 |
+
$_seopress_robots_imageindex = get_post_meta(get_the_ID(), '_seopress_robots_imageindex', true);
|
1306 |
+
if ('yes' == $_seopress_robots_imageindex) {
|
1307 |
+
return $_seopress_robots_imageindex;
|
1308 |
+
}
|
1309 |
+
}
|
1310 |
+
|
1311 |
+
function seopress_titles_noimageindex_bypass() {
|
1312 |
+
if (seopress_titles_noimageindex_option()) {
|
1313 |
+
return seopress_titles_noimageindex_option();
|
1314 |
+
} elseif (is_singular() && seopress_titles_noimageindex_post_option()) {
|
1315 |
+
return seopress_titles_noimageindex_post_option();
|
1316 |
+
} elseif (is_tax() || is_category() || is_tag()) {
|
1317 |
+
$queried_object = get_queried_object();
|
1318 |
+
if (null != $queried_object) {
|
1319 |
+
if ('yes' == get_term_meta($queried_object->term_id, '_seopress_robots_imageindex', true)) {
|
1320 |
+
return get_term_meta($queried_object->term_id, '_seopress_robots_imageindex', true);
|
1321 |
+
}
|
1322 |
+
}
|
1323 |
+
}
|
1324 |
+
}
|
1325 |
+
|
1326 |
//Polylang
|
1327 |
function seopress_remove_hreflang_polylang($hreflangs) {
|
1328 |
$hreflangs = [];
|
1350 |
}
|
1351 |
array_push($seopress_comma_array, $seopress_titles_nofollow);
|
1352 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1353 |
if ('' != seopress_titles_noarchive_bypass()) {
|
1354 |
$seopress_titles_noarchive = 'noarchive';
|
1355 |
//Hook on meta robots noarchive - 'seopress_titles_noarchive'
|
1358 |
}
|
1359 |
array_push($seopress_comma_array, $seopress_titles_noarchive);
|
1360 |
}
|
1361 |
+
if ('' != seopress_titles_noimageindex_bypass()) {
|
1362 |
+
$seopress_titles_noimageindex = 'noimageindex';
|
1363 |
+
//Hook on meta robots noimageindex - 'seopress_titles_noimageindex'
|
1364 |
+
if (has_filter('seopress_titles_noimageindex')) {
|
1365 |
+
$seopress_titles_noimageindex = apply_filters('seopress_titles_noimageindex', $seopress_titles_noimageindex);
|
1366 |
+
}
|
1367 |
+
array_push($seopress_comma_array, $seopress_titles_noimageindex);
|
1368 |
+
}
|
1369 |
if ('' != seopress_titles_nosnippet_bypass()) {
|
1370 |
$seopress_titles_nosnippet = 'nosnippet';
|
1371 |
//Hook on meta robots nosnippet - 'seopress_titles_nosnippet'
|
1457 |
add_action('wp_head', 'seopress_titles_advanced_robots_hook', 1);
|
1458 |
}
|
1459 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1460 |
//nositelinkssearchbox
|
1461 |
function seopress_titles_nositelinkssearchbox_option() {
|
1462 |
return seopress_get_service('TitleOption')->geNoSiteLinksSearchBox();
|
@@ -476,7 +476,7 @@ if ('1' === seopress_get_toggle_option('advanced')) {
|
|
476 |
|
477 |
function seopress_advanced_appearance_adminbar_hook($wp_admin_bar)
|
478 |
{
|
479 |
-
$wp_admin_bar->remove_node('
|
480 |
}
|
481 |
}
|
482 |
}
|
476 |
|
477 |
function seopress_advanced_appearance_adminbar_hook($wp_admin_bar)
|
478 |
{
|
479 |
+
$wp_admin_bar->remove_node('seopress');
|
480 |
}
|
481 |
}
|
482 |
}
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"Title":["Titel"],"Enter your title":["Gib deinen Titel ein"],"pixels":[""],"Description":["Beschreibung"],"Save":[""],"Google Snippet Preview":["Google Snippet Vorschau"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["So wird deine Seite in den Google-Suchergebnissen aussehen. Du musst deinen Beitrag veröffentlichen, um die Google Snippet Vorschau zu erhalten."],"Mobile Preview":["Mobil-Voransicht"],"Titles & Metas":["Titel & Metadaten"],"Social":["Soziale Netze"],"Advanced":["Fortgeschritten"],"Redirection":["Weiterleitung"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":[""],"Your settings have been saved.":[""],"Meta robots settings":[""],"Get suggestions!":["Erhalte Vorschläge!"],"Facebook Preview":["Facebook-Vorschau"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["So wird dein Beitrag in Facebook aussehen. Du musst deinen Beitrag veröffentlichen, um die Facebook-Voransicht zu erhalten."],"The closer to 1.91 the better.":["Je näher zu 1.91, umso besser"],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["Minimale Größe für Facebook ist <strong>200x200px</strong>. Bitte ein anderes Bild wählen."],"File type not supported by Facebook. Please choose another image.":["Dateityp wird von Facebook nicht unterstützt. Bitte anderes Bild wählen."],"File error. Please choose another image.":["Dateifehler. Bitte ein anderes Bild wählen."],"Twitter Preview":["Twitter-Vorschau"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["So wird dein Beitrag auf Twitter aussehen. Du musst deinen Beitrag veröffentlichen, um die Twitter-Voransicht zu erhalten."],"The closer to 1 the better (with large card, 2 is better).":["Je näher an 1 umso besser (mit großer Karte ist 2 besser)"],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["Minimale Größe für Twitter ist <strong>144x144px</strong>. Bitte ein anderes Bild wählen."],"File type not supported by Twitter. Please choose another image.":["Dateityp wird von Twitter nicht unterstützt. Bitte anderes Bild wählen."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":[""],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":[""],"This page doesn't have any canonical URL.":[""],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["Wir konnten kein Bild in deinem Inhalt finden. Inhalte mit Medien sind ein Plus für dein SEO."],"All alternative tags are filled in. Good work!":["Alle alternativen Tags sind ausgefüllt. Gute Arbeit!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["Für diese Bilder wurde kein alternativer Text gefunden. Alt-Tags sind sowohl für SEO wie auch für die Barriefreiheit wichtig. Verwalte deine Bilder in der Mediathek oder deinem bevorzugten Page-Builder und fülle die alternativen Textfelder aus."],"Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors.":[""],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":[""],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["Wir können die Keyworddichte nicht bestimmen. Du hast vermutlich noch keine Inhalte hinzugefügt oder deine Target Keywords wurden nicht in deinem Beitragsinhalt gefunden."],"This is your homepage. This check doesn't apply here because there is no slug.":["Dies ist deine Homepage. Diese Prüfung wird hier nicht angewendet, weil es keine Titelform gibt."],"You should add one of your target keyword in your permalink.":["Du solltest deinem Permalink einen deiner Suchbegriffe hinzufügen."],"Cool, one of your target keyword is used in your permalink.":["Gut, einer deiner Suchbegriffe wird in deinem Permalink benutzt."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["Für diesen Beitrag ist keine individuelle Meta-Beschreibung gesetzt. Falls dir die globale Meta-Beschreibung genügt, kannst du diese Empfehlung ignorieren."],"Target keywords were found in the Meta description.":["Deine Suchbegriffe wurden in der Meta-Beschreibung gefunden."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["Wir haben keine meta robots auf dieser Seite gefunden. Das bedeutet, deine Seite ist index,follow. Suchmaschinen werden sie indexieren und Links folgen."],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["Für diesen Beitrag ist kein individueller Titel gesetzt. Falls dir der globale Meta-Titel genügt, kannst du diese Empfehlung ignorieren."],"Target keywords were found in the Meta Title.":["Deine Suchbegriffe wurden im MetaTitel gefunden."],"This post is a little old!":["Dieser Beitrag ist ein wenig älter!"],"The last modified date of this article is less than 1 year. Cool!":["Das letzte Änderungsdatum dieses Beitrags ist weniger als 1 Jahr her. Gut!"],"Search engines love fresh content. Update regularly your articles without entirely rewriting your content and give them a boost in search rankings. SEOPress takes care of the technical part.":[""],"Last modified date":["Datum der letzten Änderung"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":[""],"This page doesn't have any outbound links.":["Diese Seite hat keine ausgehenden Links."],"No schemas found in the source code of this page.":["Keine Schemata im Quellcode dieser Seite gefunden."],"We found these schemas in the source code of this page:":["Wir haben diese Schemata im Quellcode dieser Seite gefunden:"],"Image":[""],"URL":[""],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["Kein Inhalt? Füge einige Absätze hinzu!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["Die Wortzahl ist kein direkter Ranking-Faktor. Aber dein Inhalt muss so qualitativ wie möglich sein, mit relevanten und einzigartigen Informationen. Um diese Bedingungen zu erfüllen, benötigen deine Artikel ein Minimum an Absätzen, anders gesagt, Wörtern."],"words found.":["Wörter gefunden."],"unique words found.":["einzigartige Wörter gefunden."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Dein Inhalt besteht aus mehr als 300 Wörtern, was das Minimum für einen Beitrag sein sollte."],"Your content is too short. Add a few more paragraphs!":["Dein Inhalt ist zu kurz. Füge noch ein paar Absätze hinzu!"],"Words counter":["Wortzähler"],"noindex is on!":[""],"SEO for \"%s\"":[""],"noindex is off.":[""],"nofollow is on!":[""],"nofollow is off.":[""],"XML / HTML Sitemap":["XML / HTML Sitemap"],"Social Networks":["Soziale Netzwerke"],"Analytics":["Analysedienste"],"Insights":["Insights"],"Tools":["Werkzeuge"],"BOT":["BOT"],"License":["Lizenz"],"PRO":["PRO"],"Schemas":["Schemata"],"Redirections":["Weiterleitungen"],"Broken Links":["Fehlerhafte Links"],"Configuration wizard":["Einstellungs-Assistent"],"Home":["Home"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Seiten-Titel"],"Tagline":["Tagline"],"Post Title":["Beitrags-Titel"],"Post excerpt":["Beitrags-Auszug"],"Post content / product description":[""],"Post thumbnail URL":["URL des Beitrags-Vorschaubilds"],"Post URL":[""],"Post date":["Beitrags-Datum"],"Post modified date":[""],"Post author":["Beitrags-Autor"],"Post category":["Beitrags-Kategorie"],"Post tag":["Beitrags-Tag"],"Category title":["Kategorie-Titel"],"Category description":["Kategorie-Beschreibung"],"Tag title":["Tag-Titel"],"Tag description":["Tag-Beschreibung"],"Term title":["Begriffs-Titel"],"Term description":["Begriffs-Beschreibung"],"Search keywords":["Suchbegriffe"],"Current number page":["Aktuelle Seiten-Nummer"],"Page number with context":[""],"Plural Post Type Archive name":["Plural Inhaltstyp Archiv-Name"],"Archive title":["Archiv-Titel"],"Archive date":[""],"Day Archive date":["Tag Archivierungsdatum"],"Month Archive title":["Monat Archivierungsdatum"],"Year Archive title":["Jahr Archivierungsdatum"],"Custom fields from post, page or post type":["Benutzerdefinierte Felder von Beiträgen, Seiten oder anderen Inhaltstypen"],"Custom term taxonomy from post, page or post type":["Begriffe benutzerdefinierter Taxonomien von Beiträgen, Seiten oder anderen Inhaltstypen"],"Single product category":["Einzelne Produkt-Kategorie"],"Single product tag":["Einzelner Produkt-Tag"],"Single product short description":["Einzelne Produkt-Kurzbeschreibung"],"Single product price":["Einzelprodukt-Preis"],"Single product price taxes excluded":["Einzelprodukt ohne Steuern"],"Single SKU product":["Einzelnes SKU-Produkt"],"Current day":["Aktueller Tag"],"Current month":["Aktueller Monat"],"Current month in 3 letters":[""],"Current year":["Aktuelles Jahr"],"Current date":["Aktuelles Datum"],"Current time":["Aktuelle Zeit"],"Author first name":[""],"Author last name":[""],"Author website":[""],"Author nickname":[""],"Author biography":[""],"Author user meta":[""],"Current month in digital format":["Aktueller Monat im digitalen Format"],"Target keyword":[""],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Verwalte all deine Titel und Metas für Beitragstypen, Taxonomien, Archive..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter-Card, Google Knowledge Graph und mehr..."],"Track everything about your visitors with Google Analytics / Matomo":["Alles über deine Besucher mit Google Analytics/Matomo tracken"],"Advanced SEO options for advanced users!":["Erweiterte SEO-Optionen für fortgeschrittene Benutzer!"],"Track your keyword positions and backlinks directly in your WordPress.":["Tracke deine Keyword-Positionen und Backlinks direkt in deinem WordPress"],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Verbessere deine WooCommerce SEO"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Verbessere Easy Digital Downloads SEO"],"Local Business":["Lokales Business"],"Add Google Local Business data type":["Hinzufügen des Datentyps Google Local Business"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Hinzufügen der Dublin Core Meta-Tags"],"Structured Data Types":["Strukturierte Datentypen"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Füge Datentypen zu deinen Inhalten hinzu: Artikel, Kurse, Rezepte, Videos, Veranstaltungen, Produkte und mehr."],"Breadcrumbs":["Brotkrümelnavigation"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Brotkrümelnavigation für dein Theme aktivieren und somit deine SEO in den SERPs verbessern"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Prüfe die Ladezeit deiner Website mit Google Page Speed, um dein SEO zu verbessern"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Bearbeiten der Datei robots.txt"],"Google News Sitemap":["Google News Sitemap"],"Optimize your site for Google News":["Optimiere deine Website für Google News"],"Create / manage your schemas":["Deine Schemata erstellen/verwalten"],"Monitor 404, create 301, 302 and 307 redirections":["Überwachung von 404-Fehlern, erstellen von 301, 302 und 307 Weiterleitungen"],"Broken links":["Defekte Links"],"Scan your site to find SEO problems.":["Scanne deine Website, um SEO-Probleme zu finden."],"URL Rewriting":["URL Rewriting"],"Customize your permalinks.":["Passe deine Permalinks an."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Bearbeite deine htaccess-Datei."],"RSS":["RSS"],"Configure default WordPress RSS.":["Konfiguriere WordPress RSS."],"Import/Export plugin settings from site to site.":["Import/Export von Plugin-Einstellungen von einer Website zur anderen."],"Edit your license key.":["Bearbeite deinen Lizenzschlüssel."],"Image SEO":[""],"Appearance":["Darstellung"],"Security":["Sicherheit"],"General":["Allgemein"],"Tracking":["Tracking"],"Ecommerce":["E-Commerce"],"Events":["Veranstaltungen"],"Custom Dimensions":["Benutzerdefinierte Dimensionen"],"Stats in Dashboard":["Statistiken im Dashboard"],"Cookie bar / GDPR":["Cookie-Leiste / DSGVO"],"Matomo":["Matomo"],"Post Types":["Inhaltstypen"],"Taxonomies":["Taxonomien"],"HTML Sitemap":["HTML Sitemap"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Deine Social Media Accounts"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (Twitter-Card)"],"Archives":["Archive"],"Compatibility Center":[""],"Data":["Daten"],"Settings":["Einstellungen"],"Plugins":["Plugins"],"Reset":["Zurücksetzen"],"Import data from a CSV":["Daten von einer CSV importieren"],"Upload a CSV file to quickly import post (post, page, single post type) and term metadata.":[""],"Meta title":["Meta-Titel"],"Meta description":["Meta-Beschreibung"],"Meta robots (noindex, nofollow...)":[""],"Facebook Open Graph tags (title, description, image)":[""],"Twitter cards tags (title, description, image)":[""],"Redirection (enable, type, URL)":[""],"Primary category":["Primäre Kategorie"],"Canonical URL":["Canonical URL"],"Target keywords":["Suchbegriffe"],"Run the importer":["Den Importer ausführen"],"Export metadata to a CSV":["Metadaten als CSV exportieren"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":[""],"Export":["Export"],"Export plugin settings":["Export-Plugin-Einstellungen"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Exportiere die Plugin-Einstellungen für diese Seite als .json-Datei. So kannst du die Konfiguration einfach in eine andere Site importieren."],"Import plugin settings":["Import-Plugin-Einstellungen"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Importiere die Plugin-Einstellungen aus einer .json-Datei. Diese Datei kann durch den Export der Einstellungen auf einer andere Website mit Hilfe des obigen Formulars generiert werden."],"Import":["Import"],"Import completed!":["Import abgeschlossen!"],"Import posts and terms metadata from":["Importiere Beiträge und Begriffe von"],"Select an option":["Wähle eine Option aus"],"You don't have to enable the selected SEO plugin to run the import.":[""],"Activate Redirections":["Umleitungen aktivieren"],"Reset All Notices From Notifications Center":["Setze alle Benachrichtigungen aus der Mitteilungszentrale zurück"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["Wenn du auf \"Benachrichtigungen zurücksetzen\" klickst, werden alle Benachrichtigungen in der Mitteilungszentrale auf ihren ursprünglichen Status zurückgesetzt."],"Reset notices":["Benachrichtigungen zurücksetzen"],"Reset All Settings":["Alle Einstellungen zurücksetzen"],"<strong>WARNING:</strong> Delete all options related to this plugin in your database.":[""],"Reset settings":["Einstellungen zurücksetzen"],"Click to disable this feature":["Hier klicken, um diese Funktion zu deaktivieren"],"Click to enable this feature":["Hier klicken, um diese Funktion zu aktivieren"],"SEOPress Option Page":[""],"Dashboard":["Dashboard"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["Für diese URL ist eine Umleitung aktiv. Deaktiviere sie, um die Google-Voransicht und die Inhaltsanalyse zu erhalten."],"To get your Google snippet preview, publish your post!":["Um eine Vorschau deines Google-Snippets zu erhalten, veröffentliche deinen Beitrag!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["Wie beginnen"],"Welcome to SEOPress!":["Willkommen bei SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Benutze den Installations-Assistenten, um die Basis-SEO-Einstellungen für deine Website schnell und einfach zu konfigurieren. Durchstöbere unsere Videoanleitungen, um weiter zu gehen. Du kannst deine Fragen noch immer nicht beantworten? Dann öffne ein Ticket in deinem Kundenbereich. Ein Happiness Engineer wird dir gerne weiterhelfen."],"Get started":["Erste Schritte"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["SEO Werkzeuge"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Average session duration":[""],"Bounce rate":[""],"Check websites setup on your server":["Überprüfe die Einrichtung von Websites auf deinem Server"],"Not found":["Nicht gefunden"],"No scrape.":["Kein Scrape."],"No domain found.":["Keine Domain gefunden."],"Server IP Address: ":["Server IP Adresse: "],"Last scrape: ":["Letzte scrape: "],"Number of websites on your server: ":["Anzahl der Webseiten auf deinem Server: "],"Get list":["Liste abrufen"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"Learn more about %s in a new tab":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["SEOPress mit unserem Assistenten in wenigen Minuten konfigurieren"],"The best way to quickly setup SEOPress on your site.":["Der beste Weg, um SEOPress schnell auf deiner Website einzurichten."],"Wizard":["Assistent"],"Start the wizard":["Assistent starten"],"Configure SEOPress Insights in a few minutes with our installation wizard":["SEOPress mit unserem Installations-Assistenten in wenigen Minuten konfigurieren"],"Track your keywords positions and backlinks directly on your WordPress site.":["Tracke deine Keyword-Positionen und Backlinks direkt auf deiner WordPress-Website."],"We noticed that some SEO DIVI options are enabled!":[""],"To avoid any SEO conflicts, please disable every SEO option from <strong>DIVI theme options page, SEO tab</strong>.":[""],"High impact":["Hohe Auswirkung"],"Fix this!":["Repariere dies!"],"Your permalinks don't have a trailingslash":[""],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":[""],"Your permalinks have a trailingslash":[""],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":[""],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":[""],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":[""],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Dein Theme verwendet nicht <strong>add_theme_support ('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["Dieser Fehler zeigt an, dass dein Theme eine veraltete Funktion benutzt, um den Titel-Tag deiner Seiten zu generieren. SEOPress wird nicht in der Lage sein, deine individuellen Titel-Tags zu generieren, falls dieser Fehler nicht behoben wird."],"Learn more":["Mehr Informationen"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["Wir haben festgestellt, dass du das Plugin <strong>%s</strong> benutzt."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["Willst du all deine Metadaten nach SEOPress migrieren? Verwende nicht mehrere SEO-Plugins auf einmal, um Konflikte zu vermeiden!"],"Migrate!":["Migrieren!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["Du hast 404-Aufräumen aktiviert, ABER die geplante Aufgabe läuft nicht."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["Um das zu lösen, deaktiviere und reaktiviere bitte SEOPress PRO. Keine Daten gehen verloren."],"Enfold theme is not correctly setup for SEO!":["Enfold-Theme ist nicht korrekt für SEO eingerichtet!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["Du musst die „Meta-Tag robots“-Option in den Enfold-Einstellungen (SEO-Unterstützung-Tab) deaktivieren, um SEO-Probleme zu vermeiden"],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["Deine Website verwendet kein SSL-Zertifikat!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Https wird von Google als ein positives Signal für die Platzierung deiner Website betrachtet. Außerdem vermittelt es deinen Besucher Vertrauen hinsichtlich der Datensicherheit."],"Low impact":["Geringe Auswirkung"],"Buy an SSL!":["Kaufe ein SSL-Zertifikat!"],"PHP module \"DOM\" is missing on your server.":["PHP-Module „DOM“ fehlt auf deinem Server."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["Dieses PHP-Modul, standardmäßig mit PHP installiert, ist für viele Plugins erforderlich, inklusive SEOPress. Bitte kontaktiere deinen Host so schnell wie möglich, um dies aufzulösen."],"Your site is not visible to Search Engines!":["Deine Seite ist für Suchmaschinen nicht sichtbar!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["Du hast das Blockieren der Indexierung deiner Website aktiviert. Falls sich deine Website in der Entwicklung befindet, ist das vermutlich normal. Sonst prüfe deine Einstellungen. Lösche diesen Hinweis mit dem Kreuz auf der rechten Seite, falls das für dich kein Problem ist."],"Your site title is empty!":["Dein Website-Titel ist leer!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["Der Titel deiner Website wird von WordPress benutzt, deinem Theme und deinen Plugins, inklusive SEOPress. Es ist eine essentielle Komponente für die Erstellung von Titel-Tags, aber nicht nur das. Gib einen ein!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["Deine Permalinks sind nicht SEO-freundlich! Aktiviere ansprechende Permalinks, um dies Problem zu beheben."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["Warum ist das wichtig? Die Zusammenfassung eines jeden Beitrags anzuzeigen reduziert den Diebstahl deiner Inhalte durch Websites Dritter. Ganz zu schweigen von der Zunahme deiner Besucherzahlen, Werbeeinnahmen, Konversionen..."],"Your RSS feed shows full text!":["Dein RSS-Feed zeigt den ganzen Text an!"],"Medium impact":["Mittlere Auswirkung"],"You have activated Google Analytics tracking without adding identifiers!":[""],"Google Analytics will not track your visitors until you finish the configuration.":[""],"You like SEOPress? Please help us by rating us 5 stars!":["Gefällt dir SEOPress? Bitte hilf uns mit einer 5 Sterne Bewertung!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Unterstütze die Entwicklung und Verbesserung des Plugins, indem du dir 15 Sekunden deiner Zeit nimmst, um uns eine Bewertung im offiziellen WordPress-Plugins-Repository zu geben. Vielen Dank!"],"Information":["Information"],"Rate us!":["Bewerte uns!"],"Break comments into pages is ON!":["Kommentare in Seiten aufteilen ist AKTIVIERT!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Das Aktivieren dieser Option wird doppelte Inhalte für jeden Beitrag mit mehr als x Kommentaren erstellen. Dies kann einen vernichtenden Effekt auslösen, durch das Erstellen einer großen Zahl von Seiten schlechter Qualität und durch das unnötige Ausbremsen des Google-Bots, worunter deine Platzierung in den Suchergebnissen leiden wird."],"Disable this!":["Deaktiviere dies!"],"Display more posts per page on homepage and archives":["Zeige mehr Beiträge pro Seite auf der Homepage und in den Archiven an"],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["Um die Anzahl Seiten zu reduzieren, die Suchmaschinen crawlen müssen, um all deine Artikel zu finden, wird empfohlen, mehr Beiträge pro Seite anzuzeigen. Dies sollte für deine Benutzer kein Problem darstellen. Benutzer von Mobilgeräten bevorzugen es, runterzuscrollen, statt auf Links für die nächste Seite zu klicken."],"You don't have an XML Sitemap!":["Du hast keine XML-Sitemap!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["XML-Sitemaps sind nützlich, um das Crawlen deiner Inhalte durch Suchmaschinen-Robots zu erleichtern. Indirekt kann dies deiner Platzierung zugute kommen, indem das Crawling-Budget reduziert wird."],"Do you have a Google My Business page? It's free!":["Hast du eine Google My Business-Seite? Diese ist kostenfrei!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Lokale Unternehmen sollten eine My-Business-Seite haben, um die Sichtbarkeit in den Suchergebnissen zu verbessern. Klicke auf das Kreuz auf der rechten Seite, um diesen Hinweis zu löschen, falls das für dich kein Problem ist."],"Create your page now!":["Erstelle jetzt deine Seite!"],"Add your site to Google. It's free!":["Füge deine Website zu Google hinzu. Das ist kostenfrei!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["Ist deine Website gerade online gegangen? Falls ja, trage sie so schnell wie möglich bei Google ein, um deine ersten Besucher über die Google Search Console zu bekommen. Ist schon geschehen? Klicke auf das Kreuz rechts, um diesen Warnhinweis zu entfernen."],"Add your site to Search Console!":["Füge deine Website zur Google Search Console hinzu!"],"Structured data types is not correctly enabled":["Strukturierte Datentypen sind nicht korrekt aktiviert"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Bitte aktiviere die Option <strong>Strukturierte-Datentypen-Metabox für deine Beiträge, Seiten und individuelle Inhaltstypen</strong>, um automatische und manuelle Schemata zu benutzen (SEO > PRO > Strukturierte Datentypen (schema.org)"],"You have to enter your licence key to get updates and support":["Du musst deinen Lizenzschlüssel eingeben, um Updates und Support zu erhalten"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Bitte aktiviere den SEOPress-PRO-Lizenzschlüssel, um automatische Aktualisierungen zu erhalten und um dir die bestmögliche Benutzererfahrung garantieren zu können."],"Take your SEO to the next level with SEOPress PRO!":["Heb dein SEO auf die nächste Stufe mit SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["Die PRO-Version von SEOPress ermöglicht es dir, deine strukturierten Daten (Schemata) auf einfache Weise zu verwalten, für SEO und Barrierefreiheit optimierte Brotkrümel hinzuzufügen, SEO für WooCommerce zu verbessern, die Produktivität mit unserem Import-/Export-Werkzeug von/zu einer CSV-Datei deiner Metadaten zu steigern und so vieles mehr."],"Upgrade now!":["Jetzt Upgrade durchführen!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["?replytocom-Link im Quellcode entfernen"],"Add TINYMCE editor to term description":["Füge den TINYMCE-Editor zur Begriffs-Beschreibung hinzu"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Schrägstrich für Metadaten deaktivieren"],"Remove WordPress meta generator in source code":["Entfernen des WordPress Meta-Generators im Quellcode"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["hentry-Beitrags-Klasse entfernen, um zu verhindern, dass Google dies als strukturierte Daten ansieht (Schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Kommentar-Autor-URL in Kommentaren entfernen, falls die Website auf der Profil-Seite eingetragen ist"],"Remove website field from comment form to reduce spam":["Website-Feld in Kommentar-Formular entfernen, um Spam zu reduzieren"],"Remove WordPress shortlink meta tag in source code (eg:":["Entfernen des WordPress Shortlink Meta-Tags im Quellcode (z.B.:"],"Remove Windows Live Writer meta tag in source code (eg:":["Entfernen des Windows Live Writer Meta-Tags im Quellcode (z.B.:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Entfernen des Really Simple Discovery Meta-Tags im Quellcode (z.B.:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":[""],"Enter Google meta value site verification":["Gib den Google Meta-Tag für die Site-Verifizierung ein"],"Google site verification":["Google Site Verifizierung"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["Wenn deine Website bereits in der <strong>Google Search Console</strong> verifiziert wurde, kannst du dieses Feld leer lassen."],"Enter Bing meta value site verification":["Gib den Bing Meta-Tag für die Site-Verifizierung ein"],"Bing site verification":["Bing Site Verifizierung"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["Wenn deine Website bereits in den <strong>Bing Webmaster Tools</strong> verifiziert wurde, kannst du dieses Feld leer lassen."],"Enter Pinterest meta value site verification":["Gib den Pinterest Meta-Tag für die Site-Verifizierung ein"],"Pinterest site verification":["Pinterest Site Verifizierung"],"Yandex site verification":["Yandex Site Verifizierung"],"Enter Yandex meta value site verification":["Gib den Yandex Meta-Tag für die Site-Verifizierung ein"],"Remove SEO from Admin Bar in backend and frontend":[""],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":[""],"High priority (top)":["Hohe Priorität (top)"],"Normal priority (default)":["Normale Priorität (standard)"],"Low priority":["Niedrige Priorität"],"Automatic tab (default)":["Automatik-Tab (Standard)"],"Manual tab":["Manuell-Tab"],"Hide Notifications Center in SEO Dashboard page":[""],"Hide SEO tools in SEO Dashboard page":[""],"Add title column":["Titel-Spalte hinzufügen"],"Add meta description column":["Spalte für Meta-Beschreibung hinzufügen"],"Add redirection enable column":["Spalte für Aktivierung der Weiterleitung hinzufügen"],"Add redirection URL column":["Spalte für Weiterleitungs-URL hinzufügen"],"Add canonical URL column":["Spalte für kanonische URL hinzufügen"],"Add target keyword column":["Spalte für Suchbegriff hinzufügen"],"Display noindex status":["Status noindex anzeigen"],"Display nofollow status":["Status nofollow anzeigen"],"Display total number of words in content":["Gesamtzahl der Wörter des Inhalts anzeigen"],"Display Page Speed column to check performances":["Spalte \"Page Speed\" anzeigen, um die Ladegeschwindigkeit zu prüfen"],"Display SEO Insights column to check rankings":["SEO-Insights-Spalte anzeigen, um Platzierungen zu prüfen"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Inhaltsanalyse-Spalte anzeigen („Gut“ oder „Sollte verbessert werden“)"],"Remove Content Analysis Metabox":[""],"Remove Genesis SEO Metabox":["Genesis-SEO-Metabox entfernen"],"Remove Genesis SEO link in WP Admin Menu":["Genesis-SEO-Link im WP-Admin-Menü entfernen"],"Remove the advice if None schema selected":["Hinweis entfernen falls kein Schema ausgewählt ist"],"Hook to filter structured data types metabox call by post type - new window":["Hook zum Filtern des Aufrufs der Strukturierte Datentypen Metabox nach Inhaltstyp - neues Fenster"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Google Analytics-Tracking aktivieren (Global Site Tag: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Gib deine Tracking ID ein (UA-XXXX-XX)"],"Enter your tracking ID":["Gin deine Tracking-ID ein"],"Find your tracking ID":["Finde deine Tracking-ID"],"Enter your measurement ID (G-XXXXXXXXXX)":[""],"Enter your measurement ID":[""],"Find your measurement ID":[""],"After the opening body tag (recommended)":[""],"Footer":[""],"Head (not recommended)":[""],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":[""],"Request user's consent for analytics tracking (required by GDPR)":["Einwilligung des Nutzers für das Analyse-Tracking einholen (erforderlich nach DSGVO)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Hook, um benutzerdefinierten Tracking-Code mit Benutzereinwilligung hinzuzufügen-neues Fenster"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Die Einwilligung des Benutzers beim Laden der Seite anzeigen und automatisch akzeptieren (nicht vollständig DSGVO-konform)"],"The previous option must be checked to use this.":["Um dies zu benutzen muss die vorherige Option angehakt sein."],"Allow user to change its choice about cookies":[""],"Enter your message (HTML allowed)":["Gin deine Nachricht ein (HTML erlaubt)"],"This message will only appear if request user's consent is enabled.":["Diese Meldung erscheint nur, wenn die Zustimmung des Benutzers eingeholt wurde."],"Hook to filter user consent message - new window":["Hook, um Benutzer-Einverständniserklärung-Nachricht zu filtern - Neues Fenster"],"HTML tags allowed: strong, em, br, a href / target":["HTML-Tags erlaubt: strong, em, br, a href / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Shortcode für den Zugriff auf die in den WordPress-Einstellungen eingestellten Datenschutzerklärungs-Seite: [seopress_privacy_page]"],"Accept":["Akzeptieren"],"Change the button value":["Ändere die Bezeichnung des Buttons"],"default: X":["Standard: X"],"Change the close button value":["Ändere die Bezeichnung des Schließen-Buttons"],"default: Manage cookies":[""],"Change the edit button value":[""],"Default: 30 days before the cookie expiration.":[""],"Bottom (default)":["Unten (Standard)"],"Middle":[""],"Top":["Oben"],"Left":[""],"Center (default)":[""],"Right":[""],"Change the cookie bar width":[""],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":[""],"Backdrop":[""],"Customize the cookie bar <strong>backdrop</strong>.":[""],"Display a backdrop with the cookie bar":[""],"Background color: ":[""],"Change the background color of the backdrop":[""],"Main settings":[""],"Customize the general settings of the <strong>cookie bar</strong>.":[""],"Change the color of the cookie bar background":["Die Hintergrundfarbe der Cookie-Leiste ändern"],"Text color: ":[""],"Change the color of the cookie bar text":["Die Textfarbe der Cookie-Leiste ändern"],"Link color: ":[""],"Change the color of the cookie bar link":["Die Linkfarbe der Cookie-Leiste ändern"],"Primary button":[""],"Customize the <strong>Accept button</strong>.":[""],"Change the color of the cookie bar button background":["Die Button-Hintergrundfarbe der Cookie-Leiste ändern"],"Background color on hover: ":[""],"Change the color of the cookie bar button hover background":["Die Button-Hintergrundfarbe der Cookie-Leiste bei Mauszeigerkontakt ändern"],"Change the color of the cookie bar button":["Die Buttonfarbe der Cookie-Leiste ändern"],"Text color on hover: ":[""],"Change the color of the cookie bar button hover":["Die Buttonfarbe der Cookie-Leiste bei Mauszeigerkontakt ändern"],"Secondary button":[""],"Customize the <strong>Close button</strong>.":[""],"Change the color of the cookie bar secondary button background":["Die Sekundär-Button-Hintergrundfarbe der Cookie-Leiste ändern"],"Change the color of the cookie bar secondary button hover background":["Die Sekundär-Button-Hintergrundfarbe der Cookie-Leiste bei Mauszeigerkontakt ändern"],"Change the color of the cookie bar secondary button":["Die Sekundär-Buttonfarbe der Cookie-Leiste ändern"],"Change the color of the cookie bar secondary button hover":["Die Sekundär-Buttonfarbe der Cookie-Leiste bei Mauszeigerkontakt ändern"],"Enter your Google Optimize container ID":["Gib deine Google Optimize container ID ein"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Google Optimize bietet A/B-Tests, Website-Tests und Werkzeuge für Personalisierung."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Gib deine Google Ads conversion ID ein (z. B: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":[""],"Paste your tracking code here like Google Tag Manager (head)":["Kopiere deinen Tracking-Code hierher, wie Google Tag Manager (head)"],"Additional tracking code field":["Feld für zusätzlichen Tracking-Code"],"This code will be added in the head section of your page.":["Dieser Code wird im Head-Abschnitt deiner Seite hinzugefügt."],"Paste your tracking code here like Google Tag Manager (body)":["Kopiere deinen Tracking-Code hierher, wie Google Tag Manager (body)"],"Additional tracking code field added to body":["Zusätzliches Tracking-Code-Feld wird dem body hinzugefügt"],"This code will be added just after the opening body tag of your page.":["Dieser Code wird direkt nach dem öffenden body-Tag deiner Seite hinzugefügt."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["Du siehst deinen Code nicht? Stelle sicher, <strong>wp_body_open();</strong> direkt nach dem öffnenden body-Tag deines Themes aufzurufen."],"Learn how to integrate Google Tag Manager":[""],"Paste your tracking code here (body footer)":["Kopiere deinen Tracking-Code hierher (body footer)"],"Additional tracking code field added to body footer":["Zusätzliches Tracking-Code-Feld wird body footer hinzugefügt"],"This code will be added just after the closing body tag of your page.":["Dieser Code wird direkt nach dem schließenden body-Tag deiner Seite hinzugefügt."],"Enable remarketing, demographics, and interests reporting":["Reporting zu Remarketing, Demographischen Daten und Interessen aktivieren"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["Eine Remarketing-Audience ist eine Liste von Cookies oder mobilen Werbe-IDs, die eine Gruppe von Nutzern repräsentiert, die du erneut ansprechen möchtest, aufgrund ihrer Konvertierungs-Wahrscheinlichkeit."],"Enable IP Anonymization":["IP-Anonymisierung aktivieren"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["Wenn ein Kunde von Analytics eine Anonymisierung der IP-Adresse wünscht, anonymisiert Analytics die Adresse so schnell wie technisch möglich zum frühestmöglichen Zeitpunkt der Erfassung."],"Enhanced Link Attribution":["Erweiterte Link-Attribution"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["Enhanced Link Attribution verbessert die Genauigkeit deiner In-Page Analytics-Berichts, indem es automatisch zwischen mehreren Links auf dieselbe URL auf einer einzigen Seite durch die Verwendung von Link-Element-IDs unterscheidet."],"Enable cross-domain tracking":["Domainübergreifendes Tracking aktivieren"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["Cross-Domain-Tracking ermöglicht es Analytics, Sitzungen auf zwei verwandten Websites (z. B. einer E-Commerce-Website und einer separaten Warenkorb-Website) als eine einzige Sitzung anzuzeigen. Dies wird manchmal als Site-Linking bezeichnet."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Gib deine Domains ein: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Domain übergreifend"],"Enable external links tracking":["Tracking von externen Links aktivieren"],"Enable download tracking":["Download-Tracking aktivieren"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Download-Klicks tracken"],"Separate each file type extensions with a pipe \"|\"":["Trenne jede Dateierweiterung mit einem senkrechten Strich \"|\""],"Enable affiliate/outbound tracking":["Affiliate/Outbound-Tracking aktivieren"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Affiliate/ausgehende Links tracken"],"Separate each keyword with a pipe \"|\"":["Trenne jeden Suchbegriff mit einem senkrechten Strich \"|\""],"None":["Keine"],"Custom Dimension #%d":["Benutzerdefinierte Dimension #%d"],"Enable Matomo tracking (Matomo account required)":["Matomo-Tracking aktivieren (Matomo-Konto erforderlich)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Gib „beispiel“ ein, falls deine Matomo-Konto-URL „beispiel.matomo.cloud“ ist"],"Matomo Cloud URL":["Matomo Cloud URL"],"Enter only the <strong>host</strong> like this example.matomo.cloud":[""],"Enter your site ID here":["Gib hier deine Website-ID ein"],"Matomo Site ID":["Matomo-Website-ID"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["Um deine Website-ID zu ermitteln, gehe zu deinem <strong>Matomo-Cloud-Konto, Websites, Seite verwalten</strong>. Sieh nach „Website-ID“ auf der rechten Seite."],"Tracking one domain and its subdomains in the same website":["Tracken einer Domain und ihrer Subdomains auf derselben Website"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["Falls Besucher x.beispiel.com und y.beispiel.com besuchen , werden sie als eindeutige Besucher gezählt."],"Prepend the site domain to the page title when tracking":["Beim Tracking dem Seitentitel die Website-Domain voranstellen"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["Falls jemand die „Über“-Seite auf blog.beispiel.com ansieht, wird dies als 'blog / Über' aufgezeichnet. Dies ist der einfachste Weg, einen Überblick über die Zugriffe auf Subdomains zu erhalten."],"Track users with JavaScript disabled":["Benutzer mit deaktiviertem JavaScript tracken"],"Enables cross domain linking":["Aktiviert domainübergreifendes Verlinken"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Clientseitige DoNotTrack-Erkennung aktivieren"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Tracking-Anfragen werden nicht gesendet, falls Besucher nicht getrackt werden wollen."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Deaktiviert alle Cookies von Drittanbietern. Bestehende Matomo-Cookies für diese Website werden bei der nächsten Seitenansicht gelöscht."],"Enabling Download & Outlink tracking":["Tracking für Download- und Ausgehende Links aktivieren"],"Disabling all heatmaps and session recordings":[""],"Redirect attachment pages to post parent (or homepage if none)":["Weiterleiten von Anhangs-Seiten zum übergeordneten Beitrag (oder die Homepage, falls nicht vorhanden)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Anhangs-Seiten zur Datei-URL umleiten (https://www.example.com/meine-bilddatei.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["Wenn diese Option aktiviert ist, hat sie Vorrang vor der Umleitung von Anhängen an den übergeordneten Beitrag."],"When sending an image file, automatically set the title based on the filename":["Beim Senden einer Bilddatei automatisch den Titel basierend auf dem Dateinamen einstellen"],"When sending an image file, automatically set the alternative text based on the filename":["Beim Senden einer Bilddatei automatisch den Alternativtext basierend auf dem Dateinamen einstellen"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["Wir empfehlen, das Plugin Image SEO, um die ALT-Texte und Namen deiner Bilder für Suchmaschinen zu optimieren, unter Benutzung von KI und Maschinellem Lernen. Schon ab €4.99."],"Use the target keywords if not alternative text set for the image":["Die Target Keywords benutzen, falls für das Bild kein alternativer Text eingestellt wurde"],"When sending an image file, automatically set the caption based on the filename":["Beim Senden einer Bilddatei automatisch den Untertitel basierend auf dem Dateinamen einstellen"],"When sending an image file, automatically set the description based on the filename":["Beim Senden einer Bilddatei automatisch die Beschreibung basierend auf dem Dateinamen einstellen"],"Enable XML Sitemap":["XML-Sitemap aktivieren"],"Guide to enable XML Sitemaps - new window":["Anleitung zum Aktivieren von XML-Sitemaps - neues Fenster"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Image-Sitemaps aktivieren (Standardbilder, Bildergalerien, Featured Images, WooCommerce Produktbilder)"],"Guide to enable XML image sitemaps - new window":["Anleitung zum Aktivieren von XML-Bilder-Sitemaps - neues Fenster"],"Images in XML sitemaps are visible only from the source code.":["Bilder in XML-Sitemaps sind nur im Quellcode sichtbar."],"Enable Video Sitemaps":["Video-Sitemaps aktivieren"],"Guide to enable XML video sitemaps - new window":["Anleitung zum Aktivieren von XML-Video-Sitemaps - neues Fenster"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["Deine Video-Sitemap ist leer? Lies unsere Anleitung, um mehr darüber zu erfahren <a href=\"%s\" target=\"_blank\">wie du deiner Sitemap Videos hinzufügst.</a>"],"Enable Author Sitemap":["Autor-Sitemap aktivieren"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Stelle sicher, das Autor-Archiv, Titel und Metas, Archive-Tab von SEO zu aktivieren</a>"],"Enable HTML Sitemap":["HTML-Sitemap aktivieren"],"Guide to enable a HTML Sitemap - new window":["Anleitung zum Aktivieren einer HTML-Sitemap - neues Fenster"],"Include":["Einschließen"],"eg: 2, 28, 68":["z.B.: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Gib Beitrags-, Seiten- oder individuelle Inhaltstypen (Custom Post Type)-IDs ein, um die Sitemap anzuzeigen"],"You can also use this shortcode:":["Du kannst auch diesen Shortcode verwenden:"],"To include specific custom post types, use the CPT attribute:":[""],"eg: 13, 8, 38":["z.B.: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Manche Beiträge, Seiten Individuelle Inhaltstypen oder Taxonomie-IDs ausschließen"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["DESC (absteigende Ordnung von großen nach kleinen Werten (3, 2, 1; c, b, a))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ASC (aufsteigende Ordnung von kleinen nach großen Werten (1, 2, 3; a, b, c))"],"Default (date)":["Standard (Datum)"],"Modified date":["Änderungsdatum"],"Post ID":["Beitrags-ID"],"Menu order":["Menüreihenfolge"],"Disable date after each post, page, post type?":["Datum für jeden Beitrag, jede Seite und jeden Inhaltstyp deaktivieren?"],"Remove links from archive pages (eg: Products)":[""],"None (will disable this feature)":["Keine (wird diese Funktion deaktivieren)"],"Person":["Person"],"Organization":["Organisation"],"eg: Miremont":[""],"Your name/organization":["Dein Name/Deine Organisation"],"Your photo/organization logo":["Dein Foto/Logo"],"Select your logo":["Wähle dein Logo"],"Upload an Image":["Bild hochladen"],"eg: +33123456789 (internationalized version required)":["z.B.: +33123456789 (internationalisierte Version erforderlich)"],"Organization's phone number (only for Organizations)":["Telefonnummer deiner Organisation (nur für Organisationen)"],"Customer support":["Kunden-Support"],"Technical support":["Technischer Support"],"Billing support":["Rechnungsstellung-Support"],"Bill payment":["Rechnungszahlung"],"Sales":["Vertrieb"],"Credit card support":["Kreditkarten-Support"],"Emergency":["Notfall"],"Baggage tracking":["Gepäckverfolgung"],"Roadside assistance":["Pannenhilfe"],"Package tracking":["Sendungsverfolgung"],"Toll Free":["Gebührenfrei"],"Hearing impaired supported":["Hörgeschädigte werden unterstützt"],"eg: https://facebook.com/my-page-url":["z. B: https://facebook.com/my-page-url"],"Facebook Page URL":["Facebook Seiten URL"],"eg: @my_twitter_account":["z. B: @my_twitter_account"],"Twitter Page URL":["Twitter Seiten-URL"],"eg: https://pinterest.com/my-page-url/":["z. B: https://pinterest.com/my-page-url/"],"Pinterest URL":["Pinterest URL"],"eg: https://www.instagram.com/my-page-url/":["z. B: https://www.instagram.com/my-page-url/"],"Instagram URL":["Instagram URL"],"eg: https://www.youtube.com/my-channel-url":["z. B: https://www.youtube.com/my-channel-url"],"YouTube URL":["YouTube URL"],"eg: http://linkedin.com/company/my-company-url/":["z. B: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["LinkedIn URL"],"Enable OG data":["OG Daten aktivieren"],"Select a default image":["Ein Standardbild auswählen"],"Select your default thumbnail":["Wähle dein Standard-Miniaturbild (Thumbnail) aus"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Minimalgröße: 200x200px, ideales Seitenverhältnis 1.91:1, 8Mb max. (z. B:: 1640x856px oder 3280x1712px für Retina-Bildschirme)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Jedes <strong>og:image</strong>-Tag mit diesem Standard-Bild überschreiben (außer wenn bereits ein individuelles og:image in der SEO-Metabox eingestellt wurde)."],"WooCommerce Shop Page.":[""],"No custom post type to configure.":["Kein individueller Inhaltstyp zu konfigurieren."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["Eine oder mehr Facebook Page IDs, die einer URL zugeordnet sind, um das Bearbeiten von Links und Instant-Article-Veröffentlichung zu ermöglichen."],"How do I find my Facebook Page ID?":["Wie finde ich meine Facebook-Seiten-ID?"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["Die ID (oder kommagetrennte Liste für Properties, die mehrere IDs akzeptieren) einer App, Person, die die App benutzt oder Page-Graph-API-Objekt."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["Die Facebook App ID der Website. Um Facebook Insights zu benutzen, musst du deiner Seite die App ID hinzufügen. Insights zeigen dir Analysen für Datenverkehr von Facebook auf deine Website. Du findest die App ID in deinem App Dashboard. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Mehr Informationen hier</a> <span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["So erstellst du eine Facebook App ID"],"Enable Twitter card":["Twitter-Card aktivieren"],"Use OG if no Twitter Cards":["OG verwenden, wenn keine Twitter-Card existiert"],"Default Twitter Image":["Standardbild Twitter"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Mindestgröße: 144x144px (300x157px, falls große Card aktiviert), ideales Verhältnis 1:1 (2:1 für die große Card), 5Mb max."],"Default":["Standard"],"Large":["Groß"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":[""],"Enter your separator, eg: \"-\"":["Gib dein Trennzeichen ein, z. B: \"-\""],"Separator":["Trennzeichen"],"Use this separator with %%sep%% in your title and meta description.":["Benutze dieses Trennzeichen mit %%sep%% in deinem Titel und Meta-Beschreibung."],"My awesome website":["Meine fantastische Website"],"Site title":["Website-Titel"],"This is a cool website about Wookiees":["Dies ist eine coole Website über Wookiees"],"Looking to edit your blog page?":["Möchtest du deine Blog-Seite bearbeiten?"],"Click to hide any SEO metaboxes / columns for this post type":["Klicken, um jegliche SEO-Metaboxen/-Spalten für diesen Inhaltstyp zu verbergen"],"Click to display any SEO metaboxes / columns for this post type":["Klicken, um jegliche SEO-Metaboxen/-Spalten für diesen Inhaltstyp anzuzeigen"],"Title template":["Titel Template"],"Meta description template":["Meta-Beschreibung Template"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Archiv dieses Beitrags-Typs nicht in Ergebnissen von Suchmaschinen anzeigen <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this single post type <strong>(nofollow)</strong>":["Links dieses Beitragstyps nicht folgen<strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":[""],"Unchecking this doesn't prevent Google to display post date in search results.":[""],"Display post thumbnail in Google Custom Search results?":["Beitrags-Vorschaubild in Google-Custom-Search-Ergebnissen anzeigen?"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":[""],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":[""],"Click to hide any SEO metaboxes for this taxonomy":["Klicken, um jegliche SEO-Metaboxen für diese Taxonomie zu verbergen"],"Click to display any SEO metaboxes for this taxonomy":["Klicken, um jegliche SEO-Metaboxen für diese Taxonomie anzuzeigen"],"Category Title":["Kategorie-Titel"],"Tag Title":["Schlagwort-Titel"],"Term Title":["Begriffs-Titel"],"Category Description":["Kategorie-Beschreibung"],"Tag Description":["Schlagwort-Beschreibung"],"Term Description":["Begriffs-Beschreibung"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Archiv dieses Taxonomie-Typs nicht in Ergebnissen von Suchmaschinen anzeigen <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["Links dieses Taxonomie-Archivs nicht folgen <strong>(nofollow)</strong>"],"See archive":["Siehe Archiv"],"Post Type Archive Name":["Inhaltstyp Archiv Name"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Archiv dieses Beitragstyps nicht in Ergebnissen von Suchmaschinen anzeigen<strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["Links für Archiv dieses Beitragstyps nicht folgen <strong>(nofollow)</strong>"],"Author archives":["Autoren-Archive"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["Autor-Archive nicht in den Suchmaschinen-Ergebnissen anzeigen <strong>(noindex)</strong>"],"Disable author archives":["Deaktiviere Autoren-Archive"],"Date archives":["Datums-Archive"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["Datenarchive nicht in den Suchmaschinen-Ergebnissen anzeigen <strong>(noindex)</strong>"],"Disable date archives":["Deaktiviere Datums-Archive"],"Search archives":["Suche Archive"],"Search Keywords":["Suche Suchbegriffe"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["Sucharchive nicht in den Suchmaschinen-Ergebnissen anzeigen <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["Nicht alle Seiten der Website in den Google Suchergebnissen anzeigen und keine \"zwischengespeicherten\" Verlinkungen in den Suchergebnissen anzeigen."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":[""],"nofollow":["nofollow"],"Do not follow links for all pages.":["Verlinkungen nicht auf allen Seiten folgen."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["Für alle Seiten keine Open Directory-Projekt-Metadaten für Titel oder Auszüge verwenden."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["Auf der gesamten Website keine Bilder indexieren."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["Keine \"zwischengespeicherten\" Verlinkungen in den Google Suchergebnissen anzeigen."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["Für alle Seiten keine Beschreibung in den Google Suchergebnissen anzeigen."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Verhindert, dass Google eine Sitelinks-Suchbox in den Suchergebnissen anzeigt. Das Aktivieren dieser Option wird das „Website“-Schema aus deinem Quellcode entfernen."],"Add rel next/prev link in head of paginated archive pages":["Rel next/prev-Link im Kopfbereich der paginierten Archiv-Seiten hinzufügen"],"Add a \"noindex\" meta robots for all paginated archive pages":["Allen Archivseiten mit Seitenzahlen \"noindex\" robots hinzufügen"],"eg: https://example.com/category/my-category/page/2/":["z. B: https://example.com/kategorie/meine-kategorie/seite/2/"],"Add a \"noindex\" meta robots for all attachment pages":[""],"eg: https://example.com/my-media-attachment-page":[""],"Enable Oxygen Builder compatibility":[""],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":[""],"Enable Divi Builder compatibility":[""],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":[""],"Enable WP Bakery Builder compatibility":[""],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":[""],"Enable Avia Layout Builder compatibility":[""],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":[""],"Enable Fusion Builder compatibility":[""],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":[""],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["In unserem Video erfährst du, wie du deine WordPress-Website mit Google Analytics verbindest und Statistiken direkt in deinem Dashboard abrufen kannst (nur PRO)."],"How-to":["Anleitung"],"Read our guide":["Lies unsere Anleitungen"],"Watch our video to learn how to enable XML sitemaps to improve crawling and add them to Google Search Console.":[""],"Watch our video to learn how to edit your Open Graph and Twitter Cards tags to improve social sharing.":[""],"Templates variables":["Templates Variablen"],"Edit your meta robots":[""],"Browse our guides":["Stöbere in unseren Anleitungen"],"Read our FAQ":["Lies unsere FAQ"],"Check our website":["Besuche unsere Webseite"],"Enter a few keywords for analysis to help you write optimized content.":["Gib einige Suchbegriffe zur Analyse ein, damit wir dir helfen können, optimierte Inhalte zu schreiben."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["Inhalte für deine Benutzer zu schreiben ist das Allerwichtigste! Falls dieser sich nicht natürlich anfühlt, werden deine Besucher deine Website verlassen, Google wird es merken und deine Platzierung wird darunter leiden."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Trenne Suchbegriffe mit Kommas. Verwende keine Leerzeichen hinter den Kommas, es sei denn, du möchtest diese einbeziehen"],"Enter your target keywords":["Gib deine Suchbegriffe ein"],"Analyze my content":["Analysiere meinen Inhalt"],"Refresh analysis":["Analyse aktualisieren"],"Track with Insights":["Tracken mit Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["Um eine möglichst genaue Analyse zu erhalten, speichere zuerst deinen Beitrag. Wir analysieren deinen gesamten Quellcode wie es eine Suchmaschine tun würde."],"Google suggestions":["Google Suchvorschläge"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Gib einen Suchbegriff oder eine Wortgruppe ein, um die 10 wichtigsten Google Suchvorschläge sofort angezeigt zu bekommen. Dies ist nützlich, wenn du mit der Long-Tail-Technik arbeiten möchtest."],"Get suggestions from Google":["Vorschläge von Google erhalten"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Titel Einstellungen"],"Google News":["Google News"],"Video Sitemap":["Video Sitemap"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Titel sind kritisch für einen schnellen Überblick über den Inhalt eines Ergebnisses und warum es relevant fpr die Suchanfrage ist. Es ist oftmals die erste Information, die entscheidet, auf welches Ergebnis geklickt wird. Deshalb ist es wichtig, hochqualitative Titel für deine Webseiten zu benutzen."]," / 568 pixels - ":[" / 568 pixels - "]," (maximum recommended limit)":[" (empfohlene Höchstgrenze)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["Ein Meta-Beschreibungs-Tag sollte informativ sein und dem Benutzer mit einer kurzen, relevaten Zusammenfassung vermitteln, worum es auf dieser speziellen Seite geht.<br>Sie sind wie ein Verkaufsargument, das die Benutzer überzeugt, dass diese Seite genau das ist, was sie gesucht haben.<br>Es gibt keine Längenbegrenzung für Meta-Beschreibungen, aber die Suchergebnis-Snippets werden bei Bedarf gekürzt, üblicherweise damit sie zur Breite des Geräts passen."],"Enter your meta description":["Gib deine Meta-Beschreibung ein"]," / 940 pixels - ":[" / 940 pixels - "],"Category / term description":["Kategorie-/Begriff-Beschreibung"],"Post Excerpt":["Beitrags-Auszug"],"Snippet Preview":["Snippet-Voransicht"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["Die Google-Voransicht ist eine Simulation.<br>Es gibt keine verlässliche Voransicht, denn es hängt von der Bildschirmauflösung, dem verwendeten Gerät, dem gesuchten Ausdruck und von Google ab.<br>Es gibt nicht ein Snippet für eine URL, sondern mehrere.<br>Alle Daten dieser Übersicht kommen direkt aus deinem Quellcode.<br>Dies ist es, was Crawler sehen werden."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["Diese Seite nicht in den Suchmaschinen-Ergebnissen anzeigen / XML- HTML-Sitemaps <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["\"noindex\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"noindex\" hinzugefügt.<br>Suchmaschinen werden diese URL nicht in die Suchergebnisse aufnehmen (indexieren)."],"Do not follow links for this page <strong>(nofollow)</strong>":["Links von dieser Seite nicht folgen <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["\"nofollow\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"nofollow\" hinzugefügt.<br>Suchmaschinen werden Links von dieser URL nicht folgen."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["Open-Directory-Projekt-Metadaten für Titel oder Auszüge für diese Seite nicht benutzen <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["\"noodp\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"noodp\" hinzugefügt.<br> Bedenke, dass Google und Yahoo dieses Tag nicht mehr beachten, seit das DMOZ-Verzeichnis geschlossen wurde."],"Do not index images for this page <strong>(noimageindex)</strong>":["Bilder auf dieser Seite nicht indexieren <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["\"noimageindex\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"noimageindex\" hinzugefügt.<br> Bedenke, dass deine Bilder immer indexiert werden können, falls sie auf anderen Seiten verlinkt sind."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["\"Cached\" Link nicht in den Suchmaschinen-Ergebnissen anzeigen <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["\"noarchive\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"noarchive\" hinzugefügt."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["Beschreibung für diese Seite nicht in den Suchmaschinen-Ergebnissen anzeigen <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["\"nosnippet\"-Robots-Meta-Tag"],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["Durch das Anwählen dieser Option wird ein Meta-Robots-Tag mit dem Wert \"nosnippet\" hinzugefügt."],"Default value: ":["Standardwert: "],"Select a primary category":["Eine primäre Kategorie auswählen"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":[""],"Custom breadcrumbs":["Benutzerdefinierte Brotkrümelnavigation"],"Enter a custom value, useful if your title is too long":["Gib einen individuellen Wert ein, das ist nützlich, wenn dein Titel zu lang ist"],"Current breadcrumbs: %s":["Aktuelle Brotkrumen: %s"],"Ask Facebook to update its cache":["Bitte Facebook, seinen Cache zu aktualisieren"],"Facebook Title":["Facebook Titel"],"Enter your Facebook title":["Gib deinen Facebook Titel ein"],"Facebook description":["Facebook Beschreibung"],"Enter your Facebook description":["Gib deine Facebook Beschreibung ein"],"Facebook Thumbnail":["Facebook Miniaturbild (Thumbnail)"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["Die Funktion Soziale Netzwerke ist deaktiviert. Du siehst noch immer die FB-Voransicht? Du hast vermutlich soziale Tags, die durch dein Theme oder ein Plugin hinzugefügt werden."],"Your image ratio is: ":["Dein Bild-Seitenverhältnis ist:"],"File URL is not valid.":["Datei-URL ist ungültig."],"Preview your Twitter card using the official validator":["Vorschau deiner Twitter-Card mit dem offiziellen Validator"],"Twitter Title":["Twitter Titel"],"Enter your Twitter title":["Gib deinen Twitter Titel ein"],"Twitter description":["Twitter Beschreibung"],"Enter your Twitter description":["Gib deine Twitter Beschreibung ein"],"Twitter Thumbnail":["Twitter-Miniaturbild (Thumbnail)"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":["Die Soziale-Netzwerke-Funktion ist deaktiviert. Du siehst dennoch Informationen der Twitter-Voransicht? Dann wurden vermutlich soziale Tags durch dein Theme oder ein Plugin hinzugefügt."],"Enable redirection?":["Weiterleitung aktivieren?"],"301 Moved Permanently":["301 Moved Permanently"],"302 Found / Moved Temporarily":["302 Gefunden / Temporäre Umleitung"],"307 Moved Temporarily":["307 Temporäre Umleitung"],"410 Gone":["410 Entfernt"],"451 Unavailable For Legal Reasons":["451 Unerreichbar aus juristischen Gründen"],"URL redirection":["URL-Weiterleitung"],"Enter your new URL in absolute (eg: https://www.example.com/)":["Gib deine neue absolute URL ein (z. B: https://www.example.com/)"],"Query parameters":["Abfrage-Parameter"],"Exactly match all parameters":["Exakte Übereinstimmung mit allen Parametern"],"Exclude all parameters":["Alle Parameter ausschließen"],"Exclude all parameters and pass them to the redirection":["Alle Parameter ausschließen und sie an die Umleitung weitergeben"],"Test your URL":["Teste deine URL"],"Need help with your redirections? Read our guide.":["Benötigst du Hilfe mit deinen Weiterleitungen? Lese unsere Anleitung."],"Exclude this post from Google News Sitemap?":["Diesen Beitrag von der Google News Sitemap ausschließen?"],"Exclude this post from Video Sitemap?":["Diesen Beitrag von der Video Sitemap ausschließen?"],"If your post is set to noindex, it will be automatically excluded from the sitemap.":["Wenn dein Beitrag auf noindex gesetzt ist, wird er automatisch aus der Sitemap entfernt."],"Video ":["Video "],"Video URL (required)":["Video URL (erforderlich)"],"Enter your video URL":["Gib deine Video URL ein"],"Video URL":["Video-URL"],"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server.":["KEIN externes Video (z.B.: Video-Hosting auf YouTube, Vimeo, Wistia...)? Überprüfe dies, wenn dein Video auf diesem Server gehostet ist."],"Video Title (required)":["Video Titel (erforderlich)"],"Enter your video title":["Gib deinen Video Titel ein"],"Video title":["Video Titel"],"Default: title tag, if not available, post title.":["Standard: Titel-Tag, falls nicht vorhanden, Beitrags-Titel."],"Video Description (required)":["Video Beschreibung (erforderlich)"],"Enter your video description":["Gib deine Video Beschreibung ein"],"Video description":["Video Beschreibung"],"2048 characters max.; default: meta description. If not available, use the beginning of the post content.":["Max. 2048 Zeichen; Standard: Meta-Beschreibung. Falls nicht vorhanden, verwende den Anfang des Beitrags-Inhalts."],"Video Thumbnail (required)":["Video-Miniaturbild (Thumbnail), (erforderlich)"],"Select your video thumbnail":["Wähle dein Video-Miniaturbild (Thumbnail) aus"],"Video Thumbnail":["Video-Miniaturbild (Thumbnail)"],"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image.":["Mindestgröße: 160x90px (1920x1080 max), JPG, PNG oder GIF-Formate. Standard: Beitragsbild deines Beitrags."],"Video Duration (recommended)":["Video Dauer (erforderlich)"],"Duration in seconds":["Dauer in Sekunden"],"Video duration":["Video Dauer"],"The duration of the video in seconds. Value must be between 0 and 28800 (8 hours).":["Die Dauer des Videos in Sekunden. Der Wert muss zwischen 0 und 28800 (8 Stunden) liegen."],"Video Rating":["Video Bewertung"],"Video rating":["Video Bewertung"],"Allowed values are float numbers in the range 0.0 to 5.0.":["Erlaubte Werte sind Gleitkommazahlen im Bereich von 0,0 bis 5,0."],"View count":["Ansicht Anzahl"],"Number of views":["Anzahl der Ansichten"],"Video tags":["Video-Tags"],"Enter your video tags":["Gin deine Video-Tags ein"],"32 tags max., separate tags with commas. Default: target keywords + post tags if available.":["max. 32 Tags, separate Tags mit Kommas. Standard: Suchbegriffe + Beitrags-Tags, falls vorhanden."],"Video categories":["Video-Kategorien"],"Enter your video categories":["Gib deine Video-Kategorien ein"],"256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available.":["Max. 256 Zeichen, normalerweise gehört ein Video zu einer einzigen Kategorie, separate Kategorien mit Kommas trennen. Standard: erste Beitrags-Kategorie, falls vorhanden."],"NOT family friendly?":["NICHT familienfreundlich?"],"The video will be available only to users with SafeSearch turned off.":["Das Video ist nur für Benutzer verfügbar, die SafeSearch deaktiviert haben."],"Remove video":["Entferne Video"],"Add video":["Füge Video hinzu"],"Analysis in progress...":["Analyse läuft..."],"Content analysis":["Inhaltsanalyse"],"By clicking Migrate, we'll import:":["Wenn du auf \"Migrieren\" klickst, importieren wir:"],"Title tags":["Titel-Tags"],"Facebook Open Graph tags (title, description and image thumbnail)":["Facebook Open Graph Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"],"Twitter tags (title, description and image thumbnail)":["Twitter Tags (Titel, Beschreibung und Miniaturbild (Thumbnail))"],"Meta Robots (noindex, nofollow...)":["Meta Robots (noindex, nofollow...)"],"Redirect URL":["Weiterleitungs-URL"],"Migrate now":["Migriere jetzt"],"SEO Title / Description":["SEO-Titel/Beschreibung"],"Meta Description":["Meta-Beschreibung"],"SEO Advanced":["SEO Erweitert"],"SEO Social":["SEO-Sozial"],"<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q=":[""],"<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>":[""],"SEO Redirection":["SEO-Umleitung"],"SEO Content Analysis":["SEO-Inhaltsanalyse"],"<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimized content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>":[""],". The closer to 1.91 the better.":[""],"By":["Von"],". The closer to 1 the better (with large card, 2 is better).":[""],"Question...":[""],"Answer...":[""],"Remove":[""],"FAQ Settings":[""],"List Style":[""],"NONE":[""],"OL":[""],"UL":[""],"Title Wrapper":[""],"H2":[""],"H3":[""],"H4":[""],"H5":[""],"H6":[""],"P":[""],"DIV":[""],"Image Size":[""],"S":[""],"M":[""],"L":[""],"SEO Settings":[""],"Enable FAQ Schema":[""],"Add FAQ":[""],"To edit the background image, you need permission to upload media.":[""],"Set Image":[""],"Remove Image":[""],"FAQ":[""],"Customize the plugin to fit your needs.":[""],"Check a user role to prevent it to edit a specific metabox.":[""],"SEOPress settings pages":[""],"Check a user role to allow it to edit a specific settings page.":[""],"Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>.":["Funktioniert mit <strong>Google Analytics</strong> und <strong>Matomo</strong>."],"Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself.":[""],"Use them to collect and analyze data that Analytics doesn't automatically track.":[""],"Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.":[""],"Custom dimensions also work with <strong>Matomo</strong> tracking code.":["Individuelle Abmessungen werden auch mit dem <strong>Matomo</strong>-Tracking-Code funktionieren"],"Guide to create custom dimensions in Google Analytics - new window":["Anleitung zum Erstellen von benutzerdefinierten Dimensionen in Google Analytics - neues Fenster"],"Use Matomo to track your users with privacy in mind.":[""],"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code.":[""],"Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.":[""],"Change this settings":["Diese Einstellungen ändern"],"A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.":[""],"The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.":[""],"To view your sitemap, enable permalinks (not default one), and save settings to flush them.":["Um deine Sitemap anzuzeigen, aktiviere die Permalinks (nicht die Standardeinstellung) und speichere diese Einstellung."],"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:":["Dein Server verwendet NGINX. Wenn XML-Sitemaps nicht funktionieren, musst du diese Regeln zu deiner Konfiguration hinzufügen:"],"If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.":[""],"Blank sitemap?":["Leere Sitemap?"],"404 error?":["404-Fehler?"],"HTML error? Exclude XML and XSL from caching plugins!":[""],"View your sitemap":["Sitemap anzeigen"],"Ping Google manually":["Google manuell anpingen"],"Flush permalinks":["Permalinks zurücksetzen"],"Learn more on Google official website.":["Weitere Informationen auf der offiziellen Google-Website."],"Use markup on your website to add your social profile information to a Google Knowledge panel.":[""],"Knowledge panels prominently display your social profile information in some Google Search results.":[""],"Manage Open Graph data. These metatags will be used by Facebook, Pinterest, LinkedIn, WhatsApp... when a user shares a link on its own social network. Increase your click-through rate by providing relevant information such as an attractive image.":[""],"Custom OG Image from SEO metabox":["Individuelles OG-Bild von SEO-Metabox"],"Post thumbnail / Product category thumbnail (Featured image)":[""],"First image of your post content":["Erstes Bild deines Beitragsinhalts"],"Global OG Image set in SEO > Social > Open Graph":["Globales OG-Bild eingestellt in SEO > Sozial > Open Graph"],"Custom Twitter image from SEO metabox":["Individuelles Twitter-Bild von SEO-Metabox"],"Global Twitter:image set in SEO > Social > Twitter Card":["Globales Twitter-Bild eingestellt in SEO > Sozial > Twitter Card"],"Title and meta description are used by search engines to generate the snippet of your site in search results page.":[""],"Wrong meta title / description in SERP?":[""],"Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools.":[""],"Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you.":[""],"<strong>Warning</strong>: always test your site after activating one of these options. Running shortcodes to automatically generate meta title / description can have side effects. Clear your cache if necessary.":[""],"Learn more about automatic meta descriptions":[""],"Add WP Editor to taxonomy description textarea":["WP-Editor zum Textbereich der Taxonomie-Beschreibung hinzufügen"],"Remove /category/ in URL":["In der URL /category/ entfernen"],"Remove WordPress generator meta tag":["WordPress Generator Meta-Tag entfernen"],"Remove hentry post class":["Beitragsklasse hentry entfernen"],"Remove author URL":["Autor-URL entfernen"],"Remove website field in comment form":["Website-Feld in Kommentar-Formular entfernen"],"Remove WordPress shortlink meta tag":["WordPress Shortlink Meta-Tag entfernen"],"Remove Windows Live Writer meta tag":["Windows Live Writer Meta-Tag entfernen"],"Remove RSD meta tag":["RSD Meta-Tag entfernen"],"SEO in admin bar":[""],"Universal Metabox":[""],"Noindex in admin bar":[""],"Move SEO metabox's position":[""],"Set default tab for Structured data metabox":["Standard-Tab für Metabox für strukturierte Daten einstellen"],"Hide Notifications Center":["Mitteilungszentrale ausblenden"],"Hide SEO tools":["SEO-Werkzeuge ausblenden"],"Show Title tag column in post types":["Spalte für Titel-Tags bei Inhaltstypen anzeigen"],"Show Meta description column in post types":["Spalte für Meta-Beschreibungen bei Inhaltstypen anzeigen"],"Show Redirection Enable column in post types":["Spalte für die Aktivierung von Weiterleitung bei Inhaltstypen anzeigen"],"Show Redirect URL column in post types":["Spalte für die Redirect-URL bei Inhaltstypen anzeigen"],"Show canonical URL column in post types":["Spalte für die Kanonische URL bei Inhaltstypen anzeigen"],"Show Target Keyword column in post types":["Spalte für Suchbegriffe bei Inhaltstypen anzeigen"],"Show noindex column in post types":["Spalte für noindex bei Inhaltstypen anzeigen"],"Show nofollow column in post types":["Spalte für nofollow bei Inhaltstypen anzeigen"],"Show total number of words column in post types":["Spalte mit der Gesamtzahl der Wörter bei Inhaltstypen anzeigen"],"Show Google Page Speed column in post types":["Spalte für Google Page Speed bei Inhaltstypen anzeigen"],"Show Insights column in post types":["Spalte für Insights bei Inhaltstypen anzeigen"],"Show content analysis score column in post types":["Inhaltsanalyse-Punktzahl-Spalte in Beitragstypen anzeigen"],"Hide Genesis SEO Metabox":["Genesis-SEO-Metabox verbergen"],"Hide Genesis SEO Settings link":["Genesis-SEO-Einstellungen-Link verbergen"],"Hide advice in Structured Data Types metabox":["Hinweis in Strukturierte-Datentypen-Metabox verbergen"],"Block SEO metabox to user roles":["SEO-Metabox für Benutzerrollen blockieren"],"Block Content analysis metabox to user roles":["Inhaltsanalyse-Metabox für Benutzerrollen blockieren"],"Enable Google Analytics tracking":["Google Analytics-Tracking aktivieren"],"Enter your measurement ID (GA4)":[""],"Exclude user roles from tracking (Google Analytics and Matomo)":["Benutzerrollen vom Tracking ausschließen (Google Analytics und Matomo)"],"Where to display the cookie bar?":[""],"Analytics tracking opt-in":["Analytics-Tracking Opt-in"],"Allow user to change its choice":[""],"Consent message for user tracking":["Einverständniserklärung für Benutzer-Tracking"],"Accept button for user tracking":["Einverständnis-Button für das Benutzer-Tracking"],"Close button":["Schließen-Button"],"Edit cookies button":[""],"User consent cookie expiration date":[""],"Cookie bar position":["Position der Cookie-Leiste"],"Text alignment":[""],"Cookie bar width":[""],"Enable Google Optimize":["Google Optimize aktivieren"],"Enable Google Ads":["Google Ads aktivieren"],"[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)":[""],"[BODY] Add an additional tracking code (like Google Tag Manager...)":["[BODY] Füge einen zusätzlichen Trackingcode hinzu (wie Google Tag Manager...)"],"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)":["[BODY (FOOTER)] Füge einen zusätzlichen Trackingcode hinzu (wie Google Tag Manager...)"],"Enable downloads tracking (eg: PDF, XLSX, DOCX...)":["Aktivierung des Trackings von Downloads (z.B.: PDF, XLSX, DOCX...)"],"Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)":["Tracking Affiliate/Ausgehende Links aktivieren (z.B.: aff, go, out, recommends"],"Track Authors":["Autoren tracken"],"Track Categories":["Kategorien tracken"],"Track Tags":["Schlagwörter (Tags) tracken"],"Track Post Types":["Inhaltstypen tracken"],"Track Logged In Users":["Eingeloggte User tracken"],"Enable Matomo tracking":["Matomo-Tracking aktivieren"],"Enter your site ID":["Gib deine Website-ID ein"],"Track visitors across all subdomains":["Besucher über alle Subdomains tracken"],"Prepend the site domain":["Die Website-Domain voranstellen"],"Cross domain":["Domainübergreifend"],"Enable DoNotTrack detection":["DoNotTrack-Erkennung aktivieren"],"Disable all tracking cookies":["Alle Tracking-Cookies deaktivieren"],"Download & Outlink tracking":["Tracking für Download- und Ausgehende Links"],"Disable all heatmaps and session recordings":[""],"Redirect attachment pages to post parent":["Weiterleitung von Anhangs-Seiten zum übergeordneten Beitrag"],"Redirect attachment pages to their file URL":["Anhang-Seiten automatisch zur Datei-URL umleiten"],"Remove ?replytocom link to avoid duplicate content":["?replytocom-Link entfernen, um doppelten Inhalt zu vermeiden"],"Automatically set the image Title":["Bild-Titel automatisch einstellen"],"Automatically set the image Alt text":["Bild-Alternativtext automatisch einstellen"],"Automatically set the image Alt text from target keywords":["Der Alt-Text des Bilds automatisch als die Target Keywords einstellen"],"Automatically set the image Caption":["Bild-Untertitel automatisch einstellen"],"Automatically set the image Description":["Bild-Beschreibung automatisch einstellen"],"Enable XML Image Sitemaps":["XML-Bilder-Sitemaps aktivieren"],"Enable XML Video Sitemaps":["XML-Video-Sitemaps aktivieren"],"Check to INCLUDE Post Types":["Aktivieren, um Inhaltstypen EINZUBEZIEHEN"],"Check to INCLUDE Taxonomies":["Aktivieren, um Taxonomien EINZUBEZIEHEN"],"Sort order":["Sortierreihenfolge"],"Order posts by":["Beiträge anordnen nach"],"Disable the display of the publication date":["Anzeige des Veröffentlichungsdatums deaktivieren"],"Remove links from archive pages":[""],"Person or organization":["Person oder Organisation"],"Contact type (only for Organizations)":["Kontaktart (nur für Organisationen)"],"Contact option (only for Organizations)":["Kontaktmöglichkeit (nur für Organisationen)"],"Twitter Username":["Twitter Benutzername"],"Enable Open Graph Data":["Open Graph Data aktivieren"],"Apply this image to all your og:image tag":["Dieses Bild auf all deine og:image-Tags anwenden"],"Define custom og:image tag for post type archive pages":["Individuelles og:image-Tag für Archivseiten von Beitragstypen definieren"],"Facebook Link Ownership ID":["Facebook Link Ownership ID"],"Facebook Admin ID":["Facebook Admin ID"],"Facebook App ID":["Facebook App ID"],"Enable Twitter Card":["Twitter-Card aktivieren"],"Use Open Graph if no Twitter Card is filled":["Nutzung von Open Graph, wenn keine Twitter-Card ausgefüllt ist"],"Image size for Twitter Summary card":["Bildgröße für Twitter-Übersichtskarte"],"Indicate paginated content to Google":["Zeige paginierten Inhalt bei Google an"],"noindex on paged archives":["noindex auf Archiven mit Seitenzahlen"],"noindex on attachment pages":[""],"Oxygen Builder compatibility":[""],"Divi Builder compatibility":[""],"WP Bakery Builder compatibility":[""],"Avia Layout Builder compatibility":[""],"Fusion Builder compatibility":[""],"Migration completed!":["Migration vollständig!"],"Export completed!":["Export abgeschlossen!"],"Import SEO settings":["SEO-Einstellungen importieren"],"Your site":["Deine Website"],"Indexing":["Indexierung"],"Advanced options":["Fortgeschrittene Optionen"],"Ready!":["Bereit!"],"SEOPress › Setup Wizard":["SEOPress › Einstellungs-Assistent"],"Not right now":["Nicht jetzt"],"Skip this step":["Diesen Schritt überspringen"],"The following wizard will help you configure SEOPress and get you started quickly.":["Der folgende Assistent wird dir bei der Konfiguration von SEOPress helfen, damit du schnell loslegen kannst."],"The first step is to import your previous settings from other plugins to keep your SEO.":["Der erste Schritt ist das Importieren deiner vorherigen Einstellungen von anderen Plugins, um dein SEO beizubehalten."],"No data to migrate? Click \"Next step\" button!":["Keine Daten zu Migrieren? Klicke den „Nächster Schritt“-Button!"],"Next step":["Nächster Schritt"],"To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ":["Um die Title-Tags und Knowledge Graph für Google zu erstellen, musst du die Felder unten ausfüllen, um die allgemeinen Einstellungen zu konfigurieren."],"eg: |":["Beispiel: Ich"],"This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates.":[""],"Home site title":[""],"eg: My super website":["Beispiel: Meine tolle Website"],"Choose a knowledge type":["Knowledge-Typ wählen"],"eg: My Company Name":["z. B: Name meines Unternehmens"],"eg: https://www.example.com/logo.png":["Beispiel: https://www.example.com/logo.png"],"Facebook page URL":["Facebook-Seiten-URL"],"Continue":["Weiter"],"Specify to the search engines what you want to be indexed or not.":["Gib für die Suchmaschinen an, was du indexieren willst oder nicht."],"Avoid indexing duplicate or poor quality content.":["Vermeide das Indexieren von doppeltem Inhalt oder Inhalt schlechter Qualität."],"Default: index":["Standard: index"],"For which single post types, should indexing be disabled?":["Für welche Einzelbeitrags-Typen soll die Indexierung deaktiviert sein?"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Dieses Beitragstyp nicht in Ergebnissen von Suchmaschinen anzeigen <strong>(noindex)</strong>"],"For which post type archives, should indexing be disabled?":["Für welche Beitragstypen-Archive soll die Indexierung deaktiviert sein?"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Archiv dieses Beitragstyps nicht in Ergebnissen von Suchmaschinen anzeigen <strong>(noindex)</strong>"],"For which taxonomy archives, should indexing be disabled?":["Für welche Beitragstypen-Archive soll die Indexierung deaktiviert sein?"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Archiv dieser Taxonomie nicht in Ergebnissen von Suchmaschinen anzeigen <strong>(noindex)</strong>"],"You only have one author on your site? Check this option to avoid duplicate content.":["Du hast nur einen Autoren auf deiner Website? Wähle diese Option, um doppelte Inhalte zu vermeiden."],"By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.":["Standardmäßig leitet SEOPress deine Anhang-Seiten auf den übergeordneten Beitrag um. Optimiere dies durch Umleitung des Benutzers direkt zur URL der Mediendatei."],"Choose which SEO columns to display in post types list:":[""],"Quickly know if a content is in noindex.":[""],"Quickly know if a content is in nofollow.":[""],"Quickly know if a content is optimized for search engines.":[""],"Monitor and analyse your top 1,000 Backlinks weekly.":[""],"Get SEOPress Insights":[""],"Your site is now ready for search engines!":["Deine Website ist nun für Suchmaschinen eingerichtet!"],"Welcome to SEOPress PRO!":["Willkommen bei SEOPress PRO!"],"Please activate your license to receive automatic updates and get premium support.":["Bitte aktiviere deine Lizenz, um automatische Aktualisierungen und Premium-Support zu erhalten."],"Activate License":["Lizenz aktivieren"],"Go PRO with SEOPress PRO!":["Werde ein Profi mit SEOPress PRO!"],"When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.":["Erhalte eine Menge zusätzlicher Funktionen durch ein Upgrade auf PRO, wie automatische und manuelle Schemata, Video-Sitemap, WooCommerce-Verbesserungen, Analytics-Statistiken auf deinem Dashboard, Brotkrumen, Umleitungen und mehr."],"Buy SEOPress PRO - $39 / unlimited sites":["Kaufe SEOPress PRO - $39 / Unbegrenzte Websites"],"Create your XML sitemaps":["Deine XML-Sitemaps erstellen"],"Build custom XML sitemaps to improve Google's crawling of your site.":["Erstelle individuelle XML-Sitemaps, um das Crawlen deiner Website von Google zu verbessern."],"Configure your XML sitemaps":["Deine XML-Sitemaps konfigurieren"],"Follow us:":["Folge uns:"],"Like our Facebook page":["Unsere Facebook-Seite liken"],"Join our Facebook Community group":["Tritt unserer Facebook-Community-Gruppe bei"],"Watch our guided tour videos to learn more about SEOPress":["Sieh dir unsere Anleitungsvideos an, um mehr über SEOPress zu erfahren"],"Read our blog posts about SEO concepts, tutorials and more":["Lies unseren Blogbeitrag über SEO-Konzepte, Anleitungen und mehr"],"Follow us on Twitter":["Folge uns auf Twitter"],"The off side of SEOPress":["Die andere Seite von SEOPress"],"You can also:":["Du kannst auch:"],"Visit Dashboard":["Dashboard besuchen"],"Review Settings":["Einstellungen prüfen"],"Knowledge base":["Wissensdatenbank"],"WARNING":["WARNUNG"],"Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO.":["Ändere deine Permalinkstruktur NICHT auf einer Website im laufenden Betrieb. Das Ändern der URLs kann dein SEO stark beschädigen."],"URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).":["URL-Weiterleitung ist auf deiner Website NICHT aktiviert. Wähle eine für SEO optimierte Permalinkstruktur aus (NICHT Einfach)."],"Enable noindex":["Aktiviert noindex"],"Enable index":["Aktiviert index"],"Enable nofollow":["Aktiviert nofollow"],"Enable follow":["Aktiviert follow"],"Enable redirection":["Weiterleitung aktivieren"],"Disable redirection":["Weiterleitung deaktivieren"],"Title tag":["Titel-Tag"],"Canonical":["Kanonische URL (Canonical)"],"The description is not prominent by default; however, some themes may show it.":["Die Beschreibung ist standardmäßig nicht hervorgehoben, kann aber bei einigen Themes angezeigt werden."],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>":[""],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.":["Mit dem Besuch unserer Website erklärst du dich einverstanden mit unserer Datenschutzerklärung bezüglich Cookies, Tracking-Statistiken etc."],"X":["X"],"Manage cookies":[""],"Authors":["Autoren"],"Categories":["Kategorien"],"Tags":["Schlagwörter"],"Post types":["Inhaltstypen"],"Connected users":["Verbundene Benutzer"],"Please upload a valid .json file":["Bitte lade eine gültige .json-Datei hoch"],"Please upload a file to import":["Bitte lade eine Datei für den Import hoch"],"Please upload a valid .csv file":["Bitte lade eine gültige .csv-Datei hoch"],"Please choose a separator":["Bitte ein Trennzeichen auswählen"],"Invalid separator":[""],"Please upload a valid .txt file":[""],"XML Sitemaps":["XML-Sitemaps"],"This XML Sitemap Index file contains %s sitemaps.":["Diese XML-Sitemap-Index-Datei beinhaltet %s sitemaps."],"This XML Sitemap contains %s URL(s).":["Diese XML-Sitemap beinhaltet %s URL(s)."],"Last update":["Letzte Aktualisierung"],"Page %d of %2$d":["Seite %d von %2$d"],"Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below.":[""],"has been successfully updated!":["wurde erfolgreich aktualisiert!"],"Clear":[""],"Clear color":[""],"Select default color":[""],"Select Color":[""],"Color value":[""],"Docs":["Dokumentation"],"Configuration Wizard":["Konfigurations-Assistent"],"GO PRO!":["GO PRO!"],"Meta Desc.":["Meta-Beschreibg."],"Redirect?":["Weiterleitung?"],"Target Kw":["Suchbegriff"],"noindex?":[""],"nofollow?":[""],"Score":["Punktzahl"],"Words":["Wörter"],"Page Speed":["Page Speed"],"Analyze this page with Google Page Speed":["Diese Seite mit Google Page Speed analysieren"],"Good":["Gut"],"Should be improved":["Sollte verbessert werden"],"Insights from these keywords:":[""],"Average position: ":[""],"Latest position: ":[""],"404 - Page not found":["404 - Seite nicht gefunden"],"Structured data types":["Strukturierte Datentypen"],"Keywords density":["Keyworddichte"],"Keywords in permalink":["Keywords in Permalink"],"Headings":["Überschriften"],"Social meta tags":["Soziale-Meta-Tags"],"Meta robots":["Meta robots"],"Alternative texts of images":["Alternative Texte von Bildern"],"NoFollow Links":["NoFollow Verlinkungen"],"Outbound Links":["Ausgehende Links"],"Inbound Links":[""],"Do not display this page in search engine results / XML - HTML sitemaps (noindex)":["Diese Seite nicht in Suchmaschinen-Ergebnissen/XML- HTML-Sitemaps anzeigen (noindex)"],"Do not follow links for this page (nofollow)":["Links von dieser Seite nicht folgen (nofollow)"],"Do not use Open Directory project metadata for titles or excerpts for this page (noodp)":["Open-Directory-Projekt-Metadaten für Titel oder Auszüge dieser Seite nicht benutzen (noodp)"],"Do not display a \"Cached\" link in the Google search results (noarchive)":["In Suchergebnissen von Google keinen „Im Cache“-Link anzeigen (noarchive)"],"Do not display a description in search results for this page (nosnippet)":["Für diese Seite keine Beschreibung in Suchergebnissen anzeigen (nosnippet)"],"Do not index images for this page (noimageindex)":["Bilder auf dieser Seite nicht indexieren (noimageindex)"],"Monday":[""],"Tuesday":[""],"Wednesday":[""],"Thursday":[""],"Friday":[""],"Saturday":[""],"Sunday":[""],"duplicated schema - x":["Doppeltes Schema - x"],"x":[""],"%s was found %d times in your content, a keyword density of %s%%":["%s wurde %d Mal in deinem Inhalt gefunden, eine Keyworddichte von %s%%"],"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>.":["Erfahre mehr über <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">Keyword Stuffing</a>."],"H1 (Heading 1)":["H1 (Überschrift 1)"],"Target keywords were found in Heading 1 (H1).":["Ziel-Schlüsselwörter wurden in Heading 1 (H1) gefunden."],"%s was found %d times.":["%s wurde %d mal gefunden."],"We found %d Heading 1 (H1) in your content.":["Wir haben %d mal eine Überschrift 1 (H1) in deinem Inhalt gefunden."],"You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:":["Du solltest nicht mehr als eine H1-Überschrift in deinem Beitrags-Inhalt haben. Die Regel ist einfach: Nur eine H1 für jede Webseite. Das ist besser für SEO und Barrierefreiheit. Unten die Liste:"],"No Heading 1 (H1) found in your content. This is required for both SEO and Accessibility!":[""],"None of your target keywords were found in Heading 1 (H1).":[""],"H2 (Heading 2)":["H2 (Überschrift 2)"],"Target keywords were found in Heading 2 (H2).":["Deine Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."],"None of your target keywords were found in Heading 2 (H2).":["Keine deiner Suchbegriffe wurden in der Überschrift 2 (H2) gefunden."],"H3 (Heading 3)":["H3 (Überschrift 3)"],"Target keywords were found in Heading 3 (H3).":["Deine Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."],"None of your target keywords were found in Heading 3 (H3).":["Keine deiner Suchbegriffe wurden in der Überschrift 3 (H3) gefunden."],"None of your target keywords were found in the Meta Title.":["Keines deiner Suchbegriffe wurde in dem Meta-Titel gefunden."],"Your custom title is too long.":["Dein individueller Titel ist zu lang."],"The length of your title is correct":["Die Länge deines Titels ist korrekt"],"None of your target keywords were found in the Meta description.":["Keine deiner Suchbegriffe wurde in der Meta-Beschreibung gefunden."],"You custom meta description is too long.":["Deine Meta-Beschreibung ist zu lang."],"The length of your meta description is correct":["Die Länge deiner Meta-Beschreibung ist korrekt"],"Open Graph Title":["Open-Graph-Titel"],"We found %d og:title in your content.":["Wir haben %d og:title in deinem Inhalt gefunden."],"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:":["Du solltest nicht mehr als ein og:title in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Faebook wird das letzte og:title-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Open Graph Title tag is empty!":[""],"We found an Open Graph Title tag in your source code.":["Wir haben ein Open-Graph-Titel-Tag in deinem Quellcode gefunden."],"Your Open Graph Title is missing!":["Dein Open-Graph-Titel fehlt!"],"Open Graph Description":["Open-Graph-Beschreibung"],"We found %d og:description in your content.":["Wir haben %d og:description in deinem Inhalt gefunen."],"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:":["Du solltest nicht mehr als ein og:description in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Faebook wird das letzte og:description-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Open Graph Description tag is empty!":[""],"We found an Open Graph Description tag in your source code.":["Wir haben ein Open-Graph-Tag in deinem Quellcode gefunden."],"Your Open Graph Description is missing!":["Deine Open-Graph-Beschreibung fehlt!"],"Open Graph Image":["Open-Graph-Bild"],"We found %d og:image in your content.":["Wir haben %d og:image in deinem Inhalt gefunden."],"Your Open Graph Image tag is empty!":[""],"Your Open Graph Image is missing!":["Dein Open-Graph-Bild fehlt!"],"Open Graph URL":["Open-Graph-URL"],"We found %d og:url in your content.":["Wir haben %d og:url in deinem Inhalt gefunden."],"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:":["Du solltest nicht mehr als ein og:url in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Faebook wird das letzte og:url-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Open Graph URL tag is empty!":[""],"We found an Open Graph URL tag in your source code.":["Wir haben ein Open-Graph-URL-Tag in deinem Quellcode gefunden."],"Your Open Graph URL is missing!":["Deine Open-Graph-URL fehlt!"],"Open Graph Site Name":["Open-Graph-Website-Name"],"We found %d og:site_name in your content.":["Wir haben %d og:site_name in deinem Inhalt gefunden."],"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:":["Du solltest nicht mehr als ein og:site_name in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Faebook wird das letzte og:site_name-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Open Graph Site Name tag is empty!":[""],"We found an Open Graph Site Name tag in your source code.":["Wir haben ein Open-Graph-Site-Name-Tag in deinem Quellcode gefunden."],"Your Open Graph Site Name is missing!":["Dein Open-Graph-Site-Name fehlt!"],"We found %d twitter:title in your content.":["Wir haben %d twitter:title in deinem Inhalt gefunden."],"You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:":["Du solltest nicht mehr als ein twitter:title in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Twitter wird das letzte twitter:title-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Twitter Title tag is empty!":[""],"We found a Twitter Title tag in your source code.":["Wir haben ein Twitter-Titel-Tag in deinem Quellcode gefunden."],"Your Twitter Title is missing!":["Dein Twitter-Titel fehlt!"],"Twitter Description":["Twitter-Beschreibung"],"We found %d twitter:description in your content.":["Wir haben %d twitter:description in deinem Inhalt gefunden."],"You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:":["Du solltest nicht mehr als ein twitter:description in deinem Beitragsinhalt verwenden, um Konflikte beim Teilen auf sozialen Plattformen zu vermeiden. Twitter wird das letzte twitter:description-Tag aus deinem Quellcode verwenden. Unten, die Liste:"],"Your Twitter Description tag is empty!":[""],"We found a Twitter Description tag in your source code.":["Wir haben ein Twitter-Beschreibungs-Tag in deinem Quellcode gefunden."],"Your Twitter Description is missing!":["Deine Twitter-Beschreibung fehlt!"],"Twitter Image":["Twitter-Bild"],"We found %d twitter:image in your content.":["Wir haben %d twitter:image in deinem Inhalt gefunden."],"Your Twitter Image tag is empty!":[""],"Your Twitter Image is missing!":["Dein Twitter-Bild fehlt!"],"We found %s meta robots in your page. There is probably something wrong with your theme!":["Wir haben %s meta robots für deine Seiten gefunden. Vermutlich stimmt etwas mit deinem Theme nicht!"],"We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:":["Wir haben %d Verlinkungen mit nofollow Attribut auf deiner Seite gefunden. Verwende das nofollow-Attribut in Verlinkungen nicht übermäßig oft. Wie folgt, die Auflistung:"],"This page doesn't have any nofollow links.":["Diese Seite hat keine nofollow Verlinkungen."],"We found %s outbound links in your page. Below, the list:":["Wir haben %s ausgehende Links auf deiner Seite gefunden. Siehe Liste unten:"],"We found %s inbound links to this page.":[""],"edit %s":[""],"We found %s canonical URL in your source code. Below, the list:":[""],"You must fix this. Canonical URL duplication is bad for SEO.":[""],"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots":["<strong>Sollte verbessert werden:</strong> rote oder orange Punkte <br> <strong>Gut:</strong> gelbe oder grüne Punkte"],"Expand":["Einblenden"],"Close":["Schließen"],"Check a user role to authorized it to edit a specific SEO page.":[""],"Author First Name":[""],"Custom fields (replace your_custom_field_name by the name of your custom field)":[""],"Product Date On Sale To":[""],"Product Price With Taxes":[""],"Product SKU":[""]}}}
|
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"el_GR"},"Title":["Τίτλος"],"Enter your title":["Εισάγετε τον τίτλο σας"],"pixels":[""],"Description":["Περιγραφή"],"Save":[""],"Google Snippet Preview":["Προεπισκόπηση Google Snippet"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["Αυτή είναι η εμφάνιση της σελίδας σας στα αποτελέσματα αναζήτησης Google. Πρέπει να δημοσιεύσετε το άρθρο σας για να λάβετε την προεπισκόπηση Snippet Google."],"Mobile Preview":["Προεπισκόπηση Κινητού"],"Titles & Metas":["Τίτλοι & Μέτα"],"Social":["Μέσα Κοινωνικής Δικτύωσης"],"Advanced":["Προηγμένες"],"Redirection":["Ανακατεύθυνση"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":["Δεν μπορείτε να αποεπιλέξετε μια παράμετρο; Αυτό είναι φυσιολογικό και πιθανότατα ορίζεται στις <a href=\"%s\">καθολικές ρυθμίσεις του πρόσθετου.</a>"],"Your settings have been saved.":[""],"Meta robots settings":[""],"Get suggestions!":["Λάβετε προτάσεις!"],"Facebook Preview":["Προεπισκόπηση Facebook"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["Έτσι θα φαίνεται η ανάρτησή σας στο Facebook. Θα πρέπει να δημοσιεύσετε το άρθρο σας για να ενεργοποιηθεί η Προεπισκόπηση Facebook."],"The closer to 1.91 the better.":["Όσο πιο κοντά στο 1.91 τόσο το καλύτερο."],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["Το ελάχιστο μέγεθος για το Facebook είναι <strong>200x200px</strong>. Παρακαλώ επιλέξετε άλλη εικόνα."],"File type not supported by Facebook. Please choose another image.":["Αυτό το είδος αρχείου δεν υποστηρίζεται από το Facebook. Παρακαλώ επιλέξτε άλλη εικόνα."],"File error. Please choose another image.":["Σφάλμα αρχείου. Παρακαλώ επιλέξετε άλλη εικόνα."],"Twitter Preview":["Προεπισκόπηση Twitter"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["Έτσι θα φαίνεται η ανάρτησή σας στο Twitter. Θα πρέπει να δημοσιεύσετε το άρθρο σας για να ενεργοποιηθεί η Προεπισκόπηση Twitter."],"The closer to 1 the better (with large card, 2 is better).":["Όσο πιο κοντά στο 1 τόσο το καλύτερο (για μεγάλη κάτα, το 2 είναι καλύτερο)."],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["Το ελάχιστο μέγεθος για το Twitter είναι <strong>144x144px</strong>. Παρακαλώ επιλέξτε άλλη εικόνα."],"File type not supported by Twitter. Please choose another image.":["Αυτό το είδος αρχείου δεν υποστηρίζεται από το Twitter. Παρακαλώ επιλέξτε άλλη εικόνα."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":[""],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":[""],"This page doesn't have any canonical URL.":[""],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["Δεν μπορέσαμε να βρούμε καμία εικόνα στο περιεχόμενό σας. Περιεχόμενα με πολυμέσα επιδρούν θετικά στο SEO σας."],"All alternative tags are filled in. Good work!":["Όλες οι εναλλακτικές ετικέτες συμπληρώθηκαν. Καλή δουλειά!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["Δεν έχει οριστεί εναλλακτικό κείμενο για αυτές τις εικόνες. Οι ετικέτες εναλλακτικού κειμένου είναι σημαντικές τόσο για το SEO όσο και για την προσβασιμότητα. Επεξεργαστείτε τις εικόνες σας χρησιμοποιώντας τη βιβλιοθήκη πολυμέσων ή τον αγαπημένο σας δημιουργό σελίδων και συμπληρώστε τα πεδία εναλλακτικών κειμένων."],"Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors.":[""],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":[""],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["Δεν μπορέσαμε να υπολογίσουμε την πυκνότητα των λέξεων-κλειδιών σας. Πιθανότατα δεν έχετε προσθέσει περιεχόμενο ή οι στοχευμένες λέξεις-κλειδιά σας δεν βρέθηκαν στο περιεχόμενο της ανάρτησής σας."],"This is your homepage. This check doesn't apply here because there is no slug.":["Αυτή είναι η αρχική σας σελίδα. Αυτός ο έλεγχος δεν εφαρμόζεται εδώ επειδή δεν υπάρχει slug."],"You should add one of your target keyword in your permalink.":["Καλό είναι να συμπεριλάβετε μια στοχευμένη λέξη-κλειδί στο μόνιμο σύνδεσμο."],"Cool, one of your target keyword is used in your permalink.":["Τέλεια, μία από τις στοχευμένες λέξεις-κλειδιά χρησιμοποιείται στο μόνιμο σύνδεσμο."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["Δεν έχει οριστεί μετα-περιγραφή για αυτό το άρθρο. Αν είστε εντάξει με τη γενική μετα-περιγραφή, μπορείτε να αγνοήσετε αυτήν την πρόταση."],"Target keywords were found in the Meta description.":["Βρέθηκαν λέξεις-κλειδιά στη μετα-περιγραφή."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["Δεν βρέθηκαν μετα-ρομπότ για αυτή τη σελίδα. Αυτό σημαίνει ότι η σελίδα σας θα ευρετηριοποιηθεί και οι σύνδεσμοι θα ακολουθούνται από τις μηχανές αναζήτησης."],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["Δεν έχει οριστεί μετα-τίτλος για αυτό το άρθρο. Αν είστε εντάξει με το γενικό μετα-τίτλο, μπορείτε να αγνοήσετε αυτήν την πρόταση."],"Target keywords were found in the Meta Title.":["Βρέθηκαν λέξεις-κλειδιά στο μετα-τίτλο."],"This post is a little old!":["Αυτό το άρθρο είναι λίγο παλιό!"],"The last modified date of this article is less than 1 year. Cool!":["Η τελευταία ημερομηνία τροποποίησης αυτού του άρθρου είναι μικρότερη από 1 έτος. Τέλεια!"],"Last modified date":["Τελευταία Ημερομηνία Τροποποίσης"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":["Το Διαδίκτυο βασίζεται στην αρχή της υπερ-σύνδεσης. Επομένως, είναι απολύτως φυσιολογικό να δημιουργείτε συνδέσμους μεταξύ διαφορετικών ιστότοπων. Ωστόσο, αποφύγετε τη δημιουργία συνδέσμων σε ιστότοπους χαμηλής ποιότητας, SPAM ... Εάν δεν είστε σίγουροι για την ποιότητα ενός ιστότοπου, προσθέστε το χαρακτηριστικό \"nofollow \" στον σύνδεσμό σας."],"This page doesn't have any outbound links.":["Αυτή η σελίδα δεν έχει εξερχόμενους συνδέσμους."],"No schemas found in the source code of this page.":["Δεν βρέθηκε schema στον πηγαίο κώδικα αυτής της σελίδας."],"We found these schemas in the source code of this page:":["Βρήκαμε αυτά τα schemas στον πηγαίο κώδικα της σελίδας:"],"URL":[""],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["Δεν υπάρχει περιεχόμενο; Προσθέστε μερικές παραγράφους!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["Η καταμέτρηση των λέξεων δεν είναι άμεσος παράγοντας κατάταξης. Αλλά, το περιεχόμενο σας πρέπει να είναι όσο πιο ποιοτικό γίνεται, με σχετικές και μοναδικές πληροφορίες. Για να εκπληρώσετε αυτές τις προϋποθέσεις, το άρθρο σας απαιτεί έναν ελάχιστο αριθμό παραγράφων, άρα και λέξεων."],"words found.":["λέξεις βρέθηκαν."],"unique words found.":["μοναδικές λέξεις βρέθηκαν."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Το περιεχόμενό σας αποτελείται από περισσότερες από 300 λέξεις, το οποίο είναι το ελάχιστο για ένα άρθρο."],"Your content is too short. Add a few more paragraphs!":["Το περιεχόμενό σας στερείται λέξεων. Προσθέστε μερικές ακόμη παραγράφους!"],"Words counter":["Μετρητής Λέξεων"],"noindex is on!":["Το noindex είναι ενεργοποιημένο!"],"SEO for \"%s\"":["SEO για το \"%s\""],"noindex is off.":["Το noindex είναι απενεργοποιημένο."],"nofollow is on!":["Το nofollow είναι ενεργοποιημένο!"],"nofollow is off.":["Το nofollow είναι απενεργοποιημένο."],"XML / HTML Sitemap":["XML / HTML Χάρτης Ιστοτόπου"],"Social Networks":["Μέσα Κοινωνικής Δικτύωσης"],"Analytics":["Analytics"],"Insights":["Insights"],"Tools":["Εργαλεία"],"BOT":["BOT"],"License":["Άδεια χρήσης"],"PRO":["PRO"],"Schemas":["Schemas"],"Redirections":["Ανακατευθύνσεις"],"Broken Links":["Broken Links"],"Configuration wizard":["Οδηγός Εγκατάστασης"],"Home":["Αρχική"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Τίτλος Ιστοτόπου"],"Tagline":["Υπότιτλος"],"Post Title":["Τίτλος άρθρου"],"Post excerpt":["Απόσπασμα άρθρου"],"Post content / product description":["Περιεχόμενο άρθρου / περιγραφή προϊόντος"],"Post thumbnail URL":["Μικρογραφία URL άρθρου"],"Post URL":["URL άρθρου"],"Post date":["Ημερομηνία άρθρου"],"Post modified date":["Τροποποιημένη ημερομηνία άρθρου"],"Post author":["Συντάκτης άρθρου"],"Post category":["Κατηγορία άρθρου"],"Post tag":["Ετικέτα άρθρου"],"Category title":["Τίτλος κατηγορίας"],"Category description":["Περιγραφή κατηγορίας"],"Tag title":["Μετα-τίτλος"],"Tag description":["Ετικέτα περιγραφής"],"Term title":["Τίτλος όρου"],"Term description":["Περιγραφή όρου"],"Search keywords":["Αναζήτηση λέξεων-κλειδιών"],"Current number page":["Αριθμός τρέχουσας σελίδας "],"Page number with context":["Αριθμός σελίδας με περιεχόμενο"],"Plural Post Type Archive name":["Πληθυντικός ονόματος αρχείου τύπων άρθρου"],"Archive title":["Τίτλος ιστορικού"],"Archive date":["Ημερομηνία αρχείου"],"Day Archive date":["Ημέρα Ιστορικού Ημερομηνίας"],"Month Archive title":["Τίτλος Μήνα Ιστορικού"],"Year Archive title":["Τίτλος Έτους Ιστορικού"],"Custom fields from post, page or post type":["Προσαρμοσμένα πεδία από άρθρα, σελίδας ή τύπους άρθρων"],"Custom term taxonomy from post, page or post type":["Προσαρμοσμένος όρος κατηγορίας από άρθρο, σελίδα ή τύπο άρθρου"],"Single product category":["Κατηγορία προϊόντος"],"Single product tag":["Ετικέτα προϊόντος"],"Single product short description":["Σύντομη περιγραφή προϊόντος"],"Single product price":["Τιμή ενός προϊόντος"],"Single product price taxes excluded":["Εξαιρούνται οι φόροι ενός προϊόντος"],"Single SKU product":["SKU ενός προϊόντος"],"Current day":["Τρέχων ημέρα"],"Current month":["Τρέχων μήνας"],"Current month in 3 letters":["Τρέχων μήνας με 3 γράμματα"],"Current year":["Τρέχων έτος"],"Current date":["Τρέχουσα ημερομηνία"],"Current time":["Τρέχουσα ώρα"],"Author first name":[""],"Author last name":[""],"Author website":[""],"Author nickname":[""],"Author biography":["Βιογραφικό συντάκτη"],"Author user meta":[""],"Current month in digital format":["Τρέχων μήνας σε ψηφιακή μορφή"],"Target keyword":[""],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Διαχειριστείτε όλους τους τίτλους & τα μέτα σας για τύπους άρθρων, κατηγορίες, αρχεία..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter Card, Google Knowledge Graph και πολλά άλλα ..."],"Track everything about your visitors with Google Analytics / Matomo":["Παρακολουθήστε τα πάντα για τους επισκέπτες σας με το Google Analytics / Matomo"],"Advanced SEO options for advanced users!":["Προηγμένες επιλογές SEO για προχωρημένους χρήστες!"],"Track your keyword positions and backlinks directly in your WordPress.":["Παρακολουθήστε τις θέσεις των λέξεων-κλειδιών και των backlinks απευθείας από το WordPress."],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Βελτιώστε το WooCommerce SEO"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Βελτιώστε το SEO του Easy Digital Downloads"],"Local Business":["Τοπική Επιχείρηση"],"Add Google Local Business data type":["Προσθέστε τον τύπο δεδομένων Google Local Business"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Προσθέστε μετα-ετικέτες Dublin Core"],"Structured Data Types":["Structured Data Types"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Προσθέστε τύπους δεδομένων στο περιεχόμενό σας: άρθρα, μαθήματα, συνταγές, βίντεο, εκδηλώσεις προϊόντα και άλλα"],"Breadcrumbs":["Breadcrumbs"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Ενεργοποιήστε τα breadcrumbs για το θέμα σας και βελτιώστε το SEO σας για τα SERPs"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Παρακολουθήστε την απόδοση του ιστότοπού σας για τη βελτίωση του SEO με το Google Page Speed"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Επεξεργαστείτε το αρχείο robots.txt"],"Google News Sitemap":["Χάρτης ιστοτόπου ειδήσεων Google"],"Optimize your site for Google News":["Βελτιστοποιήστε τον ιστότοπό σας για τις Ειδήσεις Google"],"Create / manage your schemas":["Δημιουργήστε / Διαχειριστείτε τα schemas σας"],"Monitor 404, create 301, 302 and 307 redirections":["Παρακολουθήστε τα 404, δημιουργήστε ανακατευθύνσεις 301, 302 και 307"],"Broken links":["Broken links"],"Scan your site to find SEO problems.":["Σαρώστε τον ιστότοπό σας για να βρείτε προβλήματα SEO."],"URL Rewriting":["Επανεγγραφή διεύθυνσης URL"],"Customize your permalinks.":["Προσαρμόστε τους μόνιμους συνδέσμους σας."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Επεξεργαστείτε το αρχείο htaccess."],"RSS":["RSS"],"Configure default WordPress RSS.":["Ρυθμίστε την προεπιλογή του WordPress RSS."],"Import/Export plugin settings from site to site.":["Εισαγωγή/εξαγωγή ρυθμίσεων SEOPress από ιστοσελίδα σε ιστοσελίδα."],"Edit your license key.":["Επεξεργαστείτε το κλειδί της άδειας χρήσης σας."],"Image SEO":[""],"Appearance":["Εμφάνιση"],"Security":["Ασφάλεια"],"General":["Γενικά"],"Tracking":["Καταγραφή"],"Ecommerce":["Ηλεκτρονικό Εμπόριο"],"Events":["Συμβάντα"],"Custom Dimensions":["Προσαρμοσμένες Ιδιότητες"],"Stats in Dashboard":["Στατιστικά στον Πίνακα Eλέγχου"],"Cookie bar / GDPR":["Γραμμή cookie / GDPR"],"Matomo":["Matomo"],"Post Types":["Τύπος άρθρων"],"Taxonomies":["Κατηγορίες"],"HTML Sitemap":["Χάρτης ιστοτόπου HTML"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Οι λογαριασμοί σας στα μέσα κοινωνικής δικτύωσης"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (κάρτα Twitter)"],"Archives":["Αρχεία"],"Compatibility Center":[""],"Data":["Δεδομένα"],"Settings":["Ρυθμίσεις"],"Plugins":["Πρόσθετα"],"Reset":["Επαναφορά"],"Import data from a CSV":["Εισαγωγή δεδομένων από αρχείο CSV"],"Meta title":["Μετα-τίτλος"],"Meta description":["Μετα-περιγραφή"],"Meta robots (noindex, nofollow...)":["Μετα-ρομπότ (noindex, nofollow...)"],"Facebook Open Graph tags (title, description, image)":["Ετικέτες Open Graph του Facebook (τίτλος, περιγραφή, εικόνα)"],"Twitter cards tags (title, description, image)":["Ετικέτες καρτών του Twitter (τίτλος, περιγραφή, εικόνα)"],"Redirection (enable, type, URL)":["Ανακατεύθυνση (ενεργοποίηση, τύπος, URL)"],"Primary category":["Κύρια κατηγορία"],"Canonical URL":["Κανονική διεύθυνση URL"],"Target keywords":["Στοχευμένες λέξεις-κλειδιά"],"Run the importer":["Εκκίνηση του εισαγωγέα"],"Export metadata to a CSV":["Εξάγετε μετα-δεδομένα σε ένα αρχείο CSV"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":["Εξαγωγή του άρθρου (άρθρο, σελίδα, μοναδικού τύπου άρθρο) και των μετα-δεδομένων για αυτόν τον ιστότοπο ως ένα αρχείο .csv."],"Export":["Εξαγωγή"],"Export plugin settings":["Εξαγωγή ρυθμίσεων προσθέτου"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Εξαγωγή των ρυθμίσεων του πρόσθετου για αυτόν τον ιστότοπο ως αρχείο .json. Αυτό σας επιτρέπει να εισαγάγετε εύκολα τη διαμόρφωση σε έναν άλλο ιστότοπο."],"Import plugin settings":["Εισαγωγή ρυθμίσεων προσθέτου"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Εισαγάγετε τις ρυθμίσεις του πρόσθετου από αρχείο .json. Αυτό το αρχείο μπορεί να ληφθεί εξάγοντας τις ρυθμίσεις σε έναν άλλο ιστότοπο χρησιμοποιώντας την παραπάνω φόρμα."],"Import":["Εισαγωγή"],"Import completed!":["Η εισαγωγή ολοκληρώθηκε!"],"Import posts and terms metadata from":["Εισάγετε μετα-δεδομένα για τα άρθρα από το"],"Select an option":["Ορίστε μια επιλογή"],"You don't have to enable the selected SEO plugin to run the import.":[""],"Activate Redirections":["Ενεργοποίηση Ανακατευθύνσεων"],"Reset All Notices From Notifications Center":["Επαναφορά όλων των ειδοποιήσεων από το Kέντρο Eιδοποιήσεων"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["Κάνοντας κλικ στην επιλογή Επαναφορά Ειδοποιήσεων, όλες οι ειδοποιήσεις στο Κέντρο Ειδοποιήσεων θα ρυθμιστούν στην αρχική τους κατάσταση."],"Reset notices":["Επαναφορά ειδοποιήσεων"],"Reset All Settings":["Επαναφορά όλων των ρυθμίσεων"],"Reset settings":["Επαναφορά ρυθμίσεων"],"Click to disable this feature":["Κάντε κλικ για να απενεργοποιήσετε αυτήν τη δυνατότητα"],"Click to enable this feature":["Κάντε κλικ για να ενεργοποιήσετε αυτήν τη δυνατότητα"],"SEOPress Option Page":[""],"Dashboard":["Πίνακας Ελέγχου"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["Μια ανακατεύθυνση είναι ενεργή για αυτό το URL. Απενεργοποιήστε την για να έχετε την Προεπισκόπηση Google και την Ανάλυση Περιεχομένου."],"To get your Google snippet preview, publish your post!":["Για να δείτε την προεπισκόπηση του Google snippet, δημοσιεύστε το άρθρο σας!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["Πως να ξεκινήσετε"],"Welcome to SEOPress!":["Καλώς ήλθατε στο SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Εκκινήστε τον οδηγό εγκατάστασης για να διαμορφώσετε γρήγορα και εύκολα τις βασικές ρυθμίσεις SEO για τον ιστότοπό σας. Περιηγηθείτε στους οδηγούς βίντεο για να προχωρήσετε περαιτέρω. Δεν μπορείτε να βρείτε τις απαντήσεις στις ερωτήσεις σας; Ανοίξτε ένα ticket από την περιοχή πελατών σας. Ένας προγραμματιστής θα χαρεί να σας βοηθήσει."],"Get started":["Ξεκινήστε"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["Εργαλεία SEO"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Bounce rate":[""],"Check websites setup on your server":["Ελέγξτε τη ρύθμιση ιστοσελίδων στον server σας"],"Not found":["Δεν βρέθηκε"],"No scrape.":["Απενεργοποίηση λειτουργίας scrape."],"No domain found.":["Δεν βρέθηκε domain."],"Server IP Address: ":["Διεύθυνση IP του server: "],"Last scrape: ":["Τελευταία επεξεργασία: "],"Number of websites on your server: ":["Αριθμός ιστότοπων στον server σας:"],"Get list":["Λάβετε τη λίστα"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"Learn more about %s in a new tab":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["Ρυθμίστε το SEOPress σε μερικά λεπτά με τον οδηγό εγκατάστασής μας!"],"The best way to quickly setup SEOPress on your site.":["Ο καλύτερος τρόπος για να ρυθμίσετε γρήγορα το SEOPress για τον ιστότοπό σας."],"Wizard":["Οδηγός Εγκατάστασης"],"Start the wizard":["Εκκίνηση του Οδηγού Εγκατάστασης"],"Configure SEOPress Insights in a few minutes with our installation wizard":["Ρυθμίστε το SEOPress Insights σε μερικά λεπτά με τον οδηγό εγκατάστασής μας"],"Track your keywords positions and backlinks directly on your WordPress site.":["Παρακολουθήστε τις θέσεις των λέξεων-κλειδιών και των backlinks απευθείας από τον WordPress ιστότοπό σας."],"We noticed that some SEO DIVI options are enabled!":["Παρατηρήσαμε ότι μερικές επιλογές SEO του DIVI είναι ενεργοποιημένες!"],"High impact":["Υψηλή επιρροή"],"Fix this!":["Διορθώστε το!"],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Για να αποφύγετε προβλήματα με το SEO, προτείνουμε να ενεργοποιήσετε την επιλογή \"<strong>Απενεργοποίηση της κατακόρυφης καθέτου για τα μέτα</strong>\" από τη σελίδα <strong>Προηγμένες ρυθμίσεις</strong>. Μην ξεχάσετε να καθαρίσετε την cache εάν είναι απαραίτητο."],"Your permalinks have a trailingslash":["Οι μόνιμοι σύνδεσμοί σας έχουν κατακόρυφη κάθετο"],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Για να αποφύγετε προβλήματα με το SEO, προτείνουμε να απενεργοποιήσετε την επιλογή \"<strong>Απενεργοποίηση της κατακόρυφης καθέτου για τα μέτα</strong>\" από τη σελίδα <strong>Προηγμένες ρυθμίσεις</strong>. Μην ξεχάσετε να καθαρίσετε την cache εάν είναι απαραίτητο."],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":["Το πρόσθετο TagDiv Composer δεν χρησιμοποιεί <strong>add_theme_support('title-tag');</strong>"],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":["Φτιάξτε αυτό το πρόβλήμα συμβατότητας για να επιτρέψετε στο SEOPress να παράγει τους σωστού μετα-τίτλους."],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Το θέμα σας δεν χρησιμοποιεί το <strong>add_theme_support('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["Αυτό το σφάλμα δείχνει ότι το θέμα σας χρησιμοποιεί μια καταργημένη συνάρτηση για τη δημιουργία της ετικέτας τίτλου των σελίδων σας. Το SEOPress δεν θα μπορεί να δημιουργήσει τις προσαρμοσμένες ετικέτες τίτλου σας εάν αυτό το σφάλμα δεν επιδιορθωθεί."],"Learn more":["Μάθετε περισσότερα"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["Παρατηρήσαμε ότι χρησιμοποιείτε το πρόσθετο <strong>%s</strong>."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["Θέλετε να μετεγκαταστήσετε όλα τα μετα-δεδομένα σας στο SEOPress; Μην χρησιμοποιείτε πολλαπλά πρόσθετα SEO για να αποφύγετε τυχόν συγκρούσεις!"],"Migrate!":["Μετεγκατάσταση!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["Έχετε ενεργοποιημένο τον καθαρισμό 404 ΑΛΛΆ η προγραμματισμένη διαδικασία δεν τρέχει."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["Για να το επιλύσετε, παρακαλώ απενεργοποιήστε και επανενεργοποιήστε το SEOPress PRO. Δεν θα χαθούν δεδομένα."],"Enfold theme is not correctly setup for SEO!":["Το θέμα Enfold δεν έχει ρυθμιστεί σωστά για SEO!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["Πρέπει να απενεργοποιήσετε την επιλογή \"Meta tag robots\" από τις ρυθμίσεις του Enfold (καρτέλα SEO Support) για να αποφύγετε τυχόν προβλήματα."],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["Ο ιστότοπός σας δεν χρησιμοποιεί πιστοποιητικό SSL!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Το HTTPS θεωρείται από τη Google ως θετικό παράγοντας για την κατάταξη του ιστότοπού σας. Επίσης, καθησυχάζει τους επισκέπτες σας για την ασφάλεια των δεδομένων και βελτιώνει την εμπιστοσύνη."],"Low impact":["Χαμηλή επιρροή"],"Buy an SSL!":["Αγοράστε SSL!"],"PHP module \"DOM\" is missing on your server.":["Το PHP module \"DOM\" λείπει από τον server σας."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["Αυτό το PHP module, εγκατεστημένο από προεπιλογή με την PHP, απαιτείται από πολλά πρόσθετα, συμπεριλαμβανομένου του SEOPress. Επικοινωνήστε με την εταιρεία hosting σας το συντομότερο δυνατό για να το λύσετε."],"Your site is not visible to Search Engines!":["Ο ιστότοπός σας δεν είναι ορατός στις μηχανές αναζήτησης!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["Έχετε ενεργοποιήσει τον αποκλεισμό της ευρετηρίασης του ιστότοπού σας. Εάν ο ιστότοπός σας είναι υπό ανάπτυξη, αυτό είναι πιθανώς φυσιολογικό. Διαφορετικά, ελέγξτε τις ρυθμίσεις σας. Διαγράψτε αυτήν την ειδοποίηση κάνοντας κλικ δεξία εάν δεν σας ενδιαφέρει."],"Your site title is empty!":["Ο τίτλος του ιστότοπού σας είναι κενός!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["Ο Τίτλος Ιστότοπου χρησιμοποιείται από το WordPress, το θέμα και τα πρόσθετά σας, συμπεριλαμβανομένου του SEOPress. Είναι ένα βασικό συστατικό για τη δημιουργία ετικετών τίτλου, αλλά όχι μόνο. Εισαγάγετε έναν!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["Οι μόνιμοι σύνδεσμοί σας δεν είναι φιλικοί για SEO! Ενεργοποιήστε τους μόνιμους συνδέσμους για να το διορθώσετε."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["Γιατί είναι αυτό σημαντικό; Η εμφάνιση μόνο της περίληψης κάθε άρθρου μειώνει σημαντικά την κλοπή του περιεχομένου σας από ιστότοπους τρίτων. Για να μην αναφέρουμε, την αύξηση της επισκεψιμότητας, τα έσοδα από διαφημίσεις, τις μετατροπές..."],"Your RSS feed shows full text!":["Το RSS feed σας δείχνει πλήρες κείμενο!"],"Medium impact":["Μεσαία επιρροή"],"You have activated Google Analytics tracking without adding identifiers!":[""],"Google Analytics will not track your visitors until you finish the configuration.":[""],"You like SEOPress? Please help us by rating us 5 stars!":["Σας αρέσει το SEOPress; Παρακαλoύμε βοηθήστε μας βαθμολογώντας μας με 5 αστέρια!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Υποστηρίξτε την ανάπτυξη και τη βελτίωση αυτού του προσθέτου, αφιερώνοντας 15 δευτερόλεπτα από το χρόνο σας για να μας αφήσετε μια κριτική στο επίσημο αποθετήριο προσθέτων του WordPress. Σας ευχαριστούμε!"],"Information":["Πληροφορίες"],"Rate us!":["Βαθμολογείστε μας!"],"Break comments into pages is ON!":["Η διακοπή σχολίων στις σελίδες είναι ενεργοποιημένη!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Ενεργοποιώντας αυτήν την επιλογή θα δημιουργήσετε διπλότυπο περιεχόμενο για κάθε άρθρο με περισσότερα από x σχόλια. Αυτό μπορεί να έχει καταστροφικό αποτέλεσμα δημιουργώντας μεγάλο αριθμό σελίδων κακής ποιότητας και επιβραδύνοντας άσκοπα το bot της Google, και έτσι την κατάταξή σας στα αποτελέσματα αναζήτησης. "],"Disable this!":["Απενεργοποίηση!"],"Display more posts per page on homepage and archives":["Εμφάνιση περισσότερων άρθρων ανά σελιδοποίηση στην αρχική σελίδα και στα αρχεία."],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["Για να μειώσετε τις σελίδες που διαβάζουν οι μηχανές αναζήτησης για να βρουν τα άρθρα σας, σας προτείνουμε να εμφανίσετε περισσότερα άρθρα ανά σελίδα. Δεν θα δημιουργήσει πρόβλημα στους χρήστες σας. Χρησιμοποιώντας το κινητό, είναι προτιμότερο να μετακινηθούν προς τα κάτω παρά να πατάνε σε συνδέσμους για επόμενη σελίδα."],"You don't have an XML Sitemap!":["Δεν διαθέτετε χάρτη ιστοτόπου XML!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["Οι χάρτες ιστοτόπου XML είναι χρήσιμοι για τη διευκόλυνση της ανίχνευσης από τα ρομπότ των μηχανών αναζήτησης. 'Εμμεσα, αυτό μπορεί να ωφελήσει την κατάταξή σας μειώνοντας το budget ανίχνευσης."],"Do you have a Google My Business page? It's free!":["Έχετε μια σελίδα στο Google My Business; Είναι δωρεάν!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Οι ιστότοποι που αφορούν τοπικές επιχειρήσεις είναι καλό να έχουν μια σελίδα My Business για να βελτιώσουν την ορατότητα στα αποτελέσματα των μηχανών αναζήτησης. Κάντε κλικ στα δεξιά για να αφαιρέσετε αυτήν την ειδοποίηση εάν δεν σας ενδιαφέρει."],"Create your page now!":["Δημιουργήστε τη σελίδα σας τώρα!"],"Add your site to Google. It's free!":["Προσθέστε τον ιστότοπό σας στο Google. Είναι δωρεάν!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["Είναι ο νέος σας ιστότοπος online; Τότε αναφέρετέ τον όσο πιο γρήγορα γίνεται στη Google μέσω του Google Search Console για να αποκτήσετε του πρώτους σας επισκέπτες. Το έχετε κάνει ήδη; Κάντε κλικ στα δεξιά για να αφαιρέσετε αυτήν την ειδοποίηση."],"Add your site to Search Console!":["Προσθέστε τον ιστότοπό σας στο Search Console!"],"Structured data types is not correctly enabled":["Το Structured Data Types δεν έχει ενεργοποιηθεί σωστά"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Παρακαλώ ενεργοποιήστε την επιλογή <strong>metabox Structured Data Types για τα άρθρα, τις σελίδες και τους προσαρμοσμένους τύπους άρθρων</strong> για να χρησιμοποιήσετε αυτόματα και μη-αυτόματα schemas. (SEO > PRO > Structured Data Types (schema.org)"],"You have to enter your licence key to get updates and support":["Πρέπει να εισαγάγετε το κλειδί άδειας χρήσης για να λαμβάνετε ενημερώσεις και υποστήριξη"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Παρακαλώ ενεργοποιήστε την άδεια χρήσης SEOPress PRO για να λαμβάνετε αυτόματα ενημερώσεις για να σας εγγυηθεί η καλύτερη δυνατή εμπειρία χρήστη."],"Take your SEO to the next level with SEOPress PRO!":["Πηγαίνετε το SEO σε άλλο επίπεδο με το SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["Η έκδοση PRO του SEOPress σας επιτρέπει να διαχειριστείτε εύκολα όλα τα δομημένα δεδομένα (schemas), να προσθέσετε breadcrumbs βελτιστοποιημένα για το SEO και την προσβασιμότητα, να βελτιώσετε το SEO για το WooCommerce, να γλιτώσετε χρόνο με το εργαλείο εισαγωγής / εξαγωγής μετα-δεδομένων από CSV αρχεία και πολλά περισσότερα."],"Upgrade now!":["Αναβαθμίστε τώρα!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["Αφαίρεση του συνδέσμου ?replytocom από τον πηγαίο κώδικα"],"Add TINYMCE editor to term description":["Προσθήκη του επεξεργαστή κειμένου TINYMCE στη περιγραφή όρων"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Απενεργοποιήστε την πλάγια κάθετο"],"Remove WordPress meta generator in source code":["Καταργήστε τη μετα-γεννήτρια WordPress στον πηγαίο κώδικα"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["Αφαίρεση της hentry post class για να αποτρέψετε τη Google να το δει ως structured data (schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Αφαιρέστε τη διεύθυνση URL του συντάκτη από τα σχόλια εάν ο ιστότοπος συμπληρώνεται από τη σελίδα προφίλ"],"Remove website field from comment form to reduce spam":["Αφαιρέστε το πεδίο ιστότοπου από τη φόρμα σχολίων για να μειώσετε το ανεπιθύμητο περιεχόμενο"],"Remove WordPress shortlink meta tag in source code (eg:":["Καταργήστε την μετα-ετικέτα shortlink του WordPress στον πηγαίο κώδικα (πχ:"],"Remove Windows Live Writer meta tag in source code (eg:":["Κατάργηση της μετα-ετικέτας του Windows Live Writer στον πηγαίο κώδικα (πχ:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Καταργήστε τη μετα-ετικέτα Really Simple Discovery στον πηγαίο κώδικα (π.:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":[""],"Enter Google meta value site verification":["Εισαγάγετε την τιμή επαλήθευσης ιστοτόπου για τη Google"],"Google site verification":["Επαλήθευση ιστοτόπου στη Google"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["Εάν ο ιστότοπός σας έχει ήδη επαληθευτεί στην <strong>Google Search Console</strong>, μπορείτε να αφήσετε αυτό το πεδίο κενό."],"Enter Bing meta value site verification":["Εισαγάγετε την τιμή επαλήθευσης ιστοτόπου για το Bing"],"Bing site verification":["Επαλήθευση ιστοτόπου στο Bing"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["Εάν ο ιστότοπός σας έχει ήδη επαληθευτεί στα <strong>Εργαλεία για τα Bing Webmaster</strong>, μπορείτε να αφήσετε αυτό το πεδίο κενό."],"Enter Pinterest meta value site verification":["Εισαγάγετε την τιμή επαλήθευσης ιστοτόπου για το Pinterest"],"Pinterest site verification":["Επαλήθευση ιστοτόπου στο Pinterest"],"Yandex site verification":["Επαλήθευση ιστοτόπου στο Yandex"],"Enter Yandex meta value site verification":["Εισαγάγετε την τιμή επαλήθευσης ιστοτόπου για το Yandex"],"Remove SEO from Admin Bar in backend and frontend":["Αφαιρέστε το SEO από τη γραμμή διαχείρισης"],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":["Αφαίρεση του noindex από τη γραμμή διαχείρισης"],"High priority (top)":["Υψηλή προτεραιότητα (κορυφή)"],"Normal priority (default)":["Κανονική προτεραιότητα (προεπιλογή)"],"Low priority":["Χαμηλή προτεραιότητα"],"Automatic tab (default)":["Αυτόματη καρτέλα (προεπιλογή)"],"Manual tab":["Μη αυτόματη καρτέλα"],"Hide Notifications Center in SEO Dashboard page":["Απόκρυψη ειδοποιήσεων στη σελίδα του Πίνακα Ελέγχου του SEO"],"Hide SEO tools in SEO Dashboard page":["Απόκρυψη Εργαλείων SEO από τον Πίνακα Ελέγχου του SEO"],"Add title column":["Προσθήκη στήλης Μετα-τίτλος"],"Add meta description column":["Προσθήκη στήλης Μετα-περιγραφή"],"Add redirection enable column":["Προσθήκη στήλης Ενεργοποίηση Ανακατεύθυνσης"],"Add redirection URL column":["Προσθήκη στήλης Ανακατεύθυνσης URL"],"Add canonical URL column":["Προσθήκη στήλης Κανονικής Διεύθυνση URL"],"Add target keyword column":["Προσθήκη στήλης Λέξεις-Κλειδιά"],"Display noindex status":["Προβολή κατάστασης noindex"],"Display nofollow status":["Προβολή κατάστασης nofollow"],"Display total number of words in content":["Εμφάνιση συνολικού αριθμού λέξεων στο περιεχόμενο"],"Display Page Speed column to check performances":["Εμφάνιση της στήλης Ταχύτητα Σελίδας για να ελέγχετε τις επιδόσεις"],"Display SEO Insights column to check rankings":["Εμφανίστε τη στήλη SEO Insights για να ελέγχετε τις κατατάξεις"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Να εμφανίζεται η στήλη Ανάλυση Περιεχομένου (\"Καλό\" ή \"Πρέπει να βελτιωθεί\")"],"Remove Content Analysis Metabox":[""],"Remove Genesis SEO Metabox":["Αφαίρεση του Genesis SEO"],"Remove Genesis SEO link in WP Admin Menu":["Αφαίρεση του συνδέσμου Genesis SEO από το μενού διαχειριστή"],"Remove the advice if None schema selected":["Αφαίρεση της συμβουλής αν δεν έχει επιλεχθεί κάποιο schema"],"Hook to filter structured data types metabox call by post type - new window":["Hook για φιλτράρισμα του metabox Structured Data Types καλούμενο από τον τύπο άρθρου - νέο παράθυρο"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Ενεργοποίηση παρακολούθησης του Google Analytics (Global Tag Site: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Εισάγετε το αναγνωριστικό καταγραφής (UA-XXXX-XX)"],"Enter your tracking ID":["Εισάγετε το αναγνωριστικό καταγραφής"],"Find your tracking ID":["Βρείτε το αναγνωριστικό ID παρακολούθησης"],"Enter your measurement ID (G-XXXXXXXXXX)":[""],"Enter your measurement ID":[""],"Find your measurement ID":[""],"After the opening body tag (recommended)":[""],"Footer":["Υποσέλιδο"],"Head (not recommended)":[""],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":[""],"Request user's consent for analytics tracking (required by GDPR)":["Ζητήστε τη συγκατάθεση του χρήστη για την παρακολούθηση των αναλυτικών στοιχείων (απαιτείται από το GDPR)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Hook για προσθήκη προσαρμοσμένου κώδικα παρακολούθησης με τη συγκατάθεση χρηστών - νέο παράθυρο"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Εμφάνιση και αποδοχή αυτόματα της έγκρισης του χρήστη στο φόρτωμα της σελίδας (μη συμβατό με το GDPR)"],"The previous option must be checked to use this.":["Η προηγούμενη επιλογή πρέπει να είναι ενεργή για να το χρησιμοποιήσετε αυτό."],"Allow user to change its choice about cookies":[""],"Enter your message (HTML allowed)":["Εισαγάγετε το μήνυμά σας (επιτρέπεται HTML)"],"This message will only appear if request user's consent is enabled.":["Αυτό το μήνυμα θα εμφανιστεί μόνο αν είναι ενεργοποιημένη η συγκατάθεση του χρήστη."],"Hook to filter user consent message - new window":["Hook για φιλτράρισμα του μηνύματος συγκατάθεσης του χρήστη - νέο παράθυρο"],"HTML tags allowed: strong, em, br, a href / target":["Επιτρεπόμενες ετικέτες HTML: strong, em, br, a href / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Να επιτραπεί στο shortcode να λάβει τη σελίδα απορρήτου από τις ρυθμίσεις του WordPress: [seopress_privacy_page]"],"Accept":["Αποδοχή"],"Change the button value":["Αλλάξτε την τιμή του κουμπιού"],"default: X":["Προεπιλογή: Χ"],"Change the close button value":["Αλλάξτε την τιμή από το κουμπί κλεισίματος"],"default: Manage cookies":[""],"Change the edit button value":[""],"Default: 30 days before the cookie expiration.":["Προεπιλογή: 30 μέρες πριν τη λήξη του cookie."],"Bottom (default)":["Κάτω (προεπιλογή)"],"Middle":["Μέση"],"Top":["Επάνω"],"Left":["Αριστερά"],"Center (default)":["Κέντρο (προεπιλογή)"],"Right":["Δεξιά"],"Change the cookie bar width":["Αλλάξτε το πλάτος της γραμμής cookie"],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":["Η προεπιλεγμένη μονάδα είναι pixel. Προσθέστε % αμέσως μετά την τιμή για να χρησιμοποιήσετε ποσοστά (πχ: 80%)"],"Backdrop":[""],"Customize the cookie bar <strong>backdrop</strong>.":[""],"Display a backdrop with the cookie bar":["Εμφανίστε ένα σκηνικό με τη γραμμή cookie"],"Background color: ":["Χρώμα φόντου:"],"Change the background color of the backdrop":["Αλλάξτε το χρώμα φόντου του σκηνικού"],"Main settings":[""],"Customize the general settings of the <strong>cookie bar</strong>.":[""],"Change the color of the cookie bar background":["Αλλάξτε το χρώμα του φόντου της γραμμής cookie"],"Text color: ":[""],"Change the color of the cookie bar text":["Αλλάξτε το χρώμα του κειμένου της γραμμής cookie"],"Link color: ":[""],"Change the color of the cookie bar link":["Αλλάξτε το χρώμα του συνδέσμου στη γραμμή cookie"],"Primary button":[""],"Customize the <strong>Accept button</strong>.":[""],"Change the color of the cookie bar button background":["Αλλάξτε το χρώμα του φόντου από το πρώτο κουμπί της γραμμής cookie"],"Background color on hover: ":[""],"Change the color of the cookie bar button hover background":["Αλλάξτε το χρώμα του φόντου από το πρώτο κουμπί της γραμμής cookie κατά το hover"],"Change the color of the cookie bar button":["Αλλάξτε το χρώμα του κειμένου από το πρώτο κουμπί της γραμμής cookie"],"Text color on hover: ":[""],"Change the color of the cookie bar button hover":["Αλλάξτε το χρώμα του κειμένου από το πρώτο κουμπί της γραμμής cookie κατά το hover"],"Secondary button":[""],"Customize the <strong>Close button</strong>.":[""],"Change the color of the cookie bar secondary button background":["Αλλάξτε το χρώμα του φόντου από το δεύτερο κουμπί της γραμμής cookie"],"Change the color of the cookie bar secondary button hover background":["Αλλάξτε το χρώμα του φόντου από το δεύτερο κουμπί της γραμμής cookie κατά το hover"],"Change the color of the cookie bar secondary button":["Αλλάξτε το χρώμα του κειμένου από το δεύτερο κουμπί της γραμμής cookie"],"Change the color of the cookie bar secondary button hover":["Αλλάξτε το χρώμα κειμένου από το δεύτερο κουμπί της γραμμής cookie κατά το hover"],"Enter your Google Optimize container ID":["Εισάγετε το αναγνωριστικό του Google Optimize σας"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Το Google Optimize προσφέρει τη δυνατότητα ελέγχου A/B, ελέγχου ιστοσελίδας και εξατομικευμένων εργαλείων."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Εισάγετε το αναγνωριστικό Google Ads σας (πχ: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":["Μάθετε πως να βρείτε το Google Ads Conversion ID"],"Paste your tracking code here like Google Tag Manager (head)":["Επικολλήστε τον κώδικα παρακολούθησης εδώ όπως από το Google Tag Manager (head)"],"Additional tracking code field":["Επιπρόσθετο πεδίο κώδικα παρακολούθησης"],"This code will be added in the head section of your page.":["Αυτός ο κώδικας θα προστεθεί στο head της σελίδας σας."],"Paste your tracking code here like Google Tag Manager (body)":["Επικολλήστε τον κώδικα παρακολούθησης εδώ όπως από το Google Tag Manager (body)"],"Additional tracking code field added to body":["Πρόσθετο πεδίο κώδικα παρακολούθησης προστέθηκε στο body"],"This code will be added just after the opening body tag of your page.":["Αυτός ο κώδικας θα προστεθεί ακριβώς μετά από το άνοιγμα του body της σελίδας σας."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["Δεν βλέπετε τον κώδικά σας; Σιγουρευτείτε ότι καλέιτε το <strong>wp_body_open();</strong> αμέσως μετά την ετικέτα body του θέματός σας."],"Paste your tracking code here (body footer)":["Επικολλήστε τον κώδικα παρακολούθησης εδώ (body footer)"],"Additional tracking code field added to body footer":["Πρόσθετο πεδίο κώδικα παρακολούθησης προστέθηκε στο footer του body"],"This code will be added just after the closing body tag of your page.":["Αυτός ο κώδικας θα προστεθεί αμέσως μετά την ετικέτα κλεισίματος του body της σελίδας σας."],"Enable remarketing, demographics, and interests reporting":["Ενεργοποιήστε το επαναληπτικό μάρκετινγκ, τη δημογραφία και την αναφορά ενδιαφέροντος"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["Το κοινό επαναληπτικού μάρκετινγκ είναι μια λίστα με cookies ή αναγνωριστικά διαφημίσεων για κινητά που αντιπροσωπεύουν μια ομάδα χρηστών που θέλετε να επαναπροσελκύσετε λόγω της πιθανότητας μετατροπής τους."],"Enable IP Anonymization":["Ενεργοποίηση ανωνυμοποίησης IP"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["Όταν ένας πελάτης του Analytics ζητά ανώνυμη διεύθυνση IP, το Analytics κάνει ανώνυμη τη διεύθυνση όταν είναι τεχνικά εφικτό στο συντομότερο δυνατό στάδιο του δικτύου συλλογής."],"Enhanced Link Attribution":["Ενισχυμένη απόδοση σύνδεσης"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["Η βελτιωμένη απόδοση σύνδεσης βελτιώνει την ακρίβεια της αναφοράς σας στην σελίδα Analytics, διαφοροποιώντας αυτόματα μεταξύ πολλών συνδέσμων με την ίδια διεύθυνση URL σε μια μόνο σελίδα, χρησιμοποιώντας αναγνωριστικά στοιχείου συνδέσμου."],"Enable cross-domain tracking":["Ενεργοποίηση καταγραφής εναλλαγής τομέων"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["Η παρακολούθηση μεταξύ τομέων επιτρέπει στο Analytics να βλέπει περιόδους σύνδεσης σε δύο σχετικούς ιστότοπους (όπως ένας ιστότοπος ηλεκτρονικού εμπορίου και ένας ξεχωριστός ιστότοπος καλαθιού αγορών) ως μία μόνο συνεδρία. Αυτό μερικές φορές ονομάζεται σύνδεση ιστότοπου."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Εισάγετε τα domain σας: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Εναλλαγή τομέων"],"Enable external links tracking":["Ενεργοποίηση παρακολούθησης εξωτερικών συνδέσμων"],"Enable download tracking":["Ενεργοποιήστε την παρακολούθηση λήψεων"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Παρακολουθήστε τα κλικ λήψεων"],"Separate each file type extensions with a pipe \"|\"":["Διαχωρίστε κάθε επεκτάση τύπου αρχείου με \"|\""],"Enable affiliate/outbound tracking":["Ενεργοποίηση παρακολούθησης συνδέσμων συνεργατών/εξερχόμενων συνδέσμων"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Παρακολούθηση συνδέσμων συνεργατών/εξερχομένων συνδέσμων"],"Separate each keyword with a pipe \"|\"":["Διαχωρήστε κάθε λέξη-κλειδί με το \"|\""],"None":["Τίποτα"],"Custom Dimension #%d":["Προσαρμοσμένη Ιδιότητα #%d"],"Enable Matomo tracking (Matomo account required)":["Ενεργοποιήστε την καταγραφή Matomo (απαιτείται ένας λογαριασμός Matomo)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Εισάγετε το \"example\" αν το URL του λογαριασμού σας στο Matomo είναι \"example.matomo.cloud\""],"Matomo Cloud URL":["Matomo Cloud URL"],"Enter only the <strong>host</strong> like this example.matomo.cloud":["Εισάγετε μόνο το <strong>host</strong> όπως για παράδειγμα example.matomo.cloud"],"Enter your site ID here":["Εισάγετε το ID του ιστότοπού σας εδώ"],"Matomo Site ID":["Αναγνωριστικό ID Matomo"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["Για να βρείτε το ID του ιστότοπού σας, πηγαίνετε στο <strong>Matomo Cloud account, Websites, Manage page</strong>. Κοιτάξτε για το \"Site ID\" στα δεξιά."],"Tracking one domain and its subdomains in the same website":["Παρακολούθηση ενός domain και των subdomain του στον ίδιο ιστότοπο"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["Εάν ένας επισκέπτης επισκεφθεί το x.example.com και το y.example.com, θα μετρηθεί ως μοναδικός επισκέπτης."],"Prepend the site domain to the page title when tracking":["Εισάγετε ως πρόθεμα το domain στον τίτλο της σελίδας κατά την παρακολούθηση"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["Εάν κάποιος επισκεφθεί τη σελίδα 'About' στο blog.example.com θα καταγραφεί ως 'blog / About'. Αυτός είναι ο ευκολότερος τρόπος για να δείτε μια επισκόπηση της επισκεψιμότητάς σας ανά sub-domain."],"Track users with JavaScript disabled":["Καταγράψτε χρήστες με απενεργοποιημένη τη JavaScript"],"Enables cross domain linking":["Ενεργοποιεί τη σύνδεση μεταξύ τομέων"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Ενεργοποιήστε την ανίχνευση DoNotTrack από μεριάς του client"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Τα αιτήματα παρακολούθησης δεν θα σταλούν εάν οι επισκέπτες δεν αποδεχθούν."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Απενεργοποιεί όλα τα cookies πρώτου μέρους. Τα υπάρχοντα Matomo cookies για αυτόν τον ιστότοπο θα διαγραφούν στην επόμενη επίσκεψη."],"Enabling Download & Outlink tracking":["Ενεργοποίηση της παρακολούθησης Λήψεων & Εξωτερικών Συνδέσμων"],"Disabling all heatmaps and session recordings":[""],"Redirect attachment pages to post parent (or homepage if none)":["Ανακατεύθυνση συνημμένων σελίδων στα γονικά άρθρα (ή στην αρχική σελίδα εάν δεν υπάρχει)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Ανακατεύθυνση συνημμένων σελίδων στο URL του αρχείου τους (https://www.example.com/my-image-file.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["Αν η επιλογή είναι ενεργοποιημένη, θα έχει προτεραιότητα στην ανακατεύθυνση των συνημμένων της αρχικής ανάρτησης."],"When sending an image file, automatically set the title based on the filename":["Όταν αποσταλεί ένα αρχείο εικόνας, να τεθεί αυτόματα ο τίτλος με βάση το όνομα του αρχείου"],"When sending an image file, automatically set the alternative text based on the filename":["Όταν αποσταλεί ένα αρχείο εικόνας, να τεθεί αυτόματα η εναλλακτική περιγραφή με βάση το όνομα του αρχείου"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["Συνιστούμε το πρόσθετο Image SEO για τη βελτιστοποίηση των εναλλακτικών κειμένων και των ονομάτων της εικόνας σας για τις μηχανές αναζήτησης χρησιμοποιώντας AI και Machine Learning. Ξεκινώντας από μόλις 4,99€."],"Use the target keywords if not alternative text set for the image":["Χρησιμοποιήστε τις στοχευμένες λέξεις-κλειδιά εάν δεν έχει οριστεί εναλλακτικό κείμενο για την εικόνα"],"When sending an image file, automatically set the caption based on the filename":["Όταν αποσταλεί ένα αρχείο εικόνας, να τεθεί αυτόματα η λεζάντα με βάση το όνομα του αρχείου"],"When sending an image file, automatically set the description based on the filename":["Όταν αποσταλεί ένα αρχείο εικόνας, να τεθεί αυτόματα η περιγραφή με βάση το όνομα του αρχείου"],"Enable XML Sitemap":["Ενεργοποίηση χάρτη ιστοτόπου XML"],"Guide to enable XML Sitemaps - new window":["Οδηγός για την ενεργοποίηση των χαρτών ιστοτόπου XML - νέο παράθυρο"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Ενεργοποίηση χάρτη ιστοτόπου για εικόνες (κανονικές εικόνες, εικόνες συλλογής, εικόνες προϊόντων WooCommerce και επιλεγμένες εικόνες για άρθρα και σελίδες)"],"Guide to enable XML image sitemaps - new window":["Οδηγός για την ενεργοποίηση των χαρτών ιστοτόπου εικόνας XML - νέο παράθυρο"],"Images in XML sitemaps are visible only from the source code.":["Οι εικόνες στους χάρτες ιστοτόπου είναι ορατές μόνο από τον πηγαίο κώδικα."],"Enable Video Sitemaps":["Ενεργοποίηση χαρτών ιστοτόπου για βίντεο"],"Guide to enable XML video sitemaps - new window":["Οδηγός για να ενεργοποιήσετε τους χάρτες ιστοτόπου XML - νέο παράθυρο"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["Ο χάρτης ιστοτόπου είναι κενός! Διαβάστε τον οδηγό μας για να μάθετε περισσότερα <a href=\"%s\" target=\"_blank\">για το πως να προσθέσετε βίντεο στον χάρτη ιστοτόπου.</a>"],"Enable Author Sitemap":["Ενεργοποίηση χάρτη ιστοτόπου για συντάκτες"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Σιγουρευτείτε ότι έχετε ενεργοποιήσει το αρχείο συντακτών από το SEO, Τίτλοι και Μέτα, καρτέλα Αρχεία.</a>"],"Enable HTML Sitemap":["Ενεργοποιήστε το χάρτη ιστοτόπου HTML"],"Guide to enable a HTML Sitemap - new window":["Οδηγός για την ενεργοποίηση των χαρτών ιστοτόπου HTML - νέο παράθυρο"],"Include":["Να συμπεριληφθεί"],"eg: 2, 28, 68":["π.χ.: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Καταχωρείστε ένα αναγνωριστικό τύπου άρθρου, σελίδας ή προσαρμοσμένου τύπου άρθρων για την εμφάνιση του στο χάρτη ιστότοπου"],"You can also use this shortcode:":["Μπορείτε επίσης να χρησιμοποιήσετε αυτό το σύντομο κωδικό:"],"To include specific custom post types, use the CPT attribute:":[""],"eg: 13, 8, 38":["π.χ.: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Εξαίρεση μερικών άρθρων, σελίδων, τύπων άρθρων, ή αναγνωριστικά όρων"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["ΦΘΝ (φθίνουσα ταξινόμηση από τις υψηλότερες στις χαμηλότερες τιμές (3, 2, 1 - γ, β, α))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ΑΥΞ (αύξουσα ταξινόμηση από τις χαμηλότερες στις υψηλότερες τιμές (1, 2, 3 - α, β, γ))"],"Default (date)":["Προεπιλογή (ημερομηνία)"],"Modified date":["Τροποποιημένη ημερομηνία"],"Post ID":["Αναγνωριστικό ID άρθρου"],"Menu order":["Ταξινόμηση μενού"],"Disable date after each post, page, post type?":["Απενεργοποίηση ημερομηνίας μετά από κάθε άρθρο, σελίδα, τύπο άρθρου;"],"Remove links from archive pages (eg: Products)":[""],"None (will disable this feature)":["Τίποτα (θα απενεργοποιήσει αυτό το χαρακτηριστικό)"],"Person":["Άτομο"],"Organization":["Εταιρεία"],"eg: Miremont":["πχ: Miremont"],"Your name/organization":["Το όνομα σας/όνομα εταιρείας"],"Your photo/organization logo":["Η φωτογραφία σας/Το λογότυπο της εταιρείας σας"],"Select your logo":["Επιλέξτε το λογότυπό σας"],"Upload an Image":["Μεταφορτώστε μια εικόνα"],"eg: +33123456789 (internationalized version required)":["πχ: +33123456789 (απαιτείται διεθνής έκδοση)"],"Organization's phone number (only for Organizations)":["Αριθμός τηλεφώνου εταιρείας (μόνο για εταιρείες)"],"Customer support":["Υποστήριξη πελατών"],"Technical support":["Τεχνική υποστήριξη"],"Billing support":["Υποστήριξη πληρωμών"],"Bill payment":["Πληρωμή λογαριασμού"],"Sales":["Πωλήσεις"],"Credit card support":["Υποστήριξη πιστωτικών καρτών"],"Emergency":["Επείγον"],"Baggage tracking":["Παρακολούθηση αποσκευών"],"Roadside assistance":["Οδική βοήθεια"],"Package tracking":["Παρακολούθηση πακέτων"],"Toll Free":["Χωρίς υπεραστική χρέωση"],"Hearing impaired supported":["Υποστήριξη ατόμων με προβλήματα ακοής "],"eg: https://facebook.com/my-page-url":["πχ: https://facebook.com/my-page-url"],"Facebook Page URL":["Διεύθυνση σελίδας URL Facebook"],"eg: @my_twitter_account":["πχ: @my_twitter_account"],"Twitter Page URL":["Διεύθυνση URL σελίδας Twitter"],"eg: https://pinterest.com/my-page-url/":["πχ: https://pinterest.com/my-page-url/"],"Pinterest URL":["Διεύθυνση URL Pinterest "],"eg: https://www.instagram.com/my-page-url/":["πχ: https://www.instagram.com/my-page-url/"],"Instagram URL":["Διεύθυνση URL Instagram"],"eg: https://www.youtube.com/my-channel-url":["πχ: https://www.youtube.com/my-channel-url"],"YouTube URL":["Διεύθυνση URL YouTube "],"eg: http://linkedin.com/company/my-company-url/":["πχ: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["Διεύθυνση URL LinkedIn"],"Enable OG data":["Ενεργοποίηση δεδομένων OG"],"Select a default image":["Επιλέξτε μια προεπιλεγμένη εικόνα"],"Select your default thumbnail":["Επιλέξτε την προεπιλεγμένη μικρογραφία"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Ελάχιστες διαστάσεις: 200x200px, ιδανική αναλογία 1.91:1, 8Mb μεγ. (πχ: 1640x856px ή 3280x1712px για οθόνες retina)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Πανωγράψτε κάθε ετικέτα <strong>og:image</strong> με αυτήν την εικόνα (εκτός εάν έχει οριστεί μια προσαρμοσμένη og:image από το SEO metabox)."],"WooCommerce Shop Page.":[""],"No custom post type to configure.":["Δεν υπάρχει μοναδικός τύπος άρθρου προς επεξεργασία."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["Ένα ή περισσότερα αναγνωριστικά της σελίδας του Facebook, που σχετίζονται με ένα URL για την ενεργοποίηση της επεξεργασίας και την άμεση δημοσίευση άρθρων."],"How do I find my Facebook Page ID?":["Πώς βρίσκω το ID από τη σελίδα μου στο Facebook;"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["Το αναγνωριστικό ID (ή μια διαχωρισμένη με κόμματα λίστα με ιδιότητες που μπορούν να αποδεχθούν πολλαπλά αναγνωριστικά) μιας εφαρμογής, ενός ατόμου που χρησιμοποιεί την εφαρμογή ή ενός αντικειμένου API του Page Graph."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["Το αναγνωριστικό ID της εφαρμογής Facebook της εφαρμογής του ιστότοπου. Για να χρησιμοποιήσετε το Facebook Insights πρέπει να προσθέσετε το αναγνωριστικό ID της εφαρμογής στη σελίδα σας. Το Insights σάς επιτρέπει να βλέπετε αναλυτικά στοιχεία για την επισκεψιμότητα στον ιστότοπό σας από το Facebook. Βρείτε το αναγνωριστικό εφαρμογής στον Πίνακα Ελέγχου της εφαρμογής σας. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Περισσότερες πληροφορίες εδώ</a> <span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["Πώς να δημιουργήσετε ένα αναγνωριστικό ID εφαρμογής στο Facebook"],"Enable Twitter card":["Ενεργοποίηση κάρτας Twitter"],"Use OG if no Twitter Cards":["Χρησιμοποιήστε το OG εάν δεν υπάρχουν κάρτες Twitter"],"Default Twitter Image":["Προεπιλεγμένη Εικόνα Twitter"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Ελάχιστες διαστάσεις: 144x144px (300x157px με δυνατότητα μεγάλης κάρτας), ιδανική αναλογία 1:1 (2:1 με μεγάλη κάρτα), μέγιστο μέγεθος 5mb."],"Default":["Προεπιλογή"],"Large":["Μεγάλο"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":[""],"Enter your separator, eg: \"-\"":["Εισάγετε το διαχωριστή, πχ: \"-\""],"Separator":["Διαχωριστής"],"Use this separator with %%sep%% in your title and meta description.":["Χρήση του διαχωριστή %%sep%% στον τίτλο και την μετα-περιγραφή."],"My awesome website":["Ο υπέροχος ιστότοπός μου"],"Site title":["Τίτλος ιστοσελίδας"],"This is a cool website about Wookiees":["Αυτός είναι ένας ωραίος ιστότοπος για το Wookiees"],"Looking to edit your blog page?":["Ψάχνετε για την επεξεργασία της σελίδας του ιστολογίου σας;"],"Click to hide any SEO metaboxes / columns for this post type":["Κάντε κλικ για να αποκρύψετε όλα τα SEO metaboxes / στήλες για αυτόν τον τύπο άρθρου"],"Click to display any SEO metaboxes / columns for this post type":["Κάντε κλικ για να εμφανίσετε όλα τα SEO metaboxes / στήλες για αυτόν τον τύπο άρθρου"],"Title template":["Τίτλος προτύπου"],"Meta description template":["Πρότυπο μετα-περιγραφών"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Να μην εμφανιστεί αυτός ο τύπος άρθρου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this single post type <strong>(nofollow)</strong>":["Να μην ακολουθούν σύνδεσμοι για αυτό τον τύπο άρθρου <strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":[""],"Unchecking this doesn't prevent Google to display post date in search results.":[""],"Display post thumbnail in Google Custom Search results?":["Εμφάνιση μικρογραφίας άρθρου στα αποτελέσματα του Google Custom Search;"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":["Ομάδες του BuddyPress"],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζονται οι ομάδες του BuddyPress στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"Click to hide any SEO metaboxes for this taxonomy":["Κάντε κλικ για να αποκρύψετε όλα τα metaboxes για αυτήν την κατηγορία"],"Click to display any SEO metaboxes for this taxonomy":["Κάντε κλικ για να εμφανίσετε όλα τα metaboxes για αυτήν την κατηγορία"],"Category Title":["Τίτλος κατηγορίας"],"Tag Title":["Τίτλος ετικέτας"],"Term Title":["Τίτλος όρου"],"Category Description":["Περιγραφή κατηγορίας"],"Tag Description":["Ετικέτα περιγραφής"],"Term Description":["Περιγραφή όρων"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Να μην εμφανιστεί αυτή η κατηγορία αρχείου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["Να μην ακολουθούν συνδέσμοι για αυτήν την ταξινομία αρχείου <strong>(nofollow)</strong>"],"See archive":["Δείτε το αρχείο"],"Post Type Archive Name":["Όνομα αρχείου τύπων άρθρων"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Να μην εμφανιστεί ο τύπος αρχείου του άρθρου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["Να μην ακολουθούν σύνδεσμοι για αυτόν τον τύπο άρθρου <strong>(nofollow)</strong>"],"Author archives":["Αρχεία συντακτών"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζονται οι συντάκτες των αρχείων στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"Disable author archives":["Απενεργοποιήστε τα αρχεία δημιουργών"],"Date archives":["Αρχεία ημερομηνιών"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζονται οι ημερομηνίες των αρχείων στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"Disable date archives":["Απενεργοποιήστε τα αρχεία ημερομηνίας"],"Search archives":["Αρχεία αναζητήσεων"],"Search Keywords":["Λέξεις-κλειδιά αναζήτησης"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζονται τα αρχεία αναζήτησης στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["Να μην εμφανίζονται όλες οι σελίδες του ιστότοπου στα αποτελέσματα αναζήτησης Google και να μην εμφανίζονται \"Cached\" σύνδεσμοι στα αποτελέσματα αναζήτησης."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":["Ελέξτε επίσης και την επιλογή <strong>\"Εμφάνιση σε μηχανές αναζήτησης\"</strong> από τη σελίδα <a href=\"%s\">Ρυθμίσεις Ανάγνωσης</a> του WordPress."],"nofollow":["nofollow"],"Do not follow links for all pages.":["Μην ακολουθήσετε συνδέσμους για όλες τις σελίδες."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["Μη χρησιμοποιείτε μετα-δεδομένα του Open Directory για τίτλους ή αποσπάσματα για όλες τις σελίδες."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["Μην κάνετε ευρετήριο εικόνων σε ολόκληρο τον ιστότοπο."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["Να μην εμφανίζεται ο \"Cached\" σύνδεσμος στα αποτελέσματα αναζήτησης της Google."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["Να μην εμφανίζεται περιγραφή στα αποτελέσματα αναζήτησης Google για όλες τις σελίδες."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Αποτρέπει τη Google από το να εμφανίζει ένα πλαίσιο αναζήτησης συνδέσμων ιστοτόπου στα αποτελέσματα αναζήτησης. Η ενεργοποίηση αυτής της επιλογής θα καταργήσει το schema \"Website\" από τον πηγαίο κώδικα."],"Add rel next/prev link in head of paginated archive pages":["Προσθέστε το σύνδεσμο επόμενο/προηγούμενο στην επικεφαλίδα σελίδων αρχειοθέτησης"],"Add a \"noindex\" meta robots for all paginated archive pages":["Προσθέστε ένα \"noindex\" μετα-ρομπότ για όλες τις σελίδες αρχειοθέτησης"],"eg: https://example.com/category/my-category/page/2/":["πχ: https://example.com/category/my-category/page/2/"],"Add a \"noindex\" meta robots for all attachment pages":[""],"eg: https://example.com/my-media-attachment-page":[""],"Enable Oxygen Builder compatibility":[""],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":[""],"Enable Divi Builder compatibility":[""],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":[""],"Enable WP Bakery Builder compatibility":[""],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":[""],"Enable Avia Layout Builder compatibility":[""],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":[""],"Enable Fusion Builder compatibility":[""],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":[""],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["Παρακολουθήστε το βίντεό μας για να μάθετε πώς να συνδέετε τον WordPress ιστότοπό σας με το Google Analytics και να λαμβάνετε στατιστικά στοιχεία στον πίνακα ελέγχου σας (μόνο PRO)."],"How-to":["Οδηγίες"],"Read our guide":["Διαβάστε τον οδηγό μας"],"Watch our video to learn how to enable XML sitemaps to improve crawling and add them to Google Search Console.":[""],"Watch our video to learn how to edit your Open Graph and Twitter Cards tags to improve social sharing.":[""],"Templates variables":["Πρότυπα μεταβλητών "],"Edit your meta robots":[""],"Browse our guides":["Περιηγηθείτε στους οδηγούς μας"],"Read our FAQ":["Διαβάστε το τμήμα συχνών ερωτήσεων - απαντήσεων"],"Check our website":["Επισκεφθείτε την ιστοσελίδα μας"],"Enter a few keywords for analysis to help you write optimized content.":["Εισαγάγετε μερικές λέξεις-κλειδιά για ανάλυση και βοήθεια για να γράψετε βελτιστοποιημένο περιεχόμενο."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["Το να γράφετε περιεχομένου για τους χρήστες σας είναι το πιο σημαντικό πράγμα! Εάν δεν φαίνεται φυσικό, οι επισκέπτες σας θα εγκαταλείψουν τον ιστότοπό σας, η Google θα το γνωρίζει και η κατάταξή σας θα επηρεαστεί."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Διαχωρίστε τις στοχευμένες λέξεις-κλειδιά με κόμματα. Μην χρησιμοποιείτε κενά μετά τα κόμματα, εκτός εάν θέλετε να τα συμπεριλάβετε"],"Enter your target keywords":["Εισάγετε τις λέξεις-κλειδιά"],"Analyze my content":["Ανέλυσε το περιεχόμενο μου"],"Refresh analysis":["Ανανέωση της ανάλυσης"],"Track with Insights":["Παρακολουθήστε με το Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["Για να έχετε μια πιο ακριβής ανάλυση, αποθηκεύστε πρώτα το άρθρο σας. Αναλύουμε τον πηγαίο κώδικα όπως ακριβώς μια μηχανή αναζήτησης."],"Google suggestions":["Προτάσεις Google"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Καταχωρείστε μια λέξη-κλειδί, ή μια φράση, για να βρείτε τις 10 κορυφαίες προτάσεις Google αμέσως. Αυτό είναι χρήσιμο εάν θέλετε να εργαστείτε με την τεχνική της μακράς ουράς."],"Get suggestions from Google":["Λάβετε προτάσεις από τη Google"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Ρυθμίσεις Τίτλων"],"Google News":["Ειδήσεις Google"],"Video Sitemap":["Χάρτης Ιστοτόπου Βίντεο"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Οι τίτλοι είναι κρίσιμοι για να δώσουν στους χρήστες μια γρήγορη εικόνα σχετικά με το περιεχόμενο ενός αποτελέσματος και γιατί σχετίζεται με το ερώτημά τους. Είναι συχνά το κύριο κομμάτι πληροφοριών που χρησιμοποιείται για να αποφασίσει σε ποιο αποτέλεσμα θα κάνει κλικ, οπότε είναι σημαντικό να χρησιμοποιείτε τίτλους υψηλής ποιότητας στις ιστοσελίδες σας."]," / 568 pixels - ":[" / 568 pixels - "]," (maximum recommended limit)":["(μέγιστο προτεινόμενο όριο)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["Μια ετικέτα μετα-περιγραφής πρέπει να ενημερώνει και να κάνει το χρήστη να ενδιαφερθέι με μια σύντομη, σχετική περίληψη του τι αφορά μια συγκεκριμένη σελίδα. <br>Είναι το έναυσμα που πείθει το χρήστη ότι η σελίδα είναι ακριβώς αυτό που ψάχνει. <br>Δεν υπάρχει όριο για το πόσο μεγάλη μπορεί να είναι μια μετα-περιγραφή, αλλά τα snippet των αποτελεσμάτων αναζήτησης περικόπτονται ανάλογα με τις ανάγκες, συνήθως για να ταιριάζουν στο πλάτος της συσκευής."],"Enter your meta description":["Εισάγετε τη μετα-περιγραφή"]," / 940 pixels - ":[" / 940 pixels - "],"Category / term description":["Κατηγορία / περιγραφή όρου"],"Post Excerpt":["Απόσπασμα Άρθρου"],"Snippet Preview":["Προεπισκόπηση Snippet"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["Η Προεπισκόπηση Google είναι μια προσομοίωση. <br>Δεν υπάρχει αξιόπιστη προεπισκόπηση διότι εξαρτάται από την ανάλυση της οθόνης, τη συσκευή που χρησιμοποιείται, τη φράση που ζητήθηκε, και τη Google. <br>Δεν υπάρχει μόνο ένα snippet για ένα URL αλλά πολλά. <br>Όλα τα δεδομένα αυτής της προεπισκόπησης προέρχονται απευθείας από τον πηγαίο κώδικα. <br>Αυτό βλέπουν και οι ανιχνευτές."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["Να μην εμφανιστεί αυτή η σελίδα στα αποτελέσματα των μηχανών αναζήτησης / στους χάρτες ιστοτόπου <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["Ετικέτα μετα-ρομπότ \"noindex\"."],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"noindex\". <br>Οι μηχανές αναζήτησης δεν θα δείξουν αυτό το URL στα αποτελέσματα αναζήτησης."],"Do not follow links for this page <strong>(nofollow)</strong>":["Να μην ακολουθούν οι σύνδεσμοι για αυτή τη σελίδα <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["Ετικέτα μετα-ρομπότ \"nofollow\"."],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"nofollow\". <br>Οι μηχανές αναζήτησης δεν θα ακολουθούν συνδέσμους από αυτό το URL."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["Να μην χρησιμοποιηθούν τα μετα-δεδομένα του Open Directory για τους τίτλους ή τα αποσπάσματα αυτής της σελίδας <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["Ετικέτα μετα-ρομπότ \"noodp\"."],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"noodp\". <br>Να σημειωθεί πως η Google και το Yahoo έχουν σταματήσει να λαμβάνουν υπόψιν αυτή την ετικέτα μετό το κλείσιμο του DMOZ."],"Do not index images for this page <strong>(noimageindex)</strong>":["Να μην ευρετηριοποιηθούν οι εικόνες για αυτή τη σελίδα <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["Ετικέτα μετα-ρομπότ \"noimageindex\"."],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"noimageindex\". <br>Να σημειωθεί πως οι εικόνες σας πάντα θα φαίνονται εάν είναι συνημμένες σε άλλες σελίδες."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["Να μην εμφανιστεί ο \"Cached\" σύνδεσμος στα αποτελέσματα της Google <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["Ετικέτα μετα-ρομπότ \"noarchive\"."],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"noarchive\"."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["Να μην εμφανιστεί η περιγραφή στα αποτελέσματα αναζήτησης για αυτή τη σελίδα <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["Ετικέτα μετα-ρομπότ \"nosnippet\"."],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["Ενεργοποιώντας αυτήν την επιλογή, θα προσθέσετε μια ετικέτα μετα-ρομπότ με την τιμή \"nosnippet\"."],"Default value: ":["Προεπιλεγμένη τιμή: "],"Select a primary category":["Επιλέξτε μια βασική κατηγορία"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":["Θέστε την κατηγορία που χρησιμοποιείται στο %category% στο μόνιμο σύνδεσμο και στα breadcrumbs αν έχετε πολλές κατηγορίες."],"Custom breadcrumbs":["Προσαρμοσμένα breadcrumbs"],"Enter a custom value, useful if your title is too long":["Εισαγάγετε μια προσαρμοσμένη τιμή, χρήσιμη εάν ο τίτλος σας είναι πολύ μεγάλος"],"Current breadcrumbs: %s":["Τρέχοντα breadcrumbs: %s"],"Ask Facebook to update its cache":["Ζητήστε από το Facebook να ενημερώσει την cache του"],"Facebook Title":["Τίτλος Facebook"],"Enter your Facebook title":["Εισάγετε τον τίτλο Facebook"],"Facebook description":["Περιγραφή Facebook"],"Enter your Facebook description":["Εισαγάγετε την περιγραφή Facebook"],"Facebook Thumbnail":["Μικρογραφία Facebook"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["Η δυνατότητα Μέσων Κοινωνική Δικτύωσης είναι απενεργοποιημένη. Εξακολουθείτε να βλέπετε πληροφορίες από την προεπισκόπηση Facebook; Πιθανώς να έχετε προσθέσει ετικέτες κοινωνικής δικτύωσης από το θέμα σας ή από ένα πρόσθετο."],"Your image ratio is: ":["Η αναλογία της εικόνας σας είναι: "],"File URL is not valid.":["Το URL του αρχείου δεν είναι έγκυρο."],"Preview your Twitter card using the official validator":["Προβάλετε την κάρτα Twitter χρησιμοποιώντας τον επίσημο επικυρωτή"],"Twitter Title":["Τίτλος Twitter"],"Enter your Twitter title":["Εισάγετε τον τίτλο του Twitter"],"Twitter description":["Περιγραφή Twitter"],"Enter your Twitter description":["Εισάγετε την περιγραφή Τwitter"],"Twitter Thumbnail":["Μικρογραφία Twitter"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":["Το χαρακτηριστικό Μέσα Κοινωνικής Δικτύωσης είναι απενεργοποιημένο. Βλέπετε ακόμα πληροφορίες από την Προεπισκόπηση Twitter; Πιθανόν έχουν προστεθεί ετικέτες μέσων κοινωνικής δικτύωσης μέσα από το θέμα ή από κάποιο πρόσθετο."],"Enable redirection?":["Ενεργοποίηση της ανακατεύθυνσης;"],"301 Moved Permanently":["301 Μετακινήθηκε Μόνιμα"],"302 Found / Moved Temporarily":["302 Βρέθηκε / Μετακινήθηκε Προσωρινά"],"307 Moved Temporarily":["307 Προσωρινή Μετακίνηση"],"410 Gone":["410 Μετακινήθηκε"],"451 Unavailable For Legal Reasons":["451 Μη διαθέσιμο για νομικούς λόγους"],"URL redirection":["Ανακατεύθυνση διεύθυνσης URL"],"Enter your new URL in absolute (eg: https://www.example.com/)":["Εισάγετε το νέο σας URL ως εξής: https://www.example.com/"],"Query parameters":["Παράμετροι ερωτημάτων"],"Exactly match all parameters":["Ακριβής αντιστοιχία όλων των παραμέτρων"],"Exclude all parameters":["Να εξαιρεθούν όλες οι παράμετροι"],"Exclude all parameters and pass them to the redirection":["Να εξαιρεθούν όλες οι παράμετροι και ενσωματωθούν στην ανακατεύθυνση"],"Test your URL":["Δοκιμάστε τη διεύθυνση URL σας"],"Need help with your redirections? Read our guide.":["Χρειάζεστε βοήθεια με τις ανακατευθύνσεις σας; Διαβάστε τον οδηγό μας."],"Exclude this post from Google News Sitemap?":["Εξαίρεση αυτού του άρθρου από τον χάρτη ιστοτόπων ειδήσεων Google;"],"Exclude this post from Video Sitemap?":["Εξαίρεση αυτού του άρθρου από τον χάρτη ιστοτόπου βίντεο;"],"If your post is set to noindex, it will be automatically excluded from the sitemap.":["Εάν το άρθρο σας οριστεί σε noindex, θα αποκλειστεί αυτόματα από τον χάρτη ιστότοπου."],"Video ":["Βίντεο"],"Video URL (required)":["Διεύθυνση URL βίντεο (απαιτείται)"],"Enter your video URL":["Εισαγάγετε τη διεύθυνση URL του βίντεο"],"Video URL":["Διεύθυνση URL βίντεο"],"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server.":["ΔΕΝ είναι ένα εξωτερικό βίντεο (πχ: φιλοξενία βίντεο στο YouTube, Vimeo, Wistia ...); Επιλέξτε αυτό αν το βίντεο σας φιλοξενείται σε αυτόν τον server."],"Video Title (required)":["Τίτλος Βίντεο (απαιτείται)"],"Enter your video title":["Εισάγετε τον τίτλο βίντεο"],"Video title":["Τίτλος βίντεο"],"Default: title tag, if not available, post title.":["Προεπιλογή: ετικέτα τίτλου, και αν δεν είναι διαθέσιμη, τίτλος άρθρου."],"Video Description (required)":["Περιγραφή Βίντεο (απαιτείται)"],"Enter your video description":["Εισάγετε την περιγραφή του βίντεο"],"Video description":["Περιγραφή βίντεο"],"2048 characters max.; default: meta description. If not available, use the beginning of the post content.":["2048 χαρακτήρες μέγιστο, προεπιλογή: μετα-περιγραφή. Αν δεν είναι διαθέσιμη, επιλογή της αρχής του περιεχομένου του άρθρου."],"Video Thumbnail (required)":["Μικρογραφία Βίντεο (απαιτείται)"],"Select your video thumbnail":["Επιλογή μικρογραφίας βίντεο"],"Video Thumbnail":["Μικρογραφία Βίντεο"],"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image.":["Ελάχιστες διαστάσεις: 160x90px (1920x1080 max), JPG, PNG ή GIF. Προεπιλογή: η προεπιλεγμένη εικόνα του άρθρου σας."],"Video Duration (recommended)":["Διάρκεια Βίντεο (συνιστάται)"],"Duration in seconds":["Διάρκεια σε δευτερόλεπτα"],"Video duration":["Διάρκεια βίντεο"],"The duration of the video in seconds. Value must be between 0 and 28800 (8 hours).":["Η διάρκεια του βίντεο σε δευτερόλεπτα. Η τιμή πρέπει να είναι μεταξύ 0 και 28800 (8 ώρες)."],"Video Rating":["Βαθμολογία βίντεο"],"Video rating":["Βαθμολογία βίντεο"],"Allowed values are float numbers in the range 0.0 to 5.0.":["Οι επιτρεπόμενες τιμές είναι αριθμοί μεταξύ των τιμών 0.0 έως 5.0."],"View count":["Εμφάνιση μέτρησης"],"Number of views":["Αριθμός προβολών"],"Video tags":["Ετικέτες βίντεο"],"Enter your video tags":["Καταχωρείστε τις ετικέτες βίντεο"],"32 tags max., separate tags with commas. Default: target keywords + post tags if available.":["32 ετικέτες μέγιστο, χωρισμένες με κόμματα. Προεπιλογή: λέξεις-κλειδιά + ετικέτες άρθρων, αν υπάρχουν."],"Video categories":["Κατηγορίες βίντεο"],"Enter your video categories":["Εισαγάγετε τις κατηγορίες βίντεο"],"256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available.":["Μέγιστο 256 χαρακτήρες, συνήθως ένα βίντεο ανήκει σε μία κατηγορία, διαχωρίστε τις κατηγορίες με κόμματα. Προεπιλεγμένη: πρώτη κατηγορία άρθρου αν υπάρχει."],"NOT family friendly?":["Δεν είναι κατάλληλο για οικογένειες;"],"The video will be available only to users with SafeSearch turned off.":["Το βίντεο θα είναι διαθέσιμο μόνο σε χρήστες με την επιλογή Ασφαλής Αναζήτηση ενεργοποιημένη."],"Remove video":["Αφαίρεση βίντεο"],"Add video":["Προσθήκη βίντεο"],"Analysis in progress...":["Ανάλυση σε εξέλιξη..."],"Content analysis":["Ανάλυση Περιεχομένου"],"By clicking Migrate, we'll import:":["Κάνοντας κλικ στη Μετεγκατάσταση θα εισάγουμε:"],"Title tags":["Ετικέτες τίτλου"],"Facebook Open Graph tags (title, description and image thumbnail)":["Ετικέτες Open Graph για το Facebook (τίτλος, περιγραφή και μικρογραφία εικόνας)"],"Twitter tags (title, description and image thumbnail)":["Ετικέτες Twitter (τίτλος, περιγραφή και μικρογραφία εικόνας)"],"Meta Robots (noindex, nofollow...)":["Μετα-ρομπότ (noindex, nofollow...)"],"Redirect URL":["Διεύθυνση URL ανακατεύθυνσης"],"Migrate now":["Μετεγκατάσταση τώρα"],"SEO Title / Description":["Τίτλος / Περιγραφή SEO"],"Meta Description":["Μετα-περιγραφή"],"SEO Advanced":["Προηγμένο SEO"],"SEO Social":["SEO για Μέσα Κοινωνικής Δικτύωσης"],"<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q=":["<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q="],"<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>":["<p class=\"elementor-control-field-description\"><strong>Το γνωρίζατε;</strong> Το LinkedIn, το Instagram και το Pinterest χρησιμοποιούνε τα ίδια μετα-δεδομένα όπως το Facebook. Το Twitter κάνει το ίδιο εάν δεν έχουν οριστεί ετικέτες καρτών του Twitter παρακάτω.</p>"],"SEO Redirection":["Ανακατεύθυνση SEO"],"SEO Content Analysis":["Ανάλυση Περιεχομένου SEO"],"<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimized content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>":["<p class=\"elementor-control-field-description\">Εισάγετε μερικές λέξεις-κλειδιά για να σας βοηθήσει η ανάλυση να γράψετε βελτιστοποιημένο περιεχομένο.</p><p class=\"elementor-control-field-description\"><strong>Το γνωρίζατε;</strong> Το να γράφετε περιεχόμενο για τους χρήστες σας είναι το πιο σημαντικό πράγμα! Εάν δεν φαίνεται φυσικό, οι επισκέπτες σας θα εγκαταλείψουν τον ιστότοπό σας, η Google θα το γνωρίζει και η κατάταξή σας θα επηρεαστεί.</p>"],". The closer to 1.91 the better.":[". Όσο πιο κοντά στο 1.91 τόσο το καλύτερο."],"By":["Από"],". The closer to 1 the better (with large card, 2 is better).":["Όσο πιο κοντά στο 1 τόσο το καλύτερο (για μεγάλη κάρτα, το 2 είναι καλύτερο)."],"Question...":[""],"Answer...":[""],"Remove":[""],"FAQ Settings":[""],"List Style":[""],"NONE":[""],"OL":[""],"UL":[""],"Title Wrapper":[""],"H2":[""],"H3":[""],"H4":[""],"H5":[""],"H6":[""],"P":[""],"DIV":[""],"Image Size":[""],"S":[""],"M":[""],"L":[""],"SEO Settings":[""],"Enable FAQ Schema":[""],"Add FAQ":[""],"To edit the background image, you need permission to upload media.":[""],"Set Image":["Ορισμός εικόνας"],"Remove Image":["Αφαίρεση εικόνας"],"FAQ":[""],"Customize the plugin to fit your needs.":["<p>Τροποποιήστε το πρόσθετο για να ταιριάζει στις ανάγκες σας.</p>"],"Check a user role to prevent it to edit a specific metabox.":[""],"SEOPress settings pages":[""],"Check a user role to allow it to edit a specific settings page.":[""],"Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>.":["Δουλεύει με το <strong>Google Analytics</strong> και το <strong>Matomo</strong>."],"Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself.":[""],"Use them to collect and analyze data that Analytics doesn't automatically track.":[""],"Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.":[""],"Custom dimensions also work with <strong>Matomo</strong> tracking code.":["Οι Προσαρμοσμένες Ιδιότητες θα λειτουργήσουν και με τον κώδικα ανίχνευσης του <strong>Matomo</strong>"],"Guide to create custom dimensions in Google Analytics - new window":["Οδηγός δημιουργίας προσαρμοσμένων ιδιοτήτων στο Google Analytics - νέο παράθυρο"],"Use Matomo to track your users with privacy in mind.":["<p>Χρησιμοποιήστε το Matomo για να καταγράφετε τους χρήστες σας με γνώμονα την ιδιωτικότητα.</p>"],"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code.":["Οι <strong>Προσαρμοσμένες Ιδιότητες</strong> θα λειτουργήσουν και με τον κώδικα ανίχνευσης του Matomo"],"Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.":[""],"Change this settings":["Αλλάξτε αυτές τις ρυθμίσεις"],"A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.":[""],"The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.":[""],"To view your sitemap, enable permalinks (not default one), and save settings to flush them.":["Για να προβάλετε τον χάρτη ιστότοπού σας, ενεργοποιήστε τους μόνιμους συνδέσμους (όχι το προεπιλεγμένο) και αποθηκεύστε τις ρυθμίσεις για να τις καθαρίσετε."],"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:":["Ο server σας χρησιμοποιεί το NGINX. Εάν η χαρτογράφηση ιστοτόπου XML δεν λειτουργεί, πρέπει να προσθέσετε αυτούς τους κανόνες στη διαμόρφωσή σας:"],"If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.":["Αν απενεργοποιήσετε συνολικά αυτό το χαρακτηριστικό (χρησιμοποιώντας το μπλε κουμπί παραπάνω), οι ενσωματωμένοι χάρτες ιστοτόπου XML του WordPress θα επανενεργοποιηθούν"],"Blank sitemap?":["Κενός χάρτης ιστοτόπου;"],"404 error?":["Σφάλμα 404;"],"HTML error? Exclude XML and XSL from caching plugins!":["Σφάλμα στην HTML; Εξαιρέστε τα XML και XSL από τα πρόσθετα cache!"],"View your sitemap":["Δείτε το χάρτη ιστότοπού σας"],"Ping Google manually":["Κάντε ping τη Google χειροκίνητα"],"Flush permalinks":["Καθαρισμός μόνιμων συνδέσμων"],"Learn more on Google official website.":["Μάθετε περισσότερα στην επίσημη ιστοσελίδα της Google."],"Use markup on your website to add your social profile information to a Google Knowledge panel.":[""],"Knowledge panels prominently display your social profile information in some Google Search results.":[""],"Manage Open Graph data. These metatags will be used by Facebook, Pinterest, LinkedIn, WhatsApp... when a user shares a link on its own social network. Increase your click-through rate by providing relevant information such as an attractive image.":[""],"Custom OG Image from SEO metabox":["Επιλογή εικόνας για το OG από το SEO metabox"],"Post thumbnail / Product category thumbnail (Featured image)":[""],"First image of your post content":["Η πρώτη εικόνα του περιεχομένου του άρθρου σας"],"Global OG Image set in SEO > Social > Open Graph":["Προκαθορισμένη εικόνα για το OG στο SEO > Μέσα Κοινωνικής Δικτύωσης > Facebook (Open Graph)"],"Custom Twitter image from SEO metabox":["Επιλογή εικόνας για το Twitter από το SEO metabox"],"Global Twitter:image set in SEO > Social > Twitter Card":["Προκαθορισμένη εικόνα για το Twitter στο SEO > Μέσα Κοινωνικής Δικτύωσης > Twitter (κάρτα Twitter)"],"Title and meta description are used by search engines to generate the snippet of your site in search results page.":[""],"Wrong meta title / description in SERP?":[""],"Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools.":[""],"Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you.":[""],"<strong>Warning</strong>: always test your site after activating one of these options. Running shortcodes to automatically generate meta title / description can have side effects. Clear your cache if necessary.":[""],"Learn more about automatic meta descriptions":[""],"Add WP Editor to taxonomy description textarea":["Προσθέστε τον επεξεργαστή WP στην περιγραφή ταξινόμησης πεδίο κειμένου"],"Remove /category/ in URL":["Καταργήστε την /κατηγορία/ από τη διεύθυνση URL"],"Remove WordPress generator meta tag":["Καταργήστε τη μετα-ετικέτα γεννήτριας WordPress"],"Remove hentry post class":["Αφαίρεση της hentry post class"],"Remove author URL":["Αφαιρέστε τη διεύθυνση URL του συντάκτη"],"Remove website field in comment form":["Αφαιρέστε το πεδίο ιστότοπου από τη φόρμα σχολίων"],"Remove WordPress shortlink meta tag":["Καταργήστε τη μετα-ετικέτα shortlink του WordPress"],"Remove Windows Live Writer meta tag":["Καταργήστε τη μετα-ετικέτα του Windows Live Writer"],"Remove RSD meta tag":["Καταργήστε τη μετα-ετικέτα RSD"],"SEO in admin bar":["SEO στη γραμμή διαχείρισης"],"Universal Metabox":[""],"Noindex in admin bar":["Noindex στη γραμμή διαχείρισης"],"Move SEO metabox's position":["Μετακίνηση θέσης του SEO metabox"],"Set default tab for Structured data metabox":["Προσδιορίστε την προεπιλεγμένη καρτέλα για το metabox του Structured data"],"Hide Notifications Center":["Απόκρυψη του Κέντρου Ειδοποιήσεων"],"Hide SEO tools":["Απόκρυψη Εργαλείων SEO"],"Show Title tag column in post types":["Εμφάνιση της στήλης Μετα-τίτλος σε τύπους άρθρων"],"Show Meta description column in post types":["Εμφάνιση της στήλης Μετα-περιγραφή σε τύπους άρθρων"],"Show Redirection Enable column in post types":["Εμφάνιση της στήλης Ενεργοποίησης Ανακατεύθυνσης σε τύπους άρθρων"],"Show Redirect URL column in post types":["Εμφάνιση της στήλης Ανακατεύθυνσης URL σε τύπους άρθρων"],"Show canonical URL column in post types":["Προβολή της στήλης Κανονικής Διεύθυνσης URL σε τύπους άρθρων"],"Show Target Keyword column in post types":["Εμφάνιση της στήλης Λέξεις-Κλειδιά σε τύπους άρθρων"],"Show noindex column in post types":["Εμφάνιση της στήλης Noindex σε τύπους άρθρων"],"Show nofollow column in post types":["Εμφάνιση της στήλης Nofollow σε τύπους άρθρων"],"Show total number of words column in post types":["Εμφάνιση της στήλης Συνολικού Αριθμού Λέξεων σε τύπους άρθρων"],"Show Google Page Speed column in post types":["Εμφάνιση στήλης Google Page Speed σε τύπους άρθρων"],"Show Insights column in post types":["Εμφανίστε τη στήλη Insights στους τύπους άρθρων"],"Show content analysis score column in post types":["Να εμφανίζεται η στήλη Σκορ της ανάλυσης περιεχομένου στα άρθρα"],"Hide Genesis SEO Metabox":["Απόκρυψη του metabox Genesis SEO"],"Hide Genesis SEO Settings link":["Απόκρυψη του συνδέσμου ρυθμίσεων του Genesis SEO"],"Hide advice in Structured Data Types metabox":["Απόκρυψη της συμβουλής στο metabox των Structured Data Types"],"Block SEO metabox to user roles":["Μπλοκάρισμα του metabox SEO σε ρόλους χρηστών"],"Block Content analysis metabox to user roles":["Μπλοκάρισμα του metabox Ανάλυση Περιεχομένου σε ρόλους χρηστών"],"Enable Google Analytics tracking":["Ενεργοποιήστε την παρακολούθηση του Google Analytics"],"Enter your measurement ID (GA4)":[""],"Exclude user roles from tracking (Google Analytics and Matomo)":["Εξαιρέστε ρόλους χρηστών από την καταγραφή (Google Analytics και Matomo)"],"Where to display the cookie bar?":[""],"Analytics tracking opt-in":["Συμμετοχή στην καταγραφή Analytics"],"Allow user to change its choice":[""],"Consent message for user tracking":["Συμφωνητικό μήνυμα για την παρακολούθηση χρηστών"],"Accept button for user tracking":["Πλήκτρο αποδοχής για την παρακολούθηση χρηστών"],"Close button":["Κουμπί κλεισίματος"],"Edit cookies button":[""],"User consent cookie expiration date":["Ημερομηνία λήξης του cookie αποδοχής του χρήστη"],"Cookie bar position":["Θέση της γραμμής cookie"],"Text alignment":["Ευθυγράμμιση κειμένου"],"Cookie bar width":["Πλάτος της γραμμής cookie"],"Enable Google Optimize":["Ενεργοποίηση Google Optimize"],"Enable Google Ads":["Ενεργοποίηση του Google Ads"],"[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)":["Προσθέστε έναν επιπλέον κώδικα παρακολούθησης (όπως Facebook Pixel, Hotjar...)"],"[BODY] Add an additional tracking code (like Google Tag Manager...)":["[BODY] Προσθέστε έναν επιπλέον κώδικα παρακολούθησης (όπως Google Tag Manager...)"],"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)":["[BODY (FOOTER)] Προσθέστε έναν επιπλέον κώδικα παρακολούθησης (όπως Google Tag Manager...)"],"Enable downloads tracking (eg: PDF, XLSX, DOCX...)":["Ενεργοποίηση παρακολούθησης λήψεων (π.χ. PDF, XLSX, DOCX ...)"],"Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)":["Παρακολούθηση συνδέσμων συνεργατών/εξερχομένων συνδέσμων (π.χ.: aff, go, out, recommends)"],"Track Authors":["Καταγραφή συντακτών"],"Track Categories":["Καταγραφή κατηγοριών"],"Track Tags":["Καταγραφή ετικετών"],"Track Post Types":["Παρακολουθήστε τους τύπους άρθρων"],"Track Logged In Users":["Παρακολούθηση συνδεδεμένων χρηστών"],"Enable Matomo tracking":["Ενεργοποιήστε την καταγραφή Matomo"],"Enter your site ID":["Εισάγετε το αναγνωριστικό ID του ιστότοπού σας"],"Track visitors across all subdomains":["Καταγραφή επισκεπτών σε όλα τα subdomain"],"Prepend the site domain":["Εισαγωγή ως πρόθεμα το domain του ιστότοπου"],"Cross domain":["Εναλλαγή τομέων"],"Enable DoNotTrack detection":["Ενεργοποιήστε την ανίχνευση DoNotTrack"],"Disable all tracking cookies":["Απενεργοποιήστε όλα τα cookies καταγραφής"],"Download & Outlink tracking":["Καταγραφή των Λήψεων & των Εξωτερικών Συνδέσμων"],"Disable all heatmaps and session recordings":[""],"Redirect attachment pages to post parent":["Ανακατεύθυνση σελίδων συνημμένων σε γονικά άρθρα"],"Redirect attachment pages to their file URL":["Ανακατεύθυνση συνημμένων σελίδων στο URL του αρχείου τους"],"Remove ?replytocom link to avoid duplicate content":["Αφαίρεση του συνδέσμου ?replytocom προς αποφυγή διπλότυπου περιεχομένου"],"Automatically set the image Title":["Να τεθεί αυτόματα ο τίτλος της εικόνας"],"Automatically set the image Alt text":["Να τεθεί αυτόματα η εναλλακτική περιγραφή της εικόνας"],"Automatically set the image Alt text from target keywords":["Θέστε αυτόματα το εναλλακτικό κείμενο για τις εικόνες από τις στοχευμένες λέξεις-κλειδιά"],"Automatically set the image Caption":["Να τεθεί αυτόματα η λεζάντα της εικόνας"],"Automatically set the image Description":["Να τεθεί αυτόματα η περιγραφή της εικόνας"],"Enable XML Image Sitemaps":["Ενεργοποίηση χάρτη ιστοτόπου XML για εικόνες"],"Enable XML Video Sitemaps":["Ενεργοποίηση χάρτη ιστοτόπου XML για βίντεο"],"Check to INCLUDE Post Types":["Επιλέξτε για να συμπεριλάβετε τους τύπους άρθρων"],"Check to INCLUDE Taxonomies":["Επιλέξτε για να ΣΥΜΠΕΡΙΛΑΒΕΤΕ τις κατηγορίες"],"Sort order":["Σειρά ταξινόμησης"],"Order posts by":["Ταξινόμηση των άρθρων κατά"],"Disable the display of the publication date":["Απενεργοποιήστε την εμφάνιση της ημερομηνίας δημοσίευσης"],"Remove links from archive pages":[""],"Person or organization":["Άτομο ή εταιρεία"],"Contact type (only for Organizations)":["Τύπος επικοινωνίας (μόνο για εταιρείες)"],"Contact option (only for Organizations)":["Επιλογή επικοινωνίας (μόνο για εταιρείες)"],"Twitter Username":["Όνομα χρήστη Twitter"],"Enable Open Graph Data":["Ενεργοποιήση δεδομένων Open Graph"],"Apply this image to all your og:image tag":["Εφαρμόστε αυτήν την εικόνα σε όλες τις ετικέτες og:image"],"Define custom og:image tag for post type archive pages":["Προσδιορίστε την ετικέτα og:image για τις αρχειοθετημένες σελίδες άρθρων"],"Facebook Link Ownership ID":["Αναγνωριστικό ID σύνδεσης στο Facebook"],"Facebook Admin ID":["Αναγνωριστικό διαχειριστή Facebook"],"Facebook App ID":["Αναγνωριστικό εφαρμογής Facebook "],"Enable Twitter Card":["Ενεργοποίηση της Κάρτας Twitter"],"Use Open Graph if no Twitter Card is filled":["Χρησιμοποιήστε το Open Graph εάν δεν έχουν συμπληρωθεί οι κάρτες Twitter"],"Image size for Twitter Summary card":["Μέγεθος εικόνας για την καρτέλα σύνοψης Twitter"],"Indicate paginated content to Google":["Υποδείξτε το περιεχομένο σελίδας στο Google"],"noindex on paged archives":["noindex σε σελιδοποιημένα αρχεία"],"noindex on attachment pages":[""],"Oxygen Builder compatibility":[""],"Divi Builder compatibility":[""],"WP Bakery Builder compatibility":[""],"Avia Layout Builder compatibility":[""],"Fusion Builder compatibility":[""],"Migration completed!":["Η μετεγκατάσταση ολοκληρώθηκε!"],"Export completed!":["Η εξαγωγή ολοκληρώθηκε!"],"Import SEO settings":["Εισαγωγή ρυθμίσεων SEO"],"Your site":["Η ιστοσελίδα σας"],"Indexing":["Ευρετηριοποίηση"],"Advanced options":["Προχωρημένες ρυθμίσεις"],"Ready!":["Έτοιμο!"],"SEOPress › Setup Wizard":["SEOPress › Οδηγός Εγκατάστασης"],"Not right now":["Όχι τώρα"],"Skip this step":["Παράλειψη βήματος"],"The following wizard will help you configure SEOPress and get you started quickly.":["Ο ακόλουθος οδηγός εγκατάστασης θα σας βοηθήσει να διαμορφώσετε το SEOPress και να ξεκινήσετε."],"The first step is to import your previous settings from other plugins to keep your SEO.":["Το πρώτο βήμα είναι να εισάγετε τις προηγούμενες ρυθμίσεις σας από άλλα πρόσθετα για να διατηρήσετε το SEO σας."],"No data to migrate? Click \"Next step\" button!":["Δεν υπάρχουν δεδομένα για μετεγκατάσταση; Πατήστε στο κουμπί \"Επόμενο βήμα\"!"],"Next step":["Επόμενο βήμα"],"To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ":["Για να δημιουργήσετε ετικέτες τίτλου και γραφήματα γνώσης για τη Google, πρέπει να συμπληρώσετε τα παρακάτω πεδία για την παραμετροποίηση των ρυθμίσεων."],"eg: |":["πχ: |"],"This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates.":[""],"Home site title":[""],"eg: My super website":["πχ: Η τέλεια ιστοσελίδα μου"],"Choose a knowledge type":["Επιλέξτε έναν τύπο"],"eg: My Company Name":["πχ: Το Όνομα της Εταιρείας"],"eg: https://www.example.com/logo.png":["πχ: https://www.example.com/logo.png"],"Facebook page URL":["Διεύθυνση URL σελίδας στο Facebook"],"Continue":["Συνέχεια"],"Specify to the search engines what you want to be indexed or not.":["Καθορίστε στις μηχανές αναζήτησης τι θέλετε να ευρετηριαστεί ή όχι."],"Avoid indexing duplicate or poor quality content.":["Αποφύγετε να ευρετηριάζετε διπλότυπο ή κακής ποιότητας περιεχόμενο."],"Default: index":["Προεπιλογή: index"],"For which single post types, should indexing be disabled?":["Για ποιον μοναδικό τύπο άρθρου, να απενεργοποιηθεί η ευρετηριοποίηση;"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζεται αυτός ο μοναδικός τύπος άρθρου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"For which post type archives, should indexing be disabled?":["Για ποιους τύπους άρθρων αρχείων, να απενεργοποιηθεί η ευρετηριοποίηση;"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζεται αυτό το αρχείο τύπου άρθρου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"For which taxonomy archives, should indexing be disabled?":["Για ποια κατηγορία αρχείων, να απενεργοποιηθεί η ευρετηριοποίηση;"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Να μην εμφανίζεται αυτή η κατηγορία αρχείου στα αποτελέσματα των μηχανών αναζήτησης <strong>(noindex)</strong>"],"You only have one author on your site? Check this option to avoid duplicate content.":["Έχετε μόνο έναν συντάκτη στην ιστοσελίδα σας; Επιλέξτε την επιλογή για να αποφύγετε τα διπλότυπα περιεχόμενα."],"By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.":["Από προεπιλογή, το SEOPress ανακατευθύνει τα συνημμένα άρθρα στα αρχικά. Βελτιστοποιείστε το αυτό ανακατευθύνοντας το χρήστη απευθείας στο URL του πολυμέσου."],"Choose which SEO columns to display in post types list:":[""],"Quickly know if a content is in noindex.":[""],"Quickly know if a content is in nofollow.":[""],"Quickly know if a content is optimized for search engines.":[""],"Monitor and analyse your top 1,000 Backlinks weekly.":[""],"Get SEOPress Insights":[""],"Your site is now ready for search engines!":["Η ιστοσελίδα σας είναι έτοιμη για τις μηχανές αναζήτησης!"],"Welcome to SEOPress PRO!":["Καλώς ήρθατε στο SEOPress PRO!"],"Please activate your license to receive automatic updates and get premium support.":["Παρακαλώ ενεργοποιήστε την άδεια χρήσης σας για να λαμβάνετε αυτόματα ενημερώσεις αλλά και για βέλτιστη εξυπηρέτηση."],"Activate License":["Ενεργοποίηση άδειας χρήσης"],"Go PRO with SEOPress PRO!":["Γίνετε επαγγελματίες με το SEOPress PRO!"],"When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.":["Όταν αναβαθμίσετε στην PRO έκδοση, έχετε περισσότερες δυνατότητες χαρακτηριστικών, όπως τα αυτόματα και μη-αυτόματα schemas, χάρτης ιστοτόπου βίντεο, βελτιώσεις για το WooCommerce, αναλυτικά στατιστικά στοιχεία στον Πίνακα Ελέγχου, breadcrumbs, ανακατευθύνσεις, και πολλά άλλα."],"Buy SEOPress PRO - $39 / unlimited sites":["Αγοράστε το SEOPress PRO - $39 / απεριόριστες ιστοσελίδες"],"Create your XML sitemaps":["Δημιουργήστε τους δικούς σας χάρτες ιστοτόπου"],"Build custom XML sitemaps to improve Google's crawling of your site.":["Δημιουργήστε το δικό σας χάρτη ιστοτόπου για να βελτιώσετε τη διαδικασία ανάγνωσης της ιστοσελίδας σας από τη Google."],"Configure your XML sitemaps":["Επεξεργασία των χαρτών ιστοτόπου σας"],"Follow us:":["Ακολουθήστε μας:"],"Like our Facebook page":["Κάντε Like στη σελίδα μας στο Facebook"],"Join our Facebook Community group":["Γίνετε μέλος της ομάδας μας στο Facebook"],"Watch our guided tour videos to learn more about SEOPress":["Δείτε τους οδηγούς βίντεο μας για να μάθετε περισσότερα για το SEOPress"],"Read our blog posts about SEO concepts, tutorials and more":["Διαβάστε τα άρθρα του blog μας για έννοιες του SEO, παραδείγματα και πολλά άλλα"],"Follow us on Twitter":["Ακολουθήστε μας στο Twitter"],"The off side of SEOPress":["Η άλλη πλευρά του SEOPress"],"You can also:":["Μπορείτε επίσης:"],"Visit Dashboard":["Πίνακας Ελέγχου"],"Review Settings":["Ανασκόπηση Ρυθμίσεων"],"Knowledge base":["Γνωσιακή Βάση"],"WARNING":["ΠΡΟΕΙΔΟΠΟΙΗΣΗ"],"Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO.":["Μην αλλάξετε τη δομή των μόνιμων συνδέσμων σε έναν ενεργό ιστότοπο. Αλλάζοντας τα URL μπορεί να επηρεάσει αρνητικά το SEO σας."],"URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).":["Η επανεγγραφή των URL δεν είναι ενεργοποιημένη για την ιστοσελίδα σας. Επιλέξτε μια βέλτιστη δομή μονίμων συνδέσμων για SEO (όχι απλή)."],"Enable noindex":["Ενεργοποίηση noindex"],"Enable index":["Ενεργοποίηση ευρετηρίασης"],"Enable nofollow":["Ενεργοποίηση nofollow"],"Enable follow":["Ενεργοποίηση follow"],"Enable redirection":["Ενεργοποίηση ανακατεύθυνσης"],"Disable redirection":["Απενεργοποίηση ανακατεύθυνσης"],"Title tag":["Μετα-τίτλος"],"Canonical":["Κανονικό"],"The description is not prominent by default; however, some themes may show it.":["Η περιγραφή δεν εμφανίζεται από προεπιλογή. Ωστόσο, μερικά θέματα μπορεί να τη δείξουν."],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>":["Επισκεπτόμενοι την ιστοσελίδας μας, συμφωνείτε με την πολιτική απορρήτου όσον αφορά τα cookies, τα στατιστικά στοιχεία παρακολούθησης, κτλ. <a href=\"[seopress_privacy_page]\" tabindex=\"10\">Περισσότερα</a>"],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.":["Επισκεπτόμενοι την ιστοσελίδα μας, συμφωνείτε με την πολιτική απορρήτου όσον αφορά τα cookies, τα στατιστικά στοιχεία παρακολούθησης, κτλ."],"X":["X"],"Manage cookies":[""],"Authors":["Συντάκτες"],"Categories":["Κατηγορίες"],"Tags":["Ετικέτες"],"Post types":["Τύποι άρθρων"],"Connected users":["Συνδεδεμένοι χρήστες"],"Please upload a valid .json file":["Μεταφορτώστε ένα έγκυρο αρχείο .json"],"Please upload a file to import":["Μεταφορτώστε ένα αρχείο για εισαγωγή"],"Please upload a valid .csv file":["Μεταφορτώστε ένα έγκυρο αρχείο .csv"],"Please choose a separator":["Παρακαλώ επιλέξτε έναν διαχωριστή"],"Invalid separator":["Μη έγκυρος διαχωριστής"],"Please upload a valid .txt file":["Παρακαλώ μεταφορτώστε ένα έγκυρο αρχείο .txt"],"XML Sitemaps":["Χάρτες ιστοτόπου XML"],"This XML Sitemap Index file contains %s sitemaps.":["Αυτό το ευρετήριο χαρτών ιστοτόπου XML περιέχει %s χάρτες ιστοτόπου."],"This XML Sitemap contains %s URL(s).":["Αυτός ο χάρτης ιστοτόπου XML περιέχει %s URL."],"Last update":["Τελευταία ενημέρωση"],"Page %d of %2$d":["Σελίδα %d από %2$d"],"Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below.":[""],"has been successfully updated!":["ενημερώθηκε επιτυχώς!"],"Clear":["Καθαρισμός"],"Clear color":["Καθαρίστε το χρώμα"],"Select default color":["Επιλέξτε το προεπιλεγμένο χρώμα"],"Select Color":["Επιλέξτε Χρώμα"],"Color value":["Τιμή χρώματος"],"Docs":["Κείμενα"],"Configuration Wizard":["Οδηγός Εγκατάστασης"],"GO PRO!":["Αναβαθμίστε σε PRO!"],"Meta Desc.":["Μετα-περιγραφή"],"Redirect?":["Ανακατεύθυνση;"],"Target Kw":["Στόχος Kw"],"noindex?":["Noindex;"],"nofollow?":["Nofollow;"],"Score":["Σκορ"],"Words":["Λέξεις"],"Page Speed":["Ταχύτητα Σελίδας"],"Analyze this page with Google Page Speed":["Αναλύστε αυτήν τη σελίδα με το Google Page Speed"],"Good":["Καλό"],"Should be improved":["Χρειάζεται βελτίωση"],"Insights from these keywords:":["Πληροφορίες για αυτές τις λέξεις-κλειδιά:"],"Average position: ":["Μέση θέση: "],"Latest position: ":["Τελευταία θέση:"],"404 - Page not found":["404 - Η σελίδα δεν βρέθηκε"],"Structured data types":["Τύποι Structured Data"],"Keywords density":["Πυκνότητα Λέξεων-Κλειδιών"],"Keywords in permalink":["Λέξεις-κλειδιά στο μόνιμο σύνδεσμο"],"Headings":["Κεφαλίδες"],"Social meta tags":["Ετικέτες Μέσων Κοινωνικής Δικτύωσης"],"Meta robots":["Μετα-ρομπότ"],"Alternative texts of images":["Εναλλακτικά Κείμενα Εικόνων"],"NoFollow Links":["NoFollow σύνδεσμοι"],"Outbound Links":["Εξερχόμενοι Σύνδεσμοι"],"Inbound Links":[""],"Do not display this page in search engine results / XML - HTML sitemaps (noindex)":["Να μην εμφανίζεται αυτή η σελίδα στα αποτελέσματα των μηχανών αναζήτησης / στους χάρτες ιστοτόπου XML - HTML (noindex)"],"Do not follow links for this page (nofollow)":["Να μην ακολουθούνται οι σύνδεσμοι για αυτή τη σελίδα (nofollow)"],"Do not use Open Directory project metadata for titles or excerpts for this page (noodp)":["Να μην χρησιμοποιούνται τα μετα-δεδομένα για τους τίτλους ή τα αποσπάσματα του Open Directory Project για αυτή τη σελίδα (noodp)"],"Do not display a \"Cached\" link in the Google search results (noarchive)":["Να μην εμφανίζεται ο \"Cached\" σύνδεσμος στα αποτελέσματα της Google (noarchive)"],"Do not display a description in search results for this page (nosnippet)":["Να μην εμφανίζεται περιγραφή στα αποτελέσματα των μηχανών αναζήτησης για αυτή τη σελίδα (nosnippet)"],"Do not index images for this page (noimageindex)":["Να μην εμφανίζονται οι εικόνες για αυτή τη σελίδα (noimageindex)"],"Monday":[""],"Tuesday":[""],"Wednesday":[""],"Thursday":[""],"Friday":["Παρασκευή"],"Saturday":[""],"Sunday":[""],"duplicated schema - x":["διπλότυπο schema - x"],"x":[""],"%s was found %d times in your content, a keyword density of %s%%":["%s βρέθηκε %d φορές στο περιεχόμενό σας, με πυκνότητα %s%%"],"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>.":["Μάθετε περισσότερα για το <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">γέμισμα με λέξεις-κλειδιά</a>."],"H1 (Heading 1)":["Η1 (Επικεφαλίδα 1)"],"Target keywords were found in Heading 1 (H1).":["Βρέθηκαν λέξεις-κλειδιά στην Επικεφαλίδα 1 (H1)."],"%s was found %d times.":["%s βρέθηκε %d φορές."],"We found %d Heading 1 (H1) in your content.":["Βρήκαμε %d Επικεφαλίδα 1 (H1) στο περιεχόμενό σας."],"You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερες από μία επικεφαλίδες H1 στο περιεχόμενο του άρθρου σας. Ο κανόνας είναι απλός: μόνο ένα H1 για κάθε ιστοσελίδα. Είναι καλύτερο τόσο για SEO όσο και για την προσβασιμότητα. Παρακάτω, η λίστα:"],"No Heading 1 (H1) found in your content. This is required for both SEO and Accessibility!":[""],"None of your target keywords were found in Heading 1 (H1).":[""],"H2 (Heading 2)":["Η2 (Επικεφαλίδα 2)"],"Target keywords were found in Heading 2 (H2).":["Βρέθηκαν λέξεις-κλειδιά στην Επικεφαλίδα 2 (H2)."],"None of your target keywords were found in Heading 2 (H2).":["Καμία από τις λέξεις-κλειδιά δεν βρέθηκε στην Επικεφαλίδα 2 (H2)."],"H3 (Heading 3)":["Η3 (Επικεφαλίδα 3)"],"Target keywords were found in Heading 3 (H3).":["Βρέθηκαν λέξεις-κλειδιά στην επικεφαλίδα 3 (H3)."],"None of your target keywords were found in Heading 3 (H3).":["Καμία από τις λέξεις-κλειδιά δεν βρέθηκε στην επικεφαλίδα 3 (H3)."],"None of your target keywords were found in the Meta Title.":["Καμία από τις λέξεις-κλειδιά δεν βρέθηκε στο μετα-τίτλο."],"Your custom title is too long.":["Ο προσαρμοσμένος τίτλος είναι πολύ μεγάλος."],"The length of your title is correct":["Το μήκος του τίτλου σας είναι σωστό"],"None of your target keywords were found in the Meta description.":["Καμία από τις λέξεις-κλειδιά δεν βρέθηκε στην μετα-περιγραφή."],"You custom meta description is too long.":["Η προσαρμοσμένη μετα-περιγραφή είναι πολύ μεγάλη."],"The length of your meta description is correct":["Το μήκος της μετα-περιγραφής σας είναι σωστό"],"Open Graph Title":["Τίτλος Open Graph"],"We found %d og:title in your content.":["Βρήκαμε %d og:title στο περιεχόμενό σας."],"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα og:title στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Facebook θα πάρει την τελευταία ετικέτα og:title από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Open Graph Title tag is empty!":["Η ετικέτα τίτλου του Open Graph είναι άδεια!"],"We found an Open Graph Title tag in your source code.":["Βρήκαμε μια ετικέτα Τίτλου Open Graph στον πηγαίο κώδικα."],"Your Open Graph Title is missing!":["Λείπει ο Τίτλος Open Graph!"],"Open Graph Description":["Περιγραφή Open Graph"],"We found %d og:description in your content.":["Βρήκαμε %d og:description στο περιεχόμενό σας."],"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα og:description στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Facebook θα πάρει την τελευταία ετικέτα og:περιγραφή από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Open Graph Description tag is empty!":["Η ετικέτα περιγραφής του Open Graph είναι άδεια!"],"We found an Open Graph Description tag in your source code.":["Βρήκαμε μια ετικέτα Περιγραφής Open Graph στον κώδικά σας."],"Your Open Graph Description is missing!":["Λείπει η Περιγραφή Open Graph!"],"Open Graph Image":["Εικόνα Open Graph"],"We found %d og:image in your content.":["Βρήκαμε %d og:image στο περιεχόμενό σας."],"Your Open Graph Image tag is empty!":["Η ετικέτα εικόνας του Open Graph είναι άδεια!"],"Your Open Graph Image is missing!":["Λείπει η Εικόνα Open Graph!"],"Open Graph URL":["Open Graph URL"],"We found %d og:url in your content.":["Βρήκαμε %d og:url στο περιεχόμενό σας."],"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα og:url στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Facebook θα πάρει την τελευταία ετικέτα og:url από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Open Graph URL tag is empty!":["Η ετικέτα URL του Open Graph είναι άδεια!"],"We found an Open Graph URL tag in your source code.":["Βρήκαμε μια ετικέτα Open Graph URL στον πηγαίο κώδικα."],"Your Open Graph URL is missing!":["Λείπει το Open Graph URL!"],"Open Graph Site Name":["Όνομα Ιστοτόπου Open Graph"],"We found %d og:site_name in your content.":["Βρήκαμε %d og:site_name στο περιεχόμενό σας."],"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα og:site_name στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Facebook θα πάρει την τελευταία ετικέτα og:site_name από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Open Graph Site Name tag is empty!":["Η ετικέτα ονόματος της ιστοσελίδας του Open Graph είναι άδεια!"],"We found an Open Graph Site Name tag in your source code.":["Βρήκαμε μια ετικέτα Όνοματος Ιστοτόπου Open Graph στον πηγαίο κώδικα."],"Your Open Graph Site Name is missing!":["Λείπει το Όνομα Ιστοτόπου Open Graph!"],"We found %d twitter:title in your content.":["Βρήκαμε %d twitter:title στο περιεχόμενό σας."],"You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα twitter:title στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Twitter θα πάρει την τελευταία ετικέτα twitter:title από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Twitter Title tag is empty!":["Η ετικέτα τίτλου του Twitter είναι άδεια!"],"We found a Twitter Title tag in your source code.":["Βρήκαμε μια ετικέτα Τίτλου Twitter στον πηγαίο κώδικα."],"Your Twitter Title is missing!":["Λείπει ο Τίτλος Twitter!"],"Twitter Description":["Περιγραφή Twitter"],"We found %d twitter:description in your content.":["Βρήκαμε %d twitter:description στο περιεχόμενό σας."],"You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:":["Δεν πρέπει να χρησιμοποιείτε περισσότερα από ένα twitter:description στο περιεχόμενο της ανάρτησής σας για να αποφύγετε συγκρούσεις κατά την κοινή χρήση σε κοινωνικά δίκτυα. Το Twitter θα πάρει την τελευταία ετικέτα twitter:description από τον πηγαίο κώδικα. Παρακάτω, η λίστα:"],"Your Twitter Description tag is empty!":["Η ετικέτα περιγραφής του Twitter είναι άδεια!"],"We found a Twitter Description tag in your source code.":["Βρήκαμε μια ετικέτα Περιγραφής Twitter στον πηγαίο κώδικα."],"Your Twitter Description is missing!":["Λείπει η Περιγραφή Twitter!"],"Twitter Image":["Εικόνα Twitter"],"We found %d twitter:image in your content.":["Βρήκαμε %d twitter:image στο περιεχόμενό σας."],"Your Twitter Image tag is empty!":["Η ετικέτα εικόνας του Twitter είναι άδεια!"],"Your Twitter Image is missing!":["Λείπει η Εικόνα Twitter!"],"We found %s meta robots in your page. There is probably something wrong with your theme!":["Βρέθηκαν %s μετα-ρομπότ στη σελίδα σας. Πιθανώς να υπάρχει κάποιο πρόβλημα με το θέμα σας!"],"We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:":["Βρήκαμε %d σύνδεσμους με το χαρακτηριστικό nofollow στη σελίδα σας. Μην υπερβείτε το χαρακτηριστικό nofollow σε συνδέσμους. Παρακάτω, η λίστα:"],"This page doesn't have any nofollow links.":["Αυτή η σελίδα δεν περιέχει συνδέσμους nofollow."],"We found %s outbound links in your page. Below, the list:":["Βρήκαμε %s εξερχόμενους συνδέσμους στη σελίδα. Παρακάτω, η λίστα:"],"We found %s inbound links to this page.":[""],"edit %s":[""],"We found %s canonical URL in your source code. Below, the list:":[""],"You must fix this. Canonical URL duplication is bad for SEO.":[""],"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots":["<strong>Χρειάζεται βελτίωση:</strong> κόκκινες ή πορτοκαλί κουκκίδες <br> <strong>Καλό:</strong> κίτρινες ή πράσινες κουκκίδες"],"Expand":["Επέκταση"],"Close":["Κλείσιμο"],"Check a user role to authorized it to edit a specific SEO page.":[""],"Custom fields (replace your_custom_field_name by the name of your custom field)":[""],"Product Date On Sale To":[""],"Product Price With Taxes":[""],"Product SKU":[""]}}}
|
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Title":["Title"],"Enter your title":["Enter your title"],"pixels":[""],"Description":["Description"],"Save":[""],"Google Snippet Preview":["Google Snippet Preview"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview."],"Mobile Preview":["Mobile Preview"],"Titles & Metas":["Titles & Metas"],"Social":["Social"],"Advanced":["Advanced"],"Redirection":["Redirection"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":[""],"Your settings have been saved.":["Your settings have been saved."],"Meta robots settings":["Meta robots settings"],"Get suggestions!":["Get suggestions!"],"Facebook Preview":["Facebook Preview"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview."],"The closer to 1.91 the better.":["The closer to 1.91 the better."],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image."],"File type not supported by Facebook. Please choose another image.":["File type not supported by Facebook. Please choose another image."],"File error. Please choose another image.":["File error. Please choose another image."],"Twitter Preview":["Twitter Preview"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview."],"The closer to 1 the better (with large card, 2 is better).":["The closer to 1 the better (with large card, 2 is better)."],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image."],"File type not supported by Twitter. Please choose another image.":["File type not supported by Twitter. Please choose another image."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":[""],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":["This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal."],"This page doesn't have any canonical URL.":["This page doesn't have any canonical URL."],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["We could not find any image in your content. Content with media is a plus for your SEO."],"All alternative tags are filled in. Good work!":["All alternative tags are filled in. Good work!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["No alternative text was found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields."],"Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors.":[""],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":["This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context."],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content."],"This is your homepage. This check doesn't apply here because there is no slug.":["This is your homepage. This check doesn't apply here because there is no slug."],"You should add one of your target keyword in your permalink.":["You should add one of your target keyword in your permalink."],"Cool, one of your target keyword is used in your permalink.":["Cool, one of your target keyword is used in your permalink."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation."],"Target keywords were found in the Meta description.":["Target keywords were found in the Meta description."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. "],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation."],"Target keywords were found in the Meta Title.":["Target keywords were found in the Meta Title."],"This post is a little old!":["This post is a little old!"],"The last modified date of this article is less than 1 year. Cool!":["The last modified date of this article is less than 1 year. Cool!"],"Search engines love fresh content. Update regularly your articles without entirely rewriting your content and give them a boost in search rankings. SEOPress takes care of the technical part.":[""],"Last modified date":["Last modified date"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":["Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link."],"This page doesn't have any outbound links.":["This page doesn't have any outbound links."],"No schemas found in the source code of this page.":["No schemas found in the source code of this page."],"We found these schemas in the source code of this page:":["We found these schemas in the source code of this page:"],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["No content? Add a few more paragraphs!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["Words count is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your articles require a minimum of paragraphs, and so, words."],"words found.":["words found."],"unique words found.":["unique words found."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Your content is composed of more than 300 words, which is the minimum for a post."],"Your content is too short. Add a few more paragraphs!":["Your content is too short. Add a few more paragraphs!"],"Words counter":["Words counter"],"noindex is on!":["noindex is on!"],"SEO for \"%s\"":[""],"noindex is off.":["noindex is off."],"nofollow is on!":["nofollow is on!"],"nofollow is off.":["nofollow is off."],"XML / HTML Sitemap":["XML / HTML Sitemap"],"Social Networks":["Social Networks"],"Analytics":["Analytics"],"Insights":["Insights"],"Tools":["Tools"],"BOT":["BOT"],"License":["Licence"],"PRO":["PRO"],"Schemas":["Schemas"],"Redirections":["Redirections"],"Broken Links":["Broken Links"],"Configuration wizard":["Configuration wizard"],"Home":["Home"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Site Title"],"Tagline":["Tagline"],"Post Title":["Post Title"],"Post excerpt":["Post excerpt"],"Post content / product description":["Post content / product description"],"Post thumbnail URL":["Post thumbnail URL"],"Post URL":["Post URL"],"Post date":["Post date"],"Post modified date":["Post modified date"],"Post author":["Post author"],"Post category":["Post category"],"Post tag":["Post tag"],"Category title":["Category title"],"Category description":["Category description"],"Tag title":["Tag title"],"Tag description":["Tag description"],"Term title":["Term title"],"Term description":["Term description"],"Search keywords":["Search keywords"],"Current number page":["Current number page"],"Page number with context":["Page number with context"],"Plural Post Type Archive name":["Plural Post Type Archive name"],"Archive title":["Archive title"],"Archive date":["Archive date"],"Day Archive date":["Day Archive date"],"Month Archive title":["Month Archive title"],"Year Archive title":["Year Archive title"],"Custom fields from post, page or post type":["Custom fields from post, page or post type"],"Custom term taxonomy from post, page or post type":["Custom term taxonomy from post, page or post type"],"Single product category":["Single product category"],"Single product tag":["Single product tag"],"Single product short description":["Single product short description"],"Single product price":["Single product price"],"Single product price taxes excluded":["Single product price taxes excluded"],"Single SKU product":["Single SKU product"],"Current day":["Current day"],"Current month":["Current month"],"Current month in 3 letters":["Current month in 3 letters"],"Current year":["Current year"],"Current date":["Current date"],"Current time":["Current time"],"Author first name":[""],"Author last name":[""],"Author website":[""],"Author nickname":[""],"Author biography":["Author biography"],"Author user meta":[""],"Current month in digital format":["Current month in digital format"],"Target keyword":["Target keyword"],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Manage all your titles & metas for post types, taxonomies, archives..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter Card, Google Knowledge Graph and more..."],"Track everything about your visitors with Google Analytics / Matomo":["Track everything about your visitors with Google Analytics / Matomo"],"Advanced SEO options for advanced users!":["Advanced SEO options for advanced users!"],"Track your keyword positions and backlinks directly in your WordPress.":["Track your keyword positions and backlinks directly in your WordPress."],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Improve WooCommerce SEO"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Improve Easy Digital Downloads SEO"],"Local Business":["Local Business"],"Add Google Local Business data type":["Add Google Local Business data type"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Add Dublin Core meta tags"],"Structured Data Types":["Structured Data Types"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Add data types to your content: articles, courses, recipes, videos, events, products and more."],"Breadcrumbs":["Breadcrumbs"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Enable Breadcrumbs for your theme and improve your SEO in SERPs"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Track your website performance to improve SEO with Google Page Speed"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Edit your robots.txt file"],"Google News Sitemap":["Google News Sitemap"],"Optimize your site for Google News":["Optimize your site for Google News"],"Create / manage your schemas":["Create / manage your schemas"],"Monitor 404, create 301, 302 and 307 redirections":["Monitor 404, create 301, 302 and 307 redirections"],"Broken links":["Broken links"],"Scan your site to find SEO problems.":["Scan your site to find SEO problems."],"URL Rewriting":["URL Rewriting"],"Customize your permalinks.":["Customize your permalinks."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Edit your htaccess file."],"RSS":["RSS"],"Configure default WordPress RSS.":["Configure default WordPress RSS."],"Import/Export plugin settings from site to site.":["Import/Export plugin settings from site to site."],"Edit your license key.":["Edit your license key."],"Image SEO":["Image SEO"],"Appearance":["Appearance"],"Security":["Security"],"General":["General"],"Tracking":["Tracking"],"Ecommerce":["Ecommerce"],"Events":["Events"],"Custom Dimensions":["Custom Dimensions"],"Stats in Dashboard":["Stats in Dashboard"],"Cookie bar / GDPR":["Cookie bar / GDPR"],"Matomo":["Matomo"],"Post Types":["Post Types"],"Taxonomies":["Taxonomies"],"HTML Sitemap":["HTML Sitemap"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Your social accounts"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (Twitter card)"],"Archives":["Archives"],"Compatibility Center":["Compatibility Center"],"Data":["Data"],"Settings":["Settings"],"Plugins":["Plugins"],"Reset":["Reset"],"Import data from a CSV":["Import data from a CSV"],"Meta title":["Meta title"],"Meta description":["Meta description"],"Meta robots (noindex, nofollow...)":["Meta robots (noindex, nofollow...)"],"Facebook Open Graph tags (title, description, image)":["Facebook Open Graph tags (title, description, image)"],"Twitter cards tags (title, description, image)":["Twitter cards tags (title, description, image)"],"Redirection (enable, type, URL)":["Redirection (enable, type, URL)"],"Primary category":["Primary category"],"Canonical URL":["Canonical URL"],"Target keywords":["Target keywords"],"Run the importer":["Run the importer"],"Export metadata to a CSV":["Export metadata to a CSV"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":["Export your post (post, page, single post type) and term metadata for this site as a .csv file."],"Export":["Export"],"Export plugin settings":["Export plugin settings"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site."],"Import plugin settings":["Import plugin settings"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above."],"Import":["Import"],"Import completed!":["Import completed!"],"Import posts and terms metadata from":["Import posts and terms metadata from"],"Select an option":["Select an option"],"You don't have to enable the selected SEO plugin to run the import.":["You don't have to enable the selected SEO plugin to run the import."],"Activate Redirections":["Activate Redirections"],"Reset All Notices From Notifications Center":["Reset All Notices From Notifications Center"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["By clicking Reset Notices, all notices in the notifications center will be set to their initial status."],"Reset notices":["Reset notices"],"Reset All Settings":["Reset All Settings"],"<strong>WARNING:</strong> Delete all options related to this plugin in your database.":[""],"Reset settings":["Reset settings"],"Click to disable this feature":["Click to disable this feature"],"Click to enable this feature":["Click to enable this feature"],"SEOPress Option Page":[""],"Dashboard":["Dashboard"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["A redirect is active for this URL. Turn it off to get the Google preview and content analysis."],"To get your Google snippet preview, publish your post!":["To get your Google snippet preview, publish your post!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["How to get started"],"Welcome to SEOPress!":["Welcome to SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you."],"Get started":["Get started"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["SEO Tools"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Average session duration":[""],"Bounce rate":[""],"Check websites setup on your server":["Check websites setup on your server"],"Not found":["Not found"],"No scrape.":["No scrape."],"No domain found.":["No domain found."],"Server IP Address: ":["Server IP Address: "],"Last scrape: ":["Last scrape: "],"Number of websites on your server: ":["Number of websites on your server: "],"Get list":["Get list"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"Learn more about %s in a new tab":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["Configure SEOPress in a few minutes with our installation wizard"],"The best way to quickly setup SEOPress on your site.":["The best way to quickly setup SEOPress on your site."],"Wizard":["Wizard"],"Start the wizard":["Start the wizard"],"Configure SEOPress Insights in a few minutes with our installation wizard":["Configure SEOPress Insights in a few minutes with our installation wizard"],"Track your keywords positions and backlinks directly on your WordPress site.":["Track your keywords positions and backlinks directly on your WordPress site."],"We noticed that some SEO DIVI options are enabled!":["We noticed that some SEO DIVI options are enabled!"],"To avoid any SEO conflicts, please disable every SEO option from <strong>DIVI theme options page, SEO tab</strong>.":[""],"High impact":["High impact"],"Fix this!":["Fix this!"],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary."],"Your permalinks have a trailingslash":["Your permalinks have a trailingslash"],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary."],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":["TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>"],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":["Fix this compatibility issue to allow SEOPress generates the correct meta titles."],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed."],"Learn more":["Learn more"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["We noticed that you are using <strong>%s</strong> plugin."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["Do you want to migrate all your metadata to SEOPress? To avoid conflicts don't use multiple SEO plugins at once."],"Migrate!":["Migrate!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["You have enabled 404 cleaning BUT the scheduled task is not running."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["To solve this, please disable and re-enable SEOPress PRO. No data will be lost."],"Enfold theme is not correctly setup for SEO!":["Enfold theme is not correctly setup for SEO!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues."],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["Your site doesn't use an SSL certificate!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust."],"Low impact":["Low impact"],"Buy an SSL!":["Buy an SSL!"],"PHP module \"DOM\" is missing on your server.":["PHP module \"DOM\" is missing on your server."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["This PHP module, installed by default with PHP, is required by many plugins, including SEOPress. Please contact your host as soon as possible to solve this."],"Your site is not visible to Search Engines!":["Your site is not visible to Search Engines!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned."],"Your site title is empty!":["Your site title is empty!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["Your Site Title is used by WordPress, your theme, and your plugins, including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["Why is this important? Showing the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions..."],"Your RSS feed shows full text!":["Your RSS feed shows full text!"],"Medium impact":["Medium impact"],"You have activated Google Analytics tracking without adding identifiers!":["You have activated Google Analytics tracking without adding identifiers!"],"Google Analytics will not track your visitors until you finish the configuration.":["Google Analytics will not track your visitors until you finish the configuration."],"You like SEOPress? Please help us by rating us 5 stars!":["You like SEOPress? Please help us by rating us 5 stars!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!"],"Information":["Information"],"Rate us!":["Rate us!"],"Break comments into pages is ON!":["Break comments into pages is ON!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages and slowing the Google bot unnecessarily, so hindering your ranking in search results."],"Disable this!":["Disable this!"],"Display more posts per page on homepage and archives":["Display more posts per page on homepage and archives"],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links."],"You don't have an XML Sitemap!":["You don't have an XML Sitemap!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet."],"Do you have a Google My Business page? It's free!":["Do you have a Google My Business page? It's free!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned."],"Create your page now!":["Create your page now!"],"Add your site to Google. It's free!":["Add your site to Google. It's free!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["Is your brand new site online? If so, reference it as quickly as possible on Google to get your first visitors via the Google Search Console. Already the case? Click on the cross on the right to remove this alert."],"Add your site to Search Console!":["Add your site to Search Console!"],"Structured data types is not correctly enabled":["Structured data types is not correctly enabled"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)"],"You have to enter your licence key to get updates and support":["You have to enter your licence key to get updates and support"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Please activate the SEOPress PRO license key to automatically receive updates and to guarantee you the best user experience possible."],"Take your SEO to the next level with SEOPress PRO!":["Take your SEO to the next level with SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["The PRO version of SEOPress allows you to easily manage your structured data (schemas), add breadcrumbs optimised for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import/export tool from/to a CSV of your metadata, and so much more."],"Upgrade now!":["Upgrade now!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["Remove ?replytocom link in source code"],"Add TINYMCE editor to term description":["Add TINYMCE editor to term description"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Disable trailing slash for metas"],"Remove WordPress meta generator in source code":["Remove WordPress meta generator in source code"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["Remove hentry post class to prevent Google from seeing this as structured data (schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Remove comment author URL in comments if the website is filled from profile page"],"Remove website field from comment form to reduce spam":["Remove website field from comment form to reduce spam"],"Remove WordPress shortlink meta tag in source code (eg:":["Remove WordPress shortlink meta tag in source code (eg:"],"Remove Windows Live Writer meta tag in source code (eg:":["Remove Windows Live Writer meta tag in source code (eg:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Remove Really Simple Discovery meta tag in source code (eg:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":[""],"Enter Google meta value site verification":["Enter Google meta value site verification"],"Google site verification":["Google site verification"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty."],"Enter Bing meta value site verification":["Enter Bing meta value site verification"],"Bing site verification":["Bing site verification"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty."],"Enter Pinterest meta value site verification":["Enter Pinterest meta value site verification"],"Pinterest site verification":["Pinterest site verification"],"Yandex site verification":["Yandex site verification"],"Enter Yandex meta value site verification":["Enter Yandex meta value site verification"],"Remove SEO from Admin Bar in backend and frontend":["Remove SEO from Admin Bar in backend and frontend"],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":[""],"High priority (top)":["High priority (top)"],"Normal priority (default)":["Normal priority (default)"],"Low priority":["Low priority"],"Automatic tab (default)":["Automatic tab (default)"],"Manual tab":["Manual tab"],"Hide Notifications Center in SEO Dashboard page":[""],"Hide SEO News in SEO Dashboard page":[""],"Hide SEO tools in SEO Dashboard page":[""],"Add title column":["Add title column"],"Add meta description column":["Add meta description column"],"Add redirection enable column":["Add redirection enable column"],"Add redirection URL column":["Add redirection URL column"],"Add canonical URL column":["Add canonical URL column"],"Add target keyword column":["Add target keyword column"],"Display noindex status":["Display noindex status"],"Display nofollow status":["Display nofollow status"],"Display total number of words in content":["Display total number of words in content"],"Display Page Speed column to check performances":["Display Page Speed column to check performances"],"Display SEO Insights column to check rankings":["Display SEO Insights column to check rankings"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Display Content Analysis results column (\"Good\" or \"Should be improved\")"],"Remove Content Analysis Metabox":[""],"Remove Genesis SEO Metabox":["Remove Genesis SEO Metabox"],"Remove Genesis SEO link in WP Admin Menu":["Remove Genesis SEO link in WP Admin Menu"],"Remove the advice if None schema selected":["Remove the advice if None schema selected"],"Hook to filter structured data types metabox call by post type - new window":["Hook to filter structured data types metabox call by post type - new window"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Enable Google Analytics tracking (Global Site Tag: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Enter your Tracking ID (UA-XXXX-XX)"],"Enter your tracking ID":["Enter your tracking ID"],"Find your tracking ID":["Find your tracking ID"],"Enter your measurement ID (G-XXXXXXXXXX)":["Enter your measurement ID (G-XXXXXXXXXX)"],"Enter your measurement ID":["Enter your measurement ID"],"Find your measurement ID":["Find your measurement ID"],"After the opening body tag (recommended)":["After the opening body tag (recommended)"],"Footer":["Footer"],"Head (not recommended)":["Head (not recommended)"],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":[""],"Request user's consent for analytics tracking (required by GDPR)":["Request user's consent for analytics tracking (required by GDPR)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Hook to add custom tracking code with user consent - new window"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Display and automatically accept the user‘s consent on page load (not fully GDPR)"],"The previous option must be checked to use this.":["The previous option must be checked to use this."],"Allow user to change its choice about cookies":["Allow user to change its choice about cookies"],"Enter your message (HTML allowed)":["Enter your message (HTML allowed)"],"This message will only appear if request user's consent is enabled.":["This message will only appear if request user's consent is enabled."],"Hook to filter user consent message - new window":["Hook to filter user consent message - new window"],"HTML tags allowed: strong, em, br, a href / target":["HTML tags allowed: strong, em, br, a href / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]"],"Accept":["Accept"],"Change the button value":["Change the button value"],"default: X":["default: X"],"Change the close button value":["Change the close button value"],"default: Manage cookies":["default: Manage cookies"],"Change the edit button value":["Change the edit button value"],"Default: 30 days before the cookie expiration.":["Default: 30 days before the cookie expiration."],"Bottom (default)":["Bottom (default)"],"Middle":["Middle"],"Top":["Top"],"Left":["Left"],"Center (default)":["Center (default)"],"Right":["Right"],"Change the cookie bar width":["Change the cookie bar width"],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":["Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%)."],"Backdrop":["Backdrop"],"Customize the cookie bar <strong>backdrop</strong>.":["Customise the cookie bar <strong>backdrop</strong>."],"Display a backdrop with the cookie bar":["Display a backdrop with the cookie bar"],"Background color: ":["Background colour: "],"Change the background color of the backdrop":["Change the background colour of the backdrop"],"Main settings":["Main settings"],"Customize the general settings of the <strong>cookie bar</strong>.":["Customise the general settings of the <strong>cookie bar</strong>."],"Change the color of the cookie bar background":["Change the colour of the cookie bar background"],"Text color: ":["Text colour: "],"Change the color of the cookie bar text":["Change the colour of the cookie bar text"],"Link color: ":["Link colour: "],"Change the color of the cookie bar link":["Change the colour of the cookie bar link"],"Primary button":["Primary button"],"Customize the <strong>Accept button</strong>.":["Customise the <strong>Accept button</strong>."],"Change the color of the cookie bar button background":["Change the colour of the cookie bar button background"],"Background color on hover: ":["Background colour on hover: "],"Change the color of the cookie bar button hover background":["Change the colour of the cookie bar button hover background"],"Change the color of the cookie bar button":["Change the colour of the cookie bar button"],"Text color on hover: ":["Text colour on hover: "],"Change the color of the cookie bar button hover":["Change the colour of the cookie bar button hover"],"Secondary button":["Secondary button"],"Customize the <strong>Close button</strong>.":["Customise the <strong>Close button</strong>."],"Change the color of the cookie bar secondary button background":["Change the colour of the cookie bar secondary button background"],"Change the color of the cookie bar secondary button hover background":["Change the colour of the cookie bar secondary button hover background"],"Change the color of the cookie bar secondary button":["Change the colour of the cookie bar secondary button"],"Change the color of the cookie bar secondary button hover":["Change the colour of the cookie bar secondary button hover"],"Enter your Google Optimize container ID":["Enter your Google Optimize container ID"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Google Optimize offers A/B testing, website testing & personalization tools."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Enter your Google Ads conversion ID (eg: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":["Learn how to find your Google Ads Conversion ID"],"Paste your tracking code here like Google Tag Manager (head)":["Paste your tracking code here like Google Tag Manager (head)"],"Additional tracking code field":["Additional tracking code field"],"This code will be added in the head section of your page.":["This code will be added in the head section of your page."],"Paste your tracking code here like Google Tag Manager (body)":["Paste your tracking code here like Google Tag Manager (body)"],"Additional tracking code field added to body":["Additional tracking code field added to body"],"This code will be added just after the opening body tag of your page.":["This code will be added just after the opening body tag of your page."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme."],"Paste your tracking code here (body footer)":["Paste your tracking code here (body footer)"],"Additional tracking code field added to body footer":["Additional tracking code field added to body footer"],"This code will be added just after the closing body tag of your page.":["This code will be added just after the closing body tag of your page."],"Enable remarketing, demographics, and interests reporting":["Enable remarketing, demographics, and interests reporting"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert."],"Enable IP Anonymization":["Enable IP Anonymization"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network."],"Enhanced Link Attribution":["Enhanced Link Attribution"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."],"Enable cross-domain tracking":["Enable cross-domain tracking"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Cross domains"],"Enable external links tracking":["Enable external links tracking"],"Enable download tracking":["Enable download tracking"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Track downloads' clicks"],"Separate each file type extensions with a pipe \"|\"":["Separate each file type extensions with a pipe \"|\""],"Enable affiliate/outbound tracking":["Enable affiliate/outbound tracking"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Track affiliate/outbound links"],"Separate each keyword with a pipe \"|\"":["Separate each keyword with a pipe \"|\""],"None":["None"],"Custom Dimension #%d":["Custom Dimension #%d"],"Enable Matomo tracking (Matomo account required)":["Enable Matomo tracking (Matomo account required)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\""],"Matomo Cloud URL":["Matomo Cloud URL"],"Enter only the <strong>host</strong> like this example.matomo.cloud":[""],"Enter your site ID here":["Enter your site ID here"],"Matomo Site ID":["Matomo Site ID"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part."],"Tracking one domain and its subdomains in the same website":["Tracking one domain and its subdomains in the same website"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor."],"Prepend the site domain to the page title when tracking":["Prepend the site domain to the page title when tracking"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain."],"Track users with JavaScript disabled":["Track users with JavaScript disabled"],"Enables cross domain linking":["Enables cross domain linking"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Enable client side DoNotTrack detection"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Tracking requests will not be sent if visitors do not wish to be tracked."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view."],"Enabling Download & Outlink tracking":["Enabling Download & Outlink tracking"],"Disabling all heatmaps and session recordings":["Disabling all heatmaps and session recordings"],"Redirect attachment pages to post parent (or homepage if none)":["Redirect attachment pages to post parent (or homepage if none)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["If this option is checked, it will take precedence over the redirection of attachments to the post's parent."],"When sending an image file, automatically set the title based on the filename":["When sending an image file, automatically set the title based on the filename"],"When sending an image file, automatically set the alternative text based on the filename":["When sending an image file, automatically set the alternative text based on the filename"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99."],"Use the target keywords if not alternative text set for the image":["Use the target keywords if not alternative text set for the image"],"This setting will be applied to images without any alt text only on frontend. This setting is retroactive. If you turn it off, alt texts that were previously empty will be empty again.":[""],"When sending an image file, automatically set the caption based on the filename":["When sending an image file, automatically set the caption based on the filename"],"When sending an image file, automatically set the description based on the filename":["When sending an image file, automatically set the description based on the filename"],"Enable XML Sitemap":["Enable XML Sitemap"],"Guide to enable XML Sitemaps - new window":["Guide to enable XML Sitemaps - new window"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)"],"Guide to enable XML image sitemaps - new window":["Guide to enable XML image sitemaps - new window"],"Images in XML sitemaps are visible only from the source code.":["Images in XML sitemaps are visible only from the source code."],"Enable Video Sitemaps":["Enable Video Sitemaps"],"Guide to enable XML video sitemaps - new window":["Guide to enable XML video sitemaps - new window"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>"],"Enable Author Sitemap":["Enable Author Sitemap"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Make sure to enable author archive from SEO, titles and metas, archives tab.</a>"],"Enable HTML Sitemap":["Enable HTML Sitemap"],"Guide to enable a HTML Sitemap - new window":["Guide to enable a HTML Sitemap - new window"],"Include":["Include"],"eg: 2, 28, 68":["eg: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Enter a post, page or custom post type ID(s) to display the sitemap"],"You can also use this shortcode:":["You can also use this shortcode:"],"To include specific custom post types, use the CPT attribute:":["To include specific custom post types, use the CPT attribute:"],"eg: 13, 8, 38":["eg: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Exclude some Posts, Pages, Custom Post Types or Terms IDs"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"],"Default (date)":["Default (date)"],"Modified date":["Modified date"],"Post ID":["Post ID"],"Menu order":["Menu order"],"Disable date after each post, page, post type?":["Disable date after each post, page, post type?"],"Remove links from archive pages (eg: Products)":["Remove links from archive pages (eg: Products)"],"None (will disable this feature)":["None (will disable this feature)"],"Person":["Person"],"Organization":["Organization"],"eg: Miremont":["eg: Miremont"],"Your name/organization":["Your name/organization"],"Your photo/organization logo":["Your photo/organization logo"],"Select your logo":["Select your logo"],"Upload an Image":["Upload an Image"],"eg: +33123456789 (internationalized version required)":["eg: +33123456789 (internationalized version required)"],"Organization's phone number (only for Organizations)":["Organization's phone number (only for Organizations)"],"Customer support":["Customer support"],"Technical support":["Technical support"],"Billing support":["Billing support"],"Bill payment":["Bill payment"],"Sales":["Sales"],"Credit card support":["Credit card support"],"Emergency":["Emergency"],"Baggage tracking":["Baggage tracking"],"Roadside assistance":["Roadside assistance"],"Package tracking":["Package tracking"],"Toll Free":["Toll Free"],"Hearing impaired supported":["Hearing impaired supported"],"eg: https://facebook.com/my-page-url":["eg: https://facebook.com/my-page-url"],"Facebook Page URL":["Facebook Page URL"],"eg: @my_twitter_account":["eg: @my_twitter_account"],"Twitter Page URL":["Twitter Page URL"],"eg: https://pinterest.com/my-page-url/":["eg: https://pinterest.com/my-page-url/"],"Pinterest URL":["Pinterest URL"],"eg: https://www.instagram.com/my-page-url/":["eg: https://www.instagram.com/my-page-url/"],"Instagram URL":["Instagram URL"],"eg: https://www.youtube.com/my-channel-url":["eg: https://www.youtube.com/my-channel-url"],"YouTube URL":["YouTube URL"],"eg: http://linkedin.com/company/my-company-url/":["eg: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["LinkedIn URL"],"Enable OG data":["Enable OG data"],"Select a default image":["Select a default image"],"Select your default thumbnail":["Select your default thumbnail"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox)."],"WooCommerce Shop Page.":["WooCommerce Shop Page."],"No custom post type to configure.":["No custom post type to configure."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing."],"How do I find my Facebook Page ID?":["How do I find my Facebook Page ID?"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["How to create a Facebook App ID"],"Enable Twitter card":["Enable Twitter card"],"Use OG if no Twitter Cards":["Use OG if no Twitter Cards"],"Default Twitter Image":["Default Twitter Image"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max."],"Default":["Default"],"Large":["Large"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":["The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website."],"Enter your separator, eg: \"-\"":["Enter your separator, eg: \"-\""],"Separator":["Separator"],"Use this separator with %%sep%% in your title and meta description.":["Use this separator with %%sep%% in your title and meta description."],"My awesome website":["My awesome website"],"Site title":["Site title"],"This is a cool website about Wookiees":["This is a cool website about Wookiees"],"Looking to edit your blog page?":["Looking to edit your blog page?"],"Click to hide any SEO metaboxes / columns for this post type":["Click to hide any SEO metaboxes / columns for this post type"],"Click to display any SEO metaboxes / columns for this post type":["Click to display any SEO metaboxes / columns for this post type"],"Title template":["Title template"],"Meta description template":["Meta description template"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Do not display this single post type in search engine results <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":["This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out."],"Do not follow links for this single post type <strong>(nofollow)</strong>":["Do not follow links for this single post type <strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":["Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?"],"Unchecking this doesn't prevent Google to display post date in search results.":["Unchecking this doesn't prevent Google to display post date in search results."],"Display post thumbnail in Google Custom Search results?":["Display post thumbnail in Google Custom Search results?"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":["BuddyPress groups"],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":["Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>"],"Click to hide any SEO metaboxes for this taxonomy":["Click to hide any SEO metaboxes for this taxonomy"],"Click to display any SEO metaboxes for this taxonomy":["Click to display any SEO metaboxes for this taxonomy"],"Category Title":["Category Title"],"Tag Title":["Tag Title"],"Term Title":["Term Title"],"Category Description":["Category Description"],"Tag Description":["Tag Description"],"Term Description":["Term Description"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":["This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out."],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"],"See archive":["See archive"],"Post Type Archive Name":["Post Type Archive Name"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Do not display this post type archive in search engine results <strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["Do not follow links for this post type archive <strong>(nofollow)</strong>"],"Author archives":["Author archives"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["Do not display author archives in search engine results <strong>(noindex)</strong>"],"Disable author archives":["Disable author archives"],"Date archives":["Date archives"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["Do not display date archives in search engine results <strong>(noindex)</strong>"],"Disable date archives":["Disable date archives"],"Search archives":["Search archives"],"Search Keywords":["Search Keywords"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["Do not display search archives in search engine results <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":["Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>."],"nofollow":["nofollow"],"Do not follow links for all pages.":["Do not follow links for all pages."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["Do not use Open Directory project metadata for titles or excerpts for all pages."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["Do not index images from the entire site."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["Do not display a \"Cached\" link in the Google search results."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["Do not display a description in the Google search results for all pages."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code."],"Add rel next/prev link in head of paginated archive pages":["Add rel next/prev link in head of paginated archive pages"],"Add a \"noindex\" meta robots for all paginated archive pages":["Add a \"noindex\" meta robots for all paginated archive pages"],"eg: https://example.com/category/my-category/page/2/":["eg: https://example.com/category/my-category/page/2/"],"Add a \"noindex\" meta robots for all attachment pages":[""],"eg: https://example.com/my-media-attachment-page":[""],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":["Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable."],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":["Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable."],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":["Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable."],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":["Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable."],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":["Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable."],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only)."],"How-to":["How-to"],"Read our guide":["Read our guide"],"Templates variables":["Templates variables"],"Edit your meta robots":["Edit your meta robots"],"Browse our guides":["Browse our guides"],"Read our FAQ":["Read our FAQ"],"Check our website":["Check our website"],"Enter a few keywords for analysis to help you write optimized content.":["Enter a few keywords for analysis to help you write optimized content."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them"],"Enter your target keywords":["Enter your target keywords"],"Analyze my content":["Analyze my content"],"Refresh analysis":["Refresh analysis"],"Track with Insights":["Track with Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would."],"Google suggestions":["Google suggestions"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique."],"Get suggestions from Google":["Get suggestions from Google"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Titles settings"],"Google News":["Google News"],"Video Sitemap":["Video Sitemap"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages."]," / 568 pixels - ":[" / 568 pixels - "]," (maximum recommended limit)":[" (maximum recommended limit)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width."],"Enter your meta description":["Enter your meta description"]," / 940 pixels - ":[" / 940 pixels - "],"Category / term description":["Category / term description"],"Post Excerpt":["Post Excerpt"],"Snippet Preview":["Snippet Preview"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["\"noindex\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results."],"Do not follow links for this page <strong>(nofollow)</strong>":["Do not follow links for this page <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["\"nofollow\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["\"noodp\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory."],"Do not index images for this page <strong>(noimageindex)</strong>":["Do not index images for this page <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["\"noimageindex\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br>Note that your images can always be indexed if they are linked from other pages."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["\"noarchive\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["By checking this option, you will add a meta robots tag with the value \"noarchive\"."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["Do not display a description in search results for this page <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["\"nosnippet\" robots meta tag"],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["By checking this option, you will add a meta robots tag with the value \"nosnippet\"."],"A canonical URL is the URL of the page that Google thinks is most representative from a set of duplicate pages on your site. <br>For example, if you have URLs for the same page (for example: example.com?dress=1234 and example.com/dresses/1234), Google chooses one as canonical. <br>Note that the pages do not need to be absolutely identical; minor changes in sorting or filtering of list pages do not make the page unique (for example, sorting by price or filtering by item color). The canonical can be in a different domain than a duplicate.":[""],"Default value: ":["Default value: "],"Select a primary category":["Select a primary category"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":["Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories."],"Custom breadcrumbs":["Custom breadcrumbs"],"Enter a custom value, useful if your title is too long":["Enter a custom value, useful if your title is too long"],"Current breadcrumbs: %s":["Current breadcrumbs: %s"],"Ask Facebook to update its cache":["Ask Facebook to update its cache"],"Facebook Title":["Facebook Title"],"Enter your Facebook title":["Enter your Facebook title"],"Facebook description":["Facebook description"],"Enter your Facebook description":["Enter your Facebook description"],"Facebook Thumbnail":["Facebook Thumbnail"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin."],"Your image ratio is: ":["Your image ratio is: "],"File URL is not valid.":["File URL is not valid."],"Preview your Twitter card using the official validator":["Preview your Twitter card using the official validator"],"Twitter Title":["Twitter Title"],"Enter your Twitter title":["Enter your Twitter title"],"Twitter description":["Twitter description"],"Enter your Twitter description":["Enter your Twitter description"],"Twitter Thumbnail":["Twitter Thumbnail"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":[""],"Enable redirection?":["Enable redirection?"],"301 Moved Permanently":["301 Moved Permanently"],"302 Found / Moved Temporarily":["302 Found / Temporarily Moved"],"307 Moved Temporarily":["307 Temporarily Moved"],"410 Gone":["410 Gone"],"451 Unavailable For Legal Reasons":["451 Unavailable For Legal Reasons"],"URL redirection":["URL redirection"],"Enter your new URL in absolute (eg: https://www.example.com/)":["Enter your new URL in absolute (eg: https://www.example.com/)"],"Query parameters":["Query parameters"],"Exactly match all parameters":["Exactly match all parameters"],"Exclude all parameters":["Exclude all parameters"],"Exclude all parameters and pass them to the redirection":["Exclude all parameters and pass them to the redirection"],"Test your URL":["Test your URL"],"Need help with your redirections? Read our guide.":["Need help with your redirections? Read our guide."],"Exclude this post from Google News Sitemap?":["Exclude this post from Google News Sitemap?"],"Exclude this post from Video Sitemap?":["Exclude this post from Video Sitemap?"],"If your post is set to noindex, it will be automatically excluded from the sitemap.":["If your post is set to noindex, it will be automatically excluded from the sitemap."],"Video ":["Video "],"Video URL (required)":["Video URL (required)"],"Enter your video URL":["Enter your video URL"],"Video URL":["Video URL"],"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server.":["NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server."],"Video Title (required)":["Video Title (required)"],"Enter your video title":["Enter your video title"],"Video title":["Video title"],"Default: title tag, if not available, post title.":["Default: title tag, if not available, post title."],"Video Description (required)":["Video Description (required)"],"Enter your video description":["Enter your video description"],"Video description":["Video description"],"2048 characters max.; default: meta description. If not available, use the beginning of the post content.":["2048 characters max.; default: meta description. If not available, use the beginning of the post content."],"Video Thumbnail (required)":["Video Thumbnail (required)"],"Select your video thumbnail":["Select your video thumbnail"],"Video Thumbnail":["Video Thumbnail"],"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image.":["Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image."],"Video Duration (recommended)":["Video Duration (recommended)"],"Duration in seconds":["Duration in seconds"],"Video duration":["Video duration"],"The duration of the video in seconds. Value must be between 0 and 28800 (8 hours).":["The duration of the video in seconds. Value must be between 0 and 28800 (8 hours)."],"Video Rating":["Video Rating"],"Video rating":["Video rating"],"Allowed values are float numbers in the range 0.0 to 5.0.":["Allowed values are float numbers in the range 0.0 to 5.0."],"View count":["View count"],"Number of views":["Number of views"],"Video tags":["Video tags"],"Enter your video tags":["Enter your video tags"],"32 tags max., separate tags with commas. Default: target keywords + post tags if available.":["32 tags max., separate tags with commas. Default: target keywords + post tags if available."],"Video categories":["Video categories"],"Enter your video categories":["Enter your video categories"],"256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available.":["256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available."],"NOT family friendly?":["NOT family friendly?"],"The video will be available only to users with SafeSearch turned off.":["The video will be available only to users with SafeSearch turned off."],"Remove video":["Remove video"],"Add video":["Add video"],"Analysis in progress...":["Analysis in progress..."],"Content analysis":["Content analysis"],"By clicking Migrate, we'll import:":["By clicking Migrate, we'll import:"],"Title tags":["Title tags"],"Facebook Open Graph tags (title, description and image thumbnail)":["Facebook Open Graph tags (title, description and image thumbnail)"],"Twitter tags (title, description and image thumbnail)":["Twitter tags (title, description and image thumbnail)"],"Meta Robots (noindex, nofollow...)":["Meta Robots (noindex, nofollow...)"],"Redirect URL":["Redirect URL"],"Migrate now":["Migrate now"],"SEO Title / Description":["SEO Title / Description"],"Meta Description":["Meta Description"],"SEO Advanced":["SEO Advanced"],"SEO Social":["SEO Social"],"<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q=":["<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q="],"<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>":["<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>"],"SEO Redirection":["SEO Redirection"],"SEO Content Analysis":["SEO Content Analysis"],"<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimized content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>":["<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimised content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>"],". The closer to 1.91 the better.":[". The closer to 1.91 the better."],"By":["By"],". The closer to 1 the better (with large card, 2 is better).":[". The closer to 1 the better (with large card, 2 is better)."],"Question...":["Question..."],"Answer...":["Answer..."],"Remove":["Remove"],"FAQ Settings":["FAQ Settings"],"List Style":["List Style"],"Title Wrapper":["Title Wrapper"],"Image Size":["Image Size"],"SEO Settings":["SEO Settings"],"Enable FAQ Schema":["Enable FAQ Schema"],"Add FAQ":["Add FAQ"],"To edit the background image, you need permission to upload media.":["To edit the background image, you need permission to upload media."],"Set Image":["Set Image"],"Remove Image":["Remove Image"],"FAQ":["FAQ"],"Customize the plugin to fit your needs.":["Customise the plugin to fit your needs."],"Check a user role to prevent it to edit a specific metabox.":[""],"Check a user role to allow it to edit a specific settings page.":[""],"Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>.":["Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>."],"Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself.":[""],"Use them to collect and analyze data that Analytics doesn't automatically track.":[""],"Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.":[""],"Custom dimensions also work with <strong>Matomo</strong> tracking code.":["Custom dimensions also work with <strong>Matomo</strong> tracking code."],"Guide to create custom dimensions in Google Analytics - new window":["Guide to create custom dimensions in Google Analytics - new window"],"Use Matomo to track your users with privacy in mind.":[""],"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code.":[""],"Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.":[""],"Change this settings":["Change this settings"],"A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.":[""],"The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.":[""],"To view your sitemap, enable permalinks (not default one), and save settings to flush them.":["To view your sitemap, enable permalinks (not default one), and save settings to flush them."],"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:":["Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:"],"If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.":["If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated."],"Blank sitemap?":["Blank sitemap?"],"404 error?":["404 error?"],"HTML error? Exclude XML and XSL from caching plugins!":["HTML error? Exclude XML and XSL from caching plugins!"],"View your sitemap":["View your sitemap"],"Ping Google manually":["Ping Google manually"],"Flush permalinks":["Flush permalinks"],"Learn more on Google official website.":["Learn more on Google official website."],"Use markup on your website to add your social profile information to a Google Knowledge panel.":[""],"Knowledge panels prominently display your social profile information in some Google Search results.":[""],"Manage Open Graph data. These metatags will be used by Facebook, Pinterest, LinkedIn, WhatsApp... when a user shares a link on its own social network. Increase your click-through rate by providing relevant information such as an attractive image.":[""],"Custom OG Image from SEO metabox":["Custom OG Image from SEO metabox"],"First image of your post content":["First image of your post content"],"Global OG Image set in SEO > Social > Open Graph":["Global OG Image set in SEO > Social > Open Graph"],"Custom Twitter image from SEO metabox":["Custom Twitter image from SEO metabox"],"Global Twitter:image set in SEO > Social > Twitter Card":["Global Twitter:image set in SEO > Social > Twitter Card"],"Title and meta description are used by search engines to generate the snippet of your site in search results page.":[""],"Wrong meta title / description in SERP?":[""],"Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools.":["Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools."],"Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you.":[""],"<strong>Warning</strong>: always test your site after activating one of these options. Running shortcodes to automatically generate meta title / description can have side effects. Clear your cache if necessary.":[""],"Learn more about automatic meta descriptions":[""],"Add WP Editor to taxonomy description textarea":["Add WP Editor to taxonomy description textarea"],"Remove /category/ in URL":["Remove /category/ in URL"],"Remove WordPress generator meta tag":["Remove WordPress generator meta tag"],"Remove hentry post class":["Remove hentry post class"],"Remove author URL":["Remove author URL"],"Remove website field in comment form":["Remove website field in comment form"],"Remove WordPress shortlink meta tag":["Remove WordPress shortlink meta tag"],"Remove Windows Live Writer meta tag":["Remove Windows Live Writer meta tag"],"Remove RSD meta tag":["Remove RSD meta tag"],"SEO in admin bar":["SEO in admin bar"],"Universal Metabox":[""],"Noindex in admin bar":["Noindex in admin bar"],"Move SEO metabox's position":[""],"Set default tab for Structured data metabox":["Set default tab for Structured data metabox"],"Hide Notifications Center":["Hide Notifications Center"],"Hide SEO tools":["Hide SEO tools"],"Show Title tag column in post types":["Show Title tag column in post types"],"Show Meta description column in post types":["Show Meta description column in post types"],"Show Redirection Enable column in post types":["Show Redirection Enable column in post types"],"Show Redirect URL column in post types":["Show Redirect URL column in post types"],"Show canonical URL column in post types":["Show canonical URL column in post types"],"Show Target Keyword column in post types":["Show Target Keyword column in post types"],"Show noindex column in post types":["Show noindex column in post types"],"Show nofollow column in post types":["Show nofollow column in post types"],"Show total number of words column in post types":["Show total number of words column in post types"],"Show Google Page Speed column in post types":["Show Google Page Speed column in post types"],"Show Insights column in post types":["Show Insights column in post types"],"Show content analysis score column in post types":["Show content analysis score column in post types"],"Hide Genesis SEO Metabox":["Hide Genesis SEO Metabox"],"Hide Genesis SEO Settings link":["Hide Genesis SEO Settings link"],"Hide advice in Structured Data Types metabox":["Hide advice in Structured Data Types metabox"],"Block SEO metabox to user roles":["Block SEO metabox to user roles"],"Block Content analysis metabox to user roles":["Block Content analysis metabox to user roles"],"Enable Google Analytics tracking":["Enable Google Analytics tracking"],"Enter your measurement ID (GA4)":["Enter your measurement ID (GA4)"],"Exclude user roles from tracking (Google Analytics and Matomo)":["Exclude user roles from tracking (Google Analytics and Matomo)"],"Where to display the cookie bar?":["Where to display the cookie bar?"],"Analytics tracking opt-in":["Analytics tracking opt-in"],"Allow user to change its choice":["Allow user to change its choice"],"Consent message for user tracking":["Consent message for user tracking"],"Accept button for user tracking":["Accept button for user tracking"],"Close button":["Close button"],"Edit cookies button":["Edit cookies button"],"User consent cookie expiration date":["User consent cookie expiration date"],"Cookie bar position":["Cookie bar position"],"Text alignment":["Text alignment"],"Cookie bar width":["Cookie bar width"],"Enable Google Optimize":["Enable Google Optimize"],"Enable Google Ads":["Enable Google Ads"],"[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)":[""],"[BODY] Add an additional tracking code (like Google Tag Manager...)":["[BODY] Add an additional tracking code (like Google Tag Manager...)"],"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)":["[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"],"Enable downloads tracking (eg: PDF, XLSX, DOCX...)":["Enable downloads tracking (eg: PDF, XLSX, DOCX...)"],"Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)":["Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"],"Track Authors":["Track Authors"],"Track Categories":["Track Categories"],"Track Tags":["Track Tags"],"Track Post Types":["Track Post Types"],"Track Logged In Users":["Track Logged In Users"],"Enable Matomo tracking":["Enable Matomo tracking"],"Enter your site ID":["Enter your site ID"],"Track visitors across all subdomains":["Track visitors across all subdomains"],"Prepend the site domain":["Prepend the site domain"],"Cross domain":["Cross domain"],"Enable DoNotTrack detection":["Enable DoNotTrack detection"],"Disable all tracking cookies":["Disable all tracking cookies"],"Download & Outlink tracking":["Download & Outlink tracking"],"Disable all heatmaps and session recordings":["Disable all heatmaps and session recordings"],"Redirect attachment pages to post parent":["Redirect attachment pages to post parent"],"Redirect attachment pages to their file URL":["Redirect attachment pages to their file URL"],"Remove ?replytocom link to avoid duplicate content":["Remove ?replytocom link to avoid duplicate content"],"Automatically set the image Title":["Automatically set the image Title"],"Automatically set the image Alt text":["Automatically set the image Alt text"],"Automatically set the image Alt text from target keywords":["Automatically set the image Alt text from target keywords"],"Automatically set the image Caption":["Automatically set the image Caption"],"Automatically set the image Description":["Automatically set the image Description"],"Enable XML Image Sitemaps":["Enable XML Image Sitemaps"],"Enable XML Video Sitemaps":["Enable XML Video Sitemaps"],"Check to INCLUDE Post Types":["Check to INCLUDE Post Types"],"Check to INCLUDE Taxonomies":["Check to INCLUDE Taxonomies"],"Sort order":["Sort order"],"Order posts by":["Order posts by"],"Disable the display of the publication date":["Disable the display of the publication date"],"Remove links from archive pages":["Remove links from archive pages"],"Person or organization":["Person or organization"],"Contact type (only for Organizations)":["Contact type (only for Organizations)"],"Contact option (only for Organizations)":["Contact option (only for Organizations)"],"Twitter Username":["Twitter Username"],"Enable Open Graph Data":["Enable Open Graph Data"],"Apply this image to all your og:image tag":["Apply this image to all your og:image tag"],"Define custom og:image tag for post type archive pages":["Define custom og:image tag for post type archive pages"],"Facebook Link Ownership ID":["Facebook Link Ownership ID"],"Facebook Admin ID":["Facebook Admin ID"],"Facebook App ID":["Facebook App ID"],"Enable Twitter Card":["Enable Twitter Card"],"Use Open Graph if no Twitter Card is filled":["Use Open Graph if no Twitter Card is filled"],"Image size for Twitter Summary card":["Image size for Twitter Summary card"],"Indicate paginated content to Google":["Indicate paginated content to Google"],"noindex on paged archives":["noindex on paged archives"],"noindex on attachment pages":[""],"Oxygen Builder compatibility":["Oxygen Builder compatibility"],"Divi Builder compatibility":["Divi Builder compatibility"],"WP Bakery Builder compatibility":["WP Bakery Builder compatibility"],"Avia Layout Builder compatibility":["Avia Layout Builder compatibility"],"Fusion Builder compatibility":["Fusion Builder compatibility"],"Migration completed!":["Migration completed!"],"Export completed!":["Export completed!"],"Import SEO settings":["Import SEO settings"],"Your site":["Your site"],"Indexing":["Indexing"],"Advanced options":["Advanced options"],"Ready!":["Ready!"],"SEOPress › Setup Wizard":["SEOPress › Setup Wizard"],"Not right now":["Not right now"],"Skip this step":["Skip this step"],"The following wizard will help you configure SEOPress and get you started quickly.":["The following wizard will help you configure SEOPress and get you started quickly."],"The first step is to import your previous settings from other plugins to keep your SEO.":["The first step is to import your previous settings from other plugins to keep your SEO."],"No data to migrate? Click \"Next step\" button!":["No data to migrate? Click \"Next step\" button!"],"Next step":["Next step"],"To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ":["To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. "],"eg: |":["eg: |"],"This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates.":["This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates."],"Home site title":["Home site title"],"eg: My super website":["eg: My super website"],"Choose a knowledge type":["Choose a knowledge type"],"eg: My Company Name":["eg: My Company Name"],"eg: https://www.example.com/logo.png":["eg: https://www.example.com/logo.png"],"Facebook page URL":["Facebook page URL"],"Continue":["Continue"],"Specify to the search engines what you want to be indexed or not.":["Specify to the search engines what you want to be indexed or not."],"Avoid indexing duplicate or poor quality content.":["Avoid indexing duplicate or poor quality content."],"Default: index":["Default: index"],"For which single post types, should indexing be disabled?":["For which single post types, should indexing be disabled?"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["Do not display this single post type in search engine results <strong>(noindex)</strong>"],"For which post type archives, should indexing be disabled?":["For which post type archives, should indexing be disabled?"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["Do not display this post type archive in search engine results <strong>(noindex)</strong>"],"For which taxonomy archives, should indexing be disabled?":["For which taxonomy archives, should indexing be disabled?"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>"],"You only have one author on your site? Check this option to avoid duplicate content.":["You only have one author on your site? Check this option to avoid duplicate content."],"By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.":["By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file."],"Choose which SEO columns to display in post types list:":["Choose which SEO columns to display in post types list:"],"Quickly know if a content is in noindex.":["Quickly know if a content is in noindex."],"Quickly know if a content is in nofollow.":["Quickly know if a content is in nofollow."],"Quickly know if a content is optimized for search engines.":["Quickly know if a content is optimised for search engines."],"Monitor and analyse your top 1,000 Backlinks weekly.":[""],"Get SEOPress Insights":[""],"Your site is now ready for search engines!":["Your site is now ready for search engines!"],"Welcome to SEOPress PRO!":["Welcome to SEOPress PRO!"],"Please activate your license to receive automatic updates and get premium support.":["Please activate your license to receive automatic updates and get premium support."],"Activate License":["Activate Licence"],"Go PRO with SEOPress PRO!":["Go PRO with SEOPress PRO!"],"When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.":["When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."],"Buy SEOPress PRO - $39 / unlimited sites":["Buy SEOPress PRO - $39 / unlimited sites"],"Create your XML sitemaps":["Create your XML sitemaps"],"Build custom XML sitemaps to improve Google's crawling of your site.":["Build custom XML sitemaps to improve Google's crawling of your site."],"Configure your XML sitemaps":["Configure your XML sitemaps"],"Follow us:":["Follow us:"],"Like our Facebook page":["Like our Facebook page"],"Join our Facebook Community group":["Join our Facebook Community group"],"Watch our guided tour videos to learn more about SEOPress":["Watch our guided tour videos to learn more about SEOPress"],"Read our blog posts about SEO concepts, tutorials and more":["Read our blog posts about SEO concepts, tutorials and more"],"Follow us on Twitter":["Follow us on Twitter"],"The off side of SEOPress":["The off side of SEOPress"],"You can also:":["You can also:"],"Visit Dashboard":["Visit Dashboard"],"Review Settings":["Review Settings"],"Knowledge base":["Knowledge base"],"WARNING":["WARNING"],"Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO.":["Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO."],"URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).":["URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain)."],"Enable noindex":["Enable noindex"],"Enable index":["Enable index"],"Enable nofollow":["Enable nofollow"],"Enable follow":["Enable follow"],"Enable redirection":["Enable redirection"],"Disable redirection":["Disable redirection"],"Title tag":["Title tag"],"Canonical":["Canonical"],"The description is not prominent by default; however, some themes may show it.":["The description is not prominent by default; however, some themes may show it."],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>":[""],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.":["By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc."],"X":["X"],"Manage cookies":["Manage cookies"],"Authors":["Authors"],"Categories":["Categories"],"Tags":["Tags"],"Post types":["Post types"],"Connected users":["Connected users"],"Please upload a valid .json file":["Please upload a valid .json file"],"Please upload a file to import":["Please upload a file to import"],"Please upload a valid .csv file":["Please upload a valid .csv file"],"Please choose a separator":["Please choose a separator"],"Invalid separator":[""],"Please upload a valid .txt file":["Please upload a valid .txt file"],"XML Sitemaps":["XML Sitemaps"],"This XML Sitemap Index file contains %s sitemaps.":["This XML Sitemap Index file contains %s sitemaps."],"This XML Sitemap contains %s URL(s).":["This XML Sitemap contains %s URL(s)."],"Last update":["Last update"],"Page %d of %2$d":["Page %d of %2$d"],"Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below.":[""],"has been successfully updated!":["has been successfully updated!"],"Clear":["Clear"],"Clear color":["Clear colour"],"Select default color":["Select default colour"],"Select Color":["Select Color"],"Color value":["Color value"],"Docs":["Docs"],"Configuration Wizard":["Configuration Wizard"],"GO PRO!":["GO PRO!"],"Meta Desc.":["Meta Desc."],"Redirect?":["Redirect?"],"Target Kw":["Target Kw"],"noindex?":[""],"nofollow?":[""],"Score":["Score"],"Words":["Words"],"Page Speed":["Page Speed"],"Analyze this page with Google Page Speed":["Analyze this page with Google Page Speed"],"Good":["Good"],"Should be improved":["Should be improved"],"Insights from these keywords:":[""],"Average position: ":[""],"Latest position: ":[""],"404 - Page not found":["404 - Page not found"],"Structured data types":["Structured data types"],"Keywords density":["Keywords density"],"Keywords in permalink":["Keywords in permalink"],"Headings":["Headings"],"Social meta tags":["Social meta tags"],"Meta robots":["Meta robots"],"Alternative texts of images":["Alternative texts of images"],"NoFollow Links":["NoFollow Links"],"Outbound Links":["Outbound Links"],"Inbound Links":["Inbound Links"],"Do not display this page in search engine results / XML - HTML sitemaps (noindex)":[""],"Do not follow links for this page (nofollow)":[""],"Do not use Open Directory project metadata for titles or excerpts for this page (noodp)":[""],"Do not display a \"Cached\" link in the Google search results (noarchive)":[""],"Do not display a description in search results for this page (nosnippet)":[""],"Do not index images for this page (noimageindex)":[""],"Monday":[""],"Tuesday":[""],"Wednesday":[""],"Thursday":[""],"Friday":[""],"Saturday":[""],"Sunday":[""],"duplicated schema - x":["duplicated schema - x"],"x":[""],"%s was found %d times in your content, a keyword density of %s%%":["%s was found %d times in your content, a keyword density of %s%%"],"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>.":["Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>."],"H1 (Heading 1)":["H1 (Heading 1)"],"Target keywords were found in Heading 1 (H1).":["Target keywords were found in Heading 1 (H1)."],"%s was found %d times.":["%s was found %d times."],"We found %d Heading 1 (H1) in your content.":["We found %d Heading 1 (H1) in your content."],"You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:":["You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:"],"None of your target keywords were found in Heading 1 (H1).":["None of your target keywords were found in Heading 1 (H1)."],"H2 (Heading 2)":["H2 (Heading 2)"],"Target keywords were found in Heading 2 (H2).":["Target keywords were found in Heading 2 (H2)."],"None of your target keywords were found in Heading 2 (H2).":["None of your target keywords were found in Heading 2 (H2)."],"H3 (Heading 3)":["H3 (Heading 3)"],"Target keywords were found in Heading 3 (H3).":["Target keywords were found in Heading 3 (H3)."],"None of your target keywords were found in Heading 3 (H3).":["None of your target keywords were found in Heading 3 (H3)."],"None of your target keywords were found in the Meta Title.":["None of your target keywords were found in the Meta Title."],"Your custom title is too long.":["Your custom title is too long."],"The length of your title is correct":["The length of your title is correct"],"None of your target keywords were found in the Meta description.":["None of your target keywords were found in the Meta description."],"You custom meta description is too long.":["You custom meta description is too long."],"The length of your meta description is correct":["The length of your meta description is correct"],"Open Graph Title":["Open Graph Title"],"We found %d og:title in your content.":["We found %d og:title in your content."],"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:":["You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:"],"Your Open Graph Title tag is empty!":["Your Open Graph Title tag is empty!"],"We found an Open Graph Title tag in your source code.":["We found an Open Graph Title tag in your source code."],"Your Open Graph Title is missing!":["Your Open Graph Title is missing!"],"Open Graph Description":["Open Graph Description"],"We found %d og:description in your content.":["We found %d og:description in your content."],"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:":["You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:"],"Your Open Graph Description tag is empty!":["Your Open Graph Description tag is empty!"],"We found an Open Graph Description tag in your source code.":["We found an Open Graph Description tag in your source code."],"Your Open Graph Description is missing!":["Your Open Graph Description is missing!"],"Open Graph Image":["Open Graph Image"],"We found %d og:image in your content.":["We found %d og:image in your content."],"Your Open Graph Image tag is empty!":["Your Open Graph Image tag is empty!"],"Your Open Graph Image is missing!":["Your Open Graph Image is missing!"],"Open Graph URL":["Open Graph URL"],"We found %d og:url in your content.":["We found %d og:url in your content."],"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:":["You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:"],"Your Open Graph URL tag is empty!":["Your Open Graph URL tag is empty!"],"We found an Open Graph URL tag in your source code.":["We found an Open Graph URL tag in your source code."],"Your Open Graph URL is missing!":["Your Open Graph URL is missing!"],"Open Graph Site Name":["Open Graph Site Name"],"We found %d og:site_name in your content.":["We found %d og:site_name in your content."],"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:":["You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:"],"Your Open Graph Site Name tag is empty!":["Your Open Graph Site Name tag is empty!"],"We found an Open Graph Site Name tag in your source code.":["We found an Open Graph Site Name tag in your source code."],"Your Open Graph Site Name is missing!":["Your Open Graph Site Name is missing!"],"We found %d twitter:title in your content.":["We found %d twitter:title in your content."],"You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:":["You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:"],"Your Twitter Title tag is empty!":["Your Twitter Title tag is empty!"],"We found a Twitter Title tag in your source code.":[""],"Your Twitter Title is missing!":["Your Twitter Title is missing!"],"Twitter Description":["Twitter Description"],"We found %d twitter:description in your content.":["We found %d twitter:description in your content."],"You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:":["You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:"],"Your Twitter Description tag is empty!":["Your Twitter Description tag is empty!"],"We found a Twitter Description tag in your source code.":["We found a Twitter Description tag in your source code."],"Your Twitter Description is missing!":["Your Twitter Description is missing!"],"Twitter Image":["Twitter Image"],"We found %d twitter:image in your content.":["We found %d twitter:image in your content."],"Your Twitter Image tag is empty!":["Your Twitter Image tag is empty!"],"Your Twitter Image is missing!":["Your Twitter Image is missing!"],"We found %s meta robots in your page. There is probably something wrong with your theme!":["We found %s meta robots in your page. There is probably something wrong with your theme!"],"We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:":["We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:"],"This page doesn't have any nofollow links.":["This page doesn't have any nofollow links."],"We found %s outbound links in your page. Below, the list:":["We found %s outbound links in your page. Below, the list:"],"We found %s inbound links to this page.":["We found %s inbound links to this page."],"edit %s":["edit %s"],"We found %s canonical URL in your source code. Below, the list:":["We found %s canonical URL in your source code. Below, the list:"],"You must fix this. Canonical URL duplication is bad for SEO.":["You must fix this. Canonical URL duplication is bad for SEO."],"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots":["<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots"],"Expand":["Expand"],"Close":["Close"],"Check a user role to authorized it to edit a specific SEO page.":[""],"Custom fields (replace your_custom_field_name by the name of your custom field)":[""],"Product Date On Sale To":[""],"Product Price With Taxes":[""],"Product SKU":[""]}}}
|
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"es"},"Title":["Título"],"Enter your title":["Introduce tu título"],"pixels":[""],"Description":["Descripción"],"Save":[""],"Google Snippet Preview":["Vista previa del snippet de Google"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["Así es como tu página aparece en la página de resultados de Google. Tienes que publicar la entrada para ver la vista previa del snippet de Google."],"Mobile Preview":["Vista previa para móviles"],"Titles & Metas":["Títulos y Metas"],"Social":["Social"],"Advanced":["Avanzado"],"Redirection":["Redirección"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":["¿No puedes desmarcar algún parámetro? Es normal, probablemente esté definido por los <a href=\"%s\">ajustes globales del plugin</a>."],"Your settings have been saved.":["Tus ajustes se han guardado."],"Meta robots settings":["Ajustes de meta robots"],"Get suggestions!":["¡Obtén sugerencias!"],"Facebook Preview":["Vista previa para Facebook"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["Esto es cómo se vería tu entrada en Facebook. Tienes que publicar tu entrada para obtener la vista previa de Facebook."],"The closer to 1.91 the better.":["Cuanto más cerca de 1.91 mejor."],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["El tamaño mínimo para Facebook es <strong>200x200px</strong>. Elige otra imagen."],"File type not supported by Facebook. Please choose another image.":["Tipo de archivo no compatible con Facebook. Elige otra imagen."],"File error. Please choose another image.":["Error de archivo. Elige otra imagen, por favor."],"Twitter Preview":["Vista previa de Twitter"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["Así es como se verá tu entrada en Twitter. Tienes que publicar tu entrada para obtener la vista previa de Twitter."],"The closer to 1 the better (with large card, 2 is better).":["Cuanto más cerca de 1, mejor (con tarjeta grande, 2 es mejor)."],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["El tamaño mínimo para Twitter es <strong>144x144px</strong>. Elige otra imagen."],"File type not supported by Twitter. Please choose another image.":["Tipo de archivo no compatible con Twitter. Elige otra imagen."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":["Los motores de búsqueda necesitan una URL canónica para gestionar el contenido duplicado."],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":["Esta página no tiene ninguna URL canónica porque tu entrada está establecida como <strong>noindex</strong>. Esto es normal."],"This page doesn't have any canonical URL.":["Esta página no tiene ninguna URL canónica."],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["No pudimos encontrar ninguna imagen en tu contenido. El contenido con medios es una ventaja para tu SEO."],"All alternative tags are filled in. Good work!":["Todas las etiquetas alternativas están rellenadas. ¡Buen trabajo!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["No se ha encontrado texto alternativo para estas imágenes. Las etiquetas alt son importantes tanto para SEO como para la accesibilidad. Edita tus imágenes utilizando la biblioteca de medios o tu constructor de páginas favorito y rellena los campos de texto alternativo."],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":["Esta página no tiene ningún enlace entrante desde otro contenido. Los enlaces desde páginas de archivo no se consideran enlaces entrantes debido a la falta de contexto."],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["No ha sido posible calcular la densidad de tus palabras clave. Probablemente no has añadido contenido o no se encontraron ninguna de tus palabras clave en el contenido de la entrada."],"This is your homepage. This check doesn't apply here because there is no slug.":["Esta es tu página de inicio. Esta comprobación no es aplicable aquí porque no tiene slug."],"You should add one of your target keyword in your permalink.":["Debes añadir una de tus palabras clave objetivo en tu enlace permanente."],"Cool, one of your target keyword is used in your permalink.":["Bien, una de tus palabras clave objetivo se utiliza en tu enlace permanente."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["No se ha establecido ninguna descripción meta para esta entrada. Si la descripción meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta description.":["Se encontraron palabras clave objetivo en el meta de la descripción."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["No encontramos meta robots en esta página. Significa que tu página es index,follow. Los motores de búsqueda la indexarán y seguirán los enlaces. "],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["No se ha establecido ningún título para esta entrada. Si el título meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta Title.":["Se encontraron palabras clave objetivo en el meta de la entrada."],"This post is a little old!":["¡Esta entrada es un poco antigua!"],"The last modified date of this article is less than 1 year. Cool!":["La fecha de la última modificación de este artículo es de hace más de un año. ¡Bien!"],"Last modified date":["Fecha de última modificación"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":["Internet se construye sobre el principio del hiperenlace. Por tanto, es perfectamente normal hacer enlaces entre diferentes webs. Sin embargo, evita hacer enlaces a sitios de baja calidad, SPAM... Si no estás seguro de la calidad de un sitio, añade a tu enlace el atributo «nofollow»."],"This page doesn't have any outbound links.":["Esta página no tiene enlaces salientes."],"No schemas found in the source code of this page.":["No se han econtrado schemas en el código fuente de esta página."],"We found these schemas in the source code of this page:":["Hemos encontrado estos schemas en el código fuente de esta página:"],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["¿No hay contenido? ¡Añade más párrafos!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["El número de palabras no es un factor de clasificación directo. Pero tu contenido tienen que tener la mayor calidad posible, con información relevante y única. Para conseguirlo, tus artículos deben tener un número mínimo de párrafos y, por lo tanto, de palabras."],"words found.":["palabras encontradas."],"unique words found.":["palabras únicas encontradas."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Tu contenido se compone de más de 300 palabras, que es el mínimo para una publicación."],"Your content is too short. Add a few more paragraphs!":["Tu contenido es muy corto. ¡Añade más párrafos!"],"Words counter":["Contador de palabras"],"noindex is on!":["¡noindex está activado!"],"SEO for \"%s\"":["SEO de «%s»"],"noindex is off.":["noindex está desactivado."],"nofollow is on!":["¡nofollow está activado!"],"nofollow is off.":["nofollow está desactivado."],"XML / HTML Sitemap":["Mapa del sitio XML / HTML"],"Social Networks":["Redes sociales"],"Analytics":["Analytics"],"Insights":["Insights"],"Tools":["Herramientas"],"BOT":["BOT"],"License":["Licencia"],"PRO":["PRO"],"Schemas":["Schemas"],"Redirections":["Redirecciones"],"Broken Links":["Enlaces Rotos"],"Configuration wizard":["Asistente de configuración"],"Home":["Inicio"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Título del sitio"],"Tagline":["Descripción corta"],"Post Title":["Título de la entrada"],"Post excerpt":["Extracto de la entrada"],"Post content / product description":["Contenido de la entrada / descripción del producto"],"Post thumbnail URL":["URL de la miniatura de la entrada"],"Post URL":["URL de la entrada"],"Post date":["Fecha de publicación"],"Post modified date":["Fecha de modificación de la entrada"],"Post author":["Autor de la entrada"],"Post category":["Categoría de la publicación"],"Post tag":["Etiqueta de la publicación"],"Category title":["Título de Categoría"],"Category description":["Descripción de categoría"],"Tag title":["Título de Etiqueta"],"Tag description":["Descripción de Etiqueta"],"Term title":["Título de término"],"Term description":["Descripción del término"],"Search keywords":["Buscar palabras clave"],"Current number page":["Número de página actual"],"Page number with context":["Número de página con contexto"],"Plural Post Type Archive name":["Nombre de archivo plural del tipo de contenido"],"Archive title":["Título del archivo"],"Archive date":["Fecha de archivo"],"Day Archive date":["Fecha del archivo diario"],"Month Archive title":["Título del archivo mensual"],"Year Archive title":["Título del archivo anual"],"Custom fields from post, page or post type":["Campos personalizados desde el tipo de entrada, página o entrada"],"Custom term taxonomy from post, page or post type":["Taxonomía de termino pesonalizada de entrada, pagina o tipo de entrada"],"Single product category":["Categoría de producto individual"],"Single product tag":["Etiqueta de producto individual"],"Single product short description":["Descripción corta de producto individual"],"Single product price":["Precio de producto individual"],"Single product price taxes excluded":["Excluidos los impuestos sobre los precios del producto individual"],"Single SKU product":["SKU de producto individual"],"Current day":["Día actual"],"Current month":["Mes actual"],"Current month in 3 letters":["Mes actual en 3 letras"],"Current year":["Año actual"],"Current date":["Fecha actual"],"Current time":["Hora actual"],"Author first name":["Nombre del autor"],"Author last name":["Apellidos del autor"],"Author website":["Web del autor"],"Author nickname":["Alias del autor"],"Author biography":["Biografía del autor"],"Author user meta":["Meta de usuario del autor"],"Current month in digital format":["Mes actual en formato digital"],"Target keyword":["Palabra clave objetivo"],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Gestiona todos tus títulos y metas de tipos de contenido, taxonomías, archivos..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter Card, Google Knowledge Graph y más..."],"Track everything about your visitors with Google Analytics / Matomo":["Haz un seguimiento de todo lo que hacen tus visitantes con Google Analytics / Matomo"],"Advanced SEO options for advanced users!":["¡Opciones avanzadas de SEO para usuarios avanzados!"],"Track your keyword positions and backlinks directly in your WordPress.":["Rastrea la posiciones de tus palabras clave y los backlinks directamente en tu WordPress."],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Mejorar el SEO de WooCommerce"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Mejorar el SEO de Easy Digital Downloads"],"Local Business":["Local Business"],"Add Google Local Business data type":["Añadir tipo de datos de Google Local Business"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Añadir metaetiquetas de Dublin Core"],"Structured Data Types":["Tipos de datos estructurados"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Añadir tipos de datos a tu contenido: artículos, cursos, recetas, videos, eventos y productos."],"Breadcrumbs":["Migas de pan"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Activar migas de pan para tu tema y mejorar tu SEO en SERPs"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Seguir el rendimiento de tu web para mejorar el SEO con Google Page Speed"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Editar tu archivo robots.txt"],"Google News Sitemap":["Mapa del sitio de Google News"],"Optimize your site for Google News":["Optimizar tu sitio para Google News"],"Create / manage your schemas":["Crear / gestionar tus schemas"],"Monitor 404, create 301, 302 and 307 redirections":["Monitorizar 404, crear redirecciones 301, 302 y 307"],"Broken links":["Enlaces rotos"],"Scan your site to find SEO problems.":["Analizar tu sitio para encontrar problemas de SEO."],"URL Rewriting":["Reescritura de URL"],"Customize your permalinks.":["Personalizar tus enlaces permanentes."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Editar tu archivo htaccess."],"RSS":["RSS"],"Configure default WordPress RSS.":["Configurar el feed RSS por defecto de WordPress."],"Import/Export plugin settings from site to site.":["Importar/exportar ajustes de SEOPress de un sitio a otro."],"Edit your license key.":["Edita tu clave de licencia."],"Image SEO":["SEO de imágenes"],"Appearance":["Apariencia"],"Security":["Seguridad"],"General":["General"],"Tracking":["Seguimiento"],"Ecommerce":["Comercio electrónico"],"Events":["Eventos"],"Custom Dimensions":["Dimensiones personalizadas"],"Stats in Dashboard":["Estadísticas en el Escritorio"],"Cookie bar / GDPR":["Barra de cookies / RGPD"],"Matomo":["Matomo"],"Post Types":["Tipos de contenido"],"Taxonomies":["Taxonomías"],"HTML Sitemap":["Mapa del sitio HTML"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Tus cuentas sociales"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (Twitter Cards)"],"Archives":["Archivos"],"Compatibility Center":["Centro de compatibilidad"],"Data":["Datos"],"Settings":["Ajustes"],"Plugins":["Plugins"],"Reset":["Restablecer"],"Import data from a CSV":["Importar datos de un CSV"],"Meta title":["Meta título"],"Meta description":["Meta Descripción"],"Meta robots (noindex, nofollow...)":["Meta robots (noindex, nofollow...)"],"Facebook Open Graph tags (title, description, image)":["Etiquetas Open Graph de Facebook (título, descripción, imagen)"],"Twitter cards tags (title, description, image)":["Etiquetas de tarjetas de Twitter (título, descripción, imagen)"],"Redirection (enable, type, URL)":["Redirección (activar, tipo, URL)"],"Primary category":["Categoría principal"],"Canonical URL":["URL canónica"],"Target keywords":["Palabras clave objetivo"],"Run the importer":["Ejecutar el importador"],"Export metadata to a CSV":["Exportar metadatos a CSV"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":["Exporta tus publicaciones (entradas, páginas, tipos de contenido individual) y metadatos de términos para este sitio como un archivo CSV."],"Export":["Exportar"],"Export plugin settings":["Exportar ajustes del plugin"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Exportar los ajustes del plugin de este sitio como un archivo .json. Esto te permite importar fácilmente la configuración en otro sitio."],"Import plugin settings":["Importar ajustes del plugin"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Importar los ajustes del plugin desde un archivo .json. Este archivo se puede obtener mediante la exportación de los ajustes en otro sitio usando el formulario de arriba."],"Import":["Importar"],"Import completed!":["¡Importación completada!"],"Import posts and terms metadata from":["Importar las entradas y los metadatos de términos de"],"Select an option":["Elige una opción"],"You don't have to enable the selected SEO plugin to run the import.":["No tienes que activar el plugin de SEO seleccionado para ejecutar la importación."],"Activate Redirections":["Activar las redirecciones"],"Reset All Notices From Notifications Center":["Restablecer todos los avisos del centro de avisos"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["Haciendo clic en «Restablecer avisos», todos los avisos del centro de avisos volverán a su estado inicial."],"Reset notices":["Restablecer avisos"],"Reset All Settings":["Restablecer todos los ajustes"],"Reset settings":["Reiniciar Ajustes"],"Click to disable this feature":["Haz clic para desactivar esta característica"],"Click to enable this feature":["Haz clic para activar esta característica"],"SEOPress Option Page":["Página de opciones de SEOPress"],"Dashboard":["Escritorio"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["Hay una redirección activada para esta URL. Desactívala para ejecutar la vista previa de Google y el análisis de contenido."],"To get your Google snippet preview, publish your post!":["Para obtener la vista previa del snippet de Google, ¡debes publicar tu entrada!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["Cómo comenzar"],"Welcome to SEOPress!":["¡Bienvenido a SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Lanza nuestro asistente de de instalación para configurar fácil y rápidamente los ajustes de SEO básicos de tu sitio. Consulta nuestras video guías para profundizar. ¿No encuentras respuestas a tus dudas? Abre un ticket en el área de clientes. Un ingeniero de la felicidad estará encantado de ayudarte."],"Get started":["Primeros pasos"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["Herramientas SEO"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Bounce rate":[""],"Check websites setup on your server":["Comprueba la configuración de tu web en tu servidor"],"Not found":["No encontrado"],"No scrape.":["Sin recopilación."],"No domain found.":["No se encontró el dominio."],"Server IP Address: ":["Dirección IP del servidor: "],"Last scrape: ":["Última recopilación: "],"Number of websites on your server: ":["Número de sitios web en tu servidor: "],"Get list":["Obtener Lista"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["Configura SEOPress en pocos minutos con nuestro asistente de instalación"],"The best way to quickly setup SEOPress on your site.":["La mejor forma de configurar rápidamente SEOPress en tu sitio."],"Wizard":["Asistente"],"Start the wizard":["Iniciar el asistente"],"Configure SEOPress Insights in a few minutes with our installation wizard":["Configura SEOPress Insights en pocos minutos con nuestro asistente de instalación"],"Track your keywords positions and backlinks directly on your WordPress site.":["Haz un seguimiento de las posiciones de las palabras clave y backlinks directamente en tu sitio WordPress."],"We noticed that some SEO DIVI options are enabled!":["¡Nos hemos dado cuenta de que algunas de las opciones de SEO de DIVI está activadas!"],"High impact":["Alto impacto"],"Fix this!":["¡Solucionarlo!"],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que actives la opción «<strong>Desactivar barra final para metas</strong>» de nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"Your permalinks have a trailingslash":["Tus enlaces permanentes tienen barra diagonal final"],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que desactives la opción «<strong>Desactivar barra final para metas</strong>» en nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":["El plugin TagDiv Composer no utliza <strong>add_theme_support('title-tag');</strong>"],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":["Arregla este problema de compatibilidad para permitir que SEOPress genere los meta títulos correctos."],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Tu tema no utiliza <strong>add_theme_support('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["Este error indica que tu tema utiliza una función obsoleta para generar la etiqueta del título de tus páginas. SEOPress no será capaz de generar tus etiquetas de título personalizadas si no se resuelves este error."],"Learn more":["Saber más"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["Nos hemos dado cuenta de que estás utilizando el plugin <strong>%s</strong>."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["¿Quieres migrar todos tus metadatos a SEOPress? Para evitar conflictos, ¡no utilices más de un plugin de SEO simultáneamente!"],"Migrate!":["¡Migrar!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["Has activado la limpieza de 404s PERO la tarea programada no está ejecutándose."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["Para resolver esto, por favor, desactiva y reactiva SEOPress PRO. No se perderá ningún dato."],"Enfold theme is not correctly setup for SEO!":["¡El Tema Enfold no está configurado correctamente para SEO!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["Debes desactivar la opción «Meta tag robots» de los ajustes de Enfold (pestaña Compatibilidad SEO) para evitar cualquier problema de SEO."],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["¡Tu sitio no utiliza un certificado SSL!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Google considera https como una señal positiva para la clasificación de tu sitio. También tranquiliza a tus visitantes para la seguridad de sus datos y mejora la confianza."],"Low impact":["Bajo impacto"],"Buy an SSL!":["¡Compra un SSL!"],"PHP module \"DOM\" is missing on your server.":["Falta el módulo de PHP «DOM» en tu servidor."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["Este módulo de PHP, instalado por defecto junto a PHP, es necesario para muchos plugins, incluido SEOPress. Por favor, contacta con tu alojamiento lo antes posible para resolver esto."],"Your site is not visible to Search Engines!":["¡Tu sitio no es visible para los motores de búsqueda!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["Has activado el bloqueo de la indexación de tus sitio. Si tu sitio está en desarrollo, probablemente, es normal. Si no es así, revisa tus ajustes. Borra este aviso utilizando la cruz de la derecha si esto no te preocupa."],"Your site title is empty!":["¡El título de tu sitio está vacío!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["El título de tu sitio es utilizado por WordPress, tu tema y tus plugins, incluido SEOPress. Es un componente esencial para la generación de etiquetas de título, aunque no es el único. ¡Escribe un título!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["¡Tus enlaces permanentes no están optimizados para SEO! Activa la reescritura de enlaces permanentes para solucionar este problema."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["¿Por qué es importante? Mostrar solos el resumen de cada artículo reduce significativamente el robo de tu contenido por terceros. Por no mencionar el aumento del tráfico, tus ingresos por publicidad, conversiones..."],"Your RSS feed shows full text!":["¡Tu feed RSS muestra el texto completo!"],"Medium impact":["Impacto medio"],"You have activated Google Analytics tracking without adding identifiers!":["¡Has activado el seguimiento de Google Analytics sin añadir identificadores!"],"Google Analytics will not track your visitors until you finish the configuration.":["Google Analytics no rastreará a tus visitantes hasta que finalices la configuración."],"You like SEOPress? Please help us by rating us 5 stars!":["¿Te gusta SEOPress? ¡Por favor ayúdanos dándonos una valoración de 5 estrellas!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Apoya el el desarrollo y la mejora del plugin invirtiendo 15 segundos de tu tiempo en dejar una reseña en el repositorio oficial de plugins de WordPress. ¡Gracias!"],"Information":["Información"],"Rate us!":["¡Valóranos!"],"Break comments into pages is ON!":["¡Los comentarios divididos en las páginas está activo!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Al activar esta opción se crea contenido duplicado para cada artículo por cada comentario. Esto puede tener un efecto desastroso ya que crea una gran cantidad de páginas con muy mala calidad y ralentiza el bot de Google sin necesidad, perjudicando tus clasificaciones en los resultados de búsqueda."],"Disable this!":["¡Desactivar esto!"],"Display more posts per page on homepage and archives":["Mostrar más publicaciones por página en la página de inicio y los archivos"],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["Para reducir el número de páginas que los motores de búsqueda tienen que rastrear para encontrar todos tus artículos, se recomienda mostrar más entradas por página. Esto no debería ser un problema para los usuarios. Usando el móvil, preferimos desplazarnos hacia abajo en lugar de hacer clic en los enlaces de la página siguiente."],"You don't have an XML Sitemap!":["¡No tienes un mapa del sitio XML!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["Los mapas de sitio XML son útiles para facilitar el rastreo de tu contenido por parte de los motores de búsqueda. Indirectamente, pueden beneficiar en las clasificaciones reduciendo el presupuesto de rastreo."],"Do you have a Google My Business page? It's free!":["¿Tienes una página de Google My Business? ¡Es gratis!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Las webs de sitios locales deben tener una página de «Mi empresa» para mejorar la visibilidad en los resultados de búsqueda. Haz clic en la cruz de la derecha para borrar este aviso si no te interesa."],"Create your page now!":["¡Crea tu página ahora!"],"Add your site to Google. It's free!":["Añade tu sitio a Google. ¡Es gratis!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["¿Ya está tu flamante sitio online? Si es así, referéncialo lo antes posible en Google para obtener tus primeros visitantes mediante Google Search Console. ¿Ya lo has hecho? Haz clic en la cruz de la derecha para eliminar esta alerta."],"Add your site to Search Console!":["¡Añade tu sitio a Search Console!"],"Structured data types is not correctly enabled":["Los tipos de datos estructurados no han sido activados correctamente"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Por favor, activa la opción<strong>las cajas meta de los tipos de datos estructurados para tus entradas, páginas y tipos de contenido personalizados</strong> para poder utilizar los schemas automáticos y manuales. (SEO > PRO >Tipos de datos estructurados (schema.org)"],"You have to enter your licence key to get updates and support":["Tienes que introducir tu clave de licencia para obtener actualizaciones y soporte"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Por favor, activa la clave de licencia de SEOPress PRO para recibir automáticamente actualizaciones y garantizar la mejor experiencia de usuario posible."],"Take your SEO to the next level with SEOPress PRO!":["¡Lleva tu SEO al siguiente nivel con SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["La versión PRO de SEOPress te permite gestionar fácilmente tus datos estructurados (schemas), añadir migas de pan optimizadas para SEO y accesibilidad, mejorar el SEO en WooCommerce, ganar productividad con la herramienta de importación/exportación a/desde CSV de tus metadatos, y mucho más."],"Upgrade now!":["¡Mejorar ahora!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["Eliminar el enlace ?replytocom en el código fuente"],"Add TINYMCE editor to term description":["Añade el editor TINYMCE a la descripción del término"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Desactivar la barra diagonal final para metas"],"Remove WordPress meta generator in source code":["Eliminar la metaetiqueta generator de WordPress del código fuente"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["Quitar la clase hentry de las entradas para evitar que Google lo vea como dato estructurado (schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Quitar la URL del autor del comentario en los comentarios si el sitio web se rellena con la página de perfil del mismo"],"Remove website field from comment form to reduce spam":["Quitar el campo de sitio web del formulario de comentarios para reducir el spam"],"Remove WordPress shortlink meta tag in source code (eg:":["Eliminar la metaetiqueta de enlace corto de WordPress en el código fuente (por ej.:"],"Remove Windows Live Writer meta tag in source code (eg:":["Eliminar la metaetiqueta de Windows Live Writer en el código fuente (por ej.:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Eliminar la metaetiqueta Really Simple Discovery del código fuente (por ej.:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":["La característica de salud del sitio de WordPress devolverá una advertencia de HTTPS si activas esta opción. Es un falso positivo, por supuesto."],"Enter Google meta value site verification":["Introducir la verificación meta del sitio de Google"],"Google site verification":["Verificación del sitio de Google"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Google Search Console</strong>, puedes dejar este campo vacío."],"Enter Bing meta value site verification":["Introducir la verificación meta del sitio de Bing"],"Bing site verification":["Verificación del sitio de Bing"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Bing Webmaster tools</strong>, puedes dejar este campo vacío."],"Enter Pinterest meta value site verification":["Introducir la verificación meta del sitio de Pinterest"],"Pinterest site verification":["Verificación del sitio en Pinterest"],"Yandex site verification":["Verificación del sitio de Yandex"],"Enter Yandex meta value site verification":["Introducir la verificación meta del sitio de Yandex"],"Remove SEO from Admin Bar in backend and frontend":["Eliminar SEO de la barra de administración en la administración y la parte pública"],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":["Quitar elemento noindex de la barra de administración en el escritorio y la portada"],"High priority (top)":["Alta prioridad (arriba)"],"Normal priority (default)":["Prioridad normal (por defecto)"],"Low priority":["Baja prioridad"],"Automatic tab (default)":["Pestaña automática (por defecto)"],"Manual tab":["Pestaña manual"],"Hide Notifications Center in SEO Dashboard page":["Ocultar centro de avisos en la página del escritorio de SEO"],"Hide SEO tools in SEO Dashboard page":["Ocultar las herramientas de SEO en la página del escritorio de SEO"],"Add title column":["Añadir columna de título"],"Add meta description column":["Añadir columna de meta description"],"Add redirection enable column":["Añadir la columna de redirección activa"],"Add redirection URL column":["Añadir la columna de redirección de URL"],"Add canonical URL column":["Añadir la columna de URL canónica"],"Add target keyword column":["Añadir la columna de palabras clave objetivo"],"Display noindex status":["Muestra estado noindex"],"Display nofollow status":["Muestra estado nofollow"],"Display total number of words in content":["Mostrar el número total de palabras en el contenido"],"Display Page Speed column to check performances":["Mostrar la columna Page Speed para comprobar el rendimiento"],"Display SEO Insights column to check rankings":["Mostrar columna SEO Insights para comprobar el posicionamiento"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Mostrar la columna de resultados del análisis de contenido («Bien» o «Necesita mejoras»)"],"Remove Content Analysis Metabox":["Elimina la caja meta del análisis de contenido"],"Remove Genesis SEO Metabox":["Eliminar la Metabox de SEO de Genesis"],"Remove Genesis SEO link in WP Admin Menu":["Elimina el enlace de Génesis SEO del menú de administración de WP"],"Remove the advice if None schema selected":["Elimina el consejo si no hay schema seleccionado"],"Hook to filter structured data types metabox call by post type - new window":["Gancho para filtar la llamada de la metabox de datos estructurados por tipo de entrada - nueva ventana"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Activa el seguimiento de Google Analytics (Global Site Tag: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Introduce tu Identificador de Seguimiento (UA-XXXX-XX)"],"Enter your tracking ID":["Introduzca su ID de seguimiento"],"Find your tracking ID":["Encuentra tu ID de seguimiento"],"Enter your measurement ID (G-XXXXXXXXXX)":["Introduce tu ID de medición (G-XXXXXXXXXX)"],"Enter your measurement ID":["Introduce tu ID de medición"],"Find your measurement ID":["Encuentra tu ID de medición"],"After the opening body tag (recommended)":["Después de la etiqueta de apertura de body (recomendado)"],"Footer":["Pie de página "],"Head (not recommended)":["Cabecera (no recomendado)"],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":["Tu tema debe ser compatible con el gancho wp_body_open introducido en WordPress 5.2 si está seleccionada la opción «etiqueta de apertura de body»."],"Request user's consent for analytics tracking (required by GDPR)":["Solicita el consentimiento del usuario para el seguimiento de Analytics (obligatorio por la GDPR)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Gancho para añadir código de seguimiento personalizado con el consentimiento del usuario - ventana nueva"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Muestra y acepta automáticamente el consentimiento del usuario al cargar la página (no cumple el RGPD )"],"The previous option must be checked to use this.":["Debe marcarse la opción anterior para utlizar esta."],"Allow user to change its choice about cookies":["Permite al usuario cambiar su elección sobre las cookies"],"Enter your message (HTML allowed)":["Escribe tu mensaje (Se permite HTML)"],"This message will only appear if request user's consent is enabled.":["Este mensaje sólo aparecerá si la petición de consentimiento del usuario está activada."],"Hook to filter user consent message - new window":["Gancho para filtrar el mensaje de consentimiento del usuario - nueva ventana"],"HTML tags allowed: strong, em, br, a href / target":["Etiquetas HTML permitidas: strong, em, br, ahref / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Shortcode permitido para obtener la página de privacidad establecida en los ajustes de WordPress: [seopress_privacy_page]"],"Accept":["Aceptar"],"Change the button value":["Cambiar el valor del botón"],"default: X":["por defecto: X"],"Change the close button value":["Cambiar el valor del boton de cierre"],"default: Manage cookies":["por defecto: Gestionar cookies"],"Change the edit button value":["Cambia el valor del botón de editar"],"Default: 30 days before the cookie expiration.":["Por defecto: 30 días antes de la caducidad de la cookie."],"Bottom (default)":["Abajo (por defecto)"],"Middle":["Medio"],"Top":["Arriba"],"Left":["Izquierda"],"Center (default)":["Centro (por defecto)"],"Right":["Derecha"],"Change the cookie bar width":["Cambiar el ancho de la barra de cookies"],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":["La unidad por defecto son píxeles. Añade % justo después de tu valor personalizado para usar porcentajes (ejemplo: 80%)."],"Backdrop":["Fondo"],"Customize the cookie bar <strong>backdrop</strong>.":["Personaliza el <strong>fondo</strong> de la barra de cookies."],"Display a backdrop with the cookie bar":["Mostrar un trasfondo con la barra de cookies"],"Background color: ":["Color del fondo: "],"Change the background color of the backdrop":["Cambiar el color del fondo del transfondo"],"Main settings":["Ajustes principales"],"Customize the general settings of the <strong>cookie bar</strong>.":["Personaliza los ajustes generales de la <strong>barra de cookies</strong>."],"Change the color of the cookie bar background":["Cambiar el color del fondo de la barra de cookies"],"Text color: ":["Color del texto: "],"Change the color of the cookie bar text":["Cambiar el color del texto de la barra de cookies"],"Link color: ":["Color del enlace:"],"Change the color of the cookie bar link":["Cambiar el color del enlace de la barra de cookies"],"Primary button":["Botón principal"],"Customize the <strong>Accept button</strong>.":["Personaliza el <strong>botón de aceptar</strong>."],"Change the color of the cookie bar button background":["Cambiar el color del fondo del botón de la barra de cookies"],"Background color on hover: ":["Color del fondo al pasar el cursor:"],"Change the color of the cookie bar button hover background":["Cambiar el color del fondo al pasar el cursor por endima del botón de la barra de cookies"],"Change the color of the cookie bar button":["Cambiar el color del botón de la barra de cookies"],"Text color on hover: ":["Color del texto al pasar el cursor:"],"Change the color of the cookie bar button hover":["Cambiar el color al pasar por encima del botón de la barra de cookies"],"Secondary button":["Botón secundario"],"Customize the <strong>Close button</strong>.":["Personaliza el <strong>botón de cerrar</strong>."],"Change the color of the cookie bar secondary button background":["Cambiar el color del fondo del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover background":["Cambiar el color del fondo al pasar el cursor por encima del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button":["Cambiar el color del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover":["Cambiar el color al pasar por encima del botón secundario de la barra de cookies"],"Enter your Google Optimize container ID":["Introduce tu ID de contenedor de Google Optimize"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Google Optimize ofrece herramientas de pruebas A/B, pruebas de sitios web y personalización."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Introduce tu ID de conversión de Google Ads (ej: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":["Aprende cómo encontrar tu ID de conversión de Google Ads"],"Paste your tracking code here like Google Tag Manager (head)":["Pega tu código de seguimiento, como Google Tag Manager (head), aquí"],"Additional tracking code field":["Campo de código de seguimiento adicional"],"This code will be added in the head section of your page.":["Este código se añadirá en la sección head de tu página."],"Paste your tracking code here like Google Tag Manager (body)":["Pega tu código de seguimiento aquí, como Google Tag Manager (body)"],"Additional tracking code field added to body":["Se ha añadido un campo de código de seguimiento adicional al body"],"This code will be added just after the opening body tag of your page.":["Este código será añadido justo después de la apertura de la etiqueta body de tu página."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["¿No ves tu código? Asegúrate de que que estás llamando a <strong>wp_body_open();</strong> justo después de la apertura de la etiqueta body en tu tema."],"Paste your tracking code here (body footer)":["Pega tu código de seguimiento aquí (pie del cuerpo)"],"Additional tracking code field added to body footer":["Se ha añadido un campo de código de seguimiento adicional en el pie del cuerpo"],"This code will be added just after the closing body tag of your page.":["Este código será añadido justo después del cierre de la etiqueta body de tu página."],"Enable remarketing, demographics, and interests reporting":["Activar remarketing, datos demográficos e informes de intereses"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["Un audiencia de remarketing es una lista de cookies o identificadores de publicidad para móviles que representa un grupo de usuarios que desea volver a participar debido a su probabilidad de conversión."],"Enable IP Anonymization":["Activar el anonimizado de IPs"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["Cuando un cliente de Analytics solicita la anonimización de direcciones IP, Analytics anonimiza la dirección tan pronto como sea técnicamente posible en la etapa más temprana posible de la red de recopilación."],"Enhanced Link Attribution":["Atribución de Enlace Mejorado"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["La atribución mejorada de vínculos mejora la precisión de su informe de Análisis en la página al diferenciar automáticamente entre varios vínculos a la misma URL en una sola página mediante el uso de ID de elemento de enlace."],"Enable cross-domain tracking":["Activar el seguimiento de dominios cruzados"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["El seguimiento de varios dominios permite que Analytics vea sesiones en dos sitios relacionados (como un sitio de comercio electrónico y un sitio de carrito de compras independiente) como una única sesión. Esto a veces se llama vinculación de sitios."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Escribe tus dominios: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Dominios cruzados"],"Enable external links tracking":["Activar el seguimiento de enlaces externos"],"Enable download tracking":["Activar el seguimiento de descargas"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Seguimiento de clics de descargas"],"Separate each file type extensions with a pipe \"|\"":["Separa cada extensión de tipo de archivo con una barra vertical «|»"],"Enable affiliate/outbound tracking":["Activar el seguimiento de afiliados/salientes"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Seguimiento de enlaces afiliados / salida"],"Separate each keyword with a pipe \"|\"":["Separa cada keyword con una barra vertical “|”"],"None":["Ninguna"],"Custom Dimension #%d":["Dimensión personalizada #%d"],"Enable Matomo tracking (Matomo account required)":["Activar el seguimiento de Matomo (requiere una cuenta de Matomo)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Escribe «example» si la URL de tu cuenta de Matomo es «example.matomo.cloud»"],"Matomo Cloud URL":["URL de Matomo Cloud"],"Enter only the <strong>host</strong> like this example.matomo.cloud":["Introduce solo el <strong>host</strong>, como esto: ejemplo.matomo.cloud"],"Enter your site ID here":["Escribe aquí tu ID de sitio"],"Matomo Site ID":["ID de sitio de Matomo"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["Para encontrar tu ID de sitio, ve a tu <strong>cuenta de Matomo Cloud, Websites, Manage page</strong>. Busca «ID de sitio» en la parte derecha."],"Tracking one domain and its subdomains in the same website":["Seguimiento de un dominio y sus subdominios en la misma web"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["Si un visitante visita x.example.com y y.example.com, se contará como un visitante único."],"Prepend the site domain to the page title when tracking":["Anteponer el dominio del sitio al título de la página al realizar el seguimiento"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["Si alguien visita la página «Acerca de» en blog.example.com se registrará como 'blog / Acerca de'. Esta es la forma más fácil de obtener una visión general de tu tráfico por subdominio."],"Track users with JavaScript disabled":["Realizar un seguimiento de los usuarios con JavaScript desactivado"],"Enables cross domain linking":["Activa la vinculación entre dominios"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Activar la detección DoNotTrack del lado cliente"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Las solicitudes de seguimiento no se enviarán si los visitantes no desean ser rastreados."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Desactiva todas las cookies de origen. Las cookies de Matomo existentes para esta web se eliminarán en la siguiente vista de página."],"Enabling Download & Outlink tracking":["Activar el seguimiento de descargas y enlaces salientes"],"Disabling all heatmaps and session recordings":["Desactivando todos los mapas de calor y las grabaciones de las sesiones"],"Redirect attachment pages to post parent (or homepage if none)":["Redirigir las páginas de adjuntos a la entrada padre (o a la página de inicio si no la hay)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Redirigir páginas de adjuntos a la URL del archivo (https://www.example.com/my-image-file.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["Si esta opción está marcada, tendrá prioridad sobre la redirección de archivos adjuntos a la entrada padre."],"When sending an image file, automatically set the title based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el título basándose en el nombre de archivo"],"When sending an image file, automatically set the alternative text based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el texto alternativo basándose en el nombre de archivo"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["Recomendamos el plugin Image SEO para optimizar los textos y nombres de alt de la imagen para los motores de búsqueda utilizando AI y Machine Learning. A partir de sólo 4,99€."],"Use the target keywords if not alternative text set for the image":["UtilIza las palabras clave objetivo si no se establece texto alternativo para la imagen"],"When sending an image file, automatically set the caption based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la leyenda basándose en el nombre de archivo"],"When sending an image file, automatically set the description based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la descripción basándose en el nombre de archivo"],"Enable XML Sitemap":["Activar mapa del sitio XML"],"Guide to enable XML Sitemaps - new window":["Guía para activar los mapas del sitio XML - nueva ventana"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Activa mapas del sitio de imágenes (imágenes estándar, galerías de imágenes, imagen destacada, imágenes de producto de WooCommerce)"],"Guide to enable XML image sitemaps - new window":["Guía para activar los mapas del sitio XML de imágenes - nueva ventana"],"Images in XML sitemaps are visible only from the source code.":["Las imágenes de los mapas del sitio XML solo son visibles desde el código fuente."],"Enable Video Sitemaps":["Activa mapa del sitio de imágenes"],"Guide to enable XML video sitemaps - new window":["Guía para activar los mapas del sitio XML de vídeo - nueva ventana"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["¿Tu mapa del sitio de vídeos está vacío? Lee nuestra guía para obtener más información sobre <a href=\"%s\" target=\"_blank\">cómo añadir vídeos a tu mapa del sitio.</a>"],"Enable Author Sitemap":["Activar el mapa del sitio de autores"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Asegúrate de activar el archivo de autor en la pestaña SEO > Títulos y Metas > Archivos.</a>"],"Enable HTML Sitemap":["Activar mapa del sitio HTML"],"Guide to enable a HTML Sitemap - new window":["Guía para activar el mapa del sitio HTML - nueva ventana"],"Include":["Incluir"],"eg: 2, 28, 68":["ej: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Introducir una ID(s) de entrada, página o tipo de contenido para mostrar el mapa del sitio"],"You can also use this shortcode:":["También puedes usar este shortcode:"],"To include specific custom post types, use the CPT attribute:":["Para incluir tipos de contenido personalizados usa el atributo CPT: "],"eg: 13, 8, 38":["ej: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Excluir algunos IDs de entradas, páginas, tipos de entradas personalizadas o términos"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["DESC (orden descendente de los valores más altos a los más bajos (3, 2, 1; c, b, a))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ASC (orden ascendente de los valores más bajos a los más altos (1, 2, 3; a, b, c))"],"Default (date)":["Por defecto (fecha)"],"Modified date":["Fecha de modificación"],"Post ID":["ID de entrada"],"Menu order":["Orden del menú"],"Disable date after each post, page, post type?":["¿Desactivar la fecha después de cada entrada, página, tipo de contenido?"],"Remove links from archive pages (eg: Products)":["Elimina enlaces de las páginas de archivo (p.ej: Productos)"],"None (will disable this feature)":["Ninguno (se desactivará esta funcionalidad)"],"Person":["Persona"],"Organization":["Organización"],"eg: Miremont":["Ejemplo: Miremont"],"Your name/organization":["Tu nombre/organización"],"Your photo/organization logo":["Foto/logo de tu organización"],"Select your logo":["Selecciona tu logotipo"],"Upload an Image":["Subir una imagen"],"eg: +33123456789 (internationalized version required)":["ej: +33123456789 (versión internacionalizada necesaria)"],"Organization's phone number (only for Organizations)":["Número de teléfono de la organización (sólo para las organizaciones)"],"Customer support":["Atención al cliente"],"Technical support":["Asistencia técnica"],"Billing support":["Soporte de facturación"],"Bill payment":["Pago de factura"],"Sales":["Promociones"],"Credit card support":["Compatibilidad con tarjeta de crédito"],"Emergency":["Emergencias"],"Baggage tracking":["Seguimiento de equipajes"],"Roadside assistance":["Asistencia en carretera"],"Package tracking":["Seguimiento de paquetes"],"Toll Free":["Sin Cargo"],"Hearing impaired supported":["Discapacidad auditiva soportada"],"eg: https://facebook.com/my-page-url":["Ejemplo: https://facebook.com/url-de-mi-pagina"],"Facebook Page URL":["URL de la página de Facebook"],"eg: @my_twitter_account":["por ejemplo: @mi_cuenta_twitter"],"Twitter Page URL":["URL de la página de Twitter"],"eg: https://pinterest.com/my-page-url/":["Ejemplo: https://pinterest.com/url-de-mi-pagina/"],"Pinterest URL":["URL de Pinterest"],"eg: https://www.instagram.com/my-page-url/":["por ejemplo: https://www.instagram.com/my-page-url/"],"Instagram URL":["URL de Instagram"],"eg: https://www.youtube.com/my-channel-url":["por ejemplo: https://www.youtube.com/my-channel-url"],"YouTube URL":["URL de YouTube"],"eg: http://linkedin.com/company/my-company-url/":["por ejemplo: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["URL de Linkedln"],"Enable OG data":["Activar datos OG"],"Select a default image":["Seleccionar una imagen por defecto"],"Select your default thumbnail":["Selecciona tu miniatura por defecto"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Tamaño mínimo: 200x200px, proporción ideal 1.91:1, máximo 8Mb (ej. 1640x856px o 3280x1712px para pantallas retina)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Sobrecribe todas las etiquetas <strong>og:image</strong> por la imagen por defecto (excepto si un og:image personalizado ya se ha incluído desde la metabox SEO)."],"WooCommerce Shop Page.":["Página de la tienda WooCommerce."],"No custom post type to configure.":["No hay ningún tipo de contenido personalizado que configurar."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["Uno o más IDs de página de Facebook que están asociadas a una URL para activar la edición de enlaces y la publicación instantánea de artículos."],"How do I find my Facebook Page ID?":["¿Cómo encontrar mi ID de página de Facebook?"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["El ID (o lista separada por comas para las propiedades que pueden aceptar varios IDs) de una aplicación, persona que usa la app o el objeto de la API de Page Graph."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["El app ID de Facebook de la aplicación del sitio. Para usar Facebook Insights, debes añadir el app ID a tu página. Insights te permite ver los análisis del tráfico a tu sitio desde Facebook. Busca el identificador de la aplicación en el panel de aplicaciones. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Más información aquí</a><span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["Cómo crear un Facebook App ID"],"Enable Twitter card":["Activar Twitter card"],"Use OG if no Twitter Cards":["Usar OG si no hay Twitter Cards"],"Default Twitter Image":["Imagen de Twitter por defecto"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Tamaño mínimo: 144x144px (300x157px con las tarjetas grandes activadas), proporción ideal 1:1 (2:1 con tarjetas grandes), 5 Mb máximo."],"Default":["Por defecto"],"Large":["Grande"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":["La tarjeta de resumen con <strong>imagen grande</strong> presenta una imagen grande y prominente de ancho completo junto a un tuit. Está diseñada para ofrecer al lector una experiencia fotográfica rica y, al hacer clic en la imagen, lleva al usuario a tu web."],"Enter your separator, eg: \"-\"":["Escribe tu separador, p. ej. «-»"],"Separator":["Separador"],"Use this separator with %%sep%% in your title and meta description.":["Utiliza este separador con %%sep%% en tu título y meta descripción."],"My awesome website":["Mi impresionante sitio web"],"Site title":["Título del Sitio"],"This is a cool website about Wookiees":["Esta es una web interesante sobre Wookiees"],"Looking to edit your blog page?":["¿Está intentando editar la página de blog?"],"Click to hide any SEO metaboxes / columns for this post type":["Haz clic para ocultar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Click to display any SEO metaboxes / columns for this post type":["Haz clic para mostrar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Title template":["Plantilla de título"],"Meta description template":["Plantilla de meta descripción"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["No mostrar las páginas individuales de este tipo de contenido en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":["Este tipo de contenido personalizado <strong>NO</strong> está excluido de tus mapas del sitio XML a pesar del hecho de que está configurado a <strong>NOINDEX</strong>. Te recomendamos que revises esto."],"Do not follow links for this single post type <strong>(nofollow)</strong>":["No seguir los enlaces de esta entrada personalizada <strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":["¿Mostramos la fecha en los resultados de búsqueda de Google añadiendo las metas <code>article:published_time</code> y <code>article:modified_time</code>?"],"Unchecking this doesn't prevent Google to display post date in search results.":["Desmarcar esto no evita que Google muestra la fecha de la entrada en los resultados de búsqueda."],"Display post thumbnail in Google Custom Search results?":["¿Mostrar la miniatura de la entrada en los resultados de búsqueda personalizados de Google?"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":["Grupos de BuddyPress"],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":["No mostrar los grupos de BuddyPress en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"Click to hide any SEO metaboxes for this taxonomy":["Haz clic para oculatr todas las cajas meta de SEO de esta taxonomía"],"Click to display any SEO metaboxes for this taxonomy":["Haz clic para mostrar las cajas meta de SEO para esta taxonomía"],"Category Title":["Título de la categoría"],"Tag Title":["Título de la Etiqueta"],"Term Title":["Título de término"],"Category Description":["Descripción de la categoría"],"Tag Description":["Descripción de la Etiqueta"],"Term Description":["Descripción del término"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de taxonomía en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":["Esta taxonomía personalizada <strong>NO</strong> está excluida de tus mapas del sitio XML a pesar del hecho de que está configurada a <strong>NOINDEX</strong>. Te recomendamos que revises esto."],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["No seguir los enlaces de este archivo de taxonomía <strong>(nofollow)</strong>"],"See archive":["Ver archivo"],"Post Type Archive Name":["Nombre de archivo del tipo de contenido"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de tipo de entrada en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["No seguir los enlaces para este tipo de entrada <strong>(nofollow)</strong>"],"Author archives":["Archivos de autor"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de autor en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable author archives":["Desactivar archivos de autor"],"Date archives":["Archivos por fecha"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de fecha en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable date archives":["Desactivar archivos de fecha"],"Search archives":["Buscar archivos"],"Search Keywords":["Buscar palabras clave"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de búsqueda en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["No mostrar todas las páginas del sitio en los resultados de búsqueda de Google y no mostrar enlaces de «Caché» en resultados de la búsqueda."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":["Comprueba también el ajuste <strong>«Visibilidad para los motores de búsqueda»</strong> en la <a href=\"%s\">página de ajustes de lectura de WordPress</a>."],"nofollow":["nofollow"],"Do not follow links for all pages.":["No seguir enlaces para todas las páginas."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["No usar metadatos de proyecto de Open Directory para títulos o fragmentos para todas las páginas."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["No indexar imágenes para todo el sitio."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["No mostrar un enlace de «Caché» en resultados de la búsqueda de Google."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["No mostrar una descripción en los resultados de búsqueda de Google para todas las páginas."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Evita que Google muestre una caja de búsqueda de enlaces del sitio en los resultados de búsqueda. Al activar esta opción se quitará el schema «Website» de tu código fuente."],"Add rel next/prev link in head of paginated archive pages":["Añade el enlace rel next/prev en la cabecera de las páginas de archivo paginadas"],"Add a \"noindex\" meta robots for all paginated archive pages":["Añadir un meta robots «noindex» para todas las páginas de archivo paginadas"],"eg: https://example.com/category/my-category/page/2/":["por ejemplo: https://example.com/category/my-category/page/2/"],"Add a \"noindex\" meta robots for all attachment pages":["Añade una meta robots «noindex» a todas las páginas de adjuntos"],"eg: https://example.com/my-media-attachment-page":["p.ej: https://ejemplo.com/mi-pagina-de-adjuntos-de-medios"],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":["Activa la meta description automática con la variable dinámica <strong>%%oxygen%%</strong>."],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":["Activa la meta description automática con la variable dinámica <strong>%%divi%%</strong>."],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":["Activa la meta description automática con la variable dinámica <strong>%%wpbakery%%</strong>."],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":["Activa la meta description automática con la variable dinámica <strong>%%aviabuilder%%</strong>."],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":["Activa la meta description automática con la variable dinámica <strong>%%fusionbuilder%%</strong>."],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["Mira nuestro vídeo para aprender a conectar tu sitio WordPress con Google Analytics y obtener estadísticas directamente en tu escritorio (solamente en la versión PRO)."],"How-to":["Tutorial"],"Read our guide":["Lee nuestra guía"],"Templates variables":["Variables de plantillas"],"Edit your meta robots":["Edita tus meta robots"],"Browse our guides":["Consulta nuestras guías"],"Read our FAQ":["Lee nuestro FAQ"],"Check our website":["Comprueba nuestra web"],"Enter a few keywords for analysis to help you write optimized content.":["Escribe algunas palabras clave para ser analizadas y que te ayuden a redactar contenido optimizado."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["¡Lo más importante es escribir para tus usuarios! Si no parece natural, tus visitantes abandonarán tu sitio, Google lo sabrá y tu clasificación se verá afectada."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Separa las palabras clave de destino con comas. No utilices espacios después de las comas, a menos que desees incluirlos"],"Enter your target keywords":["Introduce tus palabras clave objetivo"],"Analyze my content":["Analiza mi contenido"],"Refresh analysis":["Actualizar análisis"],"Track with Insights":["Seguimiento con Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["Para obtener un análisis más preciso, guarda tu entrada primero. Analizamos todo tu código fuente tal y como lo haría un motor de búsqueda."],"Google suggestions":["Sugerencias de Google"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Escribe una palabra clave o una frase y obtén las 10 primeras sugerencias de Google inmeditamente. Esto es útil cuando usas la técnica de la larga cola."],"Get suggestions from Google":["Recibe sugerencias de Google"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Ajustes de títulos"],"Google News":["Google News"],"Video Sitemap":["Mapa del sitio de vídeos"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Los títulos son críticos para brindar a los usuarios una visión rápida del contenido de un resultado y por qué es relevante para su consulta. A menudo es la información principal utilizada para decidir en qué resultado hacer clic, por lo que es importante utilizar títulos de alta calidad en tus páginas web."]," / 568 pixels - ":[" / 568 píxeles - "]," (maximum recommended limit)":[" (límite máximo recomendado)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["Un etiqueta de meta descripción normalmente informa e interesa a los usuarios con un resumen corto y relevante de lo que va la página en cuestión. <br> Son como un discurso que convence al usuario de que la página es exactamente lo que está buscando. <br> No hay límite en la longitud de la descripción meta, pero los snippets de resultados la truncarán si lo necesitan, normalmente para ajustarse al ancho de la pantalla del dispositivo."],"Enter your meta description":["Introduce tu meta descripción"]," / 940 pixels - ":[" / 940 píxeles - "],"Category / term description":["Descripción del término/categoría"],"Post Excerpt":["Extracto de la entrada"],"Snippet Preview":["Vista previa del Snippet"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["La vista previa de Google es una simulación. <br>No hay ninguna vista previa totalmente fiable porque depende de la resolución de la pantalla, del dispositivos utilizado, de la expresión buscada y de Google. <br>No hay un snippet para cada URL sino varios. <br>Todos los datos de esta vistazo previo vienen directamente de tu código fuente. <br> Esto es lo que los rastreadores verán."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["No mostrar esta página en los resultados del motor de búsqueda / Mapas del sitio XML - HTML <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["Etiqueta meta para robots «noindex»"],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «noindex». <br>Los motores de búsqueda no indexarán esta URL para los resultados de búsqueda."],"Do not follow links for this page <strong>(nofollow)</strong>":["No seguir los enlaces de esta página <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["Etiqueta meta para robots «nofollow»"],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «nofollow». <br>Los motores de búsqueda no seguirán los enlaces de esta URL."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["No utilizar los metadatos del proyecto Open Directory para títulos o extractos de esta página <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["Metaetiqueta meta para robots «noodp»"],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «noodp». <br>Ten en cuenta de que Google y Yahoo ya no tienen en cuenta esta etiqueta desde el cierre del directorio DMOZ."],"Do not index images for this page <strong>(noimageindex)</strong>":["No indexar la imágenes de esta página <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["Etiqueta meta para robots «noimageindex»"],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «noimageindex\". <br> Ten en cuenta de que puede que tus imágenes sean indexadas si están enlazadas desde otras páginas."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["No mostrar un enlace “cacheado” en los resultados de búsqueda de Google <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["Etiqueta meta para robots «noarchive»"],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «noarchive»."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["No mostrar una descripción en los resultados de búsqueda de esta página <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["Etiqueta meta para robots «nosnippet»"],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor «nosnippet»."],"Default value: ":["Valor por defecto: "],"Select a primary category":["Elige una categoría principal"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":["Establece la categoría que se usa en el enlace permanente %category% y en nuestras migas de pan si tienes varias categorías."],"Custom breadcrumbs":["Migas de pan personalizadas"],"Enter a custom value, useful if your title is too long":["Introduce un valor personalizado, útil si tu título es demasiado largo"],"Current breadcrumbs: %s":["Migas de pan actuales: %s"],"Ask Facebook to update its cache":["Pide a Facebook que actualice su caché"],"Facebook Title":["Título de Facebook"],"Enter your Facebook title":["Introduce tu título de Facebook"],"Facebook description":["Descripción de Facebook"],"Enter your Facebook description":["Introduce tu descripción de Facebook"],"Facebook Thumbnail":["Imagen de Facebook"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["La característica de redes sociales está desactivada. ¿Sigues viendo información de la vista previa de Facebook? Probablemente haya etiquetas sociales añadidas por tu tema o por un plugin."],"Your image ratio is: ":["La proporción de la imagen es: "],"File URL is not valid.":["La URL del archivo no es válida."],"Preview your Twitter card using the official validator":["Previsualiza tu Twitter card utilizando el validador oficial"],"Twitter Title":["Título de Twitter"],"Enter your Twitter title":["Introduce tu título de Twitter"],"Twitter description":["Descripción de Twitter"],"Enter your Twitter description":["Introduce tu descripción de Twitter"],"Twitter Thumbnail":["Imagen de Twitter"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":["La función Redes sociales está desactivada. ¿Sigues viendo información de la vista previa de Twitter? Probablemente tengas etiquetas sociales añadidas por tu tema o por un plugin."],"Enable redirection?":["¿Activar la redirección?"],"301 Moved Permanently":["301 Movido Permanentemente"],"302 Found / Moved Temporarily":["302 Encontrado / Movido Temporalmente"],"307 Moved Temporarily":["307 Movido Temporalmente"],"410 Gone":["410 Ya no disponible"],"451 Unavailable For Legal Reasons":["451 No disponible por motivos legales"],"URL redirection":["Redirección de URL"],"Enter your new URL in absolute (eg: https://www.example.com/)":["Introduce tu nueva URL en formato absoluto (ej: https://www.example.com/)"],"Query parameters":["Parámetros de búsqueda"],"Exactly match all parameters":["Coincidencia exacta con todos los parámetros"],"Exclude all parameters":["Excluir todos los parámetros"],"Exclude all parameters and pass them to the redirection":["Excluir todos los parámetros y pasárselos a la redirección"],"Test your URL":["Prueba tu URL"],"Need help with your redirections? Read our guide.":["¿Necesitas ayuda con las redirecciones? Consulta nuestra guía."],"Exclude this post from Google News Sitemap?":["¿Excluir esta publicación de mapa del sitio de Google News?"],"Exclude this post from Video Sitemap?":["¿Excluir esta entrada del mapa del sitio de vídeos?"],"If your post is set to noindex, it will be automatically excluded from the sitemap.":["Si marcas esta entrada como noindex, será automáticamente excluída del mapa del sitio."],"Video ":["Vídeo "],"Video URL (required)":["URL del vídeo (obligatorio)"],"Enter your video URL":["Escribe la URL de tu vídeo"],"Video URL":["URL del vídeo"],"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server.":["¿NO es un vídeo externo (por ejemplo: vídeos alojados en YouTube, Vimeo, Wistia...)? Revisa si tu vídeo está alojado en este servidor."],"Video Title (required)":["Título del vídeo (obligatorio)"],"Enter your video title":["Escribe el título del vídeo"],"Video title":["Título del vídeo"],"Default: title tag, if not available, post title.":["Por defecto: etiqueta del título. Si no está disponible, título de la entrada."],"Video Description (required)":["Descripción del vídeo (obligatorio)"],"Enter your video description":["Escribe la descripción de tu vídeo"],"Video description":["Descripción del vídeo"],"2048 characters max.; default: meta description. If not available, use the beginning of the post content.":["Máximo 2048 carácteres. Por defecto: meta descripción, si no está disponible, utiliza el contenido de la entrada."],"Video Thumbnail (required)":["Miniatura del vídeo (obligatoria)"],"Select your video thumbnail":["Elige la miniatura de tu vídeo"],"Video Thumbnail":["Miniatura del vídeo"],"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image.":["Tamaño mínimo: 160x90px (1920x1080 máximo). Formato: JPG, PNG o GIF. Por defecto, la imágen destacada de tu publicación."],"Video Duration (recommended)":["Duración del vídeo (recomendado)"],"Duration in seconds":["Duración en segundos"],"Video duration":["Duración del vídeo"],"The duration of the video in seconds. Value must be between 0 and 28800 (8 hours).":["La duración del vídeo en segundos. El valor debe estar entre o y 28800 (8 horas)."],"Video Rating":["Valoración del vídeo"],"Video rating":["Valoración del vídeo"],"Allowed values are float numbers in the range 0.0 to 5.0.":["Los valores permitidos son números decimales entre 0.0 y 5.0."],"View count":["Conteo de visitas"],"Number of views":["Número de visitas"],"Video tags":["Etiquetas de vídeo"],"Enter your video tags":["Escribe tus etiquetas de vídeo"],"32 tags max., separate tags with commas. Default: target keywords + post tags if available.":["32 etiquetas máximo, separa las etiquetas con comas. Por defecto: palabras clave objetivo + etiquetas de publicación si están presentes."],"Video categories":["Categorías de vídeos"],"Enter your video categories":["Escribe tus categorías de vídeos"],"256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available.":["Máximo 256 caracteres, lo normal es que cada vídeo pertenezca sólo a una sola categoría. Separa las categorías con comas. Por defecto: la primera categoría de publicación si existe."],"NOT family friendly?":["¿NO te suena?"],"The video will be available only to users with SafeSearch turned off.":["El vídeo estará disponible sólo a usuarios que tengan apagado SafeSearch."],"Remove video":["Eliminar vídeo"],"Add video":["Añadir vídeo"],"Analysis in progress...":["Análisis en progreso..."],"Content analysis":["Análisis de contenido"],"By clicking Migrate, we'll import:":["Haciendo clic en Migrar, importaremos:"],"Title tags":["Etiquetas de título"],"Facebook Open Graph tags (title, description and image thumbnail)":["Etiquetas de Facebook Open Graph (título, Descripción e imagen miniatura)"],"Twitter tags (title, description and image thumbnail)":["Etiquetas de Twitter (título, Descripción e imagen miniatura)"],"Meta Robots (noindex, nofollow...)":["Meta Robots (noindex, nofollow...)"],"Redirect URL":["Redirigir URL"],"Migrate now":["Migrar ahora"],"SEO Title / Description":["Título SEO / Descripción"],"Meta Description":["Meta description"],"SEO Advanced":["SEO Avanzado"],"SEO Social":["SEO Social"],"<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q=":["<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q="],"<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>":["<p class=\"elementor-control-field-description\"><strong>¿Lo sabías?</strong> LinkedIn, Instagram y Pinterest usan los mismos metadatos sociales que Facebook. Twitter hace los mismo si no se definen a continuación etiquetas de tarjetas de Twitter.</p>"],"SEO Redirection":["Redirección SEO"],"SEO Content Analysis":["Análisis de contenido SEO"],"<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimized content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>":["<p class=\"elementor-control-field-description\">Introduce algunas palabras clave para el análisis para ayudarte a escribir contenido optimizado.</p><p class=\"elementor-control-field-description\"><strong>¿Lo sabías?</strong> ¡Escribir el contenido para tus usuarios es lo más importante! Si no parece natural, tus visitantes dejarán tu sitio, Google lo sabrá y tu posicionamiento se verá afectado.</p>"],". The closer to 1.91 the better.":[". Mejor cuanto más cerca de 1.91."],"By":["Por"],". The closer to 1 the better (with large card, 2 is better).":[". Mejor cuanto más cerca de 1 (con tarjeta grande, lo mejor es 2)."],"Question...":["Pregunta..."],"Answer...":["Respuesta..."],"Remove":["Eliminar"],"FAQ Settings":["Ajustes de las FAQ"],"List Style":["Estilo de lista"],"Title Wrapper":["Envoltura del título"],"Image Size":["Tamaño de la imagen"],"SEO Settings":["Ajustes de SEO"],"Enable FAQ Schema":["Activar el esquema de FAQ"],"Add FAQ":["Añadir FAQ"],"To edit the background image, you need permission to upload media.":["Para editar la imagen de fondo, necesitas permiso para subir medios."],"Set Image":["Establecer la imagen"],"Remove Image":["Eliminar la imagen"],"FAQ":["FAQ"],"Customize the plugin to fit your needs.":["Personaliza el plugin para ajustarlo a tus necesidades."],"Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>.":["Funciona con <strong>Google Analytics</strong> y <strong>Matomo</strong>."],"Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself.":[""],"Use them to collect and analyze data that Analytics doesn't automatically track.":[""],"Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.":[""],"Custom dimensions also work with <strong>Matomo</strong> tracking code.":["Las dimensiones personalizadas también funcionan con el código de seguimiento <strong>de Matomo.</strong>."],"Guide to create custom dimensions in Google Analytics - new window":["Guía para crear dimensiones personalizadas en Google Analytics - nueva ventana"],"Use Matomo to track your users with privacy in mind.":["Utiliza Matomo para realizar un seguimiento de tus usuarios respetando la privacidad."],"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code.":["Tus <strong>dimensiones personalizadas</strong> también funcionarán con el código de seguimiento de Matomo."],"Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.":[""],"Change this settings":["Cambia estos ajustes"],"A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.":[""],"The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.":[""],"To view your sitemap, enable permalinks (not default one), and save settings to flush them.":["Para ver tu mapa del sitio, activa los los enlaces permanentes (no los por defecto) y guarda los ajustes para purgarlos."],"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:":["Tu servidor utiliza NGINX. Si los mapa sdel sitio XML no funcionan, debes añadir esta regla a tu configuración:"],"If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.":["Si desactivas esta funcionalidad globalmente (utliizando el conmutador de arriba), el mapa del sitio XML nativo de WordPress será reactivado."],"Blank sitemap?":["¿Mapa del sitio en blanco?"],"404 error?":["¿Error 404?"],"HTML error? Exclude XML and XSL from caching plugins!":["¿Error de HTML? ¡Excluye XML y XSL de los plugins de caché!"],"View your sitemap":["Ver tu mapa del sitio"],"Ping Google manually":["Ping manual a Google"],"Flush permalinks":["Purgar enlaces permanentes"],"Learn more on Google official website.":["Más información en el sitio web de Google."],"Use markup on your website to add your social profile information to a Google Knowledge panel.":[""],"Knowledge panels prominently display your social profile information in some Google Search results.":[""],"Manage Open Graph data. These metatags will be used by Facebook, Pinterest, LinkedIn, WhatsApp... when a user shares a link on its own social network. Increase your click-through rate by providing relevant information such as an attractive image.":[""],"Custom OG Image from SEO metabox":["La imagen OG personalizada de la metabox de SEO"],"First image of your post content":["La primera imagen del contenido de tu entrada"],"Global OG Image set in SEO > Social > Open Graph":["La imagen global de OG establecida en SEO > Social > Open Graph"],"Custom Twitter image from SEO metabox":["Imagen personalizada de Twitter de la metabox de SEO"],"Global Twitter:image set in SEO > Social > Twitter Card":["El valor global de Twitter:image se establece en SEO > Social > Twitter Card"],"Title and meta description are used by search engines to generate the snippet of your site in search results page.":[""],"Wrong meta title / description in SERP?":[""],"Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools.":["Nuestro <strong>centro de compatibilidad</strong> facilita integrar SEOPress con tus herramientas favoritas."],"Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you.":[""],"Learn more about automatic meta descriptions":["Aprende más sobre las meta descriptions automáticas"],"Add WP Editor to taxonomy description textarea":["Añadir el editor de WP al área de texto de la descripción de la taxonomía"],"Remove /category/ in URL":["Quitar /category/ en URL"],"Remove WordPress generator meta tag":["Eliminar metaetiqueta generator de WordPress"],"Remove hentry post class":["Elimina la clase hentry de las entradas"],"Remove author URL":["Eliminar la URL del autor"],"Remove website field in comment form":["Eliminar el campo sitio web del formulario de comentario"],"Remove WordPress shortlink meta tag":["Eliminar la metaetiqueta de enlace corto de WordPress"],"Remove Windows Live Writer meta tag":["Eliminar la metaetiqueta de Windows Live Writer"],"Remove RSD meta tag":["Eliminar la metaetiqueta RSD"],"SEO in admin bar":["SEO en la barra de administración"],"Universal Metabox":[""],"Noindex in admin bar":["Noindex en la barra de administración"],"Move SEO metabox's position":["Mover la posición de la caja meta de SEO"],"Set default tab for Structured data metabox":["Establece la pestaña por defecto para la caja meta de datos estructurados"],"Hide Notifications Center":["Ocultar centro de avisos"],"Hide SEO tools":["Ocultar herramientas de SEO"],"Show Title tag column in post types":["Mostrar columna de etiqueta Title en tipos de contenido"],"Show Meta description column in post types":["Mostrar columna de meta descripción en los tipos de contenido"],"Show Redirection Enable column in post types":["Mostrar la columna de redirección activada en los tipos de contenido"],"Show Redirect URL column in post types":["Mostrar la columna de redirección en los tipos de contenido"],"Show canonical URL column in post types":["Mostrar la columna de URL canónica en los tipos de contenido"],"Show Target Keyword column in post types":["Mostrar la columna Palabra clave destino en los tipos de contenido"],"Show noindex column in post types":["Mostrar columna noindex en tipos de contenido"],"Show nofollow column in post types":["Mostrar columna de nofollow en tipos de contenido"],"Show total number of words column in post types":["Mostrar el número total de columnas de palabras en los tipos de contenido"],"Show Google Page Speed column in post types":["Mostrar columna Google Page Speed en los tipos de contenido"],"Show Insights column in post types":["Mostrar columna de estadísticas en tipos de contenido"],"Show content analysis score column in post types":["Mostrar la columna de puntuaciones del análisis de contenido para tipos de contenido"],"Hide Genesis SEO Metabox":["Ocultar la Metabox de SEO de Genesis"],"Hide Genesis SEO Settings link":["Ocultar el enlace de ajustes de SEO de Genesis"],"Hide advice in Structured Data Types metabox":["Ocultar consejos del metabox Tipos de datos estructurados"],"Block SEO metabox to user roles":["Bloquear la Metabox de SEO para perfiles de usuario"],"Block Content analysis metabox to user roles":["Bloquear la metabox de análisis de contenido para perfiles de usuario"],"Enable Google Analytics tracking":["Activar el seguimiento de Google Analytics"],"Enter your measurement ID (GA4)":["Introduce tu ID de medición (GA4)"],"Exclude user roles from tracking (Google Analytics and Matomo)":["Excluir perfiles de usuario del seguimiento (Google Analytics y Matomo)"],"Where to display the cookie bar?":["¿Dónde mostrar la barra de cookies?"],"Analytics tracking opt-in":["Consentimiento de seguimiento de Analytics"],"Allow user to change its choice":["Permitir al usuario cambiar su elección"],"Consent message for user tracking":["Mensaje de consentimiento para rastreo de los usuarios"],"Accept button for user tracking":["Botón de aceptación para el seguimiento de usuarios"],"Close button":["Botón para cerrar"],"Edit cookies button":["Editar botón de cookies"],"User consent cookie expiration date":["Fecha de caducidad del consentimiento de cookies del usuario"],"Cookie bar position":["Posición de la barra de cookies"],"Text alignment":["Alineación del texto"],"Cookie bar width":["Ancho de la barra de cookies"],"Enable Google Optimize":["Activar Google Optimize"],"Enable Google Ads":["Activar Google Ads"],"[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)":["[HEAD] Añade un código de seguimiento adicional (Como el píxel de Facebook, Hotjar...)"],"[BODY] Add an additional tracking code (like Google Tag Manager...)":["[BODY] Añade un código de seguimiento adicional (como Google Tag Manager...)"],"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)":["[BODY (FOOTER)] Añadir un código de seguimiento adicional (como Google Tag Manager...)"],"Enable downloads tracking (eg: PDF, XLSX, DOCX...)":["Activar el seguimiento de descargas (por ejemplo: PDF, XLSX, DOCX ...)"],"Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)":["Activar el seguimiento de enlaces de afiliados/salientes (por ejemplo: aff, ir, out, recomienda)"],"Track Authors":["Seguir Autores"],"Track Categories":["Seguir Categorías"],"Track Tags":["Seguir Etiquetas"],"Track Post Types":["Seguir tipos de contenido"],"Track Logged In Users":["Seguir usuarios conectados"],"Enable Matomo tracking":["Activar el seguimiento de Matomo"],"Enter your site ID":["Escribe tu ID de sitio"],"Track visitors across all subdomains":["Realizar un seguimiento de los visitantes en todos los subdominios"],"Prepend the site domain":["Antepón el dominio del sitio"],"Cross domain":["Dominio cruzado"],"Enable DoNotTrack detection":["Activar la detección de DoNotTrack"],"Disable all tracking cookies":["Desactivar todas las cookies de seguimiento"],"Download & Outlink tracking":["Seguimiento de descargas y enlaces salientes"],"Disable all heatmaps and session recordings":["Desactivar todos los mapas de calor y las grabaciones de las sesiones"],"Redirect attachment pages to post parent":["Redirigir las páginas de adjuntos a la publicación padre"],"Redirect attachment pages to their file URL":["Redirigir páginas de adjuntos a la URL del archivo"],"Remove ?replytocom link to avoid duplicate content":["Elimina el enlace ?replytocom para evitar contenido duplicado"],"Automatically set the image Title":["Establecer automáticamente el título de las imágenes"],"Automatically set the image Alt text":["Establecer automáticamente el texto Alt de las imágenes"],"Automatically set the image Alt text from target keywords":["Establece automáticamente el texto Alt de la imagen a partir de las palabras clave objetivo"],"Automatically set the image Caption":["Establecer automáticamente la leyenda de la imagen"],"Automatically set the image Description":["Establecer automáticamente la descripción de la imagen"],"Enable XML Image Sitemaps":["Activar mapa del sitio XML de imágenes"],"Enable XML Video Sitemaps":["Activar mapa del sitio XML de vídeos"],"Check to INCLUDE Post Types":["Márcalo para INCLUIR tipos de contenido"],"Check to INCLUDE Taxonomies":["Márcalo para INCLUIR taxonomías"],"Sort order":["Orden de clasificación"],"Order posts by":["Ordenar entradas por"],"Disable the display of the publication date":["Desactivar la visualización de la fecha de publicación"],"Remove links from archive pages":["Eliminar enlaces de las páginas de archivo"],"Person or organization":["Persona u organización"],"Contact type (only for Organizations)":["Tipo de contacto (sólo para las organizaciones)"],"Contact option (only for Organizations)":["Opción de contacto (sólo para las organizaciones)"],"Twitter Username":["Nombre de usuario de Twitter"],"Enable Open Graph Data":["Activar datos de Open Graph"],"Apply this image to all your og:image tag":["Aplicar esta imagen a todas las etiquetas og:image"],"Define custom og:image tag for post type archive pages":["Definir etiqueta og:image personalizada para páginas de archivo de tipos de contenido"],"Facebook Link Ownership ID":["ID de propiedad del enlace de Facebook"],"Facebook Admin ID":["Facebook admin ID"],"Facebook App ID":["Facebook App ID"],"Enable Twitter Card":["Activar Twitter Card"],"Use Open Graph if no Twitter Card is filled":["Utilizar Open Graph si no se rellena la tarjeta de Twitter"],"Image size for Twitter Summary card":["Tamaño de imagen para Twitter Summary Card"],"Indicate paginated content to Google":["Indica el contenido paginado a Google"],"noindex on paged archives":["noindex en los archivos paginados"],"noindex on attachment pages":["noindex en páginas de adjuntos"],"Oxygen Builder compatibility":["Compatibilidad con el maquetador Oxigen"],"Divi Builder compatibility":["Compatibilidad con el maquetador Divi"],"WP Bakery Builder compatibility":["Compatibilidad con el maquetador WP Bakery"],"Avia Layout Builder compatibility":["Compatibilidad con el maquetador de diseños Avia"],"Fusion Builder compatibility":["Compatibilidad con Fusion Builder"],"Migration completed!":["¡Migración completada!"],"Export completed!":["¡Exportación completada!"],"Import SEO settings":["Importar ajustes de SEO"],"Your site":["Tu sitio"],"Indexing":["Indexación"],"Advanced options":["Opciones avanzadas"],"Ready!":["¡Listo!"],"SEOPress › Setup Wizard":["SEOPress › Asistente de configuración"],"Not right now":["Ahora no"],"Skip this step":["Saltar este paso"],"The following wizard will help you configure SEOPress and get you started quickly.":["El siguiente asistente te ayudará a configurar SEOPress y a comenzar rápidamente."],"The first step is to import your previous settings from other plugins to keep your SEO.":["El primer paso es importar los ajustes anteriores de otros plugins para mantener tu SEO."],"No data to migrate? Click \"Next step\" button!":["¿No tienes datos que migrar? ¡Haz clic en el botón «Siguiente paso»!"],"Next step":["Siguiente paso"],"To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ":["Para construir las etiquetas de título y el knowledge graph de Google, tienes que rellenar los siguientes campos para configurar los ajustes generales. "],"eg: |":["ej: |"],"This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates.":["Este separador será usado por la variable dinámica <strong>%%sep%%</strong> en tus plantillas del título y de la meta descripción."],"Home site title":["Título del inicio del sitio"],"eg: My super website":["ej: Mi súper sitio web"],"Choose a knowledge type":["Elige un tipo de knowledge"],"eg: My Company Name":["por ejemplo: Nombre de mi empresa"],"eg: https://www.example.com/logo.png":["ej: https://www.example.com/logo.png"],"Facebook page URL":["URL de la página de Facebook"],"Continue":["Continuar"],"Specify to the search engines what you want to be indexed or not.":["Especificar a los motores de búsqueda qué contenido quieres que sea indexado y cuál no."],"Avoid indexing duplicate or poor quality content.":["Evitar la indexación de contenido duplicado o de poca calidad."],"Default: index":["Por defecto: index"],"For which single post types, should indexing be disabled?":["¿Para qué tipos de contenidos individuales debería desactivarse el indexado?"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["No mostrar las páginas individuales de este tipo de contenido en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"For which post type archives, should indexing be disabled?":["¿Para qué archivos de tipos de contenido debería desactivarse el indexado?"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["No mostrar el archivo de este tipo de contenido en los resultados de búsuqeda <strong>(noindex)</strong>"],"For which taxonomy archives, should indexing be disabled?":["¿Para qué archivos de taxonomía debería desactivarse el indexado?"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["No mostrar el archivo de esta taxonomía en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"You only have one author on your site? Check this option to avoid duplicate content.":["¿Solo tienes un autor en tu sitio? Marca esta opción para evitar contenido duplicado."],"By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.":["Por defecto, SEOPress redirige las páginas de adjuntos a su publicación padre. Optimiza esto redirigiendo al usuario directamente a la URL del archivo multimedia."],"Choose which SEO columns to display in post types list:":["Elige qué columnas SEO mostrar en la lista de tipos de contenido:"],"Quickly know if a content is in noindex.":["Conoce rápidamente si un contenido está en noindex."],"Quickly know if a content is in nofollow.":["Conoce rápidamente si un contenido está en nofollow."],"Quickly know if a content is optimized for search engines.":["Conoce rápidamente si un contenido está optimizado para los motores de búsqueda."],"Monitor and analyse your top 1,000 Backlinks weekly.":[""],"Get SEOPress Insights":[""],"Your site is now ready for search engines!":["¡Tu sitio ya está listo para los motores de búsqueda!"],"Welcome to SEOPress PRO!":["¡Bienvenido a SEOPress PRO!"],"Please activate your license to receive automatic updates and get premium support.":["Activa tu licencia para recibir actualizaciones automáticas y obtener soporte premium."],"Activate License":["Activar Licencia"],"Go PRO with SEOPress PRO!":["¡Conviértete en un PRO con SEOPress PRO!"],"When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.":["Obtén muchas características adicionales mejorando a PRO, como schemas automáticos y manuales, mapas del sitio de vídeos , mejoras de WooCommerce, estadísticas de Analytics en tu escritorio, rutas de navegación de migas de pan, redirecciones y más."],"Buy SEOPress PRO - $39 / unlimited sites":["Compra SEOPress PRO - $39 / sitios ilimitados"],"Create your XML sitemaps":["Crea tus mapas del sitio XML"],"Build custom XML sitemaps to improve Google's crawling of your site.":["Crea un mapa del sitio XML personalizado para mejorar el rastreo de Google de tu sitio."],"Configure your XML sitemaps":["Configura tus mapas del sitio XML"],"Follow us:":["Síguenos:"],"Like our Facebook page":["Síguenos en Facebook"],"Join our Facebook Community group":["Únete al grupo de nuestra comunidad en Facebook"],"Watch our guided tour videos to learn more about SEOPress":["Consulta nuestros videos de guía para obtener más información sobre SEOPress"],"Read our blog posts about SEO concepts, tutorials and more":["Lee las entradas de nuestro blog sobre conceptos SEO, con tutoriales y más cosas"],"Follow us on Twitter":["Síguenos en Twitter"],"The off side of SEOPress":["Lo que deja fuera SEOPress"],"You can also:":["También puedes:"],"Visit Dashboard":["Visitar Escritorio"],"Review Settings":["Revisar ajustes"],"Knowledge base":["Knowledge base"],"WARNING":["ADVERTENCIA"],"Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO.":["NO cambies la estructura de enlaces permanentes de un sitio de producción. Cambiar las URL puede dañar gravemente tu SEO."],"URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).":["La reescritura de URL NO está activada en tu sitio. Selecciona una estructura de enlaces permanentes optimizada para SEO (NO dejar sin estructura)."],"Enable noindex":["Activar noindex"],"Enable index":["Activar index"],"Enable nofollow":["Activar nofollow"],"Enable follow":["Activar follow"],"Enable redirection":["Activar redirección"],"Disable redirection":["Desactivar redirección"],"Title tag":["Etiqueta título"],"Canonical":["Canónica"],"The description is not prominent by default; however, some themes may show it.":["La descripción no es prominente por defecto, de todas formas algunos temas la muestran."],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>":["Al visitar nuestro sitio, aceptas nuestra política de privacidad con respecto a las cookies, estadísticas de seguimiento, etc. <a href=\"[seopress_privacy_page]\">Leer más</a>"],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.":["Al visitar nuestro sitio, aceptas nuestra política de privacidad respecto a las cookies, estadísticas de seguimiento etc."],"X":["X"],"Manage cookies":["Gestionar cookies"],"Authors":["Autores"],"Categories":["Categorías"],"Tags":["Etiquetas"],"Post types":["Tipos de contenido"],"Connected users":["Usuarios conectados"],"Please upload a valid .json file":["Por favor, sube un archivo .json válido"],"Please upload a file to import":["Por favor, sube un archivo que importar"],"Please upload a valid .csv file":["Por favor, sube un archivo csv válido"],"Please choose a separator":["Por favor, elige un separador"],"Invalid separator":["Separador no válido"],"Please upload a valid .txt file":["Por favor, sube un archivo «.txt» válido"],"XML Sitemaps":["Mapas del sitio XML"],"This XML Sitemap Index file contains %s sitemaps.":["Este mapa del sitio XML contiene %s mapas del sitio."],"This XML Sitemap contains %s URL(s).":["Este mapa del sitio XML contiene %s URL(s)."],"Last update":["Última actualización"],"Page %d of %2$d":["Página %d de %2$d"],"Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below.":[""],"has been successfully updated!":["ha sido actualizado correctamente!"],"Clear":["Vaciar"],"Clear color":["Vaciar el color"],"Select default color":["Seleccionar el color por defecto"],"Select Color":["Seleccionar el color"],"Color value":["Valor del color"],"Docs":["Documentación"],"Configuration Wizard":["Asistente de configuración"],"GO PRO!":["¡Hazte Pro!"],"Meta Desc.":["Meta desc."],"Redirect?":["¿Redirigir?"],"Target Kw":["Palabras clave objetivo"],"noindex?":["¿noindex?"],"nofollow?":["¿nofollow?"],"Score":["Puntuación"],"Words":["Palabras"],"Page Speed":["Page Speed"],"Analyze this page with Google Page Speed":["Analiza esta página con Google Page Speed"],"Good":["Bien"],"Should be improved":["Necesita mejoras"],"Insights from these keywords:":["Ideas desde estas palabras clave:"],"Average position: ":["Posición media: "],"Latest position: ":["Última posición: "],"404 - Page not found":["404 - Página no encontrada"],"Structured data types":["Tipos de datos estructurados"],"Keywords density":["Densidad de palabras clave"],"Keywords in permalink":["Palabras clave en el enlace permanente"],"Headings":["Encabezados"],"Social meta tags":["Metaetiquetas sociales"],"Meta robots":["Meta robots"],"Alternative texts of images":["Textos alternativos de imágenes"],"NoFollow Links":["Enlaces NoFollow"],"Outbound Links":["Enlaces salientes"],"Inbound Links":["Enlaces entrantes"],"Do not display this page in search engine results / XML - HTML sitemaps (noindex)":["No mostrar esta página en los resultados del motor de búsqueda / XML - Mapa del sitio HTML (noindex)"],"Do not follow links for this page (nofollow)":["No seguir los enlaces de esta página (nofollow)"],"Do not use Open Directory project metadata for titles or excerpts for this page (noodp)":["No utilices metadatos del proyecto Open Directory para títulos o extractos de esta página (noodp)"],"Do not display a \"Cached\" link in the Google search results (noarchive)":["No mostrar un enlace «En caché» en los resultados de búsqueda de Google (noarchive)"],"Do not display a description in search results for this page (nosnippet)":["No mostrar una descripción en los resultados de búsqueda de esta página (nosnippet)"],"Do not index images for this page (noimageindex)":["No indexar las imágenes de esta página (noimageindex)"],"Monday":["Lunes"],"Tuesday":["Martes "],"Wednesday":["Miércoles"],"Thursday":["Jueves"],"Friday":["Viernes"],"Saturday":["Sábado"],"Sunday":["Domingo"],"duplicated schema - x":["schema duplicado - x"],"x":["x"],"%s was found %d times in your content, a keyword density of %s%%":["Se ha encontrado %s %d veces en tu contenido, con una densidad de palabras clave del %s%%"],"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>.":["Aprende más sobre <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">el abuso de palabras clave</a>."],"H1 (Heading 1)":["H1 (encabezado 1)"],"Target keywords were found in Heading 1 (H1).":["Las palabras clave objetivo se encontraron en el encabezado 1 (H1)."],"%s was found %d times.":["%s se encontró %d veces."],"We found %d Heading 1 (H1) in your content.":["Encontramos %d encabezado 1 (H1) en tu contenido."],"You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:":["No debes usar más de un encabezado H1 en el contenido de tu entrada. La regla es simple: solo un H1 para cada página de la web. Es mejor para el SEO y para la accesibilidad. A continuación, la lista:"],"None of your target keywords were found in Heading 1 (H1).":["No se ha encontrado ninguna de tus palabras clave objetivo en el encabezado 1 (H1)"],"H2 (Heading 2)":["H2 (encabezado 2)"],"Target keywords were found in Heading 2 (H2).":["Las palabras clave objetivo se encontraron en el encabezado 2 (H2)."],"None of your target keywords were found in Heading 2 (H2).":["No se encontraron ninguna de tus palabras clave objetivo en el encabezado 2 (H2)."],"H3 (Heading 3)":["H3 (encabezado 3)"],"Target keywords were found in Heading 3 (H3).":["Las palabras clave objetivo se encontraron en el encabezado 3 (H3)."],"None of your target keywords were found in Heading 3 (H3).":["No se encontraron ninguna de tus palabras clave objetivo en el encabezado 3 (H3)."],"None of your target keywords were found in the Meta Title.":["No se encontraron ninguna de tus palabras clave objetivo en el meta del título."],"Your custom title is too long.":["Tu título personalizado es demasiado largo."],"The length of your title is correct":["La longitud de tu título es correcta"],"None of your target keywords were found in the Meta description.":["No se encontraron ninguna de tus palabras clave objetivo en el meta de la descripción."],"You custom meta description is too long.":["Tu meta descripción personalizada es demasiado larga."],"The length of your meta description is correct":["La longitud de tu meta descripción es correcta"],"Open Graph Title":["Título de Open Graph"],"We found %d og:title in your content.":["Hemos encontrado %d og:title en tu contenido."],"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:":["No deberías utilizar más de un og:title en el contenido de tu entrada para eviotar conflictos al compartir en redes sociales. Facebook recogerá la última etiqueta og:title de tu código fuente. Aquí debajo tienes la lista:"],"Your Open Graph Title tag is empty!":["¡Tu etiqueta Open Graph del título está vacía!"],"We found an Open Graph Title tag in your source code.":["Hemos encontrado una etiqueta de título para Open Graph en tu código fuente."],"Your Open Graph Title is missing!":["¡Falta tu título para Open Graph!"],"Open Graph Description":["Descripción para Open Graph"],"We found %d og:description in your content.":["Hemos encontrado %d og:description en tu contenido."],"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:":["No debes utlizar más de una og:description en el contenidos de tu entrada para evitar conflictos al compartir en redes sociales. Facebook recogerá la última etiqueta og:description de tu código fuente. Aquí abajo, la lista:"],"Your Open Graph Description tag is empty!":["¡Tu etiqueta Open Graph de la descripción está vacía!"],"We found an Open Graph Description tag in your source code.":["Hemos encontrado una etiqueta de desecripción para Open Graph en tu código fuente."],"Your Open Graph Description is missing!":["¡Falta tu descripción para Open Graph!"],"Open Graph Image":["Imagen para Open Graph"],"We found %d og:image in your content.":["Hemos encontrado %d og:image en tu contenido."],"Your Open Graph Image tag is empty!":["¡Tu etiqueta Open Graph de la imagen está vacía!"],"Your Open Graph Image is missing!":["¡Falta tu imagen para Open Graph!"],"Open Graph URL":["URL para Open Graph"],"We found %d og:url in your content.":["Hemos encontrado %d og:url en tu contenido."],"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:":["No debe haber más de un og:url en el contenido de tu entrada para eviatr conlfictos al compartir en redes sociales. Facebook recogerá la última og:url tag de tu código fuente de abajo. Aquí, la lista:"],"Your Open Graph URL tag is empty!":["¡Tu etiqueta Open Graph de la URL está vacía!"],"We found an Open Graph URL tag in your source code.":["Hemos encontrado una etiqueta de URL para Open Graph en tu código fuente."],"Your Open Graph URL is missing!":["¡Falta tu URL para Open Graph!"],"Open Graph Site Name":["Nombre del sitio para Open Graph"],"We found %d og:site_name in your content.":["Hemos encontraro %d og:site_name en tu contenido."],"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:":["No deberías utilizar más de un og:site_name en el contenido de tu entrada para evitar conflictos al compartir en redes sociales. Facebook tomará la última etiqueta og:site_name de tu código fuente. Aquí abajo, la lista:"],"Your Open Graph Site Name tag is empty!":["¡Tu etiqueta Open Graph del nombre del sitio está vacía!"],"We found an Open Graph Site Name tag in your source code.":["Hemos encontrado una etiqueta de nombre de sitio para Open Graph en tu código fuente."],"Your Open Graph Site Name is missing!":["¡Falta tu nombre de sitio para Open Graph!"],"We found %d twitter:title in your content.":["Hemos encontrardo %d twitter:title en tu contenido."],"You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:":["No deberías utliizar más de un twitter:title en el contenidos de tu entrada para evitar conflictos al compartir en redes sociales. Twitter recogerá la última etiqueta twitter:title de tu código fuente. Aquí abajo, la lista:"],"Your Twitter Title tag is empty!":["¡Tu etiqueta de Twitter del título está vacía!"],"We found a Twitter Title tag in your source code.":["Hemos encontrado una etiqueta de título para Twitter en tu código fuente."],"Your Twitter Title is missing!":["¡Falta tu título para Twitter!"],"Twitter Description":["Descripción para Twitter"],"We found %d twitter:description in your content.":["Hemos encontrado %d twitter:description en tu contenido."],"You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:":["No debes utlizar más de un twitter:description en el contenido de tu entrada para evitar conflictos al compartir en redes sociales. Twitter recogerá la última etiqueta twitter:description del código fuente. Aquí abajo, la lista:"],"Your Twitter Description tag is empty!":["¡Tu etiqueta de Twitter de la descripción está vacía!"],"We found a Twitter Description tag in your source code.":["Hemos encontrado una etiqueta de descripción para Twitter en el código fuente."],"Your Twitter Description is missing!":["¡Falta tu descripción para Twitter!"],"Twitter Image":["Imagen para Twitter"],"We found %d twitter:image in your content.":["Hemos encontrado %d twitter:image en tu contenido."],"Your Twitter Image tag is empty!":["¡Tu etiqueta de Twitter de la imagen está vacía!"],"Your Twitter Image is missing!":["¡Falta tu imagen para Twitter!"],"We found %s meta robots in your page. There is probably something wrong with your theme!":["Hemos encontrado %s meta robots en tu página. ¡Probablemente haya algo mal en tu tema!"],"We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:":["Encontramos %d enlaces con el atributo nofollow en tu página. No uses en exceso el atributo nofollow en los enlaces. A continuación, la lista:"],"This page doesn't have any nofollow links.":["Esta página no tiene ningún enlace nofollow."],"We found %s outbound links in your page. Below, the list:":["Hemos encontrado %s enlaces salientes en tu página. Aquí, la lista:"],"We found %s inbound links to this page.":["Hemos encontrado %s enlaces entrantes a esta página."],"edit %s":["editar %s"],"We found %s canonical URL in your source code. Below, the list:":["Hemos encontrado %s URL canonica(s) en tu código fuente. A continuación, la lista:"],"You must fix this. Canonical URL duplication is bad for SEO.":["Debes corregirla. Las URL canónicas duplicadas son malas para el SEO."],"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots":["<strong>Necesita mejoras:</strong> puntos rojos o naranja <br> <strong>Bien:</strong> puntos amarillos o verdes"],"Expand":["Ampliar"],"Close":["Cerrar"],"Check a user role to authorized it to edit a specific SEO page.":["Marca un perfil de usuario para autorizarlo a editar el SEO de una página específica."],"Custom fields (replace your_custom_field_name by the name of your custom field)":[""],"Product Date On Sale To":[""],"Product Price With Taxes":[""],"Product SKU":[""]}}}
|
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_CO"},"Title":["Título"],"Enter your title":["Introduce tu título"],"pixels":[""],"Description":["Descripción"],"Save":[""],"Google Snippet Preview":["Google Snippet Preview"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["Así es como tu página aparece en la página de resultados de Google. Tienes que publicar la entrada para ver la vista previa del snippet de Google."],"Mobile Preview":["Vista previa para móviles"],"Titles & Metas":["Títulos y Metas"],"Social":["Social"],"Advanced":["Avanzado"],"Redirection":["Redirección"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":[""],"Your settings have been saved.":[""],"Meta robots settings":[""],"Get suggestions!":["¡Obtén sugerencias!"],"Facebook Preview":["Vista previa para Facebook"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["Esto es cómo se vería tu entrada en Facebook. Tienes que publicar tu entrada para obtener la vista previa de Facebook."],"The closer to 1.91 the better.":["Cuanto más cerca de 1.91 mejor."],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["El tamaño mínimo para Facebook es <strong>200x200px</strong>. Elige otra imagen."],"File type not supported by Facebook. Please choose another image.":["Tipo de archivo no compatible con Facebook. Elige otra imagen."],"File error. Please choose another image.":["Error de archivo. Elige otra imagen, por favor."],"Twitter Preview":["Vista previa de Twitter"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["Así es como se verá tu entrada en Twitter. Tienes que publicar tu entrada para obtener la vista previa de Twitter."],"The closer to 1 the better (with large card, 2 is better).":["Cuanto más cerca de 1, mejor (con tarjeta grande, 2 es mejor)."],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["El tamaño mínimo para Twitter es <strong>144x144px</strong>. Elige otra imagen."],"File type not supported by Twitter. Please choose another image.":["Tipo de archivo no compatible con Twitter. Elige otra imagen."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":[""],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":[""],"This page doesn't have any canonical URL.":[""],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["No pudimos encontrar ninguna imagen en tu contenido. El contenido con medios es una ventaja para tu SEO."],"All alternative tags are filled in. Good work!":["Todas las etiquetas alternativas están rellenadas. ¡Buen trabajo!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["No se ha encontrado texto alternativo para estas imágenes. Las etiquetas alt son importantes tanto para SEO como para la accesibilidad. Edita tus imágenes utilizando la biblioteca de medios o tu constructor de páginas favorito y rellena los campos de texto alternativo."],"Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors.":[""],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":[""],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["No ha sido posible calcular la densidad de tus palabras clave. Probablemente no has añadido contenido o no se encontraron ninguna de tus palabras clave en el contenido de la entrada."],"This is your homepage. This check doesn't apply here because there is no slug.":["Esta es tu página de inicio. Esta comprobación no es aplicable aquí porque no tiene slug."],"You should add one of your target keyword in your permalink.":["Debes añadir una de tus palabras clave objetivo en tu enlace permanente."],"Cool, one of your target keyword is used in your permalink.":["Bien, una de tus palabras clave objetivo se utiliza en tu enlace permanente."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["No se ha establecido ninguna descripción meta para esta entrada. Si la descripción meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta description.":["Se encontraron palabras clave objetivo en el meta de la descripción."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["No encontramos meta robots en esta página. Significa que tu página es index,follow. Los motores de búsqueda la indexarán y seguirán los enlaces. "],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["No se ha establecido ningún título para esta entrada. Si el título meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta Title.":["Se encontraron palabras clave objetivo en el meta de la entrada."],"This post is a little old!":["¡Esta entrada es un poco antigua!"],"The last modified date of this article is less than 1 year. Cool!":["La fecha de la última modificación de este artículo es de hace más de un año. ¡Bien!"],"Last modified date":["Fecha de última modificación"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":["Internet se construye sobre el principio del hiperenlace. Por tanto, es perfectamente normal hacer enlaces entre diferentes webs. Sin embargo, evita hacer enlaces a sitios de baja calidad, SPAM... Si no estás seguro de la calidad de un sitio, añade a tu enlace el atributo «nofollow»."],"This page doesn't have any outbound links.":["Esta página no tiene enlaces salientes."],"No schemas found in the source code of this page.":["No se han econtrado schemas en el código fuente de esta página."],"We found these schemas in the source code of this page:":["Hemos encontrado estos schemas en el código fuente de esta página:"],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["¿No hay contenido? ¡Añade más párrafos!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["El número de palabras no es un factor de clasificación directo. Pero tu contenido tienen que tener la mayor calidad posible, con información relevante y única. Para conseguirlo, tus artículos deben tener un número mínimo de párrafos y, por lo tanto, de palabras."],"words found.":["palabras encontradas."],"unique words found.":["palabras únicas encontradas."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Tu contenido se compone de más de 300 palabras, que es el mínimo para una publicación."],"Your content is too short. Add a few more paragraphs!":["Tu contenido es muy corto. ¡Añade más párrafos!"],"Words counter":["Contador de palabras"],"noindex is on!":["¡noindex está activado!"],"SEO for \"%s\"":["SEO de «%s»"],"noindex is off.":["noindex está desactivado."],"nofollow is on!":["¡nofollow está activado!"],"nofollow is off.":["nofollow está desactivado."],"XML / HTML Sitemap":["Sitemap XML / Mapa del sitio HTML"],"Social Networks":["Redes sociales"],"Analytics":["Analytics"],"Insights":["Insights"],"Tools":["Herramientas"],"BOT":["BOT"],"License":["Licencia"],"PRO":["PRO"],"Schemas":["Schemas"],"Redirections":["Redirecciones"],"Broken Links":["Enlaces Rotos"],"Configuration wizard":["Asistente de configuración"],"Home":["Inicio"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Título del sitio"],"Tagline":["Descripción corta"],"Post Title":["Título de la entrada"],"Post excerpt":["Extracto de la entrada"],"Post content / product description":["Contenido de la entrada / descripción del producto"],"Post thumbnail URL":["URL de la miniatura de la entrada"],"Post URL":["URL de la entrada"],"Post date":["Fecha de publicación"],"Post modified date":["Fecha de modificación de la entrada"],"Post author":["Autor de la entrada"],"Post category":["Categoría de la publicación"],"Post tag":["Etiqueta de la publicación"],"Category title":["Título de Categoría"],"Category description":["Descripción de categoría"],"Tag title":["Título de Etiqueta"],"Tag description":["Descripción de Etiqueta"],"Term title":["Título de término"],"Term description":["Descripción del término"],"Search keywords":["Buscar palabras clave"],"Current number page":["Número de página actual"],"Page number with context":["Número de página con contexto"],"Plural Post Type Archive name":["Nombre de archivo plural del tipo de contenido"],"Archive title":["Título del archivo"],"Archive date":["Fecha de archivo"],"Day Archive date":["Fecha del archivo diario"],"Month Archive title":["Título del archivo mensual"],"Year Archive title":["Título del archivo anual"],"Custom fields from post, page or post type":["Campos personalizados desde el tipo de entrada, página o entrada"],"Custom term taxonomy from post, page or post type":["Taxonomía de termino pesonalizada de entrada, pagina o tipo de entrada"],"Single product category":["Categoría de producto individual"],"Single product tag":["Etiqueta de producto individual"],"Single product short description":["Descripción corta de producto individual"],"Single product price":["Precio de producto individual"],"Single product price taxes excluded":["Excluidos los impuestos sobre los precios del producto individual"],"Single SKU product":["SKU de producto individual"],"Current day":["Día actual"],"Current month":["Mes actual"],"Current month in 3 letters":["Mes actual en 3 letras"],"Current year":["Año actual"],"Current date":["Fecha actual"],"Current time":["Hora actual"],"Author first name":[""],"Author last name":[""],"Author website":[""],"Author nickname":[""],"Author biography":["Biografía del autor"],"Author user meta":[""],"Current month in digital format":["Mes actual en formato digital"],"Target keyword":[""],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Gestiona todos tus títulos y metas de tipos de contenido, taxonomías, archivos..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter Card, Google Knowledge Graph y más..."],"Track everything about your visitors with Google Analytics / Matomo":["Haz un seguimiento de todo lo que hacen tus visitantes con Google Analytics / Matomo"],"Advanced SEO options for advanced users!":["¡Opciones avanzadas de SEO para usuarios avanzados!"],"Track your keyword positions and backlinks directly in your WordPress.":["Rastrea la posiciones de tus palabras clave y los backlinks directamente en tu WordPress."],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Mejorar el SEO de WooCommerce"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Mejorar el SEO de Easy Digital Downloads"],"Local Business":["Local Business"],"Add Google Local Business data type":["Añadir tipo de datos de Google Local Business"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Añadir metaetiquetas de Dublin Core"],"Structured Data Types":["Tipos de datos estructurados"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Añadir tipos de datos a tu contenido: artículos, cursos, recetas, videos, eventos y productos."],"Breadcrumbs":["Migas de pan"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Habilitar migas de pan para tu tema y mejorar tu SEO en SERPs"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Seguir el rendimiento de tu web para mejorar el SEO con Google Page Speed"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Editar tu archivo robots.txt"],"Google News Sitemap":["Google News Sitemap"],"Optimize your site for Google News":["Optimizar tu sitio para Google News"],"Create / manage your schemas":["Crear / gestionar tus schemas"],"Monitor 404, create 301, 302 and 307 redirections":["Monitorizar 404, crear redirecciones 301, 302 y 307"],"Broken links":["Enlaces rotos"],"Scan your site to find SEO problems.":["Analizar tu sitio para encontrar problemas de SEO."],"URL Rewriting":["Reescritura de URL"],"Customize your permalinks.":["Personalizar tus enlaces permanentes."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Editar tu archivo htaccess."],"RSS":["RSS"],"Configure default WordPress RSS.":["Configurar el feed RSS predeterminado de WordPress."],"Import/Export plugin settings from site to site.":["Importar / exportar configuración de SEOPress de un sitio a otro."],"Edit your license key.":["Edita tu clave de licencia."],"Image SEO":[""],"Appearance":["Apariencia"],"Security":["Seguridad"],"General":["General"],"Tracking":["Seguimiento"],"Ecommerce":["Comercio electrónico"],"Events":["Eventos"],"Custom Dimensions":["Dimensiones personalizadas"],"Stats in Dashboard":["Estadísticas en el Escritorio"],"Cookie bar / GDPR":["Barra de cookies / RGPD"],"Matomo":["Matomo"],"Post Types":["Tipos de contenido"],"Taxonomies":["Taxonomías"],"HTML Sitemap":["Mapa del sitio HTML"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Tus cuentas sociales"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (Twitter Cards)"],"Archives":["Archivos"],"Compatibility Center":[""],"Data":["Datos"],"Settings":["Ajustes"],"Plugins":["Plugins"],"Reset":["Restablecer"],"Import data from a CSV":["Importar datos de un CSV"],"Meta title":["Meta título"],"Meta description":["Meta Descripción"],"Meta robots (noindex, nofollow...)":["Meta robots (noindex, nofollow...)"],"Facebook Open Graph tags (title, description, image)":["Etiquetas Open Graph de Facebook (título, descripción, imagen)"],"Twitter cards tags (title, description, image)":["Etiquetas de tarjetas de Twitter (título, descripción, imagen)"],"Redirection (enable, type, URL)":["Redirección (activar, tipo, URL)"],"Primary category":["Categoría principal"],"Canonical URL":["URL canónica"],"Target keywords":["Palabras clave objetivo"],"Run the importer":["Ejecutar el importador"],"Export metadata to a CSV":["Exportar metadatos a CSV"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":["Exporta tus publicaciones (entradas, páginas, tipos de contenido individual) y metadatos de términos para este sitio como un archivo CSV."],"Export":["Exportar"],"Export plugin settings":["Exportar ajustes del plugin"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Exportar la configuración del plugin de este sitio como un archivo .json. Esto te permite importar fácilmente la configuración en otro sitio."],"Import plugin settings":["Importar ajustes del plugin"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Importar la configuración del plugin desde un archivo .json. Este archivo se puede obtener mediante la exportación de los ajustes en otro sitio usando el formulario de arriba."],"Import":["Importar"],"Import completed!":["¡Importación completada!"],"Import posts and terms metadata from":["Importar las entradas y los metadatos de términos de"],"Select an option":["Elige una opción"],"You don't have to enable the selected SEO plugin to run the import.":[""],"Activate Redirections":["Activar las redirecciones"],"Reset All Notices From Notifications Center":["Restablecer todos los avisos del Centro de Notificaciones"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["Haciendo clic en Restablecer Avisos, todos los avisos del centro de notificaciones volverán a su estado inicial."],"Reset notices":["Restablecer avisos"],"Reset All Settings":["Restablecer todos los ajustes"],"Reset settings":["Reiniciar Ajustes"],"Click to disable this feature":["Haz clic para desactivar esta característica"],"Click to enable this feature":["Haz clic para activar esta característica"],"SEOPress Option Page":[""],"Dashboard":["Escritorio"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["Hay una redirección activada para esta URL. Desactívala para ejecutar la vista previa de Google y el análisis de contenido."],"To get your Google snippet preview, publish your post!":["Para obtener la vista previa del snippet de Google, ¡debes publicar tu entrada!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["Cómo comenzar"],"Welcome to SEOPress!":["¡Bienvenido a SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Lanza nuestro asistente de de instalación para configurar fácil y rápidamente los ajustes de SEO básicos de tu sitio. Consulta nuestras video guías para profundizar. ¿No encuentras respuestas a tus dudas? Abre un ticket en el área de clientes. Un ingeniero de la felicidad estará encantado de ayudarte."],"Get started":["Primeros pasos"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["Herramientas SEO"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Bounce rate":[""],"Check websites setup on your server":["Comprueba la configuración de tu web en tu servidor"],"Not found":["No encontrado"],"No scrape.":["Sin recopilación."],"No domain found.":["No se encontró el dominio."],"Server IP Address: ":["Dirección IP del servidor: "],"Last scrape: ":["Última recopilación: "],"Number of websites on your server: ":["Número de sitios web en tu servidor: "],"Get list":["Obtener Lista"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"Learn more about %s in a new tab":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["Configura SEOPress en pocos minutos con nuestro asistente de instalación"],"The best way to quickly setup SEOPress on your site.":["La mejor forma de configurar rápidamente SEOPress en tu sitio."],"Wizard":["Asistente"],"Start the wizard":["Iniciar el asistente"],"Configure SEOPress Insights in a few minutes with our installation wizard":["Configura SEOPress Insights en pocos minutos con nuestro asistente de instalación"],"Track your keywords positions and backlinks directly on your WordPress site.":["Haz un seguimiento de las posiciones de las palabras clave y backlinks directamente en tu sitio WordPress."],"We noticed that some SEO DIVI options are enabled!":["¡Nos hemos dado cuenta de que algunas de las opciones de SEO de DIVI está activadas!"],"High impact":["Alto impacto"],"Fix this!":["¡Solucionarlo!"],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que actives la opción \"<strong>Desactivar barra final para metas</strong>\" de nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"Your permalinks have a trailingslash":["Tus enlaces permanentes tienen barra diagonal final"],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que desactives la opción \"<strong>Desactivar barra final para metas</strong>\" en nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":["El plugin TagDiv Composer no utliza <strong>add_theme_support('title-tag');</strong>"],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":["Arregla este problema de compatibilidad para permitir que SEOPress genere los meta títulos correctos."],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Tu tema no utiliza <strong>add_theme_support('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["Este error indica que tu tema utiliza una función obsoleta para generar la etiqueta del título de tus páginas. SEOPress no será capaz de generar tus etiquetas de título personalizadas si no se resuelve este error."],"Learn more":["Saber más"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["Nos hemos dado cuenta de que estás utilizando el plugin <strong>%s</strong>."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["¿Quieres migrar todos tus metadatos a SEOPress? Para evitar conflictos, ¡no utilices más de un plugin de SEO simultáneamente!"],"Migrate!":["¡Migrar!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["Has activado la limpieza de 404s PERO la tarea programada no está ejecutándose."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["Para resolver esto, por favor, desactiva y reactiva SEOPress PRO. No se perderá ningún dato."],"Enfold theme is not correctly setup for SEO!":["¡El Tema Enfold no está configurado correctamente para SEO!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["Debes desactivar la opción \"Meta tag robots\" de los ajustes de Enfold (pestaña Soporte SEO) para evitar cualquier problema de SEO."],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["¡Tu sitio no utiliza un certificado SSL!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Google considera https como una señal positiva para la clasificación de tu sitio. También tranquiliza a tus visitantes para la seguridad de sus datos y mejora la confianza."],"Low impact":["Bajo impacto"],"Buy an SSL!":["¡Compra un SSL!"],"PHP module \"DOM\" is missing on your server.":["Falta el módulo de PHP \"DOM\" en tu servidor."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["Este módulo de PHP, instalado por defecto junto a PHP, es necesario para muchos plugins, incluido SEOPress. Por favor, contacta con tu alojamiento lo antes posible para resolver esto."],"Your site is not visible to Search Engines!":["¡Tu sitio no es visible para los motores de búsqueda!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["Has activado el bloqueo de la indexación de tus sitio. Si tu sitio está en desarrollo, probablemente, es normal. Si no es así, revisa tus ajustes. Borra este aviso utilizando la cruz de la derecha si esto no te preocupa."],"Your site title is empty!":["¡El título de tu sitio está vacío!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["El título de tu sitio es utilizado por WordPress, tu tema y tus plugins, incluido SEOPress. Es un componente esencial para la generación de etiquetas de título, aunque no es el único. ¡Escribe un título!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["¡Tus enlaces permanentes no están optimizados para SEO! Activa la reescritura de enlaces permanentes para solucionar este problema."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["¿Por qué es importante? Mostrar solos el resumen de cada artículo reduce significativamente el robo de tu contenido por terceros. Por no mencionar el aumento del tráfico, tus ingresos por publicidad, conversiones..."],"Your RSS feed shows full text!":["¡Tu feed RSS muestra el texto completo!"],"Medium impact":["Impacto medio"],"You have activated Google Analytics tracking without adding identifiers!":[""],"Google Analytics will not track your visitors until you finish the configuration.":[""],"You like SEOPress? Please help us by rating us 5 stars!":["¿Te gusta SEOPress? ¡Por favor ayúdanos dándonos una valoración de 5 estrellas!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Apoya el el desarrollo y la mejora del plugin invirtiendo 15 segundos de tu tiempo en dejar una reseña en el repositorio oficial de plugins de WordPress. ¡Gracias!"],"Information":["Información"],"Rate us!":["¡Valóranos!"],"Break comments into pages is ON!":["¡Los comentarios divididos en las páginas está activo!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Al activar esta opción se crea contenido duplicado para cada artículo por cada comentario. Esto puede tener un efecto desastroso ya que crea una gran cantidad de páginas con muy mala calidad y ralentiza el bot de Google sin necesidad, perjudicando tus clasificaciones en los resultados de búsqueda."],"Disable this!":["¡Desactivar esto!"],"Display more posts per page on homepage and archives":["Mostrar más publicaciones por página en la página de inicio y los archivos"],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["Para reducir el número de páginas que los motores de búsqueda tienen que rastrear para encontrar todos tus artículos, se recomienda mostrar más publicaciones por página. Esto no debería ser un problema para los usuarios. Usando el móvil, preferimos desplazarnos hacia abajo en lugar de hacer clic en los enlaces de la página siguiente."],"You don't have an XML Sitemap!":["¡No tienes un sitemap XML!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["Los mapas de sitio XML son útiles para facilitar el rastreo de tu contenido por parte de los motores de búsqueda. Indirectamente, pueden beneficiar en las clasificaciones reduciendo el presupuesto de rastreo."],"Do you have a Google My Business page? It's free!":["¿Tienes una página de Google My Business? ¡Es gratis!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Las webs de sitios locales deben tener una página de Mi Negocio para mejorar la visibilidad en los resultados de búsqueda. Haz clic en la cruz de la derecha para borrar esta notificación si no te interesa."],"Create your page now!":["¡Crea tu página ahora!"],"Add your site to Google. It's free!":["Añade tu sitio a Google. ¡Es gratis!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["¿Ya está tu flamante sitio online? Si es así, referéncialo lo antes posible en Google para obtener tus primeros visitantes mediante Google Search Console. ¿Ya lo has hecho? Haz clic en la cruz de la derecha para eliminar esta alerta."],"Add your site to Search Console!":["¡Añade tu sitio a Search Console!"],"Structured data types is not correctly enabled":["Los tipos de datos estructurados no han sido activados correctamente"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Por favor, activa la opción<strong>las cajas meta de los tipos de datos estructurados para tus entradas, páginas y tipos de contenido personalizados</strong> para poder utilizar los schemas automáticos y manuales. (SEO > PRO >Tipos de datos estructurados (schema.org)"],"You have to enter your licence key to get updates and support":["Tienes que introducir tu clave de licencia para obtener actualizaciones y soporte"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Por favor, activa la clave de licencia de SEOPress PRO para recibir automáticamente actualizaciones y garantizar la mejor experiencia de usuario posible."],"Take your SEO to the next level with SEOPress PRO!":["¡Lleva tu SEO al siguiente nivel con SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["La versión PRO de SEOPress te permite gestionar fácilmente tus datos estructurados (schemas), añadir migas de pan optimizadas para SEO y accesibilidad, mejorar el SEO en WooCommerce, ganar productividad con la herramienta de importación/exportación a/desde CSV de tus metadatos, y mucho más."],"Upgrade now!":["¡Mejorar ahora!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["Eliminar el enlace ?replytocom en el código fuente"],"Add TINYMCE editor to term description":["Añade el editor TINYMCE a la descripción del término"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Deshabilitar barra diagonal final para metas"],"Remove WordPress meta generator in source code":["Eliminar la metaetiqueta generator de WordPress del código fuente"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["Quitar la clase hentry de las entradas para evitar que Google lo vea como dato estructurado (schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Quitar la URL del autor del comentario en los comentarios si el sitio web se rellena con la página de perfil del mismo"],"Remove website field from comment form to reduce spam":["Quitar el campo de sitio web del formulario de comentarios para reducir el spam"],"Remove WordPress shortlink meta tag in source code (eg:":["Eliminar la metaetiqueta de enlace corto de WordPress en el código fuente (por ej.:"],"Remove Windows Live Writer meta tag in source code (eg:":["Eliminar la metaetiqueta de Windows Live Writer en el código fuente (por ej.:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Eliminar la metaetiqueta Really Simple Discovery del código fuente (por ej.:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":[""],"Enter Google meta value site verification":["Introducir la verificación meta del sitio de Google"],"Google site verification":["Verificación del sitio de Google"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Google Search Console</strong>, puedes dejar este campo vacío."],"Enter Bing meta value site verification":["Introducir la verificación meta del sitio de Bing"],"Bing site verification":["Verificación del sitio de Bing"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Bing Webmaster tools</strong>, puedes dejar este campo vacío."],"Enter Pinterest meta value site verification":["Introducir la verificación meta del sitio de Pinterest"],"Pinterest site verification":["Verificación del sitio en Pinterest"],"Yandex site verification":["Verificación del sitio de Yandex"],"Enter Yandex meta value site verification":["Introducir la verificación meta del sitio de Yandex"],"Remove SEO from Admin Bar in backend and frontend":["Eliminar SEO de la barra de administración en la administración y la parte pública"],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":["Quitar elemento noindex de la barra de administración en el escritorio y la portada"],"High priority (top)":["Alta prioridad (arriba)"],"Normal priority (default)":["Prioridad normal (predeterminado)"],"Low priority":["Baja prioridad"],"Automatic tab (default)":["Pestaña automática (predeterminado)"],"Manual tab":["Pestaña manual"],"Hide Notifications Center in SEO Dashboard page":["Ocultar centro de avisos en la página del escritorio de SEO"],"Hide SEO tools in SEO Dashboard page":["Ocultar las herramientas de SEO en la página del escritorio de SEO"],"Add title column":["Añadir columna de título"],"Add meta description column":["Añadir columna de metadescripción"],"Add redirection enable column":["Añadir la columna de redirección activa"],"Add redirection URL column":["Añadir la columna de redirección de URL"],"Add canonical URL column":["Añadir la columna de URL canónica"],"Add target keyword column":["Añadir la columna de palabras clave objetivo"],"Display noindex status":["Muestra estado noindex"],"Display nofollow status":["Muestra estado nofollow"],"Display total number of words in content":["Mostrar el número total de palabras en el contenido"],"Display Page Speed column to check performances":["Mostrar la columna Page Speed para comprobar el rendimiento"],"Display SEO Insights column to check rankings":["Mostrar columna SEO Insights para comprobar el posicionamiento"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Mostrar la columna de resultados del análisis de contenido (\"Bien\" o \"Debe ser mejorado\")"],"Remove Content Analysis Metabox":[""],"Remove Genesis SEO Metabox":["Eliminar la Metabox de SEO de Genesis"],"Remove Genesis SEO link in WP Admin Menu":["Elimina el enlace de Génesis SEO del menú de administración de WP"],"Remove the advice if None schema selected":["Elimina el consejo si no hay schema seleccionado"],"Hook to filter structured data types metabox call by post type - new window":["Gancho para filtar la llamada de la metabox de datos estructurados por tipo de entrada - nueva ventana"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Activa el seguimiento de Google Analytics (Global Site Tag: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Introduce tu Identificador de Seguimiento (UA-XXXX-XX)"],"Enter your tracking ID":["Introduzca su ID de seguimiento"],"Find your tracking ID":["Encuentra tu ID de seguimiento"],"Enter your measurement ID (G-XXXXXXXXXX)":["Introduce tu ID de medición (G-XXXXXXXXXX)"],"Enter your measurement ID":["Introduce tu ID de medición"],"Find your measurement ID":["Encuentra tu ID de medición"],"After the opening body tag (recommended)":[""],"Footer":[""],"Head (not recommended)":[""],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":[""],"Request user's consent for analytics tracking (required by GDPR)":["Solicita el consentimiento del usuario para el seguimiento de Analytics (obligatorio por la GDPR)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Gancho para añadir código de seguimiento personalizado con el consentimiento del usuario - ventana nueva"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Muestra y acepta automáticamente el consentimiento del usuario al cargar la página (no cumple el RGPD )"],"The previous option must be checked to use this.":["Debe marcarse la opción anterior para utlizar esta."],"Allow user to change its choice about cookies":[""],"Enter your message (HTML allowed)":["Escribe tu mensaje (Se permite HTML)"],"This message will only appear if request user's consent is enabled.":["Este mensaje sólo aparecerá si la petición de consentimiento del usuario está activada."],"Hook to filter user consent message - new window":["Gancho para filtrar el mensaje de consentimiento del usuario - nueva ventana"],"HTML tags allowed: strong, em, br, a href / target":["Etiquetas HTML permitidas: strong, em, br, ahref / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Shortcode permitido para obtener la página de privacidad establecida en la configuración de WordPress: [seopress_privacy_page]"],"Accept":["Aceptar"],"Change the button value":["Cambiar el valor del botón"],"default: X":["por defecto: X"],"Change the close button value":["Cambiar el valor del boton de cierre"],"default: Manage cookies":[""],"Change the edit button value":[""],"Default: 30 days before the cookie expiration.":["Por defecto: 30 días antes de la caducidad de la cookie."],"Bottom (default)":["Abajo (por defecto)"],"Middle":["Medio"],"Top":["Arriba"],"Left":["Izquierda"],"Center (default)":["Centro (por defecto)"],"Right":["Derecha"],"Change the cookie bar width":["Cambiar el ancho de la barra de cookies"],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":["La unidad por defecto son píxeles. Añade % justo después de tu valor personalizado para usar porcentajes (ejemplo: 80%)."],"Backdrop":[""],"Customize the cookie bar <strong>backdrop</strong>.":[""],"Display a backdrop with the cookie bar":["Mostrar un trasfondo con la barra de cookies"],"Background color: ":[""],"Change the background color of the backdrop":["Cambiar el color del fondo del transfondo"],"Main settings":[""],"Customize the general settings of the <strong>cookie bar</strong>.":[""],"Change the color of the cookie bar background":["Cambiar el color del fondo de la barra de cookies"],"Text color: ":[""],"Change the color of the cookie bar text":["Cambiar el color del texto de la barra de cookies"],"Link color: ":[""],"Change the color of the cookie bar link":["Cambiar el color del enlace de la barra de cookies"],"Primary button":[""],"Customize the <strong>Accept button</strong>.":[""],"Change the color of the cookie bar button background":["Cambiar el color del fondo del botón de la barra de cookies"],"Background color on hover: ":[""],"Change the color of the cookie bar button hover background":["Cambiar el color del fondo al pasar el cursor por endima del botón de la barra de cookies"],"Change the color of the cookie bar button":["Cambiar el color del botón de la barra de cookies"],"Text color on hover: ":[""],"Change the color of the cookie bar button hover":["Cambiar el color al pasar por encima del botón de la barra de cookies"],"Secondary button":[""],"Customize the <strong>Close button</strong>.":[""],"Change the color of the cookie bar secondary button background":["Cambiar el color del fondo del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover background":["Cambiar el color del fondo al pasar el cursor por encima del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button":["Cambiar el color del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover":["Cambiar el color al pasar por encima del botón secundario de la barra de cookies"],"Enter your Google Optimize container ID":["Introduce tu ID de contenedor de Google Optimize"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Google Optimize ofrece herramientas de pruebas A/B, pruebas de sitios web y personalización."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Introduce tu ID de conversión de Google Ads (ej: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":["Aprende cómo encontrar tu ID de conversión de Google Ads"],"Paste your tracking code here like Google Tag Manager (head)":["Pega tu código de seguimiento, como Google Tag Manager (head), aquí"],"Additional tracking code field":["Campo de código de seguimiento adicional"],"This code will be added in the head section of your page.":["Este código se añadirá en la sección head de tu página."],"Paste your tracking code here like Google Tag Manager (body)":["Pega tu código de seguimiento aquí, como Google Tag Manager (body)"],"Additional tracking code field added to body":["Se ha añadido un campo de código de seguimiento adicional al body"],"This code will be added just after the opening body tag of your page.":["Este código será añadido justo después de la apertura de la etiqueta body de tu página."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["¿No ves tu código? Asegúrate de que que estás llamando a <strong>wp_body_open();</strong> justo después de la apertura de la etiqueta body en tu tema."],"Paste your tracking code here (body footer)":["Pega tu código de seguimiento aquí (pie del cuerpo)"],"Additional tracking code field added to body footer":["Se ha añadido un campo de código de seguimiento adicional en el pie del cuerpo"],"This code will be added just after the closing body tag of your page.":["Este código será añadido justo después del cierre de la etiqueta body de tu página."],"Enable remarketing, demographics, and interests reporting":["Habilitar remarketing, datos demográficos e informes de intereses"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["Un audiencia de remarketing es una lista de cookies o identificadores de publicidad para móviles que representa un grupo de usuarios que desea volver a participar debido a su probabilidad de conversión."],"Enable IP Anonymization":["Habilitar la anonimización de IP"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["Cuando un cliente de Analytics solicita la anonimización de direcciones IP, Analytics anonimiza la dirección tan pronto como sea técnicamente posible en la etapa más temprana posible de la red de recopilación."],"Enhanced Link Attribution":["Atribución de Enlace Mejorado"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["La Atribución mejorada de vínculos mejora la precisión de su informe de Análisis en la página al diferenciar automáticamente entre varios vínculos a la misma URL en una sola página mediante el uso de ID de elemento de enlace."],"Enable cross-domain tracking":["Habilitar el seguimiento de dominios cruzados"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["El seguimiento de varios dominios permite que Analytics vea sesiones en dos sitios relacionados (como un sitio de comercio electrónico y un sitio de carrito de compras independiente) como una única sesión. Esto a veces se llama vinculación de sitios."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Escribe tus dominios: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Dominios cruzados"],"Enable external links tracking":["Habilitar el seguimiento de enlaces externos"],"Enable download tracking":["Habilitar seguimiento de descargas"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Seguimiento de clics de descargas"],"Separate each file type extensions with a pipe \"|\"":["Separa cada extensión de tipo de archivo con una barra vertical \"|\""],"Enable affiliate/outbound tracking":["Habilitar el seguimiento de afiliados / salida"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Seguimiento de enlaces afiliados / salida"],"Separate each keyword with a pipe \"|\"":["Separa cada keyword con una barra vertical “|”"],"None":["Ninguna"],"Custom Dimension #%d":["Dimensión personalizada #%d"],"Enable Matomo tracking (Matomo account required)":["Activar el seguimiento de Matomo (requiere una cuenta de Matomo)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Escribe \"example\" si la URL de tu cuenta de Matomo es \"example.matomo.cloud\""],"Matomo Cloud URL":["URL de Matomo Cloud"],"Enter only the <strong>host</strong> like this example.matomo.cloud":["Introduce solo el <strong>host</strong>, como esto: ejemplo.matomo.cloud"],"Enter your site ID here":["Escribe aquí tu ID de sitio"],"Matomo Site ID":["ID de sitio de Matomo"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["Para encontrar tu ID de sitio, ve a tu <strong>cuenta de Matomo Cloud, Websites, Manage page</strong>. Busca \"ID de sitio\" en la parte derecha."],"Tracking one domain and its subdomains in the same website":["Seguimiento de un dominio y sus subdominios en la misma web"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["Si un visitante visita x.example.com y y.example.com, se contará como un visitante único."],"Prepend the site domain to the page title when tracking":["Anteponer el dominio del sitio al título de la página al realizar el seguimiento"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["Si alguien visita la página \"Acerca de\" en blog.example.com se registrará como 'blog / Acerca de'. Esta es la forma más fácil de obtener una visión general de tu tráfico por subdominio."],"Track users with JavaScript disabled":["Realizar un seguimiento de los usuarios con JavaScript deshabilitado"],"Enables cross domain linking":["Activa la vinculación entre dominios"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Activar la detección DoNotTrack del lado cliente"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Las solicitudes de seguimiento no se enviarán si los visitantes no desean ser rastreados."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Desactiva todas las cookies de origen. Las cookies de Matomo existentes para esta web se eliminarán en la siguiente vista de página."],"Enabling Download & Outlink tracking":["Activar el seguimiento de descargas y enlaces salientes"],"Disabling all heatmaps and session recordings":["Desactivando todos los mapas de calor y las grabaciones de las sesiones"],"Redirect attachment pages to post parent (or homepage if none)":["Redirigir las páginas de adjuntos a la entrada padre (o a la página de inicio si no la hay)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Redirigir páginas de adjuntos a la URL del archivo (https://www.example.com/my-image-file.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["Si esta opción está marcada, tendrá prioridad sobre la redirección de archivos adjuntos a la entrada padre."],"When sending an image file, automatically set the title based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el título basándose en el nombre de archivo"],"When sending an image file, automatically set the alternative text based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el texto alternativo basándose en el nombre de archivo"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["Recomendamos el plugin Image SEO para optimizar los textos y nombres de alt de la imagen para los motores de búsqueda utilizando AI y Machine Learning. A partir de sólo 4,99€."],"Use the target keywords if not alternative text set for the image":["UtilIza las palabras clave objetivo si no se establece texto alternativo para la imagen"],"When sending an image file, automatically set the caption based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la leyenda basándose en el nombre de archivo"],"When sending an image file, automatically set the description based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la descripción basándose en el nombre de archivo"],"Enable XML Sitemap":["Activar sitemap XML"],"Guide to enable XML Sitemaps - new window":["Guía para activar los sitemaps XML - nueva ventana"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Activa mapas del sitio de imágenes (imágenes estándar, galerías de imágenes, imagen destacada, imágenes de producto de WooCommerce)"],"Guide to enable XML image sitemaps - new window":["Guía para activar los sitemaps XML de imágenes - nueva ventana"],"Images in XML sitemaps are visible only from the source code.":["Las imágenes de los sitemaps XML solo son visibles desde el código fuente."],"Enable Video Sitemaps":["Activa sitemap de imágenes"],"Guide to enable XML video sitemaps - new window":["Guía para activar los sitemaps XML de video - nueva ventana"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["¿Tu mapa del sitio de vídeos está vacío? Lee nuestra guía para obtener más información sobre <a href=\"%s\" target=\"_blank\">cómo añadir vídeos a tu mapa del sitio.</a>"],"Enable Author Sitemap":["Activar el mapa del sitio de autores"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Asegúrate de activar el archivo de autor en la pestaña SEO > Títulos y Metas > Archivos.</a>"],"Enable HTML Sitemap":["Activar mapa del sitio HTML"],"Guide to enable a HTML Sitemap - new window":["Guía para activar el mapa del sitio HTML - nueva ventana"],"Include":["Incluir"],"eg: 2, 28, 68":["ej: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Introducir una ID(s) de entrada, página o tipo de contenido para mostrar el mapa del sitio"],"You can also use this shortcode:":["También puedes usar este shortcode:"],"To include specific custom post types, use the CPT attribute:":[""],"eg: 13, 8, 38":["ej: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Excluir algunos IDs de entradas, páginas, tipos de entradas personalizadas o términos"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["DESC (orden descendente de los valores más altos a los más bajos (3, 2, 1; c, b, a))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ASC (orden ascendente de los valores más bajos a los más altos (1, 2, 3; a, b, c))"],"Default (date)":["Por defecto (fecha)"],"Modified date":["Fecha de modificación"],"Post ID":["ID de entrada"],"Menu order":["Orden del menú"],"Disable date after each post, page, post type?":["¿Deshabilitar la fecha después de cada entrada, página, tipo de contenido?"],"Remove links from archive pages (eg: Products)":[""],"None (will disable this feature)":["Ninguno (se desactivará esta funcionalidad)"],"Person":["Persona"],"Organization":["Organización"],"eg: Miremont":["Ejemplo: Miremont"],"Your name/organization":["Tu nombre/organización"],"Your photo/organization logo":["Foto/logo de tu organización"],"Select your logo":["Selecciona tu logotipo"],"Upload an Image":["Subir una imagen"],"eg: +33123456789 (internationalized version required)":["ej: +33123456789 (versión internacionalizada necesaria)"],"Organization's phone number (only for Organizations)":["Número de teléfono de la organización (sólo para las organizaciones)"],"Customer support":["Atención al cliente"],"Technical support":["Asistencia técnica"],"Billing support":["Soporte de facturación"],"Bill payment":["Pago de factura"],"Sales":["Promociones"],"Credit card support":["Compatibilidad con tarjeta de crédito"],"Emergency":["Emergencias"],"Baggage tracking":["Seguimiento de equipajes"],"Roadside assistance":["Asistencia en carretera"],"Package tracking":["Seguimiento de paquetes"],"Toll Free":["Sin Cargo"],"Hearing impaired supported":["Discapacidad auditiva soportada"],"eg: https://facebook.com/my-page-url":["Ejemplo: https://facebook.com/url-de-mi-pagina"],"Facebook Page URL":["URL de la página de Facebook"],"eg: @my_twitter_account":["por ejemplo: @mi_cuenta_twitter"],"Twitter Page URL":["URL de la página de Twitter"],"eg: https://pinterest.com/my-page-url/":["Ejemplo: https://pinterest.com/url-de-mi-pagina/"],"Pinterest URL":["URL de Pinterest"],"eg: https://www.instagram.com/my-page-url/":["por ejemplo: https://www.instagram.com/my-page-url/"],"Instagram URL":["URL de Instagram"],"eg: https://www.youtube.com/my-channel-url":["por ejemplo: https://www.youtube.com/my-channel-url"],"YouTube URL":["URL de YouTube"],"eg: http://linkedin.com/company/my-company-url/":["por ejemplo: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["URL de Linkedln"],"Enable OG data":["Habilitar datos de OG"],"Select a default image":["Seleccionar una imagen predeterminada"],"Select your default thumbnail":["Selecciona tu miniatura predeterminada"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Tamaño mínimo: 200x200px, proporción ideal 1.91:1, máximo 8Mb (ej. 1640x856px o 3280x1712px para pantallas retina)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Sobrecribe todas las etiquetas <strong>og:image</strong> por la imagen por defecto (excepto si un og:image personalizado ya se ha incluído desde la metabox SEO)."],"WooCommerce Shop Page.":[""],"No custom post type to configure.":["No hay ningún tipo de contenido personalizado que configurar."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["Uno o más IDs de página de Facebook que están asociadas a una URL para activar la edición de enlaces y la publicación instantánea de artículos."],"How do I find my Facebook Page ID?":["¿Cómo encontrar mi ID de página de Facebook?"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["El ID (o lista separada por comas para las propiedades que pueden aceptar varios IDs) de una aplicación, persona que usa la app o el objeto de la API de Page Graph."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["El app ID de Facebook de la aplicación del sitio. Para usar Facebook Insights, debes añadir el app ID a tu página. Insights te permite ver los análisis del tráfico a tu sitio desde Facebook. Busca el identificador de la aplicación en el panel de aplicaciones. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Más información aquí</a><span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["Cómo crear un Facebook App ID"],"Enable Twitter card":["Habilitar tarjeta de Twitter"],"Use OG if no Twitter Cards":["Usar OG si no hay Twitter Cards"],"Default Twitter Image":["Imagen de Twitter por defecto"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Tamaño mínimo: 144x144px (300x157px con las tarjetas grandes habilitadas), proporción ideal 1:1 (2:1 con tarjetas grandes), 5mb máximo."],"Default":["Predeterminado"],"Large":["Grande"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":[""],"Enter your separator, eg: \"-\"":["Escribe tu separador, p. ej. \"-\""],"Separator":["Separador"],"Use this separator with %%sep%% in your title and meta description.":["Utiliza este separador con %%sep%% en tu título y meta descripción."],"My awesome website":["Mi impresionante sitio web"],"Site title":["Título del Sitio"],"This is a cool website about Wookiees":["Esta es una web interesante sobre Wookiees"],"Looking to edit your blog page?":["¿Está intentando editar la página de blog?"],"Click to hide any SEO metaboxes / columns for this post type":["Haz clic para ocultar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Click to display any SEO metaboxes / columns for this post type":["Haz clic para mostrar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Title template":["Plantilla de título"],"Meta description template":["Plantilla de meta descripción"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["No mostrar las páginas individuales de este tipo de contenido en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this single post type <strong>(nofollow)</strong>":["No seguir los enlaces de esta entrada personalizada <strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":[""],"Unchecking this doesn't prevent Google to display post date in search results.":[""],"Display post thumbnail in Google Custom Search results?":["¿Mostrar la miniatura de la entrada en los resultados de búsqueda personalizados de Google?"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":["Grupos de BuddyPress"],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":["No mostrar los grupos de BuddyPress en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"Click to hide any SEO metaboxes for this taxonomy":["Haz clic para oculatr todas las cajas meta de SEO de esta taxonomía"],"Click to display any SEO metaboxes for this taxonomy":["Haz clic para mostrar las cajas meta de SEO para esta taxonomía"],"Category Title":["Título de la categoría"],"Tag Title":["Título de la Etiqueta"],"Term Title":["Título de término"],"Category Description":["Descripción de la categoría"],"Tag Description":["Descripción de la Etiqueta"],"Term Description":["Descripción del término"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de taxonomía en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["No seguir los enlaces de este archivo de taxonomía <strong>(nofollow)</strong>"],"See archive":["Ver archivo"],"Post Type Archive Name":["Nombre de archivo del tipo de contenido"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de tipo de entrada en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["No seguir los enlaces para este tipo de entrada <strong>(nofollow)</strong>"],"Author archives":["Archivos de autor"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de autor en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable author archives":["Deshabilitar archivos de autor"],"Date archives":["Archivos por fecha"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de fecha en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable date archives":["Deshabilitar archivos de fecha"],"Search archives":["Buscar archivos"],"Search Keywords":["Buscar palabras clave"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de búsqueda en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["No mostrar todas las páginas del sitio en los resultados de búsqueda de Google y no mostrar enlaces de \"Caché\" en resultados de la búsqueda."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":["Comprueba también el ajuste <strong>«Visibilidad para los motores de búsqueda»</strong> en la <a href=\"%s\">página de ajustes de lectura de WordPress</a>."],"nofollow":["nofollow"],"Do not follow links for all pages.":["No seguir enlaces para todas las páginas."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["No usar metadatos de proyecto de Open Directory para títulos o fragmentos para todas las páginas."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["No indexar imágenes para todo el sitio."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["No mostrar un enlace de \"Caché\" en resultados de la búsqueda de Google."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["No mostrar una descripción en los resultados de búsqueda de Google para todas las páginas."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Evita que Google muestre una caja de búsqueda de enlaces del sitio en los resultados de búsqueda. Al activar esta opción se quitará el schema \"Website\" de tu código fuente."],"Add rel next/prev link in head of paginated archive pages":["Añade el enlace rel next/prev en la cabecera de las páginas de archivo paginadas"],"Add a \"noindex\" meta robots for all paginated archive pages":["Añadir un meta robots \"noindex\" para todas las páginas de archivo paginadas"],"eg: https://example.com/category/my-category/page/2/":["por ejemplo: https://example.com/category/my-category/page/2/"],"Add a \"noindex\" meta robots for all attachment pages":[""],"eg: https://example.com/my-media-attachment-page":[""],"Enable Oxygen Builder compatibility":[""],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":[""],"Enable Divi Builder compatibility":[""],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":[""],"Enable WP Bakery Builder compatibility":[""],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":[""],"Enable Avia Layout Builder compatibility":[""],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":[""],"Enable Fusion Builder compatibility":[""],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":[""],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["Mira nuestro vídeo para aprender a conectar tu sitio WordPress con Google Analytics y obtener estadísticas directamente en tu escritorio (solamente en la versión PRO)."],"How-to":["Tutorial"],"Read our guide":["Lee nuestra guía"],"Watch our video to learn how to enable XML sitemaps to improve crawling and add them to Google Search Console.":[""],"Watch our video to learn how to edit your Open Graph and Twitter Cards tags to improve social sharing.":[""],"Templates variables":["Variables de plantillas"],"Edit your meta robots":[""],"Browse our guides":["Consulta nuestras guías"],"Read our FAQ":["Lee nuestro FAQ"],"Check our website":["Comprueba nuestra web"],"Enter a few keywords for analysis to help you write optimized content.":["Escribe algunas palabras clave para ser analizadas y que te ayuden a redactar contenido optimizado."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["¡Lo más importante es escribir para tus usuarios! Si no parece natural, tus visitantes abandonarán tu sitio, Google lo sabrá y tu clasificación se verá afectada."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Separa las palabras clave de destino con comas. No utilices espacios después de las comas, a menos que desees incluirlos"],"Enter your target keywords":["Introduce tus palabras clave objetivo"],"Analyze my content":["Analiza mi contenido"],"Refresh analysis":["Actualizar análisis"],"Track with Insights":["Seguimiento con Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["Para obtener un análisis más preciso, guarda tu entrada primero. Analizamos todo tu código fuente tal y como lo haría un motor de búsqueda."],"Google suggestions":["Sugerencias de Google"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Escribe una palabra clave o una frase y obtén las 10 primeras sugerencias de Google inmeditamente. Esto es útil cuando usas la técnica de la larga cola."],"Get suggestions from Google":["Recibe sugerencias de Google"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Configuración de títulos"],"Google News":["Google News"],"Video Sitemap":["Sitemap de vídeos"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Los títulos son críticos para brindar a los usuarios una visión rápida del contenido de un resultado y por qué es relevante para su consulta. A menudo es la información principal utilizada para decidir en qué resultado hacer clic, por lo que es importante utilizar títulos de alta calidad en tus páginas web."]," / 568 pixels - ":[" / 568 píxeles - "]," (maximum recommended limit)":[" (límite máximo recomendado)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["Un etiqueta de meta descripción normalmente informa e interesa a los usuarios con un resumen corto y relevante de lo que va la página en cuestión. <br> Son como un discurso que convence al usuario de que la página es exactamente lo que está buscando. <br> No hay límite en la longitud de la descripción meta, pero los snippets de resultados la truncarán si lo necesitan, normalmente para ajustarse al ancho de la pantalla del dispositivo."],"Enter your meta description":["Introduce tu meta descripción"]," / 940 pixels - ":[" / 940 píxeles - "],"Category / term description":["Descripción del término/categoría"],"Post Excerpt":["Extracto de la entrada"],"Snippet Preview":["Vista previa del Snippet"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["La vista previa de Google es una simulación. <br>No hay ninguna vista previa totalmente fiable porque depende de la resolución de la pantalla, del dispositivos utilizado, de la expresión buscada y de Google. <br>No hay un snippet para cada URL sino varios. <br>Todos los datos de esta vistazo previo vienen directamente de tu código fuente. <br> Esto es lo que los rastreadores verán."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["No mostrar esta página en los resultados del motor de búsqueda / XML - sitemaps HTML <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["Etiqueta meta para robots \"noindex\""],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noindex\". <br>Los motores de búsqueda no indexarán esta URL para los resultados de búsqueda."],"Do not follow links for this page <strong>(nofollow)</strong>":["No seguir los enlaces de esta página <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["Etiqueta meta para robots \"nofollow\""],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"nofollow\". <br>Los motores de búsqueda no seguirán los enlaces de esta URL."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["No utilizar los metadatos del proyecto Open Directory para títulos o extractos de esta página <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["Metaetiqueta meta para robots \"noodp\""],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noodp\". <br>Ten en cuenta de que Google y Yahoo ya no tienen en cuenta esta etiqueta desde el cierre del directorio DMOZ."],"Do not index images for this page <strong>(noimageindex)</strong>":["No indexar la imágenes de esta página <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["Etiqueta meta para robots \"noimageindex\""],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noimageindex\". <br> Ten en cuenta de que puede que tus imágenes sean indexadas si están enlazadas desde otras páginas."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["No mostrar un enlace “cacheado” en los resultados de búsqueda de Google <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["Etiqueta meta para robots \"noarchive\""],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noarchive\"."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["No mostrar una descripción en los resultados de búsqueda de esta página <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["Etiqueta meta para robots \"nosnippet\""],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"nosnippet\"."],"Default value: ":["Valor por defecto: "],"Select a primary category":["Elige una categoría principal"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":["Establece la categoría que se usa en el enlace permanente %category% y en nuestras migas de pan si tienes varias categorías."],"Custom breadcrumbs":["Migas de pan personalizadas"],"Enter a custom value, useful if your title is too long":["Introduce un valor personalizado, útil si tu título es demasiado largo"],"Current breadcrumbs: %s":["Migas de pan actuales: %s"],"Ask Facebook to update its cache":["Pide a Facebook que actualice su caché"],"Facebook Title":["Título de Facebook"],"Enter your Facebook title":["Introduce tu título de Facebook"],"Facebook description":["Descripción de Facebook"],"Enter your Facebook description":["Introduce tu descripción de Facebook"],"Facebook Thumbnail":["Imagen de Facebook"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["La característica de redes sociales está deshabilitada. ¿Sigues viendo información de la vista previa de Facebook? Probablemente haya etiquetas sociales añadidas por tu tema o por un plugin."],"Your image ratio is: ":["La proporción de la imagen es: "],"File URL is not valid.":["La URL del archivo no es válida."],"Preview your Twitter card using the official validator":["Previsualiza tu Twitter card utilizando el validador oficial"],"Twitter Title":["Título de Twitter"],"Enter your Twitter title":["Introduce tu título de Twitter"],"Twitter description":["Descripción de Twitter"],"Enter your Twitter description":["Introduce tu descripción de Twitter"],"Twitter Thumbnail":["Imagen de Twitter"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":["La función Redes sociales está deshabilitada. ¿Sigues viendo información de Twitter Preview? Probablemente tengas etiquetas sociales añadidas por tu tema o por un plugin."],"Enable redirection?":["¿Habilitar la redirección?"],"301 Moved Permanently":["301 Movido Permanentemente"],"302 Found / Moved Temporarily":["302 Encontrado / Movido Temporalmente"],"307 Moved Temporarily":["307 Movido Temporalmente"],"410 Gone":["410 Ya no disponible"],"451 Unavailable For Legal Reasons":["451 No disponible por motivos legales"],"URL redirection":["Redirección de URL"],"Enter your new URL in absolute (eg: https://www.example.com/)":["Introduce tu nueva URL en formato absoluto (ej: https://www.example.com/)"],"Query parameters":["Parámetros de búsqueda"],"Exactly match all parameters":["Coincidencia exacta con todos los parámetros"],"Exclude all parameters":["Excluir todos los parámetros"],"Exclude all parameters and pass them to the redirection":["Excluir todos los parámetros y pasárselos a la redirección"],"Test your URL":["Prueba tu URL"],"Need help with your redirections? Read our guide.":["¿Necesitas ayuda con las redirecciones? Consulta nuestra guía."],"Exclude this post from Google News Sitemap?":["¿Excluir esta publicación de Google News Sitemap?"],"Exclude this post from Video Sitemap?":["¿Excluir esta entrada del sitemap de vídeos?"],"If your post is set to noindex, it will be automatically excluded from the sitemap.":["Si marcas esta entrada como noindex, será automáticamente excluída del mapa del sitio."],"Video ":["Vídeo "],"Video URL (required)":["URL del vídeo (obligatorio)"],"Enter your video URL":["Escribe la URL de tu vídeo"],"Video URL":["URL del vídeo"],"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check this if your video is hosting on this server.":["¿NO es un vídeo externo (por ejemplo: vídeos alojados en YouTube, Vimeo, Wistia...)? Revisa si tu vídeo está alojado en este servidor."],"Video Title (required)":["Título del vídeo (obligatorio)"],"Enter your video title":["Escribe el título del vídeo"],"Video title":["Título del vídeo"],"Default: title tag, if not available, post title.":["Por defecto: etiqueta del título. Si no está disponible, título de la entrada."],"Video Description (required)":["Descripción del vídeo (obligatorio)"],"Enter your video description":["Escribe la descripción de tu vídeo"],"Video description":["Descripción del vídeo"],"2048 characters max.; default: meta description. If not available, use the beginning of the post content.":["Máximo 2048 carácteres. Por defecto: meta descripción, si no está disponible, utiliza el contenido de la entrada."],"Video Thumbnail (required)":["Miniatura del vídeo (obligatoria)"],"Select your video thumbnail":["Elige la miniatura de tu vídeo"],"Video Thumbnail":["Miniatura del vídeo"],"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your post featured image.":["Tamaño mínimo: 160x90px (1920x1080 máximo). Formato: JPG, PNG o GIF. Por defecto, la imágen destacada de tu publicación."],"Video Duration (recommended)":["Duración del vídeo (recomendado)"],"Duration in seconds":["Duración en segundos"],"Video duration":["Duración del vídeo"],"The duration of the video in seconds. Value must be between 0 and 28800 (8 hours).":["La duración del vídeo en segundos. El valor debe estar entre o y 28800 (8 horas)."],"Video Rating":["Valoración del vídeo"],"Video rating":["Valoración del vídeo"],"Allowed values are float numbers in the range 0.0 to 5.0.":["Los valores permitidos son números decimales entre 0.0 y 5.0."],"View count":["Conteo de visitas"],"Number of views":["Número de visitas"],"Video tags":["Etiquetas de vídeo"],"Enter your video tags":["Escribe tus etiquetas de vídeo"],"32 tags max., separate tags with commas. Default: target keywords + post tags if available.":["32 etiquetas máximo, separa las etiquetas con comas. Por defecto: palabras clave objetivo + etiquetas de publicación si están presentes."],"Video categories":["Categorías de vídeos"],"Enter your video categories":["Escribe tus categorías de vídeos"],"256 characters max., usually a video will belong to a single category, separate categories with commas. Default: first post category if available.":["Máximo 256 caracteres, lo normal es que cada vídeo pertenezca sólo a una sola categoría. Separa las categorías con comas. Por defecto: la primera categoría de publicación si existe."],"NOT family friendly?":["¿NO te suena?"],"The video will be available only to users with SafeSearch turned off.":["El vídeo estará disponible sólo a usuarios que tengan apagado SafeSearch."],"Remove video":["Eliminar vídeo"],"Add video":["Añadir vídeo"],"Analysis in progress...":["Análisis en progreso..."],"Content analysis":["Análisis de contenido"],"By clicking Migrate, we'll import:":["Haciendo clic en Migrar, importaremos:"],"Title tags":["Etiquetas de título"],"Facebook Open Graph tags (title, description and image thumbnail)":["Etiquetas de Facebook Open Graph (título, Descripción e imagen miniatura)"],"Twitter tags (title, description and image thumbnail)":["Etiquetas de Twitter (título, Descripción e imagen miniatura)"],"Meta Robots (noindex, nofollow...)":["Meta Robots (noindex, nofollow...)"],"Redirect URL":["Redirigir URL"],"Migrate now":["Migrar ahora"],"SEO Title / Description":["Título SEO / Descripción"],"Meta Description":["Metadescripción"],"SEO Advanced":["SEO Avanzado"],"SEO Social":["SEO Social"],"<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q=":["<p class=\"elementor-control-field-description\"><span class=\"dashicons dashicons-external\"></span><a href=\"https://developers.facebook.com/tools/debug/sharing/?q="],"<p class=\"elementor-control-field-description\"><strong>Did you know?</strong> LinkedIn, Instagram and Pinterest use the same social metadata as Facebook. Twitter does the same if no Twitter cards tags are defined below.</p>":["<p class=\"elementor-control-field-description\"><strong>¿Lo sabías?</strong> LinkedIn, Instagram y Pinterest usan los mismos metadatos sociales que Facebook. Twitter hace los mismo si no se definen a continuación etiquetas de tarjetas de Twitter.</p>"],"SEO Redirection":["Redirección SEO"],"SEO Content Analysis":["Análisis de contenido SEO"],"<p class=\"elementor-control-field-description\">Enter a few keywords for analysis to help you write optimized content.</p><p class=\"elementor-control-field-description\"><strong>Did you know?</strong> Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.</p>":["<p class=\"elementor-control-field-description\">Introduce algunas palabras clave para el análisis para ayudarte a escribir contenido optimizado.</p><p class=\"elementor-control-field-description\"><strong>¿Lo sabías?</strong> ¡Escribir el contenido para tus usuarios es lo más importante! Si no parece natural, tus visitantes dejarán tu sitio, Google lo sabrá y tu posicionamiento se verá afectado.</p>"],". The closer to 1.91 the better.":[". Mejor cuanto más cerca de 1.91."],"By":["Por"],". The closer to 1 the better (with large card, 2 is better).":[". Mejor cuanto más cerca de 1 (con tarjeta grande, lo mejor es 2)."],"Question...":["Pregunta..."],"Answer...":["Respuesta..."],"Remove":["Eliminar"],"FAQ Settings":["Ajustes de las preguntas frecuentes"],"List Style":["Estilo de lista"],"Title Wrapper":["Contenedor del título"],"Image Size":["Tamaño de la imagen"],"SEO Settings":["Ajustes de SEO"],"Enable FAQ Schema":["Activar el esquema de preguntas frecuentes"],"Add FAQ":["Añadir pregunta frecuente"],"To edit the background image, you need permission to upload media.":["Para editar la imagen de fondo, necesitas permiso para subir medios."],"Set Image":["Establecer imagen"],"Remove Image":["Quitar imagen"],"FAQ":["Preguntas frecuentes"],"Customize the plugin to fit your needs.":[""],"Check a user role to prevent it to edit a specific metabox.":[""],"Check a user role to allow it to edit a specific settings page.":[""],"Works with <strong>Google Analytics</strong> and <strong>Matomo</strong>.":["Funciona con <strong>Google Analytics</strong> y <strong>Matomo</strong>."],"Custom dimensions and custom metrics are like the default dimensions and metrics in your Analytics account, except you create them yourself.":[""],"Use them to collect and analyze data that Analytics doesn't automatically track.":[""],"Please note that you also have to setup your custom dimensions in your Google Analytics account. More info by clicking on the help icon.":[""],"Custom dimensions also work with <strong>Matomo</strong> tracking code.":["Las dimensiones personalizadas también funcionan con el código de seguimiento <strong>de Matomo.</strong>."],"Guide to create custom dimensions in Google Analytics - new window":["Guía para crear dimensiones personalizadas en Google Analytics - nueva ventana"],"Use Matomo to track your users with privacy in mind.":[""],"Your <strong>Custom Dimensions</strong> will also work with Matomo tracking code.":[""],"Images can generate a lot of traffic to your site. Make sure to always add alternative texts, optimize their file size, filename etc.":[""],"Change this settings":["Cambia estos ajustes"],"A sitemap is a file where you provide information about the <strong>pages, images, videos... and the relationships between them</strong>. Search engines like Google read this file to <strong>crawl your site more efficiently</strong>.":[""],"The XML sitemap is an <strong>exploration aid</strong>. Not having a sitemap will absolutely <strong>NOT prevent engines from indexing your content</strong>. For this, opt for meta robots.":[""],"To view your sitemap, enable permalinks (not default one), and save settings to flush them.":["Para ver tu sitemap, activar los los enlaces permanentes (pero no el predeterminado) y guarda los ajustes para purgarlos."],"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add this rule to your configuration:":["Tu servidor utiliza NGINX. Si los sitemap XML no funcionan, debes añadir estas reglas a su configuración:"],"If you disable globally this feature (using the blue toggle from above), the native WordPress XML sitemaps will be re-activated.":["Si desactivas esta funcionalidad globalmente (utliizando el conmutador de arriba), el mapa del sitio XML nativo de WordPress será reactivado."],"Blank sitemap?":["¿Mapa del sitio en blanco?"],"404 error?":["¿Error 404?"],"HTML error? Exclude XML and XSL from caching plugins!":["¿Error de HTML? ¡Excluye XML y XSL de los plugins de caché!"],"View your sitemap":["Ver tu sitemap"],"Ping Google manually":["Ping manual a Google"],"Flush permalinks":["Purgar enlaces permanentes"],"Learn more on Google official website.":["Más información en el sitio web de Google."],"Use markup on your website to add your social profile information to a Google Knowledge panel.":[""],"Knowledge panels prominently display your social profile information in some Google Search results.":[""],"Manage Open Graph data. These metatags will be used by Facebook, Pinterest, LinkedIn, WhatsApp... when a user shares a link on its own social network. Increase your click-through rate by providing relevant information such as an attractive image.":[""],"Custom OG Image from SEO metabox":["La imagen OG personalizada de la metabox de SEO"],"Post thumbnail / Product category thumbnail (Featured image)":[""],"First image of your post content":["La primera imagen del contenido de tu entrada"],"Global OG Image set in SEO > Social > Open Graph":["La imagen global de OG establecida en SEO > Social > Open Graph"],"Custom Twitter image from SEO metabox":["Imagen personalizada de Twitter de la metabox de SEO"],"Global Twitter:image set in SEO > Social > Twitter Card":["El valor global de Twitter:image se establece en SEO > Social > Twitter Card"],"Title and meta description are used by search engines to generate the snippet of your site in search results page.":[""],"Wrong meta title / description in SERP?":[""],"Our <strong>Compatibility Center</strong> makes it easy to integrate SEOPress with your favorite tools.":[""],"Even though a lot of things are completely transparent to you and automated, sometimes it is necessary to leave the final choice to you.":[""],"<strong>Warning</strong>: always test your site after activating one of these options. Running shortcodes to automatically generate meta title / description can have side effects. Clear your cache if necessary.":[""],"Learn more about automatic meta descriptions":[""],"Add WP Editor to taxonomy description textarea":["Añadir el editor de WP al área de texto de la descripción de la taxonomía"],"Remove /category/ in URL":["Quitar /category/ en URL"],"Remove WordPress generator meta tag":["Eliminar metaetiqueta generator de WordPress"],"Remove hentry post class":["Elimina la clase hentry de las entradas"],"Remove author URL":["Eliminar la URL del autor"],"Remove website field in comment form":["Eliminar el campo sitio web del formulario de comentario"],"Remove WordPress shortlink meta tag":["Eliminar la metaetiqueta de enlace corto de WordPress"],"Remove Windows Live Writer meta tag":["Eliminar la metaetiqueta de Windows Live Writer"],"Remove RSD meta tag":["Eliminar la metaetiqueta RSD"],"SEO in admin bar":["SEO en la barra de administración"],"Universal Metabox":[""],"Noindex in admin bar":["Noindex en la barra de administración"],"Move SEO metabox's position":["Mover la posición de la caja meta de SEO"],"Set default tab for Structured data metabox":["Establece la pestaña predeterminada para la caja meta de datos estructurados"],"Hide Notifications Center":["Ocultar centro de notificaciones"],"Hide SEO tools":["Ocultar herramientas de SEO"],"Show Title tag column in post types":["Mostrar columna de etiqueta Title en tipos de contenido"],"Show Meta description column in post types":["Mostrar columna de meta descripción en los tipos de contenido"],"Show Redirection Enable column in post types":["Mostrar la columna de redirección activada en los tipos de contenido"],"Show Redirect URL column in post types":["Mostrar la columna de redirección en los tipos de contenido"],"Show canonical URL column in post types":["Mostrar la columna de URL canónica en los tipos de contenido"],"Show Target Keyword column in post types":["Mostrar la columna Palabra clave destino en los tipos de contenido"],"Show noindex column in post types":["Mostrar columna noindex en tipos de contenido"],"Show nofollow column in post types":["Mostrar columna de nofollow en tipos de contenido"],"Show total number of words column in post types":["Mostrar el número total de columnas de palabras en los tipos de contenido"],"Show Google Page Speed column in post types":["Mostrar columna Google Page Speed en los tipos de contenido"],"Show Insights column in post types":["Mostrar columna de estadísticas en tipos de contenido"],"Show content analysis score column in post types":["Mostrar la columna de puntuaciones del análisis de contenido para tipos de contenido"],"Hide Genesis SEO Metabox":["Ocultar la Metabox de SEO de Genesis"],"Hide Genesis SEO Settings link":["Ocultar el enlace de ajustes de SEO de Genesis"],"Hide advice in Structured Data Types metabox":["Ocultar consejos del metabox Tipos de datos estructurados"],"Block SEO metabox to user roles":["Bloquear la Metabox de SEO para roles de usuario"],"Block Content analysis metabox to user roles":["Bloquear la metabox de análisis de contenido para roles de usuario"],"Enable Google Analytics tracking":["Habilitar el seguimiento de Google Analytics"],"Enter your measurement ID (GA4)":["Introduce tu ID de medición (GA4)"],"Exclude user roles from tracking (Google Analytics and Matomo)":["Excluir roles de usuario del seguimiento (Google Analytics y Matomo)"],"Where to display the cookie bar?":[""],"Analytics tracking opt-in":["Consentimiento de seguimiento de Analytics"],"Allow user to change its choice":[""],"Consent message for user tracking":["Mensaje de consentimiento para rastreo de los usuarios"],"Accept button for user tracking":["Botón de aceptación para el seguimiento de usuarios"],"Close button":["Botón para cerrar"],"Edit cookies button":[""],"User consent cookie expiration date":["Fecha de caducidad del consentimiento de cookies del usuario"],"Cookie bar position":["Posición de la barra de cookies"],"Text alignment":["Alineación del texto"],"Cookie bar width":["Ancho de la barra de cookies"],"Enable Google Optimize":["Habilitar Google Optimize"],"Enable Google Ads":["Activar Google Ads"],"[HEAD] Add an additional tracking code (like Facebook Pixel, Hotjar...)":[""],"[BODY] Add an additional tracking code (like Google Tag Manager...)":["[BODY] Añade un código de seguimiento adicional (como Google Tag Manager...)"],"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)":["[BODY (FOOTER)] Añadir un código de seguimiento adicional (como Google Tag Manager...)"],"Enable downloads tracking (eg: PDF, XLSX, DOCX...)":["Habilitar el seguimiento de descargas (por ejemplo: PDF, XLSX, DOCX ...)"],"Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)":["Habilitar el seguimiento de enlaces afiliados / salida (por ejemplo: aff, go, out, recomendaciones)"],"Track Authors":["Seguir Autores"],"Track Categories":["Seguir Categorías"],"Track Tags":["Seguir Etiquetas"],"Track Post Types":["Seguir tipos de contenido"],"Track Logged In Users":["Seguir usuarios conectados"],"Enable Matomo tracking":["Activar el seguimiento de Matomo"],"Enter your site ID":["Escribe tu ID de sitio"],"Track visitors across all subdomains":["Realizar un seguimiento de los visitantes en todos los subdominios"],"Prepend the site domain":["Antepón el dominio del sitio"],"Cross domain":["Dominio cruzado"],"Enable DoNotTrack detection":["Activar la detección de DoNotTrack"],"Disable all tracking cookies":["Desactivar todas las cookies de seguimiento"],"Download & Outlink tracking":["Seguimiento de descargas y enlaces salientes"],"Disable all heatmaps and session recordings":["Desactivar todos los mapas de calor y las grabaciones de las sesiones"],"Redirect attachment pages to post parent":["Redirigir las páginas de adjuntos a la publicación padre"],"Redirect attachment pages to their file URL":["Redirigir páginas de adjuntos a la URL del archivo"],"Remove ?replytocom link to avoid duplicate content":["Elimina el enlace ?replytocom para evitar contenido duplicado"],"Automatically set the image Title":["Establecer automáticamente el título de las imágenes"],"Automatically set the image Alt text":["Establecer automáticamente el texto Alt de las imágenes"],"Automatically set the image Alt text from target keywords":["Establece automáticamente el texto Alt de la imagen a partir de las palabras clave objetivo"],"Automatically set the image Caption":["Establecer automáticamente la leyenda de la imagen"],"Automatically set the image Description":["Establecer automáticamente la descripción de la imagen"],"Enable XML Image Sitemaps":["Activar sitemap XML de imágenes"],"Enable XML Video Sitemaps":["Activar sitemap XML de vídeos"],"Check to INCLUDE Post Types":["Márcalo para INCLUIR tipos de contenido"],"Check to INCLUDE Taxonomies":["Márcalo para INCLUIR taxonomías"],"Sort order":["Orden de clasificación"],"Order posts by":["Ordenar entradas por"],"Disable the display of the publication date":["Desactivar la visualización de la fecha de publicación"],"Remove links from archive pages":[""],"Person or organization":["Persona u organización"],"Contact type (only for Organizations)":["Tipo de contacto (sólo para las organizaciones)"],"Contact option (only for Organizations)":["Opción de contacto (sólo para las organizaciones)"],"Twitter Username":["Nombre de usuario de Twitter"],"Enable Open Graph Data":["Habilitar datos de Open Graph"],"Apply this image to all your og:image tag":["Aplicar esta imagen a todas las etiquetas og:image"],"Define custom og:image tag for post type archive pages":["Definir etiqueta og:image personalizada para páginas de archivo de tipos de contenido"],"Facebook Link Ownership ID":["ID de propiedad del enlace de Facebook"],"Facebook Admin ID":["Facebook admin ID"],"Facebook App ID":["Facebook App ID"],"Enable Twitter Card":["Habilitar Twitter Card"],"Use Open Graph if no Twitter Card is filled":["Utilizar Open Graph si no se rellena la tarjeta de Twitter"],"Image size for Twitter Summary card":["Tamaño de imagen para Twitter Summary Card"],"Indicate paginated content to Google":["Indica el contenido paginado a Google"],"noindex on paged archives":["noindex en los archivos paginados"],"noindex on attachment pages":[""],"Oxygen Builder compatibility":[""],"Divi Builder compatibility":[""],"WP Bakery Builder compatibility":[""],"Avia Layout Builder compatibility":[""],"Fusion Builder compatibility":[""],"Migration completed!":["¡Migración completada!"],"Export completed!":["¡Exportación completada!"],"Import SEO settings":["Importar ajustes de SEO"],"Your site":["Tu sitio"],"Indexing":["Indexación"],"Advanced options":["Opciones avanzadas"],"Ready!":["¡Listo!"],"SEOPress › Setup Wizard":["SEOPress › Asistente de configuración"],"Not right now":["Ahora no"],"Skip this step":["Saltar este paso"],"The following wizard will help you configure SEOPress and get you started quickly.":["El siguiente asistente te ayudará a configurar SEOPress y a comenzar rápidamente."],"The first step is to import your previous settings from other plugins to keep your SEO.":["El primer paso es importar los ajustes anteriores de otros plugins para mantener tu SEO."],"No data to migrate? Click \"Next step\" button!":["¿No tienes datos que migrar? ¡Haz clic en el botón \"Siguiente paso\"!"],"Next step":["Siguiente paso"],"To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ":["Para construir las etiquetas de título y el knowledge graph de Google, tienes que rellenar los siguientes campos para configurar los ajustes generales. "],"eg: |":["ej: |"],"This separator will be used by the dynamic variable <strong>%%sep%%</strong> in your title and meta description templates.":[""],"Home site title":[""],"eg: My super website":["ej: Mi súper sitio web"],"Choose a knowledge type":["Elige un tipo de knowledge"],"eg: My Company Name":["por ejemplo: Nombre de mi empresa"],"eg: https://www.example.com/logo.png":["ej: https://www.example.com/logo.png"],"Facebook page URL":["URL de la página de Facebook"],"Continue":["Continuar"],"Specify to the search engines what you want to be indexed or not.":["Especificar a los motores de búsqueda qué contenido quieres que sea indexado y cuál no."],"Avoid indexing duplicate or poor quality content.":["Evitar la indexación de contenido duplicado o de poca calidad."],"Default: index":["Por defecto: index"],"For which single post types, should indexing be disabled?":["¿Para qué tipos de entradas individuales se debe deshabilitar la indexación?"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["No mostrar las páginas individuales de este tipo de contenido en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"For which post type archives, should indexing be disabled?":["¿Para qué tipos de entradas se debe deshabilitar la indexación de sus archivos?"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["No mostrar el archivo de este tipo de contenido en los resultados de búsuqeda <strong>(noindex)</strong>"],"For which taxonomy archives, should indexing be disabled?":["¿Para qué tipos de entradas se debe deshabilitar la indexación de sus archivos?"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["No mostrar el archivo de esta taxonomía en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"You only have one author on your site? Check this option to avoid duplicate content.":["¿Solo tienes un autor en tu sitio? Marca esta opción para evitar contenido duplicado."],"By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.":["Por defecto, SEOPress redirige las páginas de adjuntos a su publicación padre. Optimiza esto redirigiendo al usuario directamente a la URL del archivo multimedia."],"Choose which SEO columns to display in post types list:":[""],"Quickly know if a content is in noindex.":[""],"Quickly know if a content is in nofollow.":[""],"Quickly know if a content is optimized for search engines.":[""],"Monitor and analyse your top 1,000 Backlinks weekly.":[""],"Get SEOPress Insights":[""],"Your site is now ready for search engines!":["¡Tu sitio ya está listo para los motores de búsqueda!"],"Welcome to SEOPress PRO!":["¡Bienvenido a SEOPress PRO!"],"Please activate your license to receive automatic updates and get premium support.":["Activa tu licencia para recibir actualizaciones automáticas y obtener soporte premium."],"Activate License":["Activar Licencia"],"Go PRO with SEOPress PRO!":["¡Conviértete en un PRO con SEOPress PRO!"],"When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.":["Obtén muchas características adicionales mejorando a PRO, como schemas automáticos y manuales, mapas del sitio de vídeos , mejoras de WooCommerce, estadísticas de Analytics en tu escritorio, rutas de navegación de migas de pan, redirecciones y más."],"Buy SEOPress PRO - $39 / unlimited sites":["Compra SEOPress PRO - $39 / sitios ilimitados"],"Create your XML sitemaps":["Crea tus sitemaps XML"],"Build custom XML sitemaps to improve Google's crawling of your site.":["Crea un mapa del sitio XML personalizado para mejorar el rastreo de Google de tu sitio."],"Configure your XML sitemaps":["Configura tus sitemaps XML"],"Follow us:":["Síguenos:"],"Like our Facebook page":["Síguenos en Facebook"],"Join our Facebook Community group":["Únete al grupo de nuestra comunidad en Facebook"],"Watch our guided tour videos to learn more about SEOPress":["Consulta nuestros videos de guía para obtener más información sobre SEOPress"],"Read our blog posts about SEO concepts, tutorials and more":["Lee las entradas de nuestro blog sobre conceptos SEO, con tutoriales y más cosas"],"Follow us on Twitter":["Síguenos en Twitter"],"The off side of SEOPress":["Lo que deja fuera SEOPress"],"You can also:":["También puedes:"],"Visit Dashboard":["Visitar Escritorio"],"Review Settings":["Revisar ajustes"],"Knowledge base":["Knowledge base"],"WARNING":["ADVERTENCIA"],"Do NOT change your permalink structure on a production site. Changing URLs can severely damage your SEO.":["NO cambies la estructura de enlaces permanentes de un sitio de producción. Cambiar las URL puede dañar gravemente tu SEO."],"URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).":["La reescritura de URL NO está activada en tu sitio. Selecciona una estructura de enlaces permanentes optimizada para SEO (NO dejar sin estructura)."],"Enable noindex":["Habilitar noindex"],"Enable index":["Habilitar index"],"Enable nofollow":["Habilitar nofollow"],"Enable follow":["Habilitar follow"],"Enable redirection":["Activar redirección"],"Disable redirection":["Desactivar redirección"],"Title tag":["Etiqueta título"],"Canonical":["Canónica"],"The description is not prominent by default; however, some themes may show it.":["La descripción no es prominente por defecto, de todas formas algunos temas la muestran."],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc. <a href=\"[seopress_privacy_page]\">Read more</a>":[""],"By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.":["Al visitar nuestro sitio, aceptas nuestra política de privacidad respecto a las cookies, estadísticas de seguimiento etc."],"X":["X"],"Manage cookies":[""],"Authors":["Autores"],"Categories":["Categorías"],"Tags":["Etiquetas"],"Post types":["Tipos de contenido"],"Connected users":["Usuarios conectados"],"Please upload a valid .json file":["Por favor, sube un archivo .json válido"],"Please upload a file to import":["Por favor, sube un archivo que importar"],"Please upload a valid .csv file":["Por favor, sube un archivo csv válido"],"Please choose a separator":["Por favor, elige un separador"],"Invalid separator":["Separador no válido"],"Please upload a valid .txt file":["Por favor, sube un archivo «.txt» válido"],"XML Sitemaps":["Sitemaps XML"],"This XML Sitemap Index file contains %s sitemaps.":["Este sitemap XML contiene %s sitemaps."],"This XML Sitemap contains %s URL(s).":["Este mapa del sitio XML contiene %s URL(s)."],"Last update":["Última actualización"],"Page %d of %2$d":["Página %d de %2$d"],"Some <strong>%s</strong> have no <strong>meta %s</strong> set! We strongly encourage you to add one by filling in the fields below.":[""],"has been successfully updated!":["ha sido actualizado correctamente!"],"Clear":["Vaciar"],"Clear color":["Vaciar el color"],"Select default color":["Seleccionar el color por defecto"],"Select Color":["Seleccionar el color"],"Color value":["Valor del color"],"Docs":["Documentación"],"Configuration Wizard":["Asistente de configuración"],"GO PRO!":["¡Hazte Pro!"],"Meta Desc.":["Meta desc."],"Redirect?":["¿Redirigir?"],"Target Kw":["Palabras clave objetivo"],"noindex?":[""],"nofollow?":[""],"Score":["Puntuación"],"Words":["Palabras"],"Page Speed":["Page Speed"],"Analyze this page with Google Page Speed":["Analiza esta página con Google Page Speed"],"Good":["Bien"],"Should be improved":["Debe ser mejorado"],"Insights from these keywords:":["Ideas desde estas palabras clave:"],"Average position: ":["Posición media: "],"Latest position: ":["Última posición: "],"404 - Page not found":["404 - Página no encontrada"],"Structured data types":["Tipos de datos estructurados"],"Keywords density":["Densidad de palabras clave"],"Keywords in permalink":["Palabras clave en el enlace permanente"],"Headings":["Encabezados"],"Social meta tags":["Metaetiquetas sociales"],"Meta robots":["Meta robots"],"Alternative texts of images":["Textos alternativos de imágenes"],"NoFollow Links":["Enlaces NoFollow"],"Outbound Links":["Enlaces salientes"],"Inbound Links":[""],"Do not display this page in search engine results / XML - HTML sitemaps (noindex)":["No mostrar esta página en los resultados del motor de búsqueda / XML - Mapa del sitio HTML (noindex)"],"Do not follow links for this page (nofollow)":["No seguir los enlaces de esta página (nofollow)"],"Do not use Open Directory project metadata for titles or excerpts for this page (noodp)":["No utilices metadatos del proyecto Open Directory para títulos o extractos de esta página (noodp)"],"Do not display a \"Cached\" link in the Google search results (noarchive)":["No mostrar un enlace \"En caché\" en los resultados de búsqueda de Google (noarchive)"],"Do not display a description in search results for this page (nosnippet)":["No mostrar una descripción en los resultados de búsqueda de esta página (nosnippet)"],"Do not index images for this page (noimageindex)":["No indexar las imágenes de esta página (noimageindex)"],"Monday":[""],"Tuesday":[""],"Wednesday":[""],"Thursday":[""],"Friday":[""],"Saturday":[""],"Sunday":[""],"duplicated schema - x":["schema duplicado - x"],"x":[""],"%s was found %d times in your content, a keyword density of %s%%":["Se ha encontrado %s %d veces en tu contenido, con una densidad de palabras clave del %s%%"],"Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">keywords stuffing</a>.":["Aprende más sobre <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" target=\"_blank\">el abuso de palabras clave</a>."],"H1 (Heading 1)":["H1 (Título 1)"],"Target keywords were found in Heading 1 (H1).":["Las palabras clave objetivo se encontraron en el Título 1 (H1)."],"%s was found %d times.":["%s se encontró %d veces."],"We found %d Heading 1 (H1) in your content.":["Encontramos %d Título 1 (H1) en tu contenido."],"You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility. Below, the list:":["No debes usar más de un encabezado H1 en el contenido de tu entrada. La regla es simple: solo un H1 para cada página de la web. Es mejor para el SEO y para la accesibilidad. A continuación, la lista:"],"No Heading 1 (H1) found in your content. This is required for both SEO and Accessibility!":[""],"None of your target keywords were found in Heading 1 (H1).":[""],"H2 (Heading 2)":["H2 (Título 2)"],"Target keywords were found in Heading 2 (H2).":["Las palabras clave objetivo se encontraron en el Título 2 (H2)."],"None of your target keywords were found in Heading 2 (H2).":["No se encontraron ninguna de tus palabras clave objetivo en el Título 2 (H2)."],"H3 (Heading 3)":["H3 (Título 3)"],"Target keywords were found in Heading 3 (H3).":["Las palabras clave objetivo se encontraron en el Título 3 (H3)."],"None of your target keywords were found in Heading 3 (H3).":["No se encontraron ninguna de tus palabras clave objetivo en el Título 3 (H3)."],"None of your target keywords were found in the Meta Title.":["No se encontraron ninguna de tus palabras clave objetivo en el meta del título."],"Your custom title is too long.":["Tu título personalizado es demasiado largo."],"The length of your title is correct":["La longitud de tu título es correcta"],"None of your target keywords were found in the Meta description.":["No se encontraron ninguna de tus palabras clave objetivo en el meta de la descripción."],"You custom meta description is too long.":["Tu meta descripción personalizada es demasiado larga."],"The length of your meta description is correct":["La longitud de tu meta descripción es correcta"],"Open Graph Title":["Título de Open Graph"],"We found %d og:title in your content.":["Hemos encontrado %d og:title en tu contenido."],"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:":["No deberías utilizar más de un og:title en el contenido de tu entrada para eviotar conflictos al compartir en redes sociales. Facebook recogerá la última etiqueta og:title de tu código fuente. Aquí debajo tienes la lista:"],"Your Open Graph Title tag is empty!":["¡Tu etiqueta Open Graph del título está vacía!"],"We found an Open Graph Title tag in your source code.":["Hemos encontrado una etiqueta de título para Open Graph en tu código fuente."],"Your Open Graph Title is missing!":["¡Falta tu título para Open Graph!"],"Open Graph Description":["Descripción para Open Graph"],"We found %d og:description in your content.":["Hemos encontrado %d og:description en tu contenido."],"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:":["No debes utlizar más de una og:description en el contenidos de tu entrada para evitar conflictos al compartir en redes sociales. Facebook recogerá la última etiqueta og:description de tu código fuente. Aquí abajo, la lista:"],"Your Open Graph Description tag is empty!":["¡Tu etiqueta Open Graph de la descripción está vacía!"],"We found an Open Graph Description tag in your source code.":["Hemos encontrado una etiqueta de desecripción para Open Graph en tu código fuente."],"Your Open Graph Description is missing!":["¡Falta tu descripción para Open Graph!"],"Open Graph Image":["Imagen para Open Graph"],"We found %d og:image in your content.":["Hemos encontrado %d og:image en tu contenido."],"Your Open Graph Image tag is empty!":["¡Tu etiqueta Open Graph de la imagen está vacía!"],"Your Open Graph Image is missing!":["¡Falta tu imagen para Open Graph!"],"Open Graph URL":["URL para Open Graph"],"We found %d og:url in your content.":["Hemos encontrado %d og:url en tu contenido."],"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:":["No debe haber más de un og:url en el contenido de tu entrada para eviatr conlfictos al compartir en redes sociales. Facebook recogerá la última og:url tag de tu código fuente de abajo. Aquí, la lista:"],"Your Open Graph URL tag is empty!":["¡Tu etiqueta Open Graph de la URL está vacía!"],"We found an Open Graph URL tag in your source code.":["Hemos encontrado una etiqueta de URL para Open Graph en tu código fuente."],"Your Open Graph URL is missing!":["¡Falta tu URL para Open Graph!"],"Open Graph Site Name":["Nombre del sitio para Open Graph"],"We found %d og:site_name in your content.":["Hemos encontraro %d og:site_name en tu contenido."],"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:":["No deberías utilizar más de un og:site_name en el contenido de tu entrada para evitar conflictos al compartir en redes sociales. Facebook tomará la última etiqueta og:site_name de tu código fuente. Aquí abajo, la lista:"],"Your Open Graph Site Name tag is empty!":["¡Tu etiqueta Open Graph del nombre del sitio está vacía!"],"We found an Open Graph Site Name tag in your source code.":["Hemos encontrado una etiqueta de nombre de sitio para Open Graph en tu código fuente."],"Your Open Graph Site Name is missing!":["¡Falta tu nombre de sitio para Open Graph!"],"We found %d twitter:title in your content.":["Hemos encontrardo %d twitter:title en tu contenido."],"You should not use more than one twitter:title in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:title tag from your source code. Below, the list:":["No deberías utliizar más de un twitter:title en el contenidos de tu entrada para evitar conflictos al compartir en redes sociales. Twitter recogerá la última etiqueta twitter:title de tu código fuente. Aquí abajo, la lista:"],"Your Twitter Title tag is empty!":["¡Tu etiqueta de Twitter del título está vacía!"],"We found a Twitter Title tag in your source code.":["Hemos encontrado una etiqueta de título para Twitter en tu código fuente."],"Your Twitter Title is missing!":["¡Falta tu título para Twitter!"],"Twitter Description":["Descripción para Twitter"],"We found %d twitter:description in your content.":["Hemos encontrado %d twitter:description en tu contenido."],"You should not use more than one twitter:description in your post content to avoid conflicts when sharing on social networks. Twitter will take the last twitter:description tag from your source code. Below, the list:":["No debes utlizar más de un twitter:description en el contenido de tu entrada para evitar conflictos al compartir en redes sociales. Twitter recogerá la última etiqueta twitter:description del código fuente. Aquí abajo, la lista:"],"Your Twitter Description tag is empty!":["¡Tu etiqueta de Twitter de la descripción está vacía!"],"We found a Twitter Description tag in your source code.":["Hemos encontrado una etiqueta de descripción para Twitter en el código fuente."],"Your Twitter Description is missing!":["¡Falta tu descripción para Twitter!"],"Twitter Image":["Imagen para Twitter"],"We found %d twitter:image in your content.":["Hemos encontrado %d twitter:image en tu contenido."],"Your Twitter Image tag is empty!":["¡Tu etiqueta de Twitter de la imagen está vacía!"],"Your Twitter Image is missing!":["¡Falta tu imagen para Twitter!"],"We found %s meta robots in your page. There is probably something wrong with your theme!":["Hemos encontrado %s meta robots en tu página. ¡Probablemente haya algo mal en tu tema!"],"We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:":["Encontramos %d enlaces con el atributo nofollow en tu página. No uses en exceso el atributo nofollow en los enlaces. A continuación, la lista:"],"This page doesn't have any nofollow links.":["Esta página no tiene ningún enlace nofollow."],"We found %s outbound links in your page. Below, the list:":["Hemos encontrado %s enlaces salientes en tu página. Aquí, la lista:"],"We found %s inbound links to this page.":[""],"edit %s":[""],"We found %s canonical URL in your source code. Below, the list:":[""],"You must fix this. Canonical URL duplication is bad for SEO.":[""],"<strong>Should be improved:</strong> red or orange dots <br> <strong>Good:</strong> yellow or green dots":["<strong>Debe ser mejorado:</strong> puntos rojos o naranja <br> <strong>Bien:</strong> puntos amarillos o verdes"],"Expand":["Ampliar"],"Close":["Cerrar"],"Check a user role to authorized it to edit a specific SEO page.":[""],"Custom fields (replace your_custom_field_name by the name of your custom field)":[""],"Product Date On Sale To":[""],"Product Price With Taxes":[""],"Product SKU":[""]}}}
|
|
@@ -1 +0,0 @@
|
|
1 |
-
{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=n != 1;","lang":"es_EC"},"Title":["Título"],"Enter your title":["Introduce tu título"],"pixels":[""],"Description":["Descripción"],"Save":[""],"Google Snippet Preview":["Google Snippet Preview"],"This is what your page will look like in Google search results. You have to publish your post to get the Google Snippet Preview.":["Así es como tu página aparece en la página de resultados de Google. Tienes que publicar la entrada para ver la vista previa del snippet de Google."],"Mobile Preview":["Vista previa para móviles"],"Titles & Metas":["Títulos y Metas"],"Social":["Social"],"Advanced":["Avanzado"],"Redirection":["Redirección"],"Overview":[""],"SEO":["SEO"],"You cannot uncheck a parameter? This is normal, and it‘s most likely defined in the <a href=\"%s\">global settings of the plugin.</a>":["¿No puedes desmarcar algún parámetro? Es normal, probablemente esté definido por los <a href=\"%s\">ajustes globales del plugin</a>."],"Your settings have been saved.":[""],"Meta robots settings":["Ajustes de meta robots"],"Get suggestions!":["¡Obtén sugerencias!"],"Facebook Preview":["Vista previa para Facebook"],"This is what your post will look like in Facebook. You have to publish your post to get the Facebook Preview.":["Esto es cómo se vería tu entrada en Facebook. Tienes que publicar tu entrada para obtener la vista previa de Facebook."],"The closer to 1.91 the better.":["Cuanto más cerca de 1.91 mejor."],"Minimun size for Facebook is <strong>200x200px</strong>. Please choose another image.":["El tamaño mínimo para Facebook es <strong>200x200px</strong>. Elige otra imagen."],"File type not supported by Facebook. Please choose another image.":["Tipo de archivo no compatible con Facebook. Elige otra imagen."],"File error. Please choose another image.":["Error de archivo. Elige otra imagen, por favor."],"Twitter Preview":["Vista previa de Twitter"],"This is what your post will look like in Twitter. You have to publish your post to get the Twitter Preview.":["Así es como se verá tu entrada en Twitter. Tienes que publicar tu entrada para obtener la vista previa de Twitter."],"The closer to 1 the better (with large card, 2 is better).":["Cuanto más cerca de 1, mejor (con tarjeta grande, 2 es mejor)."],"Minimun size for Twitter is <strong>144x144px</strong>. Please choose another image.":["El tamaño mínimo para Twitter es <strong>144x144px</strong>. Elige otra imagen."],"File type not supported by Twitter. Please choose another image.":["Tipo de archivo no compatible con Twitter. Elige otra imagen."],"Loading your data":[""],"A canonical URL is required by search engines to handle duplicate content.":["Los motores de búsqueda necesitan una URL canónica para gestionar el contenido duplicado."],"This page doesn't have any canonical URL because your post is set to <strong>noindex</strong>. This is normal.":["Esta página no tiene ninguna URL canónica porque tu entrada está establecida como <strong>noindex</strong>. Esto es normal."],"This page doesn't have any canonical URL.":["Esta página no tiene ninguna URL canónica."],",\n \"wp-seopress\"\n )}\n </p>\n </>\n );\n};\n\nconst getSeverity = (data, options) => {\n const { type } = options;\n const matches = get(data, [type, \"matches\"], []);\n const values = get(data, [type, \"value\"], []);\n\n if ((isEmpty(matches) || isEmpty(values)) && type === \"h1\") {\n return \"high\";\n }\n\n if (values.length > 1 && type === \"h1\") {\n return \"high\";\n }\n\n if (isEmpty(matches) && type === \"h3\") {\n return \"low\";\n }\n\n if (isEmpty(matches)) {\n return \"medium\";\n }\n\n return \"good\";\n};\n\nconst Component = ({ data, options = {} }) => {\n const { type } = options;\n const headings = get(data, [type], []);\n const countHeadings = headings.value.length;\n const numberHeading = getNumberHeading(type);\n\n if (countHeadings === 0 && type === \"h1\") {\n return (\n <>\n <p\n style={{\n color: \"rgb(29, 35, 39)\",\n margin: \"10px 0px\",\n fontWeight: \"bold\",\n borderBottom: \"1px solid var(--borderColorCard)\",\n paddingBottom: \"10px\",\n }}\n >\n H{numberHeading} ({__(\"Heading\", \"wp-seopress\")}\n {numberHeading})\n </p>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n <strong>\n {__(\n ":[""],"We could not find any image in your content. Content with media is a plus for your SEO.":["No pudimos encontrar ninguna imagen en tu contenido. El contenido con medios es una ventaja para tu SEO."],"All alternative tags are filled in. Good work!":["Todas las etiquetas alternativas están rellenadas. ¡Buen trabajo!"],"No alternative text found for these images. Alt tags are important for both SEO and accessibility. Edit your images using the media library or your favorite page builder and fill in alternative text fields.":["No se ha encontrado texto alternativo para estas imágenes. Las etiquetas alt son importantes tanto para SEO como para la accesibilidad. Edita tus imágenes utilizando la biblioteca de medios o tu constructor de páginas favorito y rellena los campos de texto alternativo."],"Inbounk links are important for SEO and user experience. Always try to link your content together, with quality link anchors.":[""],"This page doesn't have any inbound links from other content. Links from archive pages are not considered inbound links due to lack of context.":[""],"We were unable to calculate the density of your keywords. You probably haven‘t added any content or your target keywords were not find in your post content.":["No ha sido posible calcular la densidad de tus palabras clave. Probablemente no has añadido contenido o no se encontraron ninguna de tus palabras clave en el contenido de la entrada."],"This is your homepage. This check doesn't apply here because there is no slug.":["Esta es tu página de inicio. Esta comprobación no es aplicable aquí porque no tiene slug."],"You should add one of your target keyword in your permalink.":["Debes añadir una de tus palabras clave objetivo en tu enlace permanente."],"Cool, one of your target keyword is used in your permalink.":["Bien, una de tus palabras clave objetivo se utiliza en tu enlace permanente."],"No custom meta description is set for this post. If the global meta description suits you, you can ignore this recommendation.":["No se ha establecido ninguna descripción meta para esta entrada. Si la descripción meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta description.":["Se encontraron palabras clave objetivo en el meta de la descripción."],"We found no meta robots on this page. It means, your page is index,follow. Search engines will index it, and follow links. ":["No encontramos meta robots en esta página. Significa que tu página es index,follow. Los motores de búsqueda la indexarán y seguirán los enlaces. "],"No custom title is set for this post. If the global meta title suits you, you can ignore this recommendation.":["No se ha establecido ningún título para esta entrada. Si el título meta global te va bien, puedes ignorar esta recomendación."],"Target keywords were found in the Meta Title.":["Se encontraron palabras clave objetivo en el meta de la entrada."],"This post is a little old!":["¡Esta entrada es un poco antigua!"],"The last modified date of this article is less than 1 year. Cool!":["La fecha de la última modificación de este artículo es de hace más de un año. ¡Bien!"],"Last modified date":["Fecha de última modificación"],"Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute \"nofollow\" to your link.":["Internet se construye sobre el principio del hiperenlace. Por tanto, es perfectamente normal hacer enlaces entre diferentes webs. Sin embargo, evita hacer enlaces a sitios de baja calidad, SPAM... Si no estás seguro de la calidad de un sitio, añade a tu enlace el atributo «nofollow»."],"This page doesn't have any outbound links.":["Esta página no tiene enlaces salientes."],"No schemas found in the source code of this page.":["No se han econtrado schemas en el código fuente de esta página."],"We found these schemas in the source code of this page:":["Hemos encontrado estos schemas en el código fuente de esta página:"],",\n \"wp-seopress\"\n )}\n </strong>\n </p>\n </>\n );\n }\n\n const value = get(data, [type, \"value\"], []);\n return (\n <>\n <FacebookTitle type={type} />\n {value.length > 1 && (\n <>\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\"We found\", \"wp-seopress\")} {value.length} {type}{\" \"}\n {__(\"in your content.\", \"wp-seopress\")}\n </p>\n\n <p>\n {type === \"og:title\" &&\n __(\n \"You should not use more than one og:title in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:title tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:description\" &&\n __(\n \"You should not use more than one og:description in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:description tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:url\" &&\n __(\n \"You should not use more than one og:url in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:url tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n {type === \"og:site_name\" &&\n __(\n \"You should not use more than one og:site_name in your post content to avoid conflicts when sharing on social networks. Facebook will take the last og:site_name tag from your source code. Below, the list:\",\n \"wp-seopress\"\n )}\n </p>\n </>\n )}\n {value.length === 1 && (\n <p>\n <DashiconsYes className=\"sp-dashicons-ok\" />\n {__(\"We found an Open Graph\", \"wp-seopress\")}{\" \"}\n {getSociaName(type)}{\" \"}\n {__(\"tag in your source code.\", \"wp-seopress\")}\n </p>\n )}\n {isEmpty(value[0]) && (\n <p>\n <DashiconsNoAlt className=\"sp-dashicons-not\" />\n {__(\n ":[""],"No content? Add a few more paragraphs!":["¿No hay contenido? ¡Añade más párrafos!"],"Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.":["El número de palabras no es un factor de clasificación directo. Pero tu contenido tienen que tener la mayor calidad posible, con información relevante y única. Para conseguirlo, tus artículos deben tener un número mínimo de párrafos y, por lo tanto, de palabras."],"words found.":["palabras encontradas."],"unique words found.":["palabras únicas encontradas."],"Your content is composed of more than 300 words, which is the minimum for a post.":["Tu contenido se compone de más de 300 palabras, que es el mínimo para una publicación."],"Your content is too short. Add a few more paragraphs!":["Tu contenido es muy corto. ¡Añade más párrafos!"],"Words counter":["Contador de palabras"],"noindex is on!":["¡noindex está activado!"],"SEO for \"%s\"":["SEO de «%s»"],"noindex is off.":["noindex está desactivado."],"nofollow is on!":["¡nofollow está activado!"],"nofollow is off.":["nofollow está desactivado."],"XML / HTML Sitemap":["Sitemap XML / Mapa del sitio HTML"],"Social Networks":["Redes sociales"],"Analytics":["Analytics"],"Insights":["Insights"],"Tools":["Herramientas"],"BOT":["BOT"],"License":["Licencia"],"PRO":["PRO"],"Schemas":["Schemas"],"Redirections":["Redirecciones"],"Broken Links":["Enlaces Rotos"],"Configuration wizard":["Asistente de configuración"],"Home":["Inicio"],"Display":[""],"Documentation":[""],"Search our documentation":[""],"Choose the way it looks":[""],"Site Title":["Título del sitio"],"Tagline":["Descripción corta"],"Post Title":["Título de la entrada"],"Post excerpt":["Extracto de la entrada"],"Post content / product description":["Contenido de la entrada / descripción del producto"],"Post thumbnail URL":["URL de la miniatura de la entrada"],"Post URL":["URL de la entrada"],"Post date":["Fecha de publicación"],"Post modified date":["Fecha de modificación de la entrada"],"Post author":["Autor de la entrada"],"Post category":["Categoría de la publicación"],"Post tag":["Etiqueta de la publicación"],"Category title":["Título de Categoría"],"Category description":["Descripción de categoría"],"Tag title":["Título de Etiqueta"],"Tag description":["Descripción de Etiqueta"],"Term title":["Título de término"],"Term description":["Descripción del término"],"Search keywords":["Buscar palabras clave"],"Current number page":["Número de página actual"],"Page number with context":["Número de página con contexto"],"Plural Post Type Archive name":["Nombre de archivo plural del tipo de contenido"],"Archive title":["Título del archivo"],"Archive date":["Fecha de archivo"],"Day Archive date":["Fecha del archivo diario"],"Month Archive title":["Título del archivo mensual"],"Year Archive title":["Título del archivo anual"],"Custom fields from post, page or post type":["Campos personalizados desde el tipo de entrada, página o entrada"],"Custom term taxonomy from post, page or post type":["Taxonomía de termino pesonalizada de entrada, pagina o tipo de entrada"],"Single product category":["Categoría de producto individual"],"Single product tag":["Etiqueta de producto individual"],"Single product short description":["Descripción corta de producto individual"],"Single product price":["Precio de producto individual"],"Single product price taxes excluded":["Excluidos los impuestos sobre los precios del producto individual"],"Single SKU product":["SKU de producto individual"],"Current day":["Día actual"],"Current month":["Mes actual"],"Current month in 3 letters":["Mes actual en 3 letras"],"Current year":["Año actual"],"Current date":["Fecha actual"],"Current time":["Hora actual"],"Author first name":[""],"Author last name":[""],"Author website":[""],"Author nickname":[""],"Author biography":["Biografía del autor"],"Author user meta":[""],"Current month in digital format":["Mes actual en formato digital"],"Target keyword":[""],"SEO management":[""],"Manage all your titles & metas for post types, taxonomies, archives...":["Gestiona todos tus títulos y metas de tipos de contenido, taxonomías, archivos..."],"Open Graph, Twitter Card, Google Knowledge Graph and more...":["Open Graph, Twitter Card, Google Knowledge Graph y más..."],"Track everything about your visitors with Google Analytics / Matomo":["Haz un seguimiento de todo lo que hacen tus visitantes con Google Analytics / Matomo"],"Advanced SEO options for advanced users!":["¡Opciones avanzadas de SEO para usuarios avanzados!"],"Track your keyword positions and backlinks directly in your WordPress.":["Rastrea la posiciones de tus palabras clave y los backlinks directamente en tu WordPress."],"WooCommerce":["WooCommerce"],"Improve WooCommerce SEO":["Mejorar el SEO de WooCommerce"],"Easy Digital Downloads":["Easy Digital Downloads"],"Improve Easy Digital Downloads SEO":["Mejorar el SEO de Easy Digital Downloads"],"Local Business":["Local Business"],"Add Google Local Business data type":["Añadir tipo de datos de Google Local Business"],"Dublin Core":["Dublin Core"],"Add Dublin Core meta tags":["Añadir metaetiquetas de Dublin Core"],"Structured Data Types":["Tipos de datos estructurados"],"Add data types to your content: articles, courses, recipes, videos, events, products and more.":["Añadir tipos de datos a tu contenido: artículos, cursos, recetas, videos, eventos y productos."],"Breadcrumbs":["Migas de pan"],"Enable Breadcrumbs for your theme and improve your SEO in SERPs":["Habilitar migas de pan para tu tema y mejorar tu SEO en SERPs"],"Google Page Speed":["Google Page Speed"],"Track your website performance to improve SEO with Google Page Speed":["Seguir el rendimiento de tu web para mejorar el SEO con Google Page Speed"],"robots.txt":["robots.txt"],"Edit your robots.txt file":["Editar tu archivo robots.txt"],"Google News Sitemap":["Google News Sitemap"],"Optimize your site for Google News":["Optimizar tu sitio para Google News"],"Create / manage your schemas":["Crear / gestionar tus schemas"],"Monitor 404, create 301, 302 and 307 redirections":["Monitorizar 404, crear redirecciones 301, 302 y 307"],"Broken links":["Enlaces rotos"],"Scan your site to find SEO problems.":["Analizar tu sitio para encontrar problemas de SEO."],"URL Rewriting":["Reescritura de URL"],"Customize your permalinks.":["Personalizar tus enlaces permanentes."],".htaccess":[".htaccess"],"Edit your htaccess file.":["Editar tu archivo htaccess."],"RSS":["RSS"],"Configure default WordPress RSS.":["Configurar el feed RSS predeterminado de WordPress."],"Import/Export plugin settings from site to site.":["Importar / exportar configuración de SEOPress de un sitio a otro."],"Edit your license key.":["Edita tu clave de licencia."],"Image SEO":["SEO de imágenes"],"Appearance":["Apariencia"],"Security":["Seguridad"],"General":["General"],"Tracking":["Seguimiento"],"Ecommerce":["Comercio electrónico"],"Events":["Eventos"],"Custom Dimensions":["Dimensiones personalizadas"],"Stats in Dashboard":["Estadísticas en el Escritorio"],"Cookie bar / GDPR":["Barra de cookies / RGPD"],"Matomo":["Matomo"],"Post Types":["Tipos de contenido"],"Taxonomies":["Taxonomías"],"HTML Sitemap":["Mapa del sitio HTML"],"Knowledge Graph":["Knowledge Graph"],"Your social accounts":["Tus cuentas sociales"],"Facebook (Open Graph)":["Facebook (Open Graph)"],"Twitter (Twitter card)":["Twitter (Twitter Cards)"],"Archives":["Archivos"],"Compatibility Center":[""],"Data":["Datos"],"Settings":["Ajustes"],"Plugins":["Plugins"],"Reset":["Restablecer"],"Import data from a CSV":["Importar datos de un CSV"],"Meta title":["Meta título"],"Meta description":["Meta Descripción"],"Meta robots (noindex, nofollow...)":["Meta robots (noindex, nofollow...)"],"Facebook Open Graph tags (title, description, image)":["Etiquetas Open Graph de Facebook (título, descripción, imagen)"],"Twitter cards tags (title, description, image)":["Etiquetas de tarjetas de Twitter (título, descripción, imagen)"],"Redirection (enable, type, URL)":["Redirección (activar, tipo, URL)"],"Primary category":["Categoría principal"],"Canonical URL":["URL canónica"],"Target keywords":["Palabras clave objetivo"],"Run the importer":["Ejecutar el importador"],"Export metadata to a CSV":["Exportar metadatos a CSV"],"Export your post (post, page, single post type) and term metadata for this site as a .csv file.":["Exporta tus publicaciones (entradas, páginas, tipos de contenido individual) y metadatos de términos para este sitio como un archivo CSV."],"Export":["Exportar"],"Export plugin settings":["Exportar ajustes del plugin"],"Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.":["Exportar la configuración del plugin de este sitio como un archivo .json. Esto te permite importar fácilmente la configuración en otro sitio."],"Import plugin settings":["Importar ajustes del plugin"],"Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.":["Importar la configuración del plugin desde un archivo .json. Este archivo se puede obtener mediante la exportación de los ajustes en otro sitio usando el formulario de arriba."],"Import":["Importar"],"Import completed!":["¡Importación completada!"],"Import posts and terms metadata from":["Importar las entradas y los metadatos de términos de"],"Select an option":["Elige una opción"],"You don't have to enable the selected SEO plugin to run the import.":["No tienes que activar el plugin de SEO seleccionado para ejecutar la importación."],"Activate Redirections":["Activar las redirecciones"],"Reset All Notices From Notifications Center":["Restablecer todos los avisos del Centro de Notificaciones"],"By clicking Reset Notices, all notices in the notifications center will be set to their initial status.":["Haciendo clic en Restablecer Avisos, todos los avisos del centro de notificaciones volverán a su estado inicial."],"Reset notices":["Restablecer avisos"],"Reset All Settings":["Restablecer todos los ajustes"],"Reset settings":["Reiniciar Ajustes"],"Click to disable this feature":["Haz clic para desactivar esta característica"],"Click to enable this feature":["Haz clic para activar esta característica"],"SEOPress Option Page":["Página de opciones de SEOPress"],"Dashboard":["Escritorio"],"A redirect is active for this URL. Turn it off to get the Google preview and content analysis.":["Hay una redirección activada para esta URL. Desactívala para ejecutar la vista previa de Google y el análisis de contenido."],"To get your Google snippet preview, publish your post!":["Para obtener la vista previa del snippet de Google, ¡debes publicar tu entrada!"],"Your site is protected by an authentification. <a href=\"%s\" target=\"_blank\">Fix this</a> <span class=\"dashicons dashicons-external\"></span>":[""],"How-to get started":["Cómo comenzar"],"Welcome to SEOPress!":["¡Bienvenido a SEOPress!"],"Launch our installation wizard to quickly and easily configure the basic SEO settings for your site. Browse our video guides to go further. Can't find the answers to your questions? Open a ticket from your customer area. A happiness engineer will be happy to help you.":["Lanza nuestro asistente de de instalación para configurar fácil y rápidamente los ajustes de SEO básicos de tu sitio. Consulta nuestras video guías para profundizar. ¿No encuentras respuestas a tus dudas? Abre un ticket en el área de clientes. Un ingeniero de la felicidad estará encantado de ayudarte."],"Get started":["Primeros pasos"],"Dismiss":[""],"Stats overview":[""],"SEO Tools":["Herramientas SEO"],"The speed score is based on the lab data analyzed by Lighthouse.":[""],"See full report":[""],"<strong>Scale:</strong><span class=\"slow\"></span>0-49 (slow) <span class=\"average\"></span>50-89 (average) <span class=\"fast\"></span>90-100 (fast)":[""]," at ":[""],"Sessions":[""],"Users":[""],"Page view / session":[""],"Bounce rate":[""],"Check websites setup on your server":["Comprueba la configuración de tu web en tu servidor"],"Not found":["No encontrado"],"No scrape.":["Sin recopilación."],"No domain found.":["No se encontró el dominio."],"Server IP Address: ":["Dirección IP del servidor: "],"Last scrape: ":["Última recopilación: "],"Number of websites on your server: ":["Número de sitios web en tu servidor: "],"Get list":["Obtener Lista"],"Your SEO today":[""],"To do's, tips, and insights for your business":[""],"Latest News from SEOPress Blog":[""],"How many items would you like to display?":[""],"Learn more about %s in a new tab":[""],"All news":[""],"Configure SEOPress in a few minutes with our installation wizard":["Configura SEOPress en pocos minutos con nuestro asistente de instalación"],"The best way to quickly setup SEOPress on your site.":["La mejor forma de configurar rápidamente SEOPress en tu sitio."],"Wizard":["Asistente"],"Start the wizard":["Iniciar el asistente"],"Configure SEOPress Insights in a few minutes with our installation wizard":["Configura SEOPress Insights en pocos minutos con nuestro asistente de instalación"],"Track your keywords positions and backlinks directly on your WordPress site.":["Haz un seguimiento de las posiciones de las palabras clave y backlinks directamente en tu sitio WordPress."],"We noticed that some SEO DIVI options are enabled!":["¡Nos hemos dado cuenta de que algunas de las opciones de SEO de DIVI está activadas!"],"High impact":["Alto impacto"],"Fix this!":["¡Solucionarlo!"],"To avoid any SEO issues, we recommend you to activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que actives la opción \"<strong>Desactivar barra final para metas</strong>\" de nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"Your permalinks have a trailingslash":["Tus enlaces permanentes tienen barra diagonal final"],"To avoid any SEO issues, we recommend you to de-activate the \"<strong>Disable trailing slash for metas</strong>\" option from our <strong>Advanced settings page</strong>. Do not forget to clear your cache if necessary.":["Para evitar problemas de SEO, te recomendamos que desactives la opción \"<strong>Desactivar barra final para metas</strong>\" en nuestra <strong>página de ajustes avanzados</strong>. No olvides vaciar la caché si es necesario."],"TagDiv Composer plugin doesn't use <strong>add_theme_support('title-tag');</strong>":["El plugin TagDiv Composer no utliza <strong>add_theme_support('title-tag');</strong>"],"Fix this compatibility issue to allow SEOPress generates the correct meta titles.":["Arregla este problema de compatibilidad para permitir que SEOPress genere los meta títulos correctos."],"Your theme doesn't use <strong>add_theme_support('title-tag');</strong>":["Tu tema no utiliza <strong>add_theme_support('title-tag');</strong>"],"This error indicates that your theme uses a deprecated function to generate the title tag of your pages. SEOPress will not be able to generate your custom title tags if this error is not fixed.":["Este error indica que tu tema utiliza una función obsoleta para generar la etiqueta del título de tus páginas. SEOPress no será capaz de generar tus etiquetas de título personalizadas si no se resuelve este error."],"Learn more":["Saber más"],"Swift Performance is caching your XML sitemap. You must disable this option to prevent any compatibility issue (Swift Performance > Settings > Caching, General tab).":[""],"We noticed that you use <strong>%s</strong> plugin.":["Nos hemos dado cuenta de que estás utilizando el plugin <strong>%s</strong>."],"Do you want to migrate all your metadata to SEOPress? Do not use multiple SEO plugins at once to avoid conflicts!":["¿Quieres migrar todos tus metadatos a SEOPress? Para evitar conflictos, ¡no utilices más de un plugin de SEO simultáneamente!"],"Migrate!":["¡Migrar!"],"You have enabled 404 cleaning BUT the scheduled task is not running.":["Has activado la limpieza de 404s PERO la tarea programada no está ejecutándose."],"To solve this, please disable and re-enable SEOPress PRO. No data will be lost.":["Para resolver esto, por favor, desactiva y reactiva SEOPress PRO. No se perderá ningún dato."],"Enfold theme is not correctly setup for SEO!":["¡El Tema Enfold no está configurado correctamente para SEO!"],"You must disable \"Meta tag robots\" option from Enfold settings (SEO Support tab) to avoid any SEO issues.":["Debes desactivar la opción \"Meta tag robots\" de los ajustes de Enfold (pestaña Soporte SEO) para evitar cualquier problema de SEO."],"Global meta title missing for several custom post types!":[""],"Global meta title missing for several taxonomies!":[""],"Global meta description missing for several taxonomies!":[""],"Your site doesn't use an SSL certificate!":["¡Tu sitio no utiliza un certificado SSL!"],"Https is considered by Google as a positive signal for the ranking of your site. It also reassures your visitors for data security, and improves trust.":["Google considera https como una señal positiva para la clasificación de tu sitio. También tranquiliza a tus visitantes para la seguridad de sus datos y mejora la confianza."],"Low impact":["Bajo impacto"],"Buy an SSL!":["¡Compra un SSL!"],"PHP module \"DOM\" is missing on your server.":["Falta el módulo de PHP \"DOM\" en tu servidor."],"This PHP module, installed by default with PHP, is required by many plugins including SEOPress. Please contact your host as soon as possible to solve this.":["Este módulo de PHP, instalado por defecto junto a PHP, es necesario para muchos plugins, incluido SEOPress. Por favor, contacta con tu alojamiento lo antes posible para resolver esto."],"Your site is not visible to Search Engines!":["¡Tu sitio no es visible para los motores de búsqueda!"],"You have activated the blocking of the indexing of your site. If your site is under development, this is probably normal. Otherwise, check your settings. Delete this notification using the cross on the right if you are not concerned.":["Has activado el bloqueo de la indexación de tus sitio. Si tu sitio está en desarrollo, probablemente, es normal. Si no es así, revisa tus ajustes. Borra este aviso utilizando la cruz de la derecha si esto no te preocupa."],"Your site title is empty!":["¡El título de tu sitio está vacío!"],"Your Site Title is used by WordPress, your theme and your plugins including SEOPress. It is an essential component in the generation of title tags, but not only. Enter one!":["El título de tu sitio es utilizado por WordPress, tu tema y tus plugins, incluido SEOPress. Es un componente esencial para la generación de etiquetas de título, aunque no es el único. ¡Escribe un título!"],"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this.":["¡Tus enlaces permanentes no están optimizados para SEO! Activa la reescritura de enlaces permanentes para solucionar este problema."],"Why is this important? Showing only the summary of each article significantly reduces the theft of your content by third party sites. Not to mention, the increase in your traffic, your advertising revenue, conversions...":["¿Por qué es importante? Mostrar solos el resumen de cada artículo reduce significativamente el robo de tu contenido por terceros. Por no mencionar el aumento del tráfico, tus ingresos por publicidad, conversiones..."],"Your RSS feed shows full text!":["¡Tu feed RSS muestra el texto completo!"],"Medium impact":["Impacto medio"],"You have activated Google Analytics tracking without adding identifiers!":["¡Has activado el seguimiento de Google Analytics sin añadir identificadores!"],"Google Analytics will not track your visitors until you finish the configuration.":["Google Analytics no rastreará a tus visitantes hasta que finalices la configuración."],"You like SEOPress? Please help us by rating us 5 stars!":["¿Te gusta SEOPress? ¡Por favor ayúdanos dándonos una valoración de 5 estrellas!"],"Support the development and improvement of the plugin by taking 15 seconds of your time to leave us a user review on the official WordPress plugins repository. Thank you!":["Apoya el el desarrollo y la mejora del plugin invirtiendo 15 segundos de tu tiempo en dejar una reseña en el repositorio oficial de plugins de WordPress. ¡Gracias!"],"Information":["Información"],"Rate us!":["¡Valóranos!"],"Break comments into pages is ON!":["¡Los comentarios divididos en las páginas está activo!"],"Enabling this option will create duplicate content for each article beyond x comments. This can have a disastrous effect by creating a large number of poor quality pages, and slowing the Google bot unnecessarily, so your ranking in search results.":["Al activar esta opción se crea contenido duplicado para cada artículo por cada comentario. Esto puede tener un efecto desastroso ya que crea una gran cantidad de páginas con muy mala calidad y ralentiza el bot de Google sin necesidad, perjudicando tus clasificaciones en los resultados de búsqueda."],"Disable this!":["¡Desactivar esto!"],"Display more posts per page on homepage and archives":["Mostrar más publicaciones por página en la página de inicio y los archivos"],"To reduce the number pages search engines have to crawl to find all your articles, it is recommended displaying more posts per page. This should not be a problem for your users. Using mobile, we prefer to scroll down rather than clicking on next page links.":["Para reducir el número de páginas que los motores de búsqueda tienen que rastrear para encontrar todos tus artículos, se recomienda mostrar más publicaciones por página. Esto no debería ser un problema para los usuarios. Usando el móvil, preferimos desplazarnos hacia abajo en lugar de hacer clic en los enlaces de la página siguiente."],"You don't have an XML Sitemap!":["¡No tienes un sitemap XML!"],"XML Sitemaps are useful to facilitate the crawling of your content by search engine robots. Indirectly, this can benefit your ranking by reducing the crawl bugdet.":["Los mapas de sitio XML son útiles para facilitar el rastreo de tu contenido por parte de los motores de búsqueda. Indirectamente, pueden beneficiar en las clasificaciones reduciendo el presupuesto de rastreo."],"Do you have a Google My Business page? It's free!":["¿Tienes una página de Google My Business? ¡Es gratis!"],"Local Business websites should have a My Business page to improve visibility in search results. Click on the cross on the right to delete this notification if you are not concerned.":["Las webs de sitios locales deben tener una página de Mi Negocio para mejorar la visibilidad en los resultados de búsqueda. Haz clic en la cruz de la derecha para borrar esta notificación si no te interesa."],"Create your page now!":["¡Crea tu página ahora!"],"Add your site to Google. It's free!":["Añade tu sitio a Google. ¡Es gratis!"],"Is your brand new site online? So reference it as quickly as possible on Google to get your first visitors via Google Search Console. Already the case? Click on the cross on the right to remove this alert.":["¿Ya está tu flamante sitio online? Si es así, referéncialo lo antes posible en Google para obtener tus primeros visitantes mediante Google Search Console. ¿Ya lo has hecho? Haz clic en la cruz de la derecha para eliminar esta alerta."],"Add your site to Search Console!":["¡Añade tu sitio a Search Console!"],"Structured data types is not correctly enabled":["Los tipos de datos estructurados no han sido activados correctamente"],"Please enable <strong>Structured Data Types metabox for your posts, pages and custom post types</strong> option in order to use automatic and manual schemas. (SEO > PRO > Structured Data Types (schema.org)":["Por favor, activa la opción<strong>las cajas meta de los tipos de datos estructurados para tus entradas, páginas y tipos de contenido personalizados</strong> para poder utilizar los schemas automáticos y manuales. (SEO > PRO >Tipos de datos estructurados (schema.org)"],"You have to enter your licence key to get updates and support":["Tienes que introducir tu clave de licencia para obtener actualizaciones y soporte"],"Please activate the SEOPress PRO license key to automatically receive updates to guarantee you the best user experience possible.":["Por favor, activa la clave de licencia de SEOPress PRO para recibir automáticamente actualizaciones y garantizar la mejor experiencia de usuario posible."],"Take your SEO to the next level with SEOPress PRO!":["¡Lleva tu SEO al siguiente nivel con SEOPress PRO!"],"The PRO version of SEOPress allows you to easily manage your structured data (schemas), add a breadcrumb optimized for SEO and accessibility, improve SEO for WooCommerce, gain productivity with our import / export tool from a CSV of your metadata and so much more.":["La versión PRO de SEOPress te permite gestionar fácilmente tus datos estructurados (schemas), añadir migas de pan optimizadas para SEO y accesibilidad, mejorar el SEO en WooCommerce, ganar productividad con la herramienta de importación/exportación a/desde CSV de tus metadatos, y mucho más."],"Upgrade now!":["¡Mejorar ahora!"],"Get ready to improve your SEO":[""],"Add Structured Data Types to increase visibility in SERPs":[""],"Remove ?replytocom link in source code":["Eliminar el enlace ?replytocom en el código fuente"],"Add TINYMCE editor to term description":["Añade el editor TINYMCE a la descripción del término"],"Make sure you don't have indentical URLs after activating this option to prevent conflicts.":[""],"Disable trailing slash for metas":["Deshabilitar barra diagonal final para metas"],"Remove WordPress meta generator in source code":["Eliminar la metaetiqueta generator de WordPress del código fuente"],"Remove hentry post class to prevent Google from seeing this as structured data (schema)":["Quitar la clase hentry de las entradas para evitar que Google lo vea como dato estructurado (schema)"],"Remove comment author URL in comments if the website is filled from profile page":["Quitar la URL del autor del comentario en los comentarios si el sitio web se rellena con la página de perfil del mismo"],"Remove website field from comment form to reduce spam":["Quitar el campo de sitio web del formulario de comentarios para reducir el spam"],"Remove WordPress shortlink meta tag in source code (eg:":["Eliminar la metaetiqueta de enlace corto de WordPress en el código fuente (por ej.:"],"Remove Windows Live Writer meta tag in source code (eg:":["Eliminar la metaetiqueta de Windows Live Writer en el código fuente (por ej.:"],"Remove Really Simple Discovery meta tag in source code (eg:":["Eliminar la metaetiqueta Really Simple Discovery del código fuente (por ej.:"],"WordPress Site Health feature will return a HTTPS warning if you enable this option. This is a false positive of course.":[""],"Enter Google meta value site verification":["Introducir la verificación meta del sitio de Google"],"Google site verification":["Verificación del sitio de Google"],"If your site is already verified in <strong>Google Search Console</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Google Search Console</strong>, puedes dejar este campo vacío."],"Enter Bing meta value site verification":["Introducir la verificación meta del sitio de Bing"],"Bing site verification":["Verificación del sitio de Bing"],"If your site is already verified in <strong>Bing Webmaster tools</strong>, you can leave this field empty.":["Si tu sitio ya está verificado en <strong>Bing Webmaster tools</strong>, puedes dejar este campo vacío."],"Enter Pinterest meta value site verification":["Introducir la verificación meta del sitio de Pinterest"],"Pinterest site verification":["Verificación del sitio en Pinterest"],"Yandex site verification":["Verificación del sitio de Yandex"],"Enter Yandex meta value site verification":["Introducir la verificación meta del sitio de Yandex"],"Remove SEO from Admin Bar in backend and frontend":["Eliminar SEO de la barra de administración en la administración y la parte pública"],"Enable the universal SEO metabox for the Block Editor (Gutenberg)":[""],"Remove noindex item from Admin Bar in backend and frontend":["Quitar elemento noindex de la barra de administración en el escritorio y la portada"],"High priority (top)":["Alta prioridad (arriba)"],"Normal priority (default)":["Prioridad normal (predeterminado)"],"Low priority":["Baja prioridad"],"Automatic tab (default)":["Pestaña automática (predeterminado)"],"Manual tab":["Pestaña manual"],"Hide Notifications Center in SEO Dashboard page":["Ocultar centro de avisos en la página del escritorio de SEO"],"Hide SEO tools in SEO Dashboard page":["Ocultar las herramientas de SEO en la página del escritorio de SEO"],"Add title column":["Añadir columna de título"],"Add meta description column":["Añadir columna de metadescripción"],"Add redirection enable column":["Añadir la columna de redirección activa"],"Add redirection URL column":["Añadir la columna de redirección de URL"],"Add canonical URL column":["Añadir la columna de URL canónica"],"Add target keyword column":["Añadir la columna de palabras clave objetivo"],"Display noindex status":["Muestra estado noindex"],"Display nofollow status":["Muestra estado nofollow"],"Display total number of words in content":["Mostrar el número total de palabras en el contenido"],"Display Page Speed column to check performances":["Mostrar la columna Page Speed para comprobar el rendimiento"],"Display SEO Insights column to check rankings":["Mostrar columna SEO Insights para comprobar el posicionamiento"],"Display Content Analysis results column (\"Good\" or \"Should be improved\")":["Mostrar la columna de resultados del análisis de contenido (\"Bien\" o \"Debe ser mejorado\")"],"Remove Content Analysis Metabox":[""],"Remove Genesis SEO Metabox":["Eliminar la Metabox de SEO de Genesis"],"Remove Genesis SEO link in WP Admin Menu":["Elimina el enlace de Génesis SEO del menú de administración de WP"],"Remove the advice if None schema selected":["Elimina el consejo si no hay schema seleccionado"],"Hook to filter structured data types metabox call by post type - new window":["Gancho para filtar la llamada de la metabox de datos estructurados por tipo de entrada - nueva ventana"],"Enable Google Analytics tracking (Global Site Tag: gtag.js)":["Activa el seguimiento de Google Analytics (Global Site Tag: gtag.js)"],"Enter your Tracking ID (UA-XXXX-XX)":["Introduce tu Identificador de Seguimiento (UA-XXXX-XX)"],"Enter your tracking ID":["Introduzca su ID de seguimiento"],"Find your tracking ID":["Encuentra tu ID de seguimiento"],"Enter your measurement ID (G-XXXXXXXXXX)":["Introduce tu ID de medición (G-XXXXXXXXXX)"],"Enter your measurement ID":["Introduce tu ID de medición"],"Find your measurement ID":["Encuentra tu ID de medición"],"After the opening body tag (recommended)":[""],"Footer":[""],"Head (not recommended)":[""],"Your theme must be compatible with wp_body_open hook introduced in WordPress 5.2 if \"opening body tag\" option selected.":[""],"Request user's consent for analytics tracking (required by GDPR)":["Solicita el consentimiento del usuario para el seguimiento de Analytics (obligatorio por la GDPR)"],"User roles excluded from tracking will not see the consent message.":[""],"If you use a caching plugin, you have to exclude this JS file in your settings:":[""],"Hook to add custom tracking code with user consent - new window":["Gancho para añadir código de seguimiento personalizado con el consentimiento del usuario - ventana nueva"],"Display and automatically accept the user‘s consent on page load (not fully GDPR)":["Muestra y acepta automáticamente el consentimiento del usuario al cargar la página (no cumple el RGPD )"],"The previous option must be checked to use this.":["Debe marcarse la opción anterior para utlizar esta."],"Allow user to change its choice about cookies":[""],"Enter your message (HTML allowed)":["Escribe tu mensaje (Se permite HTML)"],"This message will only appear if request user's consent is enabled.":["Este mensaje sólo aparecerá si la petición de consentimiento del usuario está activada."],"Hook to filter user consent message - new window":["Gancho para filtrar el mensaje de consentimiento del usuario - nueva ventana"],"HTML tags allowed: strong, em, br, a href / target":["Etiquetas HTML permitidas: strong, em, br, ahref / target"],"Shortcode allowed to get the privacy page set in WordPress settings: [seopress_privacy_page]":["Shortcode permitido para obtener la página de privacidad establecida en la configuración de WordPress: [seopress_privacy_page]"],"Accept":["Aceptar"],"Change the button value":["Cambiar el valor del botón"],"default: X":["por defecto: X"],"Change the close button value":["Cambiar el valor del boton de cierre"],"default: Manage cookies":[""],"Change the edit button value":[""],"Default: 30 days before the cookie expiration.":["Por defecto: 30 días antes de la caducidad de la cookie."],"Bottom (default)":["Abajo (por defecto)"],"Middle":["Medio"],"Top":["Arriba"],"Left":["Izquierda"],"Center (default)":["Centro (por defecto)"],"Right":["Derecha"],"Change the cookie bar width":["Cambiar el ancho de la barra de cookies"],"Default unit is Pixels. Add % just after your custom value to use percentages (eg: 80%).":["La unidad por defecto son píxeles. Añade % justo después de tu valor personalizado para usar porcentajes (ejemplo: 80%)."],"Backdrop":[""],"Customize the cookie bar <strong>backdrop</strong>.":[""],"Display a backdrop with the cookie bar":["Mostrar un trasfondo con la barra de cookies"],"Background color: ":[""],"Change the background color of the backdrop":["Cambiar el color del fondo del transfondo"],"Main settings":[""],"Customize the general settings of the <strong>cookie bar</strong>.":[""],"Change the color of the cookie bar background":["Cambiar el color del fondo de la barra de cookies"],"Text color: ":[""],"Change the color of the cookie bar text":["Cambiar el color del texto de la barra de cookies"],"Link color: ":[""],"Change the color of the cookie bar link":["Cambiar el color del enlace de la barra de cookies"],"Primary button":[""],"Customize the <strong>Accept button</strong>.":[""],"Change the color of the cookie bar button background":["Cambiar el color del fondo del botón de la barra de cookies"],"Background color on hover: ":[""],"Change the color of the cookie bar button hover background":["Cambiar el color del fondo al pasar el cursor por endima del botón de la barra de cookies"],"Change the color of the cookie bar button":["Cambiar el color del botón de la barra de cookies"],"Text color on hover: ":[""],"Change the color of the cookie bar button hover":["Cambiar el color al pasar por encima del botón de la barra de cookies"],"Secondary button":[""],"Customize the <strong>Close button</strong>.":[""],"Change the color of the cookie bar secondary button background":["Cambiar el color del fondo del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover background":["Cambiar el color del fondo al pasar el cursor por encima del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button":["Cambiar el color del botón secundario de la barra de cookies"],"Change the color of the cookie bar secondary button hover":["Cambiar el color al pasar por encima del botón secundario de la barra de cookies"],"Enter your Google Optimize container ID":["Introduce tu ID de contenedor de Google Optimize"],"GTM-XXXXXXX":["GTM-XXXXXXX"],"Google Optimize offers A/B testing, website testing & personalization tools.":["Google Optimize ofrece herramientas de pruebas A/B, pruebas de sitios web y personalización."],"Enter your Google Ads conversion ID (eg: AW-123456789)":["Introduce tu ID de conversión de Google Ads (ej: AW-123456789)"],"AW-XXXXXXXXX":["AW-XXXXXXXXX"],"Learn how to find your Google Ads Conversion ID":["Aprende cómo encontrar tu ID de conversión de Google Ads"],"Paste your tracking code here like Google Tag Manager (head)":["Pega tu código de seguimiento, como Google Tag Manager (head), aquí"],"Additional tracking code field":["Campo de código de seguimiento adicional"],"This code will be added in the head section of your page.":["Este código se añadirá en la sección head de tu página."],"Paste your tracking code here like Google Tag Manager (body)":["Pega tu código de seguimiento aquí, como Google Tag Manager (body)"],"Additional tracking code field added to body":["Se ha añadido un campo de código de seguimiento adicional al body"],"This code will be added just after the opening body tag of your page.":["Este código será añadido justo después de la apertura de la etiqueta body de tu página."],"You don‘t see your code? Make sure to call <strong>wp_body_open();</strong> just after the opening body tag in your theme.":["¿No ves tu código? Asegúrate de que que estás llamando a <strong>wp_body_open();</strong> justo después de la apertura de la etiqueta body en tu tema."],"Paste your tracking code here (body footer)":["Pega tu código de seguimiento aquí (pie del cuerpo)"],"Additional tracking code field added to body footer":["Se ha añadido un campo de código de seguimiento adicional en el pie del cuerpo"],"This code will be added just after the closing body tag of your page.":["Este código será añadido justo después del cierre de la etiqueta body de tu página."],"Enable remarketing, demographics, and interests reporting":["Habilitar remarketing, datos demográficos e informes de intereses"],"A remarketing audience is a list of cookies or mobile-advertising IDs that represents a group of users you want to re-engage because of their likelihood to convert.":["Un audiencia de remarketing es una lista de cookies o identificadores de publicidad para móviles que representa un grupo de usuarios que desea volver a participar debido a su probabilidad de conversión."],"Enable IP Anonymization":["Habilitar la anonimización de IP"],"When a customer of Analytics requests IP address anonymization, Analytics anonymizes the address as soon as technically feasible at the earliest possible stage of the collection network.":["Cuando un cliente de Analytics solicita la anonimización de direcciones IP, Analytics anonimiza la dirección tan pronto como sea técnicamente posible en la etapa más temprana posible de la red de recopilación."],"Enhanced Link Attribution":["Atribución de Enlace Mejorado"],"Enhanced Link Attribution improves the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["La Atribución mejorada de vínculos mejora la precisión de su informe de Análisis en la página al diferenciar automáticamente entre varios vínculos a la misma URL en una sola página mediante el uso de ID de elemento de enlace."],"Enable cross-domain tracking":["Habilitar el seguimiento de dominios cruzados"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites (such as an ecommerce site and a separate shopping cart site) as a single session. This is sometimes called site linking.":["El seguimiento de varios dominios permite que Analytics vea sesiones en dos sitios relacionados (como un sitio de comercio electrónico y un sitio de carrito de compras independiente) como una única sesión. Esto a veces se llama vinculación de sitios."],"Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org":["Escribe tus dominios: seopress.org,sub.seopress.org,sub2.seopress.org"],"Cross domains":["Dominios cruzados"],"Enable external links tracking":["Habilitar el seguimiento de enlaces externos"],"Enable download tracking":["Habilitar seguimiento de descargas"],"pdf|docx|pptx|zip":["pdf|docx|pptx|zip"],"Track downloads' clicks":["Seguimiento de clics de descargas"],"Separate each file type extensions with a pipe \"|\"":["Separa cada extensión de tipo de archivo con una barra vertical \"|\""],"Enable affiliate/outbound tracking":["Habilitar el seguimiento de afiliados / salida"],"aff|go|out":["aff|go|out"],"Track affiliate/outbound links":["Seguimiento de enlaces afiliados / salida"],"Separate each keyword with a pipe \"|\"":["Separa cada keyword con una barra vertical “|”"],"None":["Ninguna"],"Custom Dimension #%d":["Dimensión personalizada #%d"],"Enable Matomo tracking (Matomo account required)":["Activar el seguimiento de Matomo (requiere una cuenta de Matomo)"],"Enter \"example\" if you Matomo account URL is \"example.matomo.cloud\"":["Escribe \"example\" si la URL de tu cuenta de Matomo es \"example.matomo.cloud\""],"Matomo Cloud URL":["URL de Matomo Cloud"],"Enter only the <strong>host</strong> like this example.matomo.cloud":["Introduce solo el <strong>host</strong>, como esto: ejemplo.matomo.cloud"],"Enter your site ID here":["Escribe aquí tu ID de sitio"],"Matomo Site ID":["ID de sitio de Matomo"],"To find your site ID, go to your <strong>Matomo Cloud account, Websites, Manage page</strong>. Look at \"Site ID\" on the right part.":["Para encontrar tu ID de sitio, ve a tu <strong>cuenta de Matomo Cloud, Websites, Manage page</strong>. Busca \"ID de sitio\" en la parte derecha."],"Tracking one domain and its subdomains in the same website":["Seguimiento de un dominio y sus subdominios en la misma web"],"If one visitor visits x.example.com and y.example.com, they will be counted as a unique visitor.":["Si un visitante visita x.example.com y y.example.com, se contará como un visitante único."],"Prepend the site domain to the page title when tracking":["Anteponer el dominio del sitio al título de la página al realizar el seguimiento"],"If someone visits the 'About' page on blog.example.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.":["Si alguien visita la página \"Acerca de\" en blog.example.com se registrará como 'blog / Acerca de'. Esta es la forma más fácil de obtener una visión general de tu tráfico por subdominio."],"Track users with JavaScript disabled":["Realizar un seguimiento de los usuarios con JavaScript deshabilitado"],"Enables cross domain linking":["Activa la vinculación entre dominios"],"By default, the visitor ID that identifies a unique visitor is stored in the browser's first party cookies which can only be accessed by pages on the same domain.":[""],"Enabling cross domain linking lets you track all the actions and pageviews of a specific visitor into the same visit even when they view pages on several domains.":[""],"Whenever a user clicks on a link to one of your website's alias URLs, it will append a URL parameter pk_vid forwarding the Visitor ID.":[""],"Enable client side DoNotTrack detection":["Activar la detección DoNotTrack del lado cliente"],"Tracking requests will not be sent if visitors do not wish to be tracked.":["Las solicitudes de seguimiento no se enviarán si los visitantes no desean ser rastreados."],"Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next page view.":["Desactiva todas las cookies de origen. Las cookies de Matomo existentes para esta web se eliminarán en la siguiente vista de página."],"Enabling Download & Outlink tracking":["Activar el seguimiento de descargas y enlaces salientes"],"Disabling all heatmaps and session recordings":["Desactivando todos los mapas de calor y las grabaciones de las sesiones"],"Redirect attachment pages to post parent (or homepage if none)":["Redirigir las páginas de adjuntos a la entrada padre (o a la página de inicio si no la hay)"],"Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)":["Redirigir páginas de adjuntos a la URL del archivo (https://www.example.com/my-image-file.jpg)"],"If this option is checked, it will take precedence over the redirection of attachments to the post's parent.":["Si esta opción está marcada, tendrá prioridad sobre la redirección de archivos adjuntos a la entrada padre."],"When sending an image file, automatically set the title based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el título basándose en el nombre de archivo"],"When sending an image file, automatically set the alternative text based on the filename":["Al enviar un archivo de imagen, se establece automáticamente el texto alternativo basándose en el nombre de archivo"],"We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.":["Recomendamos el plugin Image SEO para optimizar los textos y nombres de alt de la imagen para los motores de búsqueda utilizando AI y Machine Learning. A partir de sólo 4,99€."],"Use the target keywords if not alternative text set for the image":["UtilIza las palabras clave objetivo si no se establece texto alternativo para la imagen"],"When sending an image file, automatically set the caption based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la leyenda basándose en el nombre de archivo"],"When sending an image file, automatically set the description based on the filename":["Al enviar un archivo de imagen, se establece automáticamente la descripción basándose en el nombre de archivo"],"Enable XML Sitemap":["Activar sitemap XML"],"Guide to enable XML Sitemaps - new window":["Guía para activar los sitemaps XML - nueva ventana"],"Enable Image Sitemaps (standard images, image galleries, featured image, WooCommerce product images)":["Activa mapas del sitio de imágenes (imágenes estándar, galerías de imágenes, imagen destacada, imágenes de producto de WooCommerce)"],"Guide to enable XML image sitemaps - new window":["Guía para activar los sitemaps XML de imágenes - nueva ventana"],"Images in XML sitemaps are visible only from the source code.":["Las imágenes de los sitemaps XML solo son visibles desde el código fuente."],"Enable Video Sitemaps":["Activa sitemap de imágenes"],"Guide to enable XML video sitemaps - new window":["Guía para activar los sitemaps XML de video - nueva ventana"],"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" target=\"_blank\">adding videos to your sitemap.</a>":["¿Tu mapa del sitio de vídeos está vacío? Lee nuestra guía para obtener más información sobre <a href=\"%s\" target=\"_blank\">cómo añadir vídeos a tu mapa del sitio.</a>"],"Enable Author Sitemap":["Activar el mapa del sitio de autores"],"Make sure to enable author archive from SEO, titles and metas, archives tab.</a>":["Asegúrate de activar el archivo de autor en la pestaña SEO > Títulos y Metas > Archivos.</a>"],"Enable HTML Sitemap":["Activar mapa del sitio HTML"],"Guide to enable a HTML Sitemap - new window":["Guía para activar el mapa del sitio HTML - nueva ventana"],"Include":["Incluir"],"eg: 2, 28, 68":["ej: 2, 28, 68"],"Enter a post, page or custom post type ID(s) to display the sitemap":["Introducir una ID(s) de entrada, página o tipo de contenido para mostrar el mapa del sitio"],"You can also use this shortcode:":["También puedes usar este shortcode:"],"To include specific custom post types, use the CPT attribute:":[""],"eg: 13, 8, 38":["ej: 13, 8, 38"],"Exclude some Posts, Pages, Custom Post Types or Terms IDs":["Excluir algunos IDs de entradas, páginas, tipos de entradas personalizadas o términos"],"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))":["DESC (orden descendente de los valores más altos a los más bajos (3, 2, 1; c, b, a))"],"ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))":["ASC (orden ascendente de los valores más bajos a los más altos (1, 2, 3; a, b, c))"],"Default (date)":["Por defecto (fecha)"],"Modified date":["Fecha de modificación"],"Post ID":["ID de entrada"],"Menu order":["Orden del menú"],"Disable date after each post, page, post type?":["¿Deshabilitar la fecha después de cada entrada, página, tipo de contenido?"],"Remove links from archive pages (eg: Products)":[""],"None (will disable this feature)":["Ninguno (se desactivará esta funcionalidad)"],"Person":["Persona"],"Organization":["Organización"],"eg: Miremont":["Ejemplo: Miremont"],"Your name/organization":["Tu nombre/organización"],"Your photo/organization logo":["Foto/logo de tu organización"],"Select your logo":["Selecciona tu logotipo"],"Upload an Image":["Subir una imagen"],"eg: +33123456789 (internationalized version required)":["ej: +33123456789 (versión internacionalizada necesaria)"],"Organization's phone number (only for Organizations)":["Número de teléfono de la organización (sólo para las organizaciones)"],"Customer support":["Atención al cliente"],"Technical support":["Asistencia técnica"],"Billing support":["Soporte de facturación"],"Bill payment":["Pago de factura"],"Sales":["Promociones"],"Credit card support":["Compatibilidad con tarjeta de crédito"],"Emergency":["Emergencias"],"Baggage tracking":["Seguimiento de equipajes"],"Roadside assistance":["Asistencia en carretera"],"Package tracking":["Seguimiento de paquetes"],"Toll Free":["Sin Cargo"],"Hearing impaired supported":["Discapacidad auditiva soportada"],"eg: https://facebook.com/my-page-url":["Ejemplo: https://facebook.com/url-de-mi-pagina"],"Facebook Page URL":["URL de la página de Facebook"],"eg: @my_twitter_account":["por ejemplo: @mi_cuenta_twitter"],"Twitter Page URL":["URL de la página de Twitter"],"eg: https://pinterest.com/my-page-url/":["Ejemplo: https://pinterest.com/url-de-mi-pagina/"],"Pinterest URL":["URL de Pinterest"],"eg: https://www.instagram.com/my-page-url/":["por ejemplo: https://www.instagram.com/my-page-url/"],"Instagram URL":["URL de Instagram"],"eg: https://www.youtube.com/my-channel-url":["por ejemplo: https://www.youtube.com/my-channel-url"],"YouTube URL":["URL de YouTube"],"eg: http://linkedin.com/company/my-company-url/":["por ejemplo: http://linkedin.com/company/my-company-url/"],"LinkedIn URL":["URL de Linkedln"],"Enable OG data":["Habilitar datos de OG"],"Select a default image":["Seleccionar una imagen predeterminada"],"Select your default thumbnail":["Selecciona tu miniatura predeterminada"],"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or 3280x1712px for retina screens)":["Tamaño mínimo: 200x200px, proporción ideal 1.91:1, máximo 8Mb (ej. 1640x856px o 3280x1712px para pantallas retina)"],"Override every <strong>og:image</strong> tag with this default image (except if a custom og:image has already been set from the SEO metabox).":["Sobrecribe todas las etiquetas <strong>og:image</strong> por la imagen por defecto (excepto si un og:image personalizado ya se ha incluído desde la metabox SEO)."],"WooCommerce Shop Page.":["Página de la tienda WooCommerce."],"No custom post type to configure.":["No hay ningún tipo de contenido personalizado que configurar."],"One or more Facebook Page IDs that are associated with a URL in order to enable link editing and instant article publishing.":["Uno o más IDs de página de Facebook que están asociadas a una URL para activar la edición de enlaces y la publicación instantánea de artículos."],"How do I find my Facebook Page ID?":["¿Cómo encontrar mi ID de página de Facebook?"],"The ID (or comma-separated list for properties that can accept multiple IDs) of an app, person using the app, or Page Graph API object.":["El ID (o lista separada por comas para las propiedades que pueden aceptar varios IDs) de una aplicación, persona que usa la app o el objeto de la API de Page Graph."],"The Facebook app ID of the site's 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. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">More info here</a> <span class=\"seopress-help dashicons dashicons-external\"></span>":["El app ID de Facebook de la aplicación del sitio. Para usar Facebook Insights, debes añadir el app ID a tu página. Insights te permite ver los análisis del tráfico a tu sitio desde Facebook. Busca el identificador de la aplicación en el panel de aplicaciones. <a class=\"seopress-help\" href=\"https://developers.facebook.com/apps/redirect/dashboard\" target=\"_blank\">Más información aquí</a><span class=\"seopress-help dashicons dashicons-external\"></span>"],"How to create a Facebook App ID":["Cómo crear un Facebook App ID"],"Enable Twitter card":["Habilitar tarjeta de Twitter"],"Use OG if no Twitter Cards":["Usar OG si no hay Twitter Cards"],"Default Twitter Image":["Imagen de Twitter por defecto"],"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 (2:1 with large card), 5Mb max.":["Tamaño mínimo: 144x144px (300x157px con las tarjetas grandes habilitadas), proporción ideal 1:1 (2:1 con tarjetas grandes), 5mb máximo."],"Default":["Predeterminado"],"Large":["Grande"],"The Summary Card with <strong>Large Image</strong> features a large, full-width prominent image alongside a tweet. It is designed to give the reader a rich photo experience, and clicking on the image brings the user to your website.":["La tarjeta de resumen con <strong>imagen grande</strong> presenta una imagen grande y prominente de ancho completo junto a un tuit. Está diseñada para ofrecer al lector una experiencia fotográfica rica y, al hacer clic en la imagen, lleva al usuario a tu web."],"Enter your separator, eg: \"-\"":["Escribe tu separador, p. ej. \"-\""],"Separator":["Separador"],"Use this separator with %%sep%% in your title and meta description.":["Utiliza este separador con %%sep%% en tu título y meta descripción."],"My awesome website":["Mi impresionante sitio web"],"Site title":["Título del Sitio"],"This is a cool website about Wookiees":["Esta es una web interesante sobre Wookiees"],"Looking to edit your blog page?":["¿Está intentando editar la página de blog?"],"Click to hide any SEO metaboxes / columns for this post type":["Haz clic para ocultar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Click to display any SEO metaboxes / columns for this post type":["Haz clic para mostrar todas las cajas meta o columnas de SEO para este tipo de contenido"],"Title template":["Plantilla de título"],"Meta description template":["Plantilla de meta descripción"],"Do not display this single post type in search engine results <strong>(noindex)</strong>":["No mostrar las páginas individuales de este tipo de contenido en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom post type is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this single post type <strong>(nofollow)</strong>":["No seguir los enlaces de esta entrada personalizada <strong>(nofollow)</strong>"],"Display date in Google search results by adding <code>article:published_time</code> and <code>article:modified_time</code> meta?":[""],"Unchecking this doesn't prevent Google to display post date in search results.":[""],"Display post thumbnail in Google Custom Search results?":["¿Mostrar la miniatura de la entrada en los resultados de búsqueda personalizados de Google?"],"This option does not apply to traditional search results. <a href=\"%s\" target=\"_blank\">Learn more</a>":[""],"BuddyPress groups":["Grupos de BuddyPress"],"Do not display BuddyPress groups in search engine results <strong>(noindex)</strong>":["No mostrar los grupos de BuddyPress en los resultados de los motores de búsqueda <strong>(noindex)</strong>"],"Click to hide any SEO metaboxes for this taxonomy":["Haz clic para oculatr todas las cajas meta de SEO de esta taxonomía"],"Click to display any SEO metaboxes for this taxonomy":["Haz clic para mostrar las cajas meta de SEO para esta taxonomía"],"Category Title":["Título de la categoría"],"Tag Title":["Título de la Etiqueta"],"Term Title":["Título de término"],"Category Description":["Descripción de la categoría"],"Tag Description":["Descripción de la Etiqueta"],"Term Description":["Descripción del término"],"Do not display this taxonomy archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de taxonomía en los resultados de los buscadores <strong>(noindex)</strong>"],"This custom taxonomy is <strong>NOT</strong> excluded from your XML sitemaps despite the fact that it is set to <strong>NOINDEX</strong>. We recommend that you check this out.":[""],"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>":["No seguir los enlaces de este archivo de taxonomía <strong>(nofollow)</strong>"],"See archive":["Ver archivo"],"Post Type Archive Name":["Nombre de archivo del tipo de contenido"],"Do not display this post type archive in search engine results <strong>(noindex)</strong>":["No mostrar este archivo de tipo de entrada en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Do not follow links for this post type archive <strong>(nofollow)</strong>":["No seguir los enlaces para este tipo de entrada <strong>(nofollow)</strong>"],"Author archives":["Archivos de autor"],"Do not display author archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de autor en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable author archives":["Deshabilitar archivos de autor"],"Date archives":["Archivos por fecha"],"Do not display date archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de fecha en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"Disable date archives":["Deshabilitar archivos de fecha"],"Search archives":["Buscar archivos"],"Search Keywords":["Buscar palabras clave"],"Do not display search archives in search engine results <strong>(noindex)</strong>":["No mostrar archivos de búsqueda en los resultados del motor de búsqueda <strong>(noindex)</strong>"],"noindex":["noindex"],"Do not display all pages of the site in Google search results and do not display \"Cached\" links in search results.":["No mostrar todas las páginas del sitio en los resultados de búsqueda de Google y no mostrar enlaces de \"Caché\" en resultados de la búsqueda."],"Check also the <strong>\"Search engine visibility\"</strong> setting from the <a href=\"%s\">WordPress Reading page</a>.":["Comprueba también el ajuste <strong>«Visibilidad para los motores de búsqueda»</strong> en la <a href=\"%s\">página de ajustes de lectura de WordPress</a>."],"nofollow":["nofollow"],"Do not follow links for all pages.":["No seguir enlaces para todas las páginas."],"noodp":["noodp"],"Do not use Open Directory project metadata for titles or excerpts for all pages.":["No usar metadatos de proyecto de Open Directory para títulos o fragmentos para todas las páginas."],"noimageindex":["noimageindex"],"Do not index images from the entire site.":["No indexar imágenes para todo el sitio."],"noarchive":["noarchive"],"Do not display a \"Cached\" link in the Google search results.":["No mostrar un enlace de \"Caché\" en resultados de la búsqueda de Google."],"nosnippet":["nosnippet"],"Do not display a description in the Google search results for all pages.":["No mostrar una descripción en los resultados de búsqueda de Google para todas las páginas."],"nositelinkssearchbox":["nositelinkssearchbox"],"Prevents Google to display a sitelinks searchbox in search results. Enable this option will remove the \"Website\" schema from your source code.":["Evita que Google muestre una caja de búsqueda de enlaces del sitio en los resultados de búsqueda. Al activar esta opción se quitará el schema \"Website\" de tu código fuente."],"Add rel next/prev link in head of paginated archive pages":["Añade el enlace rel next/prev en la cabecera de las páginas de archivo paginadas"],"Add a \"noindex\" meta robots for all paginated archive pages":["Añadir un meta robots \"noindex\" para todas las páginas de archivo paginadas"],"eg: https://example.com/category/my-category/page/2/":["por ejemplo: https://example.com/category/my-category/page/2/"],"Add a \"noindex\" meta robots for all attachment pages":[""],"eg: https://example.com/my-media-attachment-page":[""],"Enable Oxygen Builder compatibility":[""],"Enable automatic meta description with <strong>%%oxygen%%</strong> dynamic variable.":[""],"Enable Divi Builder compatibility":[""],"Enable automatic meta description with <strong>%%divi%%</strong> dynamic variable.":[""],"Enable WP Bakery Builder compatibility":[""],"Enable automatic meta description with <strong>%%wpbakery%%</strong> dynamic variable.":[""],"Enable Avia Layout Builder compatibility":[""],"Enable automatic meta description with <strong>%%aviabuilder%%</strong> dynamic variable.":[""],"Enable Fusion Builder compatibility":[""],"Enable automatic meta description with <strong>%%fusionbuilder%%</strong> dynamic variable.":[""],"Installation de SEOPress":[""],"Activater votre clé de licence pour recevoir les mises à jours automatiques":[""],"Migrer vos métadonnées SEO depuis d'autres extensions":[""],"Favoriser l'exploration de votre site WordPress par les robots des moteurs de recherche":[""],"Optimiser un contenu de A à Z avec SEOPress":[""],"Mesurez votre trafic avec Google Analytics":[""],"Ajouter votre site WordPress à l’index de Google":[""],"Optimisez votre taux de clics sur les réseaux sociaux":[""],"Installation of SEOPress":[""],"Migrate your SEO metadata from other plugins":[""],"Promote the exploration of your WordPress site by search engine robots":[""],"Optimize content from A to Z with SEOPress":[""],"Watch our video to learn how to connect your WordPress site with Google Analytics and get statistics right in your dashboard (PRO only).":["Mira nuestro vídeo para aprender a conectar tu sitio WordPress con Google Analytics y obtener estadísticas directamente en tu escritorio (solamente en la versión PRO)."],"How-to":["Tutorial"],"Read our guide":["Lee nuestra guía"],"Templates variables":["Variables de plantillas"],"Edit your meta robots":["Edita tus meta robots"],"Browse our guides":["Consulta nuestras guías"],"Read our FAQ":["Lee nuestro FAQ"],"Check our website":["Comprueba nuestra web"],"Enter a few keywords for analysis to help you write optimized content.":["Escribe algunas palabras clave para ser analizadas y que te ayuden a redactar contenido optimizado."],"Writing content for your users is the most important thing! If it doesn‘t feel natural, your visitors will leave your site, Google will know it and your ranking will be affected.":["¡Lo más importante es escribir para tus usuarios! Si no parece natural, tus visitantes abandonarán tu sitio, Google lo sabrá y tu clasificación se verá afectada."],"Separate target keywords with commas. Do not use spaces after the commas, unless you want to include them":["Separa las palabras clave de destino con comas. No utilices espacios después de las comas, a menos que desees incluirlos"],"Enter your target keywords":["Introduce tus palabras clave objetivo"],"Analyze my content":["Analiza mi contenido"],"Refresh analysis":["Actualizar análisis"],"Track with Insights":["Seguimiento con Insights"],"To get the most accurate analysis, save your post first. We analyze all of your source code as a search engine would.":["Para obtener un análisis más preciso, guarda tu entrada primero. Analizamos todo tu código fuente tal y como lo haría un motor de búsqueda."],"Google suggestions":["Sugerencias de Google"],"Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. This is useful if you want to work with the long tail technique.":["Escribe una palabra clave o una frase y obtén las 10 primeras sugerencias de Google inmeditamente. Esto es útil cuando usas la técnica de la larga cola."],"Get suggestions from Google":["Recibe sugerencias de Google"],"Click on a suggestion below to add it as a target keyword.":[""],"Titles settings":["Configuración de títulos"],"Google News":["Google News"],"Video Sitemap":["Sitemap de vídeos"],"Titles are critical to give users a quick insight into the content of a result and why it’s relevant to their query. It's often the primary piece of information used to decide which result to click on, so it's important to use high-quality titles on your web pages.":["Los títulos son críticos para brindar a los usuarios una visión rápida del contenido de un resultado y por qué es relevante para su consulta. A menudo es la información principal utilizada para decidir en qué resultado hacer clic, por lo que es importante utilizar títulos de alta calidad en tus páginas web."]," / 568 pixels - ":[" / 568 píxeles - "]," (maximum recommended limit)":[" (límite máximo recomendado)"],"A meta description tag should generally inform and interest users with a short, relevant summary of what a particular page is about. <br>They are like a pitch that convince the user that the page is exactly what they're looking for. <br>There's no limit on how long a meta description can be, but the search result snippets are truncated as needed, typically to fit the device width.":["Un etiqueta de meta descripción normalmente informa e interesa a los usuarios con un resumen corto y relevante de lo que va la página en cuestión. <br> Son como un discurso que convence al usuario de que la página es exactamente lo que está buscando. <br> No hay límite en la longitud de la descripción meta, pero los snippets de resultados la truncarán si lo necesitan, normalmente para ajustarse al ancho de la pantalla del dispositivo."],"Enter your meta description":["Introduce tu meta descripción"]," / 940 pixels - ":[" / 940 píxeles - "],"Category / term description":["Descripción del término/categoría"],"Post Excerpt":["Extracto de la entrada"],"Snippet Preview":["Vista previa del Snippet"],"The Google preview is a simulation. <br>There is no reliable preview because it depends on the screen resolution, the device used, the expression sought, and Google. <br>There is not one snippet for one URL but several. <br>All the data in this overview comes directly from your source code. <br>This is what the crawlers will see.":["La vista previa de Google es una simulación. <br>No hay ninguna vista previa totalmente fiable porque depende de la resolución de la pantalla, del dispositivos utilizado, de la expresión buscada y de Google. <br>No hay un snippet para cada URL sino varios. <br>Todos los datos de esta vistazo previo vienen directamente de tu código fuente. <br> Esto es lo que los rastreadores verán."],"Do not display this page in search engine results / XML - HTML sitemaps <strong>(noindex)</strong>":["No mostrar esta página en los resultados del motor de búsqueda / XML - sitemaps HTML <strong>(noindex)</strong>"],"\"noindex\" robots meta tag":["Etiqueta meta para robots \"noindex\""],"By checking this option, you will add a meta robots tag with the value \"noindex\". <br>Search engines will not index this URL in the search results.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noindex\". <br>Los motores de búsqueda no indexarán esta URL para los resultados de búsqueda."],"Do not follow links for this page <strong>(nofollow)</strong>":["No seguir los enlaces de esta página <strong>(nofollow)</strong>"],"\"nofollow\" robots meta tag":["Etiqueta meta para robots \"nofollow\""],"By checking this option, you will add a meta robots tag with the value \"nofollow\". <br>Search engines will not follow links from this URL.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"nofollow\". <br>Los motores de búsqueda no seguirán los enlaces de esta URL."],"Do not use Open Directory project metadata for titles or excerpts for this page <strong>(noodp)</strong>":["No utilizar los metadatos del proyecto Open Directory para títulos o extractos de esta página <strong>(noodp)</strong>"],"\"noodp\" robots meta tag":["Metaetiqueta meta para robots \"noodp\""],"By checking this option, you will add a meta robots tag with the value \"noodp\". <br>Note that Google and Yahoo have stopped considering this tag since the closing of DMOZ directory.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noodp\". <br>Ten en cuenta de que Google y Yahoo ya no tienen en cuenta esta etiqueta desde el cierre del directorio DMOZ."],"Do not index images for this page <strong>(noimageindex)</strong>":["No indexar la imágenes de esta página <strong>(noimageindex)</strong>"],"\"noimageindex\" robots meta tag":["Etiqueta meta para robots \"noimageindex\""],"By checking this option, you will add a meta robots tag with the value \"noimageindex\". <br> Note that your images can always be indexed if they are linked from other pages.":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noimageindex\". <br> Ten en cuenta de que puede que tus imágenes sean indexadas si están enlazadas desde otras páginas."],"Do not display a \"Cached\" link in the Google search results <strong>(noarchive)</strong>":["No mostrar un enlace “cacheado” en los resultados de búsqueda de Google <strong>(noarchive)</strong>"],"\"noarchive\" robots meta tag":["Etiqueta meta para robots \"noarchive\""],"By checking this option, you will add a meta robots tag with the value \"noarchive\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"noarchive\"."],"Do not display a description in search results for this page <strong>(nosnippet)</strong>":["No mostrar una descripción en los resultados de búsqueda de esta página <strong>(nosnippet)</strong>"],"\"nosnippet\" robots meta tag":["Etiqueta meta para robots \"nosnippet\""],"By checking this option, you will add a meta robots tag with the value \"nosnippet\".":["Marcando esta opción, añadirás una etiqueta meta para robots con el valor \"nosnippet\"."],"Default value: ":["Valor por defecto: "],"Select a primary category":["Elige una categoría principal"],"Set the category that gets used in the %category% permalink and in our breadcrumbs if you have multiple categories.":["Establece la categoría que se usa en el enlace permanente %category% y en nuestras migas de pan si tienes varias categorías."],"Custom breadcrumbs":["Migas de pan personalizadas"],"Enter a custom value, useful if your title is too long":["Introduce un valor personalizado, útil si tu título es demasiado largo"],"Current breadcrumbs: %s":["Migas de pan actuales: %s"],"Ask Facebook to update its cache":["Pide a Facebook que actualice su caché"],"Facebook Title":["Título de Facebook"],"Enter your Facebook title":["Introduce tu título de Facebook"],"Facebook description":["Descripción de Facebook"],"Enter your Facebook description":["Introduce tu descripción de Facebook"],"Facebook Thumbnail":["Imagen de Facebook"],"The Social Networks feature is disabled. Still seing informations from the FB Preview? You probably have social tags added by your theme or a plugin.":["La característica de redes sociales está deshabilitada. ¿Sigues viendo información de la vista previa de Facebook? Probablemente haya etiquetas sociales añadidas por tu tema o por un plugin."],"Your image ratio is: ":["La proporción de la imagen es: "],"File URL is not valid.":["La URL del archivo no es válida."],"Preview your Twitter card using the official validator":["Previsualiza tu Twitter card utilizando el validador oficial"],"Twitter Title":["Título de Twitter"],"Enter your Twitter title":["Introduce tu título de Twitter"],"Twitter description":["Descripción de Twitter"],"Enter your Twitter description":["Introduce tu descripción de Twitter"],"Twitter Thumbnail":["Imagen de Twitter"],"The Social Networks feature is disabled. Still seing informations from the Twitter Preview? You probably have social tags added by your theme or a plugin.":["La función Redes sociales está deshabilitada. ¿Sigues viendo información de Twitter Preview? Probablemente tengas etiquetas sociales añadidas por tu tema o por un plugin."],"Enable redirection?":["¿Habilitar la redirec
|
|