Version Description
- NEW Review schema: Add item type CreativeWorkSeason, CreativeWorkSeries, Episode, Game, MediaObject, MusicPlaylist, MusicRecording, Organization to solve "Thing is not a known valid target type for the itemReviewed property."
- NEW Add custom tracking code just before the body closing tag
- NEW Add an option to display/hide any SEO metaboxes for each custom post type
- NEW 'seopress_custom_footer_tracking' hook to filter additional tracking code in body footer (https://www.seopress.org/support/hooks/filter-html-additional-tracking-code-in-footer-body/)
- NEW 'seopress_sitemaps_xml_index' hook to filter XML index sitemap (https://www.seopress.org/support/hooks/filter-xml-index-sitemap/)
- NEW 'seopress_sitemaps_xml_single' hook to filter XML single post type sitemap (https://www.seopress.org/support/hooks/filter-xml-single-post-type-sitemap/)
- NEW 'seopress_sitemaps_xml_single_term' hook to filter XML single taxonomy sitemap (https://www.seopress.org/support/hooks/filter-xml-sitemap-single-taxonomy/)
- NEW 'seopress_sitemaps_xml_author' hook to filter XML author sitemap (https://www.seopress.org/support/hooks/filter-xml-author-sitemap/)
- NEW 'seopress_sitemaps_xml_video' hook to filter XML video sitemap (https://www.seopress.org/support/hooks/filter-xml-video-sitemap/)
- NEW 'seopress_sitemaps_xml_news' hook to filter XML news sitemap (https://www.seopress.org/support/hooks/filter-xml-news-sitemap/)
- INFO Support %%sitedesc%% dynamic variable (alias of %%tagline%%') in title / meta description
- INFO Support %%excerpt%% dynamic variable (alias of %%post_excerpt%%') in title / meta description
- INFO Support %%date%% dynamic variable (alias of %%post_date%%') in title / meta description
- INFO Display author meta only if username is not equal to display name
- INFO Improve UI
- INFO Improve content analysis (UX/UI)
- INFO Improve block editor (Gutenberg) compatibility
- FIX XML sitemaps with Polylang
- FIX Add '59' value for minutes in LocalBusiness schema to manage stores open 24 hours a day
- FIX Solved undefined in broken link checker bot (log textarea)
Download this release
Release Info
Developer | rainbowgeek |
Plugin | SEOPress |
Version | 3.7.5 |
Comparing to | |
See all releases |
Code changes from version 3.7.4 to 3.7.5
- assets/css/seopress.css +86 -8
- assets/css/seopress.min.css +1 -1
- assets/js/seopress-block-editor.js +7 -6
- assets/js/seopress-counters.js +164 -58
- assets/js/seopress-counters.min.js +1 -1
- inc/admin/admin-metaboxes-form.php +7 -1
- inc/admin/admin.php +107 -6
- inc/functions/options-google-analytics.php +34 -0
- inc/functions/options-social.php +2 -2
- inc/functions/options-titles-metas.php +2 -1
- inc/functions/options.php +64 -0
- inc/functions/sitemap/template-xml-sitemaps-author.php +4 -4
- inc/functions/sitemap/template-xml-sitemaps-single-term.php +4 -4
- inc/functions/sitemap/template-xml-sitemaps-single.php +4 -4
- inc/functions/sitemap/template-xml-sitemaps-xsl.php +1 -4
- inc/functions/sitemap/template-xml-sitemaps.php +3 -5
- inc/functions/variables/dynamic-variables.php +6 -0
- languages/wp-seopress.pot +890 -857
- readme.txt +22 -1
- seopress.php +2 -2
assets/css/seopress.css
CHANGED
@@ -356,22 +356,52 @@
|
|
356 |
display: inline;
|
357 |
}
|
358 |
|
359 |
-
#seopress_cpt .wrap-seopress-counters
|
360 |
text-align: right;
|
361 |
-
background: #
|
362 |
padding: 2px 5px;
|
363 |
display: flex;
|
364 |
-
box-shadow: 0 1px 1px rgba(0,0,0,.2);
|
365 |
font-size: 12px;
|
366 |
justify-content: flex-end;
|
|
|
367 |
}
|
368 |
|
369 |
-
#seopress_cpt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
display: inline;
|
371 |
margin-right: 5px;
|
372 |
}
|
373 |
|
374 |
-
#seopress_cpt #seopress_titles_desc_counters_val
|
|
|
|
|
|
|
375 |
display: inline;
|
376 |
font-weight: 700;
|
377 |
}
|
@@ -380,15 +410,18 @@
|
|
380 |
width: 95%;
|
381 |
}
|
382 |
|
383 |
-
.fixed .column-seopress_w3c
|
|
|
384 |
width: 5%;
|
385 |
}
|
386 |
|
387 |
-
.fixed .column-seopress_nofollow
|
|
|
388 |
width: 10%;
|
389 |
}
|
390 |
|
391 |
-
#seopress_content_analysis .ui-tabs
|
|
|
392 |
position: relative;
|
393 |
padding: 0;
|
394 |
border: none;
|
@@ -1333,6 +1366,19 @@ body.seopress-styles {
|
|
1333 |
-webkit-font-smoothing: initial;
|
1334 |
}
|
1335 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1336 |
#seopress_cpt .tag-title,.seopress-button,.seopress-option .tag-title,#seopress_pro_cpt .tag-title {
|
1337 |
cursor: pointer;
|
1338 |
font-weight: 500;
|
@@ -1563,6 +1609,13 @@ body.seopress-styles {
|
|
1563 |
opacity: 0;
|
1564 |
}
|
1565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1566 |
#seopress-content input.toggle+label,.seopress-option input.toggle+label {
|
1567 |
display: inline-block;
|
1568 |
position: relative;
|
@@ -1609,16 +1662,41 @@ body.seopress-styles {
|
|
1609 |
transition: .25s ease-in-out;
|
1610 |
}
|
1611 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1612 |
#seopress-content input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before {
|
1613 |
width: 50px;
|
1614 |
background: rgba(19,191,17,1);
|
1615 |
}
|
1616 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1617 |
#seopress-content input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after {
|
1618 |
left: 20px;
|
1619 |
box-shadow: inset 0 0 0 1px rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2);
|
1620 |
}
|
1621 |
|
|
|
|
|
|
|
|
|
|
|
1622 |
#seopress-content .seopress-page-list {
|
1623 |
position: relative;
|
1624 |
}
|
356 |
display: inline;
|
357 |
}
|
358 |
|
359 |
+
#seopress_cpt .wrap-seopress-counters, #seopress_pro_cpt .wrap-seopress-counters {
|
360 |
text-align: right;
|
361 |
+
background: #e9ecef;
|
362 |
padding: 2px 5px;
|
363 |
display: flex;
|
|
|
364 |
font-size: 12px;
|
365 |
justify-content: flex-end;
|
366 |
+
border-radius: 0 0 .25rem .25rem;
|
367 |
}
|
368 |
|
369 |
+
#seopress_cpt .sp-progress, #seopress_pro_cpt .sp-progress {
|
370 |
+
display: -ms-flexbox;
|
371 |
+
display: flex;
|
372 |
+
height: 1rem;
|
373 |
+
overflow: hidden;
|
374 |
+
font-size: .75rem;
|
375 |
+
background-color: #e9ecef;
|
376 |
+
border-radius: .25rem .25rem 0 0;
|
377 |
+
}
|
378 |
+
|
379 |
+
#seopress_cpt .sp-progress-bar, #seopress_pro_cpt .sp-progress-bar {
|
380 |
+
display: -ms-flexbox;
|
381 |
+
display: flex;
|
382 |
+
-ms-flex-direction: column;
|
383 |
+
flex-direction: column;
|
384 |
+
-ms-flex-pack: center;
|
385 |
+
justify-content: center;
|
386 |
+
color: #fff;
|
387 |
+
text-align: center;
|
388 |
+
white-space: nowrap;
|
389 |
+
background-color: #0085ba;
|
390 |
+
transition: width .6s ease;
|
391 |
+
}
|
392 |
+
|
393 |
+
#seopress_cpt #seopress_titles_desc_counters,
|
394 |
+
#seopress_cpt #seopress_titles_title_counters,
|
395 |
+
#seopress_pro_cpt #seopress_rich_snippets_articles_counters,
|
396 |
+
#seopress_pro_cpt #seopress_rich_snippets_courses_counters {
|
397 |
display: inline;
|
398 |
margin-right: 5px;
|
399 |
}
|
400 |
|
401 |
+
#seopress_cpt #seopress_titles_desc_counters_val,
|
402 |
+
#seopress_cpt #seopress_titles_title_counters_val,
|
403 |
+
#seopress_pro_cpt #seopress_rich_snippets_articles_counters_val,
|
404 |
+
#seopress_pro_cpt #seopress_rich_snippets_courses_counters_val {
|
405 |
display: inline;
|
406 |
font-weight: 700;
|
407 |
}
|
410 |
width: 95%;
|
411 |
}
|
412 |
|
413 |
+
.fixed .column-seopress_w3c,
|
414 |
+
.fixed .column-seopress_words {
|
415 |
width: 5%;
|
416 |
}
|
417 |
|
418 |
+
.fixed .column-seopress_nofollow,
|
419 |
+
.fixed .column-seopress_noindex {
|
420 |
width: 10%;
|
421 |
}
|
422 |
|
423 |
+
#seopress_content_analysis .ui-tabs,
|
424 |
+
#seopress_cpt .ui-tabs {
|
425 |
position: relative;
|
426 |
padding: 0;
|
427 |
border: none;
|
1366 |
-webkit-font-smoothing: initial;
|
1367 |
}
|
1368 |
|
1369 |
+
.seopress-option .seopress_wrap_single_cpt .feature-state,
|
1370 |
+
.seopress-option .seopress_wrap_tax .feature-state {
|
1371 |
+
padding: 2px 12px;
|
1372 |
+
margin: 0 0 0.5rem 0.5rem;
|
1373 |
+
}
|
1374 |
+
|
1375 |
+
.seopress-option #tab_seopress_titles_single h2,
|
1376 |
+
.seopress-option #tab_seopress_titles_tax h2 {
|
1377 |
+
margin: 2em 0 1em 0;
|
1378 |
+
border-top: 1px solid #eee;
|
1379 |
+
padding: 1em 0 0 0;
|
1380 |
+
}
|
1381 |
+
|
1382 |
#seopress_cpt .tag-title,.seopress-button,.seopress-option .tag-title,#seopress_pro_cpt .tag-title {
|
1383 |
cursor: pointer;
|
1384 |
font-weight: 500;
|
1609 |
opacity: 0;
|
1610 |
}
|
1611 |
|
1612 |
+
.seopress_wrap_single_cpt input.toggle,
|
1613 |
+
.seopress_wrap_tax input.toggle {
|
1614 |
+
margin: 0;
|
1615 |
+
border: none;
|
1616 |
+
min-width: 0;
|
1617 |
+
}
|
1618 |
+
|
1619 |
#seopress-content input.toggle+label,.seopress-option input.toggle+label {
|
1620 |
display: inline-block;
|
1621 |
position: relative;
|
1662 |
transition: .25s ease-in-out;
|
1663 |
}
|
1664 |
|
1665 |
+
.seopress_wrap_single_cpt input.toggle+label,
|
1666 |
+
.seopress_wrap_single_cpt input.toggle+label:before,
|
1667 |
+
.seopress_wrap_tax input.toggle+label,
|
1668 |
+
.seopress_wrap_tax input.toggle+label:before {
|
1669 |
+
width: 40px;
|
1670 |
+
height: 20px;
|
1671 |
+
}
|
1672 |
+
|
1673 |
+
.seopress_wrap_single_cpt input.toggle+label:after,
|
1674 |
+
.seopress_wrap_tax input.toggle+label:after {
|
1675 |
+
width: 20px;
|
1676 |
+
height: 20px;
|
1677 |
+
}
|
1678 |
+
|
1679 |
#seopress-content input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before {
|
1680 |
width: 50px;
|
1681 |
background: rgba(19,191,17,1);
|
1682 |
}
|
1683 |
|
1684 |
+
.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,
|
1685 |
+
.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before {
|
1686 |
+
width: 40px;
|
1687 |
+
background: rgb(49, 151, 211);
|
1688 |
+
}
|
1689 |
+
|
1690 |
#seopress-content input.toggle[data-toggle="1"]+label:after,.seopress-option input.toggle[data-toggle="1"]+label:after {
|
1691 |
left: 20px;
|
1692 |
box-shadow: inset 0 0 0 1px rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2);
|
1693 |
}
|
1694 |
|
1695 |
+
.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:after,
|
1696 |
+
.seopress_wrap_tax input.toggle[data-toggle="1"]+label:after {
|
1697 |
+
box-shadow: inset 0 0 0 1px rgb(49, 151, 211), 0 2px 4px rgba(0,0,0,.2);
|
1698 |
+
}
|
1699 |
+
|
1700 |
#seopress-content .seopress-page-list {
|
1701 |
position: relative;
|
1702 |
}
|
assets/css/seopress.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#adminmenu div.wp-menu-image.dashicons-admin-seopress::before,#seopress-header #seopress-admin h1::before{content:"\e800";font-family:seopress!important;font-weight:700;font-size:12px;line-height:20px}#seopress-header #seopress-admin h1::before,.seopress-page-list .seopress-feature h3,.seopress-styles .seopress-option h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@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}.icon-seopress-seopress:before{content:"\e800"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help}.sp-tooltip .dashicons{color:#666}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;color:#fff;font-size:.8em;background:#333;text-align:center;width:240px;right:0;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2);top:25px}.sp-tooltip:hover .sp-tooltiptext{visibility:visible}#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}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_launch_analysis{float:left}#seopress_analysis_results_state{background:rgba(74,184,102,.75);color:#fff;padding:5px 25px 5px 20px;border-radius:100px;font-style:italic;position:relative;width:auto;display:inline-block;margin:0 0 0 20px;clear:both}#seopress_content_analysis h3{border-bottom:1px solid #ddd;padding-bottom:10px}#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}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;cursor:default}#seopress_cpt .notice{padding:10px 14px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress_cpt .inside{margin:0;padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav,#seopress_cpt .ui-tabs .ui-tabs-nav{display:inline-block;min-height:26px;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;background:#f3f4f5;border:none}#seopress_content_analysis .ui-tabs .ui-tabs-nav{width:calc(100% + 24px);margin:0 0 0 -12px;position:-webkit-sticky;position:sticky;top:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav{margin-top:15px}#seopress_content_analysis .ui-helper-clearfix:after,#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_content_analysis .ui-tabs .ui-tabs-panel,#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%;box-sizing:border-box}#seopress_content_analysis .ui-tabs .ui-tabs-panel .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_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_content_analysis .ui-tabs-anchor,#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:3px solid #0085ba}#seopress_content_analysis label,#seopress_cpt #tabs-1 label,#seopress_cpt #tabs-2 label[for=seopress_robots_breadcrumbs_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_canonical_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_primary_cat_meta],#seopress_cpt #tabs-3 label,#seopress_cpt #tabs-4 label,#seopress_cpt #tabs-5 label,#seopress_cpt #tabs-6 label,#seopress_cpt .subsection-title,#seopress_pro_cpt label{display:block;margin:20px 0 5px;font-weight:700}#seopress_cpt .wp-color-result{margin:0}#seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea{width:90%;display:inline-block}#seopress_cpt #tabs-1 input{width:100%}#seopress_cpt #tabs-6 input[type=number]{width:30%;min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_cpt select{width:300px}#seopress_cpt #tabs-4 select{width:250px;display:inline}#seopress_cpt #tabs-4 #seopress_redirections_value_meta{width:calc(100% - 258px);float:right}#seopress_cpt #tabs-6{padding: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 #eee}#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 #eee}#seopress_cpt #tabs-6 #wrap-videos .video .inside{padding:0}#seopress_cpt #tabs-4 #seopress_redirections_enabled,#seopress_cpt #tabs-5 #seopress_news_disabled,#seopress_cpt #tabs-5 #seopress_news_standout,#seopress_cpt #tabs-6 #seopress_video_disabled,#seopress_cpt #tabs-6 .family-friendly label,#seopress_cpt #tabs-6 .internal_video label{font-weight:400}#seopress_cpt #tabs-6 #wrap-videos .video:nth-child(odd){background:#fdfdfd}#seopress_content_analysis .advise,#seopress_cpt .advise,#seopress_pro_cpt .advise,.seopress-option .advise{margin:5px;display:block;color:red;font-style:italic}#seopress_cpt #tabs-6 #wrap-videos .video .advise{color:#555}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:#c00}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#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 .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#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:13px;font-weight:400;line-height:18.2px;display:inline}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .wrap-seopress-counters{text-align:right;background:#eee;padding:2px 5px;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.2);font-size:12px;justify-content:flex-end}#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}#term-seopress #seopress_cpt{width:95%}.fixed .column-seopress_w3c,.fixed .column-seopress_words{width:5%}.fixed .column-seopress_nofollow,.fixed .column-seopress_noindex{width:10%}#seopress_content_analysis .ui-tabs,#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;display:inline-block;position:relative;top:2px;padding:0 5px;white-space:nowrap;margin:0;border:none;background:0 0}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:inline-block;padding:5px 10px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:2px;padding-bottom:1px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-loading a,#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{color:#191e23;font-weight:700}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,#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:40px;line-height:40px}#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_content_analysis .ui-tabs .ui-tabs-nav li a .dashicons,#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_content_analysis .ui-tabs .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:#12bd10;border-radius:50px;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:#e25950}body.seopress-styles{background:#f8fafd}#seopress-content a{color:#3297d3}#seopress-content a:hover{color:#106598}#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-styles .seopress-option{margin:10px auto 0;max-width:90%;padding:1rem;background:#fff;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.1);border-radius:4px}.seopress-styles .seopress-option h1{font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase;position:-webkit-sticky;position:sticky;top:32px;background:#fff;z-index:100;padding:10px 0}.seopress-styles .seopress-option h1 .dashicons,.seopress-styles .seopress-option h2 .dashicons{margin:0 10px;font-size:40px;width:40px;height:40px;vertical-align:middle}.seopress-styles .seopress-option .link-archive{font-size:14px}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-styles .seopress-option h1>.dashicons{font-size:30px;width:30px;height:30px;background:#c4f0ff;border-radius:50%;padding:10px;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);margin-left:20px}.seopress-styles .seopress-option .metabox-holder h2 .dashicons{font-size:16px}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .wrap{margin:0;position:relative}.seopress-styles .seopress-option .submit{background:#fff;text-align:center;border-top:1px solid #f1f1f1;padding-top:20px;padding-bottom:20px;margin:0}.seopress-styles .seopress-option #seopress-aio-migrate,.seopress-styles .seopress-option #seopress-rk-migrate,.seopress-styles .seopress-option #seopress-seo-framework-migrate,.seopress-styles .seopress-option #seopress-squirrly-migrate,.seopress-styles .seopress-option #seopress-yoast-migrate,.seopress-styles .seopress-option #submit{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:RGB(106,124,148);position:relative;height:auto;z-index:10}.seopress-styles .seopress-option #seopress-aio-migrate:hover,.seopress-styles .seopress-option #seopress-rk-migrate:hover,.seopress-styles .seopress-option #seopress-seo-framework-migrate:hover,.seopress-styles .seopress-option #seopress-squirrly-migrate:hover,.seopress-styles .seopress-option #seopress-yoast-migrate:hover,.seopress-styles .seopress-option #submit:hover{text-decoration:none;color:#fff;background:#232323}.seopress-styles #wpcontent{padding-left:0;background:#f8fafd}.seopress-styles pre{color:#42b72a;background:#f5f6f7;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:7px;display:inline-block}.seopress-styles #seopress-navbar{padding:10px .5rem;height:56px;margin:0 auto;width:53rem;box-sizing:border-box;position:relative}#seopress-header{margin:0 auto;position:relative;width:100%}#seopress-header #seopress-admin h1{line-height:40px;margin:0;display:inline-block;height:40px;width:40px;background-size:100%;background-repeat:no-repeat}#seopress-header #seopress-admin h1::before{font-size:14px;line-height:40px;position:absolute;border-radius:6px;font-weight:400;color:#fff;width:40px;height:40px;text-align:center;background:#3a4afb;background:-moz-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:-webkit-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%)}#seopress-header #seopress-admin h1:hover{cursor:pointer}#seopress-header #seopress-admin h1>a{text-decoration:none;color:inherit}#seopress-header #seopress-admin .seopress-quick-access{background:#fff;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.2),0 5px 15px rgba(0,0,0,.1);border-radius:4px;overflow:hidden;position:relative;font-size:17px;line-height:40px;white-space:nowrap;transform:rotate3d(1,1,0,-15deg);transform-origin:100% 0;opacity:0;will-change:transform,opacity;transition-property:transform,opacity;transition-duration:.25s;z-index:300;padding:0;display:block;width:53rem;top:0;visibility:hidden;cursor:auto}#seopress-header #seopress-admin h1:hover .seopress-quick-access{transform:none;opacity:1;pointer-events:auto;visibility:visible}#seopress-header #seopress-admin .seopress-quick-access>ul{padding:20px;margin:0;float:left;width:100%;box-sizing:border-box}#seopress-header #seopress-admin h1 .seopress-quick-access li{text-decoration:none;display:inline-block;width:50%;margin:0;float:left;padding:10px 0}#seopress-header #seopress-admin h1 .seopress-quick-access li .dashicons{vertical-align:middle;background:#b7e1f3;border-radius:50%;padding:5px;margin-right:15px}#seopress-header #seopress-admin h1 .seopress-quick-access li a{text-decoration:none;font-size:15px;line-height:30px;text-transform:uppercase;display:block;width:100%;transition:all .3s linear;color:#3297d3}#seopress-header #seopress-admin h1 .seopress-quick-access li a:hover{color:#647a88}#seopress-header #seopress-admin h1 .seopress-info-version{position:relative;left:50px;top:0;font-size:14px;width:100px;display:block}#seopress-header #seopress-admin .wpc-info-version{font-size:14px;left:310px;position:absolute;text-indent:0;top:85px}#seopress-header #seopress-notice{float:right;line-height:40px}#seopress-header #seopress-notice p{font-size:16px}#seopress-header #seopress-notice .dashicons{color:#444;text-decoration:none;line-height:40px}#seopress-header #seopress-notice div.small{font-size:13px;display:inline}#seopress-footer-credits{font-style:italic}#seopress-footer-credits .wporg-ratings{display:inline}#seopress-footer-credits .wporg-ratings a{text-decoration:none}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option #seopress-edd-license-btn,.seopress-option #seopress-refresh{float:left}.wp-admin-ui_page_seopress-import-export .postbox{margin-right:20px}.seopress-option #side-sortables .accordion-section-content{padding:0}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;height:100%;max-width:53rem;margin:20px auto 0}#seopress-admin-tabs .seopress-tab{padding:1.5rem;visibility:hidden;overflow:hidden;opacity:0;transition:all .2s ease;transform:translateX(-15px);position:absolute;top:0}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}#seopress-tabs .seopress-tab{padding:1.5rem;display:none}#seopress-tabs .seopress-tab.active{display:inline-block}.seopress-option input[type=password],.seopress-option input[type=text],.seopress-option textarea{min-width:485px}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option #side-sortables .highlight{border:1px dashed #ccc;display:block;width:382px;height:40px;background:0 0}.seopress-option #side-sortables .accordion-section{margin-bottom:9px;width:382px}.seopress-option #side-sortables .accordion-section h3{cursor:move;border:1px solid #e5e5e5;background:#fafafa}.seopress-option #side-sortables .accordion-section .inside{padding:10px 10px 24px;border-width:0 1px 1px;border-style:solid;box-shadow:0 1px 1px rgba(0,0,0,.04);border-color:#e5e5e5;display:inline-block;width:calc(100% - 22px);height:100%}.seopress-option #side-sortables .accordion-section .inside ul{padding-left:10px;margin-bottom:0;padding-top:2px;padding-bottom:2px}.seopress-option #side-sortables .accordion-section .inside ul li{border-left:2px solid #ccc;padding-left:10px;margin-bottom:10px}.seopress-option #side-sortables .accordion-section .inside ul li:first-child{border-bottom:1px dotted #e5e5e5;border-left:0;padding-bottom:10px;font-weight:700;margin-left:-15px;margin-bottom:10px}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none}#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 0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px}#seopress-admin-tabs .ui-tabs-nav,#seopress-notifications-center,.seopress-page-list .seopress-feature,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 200px,#fff 0,#fff);margin:0 auto 20px;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.2);max-width:50rem;padding:1.5rem;width:100%;border-radius:4px}#seopress-notifications-center,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 400px,#fff 0,#fff)}.seopress-page-list .seopress-feature{padding:0 1.5rem;position:relative;overflow:hidden;transition-duration:.15s}.seopress-page-list .seopress-feature p{color:#6b7c93;font-size:14px;margin-bottom:30px}#seopress-notifications-center{margin-top:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}.seopress-page-list .seopress-feature .img-tool{height:100px;width:100px;background:#c4f0ff;position:absolute;border-radius:50%;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);top:calc(50% - 50px);left:20px}.seopress-page-list .seopress-feature .img-tool .dashicons{color:#217ab7;font-size:60px;text-align:left;vertical-align:middle;width:100%;height:100%;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);margin:0}.seopress-page-list .seopress-feature .inner{margin:0;display:block;padding:2rem 0 2rem 120px}.seopress-page-list .seopress-feature h3{margin:0;font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase}.seopress-page-list .seopress-feature h3 .dashicons{font-size:16px;margin-left:5px;vertical-align:middle}#seopress-content .seopress-page-list .seopress-feature a,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .seopress-feature a,.seopress-useful-tools .widget .button-primary{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:#6a7c94;position:relative;height:auto}#seopress-content .seopress-page-list .seopress-feature a.button-secondary{padding-left:30px}#seopress-content .seopress-page-list .seopress-feature a.button-secondary::before,#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f111";font-family:Dashicons;position:absolute;left:10px;top:1px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .button{background:#fff;border:none;color:#6b7c93;font-weight:500;transition:all .3s linear;text-shadow:none;text-transform:uppercase;padding-right:20px;padding-left:20px;line-height:34px;min-height:34px;margin-bottom:10px;border-radius:4px;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);vertical-align:baseline}.seopress-option .button .dashicons{font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects{padding-left:35px}#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f344";left:inherit;right:10px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects::before{content:"\f177"}#seopress-content .seopress-page-list .seopress-feature a:hover,#seopress-notifications-center .seopress-alert .button-primary:hover,.seopress-option .button:hover,.seopress-option .seopress-feature a:hover,.seopress-useful-tools .widget .button-primary:hover{text-decoration:none;color:#fff;background:#232323}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:focus,#seopress-content .seopress-page-list .seopress-feature a:focus,#seopress-content .seopress-page-list .seopress-feature a:focus.button-secondary,#seopress-content a:focus,#seopress-notifications-center .seopress-alert .button-primary:focus,.seopress-option #seopress-tabs .seopress-doc:focus,.seopress-option .seopress-feature a:focus,.seopress-styles .seopress-option #seopress-aio-migrate:focus,.seopress-styles .seopress-option #seopress-yoast-migrate:focus,.seopress-styles .seopress-option #submit:focus,.seopress-useful-tools .widget .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db;background:#008ec2;border-color:#006799;color:#fff}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}#seopress-notifications-center .seopress-alert .button-primary{float:right;margin:5px 0;padding-right:30px}#seopress-notifications-center h2,.seopress-useful-tools h2{margin:5px 0 15px 5px;display:inline-block;width:100%}#seopress-notifications-center .dashicons,.seopress-useful-tools .dashicons{margin-right:10px}#seopress-notifications-center .seopress-alert{padding:0;display:inline-block;margin:0 10px 10px 5px;border-bottom:1px solid #e6ebf1;width:calc(100% - 30px);position:relative;transition:all 150ms ease}#seopress-notifications-center .seopress-alert:hover{cursor:default}#seopress-notifications-center .seopress-alert p{display:inline-block}#seopress-notifications-center .seopress-alert .impact{padding:4px 5px;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;border-radius:4px}#seopress-notifications-center .seopress-alert .impact.low{background:#ffde24;color:#6b6543}#seopress-notifications-center .seopress-alert .impact.medium{background:#e39f48}#seopress-notifications-center .seopress-alert .impact.high{background:#e25950}#seopress-notifications-center .seopress-alert .impact.high.info{background:#0085ba}#seopress-notifications-center .seopress-alert .dashicons{color:#ffc82c}#seopress-notifications-center .dashicons.remove-notice{position:absolute;right:-55px;color:#6b7c93;font-size:30px;height:30px;width:30px;top:2px;padding:5px;transition:all .3s linear}#seopress-notifications-center .dashicons.remove-notice:hover{background:#e25950;color:#fff;cursor:pointer;border-radius:4px}#seopress-content .seopress-page-list .seopress-feature .seopress-doc,.seopress-option #seopress-tabs .seopress-doc{background:0 0;padding:0;width:inherit;height:inherit;text-decoration:none;color:inherit;box-shadow:none;position:absolute;right:0}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:hover,.seopress-option #seopress-tabs .seopress-doc:hover{color:#747474;background:0 0}.seopress-option .seopress-table{background:#fff;border:1px solid #ccc}.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 #ccc;font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:12px;display:inline-block;background:rgba(0,140,135,.1);padding:5px 12px;border-radius:25px;color:#444;font-weight:400;text-transform:none;-moz-osx-font-smoothing:initial;-webkit-font-smoothing:initial}#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-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}#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{margin:0;text-transform:uppercase;display:inline-block;vertical-align:middle;padding:5px;color:rgba(19,191,17,1);font-style:italic}.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 .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:4px 8px;position:relative;top:5px;left:0;font-size:11px;float:left;margin-right:5px;user-select:none;margin-bottom:5px;background:#fff;color:#6b7c93;box-shadow:0 0 0 .5px rgba(50,50,93,.17),0 2px 5px 0 rgba(50,50,93,.12),0 3px 9px 0 rgba(50,50,93,.08),0 1px 1.5px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.08)}#seopress_cpt .tag-title:active,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:active,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:active,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{background:#232323;color:#fff;user-select:none}#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;vertical-align:middle}.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;box-sizing:border-box;font-size:14px;line-height:21px;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget{border-right:1px solid #e6ebf1;margin:0;padding:0 20px;width:calc(50% - 2px);box-sizing:border-box;display:inline-block;vertical-align:top}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:first-child{width:100%;display:block;clear:both;border-right:none;border-bottom:1px solid #e6ebf1;padding-bottom:20px;margin-bottom:20px}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:last-child{border-right:none}#seopress-content .seopress-useful-tools .widget-reverse ul{background:#fff}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid #e6ebf1}#seopress-content .seopress-useful-tools .widget-reverse li:hover{background:#f5f7fa}#seopress-content .seopress-useful-tools .widget-title{text-transform:uppercase;margin:0 0 10px;font-size:13px;padding:10px 0;color:#24b47e}#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}.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 #screen-meta{margin:0;position:relative;background-color:#fff;border-bottom:0 solid #f2f2f2;border-top:none;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);top:0}.seopress-styles #contextual-help-link-wrap,.seopress-styles #screen-options-link-wrap{float:right;height:28px;margin:0 0 0 6px;border:1px solid #f2f2f2;border-top:none;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08)}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:0;z-index:2000}.seopress-styles #contextual-help-back{background:#f8fafd}.seopress-styles .contextual-help-tabs .active{border-left:2px solid #3297d3;background:#f8fafd}#seopress-content input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0}#seopress-content 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:30px;width:50px;border-radius:15px}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:30px;width:30px;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);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle[data-toggle="1"]+label:before,.seopress-option input.toggle[data-toggle="1"]+label:before{width:50px;background:rgba(19,191,17,1)}#seopress-content 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 rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative}#seopress-notice-save{position:fixed;color:#fff;padding:15px 40px;font-size:.9rem;text-transform:uppercase;text-align:center;border-radius:0;background:rgba(74,184,102,.9);bottom:0;right:0;z-index:500;width:100%;font-weight:700}.seopress_page_seopress-pro-page #wpcontent{background:#f4f7fa}.seopress-option .wrap div.nav-tab-wrapper{border-bottom:1px solid RGB(238,238,238);margin:0 0 0 -16px;padding:0 10px;line-height:inherit;background:#fff;position:-webkit-sticky;position:sticky;top:102px;width:calc(100% + 12px);z-index:95;font-weight:400}#seopress-admin-tabs.wrap div.nav-tab-wrapper{margin:20px auto 0;max-width:53rem;width:100%;border-bottom:0;padding:0;line-height:inherit;position:-webkit-sticky;position:sticky;background:#f8fafd;z-index:100;top:31px;font-weight:400}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0}#seopress-admin-tabs .nav-tab,.seopress-option .nav-tab{border:0 solid #ccc;background:0 0;opacity:.5;padding:8px 8px;transition:opacity .3s linear;color:#191e23;margin:0;float:none;display:inline-block}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:hover,.seopress-option .about-wrap h2 .nav-tab-active,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:hover{background-color:#fff}#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{background:0 0;opacity:1;outline:0;font-weight:600;position:relative}.seopress-option .nav-tab-active::after{border-bottom:2px solid #0085ba;content:'';position:absolute;width:100%;bottom:0;left:0;display:block}#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}#section-export-redirects,#section-import-redirects{margin-top:-120px;padding-top:120px}.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}#tab_seopress_social_accounts .help-social{position:relative;right:0;width:30%}#tab_seopress_social_accounts .form-table{float:left;width:70%}
|
1 |
+
#adminmenu div.wp-menu-image.dashicons-admin-seopress::before,#seopress-header #seopress-admin h1::before{content:"\e800";font-family:seopress!important;font-weight:700;font-size:12px;line-height:20px}#seopress-header #seopress-admin h1::before,.seopress-page-list .seopress-feature h3,.seopress-styles .seopress-option h1{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@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}.icon-seopress-seopress:before{content:"\e800"}.sp-tooltip{position:relative;margin-left:5px;display:inline-block;cursor:help}.sp-tooltip .dashicons{color:#666}.sp-tooltip .sp-tooltiptext{visibility:hidden;position:absolute;z-index:999999999;color:#fff;font-size:.8em;background:#333;text-align:center;width:240px;right:0;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2);top:25px}.sp-tooltip:hover .sp-tooltiptext{visibility:visible}#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}#seopress_content_analysis #seopress_suggestions li{list-style:none;margin:5px;display:inline-block}#seopress_launch_analysis{float:left}#seopress_analysis_results_state{background:rgba(74,184,102,.75);color:#fff;padding:5px 25px 5px 20px;border-radius:100px;font-style:italic;position:relative;width:auto;display:inline-block;margin:0 0 0 20px;clear:both}#seopress_content_analysis h3{border-bottom:1px solid #ddd;padding-bottom:10px}#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}#seopress_content_analysis .wrap-analysis-img h4{border-bottom:1px solid #ddd;padding-bottom:10px}#seopress_content_analysis .wrap-analysis-img ul li img{max-width:150px;max-height:150px;object-fit:cover;cursor:default}#seopress_cpt .notice{padding:10px 14px}#seopress-analysis-tabs .dashicons,#seopress_cpt .dashicons{vertical-align:middle}#seopress_cpt .inside{margin:0;padding:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav,#seopress_cpt .ui-tabs .ui-tabs-nav{display:inline-block;min-height:26px;position:relative;width:100%;z-index:10;margin:0;border-radius:0;padding:0;background:#f3f4f5;border:none}#seopress_content_analysis .ui-tabs .ui-tabs-nav{width:calc(100% + 24px);margin:0 0 0 -12px;position:-webkit-sticky;position:sticky;top:0}#seopress_content_analysis .ui-tabs .ui-tabs-nav{margin-top:15px}#seopress_content_analysis .ui-helper-clearfix:after,#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_content_analysis .ui-tabs .ui-tabs-panel,#seopress_cpt .ui-tabs .ui-tabs-panel{background:#fff;border-radius:0;display:inline-block;padding:1em 1.4em;width:100%;box-sizing:border-box}#seopress_content_analysis .ui-tabs .ui-tabs-panel .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_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_content_analysis .ui-tabs-anchor,#seopress_cpt .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs-anchor{cursor:pointer!important}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{position:relative;z-index:60;cursor:pointer;border-radius:0;border-bottom:3px solid #0085ba}#seopress_content_analysis label,#seopress_cpt #tabs-1 label,#seopress_cpt #tabs-2 label[for=seopress_robots_breadcrumbs_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_canonical_meta],#seopress_cpt #tabs-2 label[for=seopress_robots_primary_cat_meta],#seopress_cpt #tabs-3 label,#seopress_cpt #tabs-4 label,#seopress_cpt #tabs-5 label,#seopress_cpt #tabs-6 label,#seopress_cpt .subsection-title,#seopress_pro_cpt label{display:block;margin:20px 0 5px;font-weight:700}#seopress_cpt .wp-color-result{margin:0}#seopress_content_analysis input[type=text],#seopress_cpt #tabs-1 input,#seopress_cpt #tabs-2 input[type=text],#seopress_cpt #tabs-3 input[type=text],#seopress_cpt #tabs-3 textarea,#seopress_cpt #tabs-4 input[type=text],#seopress_cpt #tabs-5 input[type=text],#seopress_cpt #tabs-6 input[type=text],#seopress_cpt #tabs-6 textarea{width:90%;display:inline-block}#seopress_cpt #tabs-1 input{width:100%}#seopress_cpt #tabs-6 input[type=number]{width:30%;min-width:200px}#seopress_cpt #tabs-6 #wrap-videos .video:first-child .remove-video{display:none}#seopress_cpt select{width:300px}#seopress_cpt #tabs-4 select{width:250px;display:inline}#seopress_cpt #tabs-4 #seopress_redirections_value_meta{width:calc(100% - 258px);float:right}#seopress_cpt #tabs-6{padding: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 #eee}#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 #eee}#seopress_cpt #tabs-6 #wrap-videos .video .inside{padding:0}#seopress_cpt #tabs-4 #seopress_redirections_enabled,#seopress_cpt #tabs-5 #seopress_news_disabled,#seopress_cpt #tabs-5 #seopress_news_standout,#seopress_cpt #tabs-6 #seopress_video_disabled,#seopress_cpt #tabs-6 .family-friendly label,#seopress_cpt #tabs-6 .internal_video label{font-weight:400}#seopress_cpt #tabs-6 #wrap-videos .video:nth-child(odd){background:#fdfdfd}#seopress_content_analysis .advise,#seopress_cpt .advise,#seopress_pro_cpt .advise,.seopress-option .advise{margin:5px;display:block;color:red;font-style:italic}#seopress_cpt #tabs-6 #wrap-videos .video .advise{color:#555}#seopress_content_analysis .mandatory,#seopress_cpt .mandatory{color:#c00}#seopress_cpt .box-left{float:left;width:49%;margin-right:1%}#seopress_cpt .box-right{float:left;width:49%;margin-left:1%}#seopress_cpt .google-snippet-preview{font-family:arial,sans-serif;word-break:break-all}#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 .snippet-permalink{color:#006621;font-size:14px;font-style:normal;font-weight:400;line-height:16px}#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:13px;font-weight:400;line-height:18.2px;display:inline}#seopress_cpt .google-snippet-preview .snippet-date{color:grey;display:inline}#seopress_cpt .wrap-seopress-counters,#seopress_pro_cpt .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{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem .25rem 0 0}#seopress_cpt .sp-progress-bar,#seopress_pro_cpt .sp-progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;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}#term-seopress #seopress_cpt{width:95%}.fixed .column-seopress_w3c,.fixed .column-seopress_words{width:5%}.fixed .column-seopress_nofollow,.fixed .column-seopress_noindex{width:10%}#seopress_content_analysis .ui-tabs,#seopress_cpt .ui-tabs{position:relative;padding:0;border:none;font-family:inherit;font-size:inherit;display:inline-block;width:100%}#seopress_content_analysis .ui-tabs .ui-tabs-nav li,#seopress_cpt .ui-tabs .ui-tabs-nav li{list-style:none;display:inline-block;position:relative;top:2px;padding:0 5px;white-space:nowrap;margin:0;border:none;background:0 0}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_cpt .ui-tabs .ui-tabs-nav li a{display:inline-block;padding:5px 10px}#seopress-admin-tabs.ui-tabs-vertical .ui-tabs-nav li a,#seopress_cpt .ui-tabs-vertical .ui-tabs-nav li a{display:block}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active,#seopress_cpt .ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:2px;padding-bottom:1px}#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-state-disabled a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-active a,#seopress_content_analysis .ui-tabs .ui-tabs-nav li.ui-tabs-loading a,#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{color:#191e23;font-weight:700}#seopress_content_analysis .ui-tabs .ui-tabs-nav li a,#seopress_content_analysis .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a,#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:40px;line-height:40px}#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_content_analysis .ui-tabs .ui-tabs-nav li a .dashicons,#seopress_cpt .ui-tabs .ui-tabs-nav li a .dashicons{margin-right:2px}#tab-panel-seopress_titles_help_tab li span{font-weight:700;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_content_analysis .ui-tabs .dashicons-yes,#seopress_pro_cpt .dashicons-no-alt,#seopress_pro_cpt .dashicons-yes{color:#fff;background:#12bd10;border-radius:50px;margin-right:10px}#seopress_content_analysis .ui-tabs .dashicons-no-alt,#seopress_pro_cpt .dashicons-no-alt{background:#e25950}body.seopress-styles{background:#f8fafd}#seopress-content a{color:#3297d3}#seopress-content a:hover{color:#106598}#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-styles .seopress-option{margin:10px auto 0;max-width:90%;padding:1rem;background:#fff;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.1);border-radius:4px}.seopress-styles .seopress-option h1{font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase;position:-webkit-sticky;position:sticky;top:32px;background:#fff;z-index:100;padding:10px 0}.seopress-styles .seopress-option h1 .dashicons,.seopress-styles .seopress-option h2 .dashicons{margin:0 10px;font-size:40px;width:40px;height:40px;vertical-align:middle}.seopress-styles .seopress-option .link-archive{font-size:14px}.seopress-styles .seopress-option .link-archive .dashicons{font-size:18px;width:20px;height:20px;margin:inherit}.seopress-styles .seopress-option h1>.dashicons{font-size:30px;width:30px;height:30px;background:#c4f0ff;border-radius:50%;padding:10px;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);margin-left:20px}.seopress-styles .seopress-option .metabox-holder h2 .dashicons{font-size:16px}.seopress-option h1 .feature-state .dashicons{font-size:16px;width:16px;height:16px;vertical-align:middle;margin:0 10px 0 0}.seopress-styles .wrap{margin:0;position:relative}.seopress-styles .seopress-option .submit{background:#fff;text-align:center;border-top:1px solid #f1f1f1;padding-top:20px;padding-bottom:20px;margin:0}.seopress-styles .seopress-option #seopress-aio-migrate,.seopress-styles .seopress-option #seopress-rk-migrate,.seopress-styles .seopress-option #seopress-seo-framework-migrate,.seopress-styles .seopress-option #seopress-squirrly-migrate,.seopress-styles .seopress-option #seopress-yoast-migrate,.seopress-styles .seopress-option #submit{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:RGB(106,124,148);position:relative;height:auto;z-index:10}.seopress-styles .seopress-option #seopress-aio-migrate:hover,.seopress-styles .seopress-option #seopress-rk-migrate:hover,.seopress-styles .seopress-option #seopress-seo-framework-migrate:hover,.seopress-styles .seopress-option #seopress-squirrly-migrate:hover,.seopress-styles .seopress-option #seopress-yoast-migrate:hover,.seopress-styles .seopress-option #submit:hover{text-decoration:none;color:#fff;background:#232323}.seopress-styles #wpcontent{padding-left:0;background:#f8fafd}.seopress-styles pre{color:#42b72a;background:#f5f6f7;font-family:Menlo,Monaco,Andale Mono,Courier New,monospace;padding:7px;display:inline-block}.seopress-styles #seopress-navbar{padding:10px .5rem;height:56px;margin:0 auto;width:53rem;box-sizing:border-box;position:relative}#seopress-header{margin:0 auto;position:relative;width:100%}#seopress-header #seopress-admin h1{line-height:40px;margin:0;display:inline-block;height:40px;width:40px;background-size:100%;background-repeat:no-repeat}#seopress-header #seopress-admin h1::before{font-size:14px;line-height:40px;position:absolute;border-radius:6px;font-weight:400;color:#fff;width:40px;height:40px;text-align:center;background:#3a4afb;background:-moz-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:-webkit-linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%);background:linear-gradient(45deg,rgba(58,74,251,1) 0,rgba(71,190,165,1) 100%)}#seopress-header #seopress-admin h1:hover{cursor:pointer}#seopress-header #seopress-admin h1>a{text-decoration:none;color:inherit}#seopress-header #seopress-admin .seopress-quick-access{background:#fff;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.2),0 5px 15px rgba(0,0,0,.1);border-radius:4px;overflow:hidden;position:relative;font-size:17px;line-height:40px;white-space:nowrap;transform:rotate3d(1,1,0,-15deg);transform-origin:100% 0;opacity:0;will-change:transform,opacity;transition-property:transform,opacity;transition-duration:.25s;z-index:300;padding:0;display:block;width:53rem;top:0;visibility:hidden;cursor:auto}#seopress-header #seopress-admin h1:hover .seopress-quick-access{transform:none;opacity:1;pointer-events:auto;visibility:visible}#seopress-header #seopress-admin .seopress-quick-access>ul{padding:20px;margin:0;float:left;width:100%;box-sizing:border-box}#seopress-header #seopress-admin h1 .seopress-quick-access li{text-decoration:none;display:inline-block;width:50%;margin:0;float:left;padding:10px 0}#seopress-header #seopress-admin h1 .seopress-quick-access li .dashicons{vertical-align:middle;background:#b7e1f3;border-radius:50%;padding:5px;margin-right:15px}#seopress-header #seopress-admin h1 .seopress-quick-access li a{text-decoration:none;font-size:15px;line-height:30px;text-transform:uppercase;display:block;width:100%;transition:all .3s linear;color:#3297d3}#seopress-header #seopress-admin h1 .seopress-quick-access li a:hover{color:#647a88}#seopress-header #seopress-admin h1 .seopress-info-version{position:relative;left:50px;top:0;font-size:14px;width:100px;display:block}#seopress-header #seopress-admin .wpc-info-version{font-size:14px;left:310px;position:absolute;text-indent:0;top:85px}#seopress-header #seopress-notice{float:right;line-height:40px}#seopress-header #seopress-notice p{font-size:16px}#seopress-header #seopress-notice .dashicons{color:#444;text-decoration:none;line-height:40px}#seopress-header #seopress-notice div.small{font-size:13px;display:inline}#seopress-footer-credits{font-style:italic}#seopress-footer-credits .wporg-ratings{display:inline}#seopress-footer-credits .wporg-ratings a{text-decoration:none}.seopress-option .seopress-settings{float:left;max-width:750px;width:100%}.seopress-option #seopress-edd-license-btn,.seopress-option #seopress-refresh{float:left}.wp-admin-ui_page_seopress-import-export .postbox{margin-right:20px}.seopress-option #side-sortables .accordion-section-content{padding:0}.seopress-option .seopress-settings label{margin:0 0 0 10px}.wrap-seopress-tab-content{position:relative;display:block;width:100%;height:100%;max-width:53rem;margin:20px auto 0}#seopress-admin-tabs .seopress-tab{padding:1.5rem;visibility:hidden;overflow:hidden;opacity:0;transition:all .2s ease;transform:translateX(-15px);position:absolute;top:0}#seopress-admin-tabs .seopress-tab.active{visibility:visible;overflow:inherit;opacity:1;transform:translateX(0);display:inherit;position:relative}#seopress-tabs .seopress-tab{padding:1.5rem;display:none}#seopress-tabs .seopress-tab.active{display:inline-block}.seopress-option input[type=password],.seopress-option input[type=text],.seopress-option textarea{min-width:485px}#seopress_htaccess_file{width:100%}.seopress-option textarea{min-height:100px}.seopress-option #side-sortables .highlight{border:1px dashed #ccc;display:block;width:382px;height:40px;background:0 0}.seopress-option #side-sortables .accordion-section{margin-bottom:9px;width:382px}.seopress-option #side-sortables .accordion-section h3{cursor:move;border:1px solid #e5e5e5;background:#fafafa}.seopress-option #side-sortables .accordion-section .inside{padding:10px 10px 24px;border-width:0 1px 1px;border-style:solid;box-shadow:0 1px 1px rgba(0,0,0,.04);border-color:#e5e5e5;display:inline-block;width:calc(100% - 22px);height:100%}.seopress-option #side-sortables .accordion-section .inside ul{padding-left:10px;margin-bottom:0;padding-top:2px;padding-bottom:2px}.seopress-option #side-sortables .accordion-section .inside ul li{border-left:2px solid #ccc;padding-left:10px;margin-bottom:10px}.seopress-option #side-sortables .accordion-section .inside ul li:first-child{border-bottom:1px dotted #e5e5e5;border-left:0;padding-bottom:10px;font-weight:700;margin-left:-15px;margin-bottom:10px}.seopress-notice #message{margin:5px 10px 2px 0}#seopress-notice a{position:relative;text-decoration:none}#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 0}.seopress-option .dashicons,.seopress-page-list .dashicons{vertical-align:middle;margin-right:5px}#seopress-admin-tabs .ui-tabs-nav,#seopress-notifications-center,.seopress-page-list .seopress-feature,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 200px,#fff 0,#fff);margin:0 auto 20px;box-shadow:0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.2);max-width:50rem;padding:1.5rem;width:100%;border-radius:4px}#seopress-notifications-center,.seopress-useful-tools{background:linear-gradient(172deg,#f5f7fa,#f5f7fa 400px,#fff 0,#fff)}.seopress-page-list .seopress-feature{padding:0 1.5rem;position:relative;overflow:hidden;transition-duration:.15s}.seopress-page-list .seopress-feature p{color:#6b7c93;font-size:14px;margin-bottom:30px}#seopress-notifications-center{margin-top:0}#seopress-admin-tabs .ui-tabs-nav{display:flex;padding-top:1rem;padding-bottom:0}.seopress-page-list .seopress-feature .img-tool{height:100px;width:100px;background:#c4f0ff;position:absolute;border-radius:50%;box-shadow:0 4px 6px rgba(50,50,93,.1),0 1px 3px rgba(0,0,0,.1);top:calc(50% - 50px);left:20px}.seopress-page-list .seopress-feature .img-tool .dashicons{color:#217ab7;font-size:60px;text-align:left;vertical-align:middle;width:100%;height:100%;position:absolute;top:calc(50% - 30px);left:calc(50% - 30px);margin:0}.seopress-page-list .seopress-feature .inner{margin:0;display:block;padding:2rem 0 2rem 120px}.seopress-page-list .seopress-feature h3{margin:0;font-size:16px;font-weight:700;color:#3297d3;text-transform:uppercase}.seopress-page-list .seopress-feature h3 .dashicons{font-size:16px;margin-left:5px;vertical-align:middle}#seopress-content .seopress-page-list .seopress-feature a,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .seopress-feature a,.seopress-useful-tools .widget .button-primary{color:#fff;text-decoration:none;border:none;border-radius:4px;padding-right:20px;padding-left:20px;line-height:34px;text-transform:uppercase;min-height:34px;transition:all .3s linear;text-shadow:none;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);margin-right:15px;background:#6a7c94;position:relative;height:auto}#seopress-content .seopress-page-list .seopress-feature a.button-secondary{padding-left:30px}#seopress-content .seopress-page-list .seopress-feature a.button-secondary::before,#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f111";font-family:Dashicons;position:absolute;left:10px;top:1px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects,#seopress-notifications-center .seopress-alert .button-primary,.seopress-option .button{background:#fff;border:none;color:#6b7c93;font-weight:500;transition:all .3s linear;text-shadow:none;text-transform:uppercase;padding-right:20px;padding-left:20px;line-height:34px;min-height:34px;margin-bottom:10px;border-radius:4px;box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.1);vertical-align:baseline}.seopress-option .button .dashicons{font-size:16px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects{padding-left:35px}#seopress-notifications-center .seopress-alert .button-primary::after{content:"\f344";left:inherit;right:10px}#seopress-content .seopress-page-list .seopress-feature a.view-redirects::before{content:"\f177"}#seopress-content .seopress-page-list .seopress-feature a:hover,#seopress-notifications-center .seopress-alert .button-primary:hover,.seopress-option .button:hover,.seopress-option .seopress-feature a:hover,.seopress-useful-tools .widget .button-primary:hover{text-decoration:none;color:#fff;background:#232323}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:focus,#seopress-content .seopress-page-list .seopress-feature a:focus,#seopress-content .seopress-page-list .seopress-feature a:focus.button-secondary,#seopress-content a:focus,#seopress-notifications-center .seopress-alert .button-primary:focus,.seopress-option #seopress-tabs .seopress-doc:focus,.seopress-option .seopress-feature a:focus,.seopress-styles .seopress-option #seopress-aio-migrate:focus,.seopress-styles .seopress-option #seopress-yoast-migrate:focus,.seopress-styles .seopress-option #submit:focus,.seopress-useful-tools .widget .button-primary:focus{box-shadow:0 1px 0 #0073aa,0 0 2px 1px #33b3db;background:#008ec2;border-color:#006799;color:#fff}#seopress-admin-tabs .nav-tab-wrapper a.nav-tab-active:focus{color:inherit}#seopress-notifications-center .seopress-alert .button-primary{float:right;margin:5px 0;padding-right:30px}#seopress-notifications-center h2,.seopress-useful-tools h2{margin:5px 0 15px 5px;display:inline-block;width:100%}#seopress-notifications-center .dashicons,.seopress-useful-tools .dashicons{margin-right:10px}#seopress-notifications-center .seopress-alert{padding:0;display:inline-block;margin:0 10px 10px 5px;border-bottom:1px solid #e6ebf1;width:calc(100% - 30px);position:relative;transition:all 150ms ease}#seopress-notifications-center .seopress-alert:hover{cursor:default}#seopress-notifications-center .seopress-alert p{display:inline-block}#seopress-notifications-center .seopress-alert .impact{padding:4px 5px;color:#fff;text-transform:uppercase;font-weight:700;font-size:10px;border-radius:4px}#seopress-notifications-center .seopress-alert .impact.low{background:#ffde24;color:#6b6543}#seopress-notifications-center .seopress-alert .impact.medium{background:#e39f48}#seopress-notifications-center .seopress-alert .impact.high{background:#e25950}#seopress-notifications-center .seopress-alert .impact.high.info{background:#0085ba}#seopress-notifications-center .seopress-alert .dashicons{color:#ffc82c}#seopress-notifications-center .dashicons.remove-notice{position:absolute;right:-55px;color:#6b7c93;font-size:30px;height:30px;width:30px;top:2px;padding:5px;transition:all .3s linear}#seopress-notifications-center .dashicons.remove-notice:hover{background:#e25950;color:#fff;cursor:pointer;border-radius:4px}#seopress-content .seopress-page-list .seopress-feature .seopress-doc,.seopress-option #seopress-tabs .seopress-doc{background:0 0;padding:0;width:inherit;height:inherit;text-decoration:none;color:inherit;box-shadow:none;position:absolute;right:0}#seopress-content .seopress-page-list .seopress-feature .seopress-doc:hover,.seopress-option #seopress-tabs .seopress-doc:hover{color:#747474;background:0 0}.seopress-option .seopress-table{background:#fff;border:1px solid #ccc}.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 #ccc;font-weight:700;background:#f1f1f1}#seopress-content .feature-state,.seopress-option .feature-state{font-style:italic;font-size:12px;display:inline-block;background:rgba(0,140,135,.1);padding:5px 12px;border-radius:25px;color:#444;font-weight:400;text-transform:none;-moz-osx-font-smoothing:initial;-webkit-font-smoothing:initial}.seopress-option .seopress_wrap_single_cpt .feature-state,.seopress-option .seopress_wrap_tax .feature-state{padding:2px 12px;margin:0 0 .5rem .5rem}.seopress-option #tab_seopress_titles_single h2,.seopress-option #tab_seopress_titles_tax h2{margin:2em 0 1em 0;border-top:1px solid #eee;padding:1em 0 0 0}#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-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}#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{margin:0;text-transform:uppercase;display:inline-block;vertical-align:middle;padding:5px;color:rgba(19,191,17,1);font-style:italic}.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 .wrap-tags,#seopress_pro_cpt .wrap-tags,.seopress-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_cpt .tag-title,#seopress_pro_cpt .tag-title,.seopress-option .tag-title{padding:4px 8px;position:relative;top:5px;left:0;font-size:11px;float:left;margin-right:5px;user-select:none;margin-bottom:5px;background:#fff;color:#6b7c93;box-shadow:0 0 0 .5px rgba(50,50,93,.17),0 2px 5px 0 rgba(50,50,93,.12),0 3px 9px 0 rgba(50,50,93,.08),0 1px 1.5px 0 rgba(0,0,0,.08),0 1px 2px 0 rgba(0,0,0,.08)}#seopress_cpt .tag-title:active,#seopress_cpt .tag-title:focus,#seopress_cpt .tag-title:hover,#seopress_pro_cpt .tag-title:active,#seopress_pro_cpt .tag-title:focus,#seopress_pro_cpt .tag-title:hover,.seopress-option .tag-title:active,.seopress-option .tag-title:focus,.seopress-option .tag-title:hover{background:#232323;color:#fff;user-select:none}#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;vertical-align:middle}.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;box-sizing:border-box;font-size:14px;line-height:21px;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.seopress-button:hover{border-color:#a8bece;color:#00a0d2}.seopress-button .dashicons{vertical-align:middle}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget{border-right:1px solid #e6ebf1;margin:0;padding:0 20px;width:calc(50% - 2px);box-sizing:border-box;display:inline-block;vertical-align:top}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:first-child{width:100%;display:block;clear:both;border-right:none;border-bottom:1px solid #e6ebf1;padding-bottom:20px;margin-bottom:20px}#seopress-content #tab_seopress_seo_tools.seopress-useful-tools .widget:last-child{border-right:none}#seopress-content .seopress-useful-tools .widget-reverse ul{background:#fff}#seopress-content .seopress-useful-tools .widget-reverse li{padding:10px;margin:0;border-bottom:1px solid #e6ebf1}#seopress-content .seopress-useful-tools .widget-reverse li:hover{background:#f5f7fa}#seopress-content .seopress-useful-tools .widget-title{text-transform:uppercase;margin:0 0 10px;font-size:13px;padding:10px 0;color:#24b47e}#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}.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 #screen-meta{margin:0;position:relative;background-color:#fff;border-bottom:0 solid #f2f2f2;border-top:none;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);top:0}.seopress-styles #contextual-help-link-wrap,.seopress-styles #screen-options-link-wrap{float:right;height:28px;margin:0 0 0 6px;border:1px solid #f2f2f2;border-top:none;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08);box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08)}.seopress-styles #screen-meta-links .show-settings{box-shadow:none}.seopress-styles #screen-meta-links .screen-meta-toggle{position:relative;top:0;z-index:2000}.seopress-styles #contextual-help-back{background:#f8fafd}.seopress-styles .contextual-help-tabs .active{border-left:2px solid #3297d3;background:#f8fafd}#seopress-content input.toggle,.seopress-option input.toggle{max-height:0;max-width:0;opacity:0}.seopress_wrap_single_cpt input.toggle,.seopress_wrap_tax input.toggle{margin:0;border:none;min-width:0}#seopress-content 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:30px;width:50px;border-radius:15px}.wrap-toggle-checkboxes input.toggle+label{float:left;margin-right:10px}#seopress-content input.toggle+label:before,.seopress-option input.toggle+label:before{content:"";position:absolute;display:block;height:30px;width:30px;top:0;left:0;border-radius:15px;background:rgba(19,191,17,0);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}#seopress-content input.toggle+label:after,.seopress-option input.toggle+label:after{content:"";position:absolute;display:block;height:30px;width:30px;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);-moz-transition:.25s ease-in-out;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.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_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-option input.toggle[data-toggle="1"]+label:before{width:50px;background:rgba(19,191,17,1)}.seopress_wrap_single_cpt input.toggle[data-toggle="1"]+label:before,.seopress_wrap_tax input.toggle[data-toggle="1"]+label:before{width:40px;background:#3197d3}#seopress-content 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 rgba(19,191,17,1),0 2px 4px rgba(0,0,0,.2)}.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 #3197d3,0 2px 4px rgba(0,0,0,.2)}#seopress-content .seopress-page-list{position:relative}#seopress-notice-save{position:fixed;color:#fff;padding:15px 40px;font-size:.9rem;text-transform:uppercase;text-align:center;border-radius:0;background:rgba(74,184,102,.9);bottom:0;right:0;z-index:500;width:100%;font-weight:700}.seopress_page_seopress-pro-page #wpcontent{background:#f4f7fa}.seopress-option .wrap div.nav-tab-wrapper{border-bottom:1px solid RGB(238,238,238);margin:0 0 0 -16px;padding:0 10px;line-height:inherit;background:#fff;position:-webkit-sticky;position:sticky;top:102px;width:calc(100% + 12px);z-index:95;font-weight:400}#seopress-admin-tabs.wrap div.nav-tab-wrapper{margin:20px auto 0;max-width:53rem;width:100%;border-bottom:0;padding:0;line-height:inherit;position:-webkit-sticky;position:sticky;background:#f8fafd;z-index:100;top:31px;font-weight:400}#seopress-admin-tabs #tab_seopress_notifications.seopress-tab{background:0 0;padding:0}#seopress-admin-tabs .nav-tab,.seopress-option .nav-tab{border:0 solid #ccc;background:0 0;opacity:.5;padding:8px 8px;transition:opacity .3s linear;color:#191e23;margin:0;float:none;display:inline-block}#seopress-admin-tabs .nav-tab-active,#seopress-admin-tabs .nav-tab-active:hover,.seopress-option .about-wrap h2 .nav-tab-active,.seopress-option .nav-tab-active,.seopress-option .nav-tab-active:hover{background-color:#fff}#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{background:0 0;opacity:1;outline:0;font-weight:600;position:relative}.seopress-option .nav-tab-active::after{border-bottom:2px solid #0085ba;content:'';position:absolute;width:100%;bottom:0;left:0;display:block}#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}#section-export-redirects,#section-import-redirects{margin-top:-120px;padding-top:120px}.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}#tab_seopress_social_accounts .help-social{position:relative;right:0;width:30%}#tab_seopress_social_accounts .form-table{float:left;width:70%}
|
assets/js/seopress-block-editor.js
CHANGED
@@ -4,11 +4,11 @@ const { subscribe, select } = wp.data;
|
|
4 |
let hasSaved = false;
|
5 |
|
6 |
subscribe( () => {
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
$.ajax({
|
13 |
method : 'GET',
|
14 |
url : seopressAjaxRealPreview.seopress_real_preview,
|
@@ -34,6 +34,7 @@ let hasSaved = false;
|
|
34 |
$( '#seopress_cpt #seopress_social_twitter_title_meta' ).attr("placeholder", data.data.tw_title);
|
35 |
$( '#seopress_cpt #seopress_social_twitter_desc_meta' ).attr("placeholder", data.data.tw_desc);
|
36 |
$( '#seopress_cpt #seopress_social_twitter_img_meta' ).attr("placeholder", data.data.tw_img);
|
|
|
37 |
$( '#seopress_analysis_results_state' ).fadeIn().css('display', 'inline-block');
|
38 |
$( '#seopress_analysis_results_state' ).delay(3500).fadeOut();
|
39 |
$( '#seopress-analysis-tabs-1' ).load(' #seopress-analysis-tabs-1');
|
@@ -43,6 +44,6 @@ let hasSaved = false;
|
|
43 |
},
|
44 |
});
|
45 |
}
|
46 |
-
hasSaved = !!
|
47 |
});
|
48 |
});
|
4 |
let hasSaved = false;
|
5 |
|
6 |
subscribe( () => {
|
7 |
+
var isSavingPost = wp.data.select('core/editor').isSavingPost();
|
8 |
+
var isAutosavingPost = wp.data.select('core/editor').isAutosavingPost();
|
9 |
+
|
10 |
+
if (isSavingPost && !isAutosavingPost && !hasSaved) {
|
11 |
+
|
12 |
$.ajax({
|
13 |
method : 'GET',
|
14 |
url : seopressAjaxRealPreview.seopress_real_preview,
|
34 |
$( '#seopress_cpt #seopress_social_twitter_title_meta' ).attr("placeholder", data.data.tw_title);
|
35 |
$( '#seopress_cpt #seopress_social_twitter_desc_meta' ).attr("placeholder", data.data.tw_desc);
|
36 |
$( '#seopress_cpt #seopress_social_twitter_img_meta' ).attr("placeholder", data.data.tw_img);
|
37 |
+
$( '#seopress_cpt #seopress_robots_canonical_meta').attr('placeholder', data.data.canonical),
|
38 |
$( '#seopress_analysis_results_state' ).fadeIn().css('display', 'inline-block');
|
39 |
$( '#seopress_analysis_results_state' ).delay(3500).fadeOut();
|
40 |
$( '#seopress-analysis-tabs-1' ).load(' #seopress-analysis-tabs-1');
|
44 |
},
|
45 |
});
|
46 |
}
|
47 |
+
hasSaved = !! isSavingPost;
|
48 |
});
|
49 |
});
|
assets/js/seopress-counters.js
CHANGED
@@ -1,56 +1,162 @@
|
|
|
|
1 |
function sp_titles_counters() {
|
|
|
|
|
|
|
2 |
jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),
|
3 |
-
|
4 |
-
jQuery("#seopress_titles_title_pixel").text(pixelTitle(
|
5 |
-
jQuery("#seopress_titles_title_pixel").text(pixelTitle(
|
6 |
-
|
7 |
-
|
8 |
-
jQuery("#
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
})
|
22 |
}
|
23 |
|
24 |
function sp_meta_desc_counters() {
|
|
|
|
|
|
|
25 |
jQuery("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),
|
26 |
-
|
27 |
-
|
28 |
-
jQuery("#seopress_titles_desc_pixel").text(pixelTitle(jQuery("#
|
29 |
-
jQuery("#
|
30 |
-
|
31 |
-
jQuery("#
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
jQuery(".snippet-description").css("display", "none"),
|
40 |
jQuery(".snippet-description-custom").css("display", "inline"),
|
41 |
-
jQuery(".snippet-description-default").css("display", "none")) : 0 ==
|
42 |
jQuery(".snippet-description-custom").css("display", "none"),
|
43 |
-
jQuery(".snippet-description").css("display", "none"))
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
jQuery(".snippet-description").css("display", "none"),
|
47 |
jQuery(".snippet-description-custom").css("display", "inline"),
|
48 |
-
jQuery(".snippet-description-default").css("display", "none"))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
})
|
50 |
}
|
51 |
|
52 |
function pixelTitle(e) {
|
53 |
-
for (var s = [5, 6, 6, 18, 10, 10, 10, 10, 10, 12, 12, 12, 12, 10, 10, 10, 5, 5, 6, 10, 10, 16, 12, 3, 6, 6, 7, 11, 5, 6, 5, 5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 11, 11, 11, 10, 18, 12, 12, 13, 13, 12, 11, 14, 13, 5, 9, 12, 10, 15, 13, 14, 12, 14, 13, 12, 11, 13, 12, 17, 12, 12, 11, 5, 5, 5, 8, 10, 6, 10, 10, 9, 10, 10, 5, 10, 10, 4, 4, 9, 4, 15, 10, 10, 10, 10, 6, 9, 9, 5, 10, 9, 13, 9, 9, 9, 6, 5, 6, 11, 10, 0, 0, 4, 4, 10], t = 0, l = 0; l < e.length; l++) t += s[" ·˙・«»àô€ÀÈÊÉéèê !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuüvwxyz{|}~–\n\r
|
54 |
return t
|
55 |
}
|
56 |
jQuery(document).ready(function(e) {
|
@@ -72,27 +178,27 @@ jQuery(document).ready(function(e) {
|
|
72 |
let t = document.createElement("textarea");
|
73 |
t.innerHTML = s.data[e], s.data[e] = t.textContent
|
74 |
}),
|
75 |
-
e("#seopress_cpt .google-snippet-preview .snippet-title").html(s.data.title),
|
76 |
-
e("#seopress_cpt .google-snippet-preview .snippet-title-default").html(s.data.title),
|
77 |
-
e("#seopress_titles_title_meta").attr("placeholder", s.data.title),
|
78 |
-
e("#seopress_cpt .google-snippet-preview .snippet-description").html(s.data.meta_desc),
|
79 |
-
e("#seopress_cpt .google-snippet-preview .snippet-description-default").html(s.data.meta_desc),
|
80 |
-
e("#seopress_titles_desc_meta").attr("placeholder", s.data.meta_desc),
|
81 |
-
e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder", s.data.og_title),
|
82 |
-
e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder", s.data.og_desc),
|
83 |
-
e("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder", s.data.og_img),
|
84 |
-
e("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder", s.data.tw_title),
|
85 |
-
e("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder", s.data.tw_desc),
|
86 |
-
e("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder", s.data.tw_img),
|
87 |
-
e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder", s.data.canonical),
|
88 |
-
e("#seopress_analysis_results_state").fadeIn().css("display", "inline-block"),
|
89 |
-
e("#seopress_analysis_results_state").delay(3500).fadeOut(),
|
90 |
-
e("#seopress-analysis-tabs-1").load(" #seopress-analysis-tabs-1"),
|
91 |
-
e("#seopress-analysis-tabs-2").load(" #seopress-analysis-tabs-2"),
|
92 |
-
e("#seopress-analysis-tabs-3").load(" #seopress-analysis-tabs-3"),
|
93 |
-
e("#seopress-analysis-tabs-4").load(" #seopress-analysis-tabs-4"),
|
94 |
-
e(" #seopress_titles_title_counters_val").remove(),
|
95 |
-
e(" #seopress_titles_desc_counters_val").remove(),
|
96 |
sp_titles_counters(),
|
97 |
sp_meta_desc_counters()
|
98 |
}
|
1 |
+
|
2 |
function sp_titles_counters() {
|
3 |
+
var meta_title_val = jQuery("#seopress_titles_title_meta").val();
|
4 |
+
var meta_title_placeholder = jQuery("#seopress_titles_title_meta").attr("placeholder");
|
5 |
+
|
6 |
jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),
|
7 |
+
meta_title_val.length > 0 ? (jQuery("#seopress_titles_title_counters").text(meta_title_val.length),
|
8 |
+
jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))) : meta_title_placeholder.length && (jQuery("#seopress_titles_title_counters").text(meta_title_placeholder.length),
|
9 |
+
jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),
|
10 |
+
|
11 |
+
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"),
|
12 |
+
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");
|
13 |
+
|
14 |
+
if (meta_title_val.length) {
|
15 |
+
var progress = Math.round(pixelTitle(meta_title_val)/568*100);
|
16 |
+
} else {
|
17 |
+
var progress = Math.round(pixelTitle(meta_title_placeholder)/568*100);
|
18 |
+
}
|
19 |
+
|
20 |
+
if (progress >= 100) {
|
21 |
+
progress = 100;
|
22 |
+
}
|
23 |
+
|
24 |
+
jQuery('#seopress_titles_title_counters_progress').attr('aria-valuenow',progress),
|
25 |
+
jQuery('#seopress_titles_title_counters_progress').text(progress +'%'),
|
26 |
+
jQuery('#seopress_titles_title_counters_progress').css('width',progress +'%'),
|
27 |
+
|
28 |
+
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) {
|
29 |
+
var meta_title_val = jQuery("#seopress_titles_title_meta").val();
|
30 |
+
var meta_title_placeholder = jQuery("#seopress_titles_title_meta").attr("placeholder");
|
31 |
+
|
32 |
+
jQuery("#seopress_titles_title_counters").css("color", "inherit"),
|
33 |
+
jQuery("#seopress_titles_title_pixel").css("color", "inherit"),
|
34 |
+
|
35 |
+
meta_title_val.length > 60 && jQuery("#seopress_titles_title_counters").css("color", "red"),
|
36 |
+
pixelTitle(meta_title_val) > 568 && jQuery("#seopress_titles_title_pixel").css("color", "red");
|
37 |
+
|
38 |
+
if (meta_title_val.length == 0) {
|
39 |
+
meta_title_placeholder.length > 60 && jQuery("#seopress_titles_title_counters").css("color", "red"),
|
40 |
+
pixelTitle(meta_title_placeholder) > 568 && jQuery("#seopress_titles_title_pixel").css("color", "red")
|
41 |
+
}
|
42 |
+
|
43 |
+
meta_title_val.length > 0 ? (jQuery("#seopress_titles_title_counters").text(meta_title_val.length),
|
44 |
+
jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_val))) : meta_title_placeholder.length && (jQuery("#seopress_titles_title_counters").text(meta_title_placeholder.length),
|
45 |
+
jQuery("#seopress_titles_title_pixel").text(pixelTitle(meta_title_placeholder))),
|
46 |
+
|
47 |
+
meta_title_val.length > 0 ? (jQuery(".snippet-title-custom").text(e.target.value),
|
48 |
+
jQuery(".snippet-title").css("display", "none"),
|
49 |
+
jQuery(".snippet-title-custom").css("display", "block"),
|
50 |
+
jQuery(".snippet-title-default").css("display", "none")) : 0 == meta_title_val.length && (jQuery(".snippet-title-default").css("display", "block"),
|
51 |
+
jQuery(".snippet-title-custom").css("display", "none"), jQuery(".snippet-title").css("display", "none"));
|
52 |
+
|
53 |
+
if (meta_title_val.length) {
|
54 |
+
var progress = Math.round(pixelTitle(meta_title_val)/568*100);
|
55 |
+
} else {
|
56 |
+
var progress = Math.round(pixelTitle(meta_title_placeholder)/568*100);
|
57 |
+
}
|
58 |
+
|
59 |
+
if (progress >= 100) {
|
60 |
+
progress = 100;
|
61 |
+
}
|
62 |
+
|
63 |
+
jQuery('#seopress_titles_title_counters_progress').attr('aria-valuenow',progress),
|
64 |
+
jQuery('#seopress_titles_title_counters_progress').text(progress +'%'),
|
65 |
+
jQuery('#seopress_titles_title_counters_progress').css('width',progress +'%')
|
66 |
})
|
67 |
}
|
68 |
|
69 |
function sp_meta_desc_counters() {
|
70 |
+
var meta_desc_val = jQuery("#seopress_titles_desc_meta").val();
|
71 |
+
var meta_desc_placeholder = jQuery("#seopress_titles_desc_meta").attr("placeholder");
|
72 |
+
|
73 |
jQuery("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),
|
74 |
+
|
75 |
+
meta_desc_val.length > 0 ? (jQuery("#seopress_titles_desc_counters").text(meta_desc_val.length),
|
76 |
+
jQuery("#seopress_titles_desc_pixel").text(pixelTitle(meta_desc_val))) : meta_desc_placeholder.length && (jQuery("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),
|
77 |
+
jQuery("#seopress_titles_desc_pixel").text(pixelTitle(meta_desc_placeholder))),
|
78 |
+
|
79 |
+
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"),
|
80 |
+
pixelTitle(meta_desc_val) > 940 ? jQuery("#seopress_titles_desc_pixel").css("color", "red") : pixelTitle(meta_desc_placeholder) > 940 && jQuery("#seopress_titles_desc_pixel").css("color", "red");
|
81 |
+
|
82 |
+
if (meta_desc_val.length) {
|
83 |
+
var progress = Math.round(pixelTitle(meta_desc_val)/940*100);
|
84 |
+
} else {
|
85 |
+
var progress = Math.round(pixelTitle(meta_desc_placeholder)/940*100);
|
86 |
+
}
|
87 |
+
|
88 |
+
if (progress >= 100) {
|
89 |
+
progress = 100;
|
90 |
+
}
|
91 |
+
|
92 |
+
jQuery('#seopress_titles_desc_counters_progress').attr('aria-valuenow',progress),
|
93 |
+
jQuery('#seopress_titles_desc_counters_progress').text(progress +'%'),
|
94 |
+
jQuery('#seopress_titles_desc_counters_progress').css('width',progress +'%'),
|
95 |
+
|
96 |
+
jQuery("#seopress_titles_desc_meta, #seopress-tag-single-excerpt").on('keyup paste change click', function(e) {
|
97 |
+
var meta_desc_val = jQuery("#seopress_titles_desc_meta").val();
|
98 |
+
var meta_desc_placeholder = jQuery("#seopress_titles_desc_meta").attr("placeholder");
|
99 |
+
|
100 |
+
jQuery("#seopress_titles_desc_counters").css("color", "inherit"),
|
101 |
+
jQuery('#seopress_titles_desc_pixel').css('color', 'inherit'),
|
102 |
+
|
103 |
+
meta_desc_val.length > 160 && jQuery("#seopress_titles_desc_counters").css("color", "red"),
|
104 |
+
pixelTitle(meta_desc_val) > 940 && jQuery("#seopress_titles_desc_pixel").css("color", "red");
|
105 |
+
|
106 |
+
if (meta_desc_val.length == 0) {
|
107 |
+
meta_desc_placeholder.length > 160 && jQuery("#seopress_titles_desc_counters").css("color", "red"),
|
108 |
+
pixelTitle(meta_desc_placeholder) > 940 && jQuery("#seopress_titles_desc_pixel").css("color", "red")
|
109 |
+
}
|
110 |
+
|
111 |
+
meta_desc_val.length > 0 ? (jQuery("#seopress_titles_desc_counters").text(meta_desc_val.length),
|
112 |
+
jQuery("#seopress_titles_desc_pixel").text(pixelTitle(meta_desc_val))) : meta_desc_placeholder.length && (jQuery("#seopress_titles_desc_counters").text(meta_desc_placeholder.length),
|
113 |
+
jQuery("#seopress_titles_desc_pixel").text(pixelTitle(meta_desc_placeholder))), meta_desc_val.length > 0 ? (jQuery(".snippet-description-custom").text(e.target.value),
|
114 |
jQuery(".snippet-description").css("display", "none"),
|
115 |
jQuery(".snippet-description-custom").css("display", "inline"),
|
116 |
+
jQuery(".snippet-description-default").css("display", "none")) : 0 == meta_desc_val.length && (jQuery(".snippet-description-default").css("display", "inline"),
|
117 |
jQuery(".snippet-description-custom").css("display", "none"),
|
118 |
+
jQuery(".snippet-description").css("display", "none"));
|
119 |
+
|
120 |
+
if (meta_desc_val.length) {
|
121 |
+
var progress = Math.round(pixelTitle(meta_desc_val)/940*100);
|
122 |
+
} else {
|
123 |
+
var progress = Math.round(pixelTitle(meta_desc_placeholder)/940*100);
|
124 |
+
}
|
125 |
+
|
126 |
+
if (progress >= 100) {
|
127 |
+
progress = 100;
|
128 |
+
}
|
129 |
+
|
130 |
+
jQuery('#seopress_titles_desc_counters_progress').attr('aria-valuenow',progress),
|
131 |
+
jQuery('#seopress_titles_desc_counters_progress').text(progress +'%'),
|
132 |
+
jQuery('#seopress_titles_desc_counters_progress').css('width',progress +'%')
|
133 |
+
|
134 |
+
}), jQuery("#excerpt, .editor-post-excerpt textarea").keyup(function(e) {
|
135 |
+
var meta_desc_val = jQuery("#seopress_titles_desc_meta").val();
|
136 |
+
var meta_desc_placeholder = jQuery("#seopress_titles_desc_meta").attr("placeholder");
|
137 |
+
|
138 |
+
0 == meta_desc_val.length && 0 == jQuery(".snippet-description-custom").val().length && (jQuery(".snippet-description-custom").text(e.target.value),
|
139 |
jQuery(".snippet-description").css("display", "none"),
|
140 |
jQuery(".snippet-description-custom").css("display", "inline"),
|
141 |
+
jQuery(".snippet-description-default").css("display", "none"));
|
142 |
+
|
143 |
+
if (meta_desc_val.length) {
|
144 |
+
var progress = meta_desc_val.length;
|
145 |
+
} else {
|
146 |
+
var progress = meta_desc_placeholder.length;
|
147 |
+
}
|
148 |
+
if (progress >= 100) {
|
149 |
+
progress = 100;
|
150 |
+
}
|
151 |
+
|
152 |
+
jQuery('#seopress_titles_desc_counters_progress').attr('aria-valuenow',progress),
|
153 |
+
jQuery('#seopress_titles_desc_counters_progress').text(progress +'%'),
|
154 |
+
jQuery('#seopress_titles_desc_counters_progress').css('width',progress +'%')
|
155 |
})
|
156 |
}
|
157 |
|
158 |
function pixelTitle(e) {
|
159 |
+
for (var s = [5, 6, 6, 18, 10, 10, 10, 10, 10, 12, 12, 12, 12, 10, 10, 10, 5, 5, 6, 10, 10, 16, 12, 3, 6, 6, 7, 11, 5, 6, 5, 5, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 5, 5, 11, 11, 11, 10, 18, 12, 12, 13, 13, 12, 11, 14, 13, 5, 9, 12, 10, 15, 13, 14, 12, 14, 13, 12, 11, 13, 12, 17, 12, 12, 11, 5, 5, 5, 8, 10, 6, 10, 10, 9, 10, 10, 5, 10, 10, 4, 4, 9, 4, 15, 10, 10, 10, 10, 6, 9, 9, 5, 10, 9, 13, 9, 9, 9, 6, 5, 6, 11, 10, 0, 0, 4, 4, 10, 10], t = 0, l = 0; l < e.length; l++) t += s[" ·˙・«»àô€ÀÈÊÉéèê !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuüvwxyz{|}~–\n\r‘’£…".indexOf(e.substring(l, l + 1))];
|
160 |
return t
|
161 |
}
|
162 |
jQuery(document).ready(function(e) {
|
178 |
let t = document.createElement("textarea");
|
179 |
t.innerHTML = s.data[e], s.data[e] = t.textContent
|
180 |
}),
|
181 |
+
e("#seopress_cpt .google-snippet-preview .snippet-title").html(s.data.title),
|
182 |
+
e("#seopress_cpt .google-snippet-preview .snippet-title-default").html(s.data.title),
|
183 |
+
e("#seopress_titles_title_meta").attr("placeholder", s.data.title),
|
184 |
+
e("#seopress_cpt .google-snippet-preview .snippet-description").html(s.data.meta_desc),
|
185 |
+
e("#seopress_cpt .google-snippet-preview .snippet-description-default").html(s.data.meta_desc),
|
186 |
+
e("#seopress_titles_desc_meta").attr("placeholder", s.data.meta_desc),
|
187 |
+
e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder", s.data.og_title),
|
188 |
+
e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder", s.data.og_desc),
|
189 |
+
e("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder", s.data.og_img),
|
190 |
+
e("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder", s.data.tw_title),
|
191 |
+
e("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder", s.data.tw_desc),
|
192 |
+
e("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder", s.data.tw_img),
|
193 |
+
e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder", s.data.canonical),
|
194 |
+
e("#seopress_analysis_results_state").fadeIn().css("display", "inline-block"),
|
195 |
+
e("#seopress_analysis_results_state").delay(3500).fadeOut(),
|
196 |
+
e("#seopress-analysis-tabs-1").load(" #seopress-analysis-tabs-1"),
|
197 |
+
e("#seopress-analysis-tabs-2").load(" #seopress-analysis-tabs-2"),
|
198 |
+
e("#seopress-analysis-tabs-3").load(" #seopress-analysis-tabs-3"),
|
199 |
+
e("#seopress-analysis-tabs-4").load(" #seopress-analysis-tabs-4"),
|
200 |
+
e(" #seopress_titles_title_counters_val").remove(),
|
201 |
+
e(" #seopress_titles_desc_counters_val").remove(),
|
202 |
sp_titles_counters(),
|
203 |
sp_meta_desc_counters()
|
204 |
}
|
assets/js/seopress-counters.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function sp_titles_counters(){jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),
|
1 |
+
function sp_titles_counters(){var e=jQuery("#seopress_titles_title_meta").val(),s=jQuery("#seopress_titles_title_meta").attr("placeholder");if(jQuery("#seopress_titles_title_counters").after('<div id="seopress_titles_title_counters_val">/ 60</div>'),e.length>0?(jQuery("#seopress_titles_title_counters").text(e.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(e))):s.length&&(jQuery("#seopress_titles_title_counters").text(s.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(s))),e.length>60?jQuery("#seopress_titles_title_counters").css("color","red"):s.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(e)>568?jQuery("#seopress_titles_title_pixel").css("color","red"):pixelTitle(s)>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),e.length)var t=Math.round(pixelTitle(e)/568*100);else t=Math.round(pixelTitle(s)/568*100);t>=100&&(t=100),jQuery("#seopress_titles_title_counters_progress").attr("aria-valuenow",t),jQuery("#seopress_titles_title_counters_progress").text(t+"%"),jQuery("#seopress_titles_title_counters_progress").css("width",t+"%"),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 s=jQuery("#seopress_titles_title_meta").val(),t=jQuery("#seopress_titles_title_meta").attr("placeholder");if(jQuery("#seopress_titles_title_counters").css("color","inherit"),jQuery("#seopress_titles_title_pixel").css("color","inherit"),s.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(s)>568&&jQuery("#seopress_titles_title_pixel").css("color","red"),0==s.length&&(t.length>60&&jQuery("#seopress_titles_title_counters").css("color","red"),pixelTitle(t)>568&&jQuery("#seopress_titles_title_pixel").css("color","red")),s.length>0?(jQuery("#seopress_titles_title_counters").text(s.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(s))):t.length&&(jQuery("#seopress_titles_title_counters").text(t.length),jQuery("#seopress_titles_title_pixel").text(pixelTitle(t))),s.length>0?(jQuery(".snippet-title-custom").text(e.target.value),jQuery(".snippet-title").css("display","none"),jQuery(".snippet-title-custom").css("display","block"),jQuery(".snippet-title-default").css("display","none")):0==s.length&&(jQuery(".snippet-title-default").css("display","block"),jQuery(".snippet-title-custom").css("display","none"),jQuery(".snippet-title").css("display","none")),s.length)var r=Math.round(pixelTitle(s)/568*100);else r=Math.round(pixelTitle(t)/568*100);r>=100&&(r=100),jQuery("#seopress_titles_title_counters_progress").attr("aria-valuenow",r),jQuery("#seopress_titles_title_counters_progress").text(r+"%"),jQuery("#seopress_titles_title_counters_progress").css("width",r+"%")})}function sp_meta_desc_counters(){var e=jQuery("#seopress_titles_desc_meta").val(),s=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(jQuery("#seopress_titles_desc_counters").after('<div id="seopress_titles_desc_counters_val">/ 160</div>'),e.length>0?(jQuery("#seopress_titles_desc_counters").text(e.length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(e))):s.length&&(jQuery("#seopress_titles_desc_counters").text(s.length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(s))),e.length>160?jQuery("#seopress_titles_desc_counters").css("color","red"):s.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelTitle(e)>940?jQuery("#seopress_titles_desc_pixel").css("color","red"):pixelTitle(s)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),e.length)var t=Math.round(pixelTitle(e)/940*100);else t=Math.round(pixelTitle(s)/940*100);t>=100&&(t=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",t),jQuery("#seopress_titles_desc_counters_progress").text(t+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",t+"%"),jQuery("#seopress_titles_desc_meta, #seopress-tag-single-excerpt").on("keyup paste change click",function(e){var s=jQuery("#seopress_titles_desc_meta").val(),t=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(jQuery("#seopress_titles_desc_counters").css("color","inherit"),jQuery("#seopress_titles_desc_pixel").css("color","inherit"),s.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelTitle(s)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red"),0==s.length&&(t.length>160&&jQuery("#seopress_titles_desc_counters").css("color","red"),pixelTitle(t)>940&&jQuery("#seopress_titles_desc_pixel").css("color","red")),s.length>0?(jQuery("#seopress_titles_desc_counters").text(s.length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(s))):t.length&&(jQuery("#seopress_titles_desc_counters").text(t.length),jQuery("#seopress_titles_desc_pixel").text(pixelTitle(t))),s.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==s.length&&(jQuery(".snippet-description-default").css("display","inline"),jQuery(".snippet-description-custom").css("display","none"),jQuery(".snippet-description").css("display","none")),s.length)var r=Math.round(pixelTitle(s)/940*100);else r=Math.round(pixelTitle(t)/940*100);r>=100&&(r=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",r),jQuery("#seopress_titles_desc_counters_progress").text(r+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",r+"%")}),jQuery("#excerpt, .editor-post-excerpt textarea").keyup(function(e){var s=jQuery("#seopress_titles_desc_meta").val(),t=jQuery("#seopress_titles_desc_meta").attr("placeholder");if(0==s.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")),s.length)var r=s.length;else r=t.length;r>=100&&(r=100),jQuery("#seopress_titles_desc_counters_progress").attr("aria-valuenow",r),jQuery("#seopress_titles_desc_counters_progress").text(r+"%"),jQuery("#seopress_titles_desc_counters_progress").css("width",r+"%")})}function pixelTitle(e){for(var s=[5,6,6,18,10,10,10,10,10,12,12,12,12,10,10,10,5,5,6,10,10,16,12,3,6,6,7,11,5,6,5,5,10,10,10,10,10,10,10,10,10,10,5,5,11,11,11,10,18,12,12,13,13,12,11,14,13,5,9,12,10,15,13,14,12,14,13,12,11,13,12,17,12,12,11,5,5,5,8,10,6,10,10,9,10,10,5,10,10,4,4,9,4,15,10,10,10,10,6,9,9,5,10,9,13,9,9,9,6,5,6,11,10,0,0,4,4,10,10],t=0,r=0;r<e.length;r++)t+=s[" ·˙・«»àô€ÀÈÊÉéèê !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuüvwxyz{|}~–\n\r‘’£…".indexOf(e.substring(r,r+1))];return t}jQuery(document).ready(function(e){function s(){e.ajax({method:"GET",url:seopressAjaxRealPreview.seopress_real_preview,data:{action:"seopress_do_real_preview",post_id:e("#seopress-tabs").attr("data_id"),tax_name:e("#seopress-tabs").attr("data_tax"),origin:e("#seopress-tabs").attr("data_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},success:function(s){Object.keys(s.data).forEach(e=>{let t=document.createElement("textarea");t.innerHTML=s.data[e],s.data[e]=t.textContent}),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),e("#seopress_cpt #seopress_social_fb_title_meta").attr("placeholder",s.data.og_title),e("#seopress_cpt #seopress_social_fb_desc_meta").attr("placeholder",s.data.og_desc),e("#seopress_cpt #seopress_social_fb_img_meta").attr("placeholder",s.data.og_img),e("#seopress_cpt #seopress_social_twitter_title_meta").attr("placeholder",s.data.tw_title),e("#seopress_cpt #seopress_social_twitter_desc_meta").attr("placeholder",s.data.tw_desc),e("#seopress_cpt #seopress_social_twitter_img_meta").attr("placeholder",s.data.tw_img),e("#seopress_cpt #seopress_robots_canonical_meta").attr("placeholder",s.data.canonical),e("#seopress_analysis_results_state").fadeIn().css("display","inline-block"),e("#seopress_analysis_results_state").delay(3500).fadeOut(),e("#seopress-analysis-tabs-1").load(" #seopress-analysis-tabs-1"),e("#seopress-analysis-tabs-2").load(" #seopress-analysis-tabs-2"),e("#seopress-analysis-tabs-3").load(" #seopress-analysis-tabs-3"),e("#seopress-analysis-tabs-4").load(" #seopress-analysis-tabs-4"),e(" #seopress_titles_title_counters_val").remove(),e(" #seopress_titles_desc_counters_val").remove(),sp_titles_counters(),sp_meta_desc_counters()}})}e("#seopress-analysis-tabs .hidden").removeClass("hidden"),e("#seopress-analysis-tabs").tabs(),s(),e("#seopress_launch_analysis").on("click",function(){s()})});
|
inc/admin/admin-metaboxes-form.php
CHANGED
@@ -103,7 +103,10 @@ echo '<div id="seopress-tabs" data_id="'.$current_id.'" data_origin="'.$origin.'
|
|
103 |
<p style="margin-bottom:0">
|
104 |
<label for="seopress_titles_title_meta">'. __( 'Title', 'wp-seopress' ) .'</label>
|
105 |
<input id="seopress_titles_title_meta" type="text" name="seopress_titles_title" placeholder="'.esc_html__('Enter your title','wp-seopress').'" aria-label="'.__('Title','wp-seopress').'" value="'.$seopress_titles_title.'" />
|
106 |
-
</p>
|
|
|
|
|
|
|
107 |
<div class="wrap-seopress-counters">
|
108 |
<div id="seopress_titles_title_pixel"></div>
|
109 |
<strong>'.__(' / 568 pixels - ','wp-seopress').'</strong>
|
@@ -123,6 +126,9 @@ echo '<div id="seopress-tabs" data_id="'.$current_id.'" data_origin="'.$origin.'
|
|
123 |
<label for="seopress_titles_desc_meta">'. __( 'Meta description', 'wp-seopress' ) .'</label>
|
124 |
<textarea id="seopress_titles_desc_meta" style="width:100%" rows="8" name="seopress_titles_desc" placeholder="'.esc_html__('Enter your meta description','wp-seopress').'" aria-label="'.__('Meta description','wp-seopress').'" value="'.$seopress_titles_desc.'">'.$seopress_titles_desc.'</textarea>
|
125 |
</p>
|
|
|
|
|
|
|
126 |
<div class="wrap-seopress-counters">
|
127 |
<div id="seopress_titles_desc_pixel"></div>
|
128 |
<strong>'.__(' / 940 pixels - ','wp-seopress').'</strong>
|
103 |
<p style="margin-bottom:0">
|
104 |
<label for="seopress_titles_title_meta">'. __( 'Title', 'wp-seopress' ) .'</label>
|
105 |
<input id="seopress_titles_title_meta" type="text" name="seopress_titles_title" placeholder="'.esc_html__('Enter your title','wp-seopress').'" aria-label="'.__('Title','wp-seopress').'" value="'.$seopress_titles_title.'" />
|
106 |
+
</p>
|
107 |
+
<div class="sp-progress">
|
108 |
+
<div id="seopress_titles_title_counters_progress" class="sp-progress-bar" role="progressbar" style="width: 1%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="100">1%</div>
|
109 |
+
</div>
|
110 |
<div class="wrap-seopress-counters">
|
111 |
<div id="seopress_titles_title_pixel"></div>
|
112 |
<strong>'.__(' / 568 pixels - ','wp-seopress').'</strong>
|
126 |
<label for="seopress_titles_desc_meta">'. __( 'Meta description', 'wp-seopress' ) .'</label>
|
127 |
<textarea id="seopress_titles_desc_meta" style="width:100%" rows="8" name="seopress_titles_desc" placeholder="'.esc_html__('Enter your meta description','wp-seopress').'" aria-label="'.__('Meta description','wp-seopress').'" value="'.$seopress_titles_desc.'">'.$seopress_titles_desc.'</textarea>
|
128 |
</p>
|
129 |
+
<div class="sp-progress">
|
130 |
+
<div id="seopress_titles_desc_counters_progress" class="sp-progress-bar" role="progressbar" style="width: 1%;" aria-valuenow="1" aria-valuemin="0" aria-valuemax="100">1%</div>
|
131 |
+
</div>
|
132 |
<div class="wrap-seopress-counters">
|
133 |
<div id="seopress_titles_desc_pixel"></div>
|
134 |
<strong>'.__(' / 940 pixels - ','wp-seopress').'</strong>
|
inc/admin/admin.php
CHANGED
@@ -196,11 +196,11 @@ class seopress_options
|
|
196 |
<ul>
|
197 |
<li><span>'.__('%%sep%%','wp-seopress').'</span>'.__('Separator (eg: - )','wp-seopress').'</li>
|
198 |
<li><span>'.__('%%sitetitle%%','wp-seopress').'</span>'.__('Site Title','wp-seopress').'</li>
|
199 |
-
<li><span>'.__('%%tagline%%','wp-seopress').'</span>'.__('Tagline','wp-seopress').'</li>
|
200 |
<li><span>'.__('%%post_title%% (alias %%title%%)','wp-seopress').'</span>'.__('Post Title (post, page, custom post type)','wp-seopress').'</li>
|
201 |
-
<li><span>'.__('%%post_excerpt%%','wp-seopress').'</span>'.__('Post excerpt','wp-seopress').'</li>
|
202 |
<li><span>'.__('%%post_content%%','wp-seopress').'</span>'.__('Post content / product long description','wp-seopress').'</li>
|
203 |
-
<li><span>'.__('%%post_date%%','wp-seopress').'</span>'.__('Post date','wp-seopress').'</li>
|
204 |
<li><span>'.__('%%post_modified_date%%','wp-seopress').'</span>'.__('Last modified post date','wp-seopress').'</li>
|
205 |
<li><span>'.__('%%post_author%%','wp-seopress').'</span>'.__('Post author','wp-seopress').'</li>
|
206 |
<li><span>'.__('%%post_category%%','wp-seopress').'</span>'.__('Post category','wp-seopress').'</li>
|
@@ -3008,6 +3008,14 @@ class seopress_options
|
|
3008 |
'seopress_setting_section_google_analytics_features' // Section
|
3009 |
);
|
3010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3011 |
add_settings_field(
|
3012 |
'seopress_google_analytics_remarketing', // ID
|
3013 |
__("Enable remarketing, demographics, and interests reporting","wp-seopress"), // Title
|
@@ -3510,7 +3518,7 @@ class seopress_options
|
|
3510 |
'a' => array('href' => array(), 'target' => array())
|
3511 |
);
|
3512 |
$input[$value] = wp_kses($input[$value], $args);
|
3513 |
-
} elseif ((!empty( $input['seopress_google_analytics_other_tracking'] ) && $value =='seopress_google_analytics_other_tracking') || (!empty( $input['seopress_google_analytics_other_tracking_body'] ) && $value =='seopress_google_analytics_other_tracking_body')) {
|
3514 |
$input[$value] = $input[$value]; //No sanitization for this field
|
3515 |
} elseif( !empty( $input[$value] ) ) {
|
3516 |
$input[$value] = sanitize_text_field( $input[$value] );
|
@@ -3772,6 +3780,47 @@ class seopress_options
|
|
3772 |
foreach (seopress_get_post_types() as $seopress_cpt_key => $seopress_cpt_value) {
|
3773 |
echo '<h2>'.$seopress_cpt_value->labels->name.' <em><small>['.$seopress_cpt_value->name.']</small></em></h2>';
|
3774 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3775 |
//Single Title CPT
|
3776 |
echo '<div class="seopress_wrap_single_cpt">';
|
3777 |
|
@@ -3907,12 +3956,53 @@ class seopress_options
|
|
3907 |
public function seopress_titles_tax_titles_callback()
|
3908 |
{
|
3909 |
foreach (seopress_get_taxonomies() as $seopress_tax_key => $seopress_tax_value) {
|
3910 |
-
|
3911 |
-
$check = isset($this->options['seopress_titles_tax_titles'][$seopress_tax_key]['title']) ? $this->options['seopress_titles_tax_titles'][$seopress_tax_key]['title'] : NULL;
|
3912 |
|
3913 |
echo '<h2>'.$seopress_tax_value->labels->name.' <em><small>['.$seopress_tax_value->name.']</small></em></h2>';
|
3914 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3915 |
//Tax Title
|
|
|
|
|
3916 |
echo '<div class="seopress_wrap_tax">';
|
3917 |
|
3918 |
_e('Title template','wp-seopress');
|
@@ -5402,6 +5492,17 @@ class seopress_options
|
|
5402 |
|
5403 |
echo '<p class="description">'.__('This code will be added just after the opening body tag of your page.','wp-seopress').'</a></p>';
|
5404 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5405 |
|
5406 |
public function seopress_google_analytics_remarketing_callback()
|
5407 |
{
|
196 |
<ul>
|
197 |
<li><span>'.__('%%sep%%','wp-seopress').'</span>'.__('Separator (eg: - )','wp-seopress').'</li>
|
198 |
<li><span>'.__('%%sitetitle%%','wp-seopress').'</span>'.__('Site Title','wp-seopress').'</li>
|
199 |
+
<li><span>'.__('%%tagline%% (alias %%sitedesc%%)','wp-seopress').'</span>'.__('Tagline','wp-seopress').'</li>
|
200 |
<li><span>'.__('%%post_title%% (alias %%title%%)','wp-seopress').'</span>'.__('Post Title (post, page, custom post type)','wp-seopress').'</li>
|
201 |
+
<li><span>'.__('%%post_excerpt%% (alias %%excerpt%%)','wp-seopress').'</span>'.__('Post excerpt','wp-seopress').'</li>
|
202 |
<li><span>'.__('%%post_content%%','wp-seopress').'</span>'.__('Post content / product long description','wp-seopress').'</li>
|
203 |
+
<li><span>'.__('%%post_date%% (alias %%date%%)','wp-seopress').'</span>'.__('Post date','wp-seopress').'</li>
|
204 |
<li><span>'.__('%%post_modified_date%%','wp-seopress').'</span>'.__('Last modified post date','wp-seopress').'</li>
|
205 |
<li><span>'.__('%%post_author%%','wp-seopress').'</span>'.__('Post author','wp-seopress').'</li>
|
206 |
<li><span>'.__('%%post_category%%','wp-seopress').'</span>'.__('Post category','wp-seopress').'</li>
|
3008 |
'seopress_setting_section_google_analytics_features' // Section
|
3009 |
);
|
3010 |
|
3011 |
+
add_settings_field(
|
3012 |
+
'seopress_google_analytics_other_tracking_footer', // ID
|
3013 |
+
__("[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)","wp-seopress"), // Title
|
3014 |
+
array( $this, 'seopress_google_analytics_other_tracking_footer_callback' ), // Callback
|
3015 |
+
'seopress-settings-admin-google-analytics-features', // Page
|
3016 |
+
'seopress_setting_section_google_analytics_features' // Section
|
3017 |
+
);
|
3018 |
+
|
3019 |
add_settings_field(
|
3020 |
'seopress_google_analytics_remarketing', // ID
|
3021 |
__("Enable remarketing, demographics, and interests reporting","wp-seopress"), // Title
|
3518 |
'a' => array('href' => array(), 'target' => array())
|
3519 |
);
|
3520 |
$input[$value] = wp_kses($input[$value], $args);
|
3521 |
+
} elseif ((!empty( $input['seopress_google_analytics_other_tracking'] ) && $value =='seopress_google_analytics_other_tracking') || (!empty( $input['seopress_google_analytics_other_tracking_body'] ) && $value =='seopress_google_analytics_other_tracking_body') || (!empty( $input['seopress_google_analytics_other_tracking_footer'] ) && $value =='seopress_google_analytics_other_tracking_footer')) {
|
3522 |
$input[$value] = $input[$value]; //No sanitization for this field
|
3523 |
} elseif( !empty( $input[$value] ) ) {
|
3524 |
$input[$value] = sanitize_text_field( $input[$value] );
|
3780 |
foreach (seopress_get_post_types() as $seopress_cpt_key => $seopress_cpt_value) {
|
3781 |
echo '<h2>'.$seopress_cpt_value->labels->name.' <em><small>['.$seopress_cpt_value->name.']</small></em></h2>';
|
3782 |
|
3783 |
+
//Single on/off CPT
|
3784 |
+
echo '<div class="seopress_wrap_single_cpt">';
|
3785 |
+
|
3786 |
+
$options = get_option( 'seopress_titles_option_name' );
|
3787 |
+
|
3788 |
+
$check = isset($options['seopress_titles_single_titles'][$seopress_cpt_key]['enable']) ? $options['seopress_titles_single_titles'][$seopress_cpt_key]['enable'] : NULL;
|
3789 |
+
|
3790 |
+
echo '<input id="seopress_titles_single_cpt_enable['.$seopress_cpt_key.']" data-id='.$seopress_cpt_key.' name="seopress_titles_option_name[seopress_titles_single_titles]['.$seopress_cpt_key.'][enable]" class="toggle" type="checkbox"';
|
3791 |
+
if ('1' == $check) {
|
3792 |
+
echo 'checked="yes" data-toggle="0"';
|
3793 |
+
} else {
|
3794 |
+
echo 'data-toggle="1"';
|
3795 |
+
};
|
3796 |
+
echo ' value="1"/>';
|
3797 |
+
|
3798 |
+
echo '<label for="seopress_titles_single_cpt_enable['.$seopress_cpt_key.']">'. __( 'Click to hide any SEO metaboxes for this post type', 'wp-seopress' ) .'</label>';
|
3799 |
+
|
3800 |
+
echo '<span id="titles-state-default" class="feature-state"><span class="dashicons dashicons-arrow-left-alt"></span>'.__( 'Click to hide any SEO metaboxes for this post type', 'wp-seopress') .'</span>';
|
3801 |
+
|
3802 |
+
$toggle_txt_on = '<span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to display any SEO metaboxes for this post type','wp-seopress');
|
3803 |
+
$toggle_txt_off = '<span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to hide any SEO metaboxes for this post type','wp-seopress');
|
3804 |
+
|
3805 |
+
echo "<script>
|
3806 |
+
jQuery(document).ready(function($) {
|
3807 |
+
$('input[data-id=".$seopress_cpt_key."]').on('click', function() {
|
3808 |
+
$(this).attr('data-toggle', $(this).attr('data-toggle') == '1' ? '0' : '1');
|
3809 |
+
if ($(this).attr('data-toggle') == '1') {
|
3810 |
+
$(this).next().next('.feature-state').html('".$toggle_txt_off."');
|
3811 |
+
} else {
|
3812 |
+
$(this).next().next('.feature-state').html('".$toggle_txt_on."');
|
3813 |
+
}
|
3814 |
+
});
|
3815 |
+
});
|
3816 |
+
</script>";
|
3817 |
+
|
3818 |
+
if (isset($this->options['seopress_titles_single_titles'][$seopress_cpt_key]['enable'])) {
|
3819 |
+
esc_attr( $this->options['seopress_titles_single_titles'][$seopress_cpt_key]['enable']);
|
3820 |
+
}
|
3821 |
+
|
3822 |
+
echo '</div>';
|
3823 |
+
|
3824 |
//Single Title CPT
|
3825 |
echo '<div class="seopress_wrap_single_cpt">';
|
3826 |
|
3956 |
public function seopress_titles_tax_titles_callback()
|
3957 |
{
|
3958 |
foreach (seopress_get_taxonomies() as $seopress_tax_key => $seopress_tax_value) {
|
|
|
|
|
3959 |
|
3960 |
echo '<h2>'.$seopress_tax_value->labels->name.' <em><small>['.$seopress_tax_value->name.']</small></em></h2>';
|
3961 |
|
3962 |
+
//Single on/off Tax
|
3963 |
+
echo '<div class="seopress_wrap_tax">';
|
3964 |
+
|
3965 |
+
$options = get_option( 'seopress_titles_option_name' );
|
3966 |
+
|
3967 |
+
$check = isset($options['seopress_titles_tax_titles'][$seopress_tax_key]['enable']) ? $options['seopress_titles_tax_titles'][$seopress_tax_key]['enable'] : NULL;
|
3968 |
+
|
3969 |
+
echo '<input id="seopress_titles_tax_titles_enable['.$seopress_tax_key.']" data-id='.$seopress_tax_key.' name="seopress_titles_option_name[seopress_titles_tax_titles]['.$seopress_tax_key.'][enable]" class="toggle" type="checkbox"';
|
3970 |
+
if ('1' == $check) {
|
3971 |
+
echo 'checked="yes" data-toggle="0"';
|
3972 |
+
} else {
|
3973 |
+
echo 'data-toggle="1"';
|
3974 |
+
};
|
3975 |
+
echo ' value="1"/>';
|
3976 |
+
|
3977 |
+
echo '<label for="seopress_titles_tax_titles_enable['.$seopress_tax_key.']">'. __( 'Click to hide any SEO metaboxes for this taxonomy', 'wp-seopress' ) .'</label>';
|
3978 |
+
|
3979 |
+
echo '<span id="titles-state-default" class="feature-state"><span class="dashicons dashicons-arrow-left-alt"></span>'.__( 'Click to hide any SEO metaboxes for this taxonomy', 'wp-seopress') .'</span>';
|
3980 |
+
|
3981 |
+
$toggle_txt_on = '<span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to display any SEO metaboxes for this taxonomy','wp-seopress');
|
3982 |
+
$toggle_txt_off = '<span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to hide any SEO metaboxes for this taxonomy','wp-seopress');
|
3983 |
+
|
3984 |
+
echo "<script>
|
3985 |
+
jQuery(document).ready(function($) {
|
3986 |
+
$('input[data-id=".$seopress_tax_key."]').on('click', function() {
|
3987 |
+
$(this).attr('data-toggle', $(this).attr('data-toggle') == '1' ? '0' : '1');
|
3988 |
+
if ($(this).attr('data-toggle') == '1') {
|
3989 |
+
$(this).next().next('.feature-state').html('".$toggle_txt_off."');
|
3990 |
+
} else {
|
3991 |
+
$(this).next().next('.feature-state').html('".$toggle_txt_on."');
|
3992 |
+
}
|
3993 |
+
});
|
3994 |
+
});
|
3995 |
+
</script>";
|
3996 |
+
|
3997 |
+
if (isset($this->options['seopress_titles_tax_titles'][$seopress_tax_key]['enable'])) {
|
3998 |
+
esc_attr( $this->options['seopress_titles_tax_titles'][$seopress_tax_key]['enable']);
|
3999 |
+
}
|
4000 |
+
|
4001 |
+
echo '</div>';
|
4002 |
+
|
4003 |
//Tax Title
|
4004 |
+
$check = isset($this->options['seopress_titles_tax_titles'][$seopress_tax_key]['title']) ? $this->options['seopress_titles_tax_titles'][$seopress_tax_key]['title'] : NULL;
|
4005 |
+
|
4006 |
echo '<div class="seopress_wrap_tax">';
|
4007 |
|
4008 |
_e('Title template','wp-seopress');
|
5492 |
|
5493 |
echo '<p class="description">'.__('This code will be added just after the opening body tag of your page.','wp-seopress').'</a></p>';
|
5494 |
}
|
5495 |
+
|
5496 |
+
public function seopress_google_analytics_other_tracking_footer_callback()
|
5497 |
+
{
|
5498 |
+
$check = isset($this->options['seopress_google_analytics_other_tracking_footer']) ? $this->options['seopress_google_analytics_other_tracking_footer'] : NULL;
|
5499 |
+
|
5500 |
+
printf(
|
5501 |
+
'<textarea id="seopress_google_analytics_other_tracking_footer" name="seopress_google_analytics_option_name[seopress_google_analytics_other_tracking_footer]" rows="16" placeholder="'.esc_html__('Paste your tracking code here (body footer)','wp-seopress').'" aria-label="'.__('Additional tracking code field added to body footer','wp-seopress').'">%s</textarea>',
|
5502 |
+
esc_textarea($check));
|
5503 |
+
|
5504 |
+
echo '<p class="description">'.__('This code will be added just after the closing body tag of your page.','wp-seopress').'</a></p>';
|
5505 |
+
}
|
5506 |
|
5507 |
public function seopress_google_analytics_remarketing_callback()
|
5508 |
{
|
inc/functions/options-google-analytics.php
CHANGED
@@ -120,6 +120,18 @@ function seopress_google_analytics_other_tracking_body_option() {
|
|
120 |
}
|
121 |
}
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
//Remarketing
|
124 |
function seopress_google_analytics_remarketing_option() {
|
125 |
$seopress_google_analytics_remarketing_option = get_option("seopress_google_analytics_option_name");
|
@@ -631,6 +643,25 @@ function seopress_custom_tracking_body_hook() {
|
|
631 |
do_action('seopress_custom_body_tracking_html', $echo);
|
632 |
}
|
633 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
634 |
//Build custom code in head
|
635 |
function seopress_google_analytics_head_code($echo) {
|
636 |
if (seopress_google_analytics_other_tracking_option() !='') {
|
@@ -669,6 +700,7 @@ if (seopress_google_analytics_half_disable_option() =='1' || (((isset($_COOKIE["
|
|
669 |
}
|
670 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
671 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
|
|
672 |
}
|
673 |
} else {
|
674 |
if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
|
@@ -677,6 +709,7 @@ if (seopress_google_analytics_half_disable_option() =='1' || (((isset($_COOKIE["
|
|
677 |
}
|
678 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
679 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
|
|
680 |
}
|
681 |
}
|
682 |
} else {
|
@@ -686,5 +719,6 @@ if (seopress_google_analytics_half_disable_option() =='1' || (((isset($_COOKIE["
|
|
686 |
}
|
687 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
688 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
|
|
689 |
}
|
690 |
}
|
120 |
}
|
121 |
}
|
122 |
|
123 |
+
//Additional tracking code - footer
|
124 |
+
function seopress_google_analytics_other_tracking_footer_option() {
|
125 |
+
$seopress_google_analytics_other_tracking_footer_option = get_option("seopress_google_analytics_option_name");
|
126 |
+
if ( ! empty ( $seopress_google_analytics_other_tracking_footer_option ) ) {
|
127 |
+
foreach ($seopress_google_analytics_other_tracking_footer_option as $key => $seopress_google_analytics_other_tracking_footer_value)
|
128 |
+
$options[$key] = $seopress_google_analytics_other_tracking_footer_value;
|
129 |
+
if (isset($seopress_google_analytics_other_tracking_footer_option['seopress_google_analytics_other_tracking_footer'])) {
|
130 |
+
return $seopress_google_analytics_other_tracking_footer_option['seopress_google_analytics_other_tracking_footer'];
|
131 |
+
}
|
132 |
+
}
|
133 |
+
}
|
134 |
+
|
135 |
//Remarketing
|
136 |
function seopress_google_analytics_remarketing_option() {
|
137 |
$seopress_google_analytics_remarketing_option = get_option("seopress_google_analytics_option_name");
|
643 |
do_action('seopress_custom_body_tracking_html', $echo);
|
644 |
}
|
645 |
|
646 |
+
//Build custom code before body tag closing
|
647 |
+
function seopress_google_analytics_footer_code($echo) {
|
648 |
+
if (seopress_google_analytics_other_tracking_footer_option() !='') {
|
649 |
+
$seopress_html_footer = seopress_google_analytics_other_tracking_footer_option();
|
650 |
+
$seopress_html_footer = apply_filters('seopress_custom_footer_tracking', $seopress_html_footer);
|
651 |
+
if ($echo == true) {
|
652 |
+
echo "\n".$seopress_html_footer;
|
653 |
+
} else {
|
654 |
+
return "\n".$seopress_html_footer;
|
655 |
+
}
|
656 |
+
}
|
657 |
+
}
|
658 |
+
add_action('seopress_custom_footer_tracking_html', 'seopress_google_analytics_footer_code', 10, 1);
|
659 |
+
|
660 |
+
function seopress_custom_tracking_footer_hook() {
|
661 |
+
$echo = true;
|
662 |
+
do_action('seopress_custom_footer_tracking_html', $echo);
|
663 |
+
}
|
664 |
+
|
665 |
//Build custom code in head
|
666 |
function seopress_google_analytics_head_code($echo) {
|
667 |
if (seopress_google_analytics_other_tracking_option() !='') {
|
700 |
}
|
701 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
702 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
703 |
+
add_action( 'wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1 );
|
704 |
}
|
705 |
} else {
|
706 |
if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
|
709 |
}
|
710 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
711 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
712 |
+
add_action( 'wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1 );
|
713 |
}
|
714 |
}
|
715 |
} else {
|
719 |
}
|
720 |
add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
|
721 |
add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
|
722 |
+
add_action( 'wp_footer', 'seopress_custom_tracking_footer_hook', 1030, 1 );
|
723 |
}
|
724 |
}
|
inc/functions/options-social.php
CHANGED
@@ -691,7 +691,7 @@ function seopress_thumbnail_in_content() {
|
|
691 |
$url = get_home_url().$url;
|
692 |
}
|
693 |
//cleaning url
|
694 |
-
$url = htmlspecialchars(
|
695 |
|
696 |
//remove query strings
|
697 |
$parse_url = wp_parse_url($url);
|
@@ -713,7 +713,7 @@ function seopress_social_fb_img_size_from_url($url) {
|
|
713 |
if (function_exists('attachment_url_to_postid')) {
|
714 |
$post_id = attachment_url_to_postid( $url );
|
715 |
//If cropped image
|
716 |
-
if (
|
717 |
$dir = wp_upload_dir();
|
718 |
$path = $url;
|
719 |
if ( 0 === strpos( $path, $dir['baseurl'] . '/' ) ) {
|
691 |
$url = get_home_url().$url;
|
692 |
}
|
693 |
//cleaning url
|
694 |
+
$url = htmlspecialchars(urlencode(esc_attr(wp_filter_nohtml_kses($url))));
|
695 |
|
696 |
//remove query strings
|
697 |
$parse_url = wp_parse_url($url);
|
713 |
if (function_exists('attachment_url_to_postid')) {
|
714 |
$post_id = attachment_url_to_postid( $url );
|
715 |
//If cropped image
|
716 |
+
if ( $post_id !=0 ){
|
717 |
$dir = wp_upload_dir();
|
718 |
$path = $url;
|
719 |
if ( 0 === strpos( $path, $dir['baseurl'] . '/' ) ) {
|
inc/functions/options-titles-metas.php
CHANGED
@@ -1317,8 +1317,9 @@ if (function_exists('seopress_titles_noindex_bypass') && seopress_titles_noindex
|
|
1317 |
function seopress_titles_author() {
|
1318 |
global $post;
|
1319 |
if (is_singular() && isset($post->post_author)){
|
|
|
1320 |
$the_author_meta = get_the_author_meta('display_name', $post->post_author);
|
1321 |
-
if ($the_author_meta) {
|
1322 |
$html = '<meta name="author" content="'.$the_author_meta.'">';
|
1323 |
$html .= "\n";
|
1324 |
|
1317 |
function seopress_titles_author() {
|
1318 |
global $post;
|
1319 |
if (is_singular() && isset($post->post_author)){
|
1320 |
+
$user_login = get_the_author_meta('user_login', $post->post_author);
|
1321 |
$the_author_meta = get_the_author_meta('display_name', $post->post_author);
|
1322 |
+
if ($the_author_meta !=$user_login && $the_author_meta !='' && $user_login !='') {
|
1323 |
$html = '<meta name="author" content="'.$the_author_meta.'">';
|
1324 |
$html .= "\n";
|
1325 |
|
inc/functions/options.php
CHANGED
@@ -66,6 +66,70 @@ if (seopress_get_toggle_titles_option() =='1') {
|
|
66 |
return false;
|
67 |
}
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
add_action('template_redirect', 'seopress_titles_disable_archives', 0);
|
70 |
add_action('wp_head', 'seopress_load_titles_options', 0);
|
71 |
function seopress_load_titles_options() {
|
66 |
return false;
|
67 |
}
|
68 |
|
69 |
+
//SEO metaboxes
|
70 |
+
function seopress_hide_metaboxes() {
|
71 |
+
if (is_admin()) {
|
72 |
+
global $typenow;
|
73 |
+
global $pagenow;
|
74 |
+
|
75 |
+
//Post type?
|
76 |
+
if ( $pagenow == 'post-new.php' || $pagenow == 'post.php' ) {
|
77 |
+
function seopress_titles_single_enable_option() {
|
78 |
+
global $post;
|
79 |
+
$seopress_get_current_cpt = get_post_type($post);
|
80 |
+
|
81 |
+
$seopress_titles_single_enable_option = get_option("seopress_titles_option_name");
|
82 |
+
if ( ! empty ( $seopress_titles_single_enable_option ) ) {
|
83 |
+
foreach ($seopress_titles_single_enable_option as $key => $seopress_titles_single_enable_value)
|
84 |
+
$options[$key] = $seopress_titles_single_enable_value;
|
85 |
+
if (isset($seopress_titles_single_enable_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['enable'])) {
|
86 |
+
return $seopress_titles_single_enable_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['enable'];
|
87 |
+
}
|
88 |
+
}
|
89 |
+
}
|
90 |
+
function seopress_titles_single_enable_metabox($seopress_get_post_types) {
|
91 |
+
global $post;
|
92 |
+
if (seopress_titles_single_enable_option() == 1 && get_post_type($post) !='') {
|
93 |
+
unset($seopress_get_post_types[get_post_type($post)]);
|
94 |
+
}
|
95 |
+
return $seopress_get_post_types;
|
96 |
+
}
|
97 |
+
add_filter('seopress_metaboxe_seo', 'seopress_titles_single_enable_metabox');
|
98 |
+
add_filter('seopress_metaboxe_content_analysis', 'seopress_titles_single_enable_metabox');
|
99 |
+
add_filter('seopress_pro_metaboxe_sdt', 'seopress_titles_single_enable_metabox');
|
100 |
+
}
|
101 |
+
|
102 |
+
//Taxonomy?
|
103 |
+
if ( $pagenow =='term.php' || $pagenow =='edit-tags.php') {
|
104 |
+
if (!empty($_GET['taxonomy'])) {
|
105 |
+
$seopress_get_current_tax = sanitize_title(esc_attr($_GET['taxonomy']));
|
106 |
+
|
107 |
+
function seopress_tax_single_enable_option($seopress_get_current_tax) {
|
108 |
+
$seopress_tax_single_enable_option = get_option("seopress_titles_option_name");
|
109 |
+
if ( ! empty ( $seopress_tax_single_enable_option ) ) {
|
110 |
+
foreach ($seopress_tax_single_enable_option as $key => $seopress_tax_single_enable_value)
|
111 |
+
$options[$key] = $seopress_tax_single_enable_value;
|
112 |
+
if (isset($seopress_tax_single_enable_option['seopress_titles_tax_titles'][$seopress_get_current_tax]['enable'])) {
|
113 |
+
return $seopress_tax_single_enable_option['seopress_titles_tax_titles'][$seopress_get_current_tax]['enable'];
|
114 |
+
}
|
115 |
+
}
|
116 |
+
}
|
117 |
+
|
118 |
+
function seopress_tax_single_enable_metabox($seopress_get_taxonomies) {
|
119 |
+
$seopress_get_current_tax = sanitize_title(esc_attr($_GET['taxonomy']));
|
120 |
+
if (seopress_tax_single_enable_option($seopress_get_current_tax) == 1 && $seopress_get_current_tax !='') {
|
121 |
+
unset($seopress_get_taxonomies[$seopress_get_current_tax]);
|
122 |
+
}
|
123 |
+
return $seopress_get_taxonomies;
|
124 |
+
}
|
125 |
+
add_filter('seopress_metaboxe_term_seo', 'seopress_tax_single_enable_metabox');
|
126 |
+
}
|
127 |
+
}
|
128 |
+
}
|
129 |
+
}
|
130 |
+
add_action('after_setup_theme', 'seopress_hide_metaboxes');
|
131 |
+
|
132 |
+
//Titles and metas
|
133 |
add_action('template_redirect', 'seopress_titles_disable_archives', 0);
|
134 |
add_action('wp_head', 'seopress_load_titles_options', 0);
|
135 |
function seopress_load_titles_options() {
|
inc/functions/sitemap/template-xml-sitemaps-author.php
CHANGED
@@ -15,10 +15,7 @@ function seopress_xml_sitemap_author() {
|
|
15 |
$path = get_query_var( 'seopress_cpt');
|
16 |
}
|
17 |
|
18 |
-
$home_url =
|
19 |
-
if (function_exists('pll_home_url')) {
|
20 |
-
$home_url = pll_home_url();
|
21 |
-
}
|
22 |
|
23 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
24 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
@@ -42,6 +39,9 @@ function seopress_xml_sitemap_author() {
|
|
42 |
}
|
43 |
$seopress_sitemaps .= '</urlset>';
|
44 |
$seopress_sitemaps .= "\n";
|
|
|
|
|
|
|
45 |
return $seopress_sitemaps;
|
46 |
}
|
47 |
echo seopress_xml_sitemap_author();
|
15 |
$path = get_query_var( 'seopress_cpt');
|
16 |
}
|
17 |
|
18 |
+
$home_url = site_url().'/';
|
|
|
|
|
|
|
19 |
|
20 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
21 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
39 |
}
|
40 |
$seopress_sitemaps .= '</urlset>';
|
41 |
$seopress_sitemaps .= "\n";
|
42 |
+
|
43 |
+
$seopress_sitemaps = apply_filters( 'seopress_sitemaps_xml_author', $seopress_sitemaps );
|
44 |
+
|
45 |
return $seopress_sitemaps;
|
46 |
}
|
47 |
echo seopress_xml_sitemap_author();
|
inc/functions/sitemap/template-xml-sitemaps-single-term.php
CHANGED
@@ -25,10 +25,7 @@ function seopress_xml_sitemap_single_term() {
|
|
25 |
$path = get_query_var( 'seopress_cpt');
|
26 |
}
|
27 |
|
28 |
-
$home_url =
|
29 |
-
if (function_exists('pll_home_url')) {
|
30 |
-
$home_url = pll_home_url();
|
31 |
-
}
|
32 |
|
33 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
34 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
@@ -50,6 +47,9 @@ function seopress_xml_sitemap_single_term() {
|
|
50 |
}
|
51 |
$seopress_sitemaps .= '</urlset>';
|
52 |
$seopress_sitemaps .= "\n";
|
|
|
|
|
|
|
53 |
return $seopress_sitemaps;
|
54 |
}
|
55 |
echo seopress_xml_sitemap_single_term();
|
25 |
$path = get_query_var( 'seopress_cpt');
|
26 |
}
|
27 |
|
28 |
+
$home_url = site_url().'/';
|
|
|
|
|
|
|
29 |
|
30 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
31 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
47 |
}
|
48 |
$seopress_sitemaps .= '</urlset>';
|
49 |
$seopress_sitemaps .= "\n";
|
50 |
+
|
51 |
+
$seopress_sitemaps = apply_filters( 'seopress_sitemaps_xml_single_term', $seopress_sitemaps );
|
52 |
+
|
53 |
return $seopress_sitemaps;
|
54 |
}
|
55 |
echo seopress_xml_sitemap_single_term();
|
inc/functions/sitemap/template-xml-sitemaps-single.php
CHANGED
@@ -62,10 +62,7 @@ function seopress_xml_sitemap_single() {
|
|
62 |
$offset = 0;
|
63 |
}
|
64 |
|
65 |
-
$home_url =
|
66 |
-
if (function_exists('pll_home_url')) {
|
67 |
-
$home_url = pll_home_url();
|
68 |
-
}
|
69 |
|
70 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
71 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
@@ -293,6 +290,9 @@ function seopress_xml_sitemap_single() {
|
|
293 |
wp_reset_postdata();
|
294 |
|
295 |
$seopress_sitemaps .= '</urlset>';
|
|
|
|
|
|
|
296 |
return $seopress_sitemaps;
|
297 |
}
|
298 |
echo seopress_xml_sitemap_single();
|
62 |
$offset = 0;
|
63 |
}
|
64 |
|
65 |
+
$home_url = site_url().'/';
|
|
|
|
|
|
|
66 |
|
67 |
$seopress_sitemaps = '<?xml version="1.0" encoding="UTF-8"?>';
|
68 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
290 |
wp_reset_postdata();
|
291 |
|
292 |
$seopress_sitemaps .= '</urlset>';
|
293 |
+
|
294 |
+
$seopress_sitemaps = apply_filters( 'seopress_sitemaps_xml_single', $seopress_sitemaps );
|
295 |
+
|
296 |
return $seopress_sitemaps;
|
297 |
}
|
298 |
echo seopress_xml_sitemap_single();
|
inc/functions/sitemap/template-xml-sitemaps-xsl.php
CHANGED
@@ -11,10 +11,7 @@ function seopress_remove_wpml_home_url_filter( $home_url, $url, $path, $orig_sch
|
|
11 |
add_filter( 'wpml_get_home_url', 'seopress_remove_wpml_home_url_filter', 20, 5 );
|
12 |
|
13 |
function seopress_xml_sitemap_index_xsl() {
|
14 |
-
$home_url =
|
15 |
-
if (function_exists('pll_home_url')) {
|
16 |
-
$home_url = pll_home_url();
|
17 |
-
}
|
18 |
|
19 |
$seopress_sitemaps_xsl ='<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="2.0"
|
20 |
xmlns:html="http://www.w3.org/TR/REC-html40"
|
11 |
add_filter( 'wpml_get_home_url', 'seopress_remove_wpml_home_url_filter', 20, 5 );
|
12 |
|
13 |
function seopress_xml_sitemap_index_xsl() {
|
14 |
+
$home_url = site_url().'/';
|
|
|
|
|
|
|
15 |
|
16 |
$seopress_sitemaps_xsl ='<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="2.0"
|
17 |
xmlns:html="http://www.w3.org/TR/REC-html40"
|
inc/functions/sitemap/template-xml-sitemaps.php
CHANGED
@@ -30,11 +30,7 @@ add_action( 'the_post', function( $post ) {
|
|
30 |
});
|
31 |
|
32 |
function seopress_xml_sitemap_index() {
|
33 |
-
|
34 |
-
$home_url = get_home_url().'/';
|
35 |
-
if (function_exists('pll_home_url')) {
|
36 |
-
$home_url = pll_home_url();
|
37 |
-
}
|
38 |
|
39 |
$seopress_sitemaps ='<?xml version="1.0" encoding="UTF-8"?>';
|
40 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
@@ -216,6 +212,8 @@ function seopress_xml_sitemap_index() {
|
|
216 |
|
217 |
$seopress_sitemaps .= "\n";
|
218 |
$seopress_sitemaps .='</sitemapindex>';
|
|
|
|
|
219 |
|
220 |
return $seopress_sitemaps;
|
221 |
}
|
30 |
});
|
31 |
|
32 |
function seopress_xml_sitemap_index() {
|
33 |
+
$home_url = site_url().'/';
|
|
|
|
|
|
|
|
|
34 |
|
35 |
$seopress_sitemaps ='<?xml version="1.0" encoding="UTF-8"?>';
|
36 |
$seopress_sitemaps .='<?xml-stylesheet type="text/xsl" href="'.$home_url.'sitemaps_xsl.xsl"?>';
|
212 |
|
213 |
$seopress_sitemaps .= "\n";
|
214 |
$seopress_sitemaps .='</sitemapindex>';
|
215 |
+
|
216 |
+
$seopress_sitemaps = apply_filters( 'seopress_sitemaps_xml_index', $seopress_sitemaps );
|
217 |
|
218 |
return $seopress_sitemaps;
|
219 |
}
|
inc/functions/variables/dynamic-variables.php
CHANGED
@@ -160,11 +160,14 @@ $seopress_titles_template_variables_array = array(
|
|
160 |
'%%sitetitle%%',
|
161 |
'%%sitename%%',
|
162 |
'%%tagline%%',
|
|
|
163 |
'%%title%%',
|
164 |
'%%post_title%%',
|
165 |
'%%post_excerpt%%',
|
|
|
166 |
'%%post_content%%',
|
167 |
'%%post_date%%',
|
|
|
168 |
'%%post_modified_date%%',
|
169 |
'%%post_author%%',
|
170 |
'%%post_category%%',
|
@@ -204,11 +207,14 @@ $seopress_titles_template_replace_array = array(
|
|
204 |
get_bloginfo('name'),
|
205 |
get_bloginfo('name'),
|
206 |
get_bloginfo('description'),
|
|
|
207 |
the_title_attribute('echo=0'),
|
208 |
the_title_attribute('echo=0'),
|
209 |
$seopress_get_the_excerpt,
|
|
|
210 |
$seopress_content,
|
211 |
get_the_date(),
|
|
|
212 |
get_the_modified_date(),
|
213 |
$the_author_meta,
|
214 |
$post_category,
|
160 |
'%%sitetitle%%',
|
161 |
'%%sitename%%',
|
162 |
'%%tagline%%',
|
163 |
+
'%%sitedesc%%',
|
164 |
'%%title%%',
|
165 |
'%%post_title%%',
|
166 |
'%%post_excerpt%%',
|
167 |
+
'%%excerpt%%',
|
168 |
'%%post_content%%',
|
169 |
'%%post_date%%',
|
170 |
+
'%%date%%',
|
171 |
'%%post_modified_date%%',
|
172 |
'%%post_author%%',
|
173 |
'%%post_category%%',
|
207 |
get_bloginfo('name'),
|
208 |
get_bloginfo('name'),
|
209 |
get_bloginfo('description'),
|
210 |
+
get_bloginfo('description'),
|
211 |
the_title_attribute('echo=0'),
|
212 |
the_title_attribute('echo=0'),
|
213 |
$seopress_get_the_excerpt,
|
214 |
+
$seopress_get_the_excerpt,
|
215 |
$seopress_content,
|
216 |
get_the_date(),
|
217 |
+
get_the_date(),
|
218 |
get_the_modified_date(),
|
219 |
$the_author_meta,
|
220 |
$post_category,
|
languages/wp-seopress.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: SEOPress\n"
|
5 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
6 |
-
"POT-Creation-Date: 2019-11-
|
7 |
"PO-Revision-Date: 2019-08-22 12:52+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
@@ -22,7 +22,7 @@ msgstr ""
|
|
22 |
msgid "SEOPress"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: inc/admin/admin-header.php:23 inc/admin/admin.php:
|
26 |
#: inc/admin/adminbar.php:77
|
27 |
msgid "PRO"
|
28 |
msgstr ""
|
@@ -31,45 +31,45 @@ msgstr ""
|
|
31 |
msgid "FREE"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: inc/admin/admin-header.php:35 inc/admin/admin.php:
|
35 |
#: inc/admin/adminbar.php:25
|
36 |
msgid "Titles & Metas"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: inc/admin/admin-header.php:41 inc/admin/admin.php:
|
40 |
#: inc/admin/adminbar.php:31
|
41 |
msgid "XML / HTML Sitemap"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: inc/admin/admin-header.php:47 inc/admin/admin.php:
|
45 |
-
#: inc/admin/admin.php:
|
46 |
msgid "Social Networks"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: inc/admin/admin-header.php:53 inc/admin/admin.php:
|
50 |
-
#: inc/admin/admin.php:
|
51 |
msgid "Google Analytics"
|
52 |
msgstr ""
|
53 |
|
54 |
#: inc/admin/admin-header.php:59 inc/admin/admin-metaboxes-form.php:58
|
55 |
-
#: inc/admin/admin.php:
|
56 |
-
#: inc/admin/admin.php:
|
57 |
msgid "Advanced"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: inc/admin/admin-header.php:67 inc/admin/admin.php:
|
61 |
msgid "WooCommerce"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: inc/admin/admin-header.php:73 inc/admin/admin.php:
|
65 |
msgid "Easy Digital Downloads"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/admin/admin-header.php:79 inc/admin/admin.php:
|
69 |
msgid "Local Business"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: inc/admin/admin-header.php:85 inc/admin/admin.php:
|
73 |
msgid "Dublin Core"
|
74 |
msgstr ""
|
75 |
|
@@ -77,37 +77,37 @@ msgstr ""
|
|
77 |
msgid "Structured Data Types (schema.org)"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: inc/admin/admin-header.php:97 inc/admin/admin.php:
|
81 |
msgid "Breadcrumbs"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: inc/admin/admin-header.php:103 inc/admin/admin.php:
|
85 |
msgid "Google Page Speed"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: inc/admin/admin-header.php:110 inc/admin/admin.php:
|
89 |
msgid "robots.txt"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: inc/admin/admin-header.php:117 inc/admin/admin.php:
|
93 |
msgid "Google News Sitemap"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: inc/admin/admin-header.php:123 inc/admin/admin.php:
|
97 |
-
#: inc/admin/admin.php:
|
98 |
msgid "Redirections"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: inc/admin/admin-header.php:129 inc/admin/admin.php:
|
102 |
msgid "Broken links"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: inc/admin/admin-header.php:135 inc/admin/admin.php:
|
106 |
#: inc/admin/adminbar.php:107
|
107 |
msgid "Backlinks"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/admin/admin-header.php:141 inc/admin/admin.php:
|
111 |
msgid "URL Rewriting"
|
112 |
msgstr ""
|
113 |
|
@@ -115,21 +115,21 @@ msgstr ""
|
|
115 |
msgid "White Label"
|
116 |
msgstr ""
|
117 |
|
118 |
-
#: inc/admin/admin-header.php:154 inc/admin/admin.php:
|
119 |
msgid ".htaccess"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/admin/admin-header.php:161 inc/admin/admin.php:
|
123 |
msgid "RSS"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/admin/admin-header.php:167 inc/admin/admin.php:
|
127 |
-
#: inc/admin/admin.php:
|
128 |
msgid "License"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/admin/admin-header.php:174 inc/admin/admin.php:
|
132 |
-
#: inc/admin/admin.php:
|
133 |
msgid "Tools"
|
134 |
msgstr ""
|
135 |
|
@@ -366,12 +366,12 @@ msgid "No custom title is set for this post."
|
|
366 |
msgstr ""
|
367 |
|
368 |
#: inc/admin/admin-metaboxes-content-analysis-form.php:226
|
369 |
-
#: inc/admin/admin-metaboxes-form.php:
|
370 |
-
#: inc/admin/admin-metaboxes-form.php:
|
371 |
#: inc/admin/admin-wizard.php:275 inc/admin/admin-wizard.php:292
|
372 |
-
#: inc/admin/admin-wizard.php:311 inc/admin/admin.php:
|
373 |
-
#: inc/admin/admin.php:
|
374 |
-
#: inc/admin/admin.php:
|
375 |
#: inc/functions/options-advanced-admin.php:764
|
376 |
msgid "Meta description"
|
377 |
msgstr ""
|
@@ -521,7 +521,7 @@ msgid ""
|
|
521 |
msgstr ""
|
522 |
|
523 |
#: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
|
524 |
-
#: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:
|
525 |
#: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:754
|
526 |
msgid "SEO"
|
527 |
msgstr ""
|
@@ -565,112 +565,112 @@ msgstr ""
|
|
565 |
msgid "Enter your title"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: inc/admin/admin-metaboxes-form.php:
|
569 |
msgid " / 568 pixels - "
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: inc/admin/admin-metaboxes-form.php:
|
573 |
-
#: inc/admin/admin-metaboxes-form.php:
|
574 |
msgid " (maximum recommended limit)"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: inc/admin/admin-metaboxes-form.php:
|
578 |
-
#: inc/admin/admin.php:
|
579 |
msgid "Post Title"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: inc/admin/admin-metaboxes-form.php:
|
583 |
-
#: inc/admin/admin.php:
|
584 |
-
#: inc/admin/admin.php:
|
585 |
-
#: inc/admin/admin.php:
|
586 |
msgid "Site Title"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: inc/admin/admin-metaboxes-form.php:
|
590 |
-
#: inc/admin/admin.php:
|
591 |
-
#: inc/admin/admin.php:
|
592 |
-
#: inc/admin/admin.php:
|
593 |
-
#: inc/admin/admin.php:
|
594 |
msgid "Separator"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: inc/admin/admin-metaboxes-form.php:
|
598 |
msgid "Enter your meta description"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: inc/admin/admin-metaboxes-form.php:
|
602 |
msgid " / 940 pixels - "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/admin/admin-metaboxes-form.php:
|
606 |
msgid "Category / term description"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/admin/admin-metaboxes-form.php:
|
610 |
msgid "Post Excerpt"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/admin/admin-metaboxes-form.php:
|
614 |
msgid "Google Snippet Preview"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/admin/admin-metaboxes-form.php:
|
618 |
msgid ""
|
619 |
"This is what your page will look like in Google search results. You have to "
|
620 |
"publish your post to get the Google Snippet Preview."
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: inc/admin/admin-metaboxes-form.php:
|
624 |
msgid ""
|
625 |
"Do not display this page in search engine results / XML - HTML sitemaps "
|
626 |
"<strong>(noindex)</strong>"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/admin/admin-metaboxes-form.php:
|
630 |
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/admin/admin-metaboxes-form.php:
|
634 |
msgid ""
|
635 |
"Do not use Open Directory project metadata for titles or excerpts for this "
|
636 |
"page <strong>(noodp)</strong>"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: inc/admin/admin-metaboxes-form.php:
|
640 |
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: inc/admin/admin-metaboxes-form.php:
|
644 |
msgid ""
|
645 |
"Do not display a \"Cached\" link in the Google search results "
|
646 |
"<strong>(noarchive)</strong>"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/admin/admin-metaboxes-form.php:
|
650 |
msgid ""
|
651 |
"Do not display a description in search results for this page "
|
652 |
"<strong>(nosnippet)</strong>"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: inc/admin/admin-metaboxes-form.php:
|
656 |
msgid ""
|
657 |
"You cannot uncheck a parameter? This is normal, and it's most likely defined "
|
658 |
"in the global settings of the extension."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/admin/admin-metaboxes-form.php:
|
662 |
-
#: inc/admin/admin-metaboxes-form.php:
|
663 |
#: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:315
|
664 |
-
#: inc/admin/admin.php:
|
665 |
-
#: inc/admin/admin.php:
|
666 |
msgid "Canonical URL"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: inc/admin/admin-metaboxes-form.php:
|
670 |
msgid "Default value: "
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/admin/admin-metaboxes-form.php:
|
674 |
msgid ""
|
675 |
"A canonical URL is the URL of the page that Google thinks is most "
|
676 |
"representative from a set of duplicate pages on your site. For example, if "
|
@@ -683,339 +683,339 @@ msgid ""
|
|
683 |
"duplicate."
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: inc/admin/admin-metaboxes-form.php:
|
687 |
msgid "Select a primary category"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: inc/admin/admin-metaboxes-form.php:
|
691 |
msgid ""
|
692 |
"Set the category that gets used in the %category% permalink if you have "
|
693 |
"multiple categories."
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: inc/admin/admin-metaboxes-form.php:
|
697 |
-
#: inc/admin/admin.php:
|
698 |
msgid "None (will disable this feature)"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: inc/admin/admin-metaboxes-form.php:
|
702 |
-
#: inc/admin/admin-metaboxes-form.php:
|
703 |
msgid "Custom breadcrumbs"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: inc/admin/admin-metaboxes-form.php:
|
707 |
msgid "Enter a custom value, useful if your title is too long"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: inc/admin/admin-metaboxes-form.php:
|
711 |
msgid "Ask Facebook to update his cache"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: inc/admin/admin-metaboxes-form.php:
|
715 |
-
#: inc/admin/admin-metaboxes-form.php:
|
716 |
msgid "Facebook Title"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: inc/admin/admin-metaboxes-form.php:
|
720 |
msgid "Enter your Facebook title"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: inc/admin/admin-metaboxes-form.php:
|
724 |
-
#: inc/admin/admin-metaboxes-form.php:
|
725 |
msgid "Facebook description"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: inc/admin/admin-metaboxes-form.php:
|
729 |
msgid "Enter your Facebook description"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: inc/admin/admin-metaboxes-form.php:
|
733 |
-
#: inc/admin/admin-metaboxes-form.php:
|
734 |
msgid "Facebook Thumbnail"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: inc/admin/admin-metaboxes-form.php:
|
738 |
-
#: inc/admin/admin-metaboxes-form.php:
|
739 |
-
#: inc/admin/admin.php:
|
740 |
msgid "Select your default thumbnail"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: inc/admin/admin-metaboxes-form.php:
|
744 |
msgid ""
|
745 |
"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
|
746 |
"3280x1712px for retina screens)"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: inc/admin/admin-metaboxes-form.php:
|
750 |
-
#: inc/admin/admin-metaboxes-form.php:
|
751 |
-
#: inc/admin/admin-metaboxes-form.php:
|
752 |
-
#: inc/admin/admin.php:
|
753 |
msgid "Upload an Image"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: inc/admin/admin-metaboxes-form.php:
|
757 |
msgid "Preview your Twitter card using the official validator"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: inc/admin/admin-metaboxes-form.php:
|
761 |
-
#: inc/admin/admin-metaboxes-form.php:
|
762 |
msgid "Twitter Title"
|
763 |
msgstr ""
|
764 |
|
765 |
-
#: inc/admin/admin-metaboxes-form.php:
|
766 |
msgid "Enter your Twitter title"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: inc/admin/admin-metaboxes-form.php:
|
770 |
-
#: inc/admin/admin-metaboxes-form.php:
|
771 |
msgid "Twitter description"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: inc/admin/admin-metaboxes-form.php:
|
775 |
msgid "Enter your Twitter description"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: inc/admin/admin-metaboxes-form.php:
|
779 |
-
#: inc/admin/admin-metaboxes-form.php:
|
780 |
msgid "Twitter Thumbnail"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: inc/admin/admin-metaboxes-form.php:
|
784 |
msgid ""
|
785 |
"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
|
786 |
"(2:1 with large card), 5Mb max."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: inc/admin/admin-metaboxes-form.php:
|
790 |
msgid "Enable redirection?"
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: inc/admin/admin-metaboxes-form.php:
|
794 |
-
#: inc/admin/admin-metaboxes-form.php:
|
795 |
msgid "URL redirection"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: inc/admin/admin-metaboxes-form.php:
|
799 |
msgid "301 Moved Permanently"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: inc/admin/admin-metaboxes-form.php:
|
803 |
msgid "302 Found / Moved Temporarily"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: inc/admin/admin-metaboxes-form.php:
|
807 |
msgid "307 Moved Temporarily"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: inc/admin/admin-metaboxes-form.php:
|
811 |
msgid "410 Gone"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: inc/admin/admin-metaboxes-form.php:
|
815 |
msgid "451 Unavailable For Legal Reasons"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: inc/admin/admin-metaboxes-form.php:
|
819 |
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: inc/admin/admin-metaboxes-form.php:
|
823 |
msgid "Query parameters"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: inc/admin/admin-metaboxes-form.php:
|
827 |
msgid "Exactly match all parameters"
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: inc/admin/admin-metaboxes-form.php:
|
831 |
msgid "Exclude all parameters"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: inc/admin/admin-metaboxes-form.php:
|
835 |
msgid "Exclude all parameters and pass them to the redirection"
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: inc/admin/admin-metaboxes-form.php:
|
839 |
-
#: inc/admin/admin-metaboxes-form.php:
|
840 |
-
#: inc/admin/admin-metaboxes-form.php:
|
841 |
-
#: inc/admin/admin-metaboxes-form.php:
|
842 |
msgid "Test your URL"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: inc/admin/admin-metaboxes-form.php:
|
846 |
msgid "Need help with your redirections? Read our guide."
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: inc/admin/admin-metaboxes-form.php:
|
850 |
msgid "Exclude this post from Google News Sitemap?"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: inc/admin/admin-metaboxes-form.php:
|
854 |
msgid "Exclude this post from Video Sitemap?"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: inc/admin/admin-metaboxes-form.php:
|
858 |
msgid ""
|
859 |
"If your post is set to noindex, it will be automatically excluded from the "
|
860 |
"sitemap."
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: inc/admin/admin-metaboxes-form.php:
|
864 |
msgid "Video "
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: inc/admin/admin-metaboxes-form.php:
|
868 |
msgid "Video URL (required)"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: inc/admin/admin-metaboxes-form.php:
|
872 |
msgid "Enter your video URL"
|
873 |
msgstr ""
|
874 |
|
875 |
-
#: inc/admin/admin-metaboxes-form.php:
|
876 |
msgid "Video URL"
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: inc/admin/admin-metaboxes-form.php:
|
880 |
msgid ""
|
881 |
"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
|
882 |
"Check this if your video is hosting on this server."
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: inc/admin/admin-metaboxes-form.php:
|
886 |
msgid "Video Title (required)"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: inc/admin/admin-metaboxes-form.php:
|
890 |
msgid "Enter your video title"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: inc/admin/admin-metaboxes-form.php:
|
894 |
msgid "Video title"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: inc/admin/admin-metaboxes-form.php:
|
898 |
msgid "Default: title tag, if not available, post title."
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: inc/admin/admin-metaboxes-form.php:
|
902 |
msgid "Video Description (required)"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: inc/admin/admin-metaboxes-form.php:
|
906 |
msgid "Enter your video description"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: inc/admin/admin-metaboxes-form.php:
|
910 |
msgid "Video description"
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: inc/admin/admin-metaboxes-form.php:
|
914 |
msgid ""
|
915 |
"2048 characters max.; default: meta description. If not available, use the "
|
916 |
"beginning of the post content."
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: inc/admin/admin-metaboxes-form.php:
|
920 |
msgid "Video Thumbnail (required)"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: inc/admin/admin-metaboxes-form.php:
|
924 |
msgid "Select your video thumbnail"
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: inc/admin/admin-metaboxes-form.php:
|
928 |
msgid "Video Thumbnail"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: inc/admin/admin-metaboxes-form.php:
|
932 |
msgid ""
|
933 |
"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
|
934 |
"your post featured image."
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: inc/admin/admin-metaboxes-form.php:
|
938 |
msgid "Video Duration (recommended)"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: inc/admin/admin-metaboxes-form.php:
|
942 |
msgid "Duration in seconds"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: inc/admin/admin-metaboxes-form.php:
|
946 |
msgid "Video duration"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: inc/admin/admin-metaboxes-form.php:
|
950 |
msgid ""
|
951 |
"The duration of the video in seconds. Value must be between 0 and 28800 (8 "
|
952 |
"hours)."
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: inc/admin/admin-metaboxes-form.php:
|
956 |
msgid "Video Rating"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: inc/admin/admin-metaboxes-form.php:
|
960 |
msgid "Video rating"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: inc/admin/admin-metaboxes-form.php:
|
964 |
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: inc/admin/admin-metaboxes-form.php:
|
968 |
-
#: inc/admin/admin-metaboxes-form.php:
|
969 |
msgid "View count"
|
970 |
msgstr ""
|
971 |
|
972 |
-
#: inc/admin/admin-metaboxes-form.php:
|
973 |
msgid "Number of views"
|
974 |
msgstr ""
|
975 |
|
976 |
-
#: inc/admin/admin-metaboxes-form.php:
|
977 |
-
#: inc/admin/admin-metaboxes-form.php:
|
978 |
msgid "Video tags"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: inc/admin/admin-metaboxes-form.php:
|
982 |
msgid "Enter your video tags"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: inc/admin/admin-metaboxes-form.php:
|
986 |
msgid ""
|
987 |
"32 tags max., separate tags with commas. Default: target keywords + post "
|
988 |
"tags if available."
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: inc/admin/admin-metaboxes-form.php:
|
992 |
-
#: inc/admin/admin-metaboxes-form.php:
|
993 |
msgid "Video categories"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: inc/admin/admin-metaboxes-form.php:
|
997 |
msgid "Enter your video categories"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: inc/admin/admin-metaboxes-form.php:
|
1001 |
msgid ""
|
1002 |
"256 characters max., usually a video will belong to a single category, "
|
1003 |
"separate categories with commas. Default: first post category if available."
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: inc/admin/admin-metaboxes-form.php:
|
1007 |
msgid "NOT family friendly?"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: inc/admin/admin-metaboxes-form.php:
|
1011 |
msgid "The video will be available only to users with SafeSearch turned off."
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: inc/admin/admin-metaboxes-form.php:
|
1015 |
msgid "Remove video"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: inc/admin/admin-metaboxes-form.php:
|
1019 |
msgid "Add video"
|
1020 |
msgstr ""
|
1021 |
|
@@ -1061,47 +1061,47 @@ msgid ""
|
|
1061 |
"quickly."
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: inc/admin/admin-wizard.php:252 inc/admin/admin.php:
|
1065 |
msgid "Import posts and terms metadata from Yoast"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
|
1069 |
#: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
|
1070 |
-
#: inc/admin/admin.php:
|
1071 |
-
#: inc/admin/admin.php:
|
1072 |
msgid "By clicking Migrate, we'll import:"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
#: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
|
1076 |
#: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
|
1077 |
-
#: inc/admin/admin.php:
|
1078 |
-
#: inc/admin/admin.php:
|
1079 |
msgid "Title tags"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
#: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
|
1083 |
#: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
|
1084 |
-
#: inc/admin/admin.php:
|
1085 |
-
#: inc/admin/admin.php:
|
1086 |
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
#: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
|
1090 |
-
#: inc/admin/admin-wizard.php:313 inc/admin/admin.php:
|
1091 |
-
#: inc/admin/admin.php:
|
1092 |
msgid "Twitter tags (title, description and image thumbnail)"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: inc/admin/admin-wizard.php:259 inc/admin/admin.php:
|
1096 |
msgid "Meta Robots (noindex, nofollow...)"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
#: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
|
1100 |
-
#: inc/admin/admin.php:
|
1101 |
msgid "Focus keywords"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: inc/admin/admin-wizard.php:263 inc/admin/admin.php:
|
1105 |
msgid ""
|
1106 |
"<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
|
1107 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
@@ -1110,59 +1110,59 @@ msgstr ""
|
|
1110 |
|
1111 |
#: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
|
1112 |
#: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
|
1113 |
-
#: inc/admin/admin.php:
|
1114 |
-
#: inc/admin/admin.php:
|
1115 |
msgid "Migrate now"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: inc/admin/admin-wizard.php:271 inc/admin/admin.php:
|
1119 |
msgid "Import posts and terms metadata from All In One SEO"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: inc/admin/admin-wizard.php:277 inc/admin/admin.php:
|
1123 |
msgid "Twitter image thumbnail"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: inc/admin/admin-wizard.php:278 inc/admin/admin.php:
|
1127 |
msgid "Meta Robots (noindex, nofollow)"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: inc/admin/admin-wizard.php:280 inc/admin/admin.php:
|
1131 |
msgid ""
|
1132 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1133 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1134 |
"NOT delete any AIO data."
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: inc/admin/admin-wizard.php:288 inc/admin/admin.php:
|
1138 |
msgid "Import posts and terms metadata from The SEO Framework"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: inc/admin/admin-wizard.php:295 inc/admin/admin.php:
|
1142 |
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: inc/admin/admin-wizard.php:297 inc/admin/admin.php:
|
1146 |
#: inc/functions/options-advanced-admin.php:296
|
1147 |
msgid "Redirect URL"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
-
#: inc/admin/admin-wizard.php:299 inc/admin/admin.php:
|
1151 |
msgid ""
|
1152 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1153 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1154 |
"NOT delete any SEO Framework data."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: inc/admin/admin-wizard.php:307 inc/admin/admin.php:
|
1158 |
msgid "Import posts and terms metadata from Rank Math"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: inc/admin/admin-wizard.php:314 inc/admin/admin.php:
|
1162 |
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: inc/admin/admin-wizard.php:318 inc/admin/admin.php:
|
1166 |
msgid ""
|
1167 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1168 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
@@ -1183,8 +1183,8 @@ msgstr ""
|
|
1183 |
msgid "eg: |"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: inc/admin/admin-wizard.php:372 inc/admin/admin.php:
|
1187 |
-
#: inc/admin/admin.php:
|
1188 |
msgid "Site title"
|
1189 |
msgstr ""
|
1190 |
|
@@ -1192,7 +1192,7 @@ msgstr ""
|
|
1192 |
msgid "eg: My super website"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
-
#: inc/admin/admin-wizard.php:375 inc/admin/admin.php:
|
1196 |
msgid "Person or organization"
|
1197 |
msgstr ""
|
1198 |
|
@@ -1200,16 +1200,16 @@ msgstr ""
|
|
1200 |
msgid "Choose a knowledge type"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
-
#: inc/admin/admin-wizard.php:383 inc/admin/admin.php:
|
1204 |
msgid "Person"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
-
#: inc/admin/admin-wizard.php:386 inc/admin/admin.php:
|
1208 |
msgid "Organization"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
-
#: inc/admin/admin-wizard.php:390 inc/admin/admin.php:
|
1212 |
-
#: inc/admin/admin.php:
|
1213 |
msgid "Your name/organization"
|
1214 |
msgstr ""
|
1215 |
|
@@ -1217,8 +1217,8 @@ msgstr ""
|
|
1217 |
msgid "eg: SEOPress"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: inc/admin/admin-wizard.php:393 inc/admin/admin.php:
|
1221 |
-
#: inc/admin/admin.php:
|
1222 |
msgid "Your photo/organization logo"
|
1223 |
msgstr ""
|
1224 |
|
@@ -1230,78 +1230,78 @@ msgstr ""
|
|
1230 |
msgid "Facebook page URL"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: inc/admin/admin-wizard.php:397 inc/admin/admin.php:
|
1234 |
msgid "eg: https://www.facebook.com/your-page"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: inc/admin/admin-wizard.php:399 inc/admin/admin.php:
|
1238 |
msgid "Twitter Username"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
-
#: inc/admin/admin-wizard.php:400 inc/admin/admin.php:
|
1242 |
msgid "eg: @wp_seopress"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
-
#: inc/admin/admin-wizard.php:402 inc/admin/admin.php:
|
1246 |
-
#: inc/admin/admin.php:
|
1247 |
msgid "Pinterest URL"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: inc/admin/admin-wizard.php:403 inc/admin/admin.php:
|
1251 |
msgid "eg: https://pinterest.com/wpbuy/"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: inc/admin/admin-wizard.php:405 inc/admin/admin.php:
|
1255 |
-
#: inc/admin/admin.php:
|
1256 |
msgid "Instagram URL"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: inc/admin/admin-wizard.php:406 inc/admin/admin.php:
|
1260 |
msgid "eg: https://www.instagram.com/wp_seopress/"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: inc/admin/admin-wizard.php:408 inc/admin/admin.php:
|
1264 |
-
#: inc/admin/admin.php:
|
1265 |
msgid "YouTube URL"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: inc/admin/admin-wizard.php:409 inc/admin/admin.php:
|
1269 |
msgid "eg: https://www.youtube.com/SEOPress"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
-
#: inc/admin/admin-wizard.php:411 inc/admin/admin.php:
|
1273 |
-
#: inc/admin/admin.php:
|
1274 |
msgid "LinkedIn URL"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: inc/admin/admin-wizard.php:412 inc/admin/admin.php:
|
1278 |
msgid "eg: http://linkedin.com/company/seopress/"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: inc/admin/admin-wizard.php:414 inc/admin/admin.php:
|
1282 |
-
#: inc/admin/admin.php:
|
1283 |
msgid "MySpace URL"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: inc/admin/admin-wizard.php:415 inc/admin/admin.php:
|
1287 |
msgid "eg: https://myspace.com/your-page"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: inc/admin/admin-wizard.php:417 inc/admin/admin.php:
|
1291 |
-
#: inc/admin/admin.php:
|
1292 |
msgid "Soundcloud URL"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: inc/admin/admin-wizard.php:418 inc/admin/admin.php:
|
1296 |
msgid "eg: https://soundcloud.com/michaelmccannmusic"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: inc/admin/admin-wizard.php:420 inc/admin/admin.php:
|
1300 |
-
#: inc/admin/admin.php:
|
1301 |
msgid "Tumblr URL"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: inc/admin/admin-wizard.php:421 inc/admin/admin.php:
|
1305 |
msgid "eg: https://your-site.tumblr.com"
|
1306 |
msgstr ""
|
1307 |
|
@@ -1320,7 +1320,7 @@ msgstr ""
|
|
1320 |
msgid "For which single post types, should indexing be disabled?"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: inc/admin/admin-wizard.php:498 inc/admin/admin.php:
|
1324 |
msgid ""
|
1325 |
"Do not display this single post type in search engine results "
|
1326 |
"<strong>(noindex)</strong>"
|
@@ -1330,7 +1330,7 @@ msgstr ""
|
|
1330 |
msgid "For which post type archives, should indexing be disabled?"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
-
#: inc/admin/admin-wizard.php:527 inc/admin/admin.php:
|
1334 |
msgid ""
|
1335 |
"Do not display this post type archive in search engine results "
|
1336 |
"<strong>(noindex)</strong>"
|
@@ -1340,13 +1340,13 @@ msgstr ""
|
|
1340 |
msgid "For which taxonomy archives, should indexing be disabled?"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
-
#: inc/admin/admin-wizard.php:556 inc/admin/admin.php:
|
1344 |
msgid ""
|
1345 |
"Do not display this taxonomy archive in search engine results "
|
1346 |
"<strong>(noindex)</strong>"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
-
#: inc/admin/admin-wizard.php:639 inc/admin/admin.php:
|
1350 |
msgid ""
|
1351 |
"Do not display author archives in search engine results <strong>(noindex)</"
|
1352 |
"strong>"
|
@@ -1358,7 +1358,7 @@ msgid ""
|
|
1358 |
"content."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
-
#: inc/admin/admin-wizard.php:651 inc/admin/admin.php:
|
1362 |
msgid ""
|
1363 |
"Redirect attachment pages to their file URL (https://www.example.com/my-"
|
1364 |
"image-file.jpg)"
|
@@ -1370,7 +1370,7 @@ msgid ""
|
|
1370 |
"Optimize this by redirecting the user directly to the URL of the media file."
|
1371 |
msgstr ""
|
1372 |
|
1373 |
-
#: inc/admin/admin-wizard.php:663 inc/admin/admin.php:
|
1374 |
msgid "Remove /category/ in your permalinks"
|
1375 |
msgstr ""
|
1376 |
|
@@ -1455,588 +1455,588 @@ msgstr ""
|
|
1455 |
msgid "Knowledge base"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#: inc/admin/admin.php:
|
1459 |
msgid "404 - Page not found"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
-
#: inc/admin/admin.php:
|
1463 |
msgid "Dashboard"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: inc/admin/admin.php:
|
1467 |
msgid "XML / Image / Video / HTML Sitemap"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: inc/admin/admin.php:
|
1471 |
#, php-format
|
1472 |
msgid "%%sep%%"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
-
#: inc/admin/admin.php:
|
1476 |
msgid "Separator (eg: - )"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: inc/admin/admin.php:
|
1480 |
#, php-format
|
1481 |
msgid "%%sitetitle%%"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: inc/admin/admin.php:
|
1485 |
#, php-format
|
1486 |
-
msgid "%%tagline%%"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: inc/admin/admin.php:
|
1490 |
msgid "Tagline"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: inc/admin/admin.php:
|
1494 |
#, php-format
|
1495 |
msgid "%%post_title%% (alias %%title%%)"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: inc/admin/admin.php:
|
1499 |
msgid "Post Title (post, page, custom post type)"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
-
#: inc/admin/admin.php:
|
1503 |
#, php-format
|
1504 |
-
msgid "%%post_excerpt%%"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: inc/admin/admin.php:
|
1508 |
msgid "Post excerpt"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: inc/admin/admin.php:
|
1512 |
#, php-format
|
1513 |
msgid "%%post_content%%"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
-
#: inc/admin/admin.php:
|
1517 |
msgid "Post content / product long description"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: inc/admin/admin.php:
|
1521 |
#, php-format
|
1522 |
-
msgid "%%post_date%%"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
-
#: inc/admin/admin.php:
|
1526 |
msgid "Post date"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: inc/admin/admin.php:
|
1530 |
#, php-format
|
1531 |
msgid "%%post_modified_date%%"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: inc/admin/admin.php:
|
1535 |
msgid "Last modified post date"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: inc/admin/admin.php:
|
1539 |
#, php-format
|
1540 |
msgid "%%post_author%%"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
-
#: inc/admin/admin.php:
|
1544 |
msgid "Post author"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: inc/admin/admin.php:
|
1548 |
#, php-format
|
1549 |
msgid "%%post_category%%"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: inc/admin/admin.php:
|
1553 |
msgid "Post category"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: inc/admin/admin.php:
|
1557 |
#, php-format
|
1558 |
msgid "%%post_tag%%"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: inc/admin/admin.php:
|
1562 |
msgid "Post tag"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: inc/admin/admin.php:
|
1566 |
#, php-format
|
1567 |
msgid "%%_category_title%%"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: inc/admin/admin.php:
|
1571 |
msgid "Category title"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: inc/admin/admin.php:
|
1575 |
#, php-format
|
1576 |
msgid "%%_category_description%%"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: inc/admin/admin.php:
|
1580 |
msgid "Category description"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: inc/admin/admin.php:
|
1584 |
#, php-format
|
1585 |
msgid "%%tag_title%%"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: inc/admin/admin.php:
|
1589 |
msgid "Tag title"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: inc/admin/admin.php:
|
1593 |
#, php-format
|
1594 |
msgid "%%tag_description%%"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
-
#: inc/admin/admin.php:
|
1598 |
msgid "Tag description"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: inc/admin/admin.php:
|
1602 |
#, php-format
|
1603 |
msgid "%%term_title%%"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: inc/admin/admin.php:
|
1607 |
msgid "Term title"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: inc/admin/admin.php:
|
1611 |
#, php-format
|
1612 |
msgid "%%term_description%%"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: inc/admin/admin.php:
|
1616 |
msgid "Term description"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
-
#: inc/admin/admin.php:
|
1620 |
#, php-format
|
1621 |
msgid "%%search_keywords%%"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: inc/admin/admin.php:
|
1625 |
msgid "Search keywords"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: inc/admin/admin.php:
|
1629 |
#, php-format
|
1630 |
msgid "%%current_pagination%%"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#: inc/admin/admin.php:
|
1634 |
msgid "Current number page"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
-
#: inc/admin/admin.php:
|
1638 |
#, php-format
|
1639 |
msgid "%%cpt_plural%%"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: inc/admin/admin.php:
|
1643 |
msgid "Plural Post Type Archive name"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: inc/admin/admin.php:
|
1647 |
#, php-format
|
1648 |
msgid "%%archive_title%%"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
-
#: inc/admin/admin.php:
|
1652 |
msgid "Archive title"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: inc/admin/admin.php:
|
1656 |
#, php-format
|
1657 |
msgid "%%archive_date%%"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: inc/admin/admin.php:
|
1661 |
msgid "Date Archive"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: inc/admin/admin.php:
|
1665 |
#, php-format
|
1666 |
msgid "%%archive_date_day%%"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: inc/admin/admin.php:
|
1670 |
msgid "Day Archive date"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: inc/admin/admin.php:
|
1674 |
#, php-format
|
1675 |
msgid "%%archive_date_month%%"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: inc/admin/admin.php:
|
1679 |
msgid "Month Archive title"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: inc/admin/admin.php:
|
1683 |
#, php-format
|
1684 |
msgid "%%archive_date_year%%"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: inc/admin/admin.php:
|
1688 |
msgid "Year Archive title"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: inc/admin/admin.php:
|
1692 |
#, php-format
|
1693 |
msgid "%%_cf_your_custom_field_name%%"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: inc/admin/admin.php:
|
1697 |
msgid "Custom fields from post, page or post type"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: inc/admin/admin.php:
|
1701 |
#, php-format
|
1702 |
msgid "%%_ct_your_custom_taxonomy_slug%%"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: inc/admin/admin.php:
|
1706 |
msgid "Custom term taxonomy from post, page or post type"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: inc/admin/admin.php:
|
1710 |
#, php-format
|
1711 |
msgid "%%wc_single_cat%%"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: inc/admin/admin.php:
|
1715 |
msgid "Single product category"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
-
#: inc/admin/admin.php:
|
1719 |
#, php-format
|
1720 |
msgid "%%wc_single_tag%%"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
-
#: inc/admin/admin.php:
|
1724 |
msgid "Single product tag"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: inc/admin/admin.php:
|
1728 |
#, php-format
|
1729 |
msgid "%%wc_single_short_desc%%"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#: inc/admin/admin.php:
|
1733 |
msgid "Single product short description"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: inc/admin/admin.php:
|
1737 |
#, php-format
|
1738 |
msgid "%%wc_single_price%%"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: inc/admin/admin.php:
|
1742 |
msgid "Single product price"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: inc/admin/admin.php:
|
1746 |
#, php-format
|
1747 |
msgid "%%wc_single_price_exc_tax%%"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
-
#: inc/admin/admin.php:
|
1751 |
msgid "Single product price taxes excluded"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: inc/admin/admin.php:
|
1755 |
#, php-format
|
1756 |
msgid "%%wc_sku%%"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
-
#: inc/admin/admin.php:
|
1760 |
msgid "Single SKU product"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: inc/admin/admin.php:
|
1764 |
#, php-format
|
1765 |
msgid "%%currentday%%"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: inc/admin/admin.php:
|
1769 |
msgid "Current day"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: inc/admin/admin.php:
|
1773 |
#, php-format
|
1774 |
msgid "%%currentmonth%%"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
-
#: inc/admin/admin.php:
|
1778 |
msgid "Current month"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
-
#: inc/admin/admin.php:
|
1782 |
#, php-format
|
1783 |
msgid "%%currentyear%%"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: inc/admin/admin.php:
|
1787 |
msgid "Current year"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: inc/admin/admin.php:
|
1791 |
#, php-format
|
1792 |
msgid "%%currentdate%%"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#: inc/admin/admin.php:
|
1796 |
msgid "Current date"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#: inc/admin/admin.php:
|
1800 |
#, php-format
|
1801 |
msgid "%%currenttime%%"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: inc/admin/admin.php:
|
1805 |
msgid "Current time"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: inc/admin/admin.php:
|
1809 |
#, php-format
|
1810 |
msgid "%%author_bio%%"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
-
#: inc/admin/admin.php:
|
1814 |
msgid "Author bio, meta desc only"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
-
#: inc/admin/admin.php:
|
1818 |
msgid "Templates variables"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
-
#: inc/admin/admin.php:
|
1822 |
msgid "Browse our guides"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
-
#: inc/admin/admin.php:
|
1826 |
msgid "Read our FAQ"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
-
#: inc/admin/admin.php:
|
1830 |
msgid "Check our website"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: inc/admin/admin.php:
|
1834 |
msgid ""
|
1835 |
"Watch our video to learn how to connect your WordPress site with Google "
|
1836 |
"Analytics and get statistics right in your dashboard (PRO only)."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: inc/admin/admin.php:
|
1840 |
msgid "How-to"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
-
#: inc/admin/admin.php:
|
1844 |
msgid "Read our guide"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#: inc/admin/admin.php:
|
1848 |
-
#: inc/admin/admin.php:
|
1849 |
-
#: inc/admin/admin.php:
|
1850 |
-
#: inc/admin/admin.php:
|
1851 |
-
#: inc/admin/admin.php:
|
1852 |
-
#: inc/admin/admin.php:
|
1853 |
-
#: inc/admin/admin.php:
|
1854 |
-
#: inc/admin/admin.php:
|
1855 |
-
#: inc/admin/admin.php:
|
1856 |
-
#: inc/admin/admin.php:
|
1857 |
-
#: inc/admin/admin.php:
|
1858 |
-
#: inc/admin/admin.php:
|
1859 |
-
#: inc/admin/admin.php:
|
1860 |
-
#: inc/admin/admin.php:
|
1861 |
msgid "Click to disable this feature"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: inc/admin/admin.php:
|
1865 |
-
#: inc/admin/admin.php:
|
1866 |
-
#: inc/admin/admin.php:
|
1867 |
-
#: inc/admin/admin.php:
|
1868 |
-
#: inc/admin/admin.php:
|
1869 |
-
#: inc/admin/admin.php:
|
1870 |
-
#: inc/admin/admin.php:
|
1871 |
-
#: inc/admin/admin.php:
|
1872 |
-
#: inc/admin/admin.php:
|
1873 |
-
#: inc/admin/admin.php:
|
1874 |
-
#: inc/admin/admin.php:
|
1875 |
-
#: inc/admin/admin.php:
|
1876 |
-
#: inc/admin/admin.php:
|
1877 |
-
#: inc/admin/admin.php:
|
1878 |
msgid "Click to enable this feature"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: inc/admin/admin.php:
|
1882 |
msgid "Home"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: inc/admin/admin.php:
|
1886 |
msgid "Single Post Types"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
-
#: inc/admin/admin.php:
|
1890 |
msgid "Archives"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: inc/admin/admin.php:
|
1894 |
msgid "Taxonomies"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
-
#: inc/admin/admin.php:
|
1898 |
msgid "General"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: inc/admin/admin.php:
|
1902 |
msgid "Post Types"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
-
#: inc/admin/admin.php:
|
1906 |
msgid "HTML Sitemap"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: inc/admin/admin.php:
|
1910 |
msgid "Knowledge Graph"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: inc/admin/admin.php:
|
1914 |
msgid "Your social accounts"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: inc/admin/admin.php:
|
1918 |
msgid "Facebook (Open Graph)"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: inc/admin/admin.php:
|
1922 |
msgid "Twitter (Twitter card)"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: inc/admin/admin.php:
|
1926 |
msgid "Tracking"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
-
#: inc/admin/admin.php:
|
1930 |
msgid "Events"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
-
#: inc/admin/admin.php:
|
1934 |
msgid "Custom Dimensions"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
-
#: inc/admin/admin.php:
|
1938 |
msgid "Stats in Dashboard"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: inc/admin/admin.php:
|
1942 |
msgid "Appearance"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
-
#: inc/admin/admin.php:
|
1946 |
msgid "Security"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
-
#: inc/admin/admin.php:
|
1950 |
msgid "Data"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
-
#: inc/admin/admin.php:
|
1954 |
msgid "Settings"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
-
#: inc/admin/admin.php:
|
1958 |
msgid "Plugins"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: inc/admin/admin.php:
|
1962 |
msgid "Reset"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: inc/admin/admin.php:
|
1966 |
msgid "Import data from a CSV"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: inc/admin/admin.php:
|
1970 |
msgid ""
|
1971 |
"Import your title, meta description, meta robots, social metas from a CSV "
|
1972 |
"file with our import tool."
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: inc/admin/admin.php:
|
1976 |
msgid "Run the importer"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
-
#: inc/admin/admin.php:
|
1980 |
msgid "Export metadata to a CSV"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
-
#: inc/admin/admin.php:
|
1984 |
msgid "Export your SEOPress metadata for this site as a .csv file."
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: inc/admin/admin.php:
|
1988 |
msgid "Export"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
-
#: inc/admin/admin.php:
|
1992 |
msgid "Export plugin settings"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
-
#: inc/admin/admin.php:
|
1996 |
msgid ""
|
1997 |
"Export the plugin settings for this site as a .json file. This allows you to "
|
1998 |
"easily import the configuration into another site."
|
1999 |
msgstr ""
|
2000 |
|
2001 |
-
#: inc/admin/admin.php:
|
2002 |
msgid "Import plugin settings"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
-
#: inc/admin/admin.php:
|
2006 |
msgid ""
|
2007 |
"Import the plugin settings from a .json file. This file can be obtained by "
|
2008 |
"exporting the settings on another site using the form above."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
-
#: inc/admin/admin.php:
|
2012 |
-
#: inc/admin/admin.php:
|
2013 |
msgid "Import"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#: inc/admin/admin.php:
|
2017 |
msgid "Import completed!"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: inc/admin/admin.php:
|
2021 |
msgid "Import posts metadata from Squirrly SEO"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: inc/admin/admin.php:
|
2025 |
msgid "Meta Robots (noindex or nofollow)"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#: inc/admin/admin.php:
|
2029 |
msgid ""
|
2030 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2031 |
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2032 |
"any Squirrly SEO data."
|
2033 |
msgstr ""
|
2034 |
|
2035 |
-
#: inc/admin/admin.php:
|
2036 |
msgid "Import Redirections"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
-
#: inc/admin/admin.php:
|
2040 |
msgid ""
|
2041 |
"Import your own redirections from a .csv file (separator \";\"). You must "
|
2042 |
"have 5 columns in this order: <ul><li>URL to match (without your domain "
|
@@ -2048,15 +2048,15 @@ msgid ""
|
|
2048 |
"to the redirection).</li></ul>"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
-
#: inc/admin/admin.php:
|
2052 |
msgid "Download a CSV example"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
-
#: inc/admin/admin.php:
|
2056 |
msgid "Import Redirections from the Redirections plugin"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
-
#: inc/admin/admin.php:
|
2060 |
msgid ""
|
2061 |
"Import your own redirections from a .json file generated by the Redirections "
|
2062 |
"plugin (make sure to select <strong>\"WordPress redirects\"</strong> when "
|
@@ -2065,924 +2065,929 @@ msgid ""
|
|
2065 |
"file and existing redirects."
|
2066 |
msgstr ""
|
2067 |
|
2068 |
-
#: inc/admin/admin.php:
|
2069 |
msgid "Import Redirections from Yoast Premium"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
-
#: inc/admin/admin.php:
|
2073 |
msgid ""
|
2074 |
"Import your own redirections from a .csv file generated by Yoast Premium. "
|
2075 |
"Note that we don't support certain options, like regex. To avoid conflicts, "
|
2076 |
"make sure there are no duplicates between your file and existing redirects."
|
2077 |
msgstr ""
|
2078 |
|
2079 |
-
#: inc/admin/admin.php:
|
2080 |
msgid "Export Redirections"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
-
#: inc/admin/admin.php:
|
2084 |
msgid ""
|
2085 |
"Export all redirections for this site as a .csv file. This allows you to "
|
2086 |
"easily import the redirections into another site, to Excel / Google Sheets..."
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: inc/admin/admin.php:
|
2090 |
msgid "Redirections feature is disabled. Please activate it from the PRO page."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: inc/admin/admin.php:
|
2094 |
msgid "Activate Redirections"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: inc/admin/admin.php:
|
2098 |
msgid "Reset All Notices From Notifications Center"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
-
#: inc/admin/admin.php:
|
2102 |
msgid ""
|
2103 |
"By clicking Reset Notices, all notices in the notifications center will be "
|
2104 |
"set to their initial status."
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: inc/admin/admin.php:
|
2108 |
msgid "Reset notices"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: inc/admin/admin.php:
|
2112 |
msgid "Reset All Settings"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: inc/admin/admin.php:
|
2116 |
msgid ""
|
2117 |
"<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
2118 |
"database AND set settings to their default values."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
-
#: inc/admin/admin.php:
|
2122 |
msgid "Reset settings"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: inc/admin/admin.php:
|
2126 |
msgid "Notifications Center"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: inc/admin/admin.php:
|
2130 |
msgid "SEO Tools"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: inc/admin/admin.php:
|
2134 |
msgid "Useful links"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: inc/admin/admin.php:
|
2138 |
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: inc/admin/admin.php:
|
2142 |
msgid "Start the wizard"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: inc/admin/admin.php:
|
2146 |
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: inc/admin/admin.php:
|
2150 |
-
#: inc/admin/admin.php:
|
2151 |
msgid "High impact"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
-
#: inc/admin/admin.php:
|
2155 |
-
#: inc/admin/admin.php:
|
2156 |
-
#: inc/admin/admin.php:
|
2157 |
msgid "Learn more"
|
2158 |
msgstr ""
|
2159 |
|
2160 |
-
#: inc/admin/admin.php:
|
2161 |
msgid ""
|
2162 |
"We noticed that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
|
2163 |
"to migrate all your posts metadata to SEOPress?"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
-
#: inc/admin/admin.php:
|
2167 |
msgid "Migrate!"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
-
#: inc/admin/admin.php:
|
2171 |
msgid ""
|
2172 |
"We noticed that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
|
2173 |
"you want to migrate all your posts metadata to SEOPress?"
|
2174 |
msgstr ""
|
2175 |
|
2176 |
-
#: inc/admin/admin.php:
|
2177 |
msgid ""
|
2178 |
"We noticed that you use another SEO plugin. <br>Do not use multiple SEO "
|
2179 |
"plugins at once to avoid conflicts!"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: inc/admin/admin.php:
|
2183 |
msgid ""
|
2184 |
"You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
|
2185 |
"solve this, please disable and re-enable SEOPress PRO."
|
2186 |
msgstr ""
|
2187 |
|
2188 |
-
#: inc/admin/admin.php:
|
2189 |
msgid "Your site doesn't use an SSL certificate!"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
-
#: inc/admin/admin.php:
|
2193 |
msgid "Low impact"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: inc/admin/admin.php:
|
2197 |
msgid "Buy an SSL!"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
-
#: inc/admin/admin.php:
|
2201 |
msgid "Your site is not visible to Search Engines!"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#: inc/admin/admin.php:
|
2205 |
-
#: inc/admin/admin.php:
|
2206 |
-
#: inc/admin/admin.php:
|
2207 |
msgid "Fix this!"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: inc/admin/admin.php:
|
2211 |
msgid "Your site title is empty!"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: inc/admin/admin.php:
|
2215 |
msgid ""
|
2216 |
"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: inc/admin/admin.php:
|
2220 |
msgid "Your RSS feed shows full text!"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: inc/admin/admin.php:
|
2224 |
msgid "Medium impact"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
-
#: inc/admin/admin.php:
|
2228 |
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
-
#: inc/admin/admin.php:
|
2232 |
msgid "Rate us!"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
-
#: inc/admin/admin.php:
|
2236 |
msgid "Break comments into pages is ON!"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
-
#: inc/admin/admin.php:
|
2240 |
msgid "Huge impact"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
-
#: inc/admin/admin.php:
|
2244 |
msgid "Disable this!"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: inc/admin/admin.php:
|
2248 |
msgid "Display more posts per page on homepage and archives"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: inc/admin/admin.php:
|
2252 |
msgid "You don't have an XML Sitemap!"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
-
#: inc/admin/admin.php:
|
2256 |
msgid "Do you have a Google My Business page? It's free!"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
-
#: inc/admin/admin.php:
|
2260 |
msgid "Create your page now!"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
-
#: inc/admin/admin.php:
|
2264 |
msgid "Add your site to Google. It's free!"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
-
#: inc/admin/admin.php:
|
2268 |
msgid "Add your site to Search Console!"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
-
#: inc/admin/admin.php:
|
2272 |
msgid "You have to enter your licence key to get updates and support"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
-
#: inc/admin/admin.php:
|
2276 |
msgid "Take your SEO to the next level with SEOPress PRO!"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: inc/admin/admin.php:
|
2280 |
msgid "Upgrade now!"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
-
#: inc/admin/admin.php:
|
2284 |
msgid "Check websites setup on your server"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
-
#: inc/admin/admin.php:
|
2288 |
msgid "Not found"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: inc/admin/admin.php:
|
2292 |
msgid "No scrape."
|
2293 |
msgstr ""
|
2294 |
|
2295 |
-
#: inc/admin/admin.php:
|
2296 |
msgid "No domain found."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: inc/admin/admin.php:
|
2300 |
msgid "Server IP Address: "
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: inc/admin/admin.php:
|
2304 |
msgid "Last scrape: "
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: inc/admin/admin.php:
|
2308 |
msgid "Number of websites on your server: "
|
2309 |
msgstr ""
|
2310 |
|
2311 |
-
#: inc/admin/admin.php:
|
2312 |
msgid "Get list"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: inc/admin/admin.php:
|
2316 |
msgid "Upload a list of links to disavow to Google"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: inc/admin/admin.php:
|
2320 |
msgid "Google Trends"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: inc/admin/admin.php:
|
2324 |
msgid "Dareboost: Test, analyze and optimize your website"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: inc/admin/admin.php:
|
2328 |
msgid "Google Campaign URL Builder tool"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: inc/admin/admin.php:
|
2332 |
msgid "Titles & metas"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: inc/admin/admin.php:
|
2336 |
msgid "Manage all your titles & metas"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: inc/admin/admin.php:
|
2340 |
-
#: inc/admin/admin.php:
|
2341 |
-
#: inc/admin/admin.php:
|
2342 |
-
#: inc/admin/admin.php:
|
2343 |
-
#: inc/admin/admin.php:
|
2344 |
-
#: inc/admin/admin.php:
|
2345 |
-
#: inc/admin/admin.php:
|
2346 |
-
#: inc/admin/admin.php:
|
2347 |
msgid "Manage"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
-
#: inc/admin/admin.php:
|
2351 |
msgid "Guide to manage your titles and meta descriptions - new window"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
-
#: inc/admin/admin.php:
|
2355 |
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
-
#: inc/admin/admin.php:
|
2359 |
msgid "Guide to enable your XML Sitemaps - new window"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: inc/admin/admin.php:
|
2363 |
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: inc/admin/admin.php:
|
2367 |
msgid "Guide to enable Google Knowledge Graph - new window"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: inc/admin/admin.php:
|
2371 |
msgid "Track everything about your visitors with Google Analytics"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: inc/admin/admin.php:
|
2375 |
msgid "Guide to getting started with Google Analytics - new window"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: inc/admin/admin.php:
|
2379 |
msgid "Advanced SEO options for advanced users!"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: inc/admin/admin.php:
|
2383 |
msgid "Improve WooCommerce SEO"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: inc/admin/admin.php:
|
2387 |
msgid "Improve Easy Digital Downloads SEO"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#: inc/admin/admin.php:
|
2391 |
msgid "Add Google Local Business data type"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: inc/admin/admin.php:
|
2395 |
msgid "Add Dublin Core meta tags"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: inc/admin/admin.php:
|
2399 |
msgid "Structured Data Types"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: inc/admin/admin.php:
|
2403 |
msgid ""
|
2404 |
"Add data types to your content: articles, courses, recipes, videos, events, "
|
2405 |
"products and more."
|
2406 |
msgstr ""
|
2407 |
|
2408 |
-
#: inc/admin/admin.php:
|
2409 |
msgid "See schemas"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#: inc/admin/admin.php:
|
2413 |
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
-
#: inc/admin/admin.php:
|
2417 |
msgid "Guide to enable Breadcrumbs - new window"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
-
#: inc/admin/admin.php:
|
2421 |
msgid "Track your website performance to improve SEO with Google Page Speed"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: inc/admin/admin.php:
|
2425 |
msgid "Guide to analyze your site with Google Page Speed - new window"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: inc/admin/admin.php:
|
2429 |
msgid "Edit your robots.txt file"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: inc/admin/admin.php:
|
2433 |
msgid "View your robots.txt"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: inc/admin/admin.php:
|
2437 |
msgid "Guide to edit your robots.txt file - new window"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
#: inc/admin/admin.php:
|
2441 |
msgid "Optimize your site for Google News"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#: inc/admin/admin.php:
|
2445 |
msgid "Schemas"
|
2446 |
msgstr ""
|
2447 |
|
2448 |
-
#: inc/admin/admin.php:
|
2449 |
msgid "Create / manage your schemas"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
#: inc/admin/admin.php:
|
2453 |
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: inc/admin/admin.php:
|
2457 |
msgid "See redirects"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: inc/admin/admin.php:
|
2461 |
msgid "Guide to enable 301 redirections and 404 monitoring - new window"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#: inc/admin/admin.php:
|
2465 |
msgid "Scan your site to find SEO problems."
|
2466 |
msgstr ""
|
2467 |
|
2468 |
-
#: inc/admin/admin.php:
|
2469 |
msgid "See broken links"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
-
#: inc/admin/admin.php:
|
2473 |
msgid "Scan"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: inc/admin/admin.php:
|
2477 |
msgid "Check your backlinks with Majestic API."
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
#: inc/admin/admin.php:
|
2481 |
msgid "See backlinks"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#: inc/admin/admin.php:
|
2485 |
msgid "Customize your permalinks."
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#: inc/admin/admin.php:
|
2489 |
msgid "Edit your htaccess file."
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#: inc/admin/admin.php:
|
2493 |
msgid "Configure default WordPress RSS."
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: inc/admin/admin.php:
|
2497 |
msgid "Import/Export plugin settings from site to site."
|
2498 |
msgstr ""
|
2499 |
|
2500 |
-
#: inc/admin/admin.php:
|
2501 |
msgid "Guide to Export/Import/Reset settings - new window"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#: inc/admin/admin.php:
|
2505 |
msgid "Edit your license key."
|
2506 |
msgstr ""
|
2507 |
|
2508 |
-
#: inc/admin/admin.php:
|
2509 |
msgid "Guide to activate SEOPress PRO - new window"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
-
#: inc/admin/admin.php:
|
2513 |
msgid "noindex"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
-
#: inc/admin/admin.php:
|
2517 |
msgid "nofollow"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#: inc/admin/admin.php:
|
2521 |
msgid "noodp"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
-
#: inc/admin/admin.php:
|
2525 |
msgid "noimageindex"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
-
#: inc/admin/admin.php:
|
2529 |
msgid "noarchive"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#: inc/admin/admin.php:
|
2533 |
msgid "nosnippet"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: inc/admin/admin.php:
|
2537 |
msgid "nositelinkssearchbox"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: inc/admin/admin.php:
|
2541 |
msgid "Indicate paginated content to Google"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#: inc/admin/admin.php:
|
2545 |
msgid "Enable XML Sitemap"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: inc/admin/admin.php:
|
2549 |
msgid "Enable XML Image Sitemaps"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#: inc/admin/admin.php:
|
2553 |
msgid "Enable XML Video Sitemaps"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#: inc/admin/admin.php:
|
2557 |
msgid "Enable Author Sitemap"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: inc/admin/admin.php:
|
2561 |
msgid "Enable HTML Sitemap"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#: inc/admin/admin.php:
|
2565 |
msgid "Check to INCLUDE Post Types"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: inc/admin/admin.php:
|
2569 |
msgid "Check to INCLUDE Taxonomies"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
-
#: inc/admin/admin.php:
|
2573 |
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
2574 |
msgstr ""
|
2575 |
|
2576 |
-
#: inc/admin/admin.php:
|
2577 |
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
-
#: inc/admin/admin.php:
|
2581 |
msgid "Sort order"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: inc/admin/admin.php:
|
2585 |
msgid "Order posts by"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: inc/admin/admin.php:
|
2589 |
msgid "Disable the display of the publication date"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: inc/admin/admin.php:
|
2593 |
msgid "Organization's phone number (only for Organizations)"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: inc/admin/admin.php:
|
2597 |
msgid "Contact type (only for Organizations)"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: inc/admin/admin.php:
|
2601 |
msgid "Contact option (only for Organizations)"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: inc/admin/admin.php:
|
2605 |
msgid "Facebook Page URL"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: inc/admin/admin.php:
|
2609 |
msgid "Enable Open Graph Data"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: inc/admin/admin.php:
|
2613 |
msgid "Select a default image"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#: inc/admin/admin.php:
|
2617 |
msgid "Facebook Link Ownership ID"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#: inc/admin/admin.php:
|
2621 |
msgid "Facebook Admin ID"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#: inc/admin/admin.php:
|
2625 |
msgid "Facebook App ID"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
-
#: inc/admin/admin.php:
|
2629 |
msgid "Enable Twitter Card"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#: inc/admin/admin.php:
|
2633 |
msgid "Use Open Graph if no Twitter Card is filled"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#: inc/admin/admin.php:
|
2637 |
msgid "Default Twitter Image"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: inc/admin/admin.php:
|
2641 |
msgid "Image size for Twitter Summary card"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: inc/admin/admin.php:
|
2645 |
msgid "Enable Google Analytics tracking"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: inc/admin/admin.php:
|
2649 |
msgid "Enter your tracking ID"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: inc/admin/admin.php:
|
2653 |
msgid "Google Analytics tracking opt-in"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: inc/admin/admin.php:
|
2657 |
msgid "Consent message for user tracking"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: inc/admin/admin.php:
|
2661 |
msgid "Accept button for user tracking"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: inc/admin/admin.php:
|
2665 |
msgid "Exclude user roles from tracking"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: inc/admin/admin.php:
|
2669 |
msgid "Enable Google Optimize"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: inc/admin/admin.php:
|
2673 |
msgid "Enable Google Ads"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: inc/admin/admin.php:
|
2677 |
msgid ""
|
2678 |
"[HEAD] Add an additional tracking code (like GTM, Facebook Pixel, Hotjar...)"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
-
#: inc/admin/admin.php:
|
2682 |
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: inc/admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
2686 |
msgid "Enable remarketing, demographics, and interests reporting"
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: inc/admin/admin.php:
|
2690 |
msgid "Enable IP Anonymization"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: inc/admin/admin.php:
|
2694 |
msgid "Enhanced Link Attribution"
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: inc/admin/admin.php:
|
2698 |
msgid "Enable cross-domain tracking"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: inc/admin/admin.php:
|
2702 |
msgid "Cross domains"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: inc/admin/admin.php:
|
2706 |
msgid "Enable external links tracking"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: inc/admin/admin.php:
|
2710 |
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: inc/admin/admin.php:
|
2714 |
msgid "Track downloads' clicks"
|
2715 |
msgstr ""
|
2716 |
|
2717 |
-
#: inc/admin/admin.php:
|
2718 |
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
-
#: inc/admin/admin.php:
|
2722 |
msgid "Track affiliate/outbound links"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: inc/admin/admin.php:
|
2726 |
msgid "Track Authors"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
-
#: inc/admin/admin.php:
|
2730 |
msgid "Track Categories"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
-
#: inc/admin/admin.php:
|
2734 |
msgid "Track Tags"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: inc/admin/admin.php:
|
2738 |
msgid "Track Post Types"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: inc/admin/admin.php:
|
2742 |
msgid "Track Logged In Users"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: inc/admin/admin.php:
|
2746 |
msgid "Redirect attachment pages to post parent"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: inc/admin/admin.php:
|
2750 |
msgid "Redirect attachment pages to their file URL"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
-
#: inc/admin/admin.php:
|
2754 |
msgid "Remove ?replytocom link to avoid duplicate content"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
-
#: inc/admin/admin.php:
|
2758 |
msgid "Automatically set the image Title"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
-
#: inc/admin/admin.php:
|
2762 |
msgid "Automatically set the image Alt text"
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: inc/admin/admin.php:
|
2766 |
msgid "Automatically set the image Caption"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
-
#: inc/admin/admin.php:
|
2770 |
msgid "Automatically set the image Description"
|
2771 |
msgstr ""
|
2772 |
|
2773 |
-
#: inc/admin/admin.php:
|
2774 |
msgid "Add WP Editor to taxonomy description textarea"
|
2775 |
msgstr ""
|
2776 |
|
2777 |
-
#: inc/admin/admin.php:
|
2778 |
msgid "Remove /category/ in URL"
|
2779 |
msgstr ""
|
2780 |
|
2781 |
-
#: inc/admin/admin.php:
|
2782 |
msgid "Disable trailing slash for metas"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
-
#: inc/admin/admin.php:
|
2786 |
msgid "Remove WordPress generator meta tag"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
-
#: inc/admin/admin.php:
|
2790 |
msgid "Remove WordPress shortlink meta tag"
|
2791 |
msgstr ""
|
2792 |
|
2793 |
-
#: inc/admin/admin.php:
|
2794 |
msgid "Remove Windows Live Writer meta tag"
|
2795 |
msgstr ""
|
2796 |
|
2797 |
-
#: inc/admin/admin.php:
|
2798 |
msgid "Remove RSD meta tag"
|
2799 |
msgstr ""
|
2800 |
|
2801 |
-
#: inc/admin/admin.php:
|
2802 |
msgid "Google site verification"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
-
#: inc/admin/admin.php:
|
2806 |
msgid "Bing site verification"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
-
#: inc/admin/admin.php:
|
2810 |
msgid "Pinterest site verification"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
-
#: inc/admin/admin.php:
|
2814 |
msgid "Yandex site verification"
|
2815 |
msgstr ""
|
2816 |
|
2817 |
-
#: inc/admin/admin.php:
|
2818 |
msgid "SEOPress in admin bar"
|
2819 |
msgstr ""
|
2820 |
|
2821 |
-
#: inc/admin/admin.php:
|
2822 |
msgid "Move SEOPress metabox's position"
|
2823 |
msgstr ""
|
2824 |
|
2825 |
-
#: inc/admin/admin.php:
|
2826 |
msgid "Hide Notifications Center"
|
2827 |
msgstr ""
|
2828 |
|
2829 |
-
#: inc/admin/admin.php:
|
2830 |
msgid "Hide SEO tools"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: inc/admin/admin.php:
|
2834 |
msgid "Hide Useful Links"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: inc/admin/admin.php:
|
2838 |
msgid "Show Title tag column in post types"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: inc/admin/admin.php:
|
2842 |
msgid "Show Meta description column in post types"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
-
#: inc/admin/admin.php:
|
2846 |
msgid "Show Redirection Enable column in post types"
|
2847 |
msgstr ""
|
2848 |
|
2849 |
-
#: inc/admin/admin.php:
|
2850 |
msgid "Show Redirect URL column in post types"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: inc/admin/admin.php:
|
2854 |
msgid "Show canonical URL column in post types"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
-
#: inc/admin/admin.php:
|
2858 |
msgid "Show Target Keyword column in post types"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
-
#: inc/admin/admin.php:
|
2862 |
msgid "Show noindex column in post types"
|
2863 |
msgstr ""
|
2864 |
|
2865 |
-
#: inc/admin/admin.php:
|
2866 |
msgid "Show nofollow column in post types"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
-
#: inc/admin/admin.php:
|
2870 |
msgid "Show total number of words column in post types"
|
2871 |
msgstr ""
|
2872 |
|
2873 |
-
#: inc/admin/admin.php:
|
2874 |
msgid "Show W3C validator column in post types"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
-
#: inc/admin/admin.php:
|
2878 |
msgid "Show Google Page Speed column in post types"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: inc/admin/admin.php:
|
2882 |
msgid "Hide Genesis SEO Metabox"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: inc/admin/admin.php:
|
2886 |
msgid "Hide Genesis SEO Settings link"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
-
#: inc/admin/admin.php:
|
2890 |
msgid "Hide advice in Structured Data Types metabox"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: inc/admin/admin.php:
|
2894 |
msgid "Block SEO metabox to user roles"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
-
#: inc/admin/admin.php:
|
2898 |
msgid "Block Content analysis metabox to user roles"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
-
#: inc/admin/admin.php:
|
2902 |
msgid "<p>Customize your title & meta description for homepage</p>"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#: inc/admin/admin.php:
|
2906 |
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: inc/admin/admin.php:
|
2910 |
msgid "<p>Customize your metas for all pages</p>"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: inc/admin/admin.php:
|
2914 |
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
-
#: inc/admin/admin.php:
|
2918 |
msgid "<p>Customize your metas for all archives</p>"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: inc/admin/admin.php:
|
2922 |
msgid "Change this settings"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: inc/admin/admin.php:
|
2926 |
msgid ""
|
2927 |
"To view your sitemap, enable permalinks (not default one), and save settings "
|
2928 |
"to flush them."
|
2929 |
msgstr ""
|
2930 |
|
2931 |
-
#: inc/admin/admin.php:
|
2932 |
msgid ""
|
2933 |
"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
|
2934 |
"add this rule to your configuration:"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: inc/admin/admin.php:
|
2938 |
msgid "Noindex content will not be displayed in Sitemaps."
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: inc/admin/admin.php:
|
2942 |
msgid "Blank sitemap?"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: inc/admin/admin.php:
|
2946 |
msgid "404 error?"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: inc/admin/admin.php:
|
2950 |
msgid "View your sitemap"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: inc/admin/admin.php:
|
2954 |
msgid "Ping Google manually"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: inc/admin/admin.php:
|
2958 |
msgid "Flush permalinks"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: inc/admin/admin.php:
|
2962 |
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: inc/admin/admin.php:
|
2966 |
msgid "Guide to enable a HTML Sitemap - new window"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: inc/admin/admin.php:
|
2970 |
msgid "<p>Include/Exclude Post Types.</p>"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: inc/admin/admin.php:
|
2974 |
msgid "<p>Include/Exclude Taxonomies.</p>"
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: inc/admin/admin.php:
|
2978 |
msgid "<p>Configure Google Knowledge Graph.</p>"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: inc/admin/admin.php:
|
2982 |
msgid "Learn more on Google official website."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: inc/admin/admin.php:
|
2986 |
msgid ""
|
2987 |
"<p>Link your site with your social accounts. Use markup on your website to "
|
2988 |
"add your social profile information to a Google Knowledge panel. Knowledge "
|
@@ -2992,60 +2997,60 @@ msgid ""
|
|
2992 |
"network links.</p>"
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: inc/admin/admin.php:
|
2996 |
msgid "<p>Manage Open Graph data.</p>"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: inc/admin/admin.php:
|
3000 |
msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
-
#: inc/admin/admin.php:
|
3004 |
msgid "Custom OG Image from SEO metabox"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: inc/admin/admin.php:
|
3008 |
msgid "Post thumbnail"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: inc/admin/admin.php:
|
3012 |
msgid "First image of your post content"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: inc/admin/admin.php:
|
3016 |
msgid "Global OG Image set in SEO > Social > Open Graph"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: inc/admin/admin.php:
|
3020 |
msgid "<p>Manage your Twitter card.</p>"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: inc/admin/admin.php:
|
3024 |
msgid ""
|
3025 |
"<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: inc/admin/admin.php:
|
3029 |
msgid "Custom Twitter image from SEO metabox"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: inc/admin/admin.php:
|
3033 |
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: inc/admin/admin.php:
|
3037 |
msgid "<p>Link your Google Analytics to your website.</p>"
|
3038 |
msgstr ""
|
3039 |
|
3040 |
-
#: inc/admin/admin.php:
|
3041 |
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
-
#: inc/admin/admin.php:
|
3045 |
msgid "<p>Track events in Google Analytics.</p>"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: inc/admin/admin.php:
|
3049 |
msgid ""
|
3050 |
"<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
|
3051 |
"and custom metrics in SEOPress are like the default dimensions and metrics "
|
@@ -3055,380 +3060,396 @@ msgid ""
|
|
3055 |
"Google Analytics account. More info by clicking on the help icon."
|
3056 |
msgstr ""
|
3057 |
|
3058 |
-
#: inc/admin/admin.php:
|
3059 |
msgid "Guide to create custom dimensions in Google Analytics - new window"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
-
#: inc/admin/admin.php:
|
3063 |
msgid "<p>Advanced SEO options.</p>"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: inc/admin/admin.php:
|
3067 |
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: inc/admin/admin.php:
|
3071 |
msgid "<p>Manage security.</p>"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
-
#: inc/admin/admin.php:
|
3075 |
msgid "Enter your separator, eg: \"-\""
|
3076 |
msgstr ""
|
3077 |
|
3078 |
-
#: inc/admin/admin.php:
|
3079 |
#, php-format
|
3080 |
msgid "Use this separator with %%sep%% in your title and meta description."
|
3081 |
msgstr ""
|
3082 |
|
3083 |
-
#: inc/admin/admin.php:
|
3084 |
msgid "My awesome website"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: inc/admin/admin.php:
|
3088 |
-
#: inc/admin/admin.php:
|
3089 |
-
#: inc/admin/admin.php:
|
3090 |
-
#: inc/admin/admin.php:
|
3091 |
msgid "More tags"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
-
#: inc/admin/admin.php:
|
3095 |
msgid "This is a cool website about Wookiees"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: inc/admin/admin.php:
|
3099 |
msgid "Looking to edit your blog page?"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: inc/admin/admin.php:
|
3103 |
-
|
3104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3105 |
msgid "Title template"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: inc/admin/admin.php:
|
3109 |
-
#: inc/admin/admin.php:
|
3110 |
-
#: inc/admin/admin.php:
|
3111 |
msgid "Meta description template"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: inc/admin/admin.php:
|
3115 |
msgid ""
|
3116 |
"Do not follow links for this single post type <strong>(nofollow)</strong>"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
-
#: inc/admin/admin.php:
|
3120 |
msgid "Display date in Google search results?"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
-
#: inc/admin/admin.php:
|
3124 |
msgid "Display post thumbnail in Google Custom Search results?"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
-
#: inc/admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3128 |
msgid "Category Title"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#: inc/admin/admin.php:
|
3132 |
msgid "Tag Title"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
-
#: inc/admin/admin.php:
|
3136 |
msgid "Term Title"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
-
#: inc/admin/admin.php:
|
3140 |
msgid "Category Description"
|
3141 |
msgstr ""
|
3142 |
|
3143 |
-
#: inc/admin/admin.php:
|
3144 |
msgid "Tag Description"
|
3145 |
msgstr ""
|
3146 |
|
3147 |
-
#: inc/admin/admin.php:
|
3148 |
msgid "Term Description"
|
3149 |
msgstr ""
|
3150 |
|
3151 |
-
#: inc/admin/admin.php:
|
3152 |
msgid ""
|
3153 |
"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: inc/admin/admin.php:
|
3157 |
msgid "See archive"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: inc/admin/admin.php:
|
3161 |
msgid "Post Type Archive Name"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: inc/admin/admin.php:
|
3165 |
msgid ""
|
3166 |
"Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
-
#: inc/admin/admin.php:
|
3170 |
msgid "Author archives"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: inc/admin/admin.php:
|
3174 |
msgid "Disable author archives"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
-
#: inc/admin/admin.php:
|
3178 |
msgid "Date archives"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
-
#: inc/admin/admin.php:
|
3182 |
msgid ""
|
3183 |
"Do not display date archives in search engine results <strong>(noindex)</"
|
3184 |
"strong>"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
-
#: inc/admin/admin.php:
|
3188 |
msgid "Disable date archives"
|
3189 |
msgstr ""
|
3190 |
|
3191 |
-
#: inc/admin/admin.php:
|
3192 |
msgid "Search archives"
|
3193 |
msgstr ""
|
3194 |
|
3195 |
-
#: inc/admin/admin.php:
|
3196 |
msgid "Search Keywords"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
-
#: inc/admin/admin.php:
|
3200 |
msgid ""
|
3201 |
"Do not display search archives in search engine results <strong>(noindex)</"
|
3202 |
"strong>"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
-
#: inc/admin/admin.php:
|
3206 |
msgid "404 archives"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
-
#: inc/admin/admin.php:
|
3210 |
msgid ""
|
3211 |
"Do not display all pages of the site in Google search results and do not "
|
3212 |
"display \"Cached\" links in search results."
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: inc/admin/admin.php:
|
3216 |
msgid "Do not follow links for all pages."
|
3217 |
msgstr ""
|
3218 |
|
3219 |
-
#: inc/admin/admin.php:
|
3220 |
msgid ""
|
3221 |
"Do not use Open Directory project metadata for titles or excerpts for all "
|
3222 |
"pages."
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: inc/admin/admin.php:
|
3226 |
msgid "Do not index images from the entire site."
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: inc/admin/admin.php:
|
3230 |
msgid "Do not display a \"Cached\" link in the Google search results."
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: inc/admin/admin.php:
|
3234 |
msgid ""
|
3235 |
"Do not display a description in the Google search results for all pages."
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: inc/admin/admin.php:
|
3239 |
msgid ""
|
3240 |
"Prevent Google to display a sitelinks searchbox in search results. Enable "
|
3241 |
"this option will remove the \"Website\" schema from your source code."
|
3242 |
msgstr ""
|
3243 |
|
3244 |
-
#: inc/admin/admin.php:
|
3245 |
msgid "Add rel next/prev link in head of paginated archive pages"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
-
#: inc/admin/admin.php:
|
3249 |
msgid "Learn more on Google website"
|
3250 |
msgstr ""
|
3251 |
|
3252 |
-
#: inc/admin/admin.php:
|
3253 |
msgid "Guide to enable XML Sitemaps - new window"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
-
#: inc/admin/admin.php:
|
3257 |
msgid ""
|
3258 |
"Enable Image Sitemaps (standard images, image galleries, featured image, "
|
3259 |
"WooCommerce product images)"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: inc/admin/admin.php:
|
3263 |
msgid "Images in XML sitemaps are visible only from the source code."
|
3264 |
msgstr ""
|
3265 |
|
3266 |
-
#: inc/admin/admin.php:
|
3267 |
msgid "Guide to enable XML image sitemaps - new window"
|
3268 |
msgstr ""
|
3269 |
|
3270 |
-
#: inc/admin/admin.php:
|
3271 |
msgid "Enable Video Sitemaps"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: inc/admin/admin.php:
|
3275 |
#, php-format
|
3276 |
msgid ""
|
3277 |
"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
|
3278 |
"\" target=\"_blank\">adding videos to your sitemap.</a>"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
-
#: inc/admin/admin.php:
|
3282 |
msgid "Guide to enable XML video sitemaps - new window"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
-
#: inc/admin/admin.php:
|
3286 |
msgid ""
|
3287 |
"Make sure to enable Author archive from SEO, Titles and metas, Archives tab."
|
3288 |
"</a>"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
-
#: inc/admin/admin.php:
|
3292 |
msgid "Include"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
-
#: inc/admin/admin.php:
|
3296 |
msgid ""
|
3297 |
"You should never include attachment post type in your sitemap. Be careful if "
|
3298 |
"you checked this."
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: inc/admin/admin.php:
|
3302 |
msgid "eg: 2, 28, 68"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: inc/admin/admin.php:
|
3306 |
msgid "You can also use this shortcode:"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: inc/admin/admin.php:
|
3310 |
msgid "eg: 13, 8, 38"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: inc/admin/admin.php:
|
3314 |
msgid ""
|
3315 |
"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: inc/admin/admin.php:
|
3319 |
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
-
#: inc/admin/admin.php:
|
3323 |
msgid "Default (date)"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#: inc/admin/admin.php:
|
3327 |
msgid "Modified date"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
-
#: inc/admin/admin.php:
|
3331 |
msgid "Post ID"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
-
#: inc/admin/admin.php:
|
3335 |
msgid "Menu order"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: inc/admin/admin.php:
|
3339 |
msgid "Disable date after each post, page, post type?"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: inc/admin/admin.php:
|
3343 |
msgid "eg: Apple"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: inc/admin/admin.php:
|
3347 |
msgid "Select your logo"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
-
#: inc/admin/admin.php:
|
3351 |
msgid "JPG, PNG, and GIF allowed."
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: inc/admin/admin.php:
|
3355 |
msgid "eg: +33123456789 (internationalized version required)"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: inc/admin/admin.php:
|
3359 |
msgid "Customer support"
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: inc/admin/admin.php:
|
3363 |
msgid "Technical support"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
#: inc/admin/admin.php:
|
3367 |
msgid "Billing support"
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#: inc/admin/admin.php:
|
3371 |
msgid "Bill payment"
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
#: inc/admin/admin.php:
|
3375 |
msgid "Sales"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
-
#: inc/admin/admin.php:
|
3379 |
msgid "Credit card support"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: inc/admin/admin.php:
|
3383 |
msgid "Emergency"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: inc/admin/admin.php:
|
3387 |
msgid "Baggage tracking"
|
3388 |
msgstr ""
|
3389 |
|
3390 |
-
#: inc/admin/admin.php:
|
3391 |
msgid "Roadside assistance"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: inc/admin/admin.php:
|
3395 |
msgid "Package tracking"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: inc/admin/admin.php:
|
3399 |
-
#: inc/admin/admin.php:
|
3400 |
msgid "None"
|
3401 |
msgstr ""
|
3402 |
|
3403 |
-
#: inc/admin/admin.php:
|
3404 |
msgid "Toll Free"
|
3405 |
msgstr ""
|
3406 |
|
3407 |
-
#: inc/admin/admin.php:
|
3408 |
msgid "Hearing impaired supported"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: inc/admin/admin.php:
|
3412 |
msgid "Twitter Page URL"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
-
#: inc/admin/admin.php:
|
3416 |
msgid "Enable OG data"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
-
#: inc/admin/admin.php:
|
3420 |
msgid ""
|
3421 |
"One or more Facebook Page IDs that are associated with a URL in order to "
|
3422 |
"enable link editing and instant article publishing."
|
3423 |
msgstr ""
|
3424 |
|
3425 |
-
#: inc/admin/admin.php:
|
3426 |
msgid ""
|
3427 |
"The ID (or comma-separated list for properties that can accept multiple IDs) "
|
3428 |
"of an app, person using the app, or Page Graph API object."
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: inc/admin/admin.php:
|
3432 |
msgid ""
|
3433 |
"The Facebook app ID of the site's app. In order to use Facebook Insights you "
|
3434 |
"must add the app ID to your page. Insights lets you view analytics for "
|
@@ -3438,48 +3459,48 @@ msgid ""
|
|
3438 |
"span>"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: inc/admin/admin.php:
|
3442 |
msgid "How to create a Facebook App ID"
|
3443 |
msgstr ""
|
3444 |
|
3445 |
-
#: inc/admin/admin.php:
|
3446 |
msgid "Enable Twitter card"
|
3447 |
msgstr ""
|
3448 |
|
3449 |
-
#: inc/admin/admin.php:
|
3450 |
msgid "Use OG if no Twitter Cards"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
-
#: inc/admin/admin.php:
|
3454 |
msgid "Default"
|
3455 |
msgstr ""
|
3456 |
|
3457 |
-
#: inc/admin/admin.php:
|
3458 |
msgid "Large"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
-
#: inc/admin/admin.php:
|
3462 |
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
-
#: inc/admin/admin.php:
|
3466 |
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
-
#: inc/admin/admin.php:
|
3470 |
msgid "Find your tracking ID"
|
3471 |
msgstr ""
|
3472 |
|
3473 |
-
#: inc/admin/admin.php:
|
3474 |
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
3475 |
msgstr ""
|
3476 |
|
3477 |
-
#: inc/admin/admin.php:
|
3478 |
msgid ""
|
3479 |
"<strong>The user must click the Accept button to allow tracking.</strong>"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
-
#: inc/admin/admin.php:
|
3483 |
msgid ""
|
3484 |
"User roles excluded from tracking will not see the consent message.<br> If "
|
3485 |
"you use a caching plugin, you have to exclude this JS file in your settings: "
|
@@ -3487,431 +3508,443 @@ msgid ""
|
|
3487 |
"js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
-
#: inc/admin/admin.php:
|
3491 |
msgid "Hook to add custom tracking code with user consent - new window"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
-
#: inc/admin/admin.php:
|
3495 |
msgid ""
|
3496 |
"Display and automatically accept the user‘s consent on page load (not fully "
|
3497 |
"GDPR)"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: inc/admin/admin.php:
|
3501 |
msgid "The previous option must be checked to use this."
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: inc/admin/admin.php:
|
3505 |
msgid "Enter your message (HTML allowed)"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
-
#: inc/admin/admin.php:
|
3509 |
msgid "This message will only appear if request user's consent is enabled."
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#: inc/admin/admin.php:
|
3513 |
msgid "Hook to filter user consent message - new window"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: inc/admin/admin.php:
|
3517 |
msgid "HTML tags allowed: strong, em, br, a href / target"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
-
#: inc/admin/admin.php:
|
3521 |
msgid ""
|
3522 |
"Shortcode allowed to get the privacy page set in WordPress settings: "
|
3523 |
"[seopress_privacy_page]"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: inc/admin/admin.php:
|
3527 |
msgid "Accept"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
-
#: inc/admin/admin.php:
|
3531 |
msgid "Change the button value"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: inc/admin/admin.php:
|
3535 |
msgid "Enter your Google Optimize container ID"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
-
#: inc/admin/admin.php:
|
3539 |
msgid "GTM-XXXXXXX"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
-
#: inc/admin/admin.php:
|
3543 |
msgid ""
|
3544 |
"Google Optimize offers A/B testing, website testing & personalization tools."
|
3545 |
msgstr ""
|
3546 |
|
3547 |
-
#: inc/admin/admin.php:
|
3548 |
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
-
#: inc/admin/admin.php:
|
3552 |
msgid "AW-XXXXXXXXX"
|
3553 |
msgstr ""
|
3554 |
|
3555 |
-
#: inc/admin/admin.php:
|
3556 |
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
3557 |
msgstr ""
|
3558 |
|
3559 |
-
#: inc/admin/admin.php:
|
3560 |
msgid "Additional tracking code field"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
-
#: inc/admin/admin.php:
|
3564 |
msgid "This code will be added in the head section of your page."
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: inc/admin/admin.php:
|
3568 |
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
-
#: inc/admin/admin.php:
|
3572 |
msgid "Additional tracking code field added to body"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
-
#: inc/admin/admin.php:
|
3576 |
msgid "This code will be added just after the opening body tag of your page."
|
3577 |
msgstr ""
|
3578 |
|
3579 |
-
#: inc/admin/admin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3580 |
msgid ""
|
3581 |
"A remarketing audience is a list of cookies or mobile-advertising IDs that "
|
3582 |
"represents a group of users you want to re-engage because of their "
|
3583 |
"likelihood to convert."
|
3584 |
msgstr ""
|
3585 |
|
3586 |
-
#: inc/admin/admin.php:
|
3587 |
msgid ""
|
3588 |
"When a customer of Analytics requests IP address anonymization, Analytics "
|
3589 |
"anonymizes the address as soon as technically feasible at the earliest "
|
3590 |
"possible stage of the collection network."
|
3591 |
msgstr ""
|
3592 |
|
3593 |
-
#: inc/admin/admin.php:
|
3594 |
msgid ""
|
3595 |
"Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
|
3596 |
"report by automatically differentiating between multiple links to the same "
|
3597 |
"URL on a single page by using link element IDs."
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: inc/admin/admin.php:
|
3601 |
msgid ""
|
3602 |
"Cross domain tracking makes it possible for Analytics to see sessions on two "
|
3603 |
"related sites (such as an ecommerce site and a separate shopping cart site) "
|
3604 |
"as a single session. This is sometimes called site linking."
|
3605 |
msgstr ""
|
3606 |
|
3607 |
-
#: inc/admin/admin.php:
|
3608 |
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
3609 |
msgstr ""
|
3610 |
|
3611 |
-
#: inc/admin/admin.php:
|
3612 |
msgid "Enable download tracking"
|
3613 |
msgstr ""
|
3614 |
|
3615 |
-
#: inc/admin/admin.php:
|
3616 |
msgid "pdf|docx|pptx|zip"
|
3617 |
msgstr ""
|
3618 |
|
3619 |
-
#: inc/admin/admin.php:
|
3620 |
msgid "Separate each file type extensions with a pipe \"|\""
|
3621 |
msgstr ""
|
3622 |
|
3623 |
-
#: inc/admin/admin.php:
|
3624 |
msgid "Enable affiliate/outbound tracking"
|
3625 |
msgstr ""
|
3626 |
|
3627 |
-
#: inc/admin/admin.php:
|
3628 |
msgid "aff|go|out"
|
3629 |
msgstr ""
|
3630 |
|
3631 |
-
#: inc/admin/admin.php:
|
3632 |
msgid "Separate each keyword with a pipe \"|\""
|
3633 |
msgstr ""
|
3634 |
|
3635 |
-
#: inc/admin/admin.php:
|
3636 |
-
#: inc/admin/admin.php:
|
3637 |
msgid "Custom Dimension #1"
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: inc/admin/admin.php:
|
3641 |
-
#: inc/admin/admin.php:
|
3642 |
msgid "Custom Dimension #2"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
-
#: inc/admin/admin.php:
|
3646 |
-
#: inc/admin/admin.php:
|
3647 |
msgid "Custom Dimension #3"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: inc/admin/admin.php:
|
3651 |
-
#: inc/admin/admin.php:
|
3652 |
msgid "Custom Dimension #4"
|
3653 |
msgstr ""
|
3654 |
|
3655 |
-
#: inc/admin/admin.php:
|
3656 |
-
#: inc/admin/admin.php:
|
3657 |
msgid "Custom Dimension #5"
|
3658 |
msgstr ""
|
3659 |
|
3660 |
-
#: inc/admin/admin.php:
|
3661 |
-
#: inc/admin/admin.php:
|
3662 |
msgid "Custom Dimension #6"
|
3663 |
msgstr ""
|
3664 |
|
3665 |
-
#: inc/admin/admin.php:
|
3666 |
-
#: inc/admin/admin.php:
|
3667 |
msgid "Custom Dimension #7"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
-
#: inc/admin/admin.php:
|
3671 |
-
#: inc/admin/admin.php:
|
3672 |
msgid "Custom Dimension #8"
|
3673 |
msgstr ""
|
3674 |
|
3675 |
-
#: inc/admin/admin.php:
|
3676 |
-
#: inc/admin/admin.php:
|
3677 |
msgid "Custom Dimension #9"
|
3678 |
msgstr ""
|
3679 |
|
3680 |
-
#: inc/admin/admin.php:
|
3681 |
-
#: inc/admin/admin.php:
|
3682 |
msgid "Custom Dimension #10"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
-
#: inc/admin/admin.php:
|
3686 |
-
#: inc/admin/admin.php:
|
3687 |
msgid "Custom Dimension #11"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: inc/admin/admin.php:
|
3691 |
-
#: inc/admin/admin.php:
|
3692 |
msgid "Custom Dimension #12"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
-
#: inc/admin/admin.php:
|
3696 |
-
#: inc/admin/admin.php:
|
3697 |
msgid "Custom Dimension #13"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: inc/admin/admin.php:
|
3701 |
-
#: inc/admin/admin.php:
|
3702 |
msgid "Custom Dimension #14"
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: inc/admin/admin.php:
|
3706 |
-
#: inc/admin/admin.php:
|
3707 |
msgid "Custom Dimension #15"
|
3708 |
msgstr ""
|
3709 |
|
3710 |
-
#: inc/admin/admin.php:
|
3711 |
-
#: inc/admin/admin.php:
|
3712 |
msgid "Custom Dimension #16"
|
3713 |
msgstr ""
|
3714 |
|
3715 |
-
#: inc/admin/admin.php:
|
3716 |
-
#: inc/admin/admin.php:
|
3717 |
msgid "Custom Dimension #17"
|
3718 |
msgstr ""
|
3719 |
|
3720 |
-
#: inc/admin/admin.php:
|
3721 |
-
#: inc/admin/admin.php:
|
3722 |
msgid "Custom Dimension #18"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: inc/admin/admin.php:
|
3726 |
-
#: inc/admin/admin.php:
|
3727 |
msgid "Custom Dimension #19"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: inc/admin/admin.php:
|
3731 |
-
#: inc/admin/admin.php:
|
3732 |
msgid "Custom Dimension #20"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
-
#: inc/admin/admin.php:
|
3736 |
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
3737 |
msgstr ""
|
3738 |
|
3739 |
-
#: inc/admin/admin.php:
|
3740 |
msgid ""
|
3741 |
"If this option is checked, it will take precedence over the redirection of "
|
3742 |
"attachments to the post's parent."
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: inc/admin/admin.php:
|
3746 |
msgid "Remove ?replytocom link in source code"
|
3747 |
msgstr ""
|
3748 |
|
3749 |
-
#: inc/admin/admin.php:
|
3750 |
msgid ""
|
3751 |
"When sending an image file, automatically set the title based on the filename"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: inc/admin/admin.php:
|
3755 |
msgid ""
|
3756 |
"When sending an image file, automatically set the alternative text based on "
|
3757 |
"the filename"
|
3758 |
msgstr ""
|
3759 |
|
3760 |
-
#: inc/admin/admin.php:
|
3761 |
msgid ""
|
3762 |
"When sending an image file, automatically set the caption based on the "
|
3763 |
"filename"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: inc/admin/admin.php:
|
3767 |
msgid ""
|
3768 |
"When sending an image file, automatically set the description based on the "
|
3769 |
"filename"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
-
#: inc/admin/admin.php:
|
3773 |
msgid "Add TINYMCE editor to term description"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
-
#: inc/admin/admin.php:
|
3777 |
msgid "You have to flush your permalinks each time you change this settings"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
-
#: inc/admin/admin.php:
|
3781 |
msgid ""
|
3782 |
"You must check this box if the structure of your permalinks DOES NOT contain "
|
3783 |
"a slash at the end (eg: /%postname%)"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: inc/admin/admin.php:
|
3787 |
msgid "Remove WordPress meta generator in source code"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
-
#: inc/admin/admin.php:
|
3791 |
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: inc/admin/admin.php:
|
3795 |
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: inc/admin/admin.php:
|
3799 |
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: inc/admin/admin.php:
|
3803 |
msgid "Enter Google meta value site verification"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: inc/admin/admin.php:
|
3807 |
msgid ""
|
3808 |
"If your site is already verified in <strong>Google Search Console</strong>, "
|
3809 |
"you can leave this field empty."
|
3810 |
msgstr ""
|
3811 |
|
3812 |
-
#: inc/admin/admin.php:
|
3813 |
msgid "Enter Bing meta value site verification"
|
3814 |
msgstr ""
|
3815 |
|
3816 |
-
#: inc/admin/admin.php:
|
3817 |
msgid ""
|
3818 |
"If your site is already verified in <strong>Bing Webmaster tools</strong>, "
|
3819 |
"you can leave this field empty."
|
3820 |
msgstr ""
|
3821 |
|
3822 |
-
#: inc/admin/admin.php:
|
3823 |
msgid "Enter Pinterest meta value site verification"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
-
#: inc/admin/admin.php:
|
3827 |
msgid "Enter Yandex meta value site verification"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: inc/admin/admin.php:
|
3831 |
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
3832 |
msgstr ""
|
3833 |
|
3834 |
-
#: inc/admin/admin.php:
|
3835 |
msgid "High priority (top)"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
-
#: inc/admin/admin.php:
|
3839 |
msgid "Normal priority (default)"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: inc/admin/admin.php:
|
3843 |
msgid "Low priority"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: inc/admin/admin.php:
|
3847 |
msgid "Hide Notifications Center in SEOPress Dashboard page"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
-
#: inc/admin/admin.php:
|
3851 |
msgid "Hide SEO tools in SEOPress Dashboard page"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#: inc/admin/admin.php:
|
3855 |
msgid "Hide Useful Links in SEOPress dashboard page"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: inc/admin/admin.php:
|
3859 |
msgid "Add title column"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: inc/admin/admin.php:
|
3863 |
msgid "Add meta description column"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: inc/admin/admin.php:
|
3867 |
msgid "Add redirection enable column"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
-
#: inc/admin/admin.php:
|
3871 |
msgid "Add redirection URL column"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: inc/admin/admin.php:
|
3875 |
msgid "Add canonical URL column"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
-
#: inc/admin/admin.php:
|
3879 |
msgid "Add target keyword column"
|
3880 |
msgstr ""
|
3881 |
|
3882 |
-
#: inc/admin/admin.php:
|
3883 |
msgid "Display noindex status"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: inc/admin/admin.php:
|
3887 |
msgid "Display nofollow status"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
-
#: inc/admin/admin.php:
|
3891 |
msgid "Display total number of words in content"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#: inc/admin/admin.php:
|
3895 |
msgid "Display W3C column to check code quality"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
-
#: inc/admin/admin.php:
|
3899 |
msgid "Display Page Speed column to check performances"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
-
#: inc/admin/admin.php:
|
3903 |
msgid "Remove Genesis SEO Metabox"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
-
#: inc/admin/admin.php:
|
3907 |
msgid "Remove Genesis SEO link in WP Admin Menu"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
-
#: inc/admin/admin.php:
|
3911 |
msgid "Remove the advice if None schema selected"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: inc/admin/admin.php:
|
3915 |
msgid ""
|
3916 |
"Hook to filter structured data types metabox call by post type - new window"
|
3917 |
msgstr ""
|
@@ -4054,23 +4087,23 @@ msgstr ""
|
|
4054 |
msgid "X"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
-
#: inc/functions/options-google-analytics.php:
|
4058 |
msgid "Authors"
|
4059 |
msgstr ""
|
4060 |
|
4061 |
-
#: inc/functions/options-google-analytics.php:
|
4062 |
msgid "Categories"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
-
#: inc/functions/options-google-analytics.php:
|
4066 |
msgid "Tags"
|
4067 |
msgstr ""
|
4068 |
|
4069 |
-
#: inc/functions/options-google-analytics.php:
|
4070 |
msgid "Post types"
|
4071 |
msgstr ""
|
4072 |
|
4073 |
-
#: inc/functions/options-google-analytics.php:
|
4074 |
msgid "Connected users"
|
4075 |
msgstr ""
|
4076 |
|
@@ -4091,7 +4124,7 @@ msgstr ""
|
|
4091 |
msgid "Please upload a valid .csv file"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:
|
4095 |
msgid "XML Sitemaps"
|
4096 |
msgstr ""
|
4097 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: SEOPress\n"
|
5 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
|
6 |
+
"POT-Creation-Date: 2019-11-14 17:32+0100\n"
|
7 |
"PO-Revision-Date: 2019-08-22 12:52+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: Benjamin DENIS <contact@seopress.org>\n"
|
22 |
msgid "SEOPress"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: inc/admin/admin-header.php:23 inc/admin/admin.php:1405
|
26 |
#: inc/admin/adminbar.php:77
|
27 |
msgid "PRO"
|
28 |
msgstr ""
|
31 |
msgid "FREE"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: inc/admin/admin-header.php:35 inc/admin/admin.php:188
|
35 |
#: inc/admin/adminbar.php:25
|
36 |
msgid "Titles & Metas"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: inc/admin/admin-header.php:41 inc/admin/admin.php:189
|
40 |
#: inc/admin/adminbar.php:31
|
41 |
msgid "XML / HTML Sitemap"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: inc/admin/admin-header.php:47 inc/admin/admin.php:190
|
45 |
+
#: inc/admin/admin.php:1581 inc/admin/adminbar.php:37
|
46 |
msgid "Social Networks"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: inc/admin/admin-header.php:53 inc/admin/admin.php:191
|
50 |
+
#: inc/admin/admin.php:1623 inc/admin/adminbar.php:43
|
51 |
msgid "Google Analytics"
|
52 |
msgstr ""
|
53 |
|
54 |
#: inc/admin/admin-header.php:59 inc/admin/admin-metaboxes-form.php:58
|
55 |
+
#: inc/admin/admin.php:192 inc/admin/admin.php:350 inc/admin/admin.php:624
|
56 |
+
#: inc/admin/admin.php:1665 inc/admin/adminbar.php:49
|
57 |
msgid "Advanced"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: inc/admin/admin-header.php:67 inc/admin/admin.php:1699
|
61 |
msgid "WooCommerce"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: inc/admin/admin-header.php:73 inc/admin/admin.php:1731
|
65 |
msgid "Easy Digital Downloads"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: inc/admin/admin-header.php:79 inc/admin/admin.php:1763
|
69 |
msgid "Local Business"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: inc/admin/admin-header.php:85 inc/admin/admin.php:1795
|
73 |
msgid "Dublin Core"
|
74 |
msgstr ""
|
75 |
|
77 |
msgid "Structured Data Types (schema.org)"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: inc/admin/admin-header.php:97 inc/admin/admin.php:1860
|
81 |
msgid "Breadcrumbs"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: inc/admin/admin-header.php:103 inc/admin/admin.php:1902
|
85 |
msgid "Google Page Speed"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: inc/admin/admin-header.php:110 inc/admin/admin.php:1928
|
89 |
msgid "robots.txt"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: inc/admin/admin-header.php:117 inc/admin/admin.php:1973
|
93 |
msgid "Google News Sitemap"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: inc/admin/admin-header.php:123 inc/admin/admin.php:663
|
97 |
+
#: inc/admin/admin.php:2020 inc/admin/adminbar.php:92
|
98 |
msgid "Redirections"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: inc/admin/admin-header.php:129 inc/admin/admin.php:2063
|
102 |
msgid "Broken links"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: inc/admin/admin-header.php:135 inc/admin/admin.php:2096
|
106 |
#: inc/admin/adminbar.php:107
|
107 |
msgid "Backlinks"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: inc/admin/admin-header.php:141 inc/admin/admin.php:2111
|
111 |
msgid "URL Rewriting"
|
112 |
msgstr ""
|
113 |
|
115 |
msgid "White Label"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: inc/admin/admin-header.php:154 inc/admin/admin.php:2147
|
119 |
msgid ".htaccess"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: inc/admin/admin-header.php:161 inc/admin/admin.php:2163
|
123 |
msgid "RSS"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/admin/admin-header.php:167 inc/admin/admin.php:1379
|
127 |
+
#: inc/admin/admin.php:2204 inc/admin/adminbar.php:71
|
128 |
msgid "License"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/admin/admin-header.php:174 inc/admin/admin.php:193
|
132 |
+
#: inc/admin/admin.php:2179 inc/admin/adminbar.php:55
|
133 |
msgid "Tools"
|
134 |
msgstr ""
|
135 |
|
366 |
msgstr ""
|
367 |
|
368 |
#: inc/admin/admin-metaboxes-content-analysis-form.php:226
|
369 |
+
#: inc/admin/admin-metaboxes-form.php:126
|
370 |
+
#: inc/admin/admin-metaboxes-form.php:127 inc/admin/admin-wizard.php:256
|
371 |
#: inc/admin/admin-wizard.php:275 inc/admin/admin-wizard.php:292
|
372 |
+
#: inc/admin/admin-wizard.php:311 inc/admin/admin.php:747
|
373 |
+
#: inc/admin/admin.php:768 inc/admin/admin.php:787 inc/admin/admin.php:808
|
374 |
+
#: inc/admin/admin.php:829 inc/admin/admin.php:2301 inc/admin/admin.php:3768
|
375 |
#: inc/functions/options-advanced-admin.php:764
|
376 |
msgid "Meta description"
|
377 |
msgstr ""
|
521 |
msgstr ""
|
522 |
|
523 |
#: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
|
524 |
+
#: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:186
|
525 |
#: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:754
|
526 |
msgid "SEO"
|
527 |
msgstr ""
|
565 |
msgid "Enter your title"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: inc/admin/admin-metaboxes-form.php:112
|
569 |
msgid " / 568 pixels - "
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: inc/admin/admin-metaboxes-form.php:114
|
573 |
+
#: inc/admin/admin-metaboxes-form.php:136
|
574 |
msgid " (maximum recommended limit)"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: inc/admin/admin-metaboxes-form.php:118 inc/admin/admin.php:3855
|
578 |
+
#: inc/admin/admin.php:4884
|
579 |
msgid "Post Title"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: inc/admin/admin-metaboxes-form.php:120 inc/admin/admin.php:201
|
583 |
+
#: inc/admin/admin.php:3759 inc/admin/admin.php:3859 inc/admin/admin.php:4043
|
584 |
+
#: inc/admin/admin.php:4166 inc/admin/admin.php:4244 inc/admin/admin.php:4315
|
585 |
+
#: inc/admin/admin.php:4385 inc/admin/admin.php:4435
|
586 |
msgid "Site Title"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: inc/admin/admin-metaboxes-form.php:122 inc/admin/admin-wizard.php:369
|
590 |
+
#: inc/admin/admin.php:2285 inc/admin/admin.php:3746 inc/admin/admin.php:3760
|
591 |
+
#: inc/admin/admin.php:3857 inc/admin/admin.php:4041 inc/admin/admin.php:4164
|
592 |
+
#: inc/admin/admin.php:4243 inc/admin/admin.php:4314 inc/admin/admin.php:4384
|
593 |
+
#: inc/admin/admin.php:4436
|
594 |
msgid "Separator"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: inc/admin/admin-metaboxes-form.php:127
|
598 |
msgid "Enter your meta description"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: inc/admin/admin-metaboxes-form.php:134
|
602 |
msgid " / 940 pixels - "
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/admin/admin-metaboxes-form.php:140
|
606 |
msgid "Category / term description"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/admin/admin-metaboxes-form.php:144
|
610 |
msgid "Post Excerpt"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/admin/admin-metaboxes-form.php:150
|
614 |
msgid "Google Snippet Preview"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/admin/admin-metaboxes-form.php:151
|
618 |
msgid ""
|
619 |
"This is what your page will look like in Google search results. You have to "
|
620 |
"publish your post to get the Google Snippet Preview."
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: inc/admin/admin-metaboxes-form.php:178
|
624 |
msgid ""
|
625 |
"Do not display this page in search engine results / XML - HTML sitemaps "
|
626 |
"<strong>(noindex)</strong>"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/admin/admin-metaboxes-form.php:184
|
630 |
msgid "Do not follow links for this page <strong>(nofollow)</strong>"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: inc/admin/admin-metaboxes-form.php:190
|
634 |
msgid ""
|
635 |
"Do not use Open Directory project metadata for titles or excerpts for this "
|
636 |
"page <strong>(noodp)</strong>"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: inc/admin/admin-metaboxes-form.php:196
|
640 |
msgid "Do not index images for this page <strong>(noimageindex)</strong>"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: inc/admin/admin-metaboxes-form.php:202
|
644 |
msgid ""
|
645 |
"Do not display a \"Cached\" link in the Google search results "
|
646 |
"<strong>(noarchive)</strong>"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/admin/admin-metaboxes-form.php:208
|
650 |
msgid ""
|
651 |
"Do not display a description in search results for this page "
|
652 |
"<strong>(nosnippet)</strong>"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: inc/admin/admin-metaboxes-form.php:212
|
656 |
msgid ""
|
657 |
"You cannot uncheck a parameter? This is normal, and it's most likely defined "
|
658 |
"in the global settings of the extension."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/admin/admin-metaboxes-form.php:215
|
662 |
+
#: inc/admin/admin-metaboxes-form.php:216 inc/admin/admin-wizard.php:260
|
663 |
#: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:315
|
664 |
+
#: inc/admin/admin.php:751 inc/admin/admin.php:791 inc/admin/admin.php:812
|
665 |
+
#: inc/admin/admin.php:833
|
666 |
msgid "Canonical URL"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/admin/admin-metaboxes-form.php:216
|
670 |
msgid "Default value: "
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/admin/admin-metaboxes-form.php:218
|
674 |
msgid ""
|
675 |
"A canonical URL is the URL of the page that Google thinks is most "
|
676 |
"representative from a set of duplicate pages on your site. For example, if "
|
683 |
"duplicate."
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: inc/admin/admin-metaboxes-form.php:225
|
687 |
msgid "Select a primary category"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: inc/admin/admin-metaboxes-form.php:226
|
691 |
msgid ""
|
692 |
"Set the category that gets used in the %category% permalink if you have "
|
693 |
"multiple categories."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: inc/admin/admin-metaboxes-form.php:236 inc/admin/admin-wizard.php:380
|
697 |
+
#: inc/admin/admin.php:4927
|
698 |
msgid "None (will disable this feature)"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: inc/admin/admin-metaboxes-form.php:248
|
702 |
+
#: inc/admin/admin-metaboxes-form.php:249
|
703 |
msgid "Custom breadcrumbs"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: inc/admin/admin-metaboxes-form.php:249
|
707 |
msgid "Enter a custom value, useful if your title is too long"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: inc/admin/admin-metaboxes-form.php:259
|
711 |
msgid "Ask Facebook to update his cache"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: inc/admin/admin-metaboxes-form.php:261
|
715 |
+
#: inc/admin/admin-metaboxes-form.php:262
|
716 |
msgid "Facebook Title"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: inc/admin/admin-metaboxes-form.php:262
|
720 |
msgid "Enter your Facebook title"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: inc/admin/admin-metaboxes-form.php:265
|
724 |
+
#: inc/admin/admin-metaboxes-form.php:266
|
725 |
msgid "Facebook description"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: inc/admin/admin-metaboxes-form.php:266
|
729 |
msgid "Enter your Facebook description"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: inc/admin/admin-metaboxes-form.php:269
|
733 |
+
#: inc/admin/admin-metaboxes-form.php:270
|
734 |
msgid "Facebook Thumbnail"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: inc/admin/admin-metaboxes-form.php:270
|
738 |
+
#: inc/admin/admin-metaboxes-form.php:288 inc/admin/admin.php:5196
|
739 |
+
#: inc/admin/admin.php:5288
|
740 |
msgid "Select your default thumbnail"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: inc/admin/admin-metaboxes-form.php:271 inc/admin/admin.php:5200
|
744 |
msgid ""
|
745 |
"Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
|
746 |
"3280x1712px for retina screens)"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: inc/admin/admin-metaboxes-form.php:272
|
750 |
+
#: inc/admin/admin-metaboxes-form.php:290
|
751 |
+
#: inc/admin/admin-metaboxes-form.php:439 inc/admin/admin.php:4961
|
752 |
+
#: inc/admin/admin.php:5198 inc/admin/admin.php:5290
|
753 |
msgid "Upload an Image"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: inc/admin/admin-metaboxes-form.php:277
|
757 |
msgid "Preview your Twitter card using the official validator"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: inc/admin/admin-metaboxes-form.php:279
|
761 |
+
#: inc/admin/admin-metaboxes-form.php:280
|
762 |
msgid "Twitter Title"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: inc/admin/admin-metaboxes-form.php:280
|
766 |
msgid "Enter your Twitter title"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: inc/admin/admin-metaboxes-form.php:283
|
770 |
+
#: inc/admin/admin-metaboxes-form.php:284
|
771 |
msgid "Twitter description"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: inc/admin/admin-metaboxes-form.php:284
|
775 |
msgid "Enter your Twitter description"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: inc/admin/admin-metaboxes-form.php:287
|
779 |
+
#: inc/admin/admin-metaboxes-form.php:290
|
780 |
msgid "Twitter Thumbnail"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: inc/admin/admin-metaboxes-form.php:289 inc/admin/admin.php:5292
|
784 |
msgid ""
|
785 |
"Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
|
786 |
"(2:1 with large card), 5Mb max."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: inc/admin/admin-metaboxes-form.php:301
|
790 |
msgid "Enable redirection?"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: inc/admin/admin-metaboxes-form.php:305
|
794 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
795 |
msgid "URL redirection"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: inc/admin/admin-metaboxes-form.php:307
|
799 |
msgid "301 Moved Permanently"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: inc/admin/admin-metaboxes-form.php:308
|
803 |
msgid "302 Found / Moved Temporarily"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: inc/admin/admin-metaboxes-form.php:309
|
807 |
msgid "307 Moved Temporarily"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: inc/admin/admin-metaboxes-form.php:310
|
811 |
msgid "410 Gone"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: inc/admin/admin-metaboxes-form.php:311
|
815 |
msgid "451 Unavailable For Legal Reasons"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: inc/admin/admin-metaboxes-form.php:313
|
819 |
msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: inc/admin/admin-metaboxes-form.php:318
|
823 |
msgid "Query parameters"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: inc/admin/admin-metaboxes-form.php:320
|
827 |
msgid "Exactly match all parameters"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: inc/admin/admin-metaboxes-form.php:321
|
831 |
msgid "Exclude all parameters"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: inc/admin/admin-metaboxes-form.php:322
|
835 |
msgid "Exclude all parameters and pass them to the redirection"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: inc/admin/admin-metaboxes-form.php:331
|
839 |
+
#: inc/admin/admin-metaboxes-form.php:333
|
840 |
+
#: inc/admin/admin-metaboxes-form.php:336
|
841 |
+
#: inc/admin/admin-metaboxes-form.php:338
|
842 |
msgid "Test your URL"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: inc/admin/admin-metaboxes-form.php:352
|
846 |
msgid "Need help with your redirections? Read our guide."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: inc/admin/admin-metaboxes-form.php:366
|
850 |
msgid "Exclude this post from Google News Sitemap?"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: inc/admin/admin-metaboxes-form.php:392
|
854 |
msgid "Exclude this post from Video Sitemap?"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: inc/admin/admin-metaboxes-form.php:394
|
858 |
msgid ""
|
859 |
"If your post is set to noindex, it will be automatically excluded from the "
|
860 |
"sitemap."
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: inc/admin/admin-metaboxes-form.php:413
|
864 |
msgid "Video "
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: inc/admin/admin-metaboxes-form.php:417
|
868 |
msgid "Video URL (required)"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: inc/admin/admin-metaboxes-form.php:418
|
872 |
msgid "Enter your video URL"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: inc/admin/admin-metaboxes-form.php:418
|
876 |
msgid "Video URL"
|
877 |
msgstr ""
|
878 |
|
879 |
+
#: inc/admin/admin-metaboxes-form.php:423
|
880 |
msgid ""
|
881 |
"NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? "
|
882 |
"Check this if your video is hosting on this server."
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: inc/admin/admin-metaboxes-form.php:427
|
886 |
msgid "Video Title (required)"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: inc/admin/admin-metaboxes-form.php:428
|
890 |
msgid "Enter your video title"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: inc/admin/admin-metaboxes-form.php:428
|
894 |
msgid "Video title"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: inc/admin/admin-metaboxes-form.php:429
|
898 |
msgid "Default: title tag, if not available, post title."
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: inc/admin/admin-metaboxes-form.php:432
|
902 |
msgid "Video Description (required)"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: inc/admin/admin-metaboxes-form.php:433
|
906 |
msgid "Enter your video description"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: inc/admin/admin-metaboxes-form.php:433
|
910 |
msgid "Video description"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: inc/admin/admin-metaboxes-form.php:434
|
914 |
msgid ""
|
915 |
"2048 characters max.; default: meta description. If not available, use the "
|
916 |
"beginning of the post content."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: inc/admin/admin-metaboxes-form.php:437
|
920 |
msgid "Video Thumbnail (required)"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: inc/admin/admin-metaboxes-form.php:438
|
924 |
msgid "Select your video thumbnail"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: inc/admin/admin-metaboxes-form.php:439
|
928 |
msgid "Video Thumbnail"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: inc/admin/admin-metaboxes-form.php:440
|
932 |
msgid ""
|
933 |
"Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: "
|
934 |
"your post featured image."
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: inc/admin/admin-metaboxes-form.php:443
|
938 |
msgid "Video Duration (recommended)"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: inc/admin/admin-metaboxes-form.php:444
|
942 |
msgid "Duration in seconds"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: inc/admin/admin-metaboxes-form.php:444
|
946 |
msgid "Video duration"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: inc/admin/admin-metaboxes-form.php:445
|
950 |
msgid ""
|
951 |
"The duration of the video in seconds. Value must be between 0 and 28800 (8 "
|
952 |
"hours)."
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: inc/admin/admin-metaboxes-form.php:448
|
956 |
msgid "Video Rating"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: inc/admin/admin-metaboxes-form.php:449
|
960 |
msgid "Video rating"
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: inc/admin/admin-metaboxes-form.php:450
|
964 |
msgid "Allowed values are float numbers in the range 0.0 to 5.0."
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: inc/admin/admin-metaboxes-form.php:453
|
968 |
+
#: inc/admin/admin-metaboxes-form.php:454
|
969 |
msgid "View count"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: inc/admin/admin-metaboxes-form.php:454
|
973 |
msgid "Number of views"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: inc/admin/admin-metaboxes-form.php:457
|
977 |
+
#: inc/admin/admin-metaboxes-form.php:458
|
978 |
msgid "Video tags"
|
979 |
msgstr ""
|
980 |
|
981 |
+
#: inc/admin/admin-metaboxes-form.php:458
|
982 |
msgid "Enter your video tags"
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: inc/admin/admin-metaboxes-form.php:459
|
986 |
msgid ""
|
987 |
"32 tags max., separate tags with commas. Default: target keywords + post "
|
988 |
"tags if available."
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: inc/admin/admin-metaboxes-form.php:462
|
992 |
+
#: inc/admin/admin-metaboxes-form.php:463
|
993 |
msgid "Video categories"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: inc/admin/admin-metaboxes-form.php:463
|
997 |
msgid "Enter your video categories"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: inc/admin/admin-metaboxes-form.php:464
|
1001 |
msgid ""
|
1002 |
"256 characters max., usually a video will belong to a single category, "
|
1003 |
"separate categories with commas. Default: first post category if available."
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: inc/admin/admin-metaboxes-form.php:469
|
1007 |
msgid "NOT family friendly?"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: inc/admin/admin-metaboxes-form.php:471
|
1011 |
msgid "The video will be available only to users with SafeSearch turned off."
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: inc/admin/admin-metaboxes-form.php:473
|
1015 |
msgid "Remove video"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: inc/admin/admin-metaboxes-form.php:480
|
1019 |
msgid "Add video"
|
1020 |
msgstr ""
|
1021 |
|
1061 |
"quickly."
|
1062 |
msgstr ""
|
1063 |
|
1064 |
+
#: inc/admin/admin-wizard.php:252 inc/admin/admin.php:743
|
1065 |
msgid "Import posts and terms metadata from Yoast"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
|
1069 |
#: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
|
1070 |
+
#: inc/admin/admin.php:744 inc/admin/admin.php:765 inc/admin/admin.php:784
|
1071 |
+
#: inc/admin/admin.php:805 inc/admin/admin.php:826
|
1072 |
msgid "By clicking Migrate, we'll import:"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
#: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
|
1076 |
#: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
|
1077 |
+
#: inc/admin/admin.php:746 inc/admin/admin.php:767 inc/admin/admin.php:786
|
1078 |
+
#: inc/admin/admin.php:807 inc/admin/admin.php:828
|
1079 |
msgid "Title tags"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
#: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
|
1083 |
#: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
|
1084 |
+
#: inc/admin/admin.php:748 inc/admin/admin.php:769 inc/admin/admin.php:788
|
1085 |
+
#: inc/admin/admin.php:809 inc/admin/admin.php:830
|
1086 |
msgid "Facebook Open Graph tags (title, description and image thumbnail)"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
#: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
|
1090 |
+
#: inc/admin/admin-wizard.php:313 inc/admin/admin.php:749
|
1091 |
+
#: inc/admin/admin.php:789 inc/admin/admin.php:810 inc/admin/admin.php:831
|
1092 |
msgid "Twitter tags (title, description and image thumbnail)"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: inc/admin/admin-wizard.php:259 inc/admin/admin.php:750
|
1096 |
msgid "Meta Robots (noindex, nofollow...)"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
#: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
|
1100 |
+
#: inc/admin/admin.php:752 inc/admin/admin.php:813
|
1101 |
msgid "Focus keywords"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: inc/admin/admin-wizard.php:263 inc/admin/admin.php:754
|
1105 |
msgid ""
|
1106 |
"<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
|
1107 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1110 |
|
1111 |
#: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
|
1112 |
#: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
|
1113 |
+
#: inc/admin/admin.php:755 inc/admin/admin.php:774 inc/admin/admin.php:795
|
1114 |
+
#: inc/admin/admin.php:816 inc/admin/admin.php:836
|
1115 |
msgid "Migrate now"
|
1116 |
msgstr ""
|
1117 |
|
1118 |
+
#: inc/admin/admin-wizard.php:271 inc/admin/admin.php:764
|
1119 |
msgid "Import posts and terms metadata from All In One SEO"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
+
#: inc/admin/admin-wizard.php:277 inc/admin/admin.php:770
|
1123 |
msgid "Twitter image thumbnail"
|
1124 |
msgstr ""
|
1125 |
|
1126 |
+
#: inc/admin/admin-wizard.php:278 inc/admin/admin.php:771
|
1127 |
msgid "Meta Robots (noindex, nofollow)"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: inc/admin/admin-wizard.php:280 inc/admin/admin.php:773
|
1131 |
msgid ""
|
1132 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1133 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1134 |
"NOT delete any AIO data."
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: inc/admin/admin-wizard.php:288 inc/admin/admin.php:783
|
1138 |
msgid "Import posts and terms metadata from The SEO Framework"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: inc/admin/admin-wizard.php:295 inc/admin/admin.php:790
|
1142 |
msgid "Meta Robots (noindex, nofollow, noarchive)"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: inc/admin/admin-wizard.php:297 inc/admin/admin.php:792
|
1146 |
#: inc/functions/options-advanced-admin.php:296
|
1147 |
msgid "Redirect URL"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: inc/admin/admin-wizard.php:299 inc/admin/admin.php:794
|
1151 |
msgid ""
|
1152 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1153 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1154 |
"NOT delete any SEO Framework data."
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: inc/admin/admin-wizard.php:307 inc/admin/admin.php:804
|
1158 |
msgid "Import posts and terms metadata from Rank Math"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: inc/admin/admin-wizard.php:314 inc/admin/admin.php:811
|
1162 |
msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: inc/admin/admin-wizard.php:318 inc/admin/admin.php:815
|
1166 |
msgid ""
|
1167 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
1168 |
"and terms metadata. Some dynamic variables will not be interpreted. We do "
|
1183 |
msgid "eg: |"
|
1184 |
msgstr ""
|
1185 |
|
1186 |
+
#: inc/admin/admin-wizard.php:372 inc/admin/admin.php:2293
|
1187 |
+
#: inc/admin/admin.php:3756
|
1188 |
msgid "Site title"
|
1189 |
msgstr ""
|
1190 |
|
1192 |
msgid "eg: My super website"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: inc/admin/admin-wizard.php:375 inc/admin/admin.php:2690
|
1196 |
msgid "Person or organization"
|
1197 |
msgstr ""
|
1198 |
|
1200 |
msgid "Choose a knowledge type"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: inc/admin/admin-wizard.php:383 inc/admin/admin.php:4930
|
1204 |
msgid "Person"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: inc/admin/admin-wizard.php:386 inc/admin/admin.php:4933
|
1208 |
msgid "Organization"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: inc/admin/admin-wizard.php:390 inc/admin/admin.php:2698
|
1212 |
+
#: inc/admin/admin.php:4946
|
1213 |
msgid "Your name/organization"
|
1214 |
msgstr ""
|
1215 |
|
1217 |
msgid "eg: SEOPress"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: inc/admin/admin-wizard.php:393 inc/admin/admin.php:2706
|
1221 |
+
#: inc/admin/admin.php:4959
|
1222 |
msgid "Your photo/organization logo"
|
1223 |
msgstr ""
|
1224 |
|
1230 |
msgid "Facebook page URL"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: inc/admin/admin-wizard.php:397 inc/admin/admin.php:5067
|
1234 |
msgid "eg: https://www.facebook.com/your-page"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: inc/admin/admin-wizard.php:399 inc/admin/admin.php:2755
|
1238 |
msgid "Twitter Username"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: inc/admin/admin-wizard.php:400 inc/admin/admin.php:5080
|
1242 |
msgid "eg: @wp_seopress"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: inc/admin/admin-wizard.php:402 inc/admin/admin.php:2763
|
1246 |
+
#: inc/admin/admin.php:5092
|
1247 |
msgid "Pinterest URL"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: inc/admin/admin-wizard.php:403 inc/admin/admin.php:5092
|
1251 |
msgid "eg: https://pinterest.com/wpbuy/"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: inc/admin/admin-wizard.php:405 inc/admin/admin.php:2771
|
1255 |
+
#: inc/admin/admin.php:5104
|
1256 |
msgid "Instagram URL"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: inc/admin/admin-wizard.php:406 inc/admin/admin.php:5104
|
1260 |
msgid "eg: https://www.instagram.com/wp_seopress/"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: inc/admin/admin-wizard.php:408 inc/admin/admin.php:2779
|
1264 |
+
#: inc/admin/admin.php:5116
|
1265 |
msgid "YouTube URL"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: inc/admin/admin-wizard.php:409 inc/admin/admin.php:5116
|
1269 |
msgid "eg: https://www.youtube.com/SEOPress"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: inc/admin/admin-wizard.php:411 inc/admin/admin.php:2787
|
1273 |
+
#: inc/admin/admin.php:5128
|
1274 |
msgid "LinkedIn URL"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: inc/admin/admin-wizard.php:412 inc/admin/admin.php:5128
|
1278 |
msgid "eg: http://linkedin.com/company/seopress/"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: inc/admin/admin-wizard.php:414 inc/admin/admin.php:2795
|
1282 |
+
#: inc/admin/admin.php:5140
|
1283 |
msgid "MySpace URL"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: inc/admin/admin-wizard.php:415 inc/admin/admin.php:5140
|
1287 |
msgid "eg: https://myspace.com/your-page"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
+
#: inc/admin/admin-wizard.php:417 inc/admin/admin.php:2803
|
1291 |
+
#: inc/admin/admin.php:5152
|
1292 |
msgid "Soundcloud URL"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: inc/admin/admin-wizard.php:418 inc/admin/admin.php:5152
|
1296 |
msgid "eg: https://soundcloud.com/michaelmccannmusic"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: inc/admin/admin-wizard.php:420 inc/admin/admin.php:2811
|
1300 |
+
#: inc/admin/admin.php:5164
|
1301 |
msgid "Tumblr URL"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
+
#: inc/admin/admin-wizard.php:421 inc/admin/admin.php:5164
|
1305 |
msgid "eg: https://your-site.tumblr.com"
|
1306 |
msgstr ""
|
1307 |
|
1320 |
msgid "For which single post types, should indexing be disabled?"
|
1321 |
msgstr ""
|
1322 |
|
1323 |
+
#: inc/admin/admin-wizard.php:498 inc/admin/admin.php:3891
|
1324 |
msgid ""
|
1325 |
"Do not display this single post type in search engine results "
|
1326 |
"<strong>(noindex)</strong>"
|
1330 |
msgid "For which post type archives, should indexing be disabled?"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: inc/admin/admin-wizard.php:527 inc/admin/admin.php:4198
|
1334 |
msgid ""
|
1335 |
"Do not display this post type archive in search engine results "
|
1336 |
"<strong>(noindex)</strong>"
|
1340 |
msgid "For which taxonomy archives, should indexing be disabled?"
|
1341 |
msgstr ""
|
1342 |
|
1343 |
+
#: inc/admin/admin-wizard.php:556 inc/admin/admin.php:4093
|
1344 |
msgid ""
|
1345 |
"Do not display this taxonomy archive in search engine results "
|
1346 |
"<strong>(noindex)</strong>"
|
1347 |
msgstr ""
|
1348 |
|
1349 |
+
#: inc/admin/admin-wizard.php:639 inc/admin/admin.php:4275
|
1350 |
msgid ""
|
1351 |
"Do not display author archives in search engine results <strong>(noindex)</"
|
1352 |
"strong>"
|
1358 |
"content."
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: inc/admin/admin-wizard.php:651 inc/admin/admin.php:6097
|
1362 |
msgid ""
|
1363 |
"Redirect attachment pages to their file URL (https://www.example.com/my-"
|
1364 |
"image-file.jpg)"
|
1370 |
"Optimize this by redirecting the user directly to the URL of the media file."
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: inc/admin/admin-wizard.php:663 inc/admin/admin.php:6218
|
1374 |
msgid "Remove /category/ in your permalinks"
|
1375 |
msgstr ""
|
1376 |
|
1455 |
msgid "Knowledge base"
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: inc/admin/admin.php:108
|
1459 |
msgid "404 - Page not found"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: inc/admin/admin.php:187
|
1463 |
msgid "Dashboard"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: inc/admin/admin.php:189 inc/admin/admin.php:1539
|
1467 |
msgid "XML / Image / Video / HTML Sitemap"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: inc/admin/admin.php:200
|
1471 |
#, php-format
|
1472 |
msgid "%%sep%%"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: inc/admin/admin.php:200
|
1476 |
msgid "Separator (eg: - )"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: inc/admin/admin.php:201
|
1480 |
#, php-format
|
1481 |
msgid "%%sitetitle%%"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
+
#: inc/admin/admin.php:202
|
1485 |
#, php-format
|
1486 |
+
msgid "%%tagline%% (alias %%sitedesc%%)"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: inc/admin/admin.php:202 inc/admin/admin.php:3761 inc/admin/admin.php:3772
|
1490 |
msgid "Tagline"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: inc/admin/admin.php:203
|
1494 |
#, php-format
|
1495 |
msgid "%%post_title%% (alias %%title%%)"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
+
#: inc/admin/admin.php:203
|
1499 |
msgid "Post Title (post, page, custom post type)"
|
1500 |
msgstr ""
|
1501 |
|
1502 |
+
#: inc/admin/admin.php:204
|
1503 |
#, php-format
|
1504 |
+
msgid "%%post_excerpt%% (alias %%excerpt%%)"
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: inc/admin/admin.php:204
|
1508 |
msgid "Post excerpt"
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: inc/admin/admin.php:205
|
1512 |
#, php-format
|
1513 |
msgid "%%post_content%%"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: inc/admin/admin.php:205
|
1517 |
msgid "Post content / product long description"
|
1518 |
msgstr ""
|
1519 |
|
1520 |
+
#: inc/admin/admin.php:206
|
1521 |
#, php-format
|
1522 |
+
msgid "%%post_date%% (alias %%date%%)"
|
1523 |
msgstr ""
|
1524 |
|
1525 |
+
#: inc/admin/admin.php:206
|
1526 |
msgid "Post date"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
+
#: inc/admin/admin.php:207
|
1530 |
#, php-format
|
1531 |
msgid "%%post_modified_date%%"
|
1532 |
msgstr ""
|
1533 |
|
1534 |
+
#: inc/admin/admin.php:207
|
1535 |
msgid "Last modified post date"
|
1536 |
msgstr ""
|
1537 |
|
1538 |
+
#: inc/admin/admin.php:208
|
1539 |
#, php-format
|
1540 |
msgid "%%post_author%%"
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: inc/admin/admin.php:208 inc/admin/admin.php:4242
|
1544 |
msgid "Post author"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: inc/admin/admin.php:209
|
1548 |
#, php-format
|
1549 |
msgid "%%post_category%%"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: inc/admin/admin.php:209
|
1553 |
msgid "Post category"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: inc/admin/admin.php:210
|
1557 |
#, php-format
|
1558 |
msgid "%%post_tag%%"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: inc/admin/admin.php:210
|
1562 |
msgid "Post tag"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: inc/admin/admin.php:211
|
1566 |
#, php-format
|
1567 |
msgid "%%_category_title%%"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: inc/admin/admin.php:211
|
1571 |
msgid "Category title"
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: inc/admin/admin.php:212
|
1575 |
#, php-format
|
1576 |
msgid "%%_category_description%%"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: inc/admin/admin.php:212
|
1580 |
msgid "Category description"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: inc/admin/admin.php:213
|
1584 |
#, php-format
|
1585 |
msgid "%%tag_title%%"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: inc/admin/admin.php:213
|
1589 |
msgid "Tag title"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
+
#: inc/admin/admin.php:214
|
1593 |
#, php-format
|
1594 |
msgid "%%tag_description%%"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: inc/admin/admin.php:214
|
1598 |
msgid "Tag description"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: inc/admin/admin.php:215
|
1602 |
#, php-format
|
1603 |
msgid "%%term_title%%"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
+
#: inc/admin/admin.php:215
|
1607 |
msgid "Term title"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: inc/admin/admin.php:216
|
1611 |
#, php-format
|
1612 |
msgid "%%term_description%%"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: inc/admin/admin.php:216
|
1616 |
msgid "Term description"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: inc/admin/admin.php:217
|
1620 |
#, php-format
|
1621 |
msgid "%%search_keywords%%"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: inc/admin/admin.php:217
|
1625 |
msgid "Search keywords"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: inc/admin/admin.php:218
|
1629 |
#, php-format
|
1630 |
msgid "%%current_pagination%%"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: inc/admin/admin.php:218
|
1634 |
msgid "Current number page"
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: inc/admin/admin.php:219
|
1638 |
#, php-format
|
1639 |
msgid "%%cpt_plural%%"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: inc/admin/admin.php:219
|
1643 |
msgid "Plural Post Type Archive name"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: inc/admin/admin.php:220
|
1647 |
#, php-format
|
1648 |
msgid "%%archive_title%%"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: inc/admin/admin.php:220
|
1652 |
msgid "Archive title"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
+
#: inc/admin/admin.php:221
|
1656 |
#, php-format
|
1657 |
msgid "%%archive_date%%"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: inc/admin/admin.php:221
|
1661 |
msgid "Date Archive"
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: inc/admin/admin.php:222
|
1665 |
#, php-format
|
1666 |
msgid "%%archive_date_day%%"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: inc/admin/admin.php:222
|
1670 |
msgid "Day Archive date"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: inc/admin/admin.php:223
|
1674 |
#, php-format
|
1675 |
msgid "%%archive_date_month%%"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: inc/admin/admin.php:223
|
1679 |
msgid "Month Archive title"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: inc/admin/admin.php:224
|
1683 |
#, php-format
|
1684 |
msgid "%%archive_date_year%%"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: inc/admin/admin.php:224
|
1688 |
msgid "Year Archive title"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: inc/admin/admin.php:225
|
1692 |
#, php-format
|
1693 |
msgid "%%_cf_your_custom_field_name%%"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: inc/admin/admin.php:225
|
1697 |
msgid "Custom fields from post, page or post type"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: inc/admin/admin.php:226
|
1701 |
#, php-format
|
1702 |
msgid "%%_ct_your_custom_taxonomy_slug%%"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
+
#: inc/admin/admin.php:226
|
1706 |
msgid "Custom term taxonomy from post, page or post type"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: inc/admin/admin.php:227
|
1710 |
#, php-format
|
1711 |
msgid "%%wc_single_cat%%"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: inc/admin/admin.php:227
|
1715 |
msgid "Single product category"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: inc/admin/admin.php:228
|
1719 |
#, php-format
|
1720 |
msgid "%%wc_single_tag%%"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: inc/admin/admin.php:228
|
1724 |
msgid "Single product tag"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: inc/admin/admin.php:229
|
1728 |
#, php-format
|
1729 |
msgid "%%wc_single_short_desc%%"
|
1730 |
msgstr ""
|
1731 |
|
1732 |
+
#: inc/admin/admin.php:229
|
1733 |
msgid "Single product short description"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: inc/admin/admin.php:230
|
1737 |
#, php-format
|
1738 |
msgid "%%wc_single_price%%"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: inc/admin/admin.php:230
|
1742 |
msgid "Single product price"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: inc/admin/admin.php:231
|
1746 |
#, php-format
|
1747 |
msgid "%%wc_single_price_exc_tax%%"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: inc/admin/admin.php:231
|
1751 |
msgid "Single product price taxes excluded"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: inc/admin/admin.php:232
|
1755 |
#, php-format
|
1756 |
msgid "%%wc_sku%%"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: inc/admin/admin.php:232
|
1760 |
msgid "Single SKU product"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: inc/admin/admin.php:233
|
1764 |
#, php-format
|
1765 |
msgid "%%currentday%%"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
+
#: inc/admin/admin.php:233
|
1769 |
msgid "Current day"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
+
#: inc/admin/admin.php:234
|
1773 |
#, php-format
|
1774 |
msgid "%%currentmonth%%"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: inc/admin/admin.php:234
|
1778 |
msgid "Current month"
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: inc/admin/admin.php:235
|
1782 |
#, php-format
|
1783 |
msgid "%%currentyear%%"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
+
#: inc/admin/admin.php:235
|
1787 |
msgid "Current year"
|
1788 |
msgstr ""
|
1789 |
|
1790 |
+
#: inc/admin/admin.php:236
|
1791 |
#, php-format
|
1792 |
msgid "%%currentdate%%"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: inc/admin/admin.php:236
|
1796 |
msgid "Current date"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: inc/admin/admin.php:237
|
1800 |
#, php-format
|
1801 |
msgid "%%currenttime%%"
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: inc/admin/admin.php:237
|
1805 |
msgid "Current time"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: inc/admin/admin.php:238
|
1809 |
#, php-format
|
1810 |
msgid "%%author_bio%%"
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: inc/admin/admin.php:238
|
1814 |
msgid "Author bio, meta desc only"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: inc/admin/admin.php:244
|
1818 |
msgid "Templates variables"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: inc/admin/admin.php:252 inc/admin/admin.php:260
|
1822 |
msgid "Browse our guides"
|
1823 |
msgstr ""
|
1824 |
|
1825 |
+
#: inc/admin/admin.php:253 inc/admin/admin.php:261
|
1826 |
msgid "Read our FAQ"
|
1827 |
msgstr ""
|
1828 |
|
1829 |
+
#: inc/admin/admin.php:254 inc/admin/admin.php:262
|
1830 |
msgid "Check our website"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
+
#: inc/admin/admin.php:274
|
1834 |
msgid ""
|
1835 |
"Watch our video to learn how to connect your WordPress site with Google "
|
1836 |
"Analytics and get statistics right in your dashboard (PRO only)."
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: inc/admin/admin.php:279
|
1840 |
msgid "How-to"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: inc/admin/admin.php:287 inc/admin/admin.php:293
|
1844 |
msgid "Read our guide"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: inc/admin/admin.php:328 inc/admin/admin.php:332 inc/admin/admin.php:395
|
1848 |
+
#: inc/admin/admin.php:399 inc/admin/admin.php:460 inc/admin/admin.php:464
|
1849 |
+
#: inc/admin/admin.php:527 inc/admin/admin.php:531 inc/admin/admin.php:606
|
1850 |
+
#: inc/admin/admin.php:610 inc/admin/admin.php:1511 inc/admin/admin.php:1515
|
1851 |
+
#: inc/admin/admin.php:1553 inc/admin/admin.php:1557 inc/admin/admin.php:1595
|
1852 |
+
#: inc/admin/admin.php:1599 inc/admin/admin.php:1637 inc/admin/admin.php:1641
|
1853 |
+
#: inc/admin/admin.php:1679 inc/admin/admin.php:1683 inc/admin/admin.php:1713
|
1854 |
+
#: inc/admin/admin.php:1717 inc/admin/admin.php:1745 inc/admin/admin.php:1749
|
1855 |
+
#: inc/admin/admin.php:1777 inc/admin/admin.php:1781 inc/admin/admin.php:1809
|
1856 |
+
#: inc/admin/admin.php:1813 inc/admin/admin.php:1842 inc/admin/admin.php:1846
|
1857 |
+
#: inc/admin/admin.php:1874 inc/admin/admin.php:1878 inc/admin/admin.php:1944
|
1858 |
+
#: inc/admin/admin.php:1948 inc/admin/admin.php:1987 inc/admin/admin.php:1991
|
1859 |
+
#: inc/admin/admin.php:2035 inc/admin/admin.php:2039 inc/admin/admin.php:2078
|
1860 |
+
#: inc/admin/admin.php:2082 inc/admin/admin.php:2127 inc/admin/admin.php:2131
|
1861 |
msgid "Click to disable this feature"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: inc/admin/admin.php:329 inc/admin/admin.php:331 inc/admin/admin.php:396
|
1865 |
+
#: inc/admin/admin.php:398 inc/admin/admin.php:461 inc/admin/admin.php:463
|
1866 |
+
#: inc/admin/admin.php:528 inc/admin/admin.php:530 inc/admin/admin.php:607
|
1867 |
+
#: inc/admin/admin.php:609 inc/admin/admin.php:1512 inc/admin/admin.php:1514
|
1868 |
+
#: inc/admin/admin.php:1554 inc/admin/admin.php:1556 inc/admin/admin.php:1596
|
1869 |
+
#: inc/admin/admin.php:1598 inc/admin/admin.php:1638 inc/admin/admin.php:1640
|
1870 |
+
#: inc/admin/admin.php:1680 inc/admin/admin.php:1682 inc/admin/admin.php:1714
|
1871 |
+
#: inc/admin/admin.php:1716 inc/admin/admin.php:1746 inc/admin/admin.php:1748
|
1872 |
+
#: inc/admin/admin.php:1778 inc/admin/admin.php:1780 inc/admin/admin.php:1810
|
1873 |
+
#: inc/admin/admin.php:1812 inc/admin/admin.php:1843 inc/admin/admin.php:1845
|
1874 |
+
#: inc/admin/admin.php:1875 inc/admin/admin.php:1877 inc/admin/admin.php:1945
|
1875 |
+
#: inc/admin/admin.php:1947 inc/admin/admin.php:1988 inc/admin/admin.php:1990
|
1876 |
+
#: inc/admin/admin.php:2036 inc/admin/admin.php:2038 inc/admin/admin.php:2079
|
1877 |
+
#: inc/admin/admin.php:2081 inc/admin/admin.php:2128 inc/admin/admin.php:2130
|
1878 |
msgid "Click to enable this feature"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
+
#: inc/admin/admin.php:346
|
1882 |
msgid "Home"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
+
#: inc/admin/admin.php:347
|
1886 |
msgid "Single Post Types"
|
1887 |
msgstr ""
|
1888 |
|
1889 |
+
#: inc/admin/admin.php:348
|
1890 |
msgid "Archives"
|
1891 |
msgstr ""
|
1892 |
|
1893 |
+
#: inc/admin/admin.php:349 inc/admin/admin.php:415
|
1894 |
msgid "Taxonomies"
|
1895 |
msgstr ""
|
1896 |
|
1897 |
+
#: inc/admin/admin.php:413 inc/admin/admin.php:546 inc/admin/admin.php:554
|
1898 |
msgid "General"
|
1899 |
msgstr ""
|
1900 |
|
1901 |
+
#: inc/admin/admin.php:414
|
1902 |
msgid "Post Types"
|
1903 |
msgstr ""
|
1904 |
|
1905 |
+
#: inc/admin/admin.php:416
|
1906 |
msgid "HTML Sitemap"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
+
#: inc/admin/admin.php:478
|
1910 |
msgid "Knowledge Graph"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
+
#: inc/admin/admin.php:479
|
1914 |
msgid "Your social accounts"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: inc/admin/admin.php:480
|
1918 |
msgid "Facebook (Open Graph)"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
+
#: inc/admin/admin.php:481
|
1922 |
msgid "Twitter (Twitter card)"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
+
#: inc/admin/admin.php:547 inc/admin/admin.php:555
|
1926 |
msgid "Tracking"
|
1927 |
msgstr ""
|
1928 |
|
1929 |
+
#: inc/admin/admin.php:548 inc/admin/admin.php:556
|
1930 |
msgid "Events"
|
1931 |
msgstr ""
|
1932 |
|
1933 |
+
#: inc/admin/admin.php:549 inc/admin/admin.php:557
|
1934 |
msgid "Custom Dimensions"
|
1935 |
msgstr ""
|
1936 |
|
1937 |
+
#: inc/admin/admin.php:550
|
1938 |
msgid "Stats in Dashboard"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
+
#: inc/admin/admin.php:625
|
1942 |
msgid "Appearance"
|
1943 |
msgstr ""
|
1944 |
|
1945 |
+
#: inc/admin/admin.php:626
|
1946 |
msgid "Security"
|
1947 |
msgstr ""
|
1948 |
|
1949 |
+
#: inc/admin/admin.php:660
|
1950 |
msgid "Data"
|
1951 |
msgstr ""
|
1952 |
|
1953 |
+
#: inc/admin/admin.php:661 seopress.php:353
|
1954 |
msgid "Settings"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
+
#: inc/admin/admin.php:662
|
1958 |
msgid "Plugins"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
+
#: inc/admin/admin.php:664
|
1962 |
msgid "Reset"
|
1963 |
msgstr ""
|
1964 |
|
1965 |
+
#: inc/admin/admin.php:682
|
1966 |
msgid "Import data from a CSV"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
+
#: inc/admin/admin.php:683
|
1970 |
msgid ""
|
1971 |
"Import your title, meta description, meta robots, social metas from a CSV "
|
1972 |
"file with our import tool."
|
1973 |
msgstr ""
|
1974 |
|
1975 |
+
#: inc/admin/admin.php:684
|
1976 |
msgid "Run the importer"
|
1977 |
msgstr ""
|
1978 |
|
1979 |
+
#: inc/admin/admin.php:689
|
1980 |
msgid "Export metadata to a CSV"
|
1981 |
msgstr ""
|
1982 |
|
1983 |
+
#: inc/admin/admin.php:690
|
1984 |
msgid "Export your SEOPress metadata for this site as a .csv file."
|
1985 |
msgstr ""
|
1986 |
|
1987 |
+
#: inc/admin/admin.php:695 inc/admin/admin.php:713 inc/admin/admin.php:906
|
1988 |
msgid "Export"
|
1989 |
msgstr ""
|
1990 |
|
1991 |
+
#: inc/admin/admin.php:707
|
1992 |
msgid "Export plugin settings"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: inc/admin/admin.php:708
|
1996 |
msgid ""
|
1997 |
"Export the plugin settings for this site as a .json file. This allows you to "
|
1998 |
"easily import the configuration into another site."
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: inc/admin/admin.php:721
|
2002 |
msgid "Import plugin settings"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: inc/admin/admin.php:722
|
2006 |
msgid ""
|
2007 |
"Import the plugin settings from a .json file. This file can be obtained by "
|
2008 |
"exporting the settings on another site using the form above."
|
2009 |
msgstr ""
|
2010 |
|
2011 |
+
#: inc/admin/admin.php:730 inc/admin/admin.php:861 inc/admin/admin.php:877
|
2012 |
+
#: inc/admin/admin.php:893
|
2013 |
msgid "Import"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
+
#: inc/admin/admin.php:732
|
2017 |
msgid "Import completed!"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
+
#: inc/admin/admin.php:825
|
2021 |
msgid "Import posts metadata from Squirrly SEO"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: inc/admin/admin.php:832
|
2025 |
msgid "Meta Robots (noindex or nofollow)"
|
2026 |
msgstr ""
|
2027 |
|
2028 |
+
#: inc/admin/admin.php:835
|
2029 |
msgid ""
|
2030 |
"<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
|
2031 |
"metadata. Some dynamic variables will not be interpreted. We do NOT delete "
|
2032 |
"any Squirrly SEO data."
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: inc/admin/admin.php:847
|
2036 |
msgid "Import Redirections"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: inc/admin/admin.php:848
|
2040 |
msgid ""
|
2041 |
"Import your own redirections from a .csv file (separator \";\"). You must "
|
2042 |
"have 5 columns in this order: <ul><li>URL to match (without your domain "
|
2048 |
"to the redirection).</li></ul>"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: inc/admin/admin.php:851
|
2052 |
msgid "Download a CSV example"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: inc/admin/admin.php:868
|
2056 |
msgid "Import Redirections from the Redirections plugin"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: inc/admin/admin.php:869
|
2060 |
msgid ""
|
2061 |
"Import your own redirections from a .json file generated by the Redirections "
|
2062 |
"plugin (make sure to select <strong>\"WordPress redirects\"</strong> when "
|
2065 |
"file and existing redirects."
|
2066 |
msgstr ""
|
2067 |
|
2068 |
+
#: inc/admin/admin.php:884
|
2069 |
msgid "Import Redirections from Yoast Premium"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: inc/admin/admin.php:885
|
2073 |
msgid ""
|
2074 |
"Import your own redirections from a .csv file generated by Yoast Premium. "
|
2075 |
"Note that we don't support certain options, like regex. To avoid conflicts, "
|
2076 |
"make sure there are no duplicates between your file and existing redirects."
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: inc/admin/admin.php:900
|
2080 |
msgid "Export Redirections"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: inc/admin/admin.php:901
|
2084 |
msgid ""
|
2085 |
"Export all redirections for this site as a .csv file. This allows you to "
|
2086 |
"easily import the redirections into another site, to Excel / Google Sheets..."
|
2087 |
msgstr ""
|
2088 |
|
2089 |
+
#: inc/admin/admin.php:912
|
2090 |
msgid "Redirections feature is disabled. Please activate it from the PRO page."
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: inc/admin/admin.php:913
|
2094 |
msgid "Activate Redirections"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
+
#: inc/admin/admin.php:920
|
2098 |
msgid "Reset All Notices From Notifications Center"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: inc/admin/admin.php:921
|
2102 |
msgid ""
|
2103 |
"By clicking Reset Notices, all notices in the notifications center will be "
|
2104 |
"set to their initial status."
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: inc/admin/admin.php:926
|
2108 |
msgid "Reset notices"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
+
#: inc/admin/admin.php:934
|
2112 |
msgid "Reset All Settings"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
+
#: inc/admin/admin.php:935
|
2116 |
msgid ""
|
2117 |
"<strong>WARNING:</strong> Delete all options related to SEOPress in your "
|
2118 |
"database AND set settings to their default values."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: inc/admin/admin.php:940
|
2122 |
msgid "Reset settings"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: inc/admin/admin.php:1007 inc/admin/admin.php:1013
|
2126 |
msgid "Notifications Center"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: inc/admin/admin.php:1008
|
2130 |
msgid "SEO Tools"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: inc/admin/admin.php:1009 inc/admin/admin.php:1014
|
2134 |
msgid "Useful links"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: inc/admin/admin.php:1058
|
2138 |
msgid "Configure SEOPress in a few minutes with our installation wizard"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: inc/admin/admin.php:1060
|
2142 |
msgid "Start the wizard"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: inc/admin/admin.php:1082
|
2146 |
msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: inc/admin/admin.php:1083 inc/admin/admin.php:1170 inc/admin/admin.php:1180
|
2150 |
+
#: inc/admin/admin.php:1190
|
2151 |
msgid "High impact"
|
2152 |
msgstr ""
|
2153 |
|
2154 |
+
#: inc/admin/admin.php:1095 inc/admin/admin.php:1156 inc/admin/admin.php:5465
|
2155 |
+
#: inc/admin/admin.php:5523 inc/admin/admin.php:5544 inc/admin/admin.php:5565
|
2156 |
+
#: inc/admin/admin.php:5586
|
2157 |
msgid "Learn more"
|
2158 |
msgstr ""
|
2159 |
|
2160 |
+
#: inc/admin/admin.php:1104
|
2161 |
msgid ""
|
2162 |
"We noticed that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
|
2163 |
"to migrate all your posts metadata to SEOPress?"
|
2164 |
msgstr ""
|
2165 |
|
2166 |
+
#: inc/admin/admin.php:1106 inc/admin/admin.php:1115
|
2167 |
msgid "Migrate!"
|
2168 |
msgstr ""
|
2169 |
|
2170 |
+
#: inc/admin/admin.php:1113
|
2171 |
msgid ""
|
2172 |
"We noticed that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
|
2173 |
"you want to migrate all your posts metadata to SEOPress?"
|
2174 |
msgstr ""
|
2175 |
|
2176 |
+
#: inc/admin/admin.php:1122
|
2177 |
msgid ""
|
2178 |
"We noticed that you use another SEO plugin. <br>Do not use multiple SEO "
|
2179 |
"plugins at once to avoid conflicts!"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
+
#: inc/admin/admin.php:1132
|
2183 |
msgid ""
|
2184 |
"You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
|
2185 |
"solve this, please disable and re-enable SEOPress PRO."
|
2186 |
msgstr ""
|
2187 |
|
2188 |
+
#: inc/admin/admin.php:1155
|
2189 |
msgid "Your site doesn't use an SSL certificate!"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: inc/admin/admin.php:1157
|
2193 |
msgid "Low impact"
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: inc/admin/admin.php:1159
|
2197 |
msgid "Buy an SSL!"
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: inc/admin/admin.php:1169
|
2201 |
msgid "Your site is not visible to Search Engines!"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
+
#: inc/admin/admin.php:1172 inc/admin/admin.php:1182 inc/admin/admin.php:1192
|
2205 |
+
#: inc/admin/admin.php:1216 inc/admin/admin.php:1295 inc/admin/admin.php:1308
|
2206 |
+
#: inc/admin/admin.php:1381
|
2207 |
msgid "Fix this!"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
+
#: inc/admin/admin.php:1179
|
2211 |
msgid "Your site title is empty!"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: inc/admin/admin.php:1189 inc/admin/admin.php:3578
|
2215 |
msgid ""
|
2216 |
"Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: inc/admin/admin.php:1213
|
2220 |
msgid "Your RSS feed shows full text!"
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: inc/admin/admin.php:1214 inc/admin/admin.php:1293 inc/admin/admin.php:1306
|
2224 |
msgid "Medium impact"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: inc/admin/admin.php:1239
|
2228 |
msgid "You like SEOPress? Please help us by rating us 5 stars!"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: inc/admin/admin.php:1241
|
2232 |
msgid "Rate us!"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: inc/admin/admin.php:1265
|
2236 |
msgid "Break comments into pages is ON!"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: inc/admin/admin.php:1266 inc/admin/admin.php:1330 inc/admin/admin.php:1366
|
2240 |
msgid "Huge impact"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: inc/admin/admin.php:1268
|
2244 |
msgid "Disable this!"
|
2245 |
msgstr ""
|
2246 |
|
2247 |
+
#: inc/admin/admin.php:1292
|
2248 |
msgid "Display more posts per page on homepage and archives"
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: inc/admin/admin.php:1305
|
2252 |
msgid "You don't have an XML Sitemap!"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: inc/admin/admin.php:1329
|
2256 |
msgid "Do you have a Google My Business page? It's free!"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: inc/admin/admin.php:1332
|
2260 |
msgid "Create your page now!"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: inc/admin/admin.php:1365
|
2264 |
msgid "Add your site to Google. It's free!"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: inc/admin/admin.php:1368
|
2268 |
msgid "Add your site to Search Console!"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: inc/admin/admin.php:1378
|
2272 |
msgid "You have to enter your licence key to get updates and support"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: inc/admin/admin.php:1404
|
2276 |
msgid "Take your SEO to the next level with SEOPress PRO!"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#: inc/admin/admin.php:1407
|
2280 |
msgid "Upgrade now!"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: inc/admin/admin.php:1422
|
2284 |
msgid "Check websites setup on your server"
|
2285 |
msgstr ""
|
2286 |
|
2287 |
+
#: inc/admin/admin.php:1431
|
2288 |
msgid "Not found"
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: inc/admin/admin.php:1436
|
2292 |
msgid "No scrape."
|
2293 |
msgstr ""
|
2294 |
|
2295 |
+
#: inc/admin/admin.php:1441
|
2296 |
msgid "No domain found."
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: inc/admin/admin.php:1451
|
2300 |
msgid "Server IP Address: "
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: inc/admin/admin.php:1454
|
2304 |
msgid "Last scrape: "
|
2305 |
msgstr ""
|
2306 |
|
2307 |
+
#: inc/admin/admin.php:1455
|
2308 |
msgid "Number of websites on your server: "
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: inc/admin/admin.php:1468
|
2312 |
msgid "Get list"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: inc/admin/admin.php:1477
|
2316 |
msgid "Upload a list of links to disavow to Google"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: inc/admin/admin.php:1478
|
2320 |
msgid "Google Trends"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: inc/admin/admin.php:1479
|
2324 |
msgid "Dareboost: Test, analyze and optimize your website"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: inc/admin/admin.php:1480
|
2328 |
msgid "Google Campaign URL Builder tool"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: inc/admin/admin.php:1497
|
2332 |
msgid "Titles & metas"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: inc/admin/admin.php:1498
|
2336 |
msgid "Manage all your titles & metas"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: inc/admin/admin.php:1499 inc/admin/admin.php:1541 inc/admin/admin.php:1583
|
2340 |
+
#: inc/admin/admin.php:1625 inc/admin/admin.php:1667 inc/admin/admin.php:1701
|
2341 |
+
#: inc/admin/admin.php:1733 inc/admin/admin.php:1765 inc/admin/admin.php:1797
|
2342 |
+
#: inc/admin/admin.php:1829 inc/admin/admin.php:1862 inc/admin/admin.php:1904
|
2343 |
+
#: inc/admin/admin.php:1931 inc/admin/admin.php:1975 inc/admin/admin.php:2008
|
2344 |
+
#: inc/admin/admin.php:2023 inc/admin/admin.php:2099 inc/admin/admin.php:2113
|
2345 |
+
#: inc/admin/admin.php:2149 inc/admin/admin.php:2165 inc/admin/admin.php:2181
|
2346 |
+
#: inc/admin/admin.php:2206
|
2347 |
msgid "Manage"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: inc/admin/admin.php:1527
|
2351 |
msgid "Guide to manage your titles and meta descriptions - new window"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: inc/admin/admin.php:1540
|
2355 |
msgid "Manage your XML / Image / Video / HTML Sitemap"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: inc/admin/admin.php:1569
|
2359 |
msgid "Guide to enable your XML Sitemaps - new window"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: inc/admin/admin.php:1582
|
2363 |
msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: inc/admin/admin.php:1611
|
2367 |
msgid "Guide to enable Google Knowledge Graph - new window"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
+
#: inc/admin/admin.php:1624
|
2371 |
msgid "Track everything about your visitors with Google Analytics"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
+
#: inc/admin/admin.php:1653
|
2375 |
msgid "Guide to getting started with Google Analytics - new window"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: inc/admin/admin.php:1666
|
2379 |
msgid "Advanced SEO options for advanced users!"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
+
#: inc/admin/admin.php:1700
|
2383 |
msgid "Improve WooCommerce SEO"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: inc/admin/admin.php:1732
|
2387 |
msgid "Improve Easy Digital Downloads SEO"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: inc/admin/admin.php:1764
|
2391 |
msgid "Add Google Local Business data type"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
+
#: inc/admin/admin.php:1796
|
2395 |
msgid "Add Dublin Core meta tags"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: inc/admin/admin.php:1827
|
2399 |
msgid "Structured Data Types"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: inc/admin/admin.php:1828
|
2403 |
msgid ""
|
2404 |
"Add data types to your content: articles, courses, recipes, videos, events, "
|
2405 |
"products and more."
|
2406 |
msgstr ""
|
2407 |
|
2408 |
+
#: inc/admin/admin.php:1830 inc/admin/admin.php:2007
|
2409 |
msgid "See schemas"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: inc/admin/admin.php:1861
|
2413 |
msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
+
#: inc/admin/admin.php:1890
|
2417 |
msgid "Guide to enable Breadcrumbs - new window"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#: inc/admin/admin.php:1903
|
2421 |
msgid "Track your website performance to improve SEO with Google Page Speed"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: inc/admin/admin.php:1914
|
2425 |
msgid "Guide to analyze your site with Google Page Speed - new window"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
+
#: inc/admin/admin.php:1929
|
2429 |
msgid "Edit your robots.txt file"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
+
#: inc/admin/admin.php:1930
|
2433 |
msgid "View your robots.txt"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: inc/admin/admin.php:1960
|
2437 |
msgid "Guide to edit your robots.txt file - new window"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: inc/admin/admin.php:1974
|
2441 |
msgid "Optimize your site for Google News"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
+
#: inc/admin/admin.php:2005 inc/admin/adminbar.php:84
|
2445 |
msgid "Schemas"
|
2446 |
msgstr ""
|
2447 |
|
2448 |
+
#: inc/admin/admin.php:2006
|
2449 |
msgid "Create / manage your schemas"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
+
#: inc/admin/admin.php:2021
|
2453 |
msgid "Monitor 404, create 301, 302 and 307 redirections"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: inc/admin/admin.php:2022
|
2457 |
msgid "See redirects"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: inc/admin/admin.php:2051
|
2461 |
msgid "Guide to enable 301 redirections and 404 monitoring - new window"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
+
#: inc/admin/admin.php:2064
|
2465 |
msgid "Scan your site to find SEO problems."
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: inc/admin/admin.php:2065
|
2469 |
msgid "See broken links"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: inc/admin/admin.php:2066
|
2473 |
msgid "Scan"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
+
#: inc/admin/admin.php:2097
|
2477 |
msgid "Check your backlinks with Majestic API."
|
2478 |
msgstr ""
|
2479 |
|
2480 |
+
#: inc/admin/admin.php:2098
|
2481 |
msgid "See backlinks"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
+
#: inc/admin/admin.php:2112
|
2485 |
msgid "Customize your permalinks."
|
2486 |
msgstr ""
|
2487 |
|
2488 |
+
#: inc/admin/admin.php:2148
|
2489 |
msgid "Edit your htaccess file."
|
2490 |
msgstr ""
|
2491 |
|
2492 |
+
#: inc/admin/admin.php:2164
|
2493 |
msgid "Configure default WordPress RSS."
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: inc/admin/admin.php:2180
|
2497 |
msgid "Import/Export plugin settings from site to site."
|
2498 |
msgstr ""
|
2499 |
|
2500 |
+
#: inc/admin/admin.php:2191
|
2501 |
msgid "Guide to Export/Import/Reset settings - new window"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
+
#: inc/admin/admin.php:2205
|
2505 |
msgid "Edit your license key."
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: inc/admin/admin.php:2216
|
2509 |
msgid "Guide to activate SEOPress PRO - new window"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: inc/admin/admin.php:2486 inc/admin/admin.php:4466
|
2513 |
msgid "noindex"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
+
#: inc/admin/admin.php:2494 inc/admin/admin.php:4485
|
2517 |
msgid "nofollow"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
+
#: inc/admin/admin.php:2502 inc/admin/admin.php:4504
|
2521 |
msgid "noodp"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
+
#: inc/admin/admin.php:2510 inc/admin/admin.php:4523
|
2525 |
msgid "noimageindex"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: inc/admin/admin.php:2518 inc/admin/admin.php:4542
|
2529 |
msgid "noarchive"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: inc/admin/admin.php:2526 inc/admin/admin.php:4561
|
2533 |
msgid "nosnippet"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: inc/admin/admin.php:2534 inc/admin/admin.php:4580
|
2537 |
msgid "nositelinkssearchbox"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: inc/admin/admin.php:2542
|
2541 |
msgid "Indicate paginated content to Google"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
+
#: inc/admin/admin.php:2559 inc/admin/admin.php:4618
|
2545 |
msgid "Enable XML Sitemap"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: inc/admin/admin.php:2567
|
2549 |
msgid "Enable XML Image Sitemaps"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
+
#: inc/admin/admin.php:2576
|
2553 |
msgid "Enable XML Video Sitemaps"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
+
#: inc/admin/admin.php:2585 inc/admin/admin.php:4705
|
2557 |
msgid "Enable Author Sitemap"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
+
#: inc/admin/admin.php:2593 inc/admin/admin.php:4724
|
2561 |
msgid "Enable HTML Sitemap"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
+
#: inc/admin/admin.php:2609
|
2565 |
msgid "Check to INCLUDE Post Types"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
+
#: inc/admin/admin.php:2625
|
2569 |
msgid "Check to INCLUDE Taxonomies"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
+
#: inc/admin/admin.php:2641 inc/admin/admin.php:4833
|
2573 |
msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
|
2574 |
msgstr ""
|
2575 |
|
2576 |
+
#: inc/admin/admin.php:2649 inc/admin/admin.php:4847
|
2577 |
msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
+
#: inc/admin/admin.php:2657
|
2581 |
msgid "Sort order"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
+
#: inc/admin/admin.php:2665
|
2585 |
msgid "Order posts by"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: inc/admin/admin.php:2673
|
2589 |
msgid "Disable the display of the publication date"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
+
#: inc/admin/admin.php:2714 inc/admin/admin.php:4989
|
2593 |
msgid "Organization's phone number (only for Organizations)"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
+
#: inc/admin/admin.php:2722
|
2597 |
msgid "Contact type (only for Organizations)"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
+
#: inc/admin/admin.php:2730
|
2601 |
msgid "Contact option (only for Organizations)"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
+
#: inc/admin/admin.php:2747 inc/admin/admin.php:5067
|
2605 |
msgid "Facebook Page URL"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: inc/admin/admin.php:2828
|
2609 |
msgid "Enable Open Graph Data"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
+
#: inc/admin/admin.php:2836 inc/admin/admin.php:5196
|
2613 |
msgid "Select a default image"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: inc/admin/admin.php:2844
|
2617 |
msgid "Facebook Link Ownership ID"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
+
#: inc/admin/admin.php:2852
|
2621 |
msgid "Facebook Admin ID"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
+
#: inc/admin/admin.php:2860
|
2625 |
msgid "Facebook App ID"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: inc/admin/admin.php:2877
|
2629 |
msgid "Enable Twitter Card"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
+
#: inc/admin/admin.php:2885
|
2633 |
msgid "Use Open Graph if no Twitter Card is filled"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: inc/admin/admin.php:2893 inc/admin/admin.php:5288
|
2637 |
msgid "Default Twitter Image"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: inc/admin/admin.php:2901
|
2641 |
msgid "Image size for Twitter Summary card"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
+
#: inc/admin/admin.php:2918
|
2645 |
msgid "Enable Google Analytics tracking"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: inc/admin/admin.php:2926 inc/admin/admin.php:5341
|
2649 |
msgid "Enter your tracking ID"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
+
#: inc/admin/admin.php:2934
|
2653 |
msgid "Google Analytics tracking opt-in"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: inc/admin/admin.php:2950
|
2657 |
msgid "Consent message for user tracking"
|
2658 |
msgstr ""
|
2659 |
|
2660 |
+
#: inc/admin/admin.php:2958
|
2661 |
msgid "Accept button for user tracking"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: inc/admin/admin.php:2966
|
2665 |
msgid "Exclude user roles from tracking"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: inc/admin/admin.php:2984
|
2669 |
msgid "Enable Google Optimize"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
+
#: inc/admin/admin.php:2992
|
2673 |
msgid "Enable Google Ads"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: inc/admin/admin.php:3000
|
2677 |
msgid ""
|
2678 |
"[HEAD] Add an additional tracking code (like GTM, Facebook Pixel, Hotjar...)"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: inc/admin/admin.php:3008
|
2682 |
msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
|
2683 |
msgstr ""
|
2684 |
|
2685 |
+
#: inc/admin/admin.php:3016
|
2686 |
+
msgid ""
|
2687 |
+
"[BODY (FOOTER)] Add an additional tracking code (like Google Tag Manager...)"
|
2688 |
+
msgstr ""
|
2689 |
+
|
2690 |
+
#: inc/admin/admin.php:3024 inc/admin/admin.php:5520
|
2691 |
msgid "Enable remarketing, demographics, and interests reporting"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: inc/admin/admin.php:3032 inc/admin/admin.php:5541
|
2695 |
msgid "Enable IP Anonymization"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: inc/admin/admin.php:3040 inc/admin/admin.php:5562
|
2699 |
msgid "Enhanced Link Attribution"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
+
#: inc/admin/admin.php:3048 inc/admin/admin.php:5583
|
2703 |
msgid "Enable cross-domain tracking"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: inc/admin/admin.php:3056 inc/admin/admin.php:5599
|
2707 |
msgid "Cross domains"
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: inc/admin/admin.php:3074 inc/admin/admin.php:5616
|
2711 |
msgid "Enable external links tracking"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: inc/admin/admin.php:3082
|
2715 |
msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: inc/admin/admin.php:3090 inc/admin/admin.php:5645
|
2719 |
msgid "Track downloads' clicks"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: inc/admin/admin.php:3098
|
2723 |
msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: inc/admin/admin.php:3106 inc/admin/admin.php:5676
|
2727 |
msgid "Track affiliate/outbound links"
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: inc/admin/admin.php:3124
|
2731 |
msgid "Track Authors"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: inc/admin/admin.php:3132
|
2735 |
msgid "Track Categories"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: inc/admin/admin.php:3140
|
2739 |
msgid "Track Tags"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: inc/admin/admin.php:3148
|
2743 |
msgid "Track Post Types"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: inc/admin/admin.php:3156
|
2747 |
msgid "Track Logged In Users"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: inc/admin/admin.php:3173
|
2751 |
msgid "Redirect attachment pages to post parent"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: inc/admin/admin.php:3181
|
2755 |
msgid "Redirect attachment pages to their file URL"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: inc/admin/admin.php:3189
|
2759 |
msgid "Remove ?replytocom link to avoid duplicate content"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: inc/admin/admin.php:3197
|
2763 |
msgid "Automatically set the image Title"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: inc/admin/admin.php:3205
|
2767 |
msgid "Automatically set the image Alt text"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: inc/admin/admin.php:3213
|
2771 |
msgid "Automatically set the image Caption"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: inc/admin/admin.php:3221
|
2775 |
msgid "Automatically set the image Description"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: inc/admin/admin.php:3229
|
2779 |
msgid "Add WP Editor to taxonomy description textarea"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: inc/admin/admin.php:3237
|
2783 |
msgid "Remove /category/ in URL"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: inc/admin/admin.php:3245 inc/admin/admin.php:6235
|
2787 |
msgid "Disable trailing slash for metas"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: inc/admin/admin.php:3253
|
2791 |
msgid "Remove WordPress generator meta tag"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: inc/admin/admin.php:3261
|
2795 |
msgid "Remove WordPress shortlink meta tag"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: inc/admin/admin.php:3269
|
2799 |
msgid "Remove Windows Live Writer meta tag"
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: inc/admin/admin.php:3277
|
2803 |
msgid "Remove RSD meta tag"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: inc/admin/admin.php:3285 inc/admin/admin.php:6315
|
2807 |
msgid "Google site verification"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
+
#: inc/admin/admin.php:3293 inc/admin/admin.php:6329
|
2811 |
msgid "Bing site verification"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: inc/admin/admin.php:3301 inc/admin/admin.php:6342
|
2815 |
msgid "Pinterest site verification"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
+
#: inc/admin/admin.php:3309 inc/admin/admin.php:6354
|
2819 |
msgid "Yandex site verification"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: inc/admin/admin.php:3326
|
2823 |
msgid "SEOPress in admin bar"
|
2824 |
msgstr ""
|
2825 |
|
2826 |
+
#: inc/admin/admin.php:3334
|
2827 |
msgid "Move SEOPress metabox's position"
|
2828 |
msgstr ""
|
2829 |
|
2830 |
+
#: inc/admin/admin.php:3342
|
2831 |
msgid "Hide Notifications Center"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
+
#: inc/admin/admin.php:3350
|
2835 |
msgid "Hide SEO tools"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: inc/admin/admin.php:3358
|
2839 |
msgid "Hide Useful Links"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: inc/admin/admin.php:3366
|
2843 |
msgid "Show Title tag column in post types"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
+
#: inc/admin/admin.php:3374
|
2847 |
msgid "Show Meta description column in post types"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: inc/admin/admin.php:3382
|
2851 |
msgid "Show Redirection Enable column in post types"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
+
#: inc/admin/admin.php:3390
|
2855 |
msgid "Show Redirect URL column in post types"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
+
#: inc/admin/admin.php:3398
|
2859 |
msgid "Show canonical URL column in post types"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
+
#: inc/admin/admin.php:3406
|
2863 |
msgid "Show Target Keyword column in post types"
|
2864 |
msgstr ""
|
2865 |
|
2866 |
+
#: inc/admin/admin.php:3414
|
2867 |
msgid "Show noindex column in post types"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
+
#: inc/admin/admin.php:3422
|
2871 |
msgid "Show nofollow column in post types"
|
2872 |
msgstr ""
|
2873 |
|
2874 |
+
#: inc/admin/admin.php:3430
|
2875 |
msgid "Show total number of words column in post types"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: inc/admin/admin.php:3438
|
2879 |
msgid "Show W3C validator column in post types"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
+
#: inc/admin/admin.php:3446
|
2883 |
msgid "Show Google Page Speed column in post types"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: inc/admin/admin.php:3455
|
2887 |
msgid "Hide Genesis SEO Metabox"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: inc/admin/admin.php:3463
|
2891 |
msgid "Hide Genesis SEO Settings link"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: inc/admin/admin.php:3471
|
2895 |
msgid "Hide advice in Structured Data Types metabox"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
+
#: inc/admin/admin.php:3488
|
2899 |
msgid "Block SEO metabox to user roles"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: inc/admin/admin.php:3496
|
2903 |
msgid "Block Content analysis metabox to user roles"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: inc/admin/admin.php:3551
|
2907 |
msgid "<p>Customize your title & meta description for homepage</p>"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: inc/admin/admin.php:3556
|
2911 |
msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: inc/admin/admin.php:3561
|
2915 |
msgid "<p>Customize your metas for all pages</p>"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: inc/admin/admin.php:3566
|
2919 |
msgid "<p>Customize your metas for all taxonomies archives</p>"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: inc/admin/admin.php:3571
|
2923 |
msgid "<p>Customize your metas for all archives</p>"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: inc/admin/admin.php:3579
|
2927 |
msgid "Change this settings"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: inc/admin/admin.php:3582
|
2931 |
msgid ""
|
2932 |
"To view your sitemap, enable permalinks (not default one), and save settings "
|
2933 |
"to flush them."
|
2934 |
msgstr ""
|
2935 |
|
2936 |
+
#: inc/admin/admin.php:3588
|
2937 |
msgid ""
|
2938 |
"Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
|
2939 |
"add this rule to your configuration:"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: inc/admin/admin.php:3601
|
2943 |
msgid "Noindex content will not be displayed in Sitemaps."
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: inc/admin/admin.php:3613
|
2947 |
msgid "Blank sitemap?"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: inc/admin/admin.php:3614
|
2951 |
msgid "404 error?"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: inc/admin/admin.php:3616
|
2955 |
msgid "View your sitemap"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: inc/admin/admin.php:3618
|
2959 |
msgid "Ping Google manually"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: inc/admin/admin.php:3620
|
2963 |
msgid "Flush permalinks"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
+
#: inc/admin/admin.php:3626
|
2967 |
msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: inc/admin/admin.php:3636 inc/admin/admin.php:4734
|
2971 |
msgid "Guide to enable a HTML Sitemap - new window"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: inc/admin/admin.php:3641
|
2975 |
msgid "<p>Include/Exclude Post Types.</p>"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: inc/admin/admin.php:3646
|
2979 |
msgid "<p>Include/Exclude Taxonomies.</p>"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: inc/admin/admin.php:3651
|
2983 |
msgid "<p>Configure Google Knowledge Graph.</p>"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
+
#: inc/admin/admin.php:3652
|
2987 |
msgid "Learn more on Google official website."
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: inc/admin/admin.php:3657
|
2991 |
msgid ""
|
2992 |
"<p>Link your site with your social accounts. Use markup on your website to "
|
2993 |
"add your social profile information to a Google Knowledge panel. Knowledge "
|
2997 |
"network links.</p>"
|
2998 |
msgstr ""
|
2999 |
|
3000 |
+
#: inc/admin/admin.php:3663
|
3001 |
msgid "<p>Manage Open Graph data.</p>"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
+
#: inc/admin/admin.php:3665
|
3005 |
msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
+
#: inc/admin/admin.php:3669
|
3009 |
msgid "Custom OG Image from SEO metabox"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
+
#: inc/admin/admin.php:3670 inc/admin/admin.php:3685
|
3013 |
msgid "Post thumbnail"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
+
#: inc/admin/admin.php:3671 inc/admin/admin.php:3686
|
3017 |
msgid "First image of your post content"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
+
#: inc/admin/admin.php:3672
|
3021 |
msgid "Global OG Image set in SEO > Social > Open Graph"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: inc/admin/admin.php:3678
|
3025 |
msgid "<p>Manage your Twitter card.</p>"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: inc/admin/admin.php:3680
|
3029 |
msgid ""
|
3030 |
"<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: inc/admin/admin.php:3684
|
3034 |
msgid "Custom Twitter image from SEO metabox"
|
3035 |
msgstr ""
|
3036 |
|
3037 |
+
#: inc/admin/admin.php:3687
|
3038 |
msgid "Global Twitter:image set in SEO > Social > Twitter Card"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
+
#: inc/admin/admin.php:3693
|
3042 |
msgid "<p>Link your Google Analytics to your website.</p>"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
+
#: inc/admin/admin.php:3698
|
3046 |
msgid "<p>Configure your Google Analytics tracking code.</p>"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
+
#: inc/admin/admin.php:3703
|
3050 |
msgid "<p>Track events in Google Analytics.</p>"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
+
#: inc/admin/admin.php:3708
|
3054 |
msgid ""
|
3055 |
"<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
|
3056 |
"and custom metrics in SEOPress are like the default dimensions and metrics "
|
3060 |
"Google Analytics account. More info by clicking on the help icon."
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: inc/admin/admin.php:3718
|
3064 |
msgid "Guide to create custom dimensions in Google Analytics - new window"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
+
#: inc/admin/admin.php:3723
|
3068 |
msgid "<p>Advanced SEO options.</p>"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: inc/admin/admin.php:3728
|
3072 |
msgid "<p>Customize SEOPress to fit your needs.</p>"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
+
#: inc/admin/admin.php:3733
|
3076 |
msgid "<p>Manage security.</p>"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: inc/admin/admin.php:3746
|
3080 |
msgid "Enter your separator, eg: \"-\""
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: inc/admin/admin.php:3750
|
3084 |
#, php-format
|
3085 |
msgid "Use this separator with %%sep%% in your title and meta description."
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: inc/admin/admin.php:3756
|
3089 |
msgid "My awesome website"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: inc/admin/admin.php:3762 inc/admin/admin.php:3773 inc/admin/admin.php:3861
|
3093 |
+
#: inc/admin/admin.php:4045 inc/admin/admin.php:4078 inc/admin/admin.php:4168
|
3094 |
+
#: inc/admin/admin.php:4245 inc/admin/admin.php:4316 inc/admin/admin.php:4386
|
3095 |
+
#: inc/admin/admin.php:4437
|
3096 |
msgid "More tags"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: inc/admin/admin.php:3768
|
3100 |
msgid "This is a cool website about Wookiees"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: inc/admin/admin.php:3776
|
3104 |
msgid "Looking to edit your blog page?"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: inc/admin/admin.php:3801 inc/admin/admin.php:3803 inc/admin/admin.php:3806
|
3108 |
+
msgid "Click to hide any SEO metaboxes for this post type"
|
3109 |
+
msgstr ""
|
3110 |
+
|
3111 |
+
#: inc/admin/admin.php:3805
|
3112 |
+
msgid "Click to display any SEO metaboxes for this post type"
|
3113 |
+
msgstr ""
|
3114 |
+
|
3115 |
+
#: inc/admin/admin.php:3830 inc/admin/admin.php:4011 inc/admin/admin.php:4140
|
3116 |
+
#: inc/admin/admin.php:4233 inc/admin/admin.php:4304 inc/admin/admin.php:4374
|
3117 |
+
#: inc/admin/admin.php:4427
|
3118 |
msgid "Title template"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
+
#: inc/admin/admin.php:3868 inc/admin/admin.php:4054 inc/admin/admin.php:4175
|
3122 |
+
#: inc/admin/admin.php:4251 inc/admin/admin.php:4322 inc/admin/admin.php:4392
|
3123 |
+
#: inc/admin/admin.php:4442
|
3124 |
msgid "Meta description template"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: inc/admin/admin.php:3910
|
3128 |
msgid ""
|
3129 |
"Do not follow links for this single post type <strong>(nofollow)</strong>"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: inc/admin/admin.php:3929
|
3133 |
msgid "Display date in Google search results?"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: inc/admin/admin.php:3948
|
3137 |
msgid "Display post thumbnail in Google Custom Search results?"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: inc/admin/admin.php:3980 inc/admin/admin.php:3982 inc/admin/admin.php:3985
|
3141 |
+
msgid "Click to hide any SEO metaboxes for this taxonomy"
|
3142 |
+
msgstr ""
|
3143 |
+
|
3144 |
+
#: inc/admin/admin.php:3984
|
3145 |
+
msgid "Click to display any SEO metaboxes for this taxonomy"
|
3146 |
+
msgstr ""
|
3147 |
+
|
3148 |
+
#: inc/admin/admin.php:4034
|
3149 |
msgid "Category Title"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: inc/admin/admin.php:4036
|
3153 |
msgid "Tag Title"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
+
#: inc/admin/admin.php:4038
|
3157 |
msgid "Term Title"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
+
#: inc/admin/admin.php:4071
|
3161 |
msgid "Category Description"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: inc/admin/admin.php:4073
|
3165 |
msgid "Tag Description"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
+
#: inc/admin/admin.php:4075
|
3169 |
msgid "Term Description"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: inc/admin/admin.php:4112
|
3173 |
msgid ""
|
3174 |
"Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
+
#: inc/admin/admin.php:4132
|
3178 |
msgid "See archive"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
+
#: inc/admin/admin.php:4162
|
3182 |
msgid "Post Type Archive Name"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
+
#: inc/admin/admin.php:4217
|
3186 |
msgid ""
|
3187 |
"Do not follow links for this post type archive <strong>(nofollow)</strong>"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
+
#: inc/admin/admin.php:4231
|
3191 |
msgid "Author archives"
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: inc/admin/admin.php:4293
|
3195 |
msgid "Disable author archives"
|
3196 |
msgstr ""
|
3197 |
|
3198 |
+
#: inc/admin/admin.php:4302 inc/admin/admin.php:4313
|
3199 |
msgid "Date archives"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: inc/admin/admin.php:4345
|
3203 |
msgid ""
|
3204 |
"Do not display date archives in search engine results <strong>(noindex)</"
|
3205 |
"strong>"
|
3206 |
msgstr ""
|
3207 |
|
3208 |
+
#: inc/admin/admin.php:4363
|
3209 |
msgid "Disable date archives"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
+
#: inc/admin/admin.php:4372
|
3213 |
msgid "Search archives"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
+
#: inc/admin/admin.php:4383
|
3217 |
msgid "Search Keywords"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
+
#: inc/admin/admin.php:4416
|
3221 |
msgid ""
|
3222 |
"Do not display search archives in search engine results <strong>(noindex)</"
|
3223 |
"strong>"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: inc/admin/admin.php:4425
|
3227 |
msgid "404 archives"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: inc/admin/admin.php:4468
|
3231 |
msgid ""
|
3232 |
"Do not display all pages of the site in Google search results and do not "
|
3233 |
"display \"Cached\" links in search results."
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: inc/admin/admin.php:4487
|
3237 |
msgid "Do not follow links for all pages."
|
3238 |
msgstr ""
|
3239 |
|
3240 |
+
#: inc/admin/admin.php:4506
|
3241 |
msgid ""
|
3242 |
"Do not use Open Directory project metadata for titles or excerpts for all "
|
3243 |
"pages."
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: inc/admin/admin.php:4525
|
3247 |
msgid "Do not index images from the entire site."
|
3248 |
msgstr ""
|
3249 |
|
3250 |
+
#: inc/admin/admin.php:4544
|
3251 |
msgid "Do not display a \"Cached\" link in the Google search results."
|
3252 |
msgstr ""
|
3253 |
|
3254 |
+
#: inc/admin/admin.php:4563
|
3255 |
msgid ""
|
3256 |
"Do not display a description in the Google search results for all pages."
|
3257 |
msgstr ""
|
3258 |
|
3259 |
+
#: inc/admin/admin.php:4582
|
3260 |
msgid ""
|
3261 |
"Prevent Google to display a sitelinks searchbox in search results. Enable "
|
3262 |
"this option will remove the \"Website\" schema from your source code."
|
3263 |
msgstr ""
|
3264 |
|
3265 |
+
#: inc/admin/admin.php:4599
|
3266 |
msgid "Add rel next/prev link in head of paginated archive pages"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
+
#: inc/admin/admin.php:4601
|
3270 |
msgid "Learn more on Google website"
|
3271 |
msgstr ""
|
3272 |
|
3273 |
+
#: inc/admin/admin.php:4628
|
3274 |
msgid "Guide to enable XML Sitemaps - new window"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
+
#: inc/admin/admin.php:4645
|
3278 |
msgid ""
|
3279 |
"Enable Image Sitemaps (standard images, image galleries, featured image, "
|
3280 |
"WooCommerce product images)"
|
3281 |
msgstr ""
|
3282 |
|
3283 |
+
#: inc/admin/admin.php:4647
|
3284 |
msgid "Images in XML sitemaps are visible only from the source code."
|
3285 |
msgstr ""
|
3286 |
|
3287 |
+
#: inc/admin/admin.php:4657
|
3288 |
msgid "Guide to enable XML image sitemaps - new window"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
+
#: inc/admin/admin.php:4675
|
3292 |
msgid "Enable Video Sitemaps"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
+
#: inc/admin/admin.php:4685
|
3296 |
#, php-format
|
3297 |
msgid ""
|
3298 |
"Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
|
3299 |
"\" target=\"_blank\">adding videos to your sitemap.</a>"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: inc/admin/admin.php:4687
|
3303 |
msgid "Guide to enable XML video sitemaps - new window"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: inc/admin/admin.php:4707
|
3307 |
msgid ""
|
3308 |
"Make sure to enable Author archive from SEO, Titles and metas, Archives tab."
|
3309 |
"</a>"
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: inc/admin/admin.php:4774 inc/admin/admin.php:4818
|
3313 |
msgid "Include"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: inc/admin/admin.php:4777
|
3317 |
msgid ""
|
3318 |
"You should never include attachment post type in your sitemap. Be careful if "
|
3319 |
"you checked this."
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: inc/admin/admin.php:4833
|
3323 |
msgid "eg: 2, 28, 68"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: inc/admin/admin.php:4837
|
3327 |
msgid "You can also use this shortcode:"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: inc/admin/admin.php:4847
|
3331 |
msgid "eg: 13, 8, 38"
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: inc/admin/admin.php:4861
|
3335 |
msgid ""
|
3336 |
"DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
+
#: inc/admin/admin.php:4864
|
3340 |
msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
+
#: inc/admin/admin.php:4881
|
3344 |
msgid "Default (date)"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
+
#: inc/admin/admin.php:4887
|
3348 |
msgid "Modified date"
|
3349 |
msgstr ""
|
3350 |
|
3351 |
+
#: inc/admin/admin.php:4890
|
3352 |
msgid "Post ID"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
+
#: inc/admin/admin.php:4893
|
3356 |
msgid "Menu order"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
+
#: inc/admin/admin.php:4911
|
3360 |
msgid "Disable date after each post, page, post type?"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
+
#: inc/admin/admin.php:4946
|
3364 |
msgid "eg: Apple"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
+
#: inc/admin/admin.php:4959
|
3368 |
msgid "Select your logo"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
+
#: inc/admin/admin.php:4963
|
3372 |
msgid "JPG, PNG, and GIF allowed."
|
3373 |
msgstr ""
|
3374 |
|
3375 |
+
#: inc/admin/admin.php:4989
|
3376 |
msgid "eg: +33123456789 (internationalized version required)"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
+
#: inc/admin/admin.php:5004
|
3380 |
msgid "Customer support"
|
3381 |
msgstr ""
|
3382 |
|
3383 |
+
#: inc/admin/admin.php:5007
|
3384 |
msgid "Technical support"
|
3385 |
msgstr ""
|
3386 |
|
3387 |
+
#: inc/admin/admin.php:5010
|
3388 |
msgid "Billing support"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: inc/admin/admin.php:5013
|
3392 |
msgid "Bill payment"
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: inc/admin/admin.php:5016
|
3396 |
msgid "Sales"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
+
#: inc/admin/admin.php:5019
|
3400 |
msgid "Credit card support"
|
3401 |
msgstr ""
|
3402 |
|
3403 |
+
#: inc/admin/admin.php:5022
|
3404 |
msgid "Emergency"
|
3405 |
msgstr ""
|
3406 |
|
3407 |
+
#: inc/admin/admin.php:5025
|
3408 |
msgid "Baggage tracking"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: inc/admin/admin.php:5028
|
3412 |
msgid "Roadside assistance"
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: inc/admin/admin.php:5031
|
3416 |
msgid "Package tracking"
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: inc/admin/admin.php:5048 inc/admin/admin.php:5694 inc/admin/admin.php:5771
|
3420 |
+
#: inc/admin/admin.php:5848 inc/admin/admin.php:5925 inc/admin/admin.php:6002
|
3421 |
msgid "None"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
+
#: inc/admin/admin.php:5051
|
3425 |
msgid "Toll Free"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
+
#: inc/admin/admin.php:5054
|
3429 |
msgid "Hearing impaired supported"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
+
#: inc/admin/admin.php:5080
|
3433 |
msgid "Twitter Page URL"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
+
#: inc/admin/admin.php:5181
|
3437 |
msgid "Enable OG data"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
+
#: inc/admin/admin.php:5214
|
3441 |
msgid ""
|
3442 |
"One or more Facebook Page IDs that are associated with a URL in order to "
|
3443 |
"enable link editing and instant article publishing."
|
3444 |
msgstr ""
|
3445 |
|
3446 |
+
#: inc/admin/admin.php:5227
|
3447 |
msgid ""
|
3448 |
"The ID (or comma-separated list for properties that can accept multiple IDs) "
|
3449 |
"of an app, person using the app, or Page Graph API object."
|
3450 |
msgstr ""
|
3451 |
|
3452 |
+
#: inc/admin/admin.php:5239
|
3453 |
msgid ""
|
3454 |
"The Facebook app ID of the site's app. In order to use Facebook Insights you "
|
3455 |
"must add the app ID to your page. Insights lets you view analytics for "
|
3459 |
"span>"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
+
#: inc/admin/admin.php:5243
|
3463 |
msgid "How to create a Facebook App ID"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
+
#: inc/admin/admin.php:5256
|
3467 |
msgid "Enable Twitter card"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
+
#: inc/admin/admin.php:5273
|
3471 |
msgid "Use OG if no Twitter Cards"
|
3472 |
msgstr ""
|
3473 |
|
3474 |
+
#: inc/admin/admin.php:5308
|
3475 |
msgid "Default"
|
3476 |
msgstr ""
|
3477 |
|
3478 |
+
#: inc/admin/admin.php:5311
|
3479 |
msgid "Large"
|
3480 |
msgstr ""
|
3481 |
|
3482 |
+
#: inc/admin/admin.php:5329
|
3483 |
msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
|
3484 |
msgstr ""
|
3485 |
|
3486 |
+
#: inc/admin/admin.php:5341
|
3487 |
msgid "Enter your Tracking ID (UA-XXXX-XX)"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
+
#: inc/admin/admin.php:5345
|
3491 |
msgid "Find your tracking ID"
|
3492 |
msgstr ""
|
3493 |
|
3494 |
+
#: inc/admin/admin.php:5359
|
3495 |
msgid "Request user's consent for analytics tracking (required by GDPR)"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
+
#: inc/admin/admin.php:5361
|
3499 |
msgid ""
|
3500 |
"<strong>The user must click the Accept button to allow tracking.</strong>"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
+
#: inc/admin/admin.php:5363
|
3504 |
msgid ""
|
3505 |
"User roles excluded from tracking will not see the consent message.<br> If "
|
3506 |
"you use a caching plugin, you have to exclude this JS file in your settings: "
|
3508 |
"js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
|
3509 |
msgstr ""
|
3510 |
|
3511 |
+
#: inc/admin/admin.php:5373
|
3512 |
msgid "Hook to add custom tracking code with user consent - new window"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
+
#: inc/admin/admin.php:5390
|
3516 |
msgid ""
|
3517 |
"Display and automatically accept the user‘s consent on page load (not fully "
|
3518 |
"GDPR)"
|
3519 |
msgstr ""
|
3520 |
|
3521 |
+
#: inc/admin/admin.php:5392
|
3522 |
msgid "The previous option must be checked to use this."
|
3523 |
msgstr ""
|
3524 |
|
3525 |
+
#: inc/admin/admin.php:5405
|
3526 |
msgid "Enter your message (HTML allowed)"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: inc/admin/admin.php:5405
|
3530 |
msgid "This message will only appear if request user's consent is enabled."
|
3531 |
msgstr ""
|
3532 |
|
3533 |
+
#: inc/admin/admin.php:5416
|
3534 |
msgid "Hook to filter user consent message - new window"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
+
#: inc/admin/admin.php:5418
|
3538 |
msgid "HTML tags allowed: strong, em, br, a href / target"
|
3539 |
msgstr ""
|
3540 |
|
3541 |
+
#: inc/admin/admin.php:5419
|
3542 |
msgid ""
|
3543 |
"Shortcode allowed to get the privacy page set in WordPress settings: "
|
3544 |
"[seopress_privacy_page]"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: inc/admin/admin.php:5427 inc/functions/options-google-analytics.php:39
|
3548 |
msgid "Accept"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
+
#: inc/admin/admin.php:5427
|
3552 |
msgid "Change the button value"
|
3553 |
msgstr ""
|
3554 |
|
3555 |
+
#: inc/admin/admin.php:5462
|
3556 |
msgid "Enter your Google Optimize container ID"
|
3557 |
msgstr ""
|
3558 |
|
3559 |
+
#: inc/admin/admin.php:5462
|
3560 |
msgid "GTM-XXXXXXX"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
+
#: inc/admin/admin.php:5465
|
3564 |
msgid ""
|
3565 |
"Google Optimize offers A/B testing, website testing & personalization tools."
|
3566 |
msgstr ""
|
3567 |
|
3568 |
+
#: inc/admin/admin.php:5473
|
3569 |
msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
|
3570 |
msgstr ""
|
3571 |
|
3572 |
+
#: inc/admin/admin.php:5473
|
3573 |
msgid "AW-XXXXXXXXX"
|
3574 |
msgstr ""
|
3575 |
|
3576 |
+
#: inc/admin/admin.php:5482
|
3577 |
msgid "Paste your tracking code here like Google Tag Manager (head)"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
+
#: inc/admin/admin.php:5482
|
3581 |
msgid "Additional tracking code field"
|
3582 |
msgstr ""
|
3583 |
|
3584 |
+
#: inc/admin/admin.php:5485
|
3585 |
msgid "This code will be added in the head section of your page."
|
3586 |
msgstr ""
|
3587 |
|
3588 |
+
#: inc/admin/admin.php:5493
|
3589 |
msgid "Paste your tracking code here like Google Tag Manager (body)"
|
3590 |
msgstr ""
|
3591 |
|
3592 |
+
#: inc/admin/admin.php:5493
|
3593 |
msgid "Additional tracking code field added to body"
|
3594 |
msgstr ""
|
3595 |
|
3596 |
+
#: inc/admin/admin.php:5496
|
3597 |
msgid "This code will be added just after the opening body tag of your page."
|
3598 |
msgstr ""
|
3599 |
|
3600 |
+
#: inc/admin/admin.php:5504
|
3601 |
+
msgid "Paste your tracking code here (body footer)"
|
3602 |
+
msgstr ""
|
3603 |
+
|
3604 |
+
#: inc/admin/admin.php:5504
|
3605 |
+
msgid "Additional tracking code field added to body footer"
|
3606 |
+
msgstr ""
|
3607 |
+
|
3608 |
+
#: inc/admin/admin.php:5507
|
3609 |
+
msgid "This code will be added just after the closing body tag of your page."
|
3610 |
+
msgstr ""
|
3611 |
+
|
3612 |
+
#: inc/admin/admin.php:5522
|
3613 |
msgid ""
|
3614 |
"A remarketing audience is a list of cookies or mobile-advertising IDs that "
|
3615 |
"represents a group of users you want to re-engage because of their "
|
3616 |
"likelihood to convert."
|
3617 |
msgstr ""
|
3618 |
|
3619 |
+
#: inc/admin/admin.php:5543
|
3620 |
msgid ""
|
3621 |
"When a customer of Analytics requests IP address anonymization, Analytics "
|
3622 |
"anonymizes the address as soon as technically feasible at the earliest "
|
3623 |
"possible stage of the collection network."
|
3624 |
msgstr ""
|
3625 |
|
3626 |
+
#: inc/admin/admin.php:5564
|
3627 |
msgid ""
|
3628 |
"Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
|
3629 |
"report by automatically differentiating between multiple links to the same "
|
3630 |
"URL on a single page by using link element IDs."
|
3631 |
msgstr ""
|
3632 |
|
3633 |
+
#: inc/admin/admin.php:5585
|
3634 |
msgid ""
|
3635 |
"Cross domain tracking makes it possible for Analytics to see sessions on two "
|
3636 |
"related sites (such as an ecommerce site and a separate shopping cart site) "
|
3637 |
"as a single session. This is sometimes called site linking."
|
3638 |
msgstr ""
|
3639 |
|
3640 |
+
#: inc/admin/admin.php:5599
|
3641 |
msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
|
3642 |
msgstr ""
|
3643 |
|
3644 |
+
#: inc/admin/admin.php:5633
|
3645 |
msgid "Enable download tracking"
|
3646 |
msgstr ""
|
3647 |
|
3648 |
+
#: inc/admin/admin.php:5645
|
3649 |
msgid "pdf|docx|pptx|zip"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
+
#: inc/admin/admin.php:5649
|
3653 |
msgid "Separate each file type extensions with a pipe \"|\""
|
3654 |
msgstr ""
|
3655 |
|
3656 |
+
#: inc/admin/admin.php:5664
|
3657 |
msgid "Enable affiliate/outbound tracking"
|
3658 |
msgstr ""
|
3659 |
|
3660 |
+
#: inc/admin/admin.php:5676
|
3661 |
msgid "aff|go|out"
|
3662 |
msgstr ""
|
3663 |
|
3664 |
+
#: inc/admin/admin.php:5680
|
3665 |
msgid "Separate each keyword with a pipe \"|\""
|
3666 |
msgstr ""
|
3667 |
|
3668 |
+
#: inc/admin/admin.php:5697 inc/admin/admin.php:5774 inc/admin/admin.php:5851
|
3669 |
+
#: inc/admin/admin.php:5928 inc/admin/admin.php:6005
|
3670 |
msgid "Custom Dimension #1"
|
3671 |
msgstr ""
|
3672 |
|
3673 |
+
#: inc/admin/admin.php:5700 inc/admin/admin.php:5777 inc/admin/admin.php:5854
|
3674 |
+
#: inc/admin/admin.php:5931 inc/admin/admin.php:6008
|
3675 |
msgid "Custom Dimension #2"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
+
#: inc/admin/admin.php:5703 inc/admin/admin.php:5780 inc/admin/admin.php:5857
|
3679 |
+
#: inc/admin/admin.php:5934 inc/admin/admin.php:6011
|
3680 |
msgid "Custom Dimension #3"
|
3681 |
msgstr ""
|
3682 |
|
3683 |
+
#: inc/admin/admin.php:5706 inc/admin/admin.php:5783 inc/admin/admin.php:5860
|
3684 |
+
#: inc/admin/admin.php:5937 inc/admin/admin.php:6014
|
3685 |
msgid "Custom Dimension #4"
|
3686 |
msgstr ""
|
3687 |
|
3688 |
+
#: inc/admin/admin.php:5709 inc/admin/admin.php:5786 inc/admin/admin.php:5863
|
3689 |
+
#: inc/admin/admin.php:5940 inc/admin/admin.php:6017
|
3690 |
msgid "Custom Dimension #5"
|
3691 |
msgstr ""
|
3692 |
|
3693 |
+
#: inc/admin/admin.php:5712 inc/admin/admin.php:5789 inc/admin/admin.php:5866
|
3694 |
+
#: inc/admin/admin.php:5943 inc/admin/admin.php:6020
|
3695 |
msgid "Custom Dimension #6"
|
3696 |
msgstr ""
|
3697 |
|
3698 |
+
#: inc/admin/admin.php:5715 inc/admin/admin.php:5792 inc/admin/admin.php:5869
|
3699 |
+
#: inc/admin/admin.php:5946 inc/admin/admin.php:6023
|
3700 |
msgid "Custom Dimension #7"
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: inc/admin/admin.php:5718 inc/admin/admin.php:5795 inc/admin/admin.php:5872
|
3704 |
+
#: inc/admin/admin.php:5949 inc/admin/admin.php:6026
|
3705 |
msgid "Custom Dimension #8"
|
3706 |
msgstr ""
|
3707 |
|
3708 |
+
#: inc/admin/admin.php:5721 inc/admin/admin.php:5798 inc/admin/admin.php:5875
|
3709 |
+
#: inc/admin/admin.php:5952 inc/admin/admin.php:6029
|
3710 |
msgid "Custom Dimension #9"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
+
#: inc/admin/admin.php:5724 inc/admin/admin.php:5801 inc/admin/admin.php:5878
|
3714 |
+
#: inc/admin/admin.php:5955 inc/admin/admin.php:6032
|
3715 |
msgid "Custom Dimension #10"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
+
#: inc/admin/admin.php:5727 inc/admin/admin.php:5804 inc/admin/admin.php:5881
|
3719 |
+
#: inc/admin/admin.php:5958 inc/admin/admin.php:6035
|
3720 |
msgid "Custom Dimension #11"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
+
#: inc/admin/admin.php:5730 inc/admin/admin.php:5807 inc/admin/admin.php:5884
|
3724 |
+
#: inc/admin/admin.php:5961 inc/admin/admin.php:6038
|
3725 |
msgid "Custom Dimension #12"
|
3726 |
msgstr ""
|
3727 |
|
3728 |
+
#: inc/admin/admin.php:5733 inc/admin/admin.php:5810 inc/admin/admin.php:5887
|
3729 |
+
#: inc/admin/admin.php:5964 inc/admin/admin.php:6041
|
3730 |
msgid "Custom Dimension #13"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
+
#: inc/admin/admin.php:5736 inc/admin/admin.php:5813 inc/admin/admin.php:5890
|
3734 |
+
#: inc/admin/admin.php:5967 inc/admin/admin.php:6044
|
3735 |
msgid "Custom Dimension #14"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: inc/admin/admin.php:5739 inc/admin/admin.php:5816 inc/admin/admin.php:5893
|
3739 |
+
#: inc/admin/admin.php:5970 inc/admin/admin.php:6047
|
3740 |
msgid "Custom Dimension #15"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: inc/admin/admin.php:5742 inc/admin/admin.php:5819 inc/admin/admin.php:5896
|
3744 |
+
#: inc/admin/admin.php:5973 inc/admin/admin.php:6050
|
3745 |
msgid "Custom Dimension #16"
|
3746 |
msgstr ""
|
3747 |
|
3748 |
+
#: inc/admin/admin.php:5745 inc/admin/admin.php:5822 inc/admin/admin.php:5899
|
3749 |
+
#: inc/admin/admin.php:5976 inc/admin/admin.php:6053
|
3750 |
msgid "Custom Dimension #17"
|
3751 |
msgstr ""
|
3752 |
|
3753 |
+
#: inc/admin/admin.php:5748 inc/admin/admin.php:5825 inc/admin/admin.php:5902
|
3754 |
+
#: inc/admin/admin.php:5979 inc/admin/admin.php:6056
|
3755 |
msgid "Custom Dimension #18"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
+
#: inc/admin/admin.php:5751 inc/admin/admin.php:5828 inc/admin/admin.php:5905
|
3759 |
+
#: inc/admin/admin.php:5982 inc/admin/admin.php:6059
|
3760 |
msgid "Custom Dimension #19"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
+
#: inc/admin/admin.php:5754 inc/admin/admin.php:5831 inc/admin/admin.php:5908
|
3764 |
+
#: inc/admin/admin.php:5985 inc/admin/admin.php:6062
|
3765 |
msgid "Custom Dimension #20"
|
3766 |
msgstr ""
|
3767 |
|
3768 |
+
#: inc/admin/admin.php:6080
|
3769 |
msgid "Redirect attachment pages to post parent (or homepage if none)"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: inc/admin/admin.php:6099
|
3773 |
msgid ""
|
3774 |
"If this option is checked, it will take precedence over the redirection of "
|
3775 |
"attachments to the post's parent."
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: inc/admin/admin.php:6116
|
3779 |
msgid "Remove ?replytocom link in source code"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: inc/admin/admin.php:6133
|
3783 |
msgid ""
|
3784 |
"When sending an image file, automatically set the title based on the filename"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: inc/admin/admin.php:6150
|
3788 |
msgid ""
|
3789 |
"When sending an image file, automatically set the alternative text based on "
|
3790 |
"the filename"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: inc/admin/admin.php:6167
|
3794 |
msgid ""
|
3795 |
"When sending an image file, automatically set the caption based on the "
|
3796 |
"filename"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: inc/admin/admin.php:6184
|
3800 |
msgid ""
|
3801 |
"When sending an image file, automatically set the description based on the "
|
3802 |
"filename"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: inc/admin/admin.php:6201
|
3806 |
msgid "Add TINYMCE editor to term description"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
+
#: inc/admin/admin.php:6218
|
3810 |
msgid "You have to flush your permalinks each time you change this settings"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
+
#: inc/admin/admin.php:6235
|
3814 |
msgid ""
|
3815 |
"You must check this box if the structure of your permalinks DOES NOT contain "
|
3816 |
"a slash at the end (eg: /%postname%)"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
+
#: inc/admin/admin.php:6252
|
3820 |
msgid "Remove WordPress meta generator in source code"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
+
#: inc/admin/admin.php:6269
|
3824 |
msgid "Remove WordPress shortlink meta tag in source code (eg:"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: inc/admin/admin.php:6286
|
3828 |
msgid "Remove Windows Live Writer meta tag in source code (eg:"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: inc/admin/admin.php:6303
|
3832 |
msgid "Remove Really Simple Discovery meta tag in source code (eg:"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: inc/admin/admin.php:6315
|
3836 |
msgid "Enter Google meta value site verification"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: inc/admin/admin.php:6320
|
3840 |
msgid ""
|
3841 |
"If your site is already verified in <strong>Google Search Console</strong>, "
|
3842 |
"you can leave this field empty."
|
3843 |
msgstr ""
|
3844 |
|
3845 |
+
#: inc/admin/admin.php:6329
|
3846 |
msgid "Enter Bing meta value site verification"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: inc/admin/admin.php:6333
|
3850 |
msgid ""
|
3851 |
"If your site is already verified in <strong>Bing Webmaster tools</strong>, "
|
3852 |
"you can leave this field empty."
|
3853 |
msgstr ""
|
3854 |
|
3855 |
+
#: inc/admin/admin.php:6342
|
3856 |
msgid "Enter Pinterest meta value site verification"
|
3857 |
msgstr ""
|
3858 |
|
3859 |
+
#: inc/admin/admin.php:6354
|
3860 |
msgid "Enter Yandex meta value site verification"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: inc/admin/admin.php:6371
|
3864 |
msgid "Remove SEOPress from Admin Bar in backend and frontend"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
+
#: inc/admin/admin.php:6387
|
3868 |
msgid "High priority (top)"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: inc/admin/admin.php:6390
|
3872 |
msgid "Normal priority (default)"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
+
#: inc/admin/admin.php:6393
|
3876 |
msgid "Low priority"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: inc/admin/admin.php:6411
|
3880 |
msgid "Hide Notifications Center in SEOPress Dashboard page"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
+
#: inc/admin/admin.php:6428
|
3884 |
msgid "Hide SEO tools in SEOPress Dashboard page"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
+
#: inc/admin/admin.php:6445
|
3888 |
msgid "Hide Useful Links in SEOPress dashboard page"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
+
#: inc/admin/admin.php:6462
|
3892 |
msgid "Add title column"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: inc/admin/admin.php:6479
|
3896 |
msgid "Add meta description column"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
+
#: inc/admin/admin.php:6496
|
3900 |
msgid "Add redirection enable column"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
+
#: inc/admin/admin.php:6513
|
3904 |
msgid "Add redirection URL column"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
+
#: inc/admin/admin.php:6530
|
3908 |
msgid "Add canonical URL column"
|
3909 |
msgstr ""
|
3910 |
|
3911 |
+
#: inc/admin/admin.php:6547
|
3912 |
msgid "Add target keyword column"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
+
#: inc/admin/admin.php:6564
|
3916 |
msgid "Display noindex status"
|
3917 |
msgstr ""
|
3918 |
|
3919 |
+
#: inc/admin/admin.php:6581
|
3920 |
msgid "Display nofollow status"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
+
#: inc/admin/admin.php:6598
|
3924 |
msgid "Display total number of words in content"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: inc/admin/admin.php:6615
|
3928 |
msgid "Display W3C column to check code quality"
|
3929 |
msgstr ""
|
3930 |
|
3931 |
+
#: inc/admin/admin.php:6633
|
3932 |
msgid "Display Page Speed column to check performances"
|
3933 |
msgstr ""
|
3934 |
|
3935 |
+
#: inc/admin/admin.php:6651
|
3936 |
msgid "Remove Genesis SEO Metabox"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
+
#: inc/admin/admin.php:6668
|
3940 |
msgid "Remove Genesis SEO link in WP Admin Menu"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
+
#: inc/admin/admin.php:6685
|
3944 |
msgid "Remove the advice if None schema selected"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
+
#: inc/admin/admin.php:6723 inc/admin/admin.php:6758
|
3948 |
msgid ""
|
3949 |
"Hook to filter structured data types metabox call by post type - new window"
|
3950 |
msgstr ""
|
4087 |
msgid "X"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
+
#: inc/functions/options-google-analytics.php:398
|
4091 |
msgid "Authors"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
+
#: inc/functions/options-google-analytics.php:417
|
4095 |
msgid "Categories"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: inc/functions/options-google-analytics.php:443
|
4099 |
msgid "Tags"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
+
#: inc/functions/options-google-analytics.php:457
|
4103 |
msgid "Post types"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: inc/functions/options-google-analytics.php:471
|
4107 |
msgid "Connected users"
|
4108 |
msgstr ""
|
4109 |
|
4124 |
msgid "Please upload a valid .csv file"
|
4125 |
msgstr ""
|
4126 |
|
4127 |
+
#: inc/functions/sitemap/template-xml-sitemaps-xsl.php:118
|
4128 |
msgid "XML Sitemaps"
|
4129 |
msgstr ""
|
4130 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: SEO, XML sitemap, meta title, open graph, content analysis, knowledge grap
|
|
6 |
Requires at least: 4.6+
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 3.7.
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -270,6 +270,27 @@ You're theme is probably using a deprecated function to handle the title. <a hre
|
|
270 |
60. Installation Wizard
|
271 |
|
272 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
= 3.7.4 =
|
274 |
* NEW Author meta name for singular page (enabled by default)
|
275 |
* NEW 'seopress_robots_txt_file' hook to filter robots.txt file (useful with Polylang and multidomain option https://www.seopress.org/support/hooks/filter-robots-txt-file-seopress-pro/)
|
6 |
Requires at least: 4.6+
|
7 |
Tested up to: 5.3
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 3.7.5
|
10 |
License: GPLv2 or later
|
11 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
270 |
60. Installation Wizard
|
271 |
|
272 |
== Changelog ==
|
273 |
+
= 3.7.5 =
|
274 |
+
* NEW Review schema: Add item type CreativeWorkSeason, CreativeWorkSeries, Episode, Game, MediaObject, MusicPlaylist, MusicRecording, Organization to solve "Thing is not a known valid target type for the itemReviewed property."
|
275 |
+
* NEW Add custom tracking code just before the body closing tag
|
276 |
+
* NEW Add an option to display/hide any SEO metaboxes for each custom post type
|
277 |
+
* NEW 'seopress_custom_footer_tracking' hook to filter additional tracking code in body footer (https://www.seopress.org/support/hooks/filter-html-additional-tracking-code-in-footer-body/)
|
278 |
+
* NEW 'seopress_sitemaps_xml_index' hook to filter XML index sitemap (https://www.seopress.org/support/hooks/filter-xml-index-sitemap/)
|
279 |
+
* NEW 'seopress_sitemaps_xml_single' hook to filter XML single post type sitemap (https://www.seopress.org/support/hooks/filter-xml-single-post-type-sitemap/)
|
280 |
+
* NEW 'seopress_sitemaps_xml_single_term' hook to filter XML single taxonomy sitemap (https://www.seopress.org/support/hooks/filter-xml-sitemap-single-taxonomy/)
|
281 |
+
* NEW 'seopress_sitemaps_xml_author' hook to filter XML author sitemap (https://www.seopress.org/support/hooks/filter-xml-author-sitemap/)
|
282 |
+
* NEW 'seopress_sitemaps_xml_video' hook to filter XML video sitemap (https://www.seopress.org/support/hooks/filter-xml-video-sitemap/)
|
283 |
+
* NEW 'seopress_sitemaps_xml_news' hook to filter XML news sitemap (https://www.seopress.org/support/hooks/filter-xml-news-sitemap/)
|
284 |
+
* INFO Support %%sitedesc%% dynamic variable (alias of %%tagline%%') in title / meta description
|
285 |
+
* INFO Support %%excerpt%% dynamic variable (alias of %%post_excerpt%%') in title / meta description
|
286 |
+
* INFO Support %%date%% dynamic variable (alias of %%post_date%%') in title / meta description
|
287 |
+
* INFO Display author meta only if username is not equal to display name
|
288 |
+
* INFO Improve UI
|
289 |
+
* INFO Improve content analysis (UX/UI)
|
290 |
+
* INFO Improve block editor (Gutenberg) compatibility
|
291 |
+
* FIX XML sitemaps with Polylang
|
292 |
+
* FIX Add '59' value for minutes in LocalBusiness schema to manage stores open 24 hours a day
|
293 |
+
* FIX Solved undefined in broken link checker bot (log textarea)
|
294 |
= 3.7.4 =
|
295 |
* NEW Author meta name for singular page (enabled by default)
|
296 |
* NEW 'seopress_robots_txt_file' hook to filter robots.txt file (useful with Polylang and multidomain option https://www.seopress.org/support/hooks/filter-robots-txt-file-seopress-pro/)
|
seopress.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
-
Version: 3.7.
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
@@ -53,7 +53,7 @@ register_deactivation_hook(__FILE__, 'seopress_deactivation');
|
|
53 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
54 |
//Define
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
-
define( 'SEOPRESS_VERSION', '3.7.
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
3 |
Plugin Name: SEOPress
|
4 |
Plugin URI: https://www.seopress.org/
|
5 |
Description: One of the best SEO plugins for WordPress.
|
6 |
+
Version: 3.7.5
|
7 |
Author: SEOPress
|
8 |
Author URI: https://www.seopress.org/
|
9 |
License: GPLv2
|
53 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
54 |
//Define
|
55 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|
56 |
+
define( 'SEOPRESS_VERSION', '3.7.5' );
|
57 |
define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
|
58 |
|
59 |
///////////////////////////////////////////////////////////////////////////////////////////////////
|