SEOPress - Version 3.6.2

Version Description

  • NEW Add custom manual / automatic schema with dynamic variables (PRO)
  • NEW Add custom tracking code after opening body tag like Google Tag Manager
  • NEW Add meta name "thumbnail" option in SEO > Titles and metas > Single post types to display post thumbnail in Google Custom Search (eg: https://wordpress.org/search/seopress)
  • NEW Add FAQ global schema (PRO)
  • NEW Add 'keywords' for Recipe schema (PRO)
  • NEW Add 'recipeCuisine' for Recipe schema (PRO)
  • NEW Add 'recipeIngredient' for Recipe schema (PRO)
  • NEW Add 'recipeInstructions' for Recipe schema (PRO)
  • NEW Add 'BlogPosting' for Article schema (PRO)
  • NEW 'seopress_schemas_auto_faq_html' hook to filter FAQ global schema
  • NEW 'seopress_sitemaps_single_img' hook to add custom fields to XML image sitemaps
  • NEW 'seopress_sitemaps_html_pages_depth_query' hook to filter depth for hierarchical contents in HTML sitemap
  • NEW 'seopress_custom_body_tracking' hook to filter custom body tracking
  • NEW 'seopress_titles_template_variables_array' && 'seopress_titles_template_replace_array' hook to filter dynamic variables for title tag / meta description
  • NEW Add keywords density to content analysis to help you avoid keyword stuffing
  • NEW Add outbound links to content analysis (in links tab)
  • INFO WP-Rocket now automatically detect our XML sitemaps (WP-Rocket 3.3.7 required)
  • INFO Add quick button separator for title fields
  • INFO You can now disable BOT / Broken links checker from the SEO dashboard (admin bar, menu page and post type)
  • INFO Improve content analysis by removing empty target keywords
  • INFO Remove Alexa Rank feature (the API is no longer provided for free by Amazon)
  • INFO Translate Google Analytics UA option field with WPML / Polylang
  • INFO Automatic schemas tab is now the default one in Structured Data Types metabox
  • INFO Checks if the redirects feature is active before importing redirects
  • FIX Some translation strings / localize strings
  • FIX wpml-config.xml file, WPML / Polylang users can now translate Archives title and meta description (eg: shop page)
  • FIX Recipe schema: cooking time / calories / yield / total time
  • FIX Custom tracking code in head
  • FIX Remove Website schema if nositelinkssearchbox option is ON
Download this release

Release Info

Developer rainbowgeek
Plugin Icon 128x128 SEOPress
Version 3.6.2
Comparing to
See all releases

Code changes from version 3.6.1.1 to 3.6.2

assets/css/seopress.css CHANGED
@@ -89,11 +89,9 @@
89
  }
90
 
91
  #seopress_content_analysis #seopress_suggestions li {
92
- list-style: square;
93
  margin: 5px;
94
  display: inline-block;
95
- background: #F1F1F1;
96
- padding: 5px;
97
  }
98
 
99
  #seopress_launch_analysis {
@@ -1495,74 +1493,6 @@ body.seopress-styles {
1495
  color: #24b47e;
1496
  }
1497
 
1498
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank {
1499
- margin: 0 0 10px;
1500
- width: 100%;
1501
- box-sizing: border-box;
1502
- display: block;
1503
- }
1504
-
1505
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach {
1506
- font-size: 30px;
1507
- font-weight: 700;
1508
- display: inline-block;
1509
- width: 100%;
1510
- padding: 0 0 20px;
1511
- text-align: right;
1512
- }
1513
-
1514
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach .highlight {
1515
- display: inline-block;
1516
- font-size: 16px;
1517
- background: inherit;
1518
- width: 100%;
1519
- margin-bottom: 10px;
1520
- }
1521
-
1522
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta {
1523
- font-size: 14px;
1524
- display: inline-block;
1525
- vertical-align: top;
1526
- text-align: left;
1527
- margin: 0 20px 0 0;
1528
- }
1529
-
1530
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta {
1531
- width: 100%;
1532
- text-align: right;
1533
- font-size: 18px;
1534
- font-style: italic;
1535
- }
1536
-
1537
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank {
1538
- text-align: left;
1539
- }
1540
-
1541
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country .highlight,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank .highlight {
1542
- background: 0 0;
1543
- font-weight: 700;
1544
- }
1545
-
1546
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country {
1547
- margin-right: 0;
1548
- }
1549
-
1550
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank {
1551
- margin-left: 5px;
1552
- }
1553
-
1554
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus .dashicons,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus .dashicons {
1555
- font-style: italic;
1556
- }
1557
-
1558
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus {
1559
- color: green;
1560
- }
1561
-
1562
- #seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus {
1563
- color: red;
1564
- }
1565
-
1566
  #seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span {
1567
  font-weight: 700;
1568
  }
89
  }
90
 
91
  #seopress_content_analysis #seopress_suggestions li {
92
+ list-style: none;
93
  margin: 5px;
94
  display: inline-block;
 
 
95
  }
96
 
97
  #seopress_launch_analysis {
1493
  color: #24b47e;
1494
  }
1495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1496
  #seopress-content .seopress-reverse label,#seopress-content .seopress-useful-tools .widget-whois ul li span {
1497
  font-weight: 700;
1498
  }
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:square;margin:5px;display:inline-block;background:#f1f1f1;padding:5px}#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-seo-framework-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-seo-framework-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: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-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-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_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-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-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-useful-tools .widget-alexa .wrap-alexa-rank{margin:0 0 10px;width:100%;box-sizing:border-box;display:block}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach{font-size:30px;font-weight:700;display:inline-block;width:100%;padding:0 0 20px;text-align:right}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_reach .highlight{display:inline-block;font-size:16px;background:inherit;width:100%;margin-bottom:10px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{font-size:14px;display:inline-block;vertical-align:top;text-align:left;margin:0 20px 0 0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_delta{width:100%;text-align:right;font-size:18px;font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{text-align:left}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country .highlight,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank .highlight{background:0 0;font-weight:700}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country{margin-right:0}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .seopress_alexa_rank_country_rank{margin-left:5px}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus .dashicons,#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus .dashicons{font-style:italic}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .plus{color:green}#seopress-content .seopress-useful-tools .widget-alexa .wrap-alexa-rank .minus{color:red}#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:#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-seo-framework-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-seo-framework-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: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-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-option .wrap-tags{position:relative;display:inline-block;width:100%;margin-bottom:10px}#seopress_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-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-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%}
assets/js/seopress-cookies-ajax.js CHANGED
@@ -12,9 +12,12 @@ jQuery(document).ready(function($) {
12
  _ajax_nonce: seopressAjaxGAUserConsent.seopress_nonce,
13
  },
14
  success : function( data ) {
 
15
  $('.seopress-user-consent').remove();
16
  $('head').append(data.data.gtag_js);
17
  $('head').append(data.data.custom);
 
 
18
  Cookies.set('seopress-user-consent-accept', '1', { expires: 30 });
19
  },
20
  });
12
  _ajax_nonce: seopressAjaxGAUserConsent.seopress_nonce,
13
  },
14
  success : function( data ) {
15
+ console.log(data.data);
16
  $('.seopress-user-consent').remove();
17
  $('head').append(data.data.gtag_js);
18
  $('head').append(data.data.custom);
19
+ $('head').append(data.data.head_js);
20
+ $('body').prepend(data.data.body_js);
21
  Cookies.set('seopress-user-consent-accept', '1', { expires: 30 });
22
  },
23
  });
assets/js/seopress-dashboard.js CHANGED
@@ -26,7 +26,7 @@ jQuery(document).ready(function($) {
26
  });
27
  });
28
 
29
- const features = ["titles","xml-sitemap","social","google-analytics","advanced","local-business","woocommerce","edd","dublin-core","rich-snippets","breadcrumbs","robots","news","404","rewrite","white-label"]
30
  features.forEach(function (item) {
31
  $('#toggle-'+item).on('click', function() {
32
  $('#toggle-'+item).attr('data-toggle', $('#toggle-'+item).attr('data-toggle') == '1' ? '0' : '1');
26
  });
27
  });
28
 
29
+ const features = ["titles","xml-sitemap","social","google-analytics","advanced","local-business","woocommerce","edd","dublin-core","rich-snippets","breadcrumbs","robots","news","404","bot","rewrite","white-label"]
30
  features.forEach(function (item) {
31
  $('#toggle-'+item).on('click', function() {
32
  $('#toggle-'+item).attr('data-toggle', $('#toggle-'+item).attr('data-toggle') == '1' ? '0' : '1');
assets/js/seopress-tabs.js CHANGED
@@ -56,6 +56,21 @@ jQuery(document).ready(function($) {
56
  $('#seopress-tag-search-keywords').click(function() {
57
  $("#seopress_titles_archives_search_title").val($("#seopress_titles_archives_search_title").val() + ' ' + $('#seopress-tag-search-keywords').attr('data-tag'));
58
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $('.more-tags').click(function() {
60
  $('#contextual-help-link').click();
61
  });
56
  $('#seopress-tag-search-keywords').click(function() {
57
  $("#seopress_titles_archives_search_title").val($("#seopress_titles_archives_search_title").val() + ' ' + $('#seopress-tag-search-keywords').attr('data-tag'));
58
  });
59
+ $('#seopress-tag-site-sep').click(function() {
60
+ $("#seopress_titles_home_site_title").val($("#seopress_titles_home_site_title").val() + ' ' + $('#seopress-tag-site-sep').attr('data-tag'));
61
+ });
62
+ $('#seopress-tag-sep-author').click(function() {
63
+ $("#seopress_titles_archive_post_author").val($("#seopress_titles_archive_post_author").val() + ' ' + $('#seopress-tag-sep-author').attr('data-tag'));
64
+ });
65
+ $('#seopress-tag-sep-date').click(function() {
66
+ $("#seopress_titles_archives_date_title").val($("#seopress_titles_archives_date_title").val() + ' ' + $('#seopress-tag-sep-date').attr('data-tag'));
67
+ });
68
+ $('#seopress-tag-sep-search').click(function() {
69
+ $("#seopress_titles_archives_search_title").val($("#seopress_titles_archives_search_title").val() + ' ' + $('#seopress-tag-sep-search').attr('data-tag'));
70
+ });
71
+ $('#seopress-tag-sep-404').click(function() {
72
+ $("#seopress_titles_archives_404_title").val($("#seopress_titles_archives_404_title").val() + ' ' + $('#seopress-tag-sep-404').attr('data-tag'));
73
+ });
74
  $('.more-tags').click(function() {
75
  $('#contextual-help-link').click();
76
  });
assets/js/seopress-tabs7.js CHANGED
@@ -46,25 +46,6 @@ jQuery(document).ready(function($) {
46
  $('#seopress-admin-tabs').find('.seopress-tab.active').removeClass("active");
47
  $('#'+hash).addClass("active");
48
  });
49
- //Request Alexa Rank
50
- $('#seopress-request-alexa-rank').on('click', function() {
51
- $.ajax({
52
- method : 'GET',
53
- url : seopressAjaxAlexa.seopress_request_alexa_rank,
54
- data : {
55
- action: 'seopress_request_alexa_rank',
56
- _ajax_nonce: seopressAjaxAlexa.seopress_nonce,
57
- },
58
- success : function( data ) {
59
- window.location.reload(true);
60
- },
61
- });
62
- });
63
- $('#seopress-request-alexa-rank').on('click', function() {
64
- $(this).attr("disabled", "disabled");
65
- $( '#spinner-alexa.spinner' ).css( "visibility", "visible" );
66
- $( '#spinner-alexa.spinner' ).css( "float", "none" );
67
- });
68
  //Request Reverse Domains
69
  $('#seopress-reverse-submit').on('click', function() {
70
  $.ajax({
46
  $('#seopress-admin-tabs').find('.seopress-tab.active').removeClass("active");
47
  $('#'+hash).addClass("active");
48
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  //Request Reverse Domains
50
  $('#seopress-reverse-submit').on('click', function() {
51
  $.ajax({
assets/js/seopress-yoast-migrate.js CHANGED
@@ -17,7 +17,7 @@ jQuery(document).ready(function($) {
17
  if( 'done' == data.data.offset ) {
18
  $('#seopress-yoast-migrate').removeAttr("disabled");
19
  $( '.spinner' ).css( "visibility", "hidden" );
20
- $( '#yoast-migration-tool .log' ).html('Migration completed!');
21
  } else {
22
  self.process_offset( parseInt( data.data.offset ), self );
23
  }
@@ -49,7 +49,7 @@ jQuery(document).ready(function($) {
49
  if( 'done' == data.data.offset2 ) {
50
  $('#seopress-aio-migrate').removeAttr("disabled");
51
  $( '.spinner' ).css( "visibility", "hidden" );
52
- $( '#aio-migration-tool .log' ).html('Migration completed!');
53
  } else {
54
  self.process_offset2( parseInt( data.data.offset2 ), self );
55
  }
@@ -82,7 +82,7 @@ jQuery(document).ready(function($) {
82
  if( 'done' == data.data.offset3 ) {
83
  $('#seopress-seo-framework-migrate').removeAttr("disabled");
84
  $( '.spinner' ).css( "visibility", "hidden" );
85
- $( '#seo-framework-migration-tool .log' ).html('Migration completed!');
86
  } else {
87
  self.process_offset3( parseInt( data.data.offset3 ), self );
88
  }
@@ -115,7 +115,7 @@ jQuery(document).ready(function($) {
115
  if( 'done' == data.data.offset4 ) {
116
  $('#seopress-rk-migrate').removeAttr("disabled");
117
  $( '.spinner' ).css( "visibility", "hidden" );
118
- $( '#rk-migration-tool .log' ).html('Migration completed!');
119
  } else {
120
  self.process_offset4( parseInt( data.data.offset4 ), self );
121
  }
17
  if( 'done' == data.data.offset ) {
18
  $('#seopress-yoast-migrate').removeAttr("disabled");
19
  $( '.spinner' ).css( "visibility", "hidden" );
20
+ $( '#yoast-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
21
  } else {
22
  self.process_offset( parseInt( data.data.offset ), self );
23
  }
49
  if( 'done' == data.data.offset2 ) {
50
  $('#seopress-aio-migrate').removeAttr("disabled");
51
  $( '.spinner' ).css( "visibility", "hidden" );
52
+ $( '#aio-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
53
  } else {
54
  self.process_offset2( parseInt( data.data.offset2 ), self );
55
  }
82
  if( 'done' == data.data.offset3 ) {
83
  $('#seopress-seo-framework-migrate').removeAttr("disabled");
84
  $( '.spinner' ).css( "visibility", "hidden" );
85
+ $( '#seo-framework-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
86
  } else {
87
  self.process_offset3( parseInt( data.data.offset3 ), self );
88
  }
115
  if( 'done' == data.data.offset4 ) {
116
  $('#seopress-rk-migrate').removeAttr("disabled");
117
  $( '.spinner' ).css( "visibility", "hidden" );
118
+ $( '#rk-migration-tool .log' ).html(seopressAjaxMigrate.i18n);
119
  } else {
120
  self.process_offset4( parseInt( data.data.offset4 ), self );
121
  }
contributors.txt CHANGED
@@ -15,6 +15,7 @@ Beta testers / feedbacks:
15
  - Aurélien Denis: aurelien.denis@neticpro.fr / @wpchannel
16
  - Sébastien Serre: @sebastienserre
17
  - Ludovic Riaudel: @lriaudel
 
18
 
19
  Integrations:
20
  - The Admin Columns PRO team
15
  - Aurélien Denis: aurelien.denis@neticpro.fr / @wpchannel
16
  - Sébastien Serre: @sebastienserre
17
  - Ludovic Riaudel: @lriaudel
18
+ - Philippe Fronzes: @novaldi64
19
 
20
  Integrations:
21
  - The Admin Columns PRO team
inc/admin/admin-metaboxes-content-analysis-form.php CHANGED
@@ -53,8 +53,19 @@ if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
53
 
54
  var i;
55
  for (i = 0; i < 10; i++) {
56
- document.getElementById('seopress_suggestions').innerHTML += '<li>'+suggestions_array[i]+'</li>';
57
  }
 
 
 
 
 
 
 
 
 
 
 
58
  }
59
  jQuery('#seopress_get_suggestions').on('click', function(data) {
60
  data.preventDefault();
@@ -85,6 +96,7 @@ if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
85
  //Word counters
86
  if (isset($seopress_analysis_data['0']['words_counter']) || isset($seopress_analysis_data['0']['words_counter_unique'])) {
87
  echo '<h3>'.__('Words counter','wp-seopress').'</h3>
 
88
  <ul>
89
  <li>'.$seopress_analysis_data['0']['words_counter'].' '.__('words found.','wp-seopress').'</li>
90
  <li>'.$seopress_analysis_data['0']['words_counter_unique'].' '.__('unique words found.','wp-seopress').'</li>';
@@ -97,6 +109,28 @@ if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
97
  echo '</ul>';
98
  }
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  //H1
101
  if (!empty($seopress_analysis_data['0']['h1']['matches'])) {
102
  echo '<h3>'.__('H1 (Heading 1)','wp-seopress').'</h3>';
@@ -120,7 +154,7 @@ if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
120
  echo '</ul>';
121
  if ($count > 1) {
122
  echo '<p><span class="dashicons dashicons-no-alt"></span>'.sprintf(esc_html__('We found %d Heading 1 (H1) in your content.','wp-seopress'), $count).'</p>';
123
- echo '<p>'.__('You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. Better for SEO and accessibility.','wp-seopress').'</p>';
124
  }
125
  }
126
 
@@ -316,8 +350,27 @@ if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
316
  echo '<p>'.sprintf( esc_html__( 'We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:', 'wp-seopress' ), $count ).'</p>';
317
  echo '<ul>';
318
  foreach ($seopress_analysis_data['0']['nofollow_links'] as $links) {
319
- foreach ($links as $link) {
320
- echo '<li><span class="dashicons dashicons-minus"></span>'.$link.'</li>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  }
322
  }
323
  echo '</ul>';
53
 
54
  var i;
55
  for (i = 0; i < 10; i++) {
56
+ document.getElementById('seopress_suggestions').innerHTML += '<li><a href=\"#\" class=\"sp-suggest-btn button button-small\">'+suggestions_array[i]+'</a></li>';
57
  }
58
+
59
+ jQuery('.sp-suggest-btn').click(function(e) {
60
+ e.preventDefault();
61
+ if($('#seopress_analysis_target_kw_meta').val().length == 0){
62
+ jQuery('#seopress_analysis_target_kw_meta').val(jQuery(this).text() + ',');
63
+ } else {
64
+ str = jQuery('#seopress_analysis_target_kw_meta').val();
65
+ str = str.replace(/,\s*$/, '');
66
+ jQuery('#seopress_analysis_target_kw_meta').val(str+','+jQuery(this).text());
67
+ }
68
+ });
69
  }
70
  jQuery('#seopress_get_suggestions').on('click', function(data) {
71
  data.preventDefault();
96
  //Word counters
97
  if (isset($seopress_analysis_data['0']['words_counter']) || isset($seopress_analysis_data['0']['words_counter_unique'])) {
98
  echo '<h3>'.__('Words counter','wp-seopress').'</h3>
99
+ <p>'.__('Words counter is not a direct ranking factor. But, your content must be as qualitative as possible, with relevant and unique information. To fulfill these conditions, your article requires a minimum of paragraphs, so words.','wp-seopress').'</p>
100
  <ul>
101
  <li>'.$seopress_analysis_data['0']['words_counter'].' '.__('words found.','wp-seopress').'</li>
102
  <li>'.$seopress_analysis_data['0']['words_counter_unique'].' '.__('unique words found.','wp-seopress').'</li>';
109
  echo '</ul>';
110
  }
111
 
112
+ //Keywords density
113
+ if (!empty($seopress_analysis_data['0']['kws_density']['matches']) && isset($seopress_analysis_data['0']['words_counter'])) {
114
+ echo '<h3>'.__('Keywords density','wp-seopress').'</h3>';
115
+
116
+ $target_kws_density = $seopress_analysis_data['0']['kws_density']['matches'];
117
+
118
+ echo '<ul>';
119
+
120
+ foreach ($target_kws_density as $key => $value) {
121
+ foreach ($value as $_key => $_value) {
122
+ $kw_count = count($_value);
123
+ }
124
+ $kw_name = $key;
125
+ $kw_density = round($kw_count/$seopress_analysis_data['0']['words_counter']*100, 2);
126
+ echo '<li><span class="dashicons dashicons-minus"></span>'.sprintf(esc_html__('%s was found %d times in your content, a keyword density of %s%%','wp-seopress'), $kw_name, $kw_count, $kw_density).'</li>';
127
+ }
128
+
129
+ echo '</ul>';
130
+
131
+ echo '<p class="description">'.__('Learn more about <a href="https://www.youtube.com/watch?v=Rk4qgQdp2UA" target="_blank">keywords stuffing</a>.','wp-seopress').'</p>';
132
+ }
133
+
134
  //H1
135
  if (!empty($seopress_analysis_data['0']['h1']['matches'])) {
136
  echo '<h3>'.__('H1 (Heading 1)','wp-seopress').'</h3>';
154
  echo '</ul>';
155
  if ($count > 1) {
156
  echo '<p><span class="dashicons dashicons-no-alt"></span>'.sprintf(esc_html__('We found %d Heading 1 (H1) in your content.','wp-seopress'), $count).'</p>';
157
+ echo '<p>'.__('You should not use more than one H1 heading in your post content. The rule is simple: only one H1 for each web page. It is better for both SEO and accessibility.','wp-seopress').'</p>';
158
  }
159
  }
160
 
350
  echo '<p>'.sprintf( esc_html__( 'We found %d links with nofollow attribute in your page. Do not overuse nofollow attribute in links. Below, the list:', 'wp-seopress' ), $count ).'</p>';
351
  echo '<ul>';
352
  foreach ($seopress_analysis_data['0']['nofollow_links'] as $links) {
353
+ foreach ($links as $href => $link) {
354
+ echo '<li><span class="dashicons dashicons-minus"></span><a href="'.$href.'" target="_blank">'.$link.'</a><span class="dashicons dashicons-external"></span></li>';
355
+ }
356
+ }
357
+ echo '</ul>';
358
+
359
+ } else {
360
+ echo '<p><span class="dashicons dashicons-yes"></span>'.__('This page doesn\'t have any nofollow links.','wp-seopress').'</p>';
361
+ }
362
+
363
+ //Outbound links
364
+ echo '<h3>'.__('Outbound Links','wp-seopress').'</h3>';
365
+
366
+ if (!empty($seopress_analysis_data['0']['outbound_links'])) {
367
+ $count = count($seopress_analysis_data['0']['outbound_links']);
368
+
369
+ echo '<p>'.sprintf( 'We found %d outbound links in your page. Internet is built on the principle of hyperlink. It is therefore perfectly normal to make links between different websites. However, avoid making links to low quality sites, SPAM... If you are not sure about the quality of a site, add the attribute "nofollow" to your link. <br>Below, the list:', 'wp-seopress', $count ).'</p>';
370
+ echo '<ul>';
371
+ foreach ($seopress_analysis_data['0']['outbound_links'] as $links) {
372
+ foreach ($links as $href => $link) {
373
+ echo '<li><span class="dashicons dashicons-minus"></span><a href="'.$href.'" target="_blank">'.$link.'</a><span class="dashicons dashicons-external"></span></li>';
374
  }
375
  }
376
  echo '</ul>';
inc/admin/admin-metaboxes-form.php CHANGED
@@ -189,7 +189,7 @@ echo '<div class="snippet-description">...</div>
189
  </label>
190
  </p>
191
  <p class="description">
192
- '.__('You can not uncheck a parameter? This is normal, it is most likely defined in the global settings of the extension.','wp-seopress').'
193
  </p>
194
  <p>
195
  <label for="seopress_robots_canonical_meta">'. __( 'Canonical URL', 'wp-seopress' ) .'</label>
@@ -287,7 +287,7 @@ echo '<div class="snippet-description">...</div>
287
  echo '<p>
288
  <label for="seopress_redirections_param_meta">'. __( 'Query parameters', 'wp-seopress' ) .'</label>
289
  <select name="seopress_redirections_param">
290
- <option ' . selected( 'exact_match', $seopress_redirections_param, false ) . ' value="exact_match">'. __( 'Exact match with all parameters', 'wp-seopress' ) .'</option>
291
  <option ' . selected( 'without_param', $seopress_redirections_param, false ) . ' value="without_param">'. __( 'Exclude all parameters', 'wp-seopress' ) .'</option>
292
  <option ' . selected( 'with_ignored_param', $seopress_redirections_param, false ) . ' value="with_ignored_param">'. __( 'Exclude all parameters and pass them to the redirection', 'wp-seopress' ) .'</option>
293
  </select></p>';
189
  </label>
190
  </p>
191
  <p class="description">
192
+ '.__('You cannot uncheck a parameter? This is normal, and it\'s most likely defined in the global settings of the extension.','wp-seopress').'
193
  </p>
194
  <p>
195
  <label for="seopress_robots_canonical_meta">'. __( 'Canonical URL', 'wp-seopress' ) .'</label>
287
  echo '<p>
288
  <label for="seopress_redirections_param_meta">'. __( 'Query parameters', 'wp-seopress' ) .'</label>
289
  <select name="seopress_redirections_param">
290
+ <option ' . selected( 'exact_match', $seopress_redirections_param, false ) . ' value="exact_match">'. __( 'Exactly match all parameters', 'wp-seopress' ) .'</option>
291
  <option ' . selected( 'without_param', $seopress_redirections_param, false ) . ' value="without_param">'. __( 'Exclude all parameters', 'wp-seopress' ) .'</option>
292
  <option ' . selected( 'with_ignored_param', $seopress_redirections_param, false ) . ' value="with_ignored_param">'. __( 'Exclude all parameters and pass them to the redirection', 'wp-seopress' ) .'</option>
293
  </select></p>';
inc/admin/admin-wizard.php CHANGED
@@ -364,7 +364,7 @@ class SEOPRESS_Admin_Setup_Wizard {
364
 
365
  <h1><?php esc_html_e( 'Your site', 'wp-seopress' ); ?></h1>
366
  <form method="post">
367
- <p><?php esc_html_e( 'Fill out the fields below to configure general settings needed to build title tags and knowledge graph for Google.', 'wp-seopress' ); ?></p>
368
 
369
  <label class="location-prompt" for="site_sep"><?php esc_html_e( 'Separator', 'wp-seopress' ); ?></label>
370
  <input type="text" id="site_sep" class="location-input" name="site_sep" placeholder="<?php esc_html_e('eg: |', 'wp-seopress'); ?>" required value="<?php echo $site_sep; ?>" />
@@ -473,12 +473,12 @@ class SEOPRESS_Admin_Setup_Wizard {
473
  $seopress_titles_option = get_option( 'seopress_titles_option_name' );
474
  ?>
475
  <h1><?php esc_html_e( 'Indexing', 'wp-seopress' ); ?></h1>
476
- <p><?php esc_html_e( 'Specify to the search engines what you want to index or not. Defaut: index', 'wp-seopress' ); ?></p>
477
  <form method="post" class="seopress-wizard-indexing-form">
478
  <?php if(!empty(seopress_get_post_types())) { ?>
479
  <div class="seopress-wizard-services">
480
  <p>
481
- <?php _e('For which single post types, indexing should be disabled?','wp-seopress'); ?>
482
  </p>
483
 
484
  <ul>
@@ -506,7 +506,7 @@ class SEOPRESS_Admin_Setup_Wizard {
506
  <?php if(!empty(seopress_get_post_types())) { ?>
507
  <div class="seopress-wizard-services">
508
  <p>
509
- <?php _e('For which post type archives, indexing should be disabled?','wp-seopress'); ?>
510
  </p>
511
 
512
  <ul>
@@ -536,7 +536,7 @@ class SEOPRESS_Admin_Setup_Wizard {
536
  <?php if(!empty(seopress_get_taxonomies())) { ?>
537
  <div class="seopress-wizard-services">
538
  <p>
539
- <?php _e('For which taxonomy archives, indexing should be disabled?','wp-seopress'); ?>
540
  </p>
541
 
542
  <ul>
@@ -648,7 +648,7 @@ class SEOPRESS_Admin_Setup_Wizard {
648
  if ('1' == $attachments_file) echo 'checked="yes"';
649
  echo ' value="1"/>';
650
 
651
- echo '<label for="attachments_file" class="location-prompt">'. __( 'Redirect attachment pages to the file URL (https://www.example.com/my-image-file.jpg)', 'wp-seopress' ) .'</label>';
652
  echo '</li>';
653
  echo '<li class="seopress-wizard-service-info">';
654
  _e('By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.','wp-seopress');
@@ -736,7 +736,7 @@ class SEOPRESS_Admin_Setup_Wizard {
736
  <?php esc_html_e( "Go PRO with SEOPress PRO!","wp-seopress"); ?>
737
  </h3>
738
  <p class="seopress-setup-actions step">
739
- <?php esc_html_e( "Get a lot of additional features by upgrading PRO like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections and more.", 'wp-seopress' ); ?>
740
  </p>
741
  <p class="seopress-setup-actions step">
742
  <a class="button button-primary button-large" href="https://www.seopress.org/" target="_blank">
@@ -752,7 +752,7 @@ class SEOPRESS_Admin_Setup_Wizard {
752
  <div class="seopress-wizard-next-step-description">
753
  <p class="next-step-heading"><?php esc_html_e("Next step","wp-seopress"); ?></p>
754
  <h3 class="next-step-description"><?php esc_html_e("Create your XML sitemaps","wp-seopress"); ?></h3>
755
- <p class="next-step-extra-info"><?php esc_html_e("Build custom XML sitemaps to improve Google crawling of your site.","wp-seopress"); ?></p>
756
  </div>
757
  <div class="seopress-wizard-next-step-action">
758
  <p class="seopress-setup-actions step">
364
 
365
  <h1><?php esc_html_e( 'Your site', 'wp-seopress' ); ?></h1>
366
  <form method="post">
367
+ <p><?php esc_html_e( 'To build title tags and knowledge graph for Google, you need to fill out the fields below to configure the general settings. ', 'wp-seopress' ); ?></p>
368
 
369
  <label class="location-prompt" for="site_sep"><?php esc_html_e( 'Separator', 'wp-seopress' ); ?></label>
370
  <input type="text" id="site_sep" class="location-input" name="site_sep" placeholder="<?php esc_html_e('eg: |', 'wp-seopress'); ?>" required value="<?php echo $site_sep; ?>" />
473
  $seopress_titles_option = get_option( 'seopress_titles_option_name' );
474
  ?>
475
  <h1><?php esc_html_e( 'Indexing', 'wp-seopress' ); ?></h1>
476
+ <p><?php esc_html_e( 'Specify to the search engines what you want to be indexed or not. Default: index', 'wp-seopress' ); ?></p>
477
  <form method="post" class="seopress-wizard-indexing-form">
478
  <?php if(!empty(seopress_get_post_types())) { ?>
479
  <div class="seopress-wizard-services">
480
  <p>
481
+ <?php _e('For which single post types, should indexing be disabled?','wp-seopress'); ?>
482
  </p>
483
 
484
  <ul>
506
  <?php if(!empty(seopress_get_post_types())) { ?>
507
  <div class="seopress-wizard-services">
508
  <p>
509
+ <?php _e('For which post type archives, should indexing be disabled?','wp-seopress'); ?>
510
  </p>
511
 
512
  <ul>
536
  <?php if(!empty(seopress_get_taxonomies())) { ?>
537
  <div class="seopress-wizard-services">
538
  <p>
539
+ <?php _e('For which taxonomy archives, should indexing be disabled?','wp-seopress'); ?>
540
  </p>
541
 
542
  <ul>
648
  if ('1' == $attachments_file) echo 'checked="yes"';
649
  echo ' value="1"/>';
650
 
651
+ echo '<label for="attachments_file" class="location-prompt">'. __( 'Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)', 'wp-seopress' ) .'</label>';
652
  echo '</li>';
653
  echo '<li class="seopress-wizard-service-info">';
654
  _e('By default, SEOPress redirects your Attachment pages to the parent post. Optimize this by redirecting the user directly to the URL of the media file.','wp-seopress');
736
  <?php esc_html_e( "Go PRO with SEOPress PRO!","wp-seopress"); ?>
737
  </h3>
738
  <p class="seopress-setup-actions step">
739
+ <?php esc_html_e( "When you upgrade to the PRO version, you get a lot of additional features, like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in your Dashboard, breadcrumbs, redirections, and more.", 'wp-seopress' ); ?>
740
  </p>
741
  <p class="seopress-setup-actions step">
742
  <a class="button button-primary button-large" href="https://www.seopress.org/" target="_blank">
752
  <div class="seopress-wizard-next-step-description">
753
  <p class="next-step-heading"><?php esc_html_e("Next step","wp-seopress"); ?></p>
754
  <h3 class="next-step-description"><?php esc_html_e("Create your XML sitemaps","wp-seopress"); ?></h3>
755
+ <p class="next-step-extra-info"><?php esc_html_e("Build custom XML sitemaps to improve Google's crawling of your site.","wp-seopress"); ?></p>
756
  </div>
757
  <div class="seopress-wizard-next-step-action">
758
  <p class="seopress-setup-actions step">
inc/admin/admin.php CHANGED
@@ -544,7 +544,6 @@ class seopress_options
544
  'tab_seopress_google_analytics_events' => __( "Events", "wp-seopress" ),
545
  'tab_seopress_google_analytics_custom_dimensions' => __( "Custom Dimensions", "wp-seopress" ),
546
  'tab_seopress_google_analytics_dashboard' => __( "Stats in Dashboard", "wp-seopress" ),
547
- //'tab_seopress_google_analytics_e_commerce' => __( "E-commerce", "wp-seopress" ),
548
  );
549
  } else {
550
  $plugin_settings_tabs = array(
@@ -566,8 +565,7 @@ class seopress_options
566
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_google_analytics_custom_dimensions') { echo 'active'; } ?>" id="tab_seopress_google_analytics_custom_dimensions"><?php do_settings_sections( 'seopress-settings-admin-google-analytics-custom-dimensions' ); ?></div>
567
  <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
568
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_google_analytics_dashboard') { echo 'active'; } ?>" id="tab_seopress_google_analytics_dashboard"><?php do_settings_sections( 'seopress-settings-admin-google-analytics-dashboard' ); ?></div>
569
- <!-- <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_google_analytics_e_commerce') { echo 'active'; } ?>" id="tab_seopress_google_analytics_e_commerce"><?php do_settings_sections( 'seopress-settings-admin-google-analytics-e-commerce' ); ?></div>
570
- --> <?php } ?>
571
  </div>
572
 
573
  <?php submit_button(); ?>
@@ -787,72 +785,77 @@ class seopress_options
787
  </div>
788
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_redirects') { echo 'active'; } ?>" id="tab_seopress_tool_redirects">
789
  <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
790
- <div id="section-import-redirects" class="postbox section-tool">
791
- <div class="inside">
792
- <h3><span><?php _e( 'Import Redirections', 'wp-seopress' ); ?></span></h3>
793
- <p><?php _e( 'Import your own redirections from a .csv file (separator ";"). You must have 5 columns in this order: <ul><li>url to match (without your domain name), </li><li>url to redirect in absolute, </li><li>type of redirection (301, 302 or 307), </li><li>yes to enable the redirect (leave it empty to disable the redirect) </li><li>and the last one the query parameter ("exact_match" = Exact match with all parameters, "without_param" = Exclude all parameters or "with_ignored_param" = Exclude all parameters and pass them to the redirection).</li></ul>', 'wp-seopress' ); ?></p>
794
- <p>
795
- <a href="https://www.seopress.org/wp-content/uploads/csv/seopress-redirections-example.csv" target="_blank">
796
- <?php _e('Download a CSV example','wp-seopress'); ?>
797
- </a>
798
- </p>
799
- <form method="post" enctype="multipart/form-data">
800
- <p>
801
- <input type="file" name="import_file"/>
802
- </p>
803
- <p>
804
- <input type="hidden" name="seopress_action" value="import_redirections_settings" />
805
- <?php wp_nonce_field( 'seopress_import_redirections_nonce', 'seopress_import_redirections_nonce' ); ?>
806
- <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
807
- </p>
808
- </form>
809
- </div><!-- .inside -->
810
- </div><!-- .postbox -->
811
- <div id="section-import-redirects-plugin" class="postbox section-tool">
812
- <div class="inside">
813
- <h3><span><?php _e( 'Import Redirections from Redirections plugin', 'wp-seopress' ); ?></span></h3>
814
- <p><?php _e( 'Import your own redirections from a .json file generated by the Redirections plugin. Note that we do not support certain options like regex. Make sure you don\'t have duplicates between your file and existing redirects to avoid conflicts.', 'wp-seopress' ); ?></p>
815
- <form method="post" enctype="multipart/form-data">
816
- <p>
817
- <input type="file" name="import_file"/>
818
- </p>
819
- <p>
820
- <input type="hidden" name="seopress_action" value="import_redirections_plugin_settings" />
821
- <?php wp_nonce_field( 'seopress_import_redirections_plugin_nonce', 'seopress_import_redirections_plugin_nonce' ); ?>
822
- <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
823
- </p>
824
- </form>
825
- </div><!-- .inside -->
826
- </div><!-- .postbox -->
827
- <div id="section-import-yoast-redirects" class="postbox section-tool">
828
- <div class="inside">
829
- <h3><span><?php _e( 'Import Redirections from Yoast Premium', 'wp-seopress' ); ?></span></h3>
830
- <p><?php _e( 'Import your own redirections from a .csv file generated by Yoast Premium. Note that we do not support certain options like regex. Make sure you don\'t have duplicates between your file and existing redirects to avoid conflicts.', 'wp-seopress' ); ?></p>
831
- <form method="post" enctype="multipart/form-data">
832
  <p>
833
- <input type="file" name="import_file"/>
 
 
834
  </p>
835
- <p>
836
- <input type="hidden" name="seopress_action" value="import_yoast_redirections" />
837
- <?php wp_nonce_field( 'seopress_import_yoast_redirections_nonce', 'seopress_import_yoast_redirections_nonce' ); ?>
838
- <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
839
- </p>
840
- </form>
841
- </div><!-- .inside -->
842
- </div><!-- .postbox -->
843
- <div id="section-export-redirects" class="postbox section-tool">
844
- <div class="inside">
845
- <h3><span><?php _e( 'Export Redirections', 'wp-seopress' ); ?></span></h3>
846
- <p><?php _e( 'Export all redirections for this site as a .csv file. This allows you to easily import the redirections into another site, to Excel / Google Sheets...', 'wp-seopress' ); ?></p>
847
- <form method="post">
848
- <p><input type="hidden" name="seopress_action" value="export_redirections" /></p>
849
- <p>
850
- <?php wp_nonce_field( 'seopress_export_redirections_nonce', 'seopress_export_redirections_nonce' ); ?>
851
- <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
852
- </p>
853
- </form>
854
- </div><!-- .inside -->
855
- </div><!-- .postbox -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
  <?php } ?>
857
  </div>
858
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_reset') { echo 'active'; } ?>" id="tab_seopress_tool_reset">
@@ -996,7 +999,7 @@ class seopress_options
996
  <div id="notice-wizard-alert" class="seopress-alert deleteable">
997
  <p>
998
  <span class="dashicons dashicons-warning"></span>
999
- <strong><?php _e('Configure SEOPress in a few minutes thanks to our installation wizard','wp-seopress'); ?></strong>
1000
  </p>
1001
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-setup' ); ?>"><?php _e('Start the wizard','wp-seopress'); ?></a>
1002
  <span name="notice-wizard" id="notice-wizard" class="dashicons dashicons-trash remove-notice" data-notice="notice-wizard"></span>
@@ -1042,7 +1045,7 @@ class seopress_options
1042
  <div class="seopress-alert">
1043
  <p>
1044
  <span class="dashicons dashicons-warning"></span>
1045
- <?php _e('We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1046
  </p>
1047
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#yoast-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1048
  </div>
@@ -1051,7 +1054,7 @@ class seopress_options
1051
  <div class="seopress-alert">
1052
  <p>
1053
  <span class="dashicons dashicons-warning"></span>
1054
- <?php _e('We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1055
  </p>
1056
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#aio-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1057
  </div>
@@ -1060,7 +1063,7 @@ class seopress_options
1060
  <div class="seopress-alert">
1061
  <p>
1062
  <span class="dashicons dashicons-warning"></span>
1063
- <?php _e('We notice that you use another SEO plugin. <br>Do not use multiple SEO plugins at once to avoid conflicts!','wp-seopress'); ?>
1064
  </p>
1065
  </div>
1066
  <?php } ?>
@@ -1070,7 +1073,7 @@ class seopress_options
1070
  <div class="seopress-alert">
1071
  <p>
1072
  <span class="dashicons dashicons-warning"></span>
1073
- <?php _e('You have enabled 404 cleaning BUT the scheduled task is not running. <br>To solve this, please disable and enable SEOPress PRO.','wp-seopress'); ?>
1074
  </p>
1075
  </div>
1076
  <?php }
@@ -1383,63 +1386,6 @@ class seopress_options
1383
 
1384
  <span id="spinner-reverse" class="spinner"></span>
1385
  </div>
1386
-
1387
- <!-- Alexa -->
1388
- <div class="widget widget-alexa">
1389
- <h3 class="widget-title"><span class="dashicons dashicons-chart-area"></span><?php _e('Check your Alexa Rank (Amazon index)','wp-seopress'); ?></h3>
1390
-
1391
- <?php
1392
- if ( get_transient( 'seopress_results_alexa_rank' ) !='' ) {
1393
- echo '<div class="wrap-alexa-rank">';
1394
- $seopress_results_alexa_rank = get_transient( 'seopress_results_alexa_rank' );
1395
-
1396
- $seopress_alexa_rank_xml = simplexml_load_string($seopress_results_alexa_rank);
1397
- $seopress_alexa_rank_reach = $seopress_alexa_rank_xml->SD->REACH['RANK'];
1398
- $seopress_alexa_rank_delta = $seopress_alexa_rank_xml->SD->RANK['DELTA'];
1399
- $seopress_alexa_rank_country = $seopress_alexa_rank_xml->SD->COUNTRY['NAME'];
1400
- $seopress_alexa_rank_country_rank = $seopress_alexa_rank_xml->SD->COUNTRY['RANK'];
1401
-
1402
- if ($seopress_alexa_rank_reach !='') {
1403
- echo '<span class="seopress_alexa_rank_reach">
1404
- <span class="highlight">'.__('Your Alexa Rank','wp-seopress').'</span>'
1405
- .$seopress_alexa_rank_reach.'
1406
- </span>';
1407
- }
1408
- if ($seopress_alexa_rank_delta !='') {
1409
-
1410
- $seopress_alexa_rank_delta_sign = substr($seopress_alexa_rank_delta, 0, 1);
1411
- $seopress_alexa_rank_delta_num = substr($seopress_alexa_rank_delta, 1, 9999);
1412
-
1413
- if ($seopress_alexa_rank_delta_sign =='+') {
1414
- $seopress_alexa_rank_delta_css = '<span class="plus"><span class="dashicons dashicons-plus"></span></span>';
1415
- } elseif ($seopress_alexa_rank_delta_sign =='-') {
1416
- $seopress_alexa_rank_delta_css = '<span class="minus"><span class="dashicons dashicons-minus"></span></span>';
1417
- }
1418
-
1419
- echo '<span class="seopress_alexa_rank_delta">
1420
- '.$seopress_alexa_rank_delta_css.$seopress_alexa_rank_delta_num.'
1421
- </span>';
1422
- }
1423
-
1424
- if ($seopress_alexa_rank_country !='') {
1425
- echo '<span class="seopress_alexa_rank_country">
1426
- <span class="highlight">'.__('Country Rank: ','wp-seopress').'</span>
1427
- '.$seopress_alexa_rank_country.'
1428
- </span>';
1429
- }
1430
- if ($seopress_alexa_rank_country_rank !='') {
1431
- echo '<span class="seopress_alexa_rank_country_rank"> - '.$seopress_alexa_rank_country_rank.'</span>';
1432
- }
1433
- echo '</div>';
1434
-
1435
- echo '<p><em>'._e('The lower, the best','wp-seopress').'</em></p>';
1436
- }
1437
- ?>
1438
-
1439
- <button id="seopress-request-alexa-rank" class="button-primary button" name="clear"><?php _e('Get Alexa Rank','wp-seopress'); ?></button>
1440
-
1441
- <span id="spinner-alexa" class="spinner"></span>
1442
- </div>
1443
  </div>
1444
  <?php } ?>
1445
  <div id="tab_seopress_links" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_links') { echo 'active'; } ?>">
@@ -1757,6 +1703,7 @@ class seopress_options
1757
  <h3><?php _e('Structured Data Types','wp-seopress'); ?></h3>
1758
  <p><?php _e('Add data types to your content: articles, courses, recipes, videos, events and products','wp-seopress'); ?></p>
1759
  <a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets$9' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
 
1760
  <?php
1761
  if(seopress_get_toggle_rich_snippets_option()=='1') {
1762
  $seopress_get_toggle_rich_snippets_option = '"1"';
@@ -1964,6 +1911,24 @@ class seopress_options
1964
  <p><?php _e('Scan your site to find SEO problems.','wp-seopress'); ?></p>
1965
  <a class="button-secondary view-redirects" href="<?php echo admin_url( 'edit.php?post_type=seopress_bot' ); ?>"><?php _e('See broken links','wp-seopress'); ?></a>
1966
  <a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-bot-batch' ); ?>"><?php _e('Scan','wp-seopress'); ?></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1967
  </span>
1968
  </div>
1969
  <div class="seopress-feature">
@@ -2844,12 +2809,20 @@ class seopress_options
2844
 
2845
  add_settings_field(
2846
  'seopress_google_analytics_other_tracking', // ID
2847
- __("Add an additional tracking code (like Facebook Pixel, Hotjar...)","wp-seopress"), // Title
2848
  array( $this, 'seopress_google_analytics_other_tracking_callback' ), // Callback
2849
  'seopress-settings-admin-google-analytics-features', // Page
2850
  'seopress_setting_section_google_analytics_features' // Section
2851
  );
2852
 
 
 
 
 
 
 
 
 
2853
  add_settings_field(
2854
  'seopress_google_analytics_remarketing', // ID
2855
  __("Enable remarketing, demographics, and interests reporting","wp-seopress"), // Title
@@ -3009,7 +2982,7 @@ class seopress_options
3009
 
3010
  add_settings_field(
3011
  'seopress_advanced_advanced_attachments_file', // ID
3012
- __("Redirect attachment pages to the file URL","wp-seopress"), // Title
3013
  array( $this, 'seopress_advanced_advanced_attachments_file_callback' ), // Callback
3014
  'seopress-settings-admin-advanced-advanced', // Page
3015
  'seopress_setting_section_advanced_advanced' // Section
@@ -3339,7 +3312,7 @@ class seopress_options
3339
  public function sanitize( $input )
3340
  {
3341
 
3342
- $seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', 'seopress_social_accounts_pinterest', 'seopress_social_accounts_instagram', 'seopress_social_accounts_youtube', 'seopress_social_accounts_linkedin', 'seopress_social_accounts_myspace', 'seopress_social_accounts_soundcloud', 'seopress_social_accounts_tumblr', 'seopress_social_facebook_link_ownership_id', 'seopress_social_facebook_admin_id', 'seopress_social_facebook_app_id', 'seopress_google_analytics_ua', 'seopress_google_analytics_download_tracking','seopress_google_analytics_opt_out_msg', 'seopress_google_analytics_opt_out_msg_ok', 'seopress_google_analytics_other_tracking', 'seopress_google_analytics_optimize', 'seopress_google_analytics_ads','seopress_google_analytics_cross_domain' );
3343
 
3344
  $seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
3345
 
@@ -3352,7 +3325,7 @@ class seopress_options
3352
  'a' => array('href' => array(), 'target' => array())
3353
  );
3354
  $input[$value] = wp_kses($input[$value], $args);
3355
- } elseif (!empty( $input['seopress_google_analytics_other_tracking'] ) && $value =='seopress_google_analytics_other_tracking') {
3356
  $input[$value] = $input[$value]; //No sanitization for this field
3357
  } elseif( !empty( $input[$value] ) ) {
3358
  $input[$value] = sanitize_text_field( $input[$value] );
@@ -3379,7 +3352,7 @@ class seopress_options
3379
 
3380
  public function print_section_info_titles()
3381
  {
3382
- print __('<p>Customize your titles & metas for homepage</p>', 'wp-seopress');
3383
  }
3384
 
3385
  public function print_section_info_single()
@@ -3485,7 +3458,7 @@ class seopress_options
3485
 
3486
  public function print_section_info_social_accounts()
3487
  {
3488
- print __('<p>Link your site with your social accounts. Use markup on your website to add your social profile information to a Google Knowledge panel. Knowledge panels prominently display your social profile information in some Google Search results. Filling in these fields does not guarantee the display of this data in search results. It may take a long time to see these social networking links.</p>', 'wp-seopress');
3489
  echo '<img src="'.plugins_url('assets/img/help/google-knowledge-graph-social.png', dirname(dirname(__FILE__))).'" class="help-social">';
3490
  }
3491
 
@@ -3493,7 +3466,7 @@ class seopress_options
3493
  {
3494
  print __('<p>Manage Open Graph data.</p>', 'wp-seopress');
3495
 
3496
- echo __('<p>We generate the <strong>og:image</strong> meta following this order:</p>','wp-seopress');
3497
 
3498
  echo '
3499
  <ol>
@@ -3508,7 +3481,7 @@ class seopress_options
3508
  {
3509
  print __('<p>Manage your Twitter card.</p>', 'wp-seopress');
3510
 
3511
- echo __('<p>We generate the <strong>twitter:image</strong> meta following this order:</p>','wp-seopress');
3512
 
3513
  echo '
3514
  <ol>
@@ -3588,6 +3561,7 @@ class seopress_options
3588
  esc_html( $this->options['seopress_titles_home_site_title'])
3589
  );
3590
  echo '<div class="wrap-tags"><span id="seopress-tag-site-title" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
 
3591
  echo '<span id="seopress-tag-site-desc" data-tag="%%tagline%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Tagline','wp-seopress').'</span>';
3592
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3593
  }
@@ -3624,11 +3598,14 @@ class seopress_options
3624
 
3625
  echo "<script>
3626
  jQuery(document).ready(function($) {
3627
- jQuery('#seopress-tag-single-title-".$seopress_cpt_key."').click(function() {
3628
- jQuery('#seopress_titles_single_titles_".$seopress_cpt_key."').val(jQuery('#seopress_titles_single_titles_".$seopress_cpt_key."').val() + ' ' + jQuery('#seopress-tag-single-title-".$seopress_cpt_key."').attr('data-tag'));
3629
  });
3630
- jQuery('#seopress-tag-single-sitetitle-".$seopress_cpt_key."').click(function() {
3631
- jQuery('#seopress_titles_single_titles_".$seopress_cpt_key."').val(jQuery('#seopress_titles_single_titles_".$seopress_cpt_key."').val() + ' ' + jQuery('#seopress-tag-single-sitetitle-".$seopress_cpt_key."').attr('data-tag'));
 
 
 
3632
  });
3633
  });
3634
  </script>";
@@ -3640,6 +3617,8 @@ class seopress_options
3640
 
3641
  echo '<div class="wrap-tags"><span id="seopress-tag-single-title-'.$seopress_cpt_key.'" data-tag="%%post_title%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Title','wp-seopress').'</span>';
3642
 
 
 
3643
  echo '<span id="seopress-tag-single-sitetitle-'.$seopress_cpt_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3644
 
3645
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
@@ -3717,6 +3696,25 @@ class seopress_options
3717
  }
3718
 
3719
  echo '</div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3720
  }
3721
  }
3722
 
@@ -3737,11 +3735,14 @@ class seopress_options
3737
 
3738
  echo "<script>
3739
  jQuery(document).ready(function($) {
3740
- jQuery('#seopress-tag-tax-title-".$seopress_tax_key."').click(function() {
3741
- jQuery('#seopress_titles_tax_titles_".$seopress_tax_key."').val(jQuery('#seopress_titles_tax_titles_".$seopress_tax_key."').val() + ' ' + jQuery('#seopress-tag-tax-title-".$seopress_tax_key."').attr('data-tag'));
3742
  });
3743
- jQuery('#seopress-tag-tax-sitetitle-".$seopress_tax_key."').click(function() {
3744
- jQuery('#seopress_titles_tax_titles_".$seopress_tax_key."').val(jQuery('#seopress_titles_tax_titles_".$seopress_tax_key."').val() + ' ' + jQuery('#seopress-tag-tax-sitetitle-".$seopress_tax_key."').attr('data-tag'));
 
 
 
3745
  });
3746
  });
3747
  </script>";
@@ -3759,6 +3760,8 @@ class seopress_options
3759
  echo '<div class="wrap-tags"><span id="seopress-tag-tax-title-'.$seopress_tax_key.'" data-tag="%%term_title%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Term Title','wp-seopress').'</span>';
3760
  }
3761
 
 
 
3762
  echo '<span id="seopress-tag-tax-sitetitle-'.$seopress_tax_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3763
 
3764
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
@@ -3861,11 +3864,14 @@ class seopress_options
3861
 
3862
  echo "<script>
3863
  jQuery(document).ready(function($) {
3864
- jQuery('#seopress-tag-archive-title-".$seopress_cpt_key."').click(function() {
3865
- jQuery('#seopress_titles_archive_titles_".$seopress_cpt_key."').val(jQuery('#seopress_titles_archive_titles_".$seopress_cpt_key."').val() + ' ' + jQuery('#seopress-tag-archive-title-".$seopress_cpt_key."').attr('data-tag'));
3866
  });
3867
- jQuery('#seopress-tag-archive-sitetitle-".$seopress_cpt_key."').click(function() {
3868
- jQuery('#seopress_titles_archive_titles_".$seopress_cpt_key."').val(jQuery('#seopress_titles_archive_titles_".$seopress_cpt_key."').val() + ' ' + jQuery('#seopress-tag-archive-sitetitle-".$seopress_cpt_key."').attr('data-tag'));
 
 
 
3869
  });
3870
  });
3871
  </script>";
@@ -3877,6 +3883,8 @@ class seopress_options
3877
 
3878
  echo '<div class="wrap-tags"><span id="seopress-tag-archive-title-'.$seopress_cpt_key.'" data-tag="%%cpt_plural%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Type Archive Name','wp-seopress').'</span>';
3879
 
 
 
3880
  echo '<span id="seopress-tag-archive-sitetitle-'.$seopress_cpt_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3881
 
3882
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
@@ -3954,6 +3962,7 @@ class seopress_options
3954
  );
3955
 
3956
  echo '<div class="wrap-tags"><span id="seopress-tag-post-author" data-tag="%%post_author%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post author','wp-seopress').'</span>';
 
3957
  echo '<span id="seopress-tag-site-title-author" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3958
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3959
 
@@ -4024,6 +4033,7 @@ class seopress_options
4024
  );
4025
 
4026
  echo '<div class="wrap-tags"><span id="seopress-tag-archive-date" data-tag="%%archive_date%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Date archives','wp-seopress').'</span>';
 
4027
  echo '<span id="seopress-tag-site-title-date" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
4028
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
4029
 
@@ -4093,6 +4103,7 @@ class seopress_options
4093
  );
4094
 
4095
  echo '<div class="wrap-tags"><span id="seopress-tag-search-keywords" data-tag="%%search_keywords%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Search Keywords','wp-seopress').'</span>';
 
4096
  echo '<span id="seopress-tag-site-title-search" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
4097
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
4098
 
@@ -4144,8 +4155,8 @@ class seopress_options
4144
 
4145
  );
4146
  echo '<div class="wrap-tags"><span id="seopress-tag-site-title-404" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
 
4147
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
4148
-
4149
  }
4150
 
4151
  public function seopress_titles_archives_404_desc_callback()
@@ -4290,7 +4301,7 @@ class seopress_options
4290
 
4291
  echo '<label for="seopress_titles_nositelinkssearchbox">'. __( 'nositelinkssearchbox', 'wp-seopress' ) .'</label>';
4292
 
4293
- echo '<p class="description">'.__('Prevent Google to display a sitelinks searchbox in search results.','wp-seopress').'</p>';
4294
 
4295
  if (isset($this->options['seopress_titles_nositelinkssearchbox'])) {
4296
  esc_attr( $this->options['seopress_titles_nositelinkssearchbox']);
@@ -4652,7 +4663,7 @@ class seopress_options
4652
 
4653
  <input id="seopress_social_knowledge_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />';
4654
 
4655
- echo '<p class="description">'.__('JPG, PNG or GIF allowed.', 'wp-seopress').'</p>';
4656
 
4657
  if (isset($this->options['seopress_social_knowledge_img'])) {
4658
  esc_attr( $this->options['seopress_social_knowledge_img']);
@@ -5154,7 +5165,7 @@ class seopress_options
5154
  '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_optimize]" placeholder="'.esc_html__('Enter your Google Optimize container ID','wp-seopress').'" value="%s" aria-label="'.__('GTM-XXXXXXX','wp-seopress').'"/>',
5155
  esc_html($check));
5156
 
5157
- echo '<p class="description">'.__('Google Optimize offers A/B testing, website testing & personalization tools.','wp-seopress').'<a href="https://marketingplatform.google.com/about/optimize/" target="_blank">'.__('Learn more','wp-seopress').'</a></p>';
5158
  }
5159
 
5160
  public function seopress_google_analytics_ads_callback()
@@ -5162,7 +5173,7 @@ class seopress_options
5162
  $check = isset($this->options['seopress_google_analytics_ads']) ? $this->options['seopress_google_analytics_ads'] : NULL;
5163
 
5164
  printf(
5165
- '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_ads]" placeholder="'.esc_html__('Enter your Google Ads conversion ID (eg: AW-123456789','wp-seopress').'" value="%s" aria-label="'.__('AW-XXXXXXXXX','wp-seopress').'"/>',
5166
  esc_html($check));
5167
  }
5168
 
@@ -5171,12 +5182,23 @@ class seopress_options
5171
  $check = isset($this->options['seopress_google_analytics_other_tracking']) ? $this->options['seopress_google_analytics_other_tracking'] : NULL;
5172
 
5173
  printf(
5174
- '<textarea id="seopress_google_analytics_other_tracking" name="seopress_google_analytics_option_name[seopress_google_analytics_other_tracking]" rows="16" placeholder="'.esc_html__('Paste your tracking code here','wp-seopress').'" aria-label="'.__('Additional tracking code field','wp-seopress').'">%s</textarea>',
5175
  esc_textarea($check));
5176
 
5177
  echo '<p class="description">'.__('This code will be added in the head section of your page.','wp-seopress').'</a></p>';
5178
  }
5179
 
 
 
 
 
 
 
 
 
 
 
 
5180
  public function seopress_google_analytics_remarketing_callback()
5181
  {
5182
  $options = get_option( 'seopress_google_analytics_option_name' );
@@ -5266,7 +5288,7 @@ class seopress_options
5266
  $check = isset($this->options['seopress_google_analytics_cross_domain']) ? $this->options['seopress_google_analytics_cross_domain'] : NULL;
5267
 
5268
  printf(
5269
- '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_cross_domain]" placeholder="'.esc_html__('Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org','wp-seopress').'" value="%s" aria-label="'.__('Cross domains','wp-seopress').'"/>',
5270
  esc_html($check)
5271
 
5272
  );
@@ -5764,9 +5786,9 @@ class seopress_options
5764
  if ('1' == $check) echo 'checked="yes"';
5765
  echo ' value="1"/>';
5766
 
5767
- echo '<label for="seopress_advanced_advanced_attachments_file">'. __( 'Redirect attachment pages to the file URL (https://www.example.com/my-image-file.jpg)', 'wp-seopress' ) .'</label>';
5768
 
5769
- echo '<p class="description">'.__('If this option is checked, it will take precedence over the redirection of attachments to the post parent.','wp-seopress').'</p>';
5770
 
5771
  if (isset($this->options['seopress_advanced_advanced_attachments_file'])) {
5772
  esc_attr( $this->options['seopress_advanced_advanced_attachments_file']);
@@ -6390,7 +6412,7 @@ class seopress_options
6390
  }
6391
  }
6392
  ?>
6393
- <a href="<?php echo $seopress_docs_link['support']['security']['metaboxe_seo']; ?>" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span><span class="screen-reader-text"><?php _e('Hook to filter Structured data types metabox call by post type - new window','wp-seopress'); ?></span></a>
6394
  <?php
6395
  }
6396
 
@@ -6425,7 +6447,7 @@ class seopress_options
6425
  }
6426
  }
6427
  ?>
6428
- <a href="<?php echo $seopress_docs_link['support']['security']['metaboxe_ca']; ?>" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span><span class="screen-reader-text"><?php _e('Hook to filter Structured data types metabox call by post type - new window','wp-seopress'); ?></span></a>
6429
  <?php
6430
  }
6431
  }
544
  'tab_seopress_google_analytics_events' => __( "Events", "wp-seopress" ),
545
  'tab_seopress_google_analytics_custom_dimensions' => __( "Custom Dimensions", "wp-seopress" ),
546
  'tab_seopress_google_analytics_dashboard' => __( "Stats in Dashboard", "wp-seopress" ),
 
547
  );
548
  } else {
549
  $plugin_settings_tabs = array(
565
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_google_analytics_custom_dimensions') { echo 'active'; } ?>" id="tab_seopress_google_analytics_custom_dimensions"><?php do_settings_sections( 'seopress-settings-admin-google-analytics-custom-dimensions' ); ?></div>
566
  <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
567
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_google_analytics_dashboard') { echo 'active'; } ?>" id="tab_seopress_google_analytics_dashboard"><?php do_settings_sections( 'seopress-settings-admin-google-analytics-dashboard' ); ?></div>
568
+ <?php } ?>
 
569
  </div>
570
 
571
  <?php submit_button(); ?>
785
  </div>
786
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_redirects') { echo 'active'; } ?>" id="tab_seopress_tool_redirects">
787
  <?php if (is_plugin_active('wp-seopress-pro/seopress-pro.php')) { ?>
788
+ <?php if(seopress_get_toggle_404_option()=='1') { ?>
789
+ <div id="section-import-redirects" class="postbox section-tool">
790
+ <div class="inside">
791
+ <h3><span><?php _e( 'Import Redirections', 'wp-seopress' ); ?></span></h3>
792
+ <p><?php _e( 'Import your own redirections from a .csv file (separator ";"). You must have 5 columns in this order: <ul><li>URL to match (without your domain name), </li><li>URL to redirect in absolute, </li><li>type of redirection (301, 302 or 307), </li><li>Yes to enable the redirect (leave it empty to disable the redirect) </li><li>and, last, the query parameter ("exact_match" = Exact match with all parameters, "without_param" = Exclude all parameters or "with_ignored_param" = Exclude all parameters and pass them to the redirection).</li></ul>', 'wp-seopress' ); ?></p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
  <p>
794
+ <a href="https://www.seopress.org/wp-content/uploads/csv/seopress-redirections-example.csv" target="_blank">
795
+ <?php _e('Download a CSV example','wp-seopress'); ?>
796
+ </a>
797
  </p>
798
+ <form method="post" enctype="multipart/form-data">
799
+ <p>
800
+ <input type="file" name="import_file"/>
801
+ </p>
802
+ <p>
803
+ <input type="hidden" name="seopress_action" value="import_redirections_settings" />
804
+ <?php wp_nonce_field( 'seopress_import_redirections_nonce', 'seopress_import_redirections_nonce' ); ?>
805
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
806
+ </p>
807
+ </form>
808
+ </div><!-- .inside -->
809
+ </div><!-- .postbox -->
810
+ <div id="section-import-redirects-plugin" class="postbox section-tool">
811
+ <div class="inside">
812
+ <h3><span><?php _e( 'Import Redirections from the Redirections plugin', 'wp-seopress' ); ?></span></h3>
813
+ <p><?php _e( 'Import your own redirections from a .json file generated by the Redirections plugin. Note that we do not support certain options, like regex. To avoid conflicts, make sure there are no duplicates between your file and existing redirects.', 'wp-seopress' ); ?></p>
814
+ <form method="post" enctype="multipart/form-data">
815
+ <p>
816
+ <input type="file" name="import_file"/>
817
+ </p>
818
+ <p>
819
+ <input type="hidden" name="seopress_action" value="import_redirections_plugin_settings" />
820
+ <?php wp_nonce_field( 'seopress_import_redirections_plugin_nonce', 'seopress_import_redirections_plugin_nonce' ); ?>
821
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
822
+ </p>
823
+ </form>
824
+ </div><!-- .inside -->
825
+ </div><!-- .postbox -->
826
+ <div id="section-import-yoast-redirects" class="postbox section-tool">
827
+ <div class="inside">
828
+ <h3><span><?php _e( 'Import Redirections from Yoast Premium', 'wp-seopress' ); ?></span></h3>
829
+ <p><?php _e( 'Import your own redirections from a .csv file generated by Yoast Premium. Note that we don\'t support certain options, like regex. To avoid conflicts, make sure there are no duplicates between your file and existing redirects.', 'wp-seopress' ); ?></p>
830
+ <form method="post" enctype="multipart/form-data">
831
+ <p>
832
+ <input type="file" name="import_file"/>
833
+ </p>
834
+ <p>
835
+ <input type="hidden" name="seopress_action" value="import_yoast_redirections" />
836
+ <?php wp_nonce_field( 'seopress_import_yoast_redirections_nonce', 'seopress_import_yoast_redirections_nonce' ); ?>
837
+ <?php submit_button( __( 'Import', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
838
+ </p>
839
+ </form>
840
+ </div><!-- .inside -->
841
+ </div><!-- .postbox -->
842
+ <div id="section-export-redirects" class="postbox section-tool">
843
+ <div class="inside">
844
+ <h3><span><?php _e( 'Export Redirections', 'wp-seopress' ); ?></span></h3>
845
+ <p><?php _e( 'Export all redirections for this site as a .csv file. This allows you to easily import the redirections into another site, to Excel / Google Sheets...', 'wp-seopress' ); ?></p>
846
+ <form method="post">
847
+ <p><input type="hidden" name="seopress_action" value="export_redirections" /></p>
848
+ <p>
849
+ <?php wp_nonce_field( 'seopress_export_redirections_nonce', 'seopress_export_redirections_nonce' ); ?>
850
+ <?php submit_button( __( 'Export', 'wp-seopress' ), 'secondary', 'submit', false ); ?>
851
+ </p>
852
+ </form>
853
+ </div><!-- .inside -->
854
+ </div><!-- .postbox -->
855
+ <?php } else { ?>
856
+ <p><?php _e('Redirections feature is disabled. Please activate it from the PRO page.','wp-seopress'); ?></p>
857
+ <a href="<?php echo admin_url( 'admin.php?page=seopress-pro-page' ); ?>"><?php _e('Activate Redirections','wp-seopress'); ?></a>
858
+ <?php } ?>
859
  <?php } ?>
860
  </div>
861
  <div class="seopress-tab <?php if ($current_tab == 'tab_seopress_tool_reset') { echo 'active'; } ?>" id="tab_seopress_tool_reset">
999
  <div id="notice-wizard-alert" class="seopress-alert deleteable">
1000
  <p>
1001
  <span class="dashicons dashicons-warning"></span>
1002
+ <strong><?php _e('Configure SEOPress in a few minutes with our installation wizard','wp-seopress'); ?></strong>
1003
  </p>
1004
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-setup' ); ?>"><?php _e('Start the wizard','wp-seopress'); ?></a>
1005
  <span name="notice-wizard" id="notice-wizard" class="dashicons dashicons-trash remove-notice" data-notice="notice-wizard"></span>
1045
  <div class="seopress-alert">
1046
  <p>
1047
  <span class="dashicons dashicons-warning"></span>
1048
+ <?php _e('We noticed that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1049
  </p>
1050
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#yoast-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1051
  </div>
1054
  <div class="seopress-alert">
1055
  <p>
1056
  <span class="dashicons dashicons-warning"></span>
1057
+ <?php _e('We noticed that you use <strong>All In One SEO Pack</strong> plugin. <br>Do you want to migrate all your posts metadata to SEOPress?','wp-seopress'); ?>
1058
  </p>
1059
  <a class="button-primary" href="<?php echo admin_url( 'admin.php?page=seopress-import-export#aio-migration-tool' ); ?>"><?php _e('Migrate!','wp-seopress'); ?></a>
1060
  </div>
1063
  <div class="seopress-alert">
1064
  <p>
1065
  <span class="dashicons dashicons-warning"></span>
1066
+ <?php _e('We noticed that you use another SEO plugin. <br>Do not use multiple SEO plugins at once to avoid conflicts!','wp-seopress'); ?>
1067
  </p>
1068
  </div>
1069
  <?php } ?>
1073
  <div class="seopress-alert">
1074
  <p>
1075
  <span class="dashicons dashicons-warning"></span>
1076
+ <?php _e('You have enabled 404 cleaning BUT the scheduled task is not running. <br>To solve this, please disable and re-enable SEOPress PRO.','wp-seopress'); ?>
1077
  </p>
1078
  </div>
1079
  <?php }
1386
 
1387
  <span id="spinner-reverse" class="spinner"></span>
1388
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1389
  </div>
1390
  <?php } ?>
1391
  <div id="tab_seopress_links" class="seopress-tab seopress-useful-tools <?php if ($current_tab == 'tab_seopress_links') { echo 'active'; } ?>">
1703
  <h3><?php _e('Structured Data Types','wp-seopress'); ?></h3>
1704
  <p><?php _e('Add data types to your content: articles, courses, recipes, videos, events and products','wp-seopress'); ?></p>
1705
  <a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-pro-page#tab=tab_seopress_rich_snippets$9' ); ?>"><?php _e('Manage','wp-seopress'); ?></a>
1706
+ <a class="button-secondary view-redirects" href="<?php echo admin_url( 'edit.php?post_type=seopress_schemas' ); ?>"><?php _e('See schemas','wp-seopress'); ?></a>
1707
  <?php
1708
  if(seopress_get_toggle_rich_snippets_option()=='1') {
1709
  $seopress_get_toggle_rich_snippets_option = '"1"';
1911
  <p><?php _e('Scan your site to find SEO problems.','wp-seopress'); ?></p>
1912
  <a class="button-secondary view-redirects" href="<?php echo admin_url( 'edit.php?post_type=seopress_bot' ); ?>"><?php _e('See broken links','wp-seopress'); ?></a>
1913
  <a class="button-secondary" href="<?php echo admin_url( 'admin.php?page=seopress-bot-batch' ); ?>"><?php _e('Scan','wp-seopress'); ?></a>
1914
+ <?php
1915
+ if(seopress_get_toggle_bot_option()=='1') {
1916
+ $seopress_get_toggle_bot_option = '"1"';
1917
+ } else {
1918
+ $seopress_get_toggle_bot_option = '"0"';
1919
+ }
1920
+ ?>
1921
+ <input type="checkbox" name="toggle-bot" id="toggle-bot" class="toggle" data-toggle=<?php echo $seopress_get_toggle_bot_option; ?>>
1922
+ <label for="toggle-bot"></label>
1923
+ <?php
1924
+ if(seopress_get_toggle_bot_option()=='1') {
1925
+ echo '<span id="bot-state-default" class="feature-state"><span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to disable this feature','wp-seopress').'</span>';
1926
+ echo '<span id="bot-state" class="feature-state feature-state-off"><span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to enable this feature','wp-seopress').'</span>';
1927
+ } else {
1928
+ echo '<span id="bot-state-default" class="feature-state"><span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to enable this feature','wp-seopress').'</span>';
1929
+ echo '<span id="bot-state" class="feature-state feature-state-off"><span class="dashicons dashicons-arrow-left-alt"></span>'.__('Click to disable this feature','wp-seopress').'</span>';
1930
+ }
1931
+ ?>
1932
  </span>
1933
  </div>
1934
  <div class="seopress-feature">
2809
 
2810
  add_settings_field(
2811
  'seopress_google_analytics_other_tracking', // ID
2812
+ __("[HEAD] Add an additional tracking code (like GTM, Facebook Pixel, Hotjar...)","wp-seopress"), // Title
2813
  array( $this, 'seopress_google_analytics_other_tracking_callback' ), // Callback
2814
  'seopress-settings-admin-google-analytics-features', // Page
2815
  'seopress_setting_section_google_analytics_features' // Section
2816
  );
2817
 
2818
+ add_settings_field(
2819
+ 'seopress_google_analytics_other_tracking_body', // ID
2820
+ __("[BODY] Add an additional tracking code (like Google Tag Manager...)","wp-seopress"), // Title
2821
+ array( $this, 'seopress_google_analytics_other_tracking_body_callback' ), // Callback
2822
+ 'seopress-settings-admin-google-analytics-features', // Page
2823
+ 'seopress_setting_section_google_analytics_features' // Section
2824
+ );
2825
+
2826
  add_settings_field(
2827
  'seopress_google_analytics_remarketing', // ID
2828
  __("Enable remarketing, demographics, and interests reporting","wp-seopress"), // Title
2982
 
2983
  add_settings_field(
2984
  'seopress_advanced_advanced_attachments_file', // ID
2985
+ __("Redirect attachment pages to their file URL","wp-seopress"), // Title
2986
  array( $this, 'seopress_advanced_advanced_attachments_file_callback' ), // Callback
2987
  'seopress-settings-admin-advanced-advanced', // Page
2988
  'seopress_setting_section_advanced_advanced' // Section
3312
  public function sanitize( $input )
3313
  {
3314
 
3315
+ $seopress_sanitize_fields = array('seopress_titles_sep','seopress_titles_home_site_title', 'seopress_titles_home_site_desc', 'seopress_titles_archives_author_title', 'seopress_titles_archives_author_desc', 'seopress_titles_archives_date_title', 'seopress_titles_archives_date_desc', 'seopress_titles_archives_search_title', 'seopress_titles_archives_search_desc', 'seopress_titles_archives_404_title', 'seopress_titles_archives_404_desc', 'seopress_xml_sitemap_html_exclude', 'seopress_social_knowledge_name', 'seopress_social_knowledge_img', 'seopress_social_knowledge_phone', 'seopress_social_accounts_facebook', 'seopress_social_accounts_twitter', 'seopress_social_accounts_pinterest', 'seopress_social_accounts_instagram', 'seopress_social_accounts_youtube', 'seopress_social_accounts_linkedin', 'seopress_social_accounts_myspace', 'seopress_social_accounts_soundcloud', 'seopress_social_accounts_tumblr', 'seopress_social_facebook_link_ownership_id', 'seopress_social_facebook_admin_id', 'seopress_social_facebook_app_id', 'seopress_google_analytics_ua', 'seopress_google_analytics_download_tracking','seopress_google_analytics_opt_out_msg', 'seopress_google_analytics_opt_out_msg_ok', 'seopress_google_analytics_other_tracking', 'seopress_google_analytics_other_tracking_body', 'seopress_google_analytics_optimize', 'seopress_google_analytics_ads','seopress_google_analytics_cross_domain' );
3316
 
3317
  $seopress_sanitize_site_verification = array('seopress_advanced_advanced_google', 'seopress_advanced_advanced_bing', 'seopress_advanced_advanced_pinterest', 'seopress_advanced_advanced_yandex' );
3318
 
3325
  'a' => array('href' => array(), 'target' => array())
3326
  );
3327
  $input[$value] = wp_kses($input[$value], $args);
3328
+ } 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')) {
3329
  $input[$value] = $input[$value]; //No sanitization for this field
3330
  } elseif( !empty( $input[$value] ) ) {
3331
  $input[$value] = sanitize_text_field( $input[$value] );
3352
 
3353
  public function print_section_info_titles()
3354
  {
3355
+ print __('<p>Customize your title & meta description for homepage</p>', 'wp-seopress');
3356
  }
3357
 
3358
  public function print_section_info_single()
3458
 
3459
  public function print_section_info_social_accounts()
3460
  {
3461
+ print __('<p>Link your site with your social accounts. Use markup on your website to add your social profile information to a Google Knowledge panel. Knowledge panels prominently display your social profile information in some Google Search results. Filling in these fields does not guarantee the display of this data in search results. It may take a long time to see these social-network links.</p>', 'wp-seopress');
3462
  echo '<img src="'.plugins_url('assets/img/help/google-knowledge-graph-social.png', dirname(dirname(__FILE__))).'" class="help-social">';
3463
  }
3464
 
3466
  {
3467
  print __('<p>Manage Open Graph data.</p>', 'wp-seopress');
3468
 
3469
+ echo __('<p>We generate the <strong>og:image</strong> meta in this order:</p>','wp-seopress');
3470
 
3471
  echo '
3472
  <ol>
3481
  {
3482
  print __('<p>Manage your Twitter card.</p>', 'wp-seopress');
3483
 
3484
+ echo __('<p>We generate the <strong>twitter:image</strong> meta in this order:</p>','wp-seopress');
3485
 
3486
  echo '
3487
  <ol>
3561
  esc_html( $this->options['seopress_titles_home_site_title'])
3562
  );
3563
  echo '<div class="wrap-tags"><span id="seopress-tag-site-title" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3564
+ echo '<span id="seopress-tag-site-sep" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
3565
  echo '<span id="seopress-tag-site-desc" data-tag="%%tagline%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Tagline','wp-seopress').'</span>';
3566
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3567
  }
3598
 
3599
  echo "<script>
3600
  jQuery(document).ready(function($) {
3601
+ $('#seopress-tag-single-title-".$seopress_cpt_key."').click(function() {
3602
+ $('#seopress_titles_single_titles_".$seopress_cpt_key."').val($('#seopress_titles_single_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-single-title-".$seopress_cpt_key."').attr('data-tag'));
3603
  });
3604
+ $('#seopress-tag-sep-".$seopress_cpt_key."').click(function() {
3605
+ $('#seopress_titles_single_titles_".$seopress_cpt_key."').val($('#seopress_titles_single_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-sep-".$seopress_cpt_key."').attr('data-tag'));
3606
+ });
3607
+ $('#seopress-tag-single-sitetitle-".$seopress_cpt_key."').click(function() {
3608
+ $('#seopress_titles_single_titles_".$seopress_cpt_key."').val($('#seopress_titles_single_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-single-sitetitle-".$seopress_cpt_key."').attr('data-tag'));
3609
  });
3610
  });
3611
  </script>";
3617
 
3618
  echo '<div class="wrap-tags"><span id="seopress-tag-single-title-'.$seopress_cpt_key.'" data-tag="%%post_title%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Title','wp-seopress').'</span>';
3619
 
3620
+ echo '<span id="seopress-tag-sep-'.$seopress_cpt_key.'" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
3621
+
3622
  echo '<span id="seopress-tag-single-sitetitle-'.$seopress_cpt_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3623
 
3624
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3696
  }
3697
 
3698
  echo '</div>';
3699
+
3700
+ //Single meta thumbnail CPT
3701
+ echo '<div class="seopress_wrap_single_cpt">';
3702
+
3703
+ $options = get_option( 'seopress_titles_option_name' );
3704
+
3705
+ $check = isset($options['seopress_titles_single_titles'][$seopress_cpt_key]['thumb_gcs']);
3706
+
3707
+ echo '<input id="seopress_titles_single_cpt_thumb_gcs['.$seopress_cpt_key.']" name="seopress_titles_option_name[seopress_titles_single_titles]['.$seopress_cpt_key.'][thumb_gcs]" type="checkbox"';
3708
+ if ('1' == $check) echo 'checked="yes"';
3709
+ echo ' value="1"/>';
3710
+
3711
+ echo '<label for="seopress_titles_single_cpt_thumb_gcs['.$seopress_cpt_key.']">'. __( 'Display post thumbnail in Google Custom Search results?', 'wp-seopress' ) .'</label>';
3712
+
3713
+ if (isset($this->options['seopress_titles_single_titles'][$seopress_cpt_key]['thumb_gcs'])) {
3714
+ esc_attr( $this->options['seopress_titles_single_titles'][$seopress_cpt_key]['thumb_gcs']);
3715
+ }
3716
+
3717
+ echo '</div>';
3718
  }
3719
  }
3720
 
3735
 
3736
  echo "<script>
3737
  jQuery(document).ready(function($) {
3738
+ $('#seopress-tag-tax-title-".$seopress_tax_key."').click(function() {
3739
+ $('#seopress_titles_tax_titles_".$seopress_tax_key."').val($('#seopress_titles_tax_titles_".$seopress_tax_key."').val() + ' ' + $('#seopress-tag-tax-title-".$seopress_tax_key."').attr('data-tag'));
3740
  });
3741
+ $('#seopress-tag-sep-".$seopress_tax_key."').click(function() {
3742
+ $('#seopress_titles_tax_titles_".$seopress_tax_key."').val($('#seopress_titles_tax_titles_".$seopress_tax_key."').val() + ' ' + $('#seopress-tag-sep-".$seopress_tax_key."').attr('data-tag'));
3743
+ });
3744
+ $('#seopress-tag-tax-sitetitle-".$seopress_tax_key."').click(function() {
3745
+ $('#seopress_titles_tax_titles_".$seopress_tax_key."').val($('#seopress_titles_tax_titles_".$seopress_tax_key."').val() + ' ' + $('#seopress-tag-tax-sitetitle-".$seopress_tax_key."').attr('data-tag'));
3746
  });
3747
  });
3748
  </script>";
3760
  echo '<div class="wrap-tags"><span id="seopress-tag-tax-title-'.$seopress_tax_key.'" data-tag="%%term_title%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Term Title','wp-seopress').'</span>';
3761
  }
3762
 
3763
+ echo '<span id="seopress-tag-sep-'.$seopress_tax_key.'" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
3764
+
3765
  echo '<span id="seopress-tag-tax-sitetitle-'.$seopress_tax_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3766
 
3767
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3864
 
3865
  echo "<script>
3866
  jQuery(document).ready(function($) {
3867
+ $('#seopress-tag-archive-title-".$seopress_cpt_key."').click(function() {
3868
+ $('#seopress_titles_archive_titles_".$seopress_cpt_key."').val($('#seopress_titles_archive_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-archive-title-".$seopress_cpt_key."').attr('data-tag'));
3869
  });
3870
+ $('#seopress-tag-archive-sep-".$seopress_cpt_key."').click(function() {
3871
+ $('#seopress_titles_archive_titles_".$seopress_cpt_key."').val($('#seopress_titles_archive_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-archive-sep-".$seopress_cpt_key."').attr('data-tag'));
3872
+ });
3873
+ $('#seopress-tag-archive-sitetitle-".$seopress_cpt_key."').click(function() {
3874
+ $('#seopress_titles_archive_titles_".$seopress_cpt_key."').val($('#seopress_titles_archive_titles_".$seopress_cpt_key."').val() + ' ' + $('#seopress-tag-archive-sitetitle-".$seopress_cpt_key."').attr('data-tag'));
3875
  });
3876
  });
3877
  </script>";
3883
 
3884
  echo '<div class="wrap-tags"><span id="seopress-tag-archive-title-'.$seopress_cpt_key.'" data-tag="%%cpt_plural%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post Type Archive Name','wp-seopress').'</span>';
3885
 
3886
+ echo '<span id="seopress-tag-archive-sep-'.$seopress_cpt_key.'" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
3887
+
3888
  echo '<span id="seopress-tag-archive-sitetitle-'.$seopress_cpt_key.'" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3889
 
3890
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3962
  );
3963
 
3964
  echo '<div class="wrap-tags"><span id="seopress-tag-post-author" data-tag="%%post_author%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Post author','wp-seopress').'</span>';
3965
+ echo '<span id="seopress-tag-sep-author" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
3966
  echo '<span id="seopress-tag-site-title-author" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
3967
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
3968
 
4033
  );
4034
 
4035
  echo '<div class="wrap-tags"><span id="seopress-tag-archive-date" data-tag="%%archive_date%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Date archives','wp-seopress').'</span>';
4036
+ echo '<span id="seopress-tag-sep-date" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
4037
  echo '<span id="seopress-tag-site-title-date" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
4038
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
4039
 
4103
  );
4104
 
4105
  echo '<div class="wrap-tags"><span id="seopress-tag-search-keywords" data-tag="%%search_keywords%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Search Keywords','wp-seopress').'</span>';
4106
+ echo '<span id="seopress-tag-sep-search" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
4107
  echo '<span id="seopress-tag-site-title-search" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
4108
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
4109
 
4155
 
4156
  );
4157
  echo '<div class="wrap-tags"><span id="seopress-tag-site-title-404" data-tag="%%sitetitle%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Site Title','wp-seopress').'</span>';
4158
+ echo '<span id="seopress-tag-sep-404" data-tag="%%sep%%" class="tag-title"><span class="dashicons dashicons-plus"></span>'.__('Separator','wp-seopress').'</span>';
4159
  echo '<span id="seopress-quick-help" class="tag-title more-tags"><span class="dashicons dashicons-menu"></span>'.__('More tags','wp-seopress').'</span></div>';
 
4160
  }
4161
 
4162
  public function seopress_titles_archives_404_desc_callback()
4301
 
4302
  echo '<label for="seopress_titles_nositelinkssearchbox">'. __( 'nositelinkssearchbox', 'wp-seopress' ) .'</label>';
4303
 
4304
+ echo '<p class="description">'.__('Prevent Google to display a sitelinks searchbox in search results. Enable this option will remove the "Website" schema from your source code.','wp-seopress').'</p>';
4305
 
4306
  if (isset($this->options['seopress_titles_nositelinkssearchbox'])) {
4307
  esc_attr( $this->options['seopress_titles_nositelinkssearchbox']);
4663
 
4664
  <input id="seopress_social_knowledge_img_upload" class="button" type="button" value="'.__('Upload an Image','wp-seopress').'" />';
4665
 
4666
+ echo '<p class="description">'.__('JPG, PNG, and GIF allowed.', 'wp-seopress').'</p>';
4667
 
4668
  if (isset($this->options['seopress_social_knowledge_img'])) {
4669
  esc_attr( $this->options['seopress_social_knowledge_img']);
5165
  '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_optimize]" placeholder="'.esc_html__('Enter your Google Optimize container ID','wp-seopress').'" value="%s" aria-label="'.__('GTM-XXXXXXX','wp-seopress').'"/>',
5166
  esc_html($check));
5167
 
5168
+ echo '<p class="description">'.__('Google Optimize offers A/B testing, website testing & personalization tools.','wp-seopress').' <a href="https://marketingplatform.google.com/about/optimize/" target="_blank">'.__('Learn more','wp-seopress').'</a></p>';
5169
  }
5170
 
5171
  public function seopress_google_analytics_ads_callback()
5173
  $check = isset($this->options['seopress_google_analytics_ads']) ? $this->options['seopress_google_analytics_ads'] : NULL;
5174
 
5175
  printf(
5176
+ '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_ads]" placeholder="'.esc_html__('Enter your Google Ads conversion ID (eg: AW-123456789)','wp-seopress').'" value="%s" aria-label="'.__('AW-XXXXXXXXX','wp-seopress').'"/>',
5177
  esc_html($check));
5178
  }
5179
 
5182
  $check = isset($this->options['seopress_google_analytics_other_tracking']) ? $this->options['seopress_google_analytics_other_tracking'] : NULL;
5183
 
5184
  printf(
5185
+ '<textarea id="seopress_google_analytics_other_tracking" name="seopress_google_analytics_option_name[seopress_google_analytics_other_tracking]" rows="16" placeholder="'.esc_html__('Paste your tracking code here like Google Tag Manager (head)','wp-seopress').'" aria-label="'.__('Additional tracking code field','wp-seopress').'">%s</textarea>',
5186
  esc_textarea($check));
5187
 
5188
  echo '<p class="description">'.__('This code will be added in the head section of your page.','wp-seopress').'</a></p>';
5189
  }
5190
 
5191
+ public function seopress_google_analytics_other_tracking_body_callback()
5192
+ {
5193
+ $check = isset($this->options['seopress_google_analytics_other_tracking_body']) ? $this->options['seopress_google_analytics_other_tracking_body'] : NULL;
5194
+
5195
+ printf(
5196
+ '<textarea id="seopress_google_analytics_other_tracking_body" name="seopress_google_analytics_option_name[seopress_google_analytics_other_tracking_body]" rows="16" placeholder="'.esc_html__('Paste your tracking code here like Google Tag Manager (body)','wp-seopress').'" aria-label="'.__('Additional tracking code field added to body','wp-seopress').'">%s</textarea>',
5197
+ esc_textarea($check));
5198
+
5199
+ echo '<p class="description">'.__('This code will be added just after the opening body tag of your page.','wp-seopress').'</a></p>';
5200
+ }
5201
+
5202
  public function seopress_google_analytics_remarketing_callback()
5203
  {
5204
  $options = get_option( 'seopress_google_analytics_option_name' );
5288
  $check = isset($this->options['seopress_google_analytics_cross_domain']) ? $this->options['seopress_google_analytics_cross_domain'] : NULL;
5289
 
5290
  printf(
5291
+ '<input type="text" name="seopress_google_analytics_option_name[seopress_google_analytics_cross_domain]" placeholder="'.esc_html__('Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org','wp-seopress').'" value="%s" aria-label="'.__('Cross domains','wp-seopress').'"/>',
5292
  esc_html($check)
5293
 
5294
  );
5786
  if ('1' == $check) echo 'checked="yes"';
5787
  echo ' value="1"/>';
5788
 
5789
+ echo '<label for="seopress_advanced_advanced_attachments_file">'. __( 'Redirect attachment pages to their file URL (https://www.example.com/my-image-file.jpg)', 'wp-seopress' ) .'</label>';
5790
 
5791
+ echo '<p class="description">'.__('If this option is checked, it will take precedence over the redirection of attachments to the post\'s parent.','wp-seopress').'</p>';
5792
 
5793
  if (isset($this->options['seopress_advanced_advanced_attachments_file'])) {
5794
  esc_attr( $this->options['seopress_advanced_advanced_attachments_file']);
6412
  }
6413
  }
6414
  ?>
6415
+ <a href="<?php echo $seopress_docs_link['support']['security']['metaboxe_seo']; ?>" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span><span class="screen-reader-text"><?php _e('Hook to filter structured data types metabox call by post type - new window','wp-seopress'); ?></span></a>
6416
  <?php
6417
  }
6418
 
6447
  }
6448
  }
6449
  ?>
6450
+ <a href="<?php echo $seopress_docs_link['support']['security']['metaboxe_ca']; ?>" target="_blank" class="seopress-doc"><span class="dashicons dashicons-editor-help"></span><span class="screen-reader-text"><?php _e('Hook to filter structured data types metabox call by post type - new window','wp-seopress'); ?></span></a>
6451
  <?php
6452
  }
6453
  }
inc/admin/adminbar.php CHANGED
@@ -57,12 +57,14 @@ function seopress_admin_bar_links() {
57
  ));
58
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
59
  if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
60
- $wp_admin_bar->add_menu( array(
61
- 'parent' => 'seopress_custom_top_level',
62
- 'id' => 'seopress_custom_sub_menu_bot',
63
- 'title' => __( 'BOT', 'wp-seopress' ),
64
- 'href' => admin_url( 'admin.php?page=seopress-bot-batch' ),
65
- ));
 
 
66
  $wp_admin_bar->add_menu( array(
67
  'parent' => 'seopress_custom_top_level',
68
  'id' => 'seopress_custom_sub_menu_license',
@@ -75,24 +77,30 @@ function seopress_admin_bar_links() {
75
  'title' => __( 'PRO', 'wp-seopress' ),
76
  'href' => admin_url( 'admin.php?page=seopress-pro-page' ),
77
  ));
78
- $wp_admin_bar->add_menu( array(
79
- 'parent' => 'seopress_custom_top_level',
80
- 'id' => 'seopress_custom_sub_menu_schemas',
81
- 'title' => __( 'Schemas', 'wp-seopress' ),
82
- 'href' => admin_url( 'edit.php?post_type=seopress_schemas' ),
83
- ));
84
- $wp_admin_bar->add_menu( array(
85
- 'parent' => 'seopress_custom_top_level',
86
- 'id' => 'seopress_custom_sub_menu_404',
87
- 'title' => __( 'Redirections', 'wp-seopress' ),
88
- 'href' => admin_url( 'edit.php?post_type=seopress_404' ),
89
- ));
90
- $wp_admin_bar->add_menu( array(
91
- 'parent' => 'seopress_custom_top_level',
92
- 'id' => 'seopress_custom_sub_menu_broken_links',
93
- 'title' => __( 'Broken Links', 'wp-seopress' ),
94
- 'href' => admin_url( 'edit.php?post_type=seopress_bot' ),
95
- ));
 
 
 
 
 
 
96
  $wp_admin_bar->add_menu( array(
97
  'parent' => 'seopress_custom_top_level',
98
  'id' => 'seopress_custom_sub_menu_backlinks',
57
  ));
58
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
59
  if ( is_plugin_active( 'wp-seopress-pro/seopress-pro.php' ) ) {
60
+ if(seopress_get_toggle_bot_option()=='1') {
61
+ $wp_admin_bar->add_menu( array(
62
+ 'parent' => 'seopress_custom_top_level',
63
+ 'id' => 'seopress_custom_sub_menu_bot',
64
+ 'title' => __( 'BOT', 'wp-seopress' ),
65
+ 'href' => admin_url( 'admin.php?page=seopress-bot-batch' ),
66
+ ));
67
+ }
68
  $wp_admin_bar->add_menu( array(
69
  'parent' => 'seopress_custom_top_level',
70
  'id' => 'seopress_custom_sub_menu_license',
77
  'title' => __( 'PRO', 'wp-seopress' ),
78
  'href' => admin_url( 'admin.php?page=seopress-pro-page' ),
79
  ));
80
+ if(seopress_get_toggle_rich_snippets_option()=='1') {
81
+ $wp_admin_bar->add_menu( array(
82
+ 'parent' => 'seopress_custom_top_level',
83
+ 'id' => 'seopress_custom_sub_menu_schemas',
84
+ 'title' => __( 'Schemas', 'wp-seopress' ),
85
+ 'href' => admin_url( 'edit.php?post_type=seopress_schemas' ),
86
+ ));
87
+ }
88
+ if(seopress_get_toggle_404_option()=='1') {
89
+ $wp_admin_bar->add_menu( array(
90
+ 'parent' => 'seopress_custom_top_level',
91
+ 'id' => 'seopress_custom_sub_menu_404',
92
+ 'title' => __( 'Redirections', 'wp-seopress' ),
93
+ 'href' => admin_url( 'edit.php?post_type=seopress_404' ),
94
+ ));
95
+ }
96
+ if(seopress_get_toggle_bot_option()=='1') {
97
+ $wp_admin_bar->add_menu( array(
98
+ 'parent' => 'seopress_custom_top_level',
99
+ 'id' => 'seopress_custom_sub_menu_broken_links',
100
+ 'title' => __( 'Broken Links', 'wp-seopress' ),
101
+ 'href' => admin_url( 'edit.php?post_type=seopress_bot' ),
102
+ ));
103
+ }
104
  $wp_admin_bar->add_menu( array(
105
  'parent' => 'seopress_custom_top_level',
106
  'id' => 'seopress_custom_sub_menu_backlinks',
inc/admin/ajax.php CHANGED
@@ -96,9 +96,8 @@ function seopress_do_real_preview() {
96
  //Get Target Keywords
97
  if(isset($_GET['seopress_analysis_target_kw']) && !empty($_GET['seopress_analysis_target_kw'])) {
98
  $data['target_kws'] = $_GET['seopress_analysis_target_kw'];
99
- $seopress_analysis_target_kw = explode(',', get_post_meta($seopress_get_the_id,'_seopress_analysis_target_kw',true));
100
  }
101
-
102
  $xpath = new DOMXPath($dom);
103
 
104
  //Title
@@ -220,6 +219,13 @@ function seopress_do_real_preview() {
220
  }
221
  }
222
  }
 
 
 
 
 
 
 
223
  }
224
 
225
  //Images
@@ -257,7 +263,15 @@ function seopress_do_real_preview() {
257
  $nofollow_links = $xpath->query("//a[contains(@rel, 'nofollow')]");
258
  if (!empty($nofollow_links)) {
259
  foreach ($nofollow_links as $key=>$link) {
260
- $data['nofollow_links'][$key][] = $link->nodeValue;
 
 
 
 
 
 
 
 
261
  }
262
  }
263
 
96
  //Get Target Keywords
97
  if(isset($_GET['seopress_analysis_target_kw']) && !empty($_GET['seopress_analysis_target_kw'])) {
98
  $data['target_kws'] = $_GET['seopress_analysis_target_kw'];
99
+ $seopress_analysis_target_kw = array_filter(explode(',', get_post_meta($seopress_get_the_id,'_seopress_analysis_target_kw',true)));
100
  }
 
101
  $xpath = new DOMXPath($dom);
102
 
103
  //Title
219
  }
220
  }
221
  }
222
+
223
+ //Keywords density
224
+ foreach ($seopress_analysis_target_kw as $kw) {
225
+ if (preg_match_all('#\b('.$kw.')\b#iu', strip_tags(wp_filter_nohtml_kses($seopress_get_the_content)), $m)) {
226
+ $data['kws_density']['matches'][$kw][] = $m[0];
227
+ }
228
+ }
229
  }
230
 
231
  //Images
263
  $nofollow_links = $xpath->query("//a[contains(@rel, 'nofollow')]");
264
  if (!empty($nofollow_links)) {
265
  foreach ($nofollow_links as $key=>$link) {
266
+ $data['nofollow_links'][$key][$link->getAttribute('href')] = esc_attr($link->nodeValue);
267
+ }
268
+ }
269
+
270
+ //outbound links
271
+ $outbound_links = $xpath->query("//a[contains(@target, '_blank')]");
272
+ if (!empty($outbound_links)) {
273
+ foreach ($outbound_links as $key=>$link) {
274
+ $data['outbound_links'][$key][$link->getAttribute('href')] = esc_attr($link->nodeValue);
275
  }
276
  }
277
 
inc/functions/options-advanced-admin.php CHANGED
@@ -41,7 +41,7 @@ if (isset($pagenow) && $pagenow == 'options-permalink.php') {
41
  function seopress_notice_no_rewrite_url() {
42
  $class = 'notice notice-warning';
43
  $message = '<strong>'.__( 'WARNING', 'wp-seopress' ).'</strong>';
44
- $message .= '<p>'.__( 'URL rewriting is NOT enabled on your site. Select a permalink structure optimized for SEO (NOT Plain).', 'wp-seopress' ).'</p>';
45
 
46
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
47
  }
41
  function seopress_notice_no_rewrite_url() {
42
  $class = 'notice notice-warning';
43
  $message = '<strong>'.__( 'WARNING', 'wp-seopress' ).'</strong>';
44
+ $message .= '<p>'.__( 'URL rewriting is NOT enabled on your site. Select a permalink structure that is optimized for SEO (NOT Plain).', 'wp-seopress' ).'</p>';
45
 
46
  printf( '<div class="%1$s"><p>%2$s</p></div>', esc_attr( $class ), $message );
47
  }
inc/functions/options-google-analytics-checkout.php DELETED
@@ -1,85 +0,0 @@
1
- <?php
2
- defined( 'ABSPATH' ) or die( 'Please don&rsquo;t call the plugin directly. Thanks :)' );
3
-
4
- //Google Analytics E-commerce
5
- //=================================================================================================
6
- //Measuring an Addition from Cart
7
- function seopress_google_analytics_js2($cart_item_key, $product_id, $quantity) {
8
- if (seopress_google_analytics_ecommerce_enable_option() =='1') {
9
-
10
- $seopress_google_analytics_html = "ga('require', 'ec');";
11
- $seopress_google_analytics_html .= "\n";
12
-
13
- //If WC enabled
14
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
15
- if ( is_plugin_active( 'woocommerce/woocommerce.php' )) {
16
- $product = wc_get_product($product_id);
17
-
18
- $product_cat = get_the_terms($product_id, 'product_cat');
19
-
20
- $seopress_google_analytics_html = "
21
- ga('ec:addProduct', {
22
- 'id': ".$product_id.",
23
- 'name': '".$product->get_name()."',";
24
-
25
- if ($product_cat !='') {
26
- $seopress_google_analytics_html .= "
27
- 'category': '".$product_cat[0]->name."',";
28
- }
29
-
30
- if ($product->get_price() !='') {
31
- $seopress_google_analytics_html .= "
32
- 'price': '".$product->get_price()."',";
33
- }
34
-
35
- if ($quantity !='') {
36
- $seopress_google_analytics_html .= "
37
- 'quantity': ".$quantity;
38
- }
39
- $seopress_google_analytics_html .= "
40
- });
41
- ";
42
- $seopress_google_analytics_html .= "\n";
43
-
44
- $seopress_google_analytics_html .= "ga('ec:setAction', 'add');";
45
- $seopress_google_analytics_html .= "\n";
46
-
47
- $seopress_google_analytics_html .= "ga('send', 'event', 'UX', 'click', 'add to cart');";
48
- $seopress_google_analytics_html .= "\n";
49
-
50
- $seopress_google_analytics_html .= "\n";
51
-
52
- if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
53
- if (is_user_logged_in()) {
54
- global $wp_roles;
55
-
56
- //Get current user role
57
- if(isset(wp_get_current_user()->roles[0])) {
58
- $seopress_user_role = wp_get_current_user()->roles[0];
59
- //If current user role matchs values from SEOPress GA settings then apply
60
- if (function_exists('seopress_google_analytics_roles_option') && seopress_google_analytics_roles_option() !='') {
61
- if( array_key_exists( $seopress_user_role, seopress_google_analytics_roles_option())) {
62
- //do nothing
63
- } else {
64
- if (function_exists('wc_enqueue_js')) {
65
- wc_enqueue_js($seopress_google_analytics_html);
66
- }
67
- }
68
- } else {
69
- if (function_exists('wc_enqueue_js')) {
70
- wc_enqueue_js($seopress_google_analytics_html);
71
- }
72
- }
73
- }
74
- } else {
75
- if (function_exists('wc_enqueue_js')) {
76
- wc_enqueue_js($seopress_google_analytics_html);
77
- }
78
- }
79
- }
80
- }
81
- }
82
- }
83
- add_action('woocommerce_add_to_cart', 'seopress_google_analytics_js2', 20, 3);
84
-
85
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/functions/options-google-analytics-order.php DELETED
@@ -1,55 +0,0 @@
1
- <?php
2
- defined( 'ABSPATH' ) or die( 'Please don&rsquo;t call the plugin directly. Thanks :)' );
3
-
4
- //Google Analytics E-commerce
5
- //=================================================================================================
6
- function seopress_google_analytics_order_received() {
7
- $seopress_google_analytics_html ='';
8
- global $woocommerce;
9
- foreach( WC()->cart->get_cart() as $cart_item ){
10
-
11
- $product = wc_get_product($cart_item['product_id']);
12
- $product_cat = get_the_terms($cart_item['product_id'], 'product_cat');
13
-
14
- $seopress_google_analytics_html .= "
15
- ga('ec:addProduct', {
16
- 'id': '".$cart_item['product_id']."',
17
- 'name': '".$product->get_name()."',";
18
-
19
- if ($product_cat !='') {
20
- $seopress_google_analytics_html .= "
21
- 'category': '".$product_cat[0]->name."',";
22
- }
23
-
24
- if ($product->get_price() !='') {
25
- $seopress_google_analytics_html .= "
26
- 'price': '".$product->get_price()."',";
27
- }
28
-
29
- if ($cart_item['quantity'] !='') {
30
- $seopress_google_analytics_html .= "
31
- 'quantity': ".$cart_item['quantity'];
32
- }
33
- $seopress_google_analytics_html .= "
34
- });
35
- ";
36
- }
37
-
38
- $seopress_google_analytics_html .= "\n";
39
-
40
- $seopress_google_analytics_html .= "
41
- ga('ec:setAction', 'purchase', {
42
- 'id': 'daf9276a-3fa2-45a3-a591-495154662f7f',
43
- 'revenue': ".$woocommerce->cart->get_cart_total().",
44
- 'tax': 5,
45
- 'shipping': 5
46
- });
47
- ";
48
-
49
- $seopress_google_analytics_html .= "\n";
50
-
51
- if (function_exists('wc_enqueue_js')) {
52
- wc_enqueue_js($seopress_google_analytics_html);
53
- }
54
- }
55
- add_action('woocommerce_checkout_order_processed', 'seopress_google_analytics_order_received');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/functions/options-google-analytics.php CHANGED
@@ -21,9 +21,9 @@ if (seopress_google_analytics_disable_option() =='1' && ( (empty($_COOKIE["seopr
21
  if (seopress_google_analytics_opt_out_msg_option() !='') {
22
  $msg = seopress_google_analytics_opt_out_msg_option();
23
  } elseif (get_option('wp_page_for_privacy_policy')) {
24
- $msg = __('By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics etc.&nbsp;<a href="[seopress_privacy_page]" tabindex="10">Read more</a>','wp-seopress');
25
  } else {
26
- $msg = __('By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics etc.','wp-seopress');
27
  }
28
 
29
  if (get_option('wp_page_for_privacy_policy') && $msg !='') {
@@ -96,7 +96,7 @@ function seopress_google_analytics_ads_option() {
96
  }
97
  }
98
 
99
- //Additional tracking code
100
  function seopress_google_analytics_other_tracking_option() {
101
  $seopress_google_analytics_other_tracking_option = get_option("seopress_google_analytics_option_name");
102
  if ( ! empty ( $seopress_google_analytics_other_tracking_option ) ) {
@@ -108,6 +108,18 @@ function seopress_google_analytics_other_tracking_option() {
108
  }
109
  }
110
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  //Remarketing
112
  function seopress_google_analytics_remarketing_option() {
113
  $seopress_google_analytics_remarketing_option = get_option("seopress_google_analytics_option_name");
@@ -578,11 +590,6 @@ $seopress_google_analytics_html .= "gtag('js', new Date());\n";
578
 
579
  $seopress_google_analytics_html = apply_filters('seopress_gtag_html', $seopress_google_analytics_html);
580
 
581
- if (seopress_google_analytics_other_tracking_option() !='') {
582
- $seopress_google_analytics_html .= seopress_google_analytics_other_tracking_option();
583
- $seopress_google_analytics_html = apply_filters('seopress_gtag_after_additional_tracking_html', $seopress_google_analytics_html);
584
- }
585
-
586
  if ($echo == true) {
587
  echo $seopress_google_analytics_html;
588
  } else {
@@ -603,30 +610,79 @@ function seopress_custom_tracking_hook() {
603
  echo $data['custom'];
604
  }
605
 
606
- if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
607
- if (seopress_google_analytics_half_disable_option() =='1' || (((isset($_COOKIE["seopress-user-consent-accept"]) && $_COOKIE["seopress-user-consent-accept"] =='1') && seopress_google_analytics_disable_option() =='1') || (seopress_google_analytics_disable_option() !='1'))) { //User consent cookie OK
608
- if (is_user_logged_in()) {
609
- global $wp_roles;
610
-
611
- //Get current user role
612
- if(isset(wp_get_current_user()->roles[0])) {
613
- $seopress_user_role = wp_get_current_user()->roles[0];
614
- //If current user role matchs values from SEOPress GA settings then apply
615
- if (function_exists('seopress_google_analytics_roles_option') && seopress_google_analytics_roles_option() !='') {
616
- if( array_key_exists( $seopress_user_role, seopress_google_analytics_roles_option())) {
617
- //do nothing
618
- } else {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
620
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
621
- }
622
- } else {
 
 
 
 
623
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
624
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
625
  }
 
 
626
  }
627
- } else {
 
 
628
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
629
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
630
  }
 
 
631
  }
632
- }
21
  if (seopress_google_analytics_opt_out_msg_option() !='') {
22
  $msg = seopress_google_analytics_opt_out_msg_option();
23
  } elseif (get_option('wp_page_for_privacy_policy')) {
24
+ $msg = __('By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.&nbsp;<a href="[seopress_privacy_page]" tabindex="10">Read more</a>','wp-seopress');
25
  } else {
26
+ $msg = __('By visiting our site, you agree to our privacy policy regarding cookies, tracking statistics, etc.','wp-seopress');
27
  }
28
 
29
  if (get_option('wp_page_for_privacy_policy') && $msg !='') {
96
  }
97
  }
98
 
99
+ //Additional tracking code - head
100
  function seopress_google_analytics_other_tracking_option() {
101
  $seopress_google_analytics_other_tracking_option = get_option("seopress_google_analytics_option_name");
102
  if ( ! empty ( $seopress_google_analytics_other_tracking_option ) ) {
108
  }
109
  }
110
 
111
+ //Additional tracking code - body
112
+ function seopress_google_analytics_other_tracking_body_option() {
113
+ $seopress_google_analytics_other_tracking_body_option = get_option("seopress_google_analytics_option_name");
114
+ if ( ! empty ( $seopress_google_analytics_other_tracking_body_option ) ) {
115
+ foreach ($seopress_google_analytics_other_tracking_body_option as $key => $seopress_google_analytics_other_tracking_body_value)
116
+ $options[$key] = $seopress_google_analytics_other_tracking_body_value;
117
+ if (isset($seopress_google_analytics_other_tracking_body_option['seopress_google_analytics_other_tracking_body'])) {
118
+ return $seopress_google_analytics_other_tracking_body_option['seopress_google_analytics_other_tracking_body'];
119
+ }
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");
590
 
591
  $seopress_google_analytics_html = apply_filters('seopress_gtag_html', $seopress_google_analytics_html);
592
 
 
 
 
 
 
593
  if ($echo == true) {
594
  echo $seopress_google_analytics_html;
595
  } else {
610
  echo $data['custom'];
611
  }
612
 
613
+ //Build custom code after body tag opening
614
+ function seopress_google_analytics_body_code($echo) {
615
+ if (seopress_google_analytics_other_tracking_body_option() !='') {
616
+ $seopress_html_body = seopress_google_analytics_other_tracking_body_option();
617
+ $seopress_html_body = apply_filters('seopress_custom_body_tracking', $seopress_html_body);
618
+ if ($echo == true) {
619
+ echo "\n".$seopress_html_body;
620
+ } else {
621
+ return "\n".$seopress_html_body;
622
+ }
623
+ }
624
+ }
625
+ add_action('seopress_custom_body_tracking_html', 'seopress_google_analytics_body_code', 10, 1);
626
+
627
+ function seopress_custom_tracking_body_hook() {
628
+ $echo = true;
629
+ do_action('seopress_custom_body_tracking_html', $echo);
630
+ }
631
+
632
+ //Build custom code in head
633
+ function seopress_google_analytics_head_code($echo) {
634
+ if (seopress_google_analytics_other_tracking_option() !='') {
635
+ $seopress_html_head = seopress_google_analytics_other_tracking_option();
636
+ $seopress_html_head = apply_filters('seopress_gtag_after_additional_tracking_html', $seopress_html_head);
637
+
638
+ if ($echo == true) {
639
+ echo "\n".$seopress_html_head;
640
+ } else {
641
+ return "\n".$seopress_html_head;
642
+ }
643
+ }
644
+ }
645
+ add_action('seopress_custom_head_tracking_html', 'seopress_google_analytics_head_code', 10, 1);
646
+
647
+ function seopress_custom_tracking_head_hook() {
648
+ $echo = true;
649
+ do_action('seopress_custom_head_tracking_html', $echo);
650
+ }
651
+
652
+ if (seopress_google_analytics_half_disable_option() =='1' || (((isset($_COOKIE["seopress-user-consent-accept"]) && $_COOKIE["seopress-user-consent-accept"] =='1') && seopress_google_analytics_disable_option() =='1') || (seopress_google_analytics_disable_option() !='1'))) { //User consent cookie OK
653
+ if (is_user_logged_in()) {
654
+ global $wp_roles;
655
+
656
+ //Get current user role
657
+ if(isset(wp_get_current_user()->roles[0])) {
658
+ $seopress_user_role = wp_get_current_user()->roles[0];
659
+ //If current user role matchs values from SEOPress GA settings then apply
660
+ if (function_exists('seopress_google_analytics_roles_option') && seopress_google_analytics_roles_option() !='') {
661
+ if( array_key_exists( $seopress_user_role, seopress_google_analytics_roles_option())) {
662
+ //do nothing
663
+ } else {
664
+ if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
665
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
666
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
667
+ }
668
+ add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
669
+ add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
670
+ }
671
+ } else {
672
+ if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
673
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
674
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
675
  }
676
+ add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
677
+ add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
678
  }
679
+ }
680
+ } else {
681
+ if (seopress_google_analytics_enable_option() =='1' && seopress_google_analytics_ua_option() !='') {
682
  add_action( 'wp_head', 'seopress_google_analytics_js_arguments', 999, 1 );
683
  add_action( 'wp_head', 'seopress_custom_tracking_hook', 1000, 1 );
684
  }
685
+ add_action( 'wp_head', 'seopress_custom_tracking_head_hook', 1010, 1 );
686
+ add_action( 'wp_body_open', 'seopress_custom_tracking_body_hook', 1020, 1 );
687
  }
688
+ }
inc/functions/options-social.php CHANGED
@@ -289,24 +289,28 @@ function seopress_social_accounts_jsonld_hook() {
289
  add_action( 'wp_head', 'seopress_social_accounts_jsonld_hook', 1 );
290
 
291
  //Website Schema.org in JSON-LD - Sitelinks
292
- function seopress_social_website_option() {
293
- $target = get_home_url().'/?s={search_term_string}';
294
- echo '<script type="application/ld+json">';
295
- echo '{
296
- "@context": "'.seopress_check_ssl().'schema.org",
297
- "@type": "WebSite",
298
- "url" : '.json_encode(get_home_url()).',
299
- "potentialAction": {
300
- "@type": "SearchAction",
301
- "target": '.json_encode($target).',
302
- "query-input": "required name=search_term_string"
303
- }
304
- }';
305
- echo '</script>';
306
- echo "\n";
307
- }
308
- if (is_home() || is_front_page()) {
309
- add_action( 'wp_head', 'seopress_social_website_option', 1 );
 
 
 
 
310
  }
311
 
312
  //Facebook
289
  add_action( 'wp_head', 'seopress_social_accounts_jsonld_hook', 1 );
290
 
291
  //Website Schema.org in JSON-LD - Sitelinks
292
+ if (function_exists('seopress_titles_nositelinkssearchbox_option') && seopress_titles_nositelinkssearchbox_option() =='1') {
293
+ //do not display searchbox schema
294
+ } else {
295
+ function seopress_social_website_option() {
296
+ $target = get_home_url().'/?s={search_term_string}';
297
+ echo '<script type="application/ld+json">';
298
+ echo '{
299
+ "@context": "'.seopress_check_ssl().'schema.org",
300
+ "@type": "WebSite",
301
+ "url" : '.json_encode(get_home_url()).',
302
+ "potentialAction": {
303
+ "@type": "SearchAction",
304
+ "target": '.json_encode($target).',
305
+ "query-input": "required name=search_term_string"
306
+ }
307
+ }';
308
+ echo '</script>';
309
+ echo "\n";
310
+ }
311
+ if (is_home() || is_front_page()) {
312
+ add_action( 'wp_head', 'seopress_social_website_option', 1 );
313
+ }
314
  }
315
 
316
  //Facebook
inc/functions/options-titles-metas.php CHANGED
@@ -241,210 +241,29 @@ function seopress_titles_archives_404_desc_option() {
241
 
242
  //THE Title Tag
243
  function seopress_titles_the_title() {
244
-
245
- global $post;
246
- global $term;
247
-
248
- //Init
249
- $seopress_titles_title_template ='';
250
-
251
- //Excerpt length
252
- $seopress_excerpt_length = 50;
253
- $seopress_excerpt_length = apply_filters('seopress_excerpt_length',$seopress_excerpt_length);
254
-
255
- //Remove WordPress Filters
256
- $seopress_array_filters = array('category_description', 'tag_description', 'term_description');
257
- foreach ($seopress_array_filters as $key => $value) {
258
- remove_filter($value,'wpautop');
259
- }
260
-
261
- //Template variables
262
- $sep = '';
263
- if (seopress_titles_sep_option()) {
264
- $sep = seopress_titles_sep_option();
265
- } else {
266
- $sep = '-';
267
- }
268
-
269
- $seopress_paged ='';
270
- if (get_query_var('paged') >='1') {
271
- $seopress_paged = get_query_var('paged');
272
- $seopress_paged = apply_filters('seopress_paged', $seopress_paged);
273
- }
274
-
275
- $seopress_excerpt ='';
276
- if (!is_404() && $post !='') {
277
- if (has_excerpt($post->ID)) {
278
- $seopress_excerpt = get_the_excerpt();
279
- }
280
- }
281
-
282
- $the_author_meta ='';
283
- if(is_single() || is_author()){
284
- $the_author_meta = get_the_author_meta('display_name', $post->post_author);
285
- }
286
-
287
- $post_category ='';
288
- if (is_single() && has_category()) {
289
- $post_category_array = get_the_terms(get_the_id(), 'category');
290
- $post_category = $post_category_array[0]->name;
291
- }
292
-
293
- $post_tag ='';
294
- if (is_single() && has_tag()) {
295
- $post_tag_array = get_the_terms(get_the_id(), 'post_tag');
296
- $post_tag = $post_tag_array[0]->name;
297
- }
298
-
299
- $get_search_query ='';
300
- if (get_search_query() !='') {
301
- $get_search_query = '"'.get_search_query().'"';
302
- }
303
-
304
- $get_search_query = apply_filters('seopress_get_search_query', $get_search_query);
305
-
306
- if ($seopress_excerpt !='') {
307
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes($seopress_excerpt), true)))), $seopress_excerpt_length);
308
- } elseif ($post !='') {
309
- if (get_post_field('post_content', $post->ID) !='') {
310
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes(get_post_field('post_content', $post->ID), true))))), $seopress_excerpt_length);
311
- } else {
312
- $seopress_get_the_excerpt = null;
313
- }
314
- } else {
315
- $seopress_get_the_excerpt = null;
316
- }
317
-
318
- $woo_single_cat_html ='';
319
- $woo_single_tag_html ='';
320
- $woo_single_price ='';
321
- $woo_single_price_exc_tax ='';
322
- $woo_single_sku ='';
323
-
324
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
325
- if ( is_plugin_active( 'woocommerce/woocommerce.php' )) {
326
- if (is_product()) {
327
- //Woo Cat product
328
- $woo_single_cats = get_the_terms( $post->ID, 'product_cat' );
329
-
330
- if ( $woo_single_cats && ! is_wp_error( $woo_single_cats ) ) {
331
-
332
- $woo_single_cat = array();
333
-
334
- foreach ( $woo_single_cats as $term ) {
335
- $woo_single_cat[] = $term->name;
336
- }
337
-
338
- $woo_single_cat_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_cat )));
339
- }
340
-
341
- //Woo Tag product
342
- $woo_single_tags = get_the_terms( $post->ID, 'product_tag' );
343
-
344
- if ( $woo_single_tags && ! is_wp_error( $woo_single_tags ) ) {
345
-
346
- $woo_single_tag = array();
347
-
348
- foreach ( $woo_single_tags as $term ) {
349
- $woo_single_tag[] = $term->name;
350
- }
351
-
352
- $woo_single_tag_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_tag )));
353
- }
354
-
355
- //Woo Price
356
- $product = wc_get_product($post->ID);
357
- $woo_single_price = wc_get_price_including_tax( $product );
358
-
359
- //Woo Price tax excluded
360
- $product = wc_get_product($post->ID);
361
- $woo_single_price_exc_tax = wc_get_price_excluding_tax( $product );
362
-
363
- //Woo SKU Number
364
- $product = wc_get_product($post->ID);
365
- $woo_single_sku = $product->get_sku();
366
- }
367
- }
368
-
369
- $seopress_titles_template_variables_array = array(
370
- '%%sep%%',
371
- '%%sitetitle%%',
372
- '%%sitename%%',
373
- '%%tagline%%',
374
- '%%title%%',
375
- '%%post_title%%',
376
- '%%post_excerpt%%',
377
- '%%post_date%%',
378
- '%%post_modified_date%%',
379
- '%%post_author%%',
380
- '%%post_category%%',
381
- '%%post_tag%%',
382
- '%%_category_title%%',
383
- '%%_category_description%%',
384
- '%%tag_title%%',
385
- '%%tag_description%%',
386
- '%%term_title%%',
387
- '%%term_description%%',
388
- '%%search_keywords%%',
389
- '%%current_pagination%%',
390
- '%%cpt_plural%%',
391
- '%%archive_title%%',
392
- '%%archive_date%%',
393
- '%%archive_date_day%%',
394
- '%%archive_date_month%%',
395
- '%%archive_date_year%%',
396
- '%%wc_single_cat%%',
397
- '%%wc_single_tag%%',
398
- '%%wc_single_short_desc%%',
399
- '%%wc_single_price%%',
400
- '%%wc_single_price_exc_tax%%',
401
- '%%wc_sku%%',
402
- '%%currentday%%',
403
- '%%currentmonth%%',
404
- '%%currentyear%%',
405
- '%%currentdate%%',
406
- '%%currenttime%%',
407
- );
408
- global $wp_locale;
409
- $seopress_titles_template_replace_array = array(
410
- $sep,
411
- get_bloginfo('name'),
412
- get_bloginfo('name'),
413
- get_bloginfo('description'),
414
- the_title_attribute('echo=0'),
415
- the_title_attribute('echo=0'),
416
- $seopress_get_the_excerpt,
417
- get_the_date(),
418
- get_the_modified_date(),
419
- $the_author_meta,
420
- $post_category,
421
- $post_tag,
422
- single_cat_title('', false),
423
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(category_description())),$seopress_excerpt_length),
424
- single_tag_title('', false),
425
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(tag_description())),$seopress_excerpt_length),
426
- single_term_title('', false),
427
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(term_description())),$seopress_excerpt_length),
428
- $get_search_query,
429
- $seopress_paged,
430
- post_type_archive_title('', false),
431
- get_the_archive_title(),
432
- get_the_archive_title(),
433
- get_query_var('day'),
434
- get_query_var('monthnum'),
435
- get_query_var('year'),
436
- $woo_single_cat_html,
437
- $woo_single_tag_html,
438
- $seopress_get_the_excerpt,
439
- $woo_single_price,
440
- $woo_single_price_exc_tax,
441
- $woo_single_sku,
442
- date_i18n('j'),
443
- date_i18n('F'),
444
- date('Y'),
445
- date_i18n( get_option( 'date_format' )),
446
- current_time(get_option( 'time_format' )),
447
- );
448
 
449
  if ( is_front_page() && is_home() && isset($post) && get_post_meta($post->ID,'_seopress_titles_title',true) =='') { //HOMEPAGE
450
  if (seopress_titles_home_site_title_option() !='') {
@@ -616,212 +435,29 @@ add_filter( 'pre_get_document_title', 'seopress_titles_the_title', 10 );
616
 
617
  //THE Meta Description
618
  function seopress_titles_the_description_content() {
619
- global $post;
620
-
621
- //Init
622
- $seopress_titles_description_template ='';
623
- $seopress_paged ='';
624
- $the_author_meta ='';
625
-
626
- //Excerpt length
627
- $seopress_excerpt_length = 50;
628
- $seopress_excerpt_length = apply_filters('seopress_excerpt_length',$seopress_excerpt_length);
629
-
630
- //Template variables
631
- $sep = '';
632
- if (seopress_titles_sep_option()) {
633
- $sep = seopress_titles_sep_option();
634
- } else {
635
- $sep = '-';
636
- }
637
-
638
- if (get_query_var('paged') >='1') {
639
- $seopress_paged = get_query_var('paged');
640
- }
641
-
642
- $seopress_excerpt ='';
643
- if (!is_404() && $post !='') {
644
- if (has_excerpt($post->ID)) {
645
- $seopress_excerpt = get_the_excerpt();
646
- }
647
- }
648
-
649
- if (get_query_var('paged') >='1') {
650
- $seopress_paged = get_query_var('paged');
651
- $seopress_paged = apply_filters('seopress_paged', $seopress_paged);
652
- }
653
-
654
- if(is_single() || is_author()){
655
- $the_author_meta = get_the_author_meta('display_name', $post->post_author);
656
- }
657
-
658
- $post_category ='';
659
- if (is_single() && has_category()) {
660
- $post_category_array = get_the_terms(get_the_id(), 'category');
661
- $post_category = $post_category_array[0]->name;
662
- }
663
-
664
- $post_tag ='';
665
- if (is_single() && has_tag()) {
666
- $post_tag_array = get_the_terms(get_the_id(), 'post_tag');
667
- $post_tag = $post_tag_array[0]->name;
668
- }
669
-
670
- $get_search_query ='';
671
- if (get_search_query() !='') {
672
- $get_search_query = '"'.get_search_query().'"';
673
- } else {
674
- $get_search_query = esc_attr('" "');
675
- }
676
- $get_search_query = apply_filters('seopress_get_search_query', $get_search_query);
677
-
678
- if ($seopress_excerpt !='') {
679
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes($seopress_excerpt), true)))), $seopress_excerpt_length);
680
- } elseif ($post !='') {
681
- if (get_post_field('post_content', $post->ID) !='') {
682
- $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes(get_post_field('post_content', $post->ID), true))))), $seopress_excerpt_length);
683
- } else {
684
- $seopress_get_the_excerpt = null;
685
- }
686
- } else {
687
- $seopress_get_the_excerpt = null;
688
- }
689
-
690
- $woo_single_cat_html ='';
691
- $woo_single_tag_html ='';
692
- $woo_single_price ='';
693
- $woo_single_price_exc_tax ='';
694
- $woo_single_sku = '';
695
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
696
- if ( is_plugin_active( 'woocommerce/woocommerce.php' )) {
697
- if (is_product()) {
698
- //Woo Cat product
699
- $woo_single_cats = get_the_terms( $post->ID, 'product_cat' );
700
-
701
- if ( $woo_single_cats && ! is_wp_error( $woo_single_cats ) ) {
702
-
703
- $woo_single_cat = array();
704
-
705
- foreach ( $woo_single_cats as $term ) {
706
- $woo_single_cat[] = $term->name;
707
- }
708
-
709
- $woo_single_cat_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_cat )));
710
- }
711
-
712
- //Woo Tag product
713
- $woo_single_tags = get_the_terms( $post->ID, 'product_tag' );
714
-
715
- if ( $woo_single_tags && ! is_wp_error( $woo_single_tags ) ) {
716
-
717
- $woo_single_tag = array();
718
-
719
- foreach ( $woo_single_tags as $term ) {
720
- $woo_single_tag[] = $term->name;
721
- }
722
-
723
- $woo_single_tag_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_tag )));
724
- }
725
-
726
- //Woo Price
727
- $product = wc_get_product($post->ID);
728
- $woo_single_price = wc_get_price_including_tax( $product );
729
-
730
- //Woo Price tax excluded
731
- $product = wc_get_product($post->ID);
732
- $woo_single_price_exc_tax = wc_get_price_excluding_tax( $product );
733
-
734
- //Woo SKU Number
735
- $product = wc_get_product($post->ID);
736
- $woo_single_sku = $product->get_sku();
737
- }
738
- }
739
-
740
- $author_bio ='';
741
- if (get_the_author_meta('description') !='') {
742
- $author_bio = esc_html(get_the_author_meta('description'));
743
- }
744
-
745
- $seopress_titles_template_variables_array = array(
746
- '%%sep%%',
747
- '%%sitetitle%%',
748
- '%%sitename%%',
749
- '%%tagline%%',
750
- '%%title%%',
751
- '%%post_title%%',
752
- '%%post_excerpt%%',
753
- '%%post_date%%',
754
- '%%post_modified_date%%',
755
- '%%post_author%%',
756
- '%%post_category%%',
757
- '%%post_tag%%',
758
- '%%_category_title%%',
759
- '%%_category_description%%',
760
- '%%tag_title%%',
761
- '%%tag_description%%',
762
- '%%term_title%%',
763
- '%%term_description%%',
764
- '%%search_keywords%%',
765
- '%%current_pagination%%',
766
- '%%cpt_plural%%',
767
- '%%archive_title%%',
768
- '%%archive_date%%',
769
- '%%archive_date_day%%',
770
- '%%archive_date_month%%',
771
- '%%archive_date_year%%',
772
- '%%wc_single_cat%%',
773
- '%%wc_single_tag%%',
774
- '%%wc_single_short_desc%%',
775
- '%%wc_single_price%%',
776
- '%%wc_single_price_exc_tax%%',
777
- '%%wc_sku%%',
778
- '%%currentday%%',
779
- '%%currentmonth%%',
780
- '%%currentyear%%',
781
- '%%currentdate%%',
782
- '%%currenttime%%',
783
- '%%author_bio%%',
784
- );
785
- $seopress_titles_template_replace_array = array(
786
- $sep,
787
- get_bloginfo('name'),
788
- get_bloginfo('name'),
789
- get_bloginfo('description'),
790
- the_title_attribute('echo=0'),
791
- the_title_attribute('echo=0'),
792
- $seopress_get_the_excerpt,
793
- get_the_date(),
794
- get_the_modified_date(),
795
- $the_author_meta,
796
- $post_category,
797
- $post_tag,
798
- single_cat_title('', false),
799
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(category_description())),$seopress_excerpt_length),
800
- single_tag_title('', false),
801
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(tag_description())),$seopress_excerpt_length),
802
- single_term_title('', false),
803
- wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(term_description())),$seopress_excerpt_length),
804
- $get_search_query,
805
- $seopress_paged,
806
- post_type_archive_title('', false),
807
- get_the_archive_title(),
808
- get_query_var('monthnum').' - '.get_query_var('year'),
809
- get_query_var('day'),
810
- get_query_var('monthnum'),
811
- get_query_var('year'),
812
- $woo_single_cat_html,
813
- $woo_single_tag_html,
814
- $seopress_get_the_excerpt,
815
- $woo_single_price,
816
- $woo_single_price_exc_tax,
817
- $woo_single_sku,
818
- date_i18n('j'),
819
- date_i18n('F'),
820
- date('Y'),
821
- date_i18n( get_option( 'date_format' )),
822
- current_time(get_option( 'time_format' )),
823
- $author_bio,
824
- );
825
 
826
  if ( is_front_page() && is_home() && isset($post) && get_post_meta($post->ID,'_seopress_titles_desc',true) =='' ) { //HOMEPAGE
827
  if (seopress_titles_home_site_desc_option() !='') { //IS GLOBAL
@@ -1314,6 +950,37 @@ function seopress_titles_single_cpt_date_hook() {
1314
  }
1315
  add_action( 'wp_head', 'seopress_titles_single_cpt_date_hook', 1 );
1316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1317
  //noodp
1318
  function seopress_titles_noodp_option() {
1319
  $seopress_titles_noodp_option = get_option("seopress_titles_option_name");
241
 
242
  //THE Title Tag
243
  function seopress_titles_the_title() {
244
+ $variables = NULL;
245
+ $variables = apply_filters('seopress_dyn_variables_fn', $variables);
246
+
247
+ $post = $variables['post'];
248
+ $term = $variables['term'];
249
+ $seopress_titles_title_template = $variables['seopress_titles_title_template'];
250
+ $seopress_titles_description_template = $variables['seopress_titles_description_template'];
251
+ $seopress_paged = $variables['seopress_paged'];
252
+ $the_author_meta = $variables['the_author_meta'];
253
+ $sep = $variables['sep'];
254
+ $seopress_excerpt = $variables['seopress_excerpt'];
255
+ $post_category = $variables['post_category'];
256
+ $post_tag = $variables['post_tag'];
257
+ $get_search_query = $variables['get_search_query'];
258
+ $woo_single_cat_html = $variables['woo_single_cat_html'];
259
+ $woo_single_tag_html = $variables['woo_single_tag_html'];
260
+ $woo_single_price = $variables['woo_single_price'];
261
+ $woo_single_price_exc_tax = $variables['woo_single_price_exc_tax'];
262
+ $woo_single_sku = $variables['woo_single_sku'];
263
+ $author_bio = $variables['author_bio'];
264
+ $seopress_get_the_excerpt = $variables['seopress_get_the_excerpt'];
265
+ $seopress_titles_template_variables_array = $variables['seopress_titles_template_variables_array'];
266
+ $seopress_titles_template_replace_array = $variables['seopress_titles_template_replace_array'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
 
268
  if ( is_front_page() && is_home() && isset($post) && get_post_meta($post->ID,'_seopress_titles_title',true) =='') { //HOMEPAGE
269
  if (seopress_titles_home_site_title_option() !='') {
435
 
436
  //THE Meta Description
437
  function seopress_titles_the_description_content() {
438
+ $variables = NULL;
439
+ $variables = apply_filters('seopress_dyn_variables_fn', $variables);
440
+
441
+ $post = $variables['post'];
442
+ $term = $variables['term'];
443
+ $seopress_titles_title_template = $variables['seopress_titles_title_template'];
444
+ $seopress_titles_description_template = $variables['seopress_titles_description_template'];
445
+ $seopress_paged = $variables['seopress_paged'];
446
+ $the_author_meta = $variables['the_author_meta'];
447
+ $sep = $variables['sep'];
448
+ $seopress_excerpt = $variables['seopress_excerpt'];
449
+ $post_category = $variables['post_category'];
450
+ $post_tag = $variables['post_tag'];
451
+ $get_search_query = $variables['get_search_query'];
452
+ $woo_single_cat_html = $variables['woo_single_cat_html'];
453
+ $woo_single_tag_html = $variables['woo_single_tag_html'];
454
+ $woo_single_price = $variables['woo_single_price'];
455
+ $woo_single_price_exc_tax = $variables['woo_single_price_exc_tax'];
456
+ $woo_single_sku = $variables['woo_single_sku'];
457
+ $author_bio = $variables['author_bio'];
458
+ $seopress_get_the_excerpt = $variables['seopress_get_the_excerpt'];
459
+ $seopress_titles_template_variables_array = $variables['seopress_titles_template_variables_array'];
460
+ $seopress_titles_template_replace_array = $variables['seopress_titles_template_replace_array'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
  if ( is_front_page() && is_home() && isset($post) && get_post_meta($post->ID,'_seopress_titles_desc',true) =='' ) { //HOMEPAGE
463
  if (seopress_titles_home_site_desc_option() !='') { //IS GLOBAL
950
  }
951
  add_action( 'wp_head', 'seopress_titles_single_cpt_date_hook', 1 );
952
 
953
+ //thumbnail in Google Custom Search
954
+ function seopress_titles_single_cpt_thumb_gcs_option() {
955
+ global $post;
956
+ $seopress_get_current_cpt = get_post_type($post);
957
+
958
+ $seopress_titles_single_cpt_thumb_gcs_option = get_option("seopress_titles_option_name");
959
+ if ( ! empty ( $seopress_titles_single_cpt_thumb_gcs_option ) ) {
960
+ foreach ($seopress_titles_single_cpt_thumb_gcs_option as $key => $seopress_titles_single_cpt_thumb_gcs_value)
961
+ $options[$key] = $seopress_titles_single_cpt_thumb_gcs_value;
962
+ if (isset($seopress_titles_single_cpt_thumb_gcs_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['thumb_gcs'])) {
963
+ return $seopress_titles_single_cpt_thumb_gcs_option['seopress_titles_single_titles'][$seopress_get_current_cpt]['thumb_gcs'];
964
+ }
965
+ }
966
+ };
967
+
968
+ function seopress_titles_single_cpt_thumb_gcs() {
969
+ if (!is_front_page() && !is_home()) {
970
+ if (is_singular() && seopress_titles_single_cpt_thumb_gcs_option() =='1') {
971
+ if (get_the_post_thumbnail_url(get_the_ID())) {
972
+ $html = '<meta name="thumbnail" content="'.get_the_post_thumbnail_url(get_the_ID(), 'thumbnail').'" />';
973
+ $html .= "\n";
974
+
975
+ $html = apply_filters('seopress_titles_gcs_thumbnail', $html);
976
+
977
+ echo $html;
978
+ }
979
+ }
980
+ }
981
+ }
982
+ add_action( 'wp_head', 'seopress_titles_single_cpt_thumb_gcs', 1 );
983
+
984
  //noodp
985
  function seopress_titles_noodp_option() {
986
  $seopress_titles_noodp_option = get_option("seopress_titles_option_name");
inc/functions/options.php CHANGED
@@ -226,6 +226,8 @@ if (seopress_get_toggle_google_analytics_option() =='1') {
226
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
227
  $data = array();
228
  $data['gtag_js'] = seopress_google_analytics_js(false);
 
 
229
  $data['custom'] = '';
230
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
231
  wp_send_json_success($data);
@@ -233,7 +235,9 @@ if (seopress_get_toggle_google_analytics_option() =='1') {
233
  } else {
234
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
235
  $data = array();
236
- $data['gtag_js'] = seopress_google_analytics_js(false);
 
 
237
  $data['custom'] = '';
238
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
239
  wp_send_json_success($data);
@@ -242,7 +246,9 @@ if (seopress_get_toggle_google_analytics_option() =='1') {
242
  } else {
243
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
244
  $data = array();
245
- $data['gtag_js'] = seopress_google_analytics_js(false);
 
 
246
  $data['custom'] = '';
247
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
248
  wp_send_json_success($data);
@@ -250,16 +256,6 @@ if (seopress_get_toggle_google_analytics_option() =='1') {
250
  }
251
  add_action('wp_ajax_seopress_cookies_user_consent', 'seopress_cookies_user_consent');
252
  add_action('wp_ajax_nopriv_seopress_cookies_user_consent', 'seopress_cookies_user_consent');
253
-
254
- // add_action('woocommerce_add_to_cart', 'seopress_load_google_analytics_checkout_options', 0);
255
- // function seopress_load_google_analytics_checkout_options() {
256
- // require_once ( dirname( __FILE__ ) . '/options-google-analytics-checkout.php'); //Google Analytics E-commerce
257
- // }
258
-
259
- // add_action('woocommerce_checkout_order_processed', 'seopress_load_google_analytics_order_options', 0);
260
- // function seopress_load_google_analytics_order_options() {
261
- // require_once ( dirname( __FILE__ ) . '/options-google-analytics-order.php'); //Google Analytics E-commerce
262
- // }
263
  }
264
 
265
  add_action('wp', 'seopress_load_redirections_options', 0);
226
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
227
  $data = array();
228
  $data['gtag_js'] = seopress_google_analytics_js(false);
229
+ $data['body_js'] = seopress_google_analytics_body_code(false);
230
+ $data['head_js'] = seopress_google_analytics_head_code(false);
231
  $data['custom'] = '';
232
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
233
  wp_send_json_success($data);
235
  } else {
236
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
237
  $data = array();
238
+ $data['gtag_js'] = seopress_google_analytics_js(false);
239
+ $data['body_js'] = seopress_google_analytics_body_code(false);
240
+ $data['head_js'] = seopress_google_analytics_head_code(false);
241
  $data['custom'] = '';
242
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
243
  wp_send_json_success($data);
246
  } else {
247
  include_once ( dirname( __FILE__ ) . '/options-google-analytics.php'); //Google Analytics
248
  $data = array();
249
+ $data['gtag_js'] = seopress_google_analytics_js(false);
250
+ $data['body_js'] = seopress_google_analytics_body_code(false);
251
+ $data['head_js'] = seopress_google_analytics_head_code(false);
252
  $data['custom'] = '';
253
  $data['custom'] = apply_filters( 'seopress_custom_tracking', $data['custom'] );
254
  wp_send_json_success($data);
256
  }
257
  add_action('wp_ajax_seopress_cookies_user_consent', 'seopress_cookies_user_consent');
258
  add_action('wp_ajax_nopriv_seopress_cookies_user_consent', 'seopress_cookies_user_consent');
 
 
 
 
 
 
 
 
 
 
259
  }
260
 
261
  add_action('wp', 'seopress_load_redirections_options', 0);
inc/functions/sitemap/template-html-sitemap.php CHANGED
@@ -20,7 +20,10 @@ if (!empty($postslist)) {
20
  if (get_post_type_archive_link($cpt_key)) {
21
  $content .= '<li><a href="'.get_post_type_archive_link($cpt_key).'">'.$obj->labels->name.'</a></li>';
22
  }
23
- $content .= $walker_page->walk($postslist, 0);
 
 
 
24
  $content .= '</ul>'; // 0 means display all levels.
25
  } else {
26
  $content .= '<ul>';
20
  if (get_post_type_archive_link($cpt_key)) {
21
  $content .= '<li><a href="'.get_post_type_archive_link($cpt_key).'">'.$obj->labels->name.'</a></li>';
22
  }
23
+ $depth = 0;
24
+ $depth = apply_filters('seopress_sitemaps_html_pages_depth_query', $depth);
25
+
26
+ $content .= $walker_page->walk($postslist, $depth);
27
  $content .= '</ul>'; // 0 means display all levels.
28
  } else {
29
  $content .= '<ul>';
inc/functions/sitemap/template-xml-sitemaps-single.php CHANGED
@@ -225,7 +225,9 @@ function seopress_xml_sitemap_single() {
225
  $seopress_sitemaps .= '</image:image>';
226
  }
227
 
228
- $seopress_sitemaps .= "\n";
 
 
229
  }
230
  }
231
  $seopress_sitemaps .= '</url>';
225
  $seopress_sitemaps .= '</image:image>';
226
  }
227
 
228
+ $seopress_sitemaps .= "\n";
229
+
230
+ $seopress_sitemaps = apply_filters('seopress_sitemaps_single_img', $seopress_sitemaps, $post);
231
  }
232
  }
233
  $seopress_sitemaps .= '</url>';
inc/functions/variables/dynamic-variables.php ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ defined( 'ABSPATH' ) or die( 'Please don&rsquo;t call the plugin directly. Thanks :)' );
3
+
4
+ //Init
5
+ global $post;
6
+ global $term;
7
+
8
+ $seopress_titles_title_template ='';
9
+ $seopress_titles_description_template ='';
10
+ $seopress_paged ='';
11
+ $the_author_meta ='';
12
+ $sep = '';
13
+ $seopress_excerpt ='';
14
+ $post_category ='';
15
+ $post_tag ='';
16
+ $get_search_query ='';
17
+ $woo_single_cat_html ='';
18
+ $woo_single_tag_html ='';
19
+ $woo_single_price ='';
20
+ $woo_single_price_exc_tax ='';
21
+ $woo_single_sku = '';
22
+ $author_bio ='';
23
+
24
+ //Excerpt length
25
+ $seopress_excerpt_length = 50;
26
+ $seopress_excerpt_length = apply_filters('seopress_excerpt_length',$seopress_excerpt_length);
27
+
28
+ //Remove WordPress Filters
29
+ $seopress_array_filters = array('category_description', 'tag_description', 'term_description');
30
+ foreach ($seopress_array_filters as $key => $value) {
31
+ remove_filter($value,'wpautop');
32
+ }
33
+
34
+ //Template variables
35
+ if (seopress_titles_sep_option()) {
36
+ $sep = seopress_titles_sep_option();
37
+ } else {
38
+ $sep = '-';
39
+ }
40
+
41
+ if (get_query_var('paged') >='1') {
42
+ $seopress_paged = get_query_var('paged');
43
+ }
44
+
45
+ if (!is_404() && $post !='') {
46
+ if (has_excerpt($post->ID)) {
47
+ $seopress_excerpt = get_the_excerpt();
48
+ }
49
+ }
50
+
51
+ if (get_query_var('paged') >='1') {
52
+ $seopress_paged = get_query_var('paged');
53
+ $seopress_paged = apply_filters('seopress_paged', $seopress_paged);
54
+ }
55
+
56
+ if(is_single() || is_author()){
57
+ $the_author_meta = get_the_author_meta('display_name', $post->post_author);
58
+ }
59
+
60
+ if (is_single() && has_category()) {
61
+ $post_category_array = get_the_terms(get_the_id(), 'category');
62
+ $post_category = $post_category_array[0]->name;
63
+ }
64
+
65
+ if (is_single() && has_tag()) {
66
+ $post_tag_array = get_the_terms(get_the_id(), 'post_tag');
67
+ $post_tag = $post_tag_array[0]->name;
68
+ }
69
+
70
+ if (get_search_query() !='') {
71
+ $get_search_query = '"'.get_search_query().'"';
72
+ } else {
73
+ $get_search_query = esc_attr('" "');
74
+ }
75
+ $get_search_query = apply_filters('seopress_get_search_query', $get_search_query);
76
+
77
+ if ($seopress_excerpt !='') {
78
+ $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes($seopress_excerpt), true)))), $seopress_excerpt_length);
79
+ } elseif ($post !='') {
80
+ if (get_post_field('post_content', $post->ID) !='') {
81
+ $seopress_get_the_excerpt = wp_trim_words(esc_attr(stripslashes_deep(wp_filter_nohtml_kses(wp_strip_all_tags(strip_shortcodes(get_post_field('post_content', $post->ID), true))))), $seopress_excerpt_length);
82
+ } else {
83
+ $seopress_get_the_excerpt = null;
84
+ }
85
+ } else {
86
+ $seopress_get_the_excerpt = null;
87
+ }
88
+
89
+ include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
90
+ if ( is_plugin_active( 'woocommerce/woocommerce.php' )) {
91
+ if (is_product()) {
92
+ //Woo Cat product
93
+ $woo_single_cats = get_the_terms( $post->ID, 'product_cat' );
94
+
95
+ if ( $woo_single_cats && ! is_wp_error( $woo_single_cats ) ) {
96
+
97
+ $woo_single_cat = array();
98
+
99
+ foreach ( $woo_single_cats as $term ) {
100
+ $woo_single_cat[] = $term->name;
101
+ }
102
+
103
+ $woo_single_cat_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_cat )));
104
+ }
105
+
106
+ //Woo Tag product
107
+ $woo_single_tags = get_the_terms( $post->ID, 'product_tag' );
108
+
109
+ if ( $woo_single_tags && ! is_wp_error( $woo_single_tags ) ) {
110
+
111
+ $woo_single_tag = array();
112
+
113
+ foreach ( $woo_single_tags as $term ) {
114
+ $woo_single_tag[] = $term->name;
115
+ }
116
+
117
+ $woo_single_tag_html = stripslashes_deep(wp_filter_nohtml_kses(join( ", ", $woo_single_tag )));
118
+ }
119
+
120
+ //Woo Price
121
+ $product = wc_get_product($post->ID);
122
+ $woo_single_price = wc_get_price_including_tax( $product );
123
+
124
+ //Woo Price tax excluded
125
+ $product = wc_get_product($post->ID);
126
+ $woo_single_price_exc_tax = wc_get_price_excluding_tax( $product );
127
+
128
+ //Woo SKU Number
129
+ $product = wc_get_product($post->ID);
130
+ $woo_single_sku = $product->get_sku();
131
+ }
132
+ }
133
+
134
+ if (get_the_author_meta('description') !='') {
135
+ $author_bio = esc_html(get_the_author_meta('description'));
136
+ }
137
+
138
+ $seopress_titles_template_variables_array = array(
139
+ '%%sep%%',
140
+ '%%sitetitle%%',
141
+ '%%sitename%%',
142
+ '%%tagline%%',
143
+ '%%title%%',
144
+ '%%post_title%%',
145
+ '%%post_excerpt%%',
146
+ '%%post_date%%',
147
+ '%%post_modified_date%%',
148
+ '%%post_author%%',
149
+ '%%post_category%%',
150
+ '%%post_tag%%',
151
+ '%%_category_title%%',
152
+ '%%_category_description%%',
153
+ '%%tag_title%%',
154
+ '%%tag_description%%',
155
+ '%%term_title%%',
156
+ '%%term_description%%',
157
+ '%%search_keywords%%',
158
+ '%%current_pagination%%',
159
+ '%%cpt_plural%%',
160
+ '%%archive_title%%',
161
+ '%%archive_date%%',
162
+ '%%archive_date_day%%',
163
+ '%%archive_date_month%%',
164
+ '%%archive_date_year%%',
165
+ '%%wc_single_cat%%',
166
+ '%%wc_single_tag%%',
167
+ '%%wc_single_short_desc%%',
168
+ '%%wc_single_price%%',
169
+ '%%wc_single_price_exc_tax%%',
170
+ '%%wc_sku%%',
171
+ '%%currentday%%',
172
+ '%%currentmonth%%',
173
+ '%%currentyear%%',
174
+ '%%currentdate%%',
175
+ '%%currenttime%%',
176
+ '%%author_bio%%',
177
+ );
178
+
179
+ $seopress_titles_template_variables_array = apply_filters('seopress_titles_template_variables_array',$seopress_titles_template_variables_array);
180
+
181
+ $seopress_titles_template_replace_array = array(
182
+ $sep,
183
+ get_bloginfo('name'),
184
+ get_bloginfo('name'),
185
+ get_bloginfo('description'),
186
+ the_title_attribute('echo=0'),
187
+ the_title_attribute('echo=0'),
188
+ $seopress_get_the_excerpt,
189
+ get_the_date(),
190
+ get_the_modified_date(),
191
+ $the_author_meta,
192
+ $post_category,
193
+ $post_tag,
194
+ single_cat_title('', false),
195
+ wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(category_description())),$seopress_excerpt_length),
196
+ single_tag_title('', false),
197
+ wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(tag_description())),$seopress_excerpt_length),
198
+ single_term_title('', false),
199
+ wp_trim_words(stripslashes_deep(wp_filter_nohtml_kses(term_description())),$seopress_excerpt_length),
200
+ $get_search_query,
201
+ $seopress_paged,
202
+ post_type_archive_title('', false),
203
+ get_the_archive_title(),
204
+ get_query_var('monthnum').' - '.get_query_var('year'),
205
+ get_query_var('day'),
206
+ get_query_var('monthnum'),
207
+ get_query_var('year'),
208
+ $woo_single_cat_html,
209
+ $woo_single_tag_html,
210
+ $seopress_get_the_excerpt,
211
+ $woo_single_price,
212
+ $woo_single_price_exc_tax,
213
+ $woo_single_sku,
214
+ date_i18n('j'),
215
+ date_i18n('F'),
216
+ date('Y'),
217
+ date_i18n( get_option( 'date_format' )),
218
+ current_time(get_option( 'time_format' )),
219
+ $author_bio,
220
+ );
221
+
222
+ $seopress_titles_template_replace_array = apply_filters('seopress_titles_template_replace_array',$seopress_titles_template_replace_array);
223
+
224
+ $variables = array(
225
+ 'post'=> $post,
226
+ 'term' => $term,
227
+ 'seopress_titles_title_template' => $seopress_titles_title_template,
228
+ 'seopress_titles_description_template' => $seopress_titles_description_template,
229
+ 'seopress_paged' => $seopress_paged,
230
+ 'the_author_meta' => $the_author_meta,
231
+ 'sep' => $sep,
232
+ 'seopress_excerpt' => $seopress_excerpt,
233
+ 'post_category' => $post_category,
234
+ 'post_tag' => $post_tag,
235
+ 'get_search_query' => $get_search_query,
236
+ 'woo_single_cat_html' => $woo_single_cat_html,
237
+ 'woo_single_tag_html' => $woo_single_tag_html,
238
+ 'woo_single_price' => $woo_single_price,
239
+ 'woo_single_price_exc_tax' => $woo_single_price_exc_tax,
240
+ 'woo_single_sku' => $woo_single_sku,
241
+ 'author_bio' => $author_bio,
242
+ 'seopress_get_the_excerpt' => $seopress_get_the_excerpt,
243
+ 'seopress_titles_template_variables_array' => $seopress_titles_template_variables_array,
244
+ 'seopress_titles_template_replace_array' => $seopress_titles_template_replace_array
245
+ );
246
+
247
+ return $variables;
languages/wp-seopress-ar.mo CHANGED
Binary file
languages/wp-seopress-ar.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: SEOPress\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
5
- "POT-Creation-Date: 2019-06-03 11:15+0200\n"
6
- "PO-Revision-Date: 2019-06-03 11:15+0200\n"
7
  "Last-Translator: \n"
8
- "Language-Team: Benjamin DENIS <contact@seopress.org>\n"
9
  "Language: ar\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.2.1\n"
14
  "X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__;esc_html__;esc_html_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,153 +26,153 @@ msgstr "إس إي أو بريس SEOPress"
26
  msgid "PRO"
27
  msgstr "برو PRO"
28
 
29
- #: inc/admin/admin-header.php:36 inc/admin/admin.php:185
 
 
 
 
30
  #: inc/admin/adminbar.php:25
31
  msgid "Titles & Metas"
32
  msgstr "العناوين والبيانات الوصفية (Metas)"
33
 
34
- #: inc/admin/admin-header.php:42 inc/admin/admin.php:186
35
  #: inc/admin/adminbar.php:31
36
  msgid "XML / HTML Sitemap"
37
  msgstr "خارطة الموقع XML / HTML"
38
 
39
- #: inc/admin/admin-header.php:48 inc/admin/admin.php:187 inc/admin/admin.php:1439
40
  #: inc/admin/adminbar.php:37
41
  msgid "Social Networks"
42
  msgstr "شبكات التواصل الاجتماعي"
43
 
44
- #: inc/admin/admin-header.php:54 inc/admin/admin.php:188 inc/admin/admin.php:1477
45
  #: inc/admin/adminbar.php:43
46
  msgid "Google Analytics"
47
  msgstr "إحصاءات جوجل"
48
 
49
- #: inc/admin/admin-header.php:60 inc/admin/admin-metaboxes-form.php:58
50
  #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:622
51
- #: inc/admin/admin.php:1515 inc/admin/adminbar.php:49
52
  msgid "Advanced"
53
  msgstr "خيارات متقدمة"
54
 
55
- #: inc/admin/admin-header.php:68 inc/admin/admin.php:1544
56
  msgid "WooCommerce"
57
  msgstr "WooCommerce"
58
 
59
- #: inc/admin/admin-header.php:74 inc/admin/admin.php:1572
60
  msgid "Easy Digital Downloads"
61
  msgstr "التحميلات الرقمية السهلة (Easy Digital Downloads)"
62
 
63
- #: inc/admin/admin-header.php:80 inc/admin/admin.php:1600
64
  msgid "Local Business"
65
  msgstr "عمل محلي (مناطقي)"
66
 
67
- #: inc/admin/admin-header.php:86 inc/admin/admin.php:1628
68
  msgid "Dublin Core"
69
  msgstr "نواة دبلن (Dublin Core)"
70
 
71
- #: inc/admin/admin-header.php:92
72
- #, fuzzy
73
- #| msgid "Structured Data Types"
74
  msgid "Structured Data Types (schema.org)"
75
- msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
76
 
77
- #: inc/admin/admin-header.php:98 inc/admin/admin.php:1684
78
  msgid "Breadcrumbs"
79
  msgstr "شريط الروابط المتسلسلة"
80
 
81
- #: inc/admin/admin-header.php:104 inc/admin/admin.php:1722
82
  msgid "Google Page Speed"
83
  msgstr "عامل جوجل لسرعة الصفحة (Google Page Speed)"
84
 
85
- #: inc/admin/admin-header.php:111 inc/admin/admin.php:1743
86
  msgid "robots.txt"
87
  msgstr "robots.txt"
88
 
89
- #: inc/admin/admin-header.php:118 inc/admin/admin.php:1784
90
  msgid "Google News Sitemap"
91
  msgstr "خارطة الموقع لعامل أخبار جوجل (Google News Sitemap)"
92
 
93
- #: inc/admin/admin-header.php:124 inc/admin/admin.php:1823
94
- #: inc/admin/adminbar.php:87
95
  msgid "Redirections"
96
  msgstr "روابط إعادة التوجيات"
97
 
98
- #: inc/admin/admin-header.php:130 inc/admin/admin.php:1862
99
- #, fuzzy
100
- #| msgid "Broken Links"
101
  msgid "Broken links"
102
  msgstr "روابط مكسورة"
103
 
104
- #: inc/admin/admin-header.php:136 inc/admin/admin.php:1873
105
  #: inc/admin/adminbar.php:99
106
  msgid "Backlinks"
107
  msgstr "الروابط الخلفية (Backlinks)"
108
 
109
- #: inc/admin/admin-header.php:142 inc/admin/admin.php:1884
110
  msgid "URL Rewriting"
111
  msgstr "إعادة كتابة URL (URL Rewriting)"
112
 
113
- #: inc/admin/admin-header.php:149
114
  msgid "White Label"
115
- msgstr ""
116
 
117
- #: inc/admin/admin-header.php:155 inc/admin/admin.php:1915
118
  msgid ".htaccess"
119
  msgstr ".htaccess"
120
 
121
- #: inc/admin/admin-header.php:162 inc/admin/admin.php:1927
122
  msgid "RSS"
123
  msgstr "تغذية RSS"
124
 
125
- #: inc/admin/admin-header.php:168 inc/admin/admin.php:1220
126
- #: inc/admin/admin.php:1960 inc/admin/adminbar.php:69
127
  msgid "License"
128
  msgstr "الرخص"
129
 
130
- #: inc/admin/admin-header.php:175 inc/admin/admin.php:190
131
- #: inc/admin/admin.php:1939 inc/admin/adminbar.php:55
132
  msgid "Tools"
133
  msgstr "أدوات"
134
 
135
- #: inc/admin/admin-header.php:200
136
  msgid "See the changelog (new window)"
137
  msgstr "مشاهدة ملف التغييرات (نافذة جديدة)"
138
 
139
- #: inc/admin/admin-header.php:202
140
  msgid "See the changelog"
141
  msgstr "مشاهدة ملف التغييرات"
142
 
143
- #: inc/admin/admin-header.php:204 inc/admin/admin-header.php:206
144
  msgid "Send feedback"
145
  msgstr "أرسل رد فعل"
146
 
147
- #: inc/admin/admin-header.php:208
148
  msgid "Follow us on Twitter (new window)"
149
  msgstr "تابعنا على تويتر (نافذة جديدة)"
150
 
151
- #: inc/admin/admin-header.php:210
152
  msgid "Follow us on Twitter"
153
  msgstr "تابعنا على تويتر"
154
 
155
- #: inc/admin/admin-header.php:212
156
  msgid "Follow us on YouTube (new window)"
157
  msgstr "تابعنا على يوتيوب (نافذة جديدة)"
158
 
159
- #: inc/admin/admin-header.php:214
160
  msgid "Follow us on YouTube"
161
  msgstr "تابعنا على يوتيوب"
162
 
163
- #: inc/admin/admin-header.php:216
164
  msgid "Official website (new window)"
165
  msgstr "الموقع الرسمي (نافذة جديدة)"
166
 
167
- #: inc/admin/admin-header.php:218
168
  msgid "Official website"
169
  msgstr "الموقع الرسمي"
170
 
171
- #: inc/admin/admin-header.php:220
172
  msgid "Support (new window)"
173
  msgstr "الدعم (نافذة جديدة)"
174
 
175
- #: inc/admin/admin-header.php:222
176
  msgid "Support"
177
  msgstr "الدعم"
178
 
@@ -191,40 +191,37 @@ msgstr "الكلمات المفتاحية المستهدفة"
191
  msgid "Enter your target keywords"
192
  msgstr "أدخل الكلمات المفتاحية المستهدفة"
193
 
194
- #: inc/admin/admin-metaboxes-content-analysis-form.php:11
195
- #, fuzzy
196
- #| msgid ""
197
- #| "Separate target keywords with commas. Do not use spaces after the commas, "
198
- #| "unless you want to include them."
199
  msgid ""
200
  "Separate target keywords with commas. Do not use spaces after the commas, "
201
  "unless you want to include them (eg: \"my super keyword,another keyword,keyword"
202
  "\")"
203
  msgstr ""
204
- "إفصل الكلمات المفتاحية المستهدفة بفاصلة. الرجاء عدم استخدام مسافات بعد "
205
- "الفواصل، إلّا إذا أردت تضمينها بالكلمات المفتاحية قصداً."
 
206
 
207
- #: inc/admin/admin-metaboxes-content-analysis-form.php:14
208
  msgid "Analyze my content"
209
  msgstr "تحليل محتوى موقعي"
210
 
211
- #: inc/admin/admin-metaboxes-content-analysis-form.php:16
212
  msgid "Refresh analysis"
213
  msgstr "إعادة تنشيط التحليلات"
214
 
215
- #: inc/admin/admin-metaboxes-content-analysis-form.php:18
216
  msgid "Analysis completed"
217
  msgstr "التحليلات اكتملت"
218
 
219
- #: inc/admin/admin-metaboxes-content-analysis-form.php:20
220
  msgid "To get the most accurate analysis, save your post first."
221
  msgstr "للحصول على أكثر التحليلات دقة، الرجاء حفظ منشورك أولاً."
222
 
223
- #: inc/admin/admin-metaboxes-content-analysis-form.php:24
224
  msgid "Google suggestions"
225
  msgstr "إقتراحات جوجل"
226
 
227
- #: inc/admin/admin-metaboxes-content-analysis-form.php:26
228
  msgid ""
229
  "Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. "
230
  "This is useful if you want to work with the long tail technique."
@@ -232,211 +229,213 @@ msgstr ""
232
  "أدخل كلمة مفتاحية، أو عبارة، للوصول إلى أعلى 10 اقتراحات من جوجل مباشرة. هذا "
233
  "مفيد إلا كنت تريد العمل بالأسلوب المعروف بالـ long tail technique."
234
 
235
- #: inc/admin/admin-metaboxes-content-analysis-form.php:28
236
  msgid "Get suggestions!"
237
  msgstr "الحصول على الاقتراحات!"
238
 
239
- #: inc/admin/admin-metaboxes-content-analysis-form.php:71
240
  msgid "Optimizations"
241
  msgstr "التحسينات (المقترحات المُثلى)"
242
 
243
- #: inc/admin/admin-metaboxes-content-analysis-form.php:72
244
  msgid "Configuration"
245
  msgstr "الإعدادات"
246
 
247
- #: inc/admin/admin-metaboxes-content-analysis-form.php:73
248
  msgid "Images"
249
  msgstr "الصور"
250
 
251
- #: inc/admin/admin-metaboxes-content-analysis-form.php:74
252
  msgid "Links"
253
  msgstr "الروابط"
254
 
255
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
256
  msgid "Words counter"
257
  msgstr "عدّاد الكلمات"
258
 
259
- #: inc/admin/admin-metaboxes-content-analysis-form.php:82
260
  msgid "words found."
261
  msgstr "الكلمات المكتشفة."
262
 
263
- #: inc/admin/admin-metaboxes-content-analysis-form.php:83
264
  msgid "unique words found."
265
  msgstr "الكلمات الفريدة المكتشفة."
266
 
267
- #: inc/admin/admin-metaboxes-content-analysis-form.php:86
268
  msgid ""
269
  "Your content is composed of more than 300 words, which is the minimum for a "
270
  "post."
271
  msgstr "محتواك مكوّن من أكثر من 300 كلمة، وهو يعتبر الحد الأدنى المقبول لمنشور."
272
 
273
- #: inc/admin/admin-metaboxes-content-analysis-form.php:88
274
  msgid "Your content is too short. Add a few more paragraphs!"
275
  msgstr "المحتوى قليل جداً. الرجاء إضافة بضع من المقاطع (الفقرات)!"
276
 
277
- #: inc/admin/admin-metaboxes-content-analysis-form.php:95
278
  msgid "H1 (Heading 1)"
279
  msgstr "H1 (عنوان 1)"
280
 
281
- #: inc/admin/admin-metaboxes-content-analysis-form.php:101
282
- #, fuzzy
283
- #| msgid "Target keywords were found in Heading 2 (H2)."
284
  msgid "Target keywords were found in Heading 1 (H1)."
285
- msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 2 (H2)."
286
 
287
- #: inc/admin/admin-metaboxes-content-analysis-form.php:110
288
- #: inc/admin/admin-metaboxes-content-analysis-form.php:131
289
  #: inc/admin/admin-metaboxes-content-analysis-form.php:149
290
- #: inc/admin/admin-metaboxes-content-analysis-form.php:168
291
- #: inc/admin/admin-metaboxes-content-analysis-form.php:197
 
292
  #, php-format
293
  msgid "%s was found %d times."
294
  msgstr "تم اكتشاف %s %d من المرات."
295
 
296
- #: inc/admin/admin-metaboxes-content-analysis-form.php:115
297
  #, php-format
298
  msgid "We found %d Heading 1 (H1) in your content."
299
  msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
300
 
301
- #: inc/admin/admin-metaboxes-content-analysis-form.php:116
302
  #, fuzzy
303
  #| msgid ""
304
- #| "You should not use a H1 heading in your post content because your post "
305
- #| "title is already an H1. The rule is simple: only one H1 for each web page."
306
  msgid ""
307
  "You should not use more than one H1 heading in your post content. The rule is "
308
- "simple: only one H1 for each web page. Better for SEO and accessibility."
 
309
  msgstr ""
310
- "المفترض أن لا يتم استخدام عنونة H1 في متن المنشور (الفحوى) لأن عنوان المنشور "
311
- "هو بالأصل H1. القاعدة بكل بساطة: كل صفحة ويب تحتوي على H1 واحد فقط."
 
312
 
313
- #: inc/admin/admin-metaboxes-content-analysis-form.php:121
314
  msgid "H2 (Heading 2)"
315
  msgstr "H2 (عنوان 2)"
316
 
317
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
318
  msgid "Target keywords were found in Heading 2 (H2)."
319
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 2 (H2)."
320
 
321
- #: inc/admin/admin-metaboxes-content-analysis-form.php:135
322
  msgid "None of your target keywords were found in Heading 2 (H2)."
323
  msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
324
 
325
- #: inc/admin/admin-metaboxes-content-analysis-form.php:139
326
  msgid "H3 (Heading 3)"
327
  msgstr "H3 (عنوان 3)"
328
 
329
- #: inc/admin/admin-metaboxes-content-analysis-form.php:141
330
  msgid "Target keywords were found in Heading 3 (H3)."
331
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 3 (H3)."
332
 
333
- #: inc/admin/admin-metaboxes-content-analysis-form.php:153
334
  msgid "None of your target keywords were found in Heading 3 (H3)."
335
  msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 3 (H3)."
336
 
337
- #: inc/admin/admin-metaboxes-content-analysis-form.php:157
338
  msgid "Meta title"
339
  msgstr "البيان الوصفي (Meta) للعنوان"
340
 
341
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
342
  msgid "Target keywords were found in the Meta Title."
343
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) للعنوان."
344
 
345
- #: inc/admin/admin-metaboxes-content-analysis-form.php:172
346
  msgid "None of your target keywords were found in the Meta Title."
347
  msgstr ""
348
  "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) "
349
  "للعنوان."
350
 
351
- #: inc/admin/admin-metaboxes-content-analysis-form.php:176
352
  msgid "Your custom title is too long."
353
  msgstr "عنوانك المخصص أطول من اللازم."
354
 
355
- #: inc/admin/admin-metaboxes-content-analysis-form.php:178
356
  msgid "The length of your title is correct"
357
  msgstr "طول العنوان صحيح"
358
 
359
- #: inc/admin/admin-metaboxes-content-analysis-form.php:181
360
  msgid "No custom title is set for this post."
361
  msgstr "لم يتم تعيين عنوان مخصص لهذا المنشور."
362
 
363
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
364
- #: inc/admin/admin-metaboxes-form.php:109 inc/admin/admin-metaboxes-form.php:110
365
- #: inc/admin/admin.php:733 inc/admin/admin.php:754 inc/admin/admin.php:773
366
- #: inc/admin/admin.php:2055 inc/admin/admin.php:3489
 
 
367
  #: inc/functions/options-advanced-admin.php:761
368
  msgid "Meta description"
369
  msgstr "البيان الوصفي (Meta) لخانة الوصف"
370
 
371
- #: inc/admin/admin-metaboxes-content-analysis-form.php:189
372
  msgid "Target keywords were found in the Meta description."
373
  msgstr ""
374
  "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
375
 
376
- #: inc/admin/admin-metaboxes-content-analysis-form.php:201
377
  msgid "None of your target keywords were found in the Meta description."
378
  msgstr ""
379
  "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة "
380
  "الوصف."
381
 
382
- #: inc/admin/admin-metaboxes-content-analysis-form.php:205
383
  msgid "You custom meta description is too long."
384
  msgstr "البيان الوصفي (meta) المخصص لخانة الوصف طويل جداً."
385
 
386
- #: inc/admin/admin-metaboxes-content-analysis-form.php:207
387
  msgid "The length of your meta description is correct"
388
  msgstr "طول البيان الوصفي (meta) لخانة الوصف صحيح"
389
 
390
- #: inc/admin/admin-metaboxes-content-analysis-form.php:210
391
  msgid "No custom meta description is set for this post."
392
  msgstr "لم يتم تعيين بيان وصفي (meta) لخانة الوصف لهذه المنشور."
393
 
394
- #: inc/admin/admin-metaboxes-content-analysis-form.php:216
395
  msgid "Robots"
396
  msgstr "Robots"
397
 
398
- #: inc/admin/admin-metaboxes-content-analysis-form.php:226
399
  #, php-format
400
  msgid ""
401
  "We found %s meta robots in your page. There is probably something wrong with "
402
  "your theme!"
403
  msgstr ""
404
 
405
- #: inc/admin/admin-metaboxes-content-analysis-form.php:230
406
  msgid "noindex is on! Search engines can't index this page."
407
  msgstr ""
408
  "خيار عدم الفهرسة (noindex) يعمل! محركات البحث لن تتمكن من فهرسة هذه الصفحة."
409
 
410
- #: inc/admin/admin-metaboxes-content-analysis-form.php:232
411
  msgid "noindex is off. Search engines will index this page."
412
  msgstr ""
413
  "خيار عدم الفهرسة (noindex) متوقف! محركات البحث سوف تقوم بفهرسة هذه الصفحة."
414
 
415
- #: inc/admin/admin-metaboxes-content-analysis-form.php:236
416
  msgid "nofollow is on! Search engines can't follow your links on this page."
417
  msgstr ""
418
  "خيار عدم الاتباع (nofollow) يعمل! محركات البحث لن تتمكن من تتبع الروابط على "
419
  "هذه الصفحة."
420
 
421
- #: inc/admin/admin-metaboxes-content-analysis-form.php:238
422
  msgid "nofollow is off. Search engines will follow links on this page."
423
  msgstr ""
424
  "خيار عدم الاتباع (nofollow) متوقف! محركات البحث سوف تقوم بتتبع الروابط على هذه "
425
  "الصفحة."
426
 
427
- #: inc/admin/admin-metaboxes-content-analysis-form.php:242
428
  msgid "noarchive is on! Search engines will not cache your page."
429
  msgstr ""
430
  "خيار عدم الأرشفة (noarchive) يعمل! محركات البحث لن تقوم بالتخزين المؤقت "
431
  "(cache) لهذه الصفحة."
432
 
433
- #: inc/admin/admin-metaboxes-content-analysis-form.php:244
434
  msgid "noarchive is off. Search engines will probably cache your page."
435
  msgstr ""
436
  "خيار عدم الأرشفة (noarchive) متوقف! محركات البحث على الأرجح ستقوم بالتخزين "
437
  "المؤقت (cache) لهذه الصفحة."
438
 
439
- #: inc/admin/admin-metaboxes-content-analysis-form.php:248
440
  msgid ""
441
  "nosnippet is on! Search engines will not display a snippet of this page in "
442
  "search results."
@@ -444,7 +443,7 @@ msgstr ""
444
  "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار "
445
  "الشرح المبسّط لهذه الصفحة في نتائج بحثها."
446
 
447
- #: inc/admin/admin-metaboxes-content-analysis-form.php:250
448
  msgid ""
449
  "nosnippet is off. Search engines will display a snippet of this page in search "
450
  "results."
@@ -452,13 +451,13 @@ msgstr ""
452
  "خيار عدم إظهار الشرح المبسّط (nosnippet) متوقف. محركات البحث سوف تظهر الشرح "
453
  "المبسّط لهذه الصفحة في نتائج بحثها."
454
 
455
- #: inc/admin/admin-metaboxes-content-analysis-form.php:253
456
  msgid ""
457
  "We found no meta robots on this page. It means, your page is index,follow. "
458
  "Search engines will index it, and follow links. "
459
  msgstr ""
460
 
461
- #: inc/admin/admin-metaboxes-content-analysis-form.php:261
462
  msgid ""
463
  "noimageindex is on! Google will not index your images on this page (but if "
464
  "someone makes a direct link to one of your image in this page, it will be "
@@ -468,39 +467,31 @@ msgstr ""
468
  "الصفحة (لكن إذا قام أحدهم بربط مباشر direct link لأي صورة على هذه الصفحة, "
469
  "عندها سيتم فهرستها)."
470
 
471
- #: inc/admin/admin-metaboxes-content-analysis-form.php:263
472
- #: inc/admin/admin-metaboxes-content-analysis-form.php:272
473
  msgid "noimageindex is off. Google will index the images on this page."
474
  msgstr ""
475
  "خيار عدم فهرسة الصور (noimageindex) متوقف. جوجل سوف يقوم بفهرسة الصور على هذه "
476
  "الصفحة."
477
 
478
- #: inc/admin/admin-metaboxes-content-analysis-form.php:267
479
- #, fuzzy
480
- #| msgid ""
481
- #| "nosnippet is on! Search engines will not display a snippet of this page in "
482
- #| "search results."
483
  msgid ""
484
  "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
485
  "search results."
486
  msgstr ""
487
- "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار "
488
- "الشرح المبسّط لهذه الصفحة في نتائج بحثها."
489
 
490
- #: inc/admin/admin-metaboxes-content-analysis-form.php:269
491
- #: inc/admin/admin-metaboxes-content-analysis-form.php:274
492
- #, fuzzy
493
- #| msgid ""
494
- #| "nosnippet is on! Search engines will not display a snippet of this page in "
495
- #| "search results."
496
  msgid ""
497
  "nositelinkssearchbox is off. Google will probably display a sitelinks "
498
  "searchbox in search results."
499
  msgstr ""
500
- "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار "
501
- "الشرح المبسّط لهذه الصفحة في نتائج بحثها."
502
 
503
- #: inc/admin/admin-metaboxes-content-analysis-form.php:284
504
  msgid ""
505
  "No alternative text found for these images. Alt tags are important for both "
506
  "SEO and accessibility."
@@ -508,11 +499,11 @@ msgstr ""
508
  "لم يتم اكتشاف النص البديل لهذه الصور. Alt tags هي وسوم مهمة للتحسين الأمثل "
509
  "لمحركات البحث (SEO) ولقدرة الوصول أيضا."
510
 
511
- #: inc/admin/admin-metaboxes-content-analysis-form.php:295
512
  msgid "All alternative tags are filled in. Good work!"
513
  msgstr "جميع الوسوم البديلة (Alt tags) تم ملئها. عمل جيد!"
514
 
515
- #: inc/admin/admin-metaboxes-content-analysis-form.php:298
516
  msgid ""
517
  "We could not find any image in your content. Content with media is a plus for "
518
  "your SEO."
@@ -520,11 +511,11 @@ msgstr ""
520
  "لم نتمكن من إيجاد أي صورة بالمحتوى. المحتوى الذي يشمل وسائط (صور أو فيديو) "
521
  "يعتبر إضافة للتحسين الأمثل لمحركات البحث (SEO)."
522
 
523
- #: inc/admin/admin-metaboxes-content-analysis-form.php:304
524
  msgid "NoFollow Links"
525
  msgstr "روابط عدم الاتباع (NoFollow)"
526
 
527
- #: inc/admin/admin-metaboxes-content-analysis-form.php:309
528
  #, php-format
529
  msgid ""
530
  "We found %d links with nofollow attribute in your page. Do not overuse "
@@ -533,7 +524,7 @@ msgstr ""
533
  "تم اكتشاف %d رابط(روابط) مع خاصية عدم الاتباع (nofollow) في هذه الصفحة. لا "
534
  "تستخدم خاصية عدم الاتباع (nofollow) بإفراط في الروابط. القائمة أدناه:"
535
 
536
- #: inc/admin/admin-metaboxes-content-analysis-form.php:319
537
  msgid "This page doesn't have any nofollow links."
538
  msgstr "هذه الصفحة لا تحتوي على روابط بخاصية عدم الاتباع (nofollow)."
539
 
@@ -584,40 +575,59 @@ msgstr "العنوان"
584
  msgid "Enter your title"
585
  msgstr "أدخل عنوانك"
586
 
587
- #: inc/admin/admin-metaboxes-form.php:97 inc/admin/admin-metaboxes-form.php:114
588
- msgid "(maximum recommended limit)"
 
 
 
 
 
 
589
  msgstr "(المقدار أو الحد الأعلى الموصى به)"
590
 
591
- #: inc/admin/admin-metaboxes-form.php:101 inc/admin/admin.php:3532
592
- #: inc/admin/admin.php:4467
593
  msgid "Post Title"
594
  msgstr "عنوان المنشور"
595
 
596
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:198
597
- #: inc/admin/admin.php:3481 inc/admin/admin.php:3534 inc/admin/admin.php:3653
598
- #: inc/admin/admin.php:3771 inc/admin/admin.php:3848 inc/admin/admin.php:3918
599
- #: inc/admin/admin.php:3987 inc/admin/admin.php:4037
600
  msgid "Site Title"
601
  msgstr "عنوان الموقع"
602
 
603
- #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:2039
604
- #: inc/admin/admin.php:3468
 
 
 
605
  msgid "Separator"
606
- msgstr ""
607
 
608
- #: inc/admin/admin-metaboxes-form.php:110
609
  msgid "Enter your meta description"
610
  msgstr "أدخل بيانك الوصفي (meta) لخانة الوصف"
611
 
612
- #: inc/admin/admin-metaboxes-form.php:118
 
 
 
 
 
 
 
 
 
 
613
  msgid "Post Excerpt"
614
  msgstr "مقتطف المنشور (Excerpt)"
615
 
616
- #: inc/admin/admin-metaboxes-form.php:123
617
  msgid "Google Snippet Preview"
618
  msgstr "عرض الشرح المبسّط لجوجل"
619
 
620
- #: inc/admin/admin-metaboxes-form.php:124
621
  msgid ""
622
  "This is what your page will look like in Google search results. You have to "
623
  "publish your post to get the Google Snippet Preview."
@@ -625,160 +635,168 @@ msgstr ""
625
  "هكذا ستبدو صفحتك في نتائج بحث جوجل. عليك أن تنشر منشورك لتحصل على عرض الشرح "
626
  "المبسّط."
627
 
628
- #: inc/admin/admin-metaboxes-form.php:149
629
  msgid ""
630
  "Do not display this page in search engine results / XML - HTML sitemaps "
631
  "<strong>(noindex)</strong>"
632
  msgstr ""
633
 
634
- #: inc/admin/admin-metaboxes-form.php:155
635
- #, fuzzy
636
- #| msgid "Do not follow links for all pages."
637
  msgid "Do not follow links for this page <strong>(nofollow)</strong>"
638
- msgstr "عدم تتبع الروابط لجميع الصفحات."
639
 
640
- #: inc/admin/admin-metaboxes-form.php:161
641
- #, fuzzy
642
- #| msgid ""
643
- #| "Do not use Open Directory project metadata for titles or excerpts for all "
644
- #| "pages."
645
  msgid ""
646
  "Do not use Open Directory project metadata for titles or excerpts for this "
647
  "page <strong>(noodp)</strong>"
648
  msgstr ""
649
  "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين "
650
- "أو المقتطفات وهذا لجميع الصفحات."
651
 
652
- #: inc/admin/admin-metaboxes-form.php:167
653
- #, fuzzy
654
- #| msgid "Do not index images from the entire site."
655
  msgid "Do not index images for this page <strong>(noimageindex)</strong>"
656
- msgstr "عدم فهرسة الصور من كامل الموقع."
657
 
658
- #: inc/admin/admin-metaboxes-form.php:173
659
- #, fuzzy
660
- #| msgid "Do not display a \"Cached\" link in the Google search results."
661
  msgid ""
662
  "Do not display a \"Cached\" link in the Google search results "
663
  "<strong>(noarchive)</strong>"
664
- msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
 
665
 
666
- #: inc/admin/admin-metaboxes-form.php:179
667
- #, fuzzy
668
- #| msgid ""
669
- #| "Do not display a description in the Google search results for all pages."
670
  msgid ""
671
  "Do not display a description in search results for this page "
672
  "<strong>(nosnippet)</strong>"
673
- msgstr "عدم إظهار الوصف في نتائج بحث جوجل لكل الصفحات."
 
674
 
675
- #: inc/admin/admin-metaboxes-form.php:183
 
 
 
 
676
  msgid ""
677
- "You can not uncheck a parameter? This is normal, it is most likely defined in "
678
- "the global settings of the extension."
679
  msgstr ""
680
  "لم تستطع إلغاء اختيار مؤشر؟ هذا طبيعي، على الأرجح أنه معرّف مسبقاً بالإعدادات "
681
  "العامّة لهذا الامتداد."
682
 
683
- #: inc/admin/admin-metaboxes-form.php:186 inc/admin/admin-metaboxes-form.php:187
684
- #: inc/admin/admin.php:737 inc/admin/admin.php:777
 
 
685
  msgid "Canonical URL"
686
  msgstr "رابط Canonical URL"
687
 
688
- #: inc/admin/admin-metaboxes-form.php:187
689
  msgid "Default value: "
690
  msgstr "القيمة الافتراضية: "
691
 
692
- #: inc/admin/admin-metaboxes-form.php:191
693
- #, fuzzy
694
- #| msgid "Single product category"
 
 
 
 
 
 
 
 
 
 
695
  msgid "Select a primary category"
696
- msgstr "تصنيف المنتج المفرد"
697
 
698
- #: inc/admin/admin-metaboxes-form.php:192
699
  msgid ""
700
  "Set the category that gets used in the %category% permalink if you have "
701
  "multiple categories."
702
  msgstr ""
703
 
704
- #: inc/admin/admin-metaboxes-form.php:197 inc/admin/admin.php:4510
705
- #, fuzzy
706
- #| msgid "Click to disable this feature"
707
  msgid "None (will disable this feature)"
708
- msgstr "اضغط لتعطيل هذه الخاصية"
709
 
710
- #: inc/admin/admin-metaboxes-form.php:208 inc/admin/admin-metaboxes-form.php:209
711
  msgid "Custom breadcrumbs"
712
  msgstr "شريط الروابط المتسلسلة مخصص"
713
 
714
- #: inc/admin/admin-metaboxes-form.php:209
715
  msgid "Enter a custom value, useful if your title is too long"
716
  msgstr "أدخل قيمة مخصصة، مفيد إذا كان عنوانك طول جداً"
717
 
718
- #: inc/admin/admin-metaboxes-form.php:217
719
  msgid "Ask Facebook to update his cache"
720
  msgstr "أطلب من فيسبوك تحديث نسخته المؤقتة"
721
 
722
- #: inc/admin/admin-metaboxes-form.php:219 inc/admin/admin-metaboxes-form.php:220
723
  msgid "Facebook Title"
724
  msgstr "عنوان فيسبوك"
725
 
726
- #: inc/admin/admin-metaboxes-form.php:220
727
  msgid "Enter your Facebook title"
728
  msgstr "أدخل العنوان لفيسبوك"
729
 
730
- #: inc/admin/admin-metaboxes-form.php:223 inc/admin/admin-metaboxes-form.php:224
731
  msgid "Facebook description"
732
  msgstr "وصف الفيسبوك"
733
 
734
- #: inc/admin/admin-metaboxes-form.php:224
735
  msgid "Enter your Facebook description"
736
  msgstr "أدخل الوصف لفيسبوك"
737
 
738
- #: inc/admin/admin-metaboxes-form.php:227 inc/admin/admin-metaboxes-form.php:228
739
  msgid "Facebook Thumbnail"
740
  msgstr "الصورة المصغرة لفيسبوك"
741
 
742
- #: inc/admin/admin-metaboxes-form.php:228 inc/admin/admin-metaboxes-form.php:246
743
- #: inc/admin/admin.php:4779 inc/admin/admin.php:4871
744
  msgid "Select your default thumbnail"
745
  msgstr "اختر الصورة المصغرة الافتراضية"
746
 
747
- #: inc/admin/admin-metaboxes-form.php:229 inc/admin/admin.php:4783
748
- msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
 
 
 
 
749
  msgstr "الحجم الأدنى: 200x200 بيكسل، النسبة المثلى 1.91:1، 8 ميجابايت كحد أقصى."
750
 
751
- #: inc/admin/admin-metaboxes-form.php:230 inc/admin/admin-metaboxes-form.php:248
752
- #: inc/admin/admin-metaboxes-form.php:391 inc/admin/admin.php:4544
753
- #: inc/admin/admin.php:4781 inc/admin/admin.php:4873
754
  msgid "Upload an Image"
755
  msgstr "رفع صورة"
756
 
757
- #: inc/admin/admin-metaboxes-form.php:235
758
  msgid "Preview your Twitter card using the official validator"
759
  msgstr "معاينة بطاقة تويتر الخاص بك باستخدام المدقق الرسمي"
760
 
761
- #: inc/admin/admin-metaboxes-form.php:237 inc/admin/admin-metaboxes-form.php:238
762
  msgid "Twitter Title"
763
  msgstr "عنوان تويتر"
764
 
765
- #: inc/admin/admin-metaboxes-form.php:238
766
  msgid "Enter your Twitter title"
767
  msgstr "أدخل العنوان لتويتر"
768
 
769
- #: inc/admin/admin-metaboxes-form.php:241 inc/admin/admin-metaboxes-form.php:242
770
  msgid "Twitter description"
771
  msgstr "وصف التويتر"
772
 
773
- #: inc/admin/admin-metaboxes-form.php:242
774
  msgid "Enter your Twitter description"
775
  msgstr "أدخل الوصف لتويتر"
776
 
777
- #: inc/admin/admin-metaboxes-form.php:245 inc/admin/admin-metaboxes-form.php:248
778
  msgid "Twitter Thumbnail"
779
  msgstr "الصورة المصغرة لتويتر"
780
 
781
- #: inc/admin/admin-metaboxes-form.php:247 inc/admin/admin.php:4875
782
  msgid ""
783
  "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
784
  "(2:1 with large card), 5Mb max."
@@ -786,76 +804,76 @@ msgstr ""
786
  "الحجم الأدنى: 144x144 بيكسل (300x157 بيكسل مع تمكين البطاقة الكبيرة)، النسبة "
787
  "المثلى 1:1 (2:1 مع البطاقة الكبيرة)، 5 ميجابايت كحد أقصى."
788
 
789
- #: inc/admin/admin-metaboxes-form.php:257
790
  msgid "Enable redirection?"
791
  msgstr "تمكين إعادة التوجيه؟"
792
 
793
- #: inc/admin/admin-metaboxes-form.php:261 inc/admin/admin-metaboxes-form.php:269
794
  msgid "URL redirection"
795
  msgstr "إعادة توجيه URL"
796
 
797
- #: inc/admin/admin-metaboxes-form.php:263
798
  msgid "301 Moved Permanently"
799
  msgstr "301 انتقل بشكل دائم"
800
 
801
- #: inc/admin/admin-metaboxes-form.php:264
802
- #, fuzzy
803
- #| msgid "302 Found (HTTP 1.1) / Moved Temporarily (HTTP 1.0)"
804
  msgid "302 Found / Moved Temporarily"
805
- msgstr "302 تم العثور عليه (HTTP 1.1) / انتقل بشكل مؤقت (HTTP 1.0)"
806
 
807
- #: inc/admin/admin-metaboxes-form.php:265
808
- #, fuzzy
809
- #| msgid "307 Moved Temporarily (HTTP 1.1 Only)"
810
  msgid "307 Moved Temporarily"
811
- msgstr "307 انتقل بشكل مؤقت (HTTP 1.1 فقط)"
812
 
813
- #: inc/admin/admin-metaboxes-form.php:266
814
  msgid "410 Gone"
815
  msgstr ""
816
 
817
- #: inc/admin/admin-metaboxes-form.php:267
818
  msgid "451 Unavailable For Legal Reasons"
819
  msgstr ""
820
 
821
- #: inc/admin/admin-metaboxes-form.php:269
822
- msgid "Enter your new URL"
823
- msgstr "أدخل رابط URL الجديد"
824
 
825
- #: inc/admin/admin-metaboxes-form.php:274
826
  msgid "Query parameters"
827
- msgstr ""
828
 
829
- #: inc/admin/admin-metaboxes-form.php:276
830
- msgid "Exact match with all parameters"
831
- msgstr ""
 
 
832
 
833
- #: inc/admin/admin-metaboxes-form.php:277
834
  msgid "Exclude all parameters"
835
- msgstr ""
836
 
837
- #: inc/admin/admin-metaboxes-form.php:278
838
- msgid "Exclude all parameters and passed them to the redirection"
839
- msgstr ""
 
 
840
 
841
- #: inc/admin/admin-metaboxes-form.php:287 inc/admin/admin-metaboxes-form.php:289
842
- #: inc/admin/admin-metaboxes-form.php:292 inc/admin/admin-metaboxes-form.php:294
843
  msgid "Test your URL"
844
  msgstr "تجربة URL خاصتك"
845
 
846
- #: inc/admin/admin-metaboxes-form.php:308
847
  msgid "Need help with your redirections? Read our guide."
848
  msgstr "هل تحتاج مساعدة في روابط إعادة التوجيه الخاصة بك؟ الرجاء قراءة دليلنا."
849
 
850
- #: inc/admin/admin-metaboxes-form.php:320
851
  msgid "Exclude this post from Google News Sitemap?"
852
  msgstr "استثناء هذا المنشور من خارطة الموقع لأخبار جوجل؟"
853
 
854
- #: inc/admin/admin-metaboxes-form.php:344
855
  msgid "Exclude this post from Video Sitemap?"
856
  msgstr "استثناء هذا المنشور من خارطة الموقع للفيديو؟"
857
 
858
- #: inc/admin/admin-metaboxes-form.php:346
859
  msgid ""
860
  "If your post is set to noindex, it will be automatically excluded from the "
861
  "sitemap."
@@ -863,23 +881,23 @@ msgstr ""
863
  "إذا كان منشورك مضبوط على عدم الفهرسة (noindex)، سوف يتم استثنائه تلقائياً من "
864
  "خارطة الموقع."
865
 
866
- #: inc/admin/admin-metaboxes-form.php:365
867
  msgid "Video "
868
  msgstr "الفيديو "
869
 
870
- #: inc/admin/admin-metaboxes-form.php:369
871
  msgid "Video URL (required)"
872
  msgstr "رابط URL الفيديو (مطلوب)"
873
 
874
- #: inc/admin/admin-metaboxes-form.php:370
875
  msgid "Enter your video URL"
876
  msgstr "أدخل رابط URL الفيديو الخاص بك"
877
 
878
- #: inc/admin/admin-metaboxes-form.php:370
879
  msgid "Video URL"
880
  msgstr "رابط URL الفيديو"
881
 
882
- #: inc/admin/admin-metaboxes-form.php:375
883
  msgid ""
884
  "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check "
885
  "this if your video is hosting on this server."
@@ -887,35 +905,35 @@ msgstr ""
887
  "ليس فيديو خارجي (مثلاً: فيديو مستضاف على يوتيوب YouTube، فيميو Vimeo، ويستيا "
888
  "Wistia...)؟ علّم على هذا الاختيار إذا كان الفيديو مستضاف على هذا الخادم."
889
 
890
- #: inc/admin/admin-metaboxes-form.php:379
891
  msgid "Video Title (required)"
892
  msgstr "عنوان الفيديو (مطلوب)"
893
 
894
- #: inc/admin/admin-metaboxes-form.php:380
895
  msgid "Enter your video title"
896
  msgstr "أدخل عنواناً للفيديو الخاص بك"
897
 
898
- #: inc/admin/admin-metaboxes-form.php:380
899
  msgid "Video title"
900
  msgstr "عنوان الفيديو"
901
 
902
- #: inc/admin/admin-metaboxes-form.php:381
903
  msgid "Default: title tag, if not available, post title."
904
  msgstr "الافتراضي: وسم العنوان، إذا لم يتواجد، سيكون عنوان المنشور."
905
 
906
- #: inc/admin/admin-metaboxes-form.php:384
907
  msgid "Video Description (required)"
908
  msgstr "وصف الفيديو (مطلوب)"
909
 
910
- #: inc/admin/admin-metaboxes-form.php:385
911
  msgid "Enter your video description"
912
  msgstr "أدخل وصف للفيديو الخاص بك"
913
 
914
- #: inc/admin/admin-metaboxes-form.php:385
915
  msgid "Video description"
916
  msgstr "وصف الفيديو"
917
 
918
- #: inc/admin/admin-metaboxes-form.php:386
919
  msgid ""
920
  "2048 characters max.; default: meta description. If not available, use the "
921
  "beginning of the post content."
@@ -923,19 +941,19 @@ msgstr ""
923
  "2048 حرف كحد أقصى؛ الافتراضي: البيان الوصفي (meta) للوصف. إذا لم يتواجد، سيتم "
924
  "استخدام مقطع من بداية المحتوى (المتن)."
925
 
926
- #: inc/admin/admin-metaboxes-form.php:389
927
  msgid "Video Thumbnail (required)"
928
  msgstr "الصورة المصغرة للفيديو (مطلوب)"
929
 
930
- #: inc/admin/admin-metaboxes-form.php:390
931
  msgid "Select your video thumbnail"
932
  msgstr "اختر الصورة المصغرة للفيديو الخاص بك"
933
 
934
- #: inc/admin/admin-metaboxes-form.php:391
935
  msgid "Video Thumbnail"
936
  msgstr "الصورة المصغرة للفيديو"
937
 
938
- #: inc/admin/admin-metaboxes-form.php:392
939
  msgid ""
940
  "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your "
941
  "post featured image."
@@ -943,53 +961,53 @@ msgstr ""
943
  "حجم الحد الأدنى: 160x90 بيكسل (1920x1080 كحد أقصى)، بالصيغ JPG ،PNG أو GIF. "
944
  "الافتراضي: الصورة المميزة للمنشور الخاص بك."
945
 
946
- #: inc/admin/admin-metaboxes-form.php:395
947
  msgid "Video Duration (recommended)"
948
  msgstr "مدة الفيديو (موصى به)"
949
 
950
- #: inc/admin/admin-metaboxes-form.php:396
951
  msgid "Duration in seconds"
952
  msgstr "المدة بالثواني"
953
 
954
- #: inc/admin/admin-metaboxes-form.php:396
955
  msgid "Video duration"
956
  msgstr "مدة الفيديو"
957
 
958
- #: inc/admin/admin-metaboxes-form.php:397
959
  msgid ""
960
  "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
961
  "hours)."
962
  msgstr "مدة الفيديو بالثواني. القيمة لابد أن تكون ما بن 0 و 28800 (8 ساعات)."
963
 
964
- #: inc/admin/admin-metaboxes-form.php:400
965
  msgid "Video Rating"
966
  msgstr "تقييم الفيديو"
967
 
968
- #: inc/admin/admin-metaboxes-form.php:401
969
  msgid "Video rating"
970
  msgstr "تقييم الفيديو"
971
 
972
- #: inc/admin/admin-metaboxes-form.php:402
973
  msgid "Allowed values are float numbers in the range 0.0 to 5.0."
974
  msgstr "القيم المسموح بها هي أرقام عائمة في النطاق من 0.0 إلى 5.0."
975
 
976
- #: inc/admin/admin-metaboxes-form.php:405 inc/admin/admin-metaboxes-form.php:406
977
  msgid "View count"
978
  msgstr "عداد المشاهدة"
979
 
980
- #: inc/admin/admin-metaboxes-form.php:406
981
  msgid "Number of views"
982
  msgstr "عدد المشاهدات"
983
 
984
- #: inc/admin/admin-metaboxes-form.php:409 inc/admin/admin-metaboxes-form.php:410
985
  msgid "Video tags"
986
  msgstr "وسوم الفيديو"
987
 
988
- #: inc/admin/admin-metaboxes-form.php:410
989
  msgid "Enter your video tags"
990
  msgstr "أدخل وسوم الفيديو الخاص بك"
991
 
992
- #: inc/admin/admin-metaboxes-form.php:411
993
  msgid ""
994
  "32 tags max., separate tags with commas. Default: target keywords + post tags "
995
  "if available."
@@ -997,15 +1015,15 @@ msgstr ""
997
  "32 وسم كحد أقصى، فصل الوسوم باستخدام الفاصلة. الافتراضي: الكلمات المفتاحية "
998
  "المستهدفة + وسوم المنشور لو توفر."
999
 
1000
- #: inc/admin/admin-metaboxes-form.php:414 inc/admin/admin-metaboxes-form.php:415
1001
  msgid "Video categories"
1002
  msgstr "تصنيفات الفيديو"
1003
 
1004
- #: inc/admin/admin-metaboxes-form.php:415
1005
  msgid "Enter your video categories"
1006
  msgstr "أدخل تصنيفات الفيديو الخاص بك"
1007
 
1008
- #: inc/admin/admin-metaboxes-form.php:416
1009
  msgid ""
1010
  "256 characters max., usually a video will belong to a single category, "
1011
  "separate categories with commas. Default: first post category if available."
@@ -1013,21 +1031,21 @@ msgstr ""
1013
  "256 حرف كحد أقصى، يكون الفيديو عادة ينتمي لتصنيف واحد، فصل التصنيفات باستخدام "
1014
  "الفاصلة. الافتراضي: أول تصنيف بالمنشور لو توفر."
1015
 
1016
- #: inc/admin/admin-metaboxes-form.php:421
1017
  msgid "NOT family friendly?"
1018
  msgstr "ليس مناسباً للعائلة؟"
1019
 
1020
- #: inc/admin/admin-metaboxes-form.php:423
1021
  msgid "The video will be available only to users with SafeSearch turned off."
1022
  msgstr ""
1023
  "سيتوفر هذا الفيديو فقط للمستخدمين الذين لديهم خاصية البحث الآمن (SafeSearch) "
1024
  "متوقفة."
1025
 
1026
- #: inc/admin/admin-metaboxes-form.php:425
1027
  msgid "Remove video"
1028
  msgstr "حذف فيديو"
1029
 
1030
- #: inc/admin/admin-metaboxes-form.php:432
1031
  msgid "Add video"
1032
  msgstr "أضف فيديو"
1033
 
@@ -1035,120 +1053,631 @@ msgstr "أضف فيديو"
1035
  msgid "Content analysis"
1036
  msgstr "تحليل المحتوى"
1037
 
1038
- #: inc/admin/admin.php:105
1039
- msgid "404 - Page not found"
1040
- msgstr "404 - الصفحة غير موجودة"
 
 
1041
 
1042
- #: inc/admin/admin.php:184
1043
- msgid "Dashboard"
1044
- msgstr "لوحة التحكم"
 
 
1045
 
1046
- #: inc/admin/admin.php:186 inc/admin/admin.php:1401
1047
- msgid "XML / Image / Video / HTML Sitemap"
1048
- msgstr "خارطة الموقع XML / صور / فيديو / HTML"
1049
 
1050
- #: inc/admin/admin.php:197
1051
- #, php-format
1052
- msgid "%%sep%%"
 
 
 
 
 
1053
  msgstr ""
1054
 
1055
- #: inc/admin/admin.php:197
1056
- msgid "Separator (eg: - )"
1057
  msgstr ""
1058
 
1059
- #: inc/admin/admin.php:198
1060
- #, php-format
1061
- msgid "%%sitetitle%%"
1062
- msgstr "%%sitetitle%%"
1063
 
1064
- #: inc/admin/admin.php:199
1065
- #, php-format
1066
- msgid "%%tagline%%"
1067
- msgstr "%%tagline%%"
1068
 
1069
- #: inc/admin/admin.php:199 inc/admin/admin.php:3482 inc/admin/admin.php:3493
1070
- msgid "Tagline"
1071
- msgstr "جملة الشعار الـ Tagline"
 
 
1072
 
1073
- #: inc/admin/admin.php:200
1074
- #, php-format
1075
- msgid "%%post_title%%"
1076
- msgstr "%%post_title%%"
1077
 
1078
- #: inc/admin/admin.php:200
1079
- msgid "Post Title (post, page, custom post type)"
1080
- msgstr "عنوان المنشور (المنشور، الصفحة، نوع المنشور المخصص)"
 
 
 
1081
 
1082
- #: inc/admin/admin.php:201
1083
- #, php-format
1084
- msgid "%%post_excerpt%%"
1085
- msgstr "%%post_excerpt%%"
 
 
1086
 
1087
- #: inc/admin/admin.php:201
1088
- msgid "Post excerpt"
1089
- msgstr "مقتطف المنشور (Excerpt)"
 
 
 
 
 
1090
 
1091
- #: inc/admin/admin.php:202
1092
- #, php-format
1093
- msgid "%%post_date%%"
1094
- msgstr "%%post_date%%"
 
1095
 
1096
- #: inc/admin/admin.php:202
1097
- msgid "Post date"
1098
- msgstr "تاريخ المنشور"
1099
 
1100
- #: inc/admin/admin.php:203
1101
- #, fuzzy, php-format
1102
- #| msgid "%%post_date%%"
1103
- msgid "%%post_modified_date%%"
1104
- msgstr "%%post_date%%"
1105
 
1106
- #: inc/admin/admin.php:203
1107
  #, fuzzy
1108
- #| msgid "Last updated date: "
1109
- msgid "Last modified post date"
1110
- msgstr "تاريخ آخر تحديث: "
 
 
 
 
 
 
 
 
 
1111
 
1112
- #: inc/admin/admin.php:204
1113
- #, php-format
1114
- msgid "%%post_author%%"
1115
- msgstr "%%post_author%%"
 
 
1116
 
1117
- #: inc/admin/admin.php:204 inc/admin/admin.php:3847
1118
- msgid "Post author"
1119
- msgstr "كاتب المنشور"
 
 
1120
 
1121
- #: inc/admin/admin.php:205
1122
- #, php-format
1123
- msgid "%%post_category%%"
1124
- msgstr "%%post_category%%"
1125
 
1126
- #: inc/admin/admin.php:205
1127
- msgid "Post category"
1128
- msgstr "تصنيف المنشور"
1129
 
1130
- #: inc/admin/admin.php:206
1131
- #, php-format
1132
- msgid "%%post_tag%%"
1133
- msgstr "%%post_tag%%"
 
 
 
 
 
 
 
 
 
 
1134
 
1135
- #: inc/admin/admin.php:206
1136
- msgid "Post tag"
1137
- msgstr "وسم المنشور"
 
 
1138
 
1139
- #: inc/admin/admin.php:207
1140
- #, php-format
1141
- msgid "%%_category_title%%"
1142
- msgstr "%%_category_title%%"
1143
 
1144
- #: inc/admin/admin.php:207
1145
- msgid "Category title"
1146
- msgstr "عنوان التصنيف"
 
1147
 
1148
- #: inc/admin/admin.php:208
1149
- #, php-format
1150
- msgid "%%_category_description%%"
1151
- msgstr "%%_category_description%%"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1152
 
1153
  #: inc/admin/admin.php:208
1154
  msgid "Category description"
@@ -1308,39 +1837,31 @@ msgid "Single product short description"
1308
  msgstr "الوصف المختصر للمنتج المفرد"
1309
 
1310
  #: inc/admin/admin.php:226
1311
- #, fuzzy, php-format
1312
- #| msgid "%%wc_single_cat%%"
1313
  msgid "%%wc_single_price%%"
1314
- msgstr "%%wc_single_cat%%"
1315
 
1316
  #: inc/admin/admin.php:226
1317
- #, fuzzy
1318
- #| msgid "Single product category"
1319
  msgid "Single product price"
1320
- msgstr "تصنيف المنتج المفرد"
1321
 
1322
  #: inc/admin/admin.php:227
1323
- #, fuzzy, php-format
1324
- #| msgid "%%wc_single_cat%%"
1325
  msgid "%%wc_single_price_exc_tax%%"
1326
- msgstr "%%wc_single_cat%%"
1327
 
1328
  #: inc/admin/admin.php:227
1329
- #, fuzzy
1330
- #| msgid "Single product tag"
1331
  msgid "Single product price taxes excluded"
1332
- msgstr "وسم المنتج المفرد"
1333
 
1334
  #: inc/admin/admin.php:228
1335
  #, php-format
1336
  msgid "%%wc_sku%%"
1337
- msgstr ""
1338
 
1339
  #: inc/admin/admin.php:228
1340
- #, fuzzy
1341
- #| msgid "Single product tag"
1342
  msgid "Single SKU product"
1343
- msgstr "وسم المنتج المفرد"
1344
 
1345
  #: inc/admin/admin.php:229
1346
  #, php-format
@@ -1431,34 +1952,34 @@ msgstr "قراءة إرشاداتنا"
1431
  #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1432
  #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1433
  #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:604
1434
- #: inc/admin/admin.php:608 inc/admin/admin.php:1377 inc/admin/admin.php:1381
1435
- #: inc/admin/admin.php:1415 inc/admin/admin.php:1419 inc/admin/admin.php:1453
1436
- #: inc/admin/admin.php:1457 inc/admin/admin.php:1491 inc/admin/admin.php:1495
1437
- #: inc/admin/admin.php:1529 inc/admin/admin.php:1533 inc/admin/admin.php:1558
1438
- #: inc/admin/admin.php:1562 inc/admin/admin.php:1586 inc/admin/admin.php:1590
1439
- #: inc/admin/admin.php:1614 inc/admin/admin.php:1618 inc/admin/admin.php:1642
1440
- #: inc/admin/admin.php:1646 inc/admin/admin.php:1670 inc/admin/admin.php:1674
1441
- #: inc/admin/admin.php:1698 inc/admin/admin.php:1702 inc/admin/admin.php:1759
1442
- #: inc/admin/admin.php:1763 inc/admin/admin.php:1798 inc/admin/admin.php:1802
1443
- #: inc/admin/admin.php:1838 inc/admin/admin.php:1842 inc/admin/admin.php:1900
1444
- #: inc/admin/admin.php:1904
1445
  msgid "Click to disable this feature"
1446
  msgstr "اضغط لتعطيل هذه الخاصية"
1447
 
1448
  #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1449
  #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1450
  #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:605
1451
- #: inc/admin/admin.php:607 inc/admin/admin.php:1378 inc/admin/admin.php:1380
1452
- #: inc/admin/admin.php:1416 inc/admin/admin.php:1418 inc/admin/admin.php:1454
1453
- #: inc/admin/admin.php:1456 inc/admin/admin.php:1492 inc/admin/admin.php:1494
1454
- #: inc/admin/admin.php:1530 inc/admin/admin.php:1532 inc/admin/admin.php:1559
1455
- #: inc/admin/admin.php:1561 inc/admin/admin.php:1587 inc/admin/admin.php:1589
1456
- #: inc/admin/admin.php:1615 inc/admin/admin.php:1617 inc/admin/admin.php:1643
1457
- #: inc/admin/admin.php:1645 inc/admin/admin.php:1671 inc/admin/admin.php:1673
1458
- #: inc/admin/admin.php:1699 inc/admin/admin.php:1701 inc/admin/admin.php:1760
1459
- #: inc/admin/admin.php:1762 inc/admin/admin.php:1799 inc/admin/admin.php:1801
1460
- #: inc/admin/admin.php:1839 inc/admin/admin.php:1841 inc/admin/admin.php:1901
1461
- #: inc/admin/admin.php:1903
1462
  msgid "Click to enable this feature"
1463
  msgstr "اضغط لتمكين هذه الخاصية"
1464
 
@@ -1530,13 +2051,23 @@ msgstr "المظهر"
1530
  msgid "Security"
1531
  msgstr "الحماية"
1532
 
1533
- #: inc/admin/admin.php:656
1534
- #, fuzzy
1535
- #| msgid "Export Settings"
 
 
 
 
 
 
 
 
 
 
1536
  msgid "Export plugin settings"
1537
- msgstr "تصدير الإعدادات"
1538
 
1539
- #: inc/admin/admin.php:658
1540
  msgid ""
1541
  "Export the plugin settings for this site as a .json file. This allows you to "
1542
  "easily import the configuration into another site."
@@ -1544,17 +2075,15 @@ msgstr ""
1544
  "تصدير إعدادات الإضافة لهذا الموقع كصيغة ملف .json. هذا تسمح لك بسهولة استيراد "
1545
  "الإعدادات لموقع آخر."
1546
 
1547
- #: inc/admin/admin.php:663 inc/admin/admin.php:719
1548
  msgid "Export"
1549
  msgstr "تصدير"
1550
 
1551
- #: inc/admin/admin.php:670
1552
- #, fuzzy
1553
- #| msgid "Import Settings"
1554
  msgid "Import plugin settings"
1555
- msgstr "استيراد الإعدادات"
1556
 
1557
- #: inc/admin/admin.php:672
1558
  msgid ""
1559
  "Import the plugin settings from a .json file. This file can be obtained by "
1560
  "exporting the settings on another site using the form above."
@@ -1562,165 +2091,90 @@ msgstr ""
1562
  "استيراد إعدادات الإضافة بملف صيغته .json. هذا الملف بالإمكان الحصول عليه عن "
1563
  "طريق تصدير الإعدادات من على موقع آخر وذلك باستخدام النموذج أعلاه."
1564
 
1565
- #: inc/admin/admin.php:680 inc/admin/admin.php:706
 
1566
  msgid "Import"
1567
  msgstr "استيراد"
1568
 
1569
- #: inc/admin/admin.php:682
1570
  msgid "Import completed!"
1571
  msgstr "الاستيراد اكتمل!"
1572
 
1573
- #: inc/admin/admin.php:691
1574
  msgid "Import Redirections"
1575
  msgstr "استيراد إعادات التوجيه"
1576
 
1577
- #: inc/admin/admin.php:693
1578
  #, fuzzy
1579
  #| msgid ""
1580
  #| "Import your own redirections from a .csv file (separator \";\"). You must "
1581
- #| "have 3 columns in this order: url to match (without your domain name), url "
1582
- #| "to redirect in absolute and type of redirection (301, 302 or 307)."
 
 
1583
  msgid ""
1584
  "Import your own redirections from a .csv file (separator \";\"). You must have "
1585
- "4 columns in this order: url to match (without your domain name), url to "
1586
- "redirect in absolute, type of redirection (301, 302 or 307) and the last one "
1587
- "with the value yes to enable the redirect. Leave it empty to disable the "
1588
- "redirect."
 
 
 
1589
  msgstr ""
1590
  "استيراد روابطك الخاصة لإعادة التوجيه من ملف .csv (الفاصل \";\"). لابد أن يكون "
1591
- "على 3 أعمدة بالترتيب التالي: رابط URL للمطابقة (بدون اسم النطاق الخاص بك)، "
1592
- "رابط URL لإعادة التوجيه بقيمته المطلقة و نوع إعادة التوجيه (301، 302، أو 307)."
 
 
1593
 
1594
- #: inc/admin/admin.php:696
1595
  msgid "Download a CSV example"
1596
  msgstr "تحميل ملف CSV كمثال"
1597
 
1598
- #: inc/admin/admin.php:712
1599
- msgid "Export Redirections"
1600
- msgstr "تصدير إعادات التوجيه"
1601
-
1602
- #: inc/admin/admin.php:714
1603
- msgid ""
1604
- "Export all redirections for this site as a .csv file. This allows you to "
1605
- "easily import the redirections into another site, to Excel / Google Sheets..."
1606
  msgstr ""
1607
- "تصدير جميع روابط إعادة التوجيه لهذا الموقع كملف .csv. يسمح لك هذا بسهولة "
1608
- "استيراد روابط إعادة التوجيه إلى موقع آخر، إلى برنامج إكسل Excel / أوراق جوجل "
1609
- "Google Sheets..."
1610
-
1611
- #: inc/admin/admin.php:728
1612
- msgid "Import posts and terms metadata from Yoast"
1613
- msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
1614
-
1615
- #: inc/admin/admin.php:730 inc/admin/admin.php:751 inc/admin/admin.php:770
1616
- msgid "By clicking Migrate, we'll import:"
1617
- msgstr "بالضغط على ترحيل، سوف نقوم باستيراد:"
1618
-
1619
- #: inc/admin/admin.php:732 inc/admin/admin.php:753 inc/admin/admin.php:772
1620
- msgid "Title tags"
1621
- msgstr "عنوان الوسوم"
1622
-
1623
- #: inc/admin/admin.php:734 inc/admin/admin.php:755 inc/admin/admin.php:774
1624
- msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1625
- msgstr ""
1626
- "وسوم الأرضية المعرفية التقنية المفتوحة (Open Graph) لفيسبوك (العنوان، الوصف "
1627
- "والصورة المصغرة)"
1628
-
1629
- #: inc/admin/admin.php:735 inc/admin/admin.php:775
1630
- msgid "Twitter tags (title, description and image thumbnail)"
1631
- msgstr "وسوم تويتر (العنوان، الوصف والصورة المصغرة)"
1632
-
1633
- #: inc/admin/admin.php:736
1634
- msgid "Meta Robots (noindex, nofollow...)"
1635
- msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع...)"
1636
-
1637
- #: inc/admin/admin.php:738
1638
- msgid "Focus keywords"
1639
- msgstr "الكلمات المفتاحية المركزة"
1640
 
1641
- #: inc/admin/admin.php:740
1642
- #, fuzzy
1643
- #| msgid ""
1644
- #| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
1645
- #| "terms metadata. Some dynamic variables will not be interpreted."
1646
  msgid ""
1647
- "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1648
- "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1649
- "delete any Yoast datas."
1650
- msgstr ""
1651
- "<strong>تحذير:</strong> ستقوم عملية الترحيل بحذف جميع البيانات الوصفية "
1652
- "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1653
- "الديناميكية لن يتم ترجمتها أو تحويلها."
1654
-
1655
- #: inc/admin/admin.php:741 inc/admin/admin.php:760 inc/admin/admin.php:781
1656
- msgid "Migrate now"
1657
- msgstr "الترحيل الان"
1658
-
1659
- #: inc/admin/admin.php:749
1660
- msgid "Import posts and terms metadata from All In One SEO"
1661
  msgstr ""
1662
- "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع "
1663
- "إلى SEO واحد"
1664
-
1665
- #: inc/admin/admin.php:756
1666
- msgid "Twitter image thumbnail"
1667
- msgstr "الصورة المصغرة لتويتر"
1668
 
1669
- #: inc/admin/admin.php:757
1670
- msgid "Meta Robots (noindex, nofollow)"
1671
- msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
1672
-
1673
- #: inc/admin/admin.php:759
1674
  #, fuzzy
1675
- #| msgid ""
1676
- #| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
1677
- #| "terms metadata. Some dynamic variables will not be interpreted."
1678
- msgid ""
1679
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1680
- "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1681
- "delete any AIO datas."
1682
- msgstr ""
1683
- "<strong>تحذير:</strong> ستقوم عملية الترحيل بحذف جميع البيانات الوصفية "
1684
- "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1685
- "الديناميكية لن يتم ترجمتها أو تحويلها."
1686
 
1687
- #: inc/admin/admin.php:768
1688
- #, fuzzy
1689
- #| msgid "Import posts and terms metadata from All In One SEO"
1690
- msgid "Import posts and terms metadata from The SEO Framework"
 
1691
  msgstr ""
1692
- "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع "
1693
- "إلى SEO واحد"
1694
 
1695
- #: inc/admin/admin.php:776
1696
- #, fuzzy
1697
- #| msgid "Meta Robots (noindex, nofollow)"
1698
- msgid "Meta Robots (noindex, nofollow, noarchive)"
1699
- msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
1700
-
1701
- #: inc/admin/admin.php:778 inc/functions/options-advanced-admin.php:296
1702
- msgid "Redirect URL"
1703
- msgstr "إعادة توجيه URL"
1704
 
1705
- #: inc/admin/admin.php:780
1706
- #, fuzzy
1707
- #| msgid ""
1708
- #| "<strong>WARNING:</strong> Migration will delete all SEOPress posts and "
1709
- #| "terms metadata. Some dynamic variables will not be interpreted."
1710
  msgid ""
1711
- "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1712
- "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1713
- "delete any SEO Framework datas."
1714
  msgstr ""
1715
- "<strong>تحذير:</strong> ستقوم عملية الترحيل بحذف جميع البيانات الوصفية "
1716
- "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1717
- "الديناميكية لن يتم ترجمتها أو تحويلها."
1718
 
1719
- #: inc/admin/admin.php:788
1720
  msgid "Reset All Notices From Notifications Center"
1721
  msgstr "إعادة تهيئة جميع التنبيهات من مركز التنبيهات"
1722
 
1723
- #: inc/admin/admin.php:790
1724
  msgid ""
1725
  "By clicking Reset Notices, all notices in the notifications center will be set "
1726
  "to their initial status."
@@ -1728,15 +2182,15 @@ msgstr ""
1728
  "بالضغط على إعادة تهيئة التنبيهات، سيتم ضبط جميع التنبيهات في مركز التنبيهات "
1729
  "إلى قيمها الأولية."
1730
 
1731
- #: inc/admin/admin.php:795
1732
  msgid "Reset notices"
1733
  msgstr "إعادة تهيئة التنبيهات"
1734
 
1735
- #: inc/admin/admin.php:802
1736
  msgid "Reset All Settings"
1737
  msgstr "إعادة تهيئة جميع الإعدادات"
1738
 
1739
- #: inc/admin/admin.php:804
1740
  msgid ""
1741
  "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
1742
  "database AND set settings to their default values."
@@ -1744,318 +2198,326 @@ msgstr ""
1744
  "<strong>تحذير:</strong> حذف كل الخيارات المتعلقة بإس إي أو بريس SEOPress "
1745
  "الموجودة في قاعدة بياناتك وضبط الإعدادات إلى قيمها الافتراضية."
1746
 
1747
- #: inc/admin/admin.php:809
1748
  msgid "Reset settings"
1749
  msgstr "إعادة تهيئة الاعدادات"
1750
 
1751
- #: inc/admin/admin.php:872 inc/admin/admin.php:878
1752
  msgid "Notifications Center"
1753
  msgstr "مركز التنبيهات"
1754
 
1755
- #: inc/admin/admin.php:873
1756
  msgid "SEO Tools"
1757
  msgstr "أدوات التحسين الأمثل لمحركات البحث (SEO)"
1758
 
1759
- #: inc/admin/admin.php:874 inc/admin/admin.php:879
1760
  msgid "Useful links"
1761
  msgstr "روابط مفيدة"
1762
 
1763
- #: inc/admin/admin.php:923
 
 
 
 
 
 
 
 
1764
  msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
1765
  msgstr "لا يستخدم قالبك <strong>add_theme_support('title-tag');</strong>"
1766
 
1767
- #: inc/admin/admin.php:924 inc/admin/admin.php:1011 inc/admin/admin.php:1021
1768
- #: inc/admin/admin.php:1031
1769
  msgid "High impact"
1770
  msgstr "تأثير عالي"
1771
 
1772
- #: inc/admin/admin.php:936 inc/admin/admin.php:997 inc/admin/admin.php:5029
1773
- #: inc/admin/admin.php:5056 inc/admin/admin.php:5077 inc/admin/admin.php:5098
1774
- #: inc/admin/admin.php:5119
1775
  msgid "Learn more"
1776
  msgstr "تعلّم المزيد"
1777
 
1778
- #: inc/admin/admin.php:945
1779
  #, fuzzy
1780
  #| msgid ""
1781
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1782
- #| "your posts metadata to SEOPress?"
1783
  msgid ""
1784
- "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
1785
  "migrate all your posts metadata to SEOPress?"
1786
  msgstr ""
1787
- "لقد لاحظنا أنك تستخدم إضافة Yoast SEO. <br>هل تريد ترحيل جميع البيانات الوصفية "
1788
- "(meta) للمنشورات إلى إس إي أو بريس SEOPress؟"
1789
 
1790
- #: inc/admin/admin.php:947 inc/admin/admin.php:956
1791
  msgid "Migrate!"
1792
  msgstr "ترحيل!"
1793
 
1794
- #: inc/admin/admin.php:954
1795
  #, fuzzy
1796
  #| msgid ""
1797
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1798
- #| "your posts metadata to SEOPress?"
1799
  msgid ""
1800
- "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do you "
1801
- "want to migrate all your posts metadata to SEOPress?"
1802
  msgstr ""
1803
- "لقد لاحظنا أنك تستخدم إضافة Yoast SEO. <br>هل تريد ترحيل جميع البيانات الوصفية "
1804
- "(meta) للمنشورات إلى إس إي أو بريس SEOPress؟"
1805
 
1806
- #: inc/admin/admin.php:963
1807
  #, fuzzy
1808
  #| msgid ""
1809
- #| "We notice that you use Yoast SEO plugin. <br>Do you want to migrate all "
1810
- #| "your posts metadata to SEOPress?"
1811
  msgid ""
1812
- "We notice that you use another SEO plugin. <br>Do not use multiple SEO plugins "
1813
- "at once to avoid conflicts!"
1814
  msgstr ""
1815
- "لقد لاحظنا أنك تستخدم إضافة Yoast SEO. <br>هل تريد ترحيل جميع البيانات الوصفية "
1816
- "(meta) للمنشورات إلى إس إي أو بريس SEOPress؟"
1817
 
1818
- #: inc/admin/admin.php:973
1819
  msgid ""
1820
  "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
1821
- "solve this, please disable and enable SEOPress PRO."
1822
  msgstr ""
1823
 
1824
- #: inc/admin/admin.php:996
1825
  msgid "Your site doesn't use an SSL certificate!"
1826
  msgstr "لا يستخدم موقعك أي شهادة تشفير SSL!"
1827
 
1828
- #: inc/admin/admin.php:998
1829
  msgid "Low impact"
1830
  msgstr "تأثير منخفض"
1831
 
1832
- #: inc/admin/admin.php:1000
1833
  msgid "Buy an SSL!"
1834
  msgstr "اشتر شهادة تشفير SSL!"
1835
 
1836
- #: inc/admin/admin.php:1010
1837
  msgid "Your site is not visible to Search Engines!"
1838
  msgstr "موقعك غير مرئي لمحركات البحث!"
1839
 
1840
- #: inc/admin/admin.php:1013 inc/admin/admin.php:1023 inc/admin/admin.php:1033
1841
- #: inc/admin/admin.php:1057 inc/admin/admin.php:1136 inc/admin/admin.php:1149
1842
- #: inc/admin/admin.php:1222
1843
  msgid "Fix this!"
1844
  msgstr "أصلح هذا!"
1845
 
1846
- #: inc/admin/admin.php:1020
1847
  msgid "Your site title is empty!"
1848
  msgstr "خانة عنوان الموقع فارغة!"
1849
 
1850
- #: inc/admin/admin.php:1030 inc/admin/admin.php:3300
1851
  msgid ""
1852
  "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
1853
  msgstr ""
1854
  "روابطك الدائمة (permalinks) غير صديقة لعوامل التحسين الأمثل لمحركات البحث "
1855
  "(SEO)! قم بتمكين الروابط الدائمة الجميلة (pretty permalinks) لإصلاح هذا النقطة."
1856
 
1857
- #: inc/admin/admin.php:1054
1858
  #, fuzzy
1859
- #| msgid "You RSS feed show full text!"
1860
- msgid "Your RSS feed show full text!"
1861
- msgstr "ملف تغذية RSS الخاص بك يعرض النص الكامل!"
1862
 
1863
- #: inc/admin/admin.php:1055 inc/admin/admin.php:1134 inc/admin/admin.php:1147
1864
  msgid "Medium impact"
1865
  msgstr "تأثير متوسط"
1866
 
1867
- #: inc/admin/admin.php:1080
1868
  msgid "You like SEOPress? Please help us by rating us 5 stars!"
1869
  msgstr ""
1870
  "هل أعجبك إس إي أو بريس SEOPress؟ الرجاء مساعدتنا وذلك بإعطائنا تقييم 5 نجوم!"
1871
 
1872
- #: inc/admin/admin.php:1082
1873
  msgid "Rate us!"
1874
  msgstr "قيّمنا!"
1875
 
1876
- #: inc/admin/admin.php:1106
1877
  msgid "Break comments into pages is ON!"
1878
  msgstr "تقسيم الملاحظات إلى صفحات بحالة التشغيل!"
1879
 
1880
- #: inc/admin/admin.php:1107 inc/admin/admin.php:1171 inc/admin/admin.php:1207
1881
  msgid "Huge impact"
1882
  msgstr "تأثير كبير"
1883
 
1884
- #: inc/admin/admin.php:1109
1885
  msgid "Disable this!"
1886
  msgstr "عطّل هذا!"
1887
 
1888
- #: inc/admin/admin.php:1133
1889
  msgid "Display more posts per page on homepage and archives"
1890
  msgstr "اعرض منشورات أكثر بالصفحة الواحدة بالصفحة الرئيسية للموقع والأرشيف"
1891
 
1892
- #: inc/admin/admin.php:1146
1893
  msgid "You don't have an XML Sitemap!"
1894
  msgstr "ليس لديك خارطة الموقع XML!"
1895
 
1896
- #: inc/admin/admin.php:1170
1897
  msgid "Do you have a Google My Business page? It's free!"
1898
  msgstr "هل لديك صفحة جوجل للأعمال (Google My Business)؟ إنها مجانية!"
1899
 
1900
- #: inc/admin/admin.php:1173
1901
  msgid "Create your page now!"
1902
  msgstr "قم بإنشاء صفحتك الأن!"
1903
 
1904
- #: inc/admin/admin.php:1206
1905
  msgid "Add your site to Google. It's free!"
1906
  msgstr "أضف موقعك لجوجل. فهو مجاني!"
1907
 
1908
- #: inc/admin/admin.php:1209
1909
  msgid "Add your site to Search Console!"
1910
  msgstr "أضف موقعك إلى وحدة تحكم البحث!"
1911
 
1912
- #: inc/admin/admin.php:1219
1913
  msgid "You have to enter your licence key to get updates and support"
1914
  msgstr "عليك بإدخال مفتاح الرخصة الخاص بك لكي تحصل على التحديثات والدعم"
1915
 
1916
- #: inc/admin/admin.php:1235
1917
  msgid "Check websites setup on your server"
1918
  msgstr "تحقق من تنصيب الموقع على الخادم الخاص بك"
1919
 
1920
- #: inc/admin/admin.php:1244
1921
  msgid "Not found"
1922
  msgstr "لا يوجد"
1923
 
1924
- #: inc/admin/admin.php:1249
1925
  msgid "No scrape."
1926
  msgstr "لا كشط."
1927
 
1928
- #: inc/admin/admin.php:1254
1929
  msgid "No domain found."
1930
  msgstr "لم يتم إيجاد اسم نطاق."
1931
 
1932
- #: inc/admin/admin.php:1264
1933
  msgid "Server IP Address: "
1934
  msgstr "عنوان المعرّف (IP) للخادم: "
1935
 
1936
- #: inc/admin/admin.php:1267
1937
  msgid "Last scrape: "
1938
  msgstr "آخر كشط: "
1939
 
1940
- #: inc/admin/admin.php:1268
1941
  msgid "Number of websites on your server: "
1942
  msgstr "عدد المواقع على الخادم الخاص بك: "
1943
 
1944
- #: inc/admin/admin.php:1281
1945
  msgid "Get list"
1946
  msgstr "جلب القائمة"
1947
 
1948
- #: inc/admin/admin.php:1289
1949
  msgid "Check your Alexa Rank (Amazon index)"
1950
  msgstr "التحقق من ترتيب أليكسا Alexa (فهرس أمازون)"
1951
 
1952
- #: inc/admin/admin.php:1304
1953
  msgid "Your Alexa Rank"
1954
  msgstr "ترتيب أليكسا Alexa الخاص بك"
1955
 
1956
- #: inc/admin/admin.php:1326
1957
  msgid "Country Rank: "
1958
  msgstr "الترتيب حسب البلد: "
1959
 
1960
- #: inc/admin/admin.php:1335
1961
  msgid "The lower, the best"
1962
  msgstr "الإقل، الأفضل"
1963
 
1964
- #: inc/admin/admin.php:1339
1965
  msgid "Get Alexa Rank"
1966
  msgstr "أحصل على ترتيب أليكسا Alexa"
1967
 
1968
- #: inc/admin/admin.php:1347
1969
  msgid "Upload a list of links to disavow to Google"
1970
  msgstr "رفع قائمة بالروابط المراد التنصّل منها (disavow) إلى جوجل"
1971
 
1972
- #: inc/admin/admin.php:1348
1973
  msgid "Google Trends"
1974
  msgstr "مؤشرات جوجل (Google Trends)"
1975
 
1976
- #: inc/admin/admin.php:1349
1977
  msgid "Dareboost: Test, analyze and optimize your website"
1978
  msgstr "موقع ديربوست (Dareboost): أختبر، حلل، حسّن موقعك الإلكتروني"
1979
 
1980
- #: inc/admin/admin.php:1350
1981
  msgid "Google Campaign URL Builder tool"
1982
  msgstr "أداة منشئ حملة الـ URL لجوجل"
1983
 
1984
- #: inc/admin/admin.php:1363
1985
  msgid "Titles & metas"
1986
  msgstr "العناوين والبيانات الوصفية (Metas)"
1987
 
1988
- #: inc/admin/admin.php:1364
1989
  msgid "Manage all your titles & metas"
1990
  msgstr "إدارة جميع العناوين والبيانات الوصفية (Metas)"
1991
 
1992
- #: inc/admin/admin.php:1365 inc/admin/admin.php:1403 inc/admin/admin.php:1441
1993
- #: inc/admin/admin.php:1479 inc/admin/admin.php:1517 inc/admin/admin.php:1546
1994
- #: inc/admin/admin.php:1574 inc/admin/admin.php:1602 inc/admin/admin.php:1630
1995
- #: inc/admin/admin.php:1658 inc/admin/admin.php:1686 inc/admin/admin.php:1724
1996
- #: inc/admin/admin.php:1746 inc/admin/admin.php:1786 inc/admin/admin.php:1815
1997
- #: inc/admin/admin.php:1826 inc/admin/admin.php:1876 inc/admin/admin.php:1886
1998
- #: inc/admin/admin.php:1917 inc/admin/admin.php:1929 inc/admin/admin.php:1941
1999
- #: inc/admin/admin.php:1962
2000
  msgid "Manage"
2001
  msgstr "إدارة"
2002
 
2003
- #: inc/admin/admin.php:1393
2004
  msgid "Guide to manage your titles and meta descriptions - new window"
2005
  msgstr "مرشد لإدارة عناوينك والبيانات الوصفية (meta) لخانات الوصف - نافذة جديدة"
2006
 
2007
- #: inc/admin/admin.php:1402
2008
  msgid "Manage your XML / Image / Video / HTML Sitemap"
2009
  msgstr "إدارة خارطة الموقع الخاص بك XML / صور / فيديو / HTML"
2010
 
2011
- #: inc/admin/admin.php:1431
2012
  msgid "Guide to enable your XML Sitemaps - new window"
2013
  msgstr "مرشد لتمكين خرائط الموقع XML - نافذة جديدة"
2014
 
2015
- #: inc/admin/admin.php:1440
2016
  msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2017
  msgstr ""
2018
  "أرضيات المعرفة التقنية مثل Open Graph، بطاقة تويتر، Google Knowledge Graph "
2019
  "والمزيد..."
2020
 
2021
- #: inc/admin/admin.php:1469
2022
  msgid "Guide to enable Google Knowledge Graph - new window"
2023
  msgstr "مرشد لتمكين Google Knowledge Graph - نافذة جديدة"
2024
 
2025
- #: inc/admin/admin.php:1478
2026
  msgid "Track everything about your visitors with Google Analytics"
2027
  msgstr "تتبع كل شيء بخصوص زوّار موقعك مع إحصاءات جوجل"
2028
 
2029
- #: inc/admin/admin.php:1507
2030
  msgid "Guide to getting started with Google Analytics - new window"
2031
  msgstr "مرشد لمساعدتك في البدء مع إحصاءات جوجل - نافذة جديدة"
2032
 
2033
- #: inc/admin/admin.php:1516
2034
  msgid "Advanced SEO options for advanced users!"
2035
  msgstr ""
2036
  "خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO وذلك للمستخدمين المتقدمين!"
2037
 
2038
- #: inc/admin/admin.php:1545
2039
  msgid "Improve WooCommerce SEO"
2040
  msgstr "تحسين عوامل التحسين الأمثل لمحركات البحث SEO لـ WooCommerce"
2041
 
2042
- #: inc/admin/admin.php:1573
2043
  msgid "Improve Easy Digital Downloads SEO"
2044
  msgstr "تحسين عوامل التحسين الأمثل لمحركات البحث SEO لتسهيل التحميلات الرقمية"
2045
 
2046
- #: inc/admin/admin.php:1601
2047
  msgid "Add Google Local Business data type"
2048
  msgstr "أضف نوع بيان خدمة العمل المحلي لجوجل Google Local Business"
2049
 
2050
- #: inc/admin/admin.php:1629
2051
  msgid "Add Dublin Core meta tags"
2052
  msgstr "أضف وسوم للبيانات الوصفية (meta) لدوبلن كور (Dublin Core)"
2053
 
2054
- #: inc/admin/admin.php:1656
2055
  msgid "Structured Data Types"
2056
  msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
2057
 
2058
- #: inc/admin/admin.php:1657
2059
  msgid ""
2060
  "Add data types to your content: articles, courses, recipes, videos, events and "
2061
  "products"
@@ -2063,594 +2525,546 @@ msgstr ""
2063
  "أضف أنواع البيانات إلى محتواك: مقالات، دورات، وصفات غذائية، فيديوهات، أحداث "
2064
  "ومنتجات"
2065
 
2066
- #: inc/admin/admin.php:1685
2067
  msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2068
  msgstr ""
2069
  "تمكين شريط الروابط المتسلسلة (Breadcrumbs) لقالبك وتحسين عامل التحسين الأمثل "
2070
  "لمحركات البحث SEO في صفحة نتائج محرك البحث SERPs"
2071
 
2072
- #: inc/admin/admin.php:1714
2073
  msgid "Guide to enable Breadcrumbs - new window"
2074
  msgstr "مرشد تمكين شريط الروابط المتسلسلة (Breadcrumbs) - نافذة جديدة"
2075
 
2076
- #: inc/admin/admin.php:1723
2077
  msgid "Track your website performance to improve SEO with Google Page Speed"
2078
  msgstr ""
2079
  "تتبّع آداء موقعك لتحسين عامل التحسين الأمثل لمحركات البحث SEO وذلك مع عامل سرعة "
2080
  "الصفحة لجوجل Google Page Speed"
2081
 
2082
- #: inc/admin/admin.php:1734
2083
  msgid "Guide to analyze your site with Google Page Speed - new window"
2084
  msgstr ""
2085
  "مرشد لتحليل موقعك مع عامل سرعة الصفحة لجوجل Google Page Speed - نافذة جديدة"
2086
 
2087
- #: inc/admin/admin.php:1744
2088
  msgid "Edit your robots.txt file"
2089
  msgstr "تحرير ملف robots.txt الخاص بك"
2090
 
2091
- #: inc/admin/admin.php:1745
2092
  msgid "View your robots.txt"
2093
  msgstr "مشاهدة ملف robots.txt الخاص بك"
2094
 
2095
- #: inc/admin/admin.php:1775
2096
  msgid "Guide to edit your robots.txt file - new window"
2097
  msgstr "مرشد لتحرير ملفك robots.txt - نافذة جديدة"
2098
 
2099
- #: inc/admin/admin.php:1785
2100
  msgid "Optimize your site for Google News"
2101
  msgstr "تحسين موقعك أو جعله أمثل لأخبار جوجل Google News"
2102
 
2103
- #: inc/admin/admin.php:1812 inc/admin/adminbar.php:81
2104
  msgid "Schemas"
2105
- msgstr ""
2106
 
2107
- #: inc/admin/admin.php:1813
2108
  msgid "Create / manage your schemas"
2109
- msgstr ""
2110
 
2111
- #: inc/admin/admin.php:1814
2112
- #, fuzzy
2113
- #| msgid "See archive"
2114
  msgid "See schemas"
2115
- msgstr "مشاهدة الأرشيف"
2116
 
2117
- #: inc/admin/admin.php:1824
2118
  msgid "Monitor 404, create 301, 302 and 307 redirections"
2119
  msgstr "مراقبة 404، إنشاء 301، 302 و 307 إعادة التوجيه"
2120
 
2121
- #: inc/admin/admin.php:1825
2122
  msgid "See redirects"
2123
  msgstr "مشاهدة روابط إعادة التوجيه"
2124
 
2125
- #: inc/admin/admin.php:1854
2126
  msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2127
  msgstr "مرشد لتمكين 301 روابط إعادة التوجيه و 404 المراقبة - نافذة جديدة"
2128
 
2129
- #: inc/admin/admin.php:1863
2130
  msgid "Scan your site to find SEO problems."
2131
  msgstr "أفحص موقعك لاكتشاف مشاكل التحسين الأمثل لمحركات البحث SEO."
2132
 
2133
- #: inc/admin/admin.php:1864
2134
  msgid "See broken links"
2135
  msgstr "مشاهدة الروابط المكسورة"
2136
 
2137
- #: inc/admin/admin.php:1865
2138
  msgid "Scan"
2139
  msgstr "فحص"
2140
 
2141
- #: inc/admin/admin.php:1874
2142
  msgid "Check your backlinks with Majestic API."
2143
  msgstr ""
2144
  "التحقق من روابطك الخلفية backlinks مع استخدام الواجهات البرمجية لـ Majestic "
2145
  "API."
2146
 
2147
- #: inc/admin/admin.php:1875
2148
  msgid "See backlinks"
2149
  msgstr "مشاهدة الروابط الخلفية backlinks"
2150
 
2151
- #: inc/admin/admin.php:1885
2152
  msgid "Customize your permalinks."
2153
  msgstr "تخصيص الروابط الدائمة permalinks الخاصة بك."
2154
 
2155
- #: inc/admin/admin.php:1916
2156
  msgid "Edit your htaccess file."
2157
  msgstr "تحرير ملف الـ htaccess الخاص بك."
2158
 
2159
- #: inc/admin/admin.php:1928
2160
  msgid "Configure default WordPress RSS."
2161
  msgstr "ضبط إعدادات القيم الافتراضية لمغذي الـ RSS الخاص بالووردبريس."
2162
 
2163
- #: inc/admin/admin.php:1940
2164
- msgid "Import/Export SEOPress settings from site to site."
 
 
2165
  msgstr "استيراد/تصدير إعدادات إس إي أو بريس SEOPress من موقع لموقع."
2166
 
2167
- #: inc/admin/admin.php:1951
2168
  msgid "Guide to Export/Import/Reset settings - new window"
2169
  msgstr "مرشد لـ تصدير/استيراد/إعادة تهيئة الإعدادات - نافذة جديدة"
2170
 
2171
- #: inc/admin/admin.php:1961
2172
- msgid "Edit your SEOPress license key."
 
 
2173
  msgstr "حرر مفتاح رخصة إس إي أو بريس SEOPress."
2174
 
2175
- #: inc/admin/admin.php:1972
2176
  msgid "Guide to activate SEOPress PRO - new window"
2177
  msgstr "مرشد لتفعيل نسخة إس إي أو بريس SEOPress المحترفة - نافذة جديدة"
2178
 
2179
- #: inc/admin/admin.php:2047 inc/admin/admin.php:3478
2180
- msgid "Site title"
2181
- msgstr "عنوان الموقع"
2182
-
2183
- #: inc/admin/admin.php:2240 inc/admin/admin.php:4068
2184
  msgid "noindex"
2185
  msgstr "عدم الفهرسة noindex"
2186
 
2187
- #: inc/admin/admin.php:2248 inc/admin/admin.php:4087
2188
  msgid "nofollow"
2189
  msgstr "عدم الاتباع nofollow"
2190
 
2191
- #: inc/admin/admin.php:2256 inc/admin/admin.php:4106
2192
  msgid "noodp"
2193
  msgstr "لا لمشروع الأدلة المفتوحة noodp"
2194
 
2195
- #: inc/admin/admin.php:2264 inc/admin/admin.php:4125
2196
  msgid "noimageindex"
2197
  msgstr "عدم فهرسة الصورة noimageindex"
2198
 
2199
- #: inc/admin/admin.php:2272 inc/admin/admin.php:4144
2200
  msgid "noarchive"
2201
  msgstr "عدم الأرشفة noarchive"
2202
 
2203
- #: inc/admin/admin.php:2280 inc/admin/admin.php:4163
2204
  msgid "nosnippet"
2205
  msgstr "لا للشرح المبسّط nosnippet"
2206
 
2207
- #: inc/admin/admin.php:2288 inc/admin/admin.php:4182
2208
  msgid "nositelinkssearchbox"
2209
- msgstr ""
2210
 
2211
- #: inc/admin/admin.php:2296
2212
  msgid "Indicate paginated content to Google"
2213
  msgstr "الإشارة إلى المحتوى المرقَّم (Indicating paginated) لمحرك البحث جوجل"
2214
 
2215
- #: inc/admin/admin.php:2313 inc/admin/admin.php:4220
2216
  msgid "Enable XML Sitemap"
2217
  msgstr "تمكين خارطة الموقع XML"
2218
 
2219
- #: inc/admin/admin.php:2321
2220
  msgid "Enable XML Image Sitemaps"
2221
  msgstr "تمكين خرائط الموقع للصور XML"
2222
 
2223
- #: inc/admin/admin.php:2330
2224
  msgid "Enable XML Video Sitemaps"
2225
  msgstr "تمكين خرائط الموقع للفيديو XML"
2226
 
2227
- #: inc/admin/admin.php:2339 inc/admin/admin.php:4307
2228
  msgid "Enable HTML Sitemap"
2229
  msgstr "تمكين خارطة الموقع HTML"
2230
 
2231
- #: inc/admin/admin.php:2355
2232
  msgid "Check to INCLUDE Post Types"
2233
  msgstr "قم بالتأشير لتضمين أنواع المنشور"
2234
 
2235
- #: inc/admin/admin.php:2371
2236
  msgid "Check to INCLUDE Taxonomies"
2237
  msgstr "قم بالتأشير لتضمين الـ Taxonomies"
2238
 
2239
- #: inc/admin/admin.php:2387 inc/admin/admin.php:4416
2240
  msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2241
  msgstr "أدخل منشور، صفحة أو معرِّفات مخصصة لنوع المنشور لعرضها في خارطة الموقع"
2242
 
2243
- #: inc/admin/admin.php:2395 inc/admin/admin.php:4430
2244
- #, fuzzy
2245
- #| msgid "Exclude some Posts, Pages or Custom Post Types"
2246
  msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2247
- msgstr "استثني بعض المنشورات، الصفحات أو أنواع منشور مخصصة"
2248
 
2249
- #: inc/admin/admin.php:2403
2250
  msgid "Sort order"
2251
- msgstr ""
2252
 
2253
- #: inc/admin/admin.php:2411
2254
  msgid "Order posts by"
2255
- msgstr ""
2256
 
2257
- #: inc/admin/admin.php:2419
2258
  msgid "Disable the display of the publication date"
2259
  msgstr "تعطيل عرض تاريخ النشر"
2260
 
2261
- #: inc/admin/admin.php:2436
2262
- msgid "Person or organization"
2263
- msgstr "شخص أو منشئة"
2264
-
2265
- #: inc/admin/admin.php:2444 inc/admin/admin.php:4529
2266
- msgid "Your name/organization"
2267
- msgstr "اسمك/المنشئة"
2268
-
2269
- #: inc/admin/admin.php:2452 inc/admin/admin.php:4542
2270
- msgid "Your photo/organization logo"
2271
- msgstr "صورتك/شعار المنشئة"
2272
-
2273
- #: inc/admin/admin.php:2460 inc/admin/admin.php:4572
2274
  msgid "Organization's phone number (only for Organizations)"
2275
  msgstr "رقم الهاتف الخاص بالمنشئة (ينطبق على المنشئات فقط)"
2276
 
2277
- #: inc/admin/admin.php:2468
2278
  msgid "Contact type (only for Organizations)"
2279
  msgstr "نوع التواصل (ينطبق على المنشئات فقط)"
2280
 
2281
- #: inc/admin/admin.php:2476
2282
  msgid "Contact option (only for Organizations)"
2283
  msgstr "خيار التواصل (ينطبق على المنشئات فقط)"
2284
 
2285
- #: inc/admin/admin.php:2493 inc/admin/admin.php:4650
2286
  msgid "Facebook Page URL"
2287
  msgstr "رابط URL لصفحة فيسبوك"
2288
 
2289
- #: inc/admin/admin.php:2501
2290
- msgid "Twitter Username"
2291
- msgstr "اسم مستخدم تويتر"
2292
-
2293
- #: inc/admin/admin.php:2509 inc/admin/admin.php:4675
2294
- msgid "Pinterest URL"
2295
- msgstr "رابط URL لـ Pinterest"
2296
-
2297
- #: inc/admin/admin.php:2517 inc/admin/admin.php:4687
2298
- msgid "Instagram URL"
2299
- msgstr "رابط URL لـ Instagram"
2300
-
2301
- #: inc/admin/admin.php:2525 inc/admin/admin.php:4699
2302
- msgid "YouTube URL"
2303
- msgstr "رابط URL ليوتيوب"
2304
-
2305
- #: inc/admin/admin.php:2533 inc/admin/admin.php:4711
2306
- msgid "LinkedIn URL"
2307
- msgstr "رابط URL لـ LinkedIn"
2308
-
2309
- #: inc/admin/admin.php:2541 inc/admin/admin.php:4723
2310
- msgid "MySpace URL"
2311
- msgstr "رابط URL لـ MySpace"
2312
-
2313
- #: inc/admin/admin.php:2549 inc/admin/admin.php:4735
2314
- msgid "Soundcloud URL"
2315
- msgstr "رابط URL لـ Soundcloud"
2316
-
2317
- #: inc/admin/admin.php:2557 inc/admin/admin.php:4747
2318
- msgid "Tumblr URL"
2319
- msgstr "رابط URL لـ Tumblr"
2320
-
2321
- #: inc/admin/admin.php:2574
2322
  msgid "Enable Open Graph Data"
2323
  msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
2324
 
2325
- #: inc/admin/admin.php:2582 inc/admin/admin.php:4779
2326
  msgid "Select a default image"
2327
  msgstr "اختر صورة افتراضية"
2328
 
2329
- #: inc/admin/admin.php:2590
2330
  msgid "Facebook Link Ownership ID"
2331
  msgstr "معرِّف ارتباط الملكية لفيسبوك"
2332
 
2333
- #: inc/admin/admin.php:2598
2334
  msgid "Facebook Admin ID"
2335
  msgstr "معرِّف مدير الفيسبوك"
2336
 
2337
- #: inc/admin/admin.php:2606
2338
  msgid "Facebook App ID"
2339
  msgstr "معرِّف تطبيق الفيسبوك"
2340
 
2341
- #: inc/admin/admin.php:2623
2342
  msgid "Enable Twitter Card"
2343
  msgstr "تمكين بطاقة تويتر"
2344
 
2345
- #: inc/admin/admin.php:2631
2346
  msgid "Use Open Graph if no Twitter Card is filled"
2347
  msgstr ""
2348
  "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم يتم ملء بطاقة تويتر"
2349
 
2350
- #: inc/admin/admin.php:2639 inc/admin/admin.php:4871
2351
  msgid "Default Twitter Image"
2352
  msgstr "صورة تويتر الافتراضية"
2353
 
2354
- #: inc/admin/admin.php:2647
2355
  msgid "Image size for Twitter Summary card"
2356
  msgstr "حجم الصورة لبطاقة ملخص تويتر"
2357
 
2358
- #: inc/admin/admin.php:2664
2359
  msgid "Enable Google Analytics tracking"
2360
  msgstr "تمكين التتبُّع في إحصاءات جوجل"
2361
 
2362
- #: inc/admin/admin.php:2672 inc/admin/admin.php:4924
2363
  msgid "Enter your tracking ID"
2364
  msgstr "أدخل الرمز المعرِّف الخاص بك"
2365
 
2366
- #: inc/admin/admin.php:2680
2367
- #, fuzzy
2368
- #| msgid "Google Analytics tracking opt-out"
2369
  msgid "Google Analytics tracking opt-in"
2370
- msgstr "الخروج من خاصية تتبُّع إحصاءات جوجل"
2371
 
2372
- #: inc/admin/admin.php:2688
2373
  msgid "Consent message for user tracking"
2374
  msgstr "رسالة الموافقة بتتبُّع المستخدم"
2375
 
2376
- #: inc/admin/admin.php:2696
2377
  msgid "Accept button for user tracking"
2378
  msgstr "زر الموافقة بتتبُّع المستخدم"
2379
 
2380
- #: inc/admin/admin.php:2704
2381
  msgid "Exclude user roles from tracking"
2382
  msgstr "استثناء أدوار المستخدم من التتبُّع"
2383
 
2384
- #: inc/admin/admin.php:2722
2385
- #, fuzzy
2386
- #| msgid "Enable Google Analytics tracking"
2387
  msgid "Enable Google Optimize"
2388
- msgstr "تمكين التتبُّع في إحصاءات جوجل"
 
 
 
 
 
 
2389
 
2390
- #: inc/admin/admin.php:2730
2391
- msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
 
 
 
 
 
2392
  msgstr ""
2393
 
2394
- #: inc/admin/admin.php:2738 inc/admin/admin.php:5053
2395
  msgid "Enable remarketing, demographics, and interests reporting"
2396
  msgstr ""
2397
  "تمكين تجديد النشاط التسويقي، المعلومات السكانية، وإعداد تقارير الاهتمامات"
2398
 
2399
- #: inc/admin/admin.php:2746 inc/admin/admin.php:5074
2400
  msgid "Enable IP Anonymization"
2401
  msgstr "تمكين خاصية إخفاء رقم الهوية الـ IP"
2402
 
2403
- #: inc/admin/admin.php:2754 inc/admin/admin.php:5095
2404
  msgid "Enhanced Link Attribution"
2405
  msgstr "إحالة الرابط المحسّن"
2406
 
2407
- #: inc/admin/admin.php:2762 inc/admin/admin.php:5116
2408
  msgid "Enable cross-domain tracking"
2409
  msgstr "تمكين التتبُّع بين النطاقات"
2410
 
2411
- #: inc/admin/admin.php:2770 inc/admin/admin.php:5132
2412
  msgid "Cross domains"
2413
  msgstr "النطاقات البينيّة"
2414
 
2415
- #: inc/admin/admin.php:2788
2416
  msgid "Enable external links tracking (all links with target _blank attribute)"
2417
  msgstr "تمكين تتبُّع الروابط الخارجية (جميع الروابط التي بالخاصية target _blank)"
2418
 
2419
- #: inc/admin/admin.php:2796
2420
  msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2421
  msgstr "تمكين تتبُّع التحميلات (مثلاً: PDF، XLSX، DOCX...)"
2422
 
2423
- #: inc/admin/admin.php:2804 inc/admin/admin.php:5178
2424
  msgid "Track downloads' clicks"
2425
  msgstr "تتبّع الضغطات على التحميلات"
2426
 
2427
- #: inc/admin/admin.php:2812
2428
  msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2429
  msgstr ""
2430
  "تمكين تتبُّع الروابط المنتسبة/الصادرة (affiliate/outbound) (مثلاً: aff، go، out، "
2431
  "recommends)"
2432
 
2433
- #: inc/admin/admin.php:2820 inc/admin/admin.php:5209
2434
  msgid "Track affiliate/outbound links"
2435
  msgstr "تتبُّع الروابط المنتسبة/الصادرة"
2436
 
2437
- #: inc/admin/admin.php:2838
2438
  msgid "Track Authors"
2439
  msgstr "تتبُّع الكتّاب"
2440
 
2441
- #: inc/admin/admin.php:2846
2442
  msgid "Track Categories"
2443
  msgstr "تتبُّع التصنيفات"
2444
 
2445
- #: inc/admin/admin.php:2854
2446
  msgid "Track Tags"
2447
  msgstr "تتبُّع الوسوم"
2448
 
2449
- #: inc/admin/admin.php:2862
2450
  msgid "Track Post Types"
2451
  msgstr "تتبُّع أنواع المنشورات"
2452
 
2453
- #: inc/admin/admin.php:2870
2454
  msgid "Track Logged In Users"
2455
  msgstr "تتبُّع المستخدمين المسجلين دخول"
2456
 
2457
- #: inc/admin/admin.php:2887
2458
  msgid "Redirect attachment pages to post parent"
2459
  msgstr "إعادة توجيه صفحات المرفقات إلى المنشور الأب"
2460
 
2461
- #: inc/admin/admin.php:2895
2462
  #, fuzzy
2463
- #| msgid "Redirect attachment pages to post parent"
2464
- msgid "Redirect attachment pages to the file URL"
2465
- msgstr "إعادة توجيه صفحات المرفقات إلى المنشور الأب"
2466
 
2467
- #: inc/admin/admin.php:2903
2468
  msgid "Remove ?replytocom link to avoid duplicate content"
2469
- msgstr ""
2470
 
2471
- #: inc/admin/admin.php:2911
2472
  msgid "Automatically set the image Title"
2473
- msgstr ""
2474
 
2475
- #: inc/admin/admin.php:2919
2476
  msgid "Automatically set the image Alt text"
2477
- msgstr ""
2478
 
2479
- #: inc/admin/admin.php:2927
2480
  msgid "Automatically set the image Caption"
2481
- msgstr ""
2482
 
2483
- #: inc/admin/admin.php:2935
2484
  msgid "Automatically set the image Description"
2485
- msgstr ""
2486
 
2487
- #: inc/admin/admin.php:2943
2488
  msgid "Add WP Editor to taxonomy description textarea"
2489
  msgstr "إضافة محرر ووردبريس إلى منطقة نَص وصف التصنيف الـ taxonomy"
2490
 
2491
- #: inc/admin/admin.php:2951
2492
- msgid "Remove stop words from URL"
2493
- msgstr "إزالة كلمات التوقف من الرابط URL"
2494
-
2495
- #: inc/admin/admin.php:2959
2496
  msgid "Remove /category/ in URL"
2497
  msgstr "إزالة /التصنيف/ في الرابط URL"
2498
 
2499
- #: inc/admin/admin.php:2967 inc/admin/admin.php:5785
2500
  msgid "Disable trailing slash for metas"
2501
  msgstr "تعطيل علامة الشرطة المائلة اللاحقة للبيانات الوصفية (Metas)"
2502
 
2503
- #: inc/admin/admin.php:2975
2504
  msgid "Remove WordPress generator meta tag"
2505
  msgstr "إزالة مولّد وسم البيان الوصفي (meta) الخاص بالووردبريس"
2506
 
2507
- #: inc/admin/admin.php:2983
2508
  msgid "Remove WordPress shortlink meta tag"
2509
  msgstr ""
2510
  "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس"
2511
 
2512
- #: inc/admin/admin.php:2991
2513
  msgid "Remove Windows Live Writer meta tag"
2514
  msgstr "إزالة وسم البيان الوصفي (meta) لبرنامج Windows Live Writer"
2515
 
2516
- #: inc/admin/admin.php:2999
2517
  msgid "Remove RSD meta tag"
2518
  msgstr "إزالة وسم البيان الوصفي (meta) لـ RSD"
2519
 
2520
- #: inc/admin/admin.php:3007 inc/admin/admin.php:5865
2521
  msgid "Google site verification"
2522
  msgstr "تحقق موقع جوجل"
2523
 
2524
- #: inc/admin/admin.php:3015 inc/admin/admin.php:5879
2525
  msgid "Bing site verification"
2526
  msgstr "تحقق موقع Bing"
2527
 
2528
- #: inc/admin/admin.php:3023 inc/admin/admin.php:5892
2529
  msgid "Pinterest site verification"
2530
  msgstr "تحقق موقع Pinterest"
2531
 
2532
- #: inc/admin/admin.php:3031 inc/admin/admin.php:5904
2533
  msgid "Yandex site verification"
2534
  msgstr "تحقق موقع Yandex"
2535
 
2536
- #: inc/admin/admin.php:3048
2537
  msgid "SEOPress in admin bar"
2538
  msgstr "إس إي أو بريس SEOPress في شريط الإدارة"
2539
 
2540
- #: inc/admin/admin.php:3056
2541
  msgid "Move SEOPress metabox's position"
2542
  msgstr "تحريك موقع صندوق الـ SEOPress الخاص بالبيانات الوصفية (Meta)"
2543
 
2544
- #: inc/admin/admin.php:3064
2545
  msgid "Hide Notifications Center"
2546
  msgstr "إخفاء مركز التنبيهات"
2547
 
2548
- #: inc/admin/admin.php:3072
2549
  msgid "Hide SEO tools"
2550
  msgstr "إخفاء أدوات التحسين الأمثل لمحركات البحث الـ SEO"
2551
 
2552
- #: inc/admin/admin.php:3080
2553
  msgid "Hide Useful Links"
2554
  msgstr "إخفاء الروابط المفيدة"
2555
 
2556
- #: inc/admin/admin.php:3088
2557
  msgid "Show Title tag column in post types"
2558
  msgstr "إظهار عمود وسم العنوان في أنواع المنشور"
2559
 
2560
- #: inc/admin/admin.php:3096
2561
  msgid "Show Meta description column in post types"
2562
  msgstr "إظهار عمود وصف البيان الوصفي (Meta) في أنواع المنشور"
2563
 
2564
- #: inc/admin/admin.php:3104
2565
  msgid "Show Redirection Enable column in post types"
2566
  msgstr "إظهار عمود تمكين إعادة التوجيه في أنواع المنشور"
2567
 
2568
- #: inc/admin/admin.php:3112
2569
  msgid "Show Redirect URL column in post types"
2570
  msgstr "إظهار عمود رابط URL لإعادة التوجيه في أنواع المنشور"
2571
 
2572
- #: inc/admin/admin.php:3120
2573
  msgid "Show canonical URL column in post types"
2574
  msgstr "إظهار عمود رابط canonical URL في أنواع المنشور"
2575
 
2576
- #: inc/admin/admin.php:3128
2577
  msgid "Show Target Keyword column in post types"
2578
  msgstr "إظهار عمود الكلمة المفتاحية المستهدفة في أنواع المنشور"
2579
 
2580
- #: inc/admin/admin.php:3136
2581
  msgid "Show noindex column in post types"
2582
  msgstr "إظهار عمود عدم الفهرسة في أنواع المنشور"
2583
 
2584
- #: inc/admin/admin.php:3144
2585
  msgid "Show nofollow column in post types"
2586
  msgstr "إظهار عمود عدم الاتباع في أنواع المنشور"
2587
 
2588
- #: inc/admin/admin.php:3152
2589
  msgid "Show total number of words column in post types"
2590
  msgstr "إظهار عمود عدد الكلمات الكلّي في أنواع المنشور"
2591
 
2592
- #: inc/admin/admin.php:3160
2593
  msgid "Show W3C validator column in post types"
2594
  msgstr "إظهار عمود محقق W3C في أنواع المنشور"
2595
 
2596
- #: inc/admin/admin.php:3168
2597
  msgid "Show Google Page Speed column in post types"
2598
  msgstr "إظهار عمود عامل سرعة الصفحة لجوجل (Google Page Speed) في أنواع المنشور"
2599
 
2600
- #: inc/admin/admin.php:3177
2601
  msgid "Hide Genesis SEO Metabox"
2602
  msgstr "إخفاء صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
2603
 
2604
- #: inc/admin/admin.php:3185
2605
- #, fuzzy
2606
- #| msgid "Hide Genesis SEO Metabox"
2607
  msgid "Hide Genesis SEO Settings link"
2608
- msgstr "إخفاء صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
2609
 
2610
- #: inc/admin/admin.php:3193
2611
- #, fuzzy
2612
- #| msgid "Structured Data Types"
2613
  msgid "Hide advice in Structured Data Types metabox"
2614
- msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
 
2615
 
2616
- #: inc/admin/admin.php:3210
2617
  msgid "Block SEO metabox to user roles"
2618
  msgstr ""
2619
  "حجب صناديق البيانات الوصفية (Meta) الخاصة بالتحسين الأمثل لمحركات البحث SEO عن "
2620
  "أدوار المستخدم"
2621
 
2622
- #: inc/admin/admin.php:3218
2623
  msgid "Block Content analysis metabox to user roles"
2624
  msgstr "حجب صناديق البيانات الوصفية (Meta) لتحليل المحتوى عن أدوار المستخدم"
2625
 
2626
- #: inc/admin/admin.php:3273
2627
  msgid "<p>Customize your titles & metas for homepage</p>"
2628
  msgstr "<p>خصص عناوينك و البيانات الوصفية (Metas) للصفحة الرئيسية للموقع</p>"
2629
 
2630
- #: inc/admin/admin.php:3278
2631
  msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2632
  msgstr ""
2633
  "<p>خصص عناوينك وبياناتك الوصفية (Metas) لكل أنواع المنشورات المخصصة الفردية</p>"
2634
 
2635
- #: inc/admin/admin.php:3283
2636
  msgid "<p>Customize your metas for all pages</p>"
2637
  msgstr "<p>خصص بياناتك الوصفية (Metas) لكل الصفحات</p>"
2638
 
2639
- #: inc/admin/admin.php:3288
2640
  msgid "<p>Customize your metas for all taxonomies archives</p>"
2641
  msgstr ""
2642
  "<p>خصص بياناتك الوصفية (Metas) للتصنيفات التي يطلق عليها (taxonomies) والخاصة "
2643
  "بالأرشيف</p>"
2644
 
2645
- #: inc/admin/admin.php:3293
2646
  msgid "<p>Customize your metas for all archives</p>"
2647
  msgstr "<p>خصص البيانات الوصفية (Metas) لكل الأرشيف</p>"
2648
 
2649
- #: inc/admin/admin.php:3301
2650
  msgid "Change this settings"
2651
  msgstr "غيّر هذه الإعدادات"
2652
 
2653
- #: inc/admin/admin.php:3304
2654
  msgid ""
2655
  "To view your sitemap, enable permalinks (not default one), and save settings "
2656
  "to flush them."
@@ -2658,7 +3072,7 @@ msgstr ""
2658
  "لمشاهدة خارطة موقعك، قم بتمكين الروابط الدائمة permalinks (ليست الافتراضية)، "
2659
  "واحفظ الاعدادات لتجديدها."
2660
 
2661
- #: inc/admin/admin.php:3310
2662
  msgid ""
2663
  "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add "
2664
  "this rule to your configuration:"
@@ -2666,124 +3080,121 @@ msgstr ""
2666
  "يستخدم الخادم الخاص بك NGING. لو كانت خرائط الموقع XML لا تعمل كما ينبغي، أنت "
2667
  "تحتاج لإضافة هذه القاعدة إلى إعداداتك:"
2668
 
2669
- #: inc/admin/admin.php:3323
2670
  msgid "Noindex content will not be displayed in Sitemaps."
2671
  msgstr "محتوى عدم الأرشفة لن يظهر في خرائط الموقع."
2672
 
2673
- #: inc/admin/admin.php:3335
2674
  msgid "Blank sitemap?"
2675
  msgstr "خارطة موقع فارغة؟"
2676
 
2677
- #: inc/admin/admin.php:3336
2678
  msgid "404 error?"
2679
  msgstr "404 خطأ؟"
2680
 
2681
- #: inc/admin/admin.php:3338
2682
  msgid "View your sitemap"
2683
  msgstr "مشاهدة خارطة موقعك"
2684
 
2685
- #: inc/admin/admin.php:3340
2686
  msgid "Ping Google manually"
2687
  msgstr "الاتصال (Ping) بجوجل يدوياً"
2688
 
2689
- #: inc/admin/admin.php:3342
2690
  msgid "Flush permalinks"
2691
  msgstr "تجديد الروابط الدائمة الـ permalinks"
2692
 
2693
- #: inc/admin/admin.php:3348
2694
  msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2695
  msgstr ""
2696
  "<p>إنشاء خارطة الموقع بالـ HTML لزوّارك وقم بتعزيز التحسين الأمثل لمحركات البحث "
2697
  "SEO.</p>"
2698
 
2699
- #: inc/admin/admin.php:3358 inc/admin/admin.php:4317
2700
  msgid "Guide to enable a HTML Sitemap - new window"
2701
  msgstr "مرشد لتمكين خريطة الموقع HTML - نافذة جديدة"
2702
 
2703
- #: inc/admin/admin.php:3363
2704
  msgid "<p>Include/Exclude Post Types.</p>"
2705
  msgstr "<p>تضمين/استثناء أنواع المنشور.</p>"
2706
 
2707
- #: inc/admin/admin.php:3368
2708
  msgid "<p>Include/Exclude Taxonomies.</p>"
2709
  msgstr "<p>تضمين/استثناء الـ Taxonomies.</p>"
2710
 
2711
- #: inc/admin/admin.php:3373
2712
  msgid "<p>Configure Google Knowledge Graph.</p>"
2713
  msgstr "<p>ضبط Google Knowledge Graph.</p>"
2714
 
2715
- #: inc/admin/admin.php:3374
2716
  msgid "Learn more on Google official website."
2717
  msgstr "تعلّم المزيد على الموقع الرسمي لجوجل."
2718
 
2719
- #: inc/admin/admin.php:3379
2720
  msgid ""
2721
  "<p>Link your site with your social accounts. Use markup on your website to add "
2722
  "your social profile information to a Google Knowledge panel. Knowledge panels "
2723
  "prominently display your social profile information in some Google Search "
2724
  "results. Filling in these fields does not guarantee the display of this data "
2725
- "in search results. It may take a long time to see these social networking "
2726
- "links.</p>"
2727
  msgstr ""
2728
 
2729
- #: inc/admin/admin.php:3385
2730
- msgid "<p>Manage Open Graph datas.</p>"
 
 
2731
  msgstr "<p>إدارة بيانات أرضية المعرفة التقنية المفتوحة.</p>"
2732
 
2733
- #: inc/admin/admin.php:3387
2734
- msgid ""
2735
- "<p>We generate the <strong>og:image</strong> meta following this order:</p>"
2736
  msgstr ""
2737
 
2738
- #: inc/admin/admin.php:3391
2739
  msgid "Custom OG Image from SEO metabox"
2740
  msgstr ""
2741
 
2742
- #: inc/admin/admin.php:3392 inc/admin/admin.php:3407
2743
- #, fuzzy
2744
- #| msgid "Post Thumbnail"
2745
  msgid "Post thumbnail"
2746
- msgstr "الصورة المصغرة (Thumbnail) للمنشور"
2747
 
2748
- #: inc/admin/admin.php:3393 inc/admin/admin.php:3408
2749
  msgid "First image of your post content"
2750
- msgstr ""
2751
 
2752
- #: inc/admin/admin.php:3394
2753
  msgid "Global OG Image set in SEO > Social > Open Graph"
2754
  msgstr ""
2755
 
2756
- #: inc/admin/admin.php:3400
2757
  msgid "<p>Manage your Twitter card.</p>"
2758
  msgstr "<p>إدارة بطاقة تويتر الخاصة بك.</p>"
2759
 
2760
- #: inc/admin/admin.php:3402
2761
- msgid ""
2762
- "<p>We generate the <strong>twitter:image</strong> meta following this order:</"
2763
- "p>"
2764
  msgstr ""
2765
 
2766
- #: inc/admin/admin.php:3406
2767
  msgid "Custom Twitter image from SEO metabox"
2768
  msgstr ""
2769
 
2770
- #: inc/admin/admin.php:3409
2771
  msgid "Global Twitter:image set in SEO > Social > Twitter Card"
2772
  msgstr ""
2773
 
2774
- #: inc/admin/admin.php:3415
2775
  msgid "<p>Link your Google Analytics to your website.</p>"
2776
  msgstr "<p>قم بربط موقعك بحساب إحصاءات جوجل الخاص بك.</p>"
2777
 
2778
- #: inc/admin/admin.php:3420
2779
  msgid "<p>Configure your Google Analytics tracking code.</p>"
2780
  msgstr "<p>ضبط رمز تتبُّع إحصاءات جوجل الخاص بك.</p>"
2781
 
2782
- #: inc/admin/admin.php:3425
2783
  msgid "<p>Track events in Google Analytics.</p>"
2784
  msgstr "<p>أحداث التتبُّع في إحصاءات جوجل.</p>"
2785
 
2786
- #: inc/admin/admin.php:3430
2787
  msgid ""
2788
  "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2789
  "and custom metrics in SEOPress are like the default dimensions and metrics in "
@@ -2799,179 +3210,152 @@ msgstr ""
2799
  "الأخذ بالاعتبار أنه عليك أن تقوم بضبط وإعداد أبعادك المخصصة بحسابك بخدمة "
2800
  "إحصاءات جوجل. معلومات أكثر متوفرة عند الضغط على أيقونة المساعدة."
2801
 
2802
- #: inc/admin/admin.php:3440
2803
  msgid "Guide to create custom dimensions in Google Analytics - new window"
2804
  msgstr "مرشد لإنشاء أبعاد مخصصة في إحصاءات جوجل - نافذة جديدة"
2805
 
2806
- #: inc/admin/admin.php:3445
2807
  msgid "<p>Advanced SEO options.</p>"
2808
  msgstr "<p>خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO.</p>"
2809
 
2810
- #: inc/admin/admin.php:3450
2811
  msgid "<p>Customize SEOPress to fit your needs.</p>"
2812
  msgstr "<p>خصص إس إي أو بريس SEOPress ليوافق إحتياجاتك.</p>"
2813
 
2814
- #: inc/admin/admin.php:3455
2815
  msgid "<p>Manage security.</p>"
2816
  msgstr "<p>إدارة الحماية.</p>"
2817
 
2818
- #: inc/admin/admin.php:3468
2819
- #, fuzzy
2820
- #| msgid "Enter your video categories"
2821
  msgid "Enter your separator, eg: \"-\""
2822
- msgstr "أدخل تصنيفات الفيديو الخاص بك"
2823
 
2824
- #: inc/admin/admin.php:3472
2825
- #, fuzzy, php-format
2826
- #| msgid "to edit your title and meta description"
2827
  msgid "Use this separator with %%sep%% in your title and meta description."
2828
- msgstr "لتحرير عنوانك والبيان الوصفي (meta) لخانة الوصف"
2829
 
2830
- #: inc/admin/admin.php:3478
2831
  msgid "My awesome website"
2832
  msgstr "موقعي المدهش"
2833
 
2834
- #: inc/admin/admin.php:3483 inc/admin/admin.php:3494 inc/admin/admin.php:3536
2835
- #: inc/admin/admin.php:3655 inc/admin/admin.php:3688 inc/admin/admin.php:3773
2836
- #: inc/admin/admin.php:3849 inc/admin/admin.php:3919 inc/admin/admin.php:3988
2837
- #: inc/admin/admin.php:4038
2838
  msgid "More tags"
2839
  msgstr "وسوم أكثر"
2840
 
2841
- #: inc/admin/admin.php:3489
2842
  msgid "This is a cool website about Wookiees"
2843
  msgstr "هذا موقع رائع عن Wookiees"
2844
 
2845
- #: inc/admin/admin.php:3497
2846
  msgid "Looking to edit your blog page?"
2847
  msgstr "هل تريد تحرير صفحة المدونة الخاصة بك؟"
2848
 
2849
- #: inc/admin/admin.php:3510 inc/admin/admin.php:3626 inc/admin/admin.php:3750
2850
- #: inc/admin/admin.php:3838 inc/admin/admin.php:3908 inc/admin/admin.php:3977
2851
- #: inc/admin/admin.php:4029
2852
  msgid "Title template"
2853
  msgstr "قالب العنوان"
2854
 
2855
- #: inc/admin/admin.php:3543 inc/admin/admin.php:3664 inc/admin/admin.php:3780
2856
- #: inc/admin/admin.php:3855 inc/admin/admin.php:3925 inc/admin/admin.php:3994
2857
- #: inc/admin/admin.php:4044
2858
  msgid "Meta description template"
2859
  msgstr "قالب البيان الوصفي (Meta) لخانة الوصف"
2860
 
2861
- #: inc/admin/admin.php:3566
2862
- msgid ""
2863
- "Do not display this single post type in search engine results "
2864
- "<strong>(noindex)</strong>"
2865
- msgstr ""
2866
-
2867
- #: inc/admin/admin.php:3585
2868
  msgid "Do not follow links for this single post type <strong>(nofollow)</strong>"
2869
  msgstr ""
2870
 
2871
- #: inc/admin/admin.php:3604
2872
  msgid "Display date in Google search results?"
2873
  msgstr "عرض التاريخ في نتائج بحث جوجل؟"
2874
 
2875
- #: inc/admin/admin.php:3646
2876
  msgid "Category Title"
2877
  msgstr "عنوان التصنيف"
2878
 
2879
- #: inc/admin/admin.php:3648
2880
  msgid "Tag Title"
2881
  msgstr "عنوان الوسم"
2882
 
2883
- #: inc/admin/admin.php:3650
2884
  msgid "Term Title"
2885
  msgstr "عنوان المصطلح الـ Term"
2886
 
2887
- #: inc/admin/admin.php:3681
2888
  msgid "Category Description"
2889
  msgstr "وصف التصنيف"
2890
 
2891
- #: inc/admin/admin.php:3683
2892
  msgid "Tag Description"
2893
  msgstr "وصف الوسم"
2894
 
2895
- #: inc/admin/admin.php:3685
2896
  msgid "Term Description"
2897
  msgstr "وصف المصطلح الـ Term"
2898
 
2899
- #: inc/admin/admin.php:3703
2900
- msgid ""
2901
- "Do not display this taxonomy archive in search engine results "
2902
- "<strong>(noindex)</strong>"
2903
- msgstr ""
2904
-
2905
- #: inc/admin/admin.php:3722
2906
  msgid "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
2907
  msgstr ""
2908
 
2909
- #: inc/admin/admin.php:3742
2910
  msgid "See archive"
2911
  msgstr "مشاهدة الأرشيف"
2912
 
2913
- #: inc/admin/admin.php:3769
2914
  msgid "Post Type Archive Name"
2915
  msgstr "اسم نوع أرشيف المنشور"
2916
 
2917
- #: inc/admin/admin.php:3803
2918
- msgid ""
2919
- "Do not display this post type archive in search engine results "
2920
- "<strong>(noindex)</strong>"
2921
- msgstr ""
2922
-
2923
- #: inc/admin/admin.php:3822
2924
  msgid ""
2925
  "Do not follow links for this post type archive <strong>(nofollow)</strong>"
2926
  msgstr ""
2927
 
2928
- #: inc/admin/admin.php:3836
2929
  msgid "Author archives"
2930
  msgstr "أرشيف الكتّاب"
2931
 
2932
- #: inc/admin/admin.php:3879
2933
- msgid ""
2934
- "Do not display author archives in search engine results <strong>(noindex)</"
2935
- "strong>"
2936
- msgstr ""
2937
-
2938
- #: inc/admin/admin.php:3897
2939
  msgid "Disable author archives"
2940
  msgstr "تعطيل أرشيف الكتّاب"
2941
 
2942
- #: inc/admin/admin.php:3906 inc/admin/admin.php:3917
2943
  msgid "Date archives"
2944
  msgstr "أرشيف التواريخ"
2945
 
2946
- #: inc/admin/admin.php:3948
2947
  msgid ""
2948
  "Do not display date archives in search engine results <strong>(noindex)</"
2949
  "strong>"
2950
  msgstr ""
2951
 
2952
- #: inc/admin/admin.php:3966
2953
  msgid "Disable date archives"
2954
  msgstr "تعطيل أرشيف التواريخ"
2955
 
2956
- #: inc/admin/admin.php:3975
2957
  msgid "Search archives"
2958
  msgstr "أرشيف البحث"
2959
 
2960
- #: inc/admin/admin.php:3986
2961
  msgid "Search Keywords"
2962
  msgstr "الكلمات المفتاحية للبحث"
2963
 
2964
- #: inc/admin/admin.php:4018
2965
  msgid ""
2966
  "Do not display search archives in search engine results <strong>(noindex)</"
2967
  "strong>"
2968
  msgstr ""
2969
 
2970
- #: inc/admin/admin.php:4027
2971
  msgid "404 archives"
2972
  msgstr "404 الأرشيف"
2973
 
2974
- #: inc/admin/admin.php:4070
2975
  msgid ""
2976
  "Do not display all pages of the site in Google search results and do not "
2977
  "display \"Cached\" links in search results."
@@ -2979,11 +3363,11 @@ msgstr ""
2979
  "عدم إظهار جميع صفحات الموقع في نتائج بحث جوجل وعدم إظهار الروابط \"المخزنة "
2980
  "مؤقتاً\" في نتائج البحث."
2981
 
2982
- #: inc/admin/admin.php:4089
2983
  msgid "Do not follow links for all pages."
2984
  msgstr "عدم تتبع الروابط لجميع الصفحات."
2985
 
2986
- #: inc/admin/admin.php:4108
2987
  msgid ""
2988
  "Do not use Open Directory project metadata for titles or excerpts for all "
2989
  "pages."
@@ -2991,37 +3375,37 @@ msgstr ""
2991
  "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين "
2992
  "أو المقتطفات وهذا لجميع الصفحات."
2993
 
2994
- #: inc/admin/admin.php:4127
2995
  msgid "Do not index images from the entire site."
2996
  msgstr "عدم فهرسة الصور من كامل الموقع."
2997
 
2998
- #: inc/admin/admin.php:4146
2999
  msgid "Do not display a \"Cached\" link in the Google search results."
3000
  msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
3001
 
3002
- #: inc/admin/admin.php:4165
3003
  msgid "Do not display a description in the Google search results for all pages."
3004
  msgstr "عدم إظهار الوصف في نتائج بحث جوجل لكل الصفحات."
3005
 
3006
- #: inc/admin/admin.php:4184
3007
  #, fuzzy
3008
- #| msgid "Do not display a \"Cached\" link in the Google search results."
3009
- msgid "Prevent Google to display a sitelinks searchbox in search results."
3010
- msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
3011
 
3012
- #: inc/admin/admin.php:4201
3013
  msgid "Add rel next/prev link in head of paginated archive pages"
3014
  msgstr "إضافة رابط التالي/السابق ذا صلة على رأس صفحات الأرشيف المرقَّم"
3015
 
3016
- #: inc/admin/admin.php:4203
3017
  msgid "Learn more on Google website"
3018
  msgstr "تعلّم المزيد من موقع جوجل"
3019
 
3020
- #: inc/admin/admin.php:4230
3021
  msgid "Guide to enable XML Sitemaps - new window"
3022
  msgstr "مرشد لتمكين خرائط الموقع XML - نافذة جديدة"
3023
 
3024
- #: inc/admin/admin.php:4247
3025
  msgid ""
3026
  "Enable Image Sitemaps (standard images, image galleries, featured image, "
3027
  "WooCommerce product images)"
@@ -3029,221 +3413,171 @@ msgstr ""
3029
  "تمكين خرائط الموقع للصور (الصور القياسية، معارض الصور، الصورة المميزة، صور "
3030
  "منتج WooCommerce)"
3031
 
3032
- #: inc/admin/admin.php:4249
3033
  msgid "Images in XML sitemaps are visible only from the source code."
3034
  msgstr ""
3035
 
3036
- #: inc/admin/admin.php:4259
3037
  msgid "Guide to enable XML image sitemaps - new window"
3038
  msgstr "مرشد لتمكين خرائط الموقع الصور XML - نافذة جديدة"
3039
 
3040
- #: inc/admin/admin.php:4277
3041
  msgid "Enable Video Sitemaps"
3042
  msgstr "تمكين خرائط الموقع للفيديو"
3043
 
3044
- #: inc/admin/admin.php:4287
3045
  #, php-format
3046
  msgid ""
3047
  "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" "
3048
  "target=\"_blank\">adding videos to your sitemap.</a>"
3049
  msgstr ""
3050
 
3051
- #: inc/admin/admin.php:4289
3052
  msgid "Guide to enable XML video sitemaps - new window"
3053
  msgstr "مرشد لتمكين خرائط الموقع للفيديو XML - نافذة جديدة"
3054
 
3055
- #: inc/admin/admin.php:4357 inc/admin/admin.php:4401
3056
  msgid "Include"
3057
  msgstr "تضمين"
3058
 
3059
- #: inc/admin/admin.php:4360
3060
  msgid ""
3061
  "You should never include attachment post type in your sitemap. Be careful if "
3062
  "you checked this."
3063
  msgstr ""
3064
 
3065
- #: inc/admin/admin.php:4416
3066
  msgid "eg: 2, 28, 68"
3067
  msgstr "مثلاً: 2، 28، 68"
3068
 
3069
- #: inc/admin/admin.php:4420
3070
  msgid "You can also use this shortcode:"
3071
  msgstr "باستطاعتك استخدام هذه الترميزات المختصرة الـ shortcode:"
3072
 
3073
- #: inc/admin/admin.php:4430
3074
  msgid "eg: 13, 8, 38"
3075
  msgstr "مثلاً: 13، 8، 38"
3076
 
3077
- #: inc/admin/admin.php:4444
3078
  msgid "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3079
  msgstr ""
3080
 
3081
- #: inc/admin/admin.php:4447
3082
  msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3083
  msgstr ""
3084
 
3085
- #: inc/admin/admin.php:4464
3086
- #, fuzzy
3087
- #| msgid "Default value: "
3088
  msgid "Default (date)"
3089
- msgstr "القيمة الافتراضية: "
3090
 
3091
- #: inc/admin/admin.php:4470
3092
  msgid "Modified date"
3093
- msgstr ""
3094
 
3095
- #: inc/admin/admin.php:4473
3096
- #, fuzzy
3097
- #| msgid "Post tag"
3098
  msgid "Post ID"
3099
- msgstr "وسم المنشور"
3100
 
3101
- #: inc/admin/admin.php:4476
3102
  msgid "Menu order"
3103
- msgstr ""
3104
 
3105
- #: inc/admin/admin.php:4494
3106
  msgid "Disable date after each post, page, post type?"
3107
  msgstr "تعطيل التاريخ بعد كل منشور، صفحة، نوع منشور؟"
3108
 
3109
- #: inc/admin/admin.php:4513
3110
- msgid "Person"
3111
- msgstr "شخص"
3112
-
3113
- #: inc/admin/admin.php:4516
3114
- msgid "Organization"
3115
- msgstr "منشئة"
3116
-
3117
- #: inc/admin/admin.php:4529
3118
  msgid "eg: Apple"
3119
  msgstr "مثلاً: شركة آبل"
3120
 
3121
- #: inc/admin/admin.php:4542
3122
  msgid "Select your logo"
3123
  msgstr "أختر شعارك"
3124
 
3125
- #: inc/admin/admin.php:4546
3126
- msgid "JPG, PNG or GIF allowed."
3127
- msgstr ""
 
 
3128
 
3129
- #: inc/admin/admin.php:4572
3130
  msgid "eg: +33123456789 (internationalized version required)"
3131
  msgstr "مثلاً: +33123456789 (الإصدارة الدولية مطلوبة)"
3132
 
3133
- #: inc/admin/admin.php:4587
3134
  msgid "Customer support"
3135
  msgstr "دعم العملاء"
3136
 
3137
- #: inc/admin/admin.php:4590
3138
  msgid "Technical support"
3139
  msgstr "الدعم التقني"
3140
 
3141
- #: inc/admin/admin.php:4593
3142
  msgid "Billing support"
3143
  msgstr "دعم الفواتير"
3144
 
3145
- #: inc/admin/admin.php:4596
3146
  msgid "Bill payment"
3147
  msgstr "دفع الفواتير"
3148
 
3149
- #: inc/admin/admin.php:4599
3150
  msgid "Sales"
3151
  msgstr "المبيعات"
3152
 
3153
- #: inc/admin/admin.php:4602
3154
  msgid "Credit card support"
3155
  msgstr "دعم بطاقات الائتمان"
3156
 
3157
- #: inc/admin/admin.php:4605
3158
  msgid "Emergency"
3159
  msgstr "الطوارئ"
3160
 
3161
- #: inc/admin/admin.php:4608
3162
  msgid "Baggage tracking"
3163
  msgstr "تتبُّع الأمتعة"
3164
 
3165
- #: inc/admin/admin.php:4611
3166
  msgid "Roadside assistance"
3167
  msgstr "مساعدة الطرق"
3168
 
3169
- #: inc/admin/admin.php:4614
3170
  msgid "Package tracking"
3171
  msgstr "تتبُّع الشحنات"
3172
 
3173
- #: inc/admin/admin.php:4631 inc/admin/admin.php:5227 inc/admin/admin.php:5304
3174
- #: inc/admin/admin.php:5381 inc/admin/admin.php:5458 inc/admin/admin.php:5535
3175
  msgid "None"
3176
  msgstr "لا شيء"
3177
 
3178
- #: inc/admin/admin.php:4634
3179
  msgid "Toll Free"
3180
  msgstr "الرقم المجاني"
3181
 
3182
- #: inc/admin/admin.php:4637
3183
  msgid "Hearing impaired supported"
3184
  msgstr "دعم ضعيفي السمع"
3185
 
3186
- #: inc/admin/admin.php:4650
3187
- msgid "eg: https://www.facebook.com/your-page"
3188
- msgstr "مثلاً: https://www.facebook.com/your-page"
3189
-
3190
- #: inc/admin/admin.php:4663
3191
- msgid "eg: @wp_seopress"
3192
- msgstr "مثلاً: @wp_seopress"
3193
-
3194
- #: inc/admin/admin.php:4663
3195
  msgid "Twitter Page URL"
3196
  msgstr "رابط URL لصفحة تويتر"
3197
 
3198
- #: inc/admin/admin.php:4675
3199
- msgid "eg: https://pinterest.com/wpbuy/"
3200
- msgstr "مثلاً: https://pinterest.com/wpbuy/"
3201
-
3202
- #: inc/admin/admin.php:4687
3203
- msgid "eg: https://www.instagram.com/wp_seopress/"
3204
- msgstr "مثلاً: https://www.instagram.com/wp_seopress/"
3205
-
3206
- #: inc/admin/admin.php:4699
3207
- #, fuzzy
3208
- #| msgid "eg: https://www.youtube.com/c/SEOPress"
3209
- msgid "eg: https://www.youtube.com/SEOPress"
3210
- msgstr "مثلاً: https://www.youtube.com/c/SEOPress"
3211
-
3212
- #: inc/admin/admin.php:4711
3213
- #, fuzzy
3214
- #| msgid "eg: https://www.instagram.com/wp_seopress/"
3215
- msgid "eg: http://linkedin.com/company/seopress/"
3216
- msgstr "مثلاً: https://www.instagram.com/wp_seopress/"
3217
-
3218
- #: inc/admin/admin.php:4723
3219
- msgid "eg: https://myspace.com/your-page"
3220
- msgstr "مثلاً: https://myspace.com/your-page"
3221
-
3222
- #: inc/admin/admin.php:4735
3223
- msgid "eg: https://soundcloud.com/michaelmccannmusic"
3224
- msgstr "مثلاً: https://soundcloud.com/michaelmccannmusic"
3225
-
3226
- #: inc/admin/admin.php:4747
3227
- msgid "eg: https://your-site.tumblr.com"
3228
- msgstr "مثلاً: https://your-site.tumblr.com"
3229
-
3230
- #: inc/admin/admin.php:4764
3231
  msgid "Enable OG data"
3232
  msgstr "تمكين بيانات أرضية المعرفة التقنية المفتوحة Open Graph"
3233
 
3234
- #: inc/admin/admin.php:4797
3235
  msgid ""
3236
  "One or more Facebook Page IDs that are associated with a URL in order to "
3237
  "enable link editing and instant article publishing."
3238
  msgstr ""
3239
 
3240
- #: inc/admin/admin.php:4810
3241
  msgid ""
3242
  "The ID (or comma-separated list for properties that can accept multiple IDs) "
3243
  "of an app, person using the app, or Page Graph API object."
3244
  msgstr ""
3245
 
3246
- #: inc/admin/admin.php:4822
3247
  msgid ""
3248
  "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3249
  "must add the app ID to your page. Insights lets you view analytics for traffic "
@@ -3252,129 +3586,160 @@ msgid ""
3252
  "\">More info here</a> <span class=\"dashicons dashicons-external\"></span>"
3253
  msgstr ""
3254
 
3255
- #: inc/admin/admin.php:4826
3256
  msgid "How to create a Facebook App ID"
3257
  msgstr "كيف تنشئ معرّف تطبيق فيسبوك"
3258
 
3259
- #: inc/admin/admin.php:4839
3260
  msgid "Enable Twitter card"
3261
  msgstr "تمكين بطاقة تويتر"
3262
 
3263
- #: inc/admin/admin.php:4856
3264
  msgid "Use OG if no Twitter Cards"
3265
  msgstr ""
3266
  "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم تتواجد بطاقات تويتر"
3267
 
3268
- #: inc/admin/admin.php:4891
3269
  msgid "Default"
3270
  msgstr "الافتراضية"
3271
 
3272
- #: inc/admin/admin.php:4894
3273
  msgid "Large"
3274
  msgstr "الكبيرة"
3275
 
3276
- #: inc/admin/admin.php:4912
3277
  msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3278
  msgstr "تمكين خاصية التتبُّع في إحصاءات جوجل (الوسم العام للموقع: gtag.js)"
3279
 
3280
- #: inc/admin/admin.php:4924
3281
  msgid "Enter your Tracking ID (UA-XXXX-XX)"
3282
  msgstr "أدخل الرمز المعرِّف لخاصية التتبُّع الخاص بك (UA-XXXX-XX)"
3283
 
3284
- #: inc/admin/admin.php:4928
3285
  msgid "Find your tracking ID"
3286
  msgstr "تحصّل على الرمز المعرِّف لخاصية التتبُّع الخاص بك"
3287
 
3288
- #: inc/admin/admin.php:4942
3289
  msgid "Request user's consent for analytics tracking (required by GDPR)"
3290
  msgstr "طلب موافقة المستخدمين بخصوص تتبُّع الإحصاءات (مطلوبة بواسطة GDPR)"
3291
 
3292
- #: inc/admin/admin.php:4944
3293
  msgid "<strong>The user must click the Accept button to allow tracking.</strong>"
3294
  msgstr ""
3295
 
3296
- #: inc/admin/admin.php:4946
3297
- #, fuzzy
3298
- #| msgid ""
3299
- #| "User roles excluded from tracking will not see the consent message.<br> If "
3300
- #| "you use a caching plugin, you have to exclude this JS file in your "
3301
- #| "settings: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
3302
- #| "cookies-ajax.js</strong>"
3303
  msgid ""
3304
  "User roles excluded from tracking will not see the consent message.<br> If you "
3305
  "use a caching plugin, you have to exclude this JS file in your settings: "
3306
  "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
3307
  "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3308
  msgstr ""
3309
- "أدوار المستخدم المستثناة من التتبُّع لن تشاهد رسالة الموافقة.<br>إذا كنت تستخدم "
3310
  "إضافة خاصة بالتخزين المؤقت (caching)، عليك باستثناء ملف الجافا سكريبت (JS) هذا "
3311
  "في إعداداتك: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
3312
- "cookies-ajax.js</strong>"
 
3313
 
3314
- #: inc/admin/admin.php:4956
3315
  msgid "Hook to add custom tracking code with user consent - new window"
3316
  msgstr "رابط متعلق لإضافة شفرة تتبّع مخصصة وذلك بموافقة المستخدم - نافذة جديدة"
3317
 
3318
- #: inc/admin/admin.php:4969
 
 
 
 
 
 
 
 
 
 
3319
  msgid "Enter your message (HTML allowed)"
3320
  msgstr "أدخل رسالتك (أكواد HTML مسموحة)"
3321
 
3322
- #: inc/admin/admin.php:4969
3323
  msgid "This message will only appear if request user's consent is enabled."
3324
  msgstr "هذه الرسالة سوف تظهر فقط إذا كانت خاصية ’طلب موافقة المستخدم‘ مفعّلة."
3325
 
3326
- #: inc/admin/admin.php:4980
3327
  msgid "Hook to filter user consent message - new window"
3328
  msgstr "رابط متعلق لتصفية رسالة موافقة المستخدم - نافذة جديدة"
3329
 
3330
- #: inc/admin/admin.php:4982
3331
- #, fuzzy
3332
- #| msgid "HTML tags allowed: strong, em, br, a href"
3333
  msgid "HTML tags allowed: strong, em, br, a href / target"
3334
- msgstr "وسوم HTML المسموحة: strong، em، br، a href"
3335
 
3336
- #: inc/admin/admin.php:4983
3337
  msgid ""
3338
  "Shortcode allowed to get the privacy page set in WordPress settings: "
3339
  "[seopress_privacy_page]"
3340
  msgstr ""
3341
 
3342
- #: inc/admin/admin.php:4991 inc/functions/options-google-analytics.php:39
3343
  msgid "Accept"
3344
  msgstr "موافق"
3345
 
3346
- #: inc/admin/admin.php:4991
3347
  msgid "Change the button value"
3348
  msgstr "غيّر قيمة الزر"
3349
 
3350
- #: inc/admin/admin.php:5026
3351
  msgid "Enter your Google Optimize container ID"
3352
  msgstr ""
3353
 
3354
- #: inc/admin/admin.php:5026
3355
  msgid "GTM-XXXXXXX"
3356
- msgstr ""
3357
 
3358
- #: inc/admin/admin.php:5029
3359
  msgid ""
3360
  "Google Optimize offers A/B testing, website testing & personalization tools."
3361
  msgstr ""
3362
 
3363
- #: inc/admin/admin.php:5037
 
 
 
 
3364
  #, fuzzy
3365
- #| msgid "Enter your tracking ID"
3366
- msgid "Paste your tracking code here"
3367
- msgstr "أدخل الرمز المعرِّف الخاص بك"
3368
 
3369
- #: inc/admin/admin.php:5037
 
 
 
 
 
 
3370
  msgid "Additional tracking code field"
3371
- msgstr ""
3372
 
3373
- #: inc/admin/admin.php:5040
3374
  msgid "This code will be added in the head section of your page."
3375
- msgstr ""
3376
 
3377
- #: inc/admin/admin.php:5055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3378
  msgid ""
3379
  "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3380
  "represents a group of users you want to re-engage because of their likelihood "
@@ -3384,7 +3749,7 @@ msgstr ""
3384
  "(cookies) أو معرِّفات إعلانات الجوال والتي تمثِّل مجموعة من المستخدمين الذين ترغب "
3385
  "أنت بإعادة التواصل معهم بسبب احتمال تحولهم إلى عملاء محتملين."
3386
 
3387
- #: inc/admin/admin.php:5076
3388
  msgid ""
3389
  "When a customer of Analytics requests IP address anonymization, Analytics "
3390
  "anonymizes the address as soon as technically feasible at the earliest "
@@ -3394,7 +3759,7 @@ msgstr ""
3394
  "الإحصاءات بإخفاء العنوان بأقرب وقت ممكن من الناحية التقنية الملائمة والمناسبة "
3395
  "وذلك في أقرب مرحلة ممكنة للشبكة الجمعية."
3396
 
3397
- #: inc/admin/admin.php:5097
3398
  msgid ""
3399
  "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3400
  "report by automatically differentiating between multiple links to the same URL "
@@ -3404,7 +3769,7 @@ msgstr ""
3404
  "Page Analytics) الخاصة بك وذلك عن طريق التمييز التلقائي بين الروابط المتعددة "
3405
  "لنفس عنوان الـ URL على صفحة واحدة باستخدام معرّف عناصر الارتباط."
3406
 
3407
- #: inc/admin/admin.php:5118
3408
  msgid ""
3409
  "Cross domain tracking makes it possible for Analytics to see sessions on two "
3410
  "related sites (such as an ecommerce site and a separate shopping cart site) as "
@@ -3414,210 +3779,188 @@ msgstr ""
3414
  "مرتبطين (مثل العلاقة بين موقع تجارة إلكترونية وموقع آخر منفصل لسلة التسوق) "
3415
  "كأنهما في جلسة واحدة. يطلق على هذه الحالة بعض الأحيان بتربيط الموقع."
3416
 
3417
- #: inc/admin/admin.php:5132
3418
  #, fuzzy
3419
- #| msgid "Enter yours domains (eg: https://www.seopress.org/)"
3420
- msgid "Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3421
- msgstr "أدخل نطاقاتك (مثلا: https://www.seopress.org/)"
3422
 
3423
- #: inc/admin/admin.php:5149
3424
  msgid "Enable external links tracking"
3425
  msgstr "تمكين تتبُّع الروابط الخارجية"
3426
 
3427
- #: inc/admin/admin.php:5166
3428
  msgid "Enable download tracking"
3429
  msgstr "تمكين تتبُّع التحميل"
3430
 
3431
- #: inc/admin/admin.php:5178
3432
  msgid "pdf|docx|pptx|zip"
3433
  msgstr "pdf|docx|pptx|zip"
3434
 
3435
- #: inc/admin/admin.php:5182
3436
  msgid "Separate each file type extensions with a pipe \"|\""
3437
  msgstr "فصل كل نوع ملف بعلامة الفاصلة العمودية أو القائم \"|\""
3438
 
3439
- #: inc/admin/admin.php:5197
3440
  msgid "Enable affiliate/outbound tracking"
3441
  msgstr "تمكين تتبُّع الروابط المنتسبة/الصادرة"
3442
 
3443
- #: inc/admin/admin.php:5209
3444
  msgid "aff|go|out"
3445
  msgstr "aff|go|out"
3446
 
3447
- #: inc/admin/admin.php:5213
3448
  msgid "Separate each keyword with a pipe \"|\""
3449
  msgstr "فصل كل كلمة مفتاحية باستخدام الفاصلة العمودية أو القائم \"|\""
3450
 
3451
- #: inc/admin/admin.php:5230 inc/admin/admin.php:5307 inc/admin/admin.php:5384
3452
- #: inc/admin/admin.php:5461 inc/admin/admin.php:5538
3453
  msgid "Custom Dimension #1"
3454
  msgstr "بعد مخصص #1"
3455
 
3456
- #: inc/admin/admin.php:5233 inc/admin/admin.php:5310 inc/admin/admin.php:5387
3457
- #: inc/admin/admin.php:5464 inc/admin/admin.php:5541
3458
  msgid "Custom Dimension #2"
3459
  msgstr "بعد مخصص #2"
3460
 
3461
- #: inc/admin/admin.php:5236 inc/admin/admin.php:5313 inc/admin/admin.php:5390
3462
- #: inc/admin/admin.php:5467 inc/admin/admin.php:5544
3463
  msgid "Custom Dimension #3"
3464
  msgstr "بعد مخصص #3"
3465
 
3466
- #: inc/admin/admin.php:5239 inc/admin/admin.php:5316 inc/admin/admin.php:5393
3467
- #: inc/admin/admin.php:5470 inc/admin/admin.php:5547
3468
  msgid "Custom Dimension #4"
3469
  msgstr "بعد مخصص #4"
3470
 
3471
- #: inc/admin/admin.php:5242 inc/admin/admin.php:5319 inc/admin/admin.php:5396
3472
- #: inc/admin/admin.php:5473 inc/admin/admin.php:5550
3473
  msgid "Custom Dimension #5"
3474
  msgstr "بعد مخصص #5"
3475
 
3476
- #: inc/admin/admin.php:5245 inc/admin/admin.php:5322 inc/admin/admin.php:5399
3477
- #: inc/admin/admin.php:5476 inc/admin/admin.php:5553
3478
  msgid "Custom Dimension #6"
3479
  msgstr "بعد مخصص #6"
3480
 
3481
- #: inc/admin/admin.php:5248 inc/admin/admin.php:5325 inc/admin/admin.php:5402
3482
- #: inc/admin/admin.php:5479 inc/admin/admin.php:5556
3483
  msgid "Custom Dimension #7"
3484
  msgstr "بعد مخصص #7"
3485
 
3486
- #: inc/admin/admin.php:5251 inc/admin/admin.php:5328 inc/admin/admin.php:5405
3487
- #: inc/admin/admin.php:5482 inc/admin/admin.php:5559
3488
  msgid "Custom Dimension #8"
3489
  msgstr "بعد مخصص #8"
3490
 
3491
- #: inc/admin/admin.php:5254 inc/admin/admin.php:5331 inc/admin/admin.php:5408
3492
- #: inc/admin/admin.php:5485 inc/admin/admin.php:5562
3493
  msgid "Custom Dimension #9"
3494
  msgstr "بعد مخصص #9"
3495
 
3496
- #: inc/admin/admin.php:5257 inc/admin/admin.php:5334 inc/admin/admin.php:5411
3497
- #: inc/admin/admin.php:5488 inc/admin/admin.php:5565
3498
  msgid "Custom Dimension #10"
3499
  msgstr "بعد مخصص #10"
3500
 
3501
- #: inc/admin/admin.php:5260 inc/admin/admin.php:5337 inc/admin/admin.php:5414
3502
- #: inc/admin/admin.php:5491 inc/admin/admin.php:5568
3503
  msgid "Custom Dimension #11"
3504
  msgstr "بعد مخصص #11"
3505
 
3506
- #: inc/admin/admin.php:5263 inc/admin/admin.php:5340 inc/admin/admin.php:5417
3507
- #: inc/admin/admin.php:5494 inc/admin/admin.php:5571
3508
  msgid "Custom Dimension #12"
3509
  msgstr "بعد مخصص #12"
3510
 
3511
- #: inc/admin/admin.php:5266 inc/admin/admin.php:5343 inc/admin/admin.php:5420
3512
- #: inc/admin/admin.php:5497 inc/admin/admin.php:5574
3513
  msgid "Custom Dimension #13"
3514
  msgstr "بعد مخصص #13"
3515
 
3516
- #: inc/admin/admin.php:5269 inc/admin/admin.php:5346 inc/admin/admin.php:5423
3517
- #: inc/admin/admin.php:5500 inc/admin/admin.php:5577
3518
  msgid "Custom Dimension #14"
3519
  msgstr "بعد مخصص #14"
3520
 
3521
- #: inc/admin/admin.php:5272 inc/admin/admin.php:5349 inc/admin/admin.php:5426
3522
- #: inc/admin/admin.php:5503 inc/admin/admin.php:5580
3523
  msgid "Custom Dimension #15"
3524
  msgstr "بعد مخصص #15"
3525
 
3526
- #: inc/admin/admin.php:5275 inc/admin/admin.php:5352 inc/admin/admin.php:5429
3527
- #: inc/admin/admin.php:5506 inc/admin/admin.php:5583
3528
  msgid "Custom Dimension #16"
3529
  msgstr "بعد مخصص #16"
3530
 
3531
- #: inc/admin/admin.php:5278 inc/admin/admin.php:5355 inc/admin/admin.php:5432
3532
- #: inc/admin/admin.php:5509 inc/admin/admin.php:5586
3533
  msgid "Custom Dimension #17"
3534
  msgstr "بعد مخصص #17"
3535
 
3536
- #: inc/admin/admin.php:5281 inc/admin/admin.php:5358 inc/admin/admin.php:5435
3537
- #: inc/admin/admin.php:5512 inc/admin/admin.php:5589
3538
  msgid "Custom Dimension #18"
3539
  msgstr "بعد مخصص #18"
3540
 
3541
- #: inc/admin/admin.php:5284 inc/admin/admin.php:5361 inc/admin/admin.php:5438
3542
- #: inc/admin/admin.php:5515 inc/admin/admin.php:5592
3543
  msgid "Custom Dimension #19"
3544
  msgstr "بعد مخصص #19"
3545
 
3546
- #: inc/admin/admin.php:5287 inc/admin/admin.php:5364 inc/admin/admin.php:5441
3547
- #: inc/admin/admin.php:5518 inc/admin/admin.php:5595
3548
  msgid "Custom Dimension #20"
3549
  msgstr "بعد مخصص #20"
3550
 
3551
- #: inc/admin/admin.php:5613
3552
  msgid "Redirect attachment pages to post parent (or homepage if none)"
3553
  msgstr ""
3554
  "إعادة توجيه صفحات المرفقات إلى المنشور الأب (أو الصفحة الرئيسية إذا لم يجد)"
3555
 
3556
- #: inc/admin/admin.php:5630
3557
- msgid ""
3558
- "Redirect attachment pages to the file URL (https://www.example.com/my-image-"
3559
- "file.jpg)"
3560
- msgstr ""
3561
-
3562
- #: inc/admin/admin.php:5632
3563
  msgid ""
3564
  "If this option is checked, it will take precedence over the redirection of "
3565
- "attachments to the post parent."
3566
  msgstr ""
3567
 
3568
- #: inc/admin/admin.php:5649
3569
- #, fuzzy
3570
- #| msgid "Remove WordPress meta generator in source code"
3571
  msgid "Remove ?replytocom link in source code"
3572
- msgstr "إزالة مولّد البيان الوصفي (meta) الخاص بالووردبريس في شفرة المصدر"
3573
 
3574
- #: inc/admin/admin.php:5666
3575
  msgid ""
3576
  "When sending an image file, automatically set the title based on the filename"
3577
  msgstr ""
3578
 
3579
- #: inc/admin/admin.php:5683
3580
  msgid ""
3581
  "When sending an image file, automatically set the alternative text based on "
3582
  "the filename"
3583
  msgstr ""
3584
 
3585
- #: inc/admin/admin.php:5700
3586
  msgid ""
3587
  "When sending an image file, automatically set the caption based on the filename"
3588
  msgstr ""
3589
 
3590
- #: inc/admin/admin.php:5717
3591
  msgid ""
3592
  "When sending an image file, automatically set the description based on the "
3593
  "filename"
3594
  msgstr ""
3595
 
3596
- #: inc/admin/admin.php:5734
3597
  msgid "Add TINYMCE editor to term description"
3598
  msgstr "إضافة المحرر TINYMCE إلى وصف المصطلح Term"
3599
 
3600
- #: inc/admin/admin.php:5751
3601
- msgid "Remove stop words in permalinks"
3602
- msgstr "إزالة كلمات التوقف في الروابط الدائمة الـ permalinks"
3603
-
3604
- #: inc/admin/admin.php:5751
3605
- msgid ""
3606
- "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
3607
- msgstr ""
3608
- "الإعدادات بناءً على لغة الموقع. اللغات المدعومة هي EN، FR، ES، DE، IT، PT."
3609
-
3610
- #: inc/admin/admin.php:5768
3611
- msgid "Remove /category/ in your permalinks"
3612
- msgstr "إزالة /التصنيف/ في روابطك الدائمة الـ permalinks"
3613
-
3614
- #: inc/admin/admin.php:5768
3615
  msgid "You have to flush your permalinks each time you change this settings"
3616
  msgstr ""
3617
  "عليك أن تقوم بتجديد روابطك الدائمة (permalinks) في كل مرة تقوم بها بتغيير هذا "
3618
  "الإعداد"
3619
 
3620
- #: inc/admin/admin.php:5785
3621
  msgid ""
3622
  "You must check this box if the structure of your permalinks DOES NOT contain a "
3623
  "slash at the end (eg: /%postname%)"
@@ -3625,32 +3968,32 @@ msgstr ""
3625
  "عليك بالتأشير على هذا الصندوق إذا كانت هيكلية أو بنية روابطك الدائمة "
3626
  "(permalinks) لا تحتوي علامة مائلة في نهايتها (مثلاً: /%postname%)"
3627
 
3628
- #: inc/admin/admin.php:5802
3629
  msgid "Remove WordPress meta generator in source code"
3630
  msgstr "إزالة مولّد البيان الوصفي (meta) الخاص بالووردبريس في شفرة المصدر"
3631
 
3632
- #: inc/admin/admin.php:5819
3633
  msgid "Remove WordPress shortlink meta tag in source code (eg:"
3634
  msgstr ""
3635
  "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس في "
3636
  "شفرة المصدر (مثلاً:"
3637
 
3638
- #: inc/admin/admin.php:5836
3639
  msgid "Remove Windows Live Writer meta tag in source code (eg:"
3640
  msgstr ""
3641
  "إزالة وسم البيان الوصفي (meta) لبرنامج Windows Live Writer في شفرة المصدر "
3642
  "(مثلاً:"
3643
 
3644
- #: inc/admin/admin.php:5853
3645
  msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3646
  msgstr ""
3647
  "إزالة وسم البيان الوصفي (meta) لـ Really Simple Discovery في شفرة المصدر (مثلاً:"
3648
 
3649
- #: inc/admin/admin.php:5865
3650
  msgid "Enter Google meta value site verification"
3651
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع جوجل"
3652
 
3653
- #: inc/admin/admin.php:5870
3654
  msgid ""
3655
  "If your site is already verified in <strong>Google Search Console</strong>, "
3656
  "you can leave this field empty."
@@ -3658,11 +4001,11 @@ msgstr ""
3658
  "إذا كان موقعك قد تم التحقق منه في <strong>Google Search Console</strong>، "
3659
  "عندها أترك هذا الحقل فارغاً."
3660
 
3661
- #: inc/admin/admin.php:5879
3662
  msgid "Enter Bing meta value site verification"
3663
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Bing"
3664
 
3665
- #: inc/admin/admin.php:5883
3666
  msgid ""
3667
  "If your site is already verified in <strong>Bing Webmaster tools</strong>, you "
3668
  "can leave this field empty."
@@ -3670,107 +4013,108 @@ msgstr ""
3670
  "إذا كان موقعك قد تم التحقق منه في <strong>Bing Webmaster tools</strong>، عندها "
3671
  "أترك هذا الحقل فارغاً."
3672
 
3673
- #: inc/admin/admin.php:5892
3674
  msgid "Enter Pinterest meta value site verification"
3675
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Pinterest"
3676
 
3677
- #: inc/admin/admin.php:5904
3678
  msgid "Enter Yandex meta value site verification"
3679
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Yandex"
3680
 
3681
- #: inc/admin/admin.php:5921
3682
  msgid "Remove SEOPress from Admin Bar in backend and frontend"
3683
  msgstr ""
3684
  "إزالة إس إي أو بريس SEOPress من شريط الإدارة في الواجهة الخلفية والواجهة "
3685
  "الأمامية"
3686
 
3687
- #: inc/admin/admin.php:5937
3688
  msgid "High priority (top)"
3689
  msgstr "أولوية مرتفعة (أعلى)"
3690
 
3691
- #: inc/admin/admin.php:5940
3692
  msgid "Normal priority (default)"
3693
  msgstr "أولوية عادية (افتراضي)"
3694
 
3695
- #: inc/admin/admin.php:5943
3696
  msgid "Low priority"
3697
  msgstr "أولوية منخفضة"
3698
 
3699
- #: inc/admin/admin.php:5961
3700
  msgid "Hide Notifications Center in SEOPress Dashboard page"
3701
  msgstr "إخفاء ’مركز التنبيهات‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
3702
 
3703
- #: inc/admin/admin.php:5978
3704
  msgid "Hide SEO tools in SEOPress Dashboard page"
3705
  msgstr ""
3706
  "إخفاء ’أدوات التحسين الأمثل لمحركات البحث SEO‘ من صفحة لوحة تحكم إس إي أو بريس "
3707
  "SEOPress"
3708
 
3709
- #: inc/admin/admin.php:5995
3710
  msgid "Hide Useful Links in SEOPress dashboard page"
3711
  msgstr "إخفاء ’روابط مفيدة‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
3712
 
3713
- #: inc/admin/admin.php:6012
3714
  msgid "Add title column"
3715
  msgstr "أضف عمود العنوان"
3716
 
3717
- #: inc/admin/admin.php:6029
3718
  msgid "Add meta description column"
3719
  msgstr "أضف عمود وصف البيان الوصفي (meta)"
3720
 
3721
- #: inc/admin/admin.php:6046
3722
  msgid "Add redirection enable column"
3723
  msgstr "أضف عمود تمكين إعادة التوجيه"
3724
 
3725
- #: inc/admin/admin.php:6063
3726
  msgid "Add redirection URL column"
3727
  msgstr "أضف عمود رابط URL لإعادة التوجيه"
3728
 
3729
- #: inc/admin/admin.php:6080
3730
  msgid "Add canonical URL column"
3731
  msgstr "أضف عمود رابط canonical URL"
3732
 
3733
- #: inc/admin/admin.php:6097
3734
  msgid "Add target keyword column"
3735
  msgstr "أضف عمود الكلمة المفتاحية المستهدفة"
3736
 
3737
- #: inc/admin/admin.php:6114
3738
  msgid "Display noindex status"
3739
  msgstr "إظهار حالة عدم الفهرسة"
3740
 
3741
- #: inc/admin/admin.php:6131
3742
  msgid "Display nofollow status"
3743
  msgstr "إظهار حالة عدم الاتباع"
3744
 
3745
- #: inc/admin/admin.php:6148
3746
  msgid "Display total number of words in content"
3747
  msgstr "إظهار عدد الكلمات الكلّية في المحتوى"
3748
 
3749
- #: inc/admin/admin.php:6165
3750
  msgid "Display W3C column to check code quality"
3751
  msgstr "إظهار عمود W3C للتحقق من جودة الشفرة البرمجية"
3752
 
3753
- #: inc/admin/admin.php:6183
3754
  msgid "Display Page Speed column to check performances"
3755
  msgstr "إظهار عامل سرعة الصفحة (Page Speed) للتحقق من الآداء"
3756
 
3757
- #: inc/admin/admin.php:6201
3758
  msgid "Remove Genesis SEO Metabox"
3759
  msgstr "إزالة صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
3760
 
3761
- #: inc/admin/admin.php:6218
3762
- #, fuzzy
3763
- #| msgid "Remove Genesis SEO Metabox"
3764
  msgid "Remove Genesis SEO link in WP Admin Menu"
3765
- msgstr "إزالة صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
3766
 
3767
- #: inc/admin/admin.php:6235
3768
  msgid "Remove the advice if None schema selected"
3769
  msgstr ""
3770
 
3771
- #: inc/admin/admin.php:6273 inc/admin/admin.php:6308
 
 
 
3772
  msgid ""
3773
- "Hook to filter Structured data types metabox call by post type - new window"
3774
  msgstr ""
3775
  "رابط متعلق لتصفية هيكلية أنواع بيانات صناديق البيانات الوصفية (meta) المناداة "
3776
  "بواسطة نوع المنشور - نافذة جديدة"
@@ -3783,38 +4127,26 @@ msgstr "BOT"
3783
  msgid "Broken Links"
3784
  msgstr "روابط مكسورة"
3785
 
 
 
 
 
 
 
3786
  #: inc/admin/ajax.php:91
3787
  msgid "To get your Google snippet preview, publish your post!"
3788
  msgstr ""
3789
  "لكي تحصل على عرض الشرح المبسّط لجوجل (Google snippet)، الرجاء نشر المنشور الخاص "
3790
  "بك!"
3791
 
3792
- #: inc/functions/options-advanced-admin.php:13
3793
- msgid "Welcome to SEOPress PRO!"
3794
- msgstr ""
3795
-
3796
- #: inc/functions/options-advanced-admin.php:14
3797
- #, fuzzy
3798
- #| msgid "You have to enter your licence key to get updates and support"
3799
- msgid ""
3800
- "Please activate your license to receive automatic updates and get premium "
3801
- "support."
3802
- msgstr "عليك بإدخال مفتاح الرخصة الخاص بك لكي تحصل على التحديثات والدعم"
3803
-
3804
- #: inc/functions/options-advanced-admin.php:15
3805
- #, fuzzy
3806
- #| msgid "License"
3807
- msgid "Activate License"
3808
- msgstr "الرخص"
3809
-
3810
  #: inc/functions/options-advanced-admin.php:21
3811
  msgid "Need help?"
3812
- msgstr ""
3813
 
3814
  #: inc/functions/options-advanced-admin.php:33
3815
  #: inc/functions/options-advanced-admin.php:43
3816
  msgid "WARNING"
3817
- msgstr ""
3818
 
3819
  #: inc/functions/options-advanced-admin.php:34
3820
  msgid ""
@@ -3824,8 +4156,8 @@ msgstr ""
3824
 
3825
  #: inc/functions/options-advanced-admin.php:44
3826
  msgid ""
3827
- "URL rewriting is NOT enabled on your site. Select a permalink structure "
3828
- "optimized for SEO (NOT Plain)."
3829
  msgstr ""
3830
 
3831
  #: inc/functions/options-advanced-admin.php:287
@@ -3915,84 +4247,104 @@ msgstr "الوصف غير بارز بشكل افتراضي؛ ومع ذلك، ب
3915
  #, fuzzy
3916
  #| msgid ""
3917
  #| "By visiting our site, you agree to our privacy policy regarding cookies, "
3918
- #| "tracking statistics etc ..."
 
3919
  msgid ""
3920
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3921
- "tracking statistics etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
3922
  "\"10\">Read more</a>"
3923
  msgstr ""
3924
  "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ "
3925
- "cookies، إحصاءات التتبُّع ألخ ..."
 
3926
 
3927
  #: inc/functions/options-google-analytics.php:26
3928
  #, fuzzy
3929
  #| msgid ""
3930
  #| "By visiting our site, you agree to our privacy policy regarding cookies, "
3931
- #| "tracking statistics etc ..."
3932
  msgid ""
3933
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3934
- "tracking statistics etc."
3935
  msgstr ""
3936
  "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ "
3937
- "cookies، إحصاءات التتبُّع ألخ ..."
3938
 
3939
  #: inc/functions/options-google-analytics.php:42
3940
  msgid "X"
3941
  msgstr "X"
3942
 
3943
- #: inc/functions/options-google-analytics.php:362
3944
  msgid "Authors"
3945
  msgstr "الكتّاب"
3946
 
3947
- #: inc/functions/options-google-analytics.php:381
3948
  msgid "Categories"
3949
  msgstr "التصنيفات"
3950
 
3951
- #: inc/functions/options-google-analytics.php:407
3952
  msgid "Tags"
3953
  msgstr "الوسوم"
3954
 
3955
- #: inc/functions/options-google-analytics.php:421
3956
  msgid "Post types"
3957
  msgstr "أنواع المنشور"
3958
 
3959
- #: inc/functions/options-google-analytics.php:435
3960
  msgid "Connected users"
3961
  msgstr "المستخدمين المتصلين"
3962
 
3963
- #: inc/functions/options-import-export.php:51
 
3964
  msgid "Please upload a valid .json file"
3965
  msgstr "الرجاء رفع ملف .json صالح"
3966
 
3967
- #: inc/functions/options-import-export.php:55
3968
- #: inc/functions/options-import-export.php:92
 
 
3969
  msgid "Please upload a file to import"
3970
  msgstr "الرجاء رفع ملف ليتم استيراده"
3971
 
3972
- #: inc/functions/options-import-export.php:88
 
3973
  msgid "Please upload a valid .csv file"
3974
  msgstr "الرجاء رفع ملف .csv صالح"
3975
 
3976
- #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:110
3977
  msgid "XML Sitemaps"
3978
  msgstr "خرائط الموقع XML"
3979
 
3980
- #: seopress.php:267
 
 
 
 
3981
  msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3982
  msgstr "هل أعجبك إس إي أو بريس SEOPress؟ لا تنسى إعطائنا تقييم 5 نجوم!"
3983
 
3984
- #: seopress.php:313
3985
- msgid "Settings"
3986
- msgstr "الإعدادات"
3987
-
3988
- #: seopress.php:314
3989
  msgid "SEOPress.org"
3990
  msgstr "SEOPress.org"
3991
 
3992
- #: seopress.php:316
3993
  msgid "GO PRO!"
3994
  msgstr "اقتني النسخة المحترفة!"
3995
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3996
  #~ msgid "SEOPress BOT - Broken links"
3997
  #~ msgstr "SEOPress BOT - الروابط المكسورة"
3998
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: SEOPress 3.6.1.1\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-cloudy\n"
5
+ "POT-Creation-Date: 2019-07-31 15:03+0200\n"
6
+ "PO-Revision-Date: 2019-07-31 15:03+0200\n"
7
  "Last-Translator: \n"
8
+ "Language-Team: Moqbel BJ <moqbelbj@gmail.com>\n"
9
  "Language: ar\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2.3\n"
14
  "X-Poedit-KeywordsList: __;_e;_x;esc_attr_e;esc_attr__;esc_html__;esc_html_e\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
26
  msgid "PRO"
27
  msgstr "برو PRO"
28
 
29
+ #: inc/admin/admin-header.php:28
30
+ msgid "FREE"
31
+ msgstr ""
32
+
33
+ #: inc/admin/admin-header.php:35 inc/admin/admin.php:185
34
  #: inc/admin/adminbar.php:25
35
  msgid "Titles & Metas"
36
  msgstr "العناوين والبيانات الوصفية (Metas)"
37
 
38
+ #: inc/admin/admin-header.php:41 inc/admin/admin.php:186
39
  #: inc/admin/adminbar.php:31
40
  msgid "XML / HTML Sitemap"
41
  msgstr "خارطة الموقع XML / HTML"
42
 
43
+ #: inc/admin/admin-header.php:47 inc/admin/admin.php:187 inc/admin/admin.php:1540
44
  #: inc/admin/adminbar.php:37
45
  msgid "Social Networks"
46
  msgstr "شبكات التواصل الاجتماعي"
47
 
48
+ #: inc/admin/admin-header.php:53 inc/admin/admin.php:188 inc/admin/admin.php:1578
49
  #: inc/admin/adminbar.php:43
50
  msgid "Google Analytics"
51
  msgstr "إحصاءات جوجل"
52
 
53
+ #: inc/admin/admin-header.php:59 inc/admin/admin-metaboxes-form.php:58
54
  #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:622
55
+ #: inc/admin/admin.php:1616 inc/admin/adminbar.php:49
56
  msgid "Advanced"
57
  msgstr "خيارات متقدمة"
58
 
59
+ #: inc/admin/admin-header.php:67 inc/admin/admin.php:1645
60
  msgid "WooCommerce"
61
  msgstr "WooCommerce"
62
 
63
+ #: inc/admin/admin-header.php:73 inc/admin/admin.php:1673
64
  msgid "Easy Digital Downloads"
65
  msgstr "التحميلات الرقمية السهلة (Easy Digital Downloads)"
66
 
67
+ #: inc/admin/admin-header.php:79 inc/admin/admin.php:1701
68
  msgid "Local Business"
69
  msgstr "عمل محلي (مناطقي)"
70
 
71
+ #: inc/admin/admin-header.php:85 inc/admin/admin.php:1729
72
  msgid "Dublin Core"
73
  msgstr "نواة دبلن (Dublin Core)"
74
 
75
+ #: inc/admin/admin-header.php:91
 
 
76
  msgid "Structured Data Types (schema.org)"
77
+ msgstr "أنواع البيانات المهيكلة (schema.org)"
78
 
79
+ #: inc/admin/admin-header.php:97 inc/admin/admin.php:1785
80
  msgid "Breadcrumbs"
81
  msgstr "شريط الروابط المتسلسلة"
82
 
83
+ #: inc/admin/admin-header.php:103 inc/admin/admin.php:1823
84
  msgid "Google Page Speed"
85
  msgstr "عامل جوجل لسرعة الصفحة (Google Page Speed)"
86
 
87
+ #: inc/admin/admin-header.php:110 inc/admin/admin.php:1844
88
  msgid "robots.txt"
89
  msgstr "robots.txt"
90
 
91
+ #: inc/admin/admin-header.php:117 inc/admin/admin.php:1885
92
  msgid "Google News Sitemap"
93
  msgstr "خارطة الموقع لعامل أخبار جوجل (Google News Sitemap)"
94
 
95
+ #: inc/admin/admin-header.php:123 inc/admin/admin.php:660
96
+ #: inc/admin/admin.php:1924 inc/admin/adminbar.php:87
97
  msgid "Redirections"
98
  msgstr "روابط إعادة التوجيات"
99
 
100
+ #: inc/admin/admin-header.php:129 inc/admin/admin.php:1963
 
 
101
  msgid "Broken links"
102
  msgstr "روابط مكسورة"
103
 
104
+ #: inc/admin/admin-header.php:135 inc/admin/admin.php:1974
105
  #: inc/admin/adminbar.php:99
106
  msgid "Backlinks"
107
  msgstr "الروابط الخلفية (Backlinks)"
108
 
109
+ #: inc/admin/admin-header.php:141 inc/admin/admin.php:1985
110
  msgid "URL Rewriting"
111
  msgstr "إعادة كتابة URL (URL Rewriting)"
112
 
113
+ #: inc/admin/admin-header.php:148
114
  msgid "White Label"
115
+ msgstr "الملصق أبيض - قابل للتخصيص"
116
 
117
+ #: inc/admin/admin-header.php:154 inc/admin/admin.php:2016
118
  msgid ".htaccess"
119
  msgstr ".htaccess"
120
 
121
+ #: inc/admin/admin-header.php:161 inc/admin/admin.php:2028
122
  msgid "RSS"
123
  msgstr "تغذية RSS"
124
 
125
+ #: inc/admin/admin-header.php:167 inc/admin/admin.php:1320
126
+ #: inc/admin/admin.php:2061 inc/admin/adminbar.php:69
127
  msgid "License"
128
  msgstr "الرخص"
129
 
130
+ #: inc/admin/admin-header.php:174 inc/admin/admin.php:190
131
+ #: inc/admin/admin.php:2040 inc/admin/adminbar.php:55
132
  msgid "Tools"
133
  msgstr "أدوات"
134
 
135
+ #: inc/admin/admin-header.php:199
136
  msgid "See the changelog (new window)"
137
  msgstr "مشاهدة ملف التغييرات (نافذة جديدة)"
138
 
139
+ #: inc/admin/admin-header.php:201
140
  msgid "See the changelog"
141
  msgstr "مشاهدة ملف التغييرات"
142
 
143
+ #: inc/admin/admin-header.php:203 inc/admin/admin-header.php:205
144
  msgid "Send feedback"
145
  msgstr "أرسل رد فعل"
146
 
147
+ #: inc/admin/admin-header.php:207
148
  msgid "Follow us on Twitter (new window)"
149
  msgstr "تابعنا على تويتر (نافذة جديدة)"
150
 
151
+ #: inc/admin/admin-header.php:209 inc/admin/admin-wizard.php:780
152
  msgid "Follow us on Twitter"
153
  msgstr "تابعنا على تويتر"
154
 
155
+ #: inc/admin/admin-header.php:211
156
  msgid "Follow us on YouTube (new window)"
157
  msgstr "تابعنا على يوتيوب (نافذة جديدة)"
158
 
159
+ #: inc/admin/admin-header.php:213
160
  msgid "Follow us on YouTube"
161
  msgstr "تابعنا على يوتيوب"
162
 
163
+ #: inc/admin/admin-header.php:215
164
  msgid "Official website (new window)"
165
  msgstr "الموقع الرسمي (نافذة جديدة)"
166
 
167
+ #: inc/admin/admin-header.php:217
168
  msgid "Official website"
169
  msgstr "الموقع الرسمي"
170
 
171
+ #: inc/admin/admin-header.php:219
172
  msgid "Support (new window)"
173
  msgstr "الدعم (نافذة جديدة)"
174
 
175
+ #: inc/admin/admin-header.php:221
176
  msgid "Support"
177
  msgstr "الدعم"
178
 
191
  msgid "Enter your target keywords"
192
  msgstr "أدخل الكلمات المفتاحية المستهدفة"
193
 
194
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:13
 
 
 
 
195
  msgid ""
196
  "Separate target keywords with commas. Do not use spaces after the commas, "
197
  "unless you want to include them (eg: \"my super keyword,another keyword,keyword"
198
  "\")"
199
  msgstr ""
200
+ "إفصل الكلمات المفتاحية المستهدفة بفاصلة. لا تستخدم مسافات بعد الفواصل، إلّا إذا "
201
+ "أردت تضمينها بالكلمات المفتاحية قصداً (مثلاً: \"الكلمة المفتاحية القوية،كلمة "
202
+ "مفتاحية أخرى،كلمة مفتاحية\")"
203
 
204
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:17
205
  msgid "Analyze my content"
206
  msgstr "تحليل محتوى موقعي"
207
 
208
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:19
209
  msgid "Refresh analysis"
210
  msgstr "إعادة تنشيط التحليلات"
211
 
212
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:21
213
  msgid "Analysis completed"
214
  msgstr "التحليلات اكتملت"
215
 
216
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:23
217
  msgid "To get the most accurate analysis, save your post first."
218
  msgstr "للحصول على أكثر التحليلات دقة، الرجاء حفظ منشورك أولاً."
219
 
220
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:28
221
  msgid "Google suggestions"
222
  msgstr "إقتراحات جوجل"
223
 
224
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:32
225
  msgid ""
226
  "Enter a keyword, or a phrase, to find the top 10 Google suggestions instantly. "
227
  "This is useful if you want to work with the long tail technique."
229
  "أدخل كلمة مفتاحية، أو عبارة، للوصول إلى أعلى 10 اقتراحات من جوجل مباشرة. هذا "
230
  "مفيد إلا كنت تريد العمل بالأسلوب المعروف بالـ long tail technique."
231
 
232
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:35
233
  msgid "Get suggestions!"
234
  msgstr "الحصول على الاقتراحات!"
235
 
236
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:89
237
  msgid "Optimizations"
238
  msgstr "التحسينات (المقترحات المُثلى)"
239
 
240
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:90
241
  msgid "Configuration"
242
  msgstr "الإعدادات"
243
 
244
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:91
245
  msgid "Images"
246
  msgstr "الصور"
247
 
248
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:92
249
  msgid "Links"
250
  msgstr "الروابط"
251
 
252
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:98
253
  msgid "Words counter"
254
  msgstr "عدّاد الكلمات"
255
 
256
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:100
257
  msgid "words found."
258
  msgstr "الكلمات المكتشفة."
259
 
260
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:101
261
  msgid "unique words found."
262
  msgstr "الكلمات الفريدة المكتشفة."
263
 
264
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:104
265
  msgid ""
266
  "Your content is composed of more than 300 words, which is the minimum for a "
267
  "post."
268
  msgstr "محتواك مكوّن من أكثر من 300 كلمة، وهو يعتبر الحد الأدنى المقبول لمنشور."
269
 
270
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:106
271
  msgid "Your content is too short. Add a few more paragraphs!"
272
  msgstr "المحتوى قليل جداً. الرجاء إضافة بضع من المقاطع (الفقرات)!"
273
 
274
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:113
275
  msgid "H1 (Heading 1)"
276
  msgstr "H1 (عنوان 1)"
277
 
278
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:119
 
 
279
  msgid "Target keywords were found in Heading 1 (H1)."
280
+ msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في العنوان 1 (H1)."
281
 
282
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:128
 
283
  #: inc/admin/admin-metaboxes-content-analysis-form.php:149
284
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:167
285
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:186
286
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:215
287
  #, php-format
288
  msgid "%s was found %d times."
289
  msgstr "تم اكتشاف %s %d من المرات."
290
 
291
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:133
292
  #, php-format
293
  msgid "We found %d Heading 1 (H1) in your content."
294
  msgstr "تم اكتشاف %d عنوان 1 (H1) في المحتوى."
295
 
296
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:134
297
  #, fuzzy
298
  #| msgid ""
299
+ #| "You should not use more than one H1 heading in your post content. The rule "
300
+ #| "is simple: only one H1 for each web page. Better for SEO and accessibility."
301
  msgid ""
302
  "You should not use more than one H1 heading in your post content. The rule is "
303
+ "simple: only one H1 for each web page. It is better for both SEO and "
304
+ "accessibility."
305
  msgstr ""
306
+ "المفترض أن لا يتم استخدام أكثر من عنوان واحد من العنونة H1 في متن المنشور "
307
+ "(الفحوى). القاعدة سهلة: فقط عنوان واحد من العنونة H1 لكل صفحة ويب. وذلك لأحسن "
308
+ "نتائج في التحسين الأمثل لنتائج البحث ال SEO وسهولة الوصول."
309
 
310
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:139
311
  msgid "H2 (Heading 2)"
312
  msgstr "H2 (عنوان 2)"
313
 
314
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:141
315
  msgid "Target keywords were found in Heading 2 (H2)."
316
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 2 (H2)."
317
 
318
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:153
319
  msgid "None of your target keywords were found in Heading 2 (H2)."
320
  msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 2 (H2)."
321
 
322
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:157
323
  msgid "H3 (Heading 3)"
324
  msgstr "H3 (عنوان 3)"
325
 
326
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:159
327
  msgid "Target keywords were found in Heading 3 (H3)."
328
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في عنوان 3 (H3)."
329
 
330
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:171
331
  msgid "None of your target keywords were found in Heading 3 (H3)."
332
  msgstr "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة عنوان 3 (H3)."
333
 
334
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:175
335
  msgid "Meta title"
336
  msgstr "البيان الوصفي (Meta) للعنوان"
337
 
338
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:178
339
  msgid "Target keywords were found in the Meta Title."
340
  msgstr "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) للعنوان."
341
 
342
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:190
343
  msgid "None of your target keywords were found in the Meta Title."
344
  msgstr ""
345
  "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) "
346
  "للعنوان."
347
 
348
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:194
349
  msgid "Your custom title is too long."
350
  msgstr "عنوانك المخصص أطول من اللازم."
351
 
352
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:196
353
  msgid "The length of your title is correct"
354
  msgstr "طول العنوان صحيح"
355
 
356
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:199
357
  msgid "No custom title is set for this post."
358
  msgstr "لم يتم تعيين عنوان مخصص لهذا المنشور."
359
 
360
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:203
361
+ #: inc/admin/admin-metaboxes-form.php:111 inc/admin/admin-metaboxes-form.php:112
362
+ #: inc/admin/admin-wizard.php:256 inc/admin/admin-wizard.php:275
363
+ #: inc/admin/admin-wizard.php:292 inc/admin/admin-wizard.php:311
364
+ #: inc/admin/admin.php:713 inc/admin/admin.php:734 inc/admin/admin.php:753
365
+ #: inc/admin/admin.php:774 inc/admin/admin.php:2156 inc/admin/admin.php:3607
366
  #: inc/functions/options-advanced-admin.php:761
367
  msgid "Meta description"
368
  msgstr "البيان الوصفي (Meta) لخانة الوصف"
369
 
370
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:207
371
  msgid "Target keywords were found in the Meta description."
372
  msgstr ""
373
  "تم اكتشاف الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة الوصف."
374
 
375
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:219
376
  msgid "None of your target keywords were found in the Meta description."
377
  msgstr ""
378
  "لم يتم اكتشاف أي من الكلمات المفتاحية المستهدفة في البيان الوصفي (Meta) لخانة "
379
  "الوصف."
380
 
381
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:223
382
  msgid "You custom meta description is too long."
383
  msgstr "البيان الوصفي (meta) المخصص لخانة الوصف طويل جداً."
384
 
385
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:225
386
  msgid "The length of your meta description is correct"
387
  msgstr "طول البيان الوصفي (meta) لخانة الوصف صحيح"
388
 
389
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:228
390
  msgid "No custom meta description is set for this post."
391
  msgstr "لم يتم تعيين بيان وصفي (meta) لخانة الوصف لهذه المنشور."
392
 
393
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:234
394
  msgid "Robots"
395
  msgstr "Robots"
396
 
397
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:244
398
  #, php-format
399
  msgid ""
400
  "We found %s meta robots in your page. There is probably something wrong with "
401
  "your theme!"
402
  msgstr ""
403
 
404
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:248
405
  msgid "noindex is on! Search engines can't index this page."
406
  msgstr ""
407
  "خيار عدم الفهرسة (noindex) يعمل! محركات البحث لن تتمكن من فهرسة هذه الصفحة."
408
 
409
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:250
410
  msgid "noindex is off. Search engines will index this page."
411
  msgstr ""
412
  "خيار عدم الفهرسة (noindex) متوقف! محركات البحث سوف تقوم بفهرسة هذه الصفحة."
413
 
414
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:254
415
  msgid "nofollow is on! Search engines can't follow your links on this page."
416
  msgstr ""
417
  "خيار عدم الاتباع (nofollow) يعمل! محركات البحث لن تتمكن من تتبع الروابط على "
418
  "هذه الصفحة."
419
 
420
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:256
421
  msgid "nofollow is off. Search engines will follow links on this page."
422
  msgstr ""
423
  "خيار عدم الاتباع (nofollow) متوقف! محركات البحث سوف تقوم بتتبع الروابط على هذه "
424
  "الصفحة."
425
 
426
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:260
427
  msgid "noarchive is on! Search engines will not cache your page."
428
  msgstr ""
429
  "خيار عدم الأرشفة (noarchive) يعمل! محركات البحث لن تقوم بالتخزين المؤقت "
430
  "(cache) لهذه الصفحة."
431
 
432
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:262
433
  msgid "noarchive is off. Search engines will probably cache your page."
434
  msgstr ""
435
  "خيار عدم الأرشفة (noarchive) متوقف! محركات البحث على الأرجح ستقوم بالتخزين "
436
  "المؤقت (cache) لهذه الصفحة."
437
 
438
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:266
439
  msgid ""
440
  "nosnippet is on! Search engines will not display a snippet of this page in "
441
  "search results."
443
  "خيار عدم إظهار الشرح المبسّط (nosnippet) يعمل! محركات البحث لن تقوم بإظهار "
444
  "الشرح المبسّط لهذه الصفحة في نتائج بحثها."
445
 
446
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:268
447
  msgid ""
448
  "nosnippet is off. Search engines will display a snippet of this page in search "
449
  "results."
451
  "خيار عدم إظهار الشرح المبسّط (nosnippet) متوقف. محركات البحث سوف تظهر الشرح "
452
  "المبسّط لهذه الصفحة في نتائج بحثها."
453
 
454
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:271
455
  msgid ""
456
  "We found no meta robots on this page. It means, your page is index,follow. "
457
  "Search engines will index it, and follow links. "
458
  msgstr ""
459
 
460
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:279
461
  msgid ""
462
  "noimageindex is on! Google will not index your images on this page (but if "
463
  "someone makes a direct link to one of your image in this page, it will be "
467
  "الصفحة (لكن إذا قام أحدهم بربط مباشر direct link لأي صورة على هذه الصفحة, "
468
  "عندها سيتم فهرستها)."
469
 
470
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:281
471
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:290
472
  msgid "noimageindex is off. Google will index the images on this page."
473
  msgstr ""
474
  "خيار عدم فهرسة الصور (noimageindex) متوقف. جوجل سوف يقوم بفهرسة الصور على هذه "
475
  "الصفحة."
476
 
477
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:285
 
 
 
 
478
  msgid ""
479
  "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
480
  "search results."
481
  msgstr ""
482
+ "الخيار (nositelinkssearchbox) مفعّل! جوجل لن تقوم بإظهار صندوق البحث لروابط "
483
+ "الموقع في نتائج بحثها."
484
 
485
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:287
486
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:292
 
 
 
 
487
  msgid ""
488
  "nositelinkssearchbox is off. Google will probably display a sitelinks "
489
  "searchbox in search results."
490
  msgstr ""
491
+ "الخيار (nositelinkssearchbox) غير مفعّل! ستعمل جوجل على إظهار صندوق البحث لهذه "
492
+ "الصفحة في نتائج بحثها."
493
 
494
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:302
495
  msgid ""
496
  "No alternative text found for these images. Alt tags are important for both "
497
  "SEO and accessibility."
499
  "لم يتم اكتشاف النص البديل لهذه الصور. Alt tags هي وسوم مهمة للتحسين الأمثل "
500
  "لمحركات البحث (SEO) ولقدرة الوصول أيضا."
501
 
502
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:313
503
  msgid "All alternative tags are filled in. Good work!"
504
  msgstr "جميع الوسوم البديلة (Alt tags) تم ملئها. عمل جيد!"
505
 
506
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:316
507
  msgid ""
508
  "We could not find any image in your content. Content with media is a plus for "
509
  "your SEO."
511
  "لم نتمكن من إيجاد أي صورة بالمحتوى. المحتوى الذي يشمل وسائط (صور أو فيديو) "
512
  "يعتبر إضافة للتحسين الأمثل لمحركات البحث (SEO)."
513
 
514
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:322
515
  msgid "NoFollow Links"
516
  msgstr "روابط عدم الاتباع (NoFollow)"
517
 
518
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:327
519
  #, php-format
520
  msgid ""
521
  "We found %d links with nofollow attribute in your page. Do not overuse "
524
  "تم اكتشاف %d رابط(روابط) مع خاصية عدم الاتباع (nofollow) في هذه الصفحة. لا "
525
  "تستخدم خاصية عدم الاتباع (nofollow) بإفراط في الروابط. القائمة أدناه:"
526
 
527
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:337
528
  msgid "This page doesn't have any nofollow links."
529
  msgstr "هذه الصفحة لا تحتوي على روابط بخاصية عدم الاتباع (nofollow)."
530
 
575
  msgid "Enter your title"
576
  msgstr "أدخل عنوانك"
577
 
578
+ #: inc/admin/admin-metaboxes-form.php:97
579
+ msgid " / 568 pixels - "
580
+ msgstr ""
581
+
582
+ #: inc/admin/admin-metaboxes-form.php:99 inc/admin/admin-metaboxes-form.php:118
583
+ #, fuzzy
584
+ #| msgid "(maximum recommended limit)"
585
+ msgid " (maximum recommended limit)"
586
  msgstr "(المقدار أو الحد الأعلى الموصى به)"
587
 
588
+ #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:3653
589
+ #: inc/admin/admin.php:4603
590
  msgid "Post Title"
591
  msgstr "عنوان المنشور"
592
 
593
+ #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:198
594
+ #: inc/admin/admin.php:3598 inc/admin/admin.php:3657 inc/admin/admin.php:3781
595
+ #: inc/admin/admin.php:3904 inc/admin/admin.php:3982 inc/admin/admin.php:4053
596
+ #: inc/admin/admin.php:4123 inc/admin/admin.php:4173
597
  msgid "Site Title"
598
  msgstr "عنوان الموقع"
599
 
600
+ #: inc/admin/admin-metaboxes-form.php:107 inc/admin/admin-wizard.php:369
601
+ #: inc/admin/admin.php:2140 inc/admin/admin.php:3585 inc/admin/admin.php:3599
602
+ #: inc/admin/admin.php:3655 inc/admin/admin.php:3779 inc/admin/admin.php:3902
603
+ #: inc/admin/admin.php:3981 inc/admin/admin.php:4052 inc/admin/admin.php:4122
604
+ #: inc/admin/admin.php:4174
605
  msgid "Separator"
606
+ msgstr "الفاصل"
607
 
608
+ #: inc/admin/admin-metaboxes-form.php:112
609
  msgid "Enter your meta description"
610
  msgstr "أدخل بيانك الوصفي (meta) لخانة الوصف"
611
 
612
+ #: inc/admin/admin-metaboxes-form.php:116
613
+ msgid " / 940 pixels - "
614
+ msgstr ""
615
+
616
+ #: inc/admin/admin-metaboxes-form.php:122
617
+ #, fuzzy
618
+ #| msgid "Category description"
619
+ msgid "Category / term description"
620
+ msgstr "وصف التصنيف"
621
+
622
+ #: inc/admin/admin-metaboxes-form.php:126
623
  msgid "Post Excerpt"
624
  msgstr "مقتطف المنشور (Excerpt)"
625
 
626
+ #: inc/admin/admin-metaboxes-form.php:132
627
  msgid "Google Snippet Preview"
628
  msgstr "عرض الشرح المبسّط لجوجل"
629
 
630
+ #: inc/admin/admin-metaboxes-form.php:133
631
  msgid ""
632
  "This is what your page will look like in Google search results. You have to "
633
  "publish your post to get the Google Snippet Preview."
635
  "هكذا ستبدو صفحتك في نتائج بحث جوجل. عليك أن تنشر منشورك لتحصل على عرض الشرح "
636
  "المبسّط."
637
 
638
+ #: inc/admin/admin-metaboxes-form.php:158
639
  msgid ""
640
  "Do not display this page in search engine results / XML - HTML sitemaps "
641
  "<strong>(noindex)</strong>"
642
  msgstr ""
643
 
644
+ #: inc/admin/admin-metaboxes-form.php:164
 
 
645
  msgid "Do not follow links for this page <strong>(nofollow)</strong>"
646
+ msgstr "عدم تتبع الروابط لهذه الصفحة <strong>(nofollow)</strong>"
647
 
648
+ #: inc/admin/admin-metaboxes-form.php:170
 
 
 
 
649
  msgid ""
650
  "Do not use Open Directory project metadata for titles or excerpts for this "
651
  "page <strong>(noodp)</strong>"
652
  msgstr ""
653
  "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين "
654
+ "أو المقتطفات لهذه الصفحة <strong>(noodp)</strong>"
655
 
656
+ #: inc/admin/admin-metaboxes-form.php:176
 
 
657
  msgid "Do not index images for this page <strong>(noimageindex)</strong>"
658
+ msgstr "عدم فهرسة الصور لهذه الصفحة <strong>(noimageindex)</strong>"
659
 
660
+ #: inc/admin/admin-metaboxes-form.php:182
 
 
661
  msgid ""
662
  "Do not display a \"Cached\" link in the Google search results "
663
  "<strong>(noarchive)</strong>"
664
+ msgstr ""
665
+ "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل <strong>(noarchive)</strong>"
666
 
667
+ #: inc/admin/admin-metaboxes-form.php:188
 
 
 
668
  msgid ""
669
  "Do not display a description in search results for this page "
670
  "<strong>(nosnippet)</strong>"
671
+ msgstr ""
672
+ "عدم إظهار الوصف في نتائج بحث جوجل لهذه الصفحة <strong>(nosnippet)</strong>"
673
 
674
+ #: inc/admin/admin-metaboxes-form.php:192
675
+ #, fuzzy
676
+ #| msgid ""
677
+ #| "You can not uncheck a parameter? This is normal, it is most likely defined "
678
+ #| "in the global settings of the extension."
679
  msgid ""
680
+ "You cannot uncheck a parameter? This is normal, and it's most likely defined "
681
+ "in the global settings of the extension."
682
  msgstr ""
683
  "لم تستطع إلغاء اختيار مؤشر؟ هذا طبيعي، على الأرجح أنه معرّف مسبقاً بالإعدادات "
684
  "العامّة لهذا الامتداد."
685
 
686
+ #: inc/admin/admin-metaboxes-form.php:195 inc/admin/admin-metaboxes-form.php:196
687
+ #: inc/admin/admin-wizard.php:260 inc/admin/admin-wizard.php:296
688
+ #: inc/admin/admin-wizard.php:315 inc/admin/admin.php:717 inc/admin/admin.php:757
689
+ #: inc/admin/admin.php:778
690
  msgid "Canonical URL"
691
  msgstr "رابط Canonical URL"
692
 
693
+ #: inc/admin/admin-metaboxes-form.php:196
694
  msgid "Default value: "
695
  msgstr "القيمة الافتراضية: "
696
 
697
+ #: inc/admin/admin-metaboxes-form.php:198
698
+ msgid ""
699
+ "A canonical URL is the URL of the page that Google thinks is most "
700
+ "representative from a set of duplicate pages on your site. For example, if you "
701
+ "have URLs for the same page (for example: example.com?dress=1234 and example."
702
+ "com/dresses/1234), Google chooses one as canonical. Note that the pages do not "
703
+ "need to be absolutely identical; minor changes in sorting or filtering of list "
704
+ "pages do not make the page unique (for example, sorting by price or filtering "
705
+ "by item color).\n"
706
+ " The canonical can be in a different domain than a duplicate."
707
+ msgstr ""
708
+
709
+ #: inc/admin/admin-metaboxes-form.php:205
710
  msgid "Select a primary category"
711
+ msgstr "إختر تصنيف رئيسي"
712
 
713
+ #: inc/admin/admin-metaboxes-form.php:206
714
  msgid ""
715
  "Set the category that gets used in the %category% permalink if you have "
716
  "multiple categories."
717
  msgstr ""
718
 
719
+ #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin-wizard.php:380
720
+ #: inc/admin/admin.php:4646
 
721
  msgid "None (will disable this feature)"
722
+ msgstr "لا شيء (ستقوم بتعطيل هذه الخاصية)"
723
 
724
+ #: inc/admin/admin-metaboxes-form.php:222 inc/admin/admin-metaboxes-form.php:223
725
  msgid "Custom breadcrumbs"
726
  msgstr "شريط الروابط المتسلسلة مخصص"
727
 
728
+ #: inc/admin/admin-metaboxes-form.php:223
729
  msgid "Enter a custom value, useful if your title is too long"
730
  msgstr "أدخل قيمة مخصصة، مفيد إذا كان عنوانك طول جداً"
731
 
732
+ #: inc/admin/admin-metaboxes-form.php:231
733
  msgid "Ask Facebook to update his cache"
734
  msgstr "أطلب من فيسبوك تحديث نسخته المؤقتة"
735
 
736
+ #: inc/admin/admin-metaboxes-form.php:233 inc/admin/admin-metaboxes-form.php:234
737
  msgid "Facebook Title"
738
  msgstr "عنوان فيسبوك"
739
 
740
+ #: inc/admin/admin-metaboxes-form.php:234
741
  msgid "Enter your Facebook title"
742
  msgstr "أدخل العنوان لفيسبوك"
743
 
744
+ #: inc/admin/admin-metaboxes-form.php:237 inc/admin/admin-metaboxes-form.php:238
745
  msgid "Facebook description"
746
  msgstr "وصف الفيسبوك"
747
 
748
+ #: inc/admin/admin-metaboxes-form.php:238
749
  msgid "Enter your Facebook description"
750
  msgstr "أدخل الوصف لفيسبوك"
751
 
752
+ #: inc/admin/admin-metaboxes-form.php:241 inc/admin/admin-metaboxes-form.php:242
753
  msgid "Facebook Thumbnail"
754
  msgstr "الصورة المصغرة لفيسبوك"
755
 
756
+ #: inc/admin/admin-metaboxes-form.php:242 inc/admin/admin-metaboxes-form.php:260
757
+ #: inc/admin/admin.php:4915 inc/admin/admin.php:5007
758
  msgid "Select your default thumbnail"
759
  msgstr "اختر الصورة المصغرة الافتراضية"
760
 
761
+ #: inc/admin/admin-metaboxes-form.php:243 inc/admin/admin.php:4919
762
+ #, fuzzy
763
+ #| msgid "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max."
764
+ msgid ""
765
+ "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
766
+ "3280x1712px for retina screens)"
767
  msgstr "الحجم الأدنى: 200x200 بيكسل، النسبة المثلى 1.91:1، 8 ميجابايت كحد أقصى."
768
 
769
+ #: inc/admin/admin-metaboxes-form.php:244 inc/admin/admin-metaboxes-form.php:262
770
+ #: inc/admin/admin-metaboxes-form.php:405 inc/admin/admin.php:4680
771
+ #: inc/admin/admin.php:4917 inc/admin/admin.php:5009
772
  msgid "Upload an Image"
773
  msgstr "رفع صورة"
774
 
775
+ #: inc/admin/admin-metaboxes-form.php:249
776
  msgid "Preview your Twitter card using the official validator"
777
  msgstr "معاينة بطاقة تويتر الخاص بك باستخدام المدقق الرسمي"
778
 
779
+ #: inc/admin/admin-metaboxes-form.php:251 inc/admin/admin-metaboxes-form.php:252
780
  msgid "Twitter Title"
781
  msgstr "عنوان تويتر"
782
 
783
+ #: inc/admin/admin-metaboxes-form.php:252
784
  msgid "Enter your Twitter title"
785
  msgstr "أدخل العنوان لتويتر"
786
 
787
+ #: inc/admin/admin-metaboxes-form.php:255 inc/admin/admin-metaboxes-form.php:256
788
  msgid "Twitter description"
789
  msgstr "وصف التويتر"
790
 
791
+ #: inc/admin/admin-metaboxes-form.php:256
792
  msgid "Enter your Twitter description"
793
  msgstr "أدخل الوصف لتويتر"
794
 
795
+ #: inc/admin/admin-metaboxes-form.php:259 inc/admin/admin-metaboxes-form.php:262
796
  msgid "Twitter Thumbnail"
797
  msgstr "الصورة المصغرة لتويتر"
798
 
799
+ #: inc/admin/admin-metaboxes-form.php:261 inc/admin/admin.php:5011
800
  msgid ""
801
  "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
802
  "(2:1 with large card), 5Mb max."
804
  "الحجم الأدنى: 144x144 بيكسل (300x157 بيكسل مع تمكين البطاقة الكبيرة)، النسبة "
805
  "المثلى 1:1 (2:1 مع البطاقة الكبيرة)، 5 ميجابايت كحد أقصى."
806
 
807
+ #: inc/admin/admin-metaboxes-form.php:271
808
  msgid "Enable redirection?"
809
  msgstr "تمكين إعادة التوجيه؟"
810
 
811
+ #: inc/admin/admin-metaboxes-form.php:275 inc/admin/admin-metaboxes-form.php:283
812
  msgid "URL redirection"
813
  msgstr "إعادة توجيه URL"
814
 
815
+ #: inc/admin/admin-metaboxes-form.php:277
816
  msgid "301 Moved Permanently"
817
  msgstr "301 انتقل بشكل دائم"
818
 
819
+ #: inc/admin/admin-metaboxes-form.php:278
 
 
820
  msgid "302 Found / Moved Temporarily"
821
+ msgstr "302 تم العثور عليه / انتقل بشكل مؤقت"
822
 
823
+ #: inc/admin/admin-metaboxes-form.php:279
 
 
824
  msgid "307 Moved Temporarily"
825
+ msgstr "307 انتقل بشكل مؤقت"
826
 
827
+ #: inc/admin/admin-metaboxes-form.php:280
828
  msgid "410 Gone"
829
  msgstr ""
830
 
831
+ #: inc/admin/admin-metaboxes-form.php:281
832
  msgid "451 Unavailable For Legal Reasons"
833
  msgstr ""
834
 
835
+ #: inc/admin/admin-metaboxes-form.php:283
836
+ msgid "Enter your new URL in absolute (eg: https://www.example.com/)"
837
+ msgstr ""
838
 
839
+ #: inc/admin/admin-metaboxes-form.php:288
840
  msgid "Query parameters"
841
+ msgstr "مؤشرات الاستعلام"
842
 
843
+ #: inc/admin/admin-metaboxes-form.php:290
844
+ #, fuzzy
845
+ #| msgid "Exact match with all parameters"
846
+ msgid "Exactly match all parameters"
847
+ msgstr "مطابق بالضبط مع جميع المؤشرات"
848
 
849
+ #: inc/admin/admin-metaboxes-form.php:291
850
  msgid "Exclude all parameters"
851
+ msgstr "استثني جميع المؤشرات"
852
 
853
+ #: inc/admin/admin-metaboxes-form.php:292
854
+ #, fuzzy
855
+ #| msgid "Exclude all parameters and passed them to the redirection"
856
+ msgid "Exclude all parameters and pass them to the redirection"
857
+ msgstr "استثني جميع المؤشرات ومررهم إلى إعادة التوجيه"
858
 
859
+ #: inc/admin/admin-metaboxes-form.php:301 inc/admin/admin-metaboxes-form.php:303
860
+ #: inc/admin/admin-metaboxes-form.php:306 inc/admin/admin-metaboxes-form.php:308
861
  msgid "Test your URL"
862
  msgstr "تجربة URL خاصتك"
863
 
864
+ #: inc/admin/admin-metaboxes-form.php:322
865
  msgid "Need help with your redirections? Read our guide."
866
  msgstr "هل تحتاج مساعدة في روابط إعادة التوجيه الخاصة بك؟ الرجاء قراءة دليلنا."
867
 
868
+ #: inc/admin/admin-metaboxes-form.php:334
869
  msgid "Exclude this post from Google News Sitemap?"
870
  msgstr "استثناء هذا المنشور من خارطة الموقع لأخبار جوجل؟"
871
 
872
+ #: inc/admin/admin-metaboxes-form.php:358
873
  msgid "Exclude this post from Video Sitemap?"
874
  msgstr "استثناء هذا المنشور من خارطة الموقع للفيديو؟"
875
 
876
+ #: inc/admin/admin-metaboxes-form.php:360
877
  msgid ""
878
  "If your post is set to noindex, it will be automatically excluded from the "
879
  "sitemap."
881
  "إذا كان منشورك مضبوط على عدم الفهرسة (noindex)، سوف يتم استثنائه تلقائياً من "
882
  "خارطة الموقع."
883
 
884
+ #: inc/admin/admin-metaboxes-form.php:379
885
  msgid "Video "
886
  msgstr "الفيديو "
887
 
888
+ #: inc/admin/admin-metaboxes-form.php:383
889
  msgid "Video URL (required)"
890
  msgstr "رابط URL الفيديو (مطلوب)"
891
 
892
+ #: inc/admin/admin-metaboxes-form.php:384
893
  msgid "Enter your video URL"
894
  msgstr "أدخل رابط URL الفيديو الخاص بك"
895
 
896
+ #: inc/admin/admin-metaboxes-form.php:384
897
  msgid "Video URL"
898
  msgstr "رابط URL الفيديو"
899
 
900
+ #: inc/admin/admin-metaboxes-form.php:389
901
  msgid ""
902
  "NOT an external video (eg: video hosting on YouTube, Vimeo, Wistia...)? Check "
903
  "this if your video is hosting on this server."
905
  "ليس فيديو خارجي (مثلاً: فيديو مستضاف على يوتيوب YouTube، فيميو Vimeo، ويستيا "
906
  "Wistia...)؟ علّم على هذا الاختيار إذا كان الفيديو مستضاف على هذا الخادم."
907
 
908
+ #: inc/admin/admin-metaboxes-form.php:393
909
  msgid "Video Title (required)"
910
  msgstr "عنوان الفيديو (مطلوب)"
911
 
912
+ #: inc/admin/admin-metaboxes-form.php:394
913
  msgid "Enter your video title"
914
  msgstr "أدخل عنواناً للفيديو الخاص بك"
915
 
916
+ #: inc/admin/admin-metaboxes-form.php:394
917
  msgid "Video title"
918
  msgstr "عنوان الفيديو"
919
 
920
+ #: inc/admin/admin-metaboxes-form.php:395
921
  msgid "Default: title tag, if not available, post title."
922
  msgstr "الافتراضي: وسم العنوان، إذا لم يتواجد، سيكون عنوان المنشور."
923
 
924
+ #: inc/admin/admin-metaboxes-form.php:398
925
  msgid "Video Description (required)"
926
  msgstr "وصف الفيديو (مطلوب)"
927
 
928
+ #: inc/admin/admin-metaboxes-form.php:399
929
  msgid "Enter your video description"
930
  msgstr "أدخل وصف للفيديو الخاص بك"
931
 
932
+ #: inc/admin/admin-metaboxes-form.php:399
933
  msgid "Video description"
934
  msgstr "وصف الفيديو"
935
 
936
+ #: inc/admin/admin-metaboxes-form.php:400
937
  msgid ""
938
  "2048 characters max.; default: meta description. If not available, use the "
939
  "beginning of the post content."
941
  "2048 حرف كحد أقصى؛ الافتراضي: البيان الوصفي (meta) للوصف. إذا لم يتواجد، سيتم "
942
  "استخدام مقطع من بداية المحتوى (المتن)."
943
 
944
+ #: inc/admin/admin-metaboxes-form.php:403
945
  msgid "Video Thumbnail (required)"
946
  msgstr "الصورة المصغرة للفيديو (مطلوب)"
947
 
948
+ #: inc/admin/admin-metaboxes-form.php:404
949
  msgid "Select your video thumbnail"
950
  msgstr "اختر الصورة المصغرة للفيديو الخاص بك"
951
 
952
+ #: inc/admin/admin-metaboxes-form.php:405
953
  msgid "Video Thumbnail"
954
  msgstr "الصورة المصغرة للفيديو"
955
 
956
+ #: inc/admin/admin-metaboxes-form.php:406
957
  msgid ""
958
  "Minimum size: 160x90px (1920x1080 max), JPG, PNG or GIF formats. Default: your "
959
  "post featured image."
961
  "حجم الحد الأدنى: 160x90 بيكسل (1920x1080 كحد أقصى)، بالصيغ JPG ،PNG أو GIF. "
962
  "الافتراضي: الصورة المميزة للمنشور الخاص بك."
963
 
964
+ #: inc/admin/admin-metaboxes-form.php:409
965
  msgid "Video Duration (recommended)"
966
  msgstr "مدة الفيديو (موصى به)"
967
 
968
+ #: inc/admin/admin-metaboxes-form.php:410
969
  msgid "Duration in seconds"
970
  msgstr "المدة بالثواني"
971
 
972
+ #: inc/admin/admin-metaboxes-form.php:410
973
  msgid "Video duration"
974
  msgstr "مدة الفيديو"
975
 
976
+ #: inc/admin/admin-metaboxes-form.php:411
977
  msgid ""
978
  "The duration of the video in seconds. Value must be between 0 and 28800 (8 "
979
  "hours)."
980
  msgstr "مدة الفيديو بالثواني. القيمة لابد أن تكون ما بن 0 و 28800 (8 ساعات)."
981
 
982
+ #: inc/admin/admin-metaboxes-form.php:414
983
  msgid "Video Rating"
984
  msgstr "تقييم الفيديو"
985
 
986
+ #: inc/admin/admin-metaboxes-form.php:415
987
  msgid "Video rating"
988
  msgstr "تقييم الفيديو"
989
 
990
+ #: inc/admin/admin-metaboxes-form.php:416
991
  msgid "Allowed values are float numbers in the range 0.0 to 5.0."
992
  msgstr "القيم المسموح بها هي أرقام عائمة في النطاق من 0.0 إلى 5.0."
993
 
994
+ #: inc/admin/admin-metaboxes-form.php:419 inc/admin/admin-metaboxes-form.php:420
995
  msgid "View count"
996
  msgstr "عداد المشاهدة"
997
 
998
+ #: inc/admin/admin-metaboxes-form.php:420
999
  msgid "Number of views"
1000
  msgstr "عدد المشاهدات"
1001
 
1002
+ #: inc/admin/admin-metaboxes-form.php:423 inc/admin/admin-metaboxes-form.php:424
1003
  msgid "Video tags"
1004
  msgstr "وسوم الفيديو"
1005
 
1006
+ #: inc/admin/admin-metaboxes-form.php:424
1007
  msgid "Enter your video tags"
1008
  msgstr "أدخل وسوم الفيديو الخاص بك"
1009
 
1010
+ #: inc/admin/admin-metaboxes-form.php:425
1011
  msgid ""
1012
  "32 tags max., separate tags with commas. Default: target keywords + post tags "
1013
  "if available."
1015
  "32 وسم كحد أقصى، فصل الوسوم باستخدام الفاصلة. الافتراضي: الكلمات المفتاحية "
1016
  "المستهدفة + وسوم المنشور لو توفر."
1017
 
1018
+ #: inc/admin/admin-metaboxes-form.php:428 inc/admin/admin-metaboxes-form.php:429
1019
  msgid "Video categories"
1020
  msgstr "تصنيفات الفيديو"
1021
 
1022
+ #: inc/admin/admin-metaboxes-form.php:429
1023
  msgid "Enter your video categories"
1024
  msgstr "أدخل تصنيفات الفيديو الخاص بك"
1025
 
1026
+ #: inc/admin/admin-metaboxes-form.php:430
1027
  msgid ""
1028
  "256 characters max., usually a video will belong to a single category, "
1029
  "separate categories with commas. Default: first post category if available."
1031
  "256 حرف كحد أقصى، يكون الفيديو عادة ينتمي لتصنيف واحد، فصل التصنيفات باستخدام "
1032
  "الفاصلة. الافتراضي: أول تصنيف بالمنشور لو توفر."
1033
 
1034
+ #: inc/admin/admin-metaboxes-form.php:435
1035
  msgid "NOT family friendly?"
1036
  msgstr "ليس مناسباً للعائلة؟"
1037
 
1038
+ #: inc/admin/admin-metaboxes-form.php:437
1039
  msgid "The video will be available only to users with SafeSearch turned off."
1040
  msgstr ""
1041
  "سيتوفر هذا الفيديو فقط للمستخدمين الذين لديهم خاصية البحث الآمن (SafeSearch) "
1042
  "متوقفة."
1043
 
1044
+ #: inc/admin/admin-metaboxes-form.php:439
1045
  msgid "Remove video"
1046
  msgstr "حذف فيديو"
1047
 
1048
+ #: inc/admin/admin-metaboxes-form.php:446
1049
  msgid "Add video"
1050
  msgstr "أضف فيديو"
1051
 
1053
  msgid "Content analysis"
1054
  msgstr "تحليل المحتوى"
1055
 
1056
+ #: inc/admin/admin-wizard.php:91
1057
+ #, fuzzy
1058
+ #| msgid "Import plugin settings"
1059
+ msgid "Import SEO settings"
1060
+ msgstr "استيراد إعدادات الإضافة"
1061
 
1062
+ #: inc/admin/admin-wizard.php:96 inc/admin/admin-wizard.php:365
1063
+ #, fuzzy
1064
+ #| msgid "View your sitemap"
1065
+ msgid "Your site"
1066
+ msgstr "مشاهدة خارطة موقعك"
1067
 
1068
+ #: inc/admin/admin-wizard.php:101 inc/admin/admin-wizard.php:475
1069
+ msgid "Indexing"
1070
+ msgstr ""
1071
 
1072
+ #: inc/admin/admin-wizard.php:106 inc/admin/admin-wizard.php:629
1073
+ #, fuzzy
1074
+ #| msgid "<p>Advanced SEO options.</p>"
1075
+ msgid "Advanced options"
1076
+ msgstr "<p>خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO.</p>"
1077
+
1078
+ #: inc/admin/admin-wizard.php:111
1079
+ msgid "Ready!"
1080
  msgstr ""
1081
 
1082
+ #: inc/admin/admin-wizard.php:170
1083
+ msgid "SEOPress &rsaquo; Setup Wizard"
1084
  msgstr ""
1085
 
1086
+ #: inc/admin/admin-wizard.php:187
1087
+ msgid "Not right now"
1088
+ msgstr ""
 
1089
 
1090
+ #: inc/admin/admin-wizard.php:189
1091
+ msgid "Skip this step"
1092
+ msgstr ""
 
1093
 
1094
+ #: inc/admin/admin-wizard.php:247
1095
+ msgid ""
1096
+ "The following wizard will help you configure SEOPress and get you started "
1097
+ "quickly."
1098
+ msgstr ""
1099
 
1100
+ #: inc/admin/admin-wizard.php:252 inc/admin/admin.php:709
1101
+ msgid "Import posts and terms metadata from Yoast"
1102
+ msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
 
1103
 
1104
+ #: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
1105
+ #: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
1106
+ #: inc/admin/admin.php:710 inc/admin/admin.php:731 inc/admin/admin.php:750
1107
+ #: inc/admin/admin.php:771
1108
+ msgid "By clicking Migrate, we'll import:"
1109
+ msgstr "بالضغط على ترحيل، سوف نقوم باستيراد:"
1110
 
1111
+ #: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
1112
+ #: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
1113
+ #: inc/admin/admin.php:712 inc/admin/admin.php:733 inc/admin/admin.php:752
1114
+ #: inc/admin/admin.php:773
1115
+ msgid "Title tags"
1116
+ msgstr "عنوان الوسوم"
1117
 
1118
+ #: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
1119
+ #: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
1120
+ #: inc/admin/admin.php:714 inc/admin/admin.php:735 inc/admin/admin.php:754
1121
+ #: inc/admin/admin.php:775
1122
+ msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1123
+ msgstr ""
1124
+ "وسوم الأرضية المعرفية التقنية المفتوحة (Open Graph) لفيسبوك (العنوان، الوصف "
1125
+ "والصورة المصغرة)"
1126
 
1127
+ #: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
1128
+ #: inc/admin/admin-wizard.php:313 inc/admin/admin.php:715 inc/admin/admin.php:755
1129
+ #: inc/admin/admin.php:776
1130
+ msgid "Twitter tags (title, description and image thumbnail)"
1131
+ msgstr "وسوم تويتر (العنوان، الوصف والصورة المصغرة)"
1132
 
1133
+ #: inc/admin/admin-wizard.php:259 inc/admin/admin.php:716
1134
+ msgid "Meta Robots (noindex, nofollow...)"
1135
+ msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع...)"
1136
 
1137
+ #: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
1138
+ #: inc/admin/admin.php:718 inc/admin/admin.php:779
1139
+ msgid "Focus keywords"
1140
+ msgstr "الكلمات المفتاحية المركزة"
 
1141
 
1142
+ #: inc/admin/admin-wizard.php:263 inc/admin/admin.php:720
1143
  #, fuzzy
1144
+ #| msgid ""
1145
+ #| "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1146
+ #| "and terms metadata. Some dynamic variables will not be interpreted. We do "
1147
+ #| "NOT delete any Yoast datas."
1148
+ msgid ""
1149
+ "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1150
+ "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1151
+ "delete any Yoast data."
1152
+ msgstr ""
1153
+ "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية "
1154
+ "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1155
+ "الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة Yoast."
1156
 
1157
+ #: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
1158
+ #: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
1159
+ #: inc/admin/admin.php:721 inc/admin/admin.php:740 inc/admin/admin.php:761
1160
+ #: inc/admin/admin.php:782
1161
+ msgid "Migrate now"
1162
+ msgstr "الترحيل الان"
1163
 
1164
+ #: inc/admin/admin-wizard.php:271 inc/admin/admin.php:730
1165
+ msgid "Import posts and terms metadata from All In One SEO"
1166
+ msgstr ""
1167
+ "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من الجميع "
1168
+ "إلى SEO واحد"
1169
 
1170
+ #: inc/admin/admin-wizard.php:277 inc/admin/admin.php:736
1171
+ msgid "Twitter image thumbnail"
1172
+ msgstr "الصورة المصغرة لتويتر"
 
1173
 
1174
+ #: inc/admin/admin-wizard.php:278 inc/admin/admin.php:737
1175
+ msgid "Meta Robots (noindex, nofollow)"
1176
+ msgstr "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع)"
1177
 
1178
+ #: inc/admin/admin-wizard.php:280 inc/admin/admin.php:739
1179
+ #, fuzzy
1180
+ #| msgid ""
1181
+ #| "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1182
+ #| "and terms metadata. Some dynamic variables will not be interpreted. We do "
1183
+ #| "NOT delete any AIO datas."
1184
+ msgid ""
1185
+ "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1186
+ "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1187
+ "delete any AIO data."
1188
+ msgstr ""
1189
+ "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية "
1190
+ "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1191
+ "الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
1192
 
1193
+ #: inc/admin/admin-wizard.php:288 inc/admin/admin.php:749
1194
+ msgid "Import posts and terms metadata from The SEO Framework"
1195
+ msgstr ""
1196
+ "استيراد المنشورات والبيانات الوصفية (metadata) للمصطلحات الـ Terms من SEO "
1197
+ "Framework"
1198
 
1199
+ #: inc/admin/admin-wizard.php:295 inc/admin/admin.php:756
1200
+ msgid "Meta Robots (noindex, nofollow, noarchive)"
1201
+ msgstr ""
1202
+ "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع، عدم الأرشفة)"
1203
 
1204
+ #: inc/admin/admin-wizard.php:297 inc/admin/admin.php:758
1205
+ #: inc/functions/options-advanced-admin.php:296
1206
+ msgid "Redirect URL"
1207
+ msgstr "إعادة توجيه URL"
1208
 
1209
+ #: inc/admin/admin-wizard.php:299 inc/admin/admin.php:760
1210
+ #, fuzzy
1211
+ #| msgid ""
1212
+ #| "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1213
+ #| "and terms metadata. Some dynamic variables will not be interpreted. We do "
1214
+ #| "NOT delete any SEO Framework datas."
1215
+ msgid ""
1216
+ "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1217
+ "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1218
+ "delete any SEO Framework data."
1219
+ msgstr ""
1220
+ "<strong>تحذير:</strong> ستقوم عملية الدمج بتحديث / حذف جميع البيانات الوصفية "
1221
+ "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1222
+ "الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة SEO "
1223
+ "Framework."
1224
+
1225
+ #: inc/admin/admin-wizard.php:307 inc/admin/admin.php:770
1226
+ #, fuzzy
1227
+ #| msgid "Import posts and terms metadata from Yoast"
1228
+ msgid "Import posts and terms metadata from Rank Math"
1229
+ msgstr "استيراد المنشورات والبيانات الوصفية (metadata) لـ terms من Yoast"
1230
+
1231
+ #: inc/admin/admin-wizard.php:314 inc/admin/admin.php:777
1232
+ #, fuzzy
1233
+ #| msgid "Meta Robots (noindex, nofollow, noarchive)"
1234
+ msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
1235
+ msgstr ""
1236
+ "البيانات الوصفية (Meta) للـ Robots (عدم الفهرسة، عدم الاتباع، عدم الأرشفة)"
1237
+
1238
+ #: inc/admin/admin-wizard.php:318 inc/admin/admin.php:781
1239
+ #, fuzzy
1240
+ #| msgid ""
1241
+ #| "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1242
+ #| "and terms metadata. Some dynamic variables will not be interpreted. We do "
1243
+ #| "NOT delete any AIO datas."
1244
+ msgid ""
1245
+ "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1246
+ "and terms metadata. Some dynamic variables will not be interpreted. We do NOT "
1247
+ "delete any Rank Math data."
1248
+ msgstr ""
1249
+ "<strong>تحذير:</strong> ستقوم عملية الدمج بحذف / تحديث جميع البيانات الوصفية "
1250
+ "(metadata) لـ terms والمنشورات الخاصة بإس إي أو بريس SEOPress. بعض المتغيرات "
1251
+ "الديناميكية لن يتم ترجمتها أو تحويلها. لا نقوم بحذف أي بيانات للإضافة AIO."
1252
+
1253
+ #: inc/admin/admin-wizard.php:326 inc/admin/admin-wizard.php:753
1254
+ msgid "Next step"
1255
+ msgstr ""
1256
+
1257
+ #: inc/admin/admin-wizard.php:367
1258
+ msgid ""
1259
+ "To build title tags and knowledge graph for Google, you need to fill out the "
1260
+ "fields below to configure the general settings. "
1261
+ msgstr ""
1262
+
1263
+ #: inc/admin/admin-wizard.php:370
1264
+ msgid "eg: |"
1265
+ msgstr ""
1266
+
1267
+ #: inc/admin/admin-wizard.php:372 inc/admin/admin.php:2148
1268
+ #: inc/admin/admin.php:3595
1269
+ msgid "Site title"
1270
+ msgstr "عنوان الموقع"
1271
+
1272
+ #: inc/admin/admin-wizard.php:373
1273
+ #, fuzzy
1274
+ #| msgid "My awesome website"
1275
+ msgid "eg: My super website"
1276
+ msgstr "موقعي المدهش"
1277
+
1278
+ #: inc/admin/admin-wizard.php:375 inc/admin/admin.php:2537
1279
+ msgid "Person or organization"
1280
+ msgstr "شخص أو منشئة"
1281
+
1282
+ #: inc/admin/admin-wizard.php:377
1283
+ msgid "Choose a knowledge type"
1284
+ msgstr ""
1285
+
1286
+ #: inc/admin/admin-wizard.php:383 inc/admin/admin.php:4649
1287
+ msgid "Person"
1288
+ msgstr "شخص"
1289
+
1290
+ #: inc/admin/admin-wizard.php:386 inc/admin/admin.php:4652
1291
+ msgid "Organization"
1292
+ msgstr "منشئة"
1293
+
1294
+ #: inc/admin/admin-wizard.php:390 inc/admin/admin.php:2545
1295
+ #: inc/admin/admin.php:4665
1296
+ msgid "Your name/organization"
1297
+ msgstr "اسمك/المنشئة"
1298
+
1299
+ #: inc/admin/admin-wizard.php:391
1300
+ #, fuzzy
1301
+ #| msgid "SEOPress"
1302
+ msgid "eg: SEOPress"
1303
+ msgstr "إس إي أو بريس SEOPress"
1304
+
1305
+ #: inc/admin/admin-wizard.php:393 inc/admin/admin.php:2553
1306
+ #: inc/admin/admin.php:4678
1307
+ msgid "Your photo/organization logo"
1308
+ msgstr "صورتك/شعار المنشئة"
1309
+
1310
+ #: inc/admin/admin-wizard.php:394
1311
+ #, fuzzy
1312
+ #| msgid "eg: https://www.facebook.com/your-page"
1313
+ msgid "eg: https://www.example.com/logo.png"
1314
+ msgstr "مثلاً: https://www.facebook.com/your-page"
1315
+
1316
+ #: inc/admin/admin-wizard.php:396
1317
+ #, fuzzy
1318
+ #| msgid "Facebook Page URL"
1319
+ msgid "Facebook page URL"
1320
+ msgstr "رابط URL لصفحة فيسبوك"
1321
+
1322
+ #: inc/admin/admin-wizard.php:397 inc/admin/admin.php:4786
1323
+ msgid "eg: https://www.facebook.com/your-page"
1324
+ msgstr "مثلاً: https://www.facebook.com/your-page"
1325
+
1326
+ #: inc/admin/admin-wizard.php:399 inc/admin/admin.php:2602
1327
+ msgid "Twitter Username"
1328
+ msgstr "اسم مستخدم تويتر"
1329
+
1330
+ #: inc/admin/admin-wizard.php:400 inc/admin/admin.php:4799
1331
+ msgid "eg: @wp_seopress"
1332
+ msgstr "مثلاً: @wp_seopress"
1333
+
1334
+ #: inc/admin/admin-wizard.php:402 inc/admin/admin.php:2610
1335
+ #: inc/admin/admin.php:4811
1336
+ msgid "Pinterest URL"
1337
+ msgstr "رابط URL لـ Pinterest"
1338
+
1339
+ #: inc/admin/admin-wizard.php:403 inc/admin/admin.php:4811
1340
+ msgid "eg: https://pinterest.com/wpbuy/"
1341
+ msgstr "مثلاً: https://pinterest.com/wpbuy/"
1342
+
1343
+ #: inc/admin/admin-wizard.php:405 inc/admin/admin.php:2618
1344
+ #: inc/admin/admin.php:4823
1345
+ msgid "Instagram URL"
1346
+ msgstr "رابط URL لـ Instagram"
1347
+
1348
+ #: inc/admin/admin-wizard.php:406 inc/admin/admin.php:4823
1349
+ msgid "eg: https://www.instagram.com/wp_seopress/"
1350
+ msgstr "مثلاً: https://www.instagram.com/wp_seopress/"
1351
+
1352
+ #: inc/admin/admin-wizard.php:408 inc/admin/admin.php:2626
1353
+ #: inc/admin/admin.php:4835
1354
+ msgid "YouTube URL"
1355
+ msgstr "رابط URL ليوتيوب"
1356
+
1357
+ #: inc/admin/admin-wizard.php:409 inc/admin/admin.php:4835
1358
+ msgid "eg: https://www.youtube.com/SEOPress"
1359
+ msgstr "مثلاً: https://www.youtube.com/SEOPress"
1360
+
1361
+ #: inc/admin/admin-wizard.php:411 inc/admin/admin.php:2634
1362
+ #: inc/admin/admin.php:4847
1363
+ msgid "LinkedIn URL"
1364
+ msgstr "رابط URL لـ LinkedIn"
1365
+
1366
+ #: inc/admin/admin-wizard.php:412 inc/admin/admin.php:4847
1367
+ msgid "eg: http://linkedin.com/company/seopress/"
1368
+ msgstr "مثلاً: http://linkedin.com/company/seopress/"
1369
+
1370
+ #: inc/admin/admin-wizard.php:414 inc/admin/admin.php:2642
1371
+ #: inc/admin/admin.php:4859
1372
+ msgid "MySpace URL"
1373
+ msgstr "رابط URL لـ MySpace"
1374
+
1375
+ #: inc/admin/admin-wizard.php:415 inc/admin/admin.php:4859
1376
+ msgid "eg: https://myspace.com/your-page"
1377
+ msgstr "مثلاً: https://myspace.com/your-page"
1378
+
1379
+ #: inc/admin/admin-wizard.php:417 inc/admin/admin.php:2650
1380
+ #: inc/admin/admin.php:4871
1381
+ msgid "Soundcloud URL"
1382
+ msgstr "رابط URL لـ Soundcloud"
1383
+
1384
+ #: inc/admin/admin-wizard.php:418 inc/admin/admin.php:4871
1385
+ msgid "eg: https://soundcloud.com/michaelmccannmusic"
1386
+ msgstr "مثلاً: https://soundcloud.com/michaelmccannmusic"
1387
+
1388
+ #: inc/admin/admin-wizard.php:420 inc/admin/admin.php:2658
1389
+ #: inc/admin/admin.php:4883
1390
+ msgid "Tumblr URL"
1391
+ msgstr "رابط URL لـ Tumblr"
1392
+
1393
+ #: inc/admin/admin-wizard.php:421 inc/admin/admin.php:4883
1394
+ msgid "eg: https://your-site.tumblr.com"
1395
+ msgstr "مثلاً: https://your-site.tumblr.com"
1396
+
1397
+ #: inc/admin/admin-wizard.php:424 inc/admin/admin-wizard.php:565
1398
+ #: inc/admin/admin-wizard.php:672
1399
+ msgid "Continue"
1400
+ msgstr ""
1401
+
1402
+ #: inc/admin/admin-wizard.php:476
1403
+ msgid ""
1404
+ "Specify to the search engines what you want to be indexed or not. Default: "
1405
+ "index"
1406
+ msgstr ""
1407
+
1408
+ #: inc/admin/admin-wizard.php:481
1409
+ msgid "For which single post types, should indexing be disabled?"
1410
+ msgstr ""
1411
+
1412
+ #: inc/admin/admin-wizard.php:498 inc/admin/admin.php:3689
1413
+ msgid ""
1414
+ "Do not display this single post type in search engine results "
1415
+ "<strong>(noindex)</strong>"
1416
+ msgstr ""
1417
+
1418
+ #: inc/admin/admin-wizard.php:509
1419
+ msgid "For which post type archives, should indexing be disabled?"
1420
+ msgstr ""
1421
+
1422
+ #: inc/admin/admin-wizard.php:527 inc/admin/admin.php:3936
1423
+ msgid ""
1424
+ "Do not display this post type archive in search engine results "
1425
+ "<strong>(noindex)</strong>"
1426
+ msgstr ""
1427
+
1428
+ #: inc/admin/admin-wizard.php:539
1429
+ msgid "For which taxonomy archives, should indexing be disabled?"
1430
+ msgstr ""
1431
+
1432
+ #: inc/admin/admin-wizard.php:556 inc/admin/admin.php:3831
1433
+ msgid ""
1434
+ "Do not display this taxonomy archive in search engine results "
1435
+ "<strong>(noindex)</strong>"
1436
+ msgstr ""
1437
+
1438
+ #: inc/admin/admin-wizard.php:639 inc/admin/admin.php:4013
1439
+ msgid ""
1440
+ "Do not display author archives in search engine results <strong>(noindex)</"
1441
+ "strong>"
1442
+ msgstr ""
1443
+
1444
+ #: inc/admin/admin-wizard.php:642
1445
+ msgid ""
1446
+ "You only have one author on your site? Check this option to avoid duplicate "
1447
+ "content."
1448
+ msgstr ""
1449
+
1450
+ #: inc/admin/admin-wizard.php:651 inc/admin/admin.php:5805
1451
+ #, fuzzy
1452
+ #| msgid "Redirect attachment pages to the file URL"
1453
+ msgid ""
1454
+ "Redirect attachment pages to their file URL (https://www.example.com/my-image-"
1455
+ "file.jpg)"
1456
+ msgstr "إعادة توجيه صفحات المرفقات إلى رابط الURL بالملف"
1457
+
1458
+ #: inc/admin/admin-wizard.php:654
1459
+ msgid ""
1460
+ "By default, SEOPress redirects your Attachment pages to the parent post. "
1461
+ "Optimize this by redirecting the user directly to the URL of the media file."
1462
+ msgstr ""
1463
+
1464
+ #: inc/admin/admin-wizard.php:663 inc/admin/admin.php:5926
1465
+ msgid "Remove /category/ in your permalinks"
1466
+ msgstr "إزالة /التصنيف/ في روابطك الدائمة الـ permalinks"
1467
+
1468
+ #: inc/admin/admin-wizard.php:666
1469
+ msgid "Shorten your URLs by removing /category/ and improve your SEO."
1470
+ msgstr ""
1471
+
1472
+ #: inc/admin/admin-wizard.php:716
1473
+ #, fuzzy
1474
+ #| msgid "Your site is not visible to Search Engines!"
1475
+ msgid "Your site is now ready for search engines!"
1476
+ msgstr "موقعك غير مرئي لمحركات البحث!"
1477
+
1478
+ #: inc/admin/admin-wizard.php:721 inc/functions/options-advanced-admin.php:13
1479
+ msgid "Welcome to SEOPress PRO!"
1480
+ msgstr "مرحباً في إس إي أو بريس المحترفة SEOPress PRO!"
1481
+
1482
+ #: inc/admin/admin-wizard.php:724 inc/functions/options-advanced-admin.php:14
1483
+ msgid ""
1484
+ "Please activate your license to receive automatic updates and get premium "
1485
+ "support."
1486
+ msgstr ""
1487
+ "الرجاء قم بتنشيط الرخصة الخاصة بك للتمكن من استلام التحديثات التلقائية والدعم "
1488
+ "المتميز."
1489
+
1490
+ #: inc/admin/admin-wizard.php:729 inc/functions/options-advanced-admin.php:15
1491
+ msgid "Activate License"
1492
+ msgstr "تنشيط الرخصة"
1493
+
1494
+ #: inc/admin/admin-wizard.php:736
1495
+ #, fuzzy
1496
+ #| msgid "Welcome to SEOPress PRO!"
1497
+ msgid "Go PRO with SEOPress PRO!"
1498
+ msgstr "مرحباً في إس إي أو بريس المحترفة SEOPress PRO!"
1499
+
1500
+ #: inc/admin/admin-wizard.php:739
1501
+ msgid ""
1502
+ "When you upgrade to the PRO version, you get a lot of additional features, "
1503
+ "like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, "
1504
+ "Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."
1505
+ msgstr ""
1506
+
1507
+ #: inc/admin/admin-wizard.php:744
1508
+ msgid "Buy SEOPress PRO - $39 / unlimited sites"
1509
+ msgstr ""
1510
+
1511
+ #: inc/admin/admin-wizard.php:754
1512
+ #, fuzzy
1513
+ #| msgid "View your sitemap"
1514
+ msgid "Create your XML sitemaps"
1515
+ msgstr "مشاهدة خارطة موقعك"
1516
+
1517
+ #: inc/admin/admin-wizard.php:755
1518
+ msgid "Build custom XML sitemaps to improve Google's crawling of your site."
1519
+ msgstr ""
1520
+
1521
+ #: inc/admin/admin-wizard.php:760
1522
+ #, fuzzy
1523
+ #| msgid "View your sitemap"
1524
+ msgid "Configure your XML sitemaps"
1525
+ msgstr "مشاهدة خارطة موقعك"
1526
+
1527
+ #: inc/admin/admin-wizard.php:767
1528
+ #, fuzzy
1529
+ #| msgid "NoFollow Links"
1530
+ msgid "Follow us:"
1531
+ msgstr "روابط عدم الاتباع (NoFollow)"
1532
+
1533
+ #: inc/admin/admin-wizard.php:774
1534
+ #, fuzzy
1535
+ #| msgid "Enter your Facebook title"
1536
+ msgid "Like our Facebook page"
1537
+ msgstr "أدخل العنوان لفيسبوك"
1538
+
1539
+ #: inc/admin/admin-wizard.php:786
1540
+ msgid "Watch our guided tour videos to learn more about SEOPress"
1541
+ msgstr ""
1542
+
1543
+ #: inc/admin/admin-wizard.php:792
1544
+ msgid "The off side of SEOPress"
1545
+ msgstr ""
1546
+
1547
+ #: inc/admin/admin-wizard.php:800
1548
+ msgid "You can also:"
1549
+ msgstr ""
1550
+
1551
+ #: inc/admin/admin-wizard.php:805
1552
+ #, fuzzy
1553
+ #| msgid "Dashboard"
1554
+ msgid "Visit Dashboard"
1555
+ msgstr "لوحة التحكم"
1556
+
1557
+ #: inc/admin/admin-wizard.php:808
1558
+ #, fuzzy
1559
+ #| msgid "Reset settings"
1560
+ msgid "Review Settings"
1561
+ msgstr "إعادة تهيئة الاعدادات"
1562
+
1563
+ #: inc/admin/admin-wizard.php:811
1564
+ #, fuzzy
1565
+ #| msgid "Knowledge Graph"
1566
+ msgid "Knowledge base"
1567
+ msgstr "أرضيات المعرفة التقنية Knowledge Graph"
1568
+
1569
+ #: inc/admin/admin.php:105
1570
+ msgid "404 - Page not found"
1571
+ msgstr "404 - الصفحة غير موجودة"
1572
+
1573
+ #: inc/admin/admin.php:184
1574
+ msgid "Dashboard"
1575
+ msgstr "لوحة التحكم"
1576
+
1577
+ #: inc/admin/admin.php:186 inc/admin/admin.php:1502
1578
+ msgid "XML / Image / Video / HTML Sitemap"
1579
+ msgstr "خارطة الموقع XML / صور / فيديو / HTML"
1580
+
1581
+ #: inc/admin/admin.php:197
1582
+ #, php-format
1583
+ msgid "%%sep%%"
1584
+ msgstr "%%sep%%"
1585
+
1586
+ #: inc/admin/admin.php:197
1587
+ msgid "Separator (eg: - )"
1588
+ msgstr "الفاصل (مثلاً: - )"
1589
+
1590
+ #: inc/admin/admin.php:198
1591
+ #, php-format
1592
+ msgid "%%sitetitle%%"
1593
+ msgstr "%%sitetitle%%"
1594
+
1595
+ #: inc/admin/admin.php:199
1596
+ #, php-format
1597
+ msgid "%%tagline%%"
1598
+ msgstr "%%tagline%%"
1599
+
1600
+ #: inc/admin/admin.php:199 inc/admin/admin.php:3600 inc/admin/admin.php:3611
1601
+ msgid "Tagline"
1602
+ msgstr "جملة الشعار الـ Tagline"
1603
+
1604
+ #: inc/admin/admin.php:200
1605
+ #, fuzzy, php-format
1606
+ #| msgid "%%post_title%%"
1607
+ msgid "%%post_title%% (alias %%title%%)"
1608
+ msgstr "%%post_title%%"
1609
+
1610
+ #: inc/admin/admin.php:200
1611
+ msgid "Post Title (post, page, custom post type)"
1612
+ msgstr "عنوان المنشور (المنشور، الصفحة، نوع المنشور المخصص)"
1613
+
1614
+ #: inc/admin/admin.php:201
1615
+ #, php-format
1616
+ msgid "%%post_excerpt%%"
1617
+ msgstr "%%post_excerpt%%"
1618
+
1619
+ #: inc/admin/admin.php:201
1620
+ msgid "Post excerpt"
1621
+ msgstr "مقتطف المنشور (Excerpt)"
1622
+
1623
+ #: inc/admin/admin.php:202
1624
+ #, php-format
1625
+ msgid "%%post_date%%"
1626
+ msgstr "%%post_date%%"
1627
+
1628
+ #: inc/admin/admin.php:202
1629
+ msgid "Post date"
1630
+ msgstr "تاريخ المنشور"
1631
+
1632
+ #: inc/admin/admin.php:203
1633
+ #, php-format
1634
+ msgid "%%post_modified_date%%"
1635
+ msgstr "%%post_modified_date%%"
1636
+
1637
+ #: inc/admin/admin.php:203
1638
+ msgid "Last modified post date"
1639
+ msgstr "تاريخ آخر تحديث لمشاركة"
1640
+
1641
+ #: inc/admin/admin.php:204
1642
+ #, php-format
1643
+ msgid "%%post_author%%"
1644
+ msgstr "%%post_author%%"
1645
+
1646
+ #: inc/admin/admin.php:204 inc/admin/admin.php:3980
1647
+ msgid "Post author"
1648
+ msgstr "كاتب المنشور"
1649
+
1650
+ #: inc/admin/admin.php:205
1651
+ #, php-format
1652
+ msgid "%%post_category%%"
1653
+ msgstr "%%post_category%%"
1654
+
1655
+ #: inc/admin/admin.php:205
1656
+ msgid "Post category"
1657
+ msgstr "تصنيف المنشور"
1658
+
1659
+ #: inc/admin/admin.php:206
1660
+ #, php-format
1661
+ msgid "%%post_tag%%"
1662
+ msgstr "%%post_tag%%"
1663
+
1664
+ #: inc/admin/admin.php:206
1665
+ msgid "Post tag"
1666
+ msgstr "وسم المنشور"
1667
+
1668
+ #: inc/admin/admin.php:207
1669
+ #, php-format
1670
+ msgid "%%_category_title%%"
1671
+ msgstr "%%_category_title%%"
1672
+
1673
+ #: inc/admin/admin.php:207
1674
+ msgid "Category title"
1675
+ msgstr "عنوان التصنيف"
1676
+
1677
+ #: inc/admin/admin.php:208
1678
+ #, php-format
1679
+ msgid "%%_category_description%%"
1680
+ msgstr "%%_category_description%%"
1681
 
1682
  #: inc/admin/admin.php:208
1683
  msgid "Category description"
1837
  msgstr "الوصف المختصر للمنتج المفرد"
1838
 
1839
  #: inc/admin/admin.php:226
1840
+ #, php-format
 
1841
  msgid "%%wc_single_price%%"
1842
+ msgstr "%%wc_single_price%%"
1843
 
1844
  #: inc/admin/admin.php:226
 
 
1845
  msgid "Single product price"
1846
+ msgstr "سعر المنتج المفرد"
1847
 
1848
  #: inc/admin/admin.php:227
1849
+ #, php-format
 
1850
  msgid "%%wc_single_price_exc_tax%%"
1851
+ msgstr "%%wc_single_price_exc_tax%%"
1852
 
1853
  #: inc/admin/admin.php:227
 
 
1854
  msgid "Single product price taxes excluded"
1855
+ msgstr "سعر المنتج المفرد بدون الضريبة"
1856
 
1857
  #: inc/admin/admin.php:228
1858
  #, php-format
1859
  msgid "%%wc_sku%%"
1860
+ msgstr "%%wc_sku%%"
1861
 
1862
  #: inc/admin/admin.php:228
 
 
1863
  msgid "Single SKU product"
1864
+ msgstr "رقم الSKU لمنتج مفرد"
1865
 
1866
  #: inc/admin/admin.php:229
1867
  #, php-format
1952
  #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1953
  #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1954
  #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:604
1955
+ #: inc/admin/admin.php:608 inc/admin/admin.php:1478 inc/admin/admin.php:1482
1956
+ #: inc/admin/admin.php:1516 inc/admin/admin.php:1520 inc/admin/admin.php:1554
1957
+ #: inc/admin/admin.php:1558 inc/admin/admin.php:1592 inc/admin/admin.php:1596
1958
+ #: inc/admin/admin.php:1630 inc/admin/admin.php:1634 inc/admin/admin.php:1659
1959
+ #: inc/admin/admin.php:1663 inc/admin/admin.php:1687 inc/admin/admin.php:1691
1960
+ #: inc/admin/admin.php:1715 inc/admin/admin.php:1719 inc/admin/admin.php:1743
1961
+ #: inc/admin/admin.php:1747 inc/admin/admin.php:1771 inc/admin/admin.php:1775
1962
+ #: inc/admin/admin.php:1799 inc/admin/admin.php:1803 inc/admin/admin.php:1860
1963
+ #: inc/admin/admin.php:1864 inc/admin/admin.php:1899 inc/admin/admin.php:1903
1964
+ #: inc/admin/admin.php:1939 inc/admin/admin.php:1943 inc/admin/admin.php:2001
1965
+ #: inc/admin/admin.php:2005
1966
  msgid "Click to disable this feature"
1967
  msgstr "اضغط لتعطيل هذه الخاصية"
1968
 
1969
  #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1970
  #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1971
  #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:605
1972
+ #: inc/admin/admin.php:607 inc/admin/admin.php:1479 inc/admin/admin.php:1481
1973
+ #: inc/admin/admin.php:1517 inc/admin/admin.php:1519 inc/admin/admin.php:1555
1974
+ #: inc/admin/admin.php:1557 inc/admin/admin.php:1593 inc/admin/admin.php:1595
1975
+ #: inc/admin/admin.php:1631 inc/admin/admin.php:1633 inc/admin/admin.php:1660
1976
+ #: inc/admin/admin.php:1662 inc/admin/admin.php:1688 inc/admin/admin.php:1690
1977
+ #: inc/admin/admin.php:1716 inc/admin/admin.php:1718 inc/admin/admin.php:1744
1978
+ #: inc/admin/admin.php:1746 inc/admin/admin.php:1772 inc/admin/admin.php:1774
1979
+ #: inc/admin/admin.php:1800 inc/admin/admin.php:1802 inc/admin/admin.php:1861
1980
+ #: inc/admin/admin.php:1863 inc/admin/admin.php:1900 inc/admin/admin.php:1902
1981
+ #: inc/admin/admin.php:1940 inc/admin/admin.php:1942 inc/admin/admin.php:2002
1982
+ #: inc/admin/admin.php:2004
1983
  msgid "Click to enable this feature"
1984
  msgstr "اضغط لتمكين هذه الخاصية"
1985
 
2051
  msgid "Security"
2052
  msgstr "الحماية"
2053
 
2054
+ #: inc/admin/admin.php:658 seopress.php:333
2055
+ msgid "Settings"
2056
+ msgstr "الإعدادات"
2057
+
2058
+ #: inc/admin/admin.php:659
2059
+ msgid "Plugins"
2060
+ msgstr ""
2061
+
2062
+ #: inc/admin/admin.php:661
2063
+ msgid "Reset"
2064
+ msgstr ""
2065
+
2066
+ #: inc/admin/admin.php:673
2067
  msgid "Export plugin settings"
2068
+ msgstr "تصدير إعدادات الإضافة"
2069
 
2070
+ #: inc/admin/admin.php:674
2071
  msgid ""
2072
  "Export the plugin settings for this site as a .json file. This allows you to "
2073
  "easily import the configuration into another site."
2075
  "تصدير إعدادات الإضافة لهذا الموقع كصيغة ملف .json. هذا تسمح لك بسهولة استيراد "
2076
  "الإعدادات لموقع آخر."
2077
 
2078
+ #: inc/admin/admin.php:679 inc/admin/admin.php:851
2079
  msgid "Export"
2080
  msgstr "تصدير"
2081
 
2082
+ #: inc/admin/admin.php:687
 
 
2083
  msgid "Import plugin settings"
2084
+ msgstr "استيراد إعدادات الإضافة"
2085
 
2086
+ #: inc/admin/admin.php:688
2087
  msgid ""
2088
  "Import the plugin settings from a .json file. This file can be obtained by "
2089
  "exporting the settings on another site using the form above."
2091
  "استيراد إعدادات الإضافة بملف صيغته .json. هذا الملف بالإمكان الحصول عليه عن "
2092
  "طريق تصدير الإعدادات من على موقع آخر وذلك باستخدام النموذج أعلاه."
2093
 
2094
+ #: inc/admin/admin.php:696 inc/admin/admin.php:806 inc/admin/admin.php:822
2095
+ #: inc/admin/admin.php:838
2096
  msgid "Import"
2097
  msgstr "استيراد"
2098
 
2099
+ #: inc/admin/admin.php:698
2100
  msgid "Import completed!"
2101
  msgstr "الاستيراد اكتمل!"
2102
 
2103
+ #: inc/admin/admin.php:792
2104
  msgid "Import Redirections"
2105
  msgstr "استيراد إعادات التوجيه"
2106
 
2107
+ #: inc/admin/admin.php:793
2108
  #, fuzzy
2109
  #| msgid ""
2110
  #| "Import your own redirections from a .csv file (separator \";\"). You must "
2111
+ #| "have 4 columns in this order: url to match (without your domain name), url "
2112
+ #| "to redirect in absolute, type of redirection (301, 302 or 307) and the last "
2113
+ #| "one with the value yes to enable the redirect. Leave it empty to disable "
2114
+ #| "the redirect."
2115
  msgid ""
2116
  "Import your own redirections from a .csv file (separator \";\"). You must have "
2117
+ "5 columns in this order: <ul><li>URL to match (without your domain name), </"
2118
+ "li><li>URL to redirect in absolute, </li><li>type of redirection (301, 302 or "
2119
+ "307), </li><li>Yes to enable the redirect (leave it empty to disable the "
2120
+ "redirect) </li><li>and, last, the query parameter (\"exact_match\" = Exact "
2121
+ "match with all parameters, \"without_param\" = Exclude all parameters or "
2122
+ "\"with_ignored_param\" = Exclude all parameters and pass them to the "
2123
+ "redirection).</li></ul>"
2124
  msgstr ""
2125
  "استيراد روابطك الخاصة لإعادة التوجيه من ملف .csv (الفاصل \";\"). لابد أن يكون "
2126
+ "على 4 أعمدة بالترتيب التالي: رابط URL للمطابقة (بدون اسم النطاق الخاص بك)، "
2127
+ "رابط URL لإعادة التوجيه بقيمته المطلقة، نوع إعادة التوجيه (301، 302، أو 307) "
2128
+ "والأخير هو القيمة نعم لتفعيل إعادة التوجيه. أترك الخانة فارغة لعدم تفعيل "
2129
+ "التوجيه."
2130
 
2131
+ #: inc/admin/admin.php:796
2132
  msgid "Download a CSV example"
2133
  msgstr "تحميل ملف CSV كمثال"
2134
 
2135
+ #: inc/admin/admin.php:813
2136
+ msgid "Import Redirections from the Redirections plugin"
 
 
 
 
 
 
2137
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2138
 
2139
+ #: inc/admin/admin.php:814
 
 
 
 
2140
  msgid ""
2141
+ "Import your own redirections from a .json file generated by the Redirections "
2142
+ "plugin. Note that we do not support certain options, like regex. To avoid "
2143
+ "conflicts, make sure there are no duplicates between your file and existing "
2144
+ "redirects."
 
 
 
 
 
 
 
 
 
 
2145
  msgstr ""
 
 
 
 
 
 
2146
 
2147
+ #: inc/admin/admin.php:829
 
 
 
 
2148
  #, fuzzy
2149
+ #| msgid "Import Redirections"
2150
+ msgid "Import Redirections from Yoast Premium"
2151
+ msgstr "استيراد إعادات التوجيه"
 
 
 
 
 
 
 
 
2152
 
2153
+ #: inc/admin/admin.php:830
2154
+ msgid ""
2155
+ "Import your own redirections from a .csv file generated by Yoast Premium. Note "
2156
+ "that we don't support certain options, like regex. To avoid conflicts, make "
2157
+ "sure there are no duplicates between your file and existing redirects."
2158
  msgstr ""
 
 
2159
 
2160
+ #: inc/admin/admin.php:845
2161
+ msgid "Export Redirections"
2162
+ msgstr "تصدير إعادات التوجيه"
 
 
 
 
 
 
2163
 
2164
+ #: inc/admin/admin.php:846
 
 
 
 
2165
  msgid ""
2166
+ "Export all redirections for this site as a .csv file. This allows you to "
2167
+ "easily import the redirections into another site, to Excel / Google Sheets..."
 
2168
  msgstr ""
2169
+ "تصدير جميع روابط إعادة التوجيه لهذا الموقع كملف .csv. يسمح لك هذا بسهولة "
2170
+ "استيراد روابط إعادة التوجيه إلى موقع آخر، إلى برنامج إكسل Excel / أوراق جوجل "
2171
+ "Google Sheets..."
2172
 
2173
+ #: inc/admin/admin.php:861
2174
  msgid "Reset All Notices From Notifications Center"
2175
  msgstr "إعادة تهيئة جميع التنبيهات من مركز التنبيهات"
2176
 
2177
+ #: inc/admin/admin.php:862
2178
  msgid ""
2179
  "By clicking Reset Notices, all notices in the notifications center will be set "
2180
  "to their initial status."
2182
  "بالضغط على إعادة تهيئة التنبيهات، سيتم ضبط جميع التنبيهات في مركز التنبيهات "
2183
  "إلى قيمها الأولية."
2184
 
2185
+ #: inc/admin/admin.php:867
2186
  msgid "Reset notices"
2187
  msgstr "إعادة تهيئة التنبيهات"
2188
 
2189
+ #: inc/admin/admin.php:875
2190
  msgid "Reset All Settings"
2191
  msgstr "إعادة تهيئة جميع الإعدادات"
2192
 
2193
+ #: inc/admin/admin.php:876
2194
  msgid ""
2195
  "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2196
  "database AND set settings to their default values."
2198
  "<strong>تحذير:</strong> حذف كل الخيارات المتعلقة بإس إي أو بريس SEOPress "
2199
  "الموجودة في قاعدة بياناتك وضبط الإعدادات إلى قيمها الافتراضية."
2200
 
2201
+ #: inc/admin/admin.php:881
2202
  msgid "Reset settings"
2203
  msgstr "إعادة تهيئة الاعدادات"
2204
 
2205
+ #: inc/admin/admin.php:948 inc/admin/admin.php:954
2206
  msgid "Notifications Center"
2207
  msgstr "مركز التنبيهات"
2208
 
2209
+ #: inc/admin/admin.php:949
2210
  msgid "SEO Tools"
2211
  msgstr "أدوات التحسين الأمثل لمحركات البحث (SEO)"
2212
 
2213
+ #: inc/admin/admin.php:950 inc/admin/admin.php:955
2214
  msgid "Useful links"
2215
  msgstr "روابط مفيدة"
2216
 
2217
+ #: inc/admin/admin.php:999
2218
+ msgid "Configure SEOPress in a few minutes with our installation wizard"
2219
+ msgstr ""
2220
+
2221
+ #: inc/admin/admin.php:1001
2222
+ msgid "Start the wizard"
2223
+ msgstr ""
2224
+
2225
+ #: inc/admin/admin.php:1023
2226
  msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
2227
  msgstr "لا يستخدم قالبك <strong>add_theme_support('title-tag');</strong>"
2228
 
2229
+ #: inc/admin/admin.php:1024 inc/admin/admin.php:1111 inc/admin/admin.php:1121
2230
+ #: inc/admin/admin.php:1131
2231
  msgid "High impact"
2232
  msgstr "تأثير عالي"
2233
 
2234
+ #: inc/admin/admin.php:1036 inc/admin/admin.php:1097 inc/admin/admin.php:5184
2235
+ #: inc/admin/admin.php:5231 inc/admin/admin.php:5252 inc/admin/admin.php:5273
2236
+ #: inc/admin/admin.php:5294
2237
  msgid "Learn more"
2238
  msgstr "تعلّم المزيد"
2239
 
2240
+ #: inc/admin/admin.php:1045
2241
  #, fuzzy
2242
  #| msgid ""
2243
+ #| "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
2244
+ #| "to migrate all your posts metadata to SEOPress?"
2245
  msgid ""
2246
+ "We noticed that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
2247
  "migrate all your posts metadata to SEOPress?"
2248
  msgstr ""
2249
+ "لقد لاحظنا أنك تستخدم إضافة <strong>Yoast SEO</strong>. <br>هل تريد دمج وترحيل "
2250
+ "جميع البيانات الوصفية (meta) للمنشورات إلى إس إي أو بريس SEOPress؟"
2251
 
2252
+ #: inc/admin/admin.php:1047 inc/admin/admin.php:1056
2253
  msgid "Migrate!"
2254
  msgstr "ترحيل!"
2255
 
2256
+ #: inc/admin/admin.php:1054
2257
  #, fuzzy
2258
  #| msgid ""
2259
+ #| "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
2260
+ #| "you want to migrate all your posts metadata to SEOPress?"
2261
  msgid ""
2262
+ "We noticed that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
2263
+ "you want to migrate all your posts metadata to SEOPress?"
2264
  msgstr ""
2265
+ "لقد لاحظنا أنك تستخدم إضافة <strong>All In One SEO Pack</strong>. <br>هل تريد "
2266
+ "دمج وترحيل جميع البيانات الوصفية (meta) للمنشورات إلى إس إي أو بريس SEOPress؟"
2267
 
2268
+ #: inc/admin/admin.php:1063
2269
  #, fuzzy
2270
  #| msgid ""
2271
+ #| "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
2272
+ #| "plugins at once to avoid conflicts!"
2273
  msgid ""
2274
+ "We noticed that you use another SEO plugin. <br>Do not use multiple SEO "
2275
+ "plugins at once to avoid conflicts!"
2276
  msgstr ""
2277
+ "لقد لاحظنا أنك تستخدم إضافة أخرى للتحسين الأمثل لمحركات البحث ال SEO. <br> لا "
2278
+ "تستخدم إضافات متعددة للSEO في آنٍ واحد لتحاشى التعارضات!"
2279
 
2280
+ #: inc/admin/admin.php:1073
2281
  msgid ""
2282
  "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
2283
+ "solve this, please disable and re-enable SEOPress PRO."
2284
  msgstr ""
2285
 
2286
+ #: inc/admin/admin.php:1096
2287
  msgid "Your site doesn't use an SSL certificate!"
2288
  msgstr "لا يستخدم موقعك أي شهادة تشفير SSL!"
2289
 
2290
+ #: inc/admin/admin.php:1098
2291
  msgid "Low impact"
2292
  msgstr "تأثير منخفض"
2293
 
2294
+ #: inc/admin/admin.php:1100
2295
  msgid "Buy an SSL!"
2296
  msgstr "اشتر شهادة تشفير SSL!"
2297
 
2298
+ #: inc/admin/admin.php:1110
2299
  msgid "Your site is not visible to Search Engines!"
2300
  msgstr "موقعك غير مرئي لمحركات البحث!"
2301
 
2302
+ #: inc/admin/admin.php:1113 inc/admin/admin.php:1123 inc/admin/admin.php:1133
2303
+ #: inc/admin/admin.php:1157 inc/admin/admin.php:1236 inc/admin/admin.php:1249
2304
+ #: inc/admin/admin.php:1322
2305
  msgid "Fix this!"
2306
  msgstr "أصلح هذا!"
2307
 
2308
+ #: inc/admin/admin.php:1120
2309
  msgid "Your site title is empty!"
2310
  msgstr "خانة عنوان الموقع فارغة!"
2311
 
2312
+ #: inc/admin/admin.php:1130 inc/admin/admin.php:3417
2313
  msgid ""
2314
  "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2315
  msgstr ""
2316
  "روابطك الدائمة (permalinks) غير صديقة لعوامل التحسين الأمثل لمحركات البحث "
2317
  "(SEO)! قم بتمكين الروابط الدائمة الجميلة (pretty permalinks) لإصلاح هذا النقطة."
2318
 
2319
+ #: inc/admin/admin.php:1154
2320
  #, fuzzy
2321
+ #| msgid "Your RSS feed show full text!"
2322
+ msgid "Your RSS feed shows full text!"
2323
+ msgstr "ملف تغذية ال RSS الخاص بك يعرض النص الكامل!"
2324
 
2325
+ #: inc/admin/admin.php:1155 inc/admin/admin.php:1234 inc/admin/admin.php:1247
2326
  msgid "Medium impact"
2327
  msgstr "تأثير متوسط"
2328
 
2329
+ #: inc/admin/admin.php:1180
2330
  msgid "You like SEOPress? Please help us by rating us 5 stars!"
2331
  msgstr ""
2332
  "هل أعجبك إس إي أو بريس SEOPress؟ الرجاء مساعدتنا وذلك بإعطائنا تقييم 5 نجوم!"
2333
 
2334
+ #: inc/admin/admin.php:1182
2335
  msgid "Rate us!"
2336
  msgstr "قيّمنا!"
2337
 
2338
+ #: inc/admin/admin.php:1206
2339
  msgid "Break comments into pages is ON!"
2340
  msgstr "تقسيم الملاحظات إلى صفحات بحالة التشغيل!"
2341
 
2342
+ #: inc/admin/admin.php:1207 inc/admin/admin.php:1271 inc/admin/admin.php:1307
2343
  msgid "Huge impact"
2344
  msgstr "تأثير كبير"
2345
 
2346
+ #: inc/admin/admin.php:1209
2347
  msgid "Disable this!"
2348
  msgstr "عطّل هذا!"
2349
 
2350
+ #: inc/admin/admin.php:1233
2351
  msgid "Display more posts per page on homepage and archives"
2352
  msgstr "اعرض منشورات أكثر بالصفحة الواحدة بالصفحة الرئيسية للموقع والأرشيف"
2353
 
2354
+ #: inc/admin/admin.php:1246
2355
  msgid "You don't have an XML Sitemap!"
2356
  msgstr "ليس لديك خارطة الموقع XML!"
2357
 
2358
+ #: inc/admin/admin.php:1270
2359
  msgid "Do you have a Google My Business page? It's free!"
2360
  msgstr "هل لديك صفحة جوجل للأعمال (Google My Business)؟ إنها مجانية!"
2361
 
2362
+ #: inc/admin/admin.php:1273
2363
  msgid "Create your page now!"
2364
  msgstr "قم بإنشاء صفحتك الأن!"
2365
 
2366
+ #: inc/admin/admin.php:1306
2367
  msgid "Add your site to Google. It's free!"
2368
  msgstr "أضف موقعك لجوجل. فهو مجاني!"
2369
 
2370
+ #: inc/admin/admin.php:1309
2371
  msgid "Add your site to Search Console!"
2372
  msgstr "أضف موقعك إلى وحدة تحكم البحث!"
2373
 
2374
+ #: inc/admin/admin.php:1319
2375
  msgid "You have to enter your licence key to get updates and support"
2376
  msgstr "عليك بإدخال مفتاح الرخصة الخاص بك لكي تحصل على التحديثات والدعم"
2377
 
2378
+ #: inc/admin/admin.php:1335
2379
  msgid "Check websites setup on your server"
2380
  msgstr "تحقق من تنصيب الموقع على الخادم الخاص بك"
2381
 
2382
+ #: inc/admin/admin.php:1344
2383
  msgid "Not found"
2384
  msgstr "لا يوجد"
2385
 
2386
+ #: inc/admin/admin.php:1349
2387
  msgid "No scrape."
2388
  msgstr "لا كشط."
2389
 
2390
+ #: inc/admin/admin.php:1354
2391
  msgid "No domain found."
2392
  msgstr "لم يتم إيجاد اسم نطاق."
2393
 
2394
+ #: inc/admin/admin.php:1364
2395
  msgid "Server IP Address: "
2396
  msgstr "عنوان المعرّف (IP) للخادم: "
2397
 
2398
+ #: inc/admin/admin.php:1367
2399
  msgid "Last scrape: "
2400
  msgstr "آخر كشط: "
2401
 
2402
+ #: inc/admin/admin.php:1368
2403
  msgid "Number of websites on your server: "
2404
  msgstr "عدد المواقع على الخادم الخاص بك: "
2405
 
2406
+ #: inc/admin/admin.php:1381
2407
  msgid "Get list"
2408
  msgstr "جلب القائمة"
2409
 
2410
+ #: inc/admin/admin.php:1389
2411
  msgid "Check your Alexa Rank (Amazon index)"
2412
  msgstr "التحقق من ترتيب أليكسا Alexa (فهرس أمازون)"
2413
 
2414
+ #: inc/admin/admin.php:1404
2415
  msgid "Your Alexa Rank"
2416
  msgstr "ترتيب أليكسا Alexa الخاص بك"
2417
 
2418
+ #: inc/admin/admin.php:1426
2419
  msgid "Country Rank: "
2420
  msgstr "الترتيب حسب البلد: "
2421
 
2422
+ #: inc/admin/admin.php:1435
2423
  msgid "The lower, the best"
2424
  msgstr "الإقل، الأفضل"
2425
 
2426
+ #: inc/admin/admin.php:1439
2427
  msgid "Get Alexa Rank"
2428
  msgstr "أحصل على ترتيب أليكسا Alexa"
2429
 
2430
+ #: inc/admin/admin.php:1447
2431
  msgid "Upload a list of links to disavow to Google"
2432
  msgstr "رفع قائمة بالروابط المراد التنصّل منها (disavow) إلى جوجل"
2433
 
2434
+ #: inc/admin/admin.php:1448
2435
  msgid "Google Trends"
2436
  msgstr "مؤشرات جوجل (Google Trends)"
2437
 
2438
+ #: inc/admin/admin.php:1449
2439
  msgid "Dareboost: Test, analyze and optimize your website"
2440
  msgstr "موقع ديربوست (Dareboost): أختبر، حلل، حسّن موقعك الإلكتروني"
2441
 
2442
+ #: inc/admin/admin.php:1450
2443
  msgid "Google Campaign URL Builder tool"
2444
  msgstr "أداة منشئ حملة الـ URL لجوجل"
2445
 
2446
+ #: inc/admin/admin.php:1464
2447
  msgid "Titles & metas"
2448
  msgstr "العناوين والبيانات الوصفية (Metas)"
2449
 
2450
+ #: inc/admin/admin.php:1465
2451
  msgid "Manage all your titles & metas"
2452
  msgstr "إدارة جميع العناوين والبيانات الوصفية (Metas)"
2453
 
2454
+ #: inc/admin/admin.php:1466 inc/admin/admin.php:1504 inc/admin/admin.php:1542
2455
+ #: inc/admin/admin.php:1580 inc/admin/admin.php:1618 inc/admin/admin.php:1647
2456
+ #: inc/admin/admin.php:1675 inc/admin/admin.php:1703 inc/admin/admin.php:1731
2457
+ #: inc/admin/admin.php:1759 inc/admin/admin.php:1787 inc/admin/admin.php:1825
2458
+ #: inc/admin/admin.php:1847 inc/admin/admin.php:1887 inc/admin/admin.php:1916
2459
+ #: inc/admin/admin.php:1927 inc/admin/admin.php:1977 inc/admin/admin.php:1987
2460
+ #: inc/admin/admin.php:2018 inc/admin/admin.php:2030 inc/admin/admin.php:2042
2461
+ #: inc/admin/admin.php:2063
2462
  msgid "Manage"
2463
  msgstr "إدارة"
2464
 
2465
+ #: inc/admin/admin.php:1494
2466
  msgid "Guide to manage your titles and meta descriptions - new window"
2467
  msgstr "مرشد لإدارة عناوينك والبيانات الوصفية (meta) لخانات الوصف - نافذة جديدة"
2468
 
2469
+ #: inc/admin/admin.php:1503
2470
  msgid "Manage your XML / Image / Video / HTML Sitemap"
2471
  msgstr "إدارة خارطة الموقع الخاص بك XML / صور / فيديو / HTML"
2472
 
2473
+ #: inc/admin/admin.php:1532
2474
  msgid "Guide to enable your XML Sitemaps - new window"
2475
  msgstr "مرشد لتمكين خرائط الموقع XML - نافذة جديدة"
2476
 
2477
+ #: inc/admin/admin.php:1541
2478
  msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2479
  msgstr ""
2480
  "أرضيات المعرفة التقنية مثل Open Graph، بطاقة تويتر، Google Knowledge Graph "
2481
  "والمزيد..."
2482
 
2483
+ #: inc/admin/admin.php:1570
2484
  msgid "Guide to enable Google Knowledge Graph - new window"
2485
  msgstr "مرشد لتمكين Google Knowledge Graph - نافذة جديدة"
2486
 
2487
+ #: inc/admin/admin.php:1579
2488
  msgid "Track everything about your visitors with Google Analytics"
2489
  msgstr "تتبع كل شيء بخصوص زوّار موقعك مع إحصاءات جوجل"
2490
 
2491
+ #: inc/admin/admin.php:1608
2492
  msgid "Guide to getting started with Google Analytics - new window"
2493
  msgstr "مرشد لمساعدتك في البدء مع إحصاءات جوجل - نافذة جديدة"
2494
 
2495
+ #: inc/admin/admin.php:1617
2496
  msgid "Advanced SEO options for advanced users!"
2497
  msgstr ""
2498
  "خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO وذلك للمستخدمين المتقدمين!"
2499
 
2500
+ #: inc/admin/admin.php:1646
2501
  msgid "Improve WooCommerce SEO"
2502
  msgstr "تحسين عوامل التحسين الأمثل لمحركات البحث SEO لـ WooCommerce"
2503
 
2504
+ #: inc/admin/admin.php:1674
2505
  msgid "Improve Easy Digital Downloads SEO"
2506
  msgstr "تحسين عوامل التحسين الأمثل لمحركات البحث SEO لتسهيل التحميلات الرقمية"
2507
 
2508
+ #: inc/admin/admin.php:1702
2509
  msgid "Add Google Local Business data type"
2510
  msgstr "أضف نوع بيان خدمة العمل المحلي لجوجل Google Local Business"
2511
 
2512
+ #: inc/admin/admin.php:1730
2513
  msgid "Add Dublin Core meta tags"
2514
  msgstr "أضف وسوم للبيانات الوصفية (meta) لدوبلن كور (Dublin Core)"
2515
 
2516
+ #: inc/admin/admin.php:1757
2517
  msgid "Structured Data Types"
2518
  msgstr "أنواع البيانات المهيكلة (Structured Data Types)"
2519
 
2520
+ #: inc/admin/admin.php:1758
2521
  msgid ""
2522
  "Add data types to your content: articles, courses, recipes, videos, events and "
2523
  "products"
2525
  "أضف أنواع البيانات إلى محتواك: مقالات، دورات، وصفات غذائية، فيديوهات، أحداث "
2526
  "ومنتجات"
2527
 
2528
+ #: inc/admin/admin.php:1786
2529
  msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2530
  msgstr ""
2531
  "تمكين شريط الروابط المتسلسلة (Breadcrumbs) لقالبك وتحسين عامل التحسين الأمثل "
2532
  "لمحركات البحث SEO في صفحة نتائج محرك البحث SERPs"
2533
 
2534
+ #: inc/admin/admin.php:1815
2535
  msgid "Guide to enable Breadcrumbs - new window"
2536
  msgstr "مرشد تمكين شريط الروابط المتسلسلة (Breadcrumbs) - نافذة جديدة"
2537
 
2538
+ #: inc/admin/admin.php:1824
2539
  msgid "Track your website performance to improve SEO with Google Page Speed"
2540
  msgstr ""
2541
  "تتبّع آداء موقعك لتحسين عامل التحسين الأمثل لمحركات البحث SEO وذلك مع عامل سرعة "
2542
  "الصفحة لجوجل Google Page Speed"
2543
 
2544
+ #: inc/admin/admin.php:1835
2545
  msgid "Guide to analyze your site with Google Page Speed - new window"
2546
  msgstr ""
2547
  "مرشد لتحليل موقعك مع عامل سرعة الصفحة لجوجل Google Page Speed - نافذة جديدة"
2548
 
2549
+ #: inc/admin/admin.php:1845
2550
  msgid "Edit your robots.txt file"
2551
  msgstr "تحرير ملف robots.txt الخاص بك"
2552
 
2553
+ #: inc/admin/admin.php:1846
2554
  msgid "View your robots.txt"
2555
  msgstr "مشاهدة ملف robots.txt الخاص بك"
2556
 
2557
+ #: inc/admin/admin.php:1876
2558
  msgid "Guide to edit your robots.txt file - new window"
2559
  msgstr "مرشد لتحرير ملفك robots.txt - نافذة جديدة"
2560
 
2561
+ #: inc/admin/admin.php:1886
2562
  msgid "Optimize your site for Google News"
2563
  msgstr "تحسين موقعك أو جعله أمثل لأخبار جوجل Google News"
2564
 
2565
+ #: inc/admin/admin.php:1913 inc/admin/adminbar.php:81
2566
  msgid "Schemas"
2567
+ msgstr "المخططات Schemas"
2568
 
2569
+ #: inc/admin/admin.php:1914
2570
  msgid "Create / manage your schemas"
2571
+ msgstr "إنشاء / إدارة مخططاتك schemas"
2572
 
2573
+ #: inc/admin/admin.php:1915
 
 
2574
  msgid "See schemas"
2575
+ msgstr "مشاهدة المخططات الschemas"
2576
 
2577
+ #: inc/admin/admin.php:1925
2578
  msgid "Monitor 404, create 301, 302 and 307 redirections"
2579
  msgstr "مراقبة 404، إنشاء 301، 302 و 307 إعادة التوجيه"
2580
 
2581
+ #: inc/admin/admin.php:1926
2582
  msgid "See redirects"
2583
  msgstr "مشاهدة روابط إعادة التوجيه"
2584
 
2585
+ #: inc/admin/admin.php:1955
2586
  msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2587
  msgstr "مرشد لتمكين 301 روابط إعادة التوجيه و 404 المراقبة - نافذة جديدة"
2588
 
2589
+ #: inc/admin/admin.php:1964
2590
  msgid "Scan your site to find SEO problems."
2591
  msgstr "أفحص موقعك لاكتشاف مشاكل التحسين الأمثل لمحركات البحث SEO."
2592
 
2593
+ #: inc/admin/admin.php:1965
2594
  msgid "See broken links"
2595
  msgstr "مشاهدة الروابط المكسورة"
2596
 
2597
+ #: inc/admin/admin.php:1966
2598
  msgid "Scan"
2599
  msgstr "فحص"
2600
 
2601
+ #: inc/admin/admin.php:1975
2602
  msgid "Check your backlinks with Majestic API."
2603
  msgstr ""
2604
  "التحقق من روابطك الخلفية backlinks مع استخدام الواجهات البرمجية لـ Majestic "
2605
  "API."
2606
 
2607
+ #: inc/admin/admin.php:1976
2608
  msgid "See backlinks"
2609
  msgstr "مشاهدة الروابط الخلفية backlinks"
2610
 
2611
+ #: inc/admin/admin.php:1986
2612
  msgid "Customize your permalinks."
2613
  msgstr "تخصيص الروابط الدائمة permalinks الخاصة بك."
2614
 
2615
+ #: inc/admin/admin.php:2017
2616
  msgid "Edit your htaccess file."
2617
  msgstr "تحرير ملف الـ htaccess الخاص بك."
2618
 
2619
+ #: inc/admin/admin.php:2029
2620
  msgid "Configure default WordPress RSS."
2621
  msgstr "ضبط إعدادات القيم الافتراضية لمغذي الـ RSS الخاص بالووردبريس."
2622
 
2623
+ #: inc/admin/admin.php:2041
2624
+ #, fuzzy
2625
+ #| msgid "Import/Export SEOPress settings from site to site."
2626
+ msgid "Import/Export plugin settings from site to site."
2627
  msgstr "استيراد/تصدير إعدادات إس إي أو بريس SEOPress من موقع لموقع."
2628
 
2629
+ #: inc/admin/admin.php:2052
2630
  msgid "Guide to Export/Import/Reset settings - new window"
2631
  msgstr "مرشد لـ تصدير/استيراد/إعادة تهيئة الإعدادات - نافذة جديدة"
2632
 
2633
+ #: inc/admin/admin.php:2062
2634
+ #, fuzzy
2635
+ #| msgid "Edit your SEOPress license key."
2636
+ msgid "Edit your license key."
2637
  msgstr "حرر مفتاح رخصة إس إي أو بريس SEOPress."
2638
 
2639
+ #: inc/admin/admin.php:2073
2640
  msgid "Guide to activate SEOPress PRO - new window"
2641
  msgstr "مرشد لتفعيل نسخة إس إي أو بريس SEOPress المحترفة - نافذة جديدة"
2642
 
2643
+ #: inc/admin/admin.php:2341 inc/admin/admin.php:4204
 
 
 
 
2644
  msgid "noindex"
2645
  msgstr "عدم الفهرسة noindex"
2646
 
2647
+ #: inc/admin/admin.php:2349 inc/admin/admin.php:4223
2648
  msgid "nofollow"
2649
  msgstr "عدم الاتباع nofollow"
2650
 
2651
+ #: inc/admin/admin.php:2357 inc/admin/admin.php:4242
2652
  msgid "noodp"
2653
  msgstr "لا لمشروع الأدلة المفتوحة noodp"
2654
 
2655
+ #: inc/admin/admin.php:2365 inc/admin/admin.php:4261
2656
  msgid "noimageindex"
2657
  msgstr "عدم فهرسة الصورة noimageindex"
2658
 
2659
+ #: inc/admin/admin.php:2373 inc/admin/admin.php:4280
2660
  msgid "noarchive"
2661
  msgstr "عدم الأرشفة noarchive"
2662
 
2663
+ #: inc/admin/admin.php:2381 inc/admin/admin.php:4299
2664
  msgid "nosnippet"
2665
  msgstr "لا للشرح المبسّط nosnippet"
2666
 
2667
+ #: inc/admin/admin.php:2389 inc/admin/admin.php:4318
2668
  msgid "nositelinkssearchbox"
2669
+ msgstr "nositelinkssearchbox"
2670
 
2671
+ #: inc/admin/admin.php:2397
2672
  msgid "Indicate paginated content to Google"
2673
  msgstr "الإشارة إلى المحتوى المرقَّم (Indicating paginated) لمحرك البحث جوجل"
2674
 
2675
+ #: inc/admin/admin.php:2414 inc/admin/admin.php:4356
2676
  msgid "Enable XML Sitemap"
2677
  msgstr "تمكين خارطة الموقع XML"
2678
 
2679
+ #: inc/admin/admin.php:2422
2680
  msgid "Enable XML Image Sitemaps"
2681
  msgstr "تمكين خرائط الموقع للصور XML"
2682
 
2683
+ #: inc/admin/admin.php:2431
2684
  msgid "Enable XML Video Sitemaps"
2685
  msgstr "تمكين خرائط الموقع للفيديو XML"
2686
 
2687
+ #: inc/admin/admin.php:2440 inc/admin/admin.php:4443
2688
  msgid "Enable HTML Sitemap"
2689
  msgstr "تمكين خارطة الموقع HTML"
2690
 
2691
+ #: inc/admin/admin.php:2456
2692
  msgid "Check to INCLUDE Post Types"
2693
  msgstr "قم بالتأشير لتضمين أنواع المنشور"
2694
 
2695
+ #: inc/admin/admin.php:2472
2696
  msgid "Check to INCLUDE Taxonomies"
2697
  msgstr "قم بالتأشير لتضمين الـ Taxonomies"
2698
 
2699
+ #: inc/admin/admin.php:2488 inc/admin/admin.php:4552
2700
  msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2701
  msgstr "أدخل منشور، صفحة أو معرِّفات مخصصة لنوع المنشور لعرضها في خارطة الموقع"
2702
 
2703
+ #: inc/admin/admin.php:2496 inc/admin/admin.php:4566
 
 
2704
  msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2705
+ msgstr "استثني بعض المنشورات، الصفحات، أنواع منشور مخصصة أو معرفات الTerms"
2706
 
2707
+ #: inc/admin/admin.php:2504
2708
  msgid "Sort order"
2709
+ msgstr "ترتيب الفرز"
2710
 
2711
+ #: inc/admin/admin.php:2512
2712
  msgid "Order posts by"
2713
+ msgstr "رتب المشاركات حسب"
2714
 
2715
+ #: inc/admin/admin.php:2520
2716
  msgid "Disable the display of the publication date"
2717
  msgstr "تعطيل عرض تاريخ النشر"
2718
 
2719
+ #: inc/admin/admin.php:2561 inc/admin/admin.php:4708
 
 
 
 
 
 
 
 
 
 
 
 
2720
  msgid "Organization's phone number (only for Organizations)"
2721
  msgstr "رقم الهاتف الخاص بالمنشئة (ينطبق على المنشئات فقط)"
2722
 
2723
+ #: inc/admin/admin.php:2569
2724
  msgid "Contact type (only for Organizations)"
2725
  msgstr "نوع التواصل (ينطبق على المنشئات فقط)"
2726
 
2727
+ #: inc/admin/admin.php:2577
2728
  msgid "Contact option (only for Organizations)"
2729
  msgstr "خيار التواصل (ينطبق على المنشئات فقط)"
2730
 
2731
+ #: inc/admin/admin.php:2594 inc/admin/admin.php:4786
2732
  msgid "Facebook Page URL"
2733
  msgstr "رابط URL لصفحة فيسبوك"
2734
 
2735
+ #: inc/admin/admin.php:2675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2736
  msgid "Enable Open Graph Data"
2737
  msgstr "تمكين بيانات أرضية المعرفة التقنية (Open Graph)"
2738
 
2739
+ #: inc/admin/admin.php:2683 inc/admin/admin.php:4915
2740
  msgid "Select a default image"
2741
  msgstr "اختر صورة افتراضية"
2742
 
2743
+ #: inc/admin/admin.php:2691
2744
  msgid "Facebook Link Ownership ID"
2745
  msgstr "معرِّف ارتباط الملكية لفيسبوك"
2746
 
2747
+ #: inc/admin/admin.php:2699
2748
  msgid "Facebook Admin ID"
2749
  msgstr "معرِّف مدير الفيسبوك"
2750
 
2751
+ #: inc/admin/admin.php:2707
2752
  msgid "Facebook App ID"
2753
  msgstr "معرِّف تطبيق الفيسبوك"
2754
 
2755
+ #: inc/admin/admin.php:2724
2756
  msgid "Enable Twitter Card"
2757
  msgstr "تمكين بطاقة تويتر"
2758
 
2759
+ #: inc/admin/admin.php:2732
2760
  msgid "Use Open Graph if no Twitter Card is filled"
2761
  msgstr ""
2762
  "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم يتم ملء بطاقة تويتر"
2763
 
2764
+ #: inc/admin/admin.php:2740 inc/admin/admin.php:5007
2765
  msgid "Default Twitter Image"
2766
  msgstr "صورة تويتر الافتراضية"
2767
 
2768
+ #: inc/admin/admin.php:2748
2769
  msgid "Image size for Twitter Summary card"
2770
  msgstr "حجم الصورة لبطاقة ملخص تويتر"
2771
 
2772
+ #: inc/admin/admin.php:2765
2773
  msgid "Enable Google Analytics tracking"
2774
  msgstr "تمكين التتبُّع في إحصاءات جوجل"
2775
 
2776
+ #: inc/admin/admin.php:2773 inc/admin/admin.php:5060
2777
  msgid "Enter your tracking ID"
2778
  msgstr "أدخل الرمز المعرِّف الخاص بك"
2779
 
2780
+ #: inc/admin/admin.php:2781
 
 
2781
  msgid "Google Analytics tracking opt-in"
2782
+ msgstr "التسجيل في خاصية تتبع إحصاءات جوجل"
2783
 
2784
+ #: inc/admin/admin.php:2797
2785
  msgid "Consent message for user tracking"
2786
  msgstr "رسالة الموافقة بتتبُّع المستخدم"
2787
 
2788
+ #: inc/admin/admin.php:2805
2789
  msgid "Accept button for user tracking"
2790
  msgstr "زر الموافقة بتتبُّع المستخدم"
2791
 
2792
+ #: inc/admin/admin.php:2813
2793
  msgid "Exclude user roles from tracking"
2794
  msgstr "استثناء أدوار المستخدم من التتبُّع"
2795
 
2796
+ #: inc/admin/admin.php:2831
 
 
2797
  msgid "Enable Google Optimize"
2798
+ msgstr "تمكين التتبع في تحسينات جوجل"
2799
+
2800
+ #: inc/admin/admin.php:2839
2801
+ #, fuzzy
2802
+ #| msgid "Enable Google Optimize"
2803
+ msgid "Enable Google Ads"
2804
+ msgstr "تمكين التتبع في تحسينات جوجل"
2805
 
2806
+ #: inc/admin/admin.php:2847
2807
+ msgid ""
2808
+ "[HEAD] Add an additional tracking code (like GTM, Facebook Pixel, Hotjar...)"
2809
+ msgstr ""
2810
+
2811
+ #: inc/admin/admin.php:2855
2812
+ msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
2813
  msgstr ""
2814
 
2815
+ #: inc/admin/admin.php:2863 inc/admin/admin.php:5228
2816
  msgid "Enable remarketing, demographics, and interests reporting"
2817
  msgstr ""
2818
  "تمكين تجديد النشاط التسويقي، المعلومات السكانية، وإعداد تقارير الاهتمامات"
2819
 
2820
+ #: inc/admin/admin.php:2871 inc/admin/admin.php:5249
2821
  msgid "Enable IP Anonymization"
2822
  msgstr "تمكين خاصية إخفاء رقم الهوية الـ IP"
2823
 
2824
+ #: inc/admin/admin.php:2879 inc/admin/admin.php:5270
2825
  msgid "Enhanced Link Attribution"
2826
  msgstr "إحالة الرابط المحسّن"
2827
 
2828
+ #: inc/admin/admin.php:2887 inc/admin/admin.php:5291
2829
  msgid "Enable cross-domain tracking"
2830
  msgstr "تمكين التتبُّع بين النطاقات"
2831
 
2832
+ #: inc/admin/admin.php:2895 inc/admin/admin.php:5307
2833
  msgid "Cross domains"
2834
  msgstr "النطاقات البينيّة"
2835
 
2836
+ #: inc/admin/admin.php:2913
2837
  msgid "Enable external links tracking (all links with target _blank attribute)"
2838
  msgstr "تمكين تتبُّع الروابط الخارجية (جميع الروابط التي بالخاصية target _blank)"
2839
 
2840
+ #: inc/admin/admin.php:2921
2841
  msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2842
  msgstr "تمكين تتبُّع التحميلات (مثلاً: PDF، XLSX، DOCX...)"
2843
 
2844
+ #: inc/admin/admin.php:2929 inc/admin/admin.php:5353
2845
  msgid "Track downloads' clicks"
2846
  msgstr "تتبّع الضغطات على التحميلات"
2847
 
2848
+ #: inc/admin/admin.php:2937
2849
  msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2850
  msgstr ""
2851
  "تمكين تتبُّع الروابط المنتسبة/الصادرة (affiliate/outbound) (مثلاً: aff، go، out، "
2852
  "recommends)"
2853
 
2854
+ #: inc/admin/admin.php:2945 inc/admin/admin.php:5384
2855
  msgid "Track affiliate/outbound links"
2856
  msgstr "تتبُّع الروابط المنتسبة/الصادرة"
2857
 
2858
+ #: inc/admin/admin.php:2963
2859
  msgid "Track Authors"
2860
  msgstr "تتبُّع الكتّاب"
2861
 
2862
+ #: inc/admin/admin.php:2971
2863
  msgid "Track Categories"
2864
  msgstr "تتبُّع التصنيفات"
2865
 
2866
+ #: inc/admin/admin.php:2979
2867
  msgid "Track Tags"
2868
  msgstr "تتبُّع الوسوم"
2869
 
2870
+ #: inc/admin/admin.php:2987
2871
  msgid "Track Post Types"
2872
  msgstr "تتبُّع أنواع المنشورات"
2873
 
2874
+ #: inc/admin/admin.php:2995
2875
  msgid "Track Logged In Users"
2876
  msgstr "تتبُّع المستخدمين المسجلين دخول"
2877
 
2878
+ #: inc/admin/admin.php:3012
2879
  msgid "Redirect attachment pages to post parent"
2880
  msgstr "إعادة توجيه صفحات المرفقات إلى المنشور الأب"
2881
 
2882
+ #: inc/admin/admin.php:3020
2883
  #, fuzzy
2884
+ #| msgid "Redirect attachment pages to the file URL"
2885
+ msgid "Redirect attachment pages to their file URL"
2886
+ msgstr "إعادة توجيه صفحات المرفقات إلى رابط الURL بالملف"
2887
 
2888
+ #: inc/admin/admin.php:3028
2889
  msgid "Remove ?replytocom link to avoid duplicate content"
2890
+ msgstr "إلغاء رابط ?replytocom لتحاشي أي محتوى مكرر"
2891
 
2892
+ #: inc/admin/admin.php:3036
2893
  msgid "Automatically set the image Title"
2894
+ msgstr "ضبط عنوان الصورة تلقائياً"
2895
 
2896
+ #: inc/admin/admin.php:3044
2897
  msgid "Automatically set the image Alt text"
2898
+ msgstr "ضبط النص البديل للصورة تلقائياً"
2899
 
2900
+ #: inc/admin/admin.php:3052
2901
  msgid "Automatically set the image Caption"
2902
+ msgstr "ضبط العنوان الفرعي للصورة تلقائياً"
2903
 
2904
+ #: inc/admin/admin.php:3060
2905
  msgid "Automatically set the image Description"
2906
+ msgstr "ضبط وصف الصورة تلقائياً"
2907
 
2908
+ #: inc/admin/admin.php:3068
2909
  msgid "Add WP Editor to taxonomy description textarea"
2910
  msgstr "إضافة محرر ووردبريس إلى منطقة نَص وصف التصنيف الـ taxonomy"
2911
 
2912
+ #: inc/admin/admin.php:3076
 
 
 
 
2913
  msgid "Remove /category/ in URL"
2914
  msgstr "إزالة /التصنيف/ في الرابط URL"
2915
 
2916
+ #: inc/admin/admin.php:3084 inc/admin/admin.php:5943
2917
  msgid "Disable trailing slash for metas"
2918
  msgstr "تعطيل علامة الشرطة المائلة اللاحقة للبيانات الوصفية (Metas)"
2919
 
2920
+ #: inc/admin/admin.php:3092
2921
  msgid "Remove WordPress generator meta tag"
2922
  msgstr "إزالة مولّد وسم البيان الوصفي (meta) الخاص بالووردبريس"
2923
 
2924
+ #: inc/admin/admin.php:3100
2925
  msgid "Remove WordPress shortlink meta tag"
2926
  msgstr ""
2927
  "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس"
2928
 
2929
+ #: inc/admin/admin.php:3108
2930
  msgid "Remove Windows Live Writer meta tag"
2931
  msgstr "إزالة وسم البيان الوصفي (meta) لبرنامج Windows Live Writer"
2932
 
2933
+ #: inc/admin/admin.php:3116
2934
  msgid "Remove RSD meta tag"
2935
  msgstr "إزالة وسم البيان الوصفي (meta) لـ RSD"
2936
 
2937
+ #: inc/admin/admin.php:3124 inc/admin/admin.php:6023
2938
  msgid "Google site verification"
2939
  msgstr "تحقق موقع جوجل"
2940
 
2941
+ #: inc/admin/admin.php:3132 inc/admin/admin.php:6037
2942
  msgid "Bing site verification"
2943
  msgstr "تحقق موقع Bing"
2944
 
2945
+ #: inc/admin/admin.php:3140 inc/admin/admin.php:6050
2946
  msgid "Pinterest site verification"
2947
  msgstr "تحقق موقع Pinterest"
2948
 
2949
+ #: inc/admin/admin.php:3148 inc/admin/admin.php:6062
2950
  msgid "Yandex site verification"
2951
  msgstr "تحقق موقع Yandex"
2952
 
2953
+ #: inc/admin/admin.php:3165
2954
  msgid "SEOPress in admin bar"
2955
  msgstr "إس إي أو بريس SEOPress في شريط الإدارة"
2956
 
2957
+ #: inc/admin/admin.php:3173
2958
  msgid "Move SEOPress metabox's position"
2959
  msgstr "تحريك موقع صندوق الـ SEOPress الخاص بالبيانات الوصفية (Meta)"
2960
 
2961
+ #: inc/admin/admin.php:3181
2962
  msgid "Hide Notifications Center"
2963
  msgstr "إخفاء مركز التنبيهات"
2964
 
2965
+ #: inc/admin/admin.php:3189
2966
  msgid "Hide SEO tools"
2967
  msgstr "إخفاء أدوات التحسين الأمثل لمحركات البحث الـ SEO"
2968
 
2969
+ #: inc/admin/admin.php:3197
2970
  msgid "Hide Useful Links"
2971
  msgstr "إخفاء الروابط المفيدة"
2972
 
2973
+ #: inc/admin/admin.php:3205
2974
  msgid "Show Title tag column in post types"
2975
  msgstr "إظهار عمود وسم العنوان في أنواع المنشور"
2976
 
2977
+ #: inc/admin/admin.php:3213
2978
  msgid "Show Meta description column in post types"
2979
  msgstr "إظهار عمود وصف البيان الوصفي (Meta) في أنواع المنشور"
2980
 
2981
+ #: inc/admin/admin.php:3221
2982
  msgid "Show Redirection Enable column in post types"
2983
  msgstr "إظهار عمود تمكين إعادة التوجيه في أنواع المنشور"
2984
 
2985
+ #: inc/admin/admin.php:3229
2986
  msgid "Show Redirect URL column in post types"
2987
  msgstr "إظهار عمود رابط URL لإعادة التوجيه في أنواع المنشور"
2988
 
2989
+ #: inc/admin/admin.php:3237
2990
  msgid "Show canonical URL column in post types"
2991
  msgstr "إظهار عمود رابط canonical URL في أنواع المنشور"
2992
 
2993
+ #: inc/admin/admin.php:3245
2994
  msgid "Show Target Keyword column in post types"
2995
  msgstr "إظهار عمود الكلمة المفتاحية المستهدفة في أنواع المنشور"
2996
 
2997
+ #: inc/admin/admin.php:3253
2998
  msgid "Show noindex column in post types"
2999
  msgstr "إظهار عمود عدم الفهرسة في أنواع المنشور"
3000
 
3001
+ #: inc/admin/admin.php:3261
3002
  msgid "Show nofollow column in post types"
3003
  msgstr "إظهار عمود عدم الاتباع في أنواع المنشور"
3004
 
3005
+ #: inc/admin/admin.php:3269
3006
  msgid "Show total number of words column in post types"
3007
  msgstr "إظهار عمود عدد الكلمات الكلّي في أنواع المنشور"
3008
 
3009
+ #: inc/admin/admin.php:3277
3010
  msgid "Show W3C validator column in post types"
3011
  msgstr "إظهار عمود محقق W3C في أنواع المنشور"
3012
 
3013
+ #: inc/admin/admin.php:3285
3014
  msgid "Show Google Page Speed column in post types"
3015
  msgstr "إظهار عمود عامل سرعة الصفحة لجوجل (Google Page Speed) في أنواع المنشور"
3016
 
3017
+ #: inc/admin/admin.php:3294
3018
  msgid "Hide Genesis SEO Metabox"
3019
  msgstr "إخفاء صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
3020
 
3021
+ #: inc/admin/admin.php:3302
 
 
3022
  msgid "Hide Genesis SEO Settings link"
3023
+ msgstr "إخفاء رابط إعدادات Genesis SEO"
3024
 
3025
+ #: inc/admin/admin.php:3310
 
 
3026
  msgid "Hide advice in Structured Data Types metabox"
3027
+ msgstr ""
3028
+ "إخفاء النصائح في صندوق أنواع البيانات المهيكلة (Structured Data Types metabox)"
3029
 
3030
+ #: inc/admin/admin.php:3327
3031
  msgid "Block SEO metabox to user roles"
3032
  msgstr ""
3033
  "حجب صناديق البيانات الوصفية (Meta) الخاصة بالتحسين الأمثل لمحركات البحث SEO عن "
3034
  "أدوار المستخدم"
3035
 
3036
+ #: inc/admin/admin.php:3335
3037
  msgid "Block Content analysis metabox to user roles"
3038
  msgstr "حجب صناديق البيانات الوصفية (Meta) لتحليل المحتوى عن أدوار المستخدم"
3039
 
3040
+ #: inc/admin/admin.php:3390
3041
  msgid "<p>Customize your titles & metas for homepage</p>"
3042
  msgstr "<p>خصص عناوينك و البيانات الوصفية (Metas) للصفحة الرئيسية للموقع</p>"
3043
 
3044
+ #: inc/admin/admin.php:3395
3045
  msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
3046
  msgstr ""
3047
  "<p>خصص عناوينك وبياناتك الوصفية (Metas) لكل أنواع المنشورات المخصصة الفردية</p>"
3048
 
3049
+ #: inc/admin/admin.php:3400
3050
  msgid "<p>Customize your metas for all pages</p>"
3051
  msgstr "<p>خصص بياناتك الوصفية (Metas) لكل الصفحات</p>"
3052
 
3053
+ #: inc/admin/admin.php:3405
3054
  msgid "<p>Customize your metas for all taxonomies archives</p>"
3055
  msgstr ""
3056
  "<p>خصص بياناتك الوصفية (Metas) للتصنيفات التي يطلق عليها (taxonomies) والخاصة "
3057
  "بالأرشيف</p>"
3058
 
3059
+ #: inc/admin/admin.php:3410
3060
  msgid "<p>Customize your metas for all archives</p>"
3061
  msgstr "<p>خصص البيانات الوصفية (Metas) لكل الأرشيف</p>"
3062
 
3063
+ #: inc/admin/admin.php:3418
3064
  msgid "Change this settings"
3065
  msgstr "غيّر هذه الإعدادات"
3066
 
3067
+ #: inc/admin/admin.php:3421
3068
  msgid ""
3069
  "To view your sitemap, enable permalinks (not default one), and save settings "
3070
  "to flush them."
3072
  "لمشاهدة خارطة موقعك، قم بتمكين الروابط الدائمة permalinks (ليست الافتراضية)، "
3073
  "واحفظ الاعدادات لتجديدها."
3074
 
3075
+ #: inc/admin/admin.php:3427
3076
  msgid ""
3077
  "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to add "
3078
  "this rule to your configuration:"
3080
  "يستخدم الخادم الخاص بك NGING. لو كانت خرائط الموقع XML لا تعمل كما ينبغي، أنت "
3081
  "تحتاج لإضافة هذه القاعدة إلى إعداداتك:"
3082
 
3083
+ #: inc/admin/admin.php:3440
3084
  msgid "Noindex content will not be displayed in Sitemaps."
3085
  msgstr "محتوى عدم الأرشفة لن يظهر في خرائط الموقع."
3086
 
3087
+ #: inc/admin/admin.php:3452
3088
  msgid "Blank sitemap?"
3089
  msgstr "خارطة موقع فارغة؟"
3090
 
3091
+ #: inc/admin/admin.php:3453
3092
  msgid "404 error?"
3093
  msgstr "404 خطأ؟"
3094
 
3095
+ #: inc/admin/admin.php:3455
3096
  msgid "View your sitemap"
3097
  msgstr "مشاهدة خارطة موقعك"
3098
 
3099
+ #: inc/admin/admin.php:3457
3100
  msgid "Ping Google manually"
3101
  msgstr "الاتصال (Ping) بجوجل يدوياً"
3102
 
3103
+ #: inc/admin/admin.php:3459
3104
  msgid "Flush permalinks"
3105
  msgstr "تجديد الروابط الدائمة الـ permalinks"
3106
 
3107
+ #: inc/admin/admin.php:3465
3108
  msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
3109
  msgstr ""
3110
  "<p>إنشاء خارطة الموقع بالـ HTML لزوّارك وقم بتعزيز التحسين الأمثل لمحركات البحث "
3111
  "SEO.</p>"
3112
 
3113
+ #: inc/admin/admin.php:3475 inc/admin/admin.php:4453
3114
  msgid "Guide to enable a HTML Sitemap - new window"
3115
  msgstr "مرشد لتمكين خريطة الموقع HTML - نافذة جديدة"
3116
 
3117
+ #: inc/admin/admin.php:3480
3118
  msgid "<p>Include/Exclude Post Types.</p>"
3119
  msgstr "<p>تضمين/استثناء أنواع المنشور.</p>"
3120
 
3121
+ #: inc/admin/admin.php:3485
3122
  msgid "<p>Include/Exclude Taxonomies.</p>"
3123
  msgstr "<p>تضمين/استثناء الـ Taxonomies.</p>"
3124
 
3125
+ #: inc/admin/admin.php:3490
3126
  msgid "<p>Configure Google Knowledge Graph.</p>"
3127
  msgstr "<p>ضبط Google Knowledge Graph.</p>"
3128
 
3129
+ #: inc/admin/admin.php:3491
3130
  msgid "Learn more on Google official website."
3131
  msgstr "تعلّم المزيد على الموقع الرسمي لجوجل."
3132
 
3133
+ #: inc/admin/admin.php:3496
3134
  msgid ""
3135
  "<p>Link your site with your social accounts. Use markup on your website to add "
3136
  "your social profile information to a Google Knowledge panel. Knowledge panels "
3137
  "prominently display your social profile information in some Google Search "
3138
  "results. Filling in these fields does not guarantee the display of this data "
3139
+ "in search results. It may take a long time to see these social-network links.</"
3140
+ "p>"
3141
  msgstr ""
3142
 
3143
+ #: inc/admin/admin.php:3502
3144
+ #, fuzzy
3145
+ #| msgid "<p>Manage Open Graph datas.</p>"
3146
+ msgid "<p>Manage Open Graph data.</p>"
3147
  msgstr "<p>إدارة بيانات أرضية المعرفة التقنية المفتوحة.</p>"
3148
 
3149
+ #: inc/admin/admin.php:3504
3150
+ msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
 
3151
  msgstr ""
3152
 
3153
+ #: inc/admin/admin.php:3508
3154
  msgid "Custom OG Image from SEO metabox"
3155
  msgstr ""
3156
 
3157
+ #: inc/admin/admin.php:3509 inc/admin/admin.php:3524
 
 
3158
  msgid "Post thumbnail"
3159
+ msgstr "الصورة المصغرة للمنشور"
3160
 
3161
+ #: inc/admin/admin.php:3510 inc/admin/admin.php:3525
3162
  msgid "First image of your post content"
3163
+ msgstr "أول صورة لمحتوى منشورك"
3164
 
3165
+ #: inc/admin/admin.php:3511
3166
  msgid "Global OG Image set in SEO > Social > Open Graph"
3167
  msgstr ""
3168
 
3169
+ #: inc/admin/admin.php:3517
3170
  msgid "<p>Manage your Twitter card.</p>"
3171
  msgstr "<p>إدارة بطاقة تويتر الخاصة بك.</p>"
3172
 
3173
+ #: inc/admin/admin.php:3519
3174
+ msgid "<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
 
 
3175
  msgstr ""
3176
 
3177
+ #: inc/admin/admin.php:3523
3178
  msgid "Custom Twitter image from SEO metabox"
3179
  msgstr ""
3180
 
3181
+ #: inc/admin/admin.php:3526
3182
  msgid "Global Twitter:image set in SEO > Social > Twitter Card"
3183
  msgstr ""
3184
 
3185
+ #: inc/admin/admin.php:3532
3186
  msgid "<p>Link your Google Analytics to your website.</p>"
3187
  msgstr "<p>قم بربط موقعك بحساب إحصاءات جوجل الخاص بك.</p>"
3188
 
3189
+ #: inc/admin/admin.php:3537
3190
  msgid "<p>Configure your Google Analytics tracking code.</p>"
3191
  msgstr "<p>ضبط رمز تتبُّع إحصاءات جوجل الخاص بك.</p>"
3192
 
3193
+ #: inc/admin/admin.php:3542
3194
  msgid "<p>Track events in Google Analytics.</p>"
3195
  msgstr "<p>أحداث التتبُّع في إحصاءات جوجل.</p>"
3196
 
3197
+ #: inc/admin/admin.php:3547
3198
  msgid ""
3199
  "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
3200
  "and custom metrics in SEOPress are like the default dimensions and metrics in "
3210
  "الأخذ بالاعتبار أنه عليك أن تقوم بضبط وإعداد أبعادك المخصصة بحسابك بخدمة "
3211
  "إحصاءات جوجل. معلومات أكثر متوفرة عند الضغط على أيقونة المساعدة."
3212
 
3213
+ #: inc/admin/admin.php:3557
3214
  msgid "Guide to create custom dimensions in Google Analytics - new window"
3215
  msgstr "مرشد لإنشاء أبعاد مخصصة في إحصاءات جوجل - نافذة جديدة"
3216
 
3217
+ #: inc/admin/admin.php:3562
3218
  msgid "<p>Advanced SEO options.</p>"
3219
  msgstr "<p>خيارات متقدمة للتحسين الأمثل لمحركات البحث SEO.</p>"
3220
 
3221
+ #: inc/admin/admin.php:3567
3222
  msgid "<p>Customize SEOPress to fit your needs.</p>"
3223
  msgstr "<p>خصص إس إي أو بريس SEOPress ليوافق إحتياجاتك.</p>"
3224
 
3225
+ #: inc/admin/admin.php:3572
3226
  msgid "<p>Manage security.</p>"
3227
  msgstr "<p>إدارة الحماية.</p>"
3228
 
3229
+ #: inc/admin/admin.php:3585
 
 
3230
  msgid "Enter your separator, eg: \"-\""
3231
+ msgstr "أدخل الفاصل الخاص بك، مثلاً: \"-\""
3232
 
3233
+ #: inc/admin/admin.php:3589
3234
+ #, php-format
 
3235
  msgid "Use this separator with %%sep%% in your title and meta description."
3236
+ msgstr "استخدم هذا الفاصل مع %%sep%% في عنوانك والبيانات الوصفية للوصف."
3237
 
3238
+ #: inc/admin/admin.php:3595
3239
  msgid "My awesome website"
3240
  msgstr "موقعي المدهش"
3241
 
3242
+ #: inc/admin/admin.php:3601 inc/admin/admin.php:3612 inc/admin/admin.php:3659
3243
+ #: inc/admin/admin.php:3783 inc/admin/admin.php:3816 inc/admin/admin.php:3906
3244
+ #: inc/admin/admin.php:3983 inc/admin/admin.php:4054 inc/admin/admin.php:4124
3245
+ #: inc/admin/admin.php:4175
3246
  msgid "More tags"
3247
  msgstr "وسوم أكثر"
3248
 
3249
+ #: inc/admin/admin.php:3607
3250
  msgid "This is a cool website about Wookiees"
3251
  msgstr "هذا موقع رائع عن Wookiees"
3252
 
3253
+ #: inc/admin/admin.php:3615
3254
  msgid "Looking to edit your blog page?"
3255
  msgstr "هل تريد تحرير صفحة المدونة الخاصة بك؟"
3256
 
3257
+ #: inc/admin/admin.php:3628 inc/admin/admin.php:3749 inc/admin/admin.php:3878
3258
+ #: inc/admin/admin.php:3971 inc/admin/admin.php:4042 inc/admin/admin.php:4112
3259
+ #: inc/admin/admin.php:4165
3260
  msgid "Title template"
3261
  msgstr "قالب العنوان"
3262
 
3263
+ #: inc/admin/admin.php:3666 inc/admin/admin.php:3792 inc/admin/admin.php:3913
3264
+ #: inc/admin/admin.php:3989 inc/admin/admin.php:4060 inc/admin/admin.php:4130
3265
+ #: inc/admin/admin.php:4180
3266
  msgid "Meta description template"
3267
  msgstr "قالب البيان الوصفي (Meta) لخانة الوصف"
3268
 
3269
+ #: inc/admin/admin.php:3708
 
 
 
 
 
 
3270
  msgid "Do not follow links for this single post type <strong>(nofollow)</strong>"
3271
  msgstr ""
3272
 
3273
+ #: inc/admin/admin.php:3727
3274
  msgid "Display date in Google search results?"
3275
  msgstr "عرض التاريخ في نتائج بحث جوجل؟"
3276
 
3277
+ #: inc/admin/admin.php:3772
3278
  msgid "Category Title"
3279
  msgstr "عنوان التصنيف"
3280
 
3281
+ #: inc/admin/admin.php:3774
3282
  msgid "Tag Title"
3283
  msgstr "عنوان الوسم"
3284
 
3285
+ #: inc/admin/admin.php:3776
3286
  msgid "Term Title"
3287
  msgstr "عنوان المصطلح الـ Term"
3288
 
3289
+ #: inc/admin/admin.php:3809
3290
  msgid "Category Description"
3291
  msgstr "وصف التصنيف"
3292
 
3293
+ #: inc/admin/admin.php:3811
3294
  msgid "Tag Description"
3295
  msgstr "وصف الوسم"
3296
 
3297
+ #: inc/admin/admin.php:3813
3298
  msgid "Term Description"
3299
  msgstr "وصف المصطلح الـ Term"
3300
 
3301
+ #: inc/admin/admin.php:3850
 
 
 
 
 
 
3302
  msgid "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
3303
  msgstr ""
3304
 
3305
+ #: inc/admin/admin.php:3870
3306
  msgid "See archive"
3307
  msgstr "مشاهدة الأرشيف"
3308
 
3309
+ #: inc/admin/admin.php:3900
3310
  msgid "Post Type Archive Name"
3311
  msgstr "اسم نوع أرشيف المنشور"
3312
 
3313
+ #: inc/admin/admin.php:3955
 
 
 
 
 
 
3314
  msgid ""
3315
  "Do not follow links for this post type archive <strong>(nofollow)</strong>"
3316
  msgstr ""
3317
 
3318
+ #: inc/admin/admin.php:3969
3319
  msgid "Author archives"
3320
  msgstr "أرشيف الكتّاب"
3321
 
3322
+ #: inc/admin/admin.php:4031
 
 
 
 
 
 
3323
  msgid "Disable author archives"
3324
  msgstr "تعطيل أرشيف الكتّاب"
3325
 
3326
+ #: inc/admin/admin.php:4040 inc/admin/admin.php:4051
3327
  msgid "Date archives"
3328
  msgstr "أرشيف التواريخ"
3329
 
3330
+ #: inc/admin/admin.php:4083
3331
  msgid ""
3332
  "Do not display date archives in search engine results <strong>(noindex)</"
3333
  "strong>"
3334
  msgstr ""
3335
 
3336
+ #: inc/admin/admin.php:4101
3337
  msgid "Disable date archives"
3338
  msgstr "تعطيل أرشيف التواريخ"
3339
 
3340
+ #: inc/admin/admin.php:4110
3341
  msgid "Search archives"
3342
  msgstr "أرشيف البحث"
3343
 
3344
+ #: inc/admin/admin.php:4121
3345
  msgid "Search Keywords"
3346
  msgstr "الكلمات المفتاحية للبحث"
3347
 
3348
+ #: inc/admin/admin.php:4154
3349
  msgid ""
3350
  "Do not display search archives in search engine results <strong>(noindex)</"
3351
  "strong>"
3352
  msgstr ""
3353
 
3354
+ #: inc/admin/admin.php:4163
3355
  msgid "404 archives"
3356
  msgstr "404 الأرشيف"
3357
 
3358
+ #: inc/admin/admin.php:4206
3359
  msgid ""
3360
  "Do not display all pages of the site in Google search results and do not "
3361
  "display \"Cached\" links in search results."
3363
  "عدم إظهار جميع صفحات الموقع في نتائج بحث جوجل وعدم إظهار الروابط \"المخزنة "
3364
  "مؤقتاً\" في نتائج البحث."
3365
 
3366
+ #: inc/admin/admin.php:4225
3367
  msgid "Do not follow links for all pages."
3368
  msgstr "عدم تتبع الروابط لجميع الصفحات."
3369
 
3370
+ #: inc/admin/admin.php:4244
3371
  msgid ""
3372
  "Do not use Open Directory project metadata for titles or excerpts for all "
3373
  "pages."
3375
  "عدم استخدام البيانات الوصفية (metadata) من مشروع الأدلة المفتوحة وذلك للعناوين "
3376
  "أو المقتطفات وهذا لجميع الصفحات."
3377
 
3378
+ #: inc/admin/admin.php:4263
3379
  msgid "Do not index images from the entire site."
3380
  msgstr "عدم فهرسة الصور من كامل الموقع."
3381
 
3382
+ #: inc/admin/admin.php:4282
3383
  msgid "Do not display a \"Cached\" link in the Google search results."
3384
  msgstr "عدم إظهار رابط \"مخزن مؤقتاً\" في نتائج بحث جوجل."
3385
 
3386
+ #: inc/admin/admin.php:4301
3387
  msgid "Do not display a description in the Google search results for all pages."
3388
  msgstr "عدم إظهار الوصف في نتائج بحث جوجل لكل الصفحات."
3389
 
3390
+ #: inc/admin/admin.php:4320
3391
  #, fuzzy
3392
+ #| msgid "Prevent Google to display a sitelinks searchbox in search results."
3393
+ msgid "Prevent Google's display of a sitelinks searchbox in search results."
3394
+ msgstr "امنع جوجل من إظهار صندوق بحث روابط الموقع في نتائج بحث جوجل."
3395
 
3396
+ #: inc/admin/admin.php:4337
3397
  msgid "Add rel next/prev link in head of paginated archive pages"
3398
  msgstr "إضافة رابط التالي/السابق ذا صلة على رأس صفحات الأرشيف المرقَّم"
3399
 
3400
+ #: inc/admin/admin.php:4339
3401
  msgid "Learn more on Google website"
3402
  msgstr "تعلّم المزيد من موقع جوجل"
3403
 
3404
+ #: inc/admin/admin.php:4366
3405
  msgid "Guide to enable XML Sitemaps - new window"
3406
  msgstr "مرشد لتمكين خرائط الموقع XML - نافذة جديدة"
3407
 
3408
+ #: inc/admin/admin.php:4383
3409
  msgid ""
3410
  "Enable Image Sitemaps (standard images, image galleries, featured image, "
3411
  "WooCommerce product images)"
3413
  "تمكين خرائط الموقع للصور (الصور القياسية، معارض الصور، الصورة المميزة، صور "
3414
  "منتج WooCommerce)"
3415
 
3416
+ #: inc/admin/admin.php:4385
3417
  msgid "Images in XML sitemaps are visible only from the source code."
3418
  msgstr ""
3419
 
3420
+ #: inc/admin/admin.php:4395
3421
  msgid "Guide to enable XML image sitemaps - new window"
3422
  msgstr "مرشد لتمكين خرائط الموقع الصور XML - نافذة جديدة"
3423
 
3424
+ #: inc/admin/admin.php:4413
3425
  msgid "Enable Video Sitemaps"
3426
  msgstr "تمكين خرائط الموقع للفيديو"
3427
 
3428
+ #: inc/admin/admin.php:4423
3429
  #, php-format
3430
  msgid ""
3431
  "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s\" "
3432
  "target=\"_blank\">adding videos to your sitemap.</a>"
3433
  msgstr ""
3434
 
3435
+ #: inc/admin/admin.php:4425
3436
  msgid "Guide to enable XML video sitemaps - new window"
3437
  msgstr "مرشد لتمكين خرائط الموقع للفيديو XML - نافذة جديدة"
3438
 
3439
+ #: inc/admin/admin.php:4493 inc/admin/admin.php:4537
3440
  msgid "Include"
3441
  msgstr "تضمين"
3442
 
3443
+ #: inc/admin/admin.php:4496
3444
  msgid ""
3445
  "You should never include attachment post type in your sitemap. Be careful if "
3446
  "you checked this."
3447
  msgstr ""
3448
 
3449
+ #: inc/admin/admin.php:4552
3450
  msgid "eg: 2, 28, 68"
3451
  msgstr "مثلاً: 2، 28، 68"
3452
 
3453
+ #: inc/admin/admin.php:4556
3454
  msgid "You can also use this shortcode:"
3455
  msgstr "باستطاعتك استخدام هذه الترميزات المختصرة الـ shortcode:"
3456
 
3457
+ #: inc/admin/admin.php:4566
3458
  msgid "eg: 13, 8, 38"
3459
  msgstr "مثلاً: 13، 8، 38"
3460
 
3461
+ #: inc/admin/admin.php:4580
3462
  msgid "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3463
  msgstr ""
3464
 
3465
+ #: inc/admin/admin.php:4583
3466
  msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3467
  msgstr ""
3468
 
3469
+ #: inc/admin/admin.php:4600
 
 
3470
  msgid "Default (date)"
3471
+ msgstr "القيمة الافتراضية (التاريخ)"
3472
 
3473
+ #: inc/admin/admin.php:4606
3474
  msgid "Modified date"
3475
+ msgstr "تاريخ التعديل"
3476
 
3477
+ #: inc/admin/admin.php:4609
 
 
3478
  msgid "Post ID"
3479
+ msgstr "رقم معرف المنشور"
3480
 
3481
+ #: inc/admin/admin.php:4612
3482
  msgid "Menu order"
3483
+ msgstr "ترتيب القائمة"
3484
 
3485
+ #: inc/admin/admin.php:4630
3486
  msgid "Disable date after each post, page, post type?"
3487
  msgstr "تعطيل التاريخ بعد كل منشور، صفحة، نوع منشور؟"
3488
 
3489
+ #: inc/admin/admin.php:4665
 
 
 
 
 
 
 
 
3490
  msgid "eg: Apple"
3491
  msgstr "مثلاً: شركة آبل"
3492
 
3493
+ #: inc/admin/admin.php:4678
3494
  msgid "Select your logo"
3495
  msgstr "أختر شعارك"
3496
 
3497
+ #: inc/admin/admin.php:4682
3498
+ #, fuzzy
3499
+ #| msgid "JPG, PNG or GIF allowed."
3500
+ msgid "JPG, PNG, and GIF allowed."
3501
+ msgstr "JPG، PNG أو GIF مسموحة."
3502
 
3503
+ #: inc/admin/admin.php:4708
3504
  msgid "eg: +33123456789 (internationalized version required)"
3505
  msgstr "مثلاً: +33123456789 (الإصدارة الدولية مطلوبة)"
3506
 
3507
+ #: inc/admin/admin.php:4723
3508
  msgid "Customer support"
3509
  msgstr "دعم العملاء"
3510
 
3511
+ #: inc/admin/admin.php:4726
3512
  msgid "Technical support"
3513
  msgstr "الدعم التقني"
3514
 
3515
+ #: inc/admin/admin.php:4729
3516
  msgid "Billing support"
3517
  msgstr "دعم الفواتير"
3518
 
3519
+ #: inc/admin/admin.php:4732
3520
  msgid "Bill payment"
3521
  msgstr "دفع الفواتير"
3522
 
3523
+ #: inc/admin/admin.php:4735
3524
  msgid "Sales"
3525
  msgstr "المبيعات"
3526
 
3527
+ #: inc/admin/admin.php:4738
3528
  msgid "Credit card support"
3529
  msgstr "دعم بطاقات الائتمان"
3530
 
3531
+ #: inc/admin/admin.php:4741
3532
  msgid "Emergency"
3533
  msgstr "الطوارئ"
3534
 
3535
+ #: inc/admin/admin.php:4744
3536
  msgid "Baggage tracking"
3537
  msgstr "تتبُّع الأمتعة"
3538
 
3539
+ #: inc/admin/admin.php:4747
3540
  msgid "Roadside assistance"
3541
  msgstr "مساعدة الطرق"
3542
 
3543
+ #: inc/admin/admin.php:4750
3544
  msgid "Package tracking"
3545
  msgstr "تتبُّع الشحنات"
3546
 
3547
+ #: inc/admin/admin.php:4767 inc/admin/admin.php:5402 inc/admin/admin.php:5479
3548
+ #: inc/admin/admin.php:5556 inc/admin/admin.php:5633 inc/admin/admin.php:5710
3549
  msgid "None"
3550
  msgstr "لا شيء"
3551
 
3552
+ #: inc/admin/admin.php:4770
3553
  msgid "Toll Free"
3554
  msgstr "الرقم المجاني"
3555
 
3556
+ #: inc/admin/admin.php:4773
3557
  msgid "Hearing impaired supported"
3558
  msgstr "دعم ضعيفي السمع"
3559
 
3560
+ #: inc/admin/admin.php:4799
 
 
 
 
 
 
 
 
3561
  msgid "Twitter Page URL"
3562
  msgstr "رابط URL لصفحة تويتر"
3563
 
3564
+ #: inc/admin/admin.php:4900
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3565
  msgid "Enable OG data"
3566
  msgstr "تمكين بيانات أرضية المعرفة التقنية المفتوحة Open Graph"
3567
 
3568
+ #: inc/admin/admin.php:4933
3569
  msgid ""
3570
  "One or more Facebook Page IDs that are associated with a URL in order to "
3571
  "enable link editing and instant article publishing."
3572
  msgstr ""
3573
 
3574
+ #: inc/admin/admin.php:4946
3575
  msgid ""
3576
  "The ID (or comma-separated list for properties that can accept multiple IDs) "
3577
  "of an app, person using the app, or Page Graph API object."
3578
  msgstr ""
3579
 
3580
+ #: inc/admin/admin.php:4958
3581
  msgid ""
3582
  "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3583
  "must add the app ID to your page. Insights lets you view analytics for traffic "
3586
  "\">More info here</a> <span class=\"dashicons dashicons-external\"></span>"
3587
  msgstr ""
3588
 
3589
+ #: inc/admin/admin.php:4962
3590
  msgid "How to create a Facebook App ID"
3591
  msgstr "كيف تنشئ معرّف تطبيق فيسبوك"
3592
 
3593
+ #: inc/admin/admin.php:4975
3594
  msgid "Enable Twitter card"
3595
  msgstr "تمكين بطاقة تويتر"
3596
 
3597
+ #: inc/admin/admin.php:4992
3598
  msgid "Use OG if no Twitter Cards"
3599
  msgstr ""
3600
  "استخدم أرضية المعرفة التقنية المفتوحة (Open Graph) إذا لم تتواجد بطاقات تويتر"
3601
 
3602
+ #: inc/admin/admin.php:5027
3603
  msgid "Default"
3604
  msgstr "الافتراضية"
3605
 
3606
+ #: inc/admin/admin.php:5030
3607
  msgid "Large"
3608
  msgstr "الكبيرة"
3609
 
3610
+ #: inc/admin/admin.php:5048
3611
  msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3612
  msgstr "تمكين خاصية التتبُّع في إحصاءات جوجل (الوسم العام للموقع: gtag.js)"
3613
 
3614
+ #: inc/admin/admin.php:5060
3615
  msgid "Enter your Tracking ID (UA-XXXX-XX)"
3616
  msgstr "أدخل الرمز المعرِّف لخاصية التتبُّع الخاص بك (UA-XXXX-XX)"
3617
 
3618
+ #: inc/admin/admin.php:5064
3619
  msgid "Find your tracking ID"
3620
  msgstr "تحصّل على الرمز المعرِّف لخاصية التتبُّع الخاص بك"
3621
 
3622
+ #: inc/admin/admin.php:5078
3623
  msgid "Request user's consent for analytics tracking (required by GDPR)"
3624
  msgstr "طلب موافقة المستخدمين بخصوص تتبُّع الإحصاءات (مطلوبة بواسطة GDPR)"
3625
 
3626
+ #: inc/admin/admin.php:5080
3627
  msgid "<strong>The user must click the Accept button to allow tracking.</strong>"
3628
  msgstr ""
3629
 
3630
+ #: inc/admin/admin.php:5082
 
 
 
 
 
 
3631
  msgid ""
3632
  "User roles excluded from tracking will not see the consent message.<br> If you "
3633
  "use a caching plugin, you have to exclude this JS file in your settings: "
3634
  "<br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax."
3635
  "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3636
  msgstr ""
3637
+ "أدوار المستخدم المستثناة من التتبع لن تشاهد رسالة الموافقة.<br> إذا كنت تستخدم "
3638
  "إضافة خاصة بالتخزين المؤقت (caching)، عليك باستثناء ملف الجافا سكريبت (JS) هذا "
3639
  "في إعداداتك: <br><strong>/wp-content/plugins/wp-seopress/assets/js/seopress-"
3640
+ "cookies-ajax.js</strong> <br>وملف الارتباط الcookie هذا <strong>seopress-user-"
3641
+ "consent-accept</strong>"
3642
 
3643
+ #: inc/admin/admin.php:5092
3644
  msgid "Hook to add custom tracking code with user consent - new window"
3645
  msgstr "رابط متعلق لإضافة شفرة تتبّع مخصصة وذلك بموافقة المستخدم - نافذة جديدة"
3646
 
3647
+ #: inc/admin/admin.php:5109
3648
+ msgid ""
3649
+ "Display and automatically accept the user‘s consent on page load (not fully "
3650
+ "GDPR)"
3651
+ msgstr ""
3652
+
3653
+ #: inc/admin/admin.php:5111
3654
+ msgid "The previous option must be checked to use this."
3655
+ msgstr ""
3656
+
3657
+ #: inc/admin/admin.php:5124
3658
  msgid "Enter your message (HTML allowed)"
3659
  msgstr "أدخل رسالتك (أكواد HTML مسموحة)"
3660
 
3661
+ #: inc/admin/admin.php:5124
3662
  msgid "This message will only appear if request user's consent is enabled."
3663
  msgstr "هذه الرسالة سوف تظهر فقط إذا كانت خاصية ’طلب موافقة المستخدم‘ مفعّلة."
3664
 
3665
+ #: inc/admin/admin.php:5135
3666
  msgid "Hook to filter user consent message - new window"
3667
  msgstr "رابط متعلق لتصفية رسالة موافقة المستخدم - نافذة جديدة"
3668
 
3669
+ #: inc/admin/admin.php:5137
 
 
3670
  msgid "HTML tags allowed: strong, em, br, a href / target"
3671
+ msgstr "وسوم HTML المسموحة: strong، em، br، a href / target"
3672
 
3673
+ #: inc/admin/admin.php:5138
3674
  msgid ""
3675
  "Shortcode allowed to get the privacy page set in WordPress settings: "
3676
  "[seopress_privacy_page]"
3677
  msgstr ""
3678
 
3679
+ #: inc/admin/admin.php:5146 inc/functions/options-google-analytics.php:39
3680
  msgid "Accept"
3681
  msgstr "موافق"
3682
 
3683
+ #: inc/admin/admin.php:5146
3684
  msgid "Change the button value"
3685
  msgstr "غيّر قيمة الزر"
3686
 
3687
+ #: inc/admin/admin.php:5181
3688
  msgid "Enter your Google Optimize container ID"
3689
  msgstr ""
3690
 
3691
+ #: inc/admin/admin.php:5181
3692
  msgid "GTM-XXXXXXX"
3693
+ msgstr "GTM-XXXXXXX"
3694
 
3695
+ #: inc/admin/admin.php:5184
3696
  msgid ""
3697
  "Google Optimize offers A/B testing, website testing & personalization tools."
3698
  msgstr ""
3699
 
3700
+ #: inc/admin/admin.php:5192
3701
+ msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
3702
+ msgstr ""
3703
+
3704
+ #: inc/admin/admin.php:5192
3705
  #, fuzzy
3706
+ #| msgid "GTM-XXXXXXX"
3707
+ msgid "AW-XXXXXXXXX"
3708
+ msgstr "GTM-XXXXXXX"
3709
 
3710
+ #: inc/admin/admin.php:5201
3711
+ #, fuzzy
3712
+ #| msgid "Paste your tracking code here"
3713
+ msgid "Paste your tracking code here like Google Tag Manager (head)"
3714
+ msgstr "الصق الرمز المعرِف الخاص بك هنا"
3715
+
3716
+ #: inc/admin/admin.php:5201
3717
  msgid "Additional tracking code field"
3718
+ msgstr "حقل إضافي لشفرة التتبع"
3719
 
3720
+ #: inc/admin/admin.php:5204
3721
  msgid "This code will be added in the head section of your page."
3722
+ msgstr "سيتم إضافة هذه الشفرة في قسم الرأس من صفحتك."
3723
 
3724
+ #: inc/admin/admin.php:5212
3725
+ #, fuzzy
3726
+ #| msgid "Paste your tracking code here"
3727
+ msgid "Paste your tracking code here like Google Tag Manager (body)"
3728
+ msgstr "الصق الرمز المعرِف الخاص بك هنا"
3729
+
3730
+ #: inc/admin/admin.php:5212
3731
+ #, fuzzy
3732
+ #| msgid "Additional tracking code field"
3733
+ msgid "Additional tracking code field added to body"
3734
+ msgstr "حقل إضافي لشفرة التتبع"
3735
+
3736
+ #: inc/admin/admin.php:5215
3737
+ #, fuzzy
3738
+ #| msgid "This code will be added in the head section of your page."
3739
+ msgid "This code will be added just after the opening body tag of your page."
3740
+ msgstr "سيتم إضافة هذه الشفرة في قسم الرأس من صفحتك."
3741
+
3742
+ #: inc/admin/admin.php:5230
3743
  msgid ""
3744
  "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3745
  "represents a group of users you want to re-engage because of their likelihood "
3749
  "(cookies) أو معرِّفات إعلانات الجوال والتي تمثِّل مجموعة من المستخدمين الذين ترغب "
3750
  "أنت بإعادة التواصل معهم بسبب احتمال تحولهم إلى عملاء محتملين."
3751
 
3752
+ #: inc/admin/admin.php:5251
3753
  msgid ""
3754
  "When a customer of Analytics requests IP address anonymization, Analytics "
3755
  "anonymizes the address as soon as technically feasible at the earliest "
3759
  "الإحصاءات بإخفاء العنوان بأقرب وقت ممكن من الناحية التقنية الملائمة والمناسبة "
3760
  "وذلك في أقرب مرحلة ممكنة للشبكة الجمعية."
3761
 
3762
+ #: inc/admin/admin.php:5272
3763
  msgid ""
3764
  "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3765
  "report by automatically differentiating between multiple links to the same URL "
3769
  "Page Analytics) الخاصة بك وذلك عن طريق التمييز التلقائي بين الروابط المتعددة "
3770
  "لنفس عنوان الـ URL على صفحة واحدة باستخدام معرّف عناصر الارتباط."
3771
 
3772
+ #: inc/admin/admin.php:5293
3773
  msgid ""
3774
  "Cross domain tracking makes it possible for Analytics to see sessions on two "
3775
  "related sites (such as an ecommerce site and a separate shopping cart site) as "
3779
  "مرتبطين (مثل العلاقة بين موقع تجارة إلكترونية وموقع آخر منفصل لسلة التسوق) "
3780
  "كأنهما في جلسة واحدة. يطلق على هذه الحالة بعض الأحيان بتربيط الموقع."
3781
 
3782
+ #: inc/admin/admin.php:5307
3783
  #, fuzzy
3784
+ #| msgid "Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3785
+ msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3786
+ msgstr "أدخل نطاقاتك: seopress.org,sub.seopress.org,sub2.seopress.org"
3787
 
3788
+ #: inc/admin/admin.php:5324
3789
  msgid "Enable external links tracking"
3790
  msgstr "تمكين تتبُّع الروابط الخارجية"
3791
 
3792
+ #: inc/admin/admin.php:5341
3793
  msgid "Enable download tracking"
3794
  msgstr "تمكين تتبُّع التحميل"
3795
 
3796
+ #: inc/admin/admin.php:5353
3797
  msgid "pdf|docx|pptx|zip"
3798
  msgstr "pdf|docx|pptx|zip"
3799
 
3800
+ #: inc/admin/admin.php:5357
3801
  msgid "Separate each file type extensions with a pipe \"|\""
3802
  msgstr "فصل كل نوع ملف بعلامة الفاصلة العمودية أو القائم \"|\""
3803
 
3804
+ #: inc/admin/admin.php:5372
3805
  msgid "Enable affiliate/outbound tracking"
3806
  msgstr "تمكين تتبُّع الروابط المنتسبة/الصادرة"
3807
 
3808
+ #: inc/admin/admin.php:5384
3809
  msgid "aff|go|out"
3810
  msgstr "aff|go|out"
3811
 
3812
+ #: inc/admin/admin.php:5388
3813
  msgid "Separate each keyword with a pipe \"|\""
3814
  msgstr "فصل كل كلمة مفتاحية باستخدام الفاصلة العمودية أو القائم \"|\""
3815
 
3816
+ #: inc/admin/admin.php:5405 inc/admin/admin.php:5482 inc/admin/admin.php:5559
3817
+ #: inc/admin/admin.php:5636 inc/admin/admin.php:5713
3818
  msgid "Custom Dimension #1"
3819
  msgstr "بعد مخصص #1"
3820
 
3821
+ #: inc/admin/admin.php:5408 inc/admin/admin.php:5485 inc/admin/admin.php:5562
3822
+ #: inc/admin/admin.php:5639 inc/admin/admin.php:5716
3823
  msgid "Custom Dimension #2"
3824
  msgstr "بعد مخصص #2"
3825
 
3826
+ #: inc/admin/admin.php:5411 inc/admin/admin.php:5488 inc/admin/admin.php:5565
3827
+ #: inc/admin/admin.php:5642 inc/admin/admin.php:5719
3828
  msgid "Custom Dimension #3"
3829
  msgstr "بعد مخصص #3"
3830
 
3831
+ #: inc/admin/admin.php:5414 inc/admin/admin.php:5491 inc/admin/admin.php:5568
3832
+ #: inc/admin/admin.php:5645 inc/admin/admin.php:5722
3833
  msgid "Custom Dimension #4"
3834
  msgstr "بعد مخصص #4"
3835
 
3836
+ #: inc/admin/admin.php:5417 inc/admin/admin.php:5494 inc/admin/admin.php:5571
3837
+ #: inc/admin/admin.php:5648 inc/admin/admin.php:5725
3838
  msgid "Custom Dimension #5"
3839
  msgstr "بعد مخصص #5"
3840
 
3841
+ #: inc/admin/admin.php:5420 inc/admin/admin.php:5497 inc/admin/admin.php:5574
3842
+ #: inc/admin/admin.php:5651 inc/admin/admin.php:5728
3843
  msgid "Custom Dimension #6"
3844
  msgstr "بعد مخصص #6"
3845
 
3846
+ #: inc/admin/admin.php:5423 inc/admin/admin.php:5500 inc/admin/admin.php:5577
3847
+ #: inc/admin/admin.php:5654 inc/admin/admin.php:5731
3848
  msgid "Custom Dimension #7"
3849
  msgstr "بعد مخصص #7"
3850
 
3851
+ #: inc/admin/admin.php:5426 inc/admin/admin.php:5503 inc/admin/admin.php:5580
3852
+ #: inc/admin/admin.php:5657 inc/admin/admin.php:5734
3853
  msgid "Custom Dimension #8"
3854
  msgstr "بعد مخصص #8"
3855
 
3856
+ #: inc/admin/admin.php:5429 inc/admin/admin.php:5506 inc/admin/admin.php:5583
3857
+ #: inc/admin/admin.php:5660 inc/admin/admin.php:5737
3858
  msgid "Custom Dimension #9"
3859
  msgstr "بعد مخصص #9"
3860
 
3861
+ #: inc/admin/admin.php:5432 inc/admin/admin.php:5509 inc/admin/admin.php:5586
3862
+ #: inc/admin/admin.php:5663 inc/admin/admin.php:5740
3863
  msgid "Custom Dimension #10"
3864
  msgstr "بعد مخصص #10"
3865
 
3866
+ #: inc/admin/admin.php:5435 inc/admin/admin.php:5512 inc/admin/admin.php:5589
3867
+ #: inc/admin/admin.php:5666 inc/admin/admin.php:5743
3868
  msgid "Custom Dimension #11"
3869
  msgstr "بعد مخصص #11"
3870
 
3871
+ #: inc/admin/admin.php:5438 inc/admin/admin.php:5515 inc/admin/admin.php:5592
3872
+ #: inc/admin/admin.php:5669 inc/admin/admin.php:5746
3873
  msgid "Custom Dimension #12"
3874
  msgstr "بعد مخصص #12"
3875
 
3876
+ #: inc/admin/admin.php:5441 inc/admin/admin.php:5518 inc/admin/admin.php:5595
3877
+ #: inc/admin/admin.php:5672 inc/admin/admin.php:5749
3878
  msgid "Custom Dimension #13"
3879
  msgstr "بعد مخصص #13"
3880
 
3881
+ #: inc/admin/admin.php:5444 inc/admin/admin.php:5521 inc/admin/admin.php:5598
3882
+ #: inc/admin/admin.php:5675 inc/admin/admin.php:5752
3883
  msgid "Custom Dimension #14"
3884
  msgstr "بعد مخصص #14"
3885
 
3886
+ #: inc/admin/admin.php:5447 inc/admin/admin.php:5524 inc/admin/admin.php:5601
3887
+ #: inc/admin/admin.php:5678 inc/admin/admin.php:5755
3888
  msgid "Custom Dimension #15"
3889
  msgstr "بعد مخصص #15"
3890
 
3891
+ #: inc/admin/admin.php:5450 inc/admin/admin.php:5527 inc/admin/admin.php:5604
3892
+ #: inc/admin/admin.php:5681 inc/admin/admin.php:5758
3893
  msgid "Custom Dimension #16"
3894
  msgstr "بعد مخصص #16"
3895
 
3896
+ #: inc/admin/admin.php:5453 inc/admin/admin.php:5530 inc/admin/admin.php:5607
3897
+ #: inc/admin/admin.php:5684 inc/admin/admin.php:5761
3898
  msgid "Custom Dimension #17"
3899
  msgstr "بعد مخصص #17"
3900
 
3901
+ #: inc/admin/admin.php:5456 inc/admin/admin.php:5533 inc/admin/admin.php:5610
3902
+ #: inc/admin/admin.php:5687 inc/admin/admin.php:5764
3903
  msgid "Custom Dimension #18"
3904
  msgstr "بعد مخصص #18"
3905
 
3906
+ #: inc/admin/admin.php:5459 inc/admin/admin.php:5536 inc/admin/admin.php:5613
3907
+ #: inc/admin/admin.php:5690 inc/admin/admin.php:5767
3908
  msgid "Custom Dimension #19"
3909
  msgstr "بعد مخصص #19"
3910
 
3911
+ #: inc/admin/admin.php:5462 inc/admin/admin.php:5539 inc/admin/admin.php:5616
3912
+ #: inc/admin/admin.php:5693 inc/admin/admin.php:5770
3913
  msgid "Custom Dimension #20"
3914
  msgstr "بعد مخصص #20"
3915
 
3916
+ #: inc/admin/admin.php:5788
3917
  msgid "Redirect attachment pages to post parent (or homepage if none)"
3918
  msgstr ""
3919
  "إعادة توجيه صفحات المرفقات إلى المنشور الأب (أو الصفحة الرئيسية إذا لم يجد)"
3920
 
3921
+ #: inc/admin/admin.php:5807
 
 
 
 
 
 
3922
  msgid ""
3923
  "If this option is checked, it will take precedence over the redirection of "
3924
+ "attachments to the post's parent."
3925
  msgstr ""
3926
 
3927
+ #: inc/admin/admin.php:5824
 
 
3928
  msgid "Remove ?replytocom link in source code"
3929
+ msgstr "إزالة رابط ?replytocom من شفرة المصدر"
3930
 
3931
+ #: inc/admin/admin.php:5841
3932
  msgid ""
3933
  "When sending an image file, automatically set the title based on the filename"
3934
  msgstr ""
3935
 
3936
+ #: inc/admin/admin.php:5858
3937
  msgid ""
3938
  "When sending an image file, automatically set the alternative text based on "
3939
  "the filename"
3940
  msgstr ""
3941
 
3942
+ #: inc/admin/admin.php:5875
3943
  msgid ""
3944
  "When sending an image file, automatically set the caption based on the filename"
3945
  msgstr ""
3946
 
3947
+ #: inc/admin/admin.php:5892
3948
  msgid ""
3949
  "When sending an image file, automatically set the description based on the "
3950
  "filename"
3951
  msgstr ""
3952
 
3953
+ #: inc/admin/admin.php:5909
3954
  msgid "Add TINYMCE editor to term description"
3955
  msgstr "إضافة المحرر TINYMCE إلى وصف المصطلح Term"
3956
 
3957
+ #: inc/admin/admin.php:5926
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3958
  msgid "You have to flush your permalinks each time you change this settings"
3959
  msgstr ""
3960
  "عليك أن تقوم بتجديد روابطك الدائمة (permalinks) في كل مرة تقوم بها بتغيير هذا "
3961
  "الإعداد"
3962
 
3963
+ #: inc/admin/admin.php:5943
3964
  msgid ""
3965
  "You must check this box if the structure of your permalinks DOES NOT contain a "
3966
  "slash at the end (eg: /%postname%)"
3968
  "عليك بالتأشير على هذا الصندوق إذا كانت هيكلية أو بنية روابطك الدائمة "
3969
  "(permalinks) لا تحتوي علامة مائلة في نهايتها (مثلاً: /%postname%)"
3970
 
3971
+ #: inc/admin/admin.php:5960
3972
  msgid "Remove WordPress meta generator in source code"
3973
  msgstr "إزالة مولّد البيان الوصفي (meta) الخاص بالووردبريس في شفرة المصدر"
3974
 
3975
+ #: inc/admin/admin.php:5977
3976
  msgid "Remove WordPress shortlink meta tag in source code (eg:"
3977
  msgstr ""
3978
  "إزالة وسم البيان الوصفي (meta) للرابط المختصر (shortlink) الخاص بالووردبريس في "
3979
  "شفرة المصدر (مثلاً:"
3980
 
3981
+ #: inc/admin/admin.php:5994
3982
  msgid "Remove Windows Live Writer meta tag in source code (eg:"
3983
  msgstr ""
3984
  "إزالة وسم البيان الوصفي (meta) لبرنامج Windows Live Writer في شفرة المصدر "
3985
  "(مثلاً:"
3986
 
3987
+ #: inc/admin/admin.php:6011
3988
  msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3989
  msgstr ""
3990
  "إزالة وسم البيان الوصفي (meta) لـ Really Simple Discovery في شفرة المصدر (مثلاً:"
3991
 
3992
+ #: inc/admin/admin.php:6023
3993
  msgid "Enter Google meta value site verification"
3994
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع جوجل"
3995
 
3996
+ #: inc/admin/admin.php:6028
3997
  msgid ""
3998
  "If your site is already verified in <strong>Google Search Console</strong>, "
3999
  "you can leave this field empty."
4001
  "إذا كان موقعك قد تم التحقق منه في <strong>Google Search Console</strong>، "
4002
  "عندها أترك هذا الحقل فارغاً."
4003
 
4004
+ #: inc/admin/admin.php:6037
4005
  msgid "Enter Bing meta value site verification"
4006
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Bing"
4007
 
4008
+ #: inc/admin/admin.php:6041
4009
  msgid ""
4010
  "If your site is already verified in <strong>Bing Webmaster tools</strong>, you "
4011
  "can leave this field empty."
4013
  "إذا كان موقعك قد تم التحقق منه في <strong>Bing Webmaster tools</strong>، عندها "
4014
  "أترك هذا الحقل فارغاً."
4015
 
4016
+ #: inc/admin/admin.php:6050
4017
  msgid "Enter Pinterest meta value site verification"
4018
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Pinterest"
4019
 
4020
+ #: inc/admin/admin.php:6062
4021
  msgid "Enter Yandex meta value site verification"
4022
  msgstr "أدخل قيمة البيان الوصفي (meta) للتحقق من موقع Yandex"
4023
 
4024
+ #: inc/admin/admin.php:6079
4025
  msgid "Remove SEOPress from Admin Bar in backend and frontend"
4026
  msgstr ""
4027
  "إزالة إس إي أو بريس SEOPress من شريط الإدارة في الواجهة الخلفية والواجهة "
4028
  "الأمامية"
4029
 
4030
+ #: inc/admin/admin.php:6095
4031
  msgid "High priority (top)"
4032
  msgstr "أولوية مرتفعة (أعلى)"
4033
 
4034
+ #: inc/admin/admin.php:6098
4035
  msgid "Normal priority (default)"
4036
  msgstr "أولوية عادية (افتراضي)"
4037
 
4038
+ #: inc/admin/admin.php:6101
4039
  msgid "Low priority"
4040
  msgstr "أولوية منخفضة"
4041
 
4042
+ #: inc/admin/admin.php:6119
4043
  msgid "Hide Notifications Center in SEOPress Dashboard page"
4044
  msgstr "إخفاء ’مركز التنبيهات‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
4045
 
4046
+ #: inc/admin/admin.php:6136
4047
  msgid "Hide SEO tools in SEOPress Dashboard page"
4048
  msgstr ""
4049
  "إخفاء ’أدوات التحسين الأمثل لمحركات البحث SEO‘ من صفحة لوحة تحكم إس إي أو بريس "
4050
  "SEOPress"
4051
 
4052
+ #: inc/admin/admin.php:6153
4053
  msgid "Hide Useful Links in SEOPress dashboard page"
4054
  msgstr "إخفاء ’روابط مفيدة‘ من صفحة لوحة تحكم إس إي أو بريس SEOPress"
4055
 
4056
+ #: inc/admin/admin.php:6170
4057
  msgid "Add title column"
4058
  msgstr "أضف عمود العنوان"
4059
 
4060
+ #: inc/admin/admin.php:6187
4061
  msgid "Add meta description column"
4062
  msgstr "أضف عمود وصف البيان الوصفي (meta)"
4063
 
4064
+ #: inc/admin/admin.php:6204
4065
  msgid "Add redirection enable column"
4066
  msgstr "أضف عمود تمكين إعادة التوجيه"
4067
 
4068
+ #: inc/admin/admin.php:6221
4069
  msgid "Add redirection URL column"
4070
  msgstr "أضف عمود رابط URL لإعادة التوجيه"
4071
 
4072
+ #: inc/admin/admin.php:6238
4073
  msgid "Add canonical URL column"
4074
  msgstr "أضف عمود رابط canonical URL"
4075
 
4076
+ #: inc/admin/admin.php:6255
4077
  msgid "Add target keyword column"
4078
  msgstr "أضف عمود الكلمة المفتاحية المستهدفة"
4079
 
4080
+ #: inc/admin/admin.php:6272
4081
  msgid "Display noindex status"
4082
  msgstr "إظهار حالة عدم الفهرسة"
4083
 
4084
+ #: inc/admin/admin.php:6289
4085
  msgid "Display nofollow status"
4086
  msgstr "إظهار حالة عدم الاتباع"
4087
 
4088
+ #: inc/admin/admin.php:6306
4089
  msgid "Display total number of words in content"
4090
  msgstr "إظهار عدد الكلمات الكلّية في المحتوى"
4091
 
4092
+ #: inc/admin/admin.php:6323
4093
  msgid "Display W3C column to check code quality"
4094
  msgstr "إظهار عمود W3C للتحقق من جودة الشفرة البرمجية"
4095
 
4096
+ #: inc/admin/admin.php:6341
4097
  msgid "Display Page Speed column to check performances"
4098
  msgstr "إظهار عامل سرعة الصفحة (Page Speed) للتحقق من الآداء"
4099
 
4100
+ #: inc/admin/admin.php:6359
4101
  msgid "Remove Genesis SEO Metabox"
4102
  msgstr "إزالة صناديق البيانات الوصفية (Meta) الخاصة بـ Genesis SEO"
4103
 
4104
+ #: inc/admin/admin.php:6376
 
 
4105
  msgid "Remove Genesis SEO link in WP Admin Menu"
4106
+ msgstr "إزالة رابط Genesis SEO من قائمة المسئول"
4107
 
4108
+ #: inc/admin/admin.php:6393
4109
  msgid "Remove the advice if None schema selected"
4110
  msgstr ""
4111
 
4112
+ #: inc/admin/admin.php:6431 inc/admin/admin.php:6466
4113
+ #, fuzzy
4114
+ #| msgid ""
4115
+ #| "Hook to filter Structured data types metabox call by post type - new window"
4116
  msgid ""
4117
+ "Hook to filter structured data types metabox call by post type - new window"
4118
  msgstr ""
4119
  "رابط متعلق لتصفية هيكلية أنواع بيانات صناديق البيانات الوصفية (meta) المناداة "
4120
  "بواسطة نوع المنشور - نافذة جديدة"
4127
  msgid "Broken Links"
4128
  msgstr "روابط مكسورة"
4129
 
4130
+ #: inc/admin/adminbar.php:106
4131
+ #, fuzzy
4132
+ #| msgid "Configuration"
4133
+ msgid "Configuration wizard"
4134
+ msgstr "الإعدادات"
4135
+
4136
  #: inc/admin/ajax.php:91
4137
  msgid "To get your Google snippet preview, publish your post!"
4138
  msgstr ""
4139
  "لكي تحصل على عرض الشرح المبسّط لجوجل (Google snippet)، الرجاء نشر المنشور الخاص "
4140
  "بك!"
4141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4142
  #: inc/functions/options-advanced-admin.php:21
4143
  msgid "Need help?"
4144
+ msgstr "تحتاج مساعدة؟"
4145
 
4146
  #: inc/functions/options-advanced-admin.php:33
4147
  #: inc/functions/options-advanced-admin.php:43
4148
  msgid "WARNING"
4149
+ msgstr "تحذير"
4150
 
4151
  #: inc/functions/options-advanced-admin.php:34
4152
  msgid ""
4156
 
4157
  #: inc/functions/options-advanced-admin.php:44
4158
  msgid ""
4159
+ "URL rewriting is NOT enabled on your site. Select a permalink structure that "
4160
+ "is optimized for SEO (NOT Plain)."
4161
  msgstr ""
4162
 
4163
  #: inc/functions/options-advanced-admin.php:287
4247
  #, fuzzy
4248
  #| msgid ""
4249
  #| "By visiting our site, you agree to our privacy policy regarding cookies, "
4250
+ #| "tracking statistics etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
4251
+ #| "\"10\">Read more</a>"
4252
  msgid ""
4253
  "By visiting our site, you agree to our privacy policy regarding cookies, "
4254
+ "tracking statistics, etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
4255
  "\"10\">Read more</a>"
4256
  msgstr ""
4257
  "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ "
4258
+ "cookies، إحصاءات التتبع ألخ.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
4259
+ "\"10\">إقرأ أكثر</a>"
4260
 
4261
  #: inc/functions/options-google-analytics.php:26
4262
  #, fuzzy
4263
  #| msgid ""
4264
  #| "By visiting our site, you agree to our privacy policy regarding cookies, "
4265
+ #| "tracking statistics etc."
4266
  msgid ""
4267
  "By visiting our site, you agree to our privacy policy regarding cookies, "
4268
+ "tracking statistics, etc."
4269
  msgstr ""
4270
  "بزيارتك لموقعنا، أنت بذلك توافق على سياسة الخصوصية الخاصة بملف الارتباط الـ "
4271
+ "cookies، إحصاءات التتبع ألخ."
4272
 
4273
  #: inc/functions/options-google-analytics.php:42
4274
  msgid "X"
4275
  msgstr "X"
4276
 
4277
+ #: inc/functions/options-google-analytics.php:386
4278
  msgid "Authors"
4279
  msgstr "الكتّاب"
4280
 
4281
+ #: inc/functions/options-google-analytics.php:405
4282
  msgid "Categories"
4283
  msgstr "التصنيفات"
4284
 
4285
+ #: inc/functions/options-google-analytics.php:431
4286
  msgid "Tags"
4287
  msgstr "الوسوم"
4288
 
4289
+ #: inc/functions/options-google-analytics.php:445
4290
  msgid "Post types"
4291
  msgstr "أنواع المنشور"
4292
 
4293
+ #: inc/functions/options-google-analytics.php:459
4294
  msgid "Connected users"
4295
  msgstr "المستخدمين المتصلين"
4296
 
4297
+ #: inc/functions/options-import-export.php:52
4298
+ #: inc/functions/options-import-export.php:243
4299
  msgid "Please upload a valid .json file"
4300
  msgstr "الرجاء رفع ملف .json صالح"
4301
 
4302
+ #: inc/functions/options-import-export.php:56
4303
+ #: inc/functions/options-import-export.php:94
4304
+ #: inc/functions/options-import-export.php:147
4305
+ #: inc/functions/options-import-export.php:247
4306
  msgid "Please upload a file to import"
4307
  msgstr "الرجاء رفع ملف ليتم استيراده"
4308
 
4309
+ #: inc/functions/options-import-export.php:90
4310
+ #: inc/functions/options-import-export.php:143
4311
  msgid "Please upload a valid .csv file"
4312
  msgstr "الرجاء رفع ملف .csv صالح"
4313
 
4314
+ #: inc/functions/sitemap/template-xml-sitemaps-xsl.php:116
4315
  msgid "XML Sitemaps"
4316
  msgstr "خرائط الموقع XML"
4317
 
4318
+ #: seopress.php:124
4319
+ msgid "has been successfully updated!"
4320
+ msgstr ""
4321
+
4322
+ #: seopress.php:287
4323
  msgid "You like SEOPress? Don't forget to rate it 5 stars!"
4324
  msgstr "هل أعجبك إس إي أو بريس SEOPress؟ لا تنسى إعطائنا تقييم 5 نجوم!"
4325
 
4326
+ #: seopress.php:334
 
 
 
 
4327
  msgid "SEOPress.org"
4328
  msgstr "SEOPress.org"
4329
 
4330
+ #: seopress.php:336
4331
  msgid "GO PRO!"
4332
  msgstr "اقتني النسخة المحترفة!"
4333
 
4334
+ #~ msgid "Enter your new URL"
4335
+ #~ msgstr "أدخل رابط URL الجديد"
4336
+
4337
+ #~ msgid "Remove stop words from URL"
4338
+ #~ msgstr "إزالة كلمات التوقف من الرابط URL"
4339
+
4340
+ #~ msgid "Remove stop words in permalinks"
4341
+ #~ msgstr "إزالة كلمات التوقف في الروابط الدائمة الـ permalinks"
4342
+
4343
+ #~ msgid ""
4344
+ #~ "Setting based on site language. Supported language EN, FR, ES, DE, IT, PT."
4345
+ #~ msgstr ""
4346
+ #~ "الإعدادات بناءً على لغة الموقع. اللغات المدعومة هي EN، FR، ES، DE، IT، PT."
4347
+
4348
  #~ msgid "SEOPress BOT - Broken links"
4349
  #~ msgstr "SEOPress BOT - الروابط المكسورة"
4350
 
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-07-25 16:00+0200\n"
7
  "PO-Revision-Date: 2019-06-19 15:31+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/adminbar.php:75
26
  msgid "PRO"
27
  msgstr ""
28
 
@@ -41,34 +41,34 @@ msgid "XML / HTML Sitemap"
41
  msgstr ""
42
 
43
  #: inc/admin/admin-header.php:47 inc/admin/admin.php:187
44
- #: inc/admin/admin.php:1540 inc/admin/adminbar.php:37
45
  msgid "Social Networks"
46
  msgstr ""
47
 
48
  #: inc/admin/admin-header.php:53 inc/admin/admin.php:188
49
- #: inc/admin/admin.php:1578 inc/admin/adminbar.php:43
50
  msgid "Google Analytics"
51
  msgstr ""
52
 
53
  #: inc/admin/admin-header.php:59 inc/admin/admin-metaboxes-form.php:58
54
- #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:622
55
- #: inc/admin/admin.php:1616 inc/admin/adminbar.php:49
56
  msgid "Advanced"
57
  msgstr ""
58
 
59
- #: inc/admin/admin-header.php:67 inc/admin/admin.php:1645
60
  msgid "WooCommerce"
61
  msgstr ""
62
 
63
- #: inc/admin/admin-header.php:73 inc/admin/admin.php:1673
64
  msgid "Easy Digital Downloads"
65
  msgstr ""
66
 
67
- #: inc/admin/admin-header.php:79 inc/admin/admin.php:1701
68
  msgid "Local Business"
69
  msgstr ""
70
 
71
- #: inc/admin/admin-header.php:85 inc/admin/admin.php:1729
72
  msgid "Dublin Core"
73
  msgstr ""
74
 
@@ -76,37 +76,37 @@ msgstr ""
76
  msgid "Structured Data Types (schema.org)"
77
  msgstr ""
78
 
79
- #: inc/admin/admin-header.php:97 inc/admin/admin.php:1785
80
  msgid "Breadcrumbs"
81
  msgstr ""
82
 
83
- #: inc/admin/admin-header.php:103 inc/admin/admin.php:1823
84
  msgid "Google Page Speed"
85
  msgstr ""
86
 
87
- #: inc/admin/admin-header.php:110 inc/admin/admin.php:1844
88
  msgid "robots.txt"
89
  msgstr ""
90
 
91
- #: inc/admin/admin-header.php:117 inc/admin/admin.php:1885
92
  msgid "Google News Sitemap"
93
  msgstr ""
94
 
95
- #: inc/admin/admin-header.php:123 inc/admin/admin.php:660
96
- #: inc/admin/admin.php:1924 inc/admin/adminbar.php:87
97
  msgid "Redirections"
98
  msgstr ""
99
 
100
- #: inc/admin/admin-header.php:129 inc/admin/admin.php:1963
101
  msgid "Broken links"
102
  msgstr ""
103
 
104
- #: inc/admin/admin-header.php:135 inc/admin/admin.php:1974
105
- #: inc/admin/adminbar.php:99
106
  msgid "Backlinks"
107
  msgstr ""
108
 
109
- #: inc/admin/admin-header.php:141 inc/admin/admin.php:1985
110
  msgid "URL Rewriting"
111
  msgstr ""
112
 
@@ -114,21 +114,21 @@ msgstr ""
114
  msgid "White Label"
115
  msgstr ""
116
 
117
- #: inc/admin/admin-header.php:154 inc/admin/admin.php:2016
118
  msgid ".htaccess"
119
  msgstr ""
120
 
121
- #: inc/admin/admin-header.php:161 inc/admin/admin.php:2028
122
  msgid "RSS"
123
  msgstr ""
124
 
125
- #: inc/admin/admin-header.php:167 inc/admin/admin.php:1320
126
- #: inc/admin/admin.php:2061 inc/admin/adminbar.php:69
127
  msgid "License"
128
  msgstr ""
129
 
130
  #: inc/admin/admin-header.php:174 inc/admin/admin.php:190
131
- #: inc/admin/admin.php:2040 inc/admin/adminbar.php:55
132
  msgid "Tools"
133
  msgstr ""
134
 
@@ -227,260 +227,288 @@ msgstr ""
227
  msgid "Get suggestions!"
228
  msgstr ""
229
 
230
- #: inc/admin/admin-metaboxes-content-analysis-form.php:78
231
  msgid "Optimizations"
232
  msgstr ""
233
 
234
- #: inc/admin/admin-metaboxes-content-analysis-form.php:79
235
  msgid "Configuration"
236
  msgstr ""
237
 
238
- #: inc/admin/admin-metaboxes-content-analysis-form.php:80
239
  msgid "Images"
240
  msgstr ""
241
 
242
- #: inc/admin/admin-metaboxes-content-analysis-form.php:81
243
  msgid "Links"
244
  msgstr ""
245
 
246
- #: inc/admin/admin-metaboxes-content-analysis-form.php:87
247
  msgid "Words counter"
248
  msgstr ""
249
 
250
- #: inc/admin/admin-metaboxes-content-analysis-form.php:89
 
 
 
 
 
 
 
251
  msgid "words found."
252
  msgstr ""
253
 
254
- #: inc/admin/admin-metaboxes-content-analysis-form.php:90
255
  msgid "unique words found."
256
  msgstr ""
257
 
258
- #: inc/admin/admin-metaboxes-content-analysis-form.php:93
259
  msgid ""
260
  "Your content is composed of more than 300 words, which is the minimum for a "
261
  "post."
262
  msgstr ""
263
 
264
- #: inc/admin/admin-metaboxes-content-analysis-form.php:95
265
  msgid "Your content is too short. Add a few more paragraphs!"
266
  msgstr ""
267
 
268
- #: inc/admin/admin-metaboxes-content-analysis-form.php:102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  msgid "H1 (Heading 1)"
270
  msgstr ""
271
 
272
- #: inc/admin/admin-metaboxes-content-analysis-form.php:108
273
  msgid "Target keywords were found in Heading 1 (H1)."
274
  msgstr ""
275
 
276
- #: inc/admin/admin-metaboxes-content-analysis-form.php:117
277
- #: inc/admin/admin-metaboxes-content-analysis-form.php:138
278
- #: inc/admin/admin-metaboxes-content-analysis-form.php:156
279
- #: inc/admin/admin-metaboxes-content-analysis-form.php:175
280
- #: inc/admin/admin-metaboxes-content-analysis-form.php:204
281
  #, php-format
282
  msgid "%s was found %d times."
283
  msgstr ""
284
 
285
- #: inc/admin/admin-metaboxes-content-analysis-form.php:122
286
  #, php-format
287
  msgid "We found %d Heading 1 (H1) in your content."
288
  msgstr ""
289
 
290
- #: inc/admin/admin-metaboxes-content-analysis-form.php:123
291
  msgid ""
292
  "You should not use more than one H1 heading in your post content. The rule "
293
- "is simple: only one H1 for each web page. Better for SEO and accessibility."
 
294
  msgstr ""
295
 
296
- #: inc/admin/admin-metaboxes-content-analysis-form.php:128
297
  msgid "H2 (Heading 2)"
298
  msgstr ""
299
 
300
- #: inc/admin/admin-metaboxes-content-analysis-form.php:130
301
  msgid "Target keywords were found in Heading 2 (H2)."
302
  msgstr ""
303
 
304
- #: inc/admin/admin-metaboxes-content-analysis-form.php:142
305
  msgid "None of your target keywords were found in Heading 2 (H2)."
306
  msgstr ""
307
 
308
- #: inc/admin/admin-metaboxes-content-analysis-form.php:146
309
  msgid "H3 (Heading 3)"
310
  msgstr ""
311
 
312
- #: inc/admin/admin-metaboxes-content-analysis-form.php:148
313
  msgid "Target keywords were found in Heading 3 (H3)."
314
  msgstr ""
315
 
316
- #: inc/admin/admin-metaboxes-content-analysis-form.php:160
317
  msgid "None of your target keywords were found in Heading 3 (H3)."
318
  msgstr ""
319
 
320
- #: inc/admin/admin-metaboxes-content-analysis-form.php:164
321
  msgid "Meta title"
322
  msgstr ""
323
 
324
- #: inc/admin/admin-metaboxes-content-analysis-form.php:167
325
  msgid "Target keywords were found in the Meta Title."
326
  msgstr ""
327
 
328
- #: inc/admin/admin-metaboxes-content-analysis-form.php:179
329
  msgid "None of your target keywords were found in the Meta Title."
330
  msgstr ""
331
 
332
- #: inc/admin/admin-metaboxes-content-analysis-form.php:183
333
  msgid "Your custom title is too long."
334
  msgstr ""
335
 
336
- #: inc/admin/admin-metaboxes-content-analysis-form.php:185
337
  msgid "The length of your title is correct"
338
  msgstr ""
339
 
340
- #: inc/admin/admin-metaboxes-content-analysis-form.php:188
341
  msgid "No custom title is set for this post."
342
  msgstr ""
343
 
344
- #: inc/admin/admin-metaboxes-content-analysis-form.php:192
345
  #: inc/admin/admin-metaboxes-form.php:111
346
  #: inc/admin/admin-metaboxes-form.php:112 inc/admin/admin-wizard.php:256
347
  #: inc/admin/admin-wizard.php:275 inc/admin/admin-wizard.php:292
348
- #: inc/admin/admin-wizard.php:311 inc/admin/admin.php:713
349
- #: inc/admin/admin.php:734 inc/admin/admin.php:753 inc/admin/admin.php:774
350
- #: inc/admin/admin.php:2156 inc/admin/admin.php:3598
351
  #: inc/functions/options-advanced-admin.php:761
352
  msgid "Meta description"
353
  msgstr ""
354
 
355
- #: inc/admin/admin-metaboxes-content-analysis-form.php:196
356
  msgid "Target keywords were found in the Meta description."
357
  msgstr ""
358
 
359
- #: inc/admin/admin-metaboxes-content-analysis-form.php:208
360
  msgid "None of your target keywords were found in the Meta description."
361
  msgstr ""
362
 
363
- #: inc/admin/admin-metaboxes-content-analysis-form.php:212
364
  msgid "You custom meta description is too long."
365
  msgstr ""
366
 
367
- #: inc/admin/admin-metaboxes-content-analysis-form.php:214
368
  msgid "The length of your meta description is correct"
369
  msgstr ""
370
 
371
- #: inc/admin/admin-metaboxes-content-analysis-form.php:217
372
  msgid "No custom meta description is set for this post."
373
  msgstr ""
374
 
375
- #: inc/admin/admin-metaboxes-content-analysis-form.php:223
376
  msgid "Robots"
377
  msgstr ""
378
 
379
- #: inc/admin/admin-metaboxes-content-analysis-form.php:233
380
  #, php-format
381
  msgid ""
382
  "We found %s meta robots in your page. There is probably something wrong with "
383
  "your theme!"
384
  msgstr ""
385
 
386
- #: inc/admin/admin-metaboxes-content-analysis-form.php:237
387
  msgid "noindex is on! Search engines can't index this page."
388
  msgstr ""
389
 
390
- #: inc/admin/admin-metaboxes-content-analysis-form.php:239
391
  msgid "noindex is off. Search engines will index this page."
392
  msgstr ""
393
 
394
- #: inc/admin/admin-metaboxes-content-analysis-form.php:243
395
  msgid "nofollow is on! Search engines can't follow your links on this page."
396
  msgstr ""
397
 
398
- #: inc/admin/admin-metaboxes-content-analysis-form.php:245
399
  msgid "nofollow is off. Search engines will follow links on this page."
400
  msgstr ""
401
 
402
- #: inc/admin/admin-metaboxes-content-analysis-form.php:249
403
  msgid "noarchive is on! Search engines will not cache your page."
404
  msgstr ""
405
 
406
- #: inc/admin/admin-metaboxes-content-analysis-form.php:251
407
  msgid "noarchive is off. Search engines will probably cache your page."
408
  msgstr ""
409
 
410
- #: inc/admin/admin-metaboxes-content-analysis-form.php:255
411
  msgid ""
412
  "nosnippet is on! Search engines will not display a snippet of this page in "
413
  "search results."
414
  msgstr ""
415
 
416
- #: inc/admin/admin-metaboxes-content-analysis-form.php:257
417
  msgid ""
418
  "nosnippet is off. Search engines will display a snippet of this page in "
419
  "search results."
420
  msgstr ""
421
 
422
- #: inc/admin/admin-metaboxes-content-analysis-form.php:260
423
  msgid ""
424
  "We found no meta robots on this page. It means, your page is index,follow. "
425
  "Search engines will index it, and follow links. "
426
  msgstr ""
427
 
428
- #: inc/admin/admin-metaboxes-content-analysis-form.php:268
429
  msgid ""
430
  "noimageindex is on! Google will not index your images on this page (but if "
431
  "someone makes a direct link to one of your image in this page, it will be "
432
  "indexed)."
433
  msgstr ""
434
 
435
- #: inc/admin/admin-metaboxes-content-analysis-form.php:270
436
- #: inc/admin/admin-metaboxes-content-analysis-form.php:279
437
  msgid "noimageindex is off. Google will index the images on this page."
438
  msgstr ""
439
 
440
- #: inc/admin/admin-metaboxes-content-analysis-form.php:274
441
  msgid ""
442
  "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
443
  "search results."
444
  msgstr ""
445
 
446
- #: inc/admin/admin-metaboxes-content-analysis-form.php:276
447
- #: inc/admin/admin-metaboxes-content-analysis-form.php:281
448
  msgid ""
449
  "nositelinkssearchbox is off. Google will probably display a sitelinks "
450
  "searchbox in search results."
451
  msgstr ""
452
 
453
- #: inc/admin/admin-metaboxes-content-analysis-form.php:291
454
  msgid ""
455
  "No alternative text found for these images. Alt tags are important for both "
456
  "SEO and accessibility."
457
  msgstr ""
458
 
459
- #: inc/admin/admin-metaboxes-content-analysis-form.php:302
460
  msgid "All alternative tags are filled in. Good work!"
461
  msgstr ""
462
 
463
- #: inc/admin/admin-metaboxes-content-analysis-form.php:305
464
  msgid ""
465
  "We could not find any image in your content. Content with media is a plus "
466
  "for your SEO."
467
  msgstr ""
468
 
469
- #: inc/admin/admin-metaboxes-content-analysis-form.php:311
470
  msgid "NoFollow Links"
471
  msgstr ""
472
 
473
- #: inc/admin/admin-metaboxes-content-analysis-form.php:316
474
  #, php-format
475
  msgid ""
476
  "We found %d links with nofollow attribute in your page. Do not overuse "
477
  "nofollow attribute in links. Below, the list:"
478
  msgstr ""
479
 
480
- #: inc/admin/admin-metaboxes-content-analysis-form.php:326
 
481
  msgid "This page doesn't have any nofollow links."
482
  msgstr ""
483
 
 
 
 
 
484
  #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
485
  #: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:183
486
  #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:751
@@ -533,20 +561,23 @@ msgstr ""
533
  msgid " (maximum recommended limit)"
534
  msgstr ""
535
 
536
- #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:3641
537
- #: inc/admin/admin.php:4576
538
  msgid "Post Title"
539
  msgstr ""
540
 
541
  #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:198
542
- #: inc/admin/admin.php:3590 inc/admin/admin.php:3643 inc/admin/admin.php:3762
543
- #: inc/admin/admin.php:3880 inc/admin/admin.php:3957 inc/admin/admin.php:4027
544
- #: inc/admin/admin.php:4096 inc/admin/admin.php:4146
545
  msgid "Site Title"
546
  msgstr ""
547
 
548
  #: inc/admin/admin-metaboxes-form.php:107 inc/admin/admin-wizard.php:369
549
- #: inc/admin/admin.php:2140 inc/admin/admin.php:3577
 
 
 
550
  msgid "Separator"
551
  msgstr ""
552
 
@@ -610,14 +641,14 @@ msgstr ""
610
 
611
  #: inc/admin/admin-metaboxes-form.php:192
612
  msgid ""
613
- "You can not uncheck a parameter? This is normal, it is most likely defined "
614
  "in the global settings of the extension."
615
  msgstr ""
616
 
617
  #: inc/admin/admin-metaboxes-form.php:195
618
  #: inc/admin/admin-metaboxes-form.php:196 inc/admin/admin-wizard.php:260
619
  #: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:315
620
- #: inc/admin/admin.php:717 inc/admin/admin.php:757 inc/admin/admin.php:778
621
  msgid "Canonical URL"
622
  msgstr ""
623
 
@@ -648,7 +679,7 @@ msgid ""
648
  msgstr ""
649
 
650
  #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin-wizard.php:380
651
- #: inc/admin/admin.php:4619
652
  msgid "None (will disable this feature)"
653
  msgstr ""
654
 
@@ -689,12 +720,12 @@ msgid "Facebook Thumbnail"
689
  msgstr ""
690
 
691
  #: inc/admin/admin-metaboxes-form.php:242
692
- #: inc/admin/admin-metaboxes-form.php:260 inc/admin/admin.php:4888
693
- #: inc/admin/admin.php:4980
694
  msgid "Select your default thumbnail"
695
  msgstr ""
696
 
697
- #: inc/admin/admin-metaboxes-form.php:243 inc/admin/admin.php:4892
698
  msgid ""
699
  "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
700
  "3280x1712px for retina screens)"
@@ -702,8 +733,8 @@ msgstr ""
702
 
703
  #: inc/admin/admin-metaboxes-form.php:244
704
  #: inc/admin/admin-metaboxes-form.php:262
705
- #: inc/admin/admin-metaboxes-form.php:405 inc/admin/admin.php:4653
706
- #: inc/admin/admin.php:4890 inc/admin/admin.php:4982
707
  msgid "Upload an Image"
708
  msgstr ""
709
 
@@ -734,7 +765,7 @@ msgstr ""
734
  msgid "Twitter Thumbnail"
735
  msgstr ""
736
 
737
- #: inc/admin/admin-metaboxes-form.php:261 inc/admin/admin.php:4984
738
  msgid ""
739
  "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
740
  "(2:1 with large card), 5Mb max."
@@ -778,7 +809,7 @@ msgid "Query parameters"
778
  msgstr ""
779
 
780
  #: inc/admin/admin-metaboxes-form.php:290
781
- msgid "Exact match with all parameters"
782
  msgstr ""
783
 
784
  #: inc/admin/admin-metaboxes-form.php:291
@@ -1015,47 +1046,47 @@ msgid ""
1015
  "quickly."
1016
  msgstr ""
1017
 
1018
- #: inc/admin/admin-wizard.php:252 inc/admin/admin.php:709
1019
  msgid "Import posts and terms metadata from Yoast"
1020
  msgstr ""
1021
 
1022
  #: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
1023
  #: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
1024
- #: inc/admin/admin.php:710 inc/admin/admin.php:731 inc/admin/admin.php:750
1025
- #: inc/admin/admin.php:771
1026
  msgid "By clicking Migrate, we'll import:"
1027
  msgstr ""
1028
 
1029
  #: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
1030
  #: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
1031
- #: inc/admin/admin.php:712 inc/admin/admin.php:733 inc/admin/admin.php:752
1032
- #: inc/admin/admin.php:773
1033
  msgid "Title tags"
1034
  msgstr ""
1035
 
1036
  #: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
1037
  #: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
1038
- #: inc/admin/admin.php:714 inc/admin/admin.php:735 inc/admin/admin.php:754
1039
- #: inc/admin/admin.php:775
1040
  msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1041
  msgstr ""
1042
 
1043
  #: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
1044
- #: inc/admin/admin-wizard.php:313 inc/admin/admin.php:715
1045
- #: inc/admin/admin.php:755 inc/admin/admin.php:776
1046
  msgid "Twitter tags (title, description and image thumbnail)"
1047
  msgstr ""
1048
 
1049
- #: inc/admin/admin-wizard.php:259 inc/admin/admin.php:716
1050
  msgid "Meta Robots (noindex, nofollow...)"
1051
  msgstr ""
1052
 
1053
  #: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
1054
- #: inc/admin/admin.php:718 inc/admin/admin.php:779
1055
  msgid "Focus keywords"
1056
  msgstr ""
1057
 
1058
- #: inc/admin/admin-wizard.php:263 inc/admin/admin.php:720
1059
  msgid ""
1060
  "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1061
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
@@ -1064,59 +1095,59 @@ msgstr ""
1064
 
1065
  #: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
1066
  #: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
1067
- #: inc/admin/admin.php:721 inc/admin/admin.php:740 inc/admin/admin.php:761
1068
- #: inc/admin/admin.php:782
1069
  msgid "Migrate now"
1070
  msgstr ""
1071
 
1072
- #: inc/admin/admin-wizard.php:271 inc/admin/admin.php:730
1073
  msgid "Import posts and terms metadata from All In One SEO"
1074
  msgstr ""
1075
 
1076
- #: inc/admin/admin-wizard.php:277 inc/admin/admin.php:736
1077
  msgid "Twitter image thumbnail"
1078
  msgstr ""
1079
 
1080
- #: inc/admin/admin-wizard.php:278 inc/admin/admin.php:737
1081
  msgid "Meta Robots (noindex, nofollow)"
1082
  msgstr ""
1083
 
1084
- #: inc/admin/admin-wizard.php:280 inc/admin/admin.php:739
1085
  msgid ""
1086
  "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1087
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
1088
  "NOT delete any AIO data."
1089
  msgstr ""
1090
 
1091
- #: inc/admin/admin-wizard.php:288 inc/admin/admin.php:749
1092
  msgid "Import posts and terms metadata from The SEO Framework"
1093
  msgstr ""
1094
 
1095
- #: inc/admin/admin-wizard.php:295 inc/admin/admin.php:756
1096
  msgid "Meta Robots (noindex, nofollow, noarchive)"
1097
  msgstr ""
1098
 
1099
- #: inc/admin/admin-wizard.php:297 inc/admin/admin.php:758
1100
  #: inc/functions/options-advanced-admin.php:296
1101
  msgid "Redirect URL"
1102
  msgstr ""
1103
 
1104
- #: inc/admin/admin-wizard.php:299 inc/admin/admin.php:760
1105
  msgid ""
1106
  "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1107
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
1108
  "NOT delete any SEO Framework data."
1109
  msgstr ""
1110
 
1111
- #: inc/admin/admin-wizard.php:307 inc/admin/admin.php:770
1112
  msgid "Import posts and terms metadata from Rank Math"
1113
  msgstr ""
1114
 
1115
- #: inc/admin/admin-wizard.php:314 inc/admin/admin.php:777
1116
  msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
1117
  msgstr ""
1118
 
1119
- #: inc/admin/admin-wizard.php:318 inc/admin/admin.php:781
1120
  msgid ""
1121
  "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1122
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
@@ -1129,16 +1160,16 @@ msgstr ""
1129
 
1130
  #: inc/admin/admin-wizard.php:367
1131
  msgid ""
1132
- "Fill out the fields below to configure general settings needed to build "
1133
- "title tags and knowledge graph for Google."
1134
  msgstr ""
1135
 
1136
  #: inc/admin/admin-wizard.php:370
1137
  msgid "eg: |"
1138
  msgstr ""
1139
 
1140
- #: inc/admin/admin-wizard.php:372 inc/admin/admin.php:2148
1141
- #: inc/admin/admin.php:3587
1142
  msgid "Site title"
1143
  msgstr ""
1144
 
@@ -1146,7 +1177,7 @@ msgstr ""
1146
  msgid "eg: My super website"
1147
  msgstr ""
1148
 
1149
- #: inc/admin/admin-wizard.php:375 inc/admin/admin.php:2537
1150
  msgid "Person or organization"
1151
  msgstr ""
1152
 
@@ -1154,16 +1185,16 @@ msgstr ""
1154
  msgid "Choose a knowledge type"
1155
  msgstr ""
1156
 
1157
- #: inc/admin/admin-wizard.php:383 inc/admin/admin.php:4622
1158
  msgid "Person"
1159
  msgstr ""
1160
 
1161
- #: inc/admin/admin-wizard.php:386 inc/admin/admin.php:4625
1162
  msgid "Organization"
1163
  msgstr ""
1164
 
1165
- #: inc/admin/admin-wizard.php:390 inc/admin/admin.php:2545
1166
- #: inc/admin/admin.php:4638
1167
  msgid "Your name/organization"
1168
  msgstr ""
1169
 
@@ -1171,8 +1202,8 @@ msgstr ""
1171
  msgid "eg: SEOPress"
1172
  msgstr ""
1173
 
1174
- #: inc/admin/admin-wizard.php:393 inc/admin/admin.php:2553
1175
- #: inc/admin/admin.php:4651
1176
  msgid "Your photo/organization logo"
1177
  msgstr ""
1178
 
@@ -1184,78 +1215,78 @@ msgstr ""
1184
  msgid "Facebook page URL"
1185
  msgstr ""
1186
 
1187
- #: inc/admin/admin-wizard.php:397 inc/admin/admin.php:4759
1188
  msgid "eg: https://www.facebook.com/your-page"
1189
  msgstr ""
1190
 
1191
- #: inc/admin/admin-wizard.php:399 inc/admin/admin.php:2602
1192
  msgid "Twitter Username"
1193
  msgstr ""
1194
 
1195
- #: inc/admin/admin-wizard.php:400 inc/admin/admin.php:4772
1196
  msgid "eg: @wp_seopress"
1197
  msgstr ""
1198
 
1199
- #: inc/admin/admin-wizard.php:402 inc/admin/admin.php:2610
1200
- #: inc/admin/admin.php:4784
1201
  msgid "Pinterest URL"
1202
  msgstr ""
1203
 
1204
- #: inc/admin/admin-wizard.php:403 inc/admin/admin.php:4784
1205
  msgid "eg: https://pinterest.com/wpbuy/"
1206
  msgstr ""
1207
 
1208
- #: inc/admin/admin-wizard.php:405 inc/admin/admin.php:2618
1209
- #: inc/admin/admin.php:4796
1210
  msgid "Instagram URL"
1211
  msgstr ""
1212
 
1213
- #: inc/admin/admin-wizard.php:406 inc/admin/admin.php:4796
1214
  msgid "eg: https://www.instagram.com/wp_seopress/"
1215
  msgstr ""
1216
 
1217
- #: inc/admin/admin-wizard.php:408 inc/admin/admin.php:2626
1218
- #: inc/admin/admin.php:4808
1219
  msgid "YouTube URL"
1220
  msgstr ""
1221
 
1222
- #: inc/admin/admin-wizard.php:409 inc/admin/admin.php:4808
1223
  msgid "eg: https://www.youtube.com/SEOPress"
1224
  msgstr ""
1225
 
1226
- #: inc/admin/admin-wizard.php:411 inc/admin/admin.php:2634
1227
- #: inc/admin/admin.php:4820
1228
  msgid "LinkedIn URL"
1229
  msgstr ""
1230
 
1231
- #: inc/admin/admin-wizard.php:412 inc/admin/admin.php:4820
1232
  msgid "eg: http://linkedin.com/company/seopress/"
1233
  msgstr ""
1234
 
1235
- #: inc/admin/admin-wizard.php:414 inc/admin/admin.php:2642
1236
- #: inc/admin/admin.php:4832
1237
  msgid "MySpace URL"
1238
  msgstr ""
1239
 
1240
- #: inc/admin/admin-wizard.php:415 inc/admin/admin.php:4832
1241
  msgid "eg: https://myspace.com/your-page"
1242
  msgstr ""
1243
 
1244
- #: inc/admin/admin-wizard.php:417 inc/admin/admin.php:2650
1245
- #: inc/admin/admin.php:4844
1246
  msgid "Soundcloud URL"
1247
  msgstr ""
1248
 
1249
- #: inc/admin/admin-wizard.php:418 inc/admin/admin.php:4844
1250
  msgid "eg: https://soundcloud.com/michaelmccannmusic"
1251
  msgstr ""
1252
 
1253
- #: inc/admin/admin-wizard.php:420 inc/admin/admin.php:2658
1254
- #: inc/admin/admin.php:4856
1255
  msgid "Tumblr URL"
1256
  msgstr ""
1257
 
1258
- #: inc/admin/admin-wizard.php:421 inc/admin/admin.php:4856
1259
  msgid "eg: https://your-site.tumblr.com"
1260
  msgstr ""
1261
 
@@ -1266,40 +1297,41 @@ msgstr ""
1266
 
1267
  #: inc/admin/admin-wizard.php:476
1268
  msgid ""
1269
- "Specify to the search engines what you want to index or not. Defaut: index"
 
1270
  msgstr ""
1271
 
1272
  #: inc/admin/admin-wizard.php:481
1273
- msgid "For which single post types, indexing should be disabled?"
1274
  msgstr ""
1275
 
1276
- #: inc/admin/admin-wizard.php:498 inc/admin/admin.php:3675
1277
  msgid ""
1278
  "Do not display this single post type in search engine results "
1279
  "<strong>(noindex)</strong>"
1280
  msgstr ""
1281
 
1282
  #: inc/admin/admin-wizard.php:509
1283
- msgid "For which post type archives, indexing should be disabled?"
1284
  msgstr ""
1285
 
1286
- #: inc/admin/admin-wizard.php:527 inc/admin/admin.php:3912
1287
  msgid ""
1288
  "Do not display this post type archive in search engine results "
1289
  "<strong>(noindex)</strong>"
1290
  msgstr ""
1291
 
1292
  #: inc/admin/admin-wizard.php:539
1293
- msgid "For which taxonomy archives, indexing should be disabled?"
1294
  msgstr ""
1295
 
1296
- #: inc/admin/admin-wizard.php:556 inc/admin/admin.php:3812
1297
  msgid ""
1298
  "Do not display this taxonomy archive in search engine results "
1299
  "<strong>(noindex)</strong>"
1300
  msgstr ""
1301
 
1302
- #: inc/admin/admin-wizard.php:639 inc/admin/admin.php:3988
1303
  msgid ""
1304
  "Do not display author archives in search engine results <strong>(noindex)</"
1305
  "strong>"
@@ -1311,10 +1343,10 @@ msgid ""
1311
  "content."
1312
  msgstr ""
1313
 
1314
- #: inc/admin/admin-wizard.php:651 inc/admin/admin.php:5767
1315
  msgid ""
1316
- "Redirect attachment pages to the file URL (https://www.example.com/my-image-"
1317
- "file.jpg)"
1318
  msgstr ""
1319
 
1320
  #: inc/admin/admin-wizard.php:654
@@ -1323,7 +1355,7 @@ msgid ""
1323
  "Optimize this by redirecting the user directly to the URL of the media file."
1324
  msgstr ""
1325
 
1326
- #: inc/admin/admin-wizard.php:663 inc/admin/admin.php:5888
1327
  msgid "Remove /category/ in your permalinks"
1328
  msgstr ""
1329
 
@@ -1355,9 +1387,9 @@ msgstr ""
1355
 
1356
  #: inc/admin/admin-wizard.php:739
1357
  msgid ""
1358
- "Get a lot of additional features by upgrading PRO like automatic and manual "
1359
- "schemas, Video Sitemap, WooCommerce enhancements, Analytics statistics in "
1360
- "your Dashboard, breadcrumbs, redirections and more."
1361
  msgstr ""
1362
 
1363
  #: inc/admin/admin-wizard.php:744
@@ -1369,7 +1401,7 @@ msgid "Create your XML sitemaps"
1369
  msgstr ""
1370
 
1371
  #: inc/admin/admin-wizard.php:755
1372
- msgid "Build custom XML sitemaps to improve Google crawling of your site."
1373
  msgstr ""
1374
 
1375
  #: inc/admin/admin-wizard.php:760
@@ -1416,7 +1448,7 @@ msgstr ""
1416
  msgid "Dashboard"
1417
  msgstr ""
1418
 
1419
- #: inc/admin/admin.php:186 inc/admin/admin.php:1502
1420
  msgid "XML / Image / Video / HTML Sitemap"
1421
  msgstr ""
1422
 
@@ -1439,7 +1471,7 @@ msgstr ""
1439
  msgid "%%tagline%%"
1440
  msgstr ""
1441
 
1442
- #: inc/admin/admin.php:199 inc/admin/admin.php:3591 inc/admin/admin.php:3602
1443
  msgid "Tagline"
1444
  msgstr ""
1445
 
@@ -1484,7 +1516,7 @@ msgstr ""
1484
  msgid "%%post_author%%"
1485
  msgstr ""
1486
 
1487
- #: inc/admin/admin.php:204 inc/admin/admin.php:3956
1488
  msgid "Post author"
1489
  msgstr ""
1490
 
@@ -1790,35 +1822,35 @@ msgstr ""
1790
 
1791
  #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1792
  #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1793
- #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:604
1794
- #: inc/admin/admin.php:608 inc/admin/admin.php:1478 inc/admin/admin.php:1482
1795
- #: inc/admin/admin.php:1516 inc/admin/admin.php:1520 inc/admin/admin.php:1554
1796
- #: inc/admin/admin.php:1558 inc/admin/admin.php:1592 inc/admin/admin.php:1596
1797
- #: inc/admin/admin.php:1630 inc/admin/admin.php:1634 inc/admin/admin.php:1659
1798
- #: inc/admin/admin.php:1663 inc/admin/admin.php:1687 inc/admin/admin.php:1691
1799
- #: inc/admin/admin.php:1715 inc/admin/admin.php:1719 inc/admin/admin.php:1743
1800
- #: inc/admin/admin.php:1747 inc/admin/admin.php:1771 inc/admin/admin.php:1775
1801
- #: inc/admin/admin.php:1799 inc/admin/admin.php:1803 inc/admin/admin.php:1860
1802
- #: inc/admin/admin.php:1864 inc/admin/admin.php:1899 inc/admin/admin.php:1903
1803
- #: inc/admin/admin.php:1939 inc/admin/admin.php:1943 inc/admin/admin.php:2001
1804
- #: inc/admin/admin.php:2005
1805
  msgid "Click to disable this feature"
1806
  msgstr ""
1807
 
1808
  #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1809
  #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1810
- #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:605
1811
- #: inc/admin/admin.php:607 inc/admin/admin.php:1479 inc/admin/admin.php:1481
1812
- #: inc/admin/admin.php:1517 inc/admin/admin.php:1519 inc/admin/admin.php:1555
1813
- #: inc/admin/admin.php:1557 inc/admin/admin.php:1593 inc/admin/admin.php:1595
1814
- #: inc/admin/admin.php:1631 inc/admin/admin.php:1633 inc/admin/admin.php:1660
1815
- #: inc/admin/admin.php:1662 inc/admin/admin.php:1688 inc/admin/admin.php:1690
1816
- #: inc/admin/admin.php:1716 inc/admin/admin.php:1718 inc/admin/admin.php:1744
1817
- #: inc/admin/admin.php:1746 inc/admin/admin.php:1772 inc/admin/admin.php:1774
1818
- #: inc/admin/admin.php:1800 inc/admin/admin.php:1802 inc/admin/admin.php:1861
1819
- #: inc/admin/admin.php:1863 inc/admin/admin.php:1900 inc/admin/admin.php:1902
1820
- #: inc/admin/admin.php:1940 inc/admin/admin.php:1942 inc/admin/admin.php:2002
1821
- #: inc/admin/admin.php:2004
1822
  msgid "Click to enable this feature"
1823
  msgstr ""
1824
 
@@ -1838,7 +1870,7 @@ msgstr ""
1838
  msgid "Taxonomies"
1839
  msgstr ""
1840
 
1841
- #: inc/admin/admin.php:409 inc/admin/admin.php:542 inc/admin/admin.php:551
1842
  msgid "General"
1843
  msgstr ""
1844
 
@@ -1866,15 +1898,15 @@ msgstr ""
1866
  msgid "Twitter (Twitter card)"
1867
  msgstr ""
1868
 
1869
- #: inc/admin/admin.php:543 inc/admin/admin.php:552
1870
  msgid "Tracking"
1871
  msgstr ""
1872
 
1873
- #: inc/admin/admin.php:544 inc/admin/admin.php:553
1874
  msgid "Events"
1875
  msgstr ""
1876
 
1877
- #: inc/admin/admin.php:545 inc/admin/admin.php:554
1878
  msgid "Custom Dimensions"
1879
  msgstr ""
1880
 
@@ -1882,1069 +1914,1060 @@ msgstr ""
1882
  msgid "Stats in Dashboard"
1883
  msgstr ""
1884
 
1885
- #: inc/admin/admin.php:623
1886
  msgid "Appearance"
1887
  msgstr ""
1888
 
1889
- #: inc/admin/admin.php:624
1890
  msgid "Security"
1891
  msgstr ""
1892
 
1893
- #: inc/admin/admin.php:658 seopress.php:333
1894
  msgid "Settings"
1895
  msgstr ""
1896
 
1897
- #: inc/admin/admin.php:659
1898
  msgid "Plugins"
1899
  msgstr ""
1900
 
1901
- #: inc/admin/admin.php:661
1902
  msgid "Reset"
1903
  msgstr ""
1904
 
1905
- #: inc/admin/admin.php:673
1906
  msgid "Export plugin settings"
1907
  msgstr ""
1908
 
1909
- #: inc/admin/admin.php:674
1910
  msgid ""
1911
  "Export the plugin settings for this site as a .json file. This allows you to "
1912
  "easily import the configuration into another site."
1913
  msgstr ""
1914
 
1915
- #: inc/admin/admin.php:679 inc/admin/admin.php:851
1916
  msgid "Export"
1917
  msgstr ""
1918
 
1919
- #: inc/admin/admin.php:687
1920
  msgid "Import plugin settings"
1921
  msgstr ""
1922
 
1923
- #: inc/admin/admin.php:688
1924
  msgid ""
1925
  "Import the plugin settings from a .json file. This file can be obtained by "
1926
  "exporting the settings on another site using the form above."
1927
  msgstr ""
1928
 
1929
- #: inc/admin/admin.php:696 inc/admin/admin.php:806 inc/admin/admin.php:822
1930
- #: inc/admin/admin.php:838
1931
  msgid "Import"
1932
  msgstr ""
1933
 
1934
- #: inc/admin/admin.php:698
1935
  msgid "Import completed!"
1936
  msgstr ""
1937
 
1938
- #: inc/admin/admin.php:792
1939
  msgid "Import Redirections"
1940
  msgstr ""
1941
 
1942
- #: inc/admin/admin.php:793
1943
  msgid ""
1944
  "Import your own redirections from a .csv file (separator \";\"). You must "
1945
- "have 5 columns in this order: <ul><li>url to match (without your domain "
1946
- "name), </li><li>url to redirect in absolute, </li><li>type of redirection "
1947
- "(301, 302 or 307), </li><li>yes to enable the redirect (leave it empty to "
1948
- "disable the redirect) </li><li>and the last one the query parameter "
1949
- "(\"exact_match\" = Exact match with all parameters, \"without_param\" = "
1950
- "Exclude all parameters or \"with_ignored_param\" = Exclude all parameters "
1951
- "and pass them to the redirection).</li></ul>"
1952
  msgstr ""
1953
 
1954
- #: inc/admin/admin.php:796
1955
  msgid "Download a CSV example"
1956
  msgstr ""
1957
 
1958
- #: inc/admin/admin.php:813
1959
- msgid "Import Redirections from Redirections plugin"
1960
  msgstr ""
1961
 
1962
- #: inc/admin/admin.php:814
1963
  msgid ""
1964
  "Import your own redirections from a .json file generated by the Redirections "
1965
- "plugin. Note that we do not support certain options like regex. Make sure "
1966
- "you don't have duplicates between your file and existing redirects to avoid "
1967
- "conflicts."
1968
  msgstr ""
1969
 
1970
- #: inc/admin/admin.php:829
1971
  msgid "Import Redirections from Yoast Premium"
1972
  msgstr ""
1973
 
1974
- #: inc/admin/admin.php:830
1975
  msgid ""
1976
  "Import your own redirections from a .csv file generated by Yoast Premium. "
1977
- "Note that we do not support certain options like regex. Make sure you don't "
1978
- "have duplicates between your file and existing redirects to avoid conflicts."
1979
  msgstr ""
1980
 
1981
- #: inc/admin/admin.php:845
1982
  msgid "Export Redirections"
1983
  msgstr ""
1984
 
1985
- #: inc/admin/admin.php:846
1986
  msgid ""
1987
  "Export all redirections for this site as a .csv file. This allows you to "
1988
  "easily import the redirections into another site, to Excel / Google Sheets..."
1989
  msgstr ""
1990
 
1991
- #: inc/admin/admin.php:861
 
 
 
 
 
 
 
 
1992
  msgid "Reset All Notices From Notifications Center"
1993
  msgstr ""
1994
 
1995
- #: inc/admin/admin.php:862
1996
  msgid ""
1997
  "By clicking Reset Notices, all notices in the notifications center will be "
1998
  "set to their initial status."
1999
  msgstr ""
2000
 
2001
- #: inc/admin/admin.php:867
2002
  msgid "Reset notices"
2003
  msgstr ""
2004
 
2005
- #: inc/admin/admin.php:875
2006
  msgid "Reset All Settings"
2007
  msgstr ""
2008
 
2009
- #: inc/admin/admin.php:876
2010
  msgid ""
2011
  "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2012
  "database AND set settings to their default values."
2013
  msgstr ""
2014
 
2015
- #: inc/admin/admin.php:881
2016
  msgid "Reset settings"
2017
  msgstr ""
2018
 
2019
- #: inc/admin/admin.php:948 inc/admin/admin.php:954
2020
  msgid "Notifications Center"
2021
  msgstr ""
2022
 
2023
- #: inc/admin/admin.php:949
2024
  msgid "SEO Tools"
2025
  msgstr ""
2026
 
2027
- #: inc/admin/admin.php:950 inc/admin/admin.php:955
2028
  msgid "Useful links"
2029
  msgstr ""
2030
 
2031
- #: inc/admin/admin.php:999
2032
- msgid "Configure SEOPress in a few minutes thanks to our installation wizard"
2033
  msgstr ""
2034
 
2035
- #: inc/admin/admin.php:1001
2036
  msgid "Start the wizard"
2037
  msgstr ""
2038
 
2039
- #: inc/admin/admin.php:1023
2040
  msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
2041
  msgstr ""
2042
 
2043
- #: inc/admin/admin.php:1024 inc/admin/admin.php:1111 inc/admin/admin.php:1121
2044
- #: inc/admin/admin.php:1131
2045
  msgid "High impact"
2046
  msgstr ""
2047
 
2048
- #: inc/admin/admin.php:1036 inc/admin/admin.php:1097 inc/admin/admin.php:5157
2049
- #: inc/admin/admin.php:5193 inc/admin/admin.php:5214 inc/admin/admin.php:5235
2050
- #: inc/admin/admin.php:5256
2051
  msgid "Learn more"
2052
  msgstr ""
2053
 
2054
- #: inc/admin/admin.php:1045
2055
  msgid ""
2056
- "We notice that you use <strong>Yoast SEO</strong> plugin. <br>Do you want to "
2057
- "migrate all your posts metadata to SEOPress?"
2058
  msgstr ""
2059
 
2060
- #: inc/admin/admin.php:1047 inc/admin/admin.php:1056
2061
  msgid "Migrate!"
2062
  msgstr ""
2063
 
2064
- #: inc/admin/admin.php:1054
2065
  msgid ""
2066
- "We notice that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
2067
  "you want to migrate all your posts metadata to SEOPress?"
2068
  msgstr ""
2069
 
2070
- #: inc/admin/admin.php:1063
2071
  msgid ""
2072
- "We notice that you use another SEO plugin. <br>Do not use multiple SEO "
2073
  "plugins at once to avoid conflicts!"
2074
  msgstr ""
2075
 
2076
- #: inc/admin/admin.php:1073
2077
  msgid ""
2078
  "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
2079
- "solve this, please disable and enable SEOPress PRO."
2080
  msgstr ""
2081
 
2082
- #: inc/admin/admin.php:1096
2083
  msgid "Your site doesn't use an SSL certificate!"
2084
  msgstr ""
2085
 
2086
- #: inc/admin/admin.php:1098
2087
  msgid "Low impact"
2088
  msgstr ""
2089
 
2090
- #: inc/admin/admin.php:1100
2091
  msgid "Buy an SSL!"
2092
  msgstr ""
2093
 
2094
- #: inc/admin/admin.php:1110
2095
  msgid "Your site is not visible to Search Engines!"
2096
  msgstr ""
2097
 
2098
- #: inc/admin/admin.php:1113 inc/admin/admin.php:1123 inc/admin/admin.php:1133
2099
- #: inc/admin/admin.php:1157 inc/admin/admin.php:1236 inc/admin/admin.php:1249
2100
- #: inc/admin/admin.php:1322
2101
  msgid "Fix this!"
2102
  msgstr ""
2103
 
2104
- #: inc/admin/admin.php:1120
2105
  msgid "Your site title is empty!"
2106
  msgstr ""
2107
 
2108
- #: inc/admin/admin.php:1130 inc/admin/admin.php:3409
2109
  msgid ""
2110
  "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2111
  msgstr ""
2112
 
2113
- #: inc/admin/admin.php:1154
2114
  msgid "Your RSS feed shows full text!"
2115
  msgstr ""
2116
 
2117
- #: inc/admin/admin.php:1155 inc/admin/admin.php:1234 inc/admin/admin.php:1247
2118
  msgid "Medium impact"
2119
  msgstr ""
2120
 
2121
- #: inc/admin/admin.php:1180
2122
  msgid "You like SEOPress? Please help us by rating us 5 stars!"
2123
  msgstr ""
2124
 
2125
- #: inc/admin/admin.php:1182
2126
  msgid "Rate us!"
2127
  msgstr ""
2128
 
2129
- #: inc/admin/admin.php:1206
2130
  msgid "Break comments into pages is ON!"
2131
  msgstr ""
2132
 
2133
- #: inc/admin/admin.php:1207 inc/admin/admin.php:1271 inc/admin/admin.php:1307
2134
  msgid "Huge impact"
2135
  msgstr ""
2136
 
2137
- #: inc/admin/admin.php:1209
2138
  msgid "Disable this!"
2139
  msgstr ""
2140
 
2141
- #: inc/admin/admin.php:1233
2142
  msgid "Display more posts per page on homepage and archives"
2143
  msgstr ""
2144
 
2145
- #: inc/admin/admin.php:1246
2146
  msgid "You don't have an XML Sitemap!"
2147
  msgstr ""
2148
 
2149
- #: inc/admin/admin.php:1270
2150
  msgid "Do you have a Google My Business page? It's free!"
2151
  msgstr ""
2152
 
2153
- #: inc/admin/admin.php:1273
2154
  msgid "Create your page now!"
2155
  msgstr ""
2156
 
2157
- #: inc/admin/admin.php:1306
2158
  msgid "Add your site to Google. It's free!"
2159
  msgstr ""
2160
 
2161
- #: inc/admin/admin.php:1309
2162
  msgid "Add your site to Search Console!"
2163
  msgstr ""
2164
 
2165
- #: inc/admin/admin.php:1319
2166
  msgid "You have to enter your licence key to get updates and support"
2167
  msgstr ""
2168
 
2169
- #: inc/admin/admin.php:1335
2170
  msgid "Check websites setup on your server"
2171
  msgstr ""
2172
 
2173
- #: inc/admin/admin.php:1344
2174
  msgid "Not found"
2175
  msgstr ""
2176
 
2177
- #: inc/admin/admin.php:1349
2178
  msgid "No scrape."
2179
  msgstr ""
2180
 
2181
- #: inc/admin/admin.php:1354
2182
  msgid "No domain found."
2183
  msgstr ""
2184
 
2185
- #: inc/admin/admin.php:1364
2186
  msgid "Server IP Address: "
2187
  msgstr ""
2188
 
2189
- #: inc/admin/admin.php:1367
2190
  msgid "Last scrape: "
2191
  msgstr ""
2192
 
2193
- #: inc/admin/admin.php:1368
2194
  msgid "Number of websites on your server: "
2195
  msgstr ""
2196
 
2197
- #: inc/admin/admin.php:1381
2198
  msgid "Get list"
2199
  msgstr ""
2200
 
2201
- #: inc/admin/admin.php:1389
2202
- msgid "Check your Alexa Rank (Amazon index)"
2203
- msgstr ""
2204
-
2205
- #: inc/admin/admin.php:1404
2206
- msgid "Your Alexa Rank"
2207
- msgstr ""
2208
-
2209
- #: inc/admin/admin.php:1426
2210
- msgid "Country Rank: "
2211
- msgstr ""
2212
-
2213
- #: inc/admin/admin.php:1435
2214
- msgid "The lower, the best"
2215
- msgstr ""
2216
-
2217
- #: inc/admin/admin.php:1439
2218
- msgid "Get Alexa Rank"
2219
- msgstr ""
2220
-
2221
- #: inc/admin/admin.php:1447
2222
  msgid "Upload a list of links to disavow to Google"
2223
  msgstr ""
2224
 
2225
- #: inc/admin/admin.php:1448
2226
  msgid "Google Trends"
2227
  msgstr ""
2228
 
2229
- #: inc/admin/admin.php:1449
2230
  msgid "Dareboost: Test, analyze and optimize your website"
2231
  msgstr ""
2232
 
2233
- #: inc/admin/admin.php:1450
2234
  msgid "Google Campaign URL Builder tool"
2235
  msgstr ""
2236
 
2237
- #: inc/admin/admin.php:1464
2238
  msgid "Titles & metas"
2239
  msgstr ""
2240
 
2241
- #: inc/admin/admin.php:1465
2242
  msgid "Manage all your titles & metas"
2243
  msgstr ""
2244
 
2245
- #: inc/admin/admin.php:1466 inc/admin/admin.php:1504 inc/admin/admin.php:1542
2246
- #: inc/admin/admin.php:1580 inc/admin/admin.php:1618 inc/admin/admin.php:1647
2247
- #: inc/admin/admin.php:1675 inc/admin/admin.php:1703 inc/admin/admin.php:1731
2248
- #: inc/admin/admin.php:1759 inc/admin/admin.php:1787 inc/admin/admin.php:1825
2249
- #: inc/admin/admin.php:1847 inc/admin/admin.php:1887 inc/admin/admin.php:1916
2250
- #: inc/admin/admin.php:1927 inc/admin/admin.php:1977 inc/admin/admin.php:1987
2251
- #: inc/admin/admin.php:2018 inc/admin/admin.php:2030 inc/admin/admin.php:2042
2252
- #: inc/admin/admin.php:2063
2253
  msgid "Manage"
2254
  msgstr ""
2255
 
2256
- #: inc/admin/admin.php:1494
2257
  msgid "Guide to manage your titles and meta descriptions - new window"
2258
  msgstr ""
2259
 
2260
- #: inc/admin/admin.php:1503
2261
  msgid "Manage your XML / Image / Video / HTML Sitemap"
2262
  msgstr ""
2263
 
2264
- #: inc/admin/admin.php:1532
2265
  msgid "Guide to enable your XML Sitemaps - new window"
2266
  msgstr ""
2267
 
2268
- #: inc/admin/admin.php:1541
2269
  msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2270
  msgstr ""
2271
 
2272
- #: inc/admin/admin.php:1570
2273
  msgid "Guide to enable Google Knowledge Graph - new window"
2274
  msgstr ""
2275
 
2276
- #: inc/admin/admin.php:1579
2277
  msgid "Track everything about your visitors with Google Analytics"
2278
  msgstr ""
2279
 
2280
- #: inc/admin/admin.php:1608
2281
  msgid "Guide to getting started with Google Analytics - new window"
2282
  msgstr ""
2283
 
2284
- #: inc/admin/admin.php:1617
2285
  msgid "Advanced SEO options for advanced users!"
2286
  msgstr ""
2287
 
2288
- #: inc/admin/admin.php:1646
2289
  msgid "Improve WooCommerce SEO"
2290
  msgstr ""
2291
 
2292
- #: inc/admin/admin.php:1674
2293
  msgid "Improve Easy Digital Downloads SEO"
2294
  msgstr ""
2295
 
2296
- #: inc/admin/admin.php:1702
2297
  msgid "Add Google Local Business data type"
2298
  msgstr ""
2299
 
2300
- #: inc/admin/admin.php:1730
2301
  msgid "Add Dublin Core meta tags"
2302
  msgstr ""
2303
 
2304
- #: inc/admin/admin.php:1757
2305
  msgid "Structured Data Types"
2306
  msgstr ""
2307
 
2308
- #: inc/admin/admin.php:1758
2309
  msgid ""
2310
  "Add data types to your content: articles, courses, recipes, videos, events "
2311
  "and products"
2312
  msgstr ""
2313
 
2314
- #: inc/admin/admin.php:1786
 
 
 
 
2315
  msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2316
  msgstr ""
2317
 
2318
- #: inc/admin/admin.php:1815
2319
  msgid "Guide to enable Breadcrumbs - new window"
2320
  msgstr ""
2321
 
2322
- #: inc/admin/admin.php:1824
2323
  msgid "Track your website performance to improve SEO with Google Page Speed"
2324
  msgstr ""
2325
 
2326
- #: inc/admin/admin.php:1835
2327
  msgid "Guide to analyze your site with Google Page Speed - new window"
2328
  msgstr ""
2329
 
2330
- #: inc/admin/admin.php:1845
2331
  msgid "Edit your robots.txt file"
2332
  msgstr ""
2333
 
2334
- #: inc/admin/admin.php:1846
2335
  msgid "View your robots.txt"
2336
  msgstr ""
2337
 
2338
- #: inc/admin/admin.php:1876
2339
  msgid "Guide to edit your robots.txt file - new window"
2340
  msgstr ""
2341
 
2342
- #: inc/admin/admin.php:1886
2343
  msgid "Optimize your site for Google News"
2344
  msgstr ""
2345
 
2346
- #: inc/admin/admin.php:1913 inc/admin/adminbar.php:81
2347
  msgid "Schemas"
2348
  msgstr ""
2349
 
2350
- #: inc/admin/admin.php:1914
2351
  msgid "Create / manage your schemas"
2352
  msgstr ""
2353
 
2354
- #: inc/admin/admin.php:1915
2355
- msgid "See schemas"
2356
- msgstr ""
2357
-
2358
- #: inc/admin/admin.php:1925
2359
  msgid "Monitor 404, create 301, 302 and 307 redirections"
2360
  msgstr ""
2361
 
2362
- #: inc/admin/admin.php:1926
2363
  msgid "See redirects"
2364
  msgstr ""
2365
 
2366
- #: inc/admin/admin.php:1955
2367
  msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2368
  msgstr ""
2369
 
2370
- #: inc/admin/admin.php:1964
2371
  msgid "Scan your site to find SEO problems."
2372
  msgstr ""
2373
 
2374
- #: inc/admin/admin.php:1965
2375
  msgid "See broken links"
2376
  msgstr ""
2377
 
2378
- #: inc/admin/admin.php:1966
2379
  msgid "Scan"
2380
  msgstr ""
2381
 
2382
- #: inc/admin/admin.php:1975
2383
  msgid "Check your backlinks with Majestic API."
2384
  msgstr ""
2385
 
2386
- #: inc/admin/admin.php:1976
2387
  msgid "See backlinks"
2388
  msgstr ""
2389
 
2390
- #: inc/admin/admin.php:1986
2391
  msgid "Customize your permalinks."
2392
  msgstr ""
2393
 
2394
- #: inc/admin/admin.php:2017
2395
  msgid "Edit your htaccess file."
2396
  msgstr ""
2397
 
2398
- #: inc/admin/admin.php:2029
2399
  msgid "Configure default WordPress RSS."
2400
  msgstr ""
2401
 
2402
- #: inc/admin/admin.php:2041
2403
  msgid "Import/Export plugin settings from site to site."
2404
  msgstr ""
2405
 
2406
- #: inc/admin/admin.php:2052
2407
  msgid "Guide to Export/Import/Reset settings - new window"
2408
  msgstr ""
2409
 
2410
- #: inc/admin/admin.php:2062
2411
  msgid "Edit your license key."
2412
  msgstr ""
2413
 
2414
- #: inc/admin/admin.php:2073
2415
  msgid "Guide to activate SEOPress PRO - new window"
2416
  msgstr ""
2417
 
2418
- #: inc/admin/admin.php:2341 inc/admin/admin.php:4177
2419
  msgid "noindex"
2420
  msgstr ""
2421
 
2422
- #: inc/admin/admin.php:2349 inc/admin/admin.php:4196
2423
  msgid "nofollow"
2424
  msgstr ""
2425
 
2426
- #: inc/admin/admin.php:2357 inc/admin/admin.php:4215
2427
  msgid "noodp"
2428
  msgstr ""
2429
 
2430
- #: inc/admin/admin.php:2365 inc/admin/admin.php:4234
2431
  msgid "noimageindex"
2432
  msgstr ""
2433
 
2434
- #: inc/admin/admin.php:2373 inc/admin/admin.php:4253
2435
  msgid "noarchive"
2436
  msgstr ""
2437
 
2438
- #: inc/admin/admin.php:2381 inc/admin/admin.php:4272
2439
  msgid "nosnippet"
2440
  msgstr ""
2441
 
2442
- #: inc/admin/admin.php:2389 inc/admin/admin.php:4291
2443
  msgid "nositelinkssearchbox"
2444
  msgstr ""
2445
 
2446
- #: inc/admin/admin.php:2397
2447
  msgid "Indicate paginated content to Google"
2448
  msgstr ""
2449
 
2450
- #: inc/admin/admin.php:2414 inc/admin/admin.php:4329
2451
  msgid "Enable XML Sitemap"
2452
  msgstr ""
2453
 
2454
- #: inc/admin/admin.php:2422
2455
  msgid "Enable XML Image Sitemaps"
2456
  msgstr ""
2457
 
2458
- #: inc/admin/admin.php:2431
2459
  msgid "Enable XML Video Sitemaps"
2460
  msgstr ""
2461
 
2462
- #: inc/admin/admin.php:2440 inc/admin/admin.php:4416
2463
  msgid "Enable HTML Sitemap"
2464
  msgstr ""
2465
 
2466
- #: inc/admin/admin.php:2456
2467
  msgid "Check to INCLUDE Post Types"
2468
  msgstr ""
2469
 
2470
- #: inc/admin/admin.php:2472
2471
  msgid "Check to INCLUDE Taxonomies"
2472
  msgstr ""
2473
 
2474
- #: inc/admin/admin.php:2488 inc/admin/admin.php:4525
2475
  msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2476
  msgstr ""
2477
 
2478
- #: inc/admin/admin.php:2496 inc/admin/admin.php:4539
2479
  msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2480
  msgstr ""
2481
 
2482
- #: inc/admin/admin.php:2504
2483
  msgid "Sort order"
2484
  msgstr ""
2485
 
2486
- #: inc/admin/admin.php:2512
2487
  msgid "Order posts by"
2488
  msgstr ""
2489
 
2490
- #: inc/admin/admin.php:2520
2491
  msgid "Disable the display of the publication date"
2492
  msgstr ""
2493
 
2494
- #: inc/admin/admin.php:2561 inc/admin/admin.php:4681
2495
  msgid "Organization's phone number (only for Organizations)"
2496
  msgstr ""
2497
 
2498
- #: inc/admin/admin.php:2569
2499
  msgid "Contact type (only for Organizations)"
2500
  msgstr ""
2501
 
2502
- #: inc/admin/admin.php:2577
2503
  msgid "Contact option (only for Organizations)"
2504
  msgstr ""
2505
 
2506
- #: inc/admin/admin.php:2594 inc/admin/admin.php:4759
2507
  msgid "Facebook Page URL"
2508
  msgstr ""
2509
 
2510
- #: inc/admin/admin.php:2675
2511
  msgid "Enable Open Graph Data"
2512
  msgstr ""
2513
 
2514
- #: inc/admin/admin.php:2683 inc/admin/admin.php:4888
2515
  msgid "Select a default image"
2516
  msgstr ""
2517
 
2518
- #: inc/admin/admin.php:2691
2519
  msgid "Facebook Link Ownership ID"
2520
  msgstr ""
2521
 
2522
- #: inc/admin/admin.php:2699
2523
  msgid "Facebook Admin ID"
2524
  msgstr ""
2525
 
2526
- #: inc/admin/admin.php:2707
2527
  msgid "Facebook App ID"
2528
  msgstr ""
2529
 
2530
- #: inc/admin/admin.php:2724
2531
  msgid "Enable Twitter Card"
2532
  msgstr ""
2533
 
2534
- #: inc/admin/admin.php:2732
2535
  msgid "Use Open Graph if no Twitter Card is filled"
2536
  msgstr ""
2537
 
2538
- #: inc/admin/admin.php:2740 inc/admin/admin.php:4980
2539
  msgid "Default Twitter Image"
2540
  msgstr ""
2541
 
2542
- #: inc/admin/admin.php:2748
2543
  msgid "Image size for Twitter Summary card"
2544
  msgstr ""
2545
 
2546
- #: inc/admin/admin.php:2765
2547
  msgid "Enable Google Analytics tracking"
2548
  msgstr ""
2549
 
2550
- #: inc/admin/admin.php:2773 inc/admin/admin.php:5033
2551
  msgid "Enter your tracking ID"
2552
  msgstr ""
2553
 
2554
- #: inc/admin/admin.php:2781
2555
  msgid "Google Analytics tracking opt-in"
2556
  msgstr ""
2557
 
2558
- #: inc/admin/admin.php:2797
2559
  msgid "Consent message for user tracking"
2560
  msgstr ""
2561
 
2562
- #: inc/admin/admin.php:2805
2563
  msgid "Accept button for user tracking"
2564
  msgstr ""
2565
 
2566
- #: inc/admin/admin.php:2813
2567
  msgid "Exclude user roles from tracking"
2568
  msgstr ""
2569
 
2570
- #: inc/admin/admin.php:2831
2571
  msgid "Enable Google Optimize"
2572
  msgstr ""
2573
 
2574
- #: inc/admin/admin.php:2839
2575
  msgid "Enable Google Ads"
2576
  msgstr ""
2577
 
2578
- #: inc/admin/admin.php:2847
2579
- msgid "Add an additional tracking code (like Facebook Pixel, Hotjar...)"
 
 
 
 
 
2580
  msgstr ""
2581
 
2582
- #: inc/admin/admin.php:2855 inc/admin/admin.php:5190
2583
  msgid "Enable remarketing, demographics, and interests reporting"
2584
  msgstr ""
2585
 
2586
- #: inc/admin/admin.php:2863 inc/admin/admin.php:5211
2587
  msgid "Enable IP Anonymization"
2588
  msgstr ""
2589
 
2590
- #: inc/admin/admin.php:2871 inc/admin/admin.php:5232
2591
  msgid "Enhanced Link Attribution"
2592
  msgstr ""
2593
 
2594
- #: inc/admin/admin.php:2879 inc/admin/admin.php:5253
2595
  msgid "Enable cross-domain tracking"
2596
  msgstr ""
2597
 
2598
- #: inc/admin/admin.php:2887 inc/admin/admin.php:5269
2599
  msgid "Cross domains"
2600
  msgstr ""
2601
 
2602
- #: inc/admin/admin.php:2905
2603
  msgid "Enable external links tracking (all links with target _blank attribute)"
2604
  msgstr ""
2605
 
2606
- #: inc/admin/admin.php:2913
2607
  msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2608
  msgstr ""
2609
 
2610
- #: inc/admin/admin.php:2921 inc/admin/admin.php:5315
2611
  msgid "Track downloads' clicks"
2612
  msgstr ""
2613
 
2614
- #: inc/admin/admin.php:2929
2615
  msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2616
  msgstr ""
2617
 
2618
- #: inc/admin/admin.php:2937 inc/admin/admin.php:5346
2619
  msgid "Track affiliate/outbound links"
2620
  msgstr ""
2621
 
2622
- #: inc/admin/admin.php:2955
2623
  msgid "Track Authors"
2624
  msgstr ""
2625
 
2626
- #: inc/admin/admin.php:2963
2627
  msgid "Track Categories"
2628
  msgstr ""
2629
 
2630
- #: inc/admin/admin.php:2971
2631
  msgid "Track Tags"
2632
  msgstr ""
2633
 
2634
- #: inc/admin/admin.php:2979
2635
  msgid "Track Post Types"
2636
  msgstr ""
2637
 
2638
- #: inc/admin/admin.php:2987
2639
  msgid "Track Logged In Users"
2640
  msgstr ""
2641
 
2642
- #: inc/admin/admin.php:3004
2643
  msgid "Redirect attachment pages to post parent"
2644
  msgstr ""
2645
 
2646
- #: inc/admin/admin.php:3012
2647
- msgid "Redirect attachment pages to the file URL"
2648
  msgstr ""
2649
 
2650
- #: inc/admin/admin.php:3020
2651
  msgid "Remove ?replytocom link to avoid duplicate content"
2652
  msgstr ""
2653
 
2654
- #: inc/admin/admin.php:3028
2655
  msgid "Automatically set the image Title"
2656
  msgstr ""
2657
 
2658
- #: inc/admin/admin.php:3036
2659
  msgid "Automatically set the image Alt text"
2660
  msgstr ""
2661
 
2662
- #: inc/admin/admin.php:3044
2663
  msgid "Automatically set the image Caption"
2664
  msgstr ""
2665
 
2666
- #: inc/admin/admin.php:3052
2667
  msgid "Automatically set the image Description"
2668
  msgstr ""
2669
 
2670
- #: inc/admin/admin.php:3060
2671
  msgid "Add WP Editor to taxonomy description textarea"
2672
  msgstr ""
2673
 
2674
- #: inc/admin/admin.php:3068
2675
  msgid "Remove /category/ in URL"
2676
  msgstr ""
2677
 
2678
- #: inc/admin/admin.php:3076 inc/admin/admin.php:5905
2679
  msgid "Disable trailing slash for metas"
2680
  msgstr ""
2681
 
2682
- #: inc/admin/admin.php:3084
2683
  msgid "Remove WordPress generator meta tag"
2684
  msgstr ""
2685
 
2686
- #: inc/admin/admin.php:3092
2687
  msgid "Remove WordPress shortlink meta tag"
2688
  msgstr ""
2689
 
2690
- #: inc/admin/admin.php:3100
2691
  msgid "Remove Windows Live Writer meta tag"
2692
  msgstr ""
2693
 
2694
- #: inc/admin/admin.php:3108
2695
  msgid "Remove RSD meta tag"
2696
  msgstr ""
2697
 
2698
- #: inc/admin/admin.php:3116 inc/admin/admin.php:5985
2699
  msgid "Google site verification"
2700
  msgstr ""
2701
 
2702
- #: inc/admin/admin.php:3124 inc/admin/admin.php:5999
2703
  msgid "Bing site verification"
2704
  msgstr ""
2705
 
2706
- #: inc/admin/admin.php:3132 inc/admin/admin.php:6012
2707
  msgid "Pinterest site verification"
2708
  msgstr ""
2709
 
2710
- #: inc/admin/admin.php:3140 inc/admin/admin.php:6024
2711
  msgid "Yandex site verification"
2712
  msgstr ""
2713
 
2714
- #: inc/admin/admin.php:3157
2715
  msgid "SEOPress in admin bar"
2716
  msgstr ""
2717
 
2718
- #: inc/admin/admin.php:3165
2719
  msgid "Move SEOPress metabox's position"
2720
  msgstr ""
2721
 
2722
- #: inc/admin/admin.php:3173
2723
  msgid "Hide Notifications Center"
2724
  msgstr ""
2725
 
2726
- #: inc/admin/admin.php:3181
2727
  msgid "Hide SEO tools"
2728
  msgstr ""
2729
 
2730
- #: inc/admin/admin.php:3189
2731
  msgid "Hide Useful Links"
2732
  msgstr ""
2733
 
2734
- #: inc/admin/admin.php:3197
2735
  msgid "Show Title tag column in post types"
2736
  msgstr ""
2737
 
2738
- #: inc/admin/admin.php:3205
2739
  msgid "Show Meta description column in post types"
2740
  msgstr ""
2741
 
2742
- #: inc/admin/admin.php:3213
2743
  msgid "Show Redirection Enable column in post types"
2744
  msgstr ""
2745
 
2746
- #: inc/admin/admin.php:3221
2747
  msgid "Show Redirect URL column in post types"
2748
  msgstr ""
2749
 
2750
- #: inc/admin/admin.php:3229
2751
  msgid "Show canonical URL column in post types"
2752
  msgstr ""
2753
 
2754
- #: inc/admin/admin.php:3237
2755
  msgid "Show Target Keyword column in post types"
2756
  msgstr ""
2757
 
2758
- #: inc/admin/admin.php:3245
2759
  msgid "Show noindex column in post types"
2760
  msgstr ""
2761
 
2762
- #: inc/admin/admin.php:3253
2763
  msgid "Show nofollow column in post types"
2764
  msgstr ""
2765
 
2766
- #: inc/admin/admin.php:3261
2767
  msgid "Show total number of words column in post types"
2768
  msgstr ""
2769
 
2770
- #: inc/admin/admin.php:3269
2771
  msgid "Show W3C validator column in post types"
2772
  msgstr ""
2773
 
2774
- #: inc/admin/admin.php:3277
2775
  msgid "Show Google Page Speed column in post types"
2776
  msgstr ""
2777
 
2778
- #: inc/admin/admin.php:3286
2779
  msgid "Hide Genesis SEO Metabox"
2780
  msgstr ""
2781
 
2782
- #: inc/admin/admin.php:3294
2783
  msgid "Hide Genesis SEO Settings link"
2784
  msgstr ""
2785
 
2786
- #: inc/admin/admin.php:3302
2787
  msgid "Hide advice in Structured Data Types metabox"
2788
  msgstr ""
2789
 
2790
- #: inc/admin/admin.php:3319
2791
  msgid "Block SEO metabox to user roles"
2792
  msgstr ""
2793
 
2794
- #: inc/admin/admin.php:3327
2795
  msgid "Block Content analysis metabox to user roles"
2796
  msgstr ""
2797
 
2798
- #: inc/admin/admin.php:3382
2799
- msgid "<p>Customize your titles & metas for homepage</p>"
2800
  msgstr ""
2801
 
2802
- #: inc/admin/admin.php:3387
2803
  msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2804
  msgstr ""
2805
 
2806
- #: inc/admin/admin.php:3392
2807
  msgid "<p>Customize your metas for all pages</p>"
2808
  msgstr ""
2809
 
2810
- #: inc/admin/admin.php:3397
2811
  msgid "<p>Customize your metas for all taxonomies archives</p>"
2812
  msgstr ""
2813
 
2814
- #: inc/admin/admin.php:3402
2815
  msgid "<p>Customize your metas for all archives</p>"
2816
  msgstr ""
2817
 
2818
- #: inc/admin/admin.php:3410
2819
  msgid "Change this settings"
2820
  msgstr ""
2821
 
2822
- #: inc/admin/admin.php:3413
2823
  msgid ""
2824
  "To view your sitemap, enable permalinks (not default one), and save settings "
2825
  "to flush them."
2826
  msgstr ""
2827
 
2828
- #: inc/admin/admin.php:3419
2829
  msgid ""
2830
  "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2831
  "add this rule to your configuration:"
2832
  msgstr ""
2833
 
2834
- #: inc/admin/admin.php:3432
2835
  msgid "Noindex content will not be displayed in Sitemaps."
2836
  msgstr ""
2837
 
2838
- #: inc/admin/admin.php:3444
2839
  msgid "Blank sitemap?"
2840
  msgstr ""
2841
 
2842
- #: inc/admin/admin.php:3445
2843
  msgid "404 error?"
2844
  msgstr ""
2845
 
2846
- #: inc/admin/admin.php:3447
2847
  msgid "View your sitemap"
2848
  msgstr ""
2849
 
2850
- #: inc/admin/admin.php:3449
2851
  msgid "Ping Google manually"
2852
  msgstr ""
2853
 
2854
- #: inc/admin/admin.php:3451
2855
  msgid "Flush permalinks"
2856
  msgstr ""
2857
 
2858
- #: inc/admin/admin.php:3457
2859
  msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2860
  msgstr ""
2861
 
2862
- #: inc/admin/admin.php:3467 inc/admin/admin.php:4426
2863
  msgid "Guide to enable a HTML Sitemap - new window"
2864
  msgstr ""
2865
 
2866
- #: inc/admin/admin.php:3472
2867
  msgid "<p>Include/Exclude Post Types.</p>"
2868
  msgstr ""
2869
 
2870
- #: inc/admin/admin.php:3477
2871
  msgid "<p>Include/Exclude Taxonomies.</p>"
2872
  msgstr ""
2873
 
2874
- #: inc/admin/admin.php:3482
2875
  msgid "<p>Configure Google Knowledge Graph.</p>"
2876
  msgstr ""
2877
 
2878
- #: inc/admin/admin.php:3483
2879
  msgid "Learn more on Google official website."
2880
  msgstr ""
2881
 
2882
- #: inc/admin/admin.php:3488
2883
  msgid ""
2884
  "<p>Link your site with your social accounts. Use markup on your website to "
2885
  "add your social profile information to a Google Knowledge panel. Knowledge "
2886
  "panels prominently display your social profile information in some Google "
2887
  "Search results. Filling in these fields does not guarantee the display of "
2888
- "this data in search results. It may take a long time to see these social "
2889
- "networking links.</p>"
2890
  msgstr ""
2891
 
2892
- #: inc/admin/admin.php:3494
2893
  msgid "<p>Manage Open Graph data.</p>"
2894
  msgstr ""
2895
 
2896
- #: inc/admin/admin.php:3496
2897
- msgid ""
2898
- "<p>We generate the <strong>og:image</strong> meta following this order:</p>"
2899
  msgstr ""
2900
 
2901
- #: inc/admin/admin.php:3500
2902
  msgid "Custom OG Image from SEO metabox"
2903
  msgstr ""
2904
 
2905
- #: inc/admin/admin.php:3501 inc/admin/admin.php:3516
2906
  msgid "Post thumbnail"
2907
  msgstr ""
2908
 
2909
- #: inc/admin/admin.php:3502 inc/admin/admin.php:3517
2910
  msgid "First image of your post content"
2911
  msgstr ""
2912
 
2913
- #: inc/admin/admin.php:3503
2914
  msgid "Global OG Image set in SEO > Social > Open Graph"
2915
  msgstr ""
2916
 
2917
- #: inc/admin/admin.php:3509
2918
  msgid "<p>Manage your Twitter card.</p>"
2919
  msgstr ""
2920
 
2921
- #: inc/admin/admin.php:3511
2922
  msgid ""
2923
- "<p>We generate the <strong>twitter:image</strong> meta following this order:"
2924
- "</p>"
2925
  msgstr ""
2926
 
2927
- #: inc/admin/admin.php:3515
2928
  msgid "Custom Twitter image from SEO metabox"
2929
  msgstr ""
2930
 
2931
- #: inc/admin/admin.php:3518
2932
  msgid "Global Twitter:image set in SEO > Social > Twitter Card"
2933
  msgstr ""
2934
 
2935
- #: inc/admin/admin.php:3524
2936
  msgid "<p>Link your Google Analytics to your website.</p>"
2937
  msgstr ""
2938
 
2939
- #: inc/admin/admin.php:3529
2940
  msgid "<p>Configure your Google Analytics tracking code.</p>"
2941
  msgstr ""
2942
 
2943
- #: inc/admin/admin.php:3534
2944
  msgid "<p>Track events in Google Analytics.</p>"
2945
  msgstr ""
2946
 
2947
- #: inc/admin/admin.php:3539
2948
  msgid ""
2949
  "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2950
  "and custom metrics in SEOPress are like the default dimensions and metrics "
@@ -2954,368 +2977,374 @@ msgid ""
2954
  "Google Analytics account. More info by clicking on the help icon."
2955
  msgstr ""
2956
 
2957
- #: inc/admin/admin.php:3549
2958
  msgid "Guide to create custom dimensions in Google Analytics - new window"
2959
  msgstr ""
2960
 
2961
- #: inc/admin/admin.php:3554
2962
  msgid "<p>Advanced SEO options.</p>"
2963
  msgstr ""
2964
 
2965
- #: inc/admin/admin.php:3559
2966
  msgid "<p>Customize SEOPress to fit your needs.</p>"
2967
  msgstr ""
2968
 
2969
- #: inc/admin/admin.php:3564
2970
  msgid "<p>Manage security.</p>"
2971
  msgstr ""
2972
 
2973
- #: inc/admin/admin.php:3577
2974
  msgid "Enter your separator, eg: \"-\""
2975
  msgstr ""
2976
 
2977
- #: inc/admin/admin.php:3581
2978
  #, php-format
2979
  msgid "Use this separator with %%sep%% in your title and meta description."
2980
  msgstr ""
2981
 
2982
- #: inc/admin/admin.php:3587
2983
  msgid "My awesome website"
2984
  msgstr ""
2985
 
2986
- #: inc/admin/admin.php:3592 inc/admin/admin.php:3603 inc/admin/admin.php:3645
2987
- #: inc/admin/admin.php:3764 inc/admin/admin.php:3797 inc/admin/admin.php:3882
2988
- #: inc/admin/admin.php:3958 inc/admin/admin.php:4028 inc/admin/admin.php:4097
2989
- #: inc/admin/admin.php:4147
2990
  msgid "More tags"
2991
  msgstr ""
2992
 
2993
- #: inc/admin/admin.php:3598
2994
  msgid "This is a cool website about Wookiees"
2995
  msgstr ""
2996
 
2997
- #: inc/admin/admin.php:3606
2998
  msgid "Looking to edit your blog page?"
2999
  msgstr ""
3000
 
3001
- #: inc/admin/admin.php:3619 inc/admin/admin.php:3735 inc/admin/admin.php:3859
3002
- #: inc/admin/admin.php:3947 inc/admin/admin.php:4017 inc/admin/admin.php:4086
3003
- #: inc/admin/admin.php:4138
3004
  msgid "Title template"
3005
  msgstr ""
3006
 
3007
- #: inc/admin/admin.php:3652 inc/admin/admin.php:3773 inc/admin/admin.php:3889
3008
- #: inc/admin/admin.php:3964 inc/admin/admin.php:4034 inc/admin/admin.php:4103
3009
- #: inc/admin/admin.php:4153
3010
  msgid "Meta description template"
3011
  msgstr ""
3012
 
3013
- #: inc/admin/admin.php:3694
3014
  msgid ""
3015
  "Do not follow links for this single post type <strong>(nofollow)</strong>"
3016
  msgstr ""
3017
 
3018
- #: inc/admin/admin.php:3713
3019
  msgid "Display date in Google search results?"
3020
  msgstr ""
3021
 
3022
- #: inc/admin/admin.php:3755
 
 
 
 
3023
  msgid "Category Title"
3024
  msgstr ""
3025
 
3026
- #: inc/admin/admin.php:3757
3027
  msgid "Tag Title"
3028
  msgstr ""
3029
 
3030
- #: inc/admin/admin.php:3759
3031
  msgid "Term Title"
3032
  msgstr ""
3033
 
3034
- #: inc/admin/admin.php:3790
3035
  msgid "Category Description"
3036
  msgstr ""
3037
 
3038
- #: inc/admin/admin.php:3792
3039
  msgid "Tag Description"
3040
  msgstr ""
3041
 
3042
- #: inc/admin/admin.php:3794
3043
  msgid "Term Description"
3044
  msgstr ""
3045
 
3046
- #: inc/admin/admin.php:3831
3047
  msgid ""
3048
  "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
3049
  msgstr ""
3050
 
3051
- #: inc/admin/admin.php:3851
3052
  msgid "See archive"
3053
  msgstr ""
3054
 
3055
- #: inc/admin/admin.php:3878
3056
  msgid "Post Type Archive Name"
3057
  msgstr ""
3058
 
3059
- #: inc/admin/admin.php:3931
3060
  msgid ""
3061
  "Do not follow links for this post type archive <strong>(nofollow)</strong>"
3062
  msgstr ""
3063
 
3064
- #: inc/admin/admin.php:3945
3065
  msgid "Author archives"
3066
  msgstr ""
3067
 
3068
- #: inc/admin/admin.php:4006
3069
  msgid "Disable author archives"
3070
  msgstr ""
3071
 
3072
- #: inc/admin/admin.php:4015 inc/admin/admin.php:4026
3073
  msgid "Date archives"
3074
  msgstr ""
3075
 
3076
- #: inc/admin/admin.php:4057
3077
  msgid ""
3078
  "Do not display date archives in search engine results <strong>(noindex)</"
3079
  "strong>"
3080
  msgstr ""
3081
 
3082
- #: inc/admin/admin.php:4075
3083
  msgid "Disable date archives"
3084
  msgstr ""
3085
 
3086
- #: inc/admin/admin.php:4084
3087
  msgid "Search archives"
3088
  msgstr ""
3089
 
3090
- #: inc/admin/admin.php:4095
3091
  msgid "Search Keywords"
3092
  msgstr ""
3093
 
3094
- #: inc/admin/admin.php:4127
3095
  msgid ""
3096
  "Do not display search archives in search engine results <strong>(noindex)</"
3097
  "strong>"
3098
  msgstr ""
3099
 
3100
- #: inc/admin/admin.php:4136
3101
  msgid "404 archives"
3102
  msgstr ""
3103
 
3104
- #: inc/admin/admin.php:4179
3105
  msgid ""
3106
  "Do not display all pages of the site in Google search results and do not "
3107
  "display \"Cached\" links in search results."
3108
  msgstr ""
3109
 
3110
- #: inc/admin/admin.php:4198
3111
  msgid "Do not follow links for all pages."
3112
  msgstr ""
3113
 
3114
- #: inc/admin/admin.php:4217
3115
  msgid ""
3116
  "Do not use Open Directory project metadata for titles or excerpts for all "
3117
  "pages."
3118
  msgstr ""
3119
 
3120
- #: inc/admin/admin.php:4236
3121
  msgid "Do not index images from the entire site."
3122
  msgstr ""
3123
 
3124
- #: inc/admin/admin.php:4255
3125
  msgid "Do not display a \"Cached\" link in the Google search results."
3126
  msgstr ""
3127
 
3128
- #: inc/admin/admin.php:4274
3129
  msgid ""
3130
  "Do not display a description in the Google search results for all pages."
3131
  msgstr ""
3132
 
3133
- #: inc/admin/admin.php:4293
3134
- msgid "Prevent Google to display a sitelinks searchbox in search results."
 
 
3135
  msgstr ""
3136
 
3137
- #: inc/admin/admin.php:4310
3138
  msgid "Add rel next/prev link in head of paginated archive pages"
3139
  msgstr ""
3140
 
3141
- #: inc/admin/admin.php:4312
3142
  msgid "Learn more on Google website"
3143
  msgstr ""
3144
 
3145
- #: inc/admin/admin.php:4339
3146
  msgid "Guide to enable XML Sitemaps - new window"
3147
  msgstr ""
3148
 
3149
- #: inc/admin/admin.php:4356
3150
  msgid ""
3151
  "Enable Image Sitemaps (standard images, image galleries, featured image, "
3152
  "WooCommerce product images)"
3153
  msgstr ""
3154
 
3155
- #: inc/admin/admin.php:4358
3156
  msgid "Images in XML sitemaps are visible only from the source code."
3157
  msgstr ""
3158
 
3159
- #: inc/admin/admin.php:4368
3160
  msgid "Guide to enable XML image sitemaps - new window"
3161
  msgstr ""
3162
 
3163
- #: inc/admin/admin.php:4386
3164
  msgid "Enable Video Sitemaps"
3165
  msgstr ""
3166
 
3167
- #: inc/admin/admin.php:4396
3168
  #, php-format
3169
  msgid ""
3170
  "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
3171
  "\" target=\"_blank\">adding videos to your sitemap.</a>"
3172
  msgstr ""
3173
 
3174
- #: inc/admin/admin.php:4398
3175
  msgid "Guide to enable XML video sitemaps - new window"
3176
  msgstr ""
3177
 
3178
- #: inc/admin/admin.php:4466 inc/admin/admin.php:4510
3179
  msgid "Include"
3180
  msgstr ""
3181
 
3182
- #: inc/admin/admin.php:4469
3183
  msgid ""
3184
  "You should never include attachment post type in your sitemap. Be careful if "
3185
  "you checked this."
3186
  msgstr ""
3187
 
3188
- #: inc/admin/admin.php:4525
3189
  msgid "eg: 2, 28, 68"
3190
  msgstr ""
3191
 
3192
- #: inc/admin/admin.php:4529
3193
  msgid "You can also use this shortcode:"
3194
  msgstr ""
3195
 
3196
- #: inc/admin/admin.php:4539
3197
  msgid "eg: 13, 8, 38"
3198
  msgstr ""
3199
 
3200
- #: inc/admin/admin.php:4553
3201
  msgid ""
3202
  "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3203
  msgstr ""
3204
 
3205
- #: inc/admin/admin.php:4556
3206
  msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3207
  msgstr ""
3208
 
3209
- #: inc/admin/admin.php:4573
3210
  msgid "Default (date)"
3211
  msgstr ""
3212
 
3213
- #: inc/admin/admin.php:4579
3214
  msgid "Modified date"
3215
  msgstr ""
3216
 
3217
- #: inc/admin/admin.php:4582
3218
  msgid "Post ID"
3219
  msgstr ""
3220
 
3221
- #: inc/admin/admin.php:4585
3222
  msgid "Menu order"
3223
  msgstr ""
3224
 
3225
- #: inc/admin/admin.php:4603
3226
  msgid "Disable date after each post, page, post type?"
3227
  msgstr ""
3228
 
3229
- #: inc/admin/admin.php:4638
3230
  msgid "eg: Apple"
3231
  msgstr ""
3232
 
3233
- #: inc/admin/admin.php:4651
3234
  msgid "Select your logo"
3235
  msgstr ""
3236
 
3237
- #: inc/admin/admin.php:4655
3238
- msgid "JPG, PNG or GIF allowed."
3239
  msgstr ""
3240
 
3241
- #: inc/admin/admin.php:4681
3242
  msgid "eg: +33123456789 (internationalized version required)"
3243
  msgstr ""
3244
 
3245
- #: inc/admin/admin.php:4696
3246
  msgid "Customer support"
3247
  msgstr ""
3248
 
3249
- #: inc/admin/admin.php:4699
3250
  msgid "Technical support"
3251
  msgstr ""
3252
 
3253
- #: inc/admin/admin.php:4702
3254
  msgid "Billing support"
3255
  msgstr ""
3256
 
3257
- #: inc/admin/admin.php:4705
3258
  msgid "Bill payment"
3259
  msgstr ""
3260
 
3261
- #: inc/admin/admin.php:4708
3262
  msgid "Sales"
3263
  msgstr ""
3264
 
3265
- #: inc/admin/admin.php:4711
3266
  msgid "Credit card support"
3267
  msgstr ""
3268
 
3269
- #: inc/admin/admin.php:4714
3270
  msgid "Emergency"
3271
  msgstr ""
3272
 
3273
- #: inc/admin/admin.php:4717
3274
  msgid "Baggage tracking"
3275
  msgstr ""
3276
 
3277
- #: inc/admin/admin.php:4720
3278
  msgid "Roadside assistance"
3279
  msgstr ""
3280
 
3281
- #: inc/admin/admin.php:4723
3282
  msgid "Package tracking"
3283
  msgstr ""
3284
 
3285
- #: inc/admin/admin.php:4740 inc/admin/admin.php:5364 inc/admin/admin.php:5441
3286
- #: inc/admin/admin.php:5518 inc/admin/admin.php:5595 inc/admin/admin.php:5672
3287
  msgid "None"
3288
  msgstr ""
3289
 
3290
- #: inc/admin/admin.php:4743
3291
  msgid "Toll Free"
3292
  msgstr ""
3293
 
3294
- #: inc/admin/admin.php:4746
3295
  msgid "Hearing impaired supported"
3296
  msgstr ""
3297
 
3298
- #: inc/admin/admin.php:4772
3299
  msgid "Twitter Page URL"
3300
  msgstr ""
3301
 
3302
- #: inc/admin/admin.php:4873
3303
  msgid "Enable OG data"
3304
  msgstr ""
3305
 
3306
- #: inc/admin/admin.php:4906
3307
  msgid ""
3308
  "One or more Facebook Page IDs that are associated with a URL in order to "
3309
  "enable link editing and instant article publishing."
3310
  msgstr ""
3311
 
3312
- #: inc/admin/admin.php:4919
3313
  msgid ""
3314
  "The ID (or comma-separated list for properties that can accept multiple IDs) "
3315
  "of an app, person using the app, or Page Graph API object."
3316
  msgstr ""
3317
 
3318
- #: inc/admin/admin.php:4931
3319
  msgid ""
3320
  "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3321
  "must add the app ID to your page. Insights lets you view analytics for "
@@ -3325,48 +3354,48 @@ msgid ""
3325
  "span>"
3326
  msgstr ""
3327
 
3328
- #: inc/admin/admin.php:4935
3329
  msgid "How to create a Facebook App ID"
3330
  msgstr ""
3331
 
3332
- #: inc/admin/admin.php:4948
3333
  msgid "Enable Twitter card"
3334
  msgstr ""
3335
 
3336
- #: inc/admin/admin.php:4965
3337
  msgid "Use OG if no Twitter Cards"
3338
  msgstr ""
3339
 
3340
- #: inc/admin/admin.php:5000
3341
  msgid "Default"
3342
  msgstr ""
3343
 
3344
- #: inc/admin/admin.php:5003
3345
  msgid "Large"
3346
  msgstr ""
3347
 
3348
- #: inc/admin/admin.php:5021
3349
  msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3350
  msgstr ""
3351
 
3352
- #: inc/admin/admin.php:5033
3353
  msgid "Enter your Tracking ID (UA-XXXX-XX)"
3354
  msgstr ""
3355
 
3356
- #: inc/admin/admin.php:5037
3357
  msgid "Find your tracking ID"
3358
  msgstr ""
3359
 
3360
- #: inc/admin/admin.php:5051
3361
  msgid "Request user's consent for analytics tracking (required by GDPR)"
3362
  msgstr ""
3363
 
3364
- #: inc/admin/admin.php:5053
3365
  msgid ""
3366
  "<strong>The user must click the Accept button to allow tracking.</strong>"
3367
  msgstr ""
3368
 
3369
- #: inc/admin/admin.php:5055
3370
  msgid ""
3371
  "User roles excluded from tracking will not see the consent message.<br> If "
3372
  "you use a caching plugin, you have to exclude this JS file in your settings: "
@@ -3374,436 +3403,448 @@ msgid ""
3374
  "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3375
  msgstr ""
3376
 
3377
- #: inc/admin/admin.php:5065
3378
  msgid "Hook to add custom tracking code with user consent - new window"
3379
  msgstr ""
3380
 
3381
- #: inc/admin/admin.php:5082
3382
  msgid ""
3383
  "Display and automatically accept the user‘s consent on page load (not fully "
3384
  "GDPR)"
3385
  msgstr ""
3386
 
3387
- #: inc/admin/admin.php:5084
3388
  msgid "The previous option must be checked to use this."
3389
  msgstr ""
3390
 
3391
- #: inc/admin/admin.php:5097
3392
  msgid "Enter your message (HTML allowed)"
3393
  msgstr ""
3394
 
3395
- #: inc/admin/admin.php:5097
3396
  msgid "This message will only appear if request user's consent is enabled."
3397
  msgstr ""
3398
 
3399
- #: inc/admin/admin.php:5108
3400
  msgid "Hook to filter user consent message - new window"
3401
  msgstr ""
3402
 
3403
- #: inc/admin/admin.php:5110
3404
  msgid "HTML tags allowed: strong, em, br, a href / target"
3405
  msgstr ""
3406
 
3407
- #: inc/admin/admin.php:5111
3408
  msgid ""
3409
  "Shortcode allowed to get the privacy page set in WordPress settings: "
3410
  "[seopress_privacy_page]"
3411
  msgstr ""
3412
 
3413
- #: inc/admin/admin.php:5119 inc/functions/options-google-analytics.php:39
3414
  msgid "Accept"
3415
  msgstr ""
3416
 
3417
- #: inc/admin/admin.php:5119
3418
  msgid "Change the button value"
3419
  msgstr ""
3420
 
3421
- #: inc/admin/admin.php:5154
3422
  msgid "Enter your Google Optimize container ID"
3423
  msgstr ""
3424
 
3425
- #: inc/admin/admin.php:5154
3426
  msgid "GTM-XXXXXXX"
3427
  msgstr ""
3428
 
3429
- #: inc/admin/admin.php:5157
3430
  msgid ""
3431
  "Google Optimize offers A/B testing, website testing & personalization tools."
3432
  msgstr ""
3433
 
3434
- #: inc/admin/admin.php:5165
3435
- msgid "Enter your Google Ads conversion ID (eg: AW-123456789"
3436
  msgstr ""
3437
 
3438
- #: inc/admin/admin.php:5165
3439
  msgid "AW-XXXXXXXXX"
3440
  msgstr ""
3441
 
3442
- #: inc/admin/admin.php:5174
3443
- msgid "Paste your tracking code here"
3444
  msgstr ""
3445
 
3446
- #: inc/admin/admin.php:5174
3447
  msgid "Additional tracking code field"
3448
  msgstr ""
3449
 
3450
- #: inc/admin/admin.php:5177
3451
  msgid "This code will be added in the head section of your page."
3452
  msgstr ""
3453
 
3454
- #: inc/admin/admin.php:5192
 
 
 
 
 
 
 
 
 
 
 
 
3455
  msgid ""
3456
  "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3457
  "represents a group of users you want to re-engage because of their "
3458
  "likelihood to convert."
3459
  msgstr ""
3460
 
3461
- #: inc/admin/admin.php:5213
3462
  msgid ""
3463
  "When a customer of Analytics requests IP address anonymization, Analytics "
3464
  "anonymizes the address as soon as technically feasible at the earliest "
3465
  "possible stage of the collection network."
3466
  msgstr ""
3467
 
3468
- #: inc/admin/admin.php:5234
3469
  msgid ""
3470
  "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3471
  "report by automatically differentiating between multiple links to the same "
3472
  "URL on a single page by using link element IDs."
3473
  msgstr ""
3474
 
3475
- #: inc/admin/admin.php:5255
3476
  msgid ""
3477
  "Cross domain tracking makes it possible for Analytics to see sessions on two "
3478
  "related sites (such as an ecommerce site and a separate shopping cart site) "
3479
  "as a single session. This is sometimes called site linking."
3480
  msgstr ""
3481
 
3482
- #: inc/admin/admin.php:5269
3483
- msgid "Enter yours domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3484
  msgstr ""
3485
 
3486
- #: inc/admin/admin.php:5286
3487
  msgid "Enable external links tracking"
3488
  msgstr ""
3489
 
3490
- #: inc/admin/admin.php:5303
3491
  msgid "Enable download tracking"
3492
  msgstr ""
3493
 
3494
- #: inc/admin/admin.php:5315
3495
  msgid "pdf|docx|pptx|zip"
3496
  msgstr ""
3497
 
3498
- #: inc/admin/admin.php:5319
3499
  msgid "Separate each file type extensions with a pipe \"|\""
3500
  msgstr ""
3501
 
3502
- #: inc/admin/admin.php:5334
3503
  msgid "Enable affiliate/outbound tracking"
3504
  msgstr ""
3505
 
3506
- #: inc/admin/admin.php:5346
3507
  msgid "aff|go|out"
3508
  msgstr ""
3509
 
3510
- #: inc/admin/admin.php:5350
3511
  msgid "Separate each keyword with a pipe \"|\""
3512
  msgstr ""
3513
 
3514
- #: inc/admin/admin.php:5367 inc/admin/admin.php:5444 inc/admin/admin.php:5521
3515
- #: inc/admin/admin.php:5598 inc/admin/admin.php:5675
3516
  msgid "Custom Dimension #1"
3517
  msgstr ""
3518
 
3519
- #: inc/admin/admin.php:5370 inc/admin/admin.php:5447 inc/admin/admin.php:5524
3520
- #: inc/admin/admin.php:5601 inc/admin/admin.php:5678
3521
  msgid "Custom Dimension #2"
3522
  msgstr ""
3523
 
3524
- #: inc/admin/admin.php:5373 inc/admin/admin.php:5450 inc/admin/admin.php:5527
3525
- #: inc/admin/admin.php:5604 inc/admin/admin.php:5681
3526
  msgid "Custom Dimension #3"
3527
  msgstr ""
3528
 
3529
- #: inc/admin/admin.php:5376 inc/admin/admin.php:5453 inc/admin/admin.php:5530
3530
- #: inc/admin/admin.php:5607 inc/admin/admin.php:5684
3531
  msgid "Custom Dimension #4"
3532
  msgstr ""
3533
 
3534
- #: inc/admin/admin.php:5379 inc/admin/admin.php:5456 inc/admin/admin.php:5533
3535
- #: inc/admin/admin.php:5610 inc/admin/admin.php:5687
3536
  msgid "Custom Dimension #5"
3537
  msgstr ""
3538
 
3539
- #: inc/admin/admin.php:5382 inc/admin/admin.php:5459 inc/admin/admin.php:5536
3540
- #: inc/admin/admin.php:5613 inc/admin/admin.php:5690
3541
  msgid "Custom Dimension #6"
3542
  msgstr ""
3543
 
3544
- #: inc/admin/admin.php:5385 inc/admin/admin.php:5462 inc/admin/admin.php:5539
3545
- #: inc/admin/admin.php:5616 inc/admin/admin.php:5693
3546
  msgid "Custom Dimension #7"
3547
  msgstr ""
3548
 
3549
- #: inc/admin/admin.php:5388 inc/admin/admin.php:5465 inc/admin/admin.php:5542
3550
- #: inc/admin/admin.php:5619 inc/admin/admin.php:5696
3551
  msgid "Custom Dimension #8"
3552
  msgstr ""
3553
 
3554
- #: inc/admin/admin.php:5391 inc/admin/admin.php:5468 inc/admin/admin.php:5545
3555
- #: inc/admin/admin.php:5622 inc/admin/admin.php:5699
3556
  msgid "Custom Dimension #9"
3557
  msgstr ""
3558
 
3559
- #: inc/admin/admin.php:5394 inc/admin/admin.php:5471 inc/admin/admin.php:5548
3560
- #: inc/admin/admin.php:5625 inc/admin/admin.php:5702
3561
  msgid "Custom Dimension #10"
3562
  msgstr ""
3563
 
3564
- #: inc/admin/admin.php:5397 inc/admin/admin.php:5474 inc/admin/admin.php:5551
3565
- #: inc/admin/admin.php:5628 inc/admin/admin.php:5705
3566
  msgid "Custom Dimension #11"
3567
  msgstr ""
3568
 
3569
- #: inc/admin/admin.php:5400 inc/admin/admin.php:5477 inc/admin/admin.php:5554
3570
- #: inc/admin/admin.php:5631 inc/admin/admin.php:5708
3571
  msgid "Custom Dimension #12"
3572
  msgstr ""
3573
 
3574
- #: inc/admin/admin.php:5403 inc/admin/admin.php:5480 inc/admin/admin.php:5557
3575
- #: inc/admin/admin.php:5634 inc/admin/admin.php:5711
3576
  msgid "Custom Dimension #13"
3577
  msgstr ""
3578
 
3579
- #: inc/admin/admin.php:5406 inc/admin/admin.php:5483 inc/admin/admin.php:5560
3580
- #: inc/admin/admin.php:5637 inc/admin/admin.php:5714
3581
  msgid "Custom Dimension #14"
3582
  msgstr ""
3583
 
3584
- #: inc/admin/admin.php:5409 inc/admin/admin.php:5486 inc/admin/admin.php:5563
3585
- #: inc/admin/admin.php:5640 inc/admin/admin.php:5717
3586
  msgid "Custom Dimension #15"
3587
  msgstr ""
3588
 
3589
- #: inc/admin/admin.php:5412 inc/admin/admin.php:5489 inc/admin/admin.php:5566
3590
- #: inc/admin/admin.php:5643 inc/admin/admin.php:5720
3591
  msgid "Custom Dimension #16"
3592
  msgstr ""
3593
 
3594
- #: inc/admin/admin.php:5415 inc/admin/admin.php:5492 inc/admin/admin.php:5569
3595
- #: inc/admin/admin.php:5646 inc/admin/admin.php:5723
3596
  msgid "Custom Dimension #17"
3597
  msgstr ""
3598
 
3599
- #: inc/admin/admin.php:5418 inc/admin/admin.php:5495 inc/admin/admin.php:5572
3600
- #: inc/admin/admin.php:5649 inc/admin/admin.php:5726
3601
  msgid "Custom Dimension #18"
3602
  msgstr ""
3603
 
3604
- #: inc/admin/admin.php:5421 inc/admin/admin.php:5498 inc/admin/admin.php:5575
3605
- #: inc/admin/admin.php:5652 inc/admin/admin.php:5729
3606
  msgid "Custom Dimension #19"
3607
  msgstr ""
3608
 
3609
- #: inc/admin/admin.php:5424 inc/admin/admin.php:5501 inc/admin/admin.php:5578
3610
- #: inc/admin/admin.php:5655 inc/admin/admin.php:5732
3611
  msgid "Custom Dimension #20"
3612
  msgstr ""
3613
 
3614
- #: inc/admin/admin.php:5750
3615
  msgid "Redirect attachment pages to post parent (or homepage if none)"
3616
  msgstr ""
3617
 
3618
- #: inc/admin/admin.php:5769
3619
  msgid ""
3620
  "If this option is checked, it will take precedence over the redirection of "
3621
- "attachments to the post parent."
3622
  msgstr ""
3623
 
3624
- #: inc/admin/admin.php:5786
3625
  msgid "Remove ?replytocom link in source code"
3626
  msgstr ""
3627
 
3628
- #: inc/admin/admin.php:5803
3629
  msgid ""
3630
  "When sending an image file, automatically set the title based on the filename"
3631
  msgstr ""
3632
 
3633
- #: inc/admin/admin.php:5820
3634
  msgid ""
3635
  "When sending an image file, automatically set the alternative text based on "
3636
  "the filename"
3637
  msgstr ""
3638
 
3639
- #: inc/admin/admin.php:5837
3640
  msgid ""
3641
  "When sending an image file, automatically set the caption based on the "
3642
  "filename"
3643
  msgstr ""
3644
 
3645
- #: inc/admin/admin.php:5854
3646
  msgid ""
3647
  "When sending an image file, automatically set the description based on the "
3648
  "filename"
3649
  msgstr ""
3650
 
3651
- #: inc/admin/admin.php:5871
3652
  msgid "Add TINYMCE editor to term description"
3653
  msgstr ""
3654
 
3655
- #: inc/admin/admin.php:5888
3656
  msgid "You have to flush your permalinks each time you change this settings"
3657
  msgstr ""
3658
 
3659
- #: inc/admin/admin.php:5905
3660
  msgid ""
3661
  "You must check this box if the structure of your permalinks DOES NOT contain "
3662
  "a slash at the end (eg: /%postname%)"
3663
  msgstr ""
3664
 
3665
- #: inc/admin/admin.php:5922
3666
  msgid "Remove WordPress meta generator in source code"
3667
  msgstr ""
3668
 
3669
- #: inc/admin/admin.php:5939
3670
  msgid "Remove WordPress shortlink meta tag in source code (eg:"
3671
  msgstr ""
3672
 
3673
- #: inc/admin/admin.php:5956
3674
  msgid "Remove Windows Live Writer meta tag in source code (eg:"
3675
  msgstr ""
3676
 
3677
- #: inc/admin/admin.php:5973
3678
  msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3679
  msgstr ""
3680
 
3681
- #: inc/admin/admin.php:5985
3682
  msgid "Enter Google meta value site verification"
3683
  msgstr ""
3684
 
3685
- #: inc/admin/admin.php:5990
3686
  msgid ""
3687
  "If your site is already verified in <strong>Google Search Console</strong>, "
3688
  "you can leave this field empty."
3689
  msgstr ""
3690
 
3691
- #: inc/admin/admin.php:5999
3692
  msgid "Enter Bing meta value site verification"
3693
  msgstr ""
3694
 
3695
- #: inc/admin/admin.php:6003
3696
  msgid ""
3697
  "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
3698
  "you can leave this field empty."
3699
  msgstr ""
3700
 
3701
- #: inc/admin/admin.php:6012
3702
  msgid "Enter Pinterest meta value site verification"
3703
  msgstr ""
3704
 
3705
- #: inc/admin/admin.php:6024
3706
  msgid "Enter Yandex meta value site verification"
3707
  msgstr ""
3708
 
3709
- #: inc/admin/admin.php:6041
3710
  msgid "Remove SEOPress from Admin Bar in backend and frontend"
3711
  msgstr ""
3712
 
3713
- #: inc/admin/admin.php:6057
3714
  msgid "High priority (top)"
3715
  msgstr ""
3716
 
3717
- #: inc/admin/admin.php:6060
3718
  msgid "Normal priority (default)"
3719
  msgstr ""
3720
 
3721
- #: inc/admin/admin.php:6063
3722
  msgid "Low priority"
3723
  msgstr ""
3724
 
3725
- #: inc/admin/admin.php:6081
3726
  msgid "Hide Notifications Center in SEOPress Dashboard page"
3727
  msgstr ""
3728
 
3729
- #: inc/admin/admin.php:6098
3730
  msgid "Hide SEO tools in SEOPress Dashboard page"
3731
  msgstr ""
3732
 
3733
- #: inc/admin/admin.php:6115
3734
  msgid "Hide Useful Links in SEOPress dashboard page"
3735
  msgstr ""
3736
 
3737
- #: inc/admin/admin.php:6132
3738
  msgid "Add title column"
3739
  msgstr ""
3740
 
3741
- #: inc/admin/admin.php:6149
3742
  msgid "Add meta description column"
3743
  msgstr ""
3744
 
3745
- #: inc/admin/admin.php:6166
3746
  msgid "Add redirection enable column"
3747
  msgstr ""
3748
 
3749
- #: inc/admin/admin.php:6183
3750
  msgid "Add redirection URL column"
3751
  msgstr ""
3752
 
3753
- #: inc/admin/admin.php:6200
3754
  msgid "Add canonical URL column"
3755
  msgstr ""
3756
 
3757
- #: inc/admin/admin.php:6217
3758
  msgid "Add target keyword column"
3759
  msgstr ""
3760
 
3761
- #: inc/admin/admin.php:6234
3762
  msgid "Display noindex status"
3763
  msgstr ""
3764
 
3765
- #: inc/admin/admin.php:6251
3766
  msgid "Display nofollow status"
3767
  msgstr ""
3768
 
3769
- #: inc/admin/admin.php:6268
3770
  msgid "Display total number of words in content"
3771
  msgstr ""
3772
 
3773
- #: inc/admin/admin.php:6285
3774
  msgid "Display W3C column to check code quality"
3775
  msgstr ""
3776
 
3777
- #: inc/admin/admin.php:6303
3778
  msgid "Display Page Speed column to check performances"
3779
  msgstr ""
3780
 
3781
- #: inc/admin/admin.php:6321
3782
  msgid "Remove Genesis SEO Metabox"
3783
  msgstr ""
3784
 
3785
- #: inc/admin/admin.php:6338
3786
  msgid "Remove Genesis SEO link in WP Admin Menu"
3787
  msgstr ""
3788
 
3789
- #: inc/admin/admin.php:6355
3790
  msgid "Remove the advice if None schema selected"
3791
  msgstr ""
3792
 
3793
- #: inc/admin/admin.php:6393 inc/admin/admin.php:6428
3794
  msgid ""
3795
- "Hook to filter Structured data types metabox call by post type - new window"
3796
  msgstr ""
3797
 
3798
- #: inc/admin/adminbar.php:63
3799
  msgid "BOT"
3800
  msgstr ""
3801
 
3802
- #: inc/admin/adminbar.php:93
3803
  msgid "Broken Links"
3804
  msgstr ""
3805
 
3806
- #: inc/admin/adminbar.php:106
3807
  msgid "Configuration wizard"
3808
  msgstr ""
3809
 
@@ -3828,8 +3869,8 @@ msgstr ""
3828
 
3829
  #: inc/functions/options-advanced-admin.php:44
3830
  msgid ""
3831
- "URL rewriting is NOT enabled on your site. Select a permalink structure "
3832
- "optimized for SEO (NOT Plain)."
3833
  msgstr ""
3834
 
3835
  #: inc/functions/options-advanced-admin.php:287
@@ -3919,37 +3960,37 @@ msgstr ""
3919
  #: inc/functions/options-google-analytics.php:24
3920
  msgid ""
3921
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3922
- "tracking statistics etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
3923
  "\"10\">Read more</a>"
3924
  msgstr ""
3925
 
3926
  #: inc/functions/options-google-analytics.php:26
3927
  msgid ""
3928
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3929
- "tracking statistics etc."
3930
  msgstr ""
3931
 
3932
  #: inc/functions/options-google-analytics.php:42
3933
  msgid "X"
3934
  msgstr ""
3935
 
3936
- #: inc/functions/options-google-analytics.php:374
3937
  msgid "Authors"
3938
  msgstr ""
3939
 
3940
- #: inc/functions/options-google-analytics.php:393
3941
  msgid "Categories"
3942
  msgstr ""
3943
 
3944
- #: inc/functions/options-google-analytics.php:419
3945
  msgid "Tags"
3946
  msgstr ""
3947
 
3948
- #: inc/functions/options-google-analytics.php:433
3949
  msgid "Post types"
3950
  msgstr ""
3951
 
3952
- #: inc/functions/options-google-analytics.php:447
3953
  msgid "Connected users"
3954
  msgstr ""
3955
 
@@ -3974,18 +4015,22 @@ msgstr ""
3974
  msgid "XML Sitemaps"
3975
  msgstr ""
3976
 
3977
- #: seopress.php:124
3978
  msgid "has been successfully updated!"
3979
  msgstr ""
3980
 
3981
- #: seopress.php:287
 
 
 
 
3982
  msgid "You like SEOPress? Don't forget to rate it 5 stars!"
3983
  msgstr ""
3984
 
3985
- #: seopress.php:334
3986
  msgid "SEOPress.org"
3987
  msgstr ""
3988
 
3989
- #: seopress.php:336
3990
  msgid "GO PRO!"
3991
  msgstr ""
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-08-08 11:56+0200\n"
7
  "PO-Revision-Date: 2019-06-19 15:31+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/adminbar.php:77
26
  msgid "PRO"
27
  msgstr ""
28
 
41
  msgstr ""
42
 
43
  #: inc/admin/admin-header.php:47 inc/admin/admin.php:187
44
+ #: inc/admin/admin.php:1486 inc/admin/adminbar.php:37
45
  msgid "Social Networks"
46
  msgstr ""
47
 
48
  #: inc/admin/admin-header.php:53 inc/admin/admin.php:188
49
+ #: inc/admin/admin.php:1524 inc/admin/adminbar.php:43
50
  msgid "Google Analytics"
51
  msgstr ""
52
 
53
  #: inc/admin/admin-header.php:59 inc/admin/admin-metaboxes-form.php:58
54
+ #: inc/admin/admin.php:189 inc/admin/admin.php:346 inc/admin/admin.php:620
55
+ #: inc/admin/admin.php:1562 inc/admin/adminbar.php:49
56
  msgid "Advanced"
57
  msgstr ""
58
 
59
+ #: inc/admin/admin-header.php:67 inc/admin/admin.php:1591
60
  msgid "WooCommerce"
61
  msgstr ""
62
 
63
+ #: inc/admin/admin-header.php:73 inc/admin/admin.php:1619
64
  msgid "Easy Digital Downloads"
65
  msgstr ""
66
 
67
+ #: inc/admin/admin-header.php:79 inc/admin/admin.php:1647
68
  msgid "Local Business"
69
  msgstr ""
70
 
71
+ #: inc/admin/admin-header.php:85 inc/admin/admin.php:1675
72
  msgid "Dublin Core"
73
  msgstr ""
74
 
76
  msgid "Structured Data Types (schema.org)"
77
  msgstr ""
78
 
79
+ #: inc/admin/admin-header.php:97 inc/admin/admin.php:1732
80
  msgid "Breadcrumbs"
81
  msgstr ""
82
 
83
+ #: inc/admin/admin-header.php:103 inc/admin/admin.php:1770
84
  msgid "Google Page Speed"
85
  msgstr ""
86
 
87
+ #: inc/admin/admin-header.php:110 inc/admin/admin.php:1791
88
  msgid "robots.txt"
89
  msgstr ""
90
 
91
+ #: inc/admin/admin-header.php:117 inc/admin/admin.php:1832
92
  msgid "Google News Sitemap"
93
  msgstr ""
94
 
95
+ #: inc/admin/admin-header.php:123 inc/admin/admin.php:658
96
+ #: inc/admin/admin.php:1871 inc/admin/adminbar.php:92
97
  msgid "Redirections"
98
  msgstr ""
99
 
100
+ #: inc/admin/admin-header.php:129 inc/admin/admin.php:1910
101
  msgid "Broken links"
102
  msgstr ""
103
 
104
+ #: inc/admin/admin-header.php:135 inc/admin/admin.php:1939
105
+ #: inc/admin/adminbar.php:107
106
  msgid "Backlinks"
107
  msgstr ""
108
 
109
+ #: inc/admin/admin-header.php:141 inc/admin/admin.php:1950
110
  msgid "URL Rewriting"
111
  msgstr ""
112
 
114
  msgid "White Label"
115
  msgstr ""
116
 
117
+ #: inc/admin/admin-header.php:154 inc/admin/admin.php:1981
118
  msgid ".htaccess"
119
  msgstr ""
120
 
121
+ #: inc/admin/admin-header.php:161 inc/admin/admin.php:1993
122
  msgid "RSS"
123
  msgstr ""
124
 
125
+ #: inc/admin/admin-header.php:167 inc/admin/admin.php:1323
126
+ #: inc/admin/admin.php:2026 inc/admin/adminbar.php:71
127
  msgid "License"
128
  msgstr ""
129
 
130
  #: inc/admin/admin-header.php:174 inc/admin/admin.php:190
131
+ #: inc/admin/admin.php:2005 inc/admin/adminbar.php:55
132
  msgid "Tools"
133
  msgstr ""
134
 
227
  msgid "Get suggestions!"
228
  msgstr ""
229
 
230
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:89
231
  msgid "Optimizations"
232
  msgstr ""
233
 
234
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:90
235
  msgid "Configuration"
236
  msgstr ""
237
 
238
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:91
239
  msgid "Images"
240
  msgstr ""
241
 
242
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:92
243
  msgid "Links"
244
  msgstr ""
245
 
246
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:98
247
  msgid "Words counter"
248
  msgstr ""
249
 
250
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:99
251
+ msgid ""
252
+ "Words counter is not a direct ranking factor. But, your content must be as "
253
+ "qualitative as possible, with relevant and unique information. To fulfill "
254
+ "these conditions, your article requires a minimum of paragraphs, so words."
255
+ msgstr ""
256
+
257
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:101
258
  msgid "words found."
259
  msgstr ""
260
 
261
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:102
262
  msgid "unique words found."
263
  msgstr ""
264
 
265
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:105
266
  msgid ""
267
  "Your content is composed of more than 300 words, which is the minimum for a "
268
  "post."
269
  msgstr ""
270
 
271
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:107
272
  msgid "Your content is too short. Add a few more paragraphs!"
273
  msgstr ""
274
 
275
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:114
276
+ msgid "Keywords density"
277
+ msgstr ""
278
+
279
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:126
280
+ #, php-format
281
+ msgid "%s was found %d times in your content, a keyword density of %s%%"
282
+ msgstr ""
283
+
284
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:131
285
+ msgid ""
286
+ "Learn more about <a href=\"https://www.youtube.com/watch?v=Rk4qgQdp2UA\" "
287
+ "target=\"_blank\">keywords stuffing</a>."
288
+ msgstr ""
289
+
290
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:136
291
  msgid "H1 (Heading 1)"
292
  msgstr ""
293
 
294
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:142
295
  msgid "Target keywords were found in Heading 1 (H1)."
296
  msgstr ""
297
 
298
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:151
299
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:172
300
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:190
301
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:209
302
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:238
303
  #, php-format
304
  msgid "%s was found %d times."
305
  msgstr ""
306
 
307
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:156
308
  #, php-format
309
  msgid "We found %d Heading 1 (H1) in your content."
310
  msgstr ""
311
 
312
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:157
313
  msgid ""
314
  "You should not use more than one H1 heading in your post content. The rule "
315
+ "is simple: only one H1 for each web page. It is better for both SEO and "
316
+ "accessibility."
317
  msgstr ""
318
 
319
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:162
320
  msgid "H2 (Heading 2)"
321
  msgstr ""
322
 
323
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:164
324
  msgid "Target keywords were found in Heading 2 (H2)."
325
  msgstr ""
326
 
327
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:176
328
  msgid "None of your target keywords were found in Heading 2 (H2)."
329
  msgstr ""
330
 
331
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:180
332
  msgid "H3 (Heading 3)"
333
  msgstr ""
334
 
335
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:182
336
  msgid "Target keywords were found in Heading 3 (H3)."
337
  msgstr ""
338
 
339
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:194
340
  msgid "None of your target keywords were found in Heading 3 (H3)."
341
  msgstr ""
342
 
343
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:198
344
  msgid "Meta title"
345
  msgstr ""
346
 
347
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:201
348
  msgid "Target keywords were found in the Meta Title."
349
  msgstr ""
350
 
351
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:213
352
  msgid "None of your target keywords were found in the Meta Title."
353
  msgstr ""
354
 
355
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:217
356
  msgid "Your custom title is too long."
357
  msgstr ""
358
 
359
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:219
360
  msgid "The length of your title is correct"
361
  msgstr ""
362
 
363
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:222
364
  msgid "No custom title is set for this post."
365
  msgstr ""
366
 
367
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:226
368
  #: inc/admin/admin-metaboxes-form.php:111
369
  #: inc/admin/admin-metaboxes-form.php:112 inc/admin/admin-wizard.php:256
370
  #: inc/admin/admin-wizard.php:275 inc/admin/admin-wizard.php:292
371
+ #: inc/admin/admin-wizard.php:311 inc/admin/admin.php:711
372
+ #: inc/admin/admin.php:732 inc/admin/admin.php:751 inc/admin/admin.php:772
373
+ #: inc/admin/admin.php:2121 inc/admin/admin.php:3572
374
  #: inc/functions/options-advanced-admin.php:761
375
  msgid "Meta description"
376
  msgstr ""
377
 
378
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:230
379
  msgid "Target keywords were found in the Meta description."
380
  msgstr ""
381
 
382
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:242
383
  msgid "None of your target keywords were found in the Meta description."
384
  msgstr ""
385
 
386
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:246
387
  msgid "You custom meta description is too long."
388
  msgstr ""
389
 
390
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:248
391
  msgid "The length of your meta description is correct"
392
  msgstr ""
393
 
394
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:251
395
  msgid "No custom meta description is set for this post."
396
  msgstr ""
397
 
398
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:257
399
  msgid "Robots"
400
  msgstr ""
401
 
402
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:267
403
  #, php-format
404
  msgid ""
405
  "We found %s meta robots in your page. There is probably something wrong with "
406
  "your theme!"
407
  msgstr ""
408
 
409
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:271
410
  msgid "noindex is on! Search engines can't index this page."
411
  msgstr ""
412
 
413
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:273
414
  msgid "noindex is off. Search engines will index this page."
415
  msgstr ""
416
 
417
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:277
418
  msgid "nofollow is on! Search engines can't follow your links on this page."
419
  msgstr ""
420
 
421
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:279
422
  msgid "nofollow is off. Search engines will follow links on this page."
423
  msgstr ""
424
 
425
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:283
426
  msgid "noarchive is on! Search engines will not cache your page."
427
  msgstr ""
428
 
429
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:285
430
  msgid "noarchive is off. Search engines will probably cache your page."
431
  msgstr ""
432
 
433
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:289
434
  msgid ""
435
  "nosnippet is on! Search engines will not display a snippet of this page in "
436
  "search results."
437
  msgstr ""
438
 
439
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:291
440
  msgid ""
441
  "nosnippet is off. Search engines will display a snippet of this page in "
442
  "search results."
443
  msgstr ""
444
 
445
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:294
446
  msgid ""
447
  "We found no meta robots on this page. It means, your page is index,follow. "
448
  "Search engines will index it, and follow links. "
449
  msgstr ""
450
 
451
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:302
452
  msgid ""
453
  "noimageindex is on! Google will not index your images on this page (but if "
454
  "someone makes a direct link to one of your image in this page, it will be "
455
  "indexed)."
456
  msgstr ""
457
 
458
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:304
459
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:313
460
  msgid "noimageindex is off. Google will index the images on this page."
461
  msgstr ""
462
 
463
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:308
464
  msgid ""
465
  "nositelinkssearchbox is on! Google will not display a sitelinks searchbox in "
466
  "search results."
467
  msgstr ""
468
 
469
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:310
470
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:315
471
  msgid ""
472
  "nositelinkssearchbox is off. Google will probably display a sitelinks "
473
  "searchbox in search results."
474
  msgstr ""
475
 
476
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:325
477
  msgid ""
478
  "No alternative text found for these images. Alt tags are important for both "
479
  "SEO and accessibility."
480
  msgstr ""
481
 
482
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:336
483
  msgid "All alternative tags are filled in. Good work!"
484
  msgstr ""
485
 
486
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:339
487
  msgid ""
488
  "We could not find any image in your content. Content with media is a plus "
489
  "for your SEO."
490
  msgstr ""
491
 
492
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:345
493
  msgid "NoFollow Links"
494
  msgstr ""
495
 
496
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:350
497
  #, php-format
498
  msgid ""
499
  "We found %d links with nofollow attribute in your page. Do not overuse "
500
  "nofollow attribute in links. Below, the list:"
501
  msgstr ""
502
 
503
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:360
504
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:379
505
  msgid "This page doesn't have any nofollow links."
506
  msgstr ""
507
 
508
+ #: inc/admin/admin-metaboxes-content-analysis-form.php:364
509
+ msgid "Outbound Links"
510
+ msgstr ""
511
+
512
  #: inc/admin/admin-metaboxes-form.php:48 inc/admin/admin-metaboxes.php:163
513
  #: inc/admin/admin-metaboxes.php:166 inc/admin/admin.php:183
514
  #: inc/admin/adminbar.php:12 inc/functions/options-advanced-admin.php:751
561
  msgid " (maximum recommended limit)"
562
  msgstr ""
563
 
564
+ #: inc/admin/admin-metaboxes-form.php:103 inc/admin/admin.php:3618
565
+ #: inc/admin/admin.php:4587
566
  msgid "Post Title"
567
  msgstr ""
568
 
569
  #: inc/admin/admin-metaboxes-form.php:105 inc/admin/admin.php:198
570
+ #: inc/admin/admin.php:3563 inc/admin/admin.php:3622 inc/admin/admin.php:3765
571
+ #: inc/admin/admin.php:3888 inc/admin/admin.php:3966 inc/admin/admin.php:4037
572
+ #: inc/admin/admin.php:4107 inc/admin/admin.php:4157
573
  msgid "Site Title"
574
  msgstr ""
575
 
576
  #: inc/admin/admin-metaboxes-form.php:107 inc/admin/admin-wizard.php:369
577
+ #: inc/admin/admin.php:2105 inc/admin/admin.php:3550 inc/admin/admin.php:3564
578
+ #: inc/admin/admin.php:3620 inc/admin/admin.php:3763 inc/admin/admin.php:3886
579
+ #: inc/admin/admin.php:3965 inc/admin/admin.php:4036 inc/admin/admin.php:4106
580
+ #: inc/admin/admin.php:4158
581
  msgid "Separator"
582
  msgstr ""
583
 
641
 
642
  #: inc/admin/admin-metaboxes-form.php:192
643
  msgid ""
644
+ "You cannot uncheck a parameter? This is normal, and it's most likely defined "
645
  "in the global settings of the extension."
646
  msgstr ""
647
 
648
  #: inc/admin/admin-metaboxes-form.php:195
649
  #: inc/admin/admin-metaboxes-form.php:196 inc/admin/admin-wizard.php:260
650
  #: inc/admin/admin-wizard.php:296 inc/admin/admin-wizard.php:315
651
+ #: inc/admin/admin.php:715 inc/admin/admin.php:755 inc/admin/admin.php:776
652
  msgid "Canonical URL"
653
  msgstr ""
654
 
679
  msgstr ""
680
 
681
  #: inc/admin/admin-metaboxes-form.php:211 inc/admin/admin-wizard.php:380
682
+ #: inc/admin/admin.php:4630
683
  msgid "None (will disable this feature)"
684
  msgstr ""
685
 
720
  msgstr ""
721
 
722
  #: inc/admin/admin-metaboxes-form.php:242
723
+ #: inc/admin/admin-metaboxes-form.php:260 inc/admin/admin.php:4899
724
+ #: inc/admin/admin.php:4991
725
  msgid "Select your default thumbnail"
726
  msgstr ""
727
 
728
+ #: inc/admin/admin-metaboxes-form.php:243 inc/admin/admin.php:4903
729
  msgid ""
730
  "Minimum size: 200x200px, ideal ratio 1.91:1, 8Mb max. (eg: 1640x856px or "
731
  "3280x1712px for retina screens)"
733
 
734
  #: inc/admin/admin-metaboxes-form.php:244
735
  #: inc/admin/admin-metaboxes-form.php:262
736
+ #: inc/admin/admin-metaboxes-form.php:405 inc/admin/admin.php:4664
737
+ #: inc/admin/admin.php:4901 inc/admin/admin.php:4993
738
  msgid "Upload an Image"
739
  msgstr ""
740
 
765
  msgid "Twitter Thumbnail"
766
  msgstr ""
767
 
768
+ #: inc/admin/admin-metaboxes-form.php:261 inc/admin/admin.php:4995
769
  msgid ""
770
  "Minimum size: 144x144px (300x157px with large card enabled), ideal ratio 1:1 "
771
  "(2:1 with large card), 5Mb max."
809
  msgstr ""
810
 
811
  #: inc/admin/admin-metaboxes-form.php:290
812
+ msgid "Exactly match all parameters"
813
  msgstr ""
814
 
815
  #: inc/admin/admin-metaboxes-form.php:291
1046
  "quickly."
1047
  msgstr ""
1048
 
1049
+ #: inc/admin/admin-wizard.php:252 inc/admin/admin.php:707
1050
  msgid "Import posts and terms metadata from Yoast"
1051
  msgstr ""
1052
 
1053
  #: inc/admin/admin-wizard.php:253 inc/admin/admin-wizard.php:272
1054
  #: inc/admin/admin-wizard.php:289 inc/admin/admin-wizard.php:308
1055
+ #: inc/admin/admin.php:708 inc/admin/admin.php:729 inc/admin/admin.php:748
1056
+ #: inc/admin/admin.php:769
1057
  msgid "By clicking Migrate, we'll import:"
1058
  msgstr ""
1059
 
1060
  #: inc/admin/admin-wizard.php:255 inc/admin/admin-wizard.php:274
1061
  #: inc/admin/admin-wizard.php:291 inc/admin/admin-wizard.php:310
1062
+ #: inc/admin/admin.php:710 inc/admin/admin.php:731 inc/admin/admin.php:750
1063
+ #: inc/admin/admin.php:771
1064
  msgid "Title tags"
1065
  msgstr ""
1066
 
1067
  #: inc/admin/admin-wizard.php:257 inc/admin/admin-wizard.php:276
1068
  #: inc/admin/admin-wizard.php:293 inc/admin/admin-wizard.php:312
1069
+ #: inc/admin/admin.php:712 inc/admin/admin.php:733 inc/admin/admin.php:752
1070
+ #: inc/admin/admin.php:773
1071
  msgid "Facebook Open Graph tags (title, description and image thumbnail)"
1072
  msgstr ""
1073
 
1074
  #: inc/admin/admin-wizard.php:258 inc/admin/admin-wizard.php:294
1075
+ #: inc/admin/admin-wizard.php:313 inc/admin/admin.php:713
1076
+ #: inc/admin/admin.php:753 inc/admin/admin.php:774
1077
  msgid "Twitter tags (title, description and image thumbnail)"
1078
  msgstr ""
1079
 
1080
+ #: inc/admin/admin-wizard.php:259 inc/admin/admin.php:714
1081
  msgid "Meta Robots (noindex, nofollow...)"
1082
  msgstr ""
1083
 
1084
  #: inc/admin/admin-wizard.php:261 inc/admin/admin-wizard.php:316
1085
+ #: inc/admin/admin.php:716 inc/admin/admin.php:777
1086
  msgid "Focus keywords"
1087
  msgstr ""
1088
 
1089
+ #: inc/admin/admin-wizard.php:263 inc/admin/admin.php:718
1090
  msgid ""
1091
  "<strong>WARNING:</strong> Migration will delete / update all SEOPress posts "
1092
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
1095
 
1096
  #: inc/admin/admin-wizard.php:264 inc/admin/admin-wizard.php:281
1097
  #: inc/admin/admin-wizard.php:300 inc/admin/admin-wizard.php:319
1098
+ #: inc/admin/admin.php:719 inc/admin/admin.php:738 inc/admin/admin.php:759
1099
+ #: inc/admin/admin.php:780
1100
  msgid "Migrate now"
1101
  msgstr ""
1102
 
1103
+ #: inc/admin/admin-wizard.php:271 inc/admin/admin.php:728
1104
  msgid "Import posts and terms metadata from All In One SEO"
1105
  msgstr ""
1106
 
1107
+ #: inc/admin/admin-wizard.php:277 inc/admin/admin.php:734
1108
  msgid "Twitter image thumbnail"
1109
  msgstr ""
1110
 
1111
+ #: inc/admin/admin-wizard.php:278 inc/admin/admin.php:735
1112
  msgid "Meta Robots (noindex, nofollow)"
1113
  msgstr ""
1114
 
1115
+ #: inc/admin/admin-wizard.php:280 inc/admin/admin.php:737
1116
  msgid ""
1117
  "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1118
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
1119
  "NOT delete any AIO data."
1120
  msgstr ""
1121
 
1122
+ #: inc/admin/admin-wizard.php:288 inc/admin/admin.php:747
1123
  msgid "Import posts and terms metadata from The SEO Framework"
1124
  msgstr ""
1125
 
1126
+ #: inc/admin/admin-wizard.php:295 inc/admin/admin.php:754
1127
  msgid "Meta Robots (noindex, nofollow, noarchive)"
1128
  msgstr ""
1129
 
1130
+ #: inc/admin/admin-wizard.php:297 inc/admin/admin.php:756
1131
  #: inc/functions/options-advanced-admin.php:296
1132
  msgid "Redirect URL"
1133
  msgstr ""
1134
 
1135
+ #: inc/admin/admin-wizard.php:299 inc/admin/admin.php:758
1136
  msgid ""
1137
  "<strong>WARNING:</strong> Migration will update / delete all SEOPress posts "
1138
  "and terms metadata. Some dynamic variables will not be interpreted. We do "
1139
  "NOT delete any SEO Framework data."
1140
  msgstr ""
1141
 
1142
+ #: inc/admin/admin-wizard.php:307 inc/admin/admin.php:768
1143
  msgid "Import posts and terms metadata from Rank Math"
1144
  msgstr ""
1145
 
1146
+ #: inc/admin/admin-wizard.php:314 inc/admin/admin.php:775
1147
  msgid "Meta Robots (noindex, nofollow, noarchive, noimageindex)"
1148
  msgstr ""
1149
 
1150
+ #: inc/admin/admin-wizard.php:318 inc/admin/admin.php:779
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 "
1160
 
1161
  #: inc/admin/admin-wizard.php:367
1162
  msgid ""
1163
+ "To build title tags and knowledge graph for Google, you need to fill out the "
1164
+ "fields below to configure the general settings. "
1165
  msgstr ""
1166
 
1167
  #: inc/admin/admin-wizard.php:370
1168
  msgid "eg: |"
1169
  msgstr ""
1170
 
1171
+ #: inc/admin/admin-wizard.php:372 inc/admin/admin.php:2113
1172
+ #: inc/admin/admin.php:3560
1173
  msgid "Site title"
1174
  msgstr ""
1175
 
1177
  msgid "eg: My super website"
1178
  msgstr ""
1179
 
1180
+ #: inc/admin/admin-wizard.php:375 inc/admin/admin.php:2502
1181
  msgid "Person or organization"
1182
  msgstr ""
1183
 
1185
  msgid "Choose a knowledge type"
1186
  msgstr ""
1187
 
1188
+ #: inc/admin/admin-wizard.php:383 inc/admin/admin.php:4633
1189
  msgid "Person"
1190
  msgstr ""
1191
 
1192
+ #: inc/admin/admin-wizard.php:386 inc/admin/admin.php:4636
1193
  msgid "Organization"
1194
  msgstr ""
1195
 
1196
+ #: inc/admin/admin-wizard.php:390 inc/admin/admin.php:2510
1197
+ #: inc/admin/admin.php:4649
1198
  msgid "Your name/organization"
1199
  msgstr ""
1200
 
1202
  msgid "eg: SEOPress"
1203
  msgstr ""
1204
 
1205
+ #: inc/admin/admin-wizard.php:393 inc/admin/admin.php:2518
1206
+ #: inc/admin/admin.php:4662
1207
  msgid "Your photo/organization logo"
1208
  msgstr ""
1209
 
1215
  msgid "Facebook page URL"
1216
  msgstr ""
1217
 
1218
+ #: inc/admin/admin-wizard.php:397 inc/admin/admin.php:4770
1219
  msgid "eg: https://www.facebook.com/your-page"
1220
  msgstr ""
1221
 
1222
+ #: inc/admin/admin-wizard.php:399 inc/admin/admin.php:2567
1223
  msgid "Twitter Username"
1224
  msgstr ""
1225
 
1226
+ #: inc/admin/admin-wizard.php:400 inc/admin/admin.php:4783
1227
  msgid "eg: @wp_seopress"
1228
  msgstr ""
1229
 
1230
+ #: inc/admin/admin-wizard.php:402 inc/admin/admin.php:2575
1231
+ #: inc/admin/admin.php:4795
1232
  msgid "Pinterest URL"
1233
  msgstr ""
1234
 
1235
+ #: inc/admin/admin-wizard.php:403 inc/admin/admin.php:4795
1236
  msgid "eg: https://pinterest.com/wpbuy/"
1237
  msgstr ""
1238
 
1239
+ #: inc/admin/admin-wizard.php:405 inc/admin/admin.php:2583
1240
+ #: inc/admin/admin.php:4807
1241
  msgid "Instagram URL"
1242
  msgstr ""
1243
 
1244
+ #: inc/admin/admin-wizard.php:406 inc/admin/admin.php:4807
1245
  msgid "eg: https://www.instagram.com/wp_seopress/"
1246
  msgstr ""
1247
 
1248
+ #: inc/admin/admin-wizard.php:408 inc/admin/admin.php:2591
1249
+ #: inc/admin/admin.php:4819
1250
  msgid "YouTube URL"
1251
  msgstr ""
1252
 
1253
+ #: inc/admin/admin-wizard.php:409 inc/admin/admin.php:4819
1254
  msgid "eg: https://www.youtube.com/SEOPress"
1255
  msgstr ""
1256
 
1257
+ #: inc/admin/admin-wizard.php:411 inc/admin/admin.php:2599
1258
+ #: inc/admin/admin.php:4831
1259
  msgid "LinkedIn URL"
1260
  msgstr ""
1261
 
1262
+ #: inc/admin/admin-wizard.php:412 inc/admin/admin.php:4831
1263
  msgid "eg: http://linkedin.com/company/seopress/"
1264
  msgstr ""
1265
 
1266
+ #: inc/admin/admin-wizard.php:414 inc/admin/admin.php:2607
1267
+ #: inc/admin/admin.php:4843
1268
  msgid "MySpace URL"
1269
  msgstr ""
1270
 
1271
+ #: inc/admin/admin-wizard.php:415 inc/admin/admin.php:4843
1272
  msgid "eg: https://myspace.com/your-page"
1273
  msgstr ""
1274
 
1275
+ #: inc/admin/admin-wizard.php:417 inc/admin/admin.php:2615
1276
+ #: inc/admin/admin.php:4855
1277
  msgid "Soundcloud URL"
1278
  msgstr ""
1279
 
1280
+ #: inc/admin/admin-wizard.php:418 inc/admin/admin.php:4855
1281
  msgid "eg: https://soundcloud.com/michaelmccannmusic"
1282
  msgstr ""
1283
 
1284
+ #: inc/admin/admin-wizard.php:420 inc/admin/admin.php:2623
1285
+ #: inc/admin/admin.php:4867
1286
  msgid "Tumblr URL"
1287
  msgstr ""
1288
 
1289
+ #: inc/admin/admin-wizard.php:421 inc/admin/admin.php:4867
1290
  msgid "eg: https://your-site.tumblr.com"
1291
  msgstr ""
1292
 
1297
 
1298
  #: inc/admin/admin-wizard.php:476
1299
  msgid ""
1300
+ "Specify to the search engines what you want to be indexed or not. Default: "
1301
+ "index"
1302
  msgstr ""
1303
 
1304
  #: inc/admin/admin-wizard.php:481
1305
+ msgid "For which single post types, should indexing be disabled?"
1306
  msgstr ""
1307
 
1308
+ #: inc/admin/admin-wizard.php:498 inc/admin/admin.php:3654
1309
  msgid ""
1310
  "Do not display this single post type in search engine results "
1311
  "<strong>(noindex)</strong>"
1312
  msgstr ""
1313
 
1314
  #: inc/admin/admin-wizard.php:509
1315
+ msgid "For which post type archives, should indexing be disabled?"
1316
  msgstr ""
1317
 
1318
+ #: inc/admin/admin-wizard.php:527 inc/admin/admin.php:3920
1319
  msgid ""
1320
  "Do not display this post type archive in search engine results "
1321
  "<strong>(noindex)</strong>"
1322
  msgstr ""
1323
 
1324
  #: inc/admin/admin-wizard.php:539
1325
+ msgid "For which taxonomy archives, should indexing be disabled?"
1326
  msgstr ""
1327
 
1328
+ #: inc/admin/admin-wizard.php:556 inc/admin/admin.php:3815
1329
  msgid ""
1330
  "Do not display this taxonomy archive in search engine results "
1331
  "<strong>(noindex)</strong>"
1332
  msgstr ""
1333
 
1334
+ #: inc/admin/admin-wizard.php:639 inc/admin/admin.php:3997
1335
  msgid ""
1336
  "Do not display author archives in search engine results <strong>(noindex)</"
1337
  "strong>"
1343
  "content."
1344
  msgstr ""
1345
 
1346
+ #: inc/admin/admin-wizard.php:651 inc/admin/admin.php:5789
1347
  msgid ""
1348
+ "Redirect attachment pages to their file URL (https://www.example.com/my-"
1349
+ "image-file.jpg)"
1350
  msgstr ""
1351
 
1352
  #: inc/admin/admin-wizard.php:654
1355
  "Optimize this by redirecting the user directly to the URL of the media file."
1356
  msgstr ""
1357
 
1358
+ #: inc/admin/admin-wizard.php:663 inc/admin/admin.php:5910
1359
  msgid "Remove /category/ in your permalinks"
1360
  msgstr ""
1361
 
1387
 
1388
  #: inc/admin/admin-wizard.php:739
1389
  msgid ""
1390
+ "When you upgrade to the PRO version, you get a lot of additional features, "
1391
+ "like automatic and manual schemas, Video Sitemap, WooCommerce enhancements, "
1392
+ "Analytics statistics in your Dashboard, breadcrumbs, redirections, and more."
1393
  msgstr ""
1394
 
1395
  #: inc/admin/admin-wizard.php:744
1401
  msgstr ""
1402
 
1403
  #: inc/admin/admin-wizard.php:755
1404
+ msgid "Build custom XML sitemaps to improve Google's crawling of your site."
1405
  msgstr ""
1406
 
1407
  #: inc/admin/admin-wizard.php:760
1448
  msgid "Dashboard"
1449
  msgstr ""
1450
 
1451
+ #: inc/admin/admin.php:186 inc/admin/admin.php:1448
1452
  msgid "XML / Image / Video / HTML Sitemap"
1453
  msgstr ""
1454
 
1471
  msgid "%%tagline%%"
1472
  msgstr ""
1473
 
1474
+ #: inc/admin/admin.php:199 inc/admin/admin.php:3565 inc/admin/admin.php:3576
1475
  msgid "Tagline"
1476
  msgstr ""
1477
 
1516
  msgid "%%post_author%%"
1517
  msgstr ""
1518
 
1519
+ #: inc/admin/admin.php:204 inc/admin/admin.php:3964
1520
  msgid "Post author"
1521
  msgstr ""
1522
 
1822
 
1823
  #: inc/admin/admin.php:324 inc/admin/admin.php:328 inc/admin/admin.php:391
1824
  #: inc/admin/admin.php:395 inc/admin/admin.php:456 inc/admin/admin.php:460
1825
+ #: inc/admin/admin.php:523 inc/admin/admin.php:527 inc/admin/admin.php:602
1826
+ #: inc/admin/admin.php:606 inc/admin/admin.php:1424 inc/admin/admin.php:1428
1827
+ #: inc/admin/admin.php:1462 inc/admin/admin.php:1466 inc/admin/admin.php:1500
1828
+ #: inc/admin/admin.php:1504 inc/admin/admin.php:1538 inc/admin/admin.php:1542
1829
+ #: inc/admin/admin.php:1576 inc/admin/admin.php:1580 inc/admin/admin.php:1605
1830
+ #: inc/admin/admin.php:1609 inc/admin/admin.php:1633 inc/admin/admin.php:1637
1831
+ #: inc/admin/admin.php:1661 inc/admin/admin.php:1665 inc/admin/admin.php:1689
1832
+ #: inc/admin/admin.php:1693 inc/admin/admin.php:1718 inc/admin/admin.php:1722
1833
+ #: inc/admin/admin.php:1746 inc/admin/admin.php:1750 inc/admin/admin.php:1807
1834
+ #: inc/admin/admin.php:1811 inc/admin/admin.php:1846 inc/admin/admin.php:1850
1835
+ #: inc/admin/admin.php:1886 inc/admin/admin.php:1890 inc/admin/admin.php:1925
1836
+ #: inc/admin/admin.php:1929 inc/admin/admin.php:1966 inc/admin/admin.php:1970
1837
  msgid "Click to disable this feature"
1838
  msgstr ""
1839
 
1840
  #: inc/admin/admin.php:325 inc/admin/admin.php:327 inc/admin/admin.php:392
1841
  #: inc/admin/admin.php:394 inc/admin/admin.php:457 inc/admin/admin.php:459
1842
+ #: inc/admin/admin.php:524 inc/admin/admin.php:526 inc/admin/admin.php:603
1843
+ #: inc/admin/admin.php:605 inc/admin/admin.php:1425 inc/admin/admin.php:1427
1844
+ #: inc/admin/admin.php:1463 inc/admin/admin.php:1465 inc/admin/admin.php:1501
1845
+ #: inc/admin/admin.php:1503 inc/admin/admin.php:1539 inc/admin/admin.php:1541
1846
+ #: inc/admin/admin.php:1577 inc/admin/admin.php:1579 inc/admin/admin.php:1606
1847
+ #: inc/admin/admin.php:1608 inc/admin/admin.php:1634 inc/admin/admin.php:1636
1848
+ #: inc/admin/admin.php:1662 inc/admin/admin.php:1664 inc/admin/admin.php:1690
1849
+ #: inc/admin/admin.php:1692 inc/admin/admin.php:1719 inc/admin/admin.php:1721
1850
+ #: inc/admin/admin.php:1747 inc/admin/admin.php:1749 inc/admin/admin.php:1808
1851
+ #: inc/admin/admin.php:1810 inc/admin/admin.php:1847 inc/admin/admin.php:1849
1852
+ #: inc/admin/admin.php:1887 inc/admin/admin.php:1889 inc/admin/admin.php:1926
1853
+ #: inc/admin/admin.php:1928 inc/admin/admin.php:1967 inc/admin/admin.php:1969
1854
  msgid "Click to enable this feature"
1855
  msgstr ""
1856
 
1870
  msgid "Taxonomies"
1871
  msgstr ""
1872
 
1873
+ #: inc/admin/admin.php:409 inc/admin/admin.php:542 inc/admin/admin.php:550
1874
  msgid "General"
1875
  msgstr ""
1876
 
1898
  msgid "Twitter (Twitter card)"
1899
  msgstr ""
1900
 
1901
+ #: inc/admin/admin.php:543 inc/admin/admin.php:551
1902
  msgid "Tracking"
1903
  msgstr ""
1904
 
1905
+ #: inc/admin/admin.php:544 inc/admin/admin.php:552
1906
  msgid "Events"
1907
  msgstr ""
1908
 
1909
+ #: inc/admin/admin.php:545 inc/admin/admin.php:553
1910
  msgid "Custom Dimensions"
1911
  msgstr ""
1912
 
1914
  msgid "Stats in Dashboard"
1915
  msgstr ""
1916
 
1917
+ #: inc/admin/admin.php:621
1918
  msgid "Appearance"
1919
  msgstr ""
1920
 
1921
+ #: inc/admin/admin.php:622
1922
  msgid "Security"
1923
  msgstr ""
1924
 
1925
+ #: inc/admin/admin.php:656 seopress.php:335
1926
  msgid "Settings"
1927
  msgstr ""
1928
 
1929
+ #: inc/admin/admin.php:657
1930
  msgid "Plugins"
1931
  msgstr ""
1932
 
1933
+ #: inc/admin/admin.php:659
1934
  msgid "Reset"
1935
  msgstr ""
1936
 
1937
+ #: inc/admin/admin.php:671
1938
  msgid "Export plugin settings"
1939
  msgstr ""
1940
 
1941
+ #: inc/admin/admin.php:672
1942
  msgid ""
1943
  "Export the plugin settings for this site as a .json file. This allows you to "
1944
  "easily import the configuration into another site."
1945
  msgstr ""
1946
 
1947
+ #: inc/admin/admin.php:677 inc/admin/admin.php:850
1948
  msgid "Export"
1949
  msgstr ""
1950
 
1951
+ #: inc/admin/admin.php:685
1952
  msgid "Import plugin settings"
1953
  msgstr ""
1954
 
1955
+ #: inc/admin/admin.php:686
1956
  msgid ""
1957
  "Import the plugin settings from a .json file. This file can be obtained by "
1958
  "exporting the settings on another site using the form above."
1959
  msgstr ""
1960
 
1961
+ #: inc/admin/admin.php:694 inc/admin/admin.php:805 inc/admin/admin.php:821
1962
+ #: inc/admin/admin.php:837
1963
  msgid "Import"
1964
  msgstr ""
1965
 
1966
+ #: inc/admin/admin.php:696
1967
  msgid "Import completed!"
1968
  msgstr ""
1969
 
1970
+ #: inc/admin/admin.php:791
1971
  msgid "Import Redirections"
1972
  msgstr ""
1973
 
1974
+ #: inc/admin/admin.php:792
1975
  msgid ""
1976
  "Import your own redirections from a .csv file (separator \";\"). You must "
1977
+ "have 5 columns in this order: <ul><li>URL to match (without your domain "
1978
+ "name), </li><li>URL to redirect in absolute, </li><li>type of redirection "
1979
+ "(301, 302 or 307), </li><li>Yes to enable the redirect (leave it empty to "
1980
+ "disable the redirect) </li><li>and, last, the query parameter (\"exact_match"
1981
+ "\" = Exact match with all parameters, \"without_param\" = Exclude all "
1982
+ "parameters or \"with_ignored_param\" = Exclude all parameters and pass them "
1983
+ "to the redirection).</li></ul>"
1984
  msgstr ""
1985
 
1986
+ #: inc/admin/admin.php:795
1987
  msgid "Download a CSV example"
1988
  msgstr ""
1989
 
1990
+ #: inc/admin/admin.php:812
1991
+ msgid "Import Redirections from the Redirections plugin"
1992
  msgstr ""
1993
 
1994
+ #: inc/admin/admin.php:813
1995
  msgid ""
1996
  "Import your own redirections from a .json file generated by the Redirections "
1997
+ "plugin. Note that we do not support certain options, like regex. To avoid "
1998
+ "conflicts, make sure there are no duplicates between your file and existing "
1999
+ "redirects."
2000
  msgstr ""
2001
 
2002
+ #: inc/admin/admin.php:828
2003
  msgid "Import Redirections from Yoast Premium"
2004
  msgstr ""
2005
 
2006
+ #: inc/admin/admin.php:829
2007
  msgid ""
2008
  "Import your own redirections from a .csv file generated by Yoast Premium. "
2009
+ "Note that we don't support certain options, like regex. To avoid conflicts, "
2010
+ "make sure there are no duplicates between your file and existing redirects."
2011
  msgstr ""
2012
 
2013
+ #: inc/admin/admin.php:844
2014
  msgid "Export Redirections"
2015
  msgstr ""
2016
 
2017
+ #: inc/admin/admin.php:845
2018
  msgid ""
2019
  "Export all redirections for this site as a .csv file. This allows you to "
2020
  "easily import the redirections into another site, to Excel / Google Sheets..."
2021
  msgstr ""
2022
 
2023
+ #: inc/admin/admin.php:856
2024
+ msgid "Redirections feature is disabled. Please activate it from the PRO page."
2025
+ msgstr ""
2026
+
2027
+ #: inc/admin/admin.php:857
2028
+ msgid "Activate Redirections"
2029
+ msgstr ""
2030
+
2031
+ #: inc/admin/admin.php:864
2032
  msgid "Reset All Notices From Notifications Center"
2033
  msgstr ""
2034
 
2035
+ #: inc/admin/admin.php:865
2036
  msgid ""
2037
  "By clicking Reset Notices, all notices in the notifications center will be "
2038
  "set to their initial status."
2039
  msgstr ""
2040
 
2041
+ #: inc/admin/admin.php:870
2042
  msgid "Reset notices"
2043
  msgstr ""
2044
 
2045
+ #: inc/admin/admin.php:878
2046
  msgid "Reset All Settings"
2047
  msgstr ""
2048
 
2049
+ #: inc/admin/admin.php:879
2050
  msgid ""
2051
  "<strong>WARNING:</strong> Delete all options related to SEOPress in your "
2052
  "database AND set settings to their default values."
2053
  msgstr ""
2054
 
2055
+ #: inc/admin/admin.php:884
2056
  msgid "Reset settings"
2057
  msgstr ""
2058
 
2059
+ #: inc/admin/admin.php:951 inc/admin/admin.php:957
2060
  msgid "Notifications Center"
2061
  msgstr ""
2062
 
2063
+ #: inc/admin/admin.php:952
2064
  msgid "SEO Tools"
2065
  msgstr ""
2066
 
2067
+ #: inc/admin/admin.php:953 inc/admin/admin.php:958
2068
  msgid "Useful links"
2069
  msgstr ""
2070
 
2071
+ #: inc/admin/admin.php:1002
2072
+ msgid "Configure SEOPress in a few minutes with our installation wizard"
2073
  msgstr ""
2074
 
2075
+ #: inc/admin/admin.php:1004
2076
  msgid "Start the wizard"
2077
  msgstr ""
2078
 
2079
+ #: inc/admin/admin.php:1026
2080
  msgid "Your theme doesn't use <strong>add_theme_support('title-tag');</strong>"
2081
  msgstr ""
2082
 
2083
+ #: inc/admin/admin.php:1027 inc/admin/admin.php:1114 inc/admin/admin.php:1124
2084
+ #: inc/admin/admin.php:1134
2085
  msgid "High impact"
2086
  msgstr ""
2087
 
2088
+ #: inc/admin/admin.php:1039 inc/admin/admin.php:1100 inc/admin/admin.php:5168
2089
+ #: inc/admin/admin.php:5215 inc/admin/admin.php:5236 inc/admin/admin.php:5257
2090
+ #: inc/admin/admin.php:5278
2091
  msgid "Learn more"
2092
  msgstr ""
2093
 
2094
+ #: inc/admin/admin.php:1048
2095
  msgid ""
2096
+ "We noticed that you use <strong>Yoast SEO</strong> plugin. <br>Do you want "
2097
+ "to migrate all your posts metadata to SEOPress?"
2098
  msgstr ""
2099
 
2100
+ #: inc/admin/admin.php:1050 inc/admin/admin.php:1059
2101
  msgid "Migrate!"
2102
  msgstr ""
2103
 
2104
+ #: inc/admin/admin.php:1057
2105
  msgid ""
2106
+ "We noticed that you use <strong>All In One SEO Pack</strong> plugin. <br>Do "
2107
  "you want to migrate all your posts metadata to SEOPress?"
2108
  msgstr ""
2109
 
2110
+ #: inc/admin/admin.php:1066
2111
  msgid ""
2112
+ "We noticed that you use another SEO plugin. <br>Do not use multiple SEO "
2113
  "plugins at once to avoid conflicts!"
2114
  msgstr ""
2115
 
2116
+ #: inc/admin/admin.php:1076
2117
  msgid ""
2118
  "You have enabled 404 cleaning BUT the scheduled task is not running. <br>To "
2119
+ "solve this, please disable and re-enable SEOPress PRO."
2120
  msgstr ""
2121
 
2122
+ #: inc/admin/admin.php:1099
2123
  msgid "Your site doesn't use an SSL certificate!"
2124
  msgstr ""
2125
 
2126
+ #: inc/admin/admin.php:1101
2127
  msgid "Low impact"
2128
  msgstr ""
2129
 
2130
+ #: inc/admin/admin.php:1103
2131
  msgid "Buy an SSL!"
2132
  msgstr ""
2133
 
2134
+ #: inc/admin/admin.php:1113
2135
  msgid "Your site is not visible to Search Engines!"
2136
  msgstr ""
2137
 
2138
+ #: inc/admin/admin.php:1116 inc/admin/admin.php:1126 inc/admin/admin.php:1136
2139
+ #: inc/admin/admin.php:1160 inc/admin/admin.php:1239 inc/admin/admin.php:1252
2140
+ #: inc/admin/admin.php:1325
2141
  msgid "Fix this!"
2142
  msgstr ""
2143
 
2144
+ #: inc/admin/admin.php:1123
2145
  msgid "Your site title is empty!"
2146
  msgstr ""
2147
 
2148
+ #: inc/admin/admin.php:1133 inc/admin/admin.php:3382
2149
  msgid ""
2150
  "Your permalinks are not SEO Friendly! Enable pretty permalinks to fix this."
2151
  msgstr ""
2152
 
2153
+ #: inc/admin/admin.php:1157
2154
  msgid "Your RSS feed shows full text!"
2155
  msgstr ""
2156
 
2157
+ #: inc/admin/admin.php:1158 inc/admin/admin.php:1237 inc/admin/admin.php:1250
2158
  msgid "Medium impact"
2159
  msgstr ""
2160
 
2161
+ #: inc/admin/admin.php:1183
2162
  msgid "You like SEOPress? Please help us by rating us 5 stars!"
2163
  msgstr ""
2164
 
2165
+ #: inc/admin/admin.php:1185
2166
  msgid "Rate us!"
2167
  msgstr ""
2168
 
2169
+ #: inc/admin/admin.php:1209
2170
  msgid "Break comments into pages is ON!"
2171
  msgstr ""
2172
 
2173
+ #: inc/admin/admin.php:1210 inc/admin/admin.php:1274 inc/admin/admin.php:1310
2174
  msgid "Huge impact"
2175
  msgstr ""
2176
 
2177
+ #: inc/admin/admin.php:1212
2178
  msgid "Disable this!"
2179
  msgstr ""
2180
 
2181
+ #: inc/admin/admin.php:1236
2182
  msgid "Display more posts per page on homepage and archives"
2183
  msgstr ""
2184
 
2185
+ #: inc/admin/admin.php:1249
2186
  msgid "You don't have an XML Sitemap!"
2187
  msgstr ""
2188
 
2189
+ #: inc/admin/admin.php:1273
2190
  msgid "Do you have a Google My Business page? It's free!"
2191
  msgstr ""
2192
 
2193
+ #: inc/admin/admin.php:1276
2194
  msgid "Create your page now!"
2195
  msgstr ""
2196
 
2197
+ #: inc/admin/admin.php:1309
2198
  msgid "Add your site to Google. It's free!"
2199
  msgstr ""
2200
 
2201
+ #: inc/admin/admin.php:1312
2202
  msgid "Add your site to Search Console!"
2203
  msgstr ""
2204
 
2205
+ #: inc/admin/admin.php:1322
2206
  msgid "You have to enter your licence key to get updates and support"
2207
  msgstr ""
2208
 
2209
+ #: inc/admin/admin.php:1338
2210
  msgid "Check websites setup on your server"
2211
  msgstr ""
2212
 
2213
+ #: inc/admin/admin.php:1347
2214
  msgid "Not found"
2215
  msgstr ""
2216
 
2217
+ #: inc/admin/admin.php:1352
2218
  msgid "No scrape."
2219
  msgstr ""
2220
 
2221
+ #: inc/admin/admin.php:1357
2222
  msgid "No domain found."
2223
  msgstr ""
2224
 
2225
+ #: inc/admin/admin.php:1367
2226
  msgid "Server IP Address: "
2227
  msgstr ""
2228
 
2229
+ #: inc/admin/admin.php:1370
2230
  msgid "Last scrape: "
2231
  msgstr ""
2232
 
2233
+ #: inc/admin/admin.php:1371
2234
  msgid "Number of websites on your server: "
2235
  msgstr ""
2236
 
2237
+ #: inc/admin/admin.php:1384
2238
  msgid "Get list"
2239
  msgstr ""
2240
 
2241
+ #: inc/admin/admin.php:1393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2242
  msgid "Upload a list of links to disavow to Google"
2243
  msgstr ""
2244
 
2245
+ #: inc/admin/admin.php:1394
2246
  msgid "Google Trends"
2247
  msgstr ""
2248
 
2249
+ #: inc/admin/admin.php:1395
2250
  msgid "Dareboost: Test, analyze and optimize your website"
2251
  msgstr ""
2252
 
2253
+ #: inc/admin/admin.php:1396
2254
  msgid "Google Campaign URL Builder tool"
2255
  msgstr ""
2256
 
2257
+ #: inc/admin/admin.php:1410
2258
  msgid "Titles & metas"
2259
  msgstr ""
2260
 
2261
+ #: inc/admin/admin.php:1411
2262
  msgid "Manage all your titles & metas"
2263
  msgstr ""
2264
 
2265
+ #: inc/admin/admin.php:1412 inc/admin/admin.php:1450 inc/admin/admin.php:1488
2266
+ #: inc/admin/admin.php:1526 inc/admin/admin.php:1564 inc/admin/admin.php:1593
2267
+ #: inc/admin/admin.php:1621 inc/admin/admin.php:1649 inc/admin/admin.php:1677
2268
+ #: inc/admin/admin.php:1705 inc/admin/admin.php:1734 inc/admin/admin.php:1772
2269
+ #: inc/admin/admin.php:1794 inc/admin/admin.php:1834 inc/admin/admin.php:1863
2270
+ #: inc/admin/admin.php:1874 inc/admin/admin.php:1942 inc/admin/admin.php:1952
2271
+ #: inc/admin/admin.php:1983 inc/admin/admin.php:1995 inc/admin/admin.php:2007
2272
+ #: inc/admin/admin.php:2028
2273
  msgid "Manage"
2274
  msgstr ""
2275
 
2276
+ #: inc/admin/admin.php:1440
2277
  msgid "Guide to manage your titles and meta descriptions - new window"
2278
  msgstr ""
2279
 
2280
+ #: inc/admin/admin.php:1449
2281
  msgid "Manage your XML / Image / Video / HTML Sitemap"
2282
  msgstr ""
2283
 
2284
+ #: inc/admin/admin.php:1478
2285
  msgid "Guide to enable your XML Sitemaps - new window"
2286
  msgstr ""
2287
 
2288
+ #: inc/admin/admin.php:1487
2289
  msgid "Open Graph, Twitter Card, Google Knowledge Graph and more..."
2290
  msgstr ""
2291
 
2292
+ #: inc/admin/admin.php:1516
2293
  msgid "Guide to enable Google Knowledge Graph - new window"
2294
  msgstr ""
2295
 
2296
+ #: inc/admin/admin.php:1525
2297
  msgid "Track everything about your visitors with Google Analytics"
2298
  msgstr ""
2299
 
2300
+ #: inc/admin/admin.php:1554
2301
  msgid "Guide to getting started with Google Analytics - new window"
2302
  msgstr ""
2303
 
2304
+ #: inc/admin/admin.php:1563
2305
  msgid "Advanced SEO options for advanced users!"
2306
  msgstr ""
2307
 
2308
+ #: inc/admin/admin.php:1592
2309
  msgid "Improve WooCommerce SEO"
2310
  msgstr ""
2311
 
2312
+ #: inc/admin/admin.php:1620
2313
  msgid "Improve Easy Digital Downloads SEO"
2314
  msgstr ""
2315
 
2316
+ #: inc/admin/admin.php:1648
2317
  msgid "Add Google Local Business data type"
2318
  msgstr ""
2319
 
2320
+ #: inc/admin/admin.php:1676
2321
  msgid "Add Dublin Core meta tags"
2322
  msgstr ""
2323
 
2324
+ #: inc/admin/admin.php:1703
2325
  msgid "Structured Data Types"
2326
  msgstr ""
2327
 
2328
+ #: inc/admin/admin.php:1704
2329
  msgid ""
2330
  "Add data types to your content: articles, courses, recipes, videos, events "
2331
  "and products"
2332
  msgstr ""
2333
 
2334
+ #: inc/admin/admin.php:1706 inc/admin/admin.php:1862
2335
+ msgid "See schemas"
2336
+ msgstr ""
2337
+
2338
+ #: inc/admin/admin.php:1733
2339
  msgid "Enable Breadcrumbs for your theme and improve your SEO in SERPs"
2340
  msgstr ""
2341
 
2342
+ #: inc/admin/admin.php:1762
2343
  msgid "Guide to enable Breadcrumbs - new window"
2344
  msgstr ""
2345
 
2346
+ #: inc/admin/admin.php:1771
2347
  msgid "Track your website performance to improve SEO with Google Page Speed"
2348
  msgstr ""
2349
 
2350
+ #: inc/admin/admin.php:1782
2351
  msgid "Guide to analyze your site with Google Page Speed - new window"
2352
  msgstr ""
2353
 
2354
+ #: inc/admin/admin.php:1792
2355
  msgid "Edit your robots.txt file"
2356
  msgstr ""
2357
 
2358
+ #: inc/admin/admin.php:1793
2359
  msgid "View your robots.txt"
2360
  msgstr ""
2361
 
2362
+ #: inc/admin/admin.php:1823
2363
  msgid "Guide to edit your robots.txt file - new window"
2364
  msgstr ""
2365
 
2366
+ #: inc/admin/admin.php:1833
2367
  msgid "Optimize your site for Google News"
2368
  msgstr ""
2369
 
2370
+ #: inc/admin/admin.php:1860 inc/admin/adminbar.php:84
2371
  msgid "Schemas"
2372
  msgstr ""
2373
 
2374
+ #: inc/admin/admin.php:1861
2375
  msgid "Create / manage your schemas"
2376
  msgstr ""
2377
 
2378
+ #: inc/admin/admin.php:1872
 
 
 
 
2379
  msgid "Monitor 404, create 301, 302 and 307 redirections"
2380
  msgstr ""
2381
 
2382
+ #: inc/admin/admin.php:1873
2383
  msgid "See redirects"
2384
  msgstr ""
2385
 
2386
+ #: inc/admin/admin.php:1902
2387
  msgid "Guide to enable 301 redirections and 404 monitoring - new window"
2388
  msgstr ""
2389
 
2390
+ #: inc/admin/admin.php:1911
2391
  msgid "Scan your site to find SEO problems."
2392
  msgstr ""
2393
 
2394
+ #: inc/admin/admin.php:1912
2395
  msgid "See broken links"
2396
  msgstr ""
2397
 
2398
+ #: inc/admin/admin.php:1913
2399
  msgid "Scan"
2400
  msgstr ""
2401
 
2402
+ #: inc/admin/admin.php:1940
2403
  msgid "Check your backlinks with Majestic API."
2404
  msgstr ""
2405
 
2406
+ #: inc/admin/admin.php:1941
2407
  msgid "See backlinks"
2408
  msgstr ""
2409
 
2410
+ #: inc/admin/admin.php:1951
2411
  msgid "Customize your permalinks."
2412
  msgstr ""
2413
 
2414
+ #: inc/admin/admin.php:1982
2415
  msgid "Edit your htaccess file."
2416
  msgstr ""
2417
 
2418
+ #: inc/admin/admin.php:1994
2419
  msgid "Configure default WordPress RSS."
2420
  msgstr ""
2421
 
2422
+ #: inc/admin/admin.php:2006
2423
  msgid "Import/Export plugin settings from site to site."
2424
  msgstr ""
2425
 
2426
+ #: inc/admin/admin.php:2017
2427
  msgid "Guide to Export/Import/Reset settings - new window"
2428
  msgstr ""
2429
 
2430
+ #: inc/admin/admin.php:2027
2431
  msgid "Edit your license key."
2432
  msgstr ""
2433
 
2434
+ #: inc/admin/admin.php:2038
2435
  msgid "Guide to activate SEOPress PRO - new window"
2436
  msgstr ""
2437
 
2438
+ #: inc/admin/admin.php:2306 inc/admin/admin.php:4188
2439
  msgid "noindex"
2440
  msgstr ""
2441
 
2442
+ #: inc/admin/admin.php:2314 inc/admin/admin.php:4207
2443
  msgid "nofollow"
2444
  msgstr ""
2445
 
2446
+ #: inc/admin/admin.php:2322 inc/admin/admin.php:4226
2447
  msgid "noodp"
2448
  msgstr ""
2449
 
2450
+ #: inc/admin/admin.php:2330 inc/admin/admin.php:4245
2451
  msgid "noimageindex"
2452
  msgstr ""
2453
 
2454
+ #: inc/admin/admin.php:2338 inc/admin/admin.php:4264
2455
  msgid "noarchive"
2456
  msgstr ""
2457
 
2458
+ #: inc/admin/admin.php:2346 inc/admin/admin.php:4283
2459
  msgid "nosnippet"
2460
  msgstr ""
2461
 
2462
+ #: inc/admin/admin.php:2354 inc/admin/admin.php:4302
2463
  msgid "nositelinkssearchbox"
2464
  msgstr ""
2465
 
2466
+ #: inc/admin/admin.php:2362
2467
  msgid "Indicate paginated content to Google"
2468
  msgstr ""
2469
 
2470
+ #: inc/admin/admin.php:2379 inc/admin/admin.php:4340
2471
  msgid "Enable XML Sitemap"
2472
  msgstr ""
2473
 
2474
+ #: inc/admin/admin.php:2387
2475
  msgid "Enable XML Image Sitemaps"
2476
  msgstr ""
2477
 
2478
+ #: inc/admin/admin.php:2396
2479
  msgid "Enable XML Video Sitemaps"
2480
  msgstr ""
2481
 
2482
+ #: inc/admin/admin.php:2405 inc/admin/admin.php:4427
2483
  msgid "Enable HTML Sitemap"
2484
  msgstr ""
2485
 
2486
+ #: inc/admin/admin.php:2421
2487
  msgid "Check to INCLUDE Post Types"
2488
  msgstr ""
2489
 
2490
+ #: inc/admin/admin.php:2437
2491
  msgid "Check to INCLUDE Taxonomies"
2492
  msgstr ""
2493
 
2494
+ #: inc/admin/admin.php:2453 inc/admin/admin.php:4536
2495
  msgid "Enter a post, page or custom post type ID(s) to display the sitemap"
2496
  msgstr ""
2497
 
2498
+ #: inc/admin/admin.php:2461 inc/admin/admin.php:4550
2499
  msgid "Exclude some Posts, Pages, Custom Post Types or Terms IDs"
2500
  msgstr ""
2501
 
2502
+ #: inc/admin/admin.php:2469
2503
  msgid "Sort order"
2504
  msgstr ""
2505
 
2506
+ #: inc/admin/admin.php:2477
2507
  msgid "Order posts by"
2508
  msgstr ""
2509
 
2510
+ #: inc/admin/admin.php:2485
2511
  msgid "Disable the display of the publication date"
2512
  msgstr ""
2513
 
2514
+ #: inc/admin/admin.php:2526 inc/admin/admin.php:4692
2515
  msgid "Organization's phone number (only for Organizations)"
2516
  msgstr ""
2517
 
2518
+ #: inc/admin/admin.php:2534
2519
  msgid "Contact type (only for Organizations)"
2520
  msgstr ""
2521
 
2522
+ #: inc/admin/admin.php:2542
2523
  msgid "Contact option (only for Organizations)"
2524
  msgstr ""
2525
 
2526
+ #: inc/admin/admin.php:2559 inc/admin/admin.php:4770
2527
  msgid "Facebook Page URL"
2528
  msgstr ""
2529
 
2530
+ #: inc/admin/admin.php:2640
2531
  msgid "Enable Open Graph Data"
2532
  msgstr ""
2533
 
2534
+ #: inc/admin/admin.php:2648 inc/admin/admin.php:4899
2535
  msgid "Select a default image"
2536
  msgstr ""
2537
 
2538
+ #: inc/admin/admin.php:2656
2539
  msgid "Facebook Link Ownership ID"
2540
  msgstr ""
2541
 
2542
+ #: inc/admin/admin.php:2664
2543
  msgid "Facebook Admin ID"
2544
  msgstr ""
2545
 
2546
+ #: inc/admin/admin.php:2672
2547
  msgid "Facebook App ID"
2548
  msgstr ""
2549
 
2550
+ #: inc/admin/admin.php:2689
2551
  msgid "Enable Twitter Card"
2552
  msgstr ""
2553
 
2554
+ #: inc/admin/admin.php:2697
2555
  msgid "Use Open Graph if no Twitter Card is filled"
2556
  msgstr ""
2557
 
2558
+ #: inc/admin/admin.php:2705 inc/admin/admin.php:4991
2559
  msgid "Default Twitter Image"
2560
  msgstr ""
2561
 
2562
+ #: inc/admin/admin.php:2713
2563
  msgid "Image size for Twitter Summary card"
2564
  msgstr ""
2565
 
2566
+ #: inc/admin/admin.php:2730
2567
  msgid "Enable Google Analytics tracking"
2568
  msgstr ""
2569
 
2570
+ #: inc/admin/admin.php:2738 inc/admin/admin.php:5044
2571
  msgid "Enter your tracking ID"
2572
  msgstr ""
2573
 
2574
+ #: inc/admin/admin.php:2746
2575
  msgid "Google Analytics tracking opt-in"
2576
  msgstr ""
2577
 
2578
+ #: inc/admin/admin.php:2762
2579
  msgid "Consent message for user tracking"
2580
  msgstr ""
2581
 
2582
+ #: inc/admin/admin.php:2770
2583
  msgid "Accept button for user tracking"
2584
  msgstr ""
2585
 
2586
+ #: inc/admin/admin.php:2778
2587
  msgid "Exclude user roles from tracking"
2588
  msgstr ""
2589
 
2590
+ #: inc/admin/admin.php:2796
2591
  msgid "Enable Google Optimize"
2592
  msgstr ""
2593
 
2594
+ #: inc/admin/admin.php:2804
2595
  msgid "Enable Google Ads"
2596
  msgstr ""
2597
 
2598
+ #: inc/admin/admin.php:2812
2599
+ msgid ""
2600
+ "[HEAD] Add an additional tracking code (like GTM, Facebook Pixel, Hotjar...)"
2601
+ msgstr ""
2602
+
2603
+ #: inc/admin/admin.php:2820
2604
+ msgid "[BODY] Add an additional tracking code (like Google Tag Manager...)"
2605
  msgstr ""
2606
 
2607
+ #: inc/admin/admin.php:2828 inc/admin/admin.php:5212
2608
  msgid "Enable remarketing, demographics, and interests reporting"
2609
  msgstr ""
2610
 
2611
+ #: inc/admin/admin.php:2836 inc/admin/admin.php:5233
2612
  msgid "Enable IP Anonymization"
2613
  msgstr ""
2614
 
2615
+ #: inc/admin/admin.php:2844 inc/admin/admin.php:5254
2616
  msgid "Enhanced Link Attribution"
2617
  msgstr ""
2618
 
2619
+ #: inc/admin/admin.php:2852 inc/admin/admin.php:5275
2620
  msgid "Enable cross-domain tracking"
2621
  msgstr ""
2622
 
2623
+ #: inc/admin/admin.php:2860 inc/admin/admin.php:5291
2624
  msgid "Cross domains"
2625
  msgstr ""
2626
 
2627
+ #: inc/admin/admin.php:2878
2628
  msgid "Enable external links tracking (all links with target _blank attribute)"
2629
  msgstr ""
2630
 
2631
+ #: inc/admin/admin.php:2886
2632
  msgid "Enable downloads tracking (eg: PDF, XLSX, DOCX...)"
2633
  msgstr ""
2634
 
2635
+ #: inc/admin/admin.php:2894 inc/admin/admin.php:5337
2636
  msgid "Track downloads' clicks"
2637
  msgstr ""
2638
 
2639
+ #: inc/admin/admin.php:2902
2640
  msgid "Enable affiliate/outbound links tracking (eg: aff, go, out, recommends)"
2641
  msgstr ""
2642
 
2643
+ #: inc/admin/admin.php:2910 inc/admin/admin.php:5368
2644
  msgid "Track affiliate/outbound links"
2645
  msgstr ""
2646
 
2647
+ #: inc/admin/admin.php:2928
2648
  msgid "Track Authors"
2649
  msgstr ""
2650
 
2651
+ #: inc/admin/admin.php:2936
2652
  msgid "Track Categories"
2653
  msgstr ""
2654
 
2655
+ #: inc/admin/admin.php:2944
2656
  msgid "Track Tags"
2657
  msgstr ""
2658
 
2659
+ #: inc/admin/admin.php:2952
2660
  msgid "Track Post Types"
2661
  msgstr ""
2662
 
2663
+ #: inc/admin/admin.php:2960
2664
  msgid "Track Logged In Users"
2665
  msgstr ""
2666
 
2667
+ #: inc/admin/admin.php:2977
2668
  msgid "Redirect attachment pages to post parent"
2669
  msgstr ""
2670
 
2671
+ #: inc/admin/admin.php:2985
2672
+ msgid "Redirect attachment pages to their file URL"
2673
  msgstr ""
2674
 
2675
+ #: inc/admin/admin.php:2993
2676
  msgid "Remove ?replytocom link to avoid duplicate content"
2677
  msgstr ""
2678
 
2679
+ #: inc/admin/admin.php:3001
2680
  msgid "Automatically set the image Title"
2681
  msgstr ""
2682
 
2683
+ #: inc/admin/admin.php:3009
2684
  msgid "Automatically set the image Alt text"
2685
  msgstr ""
2686
 
2687
+ #: inc/admin/admin.php:3017
2688
  msgid "Automatically set the image Caption"
2689
  msgstr ""
2690
 
2691
+ #: inc/admin/admin.php:3025
2692
  msgid "Automatically set the image Description"
2693
  msgstr ""
2694
 
2695
+ #: inc/admin/admin.php:3033
2696
  msgid "Add WP Editor to taxonomy description textarea"
2697
  msgstr ""
2698
 
2699
+ #: inc/admin/admin.php:3041
2700
  msgid "Remove /category/ in URL"
2701
  msgstr ""
2702
 
2703
+ #: inc/admin/admin.php:3049 inc/admin/admin.php:5927
2704
  msgid "Disable trailing slash for metas"
2705
  msgstr ""
2706
 
2707
+ #: inc/admin/admin.php:3057
2708
  msgid "Remove WordPress generator meta tag"
2709
  msgstr ""
2710
 
2711
+ #: inc/admin/admin.php:3065
2712
  msgid "Remove WordPress shortlink meta tag"
2713
  msgstr ""
2714
 
2715
+ #: inc/admin/admin.php:3073
2716
  msgid "Remove Windows Live Writer meta tag"
2717
  msgstr ""
2718
 
2719
+ #: inc/admin/admin.php:3081
2720
  msgid "Remove RSD meta tag"
2721
  msgstr ""
2722
 
2723
+ #: inc/admin/admin.php:3089 inc/admin/admin.php:6007
2724
  msgid "Google site verification"
2725
  msgstr ""
2726
 
2727
+ #: inc/admin/admin.php:3097 inc/admin/admin.php:6021
2728
  msgid "Bing site verification"
2729
  msgstr ""
2730
 
2731
+ #: inc/admin/admin.php:3105 inc/admin/admin.php:6034
2732
  msgid "Pinterest site verification"
2733
  msgstr ""
2734
 
2735
+ #: inc/admin/admin.php:3113 inc/admin/admin.php:6046
2736
  msgid "Yandex site verification"
2737
  msgstr ""
2738
 
2739
+ #: inc/admin/admin.php:3130
2740
  msgid "SEOPress in admin bar"
2741
  msgstr ""
2742
 
2743
+ #: inc/admin/admin.php:3138
2744
  msgid "Move SEOPress metabox's position"
2745
  msgstr ""
2746
 
2747
+ #: inc/admin/admin.php:3146
2748
  msgid "Hide Notifications Center"
2749
  msgstr ""
2750
 
2751
+ #: inc/admin/admin.php:3154
2752
  msgid "Hide SEO tools"
2753
  msgstr ""
2754
 
2755
+ #: inc/admin/admin.php:3162
2756
  msgid "Hide Useful Links"
2757
  msgstr ""
2758
 
2759
+ #: inc/admin/admin.php:3170
2760
  msgid "Show Title tag column in post types"
2761
  msgstr ""
2762
 
2763
+ #: inc/admin/admin.php:3178
2764
  msgid "Show Meta description column in post types"
2765
  msgstr ""
2766
 
2767
+ #: inc/admin/admin.php:3186
2768
  msgid "Show Redirection Enable column in post types"
2769
  msgstr ""
2770
 
2771
+ #: inc/admin/admin.php:3194
2772
  msgid "Show Redirect URL column in post types"
2773
  msgstr ""
2774
 
2775
+ #: inc/admin/admin.php:3202
2776
  msgid "Show canonical URL column in post types"
2777
  msgstr ""
2778
 
2779
+ #: inc/admin/admin.php:3210
2780
  msgid "Show Target Keyword column in post types"
2781
  msgstr ""
2782
 
2783
+ #: inc/admin/admin.php:3218
2784
  msgid "Show noindex column in post types"
2785
  msgstr ""
2786
 
2787
+ #: inc/admin/admin.php:3226
2788
  msgid "Show nofollow column in post types"
2789
  msgstr ""
2790
 
2791
+ #: inc/admin/admin.php:3234
2792
  msgid "Show total number of words column in post types"
2793
  msgstr ""
2794
 
2795
+ #: inc/admin/admin.php:3242
2796
  msgid "Show W3C validator column in post types"
2797
  msgstr ""
2798
 
2799
+ #: inc/admin/admin.php:3250
2800
  msgid "Show Google Page Speed column in post types"
2801
  msgstr ""
2802
 
2803
+ #: inc/admin/admin.php:3259
2804
  msgid "Hide Genesis SEO Metabox"
2805
  msgstr ""
2806
 
2807
+ #: inc/admin/admin.php:3267
2808
  msgid "Hide Genesis SEO Settings link"
2809
  msgstr ""
2810
 
2811
+ #: inc/admin/admin.php:3275
2812
  msgid "Hide advice in Structured Data Types metabox"
2813
  msgstr ""
2814
 
2815
+ #: inc/admin/admin.php:3292
2816
  msgid "Block SEO metabox to user roles"
2817
  msgstr ""
2818
 
2819
+ #: inc/admin/admin.php:3300
2820
  msgid "Block Content analysis metabox to user roles"
2821
  msgstr ""
2822
 
2823
+ #: inc/admin/admin.php:3355
2824
+ msgid "<p>Customize your title & meta description for homepage</p>"
2825
  msgstr ""
2826
 
2827
+ #: inc/admin/admin.php:3360
2828
  msgid "<p>Customize your titles & metas for Single Custom Post Types</p>"
2829
  msgstr ""
2830
 
2831
+ #: inc/admin/admin.php:3365
2832
  msgid "<p>Customize your metas for all pages</p>"
2833
  msgstr ""
2834
 
2835
+ #: inc/admin/admin.php:3370
2836
  msgid "<p>Customize your metas for all taxonomies archives</p>"
2837
  msgstr ""
2838
 
2839
+ #: inc/admin/admin.php:3375
2840
  msgid "<p>Customize your metas for all archives</p>"
2841
  msgstr ""
2842
 
2843
+ #: inc/admin/admin.php:3383
2844
  msgid "Change this settings"
2845
  msgstr ""
2846
 
2847
+ #: inc/admin/admin.php:3386
2848
  msgid ""
2849
  "To view your sitemap, enable permalinks (not default one), and save settings "
2850
  "to flush them."
2851
  msgstr ""
2852
 
2853
+ #: inc/admin/admin.php:3392
2854
  msgid ""
2855
  "Your server uses NGINX. If XML Sitemaps doesn't work properly, you need to "
2856
  "add this rule to your configuration:"
2857
  msgstr ""
2858
 
2859
+ #: inc/admin/admin.php:3405
2860
  msgid "Noindex content will not be displayed in Sitemaps."
2861
  msgstr ""
2862
 
2863
+ #: inc/admin/admin.php:3417
2864
  msgid "Blank sitemap?"
2865
  msgstr ""
2866
 
2867
+ #: inc/admin/admin.php:3418
2868
  msgid "404 error?"
2869
  msgstr ""
2870
 
2871
+ #: inc/admin/admin.php:3420
2872
  msgid "View your sitemap"
2873
  msgstr ""
2874
 
2875
+ #: inc/admin/admin.php:3422
2876
  msgid "Ping Google manually"
2877
  msgstr ""
2878
 
2879
+ #: inc/admin/admin.php:3424
2880
  msgid "Flush permalinks"
2881
  msgstr ""
2882
 
2883
+ #: inc/admin/admin.php:3430
2884
  msgid "<p>Create an HTML Sitemap for your visitors and boost your SEO.</p>"
2885
  msgstr ""
2886
 
2887
+ #: inc/admin/admin.php:3440 inc/admin/admin.php:4437
2888
  msgid "Guide to enable a HTML Sitemap - new window"
2889
  msgstr ""
2890
 
2891
+ #: inc/admin/admin.php:3445
2892
  msgid "<p>Include/Exclude Post Types.</p>"
2893
  msgstr ""
2894
 
2895
+ #: inc/admin/admin.php:3450
2896
  msgid "<p>Include/Exclude Taxonomies.</p>"
2897
  msgstr ""
2898
 
2899
+ #: inc/admin/admin.php:3455
2900
  msgid "<p>Configure Google Knowledge Graph.</p>"
2901
  msgstr ""
2902
 
2903
+ #: inc/admin/admin.php:3456
2904
  msgid "Learn more on Google official website."
2905
  msgstr ""
2906
 
2907
+ #: inc/admin/admin.php:3461
2908
  msgid ""
2909
  "<p>Link your site with your social accounts. Use markup on your website to "
2910
  "add your social profile information to a Google Knowledge panel. Knowledge "
2911
  "panels prominently display your social profile information in some Google "
2912
  "Search results. Filling in these fields does not guarantee the display of "
2913
+ "this data in search results. It may take a long time to see these social-"
2914
+ "network links.</p>"
2915
  msgstr ""
2916
 
2917
+ #: inc/admin/admin.php:3467
2918
  msgid "<p>Manage Open Graph data.</p>"
2919
  msgstr ""
2920
 
2921
+ #: inc/admin/admin.php:3469
2922
+ msgid "<p>We generate the <strong>og:image</strong> meta in this order:</p>"
 
2923
  msgstr ""
2924
 
2925
+ #: inc/admin/admin.php:3473
2926
  msgid "Custom OG Image from SEO metabox"
2927
  msgstr ""
2928
 
2929
+ #: inc/admin/admin.php:3474 inc/admin/admin.php:3489
2930
  msgid "Post thumbnail"
2931
  msgstr ""
2932
 
2933
+ #: inc/admin/admin.php:3475 inc/admin/admin.php:3490
2934
  msgid "First image of your post content"
2935
  msgstr ""
2936
 
2937
+ #: inc/admin/admin.php:3476
2938
  msgid "Global OG Image set in SEO > Social > Open Graph"
2939
  msgstr ""
2940
 
2941
+ #: inc/admin/admin.php:3482
2942
  msgid "<p>Manage your Twitter card.</p>"
2943
  msgstr ""
2944
 
2945
+ #: inc/admin/admin.php:3484
2946
  msgid ""
2947
+ "<p>We generate the <strong>twitter:image</strong> meta in this order:</p>"
 
2948
  msgstr ""
2949
 
2950
+ #: inc/admin/admin.php:3488
2951
  msgid "Custom Twitter image from SEO metabox"
2952
  msgstr ""
2953
 
2954
+ #: inc/admin/admin.php:3491
2955
  msgid "Global Twitter:image set in SEO > Social > Twitter Card"
2956
  msgstr ""
2957
 
2958
+ #: inc/admin/admin.php:3497
2959
  msgid "<p>Link your Google Analytics to your website.</p>"
2960
  msgstr ""
2961
 
2962
+ #: inc/admin/admin.php:3502
2963
  msgid "<p>Configure your Google Analytics tracking code.</p>"
2964
  msgstr ""
2965
 
2966
+ #: inc/admin/admin.php:3507
2967
  msgid "<p>Track events in Google Analytics.</p>"
2968
  msgstr ""
2969
 
2970
+ #: inc/admin/admin.php:3512
2971
  msgid ""
2972
  "<p>Configure your Google Analytics custom dimensions. <br>Custom dimensions "
2973
  "and custom metrics in SEOPress are like the default dimensions and metrics "
2977
  "Google Analytics account. More info by clicking on the help icon."
2978
  msgstr ""
2979
 
2980
+ #: inc/admin/admin.php:3522
2981
  msgid "Guide to create custom dimensions in Google Analytics - new window"
2982
  msgstr ""
2983
 
2984
+ #: inc/admin/admin.php:3527
2985
  msgid "<p>Advanced SEO options.</p>"
2986
  msgstr ""
2987
 
2988
+ #: inc/admin/admin.php:3532
2989
  msgid "<p>Customize SEOPress to fit your needs.</p>"
2990
  msgstr ""
2991
 
2992
+ #: inc/admin/admin.php:3537
2993
  msgid "<p>Manage security.</p>"
2994
  msgstr ""
2995
 
2996
+ #: inc/admin/admin.php:3550
2997
  msgid "Enter your separator, eg: \"-\""
2998
  msgstr ""
2999
 
3000
+ #: inc/admin/admin.php:3554
3001
  #, php-format
3002
  msgid "Use this separator with %%sep%% in your title and meta description."
3003
  msgstr ""
3004
 
3005
+ #: inc/admin/admin.php:3560
3006
  msgid "My awesome website"
3007
  msgstr ""
3008
 
3009
+ #: inc/admin/admin.php:3566 inc/admin/admin.php:3577 inc/admin/admin.php:3624
3010
+ #: inc/admin/admin.php:3767 inc/admin/admin.php:3800 inc/admin/admin.php:3890
3011
+ #: inc/admin/admin.php:3967 inc/admin/admin.php:4038 inc/admin/admin.php:4108
3012
+ #: inc/admin/admin.php:4159
3013
  msgid "More tags"
3014
  msgstr ""
3015
 
3016
+ #: inc/admin/admin.php:3572
3017
  msgid "This is a cool website about Wookiees"
3018
  msgstr ""
3019
 
3020
+ #: inc/admin/admin.php:3580
3021
  msgid "Looking to edit your blog page?"
3022
  msgstr ""
3023
 
3024
+ #: inc/admin/admin.php:3593 inc/admin/admin.php:3733 inc/admin/admin.php:3862
3025
+ #: inc/admin/admin.php:3955 inc/admin/admin.php:4026 inc/admin/admin.php:4096
3026
+ #: inc/admin/admin.php:4149
3027
  msgid "Title template"
3028
  msgstr ""
3029
 
3030
+ #: inc/admin/admin.php:3631 inc/admin/admin.php:3776 inc/admin/admin.php:3897
3031
+ #: inc/admin/admin.php:3973 inc/admin/admin.php:4044 inc/admin/admin.php:4114
3032
+ #: inc/admin/admin.php:4164
3033
  msgid "Meta description template"
3034
  msgstr ""
3035
 
3036
+ #: inc/admin/admin.php:3673
3037
  msgid ""
3038
  "Do not follow links for this single post type <strong>(nofollow)</strong>"
3039
  msgstr ""
3040
 
3041
+ #: inc/admin/admin.php:3692
3042
  msgid "Display date in Google search results?"
3043
  msgstr ""
3044
 
3045
+ #: inc/admin/admin.php:3711
3046
+ msgid "Display post thumbnail in Google Custom Search results?"
3047
+ msgstr ""
3048
+
3049
+ #: inc/admin/admin.php:3756
3050
  msgid "Category Title"
3051
  msgstr ""
3052
 
3053
+ #: inc/admin/admin.php:3758
3054
  msgid "Tag Title"
3055
  msgstr ""
3056
 
3057
+ #: inc/admin/admin.php:3760
3058
  msgid "Term Title"
3059
  msgstr ""
3060
 
3061
+ #: inc/admin/admin.php:3793
3062
  msgid "Category Description"
3063
  msgstr ""
3064
 
3065
+ #: inc/admin/admin.php:3795
3066
  msgid "Tag Description"
3067
  msgstr ""
3068
 
3069
+ #: inc/admin/admin.php:3797
3070
  msgid "Term Description"
3071
  msgstr ""
3072
 
3073
+ #: inc/admin/admin.php:3834
3074
  msgid ""
3075
  "Do not follow links for this taxonomy archive <strong>(nofollow)</strong>"
3076
  msgstr ""
3077
 
3078
+ #: inc/admin/admin.php:3854
3079
  msgid "See archive"
3080
  msgstr ""
3081
 
3082
+ #: inc/admin/admin.php:3884
3083
  msgid "Post Type Archive Name"
3084
  msgstr ""
3085
 
3086
+ #: inc/admin/admin.php:3939
3087
  msgid ""
3088
  "Do not follow links for this post type archive <strong>(nofollow)</strong>"
3089
  msgstr ""
3090
 
3091
+ #: inc/admin/admin.php:3953
3092
  msgid "Author archives"
3093
  msgstr ""
3094
 
3095
+ #: inc/admin/admin.php:4015
3096
  msgid "Disable author archives"
3097
  msgstr ""
3098
 
3099
+ #: inc/admin/admin.php:4024 inc/admin/admin.php:4035
3100
  msgid "Date archives"
3101
  msgstr ""
3102
 
3103
+ #: inc/admin/admin.php:4067
3104
  msgid ""
3105
  "Do not display date archives in search engine results <strong>(noindex)</"
3106
  "strong>"
3107
  msgstr ""
3108
 
3109
+ #: inc/admin/admin.php:4085
3110
  msgid "Disable date archives"
3111
  msgstr ""
3112
 
3113
+ #: inc/admin/admin.php:4094
3114
  msgid "Search archives"
3115
  msgstr ""
3116
 
3117
+ #: inc/admin/admin.php:4105
3118
  msgid "Search Keywords"
3119
  msgstr ""
3120
 
3121
+ #: inc/admin/admin.php:4138
3122
  msgid ""
3123
  "Do not display search archives in search engine results <strong>(noindex)</"
3124
  "strong>"
3125
  msgstr ""
3126
 
3127
+ #: inc/admin/admin.php:4147
3128
  msgid "404 archives"
3129
  msgstr ""
3130
 
3131
+ #: inc/admin/admin.php:4190
3132
  msgid ""
3133
  "Do not display all pages of the site in Google search results and do not "
3134
  "display \"Cached\" links in search results."
3135
  msgstr ""
3136
 
3137
+ #: inc/admin/admin.php:4209
3138
  msgid "Do not follow links for all pages."
3139
  msgstr ""
3140
 
3141
+ #: inc/admin/admin.php:4228
3142
  msgid ""
3143
  "Do not use Open Directory project metadata for titles or excerpts for all "
3144
  "pages."
3145
  msgstr ""
3146
 
3147
+ #: inc/admin/admin.php:4247
3148
  msgid "Do not index images from the entire site."
3149
  msgstr ""
3150
 
3151
+ #: inc/admin/admin.php:4266
3152
  msgid "Do not display a \"Cached\" link in the Google search results."
3153
  msgstr ""
3154
 
3155
+ #: inc/admin/admin.php:4285
3156
  msgid ""
3157
  "Do not display a description in the Google search results for all pages."
3158
  msgstr ""
3159
 
3160
+ #: inc/admin/admin.php:4304
3161
+ msgid ""
3162
+ "Prevent Google to display a sitelinks searchbox in search results. Enable "
3163
+ "this option will remove the \"Website\" schema from your source code."
3164
  msgstr ""
3165
 
3166
+ #: inc/admin/admin.php:4321
3167
  msgid "Add rel next/prev link in head of paginated archive pages"
3168
  msgstr ""
3169
 
3170
+ #: inc/admin/admin.php:4323
3171
  msgid "Learn more on Google website"
3172
  msgstr ""
3173
 
3174
+ #: inc/admin/admin.php:4350
3175
  msgid "Guide to enable XML Sitemaps - new window"
3176
  msgstr ""
3177
 
3178
+ #: inc/admin/admin.php:4367
3179
  msgid ""
3180
  "Enable Image Sitemaps (standard images, image galleries, featured image, "
3181
  "WooCommerce product images)"
3182
  msgstr ""
3183
 
3184
+ #: inc/admin/admin.php:4369
3185
  msgid "Images in XML sitemaps are visible only from the source code."
3186
  msgstr ""
3187
 
3188
+ #: inc/admin/admin.php:4379
3189
  msgid "Guide to enable XML image sitemaps - new window"
3190
  msgstr ""
3191
 
3192
+ #: inc/admin/admin.php:4397
3193
  msgid "Enable Video Sitemaps"
3194
  msgstr ""
3195
 
3196
+ #: inc/admin/admin.php:4407
3197
  #, php-format
3198
  msgid ""
3199
  "Your video sitemap is empty? Read our guide to learn more about <a href=\"%s"
3200
  "\" target=\"_blank\">adding videos to your sitemap.</a>"
3201
  msgstr ""
3202
 
3203
+ #: inc/admin/admin.php:4409
3204
  msgid "Guide to enable XML video sitemaps - new window"
3205
  msgstr ""
3206
 
3207
+ #: inc/admin/admin.php:4477 inc/admin/admin.php:4521
3208
  msgid "Include"
3209
  msgstr ""
3210
 
3211
+ #: inc/admin/admin.php:4480
3212
  msgid ""
3213
  "You should never include attachment post type in your sitemap. Be careful if "
3214
  "you checked this."
3215
  msgstr ""
3216
 
3217
+ #: inc/admin/admin.php:4536
3218
  msgid "eg: 2, 28, 68"
3219
  msgstr ""
3220
 
3221
+ #: inc/admin/admin.php:4540
3222
  msgid "You can also use this shortcode:"
3223
  msgstr ""
3224
 
3225
+ #: inc/admin/admin.php:4550
3226
  msgid "eg: 13, 8, 38"
3227
  msgstr ""
3228
 
3229
+ #: inc/admin/admin.php:4564
3230
  msgid ""
3231
  "DESC (descending order from highest to lowest values (3, 2, 1; c, b, a))"
3232
  msgstr ""
3233
 
3234
+ #: inc/admin/admin.php:4567
3235
  msgid "ASC (ascending order from lowest to highest values (1, 2, 3; a, b, c))"
3236
  msgstr ""
3237
 
3238
+ #: inc/admin/admin.php:4584
3239
  msgid "Default (date)"
3240
  msgstr ""
3241
 
3242
+ #: inc/admin/admin.php:4590
3243
  msgid "Modified date"
3244
  msgstr ""
3245
 
3246
+ #: inc/admin/admin.php:4593
3247
  msgid "Post ID"
3248
  msgstr ""
3249
 
3250
+ #: inc/admin/admin.php:4596
3251
  msgid "Menu order"
3252
  msgstr ""
3253
 
3254
+ #: inc/admin/admin.php:4614
3255
  msgid "Disable date after each post, page, post type?"
3256
  msgstr ""
3257
 
3258
+ #: inc/admin/admin.php:4649
3259
  msgid "eg: Apple"
3260
  msgstr ""
3261
 
3262
+ #: inc/admin/admin.php:4662
3263
  msgid "Select your logo"
3264
  msgstr ""
3265
 
3266
+ #: inc/admin/admin.php:4666
3267
+ msgid "JPG, PNG, and GIF allowed."
3268
  msgstr ""
3269
 
3270
+ #: inc/admin/admin.php:4692
3271
  msgid "eg: +33123456789 (internationalized version required)"
3272
  msgstr ""
3273
 
3274
+ #: inc/admin/admin.php:4707
3275
  msgid "Customer support"
3276
  msgstr ""
3277
 
3278
+ #: inc/admin/admin.php:4710
3279
  msgid "Technical support"
3280
  msgstr ""
3281
 
3282
+ #: inc/admin/admin.php:4713
3283
  msgid "Billing support"
3284
  msgstr ""
3285
 
3286
+ #: inc/admin/admin.php:4716
3287
  msgid "Bill payment"
3288
  msgstr ""
3289
 
3290
+ #: inc/admin/admin.php:4719
3291
  msgid "Sales"
3292
  msgstr ""
3293
 
3294
+ #: inc/admin/admin.php:4722
3295
  msgid "Credit card support"
3296
  msgstr ""
3297
 
3298
+ #: inc/admin/admin.php:4725
3299
  msgid "Emergency"
3300
  msgstr ""
3301
 
3302
+ #: inc/admin/admin.php:4728
3303
  msgid "Baggage tracking"
3304
  msgstr ""
3305
 
3306
+ #: inc/admin/admin.php:4731
3307
  msgid "Roadside assistance"
3308
  msgstr ""
3309
 
3310
+ #: inc/admin/admin.php:4734
3311
  msgid "Package tracking"
3312
  msgstr ""
3313
 
3314
+ #: inc/admin/admin.php:4751 inc/admin/admin.php:5386 inc/admin/admin.php:5463
3315
+ #: inc/admin/admin.php:5540 inc/admin/admin.php:5617 inc/admin/admin.php:5694
3316
  msgid "None"
3317
  msgstr ""
3318
 
3319
+ #: inc/admin/admin.php:4754
3320
  msgid "Toll Free"
3321
  msgstr ""
3322
 
3323
+ #: inc/admin/admin.php:4757
3324
  msgid "Hearing impaired supported"
3325
  msgstr ""
3326
 
3327
+ #: inc/admin/admin.php:4783
3328
  msgid "Twitter Page URL"
3329
  msgstr ""
3330
 
3331
+ #: inc/admin/admin.php:4884
3332
  msgid "Enable OG data"
3333
  msgstr ""
3334
 
3335
+ #: inc/admin/admin.php:4917
3336
  msgid ""
3337
  "One or more Facebook Page IDs that are associated with a URL in order to "
3338
  "enable link editing and instant article publishing."
3339
  msgstr ""
3340
 
3341
+ #: inc/admin/admin.php:4930
3342
  msgid ""
3343
  "The ID (or comma-separated list for properties that can accept multiple IDs) "
3344
  "of an app, person using the app, or Page Graph API object."
3345
  msgstr ""
3346
 
3347
+ #: inc/admin/admin.php:4942
3348
  msgid ""
3349
  "The Facebook app ID of the site's app. In order to use Facebook Insights you "
3350
  "must add the app ID to your page. Insights lets you view analytics for "
3354
  "span>"
3355
  msgstr ""
3356
 
3357
+ #: inc/admin/admin.php:4946
3358
  msgid "How to create a Facebook App ID"
3359
  msgstr ""
3360
 
3361
+ #: inc/admin/admin.php:4959
3362
  msgid "Enable Twitter card"
3363
  msgstr ""
3364
 
3365
+ #: inc/admin/admin.php:4976
3366
  msgid "Use OG if no Twitter Cards"
3367
  msgstr ""
3368
 
3369
+ #: inc/admin/admin.php:5011
3370
  msgid "Default"
3371
  msgstr ""
3372
 
3373
+ #: inc/admin/admin.php:5014
3374
  msgid "Large"
3375
  msgstr ""
3376
 
3377
+ #: inc/admin/admin.php:5032
3378
  msgid "Enable Google Analytics tracking (Global Site Tag: gtag.js)"
3379
  msgstr ""
3380
 
3381
+ #: inc/admin/admin.php:5044
3382
  msgid "Enter your Tracking ID (UA-XXXX-XX)"
3383
  msgstr ""
3384
 
3385
+ #: inc/admin/admin.php:5048
3386
  msgid "Find your tracking ID"
3387
  msgstr ""
3388
 
3389
+ #: inc/admin/admin.php:5062
3390
  msgid "Request user's consent for analytics tracking (required by GDPR)"
3391
  msgstr ""
3392
 
3393
+ #: inc/admin/admin.php:5064
3394
  msgid ""
3395
  "<strong>The user must click the Accept button to allow tracking.</strong>"
3396
  msgstr ""
3397
 
3398
+ #: inc/admin/admin.php:5066
3399
  msgid ""
3400
  "User roles excluded from tracking will not see the consent message.<br> If "
3401
  "you use a caching plugin, you have to exclude this JS file in your settings: "
3403
  "js</strong> <br>and this cookie <strong>seopress-user-consent-accept</strong>"
3404
  msgstr ""
3405
 
3406
+ #: inc/admin/admin.php:5076
3407
  msgid "Hook to add custom tracking code with user consent - new window"
3408
  msgstr ""
3409
 
3410
+ #: inc/admin/admin.php:5093
3411
  msgid ""
3412
  "Display and automatically accept the user‘s consent on page load (not fully "
3413
  "GDPR)"
3414
  msgstr ""
3415
 
3416
+ #: inc/admin/admin.php:5095
3417
  msgid "The previous option must be checked to use this."
3418
  msgstr ""
3419
 
3420
+ #: inc/admin/admin.php:5108
3421
  msgid "Enter your message (HTML allowed)"
3422
  msgstr ""
3423
 
3424
+ #: inc/admin/admin.php:5108
3425
  msgid "This message will only appear if request user's consent is enabled."
3426
  msgstr ""
3427
 
3428
+ #: inc/admin/admin.php:5119
3429
  msgid "Hook to filter user consent message - new window"
3430
  msgstr ""
3431
 
3432
+ #: inc/admin/admin.php:5121
3433
  msgid "HTML tags allowed: strong, em, br, a href / target"
3434
  msgstr ""
3435
 
3436
+ #: inc/admin/admin.php:5122
3437
  msgid ""
3438
  "Shortcode allowed to get the privacy page set in WordPress settings: "
3439
  "[seopress_privacy_page]"
3440
  msgstr ""
3441
 
3442
+ #: inc/admin/admin.php:5130 inc/functions/options-google-analytics.php:39
3443
  msgid "Accept"
3444
  msgstr ""
3445
 
3446
+ #: inc/admin/admin.php:5130
3447
  msgid "Change the button value"
3448
  msgstr ""
3449
 
3450
+ #: inc/admin/admin.php:5165
3451
  msgid "Enter your Google Optimize container ID"
3452
  msgstr ""
3453
 
3454
+ #: inc/admin/admin.php:5165
3455
  msgid "GTM-XXXXXXX"
3456
  msgstr ""
3457
 
3458
+ #: inc/admin/admin.php:5168
3459
  msgid ""
3460
  "Google Optimize offers A/B testing, website testing & personalization tools."
3461
  msgstr ""
3462
 
3463
+ #: inc/admin/admin.php:5176
3464
+ msgid "Enter your Google Ads conversion ID (eg: AW-123456789)"
3465
  msgstr ""
3466
 
3467
+ #: inc/admin/admin.php:5176
3468
  msgid "AW-XXXXXXXXX"
3469
  msgstr ""
3470
 
3471
+ #: inc/admin/admin.php:5185
3472
+ msgid "Paste your tracking code here like Google Tag Manager (head)"
3473
  msgstr ""
3474
 
3475
+ #: inc/admin/admin.php:5185
3476
  msgid "Additional tracking code field"
3477
  msgstr ""
3478
 
3479
+ #: inc/admin/admin.php:5188
3480
  msgid "This code will be added in the head section of your page."
3481
  msgstr ""
3482
 
3483
+ #: inc/admin/admin.php:5196
3484
+ msgid "Paste your tracking code here like Google Tag Manager (body)"
3485
+ msgstr ""
3486
+
3487
+ #: inc/admin/admin.php:5196
3488
+ msgid "Additional tracking code field added to body"
3489
+ msgstr ""
3490
+
3491
+ #: inc/admin/admin.php:5199
3492
+ msgid "This code will be added just after the opening body tag of your page."
3493
+ msgstr ""
3494
+
3495
+ #: inc/admin/admin.php:5214
3496
  msgid ""
3497
  "A remarketing audience is a list of cookies or mobile-advertising IDs that "
3498
  "represents a group of users you want to re-engage because of their "
3499
  "likelihood to convert."
3500
  msgstr ""
3501
 
3502
+ #: inc/admin/admin.php:5235
3503
  msgid ""
3504
  "When a customer of Analytics requests IP address anonymization, Analytics "
3505
  "anonymizes the address as soon as technically feasible at the earliest "
3506
  "possible stage of the collection network."
3507
  msgstr ""
3508
 
3509
+ #: inc/admin/admin.php:5256
3510
  msgid ""
3511
  "Enhanced Link Attribution improves the accuracy of your In-Page Analytics "
3512
  "report by automatically differentiating between multiple links to the same "
3513
  "URL on a single page by using link element IDs."
3514
  msgstr ""
3515
 
3516
+ #: inc/admin/admin.php:5277
3517
  msgid ""
3518
  "Cross domain tracking makes it possible for Analytics to see sessions on two "
3519
  "related sites (such as an ecommerce site and a separate shopping cart site) "
3520
  "as a single session. This is sometimes called site linking."
3521
  msgstr ""
3522
 
3523
+ #: inc/admin/admin.php:5291
3524
+ msgid "Enter your domains: seopress.org,sub.seopress.org,sub2.seopress.org"
3525
  msgstr ""
3526
 
3527
+ #: inc/admin/admin.php:5308
3528
  msgid "Enable external links tracking"
3529
  msgstr ""
3530
 
3531
+ #: inc/admin/admin.php:5325
3532
  msgid "Enable download tracking"
3533
  msgstr ""
3534
 
3535
+ #: inc/admin/admin.php:5337
3536
  msgid "pdf|docx|pptx|zip"
3537
  msgstr ""
3538
 
3539
+ #: inc/admin/admin.php:5341
3540
  msgid "Separate each file type extensions with a pipe \"|\""
3541
  msgstr ""
3542
 
3543
+ #: inc/admin/admin.php:5356
3544
  msgid "Enable affiliate/outbound tracking"
3545
  msgstr ""
3546
 
3547
+ #: inc/admin/admin.php:5368
3548
  msgid "aff|go|out"
3549
  msgstr ""
3550
 
3551
+ #: inc/admin/admin.php:5372
3552
  msgid "Separate each keyword with a pipe \"|\""
3553
  msgstr ""
3554
 
3555
+ #: inc/admin/admin.php:5389 inc/admin/admin.php:5466 inc/admin/admin.php:5543
3556
+ #: inc/admin/admin.php:5620 inc/admin/admin.php:5697
3557
  msgid "Custom Dimension #1"
3558
  msgstr ""
3559
 
3560
+ #: inc/admin/admin.php:5392 inc/admin/admin.php:5469 inc/admin/admin.php:5546
3561
+ #: inc/admin/admin.php:5623 inc/admin/admin.php:5700
3562
  msgid "Custom Dimension #2"
3563
  msgstr ""
3564
 
3565
+ #: inc/admin/admin.php:5395 inc/admin/admin.php:5472 inc/admin/admin.php:5549
3566
+ #: inc/admin/admin.php:5626 inc/admin/admin.php:5703
3567
  msgid "Custom Dimension #3"
3568
  msgstr ""
3569
 
3570
+ #: inc/admin/admin.php:5398 inc/admin/admin.php:5475 inc/admin/admin.php:5552
3571
+ #: inc/admin/admin.php:5629 inc/admin/admin.php:5706
3572
  msgid "Custom Dimension #4"
3573
  msgstr ""
3574
 
3575
+ #: inc/admin/admin.php:5401 inc/admin/admin.php:5478 inc/admin/admin.php:5555
3576
+ #: inc/admin/admin.php:5632 inc/admin/admin.php:5709
3577
  msgid "Custom Dimension #5"
3578
  msgstr ""
3579
 
3580
+ #: inc/admin/admin.php:5404 inc/admin/admin.php:5481 inc/admin/admin.php:5558
3581
+ #: inc/admin/admin.php:5635 inc/admin/admin.php:5712
3582
  msgid "Custom Dimension #6"
3583
  msgstr ""
3584
 
3585
+ #: inc/admin/admin.php:5407 inc/admin/admin.php:5484 inc/admin/admin.php:5561
3586
+ #: inc/admin/admin.php:5638 inc/admin/admin.php:5715
3587
  msgid "Custom Dimension #7"
3588
  msgstr ""
3589
 
3590
+ #: inc/admin/admin.php:5410 inc/admin/admin.php:5487 inc/admin/admin.php:5564
3591
+ #: inc/admin/admin.php:5641 inc/admin/admin.php:5718
3592
  msgid "Custom Dimension #8"
3593
  msgstr ""
3594
 
3595
+ #: inc/admin/admin.php:5413 inc/admin/admin.php:5490 inc/admin/admin.php:5567
3596
+ #: inc/admin/admin.php:5644 inc/admin/admin.php:5721
3597
  msgid "Custom Dimension #9"
3598
  msgstr ""
3599
 
3600
+ #: inc/admin/admin.php:5416 inc/admin/admin.php:5493 inc/admin/admin.php:5570
3601
+ #: inc/admin/admin.php:5647 inc/admin/admin.php:5724
3602
  msgid "Custom Dimension #10"
3603
  msgstr ""
3604
 
3605
+ #: inc/admin/admin.php:5419 inc/admin/admin.php:5496 inc/admin/admin.php:5573
3606
+ #: inc/admin/admin.php:5650 inc/admin/admin.php:5727
3607
  msgid "Custom Dimension #11"
3608
  msgstr ""
3609
 
3610
+ #: inc/admin/admin.php:5422 inc/admin/admin.php:5499 inc/admin/admin.php:5576
3611
+ #: inc/admin/admin.php:5653 inc/admin/admin.php:5730
3612
  msgid "Custom Dimension #12"
3613
  msgstr ""
3614
 
3615
+ #: inc/admin/admin.php:5425 inc/admin/admin.php:5502 inc/admin/admin.php:5579
3616
+ #: inc/admin/admin.php:5656 inc/admin/admin.php:5733
3617
  msgid "Custom Dimension #13"
3618
  msgstr ""
3619
 
3620
+ #: inc/admin/admin.php:5428 inc/admin/admin.php:5505 inc/admin/admin.php:5582
3621
+ #: inc/admin/admin.php:5659 inc/admin/admin.php:5736
3622
  msgid "Custom Dimension #14"
3623
  msgstr ""
3624
 
3625
+ #: inc/admin/admin.php:5431 inc/admin/admin.php:5508 inc/admin/admin.php:5585
3626
+ #: inc/admin/admin.php:5662 inc/admin/admin.php:5739
3627
  msgid "Custom Dimension #15"
3628
  msgstr ""
3629
 
3630
+ #: inc/admin/admin.php:5434 inc/admin/admin.php:5511 inc/admin/admin.php:5588
3631
+ #: inc/admin/admin.php:5665 inc/admin/admin.php:5742
3632
  msgid "Custom Dimension #16"
3633
  msgstr ""
3634
 
3635
+ #: inc/admin/admin.php:5437 inc/admin/admin.php:5514 inc/admin/admin.php:5591
3636
+ #: inc/admin/admin.php:5668 inc/admin/admin.php:5745
3637
  msgid "Custom Dimension #17"
3638
  msgstr ""
3639
 
3640
+ #: inc/admin/admin.php:5440 inc/admin/admin.php:5517 inc/admin/admin.php:5594
3641
+ #: inc/admin/admin.php:5671 inc/admin/admin.php:5748
3642
  msgid "Custom Dimension #18"
3643
  msgstr ""
3644
 
3645
+ #: inc/admin/admin.php:5443 inc/admin/admin.php:5520 inc/admin/admin.php:5597
3646
+ #: inc/admin/admin.php:5674 inc/admin/admin.php:5751
3647
  msgid "Custom Dimension #19"
3648
  msgstr ""
3649
 
3650
+ #: inc/admin/admin.php:5446 inc/admin/admin.php:5523 inc/admin/admin.php:5600
3651
+ #: inc/admin/admin.php:5677 inc/admin/admin.php:5754
3652
  msgid "Custom Dimension #20"
3653
  msgstr ""
3654
 
3655
+ #: inc/admin/admin.php:5772
3656
  msgid "Redirect attachment pages to post parent (or homepage if none)"
3657
  msgstr ""
3658
 
3659
+ #: inc/admin/admin.php:5791
3660
  msgid ""
3661
  "If this option is checked, it will take precedence over the redirection of "
3662
+ "attachments to the post's parent."
3663
  msgstr ""
3664
 
3665
+ #: inc/admin/admin.php:5808
3666
  msgid "Remove ?replytocom link in source code"
3667
  msgstr ""
3668
 
3669
+ #: inc/admin/admin.php:5825
3670
  msgid ""
3671
  "When sending an image file, automatically set the title based on the filename"
3672
  msgstr ""
3673
 
3674
+ #: inc/admin/admin.php:5842
3675
  msgid ""
3676
  "When sending an image file, automatically set the alternative text based on "
3677
  "the filename"
3678
  msgstr ""
3679
 
3680
+ #: inc/admin/admin.php:5859
3681
  msgid ""
3682
  "When sending an image file, automatically set the caption based on the "
3683
  "filename"
3684
  msgstr ""
3685
 
3686
+ #: inc/admin/admin.php:5876
3687
  msgid ""
3688
  "When sending an image file, automatically set the description based on the "
3689
  "filename"
3690
  msgstr ""
3691
 
3692
+ #: inc/admin/admin.php:5893
3693
  msgid "Add TINYMCE editor to term description"
3694
  msgstr ""
3695
 
3696
+ #: inc/admin/admin.php:5910
3697
  msgid "You have to flush your permalinks each time you change this settings"
3698
  msgstr ""
3699
 
3700
+ #: inc/admin/admin.php:5927
3701
  msgid ""
3702
  "You must check this box if the structure of your permalinks DOES NOT contain "
3703
  "a slash at the end (eg: /%postname%)"
3704
  msgstr ""
3705
 
3706
+ #: inc/admin/admin.php:5944
3707
  msgid "Remove WordPress meta generator in source code"
3708
  msgstr ""
3709
 
3710
+ #: inc/admin/admin.php:5961
3711
  msgid "Remove WordPress shortlink meta tag in source code (eg:"
3712
  msgstr ""
3713
 
3714
+ #: inc/admin/admin.php:5978
3715
  msgid "Remove Windows Live Writer meta tag in source code (eg:"
3716
  msgstr ""
3717
 
3718
+ #: inc/admin/admin.php:5995
3719
  msgid "Remove Really Simple Discovery meta tag in source code (eg:"
3720
  msgstr ""
3721
 
3722
+ #: inc/admin/admin.php:6007
3723
  msgid "Enter Google meta value site verification"
3724
  msgstr ""
3725
 
3726
+ #: inc/admin/admin.php:6012
3727
  msgid ""
3728
  "If your site is already verified in <strong>Google Search Console</strong>, "
3729
  "you can leave this field empty."
3730
  msgstr ""
3731
 
3732
+ #: inc/admin/admin.php:6021
3733
  msgid "Enter Bing meta value site verification"
3734
  msgstr ""
3735
 
3736
+ #: inc/admin/admin.php:6025
3737
  msgid ""
3738
  "If your site is already verified in <strong>Bing Webmaster tools</strong>, "
3739
  "you can leave this field empty."
3740
  msgstr ""
3741
 
3742
+ #: inc/admin/admin.php:6034
3743
  msgid "Enter Pinterest meta value site verification"
3744
  msgstr ""
3745
 
3746
+ #: inc/admin/admin.php:6046
3747
  msgid "Enter Yandex meta value site verification"
3748
  msgstr ""
3749
 
3750
+ #: inc/admin/admin.php:6063
3751
  msgid "Remove SEOPress from Admin Bar in backend and frontend"
3752
  msgstr ""
3753
 
3754
+ #: inc/admin/admin.php:6079
3755
  msgid "High priority (top)"
3756
  msgstr ""
3757
 
3758
+ #: inc/admin/admin.php:6082
3759
  msgid "Normal priority (default)"
3760
  msgstr ""
3761
 
3762
+ #: inc/admin/admin.php:6085
3763
  msgid "Low priority"
3764
  msgstr ""
3765
 
3766
+ #: inc/admin/admin.php:6103
3767
  msgid "Hide Notifications Center in SEOPress Dashboard page"
3768
  msgstr ""
3769
 
3770
+ #: inc/admin/admin.php:6120
3771
  msgid "Hide SEO tools in SEOPress Dashboard page"
3772
  msgstr ""
3773
 
3774
+ #: inc/admin/admin.php:6137
3775
  msgid "Hide Useful Links in SEOPress dashboard page"
3776
  msgstr ""
3777
 
3778
+ #: inc/admin/admin.php:6154
3779
  msgid "Add title column"
3780
  msgstr ""
3781
 
3782
+ #: inc/admin/admin.php:6171
3783
  msgid "Add meta description column"
3784
  msgstr ""
3785
 
3786
+ #: inc/admin/admin.php:6188
3787
  msgid "Add redirection enable column"
3788
  msgstr ""
3789
 
3790
+ #: inc/admin/admin.php:6205
3791
  msgid "Add redirection URL column"
3792
  msgstr ""
3793
 
3794
+ #: inc/admin/admin.php:6222
3795
  msgid "Add canonical URL column"
3796
  msgstr ""
3797
 
3798
+ #: inc/admin/admin.php:6239
3799
  msgid "Add target keyword column"
3800
  msgstr ""
3801
 
3802
+ #: inc/admin/admin.php:6256
3803
  msgid "Display noindex status"
3804
  msgstr ""
3805
 
3806
+ #: inc/admin/admin.php:6273
3807
  msgid "Display nofollow status"
3808
  msgstr ""
3809
 
3810
+ #: inc/admin/admin.php:6290
3811
  msgid "Display total number of words in content"
3812
  msgstr ""
3813
 
3814
+ #: inc/admin/admin.php:6307
3815
  msgid "Display W3C column to check code quality"
3816
  msgstr ""
3817
 
3818
+ #: inc/admin/admin.php:6325
3819
  msgid "Display Page Speed column to check performances"
3820
  msgstr ""
3821
 
3822
+ #: inc/admin/admin.php:6343
3823
  msgid "Remove Genesis SEO Metabox"
3824
  msgstr ""
3825
 
3826
+ #: inc/admin/admin.php:6360
3827
  msgid "Remove Genesis SEO link in WP Admin Menu"
3828
  msgstr ""
3829
 
3830
+ #: inc/admin/admin.php:6377
3831
  msgid "Remove the advice if None schema selected"
3832
  msgstr ""
3833
 
3834
+ #: inc/admin/admin.php:6415 inc/admin/admin.php:6450
3835
  msgid ""
3836
+ "Hook to filter structured data types metabox call by post type - new window"
3837
  msgstr ""
3838
 
3839
+ #: inc/admin/adminbar.php:64
3840
  msgid "BOT"
3841
  msgstr ""
3842
 
3843
+ #: inc/admin/adminbar.php:100
3844
  msgid "Broken Links"
3845
  msgstr ""
3846
 
3847
+ #: inc/admin/adminbar.php:114
3848
  msgid "Configuration wizard"
3849
  msgstr ""
3850
 
3869
 
3870
  #: inc/functions/options-advanced-admin.php:44
3871
  msgid ""
3872
+ "URL rewriting is NOT enabled on your site. Select a permalink structure that "
3873
+ "is optimized for SEO (NOT Plain)."
3874
  msgstr ""
3875
 
3876
  #: inc/functions/options-advanced-admin.php:287
3960
  #: inc/functions/options-google-analytics.php:24
3961
  msgid ""
3962
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3963
+ "tracking statistics, etc.&nbsp;<a href=\"[seopress_privacy_page]\" tabindex="
3964
  "\"10\">Read more</a>"
3965
  msgstr ""
3966
 
3967
  #: inc/functions/options-google-analytics.php:26
3968
  msgid ""
3969
  "By visiting our site, you agree to our privacy policy regarding cookies, "
3970
+ "tracking statistics, etc."
3971
  msgstr ""
3972
 
3973
  #: inc/functions/options-google-analytics.php:42
3974
  msgid "X"
3975
  msgstr ""
3976
 
3977
+ #: inc/functions/options-google-analytics.php:386
3978
  msgid "Authors"
3979
  msgstr ""
3980
 
3981
+ #: inc/functions/options-google-analytics.php:405
3982
  msgid "Categories"
3983
  msgstr ""
3984
 
3985
+ #: inc/functions/options-google-analytics.php:431
3986
  msgid "Tags"
3987
  msgstr ""
3988
 
3989
+ #: inc/functions/options-google-analytics.php:445
3990
  msgid "Post types"
3991
  msgstr ""
3992
 
3993
+ #: inc/functions/options-google-analytics.php:459
3994
  msgid "Connected users"
3995
  msgstr ""
3996
 
4015
  msgid "XML Sitemaps"
4016
  msgstr ""
4017
 
4018
+ #: seopress.php:133
4019
  msgid "has been successfully updated!"
4020
  msgstr ""
4021
 
4022
+ #: seopress.php:184
4023
+ msgid "Migration completed!"
4024
+ msgstr ""
4025
+
4026
+ #: seopress.php:289
4027
  msgid "You like SEOPress? Don't forget to rate it 5 stars!"
4028
  msgstr ""
4029
 
4030
+ #: seopress.php:336
4031
  msgid "SEOPress.org"
4032
  msgstr ""
4033
 
4034
+ #: seopress.php:338
4035
  msgid "GO PRO!"
4036
  msgstr ""
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.2
8
  Requires PHP: 5.6
9
- Stable tag: 3.6.1.1
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -219,6 +219,36 @@ Any questions? Visit our website <a href="https://www.seopress.org?utm_source=w.
219
  60. Installation Wizard
220
 
221
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  = 3.6.1.1 =
223
  * FIX s(...).tabs is not a function in seopress-cookies.min.js
224
  = 3.6.1 =
6
  Requires at least: 4.6+
7
  Tested up to: 5.2
8
  Requires PHP: 5.6
9
+ Stable tag: 3.6.2
10
  License: GPLv2 or later
11
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
12
 
219
  60. Installation Wizard
220
 
221
  == Changelog ==
222
+ = 3.6.2 =
223
+ * NEW Add custom manual / automatic schema with dynamic variables (PRO)
224
+ * NEW Add custom tracking code after opening body tag like Google Tag Manager 🍾
225
+ * NEW Add meta name "thumbnail" option in SEO > Titles and metas > Single post types to display post thumbnail in Google Custom Search (eg: https://wordpress.org/search/seopress)
226
+ * NEW Add FAQ global schema (PRO)
227
+ * NEW Add 'keywords' for Recipe schema (PRO)
228
+ * NEW Add 'recipeCuisine' for Recipe schema (PRO)
229
+ * NEW Add 'recipeIngredient' for Recipe schema (PRO)
230
+ * NEW Add 'recipeInstructions' for Recipe schema (PRO)
231
+ * NEW Add 'BlogPosting' for Article schema (PRO)
232
+ * NEW 'seopress_schemas_auto_faq_html' hook to filter FAQ global schema
233
+ * NEW 'seopress_sitemaps_single_img' hook to add custom fields to XML image sitemaps
234
+ * NEW 'seopress_sitemaps_html_pages_depth_query' hook to filter depth for hierarchical contents in HTML sitemap
235
+ * NEW 'seopress_custom_body_tracking' hook to filter custom body tracking
236
+ * NEW 'seopress_titles_template_variables_array' && 'seopress_titles_template_replace_array' hook to filter dynamic variables for title tag / meta description
237
+ * NEW Add keywords density to content analysis to help you avoid keyword stuffing
238
+ * NEW Add outbound links to content analysis (in links tab)
239
+ * INFO WP-Rocket now automatically detect our XML sitemaps (WP-Rocket 3.3.7 required)
240
+ * INFO Add quick button separator for title fields
241
+ * INFO You can now disable BOT / Broken links checker from the SEO dashboard (admin bar, menu page and post type)
242
+ * INFO Improve content analysis by removing empty target keywords
243
+ * INFO Remove Alexa Rank feature (the API is no longer provided for free by Amazon)
244
+ * INFO Translate Google Analytics UA option field with WPML / Polylang
245
+ * INFO Automatic schemas tab is now the default one in Structured Data Types metabox
246
+ * INFO Checks if the redirects feature is active before importing redirects
247
+ * FIX Some translation strings / localize strings
248
+ * FIX wpml-config.xml file, WPML / Polylang users can now translate Archives title and meta description (eg: shop page)
249
+ * FIX Recipe schema: cooking time / calories / yield / total time
250
+ * FIX Custom tracking code in head
251
+ * FIX Remove Website schema if nositelinkssearchbox option is ON
252
  = 3.6.1.1 =
253
  * FIX s(...).tabs is not a function in seopress-cookies.min.js
254
  = 3.6.1 =
seopress.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
- Description: One of the best SEO Plugin for WordPress.
6
- Version: 3.6.1.1
7
  Author: Benjamin Denis
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.6.1.1' );
57
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
58
 
59
  ///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -101,6 +101,15 @@ function seopress_init($hook) {
101
  }
102
  add_action('plugins_loaded', 'seopress_init', 999);
103
 
 
 
 
 
 
 
 
 
 
104
  ///////////////////////////////////////////////////////////////////////////////////////////////////
105
  //Loads the JS/CSS in admin
106
  ///////////////////////////////////////////////////////////////////////////////////////////////////
@@ -149,13 +158,6 @@ function seopress_add_admin_options_scripts($hook) {
149
  'seopress_clear_reverse_cache' => admin_url( 'admin-ajax.php'),
150
  );
151
  wp_localize_script( 'seopress-reverse-ajax', 'seopressAjaxClearReverseCache', $seopress_clear_reverse_cache );
152
-
153
- //Alexa Rank
154
- $seopress_request_alexa_rank = array(
155
- 'seopress_nonce' => wp_create_nonce('seopress_request_alexa_rank_nonce'),
156
- 'seopress_request_alexa_rank' => admin_url( 'admin-ajax.php'),
157
- );
158
- wp_localize_script( 'seopress-reverse-ajax', 'seopressAjaxAlexa', $seopress_request_alexa_rank );
159
  }
160
 
161
  //Migration
@@ -179,6 +181,7 @@ function seopress_add_admin_options_scripts($hook) {
179
  'seopress_nonce' => wp_create_nonce('seopress_rk_migrate_nonce'),
180
  'seopress_rk_migration' => admin_url( 'admin-ajax.php'),
181
  ),
 
182
  );
183
  wp_localize_script( 'seopress-migrate-ajax', 'seopressAjaxMigrate', $seopress_migrate );
184
  }
@@ -266,7 +269,6 @@ function seopress_admin_body_class( $classes ) {
266
  ///////////////////////////////////////////////////////////////////////////////////////////////////
267
  //3rd plugins compatibility
268
  ///////////////////////////////////////////////////////////////////////////////////////////////////
269
-
270
  //Jetpack
271
  function seopress_compatibility_jetpack() {
272
  if ( function_exists('is_plugin_active')) {
@@ -423,7 +425,6 @@ function seopress_check_ssl() {
423
  ///////////////////////////////////////////////////////////////////////////////////////////////////
424
  // Check if a feature is ON
425
  ///////////////////////////////////////////////////////////////////////////////////////////////////
426
-
427
  // Is Titles enable?
428
  function seopress_get_toggle_titles_option() {
429
  $seopress_get_toggle_titles_option = get_option("seopress_toggle");
2
  /*
3
  Plugin Name: SEOPress
4
  Plugin URI: https://www.seopress.org/
5
+ Description: One of the best SEO plugins for WordPress.
6
+ Version: 3.6.2
7
  Author: Benjamin Denis
8
  Author URI: https://www.seopress.org/
9
  License: GPLv2
53
  ///////////////////////////////////////////////////////////////////////////////////////////////////
54
  //Define
55
  ///////////////////////////////////////////////////////////////////////////////////////////////////
56
+ define( 'SEOPRESS_VERSION', '3.6.2' );
57
  define( 'SEOPRESS_AUTHOR', 'Benjamin Denis' );
58
 
59
  ///////////////////////////////////////////////////////////////////////////////////////////////////
101
  }
102
  add_action('plugins_loaded', 'seopress_init', 999);
103
 
104
+ ///////////////////////////////////////////////////////////////////////////////////////////////////
105
+ //Loads dynamic variables for titles, metas, schemas...
106
+ ///////////////////////////////////////////////////////////////////////////////////////////////////
107
+ function seopress_dyn_variables_init($variables){
108
+ $variables = include dirname( __FILE__ ) . '/inc/functions/variables/dynamic-variables.php';
109
+ return $variables;
110
+ }
111
+ add_filter('seopress_dyn_variables_fn','seopress_dyn_variables_init');
112
+
113
  ///////////////////////////////////////////////////////////////////////////////////////////////////
114
  //Loads the JS/CSS in admin
115
  ///////////////////////////////////////////////////////////////////////////////////////////////////
158
  'seopress_clear_reverse_cache' => admin_url( 'admin-ajax.php'),
159
  );
160
  wp_localize_script( 'seopress-reverse-ajax', 'seopressAjaxClearReverseCache', $seopress_clear_reverse_cache );
 
 
 
 
 
 
 
161
  }
162
 
163
  //Migration
181
  'seopress_nonce' => wp_create_nonce('seopress_rk_migrate_nonce'),
182
  'seopress_rk_migration' => admin_url( 'admin-ajax.php'),
183
  ),
184
+ 'i18n' => __('Migration completed!','wp-seopress')
185
  );
186
  wp_localize_script( 'seopress-migrate-ajax', 'seopressAjaxMigrate', $seopress_migrate );
187
  }
269
  ///////////////////////////////////////////////////////////////////////////////////////////////////
270
  //3rd plugins compatibility
271
  ///////////////////////////////////////////////////////////////////////////////////////////////////
 
272
  //Jetpack
273
  function seopress_compatibility_jetpack() {
274
  if ( function_exists('is_plugin_active')) {
425
  ///////////////////////////////////////////////////////////////////////////////////////////////////
426
  // Check if a feature is ON
427
  ///////////////////////////////////////////////////////////////////////////////////////////////////
 
428
  // Is Titles enable?
429
  function seopress_get_toggle_titles_option() {
430
  $seopress_get_toggle_titles_option = get_option("seopress_toggle");
wpml-config.xml CHANGED
@@ -9,6 +9,12 @@
9
  <key name="description"/>
10
  </key>
11
  </key>
 
 
 
 
 
 
12
  <key name="seopress_titles_archives_author_title"/>
13
  <key name="seopress_titles_archives_author_desc"/>
14
  <key name="seopress_titles_archives_date_title"/>
@@ -25,6 +31,7 @@
25
  </key>
26
  </key>
27
  <key name="seopress_google_analytics_option_name">
 
28
  <key name="seopress_google_analytics_opt_out_msg"/>
29
  <key name="seopress_google_analytics_opt_out_msg_ok"/>
30
  </key>
9
  <key name="description"/>
10
  </key>
11
  </key>
12
+ <key name="seopress_titles_archive_titles">
13
+ <key name="*">
14
+ <key name="title"/>
15
+ <key name="description"/>
16
+ </key>
17
+ </key>
18
  <key name="seopress_titles_archives_author_title"/>
19
  <key name="seopress_titles_archives_author_desc"/>
20
  <key name="seopress_titles_archives_date_title"/>
31
  </key>
32
  </key>
33
  <key name="seopress_google_analytics_option_name">
34
+ <key name="seopress_google_analytics_ua"/>
35
  <key name="seopress_google_analytics_opt_out_msg"/>
36
  <key name="seopress_google_analytics_opt_out_msg_ok"/>
37
  </key>