SmartCrawl SEO - Version 3.2.0

Version Description

( 2022-09-05 ) =

  • Improvement: Remove redundant priority and frequency data from sitemap
  • Improvement: Remove redundant last modified timestamp from the sitemap index
  • Improvement: Better sitemap compatibility with bbPress
  • Fix: Unable to uninstall SmartCrawl plugin.
Download this release

Release Info

Developer joelcj91
Plugin Icon 128x128 SmartCrawl SEO
Version 3.2.0
Comparing to
See all releases

Code changes from version 3.1.0 to 3.2.0

Files changed (31) hide show
  1. changelog.txt +7 -0
  2. class-mappings.php +0 -1
  3. constants.php +2 -2
  4. includes/admin/class-wds-sitemap-ui.php +0 -67
  5. includes/admin/templates/metabox/metabox-advanced-sitemap-priority.php +0 -29
  6. includes/admin/templates/sitemap/sitemap-xsl.php +2 -15
  7. includes/assets/js/wds-metabox.js +0 -6
  8. includes/core/class-wds-compatibility.php +22 -5
  9. includes/core/core.php +10 -2
  10. includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php +0 -26
  11. includes/core/sitemaps/class-wds-sitemap-index-item.php +0 -6
  12. includes/core/sitemaps/class-wds-sitemap-post-fetcher.php +57 -21
  13. includes/core/sitemaps/class-wds-sitemap-query.php +8 -34
  14. includes/core/sitemaps/general/class-wds-general-sitemap.php +1 -3
  15. includes/core/sitemaps/general/class-wds-sitemap-item.php +0 -72
  16. includes/core/sitemaps/general/query/class-wds-sitemap-bp-groups-query.php +0 -2
  17. includes/core/sitemaps/general/query/class-wds-sitemap-bp-profile-query.php +0 -2
  18. includes/core/sitemaps/general/query/class-wds-sitemap-extras-query.php +2 -4
  19. includes/core/sitemaps/general/query/class-wds-sitemap-posts-query.php +11 -74
  20. includes/core/sitemaps/general/query/class-wds-sitemap-terms-query.php +1 -17
  21. includes/core/sitemaps/news/class-wds-sitemap-news-query.php +8 -22
  22. includes/core/wpml/class-wds-controller-wpml.php +1 -4
  23. includes/init.php +0 -1
  24. languages/wds.pot +12740 -2
  25. readme.txt +8 -1
  26. uninstall.php +1 -0
  27. vendor/autoload.php +1 -1
  28. vendor/composer/autoload_real.php +4 -4
  29. vendor/composer/autoload_static.php +2 -2
  30. wpml-config.xml +0 -1
  31. wpmu-dev-seo.php +1 -1
changelog.txt CHANGED
@@ -2,6 +2,13 @@ Plugin Name: SmartCrawl SEO
2
 
3
  Change Log:
4
  ----------------------------------------------------------------------
 
 
 
 
 
 
 
5
  3.1.0 - 2022-08-10
6
  ----------------------------------------------------------------------
7
  Improvement: Code improvements.
2
 
3
  Change Log:
4
  ----------------------------------------------------------------------
5
+ 3.2.0 - 2022-08-31
6
+ ----------------------------------------------------------------------
7
+ - Improvement: Remove redundant priority and frequency data from sitemap
8
+ - Improvement: Remove redundant last modified timestamp from the sitemap index
9
+ - Improvement: Better sitemap compatibility with bbPress
10
+ - Fix: Unable to uninstall SmartCrawl plugin.
11
+
12
  3.1.0 - 2022-08-10
13
  ----------------------------------------------------------------------
14
  Improvement: Code improvements.
class-mappings.php CHANGED
@@ -257,7 +257,6 @@ return array(
257
  'Smartcrawl_SEO_Analysis_UI' => '/admin/class-wds-seo-analysis-ui.php',
258
  'Smartcrawl_Readability_Analysis_UI' => '/admin/class-wds-readability-analysis-ui.php',
259
  'Smartcrawl_Social_UI' => '/admin/class-wds-social-ui.php',
260
- 'Smartcrawl_Sitemap_UI' => '/admin/class-wds-sitemap-ui.php',
261
  // Classes in includes/admin/settings/.
262
  'Smartcrawl_Autolinks_Settings' => '/admin/settings/autolinks.php',
263
  'Smartcrawl_Settings_Dashboard' => '/admin/settings/dashboard.php',
257
  'Smartcrawl_SEO_Analysis_UI' => '/admin/class-wds-seo-analysis-ui.php',
258
  'Smartcrawl_Readability_Analysis_UI' => '/admin/class-wds-readability-analysis-ui.php',
259
  'Smartcrawl_Social_UI' => '/admin/class-wds-social-ui.php',
 
260
  // Classes in includes/admin/settings/.
261
  'Smartcrawl_Autolinks_Settings' => '/admin/settings/autolinks.php',
262
  'Smartcrawl_Settings_Dashboard' => '/admin/settings/dashboard.php',
constants.php CHANGED
@@ -9,8 +9,8 @@
9
  /**
10
  * Internal constants, not to be overridden
11
  */
12
- define( 'SMARTCRAWL_VERSION', '3.1.0' );
13
- define( 'SMARTCRAWL_BUILD', '1660801869112' );
14
  define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
15
  define( 'SMARTCRAWL_SUI_VERSION', '2.12.10' );
16
  define( 'SMARTCRAWL_PACKAGE_ID', 167 );
9
  /**
10
  * Internal constants, not to be overridden
11
  */
12
+ define( 'SMARTCRAWL_VERSION', '3.2.0' );
13
+ define( 'SMARTCRAWL_BUILD', '1662372875592' );
14
  define( 'SMARTCRAWL_BUILD_TYPE', 'free' );
15
  define( 'SMARTCRAWL_SUI_VERSION', '2.12.10' );
16
  define( 'SMARTCRAWL_PACKAGE_ID', 167 );
includes/admin/class-wds-sitemap-ui.php DELETED
@@ -1,67 +0,0 @@
1
- <?php
2
-
3
- class Smartcrawl_Sitemap_UI extends Smartcrawl_Base_Controller {
4
-
5
- use Smartcrawl_Singleton;
6
-
7
- /**
8
- * @return bool
9
- */
10
- public function should_run() {
11
- return Smartcrawl_Settings::get_setting( 'sitemap' ) && Smartcrawl_Settings_Admin::is_tab_allowed( Smartcrawl_Settings::TAB_SITEMAP );
12
- }
13
-
14
- /**
15
- * Child controllers can use this method to initialize.
16
- *
17
- * @return mixed
18
- */
19
- protected function init() {
20
- if ( Smartcrawl_Settings::get_setting( 'sitemap' ) ) {
21
- add_filter(
22
- 'wds-sections-metabox-advanced',
23
- array(
24
- $this,
25
- 'add_advanced_metabox_settings_section',
26
- ),
27
- 30,
28
- 2
29
- );
30
- }
31
-
32
- return true;
33
- }
34
-
35
- /**
36
- * Add advanced metabox for settings section.
37
- *
38
- * @param array $sections Sections.
39
- * @param WP_Post $post Post object.
40
- */
41
- public function add_advanced_metabox_settings_section( $sections, $post = null ) {
42
- if ( empty( $post ) ) {
43
- return $sections;
44
- }
45
-
46
- $post_id = $post->ID;
47
-
48
- $sections['metabox/metabox-advanced-sitemap-priority'] = array(
49
- 'sitemap_priority_options' => array(
50
- '' => __( 'Automatic prioritization', 'wds' ),
51
- '1' => __( '1 - Highest priority', 'wds' ),
52
- '0.9' => '0.9',
53
- '0.8' => '0.8 - ' . __( 'High priority (root pages default)', 'wds' ),
54
- '0.7' => '0.7',
55
- '0.6' => '0.6 - ' . __( 'Secondary priority (subpages default)', 'wds' ),
56
- '0.5' => '0.5 - ' . __( 'Medium priority', 'wds' ),
57
- '0.4' => '0.4',
58
- '0.3' => '0.3',
59
- '0.2' => '0.2',
60
- '0.1' => '0.1 - ' . __( 'Lowest priority', 'wds' ),
61
- ),
62
- 'sitemap_priority' => smartcrawl_get_value( 'sitemap-priority', $post_id ),
63
- );
64
-
65
- return $sections;
66
- }
67
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/templates/metabox/metabox-advanced-sitemap-priority.php DELETED
@@ -1,29 +0,0 @@
1
- <?php
2
- $sitemap_priority_options = empty( $sitemap_priority_options ) ? array() : $sitemap_priority_options;
3
- $sitemap_priority = empty( $sitemap_priority ) ? '' : $sitemap_priority;
4
- ?>
5
-
6
- <?php if ( apply_filters( 'wds-metabox-visible_parts-sitemap_priority_area', true ) ) : // phpcs:ignore ?>
7
- <div class="sui-box-settings-row">
8
- <div class="sui-box-settings-col-1">
9
- <label
10
- for='wds_sitemap-priority'
11
- class="sui-settings-label"
12
- ><?php esc_html_e( 'Sitemap Priority', 'wds' ); ?></label>
13
- </div>
14
- <div class="sui-box-settings-col-2">
15
- <select
16
- name='wds_sitemap-priority'
17
- id='wds_sitemap-priority'
18
- class="sui-select"
19
- data-minimum-results-for-search="-1"
20
- >
21
- <?php foreach ( $sitemap_priority_options as $key => $label ) : ?>
22
- <option value='<?php echo esc_attr( $key ); ?>' <?php selected( $key, $sitemap_priority ); ?>>
23
- <?php echo esc_html( $label ); ?>
24
- </option>
25
- <?php endforeach; ?>
26
- </select>
27
- </div>
28
- </div>
29
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/admin/templates/sitemap/sitemap-xsl.php CHANGED
@@ -245,9 +245,7 @@ if ( ! in_array( $template, array( 'sitemapIndexBody', 'sitemapBody', 'newsSitem
245
  </caption>
246
  <thead>
247
  <tr>
248
- <th width="75%" valign="bottom">URL</th>
249
- <th width="5%" valign="bottom">Priority</th>
250
- <th width="5%" valign="bottom">Frequency</th>
251
  <th width="5%" valign="bottom">Images</th>
252
  <th width="10%" valign="bottom">Last Modified</th>
253
  </tr>
@@ -269,12 +267,6 @@ if ( ! in_array( $template, array( 'sitemapIndexBody', 'sitemapBody', 'newsSitem
269
  <xsl:value-of select="sitemap:loc"/>
270
  </a>
271
  </td>
272
- <td>
273
- <xsl:value-of select="concat(sitemap:priority*100,'%')"/>
274
- </td>
275
- <td>
276
- <xsl:value-of select="sitemap:changefreq"/>
277
- </td>
278
  <td>
279
  <xsl:value-of select="count(image:image)"/>
280
  </td>
@@ -303,8 +295,7 @@ if ( ! in_array( $template, array( 'sitemapIndexBody', 'sitemapBody', 'newsSitem
303
  </caption>
304
  <thead>
305
  <tr>
306
- <th width="75%" valign="bottom">Sitemap</th>
307
- <th width="10%" valign="bottom">Last Modified</th>
308
  </tr>
309
  </thead>
310
  <tbody>
@@ -324,10 +315,6 @@ if ( ! in_array( $template, array( 'sitemapIndexBody', 'sitemapBody', 'newsSitem
324
  <xsl:value-of select="sitemap:loc"/>
325
  </a>
326
  </td>
327
- <td>
328
- <xsl:value-of
329
- select="concat(substring(sitemap:lastmod,0,11),concat(' ', substring(sitemap:lastmod,12,5)))"/>
330
- </td>
331
  </tr>
332
  </xsl:for-each>
333
  </tbody>
245
  </caption>
246
  <thead>
247
  <tr>
248
+ <th width="85%" valign="bottom">URL</th>
 
 
249
  <th width="5%" valign="bottom">Images</th>
250
  <th width="10%" valign="bottom">Last Modified</th>
251
  </tr>
267
  <xsl:value-of select="sitemap:loc"/>
268
  </a>
269
  </td>
 
 
 
 
 
 
270
  <td>
271
  <xsl:value-of select="count(image:image)"/>
272
  </td>
295
  </caption>
296
  <thead>
297
  <tr>
298
+ <th width="100%" valign="bottom">Sitemap</th>
 
299
  </tr>
300
  </thead>
301
  <tbody>
315
  <xsl:value-of select="sitemap:loc"/>
316
  </a>
317
  </td>
 
 
 
 
318
  </tr>
319
  </xsl:for-each>
320
  </tbody>
includes/assets/js/wds-metabox.js CHANGED
@@ -13,12 +13,6 @@
13
  // Modules
14
  hook_analysis();
15
  hook_onpage();
16
-
17
- jQuery(function () {
18
- $('#wds_sitemap-priority').SUIselect2({
19
- dropdownParent: $('#wds_sitemap-priority').closest('.sui-box-settings-col-2'),
20
- });
21
- });
22
  }
23
 
24
  $(init);
13
  // Modules
14
  hook_analysis();
15
  hook_onpage();
 
 
 
 
 
 
16
  }
17
 
18
  $(init);
includes/core/class-wds-compatibility.php CHANGED
@@ -26,9 +26,26 @@ class Smartcrawl_Compatibility extends Smartcrawl_Base_Controller {
26
  }
27
 
28
  public function allow_sitemap_access( $args ) {
29
- $request = wp_parse_url( rawurldecode( $_SERVER['REQUEST_URI'] ), PHP_URL_PATH ); // phpcs:ignore -- used only for comparison.
30
  $is_sitemap_request = strpos( $request, '/sitemap.xml' ) === strlen( $request ) - strlen( '/sitemap.xml' );
31
- $sc_sitemap_active = Smartcrawl_Settings::get_setting( 'sitemap' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  if ( $sc_sitemap_active && $is_sitemap_request ) {
33
  $args['show_ui'] = true;
34
  }
@@ -80,9 +97,9 @@ class Smartcrawl_Compatibility extends Smartcrawl_Base_Controller {
80
 
81
  private function is_preview_request() {
82
  return is_admin()
83
- && smartcrawl_is_switch_active( 'DOING_AJAX' )
84
- && isset( $_POST['_wds_nonce'] )
85
- && ( wp_verify_nonce( wp_unslash( $_POST['_wds_nonce'] ), 'wds-metabox-nonce' ) || wp_verify_nonce( wp_unslash( $_POST['_wds_nonce'] ), 'wds-onpage-nonce' ) ); // phpcs:ignore
86
  }
87
 
88
  public function ensure_defender_login_redirect( $url ) {
26
  }
27
 
28
  public function allow_sitemap_access( $args ) {
29
+ $request = parse_url( rawurldecode( $_SERVER['REQUEST_URI'] ), PHP_URL_PATH );
30
  $is_sitemap_request = strpos( $request, '/sitemap.xml' ) === strlen( $request ) - strlen( '/sitemap.xml' );
31
+
32
+ // Strip numbers from request
33
+ $sitemap = preg_replace( '/[0-9]+/', '', $request );
34
+
35
+ // Check if one of bbp sitemaps
36
+ if ( in_array(
37
+ $sitemap,
38
+ array(
39
+ '/forum-sitemap.xml',
40
+ '/topic-sitemap.xml',
41
+ '/reply-sitemap.xml',
42
+ '/topic-tag-sitemap.xml',
43
+ )
44
+ ) ) {
45
+ $is_sitemap_request = true;
46
+ }
47
+
48
+ $sc_sitemap_active = Smartcrawl_Settings::get_setting( 'sitemap' );
49
  if ( $sc_sitemap_active && $is_sitemap_request ) {
50
  $args['show_ui'] = true;
51
  }
97
 
98
  private function is_preview_request() {
99
  return is_admin()
100
+ && smartcrawl_is_switch_active( 'DOING_AJAX' )
101
+ && isset( $_POST['_wds_nonce'] )
102
+ && ( wp_verify_nonce( wp_unslash( $_POST['_wds_nonce'] ), 'wds-metabox-nonce' ) || wp_verify_nonce( wp_unslash( $_POST['_wds_nonce'] ), 'wds-onpage-nonce' ) ); // phpcs:ignore
103
  }
104
 
105
  public function ensure_defender_login_redirect( $url ) {
includes/core/core.php CHANGED
@@ -833,11 +833,19 @@ function smartcrawl_get_allowed_html_for_forms() {
833
  }
834
 
835
  function smartcrawl_file_get_contents( $file ) {
836
- return file_get_contents( $file ); // phpcs:ignore -- WP_Filesystem doesn't work properly.
 
 
 
 
837
  }
838
 
839
  function smartcrawl_file_put_contents( $file, $contents, $flags = 0 ) {
840
- return ! ! @file_put_contents( $file, $contents, $flags ); // phpcs:ignore -- WP_Filesystem doesn't work properly.
 
 
 
 
841
  }
842
 
843
  /**
833
  }
834
 
835
  function smartcrawl_file_get_contents( $file ) {
836
+ $pre = apply_filters( 'wds_pre_file_get_contents', null, $file );
837
+
838
+ return ! is_null( $pre )
839
+ ? $pre
840
+ : file_get_contents( $file ); // phpcs:ignore -- WP_Filesystem doesn't work properly.
841
  }
842
 
843
  function smartcrawl_file_put_contents( $file, $contents, $flags = 0 ) {
844
+ $pre = apply_filters( 'wds_pre_file_put_contents', null, $file, $contents, $flags );
845
+
846
+ return ! is_null( $pre )
847
+ ? $pre
848
+ : ! ! @file_put_contents( $file, $contents, $flags ); // phpcs:ignore -- WP_Filesystem doesn't work properly.
849
  }
850
 
851
  /**
includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php CHANGED
@@ -568,32 +568,6 @@ class Smartcrawl_Controller_Sitemap_Troubleshooting extends Smartcrawl_Base_Cont
568
  return file_exists( trailingslashit( ABSPATH ) . $sitemap_name );
569
  }
570
 
571
- /**
572
- * @return false
573
- */
574
- private function get_sub_sitemap_url() {
575
- if ( is_null( $this->sub_sitemap_url ) ) {
576
- $this->sub_sitemap_url = $this->load_sub_sitemap_url();
577
- }
578
-
579
- return $this->sub_sitemap_url;
580
- }
581
-
582
- /**
583
- * @return false
584
- */
585
- private function load_sub_sitemap_url() {
586
- $posts_query = new Smartcrawl_Sitemap_Posts_Query();
587
- $index_items = $posts_query->get_index_items_for_type( 'post' );
588
- if ( empty( $index_items ) ) {
589
- return false;
590
- } else {
591
- $index_item = array_shift( $index_items );
592
-
593
- return $index_item->get_location();
594
- }
595
- }
596
-
597
  /**
598
  * @param $sitemap_xml
599
  *
568
  return file_exists( trailingslashit( ABSPATH ) . $sitemap_name );
569
  }
570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
571
  /**
572
  * @param $sitemap_xml
573
  *
includes/core/sitemaps/class-wds-sitemap-index-item.php CHANGED
@@ -67,12 +67,6 @@ class Smartcrawl_Sitemap_Index_Item {
67
 
68
  $tags[] = sprintf( '<loc>%s</loc>', esc_url( $location ) );
69
 
70
- // Last modified date.
71
- $timestamp = $this->get_last_modified();
72
- if ( $timestamp ) {
73
- $tags[] = sprintf( '<lastmod>%s</lastmod>', $this->format_timestamp( $timestamp ) );
74
- }
75
-
76
  return sprintf( '<sitemap>%s</sitemap>', implode( '', $tags ) );
77
  }
78
  }
67
 
68
  $tags[] = sprintf( '<loc>%s</loc>', esc_url( $location ) );
69
 
 
 
 
 
 
 
70
  return sprintf( '<sitemap>%s</sitemap>', implode( '', $tags ) );
71
  }
72
  }
includes/core/sitemaps/class-wds-sitemap-post-fetcher.php CHANGED
@@ -65,42 +65,78 @@ class Smartcrawl_Sitemap_Post_Fetcher {
65
  return array();
66
  }
67
 
68
- $query = "SELECT posts.*, canonical.meta_value AS canonical, sitemap_priority.meta_value AS sitemap_priority FROM ($posts_query) AS posts " .
69
- "LEFT OUTER JOIN $wpdb->postmeta AS canonical ON ID = canonical.post_id AND canonical.meta_key = '_wds_canonical' " .
70
- "LEFT OUTER JOIN $wpdb->postmeta AS sitemap_priority ON ID = sitemap_priority.post_id AND sitemap_priority.meta_key = '_wds_sitemap-priority'";
71
 
72
  $posts = $wpdb->get_results( $query ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
73
 
74
- return $this->do_postprocessing( $posts );
75
  }
76
 
77
  /**
78
  * @depecated
79
  */
80
- public function fetch_essential() {
81
- return $this->fetch();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  }
83
 
84
  /**
 
 
85
  * @param $posts
86
  *
87
  * @return array|mixed
88
  */
89
- private function do_postprocessing( $posts ) {
90
- $posts = $posts ? $posts : array();
91
 
92
  return array_filter(
93
  $posts,
94
  function ( $post ) {
95
- if ( ! $post->canonical ) {
96
- return true;
97
- }
98
-
99
- return $this->normalize_url( $post->canonical ) === $this->normalize_url( get_permalink( $post->ID ) );
100
  }
101
  );
102
  }
103
 
 
 
 
 
 
 
 
 
104
  private function normalize_url( $url ) {
105
  return str_replace(
106
  array(
@@ -151,14 +187,14 @@ class Smartcrawl_Sitemap_Post_Fetcher {
151
  $order_by = $this->get_order_by();
152
 
153
  return "SELECT $column_string FROM $wpdb->posts " .
154
- "WHERE post_status = 'publish' " .
155
- "AND post_password = '' " .
156
- "$include_ids_where " .
157
- "$types_where " .
158
- "$date_where " .
159
- "$ignore_ids_where " .
160
- "AND ID NOT IN (SELECT post_id FROM $wpdb->postmeta WHERE (meta_key = '_wds_meta-robots-noindex' AND meta_value = 1) OR (meta_key = '_wds_redirect' AND meta_value != '')) " .
161
- "ORDER BY $order_by ASC LIMIT $limit OFFSET $offset";
162
  }
163
 
164
  /**
65
  return array();
66
  }
67
 
68
+ $query = "SELECT posts.*, canonical.meta_value AS canonical FROM ($posts_query) AS posts " .
69
+ "LEFT OUTER JOIN $wpdb->postmeta AS canonical ON ID = canonical.post_id AND canonical.meta_key = '_wds_canonical'";
 
70
 
71
  $posts = $wpdb->get_results( $query ); // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared
72
 
73
+ return $this->remove_posts_with_external_canonicals( $posts );
74
  }
75
 
76
  /**
77
  * @depecated
78
  */
79
+ public function count() {
80
+ global $wpdb;
81
+
82
+ $posts_query = $this->prepare_posts_query( array( 'ID' ) );
83
+ if ( ! $posts_query ) {
84
+ Smartcrawl_Logger::error( 'Encountered empty posts sitemap query while calculating count.' );
85
+
86
+ return 0;
87
+ }
88
+
89
+ $posts_with_canonical = $wpdb->get_results(
90
+ "SELECT posts.*, canonical.meta_value AS canonical FROM ($posts_query) AS posts " .
91
+ "JOIN $wpdb->postmeta AS canonical ON ID = canonical.post_id AND canonical.meta_key = '_wds_canonical' AND canonical.meta_value != ''"
92
+ );
93
+
94
+ $posts_with_external_canonical = array();
95
+ if ( is_null( $posts_with_canonical ) ) {
96
+ Smartcrawl_Logger::error( 'The sitemap DB query to fetch posts with canonicals failed.' );
97
+ } else {
98
+ foreach ( $posts_with_canonical as $post_with_canonical ) {
99
+ if ( $this->is_post_with_external_canonical( $post_with_canonical ) ) {
100
+ $posts_with_external_canonical[] = (int) $post_with_canonical->ID;
101
+ }
102
+ }
103
+ }
104
+
105
+ $count_query = "SELECT COUNT(posts.ID) FROM ($posts_query) AS posts";
106
+ if ( ! empty( $posts_with_external_canonical ) ) {
107
+ $not_in = join( ',', $posts_with_external_canonical );
108
+ $count_query = "$count_query WHERE posts.ID NOT IN ($not_in)";
109
+ }
110
+
111
+ return (int) $wpdb->get_var( $count_query );
112
  }
113
 
114
  /**
115
+ * Posts which have a canonical pointing to some other URL should not be in the sitemap.
116
+ *
117
  * @param $posts
118
  *
119
  * @return array|mixed
120
  */
121
+ private function remove_posts_with_external_canonicals( $posts ) {
122
+ $posts = $posts ?: array();
123
 
124
  return array_filter(
125
  $posts,
126
  function ( $post ) {
127
+ return ! $this->is_post_with_external_canonical( $post );
 
 
 
 
128
  }
129
  );
130
  }
131
 
132
+ private function is_post_with_external_canonical( $post ) {
133
+ if ( ! $post->canonical ) {
134
+ return false;
135
+ }
136
+
137
+ return $this->normalize_url( $post->canonical ) !== $this->normalize_url( get_permalink( $post->ID ) );
138
+ }
139
+
140
  private function normalize_url( $url ) {
141
  return str_replace(
142
  array(
187
  $order_by = $this->get_order_by();
188
 
189
  return "SELECT $column_string FROM $wpdb->posts " .
190
+ "WHERE post_status = 'publish' " .
191
+ "AND post_password = '' " .
192
+ "$include_ids_where " .
193
+ "$types_where " .
194
+ "$date_where " .
195
+ "$ignore_ids_where " .
196
+ "AND ID NOT IN (SELECT post_id FROM $wpdb->postmeta WHERE (meta_key = '_wds_meta-robots-noindex' AND meta_value = 1) OR (meta_key = '_wds_redirect' AND meta_value != '')) " .
197
+ "ORDER BY $order_by ASC LIMIT $limit OFFSET $offset";
198
  }
199
 
200
  /**
includes/core/sitemaps/class-wds-sitemap-query.php CHANGED
@@ -6,12 +6,16 @@ abstract class Smartcrawl_Sitemap_Query extends Smartcrawl_WorkUnit {
6
 
7
  /**
8
  * @param string $type
9
- * @param int $page_number
10
  *
11
  * @return Smartcrawl_Sitemap_Item[] Array of sitemap items
12
  */
13
  abstract public function get_items( $type = '', $page_number = 0 );
14
 
 
 
 
 
15
  /**
16
  * @param $type
17
  *
@@ -114,13 +118,7 @@ abstract class Smartcrawl_Sitemap_Query extends Smartcrawl_WorkUnit {
114
  * @return array
115
  */
116
  protected function get_index_items_for_type( $type ) {
117
- $items = $this->get_items( $type );
118
- if ( empty( $items ) ) {
119
- return array();
120
- }
121
- $item_count = count( $items );
122
-
123
- return $this->make_index_items( $type, $items, $item_count );
124
  }
125
 
126
  /**
@@ -135,13 +133,12 @@ abstract class Smartcrawl_Sitemap_Query extends Smartcrawl_WorkUnit {
135
 
136
  /**
137
  * @param $type string
138
- * @param $items Smartcrawl_Sitemap_Item[]
139
- * @param $item_count
140
  *
141
  * @return array
142
  */
143
- protected function make_index_items( $type, $items, $item_count ) {
144
  $per_sitemap = Smartcrawl_Sitemap_Utils::get_items_per_sitemap();
 
145
  if ( empty( $per_sitemap ) ) {
146
  return array();
147
  }
@@ -151,36 +148,13 @@ abstract class Smartcrawl_Sitemap_Query extends Smartcrawl_WorkUnit {
151
 
152
  for ( $sitemap_num = 1; $sitemap_num <= $sitemap_count; $sitemap_num ++ ) {
153
  $location = $this->get_index_item_url( $type, $sitemap_num );
154
- // If this is the last, potentially not full, sitemap uses the very last item index, otherwise use the last item in this sitemap.
155
- $last_modified_item = $sitemap_num === $sitemap_count
156
- ? $item_count - 1
157
- : ( $sitemap_num * $per_sitemap ) - 1;
158
-
159
- if ( ! isset( $items[ $last_modified_item ] ) ) {
160
- Smartcrawl_Logger::error( "Could not find expected sitemap item at index [$last_modified_item]" );
161
- continue;
162
- }
163
 
164
  $index_item = new Smartcrawl_Sitemap_Index_Item();
165
  $index_item->set_location( $location );
166
 
167
- $last_modified = $this->get_item_last_modified( $items[ $last_modified_item ] );
168
- if ( $last_modified ) {
169
- $index_item->set_last_modified( $last_modified );
170
- }
171
-
172
  $index_items[] = $index_item;
173
  }
174
 
175
  return $index_items;
176
  }
177
-
178
- /**
179
- * @param $item Smartcrawl_Sitemap_Item
180
- *
181
- * @return int
182
- */
183
- protected function get_item_last_modified( $item ) {
184
- return $item->get_last_modified();
185
- }
186
  }
6
 
7
  /**
8
  * @param string $type
9
+ * @param int $page_number
10
  *
11
  * @return Smartcrawl_Sitemap_Item[] Array of sitemap items
12
  */
13
  abstract public function get_items( $type = '', $page_number = 0 );
14
 
15
+ public function get_item_count( $type = '' ) {
16
+ return count( $this->get_items( $type ) );
17
+ }
18
+
19
  /**
20
  * @param $type
21
  *
118
  * @return array
119
  */
120
  protected function get_index_items_for_type( $type ) {
121
+ return $this->make_index_items( $type );
 
 
 
 
 
 
122
  }
123
 
124
  /**
133
 
134
  /**
135
  * @param $type string
 
 
136
  *
137
  * @return array
138
  */
139
+ protected function make_index_items( $type ) {
140
  $per_sitemap = Smartcrawl_Sitemap_Utils::get_items_per_sitemap();
141
+ $item_count = $this->get_item_count( $type );
142
  if ( empty( $per_sitemap ) ) {
143
  return array();
144
  }
148
 
149
  for ( $sitemap_num = 1; $sitemap_num <= $sitemap_count; $sitemap_num ++ ) {
150
  $location = $this->get_index_item_url( $type, $sitemap_num );
 
 
 
 
 
 
 
 
 
151
 
152
  $index_item = new Smartcrawl_Sitemap_Index_Item();
153
  $index_item->set_location( $location );
154
 
 
 
 
 
 
155
  $index_items[] = $index_item;
156
  }
157
 
158
  return $index_items;
159
  }
 
 
 
 
 
 
 
 
 
160
  }
includes/core/sitemaps/general/class-wds-general-sitemap.php CHANGED
@@ -202,9 +202,7 @@ class Smartcrawl_General_Sitemap extends Smartcrawl_Sitemap {
202
  */
203
  private function make_home_page_item() {
204
  $item = new Smartcrawl_Sitemap_Item();
205
- $item->set_location( home_url( '/' ) )
206
- ->set_priority( 1 )
207
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_DAILY );
208
 
209
  return $item;
210
  }
202
  */
203
  private function make_home_page_item() {
204
  $item = new Smartcrawl_Sitemap_Item();
205
+ $item->set_location( home_url( '/' ) );
 
 
206
 
207
  return $item;
208
  }
includes/core/sitemaps/general/class-wds-sitemap-item.php CHANGED
@@ -1,64 +1,11 @@
1
  <?php
2
 
3
  class Smartcrawl_Sitemap_Item extends Smartcrawl_Sitemap_Index_Item {
4
- const FREQ_ALWAYS = 'always';
5
- const FREQ_HOURLY = 'hourly';
6
- const FREQ_DAILY = 'daily';
7
- const FREQ_WEEKLY = 'weekly';
8
- const FREQ_MONTHLY = 'monthly';
9
- const FREQ_YEARLY = 'yearly';
10
- const FREQ_NEVER = 'never';
11
-
12
- /**
13
- * @var string
14
- */
15
- private $change_frequency = '';
16
- /**
17
- * @var float
18
- */
19
- private $priority = 0.5;
20
  /**
21
  * @var array
22
  */
23
  private $images = array();
24
 
25
- /**
26
- * @return string
27
- */
28
- public function get_change_frequency() {
29
- return apply_filters(
30
- 'wds_sitemap_changefreq',
31
- $this->change_frequency,
32
- $this->get_location(),
33
- $this->get_priority(),
34
- $this->get_last_modified(),
35
- $this->get_images()
36
- );
37
- }
38
-
39
- /**
40
- * @return $this
41
- */
42
- public function set_change_frequency( $change_frequency ) {
43
- $this->change_frequency = $change_frequency;
44
- return $this;
45
- }
46
-
47
- /**
48
- * @return float
49
- */
50
- public function get_priority() {
51
- return $this->priority;
52
- }
53
-
54
- /**
55
- * @return $this
56
- */
57
- public function set_priority( $priority ) {
58
- $this->priority = $priority;
59
- return $this;
60
- }
61
-
62
  /**
63
  * @return array
64
  */
@@ -75,13 +22,6 @@ class Smartcrawl_Sitemap_Item extends Smartcrawl_Sitemap_Index_Item {
75
  return $this;
76
  }
77
 
78
- /**
79
- * @return string
80
- */
81
- protected function format_priority( $priority ) {
82
- return sprintf( '%.1f', $priority );
83
- }
84
-
85
  /**
86
  * @return string
87
  */
@@ -127,18 +67,6 @@ class Smartcrawl_Sitemap_Item extends Smartcrawl_Sitemap_Index_Item {
127
  // Last modified date.
128
  $tags[] = sprintf( '<lastmod>%s</lastmod>', $this->format_timestamp( $this->get_last_modified() ) );
129
 
130
- // Change frequency.
131
- $change_frequency = $this->get_change_frequency();
132
- if ( ! empty( $change_frequency ) ) {
133
- $tags[] = sprintf( '<changefreq>%s</changefreq>', strtolower( $change_frequency ) );
134
- }
135
-
136
- // Priority.
137
- $priority = $this->get_priority();
138
- if ( ! empty( $priority ) ) {
139
- $tags[] = sprintf( '<priority>%s</priority>', $this->format_priority( $priority ) );
140
- }
141
-
142
  // Images.
143
  $images = $this->images_xml();
144
  if ( ! empty( $images ) ) {
1
  <?php
2
 
3
  class Smartcrawl_Sitemap_Item extends Smartcrawl_Sitemap_Index_Item {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  /**
5
  * @var array
6
  */
7
  private $images = array();
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  /**
10
  * @return array
11
  */
22
  return $this;
23
  }
24
 
 
 
 
 
 
 
 
25
  /**
26
  * @return string
27
  */
67
  // Last modified date.
68
  $tags[] = sprintf( '<lastmod>%s</lastmod>', $this->format_timestamp( $this->get_last_modified() ) );
69
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  // Images.
71
  $images = $this->images_xml();
72
  if ( ! empty( $images ) ) {
includes/core/sitemaps/general/query/class-wds-sitemap-bp-groups-query.php CHANGED
@@ -32,8 +32,6 @@ class Smartcrawl_Sitemap_BP_Groups_Query extends Smartcrawl_Sitemap_Query {
32
 
33
  $item = new Smartcrawl_Sitemap_Item();
34
  $item->set_location( $url )
35
- ->set_priority( 0.2 )
36
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_WEEKLY )
37
  ->set_last_modified( strtotime( $group->last_activity ) )
38
  ->set_images( $this->get_group_images( $group ) );
39
 
32
 
33
  $item = new Smartcrawl_Sitemap_Item();
34
  $item->set_location( $url )
 
 
35
  ->set_last_modified( strtotime( $group->last_activity ) )
36
  ->set_images( $this->get_group_images( $group ) );
37
 
includes/core/sitemaps/general/query/class-wds-sitemap-bp-profile-query.php CHANGED
@@ -31,8 +31,6 @@ class Smartcrawl_Sitemap_BP_Profile_Query extends Smartcrawl_Sitemap_Query {
31
 
32
  $item = new Smartcrawl_Sitemap_Item();
33
  $item->set_location( $url )
34
- ->set_priority( 0.2 )
35
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_WEEKLY )
36
  ->set_last_modified( strtotime( $user->last_activity ) )
37
  ->set_images( $this->get_user_images( $user->id ) );
38
 
31
 
32
  $item = new Smartcrawl_Sitemap_Item();
33
  $item->set_location( $url )
 
 
34
  ->set_last_modified( strtotime( $user->last_activity ) )
35
  ->set_images( $this->get_user_images( $user->id ) );
36
 
includes/core/sitemaps/general/query/class-wds-sitemap-extras-query.php CHANGED
@@ -4,7 +4,7 @@ class Smartcrawl_Sitemap_Extras_Query extends Smartcrawl_Sitemap_Query {
4
 
5
  use Smartcrawl_Singleton;
6
 
7
- const EXTRAS = 'extras';
8
  const EXTRAS_STORAGE = 'wds-sitemap-extras';
9
 
10
  /**
@@ -37,9 +37,7 @@ class Smartcrawl_Sitemap_Extras_Query extends Smartcrawl_Sitemap_Query {
37
 
38
  $item = new Smartcrawl_Sitemap_Item();
39
  $item->set_location( $extra_url )
40
- ->set_priority( 0.5 )
41
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_WEEKLY )
42
- ->set_last_modified( time() );
43
 
44
  $items[] = $item;
45
  }
4
 
5
  use Smartcrawl_Singleton;
6
 
7
+ const EXTRAS = 'extras';
8
  const EXTRAS_STORAGE = 'wds-sitemap-extras';
9
 
10
  /**
37
 
38
  $item = new Smartcrawl_Sitemap_Item();
39
  $item->set_location( $extra_url )
40
+ ->set_last_modified( time() );
 
 
41
 
42
  $items[] = $item;
43
  }
includes/core/sitemaps/general/query/class-wds-sitemap-posts-query.php CHANGED
@@ -14,10 +14,8 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
14
  $item = new Smartcrawl_Sitemap_Item();
15
 
16
  $item->set_location( $this->get_post_url( $post ) )
17
- ->set_priority( $this->get_post_priority( $post ) )
18
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_WEEKLY )
19
- ->set_last_modified( $this->get_post_modified_time( $post ) )
20
- ->set_images( $this->get_post_images( $post ) );
21
 
22
  $items[] = $item;
23
  }
@@ -51,18 +49,6 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
51
  return get_permalink( $post->ID );
52
  }
53
 
54
- /**
55
- * @return mixed|void
56
- */
57
- private function get_post_priority( $post ) {
58
- $default = $post->post_parent ? 0.6 : 0.8;
59
- $priority = ! empty( $post->sitemap_priority )
60
- ? $post->sitemap_priority
61
- : $default;
62
-
63
- return apply_filters( 'wds-post-priority', $priority, $post );
64
- }
65
-
66
  /**
67
  * @return false|int
68
  */
@@ -79,20 +65,6 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
79
  return 'wds-sitemap-posts';
80
  }
81
 
82
- /**
83
- * @return string|void
84
- */
85
- private function absolute_url( $url ) {
86
- $url = trim( $url );
87
-
88
- $host = wp_parse_url( home_url(), PHP_URL_HOST );
89
- if ( strpos( $url, $host ) === false ) {
90
- $url = home_url( $url );
91
- }
92
-
93
- return $url;
94
- }
95
-
96
  /**
97
  * @return array
98
  */
@@ -122,10 +94,10 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
122
  $fetcher = new Smartcrawl_Sitemap_Post_Fetcher();
123
 
124
  return $fetcher->set_offset( $offset )
125
- ->set_limit( $limit )
126
- ->set_post_types( $post_types )
127
- ->set_ignore_ids( $this->get_ignore_ids( $post_types ) )
128
- ->set_include_ids( $this->get_include_ids( $post_types ) );
129
  }
130
 
131
  /**
@@ -158,24 +130,11 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
158
  }
159
 
160
  $fetcher = $this->make_fetcher( 0, 1, $post->post_type )
161
- ->set_include_ids( array( $post->ID ) );
162
 
163
  return ! empty( $fetcher->fetch() );
164
  }
165
 
166
- /**
167
- * @return array|mixed
168
- */
169
- private function fetch_essential_data( $type, $page_number ) {
170
- $fetcher = $this->make_fetcher(
171
- $this->get_offset( $page_number ),
172
- $this->get_limit( $page_number ),
173
- empty( $type ) ? $this->get_supported_types() : $type
174
- );
175
-
176
- return $fetcher->fetch();
177
- }
178
-
179
  /**
180
  * @return array|mixed
181
  */
@@ -255,34 +214,12 @@ class Smartcrawl_Sitemap_Posts_Query extends Smartcrawl_Sitemap_Query {
255
  /**
256
  * @return int
257
  */
258
- public function get_item_count() {
259
- $posts = $this->make_fetcher(
260
  0,
261
  Smartcrawl_Sitemap_Query::NO_LIMIT,
262
- $this->get_supported_types()
263
- )->fetch();
264
-
265
- return count( $posts );
266
- }
267
-
268
- /**
269
- * @return array
270
- */
271
- public function get_index_items_for_type( $type ) {
272
- $items = $this->fetch_essential_data( $type, 0 );
273
- if ( empty( $items ) ) {
274
- return array();
275
- }
276
- $item_count = count( $items );
277
-
278
- return $this->make_index_items( $type, $items, $item_count );
279
- }
280
-
281
- /**
282
- * @return mixed
283
- */
284
- protected function get_item_last_modified( $item ) {
285
- return $this->get_post_modified_time( $item );
286
  }
287
 
288
  /**
14
  $item = new Smartcrawl_Sitemap_Item();
15
 
16
  $item->set_location( $this->get_post_url( $post ) )
17
+ ->set_last_modified( $this->get_post_modified_time( $post ) )
18
+ ->set_images( $this->get_post_images( $post ) );
 
 
19
 
20
  $items[] = $item;
21
  }
49
  return get_permalink( $post->ID );
50
  }
51
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  /**
53
  * @return false|int
54
  */
65
  return 'wds-sitemap-posts';
66
  }
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  /**
69
  * @return array
70
  */
94
  $fetcher = new Smartcrawl_Sitemap_Post_Fetcher();
95
 
96
  return $fetcher->set_offset( $offset )
97
+ ->set_limit( $limit )
98
+ ->set_post_types( $post_types )
99
+ ->set_ignore_ids( $this->get_ignore_ids( $post_types ) )
100
+ ->set_include_ids( $this->get_include_ids( $post_types ) );
101
  }
102
 
103
  /**
130
  }
131
 
132
  $fetcher = $this->make_fetcher( 0, 1, $post->post_type )
133
+ ->set_include_ids( array( $post->ID ) );
134
 
135
  return ! empty( $fetcher->fetch() );
136
  }
137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  /**
139
  * @return array|mixed
140
  */
214
  /**
215
  * @return int
216
  */
217
+ public function get_item_count( $type = '' ) {
218
+ return $this->make_fetcher(
219
  0,
220
  Smartcrawl_Sitemap_Query::NO_LIMIT,
221
+ empty( $type ) ? $this->get_supported_types() : $type
222
+ )->count();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
223
  }
224
 
225
  /**
includes/core/sitemaps/general/query/class-wds-sitemap-terms-query.php CHANGED
@@ -51,8 +51,6 @@ class Smartcrawl_Sitemap_Terms_Query extends Smartcrawl_Sitemap_Query {
51
 
52
  $item = new Smartcrawl_Sitemap_Item();
53
  $item->set_location( $url )
54
- ->set_priority( $this->get_term_priority( $term ) )
55
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_WEEKLY )
56
  ->set_last_modified( $this->get_term_last_modified( $term ) );
57
  $items[] = $item;
58
  }
@@ -297,21 +295,7 @@ class Smartcrawl_Sitemap_Terms_Query extends Smartcrawl_Sitemap_Query {
297
  private function get_term_url( $term ) {
298
  $canonical = smartcrawl_get_term_meta( $term, $term->taxonomy, 'wds_canonical' );
299
 
300
- return $canonical
301
- ? $canonical
302
- : get_term_link( $term, $term->taxonomy );
303
- }
304
-
305
- /**
306
- * @return mixed|void
307
- */
308
- private function get_term_priority( $term ) {
309
- $default = $term->count > 3 ? 0.4 : 0.2;
310
- $priority = $term->count > 10
311
- ? 0.6
312
- : $default;
313
-
314
- return apply_filters( 'wds-term-priority', $priority, $term );
315
  }
316
 
317
  /**
51
 
52
  $item = new Smartcrawl_Sitemap_Item();
53
  $item->set_location( $url )
 
 
54
  ->set_last_modified( $this->get_term_last_modified( $term ) );
55
  $items[] = $item;
56
  }
295
  private function get_term_url( $term ) {
296
  $canonical = smartcrawl_get_term_meta( $term, $term->taxonomy, 'wds_canonical' );
297
 
298
+ return $canonical ?: get_term_link( $term, $term->taxonomy );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  }
300
 
301
  /**
includes/core/sitemaps/news/class-wds-sitemap-news-query.php CHANGED
@@ -29,6 +29,14 @@ class Smartcrawl_Sitemap_News_Query extends Smartcrawl_Sitemap_Query {
29
  return $items;
30
  }
31
 
 
 
 
 
 
 
 
 
32
  /**
33
  * @return mixed|void
34
  */
@@ -93,19 +101,6 @@ class Smartcrawl_Sitemap_News_Query extends Smartcrawl_Sitemap_Query {
93
  : array_filter( array_map( 'intval', $include ) );
94
  }
95
 
96
- /**
97
- * @return array
98
- */
99
- protected function get_index_items_for_type( $type ) {
100
- $items = $this->make_fetcher(
101
- 0,
102
- self::NO_LIMIT,
103
- empty( $type ) ? $this->get_supported_types() : array( $type )
104
- )->fetch();
105
-
106
- return $this->make_index_items( $type, $items, count( $items ) );
107
- }
108
-
109
  /**
110
  * @return array|int|string
111
  */
@@ -243,15 +238,6 @@ class Smartcrawl_Sitemap_News_Query extends Smartcrawl_Sitemap_Query {
243
  : $included_post_types;
244
  }
245
 
246
- /**
247
- * @return false|int
248
- */
249
- protected function get_item_last_modified( $post ) {
250
- return ! empty( $post->post_date )
251
- ? strtotime( $post->post_date )
252
- : time();
253
- }
254
-
255
  /**
256
  * @return string
257
  */
29
  return $items;
30
  }
31
 
32
+ public function get_item_count( $type = '' ) {
33
+ return $this->make_fetcher(
34
+ 0,
35
+ self::NO_LIMIT,
36
+ empty( $type ) ? $this->get_supported_types() : array( $type )
37
+ )->count();
38
+ }
39
+
40
  /**
41
  * @return mixed|void
42
  */
101
  : array_filter( array_map( 'intval', $include ) );
102
  }
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  /**
105
  * @return array|int|string
106
  */
238
  : $included_post_types;
239
  }
240
 
 
 
 
 
 
 
 
 
 
241
  /**
242
  * @return string
243
  */
includes/core/wpml/class-wds-controller-wpml.php CHANGED
@@ -193,10 +193,7 @@ class Smartcrawl_Controller_Wpml extends Smartcrawl_Base_Controller {
193
  private function get_sitemap_homepage_item( $url ) {
194
  $item = new Smartcrawl_Sitemap_Item();
195
 
196
- return $item
197
- ->set_location( $url )
198
- ->set_priority( 1 )
199
- ->set_change_frequency( Smartcrawl_Sitemap_Item::FREQ_DAILY );
200
  }
201
 
202
  public function change_post_analysis_language( $post_language, $post_id ) {
193
  private function get_sitemap_homepage_item( $url ) {
194
  $item = new Smartcrawl_Sitemap_Item();
195
 
196
+ return $item->set_location( $url );
 
 
 
197
  }
198
 
199
  public function change_post_analysis_language( $post_language, $post_id ) {
includes/init.php CHANGED
@@ -52,7 +52,6 @@ class Smartcrawl_Init {
52
 
53
  Smartcrawl_Autolinks_UI::get()->run();
54
  Smartcrawl_OnPage_UI::get()->run();
55
- Smartcrawl_Sitemap_UI::get()->run();
56
  Smartcrawl_SEO_Analysis_UI::get()->run();
57
  Smartcrawl_Readability_Analysis_UI::get()->run();
58
  Smartcrawl_Social_UI::get()->run();
52
 
53
  Smartcrawl_Autolinks_UI::get()->run();
54
  Smartcrawl_OnPage_UI::get()->run();
 
55
  Smartcrawl_SEO_Analysis_UI::get()->run();
56
  Smartcrawl_Readability_Analysis_UI::get()->run();
57
  Smartcrawl_Social_UI::get()->run();
languages/wds.pot CHANGED
@@ -2,18 +2,22 @@
2
  # This file is distributed under the same license as the SmartCrawl Pro plugin.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: SmartCrawl Pro 3.1.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "POT-Creation-Date: 2022-08-18T05:51:32+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
 
16
  #. Plugin Name of the plugin
 
 
 
 
17
  msgid "SmartCrawl Pro"
18
  msgstr ""
19
 
@@ -26,9 +30,12743 @@ msgid "Every SEO option that a site requires, in one easy bundle."
26
  msgstr ""
27
 
28
  #. Author of the plugin
 
 
29
  msgid "WPMU DEV"
30
  msgstr ""
31
 
32
  #. Author URI of the plugin
33
  msgid "https://wpmudev.com"
34
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the SmartCrawl Pro plugin.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SmartCrawl Pro 3.2.0\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/build\n"
7
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
  "Language-Team: LANGUAGE <LL@li.org>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "POT-Creation-Date: 2022-09-05T10:15:11+00:00\n"
13
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
  "X-Generator: WP-CLI 2.6.0\n"
15
 
16
  #. Plugin Name of the plugin
17
+ #: includes/admin/settings/dashboard.php:233
18
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:16
19
+ #: includes/core/admin-page/class-wds-controller-upgrade-page-free.php:23
20
+ #: includes/core/admin-page/class-wds-controller-upgrade-page-free.php:24
21
  msgid "SmartCrawl Pro"
22
  msgstr ""
23
 
30
  msgstr ""
31
 
32
  #. Author of the plugin
33
+ #: includes/admin/templates/emails/email-footer.php:38
34
+ #: includes/core/class-wds-controller-plugin-links-free.php:52
35
  msgid "WPMU DEV"
36
  msgstr ""
37
 
38
  #. Author URI of the plugin
39
  msgid "https://wpmudev.com"
40
  msgstr ""
41
+
42
+ #: includes/admin/admin.php:207
43
+ #: includes/admin/metabox.php:733
44
+ #: includes/admin/settings/dashboard.php:234
45
+ #: includes/admin/templates/post-list/quick-edit-seo-analysis.php:3
46
+ #: includes/admin/templates/term/term-form.php:25
47
+ msgid "SmartCrawl"
48
+ msgstr ""
49
+
50
+ #: includes/admin/admin.php:208
51
+ #: includes/admin/settings/dashboard.php:243
52
+ #: includes/admin/templates/dashboard/dashboard.php:17
53
+ msgid "Dashboard"
54
+ msgstr ""
55
+
56
+ #: includes/admin/admin.php:278
57
+ msgid "This site discourages search engines from indexing the pages, which will affect your SEO efforts."
58
+ msgstr ""
59
+
60
+ #: includes/admin/admin.php:279
61
+ msgid "You can fix this here"
62
+ msgstr ""
63
+
64
+ #: includes/admin/metabox.php:150
65
+ msgid "Your title is %1$d characters in length. The recommended minimum length is %2$d characters so you may want to consider adding a few words."
66
+ msgstr ""
67
+
68
+ #: includes/admin/metabox.php:163
69
+ msgid "Your title is %1$d characters in length. The recommended max length is %2$d characters so you may want to consider trimming a few words."
70
+ msgstr ""
71
+
72
+ #: includes/admin/metabox.php:178
73
+ msgid "Your description is %1$d characters in length. The recommended minimum length is %2$d characters so you may want to consider adding a few words."
74
+ msgstr ""
75
+
76
+ #: includes/admin/metabox.php:191
77
+ msgid "Your description is %1$d characters in length. The recommended max length is %2$d characters so you may want to consider trimming a few words."
78
+ msgstr ""
79
+
80
+ #: includes/admin/metabox.php:511
81
+ msgid "Robots Meta"
82
+ msgstr ""
83
+
84
+ #: includes/admin/metabox.php:541
85
+ msgid "No ODP"
86
+ msgstr ""
87
+
88
+ #: includes/admin/metabox.php:542
89
+ msgid "No YDIR"
90
+ msgstr ""
91
+
92
+ #: includes/admin/metabox.php:543
93
+ msgid "No Archive"
94
+ msgstr ""
95
+
96
+ #: includes/admin/metabox.php:544
97
+ msgid "No Snippet"
98
+ msgstr ""
99
+
100
+ #: includes/admin/settings.php:228
101
+ #: includes/admin/templates/floating-notices.php:11
102
+ msgid "Settings updated"
103
+ msgstr ""
104
+
105
+ #: includes/admin/settings.php:232
106
+ msgid " &amp; W3 Total Cache Page Cache flushed"
107
+ msgstr ""
108
+
109
+ #: includes/admin/settings.php:235
110
+ msgid " &amp; WP Super Cache flushed"
111
+ msgstr ""
112
+
113
+ #: includes/admin/settings/autolinks.php:107
114
+ msgid "Limit values must be numeric"
115
+ msgstr ""
116
+
117
+ #: includes/admin/settings/autolinks.php:220
118
+ msgid "SmartCrawl Wizard: Advanced Tools"
119
+ msgstr ""
120
+
121
+ #: includes/admin/settings/autolinks.php:237
122
+ #: includes/admin/settings/settings.php:331
123
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:16
124
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:30
125
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:122
126
+ #: includes/core/class-wds-settings.php:253
127
+ #: includes/core/configs/class-wds-config-model.php:74
128
+ #: includes/assets/js/build/wds-configs.js:1
129
+ msgid "Advanced Tools"
130
+ msgstr ""
131
+
132
+ #: includes/admin/settings/autolinks.php:532
133
+ #: includes/assets/js/build/wds-schema-types.js:1
134
+ msgid "Comments"
135
+ msgstr ""
136
+
137
+ #: includes/admin/settings/dashboard.php:67
138
+ msgid "SmartCrawl Wizard: Dashboard"
139
+ msgstr ""
140
+
141
+ #: includes/admin/settings/health.php:37
142
+ msgid "SmartCrawl Wizard: SEO Health"
143
+ msgstr ""
144
+
145
+ #: includes/admin/settings/health.php:66
146
+ #: includes/admin/templates/lighthouse/lighthouse-settings.php:14
147
+ #: includes/assets/js/build/wds-configs.js:1
148
+ msgid "SEO Health"
149
+ msgstr ""
150
+
151
+ #: includes/admin/settings/onpage.php:208
152
+ msgid "Min length invalid"
153
+ msgstr ""
154
+
155
+ #: includes/admin/settings/onpage.php:215
156
+ msgid "Max length invalid"
157
+ msgstr ""
158
+
159
+ #: includes/admin/settings/onpage.php:251
160
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:40
161
+ #: includes/admin/templates/term/term-advanced-tab.php:41
162
+ msgid "Index"
163
+ msgstr ""
164
+
165
+ #: includes/admin/settings/onpage.php:252
166
+ msgid "Disabling indexing means that this content will not be indexed and searchable in search engines."
167
+ msgstr ""
168
+
169
+ #: includes/admin/settings/onpage.php:257
170
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:65
171
+ #: includes/admin/templates/term/term-advanced-tab.php:68
172
+ msgid "Follow"
173
+ msgstr ""
174
+
175
+ #: includes/admin/settings/onpage.php:258
176
+ msgid "Disabling following means search engines will not follow and crawl links it finds in this content."
177
+ msgstr ""
178
+
179
+ #: includes/admin/settings/onpage.php:265
180
+ msgid "Apply to all pages except the first"
181
+ msgstr ""
182
+
183
+ #: includes/admin/settings/onpage.php:266
184
+ msgid "If you select this option, the first page will be left alone, but the indexing settings will be applied to subsequent pages."
185
+ msgstr ""
186
+
187
+ #. translators: %s target.
188
+ #: includes/admin/settings/onpage.php:288
189
+ msgid "You might want to exclude this type from the %s as well."
190
+ msgstr ""
191
+
192
+ #: includes/admin/settings/onpage.php:290
193
+ msgid "sitemap"
194
+ msgstr ""
195
+
196
+ #: includes/admin/settings/onpage.php:348
197
+ msgid "author archives"
198
+ msgstr ""
199
+
200
+ #: includes/admin/settings/onpage.php:350
201
+ msgid "date archives"
202
+ msgstr ""
203
+
204
+ #: includes/admin/settings/onpage.php:369
205
+ msgid "SmartCrawl Wizard: Title & Meta"
206
+ msgstr ""
207
+
208
+ #: includes/admin/settings/onpage.php:382
209
+ #: includes/admin/settings/settings.php:322
210
+ #: includes/admin/templates/onpage/onpage-settings.php:17
211
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:118
212
+ #: includes/core/configs/class-wds-config-model.php:70
213
+ #: includes/assets/js/build/wds-configs.js:1
214
+ msgid "Title & Meta"
215
+ msgstr ""
216
+
217
+ #: includes/admin/settings/onpage.php:429
218
+ msgid "this website"
219
+ msgstr ""
220
+
221
+ #. translators: %s post type.
222
+ #: includes/admin/settings/onpage.php:451
223
+ msgid "%s archive"
224
+ msgstr ""
225
+
226
+ #: includes/admin/settings/onpage.php:460
227
+ msgid "search page"
228
+ msgstr ""
229
+
230
+ #: includes/admin/settings/onpage.php:474
231
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
232
+ msgid "No"
233
+ msgstr ""
234
+
235
+ #: includes/admin/settings/onpage.php:475
236
+ #: includes/admin/settings/sitemap.php:254
237
+ #: includes/admin/settings/sitemap.php:424
238
+ msgid "Yes"
239
+ msgstr ""
240
+
241
+ #: includes/admin/settings/onpage.php:479
242
+ msgid "Google"
243
+ msgstr ""
244
+
245
+ #: includes/admin/settings/onpage.php:480
246
+ msgid "Bing"
247
+ msgstr ""
248
+
249
+ #: includes/admin/settings/onpage.php:499
250
+ msgid "BuddyPress groups"
251
+ msgstr ""
252
+
253
+ #: includes/admin/settings/onpage.php:505
254
+ msgid "BuddyPress profile"
255
+ msgstr ""
256
+
257
+ #: includes/admin/settings/onpage.php:521
258
+ msgid "Your homepage is set to a static page, Homepage. You can edit your homepage meta from here, as well as in the WordPress editor for that page."
259
+ msgstr ""
260
+
261
+ #: includes/admin/settings/onpage.php:530
262
+ msgid "Go To Homepage"
263
+ msgstr ""
264
+
265
+ #: includes/admin/settings/onpage.php:552
266
+ msgid "Post/page ID"
267
+ msgstr ""
268
+
269
+ #: includes/admin/settings/onpage.php:553
270
+ msgid "Title of the post/page"
271
+ msgstr ""
272
+
273
+ #: includes/admin/settings/onpage.php:554
274
+ msgid "Post/page excerpt (or auto-generated if it does not exist)"
275
+ msgstr ""
276
+
277
+ #: includes/admin/settings/onpage.php:555
278
+ msgid "Post/page excerpt (without auto-generation)"
279
+ msgstr ""
280
+
281
+ #: includes/admin/settings/onpage.php:556
282
+ msgid "Post/page modified time"
283
+ msgstr ""
284
+
285
+ #: includes/admin/settings/onpage.php:557
286
+ msgid "Date of the post/page"
287
+ msgstr ""
288
+
289
+ #: includes/admin/settings/onpage.php:558
290
+ msgid "Post/page author's 'nicename'"
291
+ msgstr ""
292
+
293
+ #: includes/admin/settings/onpage.php:559
294
+ msgid "Post/page author's userid"
295
+ msgstr ""
296
+
297
+ #: includes/admin/settings/onpage.php:560
298
+ msgid "Post/page author's description"
299
+ msgstr ""
300
+
301
+ #: includes/admin/settings/onpage.php:564
302
+ msgid "Attachment caption"
303
+ msgstr ""
304
+
305
+ #: includes/admin/settings/onpage.php:568
306
+ msgid "Post categories (comma separated)"
307
+ msgstr ""
308
+
309
+ #: includes/admin/settings/onpage.php:569
310
+ msgid "Current tag/tags"
311
+ msgstr ""
312
+
313
+ #: includes/admin/settings/onpage.php:584
314
+ msgid "Term ID"
315
+ msgstr ""
316
+
317
+ #: includes/admin/settings/onpage.php:585
318
+ msgid "Term name"
319
+ msgstr ""
320
+
321
+ #: includes/admin/settings/onpage.php:586
322
+ msgid "Term description"
323
+ msgstr ""
324
+
325
+ #: includes/admin/settings/onpage.php:590
326
+ msgid "Category name"
327
+ msgstr ""
328
+
329
+ #: includes/admin/settings/onpage.php:591
330
+ msgid "Category description"
331
+ msgstr ""
332
+
333
+ #: includes/admin/settings/onpage.php:595
334
+ msgid "Tag name"
335
+ msgstr ""
336
+
337
+ #: includes/admin/settings/onpage.php:596
338
+ msgid "Tag description"
339
+ msgstr ""
340
+
341
+ #: includes/admin/settings/onpage.php:609
342
+ #: includes/admin/templates/onpage/onpage-section-settings.php:6
343
+ msgid "Separator"
344
+ msgstr ""
345
+
346
+ #: includes/admin/settings/onpage.php:610
347
+ msgid "Site's name"
348
+ msgstr ""
349
+
350
+ #: includes/admin/settings/onpage.php:611
351
+ msgid "Site's tagline / description"
352
+ msgstr ""
353
+
354
+ #: includes/admin/settings/onpage.php:612
355
+ msgid "Current page number (i.e. page 2 of 4)"
356
+ msgstr ""
357
+
358
+ #: includes/admin/settings/onpage.php:613
359
+ msgid "Current page total"
360
+ msgstr ""
361
+
362
+ #: includes/admin/settings/onpage.php:614
363
+ msgid "Current page number"
364
+ msgstr ""
365
+
366
+ #: includes/admin/settings/onpage.php:615
367
+ #: includes/admin/settings/onpage.php:617
368
+ msgid "Current page number, spelled out as numeral in English"
369
+ msgstr ""
370
+
371
+ #: includes/admin/settings/onpage.php:616
372
+ msgid "Current page total, spelled out as numeral in English"
373
+ msgstr ""
374
+
375
+ #: includes/admin/settings/onpage.php:618
376
+ msgid "Current time"
377
+ msgstr ""
378
+
379
+ #: includes/admin/settings/onpage.php:619
380
+ msgid "Current date"
381
+ msgstr ""
382
+
383
+ #: includes/admin/settings/onpage.php:620
384
+ msgid "Current month"
385
+ msgstr ""
386
+
387
+ #: includes/admin/settings/onpage.php:621
388
+ msgid "Current year"
389
+ msgstr ""
390
+
391
+ #: includes/admin/settings/onpage.php:632
392
+ msgid "BuddyPress username"
393
+ msgstr ""
394
+
395
+ #: includes/admin/settings/onpage.php:633
396
+ msgid "BuddyPress user's full name"
397
+ msgstr ""
398
+
399
+ #: includes/admin/settings/onpage.php:644
400
+ msgid "BuddyPress group name"
401
+ msgstr ""
402
+
403
+ #: includes/admin/settings/onpage.php:645
404
+ msgid "BuddyPress group description"
405
+ msgstr ""
406
+
407
+ #: includes/admin/settings/onpage.php:654
408
+ msgid "Post type label plural"
409
+ msgstr ""
410
+
411
+ #: includes/admin/settings/onpage.php:655
412
+ msgid "Post type label singular"
413
+ msgstr ""
414
+
415
+ #: includes/admin/settings/onpage.php:666
416
+ msgid "Current search phrase"
417
+ msgstr ""
418
+
419
+ #: includes/admin/settings/onpage.php:677
420
+ msgid "Author's 'nicename'"
421
+ msgstr ""
422
+
423
+ #: includes/admin/settings/onpage.php:678
424
+ msgid "Author's userid"
425
+ msgstr ""
426
+
427
+ #: includes/admin/settings/onpage.php:679
428
+ msgid "Author's description"
429
+ msgstr ""
430
+
431
+ #: includes/admin/settings/onpage.php:690
432
+ msgid "Date of the archive"
433
+ msgstr ""
434
+
435
+ #: includes/admin/settings/onpage.php:1011
436
+ msgid "Example search query"
437
+ msgstr ""
438
+
439
+ #: includes/admin/settings/schema.php:28
440
+ #: includes/admin/settings/settings.php:324
441
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:19
442
+ #: includes/admin/templates/schema/schema-settings.php:19
443
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:119
444
+ #: includes/core/configs/class-wds-config-model.php:71
445
+ #: includes/assets/js/build/wds-configs.js:1
446
+ msgid "Schema"
447
+ msgstr ""
448
+
449
+ #: includes/admin/settings/schema.php:55
450
+ msgid "SmartCrawl Wizard: Schema"
451
+ msgstr ""
452
+
453
+ #: includes/admin/settings/schema.php:128
454
+ msgid "Post type"
455
+ msgstr ""
456
+
457
+ #: includes/admin/settings/schema.php:129
458
+ #: includes/assets/js/build/wds-schema-types.js:3
459
+ msgid "Show Globally"
460
+ msgstr ""
461
+
462
+ #: includes/admin/settings/schema.php:130
463
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:25
464
+ #: includes/admin/templates/onpage/onpage-settings.php:57
465
+ #: includes/admin/templates/onpage/onpage-settings.php:91
466
+ #: includes/admin/templates/onpage/onpage-sidenav.php:8
467
+ #: includes/admin/templates/schema/schema-section-general.php:164
468
+ #: includes/core/class-wds-controller-hub-abstract.php:254
469
+ #: includes/assets/js/build/wds-schema-types.js:3
470
+ msgid "Homepage"
471
+ msgstr ""
472
+
473
+ #: includes/admin/settings/schema.php:131
474
+ msgid "Author role"
475
+ msgstr ""
476
+
477
+ #: includes/admin/settings/schema.php:132
478
+ msgid "Post format"
479
+ msgstr ""
480
+
481
+ #: includes/admin/settings/schema.php:133
482
+ msgid "Page template"
483
+ msgstr ""
484
+
485
+ #: includes/admin/settings/schema.php:134
486
+ msgid "Product type"
487
+ msgstr ""
488
+
489
+ #: includes/admin/settings/schema.php:168
490
+ #: includes/assets/js/build/wds-schema-types.js:1
491
+ #: includes/assets/js/build/wds-schema-types.js:3
492
+ msgid "Variable Product"
493
+ msgstr ""
494
+
495
+ #: includes/admin/settings/schema.php:169
496
+ #: includes/assets/js/build/wds-schema-types.js:1
497
+ #: includes/assets/js/build/wds-schema-types.js:3
498
+ msgid "Simple Product"
499
+ msgstr ""
500
+
501
+ #: includes/admin/settings/schema.php:170
502
+ #: includes/assets/js/build/wds-schema-types.js:3
503
+ msgid "Grouped Product"
504
+ msgstr ""
505
+
506
+ #: includes/admin/settings/schema.php:171
507
+ #: includes/assets/js/build/wds-schema-types.js:3
508
+ msgid "External Product"
509
+ msgstr ""
510
+
511
+ #: includes/admin/settings/schema.php:352
512
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:79
513
+ msgid "Archive"
514
+ msgstr ""
515
+
516
+ #: includes/admin/settings/settings.php:131
517
+ msgid "Super Admin"
518
+ msgstr ""
519
+
520
+ #: includes/admin/settings/settings.php:132
521
+ #: includes/admin/settings/settings.php:133
522
+ #: includes/admin/settings/settings.php:134
523
+ #: includes/admin/settings/settings.php:135
524
+ msgid "%s (and up)"
525
+ msgstr ""
526
+
527
+ #: includes/admin/settings/settings.php:132
528
+ msgid "Site Admin"
529
+ msgstr ""
530
+
531
+ #: includes/admin/settings/settings.php:133
532
+ #: includes/assets/js/build/wds-schema-types.js:1
533
+ msgid "Editor"
534
+ msgstr ""
535
+
536
+ #: includes/admin/settings/settings.php:134
537
+ #: includes/admin/templates/schema/schema-section-advanced.php:145
538
+ #: includes/assets/js/build/wds-schema-types.js:1
539
+ msgid "Author"
540
+ msgstr ""
541
+
542
+ #: includes/admin/settings/settings.php:135
543
+ #: includes/assets/js/build/wds-schema-types.js:1
544
+ msgid "Contributor"
545
+ msgstr ""
546
+
547
+ #: includes/admin/settings/settings.php:216
548
+ msgid "SmartCrawl Wizard: Settings"
549
+ msgstr ""
550
+
551
+ #: includes/admin/settings/settings.php:238
552
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:143
553
+ #: includes/admin/templates/health/health-section-settings.php:10
554
+ #: includes/admin/templates/lighthouse/lighthouse-side-nav.php:32
555
+ #: includes/admin/templates/onpage/onpage-settings.php:304
556
+ #: includes/admin/templates/onpage/onpage-sidenav.php:24
557
+ #: includes/admin/templates/schema/schema-settings.php:122
558
+ #: includes/admin/templates/schema/schema-sidenav.php:23
559
+ #: includes/admin/templates/settings/settings-section-data.php:18
560
+ #: includes/admin/templates/sitemap/sitemap-settings.php:94
561
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:47
562
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:123
563
+ #: includes/core/class-wds-controller-plugin-links-free.php:42
564
+ #: includes/core/class-wds-controller-plugin-links.php:45
565
+ #: includes/core/configs/class-wds-config-model.php:75
566
+ #: includes/assets/js/build/wds-configs.js:1
567
+ msgid "Settings"
568
+ msgstr ""
569
+
570
+ #: includes/admin/settings/settings.php:301
571
+ #: includes/admin/settings/sitemap.php:427
572
+ msgid "All pages"
573
+ msgstr ""
574
+
575
+ #: includes/admin/settings/settings.php:302
576
+ #: includes/admin/settings/sitemap.php:428
577
+ msgid "Home page"
578
+ msgstr ""
579
+
580
+ #: includes/admin/settings/settings.php:329
581
+ #: includes/admin/settings/social.php:153
582
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:22
583
+ #: includes/admin/templates/metabox/horizontal-tab-nav.php:15
584
+ #: includes/admin/templates/onpage/onpage-og-twitter.php:27
585
+ #: includes/admin/templates/social/social-settings.php:11
586
+ #: includes/admin/templates/term/term-nav.php:10
587
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:120
588
+ #: includes/core/class-wds-settings.php:255
589
+ #: includes/core/configs/class-wds-config-model.php:72
590
+ #: includes/assets/js/build/wds-configs.js:1
591
+ msgid "Social"
592
+ msgstr ""
593
+
594
+ #: includes/admin/settings/settings.php:330
595
+ #: includes/admin/settings/sitemap.php:334
596
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:45
597
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:32
598
+ #: includes/admin/templates/sitemap/sitemap-settings.php:24
599
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:121
600
+ msgid "Sitemaps"
601
+ msgstr ""
602
+
603
+ #: includes/admin/settings/settings.php:463
604
+ #: includes/assets/js/build/wds-third-party-import.js:15
605
+ msgid "Yoast SEO"
606
+ msgstr ""
607
+
608
+ #: includes/admin/settings/settings.php:469
609
+ #: includes/assets/js/build/wds-third-party-import.js:15
610
+ msgid "All In One SEO"
611
+ msgstr ""
612
+
613
+ #: includes/admin/settings/settings.php:481
614
+ msgid "auto-import"
615
+ msgstr ""
616
+
617
+ #: includes/admin/settings/settings.php:484
618
+ msgid "We've detected you have %1$s settings. Do you want to %2$s your configuration into SmartCrawl?"
619
+ msgstr ""
620
+
621
+ #: includes/admin/settings/settings.php:547
622
+ msgid "Excellent! You've been using SmartCrawl for over a week. Hope you are enjoying it so far. We have spent countless hours developing this free plugin for you, and we would really appreciate it if you could drop us a rating on wp.org to help us spread the word and boost our motivation."
623
+ msgstr ""
624
+
625
+ #: includes/admin/settings/settings.php:552
626
+ #: includes/core/class-wds-controller-plugin-links-free.php:56
627
+ msgid "Rate SmartCrawl"
628
+ msgstr ""
629
+
630
+ #: includes/admin/settings/sitemap.php:152
631
+ msgid "Please enter a valid number in the \"Items Per Sitemap\" setting"
632
+ msgstr ""
633
+
634
+ #. translators: %s max items per sitemap.
635
+ #: includes/admin/settings/sitemap.php:163
636
+ msgid "The maximum number allowed for \"Items Per Sitemap\" setting is %d"
637
+ msgstr ""
638
+
639
+ #: includes/admin/settings/sitemap.php:322
640
+ msgid "SmartCrawl Wizard: Sitemap"
641
+ msgstr ""
642
+
643
+ #: includes/admin/settings/sitemap.php:648
644
+ msgid "Some email recipients could not be saved."
645
+ msgstr ""
646
+
647
+ #: includes/admin/settings/social.php:39
648
+ msgid "Some social URLs could not be saved. Please try again."
649
+ msgstr ""
650
+
651
+ #: includes/admin/settings/social.php:144
652
+ msgid "SmartCrawl Wizard: Social"
653
+ msgstr ""
654
+
655
+ #: includes/admin/templates/advanced-tools/advanced-automatic-linking-types.php:12
656
+ msgid "Insert Links"
657
+ msgstr ""
658
+
659
+ #: includes/admin/templates/advanced-tools/advanced-automatic-linking-types.php:16
660
+ msgid "Choose what post types to allow."
661
+ msgstr ""
662
+
663
+ #: includes/admin/templates/advanced-tools/advanced-automatic-linking-types.php:48
664
+ msgid "Link To"
665
+ msgstr ""
666
+
667
+ #: includes/admin/templates/advanced-tools/advanced-automatic-linking-types.php:50
668
+ msgid "Select what types can be linked to."
669
+ msgstr ""
670
+
671
+ #: includes/admin/templates/advanced-tools/advanced-redirect-image-attachments.php:16
672
+ msgid "Redirect image attachments only"
673
+ msgstr ""
674
+
675
+ #: includes/admin/templates/advanced-tools/advanced-redirect-image-attachments.php:21
676
+ msgid "Select this option if you only want to redirect attachments that are an image."
677
+ msgstr ""
678
+
679
+ #: includes/admin/templates/advanced-tools/advanced-robots-custom-sitemap-url-setting.php:9
680
+ msgid "Sitemap URL"
681
+ msgstr ""
682
+
683
+ #: includes/admin/templates/advanced-tools/advanced-robots-custom-sitemap-url-setting.php:27
684
+ msgid "We've detected you're using SmartCrawl's built in sitemap and will output this for you automatically."
685
+ msgstr ""
686
+
687
+ #: includes/admin/templates/advanced-tools/advanced-robots-custom-sitemap-url-setting.php:41
688
+ msgid "Copy and paste the URL to your sitemap. E.g %1$s or %2$s"
689
+ msgstr ""
690
+
691
+ #: includes/admin/templates/advanced-tools/advanced-robots-disabled.php:5
692
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:16
693
+ msgid "Search engines use web crawlers (bots) to explore and index the internet. A robots.txt file is a critical text file that tells those bots what they can and can’t index, and where things are."
694
+ msgstr ""
695
+
696
+ #: includes/admin/templates/advanced-tools/advanced-robots-disabled.php:9
697
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:67
698
+ msgid "We've detected an existing %s file that we are unable to edit. You will need to remove it before you can enable this feature."
699
+ msgstr ""
700
+
701
+ #: includes/admin/templates/advanced-tools/advanced-robots-disabled.php:21
702
+ #: includes/admin/templates/disabled-component-inner.php:24
703
+ msgid "Disabled"
704
+ msgstr ""
705
+
706
+ #: includes/admin/templates/advanced-tools/advanced-robots-disabled.php:32
707
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:69
708
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:95
709
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:130
710
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:54
711
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:78
712
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:57
713
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:87
714
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:107
715
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:42
716
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:65
717
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:120
718
+ #: includes/admin/templates/onpage/onpage-disabled.php:11
719
+ #: includes/admin/templates/schema/schema-disabled.php:11
720
+ #: includes/admin/templates/social/social-disabled.php:11
721
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
722
+ msgid "Activate"
723
+ msgstr ""
724
+
725
+ #: includes/admin/templates/advanced-tools/advanced-robots-disabled.php:48
726
+ msgid "We've detected your site is installed on a sub-directory. Robots.txt files only work when added to the root directory of a domain, so you'll need to change how your WordPress installation is set up to use this feature."
727
+ msgstr ""
728
+
729
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:25
730
+ msgid "Your robots.txt is active and visible to bots. You can view it at %s"
731
+ msgstr ""
732
+
733
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:36
734
+ msgid "Output"
735
+ msgstr ""
736
+
737
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:37
738
+ msgid "Here’s a preview of your current robots.txt output. Customize your robots.txt file below."
739
+ msgstr ""
740
+
741
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:41
742
+ msgid "Robots.txt preview"
743
+ msgstr ""
744
+
745
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:51
746
+ msgid "Include Sitemap"
747
+ msgstr ""
748
+
749
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:52
750
+ msgid "It’s really good practice to instruct search engines where to find your sitemap. If enabled, we will automatically add the required code to your robots file."
751
+ msgstr ""
752
+
753
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:63
754
+ msgid "Link to my Sitemap"
755
+ msgstr ""
756
+
757
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:79
758
+ msgid "Customize"
759
+ msgstr ""
760
+
761
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:83
762
+ msgid "Customize the robots.txt output here. We have %s on a range of examples and options for your robots.txt file."
763
+ msgstr ""
764
+
765
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:85
766
+ msgid "full documentation"
767
+ msgstr ""
768
+
769
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:95
770
+ msgid "Edit your robots.txt file"
771
+ msgstr ""
772
+
773
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:106
774
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:117
775
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:89
776
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:100
777
+ #: includes/admin/templates/schema/schema-section-settings.php:37
778
+ #: includes/admin/templates/schema/schema-section-settings.php:53
779
+ #: includes/admin/templates/sitemap/sitemap-deactivate-button.php:8
780
+ #: includes/admin/templates/sitemap/sitemap-deactivate-button.php:24
781
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
782
+ msgid "Deactivate"
783
+ msgstr ""
784
+
785
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:109
786
+ msgid "No longer need a Robots.txt file? This will deactivate this feature and remove the file."
787
+ msgstr ""
788
+
789
+ #: includes/admin/templates/advanced-tools/advanced-robots-settings.php:125
790
+ #: includes/admin/templates/health/health-test-mode-lighthouse.php:43
791
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:97
792
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:46
793
+ #: includes/admin/templates/onpage/onpage-static-homepage.php:76
794
+ #: includes/admin/templates/report-vertical-tab.php:12
795
+ #: includes/admin/templates/sitemap/sitemap-settings.php:171
796
+ #: includes/admin/templates/vertical-tab-upsell.php:11
797
+ #: includes/admin/templates/vertical-tab.php:11
798
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
799
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
800
+ #: includes/assets/js/build/wds-schema-types.js:3
801
+ msgid "Save Settings"
802
+ msgstr ""
803
+
804
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-main.php:18
805
+ msgid "Custom Links"
806
+ msgstr ""
807
+
808
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-main.php:19
809
+ msgid "Choose additional custom keywords you want to target, and where to link them to."
810
+ msgstr ""
811
+
812
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-main.php:29
813
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:93
814
+ msgid "Exclusions"
815
+ msgstr ""
816
+
817
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-main.php:30
818
+ msgid "Provide a comma-separated list of keywords that you would like to exclude. You can also select individual posts for exclusion."
819
+ msgstr ""
820
+
821
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-main.php:32
822
+ msgid "Excluded Keywords"
823
+ msgstr ""
824
+
825
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:14
826
+ msgid "Min lengths"
827
+ msgstr ""
828
+
829
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:15
830
+ msgid "Define the shortest title and taxonomy length to autolink. Smaller titles will be ignored."
831
+ msgstr ""
832
+
833
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:21
834
+ msgid "Posts & pages"
835
+ msgstr ""
836
+
837
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:33
838
+ msgid "Archives & taxonomies"
839
+ msgstr ""
840
+
841
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:40
842
+ msgid "We recommend a minimum of 10 chars for each type."
843
+ msgstr ""
844
+
845
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:46
846
+ msgid "Max limits"
847
+ msgstr ""
848
+
849
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:47
850
+ msgid "Set the max amount of links you want to appear per post."
851
+ msgstr ""
852
+
853
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:53
854
+ msgid "Per post total"
855
+ msgstr ""
856
+
857
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:63
858
+ msgid "Per keyword group"
859
+ msgstr ""
860
+
861
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:70
862
+ msgid "Use 0 to allow unlimited automatic links."
863
+ msgstr ""
864
+
865
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:78
866
+ msgid "Optional Settings"
867
+ msgstr ""
868
+
869
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:79
870
+ msgid "Configure extra settings for absolute control over autolinking."
871
+ msgstr ""
872
+
873
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking-settings.php:92
874
+ msgid "No longer need keyword linking? This will deactivate this feature and remove existing links."
875
+ msgstr ""
876
+
877
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:17
878
+ msgid "Allow autolinks to empty taxonomies"
879
+ msgstr ""
880
+
881
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:18
882
+ msgid "Allows autolinking to taxonomies that have no posts assigned to them."
883
+ msgstr ""
884
+
885
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:21
886
+ msgid "Prevent linking in heading tags"
887
+ msgstr ""
888
+
889
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:22
890
+ msgid "Excludes headings from autolinking."
891
+ msgstr ""
892
+
893
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:25
894
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:26
895
+ msgid "Process only single posts and pages"
896
+ msgstr ""
897
+
898
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:29
899
+ msgid "Process RSS feeds"
900
+ msgstr ""
901
+
902
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:30
903
+ msgid "Autolinking will also occur in RSS feeds."
904
+ msgstr ""
905
+
906
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:33
907
+ msgid "Case sensitive matching"
908
+ msgstr ""
909
+
910
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:34
911
+ msgid "Only autolink the exact string match."
912
+ msgstr ""
913
+
914
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:37
915
+ msgid "Prevent duplicate links"
916
+ msgstr ""
917
+
918
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:38
919
+ msgid "Only link to a specific URL once per page/post."
920
+ msgstr ""
921
+
922
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:41
923
+ msgid "Open links in new tab"
924
+ msgstr ""
925
+
926
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:42
927
+ msgid "Adds the target=“_blank” tag to links to open a new tab when clicked."
928
+ msgstr ""
929
+
930
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:45
931
+ msgid "Nofollow autolinks"
932
+ msgstr ""
933
+
934
+ #: includes/admin/templates/advanced-tools/advanced-section-automatic-linking.php:46
935
+ msgid "Adds the nofollow meta tag to autolinks to prevent search engines following those URLs when crawling your website."
936
+ msgstr ""
937
+
938
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:16
939
+ msgid "MOZ Disabled"
940
+ msgstr ""
941
+
942
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:22
943
+ msgid "Moz provides reports that tell you how your site stacks up against the competition with all of"
944
+ msgstr ""
945
+
946
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:23
947
+ msgid "the important SEO measurement tools - ranking, links, and much more."
948
+ msgstr ""
949
+
950
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:33
951
+ msgid "Connect your Moz account. You can get the API credentials %s."
952
+ msgstr ""
953
+
954
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:34
955
+ #: includes/admin/templates/onpage/onpage-og-disabled.php:11
956
+ #: includes/admin/templates/onpage/onpage-twitter-disabled.php:11
957
+ #: includes/core/checks/class-wds-check-keywords-used.php:116
958
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:69
959
+ msgid "here"
960
+ msgstr ""
961
+
962
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:42
963
+ msgid "Access ID"
964
+ msgstr ""
965
+
966
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:48
967
+ msgid "Enter your Moz Access ID"
968
+ msgstr ""
969
+
970
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:50
971
+ msgid "Please enter a valid Moz Access ID"
972
+ msgstr ""
973
+
974
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:56
975
+ msgid "Secret Key"
976
+ msgstr ""
977
+
978
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:62
979
+ msgid "Enter your Moz Secret Key"
980
+ msgstr ""
981
+
982
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:64
983
+ msgid "Please enter a valid Moz Secret Key"
984
+ msgstr ""
985
+
986
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:70
987
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:73
988
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:90
989
+ msgid "Connect"
990
+ msgstr ""
991
+
992
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:81
993
+ msgid "Don't have an account yet? %s."
994
+ msgstr ""
995
+
996
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:82
997
+ msgid "Sign up free"
998
+ msgstr ""
999
+
1000
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:90
1001
+ msgid "Here’s how your site stacks up against the competition as defined by Moz. You can also see individual stats per post in the post editor under the Moz module."
1002
+ msgstr ""
1003
+
1004
+ #: includes/admin/templates/advanced-tools/advanced-section-moz.php:95
1005
+ msgid "Reset API Credentials"
1006
+ msgstr ""
1007
+
1008
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:6
1009
+ msgid "Permanent (301)"
1010
+ msgstr ""
1011
+
1012
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:7
1013
+ msgid "Temporary (302)"
1014
+ msgstr ""
1015
+
1016
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:14
1017
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:29
1018
+ msgid "Redirect attachments"
1019
+ msgstr ""
1020
+
1021
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:17
1022
+ msgid "Redirect attachments to their parent post, preventing them from appearing in SERPs."
1023
+ msgstr ""
1024
+
1025
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:41
1026
+ msgid "Default Redirection Type"
1027
+ msgstr ""
1028
+
1029
+ #: includes/admin/templates/advanced-tools/advanced-section-redirect-settings.php:44
1030
+ msgid "Select the redirection type that you would like to be used as default."
1031
+ msgstr ""
1032
+
1033
+ #: includes/admin/templates/advanced-tools/advanced-section-woo-settings.php:13
1034
+ #: includes/admin/templates/advanced-tools/advanced-side-nav.php:22
1035
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
1036
+ msgid "WooCommerce SEO"
1037
+ msgstr ""
1038
+
1039
+ #: includes/admin/templates/advanced-tools/advanced-section-woo-settings.php:18
1040
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
1041
+ msgid "Use the WooCommerce SEO configurations below to add recommended Woo metadata and Product Schema to your WooCommerce site, helping you stand out in search results pages."
1042
+ msgstr ""
1043
+
1044
+ #: includes/admin/templates/advanced-tools/advanced-side-nav.php:12
1045
+ msgid "Automatic Links"
1046
+ msgstr ""
1047
+
1048
+ #: includes/admin/templates/advanced-tools/advanced-side-nav.php:16
1049
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1050
+ msgid "URL Redirection"
1051
+ msgstr ""
1052
+
1053
+ #: includes/admin/templates/advanced-tools/advanced-side-nav.php:28
1054
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:162
1055
+ msgid "Moz"
1056
+ msgstr ""
1057
+
1058
+ #: includes/admin/templates/advanced-tools/advanced-side-nav.php:32
1059
+ #: includes/admin/templates/advanced-tools/advanced-tab-robots.php:22
1060
+ msgid "Robots.txt Editor"
1061
+ msgstr ""
1062
+
1063
+ #: includes/admin/templates/advanced-tools/advanced-tools-redirect-item.php:30
1064
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1065
+ msgid "Permanent"
1066
+ msgstr ""
1067
+
1068
+ #: includes/admin/templates/advanced-tools/advanced-tools-redirect-item.php:31
1069
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1070
+ #: includes/assets/js/build/wds-schema-types.js:1
1071
+ msgid "Temporary"
1072
+ msgstr ""
1073
+
1074
+ #: includes/admin/templates/advanced-tools/advanced-tools-redirect-item.php:35
1075
+ msgid "Options"
1076
+ msgstr ""
1077
+
1078
+ #: includes/admin/templates/advanced-tools/advanced-tools-redirect-item.php:37
1079
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1080
+ msgid "Edit"
1081
+ msgstr ""
1082
+
1083
+ #: includes/admin/templates/advanced-tools/advanced-tools-redirect-item.php:38
1084
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1085
+ msgid "Remove"
1086
+ msgstr ""
1087
+
1088
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:60
1089
+ msgctxt "part of a larger text"
1090
+ msgid "Configure SmartCrawl to automatically link certain key words to a page on your blog or even"
1091
+ msgstr ""
1092
+
1093
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:61
1094
+ msgctxt "part of a larger text"
1095
+ msgid "a whole new site all together. Internal linking can help boost SEO by giving search engines"
1096
+ msgstr ""
1097
+
1098
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:62
1099
+ msgctxt "part of a larger text"
1100
+ msgid "ample ways to index your site."
1101
+ msgstr ""
1102
+
1103
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:76
1104
+ msgid "SmartCrawl will look for keywords that match posts/pages around your website and automatically link them. Specify what post types you want to include in this tool, and what post types you want those to automatically link to."
1105
+ msgstr ""
1106
+
1107
+ #: includes/admin/templates/advanced-tools/advanced-tools-settings.php:87
1108
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:101
1109
+ #: includes/admin/templates/metabox/metabox-advanced-autolinks.php:8
1110
+ msgid "Automatic Linking"
1111
+ msgstr ""
1112
+
1113
+ #: includes/admin/templates/advanced-tools/advanced-tools-title-pro-tag.php:11
1114
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:109
1115
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:158
1116
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:21
1117
+ #: includes/admin/templates/sitemap/sitemap-reporting-title-pro-tag.php:11
1118
+ #: includes/admin/templates/sitemap/sitemap-url-crawler-tab-title-left.php:24
1119
+ msgid "Try SmartCrawl Pro Free"
1120
+ msgstr ""
1121
+
1122
+ #: includes/admin/templates/advanced-tools/advanced-tools-title-pro-tag.php:13
1123
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:13
1124
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:32
1125
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:41
1126
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:111
1127
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:159
1128
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:22
1129
+ #: includes/admin/templates/lighthouse/lighthouse-reporting-title-tag.php:7
1130
+ #: includes/admin/templates/lighthouse/lighthouse-side-nav.php:24
1131
+ #: includes/admin/templates/sitemap/sitemap-reporting-title-pro-tag.php:13
1132
+ #: includes/admin/templates/sitemap/sitemap-url-crawler-tab-title-left.php:26
1133
+ msgid "Pro"
1134
+ msgstr ""
1135
+
1136
+ #: includes/admin/templates/dashboard/dashboard-box-title-url-crawl-stats.php:9
1137
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-stats.php:10
1138
+ msgid "You have %s sitemap issue"
1139
+ msgid_plural "You have %s sitemap issues"
1140
+ msgstr[0] ""
1141
+ msgstr[1] ""
1142
+
1143
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:30
1144
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:30
1145
+ msgid "No data yet"
1146
+ msgstr ""
1147
+
1148
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:34
1149
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:80
1150
+ #: includes/admin/templates/metabox/analysis-readability.php:94
1151
+ #: includes/core/class-wds-model-analysis.php:279
1152
+ msgid "Easy"
1153
+ msgstr ""
1154
+
1155
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:38
1156
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:42
1157
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:78
1158
+ #: includes/admin/templates/metabox/analysis-readability.php:88
1159
+ #: includes/core/class-wds-model-analysis.php:281
1160
+ msgid "Difficult"
1161
+ msgstr ""
1162
+
1163
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:49
1164
+ msgid "Overall Readability Analysis"
1165
+ msgstr ""
1166
+
1167
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:61
1168
+ msgid "Expand overall readability analysis"
1169
+ msgstr ""
1170
+
1171
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:63
1172
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:57
1173
+ msgid "Expand"
1174
+ msgstr ""
1175
+
1176
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:70
1177
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:63
1178
+ msgid "Here's a breakdown of where you can make improvements."
1179
+ msgstr ""
1180
+
1181
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:77
1182
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:70
1183
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
1184
+ #: includes/assets/js/build/wds-schema-types.js:3
1185
+ msgid "Post Type"
1186
+ msgstr ""
1187
+
1188
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:79
1189
+ msgid "Okay"
1190
+ msgstr ""
1191
+
1192
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:102
1193
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:113
1194
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-readability-overview.php:122
1195
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:93
1196
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:102
1197
+ #: includes/admin/templates/network-settings.php:147
1198
+ #: includes/admin/templates/settings/settings-analysis.php:77
1199
+ #: includes/admin/templates/settings/settings-analysis.php:112
1200
+ #: includes/admin/templates/settings/settings-analysis.php:129
1201
+ #: includes/core/woocommerce/class-wds-woocommerce-data.php:73
1202
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
1203
+ #: includes/assets/js/build/wds-schema-types.js:1
1204
+ msgid "None"
1205
+ msgstr ""
1206
+
1207
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:34
1208
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:72
1209
+ #: includes/admin/templates/post-list/post-seo-analysis-good.php:2
1210
+ #: includes/core/class-wds-controller-analysis.php:591
1211
+ msgid "Good"
1212
+ msgstr ""
1213
+
1214
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:38
1215
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:71
1216
+ msgid "Poor"
1217
+ msgstr ""
1218
+
1219
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:45
1220
+ msgid "Overall SEO Analysis"
1221
+ msgstr ""
1222
+
1223
+ #: includes/admin/templates/dashboard/dashboard-content-analysis-seo-overview.php:55
1224
+ msgid "Expand overall SEO analysis"
1225
+ msgstr ""
1226
+
1227
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:9
1228
+ msgid "Check out our other free wordpress.org plugins!"
1229
+ msgstr ""
1230
+
1231
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:17
1232
+ msgid "Smush Image Compression and Optimization"
1233
+ msgstr ""
1234
+
1235
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:18
1236
+ msgid "Resize, optimize and compress all of your images with the incredibly powerful and award-winning, 100% free WordPress image optimizer."
1237
+ msgstr ""
1238
+
1239
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:22
1240
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:37
1241
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:52
1242
+ msgid "View features"
1243
+ msgstr ""
1244
+
1245
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:32
1246
+ msgid "Defender Security, Monitoring, and Hack Protection"
1247
+ msgstr ""
1248
+
1249
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:33
1250
+ msgid "Security Tweaks & Recommendations, File & Malware Scanning, Login & 404 Lockout Protection, Two-Factor Authentication & more."
1251
+ msgstr ""
1252
+
1253
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:47
1254
+ msgid "Hummingbird Page Speed Optimization"
1255
+ msgstr ""
1256
+
1257
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:48
1258
+ msgid "Performance Tests, File Optimization & Compression, Page, Browser & Gravatar Caching, GZIP Compression, CloudFlare Integration & more."
1259
+ msgstr ""
1260
+
1261
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:60
1262
+ msgid "Your All-in-One WordPress Platform"
1263
+ msgstr ""
1264
+
1265
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:61
1266
+ msgid "Pretty much everything you need for developing and managing WordPress based websites, and then some."
1267
+ msgstr ""
1268
+
1269
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:68
1270
+ msgid "Learn more"
1271
+ msgstr ""
1272
+
1273
+ #: includes/admin/templates/dashboard/dashboard-cross-sell-footer.php:75
1274
+ msgid "Try pro features for free!"
1275
+ msgstr ""
1276
+
1277
+ #: includes/admin/templates/dashboard/dashboard-mini-lighthouse-report.php:20
1278
+ msgid "You have no failed SEO audits. Awesome work!"
1279
+ msgstr ""
1280
+
1281
+ #: includes/admin/templates/dashboard/dashboard-mini-lighthouse-report.php:53
1282
+ msgid "View report"
1283
+ msgstr ""
1284
+
1285
+ #: includes/admin/templates/dashboard/dashboard-mini-lighthouse-report.php:56
1286
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:62
1287
+ msgid "View Report"
1288
+ msgstr ""
1289
+
1290
+ #: includes/admin/templates/dashboard/dashboard-mini-lighthouse-report.php:61
1291
+ msgid "Automatic audits are disabled"
1292
+ msgstr ""
1293
+
1294
+ #: includes/admin/templates/dashboard/dashboard-mini-lighthouse-report.php:62
1295
+ msgid "Automatic audits are enabled"
1296
+ msgstr ""
1297
+
1298
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:9
1299
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:28
1300
+ msgid "Emails & Report"
1301
+ msgstr ""
1302
+
1303
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:21
1304
+ #: includes/admin/templates/disabled-component-inner.php:49
1305
+ #: includes/admin/templates/report-vertical-tab.php:44
1306
+ msgid "Upgrade to Pro"
1307
+ msgstr ""
1308
+
1309
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:27
1310
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:33
1311
+ msgid "Manage your email notifications and report schedules."
1312
+ msgstr ""
1313
+
1314
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:31
1315
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:41
1316
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:88
1317
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:33
1318
+ #: includes/admin/templates/emails/lighthouse-email.php:191
1319
+ msgid "SEO Audits"
1320
+ msgstr ""
1321
+
1322
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:34
1323
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:43
1324
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:48
1325
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:77
1326
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:50
1327
+ #: includes/core/configs/class-wds-config-model.php:95
1328
+ #: includes/core/configs/class-wds-config-model.php:102
1329
+ #: includes/core/configs/class-wds-config-model.php:128
1330
+ #: includes/core/configs/class-wds-config-model.php:158
1331
+ #: includes/core/configs/class-wds-config-model.php:183
1332
+ msgid "Inactive"
1333
+ msgstr ""
1334
+
1335
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:40
1336
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:70
1337
+ msgid "Sitemap Crawler"
1338
+ msgstr ""
1339
+
1340
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:57
1341
+ msgid "Schedule automatic reports and get them emailed direct to your inbox to stay on top of potential SEO issues. Get Reports as part of a WPMU DEV membership."
1342
+ msgstr ""
1343
+
1344
+ #: includes/admin/templates/dashboard/dashboard-reports-free.php:58
1345
+ msgid "Try Pro Free Today"
1346
+ msgstr ""
1347
+
1348
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:55
1349
+ msgid "Configure SEO audit reports"
1350
+ msgstr ""
1351
+
1352
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:84
1353
+ msgid "Configure crawler reports"
1354
+ msgstr ""
1355
+
1356
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:100
1357
+ msgid "You can also set up scheduled PDF reports for your clients via %s."
1358
+ msgstr ""
1359
+
1360
+ #: includes/admin/templates/dashboard/dashboard-reports-full.php:102
1361
+ #: includes/admin/templates/footer.php:22
1362
+ #: includes/admin/templates/footer.php:91
1363
+ msgid "The Hub"
1364
+ msgstr ""
1365
+
1366
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:49
1367
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:50
1368
+ #: includes/admin/templates/metabox/horizontal-tab-nav.php:5
1369
+ #: includes/admin/templates/term/term-nav.php:7
1370
+ #: includes/core/class-wds-controller-analysis.php:212
1371
+ msgid "SEO"
1372
+ msgstr ""
1373
+
1374
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:52
1375
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:53
1376
+ msgid "Google Lighthouse SEO audits ensure that your page is optimized for search engine results ranking. Fix as many as possible to ensure your site is discoverable."
1377
+ msgstr ""
1378
+
1379
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:56
1380
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:57
1381
+ msgid "Homepage score"
1382
+ msgstr ""
1383
+
1384
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:59
1385
+ msgid "(Desktop)"
1386
+ msgstr ""
1387
+
1388
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:60
1389
+ msgid "(Mobile)"
1390
+ msgstr ""
1391
+
1392
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:69
1393
+ msgid "Welcome!"
1394
+ msgstr ""
1395
+
1396
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:71
1397
+ msgid "Run a new SEO audit to see what needs improving!"
1398
+ msgstr ""
1399
+
1400
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:76
1401
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:64
1402
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:76
1403
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:112
1404
+ msgid "Run Test"
1405
+ msgstr ""
1406
+
1407
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:94
1408
+ msgid "SEO Test in progress ..."
1409
+ msgstr ""
1410
+
1411
+ #: includes/admin/templates/dashboard/dashboard-top-lighthouse.php:103
1412
+ msgid "No audits"
1413
+ msgstr ""
1414
+
1415
+ #: includes/admin/templates/dashboard/dashboard-top-sitemap-list-item.php:13
1416
+ #: includes/core/configs/class-wds-config-model.php:73
1417
+ #: includes/assets/js/build/wds-configs.js:1
1418
+ msgid "Sitemap"
1419
+ msgstr ""
1420
+
1421
+ #: includes/admin/templates/dashboard/dashboard-top-sitemap-list-item.php:16
1422
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-no-data-small.php:3
1423
+ msgid "No Data Available"
1424
+ msgstr ""
1425
+
1426
+ #: includes/admin/templates/dashboard/dashboard-top-sitemap-list-item.php:36
1427
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:104
1428
+ msgid "Activate sitemap component"
1429
+ msgstr ""
1430
+
1431
+ #: includes/admin/templates/dashboard/dashboard-top-sitemap-list-item.php:39
1432
+ #: includes/admin/templates/sitemap/sitemap-disabled.php:13
1433
+ msgid "Activate Sitemap"
1434
+ msgstr ""
1435
+
1436
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-in-progress-small.php:3
1437
+ msgid "Crawl in progress ..."
1438
+ msgstr ""
1439
+
1440
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-in-progress.php:6
1441
+ msgid "SmartCrawl is performing a URL crawl, please wait …"
1442
+ msgstr ""
1443
+
1444
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-in-progress.php:14
1445
+ msgid "Crawl in progress..."
1446
+ msgstr ""
1447
+
1448
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-stats.php:13
1449
+ msgid "%d issue"
1450
+ msgid_plural "%d issues"
1451
+ msgstr[0] ""
1452
+ msgstr[1] ""
1453
+
1454
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-stats.php:16
1455
+ msgid "%d missing URL"
1456
+ msgid_plural "%d missing URLs"
1457
+ msgstr[0] ""
1458
+ msgstr[1] ""
1459
+
1460
+ #: includes/admin/templates/dashboard/dashboard-url-crawl-stats.php:34
1461
+ msgid "No issues"
1462
+ msgstr ""
1463
+
1464
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:26
1465
+ #: includes/admin/templates/dashboard/onboard-modal-header-button.php:3
1466
+ #: includes/admin/templates/modal.php:39
1467
+ #: includes/admin/templates/modal.php:52
1468
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1469
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
1470
+ #: includes/assets/js/build/wds-admin-settings.js:1
1471
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
1472
+ #: includes/assets/js/build/wds-configs.js:1
1473
+ #: includes/assets/js/build/wds-schema-types.js:3
1474
+ #: includes/assets/js/build/wds-third-party-import.js:1
1475
+ msgid "Close this dialog window"
1476
+ msgstr ""
1477
+
1478
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:33
1479
+ msgid "New: Add Custom Schema Types with Ease!"
1480
+ msgstr ""
1481
+
1482
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:43
1483
+ msgid "You are no longer limited to the default schema type presets. With SmartCrawl 3.0.0 schema types builder, you can add your custom schema types and properties to help improve your site search engine ranking."
1484
+ msgstr ""
1485
+
1486
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:52
1487
+ msgid "Troubleshoot Sitemaps"
1488
+ msgstr ""
1489
+
1490
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:55
1491
+ msgid "Fixing sitemap issues can be tricky! This new tool automatically detects and resolves common sitemap issues. It also proposes fixes for issues that must be resolved manually."
1492
+ msgstr ""
1493
+
1494
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:66
1495
+ msgid "Awesome, let's go!"
1496
+ msgstr ""
1497
+
1498
+ #: includes/admin/templates/dashboard/dashboard-welcome-modal.php:78
1499
+ msgid "Skip this"
1500
+ msgstr ""
1501
+
1502
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:35
1503
+ msgid "Advanced tools focus on the finer details of SEO including internal linking, redirections and Moz analysis."
1504
+ msgstr ""
1505
+
1506
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:38
1507
+ msgid "URL Redirects"
1508
+ msgstr ""
1509
+
1510
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:41
1511
+ msgid "Automatically redirect traffic from one URL to another."
1512
+ msgstr ""
1513
+
1514
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:47
1515
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
1516
+ msgid "Add Redirect"
1517
+ msgstr ""
1518
+
1519
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:55
1520
+ msgid "Moz Integration"
1521
+ msgstr ""
1522
+
1523
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:66
1524
+ msgid "Moz provides reports that tell you how your site stacks up against the competition with all of the important SEO measurement tools."
1525
+ msgstr ""
1526
+
1527
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:70
1528
+ msgid "Connect your Moz account"
1529
+ msgstr ""
1530
+
1531
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:80
1532
+ msgid "Robots.txt"
1533
+ msgstr ""
1534
+
1535
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:85
1536
+ msgid "Active robots.txt file"
1537
+ msgstr ""
1538
+
1539
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:89
1540
+ msgid "Add a robots.txt file to tell search engines what they can and can’t index, and where things are."
1541
+ msgstr ""
1542
+
1543
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:93
1544
+ msgid "Activate Robots.txt file"
1545
+ msgstr ""
1546
+
1547
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:117
1548
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:35
1549
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:51
1550
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:47
1551
+ #: includes/core/configs/class-wds-config-model.php:94
1552
+ #: includes/core/configs/class-wds-config-model.php:103
1553
+ #: includes/core/configs/class-wds-config-model.php:127
1554
+ #: includes/core/configs/class-wds-config-model.php:157
1555
+ msgid "Active"
1556
+ msgstr ""
1557
+
1558
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:121
1559
+ msgid "Configure SmartCrawl to automatically link certain key words to a page on your blog or even a whole new site all together."
1560
+ msgstr ""
1561
+
1562
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:127
1563
+ msgid "Activate autolinks component"
1564
+ msgstr ""
1565
+
1566
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:141
1567
+ msgid "Configure advanced tools"
1568
+ msgstr ""
1569
+
1570
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:146
1571
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:48
1572
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:66
1573
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:177
1574
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:110
1575
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:48
1576
+ msgid "Configure"
1577
+ msgstr ""
1578
+
1579
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:161
1580
+ msgid "Upgrade to Pro and automatically link your articles both internally and externally with automatic linking - a favourite among SEO pros."
1581
+ msgstr ""
1582
+
1583
+ #: includes/admin/templates/dashboard/dashboard-widget-advanced-tools.php:162
1584
+ #: includes/admin/templates/lighthouse/lighthouse-progress-modal-body.php:20
1585
+ #: includes/admin/templates/lighthouse/lighthouse-report.php:80
1586
+ msgid "Try it for FREE today"
1587
+ msgstr ""
1588
+
1589
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:28
1590
+ msgid "Content Analysis"
1591
+ msgstr ""
1592
+
1593
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:33
1594
+ msgid "SEO and Readability Analysis recommend improvements to your content to give it the best chance of ranking highly, as well as being easy for the average person to read."
1595
+ msgstr ""
1596
+
1597
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:42
1598
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:14
1599
+ msgid "SEO Analysis"
1600
+ msgstr ""
1601
+
1602
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:44
1603
+ msgid "Analyses your content against recommend SEO practice and gives recommendations for improvement to make sure content is as optimized as possible."
1604
+ msgstr ""
1605
+
1606
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:49
1607
+ msgid "Activate SEO analysis"
1608
+ msgstr ""
1609
+
1610
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:66
1611
+ #: includes/admin/templates/settings/settings-analysis.php:42
1612
+ msgid "Readability Analysis"
1613
+ msgstr ""
1614
+
1615
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:68
1616
+ msgid "Benchmarks the readability of your content for the average visitor and gives recommendations for improvement."
1617
+ msgstr ""
1618
+
1619
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:74
1620
+ msgid "Activate readability analysis"
1621
+ msgstr ""
1622
+
1623
+ #: includes/admin/templates/dashboard/dashboard-widget-content-analysis.php:93
1624
+ msgid "Edit Posts"
1625
+ msgstr ""
1626
+
1627
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:21
1628
+ #: includes/admin/templates/lighthouse/lighthouse-header-actions.php:11
1629
+ msgid "SmartCrawl is just catching her breath, you can run another test in %s minutes."
1630
+ msgstr ""
1631
+
1632
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:40
1633
+ #: includes/admin/templates/emails/lighthouse-email.php:92
1634
+ #: includes/admin/templates/emails/lighthouse-email.php:223
1635
+ #: includes/admin/templates/health/health-test-mode-lighthouse.php:25
1636
+ #: includes/admin/templates/lighthouse/lighthouse-extra-actions.php:25
1637
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:76
1638
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-check.php:338
1639
+ msgid "Desktop"
1640
+ msgstr ""
1641
+
1642
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:41
1643
+ #: includes/admin/templates/emails/lighthouse-email.php:102
1644
+ #: includes/admin/templates/emails/lighthouse-email.php:235
1645
+ #: includes/admin/templates/health/health-test-mode-lighthouse.php:29
1646
+ #: includes/admin/templates/lighthouse/lighthouse-extra-actions.php:32
1647
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:80
1648
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-check.php:339
1649
+ msgid "Mobile"
1650
+ msgstr ""
1651
+
1652
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:48
1653
+ msgid "You have %d outstanding SEO audit"
1654
+ msgid_plural "You have %d outstanding SEO audits"
1655
+ msgstr[0] ""
1656
+ msgstr[1] ""
1657
+
1658
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:87
1659
+ msgid "Lighthouse is generating a full SEO report of your Homepage, please be patient…"
1660
+ msgstr ""
1661
+
1662
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:89
1663
+ msgid "Ensure that your page is optimized for search engine results ranking. We recommend actioning as many checks as possible."
1664
+ msgstr ""
1665
+
1666
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:103
1667
+ msgid "Lighthouse will run a SEO test against your Homepage, and then it generates a report on how well the page did. From there, use the failing audits as indicators on how to improve your SEO."
1668
+ msgstr ""
1669
+
1670
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:122
1671
+ msgid "Automatic SEO Reports are disabled"
1672
+ msgstr ""
1673
+
1674
+ #: includes/admin/templates/dashboard/dashboard-widget-lighthouse.php:123
1675
+ msgid "Automatic SEO Reports are enabled"
1676
+ msgstr ""
1677
+
1678
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:16
1679
+ #: includes/admin/templates/metabox/metabox-tab-social.php:5
1680
+ #: includes/admin/templates/term/term-social-tab.php:20
1681
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:100
1682
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:115
1683
+ msgid "Titles & Meta"
1684
+ msgstr ""
1685
+
1686
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:21
1687
+ msgid "Control how your website’s pages, posts and custom post types appear in search engines like Google and Bing."
1688
+ msgstr ""
1689
+
1690
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:27
1691
+ msgid "A Static Page"
1692
+ msgstr ""
1693
+
1694
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:27
1695
+ msgid "Latest Posts"
1696
+ msgstr ""
1697
+
1698
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:32
1699
+ msgid "Public post types"
1700
+ msgstr ""
1701
+
1702
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:43
1703
+ msgid "Configure titles and meta component"
1704
+ msgstr ""
1705
+
1706
+ #: includes/admin/templates/dashboard/dashboard-widget-onpage.php:55
1707
+ msgid "Activate title and meta component"
1708
+ msgstr ""
1709
+
1710
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:24
1711
+ #: includes/admin/templates/schema/schema-disabled.php:7
1712
+ msgid "Quickly add Schema to your pages to help Search Engines understand and show your content better."
1713
+ msgstr ""
1714
+
1715
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:28
1716
+ msgid "Default Markup"
1717
+ msgstr ""
1718
+
1719
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:31
1720
+ msgid "SmartCrawl automatically computes a schema structure for your pages based on your schema settings. By default, Article type is printed for all post types. You can replace this automatically-generated schema type by configuring types in the schema type builder."
1721
+ msgstr ""
1722
+
1723
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:62
1724
+ msgid "Configure schema component"
1725
+ msgstr ""
1726
+
1727
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:71
1728
+ msgid "Add new schema type"
1729
+ msgstr ""
1730
+
1731
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:74
1732
+ msgid "Add Type"
1733
+ msgstr ""
1734
+
1735
+ #: includes/admin/templates/dashboard/dashboard-widget-schema.php:84
1736
+ msgid "Activate schema component"
1737
+ msgstr ""
1738
+
1739
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:16
1740
+ msgid "You can switch to the WordPress core sitemap through the configure button."
1741
+ msgstr ""
1742
+
1743
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:17
1744
+ msgid "You're using the default WordPress sitemap. You can switch to SmartCrawl's advanced sitemaps at any time."
1745
+ msgstr ""
1746
+
1747
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:19
1748
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:16
1749
+ msgid "Your sitemap is available at %s"
1750
+ msgstr ""
1751
+
1752
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:25
1753
+ msgid "Your WordPress core sitemap is available at %s"
1754
+ msgstr ""
1755
+
1756
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:31
1757
+ msgid "Your news sitemap is available at %s"
1758
+ msgstr ""
1759
+
1760
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:60
1761
+ msgid "Automatically generate detailed sitemaps to tell search engines what content you want them to crawl and index."
1762
+ msgstr ""
1763
+
1764
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:63
1765
+ #: includes/core/class-wds-settings.php:256
1766
+ msgid "XML Sitemap"
1767
+ msgstr ""
1768
+
1769
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:70
1770
+ msgid "SmartCrawl Sitemap"
1771
+ msgstr ""
1772
+
1773
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:71
1774
+ #: includes/admin/templates/sitemap/sitemap-settings.php:123
1775
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:21
1776
+ msgid "WP Core Sitemap"
1777
+ msgstr ""
1778
+
1779
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:87
1780
+ msgid "Enables an XML page that search engines will use to crawl and index your website pages."
1781
+ msgstr ""
1782
+
1783
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:95
1784
+ msgid "Your sitemap is currently disabled. We highly recommend you enable this feature if you don’t already have a sitemap."
1785
+ msgstr ""
1786
+
1787
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:115
1788
+ #: includes/admin/templates/sitemap/sitemap-section-news.php:9
1789
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:25
1790
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
1791
+ msgid "News Sitemap"
1792
+ msgstr ""
1793
+
1794
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:131
1795
+ msgid "URL Crawler"
1796
+ msgstr ""
1797
+
1798
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:146
1799
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:163
1800
+ msgid "Automatically schedule SmartCrawl to run check for URLs that are missing from your Sitemap."
1801
+ msgstr ""
1802
+
1803
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:149
1804
+ msgid "Sitemaps must be activated"
1805
+ msgstr ""
1806
+
1807
+ #: includes/admin/templates/dashboard/dashboard-widget-sitemap.php:173
1808
+ msgid "Configure sitemap component"
1809
+ msgstr ""
1810
+
1811
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:10
1812
+ msgid "Summary Card with Large Image"
1813
+ msgstr ""
1814
+
1815
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:10
1816
+ msgid "Summary Card"
1817
+ msgstr ""
1818
+
1819
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:27
1820
+ msgid "Control and optimize how your website appears when shared on social platforms like Facebook and Twitter."
1821
+ msgstr ""
1822
+
1823
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:31
1824
+ #: includes/admin/templates/metabox/metabox-social-opengraph.php:28
1825
+ #: includes/admin/templates/social/social-settings.php:41
1826
+ #: includes/admin/templates/social/social-sidenav.php:11
1827
+ #: includes/admin/templates/term/term-social-tab.php:48
1828
+ msgid "OpenGraph"
1829
+ msgstr ""
1830
+
1831
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:34
1832
+ msgid "Add meta data to your pages to make them look great when shared platforms such as Facebook and other popular social networks."
1833
+ msgstr ""
1834
+
1835
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:40
1836
+ msgid "Activate OpenGraph"
1837
+ msgstr ""
1838
+
1839
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:53
1840
+ #: includes/admin/templates/social/social-section-twitter-cards.php:7
1841
+ #: includes/admin/templates/social/social-settings.php:61
1842
+ #: includes/admin/templates/social/social-sidenav.php:15
1843
+ msgid "Twitter Cards"
1844
+ msgstr ""
1845
+
1846
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:56
1847
+ #: includes/admin/templates/social/social-section-twitter-cards.php:8
1848
+ msgid "With Twitter Cards, you can attach rich photos, videos and media experiences to Tweets, helping to drive traffic to your website."
1849
+ msgstr ""
1850
+
1851
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:62
1852
+ msgid "Activate twitter cards"
1853
+ msgstr ""
1854
+
1855
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:77
1856
+ #: includes/admin/templates/social/social-settings.php:81
1857
+ #: includes/admin/templates/social/social-sidenav.php:19
1858
+ msgid "Pinterest Verification"
1859
+ msgstr ""
1860
+
1861
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:81
1862
+ #: includes/admin/templates/social/social-settings.php:85
1863
+ msgid "Verify your website with Pinterest to attribute your website when your website content is pinned to the platform."
1864
+ msgstr ""
1865
+
1866
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:85
1867
+ msgid "Connect to pinterest"
1868
+ msgstr ""
1869
+
1870
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:94
1871
+ msgid "Verification tag added"
1872
+ msgstr ""
1873
+
1874
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:105
1875
+ msgid "Configure social component"
1876
+ msgstr ""
1877
+
1878
+ #: includes/admin/templates/dashboard/dashboard-widget-social.php:117
1879
+ msgid "Activate social component"
1880
+ msgstr ""
1881
+
1882
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:27
1883
+ msgid "Get our full WordPress Search Engine Optimization suite with SmartCrawl Pro and additional benefits of a WPMU DEV membership."
1884
+ msgstr ""
1885
+
1886
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:30
1887
+ msgid "Scheduled SEO Audits & URL Crawls"
1888
+ msgstr ""
1889
+
1890
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:31
1891
+ #: includes/admin/templates/upgrade-page.php:58
1892
+ msgid "Automatic linking"
1893
+ msgstr ""
1894
+
1895
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:32
1896
+ #: includes/admin/templates/upgrade-page.php:64
1897
+ msgid "White label automated reporting"
1898
+ msgstr ""
1899
+
1900
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:33
1901
+ #: includes/admin/templates/upgrade-page.php:76
1902
+ msgid "Premium WordPress plugins"
1903
+ msgstr ""
1904
+
1905
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:34
1906
+ #: includes/admin/templates/upgrade-page.php:82
1907
+ msgid "Manage unlimited WordPress sites"
1908
+ msgstr ""
1909
+
1910
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:35
1911
+ #: includes/admin/templates/upgrade-page.php:88
1912
+ msgid "24/7 live WordPress support"
1913
+ msgstr ""
1914
+
1915
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:36
1916
+ msgid "The WPMU DEV guarantee"
1917
+ msgstr ""
1918
+
1919
+ #: includes/admin/templates/dashboard/dashboard-widget-upgrade.php:42
1920
+ msgid "Try Pro Free Today!"
1921
+ msgstr ""
1922
+
1923
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:14
1924
+ msgid "SEO & Readability Analysis"
1925
+ msgstr ""
1926
+
1927
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:15
1928
+ msgid "Have your pages and posts analyzed for SEO and readability improvements to improve your search ranking"
1929
+ msgstr ""
1930
+
1931
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:18
1932
+ msgid "Activating SEO & Readability Analysis"
1933
+ msgstr ""
1934
+
1935
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:33
1936
+ msgid "Sitemaps expose your site content to search engines and allow them to discover it more easily."
1937
+ msgstr ""
1938
+
1939
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:36
1940
+ msgid "Activating Sitemaps"
1941
+ msgstr ""
1942
+
1943
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:47
1944
+ msgid "Activating Robots.txt file"
1945
+ msgstr ""
1946
+
1947
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:56
1948
+ msgid "Robots.txt File"
1949
+ msgstr ""
1950
+
1951
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:57
1952
+ msgid "All sites are recommended to have a robots.txt file that instructs search engines what they can and can’t crawl. We will create a default robots.txt file which you can customize later."
1953
+ msgstr ""
1954
+
1955
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:85
1956
+ msgid "OpenGraph & Twitter Cards"
1957
+ msgstr ""
1958
+
1959
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:86
1960
+ msgid "Enhance how your posts and pages look when shared on Twitter and Facebook by adding extra meta tags to your page output."
1961
+ msgstr ""
1962
+
1963
+ #: includes/admin/templates/dashboard/onboard-modal-body.php:89
1964
+ msgid "Activating OpenGraph & Twitter Cards"
1965
+ msgstr ""
1966
+
1967
+ #: includes/admin/templates/dashboard/onboard-modal-footer.php:3
1968
+ msgid "These services will be configured with recommended settings. You can change these at any time."
1969
+ msgstr ""
1970
+
1971
+ #: includes/admin/templates/dashboard/onboard-modal-footer.php:11
1972
+ msgid "Close this dialog window and skip onboarding"
1973
+ msgstr ""
1974
+
1975
+ #: includes/admin/templates/dashboard/onboard-modal-footer.php:12
1976
+ msgid "Skip"
1977
+ msgstr ""
1978
+
1979
+ #: includes/admin/templates/dashboard/onboard-modal-footer.php:18
1980
+ msgid "Get started"
1981
+ msgstr ""
1982
+
1983
+ #: includes/admin/templates/dashboard/onboard-progress.php:1
1984
+ msgid "Please wait a few moments while we activate those services"
1985
+ msgstr ""
1986
+
1987
+ #: includes/admin/templates/dashboard/onboarding.php:6
1988
+ msgid "Quick setup"
1989
+ msgstr ""
1990
+
1991
+ #: includes/admin/templates/dashboard/onboarding.php:7
1992
+ msgid "Welcome to SmartCrawl, the hottest SEO plugin for WordPress! Let's quickly set up the basics for you, then you can fine tune each setting as you go - our recommendations are on by default."
1993
+ msgstr ""
1994
+
1995
+ #: includes/admin/templates/disabled-component.php:10
1996
+ #: includes/admin/templates/lighthouse/lighthouse-no-data.php:13
1997
+ msgid "Get Started"
1998
+ msgstr ""
1999
+
2000
+ #: includes/admin/templates/dismissable-notice.php:26
2001
+ msgid "Dismiss notice"
2002
+ msgstr ""
2003
+
2004
+ #: includes/admin/templates/dismissable-notice.php:28
2005
+ #: includes/core/lighthouse/class-wds-controller-lighthouse.php:84
2006
+ #: includes/core/multisite/class-wds-sitewide-deprecation-controller.php:42
2007
+ #: includes/core/redirects/class-wds-controller-redirection.php:72
2008
+ #: includes/external/dash/wpmudev-dash-notification.php:268
2009
+ #: includes/external/dash/wpmudev-dash-notification.php:309
2010
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:82
2011
+ #: includes/recommended-plugins-notice/notice.php:485
2012
+ msgid "Dismiss"
2013
+ msgstr ""
2014
+
2015
+ #: includes/admin/templates/emails/email-footer.php:167
2016
+ msgid "Incsub, PO Box 163 Albert Park, Victoria, 3206, Australia."
2017
+ msgstr ""
2018
+
2019
+ #: includes/admin/templates/emails/email-header.php:10
2020
+ msgid "Smartcrawl Report"
2021
+ msgstr ""
2022
+
2023
+ #. translators: %s - tested on
2024
+ #: includes/admin/templates/emails/lighthouse-email.php:55
2025
+ msgid "SEO test summary for <br/>%s"
2026
+ msgstr ""
2027
+
2028
+ #. translators: %s: Username.
2029
+ #: includes/admin/templates/emails/lighthouse-email.php:61
2030
+ msgid "Hi %s,"
2031
+ msgstr ""
2032
+
2033
+ #. translators: %s - tested on
2034
+ #: includes/admin/templates/emails/lighthouse-email.php:66
2035
+ msgid "Here’s your latest SEO test summary generated on %s."
2036
+ msgstr ""
2037
+
2038
+ #: includes/admin/templates/emails/lighthouse-email.php:73
2039
+ msgid "Overall Score"
2040
+ msgstr ""
2041
+
2042
+ #: includes/admin/templates/emails/lighthouse-email.php:77
2043
+ msgid "Here are your latest SEO test results."
2044
+ msgstr ""
2045
+
2046
+ #: includes/admin/templates/emails/lighthouse-email.php:122
2047
+ #: includes/admin/templates/emails/lighthouse-email.php:160
2048
+ msgid "Ok"
2049
+ msgstr ""
2050
+
2051
+ #: includes/admin/templates/emails/lighthouse-email.php:127
2052
+ #: includes/admin/templates/emails/lighthouse-email.php:166
2053
+ msgid "Warning"
2054
+ msgstr ""
2055
+
2056
+ #: includes/admin/templates/emails/lighthouse-email.php:132
2057
+ #: includes/admin/templates/emails/lighthouse-email.php:172
2058
+ msgid "Critical"
2059
+ msgstr ""
2060
+
2061
+ #: includes/admin/templates/emails/lighthouse-email.php:195
2062
+ msgid "These SEO audits ensure that your page is optimized for search engine results ranking. We recommend actioning as many as possible."
2063
+ msgstr ""
2064
+
2065
+ #: includes/admin/templates/emails/lighthouse-email.php:297
2066
+ msgid "View full report"
2067
+ msgstr ""
2068
+
2069
+ #: includes/admin/templates/emails/lighthouse-email.php:307
2070
+ msgid "Customize email report"
2071
+ msgstr ""
2072
+
2073
+ #: includes/admin/templates/emails/lighthouse-email.php:312
2074
+ msgid "Stay optimized."
2075
+ msgstr ""
2076
+
2077
+ #: includes/admin/templates/emails/lighthouse-email.php:313
2078
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:51
2079
+ msgid "Smartcrawl"
2080
+ msgstr ""
2081
+
2082
+ #: includes/admin/templates/emails/lighthouse-email.php:314
2083
+ msgid "WPMU DEV SEO Hero"
2084
+ msgstr ""
2085
+
2086
+ #: includes/admin/templates/footer.php:3
2087
+ msgid "Made with %s by WPMU DEV"
2088
+ msgstr ""
2089
+
2090
+ #: includes/admin/templates/footer.php:28
2091
+ msgid "Plugins"
2092
+ msgstr ""
2093
+
2094
+ #: includes/admin/templates/footer.php:34
2095
+ #: includes/admin/templates/footer.php:78
2096
+ #: includes/core/class-wds-controller-plugin-links-free.php:58
2097
+ #: includes/core/class-wds-controller-plugin-links.php:60
2098
+ msgid "Roadmap"
2099
+ msgstr ""
2100
+
2101
+ #: includes/admin/templates/footer.php:40
2102
+ #: includes/admin/templates/footer.php:84
2103
+ #: includes/core/class-wds-controller-plugin-links.php:59
2104
+ msgid "Support"
2105
+ msgstr ""
2106
+
2107
+ #: includes/admin/templates/footer.php:42
2108
+ #: includes/admin/templates/footer.php:85
2109
+ #: includes/core/class-wds-controller-plugin-links-free.php:33
2110
+ #: includes/core/class-wds-controller-plugin-links.php:36
2111
+ msgid "Docs"
2112
+ msgstr ""
2113
+
2114
+ #: includes/admin/templates/footer.php:48
2115
+ msgid "Community"
2116
+ msgstr ""
2117
+
2118
+ #: includes/admin/templates/footer.php:53
2119
+ #: includes/admin/templates/footer.php:96
2120
+ msgid "Terms of Service"
2121
+ msgstr ""
2122
+
2123
+ #: includes/admin/templates/footer.php:58
2124
+ #: includes/admin/templates/footer.php:101
2125
+ msgid "Privacy Policy"
2126
+ msgstr ""
2127
+
2128
+ #: includes/admin/templates/footer.php:67
2129
+ msgid "Free Plugins"
2130
+ msgstr ""
2131
+
2132
+ #: includes/admin/templates/footer.php:72
2133
+ msgid "Membership"
2134
+ msgstr ""
2135
+
2136
+ #: includes/admin/templates/footer.php:109
2137
+ msgid "Facebook"
2138
+ msgstr ""
2139
+
2140
+ #: includes/admin/templates/footer.php:114
2141
+ #: includes/admin/templates/metabox/metabox-social-twitter.php:28
2142
+ #: includes/admin/templates/term/term-social-tab.php:82
2143
+ msgid "Twitter"
2144
+ msgstr ""
2145
+
2146
+ #: includes/admin/templates/footer.php:119
2147
+ msgid "Instagram"
2148
+ msgstr ""
2149
+
2150
+ #: includes/admin/templates/health/health-test-mode-lighthouse.php:8
2151
+ msgid "Dashboard Widget"
2152
+ msgstr ""
2153
+
2154
+ #: includes/admin/templates/health/health-test-mode-lighthouse.php:11
2155
+ msgid "Choose which device you want to show the SEO test results for on the Dashboard widget."
2156
+ msgstr ""
2157
+
2158
+ #: includes/admin/templates/lighthouse/lighthouse-check-item.php:47
2159
+ msgid "Testing Tool"
2160
+ msgstr ""
2161
+
2162
+ #: includes/admin/templates/lighthouse/lighthouse-check-item.php:59
2163
+ msgid "Expand %s check"
2164
+ msgstr ""
2165
+
2166
+ #: includes/admin/templates/lighthouse/lighthouse-check-item.php:85
2167
+ msgid "Copy audit details"
2168
+ msgstr ""
2169
+
2170
+ #: includes/admin/templates/lighthouse/lighthouse-check-item.php:87
2171
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:153
2172
+ msgid "Copy Audit"
2173
+ msgstr ""
2174
+
2175
+ #: includes/admin/templates/lighthouse/lighthouse-error.php:17
2176
+ #: includes/admin/templates/lighthouse/lighthouse-side-nav.php:14
2177
+ msgid "SEO audits"
2178
+ msgstr ""
2179
+
2180
+ #: includes/admin/templates/lighthouse/lighthouse-extra-actions.php:22
2181
+ msgid "Apply desktop simulation"
2182
+ msgstr ""
2183
+
2184
+ #: includes/admin/templates/lighthouse/lighthouse-extra-actions.php:29
2185
+ msgid "Apply mobile simulation"
2186
+ msgstr ""
2187
+
2188
+ #: includes/admin/templates/lighthouse/lighthouse-header-actions.php:30
2189
+ msgid "New Test"
2190
+ msgstr ""
2191
+
2192
+ #: includes/admin/templates/lighthouse/lighthouse-no-data.php:22
2193
+ msgid "Let’s find out what can be improved!"
2194
+ msgstr ""
2195
+
2196
+ #: includes/admin/templates/lighthouse/lighthouse-no-data.php:23
2197
+ msgid "Smartcrawl will run a quick SEO test against your Homepage, and then give you the tools to drastically improve your SEO."
2198
+ msgstr ""
2199
+
2200
+ #: includes/admin/templates/lighthouse/lighthouse-no-data.php:27
2201
+ msgid "Test My Homepage"
2202
+ msgstr ""
2203
+
2204
+ #: includes/admin/templates/lighthouse/lighthouse-progress-modal-body.php:8
2205
+ msgid "Initializing engines..."
2206
+ msgstr ""
2207
+
2208
+ #: includes/admin/templates/lighthouse/lighthouse-progress-modal-body.php:19
2209
+ #: includes/admin/templates/lighthouse/lighthouse-report.php:79
2210
+ msgid "Upgrade to Pro to schedule automated tests and send white label email reports directly to your clients. Never miss a beat with your search engine optimization."
2211
+ msgstr ""
2212
+
2213
+ #: includes/admin/templates/lighthouse/lighthouse-progress-modal.php:6
2214
+ msgid "SEO Test in progress"
2215
+ msgstr ""
2216
+
2217
+ #: includes/admin/templates/lighthouse/lighthouse-progress-modal.php:7
2218
+ msgid "Your SEO test is in progress, please wait a few moments …"
2219
+ msgstr ""
2220
+
2221
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:9
2222
+ #: includes/admin/templates/sitemap/sitemap-reporting-toggle-sub-settings.php:5
2223
+ msgid "Recipients"
2224
+ msgstr ""
2225
+
2226
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:14
2227
+ #: includes/admin/templates/sitemap/sitemap-reporting-toggle-sub-settings.php:9
2228
+ msgid "Schedule"
2229
+ msgstr ""
2230
+
2231
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:37
2232
+ msgid "Only send report when your SEO score drops below:"
2233
+ msgstr ""
2234
+
2235
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:59
2236
+ msgid "Device"
2237
+ msgstr ""
2238
+
2239
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:60
2240
+ msgid "Choose the device type you want to show the SEO test results for in your scheduled reports."
2241
+ msgstr ""
2242
+
2243
+ #: includes/admin/templates/lighthouse/lighthouse-recipients.php:72
2244
+ msgid "Both"
2245
+ msgstr ""
2246
+
2247
+ #: includes/admin/templates/lighthouse/lighthouse-report-group.php:13
2248
+ msgid "Your page is mobile-friendly – Google is loving it."
2249
+ msgstr ""
2250
+
2251
+ #: includes/admin/templates/lighthouse/lighthouse-report-group.php:14
2252
+ msgid "Way to go! It appears your Homepage is crawlable and indexable!"
2253
+ msgstr ""
2254
+
2255
+ #: includes/admin/templates/lighthouse/lighthouse-report-group.php:15
2256
+ msgid "You don't have any outstanding content audit – Google is loving it."
2257
+ msgstr ""
2258
+
2259
+ #: includes/admin/templates/lighthouse/lighthouse-report.php:27
2260
+ #: includes/core/class-wds-controller-assets.php:1018
2261
+ msgid "SmartCrawl is just catching her breath - you can run another test in %s minute."
2262
+ msgid_plural "SmartCrawl is just catching her breath - you can run another test in %s minutes."
2263
+ msgstr[0] ""
2264
+ msgstr[1] ""
2265
+
2266
+ #: includes/admin/templates/lighthouse/lighthouse-reporting-tab.php:11
2267
+ #: includes/admin/templates/lighthouse/lighthouse-side-nav.php:23
2268
+ #: includes/admin/templates/sitemap/sitemap-settings.php:168
2269
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:40
2270
+ msgid "Reporting"
2271
+ msgstr ""
2272
+
2273
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:13
2274
+ msgid "Enable scheduled SEO tests and get the customized results emailed directly to your inbox."
2275
+ msgstr ""
2276
+
2277
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:23
2278
+ msgid "Automatic Lighthouse reports are enabled and sending %1$s to %2$d recipient."
2279
+ msgid_plural "Automatic Lighthouse reports are enabled and sending %1$s to %2$d recipients."
2280
+ msgstr[0] ""
2281
+ msgstr[1] ""
2282
+
2283
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:39
2284
+ msgid "Reporting is currently inactive. Activate it and choose your schedule below."
2285
+ msgstr ""
2286
+
2287
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:51
2288
+ msgid "Enable automated SEO reports for this website."
2289
+ msgstr ""
2290
+
2291
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:63
2292
+ msgid "Send scheduled performance reports"
2293
+ msgstr ""
2294
+
2295
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:85
2296
+ msgid "Upgrade to Pro to unlock unlimited Lighthouse audits with automated scheduled reports to always stay on top of any issues."
2297
+ msgstr ""
2298
+
2299
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:86
2300
+ msgid "Try it all FREE today!"
2301
+ msgstr ""
2302
+
2303
+ #: includes/admin/templates/lighthouse/lighthouse-reporting.php:87
2304
+ msgid "Try it FREE today"
2305
+ msgstr ""
2306
+
2307
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:63
2308
+ msgid "Last test date"
2309
+ msgstr ""
2310
+
2311
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:72
2312
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:99
2313
+ msgid "Content audits"
2314
+ msgstr ""
2315
+
2316
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:85
2317
+ msgid "Indexing audits"
2318
+ msgstr ""
2319
+
2320
+ #: includes/admin/templates/lighthouse/lighthouse-summary.php:97
2321
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:128
2322
+ msgid "Responsive audits"
2323
+ msgstr ""
2324
+
2325
+ #: includes/admin/templates/media-item-selector.php:46
2326
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
2327
+ #: includes/assets/js/build/wds-schema-types.js:3
2328
+ msgid "Upload file"
2329
+ msgstr ""
2330
+
2331
+ #: includes/admin/templates/media-item-selector.php:52
2332
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
2333
+ #: includes/assets/js/build/wds-schema-types.js:3
2334
+ msgid "Remove file"
2335
+ msgstr ""
2336
+
2337
+ #: includes/admin/templates/metabox/analysis-readability.php:61
2338
+ msgid "Readability score"
2339
+ msgstr ""
2340
+
2341
+ #: includes/admin/templates/metabox/analysis-readability.php:78
2342
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:22
2343
+ msgid "Refresh"
2344
+ msgstr ""
2345
+
2346
+ #: includes/admin/templates/metabox/analysis-readability.php:88
2347
+ msgid "= Less than 60"
2348
+ msgstr ""
2349
+
2350
+ #: includes/admin/templates/metabox/analysis-readability.php:91
2351
+ msgid "OK"
2352
+ msgstr ""
2353
+
2354
+ #: includes/admin/templates/metabox/analysis-readability.php:91
2355
+ msgid "= 60 to 70"
2356
+ msgstr ""
2357
+
2358
+ #: includes/admin/templates/metabox/analysis-readability.php:94
2359
+ msgid "= 70+"
2360
+ msgstr ""
2361
+
2362
+ #: includes/admin/templates/metabox/analysis-readability.php:103
2363
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:34
2364
+ #: includes/core/class-wds-controller-assets.php:675
2365
+ msgid "Analyzing content, please wait a few moments"
2366
+ msgstr ""
2367
+
2368
+ #: includes/admin/templates/metabox/analysis-readability.php:123
2369
+ msgid "More advanced readability tests coming soon."
2370
+ msgstr ""
2371
+
2372
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:5
2373
+ msgid "You have %d SEO recommendation. We recommend you satisfy as many improvements as possible to ensure your content gets found."
2374
+ msgid_plural "You have %d SEO recommendations. We recommend you satisfy as many improvements as possible to ensure your content gets found."
2375
+ msgstr[0] ""
2376
+ msgstr[1] ""
2377
+
2378
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:19
2379
+ #: includes/core/class-wds-controller-analysis.php:275
2380
+ msgid "You need to add focus keywords to see recommendations for this article."
2381
+ msgstr ""
2382
+
2383
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:47
2384
+ msgid "All SEO recommendations are met. Your content is as optimized as possible - nice work!"
2385
+ msgstr ""
2386
+
2387
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:95
2388
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:29
2389
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
2390
+ msgid "Restore"
2391
+ msgstr ""
2392
+
2393
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:106
2394
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:44
2395
+ #: includes/admin/templates/vertical-tab-section-accordion.php:55
2396
+ #: includes/assets/js/build/wds-schema-types.js:3
2397
+ msgid "Open item"
2398
+ msgstr ""
2399
+
2400
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:120
2401
+ msgid "Recommendation"
2402
+ msgstr ""
2403
+
2404
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:129
2405
+ msgid "More Info"
2406
+ msgstr ""
2407
+
2408
+ #: includes/admin/templates/metabox/analysis-seo-analysis.php:146
2409
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:97
2410
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
2411
+ msgid "Ignore"
2412
+ msgstr ""
2413
+
2414
+ #: includes/admin/templates/metabox/horizontal-tab-nav.php:10
2415
+ #: includes/core/class-wds-controller-analysis.php:215
2416
+ msgid "Readability"
2417
+ msgstr ""
2418
+
2419
+ #: includes/admin/templates/metabox/horizontal-tab-nav.php:20
2420
+ #: includes/admin/templates/schema/schema-settings.php:83
2421
+ #: includes/admin/templates/schema/schema-sidenav.php:15
2422
+ #: includes/admin/templates/term/term-nav.php:13
2423
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
2424
+ #: includes/assets/js/build/wds-third-party-import.js:5
2425
+ msgid "Advanced"
2426
+ msgstr ""
2427
+
2428
+ #: includes/admin/templates/metabox/metabox-advanced-autolinks.php:11
2429
+ msgid "You can prevent this particular post from being auto-linked"
2430
+ msgstr ""
2431
+
2432
+ #: includes/admin/templates/metabox/metabox-advanced-autolinks.php:22
2433
+ msgid "Enable automatic linking for this post"
2434
+ msgstr ""
2435
+
2436
+ #: includes/admin/templates/metabox/metabox-advanced-canonical.php:8
2437
+ #: includes/admin/templates/term/term-advanced-tab.php:79
2438
+ msgid "Canonical"
2439
+ msgstr ""
2440
+
2441
+ #: includes/admin/templates/metabox/metabox-advanced-canonical.php:10
2442
+ msgid "If you have several similar versions of this page you can point search engines to the canonical or \"genuine\" version to avoid duplicate content issues."
2443
+ msgstr ""
2444
+
2445
+ #: includes/admin/templates/metabox/metabox-advanced-canonical.php:21
2446
+ #: includes/admin/templates/term/term-advanced-tab.php:91
2447
+ msgid "Enter the full canonical URL including http:// or https://"
2448
+ msgstr ""
2449
+
2450
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:14
2451
+ #: includes/admin/templates/onpage/onpage-meta-robots.php:11
2452
+ #: includes/admin/templates/term/term-advanced-tab.php:13
2453
+ msgid "Indexing"
2454
+ msgstr ""
2455
+
2456
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:16
2457
+ msgid "Choose how search engines will index this particular page."
2458
+ msgstr ""
2459
+
2460
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:28
2461
+ msgid "Index - Override Post Type Setting"
2462
+ msgstr ""
2463
+
2464
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:29
2465
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:41
2466
+ msgid "Instruct search engines whether or not you want this post to appear in search results."
2467
+ msgstr ""
2468
+
2469
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:53
2470
+ msgid "Follow - Override Post Type Setting"
2471
+ msgstr ""
2472
+
2473
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:54
2474
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:66
2475
+ msgid "Tells search engines whether or not to follow the links on your page and crawl them too."
2476
+ msgstr ""
2477
+
2478
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:80
2479
+ msgid "Instructs search engines to store a cached version of this page."
2480
+ msgstr ""
2481
+
2482
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:92
2483
+ msgid "Snippet"
2484
+ msgstr ""
2485
+
2486
+ #: includes/admin/templates/metabox/metabox-advanced-indexing.php:93
2487
+ msgid "Allows search engines to show a snippet of this page in the search results and prevents them from caching the page."
2488
+ msgstr ""
2489
+
2490
+ #: includes/admin/templates/metabox/metabox-advanced-redirect.php:12
2491
+ msgid "301 Redirect"
2492
+ msgstr ""
2493
+
2494
+ #: includes/admin/templates/metabox/metabox-advanced-redirect.php:14
2495
+ msgid "Send visitors to this URL to another page."
2496
+ msgstr ""
2497
+
2498
+ #: includes/admin/templates/metabox/metabox-advanced-redirect.php:26
2499
+ msgid "Enter the URL to send traffic to including http:// or https://"
2500
+ msgstr ""
2501
+
2502
+ #: includes/admin/templates/metabox/metabox-dummy-preview.php:2
2503
+ #: includes/admin/templates/metabox/underscore-google-preview.php:2
2504
+ #: includes/admin/templates/term/term-google-preview.php:17
2505
+ msgid "Google Preview"
2506
+ msgstr ""
2507
+
2508
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:17
2509
+ #: includes/admin/templates/term/term-meta-edit-form.php:22
2510
+ msgid "Edit Meta"
2511
+ msgstr ""
2512
+
2513
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:24
2514
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:29
2515
+ #: includes/admin/templates/term/term-meta-edit-form.php:28
2516
+ #: includes/assets/js/build/wds-schema-types.js:3
2517
+ msgid "SEO Title"
2518
+ msgstr ""
2519
+
2520
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:25
2521
+ msgid "- Include your focus keywords. %1$d-%2$d characters recommended."
2522
+ msgstr ""
2523
+
2524
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:43
2525
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:63
2526
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:31
2527
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:55
2528
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:60
2529
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:45
2530
+ #: includes/admin/templates/post-list/meta-details.php:51
2531
+ #: includes/admin/templates/schema/schema-organization-settings.php:43
2532
+ #: includes/admin/templates/term/term-meta-edit-form.php:45
2533
+ #: includes/assets/js/build/wds-configs.js:1
2534
+ #: includes/assets/js/build/wds-schema-types.js:1
2535
+ #: includes/assets/js/build/wds-schema-types.js:3
2536
+ msgid "Description"
2537
+ msgstr ""
2538
+
2539
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:44
2540
+ msgid "- Recommended minimum of %1$d characters, maximum %2$d."
2541
+ msgstr ""
2542
+
2543
+ #: includes/admin/templates/metabox/metabox-meta-edit-form.php:59
2544
+ msgid "Update or publish this page to save your changes."
2545
+ msgstr ""
2546
+
2547
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:16
2548
+ msgid "Flesch-Kincaid Test"
2549
+ msgstr ""
2550
+
2551
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:55
2552
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:22
2553
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:23
2554
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:38
2555
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:17
2556
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:23
2557
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:22
2558
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:23
2559
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:41
2560
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:22
2561
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:22
2562
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:23
2563
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:23
2564
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:26
2565
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:30
2566
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:23
2567
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
2568
+ msgid "Overview"
2569
+ msgstr ""
2570
+
2571
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:57
2572
+ msgid "The Flesch-Kincaid readability tests are readability tests designed to indicate how difficult a passage is to understand. Here are the benchmarks."
2573
+ msgstr ""
2574
+
2575
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:62
2576
+ msgid "Score"
2577
+ msgstr ""
2578
+
2579
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:83
2580
+ msgid "How to fix"
2581
+ msgstr ""
2582
+
2583
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:85
2584
+ msgid "Try to use shorter sentences, with less difficult words to improve readability."
2585
+ msgstr ""
2586
+
2587
+ #: includes/admin/templates/metabox/metabox-readability-report-inner.php:103
2588
+ msgid "This will ignore warnings for this particular post."
2589
+ msgstr ""
2590
+
2591
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:35
2592
+ msgid "This tool helps you optimize your content to give it the best chance of being found in search engines when people are looking for it. Start by choosing a few focus keywords that best describe your article, then SmartCrawl will give you recommendations to make sure your content is highly optimized."
2593
+ msgstr ""
2594
+
2595
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:44
2596
+ msgid "Focus keyword"
2597
+ msgstr ""
2598
+
2599
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:46
2600
+ msgid "- Choose a single word, phrase or part of a sentence that people will likely search for. You can also use multiple keywords separated by commas."
2601
+ msgstr ""
2602
+
2603
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:50
2604
+ msgid "As a general rule, using only one keyword per page/post is recommended."
2605
+ msgstr ""
2606
+
2607
+ #: includes/admin/templates/metabox/metabox-seo-analysis-container.php:63
2608
+ msgid "E.g. broken iphone screen"
2609
+ msgstr ""
2610
+
2611
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:18
2612
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:24
2613
+ #: includes/admin/templates/onpage/onpage-macros-modal.php:37
2614
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:29
2615
+ #: includes/admin/templates/post-list/meta-details.php:39
2616
+ #: includes/assets/js/build/wds-schema-types.js:1
2617
+ msgid "Title"
2618
+ msgstr ""
2619
+
2620
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:43
2621
+ #: includes/assets/js/build/wds-schema-types.js:3
2622
+ msgid "Featured Image"
2623
+ msgstr ""
2624
+
2625
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:43
2626
+ msgid "Featured Images"
2627
+ msgstr ""
2628
+
2629
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:52
2630
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:76
2631
+ msgid "Add featured image"
2632
+ msgstr ""
2633
+
2634
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:58
2635
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:81
2636
+ msgid "Add image"
2637
+ msgstr ""
2638
+
2639
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:82
2640
+ msgid "This image will be used as the featured image when the post is shared."
2641
+ msgstr ""
2642
+
2643
+ #: includes/admin/templates/metabox/metabox-social-meta-tags-sub-settings.php:84
2644
+ msgid "Each of these images will be available to use as the featured image when the post is shared."
2645
+ msgstr ""
2646
+
2647
+ #: includes/admin/templates/metabox/metabox-social-meta-tags.php:14
2648
+ msgid "Enable for this post"
2649
+ msgstr ""
2650
+
2651
+ #: includes/admin/templates/metabox/metabox-social-opengraph.php:29
2652
+ #: includes/admin/templates/term/term-social-tab.php:49
2653
+ msgid "OpenGraph is used on many social networks such as Facebook."
2654
+ msgstr ""
2655
+
2656
+ #: includes/admin/templates/metabox/metabox-social-twitter.php:29
2657
+ #: includes/admin/templates/term/term-social-tab.php:83
2658
+ msgid "These details will be used in Twitter cards."
2659
+ msgstr ""
2660
+
2661
+ #: includes/admin/templates/metabox/metabox-tab-advanced.php:9
2662
+ msgid "Configure the advanced settings for this post."
2663
+ msgstr ""
2664
+
2665
+ #: includes/admin/templates/metabox/metabox-tab-readability.php:8
2666
+ msgid "We’ve analyzed your content to see how readable it is for the average person. Suggestions are based on best practice, but only you can decide what works for you and your readers."
2667
+ msgstr ""
2668
+
2669
+ #: includes/admin/templates/metabox/metabox-tab-social.php:3
2670
+ msgid "Customize this posts title, description and featured images for social shares. You can also configure the default settings for this post type in SmartCrawl's %s area."
2671
+ msgstr ""
2672
+
2673
+ #: includes/admin/templates/metabox/underscore-link-rel-attribute.php:3
2674
+ msgid "Rel Attributes"
2675
+ msgstr ""
2676
+
2677
+ #: includes/admin/templates/metabox/underscore-link-rel-attribute.php:7
2678
+ msgid "Possible values: 'nofollow', 'ugc', 'sponsored' separated by spaces"
2679
+ msgstr ""
2680
+
2681
+ #: includes/admin/templates/network-settings.php:19
2682
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:107
2683
+ #: includes/core/multisite/class-wds-sitewide-deprecation-controller.php:40
2684
+ msgid "Network Settings"
2685
+ msgstr ""
2686
+
2687
+ #: includes/admin/templates/network-settings.php:32
2688
+ #: includes/admin/templates/network-settings.php:40
2689
+ #: includes/assets/js/build/wds-schema-types.js:1
2690
+ msgid "Permissions"
2691
+ msgstr ""
2692
+
2693
+ #: includes/admin/templates/network-settings.php:48
2694
+ msgid "Sub-site Settings"
2695
+ msgstr ""
2696
+
2697
+ #: includes/admin/templates/network-settings.php:50
2698
+ msgid "Configure how much control your sub-site admins have over their sites."
2699
+ msgstr ""
2700
+
2701
+ #: includes/admin/templates/network-settings.php:59
2702
+ msgid "Admin Access"
2703
+ msgstr ""
2704
+
2705
+ #: includes/admin/templates/network-settings.php:62
2706
+ msgid "Choose whether Super Admins or Site Admins should control sub-site settings."
2707
+ msgstr ""
2708
+
2709
+ #: includes/admin/templates/network-settings.php:75
2710
+ msgid "Site Admins"
2711
+ msgstr ""
2712
+
2713
+ #: includes/admin/templates/network-settings.php:79
2714
+ msgid "Super Admins"
2715
+ msgstr ""
2716
+
2717
+ #: includes/admin/templates/network-settings.php:90
2718
+ msgid "Modules"
2719
+ msgstr ""
2720
+
2721
+ #: includes/admin/templates/network-settings.php:93
2722
+ msgid "Choose which modules should be available on sub-sites."
2723
+ msgstr ""
2724
+
2725
+ #: includes/admin/templates/network-settings.php:126
2726
+ msgid "New Sub-sites"
2727
+ msgstr ""
2728
+
2729
+ #: includes/admin/templates/network-settings.php:131
2730
+ msgid "Select a config that you would like to apply to new sub-sites. Visit the %s page to manage all your configs."
2731
+ msgstr ""
2732
+
2733
+ #: includes/admin/templates/network-settings.php:133
2734
+ #: includes/admin/templates/settings/settings-section-configs.php:14
2735
+ #: includes/admin/templates/settings/settings-sidenav.php:17
2736
+ #: includes/assets/js/build/wds-configs.js:1
2737
+ msgid "Configs"
2738
+ msgstr ""
2739
+
2740
+ #: includes/admin/templates/network-settings.php:171
2741
+ msgid "Save Changes"
2742
+ msgstr ""
2743
+
2744
+ #: includes/admin/templates/onpage/onpage-disabled.php:7
2745
+ msgid "Change the title and meta settings for your pages."
2746
+ msgstr ""
2747
+
2748
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:30
2749
+ #: includes/admin/templates/onpage/onpage-general-settings-inner.php:61
2750
+ msgid "- Minimum of %1$d characters, max %2$d."
2751
+ msgstr ""
2752
+
2753
+ #: includes/admin/templates/onpage/onpage-general-settings.php:6
2754
+ msgid "Choose the variables from which SmartCrawl will automatically generate your SEO title from."
2755
+ msgstr ""
2756
+
2757
+ #: includes/admin/templates/onpage/onpage-general-settings.php:10
2758
+ msgid "A title needs a description. Choose the variables to automatically generate a description from."
2759
+ msgstr ""
2760
+
2761
+ #: includes/admin/templates/onpage/onpage-header-actions.php:7
2762
+ msgid "Browse Macros"
2763
+ msgstr ""
2764
+
2765
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:13
2766
+ #: includes/admin/templates/onpage/onpage-static-homepage.php:31
2767
+ msgid "Define the main title of your website that Google will index."
2768
+ msgstr ""
2769
+
2770
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:14
2771
+ #: includes/admin/templates/onpage/onpage-static-homepage.php:32
2772
+ msgid "This is generally your brand name, sometimes with a tagline."
2773
+ msgstr ""
2774
+
2775
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:16
2776
+ #: includes/admin/templates/onpage/onpage-static-homepage.php:36
2777
+ msgid "Set the default description that will accompany your SEO title in search engine results."
2778
+ msgstr ""
2779
+
2780
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:17
2781
+ #: includes/admin/templates/onpage/onpage-static-homepage.php:37
2782
+ msgid "Remember to keep it simple, to the point, and include a bit about what your website can offer potential visitors."
2783
+ msgstr ""
2784
+
2785
+ #: includes/admin/templates/onpage/onpage-list-homepage.php:26
2786
+ msgid "Enable or disable support for social platforms when your homepage is shared on them."
2787
+ msgstr ""
2788
+
2789
+ #: includes/admin/templates/onpage/onpage-macros-modal.php:31
2790
+ msgid "Macro"
2791
+ msgstr ""
2792
+
2793
+ #: includes/admin/templates/onpage/onpage-macros-modal.php:32
2794
+ #: includes/admin/templates/onpage/onpage-macros-modal.php:38
2795
+ msgid "Gets Replaced By"
2796
+ msgstr ""
2797
+
2798
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:27
2799
+ msgid "Recommended length is between %1$d and %2$d characters."
2800
+ msgstr ""
2801
+
2802
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:37
2803
+ #: includes/assets/js/build/wds-schema-types.js:1
2804
+ msgid "Default"
2805
+ msgstr ""
2806
+
2807
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:48
2808
+ msgid "Custom"
2809
+ msgstr ""
2810
+
2811
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:63
2812
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:90
2813
+ msgid "Minimum"
2814
+ msgstr ""
2815
+
2816
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:67
2817
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:77
2818
+ msgid "%d characters"
2819
+ msgstr ""
2820
+
2821
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:73
2822
+ #: includes/admin/templates/onpage/onpage-meta-character-lengths.php:106
2823
+ msgid "Maximum"
2824
+ msgstr ""
2825
+
2826
+ #: includes/admin/templates/onpage/onpage-meta-robots.php:12
2827
+ msgid "Choose whether you want your website to appear in search results."
2828
+ msgstr ""
2829
+
2830
+ #: includes/admin/templates/onpage/onpage-og-disabled.php:2
2831
+ msgid "OpenGraph is globally disabled."
2832
+ msgstr ""
2833
+
2834
+ #: includes/admin/templates/onpage/onpage-og-disabled.php:6
2835
+ msgid "%1$s You can enable it %2$s."
2836
+ msgstr ""
2837
+
2838
+ #: includes/admin/templates/onpage/onpage-og-settings.php:10
2839
+ #: includes/admin/templates/social/social-section-open-graph.php:10
2840
+ msgid "Enable OpenGraph"
2841
+ msgstr ""
2842
+
2843
+ #: includes/admin/templates/onpage/onpage-og-settings.php:12
2844
+ #: includes/admin/templates/onpage/onpage-section-buddypress-groups.php:23
2845
+ #: includes/admin/templates/onpage/onpage-section-buddypress-profile.php:23
2846
+ msgid "OpenGraph support enhances how your content appears when shared on social networks such as Facebook."
2847
+ msgstr ""
2848
+
2849
+ #: includes/admin/templates/onpage/onpage-og-twitter.php:11
2850
+ msgid "Enable or disable support for social platforms when this content is shared on them."
2851
+ msgstr ""
2852
+
2853
+ #: includes/admin/templates/onpage/onpage-preview.php:26
2854
+ msgid "A preview of how your title and meta will appear in Google Search."
2855
+ msgstr ""
2856
+
2857
+ #: includes/admin/templates/onpage/onpage-section-buddypress-groups.php:22
2858
+ msgid "Enable or disable support for social platforms when a BuddyPress group is shared on them."
2859
+ msgstr ""
2860
+
2861
+ #: includes/admin/templates/onpage/onpage-section-buddypress-groups.php:24
2862
+ #: includes/admin/templates/onpage/onpage-section-buddypress-profile.php:24
2863
+ #: includes/admin/templates/onpage/onpage-twitter-settings.php:12
2864
+ msgid "Twitter Cards support enhances how your content appears when shared on Twitter."
2865
+ msgstr ""
2866
+
2867
+ #: includes/admin/templates/onpage/onpage-section-buddypress-profile.php:22
2868
+ msgid "Enable or disable support for social platforms when a BuddyPress profile is shared on them."
2869
+ msgstr ""
2870
+
2871
+ #: includes/admin/templates/onpage/onpage-section-post-type.php:7
2872
+ msgid "OpenGraph support enhances how your content appears when shared on social networks such as Facebook. You can set default values here but also customize this per %s via the post editor."
2873
+ msgstr ""
2874
+
2875
+ #: includes/admin/templates/onpage/onpage-section-post-type.php:10
2876
+ msgid "Twitter Cards support enhances how your content appears when shared on Twitter. You can set default values here but also customize this per %s via the post editor."
2877
+ msgstr ""
2878
+
2879
+ #: includes/admin/templates/onpage/onpage-section-post-type.php:32
2880
+ msgid "Enable or disable support for social platforms when this post type is shared on them."
2881
+ msgstr ""
2882
+
2883
+ #: includes/admin/templates/onpage/onpage-section-settings.php:10
2884
+ msgid "The separator refers to the break between variables which you can use by referencing the %s tag. You can choose a preset one or bake your own."
2885
+ msgstr ""
2886
+
2887
+ #: includes/admin/templates/onpage/onpage-section-settings.php:31
2888
+ msgid "Or, choose your own custom separator."
2889
+ msgstr ""
2890
+
2891
+ #: includes/admin/templates/onpage/onpage-section-settings.php:34
2892
+ msgid "Enter custom separator"
2893
+ msgstr ""
2894
+
2895
+ #: includes/admin/templates/onpage/onpage-section-settings.php:44
2896
+ msgid "Character Lengths"
2897
+ msgstr ""
2898
+
2899
+ #: includes/admin/templates/onpage/onpage-section-settings.php:46
2900
+ msgid "By default we recommend best practice characters lengths for your meta titles and descriptions. However, you can adjust these settings to suit your own requirements."
2901
+ msgstr ""
2902
+
2903
+ #: includes/admin/templates/onpage/onpage-section-settings.php:54
2904
+ msgid "Meta Title"
2905
+ msgstr ""
2906
+
2907
+ #: includes/admin/templates/onpage/onpage-section-settings.php:66
2908
+ #: includes/admin/templates/post-list/quick-edit-onpage.php:13
2909
+ msgid "Meta Description"
2910
+ msgstr ""
2911
+
2912
+ #: includes/admin/templates/onpage/onpage-section-taxonomy.php:6
2913
+ msgid "OpenGraph support enhances how your content appears when shared on social networks such as Facebook. You can set default values here but also customize this for each %s."
2914
+ msgstr ""
2915
+
2916
+ #: includes/admin/templates/onpage/onpage-section-taxonomy.php:9
2917
+ msgid "Twitter Cards support enhances how your content appears when shared on Twitter. You can set default values here but also customize this for each %s."
2918
+ msgstr ""
2919
+
2920
+ #: includes/admin/templates/onpage/onpage-section-taxonomy.php:31
2921
+ msgid "Enable or disable support for social platforms when this taxonomy is shared on them."
2922
+ msgstr ""
2923
+
2924
+ #: includes/admin/templates/onpage/onpage-settings.php:32
2925
+ msgid "Supported Macros"
2926
+ msgstr ""
2927
+
2928
+ #: includes/admin/templates/onpage/onpage-settings.php:62
2929
+ #: includes/admin/templates/onpage/onpage-settings.php:96
2930
+ msgid "Customize your homepage title, description and meta options."
2931
+ msgstr ""
2932
+
2933
+ #: includes/admin/templates/onpage/onpage-settings.php:120
2934
+ msgid "Customize your %s title, description and meta options."
2935
+ msgstr ""
2936
+
2937
+ #: includes/admin/templates/onpage/onpage-settings.php:135
2938
+ #: includes/admin/templates/onpage/onpage-sidenav.php:12
2939
+ msgid "Post Types"
2940
+ msgstr ""
2941
+
2942
+ #: includes/admin/templates/onpage/onpage-settings.php:159
2943
+ msgid "Customize the title, description and meta options for %s."
2944
+ msgstr ""
2945
+
2946
+ #: includes/admin/templates/onpage/onpage-settings.php:173
2947
+ #: includes/admin/templates/onpage/onpage-sidenav.php:16
2948
+ msgid "Taxonomies"
2949
+ msgstr ""
2950
+
2951
+ #: includes/admin/templates/onpage/onpage-settings.php:182
2952
+ msgid "Author Archive"
2953
+ msgstr ""
2954
+
2955
+ #: includes/admin/templates/onpage/onpage-settings.php:183
2956
+ msgid "If you are the only author of your website content Google may see your author archives as duplicate content to your Blog Homepage. If this is the case we recommend disabling author archives."
2957
+ msgstr ""
2958
+
2959
+ #: includes/admin/templates/onpage/onpage-settings.php:187
2960
+ msgid "Enable/Disable author archives depending on whether you require them or not"
2961
+ msgstr ""
2962
+
2963
+ #: includes/admin/templates/onpage/onpage-settings.php:194
2964
+ msgid "Date Archive"
2965
+ msgstr ""
2966
+
2967
+ #: includes/admin/templates/onpage/onpage-settings.php:195
2968
+ msgid "Google may see your date archives as duplicate content to your Blog Homepage. For this reason we recommend disabling date archives."
2969
+ msgstr ""
2970
+
2971
+ #: includes/admin/templates/onpage/onpage-settings.php:199
2972
+ msgid "Enable/Disable date archives depending on whether you require them or not"
2973
+ msgstr ""
2974
+
2975
+ #: includes/admin/templates/onpage/onpage-settings.php:206
2976
+ #: includes/admin/templates/schema/schema-section-advanced.php:208
2977
+ msgid "Search Page"
2978
+ msgstr ""
2979
+
2980
+ #: includes/admin/templates/onpage/onpage-settings.php:207
2981
+ msgid "Customize your search page title, description and meta options."
2982
+ msgstr ""
2983
+
2984
+ #: includes/admin/templates/onpage/onpage-settings.php:216
2985
+ msgid "404 Page"
2986
+ msgstr ""
2987
+
2988
+ #: includes/admin/templates/onpage/onpage-settings.php:217
2989
+ msgid "Customize your 404 page title, description and meta options."
2990
+ msgstr ""
2991
+
2992
+ #: includes/admin/templates/onpage/onpage-settings.php:232
2993
+ msgid " Archive"
2994
+ msgstr ""
2995
+
2996
+ #: includes/admin/templates/onpage/onpage-settings.php:234
2997
+ msgid "Customize title, description and meta for the archive page of custom post type %s."
2998
+ msgstr ""
2999
+
3000
+ #: includes/admin/templates/onpage/onpage-settings.php:254
3001
+ #: includes/admin/templates/onpage/onpage-sidenav.php:20
3002
+ #: includes/admin/templates/schema/schema-section-advanced.php:181
3003
+ msgid "Archives"
3004
+ msgstr ""
3005
+
3006
+ #: includes/admin/templates/onpage/onpage-settings.php:264
3007
+ #: includes/admin/templates/sitemap/sitemap-buddypress-settings.php:10
3008
+ msgid "BuddyPress Groups"
3009
+ msgstr ""
3010
+
3011
+ #: includes/admin/templates/onpage/onpage-settings.php:265
3012
+ msgid "Customize your BuddyPress group title, description and meta options."
3013
+ msgstr ""
3014
+
3015
+ #: includes/admin/templates/onpage/onpage-settings.php:276
3016
+ msgid "BuddyPress Profile"
3017
+ msgstr ""
3018
+
3019
+ #: includes/admin/templates/onpage/onpage-settings.php:277
3020
+ msgid "Customize your BuddyPress profile title, description and meta options."
3021
+ msgstr ""
3022
+
3023
+ #: includes/admin/templates/onpage/onpage-settings.php:291
3024
+ #: includes/admin/templates/onpage/onpage-sidenav.php:30
3025
+ msgid "BuddyPress"
3026
+ msgstr ""
3027
+
3028
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:63
3029
+ msgid "Default Featured Image"
3030
+ msgstr ""
3031
+
3032
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:65
3033
+ msgid "Default Featured Images"
3034
+ msgstr ""
3035
+
3036
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:100
3037
+ msgid "Choose featured image that will be used when sharing on Twitter."
3038
+ msgstr ""
3039
+
3040
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:102
3041
+ msgid "Choose featured images that will be used when sharing on Facebook or other platforms that support OpenGraph."
3042
+ msgstr ""
3043
+
3044
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:114
3045
+ msgid "Disable use of first image in content."
3046
+ msgstr ""
3047
+
3048
+ #: includes/admin/templates/onpage/onpage-social-meta-tags-sub-settings.php:120
3049
+ msgid "If no feature or custom cover image is added, use the first image in the page content."
3050
+ msgstr ""
3051
+
3052
+ #: includes/admin/templates/onpage/onpage-twitter-disabled.php:2
3053
+ msgid "Twitter Cards are globally disabled."
3054
+ msgstr ""
3055
+
3056
+ #: includes/admin/templates/onpage/onpage-twitter-disabled.php:6
3057
+ msgid "%1$s You can enable them %2$s."
3058
+ msgstr ""
3059
+
3060
+ #: includes/admin/templates/onpage/onpage-twitter-settings.php:10
3061
+ #: includes/admin/templates/social/social-section-twitter-cards.php:17
3062
+ msgid "Enable Twitter Cards"
3063
+ msgstr ""
3064
+
3065
+ #: includes/admin/templates/onpage/underscore-macros-list.php:3
3066
+ msgid "Insert dynamic macro"
3067
+ msgstr ""
3068
+
3069
+ #: includes/admin/templates/page-header.php:31
3070
+ msgid "View Documentation"
3071
+ msgstr ""
3072
+
3073
+ #: includes/admin/templates/post-list/meta-details.php:19
3074
+ msgid "of"
3075
+ msgstr ""
3076
+
3077
+ #: includes/admin/templates/post-list/meta-details.php:29
3078
+ #: includes/assets/js/build/wds-schema-types.js:3
3079
+ msgid "SEO Meta"
3080
+ msgstr ""
3081
+
3082
+ #: includes/admin/templates/post-list/post-seo-analysis-errors.php:11
3083
+ #: includes/core/class-wds-controller-analysis.php:260
3084
+ #: includes/core/class-wds-controller-analysis.php:308
3085
+ msgid "N/A"
3086
+ msgstr ""
3087
+
3088
+ #: includes/admin/templates/post-list/quick-edit-onpage.php:5
3089
+ msgid "Title Tag"
3090
+ msgstr ""
3091
+
3092
+ #: includes/admin/templates/post-list/quick-edit-seo-analysis.php:5
3093
+ msgid "Focus keywords"
3094
+ msgstr ""
3095
+
3096
+ #: includes/admin/templates/progress-notice.php:22
3097
+ msgid "your DEV account email"
3098
+ msgstr ""
3099
+
3100
+ #: includes/admin/templates/report-vertical-tab.php:39
3101
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
3102
+ msgid "Ignore All"
3103
+ msgstr ""
3104
+
3105
+ #: includes/admin/templates/reporting-dow-select.php:14
3106
+ #: includes/assets/js/build/wds-schema-types.js:1
3107
+ msgid "Sunday"
3108
+ msgstr ""
3109
+
3110
+ #: includes/admin/templates/reporting-dow-select.php:15
3111
+ #: includes/assets/js/build/wds-schema-types.js:1
3112
+ msgid "Monday"
3113
+ msgstr ""
3114
+
3115
+ #: includes/admin/templates/reporting-dow-select.php:16
3116
+ #: includes/assets/js/build/wds-schema-types.js:1
3117
+ msgid "Tuesday"
3118
+ msgstr ""
3119
+
3120
+ #: includes/admin/templates/reporting-dow-select.php:17
3121
+ #: includes/assets/js/build/wds-schema-types.js:1
3122
+ msgid "Wednesday"
3123
+ msgstr ""
3124
+
3125
+ #: includes/admin/templates/reporting-dow-select.php:18
3126
+ #: includes/assets/js/build/wds-schema-types.js:1
3127
+ msgid "Thursday"
3128
+ msgstr ""
3129
+
3130
+ #: includes/admin/templates/reporting-dow-select.php:19
3131
+ #: includes/assets/js/build/wds-schema-types.js:1
3132
+ msgid "Friday"
3133
+ msgstr ""
3134
+
3135
+ #: includes/admin/templates/reporting-dow-select.php:20
3136
+ #: includes/assets/js/build/wds-schema-types.js:1
3137
+ msgid "Saturday"
3138
+ msgstr ""
3139
+
3140
+ #: includes/admin/templates/reporting-dow-select.php:34
3141
+ msgid "Day of the month"
3142
+ msgstr ""
3143
+
3144
+ #: includes/admin/templates/reporting-dow-select.php:35
3145
+ msgid "Day of the week"
3146
+ msgstr ""
3147
+
3148
+ #: includes/admin/templates/reporting-tod-select.php:21
3149
+ msgid "Time of day"
3150
+ msgstr ""
3151
+
3152
+ #: includes/admin/templates/schema/schema-nav-menus-dropdown-form-field.php:15
3153
+ msgid "Site Navigation"
3154
+ msgstr ""
3155
+
3156
+ #: includes/admin/templates/schema/schema-nav-menus-dropdown-form-field.php:26
3157
+ msgid "Select a Menu"
3158
+ msgstr ""
3159
+
3160
+ #: includes/admin/templates/schema/schema-nav-menus-dropdown-form-field.php:39
3161
+ msgid "We recommend linking your main site navigation, or the menu that gives visitors the most general overview of your website."
3162
+ msgstr ""
3163
+
3164
+ #: includes/admin/templates/schema/schema-organization-settings.php:16
3165
+ msgid "Fill out your organization details."
3166
+ msgstr ""
3167
+
3168
+ #: includes/admin/templates/schema/schema-organization-settings.php:29
3169
+ msgid "Organization name"
3170
+ msgstr ""
3171
+
3172
+ #: includes/admin/templates/schema/schema-organization-settings.php:56
3173
+ #: includes/admin/templates/schema/schema-person-settings.php:104
3174
+ #: includes/assets/js/build/wds-schema-types.js:1
3175
+ msgid "Logo"
3176
+ msgstr ""
3177
+
3178
+ #: includes/admin/templates/schema/schema-organization-settings.php:70
3179
+ msgid "Specify the image of your organization’s logo to be used in Google Search results and in the Knowledge Graph."
3180
+ msgstr ""
3181
+
3182
+ #: includes/admin/templates/schema/schema-organization-settings.php:75
3183
+ msgid "Corporate contact"
3184
+ msgstr ""
3185
+
3186
+ #: includes/admin/templates/schema/schema-organization-settings.php:77
3187
+ msgid "Add all corporate contact information to this website. This information will be used in the Knowledge Graph Card used by Google and its services to enhance search engine results."
3188
+ msgstr ""
3189
+
3190
+ #: includes/admin/templates/schema/schema-organization-settings.php:82
3191
+ msgid "Contact type"
3192
+ msgstr ""
3193
+
3194
+ #: includes/admin/templates/schema/schema-organization-settings.php:92
3195
+ #: includes/admin/templates/schema/schema-organization-types-dropdown.php:17
3196
+ msgid "Select (Optional)"
3197
+ msgstr ""
3198
+
3199
+ #: includes/admin/templates/schema/schema-organization-settings.php:120
3200
+ #: includes/admin/templates/schema/schema-person-settings.php:132
3201
+ #: includes/assets/js/build/wds-schema-types.js:1
3202
+ msgid "Phone Number"
3203
+ msgstr ""
3204
+
3205
+ #: includes/admin/templates/schema/schema-organization-settings.php:137
3206
+ #: includes/admin/templates/schema/schema-person-settings.php:149
3207
+ msgid "Contact page"
3208
+ msgstr ""
3209
+
3210
+ #: includes/admin/templates/schema/schema-organization-settings.php:138
3211
+ #: includes/admin/templates/schema/schema-person-settings.php:150
3212
+ #: includes/admin/templates/schema/schema-section-advanced.php:51
3213
+ #: includes/admin/templates/schema/schema-section-advanced.php:63
3214
+ msgid "Select Page"
3215
+ msgstr ""
3216
+
3217
+ #: includes/admin/templates/schema/schema-organization-types-dropdown.php:8
3218
+ msgid "Organization type"
3219
+ msgstr ""
3220
+
3221
+ #: includes/admin/templates/schema/schema-organization-types-dropdown.php:48
3222
+ msgid "Choose the type that best describes your organization website."
3223
+ msgstr ""
3224
+
3225
+ #: includes/admin/templates/schema/schema-organization-types-dropdown.php:53
3226
+ msgid "Note: If you want to add Local Business markup, you can do it by adding a “Local Business” type in the %s."
3227
+ msgstr ""
3228
+
3229
+ #: includes/admin/templates/schema/schema-organization-types-dropdown.php:55
3230
+ #: includes/admin/templates/schema/schema-settings.php:105
3231
+ #: includes/admin/templates/schema/schema-sidenav.php:19
3232
+ msgid "Types Builder"
3233
+ msgstr ""
3234
+
3235
+ #: includes/admin/templates/schema/schema-person-settings.php:19
3236
+ msgid "Fill out your personal details."
3237
+ msgstr ""
3238
+
3239
+ #: includes/admin/templates/schema/schema-person-settings.php:23
3240
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:21
3241
+ #: includes/assets/js/build/wds-schema-types.js:1
3242
+ msgid "Name"
3243
+ msgstr ""
3244
+
3245
+ #: includes/admin/templates/schema/schema-person-settings.php:37
3246
+ msgid "Job title"
3247
+ msgstr ""
3248
+
3249
+ #: includes/admin/templates/schema/schema-person-settings.php:45
3250
+ msgid "E.g. architect"
3251
+ msgstr ""
3252
+
3253
+ #: includes/admin/templates/schema/schema-person-settings.php:51
3254
+ msgid "Bio"
3255
+ msgstr ""
3256
+
3257
+ #: includes/admin/templates/schema/schema-person-settings.php:64
3258
+ msgid "Portrait Photo"
3259
+ msgstr ""
3260
+
3261
+ #: includes/admin/templates/schema/schema-person-settings.php:80
3262
+ msgid "Personal Brand"
3263
+ msgstr ""
3264
+
3265
+ #: includes/admin/templates/schema/schema-person-settings.php:82
3266
+ msgid "Add your brand information to this website. This information is required by Google to be used in search results."
3267
+ msgstr ""
3268
+
3269
+ #: includes/admin/templates/schema/schema-person-settings.php:87
3270
+ msgid "Brand Name"
3271
+ msgstr ""
3272
+
3273
+ #: includes/admin/templates/schema/schema-person-settings.php:98
3274
+ msgid "In case your Brand name is different from your own name."
3275
+ msgstr ""
3276
+
3277
+ #: includes/admin/templates/schema/schema-person-settings.php:119
3278
+ msgid "Specify the image of your Brand’s logo to be used in Google Search results and in the Knowledge Graph."
3279
+ msgstr ""
3280
+
3281
+ #: includes/admin/templates/schema/schema-person-settings.php:125
3282
+ msgid "Personal contact"
3283
+ msgstr ""
3284
+
3285
+ #: includes/admin/templates/schema/schema-person-settings.php:127
3286
+ msgid "Add your personal information to this website. This information will be used in the Knowledge Graph used by Google and its services to enhance search engine results."
3287
+ msgstr ""
3288
+
3289
+ #: includes/admin/templates/schema/schema-section-advanced.php:36
3290
+ msgid "Special Pages"
3291
+ msgstr ""
3292
+
3293
+ #: includes/admin/templates/schema/schema-section-advanced.php:39
3294
+ msgid "Add the structured data of your global schema settings and identify your About Page, Contact Page, and your main navigation menu."
3295
+ msgstr ""
3296
+
3297
+ #: includes/admin/templates/schema/schema-section-advanced.php:49
3298
+ msgid "About Page"
3299
+ msgstr ""
3300
+
3301
+ #: includes/admin/templates/schema/schema-section-advanced.php:50
3302
+ msgid "Choose the page that has the most general information about your company or personal brand."
3303
+ msgstr ""
3304
+
3305
+ #: includes/admin/templates/schema/schema-section-advanced.php:61
3306
+ msgid "Contact Page"
3307
+ msgstr ""
3308
+
3309
+ #: includes/admin/templates/schema/schema-section-advanced.php:62
3310
+ msgid "Select the page that contains the best contact information on it."
3311
+ msgstr ""
3312
+
3313
+ #: includes/admin/templates/schema/schema-section-advanced.php:82
3314
+ msgid "Structured Data"
3315
+ msgstr ""
3316
+
3317
+ #: includes/admin/templates/schema/schema-section-advanced.php:85
3318
+ #: includes/admin/templates/schema/schema-settings.php:87
3319
+ msgid "Choose additional schema markup you want to enable for this website."
3320
+ msgstr ""
3321
+
3322
+ #: includes/admin/templates/schema/schema-section-advanced.php:95
3323
+ msgid "Enable WpHeader and WpFooter"
3324
+ msgstr ""
3325
+
3326
+ #: includes/admin/templates/schema/schema-section-advanced.php:96
3327
+ msgid "Enabling this setting adds markup for the header and footer sections which contain general information about your website. For example: the copyright year, website name, and website tagline."
3328
+ msgstr ""
3329
+
3330
+ #: includes/admin/templates/schema/schema-section-advanced.php:105
3331
+ msgid "Enable Comments"
3332
+ msgstr ""
3333
+
3334
+ #: includes/admin/templates/schema/schema-section-advanced.php:106
3335
+ msgid "Enable this setting to include comments in markup. The plugin will add comments that a page has received nested in the output markup using Comment as a value."
3336
+ msgstr ""
3337
+
3338
+ #: includes/admin/templates/schema/schema-section-advanced.php:117
3339
+ msgid "Default Image"
3340
+ msgstr ""
3341
+
3342
+ #: includes/admin/templates/schema/schema-section-advanced.php:120
3343
+ msgid "Set a default Featured Image, which will be used if no Featured Image is attached to a post."
3344
+ msgstr ""
3345
+
3346
+ #: includes/admin/templates/schema/schema-section-advanced.php:137
3347
+ msgid "Specify a default image to be a fallback for missing Featured Images."
3348
+ msgstr ""
3349
+
3350
+ #: includes/admin/templates/schema/schema-section-advanced.php:148
3351
+ msgid "Enable author options to help indicate to search engines who the author of the page is. Keep disabled if you don't want to expose the author profile."
3352
+ msgstr ""
3353
+
3354
+ #: includes/admin/templates/schema/schema-section-advanced.php:159
3355
+ msgid "Enable Author URL"
3356
+ msgstr ""
3357
+
3358
+ #: includes/admin/templates/schema/schema-section-advanced.php:160
3359
+ msgid "Enabling this will add the author page URL in the author markup."
3360
+ msgstr ""
3361
+
3362
+ #: includes/admin/templates/schema/schema-section-advanced.php:169
3363
+ msgid "Enable Gravatar ImageObject "
3364
+ msgstr ""
3365
+
3366
+ #: includes/admin/templates/schema/schema-section-advanced.php:170
3367
+ msgid "Use gravatar.com image in the author markup."
3368
+ msgstr ""
3369
+
3370
+ #: includes/admin/templates/schema/schema-section-advanced.php:184
3371
+ msgid "You can enable or disable schema markup from current page/post."
3372
+ msgstr ""
3373
+
3374
+ #: includes/admin/templates/schema/schema-section-advanced.php:192
3375
+ msgid "Author Archives"
3376
+ msgstr ""
3377
+
3378
+ #: includes/admin/templates/schema/schema-section-advanced.php:224
3379
+ msgid "Date Archives"
3380
+ msgstr ""
3381
+
3382
+ #: includes/admin/templates/schema/schema-section-advanced.php:240
3383
+ msgid "Post Type Archives"
3384
+ msgstr ""
3385
+
3386
+ #: includes/admin/templates/schema/schema-section-advanced.php:284
3387
+ msgid "Taxonomy Archives"
3388
+ msgstr ""
3389
+
3390
+ #: includes/admin/templates/schema/schema-section-advanced.php:329
3391
+ msgid "List Type"
3392
+ msgstr ""
3393
+
3394
+ #: includes/admin/templates/schema/schema-section-advanced.php:357
3395
+ msgid "Choose Blog, if your website contains blog posts only, or ItemList if you have mixed types of content."
3396
+ msgstr ""
3397
+
3398
+ #: includes/admin/templates/schema/schema-section-advanced.php:366
3399
+ msgid "Media objects"
3400
+ msgstr ""
3401
+
3402
+ #: includes/admin/templates/schema/schema-section-advanced.php:369
3403
+ msgid "Make sure that the media you host on your website, such as video or audio, looks attractive and has all the necessary information while being displayed in search engine results."
3404
+ msgstr ""
3405
+
3406
+ #: includes/admin/templates/schema/schema-section-advanced.php:380
3407
+ msgid "Enable AudioObject"
3408
+ msgstr ""
3409
+
3410
+ #: includes/admin/templates/schema/schema-section-advanced.php:381
3411
+ msgid "Enable schema.org markup on audio files."
3412
+ msgstr ""
3413
+
3414
+ #: includes/admin/templates/schema/schema-section-advanced.php:393
3415
+ msgid "Enable VideoObject"
3416
+ msgstr ""
3417
+
3418
+ #: includes/admin/templates/schema/schema-section-advanced.php:394
3419
+ msgid "Enable schema.org markup on video files."
3420
+ msgstr ""
3421
+
3422
+ #: includes/admin/templates/schema/schema-section-general.php:17
3423
+ msgid "Website Details"
3424
+ msgstr ""
3425
+
3426
+ #: includes/admin/templates/schema/schema-section-general.php:20
3427
+ msgid "Specify your website's name and logo. In some cases, this information may be different from your Person/Organization information."
3428
+ msgstr ""
3429
+
3430
+ #: includes/admin/templates/schema/schema-section-general.php:27
3431
+ msgid "Website Name"
3432
+ msgstr ""
3433
+
3434
+ #: includes/admin/templates/schema/schema-section-general.php:38
3435
+ msgid "Please add the site name you would like to appear in the schema markup."
3436
+ msgstr ""
3437
+
3438
+ #: includes/admin/templates/schema/schema-section-general.php:44
3439
+ msgid "Website Logo"
3440
+ msgstr ""
3441
+
3442
+ #: includes/admin/templates/schema/schema-section-general.php:58
3443
+ msgid "Specify the image of your website’s logo."
3444
+ msgstr ""
3445
+
3446
+ #: includes/admin/templates/schema/schema-section-general.php:67
3447
+ msgid "Person or Organization"
3448
+ msgstr ""
3449
+
3450
+ #: includes/admin/templates/schema/schema-section-general.php:70
3451
+ msgid "Specify if your site represents a Person or an Organization. This information will be used in Google's Knowledge Graph Card, the block you can see on the right side of the search results."
3452
+ msgstr ""
3453
+
3454
+ #: includes/admin/templates/schema/schema-section-general.php:86
3455
+ msgid "Person"
3456
+ msgstr ""
3457
+
3458
+ #: includes/admin/templates/schema/schema-section-general.php:96
3459
+ #: includes/assets/js/build/wds-schema-types.js:1
3460
+ msgid "Organization"
3461
+ msgstr ""
3462
+
3463
+ #: includes/admin/templates/schema/schema-section-general.php:125
3464
+ msgid "Sitelinks Searchbox"
3465
+ msgstr ""
3466
+
3467
+ #: includes/admin/templates/schema/schema-section-general.php:128
3468
+ msgid "When someone searches for your name or brand name in Google, you can enable a mini search box under the main result for users to search your website directly."
3469
+ msgstr ""
3470
+
3471
+ #: includes/admin/templates/schema/schema-section-general.php:139
3472
+ msgid "Enable Google Sitelinks Searchbox"
3473
+ msgstr ""
3474
+
3475
+ #: includes/admin/templates/schema/schema-section-general.php:140
3476
+ msgid "Note: WordPress comes with a search component built-in so we just need to link to it to enable this feature."
3477
+ msgstr ""
3478
+
3479
+ #: includes/admin/templates/schema/schema-section-general.php:150
3480
+ #: includes/admin/templates/schema/schema-section-general.php:163
3481
+ msgid "Output Page"
3482
+ msgstr ""
3483
+
3484
+ #: includes/admin/templates/schema/schema-section-general.php:153
3485
+ msgid "It's recommended that your base person or organization schema output is put on the page that most reflects information related to your brand/company."
3486
+ msgstr ""
3487
+
3488
+ #: includes/admin/templates/schema/schema-section-settings.php:11
3489
+ msgid "Test Schema Button"
3490
+ msgstr ""
3491
+
3492
+ #: includes/admin/templates/schema/schema-section-settings.php:15
3493
+ msgid "This feature adds a Test Schema button to the WordPress admin bar."
3494
+ msgstr ""
3495
+
3496
+ #: includes/admin/templates/schema/schema-section-settings.php:27
3497
+ msgid "Show Test Schema button in admin bar"
3498
+ msgstr ""
3499
+
3500
+ #: includes/admin/templates/schema/schema-section-settings.php:41
3501
+ msgid "If you no longer wish to add schema, you can deactivate it."
3502
+ msgstr ""
3503
+
3504
+ #: includes/admin/templates/schema/schema-settings.php:63
3505
+ #: includes/admin/templates/schema/schema-sidenav.php:11
3506
+ msgid "General"
3507
+ msgstr ""
3508
+
3509
+ #: includes/admin/templates/schema/schema-settings.php:67
3510
+ msgid "Let search engines know whether you’re an organization or a person, then add all your social profiles so search engines know which social profiles to attribute your web content to."
3511
+ msgstr ""
3512
+
3513
+ #: includes/admin/templates/schema/schema-settings.php:109
3514
+ msgid "Choose what post types and taxonomies you want to associate with each available schema type. By default we output general markup on key WordPress pages, but you can enhance and tailor this to your specific needs below."
3515
+ msgstr ""
3516
+
3517
+ #: includes/admin/templates/schema/schema-social-accounts.php:9
3518
+ msgid "Social Accounts"
3519
+ msgstr ""
3520
+
3521
+ #: includes/admin/templates/schema/schema-social-accounts.php:12
3522
+ msgid "Add all your social accounts so search engines know which profiles to attribute your web content to. Specify as many accounts as you can."
3523
+ msgstr ""
3524
+
3525
+ #: includes/admin/templates/schema/schema-social-accounts.php:22
3526
+ msgid "Twitter Username"
3527
+ msgstr ""
3528
+
3529
+ #: includes/admin/templates/schema/schema-social-accounts.php:36
3530
+ msgid "Facebook App ID"
3531
+ msgstr ""
3532
+
3533
+ #: includes/admin/templates/schema/schema-social-accounts.php:50
3534
+ msgid "Facebook Page URL"
3535
+ msgstr ""
3536
+
3537
+ #: includes/admin/templates/schema/schema-social-accounts.php:64
3538
+ msgid "Instagram URL"
3539
+ msgstr ""
3540
+
3541
+ #: includes/admin/templates/schema/schema-social-accounts.php:78
3542
+ msgid "Linkedin URL"
3543
+ msgstr ""
3544
+
3545
+ #: includes/admin/templates/schema/schema-social-accounts.php:92
3546
+ msgid "Pinterest URL"
3547
+ msgstr ""
3548
+
3549
+ #: includes/admin/templates/schema/schema-social-accounts.php:106
3550
+ msgid "Youtube URL"
3551
+ msgstr ""
3552
+
3553
+ #: includes/admin/templates/schema/schema-youtube-api-key-field.php:9
3554
+ msgid "To learn more about how to connect to Youtube, see our %s."
3555
+ msgstr ""
3556
+
3557
+ #: includes/admin/templates/schema/schema-youtube-api-key-field.php:16
3558
+ msgid "Access Code"
3559
+ msgstr ""
3560
+
3561
+ #: includes/admin/templates/schema/schema-youtube-api-key-field.php:21
3562
+ msgid "API Key"
3563
+ msgstr ""
3564
+
3565
+ #: includes/admin/templates/schema/schema-youtube-api-key-field.php:26
3566
+ msgid "Authorize"
3567
+ msgstr ""
3568
+
3569
+ #: includes/admin/templates/schema/schema-youtube-api-key.php:15
3570
+ msgid "Disconnect Youtube"
3571
+ msgstr ""
3572
+
3573
+ #: includes/admin/templates/schema/schema-youtube-api-key.php:19
3574
+ msgid "Connect with Youtube"
3575
+ msgstr ""
3576
+
3577
+ #: includes/admin/templates/seomoz-dashboard-widget.php:8
3578
+ #: includes/admin/templates/seomoz-dashboard-widget.php:102
3579
+ #: includes/admin/templates/urlmetrics-metabox.php:8
3580
+ #: includes/admin/templates/urlmetrics-metabox.php:82
3581
+ msgid "Metric"
3582
+ msgstr ""
3583
+
3584
+ #: includes/admin/templates/seomoz-dashboard-widget.php:9
3585
+ #: includes/admin/templates/seomoz-dashboard-widget.php:103
3586
+ #: includes/admin/templates/urlmetrics-metabox.php:9
3587
+ #: includes/admin/templates/urlmetrics-metabox.php:83
3588
+ #: includes/assets/js/build/wds-schema-types.js:1
3589
+ #: includes/assets/js/build/wds-schema-types.js:3
3590
+ msgid "Value"
3591
+ msgstr ""
3592
+
3593
+ #: includes/admin/templates/seomoz-dashboard-widget.php:15
3594
+ msgid "Domain mozRank"
3595
+ msgstr ""
3596
+
3597
+ #: includes/admin/templates/seomoz-dashboard-widget.php:16
3598
+ msgid "Measure of the mozRank %s of the domain in the Linkscape index"
3599
+ msgstr ""
3600
+
3601
+ #: includes/admin/templates/seomoz-dashboard-widget.php:19
3602
+ #: includes/admin/templates/seomoz-dashboard-widget.php:74
3603
+ #: includes/admin/templates/urlmetrics-metabox.php:48
3604
+ msgid "10-point score:"
3605
+ msgstr ""
3606
+
3607
+ #: includes/admin/templates/seomoz-dashboard-widget.php:25
3608
+ #: includes/admin/templates/seomoz-dashboard-widget.php:80
3609
+ #: includes/admin/templates/urlmetrics-metabox.php:56
3610
+ msgid "Raw score:"
3611
+ msgstr ""
3612
+
3613
+ #: includes/admin/templates/seomoz-dashboard-widget.php:34
3614
+ msgid "Domain Authority"
3615
+ msgstr ""
3616
+
3617
+ #: includes/admin/templates/seomoz-dashboard-widget.php:46
3618
+ msgid "External Links to Homepage"
3619
+ msgstr ""
3620
+
3621
+ #: includes/admin/templates/seomoz-dashboard-widget.php:47
3622
+ msgid "The number of external (from other subdomains), juice passing links %s to the target URL in the Linkscape index"
3623
+ msgstr ""
3624
+
3625
+ #: includes/admin/templates/seomoz-dashboard-widget.php:58
3626
+ msgid "Links to Homepage"
3627
+ msgstr ""
3628
+
3629
+ #: includes/admin/templates/seomoz-dashboard-widget.php:59
3630
+ msgid "The number of internal and external, juice and non-juice passing links %s to the target URL in the Linkscape index"
3631
+ msgstr ""
3632
+
3633
+ #: includes/admin/templates/seomoz-dashboard-widget.php:70
3634
+ msgid "Homepage mozRank"
3635
+ msgstr ""
3636
+
3637
+ #: includes/admin/templates/seomoz-dashboard-widget.php:71
3638
+ msgid "Measure of the mozRank %s of the homepage URL in the Linkscape index"
3639
+ msgstr ""
3640
+
3641
+ #: includes/admin/templates/seomoz-dashboard-widget.php:89
3642
+ msgid "Homepage Authority"
3643
+ msgstr ""
3644
+
3645
+ #: includes/admin/templates/settings/settings-analysis.php:13
3646
+ msgid "In-Post Analysis"
3647
+ msgstr ""
3648
+
3649
+ #: includes/admin/templates/settings/settings-analysis.php:15
3650
+ msgid "These modules appear inside the WordPress Post Editor and provide per-page SEO and Readability analysis to fine tune each post to focus keywords."
3651
+ msgstr ""
3652
+
3653
+ #: includes/admin/templates/settings/settings-analysis.php:20
3654
+ msgid "Visibility"
3655
+ msgstr ""
3656
+
3657
+ #: includes/admin/templates/settings/settings-analysis.php:21
3658
+ msgid "SEO Analysis benchmarks your content against recommend SEO practice and gives recommendations for improvement to make sure content is as optimized as possible. Readibility Analysis uses the Flesch-Kincaid test to determine how easy your content is to read."
3659
+ msgstr ""
3660
+
3661
+ #: includes/admin/templates/settings/settings-analysis.php:30
3662
+ msgid "Page Analysis"
3663
+ msgstr ""
3664
+
3665
+ #: includes/admin/templates/settings/settings-analysis.php:47
3666
+ msgid "Engine"
3667
+ msgstr ""
3668
+
3669
+ #: includes/admin/templates/settings/settings-analysis.php:48
3670
+ msgid "Choose how you want SmartCrawl to analyze your content."
3671
+ msgstr ""
3672
+
3673
+ #: includes/admin/templates/settings/settings-analysis.php:52
3674
+ msgid "%s is recommended for most websites as it only reviews the_content() output."
3675
+ msgstr ""
3676
+
3677
+ #: includes/admin/templates/settings/settings-analysis.php:53
3678
+ #: includes/admin/templates/settings/settings-analysis.php:85
3679
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:113
3680
+ msgid "Content"
3681
+ msgstr ""
3682
+
3683
+ #: includes/admin/templates/settings/settings-analysis.php:60
3684
+ msgid "%s includes everything, except for your header, nav, footer and sidebars. This can be helpful for page builders and themes with custom output."
3685
+ msgstr ""
3686
+
3687
+ #: includes/admin/templates/settings/settings-analysis.php:61
3688
+ #: includes/admin/templates/settings/settings-analysis.php:94
3689
+ msgid "Wide"
3690
+ msgstr ""
3691
+
3692
+ #: includes/admin/templates/settings/settings-analysis.php:68
3693
+ msgid "%s checks your entire page’s content including elements like nav and footer. Due to analysing everything you might miss key analysis of your real content so we don’t recommend this approach."
3694
+ msgstr ""
3695
+
3696
+ #: includes/admin/templates/settings/settings-analysis.php:69
3697
+ #: includes/admin/templates/settings/settings-analysis.php:103
3698
+ msgid "All"
3699
+ msgstr ""
3700
+
3701
+ #: includes/admin/templates/settings/settings-analysis.php:76
3702
+ msgid "%s only analyzes content you tell it to programmatically. If you have a fully custom setup, this is the option for you. Read the documentation."
3703
+ msgstr ""
3704
+
3705
+ #: includes/admin/templates/settings/settings-analysis.php:128
3706
+ msgid "Custom setup? Choose the %1$s method and add the class %2$s to container elements you want to include in the SEO and Readability Analysis."
3707
+ msgstr ""
3708
+
3709
+ #: includes/admin/templates/settings/settings-custom-meta-tag.php:9
3710
+ msgid "Paste your meta tag here"
3711
+ msgstr ""
3712
+
3713
+ #: includes/admin/templates/settings/settings-import-notice.php:12
3714
+ msgid "Settings successfully imported"
3715
+ msgstr ""
3716
+
3717
+ #: includes/admin/templates/settings/settings-section-accessibility.php:10
3718
+ msgid "High Contrast Mode"
3719
+ msgstr ""
3720
+
3721
+ #: includes/admin/templates/settings/settings-section-accessibility.php:13
3722
+ msgid "Increase the visibility and high-contrast of elements and components of this plugin’s interface to meet WCAG AAA requirements."
3723
+ msgstr ""
3724
+
3725
+ #: includes/admin/templates/settings/settings-section-accessibility.php:24
3726
+ msgid "Enable high contrast mode"
3727
+ msgstr ""
3728
+
3729
+ #: includes/admin/templates/settings/settings-section-configs.php:19
3730
+ #: includes/assets/js/build/wds-configs.js:1
3731
+ msgid "Use configs to save preset configurations of Smartcrawl’s settings, then upload and apply them to your other sites in just a few clicks! You can easily apply configs to multiple sites at once via the Hub."
3732
+ msgstr ""
3733
+
3734
+ #: includes/admin/templates/settings/settings-section-data.php:11
3735
+ msgid "Uninstallation"
3736
+ msgstr ""
3737
+
3738
+ #: includes/admin/templates/settings/settings-section-data.php:13
3739
+ msgid "When you uninstall this plugin, what do you want to do with your settings and stored data?"
3740
+ msgstr ""
3741
+
3742
+ #: includes/admin/templates/settings/settings-section-data.php:20
3743
+ msgid "Choose whether to save your settings for next time, or reset them. Settings include all configuration you have done for titles & meta, sitemaps etc."
3744
+ msgstr ""
3745
+
3746
+ #: includes/admin/templates/settings/settings-section-data.php:26
3747
+ msgid "Preserve"
3748
+ msgstr ""
3749
+
3750
+ #: includes/admin/templates/settings/settings-section-data.php:34
3751
+ #: includes/admin/templates/settings/settings-section-data.php:61
3752
+ #: includes/assets/js/build/wds-admin-settings.js:1
3753
+ msgid "Reset"
3754
+ msgstr ""
3755
+
3756
+ #: includes/admin/templates/settings/settings-section-data.php:45
3757
+ msgid "Data"
3758
+ msgstr ""
3759
+
3760
+ #: includes/admin/templates/settings/settings-section-data.php:47
3761
+ msgid "Choose whether to keep or remove stored transient data such as logs and SEO Audit and Sitemap Crawler data."
3762
+ msgstr ""
3763
+
3764
+ #: includes/admin/templates/settings/settings-section-data.php:53
3765
+ msgid "Keep"
3766
+ msgstr ""
3767
+
3768
+ #: includes/admin/templates/settings/settings-section-data.php:77
3769
+ msgid "This option only affects the main site. If you want to delete settings and data for subsites before uninstalling the plugin, please use the setting below."
3770
+ msgstr ""
3771
+
3772
+ #: includes/admin/templates/settings/settings-section-data.php:88
3773
+ msgid "Subsites"
3774
+ msgstr ""
3775
+
3776
+ #: includes/admin/templates/settings/settings-section-data.php:90
3777
+ msgid "Manage the settings and data stored in each subsite here."
3778
+ msgstr ""
3779
+
3780
+ #: includes/admin/templates/settings/settings-section-data.php:95
3781
+ msgid "Delete Settings & Data"
3782
+ msgstr ""
3783
+
3784
+ #: includes/admin/templates/settings/settings-section-data.php:97
3785
+ msgid "Use this option to manually delete settings and data from all the subsites."
3786
+ msgstr ""
3787
+
3788
+ #: includes/admin/templates/settings/settings-section-data.php:108
3789
+ msgid "Factory Reset"
3790
+ msgstr ""
3791
+
3792
+ #: includes/admin/templates/settings/settings-section-data.php:110
3793
+ msgid "Needing to start fresh? Use this button to roll back to the default settings and remove data."
3794
+ msgstr ""
3795
+
3796
+ #: includes/admin/templates/settings/settings-section-data.php:117
3797
+ msgid "Note: This will instantly revert all settings to their default states and will remove all data."
3798
+ msgstr ""
3799
+
3800
+ #: includes/admin/templates/settings/settings-section-general.php:20
3801
+ msgid "Admin Bar"
3802
+ msgstr ""
3803
+
3804
+ #: includes/admin/templates/settings/settings-section-general.php:21
3805
+ msgid "Add a shortcut to SmartCrawl settings in the top WordPress Admin bar."
3806
+ msgstr ""
3807
+
3808
+ #: includes/admin/templates/settings/settings-section-general.php:25
3809
+ msgid "Enable SmartCrawl shortcut"
3810
+ msgstr ""
3811
+
3812
+ #: includes/admin/templates/settings/settings-section-general.php:28
3813
+ msgid "Note: Only user roles defined in the %s tab will be able to see this."
3814
+ msgstr ""
3815
+
3816
+ #: includes/admin/templates/settings/settings-section-general.php:30
3817
+ #: includes/admin/templates/settings/settings-sidenav.php:23
3818
+ #: includes/admin/templates/settings/settings.php:90
3819
+ msgid "User Roles"
3820
+ msgstr ""
3821
+
3822
+ #: includes/admin/templates/settings/settings-section-general.php:40
3823
+ msgid "Plugin Modules"
3824
+ msgstr ""
3825
+
3826
+ #: includes/admin/templates/settings/settings-section-general.php:42
3827
+ msgid "Choose which modules you would like to activate."
3828
+ msgstr ""
3829
+
3830
+ #: includes/admin/templates/settings/settings-section-general.php:59
3831
+ msgid "Meta Tags"
3832
+ msgstr ""
3833
+
3834
+ #: includes/admin/templates/settings/settings-section-general.php:60
3835
+ msgid "Choose what SmartCrawl modules you want available to use."
3836
+ msgstr ""
3837
+
3838
+ #: includes/admin/templates/settings/settings-section-general.php:64
3839
+ msgid "Hide generator meta tag"
3840
+ msgstr ""
3841
+
3842
+ #: includes/admin/templates/settings/settings-section-general.php:65
3843
+ msgid "It can be considered a security risk to have your WordPress version visible to the public, so we recommend you hide it."
3844
+ msgstr ""
3845
+
3846
+ #: includes/admin/templates/settings/settings-section-general.php:68
3847
+ msgid "Hide redundant canonical link tags"
3848
+ msgstr ""
3849
+
3850
+ #: includes/admin/templates/settings/settings-section-general.php:69
3851
+ msgid "WordPress automatically generates a canonical tag for your website, but in many cases this isn’t needed so you can turn it off to avoid any potential SEO ‘duplicate content’ backlash from search engines."
3852
+ msgstr ""
3853
+
3854
+ #: includes/admin/templates/settings/settings-section-general.php:72
3855
+ msgid "Enforce meta tag character limits"
3856
+ msgstr ""
3857
+
3858
+ #: includes/admin/templates/settings/settings-section-general.php:73
3859
+ msgid "Each meta tag type has recommended maximum characters lengths to follow. Turning this off will remove the enforcement preventing you from adding too many characters."
3860
+ msgstr ""
3861
+
3862
+ #: includes/admin/templates/settings/settings-section-general.php:82
3863
+ msgid "Search engines"
3864
+ msgstr ""
3865
+
3866
+ #: includes/admin/templates/settings/settings-section-general.php:83
3867
+ msgid "This tool will add the meta tags required by search engines to verify your site with their SEO management tools to your websites <head> tag."
3868
+ msgstr ""
3869
+
3870
+ #: includes/admin/templates/settings/settings-section-general.php:93
3871
+ msgid "Google Verification"
3872
+ msgstr ""
3873
+
3874
+ #: includes/admin/templates/settings/settings-section-general.php:95
3875
+ msgid "Paste the full meta tag from Google."
3876
+ msgstr ""
3877
+
3878
+ #: includes/admin/templates/settings/settings-section-general.php:114
3879
+ msgid "Bing Verification"
3880
+ msgstr ""
3881
+
3882
+ #: includes/admin/templates/settings/settings-section-general.php:116
3883
+ msgid "Paste the full meta tag from Bing."
3884
+ msgstr ""
3885
+
3886
+ #: includes/admin/templates/settings/settings-section-general.php:132
3887
+ msgid "Add verification code to"
3888
+ msgstr ""
3889
+
3890
+ #: includes/admin/templates/settings/settings-section-general.php:157
3891
+ msgid "Custom meta tags"
3892
+ msgstr ""
3893
+
3894
+ #: includes/admin/templates/settings/settings-section-general.php:158
3895
+ msgid "Have more meta tags you want to add? Add as many as you like."
3896
+ msgstr ""
3897
+
3898
+ #: includes/admin/templates/settings/settings-section-general.php:181
3899
+ msgid "Add Another"
3900
+ msgstr ""
3901
+
3902
+ #: includes/admin/templates/settings/settings-section-user-roles.php:9
3903
+ msgid "Access"
3904
+ msgstr ""
3905
+
3906
+ #: includes/admin/templates/settings/settings-section-user-roles.php:16
3907
+ msgid "In page SEO meta box"
3908
+ msgstr ""
3909
+
3910
+ #: includes/admin/templates/settings/settings-section-user-roles.php:17
3911
+ msgid "Choose what user level you want to be able to edit individual post and page meta tags."
3912
+ msgstr ""
3913
+
3914
+ #: includes/admin/templates/settings/settings-section-user-roles.php:42
3915
+ msgid "301 Redirections"
3916
+ msgstr ""
3917
+
3918
+ #: includes/admin/templates/settings/settings-section-user-roles.php:43
3919
+ msgid "Choose what user level has the ability to add 301 redirects to individual posts and pages."
3920
+ msgstr ""
3921
+
3922
+ #: includes/admin/templates/settings/settings-section-user-roles.php:68
3923
+ msgid "Show Moz data to roles"
3924
+ msgstr ""
3925
+
3926
+ #: includes/admin/templates/settings/settings-section-user-roles.php:69
3927
+ msgid "Choose what user level gets to view the Moz data."
3928
+ msgstr ""
3929
+
3930
+ #: includes/admin/templates/settings/settings-sidenav.php:11
3931
+ #: includes/admin/templates/settings/settings.php:62
3932
+ msgid "General Settings"
3933
+ msgstr ""
3934
+
3935
+ #: includes/admin/templates/settings/settings-sidenav.php:29
3936
+ #: includes/admin/templates/settings/settings.php:161
3937
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
3938
+ #: includes/assets/js/build/wds-third-party-import.js:15
3939
+ msgid "Import"
3940
+ msgstr ""
3941
+
3942
+ #: includes/admin/templates/settings/settings-sidenav.php:35
3943
+ #: includes/admin/templates/settings/settings.php:114
3944
+ msgid "Data & Settings"
3945
+ msgstr ""
3946
+
3947
+ #: includes/admin/templates/settings/settings-sidenav.php:41
3948
+ #: includes/admin/templates/settings/settings.php:133
3949
+ msgid "Accessibility"
3950
+ msgstr ""
3951
+
3952
+ #: includes/admin/templates/settings/settings.php:15
3953
+ msgid "SmartCrawl Settings"
3954
+ msgstr ""
3955
+
3956
+ #: includes/admin/templates/settings/settings.php:118
3957
+ msgid "Control what to do with your settings and data. Settings are each module’s configuration options, Data includes the stored information like logs, SEO audit results and other bits of information stored over time."
3958
+ msgstr ""
3959
+
3960
+ #: includes/admin/templates/settings/settings.php:137
3961
+ msgid "Enable support for any accessibility enhancements available in the plugin interface."
3962
+ msgstr ""
3963
+
3964
+ #: includes/admin/templates/sitemap/sitemap-buddypress-settings.php:44
3965
+ msgid "BuddyPress Profiles"
3966
+ msgstr ""
3967
+
3968
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:12
3969
+ msgid "Include"
3970
+ msgstr ""
3971
+
3972
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:14
3973
+ msgid "Choose which post types, archives and taxonomies you wish to include in your sitemap."
3974
+ msgstr ""
3975
+
3976
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:22
3977
+ #: includes/assets/js/build/wds-schema-types.js:1
3978
+ msgid "Identifier"
3979
+ msgstr ""
3980
+
3981
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:70
3982
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
3983
+ msgid "Inclusions"
3984
+ msgstr ""
3985
+
3986
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:72
3987
+ msgid "Enter any additional URLs that aren’t part of your default pages, posts or custom post types that you wish to be included in the sitemap."
3988
+ msgstr ""
3989
+
3990
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:83
3991
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:136
3992
+ msgid "Enter one URL per line"
3993
+ msgstr ""
3994
+
3995
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:95
3996
+ msgid "If you have custom URLs you want explicitly excluded from your Sitemap you can do this here."
3997
+ msgstr ""
3998
+
3999
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:104
4000
+ msgid "Posts"
4001
+ msgstr ""
4002
+
4003
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:106
4004
+ msgid "Enter any particular post IDs you wish to exclude from your sitemap. Note, you can also exclude posts and pages from the post editor page."
4005
+ msgstr ""
4006
+
4007
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:110
4008
+ msgid "e.g. 1,5,6,99"
4009
+ msgstr ""
4010
+
4011
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:116
4012
+ msgid "Enter post IDs separated by commas."
4013
+ msgstr ""
4014
+
4015
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:124
4016
+ msgid "Custom URLs"
4017
+ msgstr ""
4018
+
4019
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:126
4020
+ msgid "Enter any custom URLs you want excluded permanently from the sitemap."
4021
+ msgstr ""
4022
+
4023
+ #: includes/admin/templates/sitemap/sitemap-common-settings.php:132
4024
+ msgid "e.g. /excluded-url"
4025
+ msgstr ""
4026
+
4027
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:35
4028
+ msgid "Sitemap Issue"
4029
+ msgid_plural "Sitemap Issues"
4030
+ msgstr[0] ""
4031
+ msgstr[1] ""
4032
+
4033
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:44
4034
+ msgid "Sitemap Type"
4035
+ msgstr ""
4036
+
4037
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:52
4038
+ msgid "WordPress Core"
4039
+ msgstr ""
4040
+
4041
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:58
4042
+ msgid "Total URLs Discovered"
4043
+ msgstr ""
4044
+
4045
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:62
4046
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:81
4047
+ msgid "Crawl in progress"
4048
+ msgstr ""
4049
+
4050
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:70
4051
+ msgid "Invisible URLs"
4052
+ msgstr ""
4053
+
4054
+ #: includes/admin/templates/sitemap/sitemap-crawl-stats.php:73
4055
+ msgid "URLs that are missing from your sitemap"
4056
+ msgstr ""
4057
+
4058
+ #: includes/admin/templates/sitemap/sitemap-disabled.php:8
4059
+ msgid "Automatically generate a full sitemap, regularly send updates to search engines and set up"
4060
+ msgstr ""
4061
+
4062
+ #: includes/admin/templates/sitemap/sitemap-disabled.php:9
4063
+ msgid "SmartCrawl to automatically check URLs are discoverable by search engines."
4064
+ msgstr ""
4065
+
4066
+ #: includes/admin/templates/sitemap/sitemap-extra-actions.php:24
4067
+ msgid "Never"
4068
+ msgstr ""
4069
+
4070
+ #: includes/admin/templates/sitemap/sitemap-extra-actions.php:30
4071
+ msgid "Last crawl: %s"
4072
+ msgstr ""
4073
+
4074
+ #: includes/admin/templates/sitemap/sitemap-extra-actions.php:40
4075
+ msgid "New crawl"
4076
+ msgstr ""
4077
+
4078
+ #: includes/admin/templates/sitemap/sitemap-manual-update-button.php:2
4079
+ msgid "Your sitemap isn't being updated automatically. Click Update Sitemap below to regenerate your sitemap."
4080
+ msgstr ""
4081
+
4082
+ #: includes/admin/templates/sitemap/sitemap-manual-update-button.php:13
4083
+ msgid "Update Sitemap"
4084
+ msgstr ""
4085
+
4086
+ #: includes/admin/templates/sitemap/sitemap-manually-notify-search-engines.php:2
4087
+ msgid "Search engines aren't being notified automatically. Click the button below to submit your sitemap to search engines."
4088
+ msgstr ""
4089
+
4090
+ #: includes/admin/templates/sitemap/sitemap-manually-notify-search-engines.php:13
4091
+ msgid "Notify Search Engines"
4092
+ msgstr ""
4093
+
4094
+ #: includes/admin/templates/sitemap/sitemap-native.php:16
4095
+ msgid "Your sitemap is available at %s. Note that you're using the default WordPress sitemap but can switch to SmartCrawl's advanced sitemaps at any time."
4096
+ msgstr ""
4097
+
4098
+ #: includes/admin/templates/sitemap/sitemap-native.php:28
4099
+ msgid "Switch to SmartCrawl Sitemap"
4100
+ msgstr ""
4101
+
4102
+ #: includes/admin/templates/sitemap/sitemap-native.php:31
4103
+ msgid "Switch to the powerful and styled SmartCrawl sitemap to ensure that search engines index all your posts and pages."
4104
+ msgstr ""
4105
+
4106
+ #: includes/admin/templates/sitemap/sitemap-native.php:41
4107
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:52
4108
+ #: includes/admin/templates/sitemap/sitemap-switch-to-native-modal-body.php:16
4109
+ #: includes/admin/templates/sitemap/sitemap-switch-to-smartcrawl-modal-body.php:16
4110
+ msgid "Switch"
4111
+ msgstr ""
4112
+
4113
+ #: includes/admin/templates/sitemap/sitemap-native.php:45
4114
+ msgid "Note: WordPress core sitemaps will be disabled."
4115
+ msgstr ""
4116
+
4117
+ #: includes/admin/templates/sitemap/sitemap-native.php:53
4118
+ msgid "Number of links"
4119
+ msgstr ""
4120
+
4121
+ #: includes/admin/templates/sitemap/sitemap-native.php:56
4122
+ msgid "Change the number of links in a single sitemap."
4123
+ msgstr ""
4124
+
4125
+ #: includes/admin/templates/sitemap/sitemap-native.php:62
4126
+ #: includes/admin/templates/sitemap/sitemap-split-setting.php:16
4127
+ msgid "Number of links per sitemap"
4128
+ msgstr ""
4129
+
4130
+ #: includes/admin/templates/sitemap/sitemap-native.php:74
4131
+ msgid "Choose how many links each sitemap has, up to %d."
4132
+ msgstr ""
4133
+
4134
+ #: includes/admin/templates/sitemap/sitemap-native.php:100
4135
+ msgid "If you no longer wish to customize the Wordpress core sitemaps you can deactivate it."
4136
+ msgstr ""
4137
+
4138
+ #: includes/admin/templates/sitemap/sitemap-native.php:101
4139
+ msgid "Note: By clicking this button you are disabling SmartCrawl’s sitemap module. The Wordpress core sitemap will still be available afterwards."
4140
+ msgstr ""
4141
+
4142
+ #: includes/admin/templates/sitemap/sitemap-no-crawler-data.php:9
4143
+ msgid "Have SmartCrawl check for broken URLs, 404s, multiple redirections and other harmful"
4144
+ msgstr ""
4145
+
4146
+ #: includes/admin/templates/sitemap/sitemap-no-crawler-data.php:10
4147
+ msgid "issues that can reduce your ability to rank in search engines."
4148
+ msgstr ""
4149
+
4150
+ #: includes/admin/templates/sitemap/sitemap-no-crawler-data.php:13
4151
+ msgid "Begin Crawl"
4152
+ msgstr ""
4153
+
4154
+ #: includes/admin/templates/sitemap/sitemap-notices.php:9
4155
+ msgid "Crawl started successfully"
4156
+ msgstr ""
4157
+
4158
+ #: includes/admin/templates/sitemap/sitemap-notices.php:21
4159
+ msgid "You have successfully switched to the Wordpress core sitemap. You can find it at %s"
4160
+ msgstr ""
4161
+
4162
+ #: includes/admin/templates/sitemap/sitemap-notices.php:37
4163
+ msgid "Well done! You have successfully switched to the SmartCrawl sitemap. You can find it at %s"
4164
+ msgstr ""
4165
+
4166
+ #: includes/admin/templates/sitemap/sitemap-part.php:8
4167
+ msgid "Include/exclude %s from your sitemap"
4168
+ msgstr ""
4169
+
4170
+ #: includes/admin/templates/sitemap/sitemap-progress-bar.php:16
4171
+ msgid "The crawl is taking longer than expected. We'll email %s when the crawl has completed."
4172
+ msgstr ""
4173
+
4174
+ #: includes/admin/templates/sitemap/sitemap-progress-bar.php:20
4175
+ msgid "Crawling website..."
4176
+ msgstr ""
4177
+
4178
+ #: includes/admin/templates/sitemap/sitemap-progress-bar.php:25
4179
+ msgid "We're looking for issues with your sitemap, please wait…"
4180
+ msgstr ""
4181
+
4182
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:16
4183
+ msgid "Include images"
4184
+ msgstr ""
4185
+
4186
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:17
4187
+ msgid "If your posts contain imagery you would like others to be able to search, this setting will help Google Images index them correctly."
4188
+ msgstr ""
4189
+
4190
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:20
4191
+ msgid "Include image items with the sitemap"
4192
+ msgstr ""
4193
+
4194
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:21
4195
+ msgid "Note: When uploading attachments to posts, be sure to add titles and captions that clearly describe your images."
4196
+ msgstr ""
4197
+
4198
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:32
4199
+ msgid "Auto-notify search engines"
4200
+ msgstr ""
4201
+
4202
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:36
4203
+ msgid "By default, SmartCrawl will auto-notify Google and Bing whenever your sitemap changes. Alternatively, you can manually notify search engines."
4204
+ msgstr ""
4205
+
4206
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:50
4207
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:102
4208
+ msgid "Automatic"
4209
+ msgstr ""
4210
+
4211
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:54
4212
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:106
4213
+ msgid "Manual"
4214
+ msgstr ""
4215
+
4216
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:67
4217
+ msgid "Style sitemap"
4218
+ msgstr ""
4219
+
4220
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:68
4221
+ msgid "Adds some nice styling to your sitemap."
4222
+ msgstr ""
4223
+
4224
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:72
4225
+ msgid "Include stylesheet with sitemap"
4226
+ msgstr ""
4227
+
4228
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:73
4229
+ msgid "Note: This doesn’t affect your SEO and is purely visual."
4230
+ msgstr ""
4231
+
4232
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:84
4233
+ msgid "Automatic sitemap updates"
4234
+ msgstr ""
4235
+
4236
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:88
4237
+ msgid "By default, we will automatically update your sitemap but if you wish to update it manually, you can switch to manual mode."
4238
+ msgstr ""
4239
+
4240
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:121
4241
+ msgid "If you no longer wish to use the Sitemap generator, you can deactivate it."
4242
+ msgstr ""
4243
+
4244
+ #: includes/admin/templates/sitemap/sitemap-section-advanced.php:122
4245
+ msgid "Note: Sitemaps are crucial for helping search engines index all of your content effectively. We highly recommend you have a valid sitemap."
4246
+ msgstr ""
4247
+
4248
+ #: includes/admin/templates/sitemap/sitemap-section-news.php:16
4249
+ msgid "Are you publishing newsworthy content? Use the Google News Sitemap to list news articles and posts published in the last 48 hours so that they show up in Google News. %s"
4250
+ msgstr ""
4251
+
4252
+ #: includes/admin/templates/sitemap/sitemap-section-news.php:18
4253
+ msgid "Learn More"
4254
+ msgstr ""
4255
+
4256
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:18
4257
+ msgid "Set up SmartCrawl to automatically crawl your URLs daily, weekly or monthly and send an email report to your inbox."
4258
+ msgstr ""
4259
+
4260
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:41
4261
+ msgid "Schedule automatic crawls"
4262
+ msgstr ""
4263
+
4264
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:45
4265
+ msgid "Enable automated sitemap crawl reports for this website."
4266
+ msgstr ""
4267
+
4268
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:56
4269
+ msgid "Run regular URL crawls"
4270
+ msgstr ""
4271
+
4272
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:77
4273
+ msgid "Unlock automated crawls of your URLs to always stay on top of any issues with SmartCrawl Pro. Get Sitemap Reports as part of a WPMU DEV membership along with other pro plugins and services, 24/7 support and much more"
4274
+ msgstr ""
4275
+
4276
+ #: includes/admin/templates/sitemap/sitemap-section-reporting.php:78
4277
+ msgid "- Try it all FREE today"
4278
+ msgstr ""
4279
+
4280
+ #: includes/admin/templates/sitemap/sitemap-settings.php:37
4281
+ msgid "Your Sitemap is updated and Search Engines are being notified with changes."
4282
+ msgstr ""
4283
+
4284
+ #: includes/admin/templates/sitemap/sitemap-settings.php:38
4285
+ #: includes/core/class-wds-controller-assets.php:356
4286
+ msgid "Your sitemap has been updated."
4287
+ msgstr ""
4288
+
4289
+ #: includes/admin/templates/sitemap/sitemap-settings.php:122
4290
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:20
4291
+ msgid "General Sitemap"
4292
+ msgstr ""
4293
+
4294
+ #: includes/admin/templates/sitemap/sitemap-settings.php:127
4295
+ msgid "Automatically generate a sitemap and regularly send updates to Google."
4296
+ msgstr ""
4297
+
4298
+ #: includes/admin/templates/sitemap/sitemap-settings.php:127
4299
+ msgid "Set up your sitemaps to tell search engines what content you want them to crawl and index."
4300
+ msgstr ""
4301
+
4302
+ #: includes/admin/templates/sitemap/sitemap-settings.php:150
4303
+ #: includes/admin/templates/sitemap/sitemap-side-nav.php:30
4304
+ msgid "Crawler"
4305
+ msgstr ""
4306
+
4307
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:27
4308
+ msgid "Unable to write to sitemap file in: %s"
4309
+ msgstr ""
4310
+
4311
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:39
4312
+ msgid "Switch to WP core Sitemap"
4313
+ msgstr ""
4314
+
4315
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:42
4316
+ msgid "Switch to customize the native WordPress core Sitemap."
4317
+ msgstr ""
4318
+
4319
+ #: includes/admin/templates/sitemap/sitemap-smartcrawl.php:56
4320
+ msgid "Note: SmartCrawl sitemap will be disabled."
4321
+ msgstr ""
4322
+
4323
+ #: includes/admin/templates/sitemap/sitemap-split-setting.php:7
4324
+ msgid "Sitemap Structure"
4325
+ msgstr ""
4326
+
4327
+ #: includes/admin/templates/sitemap/sitemap-split-setting.php:9
4328
+ msgid "Your sitemap will be split into multiple files as your site grows larger. Sitemap files are all listed in your sitemap index."
4329
+ msgstr ""
4330
+
4331
+ #: includes/admin/templates/sitemap/sitemap-split-setting.php:28
4332
+ msgid "Choose how many URLs each sitemap has, up to %s. A higher number will use more server resources to generate."
4333
+ msgstr ""
4334
+
4335
+ #: includes/admin/templates/sitemap/sitemap-switch-to-native-modal-body.php:6
4336
+ #: includes/admin/templates/sitemap/sitemap-switch-to-smartcrawl-modal-body.php:6
4337
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
4338
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
4339
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
4340
+ #: includes/assets/js/build/wds-admin-settings.js:1
4341
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
4342
+ #: includes/assets/js/build/wds-configs.js:1
4343
+ #: includes/assets/js/build/wds-schema-types.js:3
4344
+ #: includes/assets/js/build/wds-third-party-import.js:13
4345
+ msgid "Cancel"
4346
+ msgstr ""
4347
+
4348
+ #: includes/admin/templates/sitemap/sitemap-switch-to-native-modal.php:7
4349
+ #: includes/admin/templates/sitemap/sitemap-switch-to-smartcrawl-modal.php:7
4350
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
4351
+ #: includes/assets/js/build/wds-schema-types.js:3
4352
+ msgid "Are you sure?"
4353
+ msgstr ""
4354
+
4355
+ #: includes/admin/templates/sitemap/sitemap-switch-to-native-modal.php:8
4356
+ msgid "The powerful SmartCrawl sitemap ensures search engines index all of your posts and pages. Are you sure you wish to switch to the WordPress core sitemap?"
4357
+ msgstr ""
4358
+
4359
+ #: includes/admin/templates/sitemap/sitemap-switch-to-smartcrawl-modal.php:8
4360
+ msgid "Please confirm that you wish to switch to SmartCrawl's powerful sitemap. You can switch back to the WordPress core sitemap at anytime."
4361
+ msgstr ""
4362
+
4363
+ #: includes/admin/templates/social/social-disabled.php:7
4364
+ msgid "Change how your content looks on popular social media platforms."
4365
+ msgstr ""
4366
+
4367
+ #: includes/admin/templates/social/social-section-open-graph.php:6
4368
+ msgid "OpenGraph Support"
4369
+ msgstr ""
4370
+
4371
+ #: includes/admin/templates/social/social-section-open-graph.php:7
4372
+ msgid "This will add a few extra meta tags to the head section of your pages."
4373
+ msgstr ""
4374
+
4375
+ #: includes/admin/templates/social/social-section-open-graph.php:11
4376
+ msgid "By default OpenGraph will use your default titles, descriptions and feature images. You can override the default on a per post basis inside the post editor, as well as under Titles & Meta for specific post types."
4377
+ msgstr ""
4378
+
4379
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:9
4380
+ msgid "Verification failed"
4381
+ msgstr ""
4382
+
4383
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:17
4384
+ msgid "Your domain verification tag has been added to the <head> of your website."
4385
+ msgstr ""
4386
+
4387
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:30
4388
+ msgid "Pinterest Meta Tag"
4389
+ msgstr ""
4390
+
4391
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:31
4392
+ msgid "This setting will add the meta tag to verify your website with Pinterest."
4393
+ msgstr ""
4394
+
4395
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:39
4396
+ msgid "Enter your Pinterest meta tag here"
4397
+ msgstr ""
4398
+
4399
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:43
4400
+ msgid "Instructions:"
4401
+ msgstr ""
4402
+
4403
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:45
4404
+ msgid "1. Go to your Account Settings area."
4405
+ msgstr ""
4406
+
4407
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:46
4408
+ msgid "2. Scroll to the Website field, add your website and click Confirm website."
4409
+ msgstr ""
4410
+
4411
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:47
4412
+ msgid "3. Copy the meta tag"
4413
+ msgstr ""
4414
+
4415
+ #: includes/admin/templates/social/social-section-pinterest-verification.php:50
4416
+ msgid "To remove verification simply remove this meta tag."
4417
+ msgstr ""
4418
+
4419
+ #: includes/admin/templates/social/social-settings.php:45
4420
+ msgid "Add meta data to your pages to make them look great when shared on platforms such as Facebook and other popular social networks."
4421
+ msgstr ""
4422
+
4423
+ #: includes/admin/templates/social/social-settings.php:65
4424
+ msgid "Add meta data to your pages to make them look great when shared on Twitter."
4425
+ msgstr ""
4426
+
4427
+ #: includes/admin/templates/social/social-twitter-cards-toggle-sub-settings.php:15
4428
+ #: includes/assets/js/build/wds-schema-types.js:1
4429
+ msgid "Image"
4430
+ msgstr ""
4431
+
4432
+ #: includes/admin/templates/social/social-twitter-cards-toggle-sub-settings.php:26
4433
+ msgid "No Image"
4434
+ msgstr ""
4435
+
4436
+ #: includes/admin/templates/social/social-twitter-cards-toggle-sub-settings.php:61
4437
+ msgid "A preview of how your Homepage will appear as a Twitter Card."
4438
+ msgstr ""
4439
+
4440
+ #: includes/admin/templates/term/term-advanced-tab.php:9
4441
+ msgid "Configure the advanced settings for this term."
4442
+ msgstr ""
4443
+
4444
+ #: includes/admin/templates/term/term-advanced-tab.php:15
4445
+ msgid "Choose how search engines will index the term archive."
4446
+ msgstr ""
4447
+
4448
+ #: includes/admin/templates/term/term-advanced-tab.php:29
4449
+ msgid "Index - Override Taxonomy Setting"
4450
+ msgstr ""
4451
+
4452
+ #: includes/admin/templates/term/term-advanced-tab.php:30
4453
+ #: includes/admin/templates/term/term-advanced-tab.php:42
4454
+ msgid "Instruct search engines whether or not you want this term archive to appear in search results."
4455
+ msgstr ""
4456
+
4457
+ #: includes/admin/templates/term/term-advanced-tab.php:56
4458
+ msgid "Follow - Override Taxonomy Setting"
4459
+ msgstr ""
4460
+
4461
+ #: includes/admin/templates/term/term-advanced-tab.php:57
4462
+ #: includes/admin/templates/term/term-advanced-tab.php:69
4463
+ msgid "Tells search engines whether or not to follow the links on your term archive and crawl them too."
4464
+ msgstr ""
4465
+
4466
+ #: includes/admin/templates/term/term-advanced-tab.php:81
4467
+ msgid "The canonical link is shown on the archive page for this term."
4468
+ msgstr ""
4469
+
4470
+ #: includes/admin/templates/term/term-meta-edit-form.php:39
4471
+ msgid "The SEO title is used on the archive page for this term."
4472
+ msgstr ""
4473
+
4474
+ #: includes/admin/templates/term/term-meta-edit-form.php:54
4475
+ msgid "The SEO description is used for the meta description on the archive page for this term."
4476
+ msgstr ""
4477
+
4478
+ #: includes/admin/templates/term/term-social-tab.php:18
4479
+ msgid "Customize this term's title, description and featured images for social shares. You can also configure the default settings for this taxonomy in SmartCrawl's %s area."
4480
+ msgstr ""
4481
+
4482
+ #: includes/admin/templates/term/term-social-tab.php:47
4483
+ #: includes/admin/templates/term/term-social-tab.php:81
4484
+ msgid "Enable for this term"
4485
+ msgstr ""
4486
+
4487
+ #: includes/admin/templates/term/term-social-tab.php:58
4488
+ msgid "Each of these images will be available to use as the featured image when the term archive is shared."
4489
+ msgstr ""
4490
+
4491
+ #: includes/admin/templates/term/term-social-tab.php:92
4492
+ msgid "This image will be used as the featured image when the term archive is shared."
4493
+ msgstr ""
4494
+
4495
+ #: includes/admin/templates/toggle-item.php:70
4496
+ msgid "Sub-settings of '%s'"
4497
+ msgstr ""
4498
+
4499
+ #: includes/admin/templates/upgrade-page.php:8
4500
+ msgid "Upgrade to SmartCrawl Pro"
4501
+ msgstr ""
4502
+
4503
+ #: includes/admin/templates/upgrade-page.php:10
4504
+ msgid "Get SmartCrawl Pro for our full WordPress search engine optimization suite, including scheduled SEO audits and sitemap crawls, automatic linking, and white label reports for clients."
4505
+ msgstr ""
4506
+
4507
+ #: includes/admin/templates/upgrade-page.php:12
4508
+ msgid "Plus – you’ll get WPMU DEV membership, which includes our award winning Smush Pro plugin for image optimization, 24/7 live WordPress support, and unlimited usage of all our premium plugins."
4509
+ msgstr ""
4510
+
4511
+ #: includes/admin/templates/upgrade-page.php:19
4512
+ msgid "Try SmartCrawl Pro for Free Today"
4513
+ msgstr ""
4514
+
4515
+ #: includes/admin/templates/upgrade-page.php:25
4516
+ msgid "/ 5.0 rating from"
4517
+ msgstr ""
4518
+
4519
+ #: includes/admin/templates/upgrade-page.php:26
4520
+ msgid "customers"
4521
+ msgstr ""
4522
+
4523
+ #: includes/admin/templates/upgrade-page.php:43
4524
+ msgid "Pro Features"
4525
+ msgstr ""
4526
+
4527
+ #: includes/admin/templates/upgrade-page.php:44
4528
+ msgid "Upgrading to Pro will get you the following benefits."
4529
+ msgstr ""
4530
+
4531
+ #: includes/admin/templates/upgrade-page.php:52
4532
+ msgid "Scheduled SEO Audits & Sitemap Crawls"
4533
+ msgstr ""
4534
+
4535
+ #: includes/admin/templates/upgrade-page.php:53
4536
+ msgid "Set up SmartCrawl to automatically run a comprehensive SEO Audit daily, weekly or monthly and receive an email report to as many recipients as you like. Keep on top of issues and set yourself up for SEO success."
4537
+ msgstr ""
4538
+
4539
+ #: includes/admin/templates/upgrade-page.php:59
4540
+ msgid "Configure SmartCrawl to automatically link certain key words to a page on your blog or even a whole new site all together. Internal linking can help boost SEO but giving search engines ample ways to index your site."
4541
+ msgstr ""
4542
+
4543
+ #: includes/admin/templates/upgrade-page.php:65
4544
+ msgid "You'll get automated email reporting of your site's overall performance (or if you have a multisite network, we've still got you covered!). You can even white label this for your clients, and have the reports sent straight to them. You're informed and look great, and we do the work for you."
4545
+ msgstr ""
4546
+
4547
+ #: includes/admin/templates/upgrade-page.php:70
4548
+ msgid "Smush Pro for the best image optimization"
4549
+ msgstr ""
4550
+
4551
+ #: includes/admin/templates/upgrade-page.php:71
4552
+ msgid "Hummingbird Pro + Smush Pro gives you the fastest possible WordPress site: Hummingbird’s performance optimization + Smush’s award-winning image optimization. It’s a powerful combination which your visitors, customers, and search engines will love."
4553
+ msgstr ""
4554
+
4555
+ #: includes/admin/templates/upgrade-page.php:77
4556
+ msgid "You’ll get our full suite of premium WordPress plugins, making sure from Security to Backups to Marketing and SEO you’ve got all the WordPress solutions you can possible need. You get unlimited usage on unlimited sites, and can join the millions using our plugins."
4557
+ msgstr ""
4558
+
4559
+ #: includes/admin/templates/upgrade-page.php:83
4560
+ msgid "You can manage unlimited WordPress sites with automated updates, backups, security, and performance! – checks, all in one place. All of this can be white labeled for your clients, and you even get our 24/7 live WordPress support."
4561
+ msgstr ""
4562
+
4563
+ #: includes/admin/templates/upgrade-page.php:89
4564
+ msgid "We can’t stress this enough: our outstanding WordPress support is available with live chat 24/7, and we’ll help you with absolutely any WordPress issue – not just our products. It’s an expert WordPress team on call for you, whenever you need them."
4565
+ msgstr ""
4566
+
4567
+ #: includes/admin/templates/upgrade-page.php:94
4568
+ msgid "The WPMU DEV Guarantee"
4569
+ msgstr ""
4570
+
4571
+ #: includes/admin/templates/upgrade-page.php:95
4572
+ msgid "You'll be delighted with SmartCrawl Pro 😁 You can trial the plugin first with a WPMU DEV Membership, and if you continue but change your mind, you can cancel any time."
4573
+ msgstr ""
4574
+
4575
+ #: includes/admin/templates/upgrade-page.php:102
4576
+ msgid "Join 752,819 Happy Members"
4577
+ msgstr ""
4578
+
4579
+ #: includes/admin/templates/upgrade-page.php:104
4580
+ msgid "97% of customers are happy with WPMU DEV's service, and it’s a great time to join them: as a SmartCrawl user you’ll get a free trial period, so you can see what all the fuss is about."
4581
+ msgstr ""
4582
+
4583
+ #: includes/admin/templates/upgrade-page.php:111
4584
+ msgid "Get SmartCrawl Pro, and get a better WordPress"
4585
+ msgstr ""
4586
+
4587
+ #: includes/admin/templates/upgrade-page.php:119
4588
+ msgid "Get SmartCrawl Pro"
4589
+ msgstr ""
4590
+
4591
+ #: includes/admin/templates/upgrade-page.php:126
4592
+ msgid "Try it free today"
4593
+ msgstr ""
4594
+
4595
+ #: includes/admin/templates/urlmetrics-metabox.php:16
4596
+ msgid "External Links"
4597
+ msgstr ""
4598
+
4599
+ #: includes/admin/templates/urlmetrics-metabox.php:30
4600
+ msgid "Links"
4601
+ msgstr ""
4602
+
4603
+ #: includes/admin/templates/urlmetrics-metabox.php:44
4604
+ msgid "mozRank"
4605
+ msgstr ""
4606
+
4607
+ #: includes/admin/templates/urlmetrics-metabox.php:67
4608
+ msgid "Page Authority"
4609
+ msgstr ""
4610
+
4611
+ #: includes/admin/templates/vertical-tab-section-accordion.php:14
4612
+ msgid "Enable/Disable %s"
4613
+ msgstr ""
4614
+
4615
+ #: includes/admin/templates/vertical-tabs-side-nav.php:24
4616
+ msgid "%s tab"
4617
+ msgstr ""
4618
+
4619
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:14
4620
+ msgid "Your sitemap contains %s."
4621
+ msgstr ""
4622
+
4623
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:19
4624
+ msgid "items"
4625
+ msgstr ""
4626
+
4627
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:28
4628
+ msgid "Update sitemap now"
4629
+ msgstr ""
4630
+
4631
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:40
4632
+ msgid "Last notified on %1$s, at %2$s."
4633
+ msgstr ""
4634
+
4635
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:40
4636
+ msgid "Not notified"
4637
+ msgstr ""
4638
+
4639
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:50
4640
+ msgid "Search engines haven't been recently updated."
4641
+ msgstr ""
4642
+
4643
+ #: includes/admin/templates/wp-dashboard/sitemaps-widget.php:55
4644
+ msgid "Force search engines notification"
4645
+ msgstr ""
4646
+
4647
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:106
4648
+ msgid "SmartCrawl Network Settings"
4649
+ msgstr ""
4650
+
4651
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:140
4652
+ msgid "You are currently in Per Site mode which means each site on your network has different settings."
4653
+ msgstr ""
4654
+
4655
+ #: includes/core/admin-page/class-wds-network-settings-page-controller.php:147
4656
+ msgid "Configure Main Site"
4657
+ msgstr ""
4658
+
4659
+ #: includes/core/checks/class-wds-check-content-length.php:21
4660
+ msgid "Your article doesn't have any words yet, you might want to add some content"
4661
+ msgstr ""
4662
+
4663
+ #. translators: %s Word count.
4664
+ #: includes/core/checks/class-wds-check-content-length.php:26
4665
+ msgid "The text contains %1$d words which is less than the recommended minimum of %2$d words"
4666
+ msgstr ""
4667
+
4668
+ #. translators: %s Word count.
4669
+ #: includes/core/checks/class-wds-check-content-length.php:28
4670
+ msgid "The text contains %1$d words which is more than the recommended minimum of %2$d words"
4671
+ msgstr ""
4672
+
4673
+ #: includes/core/checks/class-wds-check-content-length.php:58
4674
+ msgid "Unless your website is a photography blog it's generally a good idea to include content for your visitors to read, and also for Google to index. Something, anything, is better than nothing."
4675
+ msgstr ""
4676
+
4677
+ #. translators: %d Word count.
4678
+ #: includes/core/checks/class-wds-check-content-length.php:61
4679
+ msgid "Your content is longer than the recommend minimum of %1$d words, excellent!"
4680
+ msgstr ""
4681
+
4682
+ #. translators: %d Word count.
4683
+ #: includes/core/checks/class-wds-check-content-length.php:64
4684
+ msgid "The best practice minimum content length for the web is %1$d words so we recommend you aim for at least this amount - the more the merrier."
4685
+ msgstr ""
4686
+
4687
+ #. translators: %d Word count.
4688
+ #: includes/core/checks/class-wds-check-content-length.php:76
4689
+ msgid "Content is ultimately the bread and butter of your SEO. Without words, your pages and posts will have a hard time ranking for the keywords you want them to. As a base for any article best practice suggests a minimum of %1$d words, with 1000 being a good benchmark and 1600 being the optimal. Numerous studies have uncovered that longer content tends to perform better than shorter content, with pages having 1000 words or more performing best. Whilst optimizing your content for search engines is what we're going for here, a proven bi-product is that high quality long form articles also tend to get shared more on social platforms. With the increasing power of social media as a tool for traffic it's a nice flow on effect of writing those juicy high quality articles your readers are waiting for."
4690
+ msgstr ""
4691
+
4692
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:14
4693
+ msgid "There are stop words in focus keywords"
4694
+ msgstr ""
4695
+
4696
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:15
4697
+ msgid "Focus to the point"
4698
+ msgstr ""
4699
+
4700
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:39
4701
+ msgid "keywords or key phrases"
4702
+ msgstr ""
4703
+
4704
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:43
4705
+ msgid "keywords"
4706
+ msgstr ""
4707
+
4708
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:44
4709
+ msgid "key phrase"
4710
+ msgstr ""
4711
+
4712
+ #. translators: %s keywords or key phrase.
4713
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:48
4714
+ msgid "You kept the focus %s of your article to the point, way to go!"
4715
+ msgstr ""
4716
+
4717
+ #. translators: %s keywords or key phrase.
4718
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:50
4719
+ msgid "Your focus %s contains some words that might be considered insignificant in a search query."
4720
+ msgstr ""
4721
+
4722
+ #: includes/core/checks/class-wds-check-focus-stopwords.php:56
4723
+ msgid "Stop words are words which can be considered insignificant in a search query, either because they are way too common, or because they do not convey much information. Such words are often filtered out from a search query. Ideally, you will want such words to not be a part of your article focus."
4724
+ msgstr ""
4725
+
4726
+ #: includes/core/checks/class-wds-check-focus.php:14
4727
+ msgid "There are no focus keywords"
4728
+ msgstr ""
4729
+
4730
+ #: includes/core/checks/class-wds-check-focus.php:15
4731
+ msgid "There are some focus keywords"
4732
+ msgstr ""
4733
+
4734
+ #: includes/core/checks/class-wds-check-focus.php:27
4735
+ msgid "In order to give your content the best possible chance to be discovered, it is best to select some focus keywords or key phrases, to give it some context."
4736
+ msgstr ""
4737
+
4738
+ #: includes/core/checks/class-wds-check-focus.php:28
4739
+ msgid "Nice work, now that we know what your article is about we can be more specific in analysis."
4740
+ msgstr ""
4741
+
4742
+ #: includes/core/checks/class-wds-check-focus.php:32
4743
+ msgid "Selecting focus keywords helps describe what your content is about."
4744
+ msgstr ""
4745
+
4746
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:15
4747
+ msgid "A good balance of images contain the focus keyword(s) in their alt attribute text"
4748
+ msgstr ""
4749
+
4750
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:17
4751
+ msgid "You haven't added any images"
4752
+ msgstr ""
4753
+
4754
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:21
4755
+ msgid "Too many of your image alt texts contain the focus keyword(s)"
4756
+ msgstr ""
4757
+
4758
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:23
4759
+ msgid "None of your image alt texts contain the focus keyword(s)"
4760
+ msgstr ""
4761
+
4762
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:25
4763
+ msgid "Too few of your image alt texts contain the focus keyword(s)"
4764
+ msgstr ""
4765
+
4766
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:76
4767
+ msgid "Alternative attribute text for images help search engines correctly index images and aid visually impaired readers. The text is also used in place of the image if it's unable to load. You should add alternative text for all images in your content."
4768
+ msgstr ""
4769
+
4770
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:78
4771
+ msgid "Images are a great addition to any piece of content and it’s highly recommended to have imagery on your pages. Consider adding a few images that relate to your body content to enhance the reading experience of your article. Where possible, it’s also a great opportunity to include your focus keyword(s) to further associate the article with the topic you’re writing about."
4772
+ msgstr ""
4773
+
4774
+ #. translators: %d images with focus count, %d image count.
4775
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:84
4776
+ msgid "%1$d/%2$d images on this page have alt text with your keyword(s) which is too much. Whilst it’s great that you have image alternative text with your focus keyword(s), you can also get penalized for having too many keywords on a page. Try to include your keyword(s) in image alt texts only when it makes sense."
4777
+ msgstr ""
4778
+
4779
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:89
4780
+ msgid "None of the images on this page have alt text containing your focus keyword. It’s recommended practice to have your topic keywords in a few of your images to further associate the article with the topic you’re writing about. Add your keyword to one or more of your images, but be careful not to overdo it."
4781
+ msgstr ""
4782
+
4783
+ #. translators: %d images with focus count, %d image count.
4784
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:93
4785
+ msgid "%1$d/%2$d images on this page have alt text with your chosen keyword(s). Alternative attribute text for images helps search engines correctly index images and aid visually impaired readers. It’s recommended practice to have your topic keywords in a good number of your images to further associate the article with the topic you’re writing about. Add your keyword(s) to a few more of your images, but be careful not to overdo it."
4786
+ msgstr ""
4787
+
4788
+ #: includes/core/checks/class-wds-check-imgalts-keywords.php:104
4789
+ msgid "Image alternative text attributes help search engines correctly index images, aid visually impaired readers, and the text is used in place of the image if it's unable to load. You should add alternative text for all images in your content."
4790
+ msgstr ""
4791
+
4792
+ #: includes/core/checks/class-wds-check-keyword-density.php:16
4793
+ msgid "You haven't used any keywords yet"
4794
+ msgstr ""
4795
+
4796
+ #. translators: %d low, %d high.
4797
+ #: includes/core/checks/class-wds-check-keyword-density.php:18
4798
+ msgid "Your keyword density is between %1$d%% and %2$d%%"
4799
+ msgstr ""
4800
+
4801
+ #. translators: %d low.
4802
+ #: includes/core/checks/class-wds-check-keyword-density.php:20
4803
+ msgid "Your keyword density is less than %1$d%%"
4804
+ msgstr ""
4805
+
4806
+ #. translators: %d high.
4807
+ #: includes/core/checks/class-wds-check-keyword-density.php:22
4808
+ msgid "Your keyword density is greater than %2$d%%"
4809
+ msgstr ""
4810
+
4811
+ #: includes/core/checks/class-wds-check-keyword-density.php:89
4812
+ msgid "Currently you haven't used any keywords in your content. The recommended density is %1$d-%2$d%%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords."
4813
+ msgstr ""
4814
+
4815
+ #: includes/core/checks/class-wds-check-keyword-density.php:90
4816
+ msgid "Your keyword density is %3$s%% which is within the recommended %1$d-%2$d%%, nice work! This means your content has a better chance of ranking highly for your chosen focus keywords, without appearing as spam."
4817
+ msgstr ""
4818
+
4819
+ #: includes/core/checks/class-wds-check-keyword-density.php:91
4820
+ msgid "Currently your keyword density is %3$s%% which is below the recommended %1$d-%2$d%%. A low keyword density means your content has less chance of ranking highly for your chosen focus keywords."
4821
+ msgstr ""
4822
+
4823
+ #: includes/core/checks/class-wds-check-keyword-density.php:92
4824
+ msgid "Currently your keyword density is %3$s%% which is greater than the recommended %1$d-%2$d%%. If your content is littered with too many focus keywords, search engines can penalize your content and mark it as spam."
4825
+ msgstr ""
4826
+
4827
+ #: includes/core/checks/class-wds-check-keyword-density.php:97
4828
+ msgid "Keyword density is all about making sure your content is populated with enough keywords to give it a better chance of appearing higher in search results. One way of making sure people will be able to find our content is using particular focus keywords, and using them as much as naturally possible in our content. In doing this we are trying to match up the keywords that people are likely to use when searching for this article or page, so try to get into your visitors mind and picture them typing a search into Google. While we recommend aiming for %1$d-%2$d%% density, remember content is king and you don't want your article to end up sounding like a robot. Get creative and utilize the page title, image caption, and subheadings."
4829
+ msgstr ""
4830
+
4831
+ #: includes/core/checks/class-wds-check-keywords-used.php:21
4832
+ msgid "You've used the focus keywords in another article"
4833
+ msgstr ""
4834
+
4835
+ #: includes/core/checks/class-wds-check-keywords-used.php:22
4836
+ msgid "You haven't used this focus keyword before"
4837
+ msgstr ""
4838
+
4839
+ #: includes/core/checks/class-wds-check-keywords-used.php:90
4840
+ msgid "Focus keywords are intended to be unique so you're less likely to write duplicate content. So far all your focus keywords are unique, way to go!"
4841
+ msgstr ""
4842
+
4843
+ #: includes/core/checks/class-wds-check-keywords-used.php:92
4844
+ msgid "Focus keywords are intended to be unique so you're less likely to write duplicate content. Consider changing the focus keywords to something unique."
4845
+ msgstr ""
4846
+
4847
+ #: includes/core/checks/class-wds-check-keywords-used.php:101
4848
+ msgid "Whilst duplicate content isn't technically penalized it presents three rather niggly issues for search engines:"
4849
+ msgstr ""
4850
+
4851
+ #: includes/core/checks/class-wds-check-keywords-used.php:104
4852
+ msgid "1. It's unclear which versions to include/exclude from their indexes."
4853
+ msgstr ""
4854
+
4855
+ #: includes/core/checks/class-wds-check-keywords-used.php:105
4856
+ msgid "2. They don't know whether to direct the link metrics (trust, authority, anchor text, link equity, etc.) to one page, or keep it separated between multiple versions."
4857
+ msgstr ""
4858
+
4859
+ #: includes/core/checks/class-wds-check-keywords-used.php:107
4860
+ msgid "3. The engine is unsure which version to rank for query results."
4861
+ msgstr ""
4862
+
4863
+ #: includes/core/checks/class-wds-check-keywords-used.php:109
4864
+ msgid "So whilst there's no direct penalty, if your content isn't unique then search engine algorithms could be filtering out your articles from their results. The easiest way to make sure this doesn't happen is to try and make each of your posts and pages as unique as possible, hence specifying different focus keywords for each article you write."
4865
+ msgstr ""
4866
+
4867
+ #: includes/core/checks/class-wds-check-keywords-used.php:115
4868
+ msgid "Note: If you happen to have two pages with the same content, it's important to tell search engines which one to show in search results using the Canonical URL feature. You can read more about this"
4869
+ msgstr ""
4870
+
4871
+ #: includes/core/checks/class-wds-check-links-count.php:18
4872
+ msgid "You have %1$d internal and %2$d external links in your content"
4873
+ msgstr ""
4874
+
4875
+ #: includes/core/checks/class-wds-check-links-count.php:19
4876
+ msgid "You haven't added any internal or external links in your content"
4877
+ msgstr ""
4878
+
4879
+ #: includes/core/checks/class-wds-check-links-count.php:20
4880
+ msgid "You have 0 internal and %2$d external links in your content"
4881
+ msgstr ""
4882
+
4883
+ #: includes/core/checks/class-wds-check-links-count.php:62
4884
+ msgid "Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You've already added %3$d links, nice work!"
4885
+ msgstr ""
4886
+
4887
+ #: includes/core/checks/class-wds-check-links-count.php:63
4888
+ #: includes/core/checks/class-wds-check-links-count.php:64
4889
+ msgid "Internal links help search engines crawl your website, effectively pointing them to more pages to index on your website. You should consider adding at least one internal link to another related article."
4890
+ msgstr ""
4891
+
4892
+ #: includes/core/checks/class-wds-check-links-count.php:71
4893
+ msgid "Internal links are important for linking together related content. Search engines will 'crawl' through your website, indexing pages and posts as they go. To help them discover all the juicy content your website has to offer, it's wise to make sure your content has internal links built in for bots to follow and index."
4894
+ msgstr ""
4895
+
4896
+ #: includes/core/checks/class-wds-check-links-count.php:77
4897
+ msgid "External links don't benefit your SEO by having them in your own content, but you'll want to try and get as many other websites linking to your articles and pages as possible. Search engines treat links to your website as a 'third party vote' in favour of your website - like a vote of confidence. Since they're the hardest form of 'validation' to get (another website has to endorse you!) search engines weight them heavily when considering page rank. For more info:"
4898
+ msgstr ""
4899
+
4900
+ #: includes/core/checks/class-wds-check-links-count.php:82
4901
+ msgid "Note: This check is only looking at the content your page is outputting and doesn't include your main navigation. Blogs with lots of posts will benefit the most from this method, as it aids Google in finding and indexing all of your content, not just the latest articles."
4902
+ msgstr ""
4903
+
4904
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:9
4905
+ msgid "We couldn't find a description to check for keywords"
4906
+ msgstr ""
4907
+
4908
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:13
4909
+ msgid "The SEO description doesn't contain your focus keywords"
4910
+ msgstr ""
4911
+
4912
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:14
4913
+ msgid "The SEO description contains your focus keywords"
4914
+ msgstr ""
4915
+
4916
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:56
4917
+ msgid "The focus keyword for this article appears in the SEO description which means it has a better chance of matching what your visitors will search for, brilliant!"
4918
+ msgstr ""
4919
+
4920
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:58
4921
+ msgid "An SEO description without your focus keywords has less chance of matching what your visitors are searching for, versus a description that does. It's worth trying to get your focus keywords in there, just remember to keep it readable and natural."
4922
+ msgstr ""
4923
+
4924
+ #: includes/core/checks/class-wds-check-metadesc-keywords.php:65
4925
+ msgid "It's considered good practice to try to include your focus keyword(s) in the SEO description of your pages, because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the higher chance your article will be found higher up in search results. Remember this is your chance to give a potential visitor a quick peek into what's inside your article. If they like what they read they'll click on your link."
4926
+ msgstr ""
4927
+
4928
+ #: includes/core/checks/class-wds-check-metadesc-length.php:21
4929
+ msgid "Your meta description is a good length"
4930
+ msgstr ""
4931
+
4932
+ #: includes/core/checks/class-wds-check-metadesc-length.php:25
4933
+ msgid "You haven't specified a meta description yet"
4934
+ msgstr ""
4935
+
4936
+ #: includes/core/checks/class-wds-check-metadesc-length.php:27
4937
+ msgid "Your meta description is greater than %d characters"
4938
+ msgstr ""
4939
+
4940
+ #: includes/core/checks/class-wds-check-metadesc-length.php:28
4941
+ msgid "Your meta description is less than %d characters"
4942
+ msgstr ""
4943
+
4944
+ #: includes/core/checks/class-wds-check-metadesc-length.php:76
4945
+ msgid "Your SEO description is a good length. Having an SEO description that is either too long or too short can harm your chances of ranking highly for this article."
4946
+ msgstr ""
4947
+
4948
+ #: includes/core/checks/class-wds-check-metadesc-length.php:80
4949
+ msgid "Because you haven't specified a meta description (or excerpt), search engines will automatically generate one using your content. While this is OK, you should create your own meta description making sure it contains your focus keywords."
4950
+ msgstr ""
4951
+
4952
+ #: includes/core/checks/class-wds-check-metadesc-length.php:82
4953
+ msgid "Your SEO description (or excerpt) is currently too long. Search engines generally don't like long descriptions and after a certain length the value of extra keywords drops significantly."
4954
+ msgstr ""
4955
+
4956
+ #: includes/core/checks/class-wds-check-metadesc-length.php:83
4957
+ msgid "Your SEO description (or excerpt) is currently too short which means it has less of a chance ranking for your chosen focus keywords."
4958
+ msgstr ""
4959
+
4960
+ #: includes/core/checks/class-wds-check-metadesc-length.php:89
4961
+ msgid "We recommend keeping your meta descriptions between %1$d and %2$d characters (including spaces). Doing so achieves a nice balance between populating your description with keywords to rank highly in search engines, and also keeping it to a readable length that won't be cut off in search engine results. Unfortunately there isn't a rule book for SEO meta descriptions, just remember to make your description great for SEO, but also (most importantly) readable and enticing for potential visitors to click on."
4962
+ msgstr ""
4963
+
4964
+ #: includes/core/checks/class-wds-check-para-keywords.php:9
4965
+ msgid "You haven't included the focus keywords in the first paragraph of your article"
4966
+ msgstr ""
4967
+
4968
+ #: includes/core/checks/class-wds-check-para-keywords.php:10
4969
+ msgid "The focus keyword appears in the first paragraph of your article"
4970
+ msgstr ""
4971
+
4972
+ #: includes/core/checks/class-wds-check-para-keywords.php:43
4973
+ msgid "You've included your focus keywords in the first paragraph of your content, which will help search engines and visitors quickly scope the topic of your article. Well done!"
4974
+ msgstr ""
4975
+
4976
+ #: includes/core/checks/class-wds-check-para-keywords.php:45
4977
+ msgid "It's good practice to include your focus keywords in the first paragraph of your content so that search engines and visitors can quickly scope the topic of your article."
4978
+ msgstr ""
4979
+
4980
+ #: includes/core/checks/class-wds-check-para-keywords.php:52
4981
+ msgid "You should clearly formulate what your post is about in the first paragraph. In printed texts, a writer usually starts off with some kind of teaser, but there is no time for that if you are writing for the web. You only have seconds to gain your reader’s attention. Make sure the first paragraph tells the main message of your post. That way, you make it easy for your reader to figure out what your post is about. Doing this also tells Google what your post is about. Don’t forget to put your focus keyword in that first paragraph!\t\t\t\t\t"
4982
+ msgstr ""
4983
+
4984
+ #: includes/core/checks/class-wds-check-slug-keywords.php:9
4985
+ msgid "You haven't used your focus keywords in the page URL"
4986
+ msgstr ""
4987
+
4988
+ #: includes/core/checks/class-wds-check-slug-keywords.php:10
4989
+ msgid "You've used your focus keyword in the page URL"
4990
+ msgstr ""
4991
+
4992
+ #: includes/core/checks/class-wds-check-slug-keywords.php:45
4993
+ msgid "You've got your focus keywords in the page slug which can help your page rank as you have a higher chance of matching search terms, and Google does index your page URL, great stuff!"
4994
+ msgstr ""
4995
+
4996
+ #: includes/core/checks/class-wds-check-slug-keywords.php:47
4997
+ msgid "Google does index your page URL. Using your focus keywords in the page slug can help your page rank as you have a higher chance of matching search terms. Try getting your focus keywords in there."
4998
+ msgstr ""
4999
+
5000
+ #: includes/core/checks/class-wds-check-slug-keywords.php:54
5001
+ msgid "The page URL you use for this post will be visible in search engine results, so it's important to also include words that the searcher is looking for (your focus keywords). It's debatable whether keywords in the slug are of any real search engine ranking benefit. One could assume that because the slug does get indexed, the algorithm may favour slugs more closely aligned with the topic being searched."
5002
+ msgstr ""
5003
+
5004
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:11
5005
+ msgid "You don't have any subheadings"
5006
+ msgstr ""
5007
+
5008
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:15
5009
+ msgid "You haven't used your focus keywords in any subheadings"
5010
+ msgstr ""
5011
+
5012
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:16
5013
+ msgid "Your focus keyword was found in %d subheadings"
5014
+ msgstr ""
5015
+
5016
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:40
5017
+ msgid "Using subheadings in your content (such as H2's or H3's) will help both the user and search engines quickly figure out what your article is about. It also helps visually section your content which in turn is great user experience. We recommend you have at least one subheading."
5018
+ msgstr ""
5019
+
5020
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:42
5021
+ msgid "You've used keywords in %d of your subheadings which will help both the user and search engines quickly figure out what your article is about, good work!"
5022
+ msgstr ""
5023
+
5024
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:44
5025
+ msgid "Using keywords in any of your subheadings (such as H2's or H3's) will help both the user and search engines quickly figure out what your article is about. It's best practice to include your focus keywords in at least one subheading if you can."
5026
+ msgstr ""
5027
+
5028
+ #: includes/core/checks/class-wds-check-subheadings-keywords.php:51
5029
+ msgid "When trying to rank for certain keywords, those keywords should be found in as many key places as possible. Given that you're writing about the topic it only makes sense that you mention it in at least one of your subheadings. Headings are important for users as they break up your content and help readers figure out what the text is about. Same goes for search engines. With that said, don't force keywords into all your titles - keep it natural, readable, and use moderation!"
5030
+ msgstr ""
5031
+
5032
+ #: includes/core/checks/class-wds-check-title-keywords.php:9
5033
+ msgid "We couldn't find a title to check for keywords"
5034
+ msgstr ""
5035
+
5036
+ #: includes/core/checks/class-wds-check-title-keywords.php:13
5037
+ msgid "Your focus keyword(s) aren't used in the SEO title"
5038
+ msgstr ""
5039
+
5040
+ #: includes/core/checks/class-wds-check-title-keywords.php:14
5041
+ msgid "The SEO title contains your focus keyword(s)"
5042
+ msgstr ""
5043
+
5044
+ #: includes/core/checks/class-wds-check-title-keywords.php:56
5045
+ msgid "You've got your focus keyword(s) in the SEO title meaning it has the best chance of matching what users are searching for first up - nice work."
5046
+ msgstr ""
5047
+
5048
+ #: includes/core/checks/class-wds-check-title-keywords.php:58
5049
+ msgid "The focus keyword(s) for this article doesn't appear in the SEO title which means it has less of a chance of matching what your visitors will search for."
5050
+ msgstr ""
5051
+
5052
+ #: includes/core/checks/class-wds-check-title-keywords.php:65
5053
+ msgid "It's considered good practice to try to include your focus keyword(s) in the SEO title of a page because this is what people looking for the article are likely searching for. The higher chance of a keyword match, the greater the chance that your article will be found higher up in search results. Whilst it's recommended to try and get these words in, don't sacrifice readability and the quality of the SEO title just to rank higher - people may not want to click on it if it doesn't read well."
5054
+ msgstr ""
5055
+
5056
+ #: includes/core/checks/class-wds-check-title-length.php:16
5057
+ msgid "Your SEO title is a good length"
5058
+ msgstr ""
5059
+
5060
+ #: includes/core/checks/class-wds-check-title-length.php:20
5061
+ msgid "You haven't added an SEO title yet"
5062
+ msgstr ""
5063
+
5064
+ #: includes/core/checks/class-wds-check-title-length.php:22
5065
+ msgid "Your SEO title is too long"
5066
+ msgstr ""
5067
+
5068
+ #: includes/core/checks/class-wds-check-title-length.php:23
5069
+ msgid "Your SEO title is too short"
5070
+ msgstr ""
5071
+
5072
+ #: includes/core/checks/class-wds-check-title-length.php:91
5073
+ msgid "Your SEO title is %1$d characters which is between the recommended best practice of %2$d-%3$d characters."
5074
+ msgstr ""
5075
+
5076
+ #: includes/core/checks/class-wds-check-title-length.php:93
5077
+ msgid "Your SEO title is %1$d characters which is greater than the recommended %3$d characters. Best practice is between %2$d and %3$d characters, with 60 being the sweet spot."
5078
+ msgstr ""
5079
+
5080
+ #: includes/core/checks/class-wds-check-title-length.php:95
5081
+ msgid "Your SEO title is %1$d characters which is less than the recommended %2$d characters. Best practice is between %2$d and %3$d characters, with 60 being the sweet spot."
5082
+ msgstr ""
5083
+
5084
+ #: includes/core/checks/class-wds-check-title-length.php:97
5085
+ msgid "You have NOT written an SEO specific title for this article. We recommend an SEO specific title between %2$d and %3$d characters, optimized with your focus keywords."
5086
+ msgstr ""
5087
+
5088
+ #: includes/core/checks/class-wds-check-title-length.php:117
5089
+ msgid "Your SEO title is the most important element because it is what users will see in search engine results. You'll want to make sure that you have your focus keywords in there, that it's a nice length, and that people will want to click on it. Best practices suggest keeping your titles between %2$d and %3$d characters including spaces, though in some cases 60 is the sweetspot. The length is important both for SEO ranking but also how your title will show up in search engines - long titles will be cut off visually and look bad. Unfortunately there isn't a rule book for SEO titles, just remember to make your title great for SEO but also (most importantly) readable and enticing for potential visitors to click on."
5090
+ msgstr ""
5091
+
5092
+ #: includes/core/class-wds-checks.php:268
5093
+ msgid "We encountered an error fetching your content"
5094
+ msgstr ""
5095
+
5096
+ #: includes/core/class-wds-controller-analysis.php:585
5097
+ msgid "No Focus Keyword"
5098
+ msgstr ""
5099
+
5100
+ #: includes/core/class-wds-controller-analysis.php:588
5101
+ msgid "Needs Improvement"
5102
+ msgstr ""
5103
+
5104
+ #: includes/core/class-wds-controller-analysis.php:610
5105
+ msgid "SEO:"
5106
+ msgstr ""
5107
+
5108
+ #: includes/core/class-wds-controller-analysis.php:617
5109
+ msgid "Readability:"
5110
+ msgstr ""
5111
+
5112
+ #: includes/core/class-wds-controller-assets.php:176
5113
+ msgid "Initializing ..."
5114
+ msgstr ""
5115
+
5116
+ #: includes/core/class-wds-controller-assets.php:177
5117
+ msgid "Running SEO checks ..."
5118
+ msgstr ""
5119
+
5120
+ #: includes/core/class-wds-controller-assets.php:178
5121
+ msgid "Running final checks and finishing up ..."
5122
+ msgstr ""
5123
+
5124
+ #: includes/core/class-wds-controller-assets.php:179
5125
+ msgid "characters"
5126
+ msgstr ""
5127
+
5128
+ #: includes/core/class-wds-controller-assets.php:357
5129
+ msgid "Search Engines are being notified with changes."
5130
+ msgstr ""
5131
+
5132
+ #: includes/core/class-wds-controller-assets.php:421
5133
+ msgid "All done, please hold on..."
5134
+ msgstr ""
5135
+
5136
+ #: includes/core/class-wds-controller-assets.php:602
5137
+ msgid "{TOTAL_LEFT} characters left"
5138
+ msgstr ""
5139
+
5140
+ #: includes/core/class-wds-controller-assets.php:603
5141
+ msgid "Over {MAX_COUNT} characters ({CURRENT_COUNT})"
5142
+ msgstr ""
5143
+
5144
+ #: includes/core/class-wds-controller-assets.php:604
5145
+ msgid "Over {MAX_COUNT} characters ({CURRENT_COUNT}) - make sure your SEO title is shorter"
5146
+ msgstr ""
5147
+
5148
+ #: includes/core/class-wds-controller-assets.php:731
5149
+ msgid "Loading, please hold on..."
5150
+ msgstr ""
5151
+
5152
+ #: includes/core/class-wds-controller-assets.php:844
5153
+ msgid "Key valid!"
5154
+ msgstr ""
5155
+
5156
+ #: includes/core/class-wds-controller-assets.php:845
5157
+ msgid "Key invalid"
5158
+ msgstr ""
5159
+
5160
+ #: includes/core/class-wds-controller-assets.php:1012
5161
+ msgid "Analyzing data and preparing report..."
5162
+ msgstr ""
5163
+
5164
+ #: includes/core/class-wds-controller-assets.php:1013
5165
+ msgid "Running SEO test..."
5166
+ msgstr ""
5167
+
5168
+ #: includes/core/class-wds-controller-assets.php:1014
5169
+ msgid "Refreshing data. Please wait..."
5170
+ msgstr ""
5171
+
5172
+ #: includes/core/class-wds-controller-assets.php:1015
5173
+ msgid "The audit has been copied successfully."
5174
+ msgstr ""
5175
+
5176
+ #: includes/core/class-wds-controller-assets.php:1016
5177
+ msgid "Audit could not be copied to clipboard."
5178
+ msgstr ""
5179
+
5180
+ #: includes/core/class-wds-controller-assets.php:1017
5181
+ msgid "SmartCrawl is just catching her breath - you can run another test in %s minutes."
5182
+ msgstr ""
5183
+
5184
+ #: includes/core/class-wds-controller-cron-free.php:251
5185
+ #: includes/core/class-wds-controller-cron.php:320
5186
+ msgid "Daily"
5187
+ msgstr ""
5188
+
5189
+ #: includes/core/class-wds-controller-cron-free.php:252
5190
+ #: includes/core/class-wds-controller-cron.php:321
5191
+ msgid "Weekly"
5192
+ msgstr ""
5193
+
5194
+ #: includes/core/class-wds-controller-cron-free.php:253
5195
+ #: includes/core/class-wds-controller-cron.php:322
5196
+ msgid "Monthly"
5197
+ msgstr ""
5198
+
5199
+ #: includes/core/class-wds-controller-cron-free.php:302
5200
+ #: includes/core/class-wds-controller-cron.php:424
5201
+ msgid "SmartCrawl Daily"
5202
+ msgstr ""
5203
+
5204
+ #: includes/core/class-wds-controller-cron-free.php:309
5205
+ #: includes/core/class-wds-controller-cron.php:431
5206
+ msgid "SmartCrawl Weekly"
5207
+ msgstr ""
5208
+
5209
+ #: includes/core/class-wds-controller-cron-free.php:316
5210
+ #: includes/core/class-wds-controller-cron.php:438
5211
+ msgid "SmartCrawl Monthly"
5212
+ msgstr ""
5213
+
5214
+ #: includes/core/class-wds-controller-data.php:56
5215
+ msgid "Finishing up"
5216
+ msgstr ""
5217
+
5218
+ #: includes/core/class-wds-controller-data.php:67
5219
+ msgid "Resetting %s"
5220
+ msgstr ""
5221
+
5222
+ #: includes/core/class-wds-controller-hub-abstract.php:323
5223
+ msgid "Invalid config"
5224
+ msgstr ""
5225
+
5226
+ #: includes/core/class-wds-controller-plugin-links-free.php:24
5227
+ msgid "Upgrade"
5228
+ msgstr ""
5229
+
5230
+ #: includes/core/class-wds-controller-plugin-links-free.php:57
5231
+ msgid "Premium Support"
5232
+ msgstr ""
5233
+
5234
+ #: includes/core/class-wds-controller-plugin-links.php:26
5235
+ msgid "Renew Membership"
5236
+ msgstr ""
5237
+
5238
+ #: includes/core/class-wds-controller-plugin-links.php:55
5239
+ msgid "View Details"
5240
+ msgstr ""
5241
+
5242
+ #: includes/core/class-wds-controller-pointers.php:78
5243
+ msgid "Optimize your SEO"
5244
+ msgstr ""
5245
+
5246
+ #: includes/core/class-wds-controller-pointers.php:79
5247
+ msgid "Configure your SEO Titles & Meta, enable OpenGraph and activate readability analysis here."
5248
+ msgstr ""
5249
+
5250
+ #: includes/core/class-wds-logger.php:72
5251
+ msgid "Debug (verbose procedural data)"
5252
+ msgstr ""
5253
+
5254
+ #: includes/core/class-wds-logger.php:73
5255
+ msgid "Info (verbose informal data)"
5256
+ msgstr ""
5257
+
5258
+ #: includes/core/class-wds-logger.php:74
5259
+ msgid "Notice (attention might be needed)"
5260
+ msgstr ""
5261
+
5262
+ #: includes/core/class-wds-logger.php:75
5263
+ msgid "Warning (something non-critical went wrong)"
5264
+ msgstr ""
5265
+
5266
+ #: includes/core/class-wds-logger.php:76
5267
+ msgid "Error (critical issue)"
5268
+ msgstr ""
5269
+
5270
+ #: includes/core/class-wds-macro.php:281
5271
+ msgid "Page %1$d of %1$d"
5272
+ msgstr ""
5273
+
5274
+ #: includes/core/class-wds-macro.php:301
5275
+ msgid "Page %1$s of %1$s"
5276
+ msgstr ""
5277
+
5278
+ #: includes/core/class-wds-model-analysis.php:116
5279
+ #: includes/core/class-wds-model-analysis.php:193
5280
+ msgid "Error calculating readability"
5281
+ msgstr ""
5282
+
5283
+ #: includes/core/class-wds-model-analysis.php:178
5284
+ msgid "No content to check"
5285
+ msgstr ""
5286
+
5287
+ #: includes/core/class-wds-model-analysis.php:187
5288
+ msgid "Your language is currently not supported"
5289
+ msgstr ""
5290
+
5291
+ #: includes/core/class-wds-model-analysis.php:271
5292
+ #: includes/core/class-wds-model-analysis.php:408
5293
+ msgid "Very easy to read"
5294
+ msgstr ""
5295
+
5296
+ #: includes/core/class-wds-model-analysis.php:272
5297
+ #: includes/core/class-wds-model-analysis.php:409
5298
+ msgid "Easy to read"
5299
+ msgstr ""
5300
+
5301
+ #: includes/core/class-wds-model-analysis.php:273
5302
+ #: includes/core/class-wds-model-analysis.php:410
5303
+ msgid "Fairly easy to read"
5304
+ msgstr ""
5305
+
5306
+ #: includes/core/class-wds-model-analysis.php:274
5307
+ #: includes/core/class-wds-model-analysis.php:280
5308
+ #: includes/core/class-wds-model-analysis.php:411
5309
+ msgid "Standard"
5310
+ msgstr ""
5311
+
5312
+ #: includes/core/class-wds-model-analysis.php:275
5313
+ #: includes/core/class-wds-model-analysis.php:412
5314
+ msgid "Fairly difficult to read"
5315
+ msgstr ""
5316
+
5317
+ #: includes/core/class-wds-model-analysis.php:276
5318
+ #: includes/core/class-wds-model-analysis.php:413
5319
+ msgid "Difficult to read"
5320
+ msgstr ""
5321
+
5322
+ #: includes/core/class-wds-model-analysis.php:277
5323
+ #: includes/core/class-wds-model-analysis.php:414
5324
+ msgid "Very difficult to read"
5325
+ msgstr ""
5326
+
5327
+ #: includes/core/class-wds-model-analysis.php:282
5328
+ msgid "Fairly difficult"
5329
+ msgstr ""
5330
+
5331
+ #: includes/core/class-wds-model-analysis.php:417
5332
+ msgid "Your content is %s."
5333
+ msgstr ""
5334
+
5335
+ #: includes/core/class-wds-model-analysis.php:425
5336
+ msgid "in plain language"
5337
+ msgstr ""
5338
+
5339
+ #: includes/core/class-wds-model-user.php:134
5340
+ msgid "Anonymous"
5341
+ msgstr ""
5342
+
5343
+ #: includes/core/class-wds-settings.php:254
5344
+ msgid "Title & Meta Optimization"
5345
+ msgstr ""
5346
+
5347
+ #: includes/core/configs/class-wds-config-model.php:69
5348
+ msgid "Health"
5349
+ msgstr ""
5350
+
5351
+ #: includes/core/configs/class-wds-config-model.php:84
5352
+ msgid "SEO test - Active"
5353
+ msgstr ""
5354
+
5355
+ #: includes/core/configs/class-wds-config-model.php:86
5356
+ msgid "Scheduled performance reports - %s"
5357
+ msgstr ""
5358
+
5359
+ #: includes/core/configs/class-wds-config-model.php:119
5360
+ msgid "OpenGraph Support - "
5361
+ msgstr ""
5362
+
5363
+ #: includes/core/configs/class-wds-config-model.php:120
5364
+ msgid "Twitter Cards - "
5365
+ msgstr ""
5366
+
5367
+ #: includes/core/configs/class-wds-config-model.php:147
5368
+ msgid "Automatic Links - "
5369
+ msgstr ""
5370
+
5371
+ #: includes/core/configs/class-wds-config-model.php:148
5372
+ msgid "URL Redirection - "
5373
+ msgstr ""
5374
+
5375
+ #: includes/core/configs/class-wds-config-model.php:149
5376
+ msgid "Moz - "
5377
+ msgstr ""
5378
+
5379
+ #: includes/core/configs/class-wds-config-model.php:150
5380
+ msgid "Robots.txt Editor - "
5381
+ msgstr ""
5382
+
5383
+ #: includes/core/configs/class-wds-config-model.php:172
5384
+ msgid "In-Post Page Analysis - "
5385
+ msgstr ""
5386
+
5387
+ #: includes/core/configs/class-wds-config-model.php:173
5388
+ msgid "In-Post Readability Analysis - "
5389
+ msgstr ""
5390
+
5391
+ #: includes/core/configs/class-wds-config-model.php:174
5392
+ msgid "Preserve settings on uninstall - "
5393
+ msgstr ""
5394
+
5395
+ #: includes/core/configs/class-wds-config-model.php:175
5396
+ msgid "Keep data on uninstall - "
5397
+ msgstr ""
5398
+
5399
+ #: includes/core/configs/class-wds-config-model.php:176
5400
+ msgid "High Contrast Mode - "
5401
+ msgstr ""
5402
+
5403
+ #: includes/core/configs/class-wds-config-model.php:193
5404
+ msgid "Active and sending %1$s to %2$d recipients"
5405
+ msgstr ""
5406
+
5407
+ #: includes/core/configs/class-wds-import.php:87
5408
+ msgid "Import process failed, aborting"
5409
+ msgstr ""
5410
+
5411
+ #: includes/core/core.php:952
5412
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:64
5413
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:132
5414
+ msgid "click here"
5415
+ msgstr ""
5416
+
5417
+ #: includes/core/core.php:1225
5418
+ #: includes/core/woocommerce/class-wds-controller-woocommerce.php:83
5419
+ msgid "Not now"
5420
+ msgstr ""
5421
+
5422
+ #: includes/core/entities/class-wds-entity.php:451
5423
+ #: includes/deprecated/class-wds-replacement-helper.php:142
5424
+ msgid "Page %1$s of %2$s"
5425
+ msgstr ""
5426
+
5427
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:10
5428
+ msgid "Document has a valid rel=canonical"
5429
+ msgstr ""
5430
+
5431
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:11
5432
+ msgid "Document does not have a valid rel=canonical"
5433
+ msgstr ""
5434
+
5435
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:23
5436
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:178
5437
+ msgid "When multiple pages have similar content, search engines consider them duplicate versions of the same page. For example, desktop and mobile versions of a product page are often considered duplicates."
5438
+ msgstr ""
5439
+
5440
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:24
5441
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:179
5442
+ msgid "Search engines select one of the pages as the canonical, or primary, version and crawl that one more. Valid canonical links let you tell search engines which version of a page to crawl and display to users in search results."
5443
+ msgstr ""
5444
+
5445
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:39
5446
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:72
5447
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:44
5448
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:67
5449
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:57
5450
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:82
5451
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:28
5452
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:48
5453
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:37
5454
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:63
5455
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:54
5456
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:77
5457
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:39
5458
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:62
5459
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:56
5460
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:79
5461
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:38
5462
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:81
5463
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:46
5464
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:97
5465
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:38
5466
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:61
5467
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:41
5468
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:64
5469
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:32
5470
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:53
5471
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:76
5472
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:47
5473
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:75
5474
+ #: includes/assets/js/build/wds-schema-types.js:1
5475
+ msgid "Status"
5476
+ msgstr ""
5477
+
5478
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:45
5479
+ msgid "We found a valid canonical meta tag."
5480
+ msgstr ""
5481
+
5482
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:63
5483
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:181
5484
+ msgid "Using canonical links has many advantages:"
5485
+ msgstr ""
5486
+
5487
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:65
5488
+ msgid "It helps search engines consolidate multiple URLs into a single, preferred URL. For example, if other sites put query parameters on the ends of links to your page, search engines consolidate those URLs to your preferred version."
5489
+ msgstr ""
5490
+
5491
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:66
5492
+ msgid "It simplifies tracking methods. Tracking one URL is easier than tracking many."
5493
+ msgstr ""
5494
+
5495
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:67
5496
+ msgid "It improves the page ranking of syndicated content by consolidating the syndicated links to your original content back to your preferred URL."
5497
+ msgstr ""
5498
+
5499
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:78
5500
+ msgid "We couldn’t detect a valid canonical meta tag."
5501
+ msgstr ""
5502
+
5503
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:83
5504
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:175
5505
+ msgid "It’s highly recommended to always set a single canonical URL for every webpage to ensure search engines never get confused and always have the original source of truth content."
5506
+ msgstr ""
5507
+
5508
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:87
5509
+ msgid "How to add canonical links to your pages"
5510
+ msgstr ""
5511
+
5512
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:88
5513
+ msgid "For your homepage, set the canonical URL using the Titles & Meta settings area. For individual pages we automatically generate a canonical URL based off your base site URL, but you can override that on a per post basis using the Post Editor SEO widget."
5514
+ msgstr ""
5515
+
5516
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:92
5517
+ msgid "To help ensure your SEO efforts are up to snuff, see our blog post, %s, for an easy setup guide to get canonicals right."
5518
+ msgstr ""
5519
+
5520
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:94
5521
+ msgid "WordPress Canonicalization Made Simple With SmartCrawl"
5522
+ msgstr ""
5523
+
5524
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:103
5525
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:116
5526
+ msgid "Read More - Guidelines"
5527
+ msgstr ""
5528
+
5529
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:107
5530
+ msgid "General guidelines"
5531
+ msgstr ""
5532
+
5533
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:109
5534
+ msgid "Make sure that the canonical URL is valid."
5535
+ msgstr ""
5536
+
5537
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:113
5538
+ msgid "Use secure %s canonical URLs rather than HTTP whenever possible."
5539
+ msgstr ""
5540
+
5541
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:123
5542
+ msgid "If you use %s to serve different versions of a page depending on a user's language or country, make sure that the canonical URL points to the proper page for that respective language or country."
5543
+ msgstr ""
5544
+
5545
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:125
5546
+ msgid "hreflang links"
5547
+ msgstr ""
5548
+
5549
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:130
5550
+ msgid "Don't point the canonical URL to a different domain. Yahoo and Bing don't allow this."
5551
+ msgstr ""
5552
+
5553
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:131
5554
+ msgid "Don't point lower-level pages to the site's root page unless their content is the same."
5555
+ msgstr ""
5556
+
5557
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:139
5558
+ msgid "Google's Consolidate duplicate URLs"
5559
+ msgstr ""
5560
+
5561
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:169
5562
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:278
5563
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:187
5564
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:114
5565
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:222
5566
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:189
5567
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:281
5568
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:248
5569
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:234
5570
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:130
5571
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:155
5572
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:160
5573
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:175
5574
+ msgid "Tested Device: "
5575
+ msgstr ""
5576
+
5577
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:170
5578
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:188
5579
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:223
5580
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:190
5581
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:249
5582
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:235
5583
+ msgid "Audit Type: Content audits"
5584
+ msgstr ""
5585
+
5586
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:172
5587
+ msgid "Failing Audit: Document does not have a valid rel=canonical"
5588
+ msgstr ""
5589
+
5590
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:174
5591
+ msgid "Status: We couldn’t detect a valid canonical meta tag."
5592
+ msgstr ""
5593
+
5594
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:177
5595
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:289
5596
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:194
5597
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:122
5598
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:233
5599
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:200
5600
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:292
5601
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:259
5602
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:241
5603
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:141
5604
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:167
5605
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:168
5606
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:182
5607
+ msgid "Overview:"
5608
+ msgstr ""
5609
+
5610
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:182
5611
+ msgid "- It helps search engines consolidate multiple URLs into a single, preferred URL. For example, if other sites put query parameters on the ends of links to your page, search engines consolidate those URLs to your preferred version."
5612
+ msgstr ""
5613
+
5614
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:183
5615
+ msgid "- It simplifies tracking methods. Tracking one URL is easier than tracking many."
5616
+ msgstr ""
5617
+
5618
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:184
5619
+ msgid "- It improves the page ranking of syndicated content by consolidating the syndicated links to your original content back to your preferred URL."
5620
+ msgstr ""
5621
+
5622
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-canonical-check.php:186
5623
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:292
5624
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:199
5625
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:125
5626
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:236
5627
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:203
5628
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:296
5629
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:263
5630
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:247
5631
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:145
5632
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:173
5633
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:172
5634
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:186
5635
+ msgid "For more information please check the SEO Audits section in SmartCrawl plugin."
5636
+ msgstr ""
5637
+
5638
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-check.php:301
5639
+ msgid "Edit Homepage"
5640
+ msgstr ""
5641
+
5642
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:10
5643
+ msgid "Links are crawlable"
5644
+ msgstr ""
5645
+
5646
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:11
5647
+ msgid "Links are not crawlable"
5648
+ msgstr ""
5649
+
5650
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:27
5651
+ msgid "Google can follow links only if they are an %s. Links that use other formats won't be followed by Google's crawlers. Google cannot follow links without an href, or links created by script events."
5652
+ msgstr ""
5653
+
5654
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:28
5655
+ msgid "<a> tag with an href attribute"
5656
+ msgstr ""
5657
+
5658
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:50
5659
+ msgid "Way to go! It appears all your links are crawlable!"
5660
+ msgstr ""
5661
+
5662
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:73
5663
+ msgid "We've detected some of your links are not crawlable."
5664
+ msgstr ""
5665
+
5666
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:82
5667
+ msgid "Here are examples of links that Google can and can't follow:"
5668
+ msgstr ""
5669
+
5670
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:87
5671
+ msgid "Can follow:"
5672
+ msgstr ""
5673
+
5674
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:118
5675
+ msgid "Can't follow:"
5676
+ msgstr ""
5677
+
5678
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:163
5679
+ msgid "Link to resolvable URLs"
5680
+ msgstr ""
5681
+
5682
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:164
5683
+ msgid "Ensure that the URL linked to by your <a> tag is an actual web address that Googlebot can send requests to, for example:"
5684
+ msgstr ""
5685
+
5686
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:169
5687
+ msgid "Can resolve:"
5688
+ msgstr ""
5689
+
5690
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:180
5691
+ msgid "Can't resolve:"
5692
+ msgstr ""
5693
+
5694
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:210
5695
+ msgid "Failing links"
5696
+ msgstr ""
5697
+
5698
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:211
5699
+ msgid "Link text"
5700
+ msgstr ""
5701
+
5702
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:257
5703
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:200
5704
+ msgid "To locate the Link text on your homepage, use the Find tool of your browser."
5705
+ msgstr ""
5706
+
5707
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:279
5708
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:282
5709
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:131
5710
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:156
5711
+ msgid "Audit Type: Indexing audits"
5712
+ msgstr ""
5713
+
5714
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:281
5715
+ msgid "Failing Audit: Links are not crawlable"
5716
+ msgstr ""
5717
+
5718
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:283
5719
+ msgid "Status: We've detected some of your links are not crawlable."
5720
+ msgstr ""
5721
+
5722
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-crawlable-anchors-check.php:290
5723
+ msgid "Google can follow links only if they are an <a> tag with an href attribute. Links that use other formats won't be followed by Google's crawlers. Google cannot follow links without an href, or links created by script events."
5724
+ msgstr ""
5725
+
5726
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:10
5727
+ msgid "Document has a <title> element"
5728
+ msgstr ""
5729
+
5730
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:11
5731
+ msgid "Document doesn't have a <title> element"
5732
+ msgstr ""
5733
+
5734
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:26
5735
+ msgid "Add Title"
5736
+ msgstr ""
5737
+
5738
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:39
5739
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:113
5740
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:195
5741
+ msgid "Having a <title> element on every page helps all your users:"
5742
+ msgstr ""
5743
+
5744
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:41
5745
+ msgid "Search engine users rely on the title to determine whether a page is relevant to their search."
5746
+ msgstr ""
5747
+
5748
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:42
5749
+ msgid "The title also gives users of screen readers and other assistive technologies an overview of the page. The title is the first text that an assistive technology announces."
5750
+ msgstr ""
5751
+
5752
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:63
5753
+ msgid "Your homepage has a <title> element, well done!"
5754
+ msgstr ""
5755
+
5756
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:88
5757
+ msgid "We couldn't find a <title> tag on your homepage."
5758
+ msgstr ""
5759
+
5760
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:95
5761
+ msgid "How to add a title"
5762
+ msgstr ""
5763
+
5764
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:99
5765
+ msgid "Open the %s editor and add a meta title (and description) for your homepage. While you’re there, set up your default format for all other post types to ensure you always have a good quality <title> output."
5766
+ msgstr ""
5767
+
5768
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:108
5769
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:104
5770
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:123
5771
+ msgid "Read More - Best practices"
5772
+ msgstr ""
5773
+
5774
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:112
5775
+ msgid "Tips for creating great titles"
5776
+ msgstr ""
5777
+
5778
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:115
5779
+ msgid "Use a unique title for each page."
5780
+ msgstr ""
5781
+
5782
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:116
5783
+ msgid "Make titles descriptive and concise. Avoid vague titles like \"Home.\""
5784
+ msgstr ""
5785
+
5786
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:117
5787
+ msgid "Avoid keyword stuffing. It doesn't help users, and search engines may mark the page as spam."
5788
+ msgstr ""
5789
+
5790
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:118
5791
+ msgid "It's OK to brand your titles, but do so concisely."
5792
+ msgstr ""
5793
+
5794
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:124
5795
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:119
5796
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:146
5797
+ msgid "Don’t. "
5798
+ msgstr ""
5799
+
5800
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:125
5801
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:147
5802
+ msgid "Too vague."
5803
+ msgstr ""
5804
+
5805
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:133
5806
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:159
5807
+ msgid "Donut recipe"
5808
+ msgstr ""
5809
+
5810
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:142
5811
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:141
5812
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:168
5813
+ msgid "Do. "
5814
+ msgstr ""
5815
+
5816
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:143
5817
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:169
5818
+ msgid "Descriptive yet concise."
5819
+ msgstr ""
5820
+
5821
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:151
5822
+ msgid "Mary's quick maple bacon donut recipe"
5823
+ msgstr ""
5824
+
5825
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:162
5826
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:193
5827
+ msgid "See Google's %s page for more details about these tips."
5828
+ msgstr ""
5829
+
5830
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:164
5831
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:195
5832
+ msgid "Create good titles and snippets in Search Results"
5833
+ msgstr ""
5834
+
5835
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:190
5836
+ msgid "Failing Audit: Document doesn't have a <title> element"
5837
+ msgstr ""
5838
+
5839
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:192
5840
+ msgid "Status: We couldn't find a <title> tag on your homepage."
5841
+ msgstr ""
5842
+
5843
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:196
5844
+ msgid "- Search engine users rely on the title to determine whether a page is relevant to their search."
5845
+ msgstr ""
5846
+
5847
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-document-title-check.php:197
5848
+ msgid "- The title also gives users of screen readers and other assistive technologies an overview of the page. The title is the first text that an assistive technology announces."
5849
+ msgstr ""
5850
+
5851
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:7
5852
+ msgid "Document uses legible font sizes"
5853
+ msgstr ""
5854
+
5855
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:8
5856
+ msgid "Document doesn't use legible font sizes"
5857
+ msgstr ""
5858
+
5859
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:18
5860
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:123
5861
+ msgid "Many search engines rank pages based on how mobile-friendly they are. Font sizes smaller than 12px are often difficult to read on mobile devices and may require users to zoom in to display text at a comfortable reading size."
5862
+ msgstr ""
5863
+
5864
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:34
5865
+ msgid "Document uses legible font sizes, nice work!"
5866
+ msgstr ""
5867
+
5868
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:54
5869
+ msgid "Document doesn't use legible font sizes."
5870
+ msgstr ""
5871
+
5872
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:61
5873
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:120
5874
+ msgid "Lighthouse flags pages on which 60% or more of the text has a font size smaller than 12px."
5875
+ msgstr ""
5876
+
5877
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:66
5878
+ msgid "How to fix illegible fonts"
5879
+ msgstr ""
5880
+
5881
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:67
5882
+ msgid "If Lighthouse reports Text is illegible because of a missing viewport config, add a <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> tag to the <head> of your document."
5883
+ msgstr ""
5884
+
5885
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:88
5886
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:155
5887
+ msgid "Selector"
5888
+ msgstr ""
5889
+
5890
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:89
5891
+ msgid "Font Size"
5892
+ msgstr ""
5893
+
5894
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:90
5895
+ msgid "% of Page Text"
5896
+ msgstr ""
5897
+
5898
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:115
5899
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:161
5900
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:176
5901
+ msgid "Audit Type: Responsive audits"
5902
+ msgstr ""
5903
+
5904
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:117
5905
+ msgid "Failing Audit: Document doesn't use legible font sizes"
5906
+ msgstr ""
5907
+
5908
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-font-size-check.php:119
5909
+ msgid "Status: Document doesn't use legible font sizes."
5910
+ msgstr ""
5911
+
5912
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:10
5913
+ msgid "Document has a valid hreflang"
5914
+ msgstr ""
5915
+
5916
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:11
5917
+ msgid "Document doesn't have a valid hreflang"
5918
+ msgstr ""
5919
+
5920
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:24
5921
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:234
5922
+ msgid "Many sites provide different versions of a page based on a user's language or region. hreflang links tell search engines the URLs for all the versions of a page so that they can display the correct version for each language or region."
5923
+ msgstr ""
5924
+
5925
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:44
5926
+ msgid "Document has a valid %s, nice work."
5927
+ msgstr ""
5928
+
5929
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:45
5930
+ msgid "hreflang"
5931
+ msgstr ""
5932
+
5933
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:69
5934
+ msgid "Document doesn't have a valid hreflang."
5935
+ msgstr ""
5936
+
5937
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:78
5938
+ msgid "How to define an hreflang link for each version of a page"
5939
+ msgstr ""
5940
+
5941
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:81
5942
+ msgid "Method 1: Add hreflang Tag in WordPress Using a Multilingual Plugin."
5943
+ msgstr ""
5944
+
5945
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:84
5946
+ msgid "The best approach to building a multilingual WordPress site is by using a multilingual plugin. A multilingual WordPress plugin allows you to easily create and manage content in multiple languages using the same WordPress core software. Some examples: %1$s or %2$s."
5947
+ msgstr ""
5948
+
5949
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:89
5950
+ msgid "Polylang"
5951
+ msgstr ""
5952
+
5953
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:95
5954
+ msgid "WPML"
5955
+ msgstr ""
5956
+
5957
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:102
5958
+ msgid "Method 2: Add hreflang Tags in WordPress Without Using a Multilingual Plugin"
5959
+ msgstr ""
5960
+
5961
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:105
5962
+ msgid "This method is for users who are not using a multilingual plugin to manage translations on their websites. First thing you need to do is install and activate the %s. Next, you need to edit the post or page where you want to add the hreflang tag. On the post edit screen, you will notice a new metabox labeled hreflang tags."
5963
+ msgstr ""
5964
+
5965
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:107
5966
+ msgid "hreflang Tags Lite plugin"
5967
+ msgstr ""
5968
+
5969
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:120
5970
+ msgid "Guidelines for hreflang values"
5971
+ msgstr ""
5972
+
5973
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:122
5974
+ msgid "The hreflang value must always specify a language code."
5975
+ msgstr ""
5976
+
5977
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:126
5978
+ msgid "The language code must follow %s."
5979
+ msgstr ""
5980
+
5981
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:128
5982
+ msgid "ISO 639-1 format"
5983
+ msgstr ""
5984
+
5985
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:133
5986
+ msgid "The hreflang value can also include an optional regional code. For example, es-mx is for Spanish speakers in Mexico, while es-cl is for Spanish speakers in Chile."
5987
+ msgstr ""
5988
+
5989
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:137
5990
+ msgid "The region code must follow the %s."
5991
+ msgstr ""
5992
+
5993
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:139
5994
+ msgid "ISO 3166-1 alpha-2 format"
5995
+ msgstr ""
5996
+
5997
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:149
5998
+ msgid "For more information, see Google's %s."
5999
+ msgstr ""
6000
+
6001
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:151
6002
+ msgid "Tell Google about localized versions of your page"
6003
+ msgstr ""
6004
+
6005
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:177
6006
+ #: includes/assets/js/build/wds-schema-types.js:3
6007
+ msgid "Source"
6008
+ msgstr ""
6009
+
6010
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:210
6011
+ msgid "HREFLANG Plugins"
6012
+ msgstr ""
6013
+
6014
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:225
6015
+ msgid "Failing Audit: Document doesn't have a valid hreflang"
6016
+ msgstr ""
6017
+
6018
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-hreflang-check.php:227
6019
+ msgid "Status: Document doesn't have a valid hreflang."
6020
+ msgstr ""
6021
+
6022
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:10
6023
+ msgid "Page has successful HTTP status code"
6024
+ msgstr ""
6025
+
6026
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:11
6027
+ msgid "Page has unsuccessful HTTP status code"
6028
+ msgstr ""
6029
+
6030
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:26
6031
+ msgid "Servers provide a three-digit %1$s for each resource request they receive. Status codes in the 400s and 500s %2$s with the requested resource. If a search engine encounters a status code error when it's crawling a web page, it may not index that page properly."
6032
+ msgstr ""
6033
+
6034
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:31
6035
+ msgid "HTTP status code"
6036
+ msgstr ""
6037
+
6038
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:37
6039
+ msgid "indicate that there's an error"
6040
+ msgstr ""
6041
+
6042
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:60
6043
+ msgid "Page has a successful HTTP status code."
6044
+ msgstr ""
6045
+
6046
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:83
6047
+ msgid "Page returns an unsuccessful HTTP status code."
6048
+ msgstr ""
6049
+
6050
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:90
6051
+ msgid "How to fix an unsuccessful HTTP status code"
6052
+ msgstr ""
6053
+
6054
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:91
6055
+ msgid "First make sure you actually want search engines to crawl the page. Some pages, like your 404 page or any other page that shows an error, shouldn't be included in search results."
6056
+ msgstr ""
6057
+
6058
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:92
6059
+ msgid "To fix an HTTP status code error, refer to the documentation for your server or hosting provider. The server should return a status code in the 200s for all valid URLs or a status code in the 300s for a resource that has moved to another URL."
6060
+ msgstr ""
6061
+
6062
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:97
6063
+ msgid "See %s page for more information."
6064
+ msgstr ""
6065
+
6066
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-http-status-code-check.php:99
6067
+ msgid "Source code for Page has unsuccessful HTTP status code audit"
6068
+ msgstr ""
6069
+
6070
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:10
6071
+ msgid "Image elements have [alt] attributes"
6072
+ msgstr ""
6073
+
6074
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:11
6075
+ msgid "Image elements do not have [alt] attributes"
6076
+ msgstr ""
6077
+
6078
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:25
6079
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:201
6080
+ msgid "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute."
6081
+ msgstr ""
6082
+
6083
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:45
6084
+ msgid "Way to go! It appears all your images have alt image text."
6085
+ msgstr ""
6086
+
6087
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:69
6088
+ msgid "We've detected some of your images are missing %s text."
6089
+ msgstr ""
6090
+
6091
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:70
6092
+ msgid "alt tag"
6093
+ msgstr ""
6094
+
6095
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:80
6096
+ msgid "How to add alternative text to images"
6097
+ msgstr ""
6098
+
6099
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:81
6100
+ msgid "Provide an alt attribute for every <img> element. If the image fails to load, the alt text is used as a placeholder so users have a sense of what the image was trying to convey."
6101
+ msgstr ""
6102
+
6103
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:85
6104
+ msgid "Most images should have short, descriptive text:"
6105
+ msgstr ""
6106
+
6107
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:93
6108
+ msgid "\"Audits set-up in Chrome DevTools\" "
6109
+ msgstr ""
6110
+
6111
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:104
6112
+ msgid "If the image acts as decoration and does not provide any useful content, give it an empty alt=\"\" attribute to remove it from the accessibility tree:"
6113
+ msgstr ""
6114
+
6115
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:115
6116
+ msgid "\"\""
6117
+ msgstr ""
6118
+
6119
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:127
6120
+ msgid "See also %s."
6121
+ msgstr ""
6122
+
6123
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:129
6124
+ msgid "Include text alternatives for images and objects"
6125
+ msgstr ""
6126
+
6127
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:154
6128
+ msgid "Failing Elements"
6129
+ msgstr ""
6130
+
6131
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:192
6132
+ msgid "Failing Audit: Image elements do not have [alt] attributes"
6133
+ msgstr ""
6134
+
6135
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-image-alt-check.php:194
6136
+ msgid "Status: We've detected some of your images are missing alt tag text."
6137
+ msgstr ""
6138
+
6139
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:28
6140
+ msgid "Page isn't blocked from indexing"
6141
+ msgstr ""
6142
+
6143
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:29
6144
+ msgid "Page is blocked from indexing"
6145
+ msgstr ""
6146
+
6147
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:42
6148
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:293
6149
+ msgid "Search engines can only show pages in their search results if those pages don't explicitly block indexing by search engine crawlers. Some HTTP headers and meta tags tell crawlers that a page shouldn't be indexed."
6150
+ msgstr ""
6151
+
6152
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:43
6153
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:294
6154
+ msgid "Only block indexing for content that you don't want to appear in search results."
6155
+ msgstr ""
6156
+
6157
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:62
6158
+ msgid "Page is crawlable"
6159
+ msgstr ""
6160
+
6161
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:95
6162
+ msgid "How to ensure search engines can crawl your page"
6163
+ msgstr ""
6164
+
6165
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:114
6166
+ msgid "Page is not crawlable"
6167
+ msgstr ""
6168
+
6169
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:117
6170
+ msgid "Your WordPress Settings are currently to %s this site."
6171
+ msgstr ""
6172
+
6173
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:118
6174
+ msgid "Discourage search engines from indexing"
6175
+ msgstr ""
6176
+
6177
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:122
6178
+ msgid "Your SmartCrawl Settings are currently set to %s."
6179
+ msgstr ""
6180
+
6181
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:123
6182
+ msgid "No Index"
6183
+ msgstr ""
6184
+
6185
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:138
6186
+ msgid "Go to %s and enable the indexing option for your Homepage. Indexing enables you to configure how you want your website to appear in search results."
6187
+ msgstr ""
6188
+
6189
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:139
6190
+ msgid "SmartCrawl > Titles & Meta"
6191
+ msgstr ""
6192
+
6193
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:151
6194
+ msgid "Preventing search engine bots from indexing your site is generally not recommended. However, if this is intentional (you’re still in development) you can ignore this recommendation."
6195
+ msgstr ""
6196
+
6197
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:155
6198
+ msgid "In the %1$s area, the %2$s has a checkbox labelled Search Engine Visibility. Make sure the checkbox is not selected and click Save Changes. If this warning is still displaying after running another audit, it’s likely the <meta> tag has been hardcoded to your theme files, or is being output from another plugin. Contact your web developer to take a look and fix up the issue."
6199
+ msgstr ""
6200
+
6201
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:156
6202
+ msgid "WordPress Settings"
6203
+ msgstr ""
6204
+
6205
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:157
6206
+ msgid "Reading tab"
6207
+ msgstr ""
6208
+
6209
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:198
6210
+ msgid "Blocking Directive Source"
6211
+ msgstr ""
6212
+
6213
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:254
6214
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:269
6215
+ msgid "Edit Settings"
6216
+ msgstr ""
6217
+
6218
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:284
6219
+ msgid "Failing Audit: Page is blocked from indexing"
6220
+ msgstr ""
6221
+
6222
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-is-crawlable-check.php:286
6223
+ msgid "Status: Page is not crawlable"
6224
+ msgstr ""
6225
+
6226
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:10
6227
+ msgid "Links have descriptive text"
6228
+ msgstr ""
6229
+
6230
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:11
6231
+ msgid "Links do not have descriptive text"
6232
+ msgstr ""
6233
+
6234
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:23
6235
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:260
6236
+ msgid "Link text is the clickable word or phrase in a hyperlink. When link text clearly conveys a hyperlink's target, both users and search engines can more easily understand your content and how it relates to other pages."
6237
+ msgstr ""
6238
+
6239
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:44
6240
+ msgid "All your links have descriptive text, nice work."
6241
+ msgstr ""
6242
+
6243
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:62
6244
+ msgid "Lighthouse flags the following generic link text:"
6245
+ msgstr ""
6246
+
6247
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:65
6248
+ msgid "click this"
6249
+ msgstr ""
6250
+
6251
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:66
6252
+ msgid "go"
6253
+ msgstr ""
6254
+
6255
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:70
6256
+ msgid "this"
6257
+ msgstr ""
6258
+
6259
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:71
6260
+ msgid "start"
6261
+ msgstr ""
6262
+
6263
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:74
6264
+ msgid "right here"
6265
+ msgstr ""
6266
+
6267
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:75
6268
+ msgid "more"
6269
+ msgstr ""
6270
+
6271
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:76
6272
+ msgid "learn more"
6273
+ msgstr ""
6274
+
6275
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:87
6276
+ msgid "Some links are empty and without helpful descriptive text."
6277
+ msgstr ""
6278
+
6279
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:96
6280
+ msgid "How to add descriptive link text"
6281
+ msgstr ""
6282
+
6283
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:98
6284
+ msgid "Replace generic phrases like \"click here\" and \"learn more\" with specific descriptions. In general, write link text that clearly indicates what type of content users will get if they follow the hyperlink."
6285
+ msgstr ""
6286
+
6287
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:108
6288
+ msgid "Link text best practices"
6289
+ msgstr ""
6290
+
6291
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:110
6292
+ msgid "Stay on topic. Don't use link text that has no relation to the page's content."
6293
+ msgstr ""
6294
+
6295
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:111
6296
+ msgid "Don't use the page's URL as the link description unless you have a good reason to do so, such as referencing a site's new address."
6297
+ msgstr ""
6298
+
6299
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:112
6300
+ msgid "Keep descriptions concise. Aim for a few words or a short phrase."
6301
+ msgstr ""
6302
+
6303
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:113
6304
+ msgid "Pay attention to your internal links too. Improving the quality of internal links can help both users and search engines navigate your site more easily."
6305
+ msgstr ""
6306
+
6307
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:120
6308
+ msgid "\"Click here\" doesn't convey where the hyperlink will take users."
6309
+ msgstr ""
6310
+
6311
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:128
6312
+ msgid "To see all of our basketball videos, "
6313
+ msgstr ""
6314
+
6315
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:142
6316
+ msgid "\"Basketball videos\" clearly conveys that the hyperlink will take users to a page of videos."
6317
+ msgstr ""
6318
+
6319
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:150
6320
+ msgid "Check out all of our "
6321
+ msgstr ""
6322
+
6323
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:154
6324
+ msgid "basketball videos"
6325
+ msgstr ""
6326
+
6327
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:164
6328
+ msgid "See the %1$s section of %2$s for more tips."
6329
+ msgstr ""
6330
+
6331
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:169
6332
+ msgid "Use links wisely"
6333
+ msgstr ""
6334
+
6335
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:175
6336
+ msgid "Google's Search Engine Optimization (SEO) Starter Guide"
6337
+ msgstr ""
6338
+
6339
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:216
6340
+ msgid "Link Text"
6341
+ msgstr ""
6342
+
6343
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:217
6344
+ msgid "Link Destination"
6345
+ msgstr ""
6346
+
6347
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:251
6348
+ msgid "Failing Audit: Links do not have descriptive text"
6349
+ msgstr ""
6350
+
6351
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:253
6352
+ msgid "Status: Some links are empty and without helpful descriptive text."
6353
+ msgstr ""
6354
+
6355
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-link-text-check.php:261
6356
+ msgid "Lighthouse flags the following generic link text: click here, click this, go,here,this,start,right here,more and learn more"
6357
+ msgstr ""
6358
+
6359
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:10
6360
+ msgid "Document has a meta description"
6361
+ msgstr ""
6362
+
6363
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:11
6364
+ msgid "Document does not have a meta description"
6365
+ msgstr ""
6366
+
6367
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:26
6368
+ msgid "The %s element provides a summary of a page's content that search engines include in search results. A high-quality, unique meta description makes your page appear more relevant and can increase your search traffic."
6369
+ msgstr ""
6370
+
6371
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:52
6372
+ msgid "Your homepage has a meta description, well done!"
6373
+ msgstr ""
6374
+
6375
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:72
6376
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:243
6377
+ msgid "The audit fails if:"
6378
+ msgstr ""
6379
+
6380
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:79
6381
+ msgid "If your page doesn't have a %s element."
6382
+ msgstr ""
6383
+
6384
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:87
6385
+ msgid "The %1$s attribute of the %2$s element is empty."
6386
+ msgstr ""
6387
+
6388
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:88
6389
+ msgid "content"
6390
+ msgstr ""
6391
+
6392
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:103
6393
+ msgid "We couldn't find a meta description tag on your homepage."
6394
+ msgstr ""
6395
+
6396
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:110
6397
+ msgid "How to add a meta description"
6398
+ msgstr ""
6399
+
6400
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:114
6401
+ msgid "Open the %s editor and add a meta description (and title) for your homepage. While you're there, set up your default format for all other post types to ensure you always have a good quality <meta name=description> output."
6402
+ msgstr ""
6403
+
6404
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:127
6405
+ msgid "Meta description best practices"
6406
+ msgstr ""
6407
+
6408
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:129
6409
+ msgid "Use a unique description for each page."
6410
+ msgstr ""
6411
+
6412
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:130
6413
+ msgid "Make descriptions relevant and concise. Avoid vague descriptions like \"Home page”."
6414
+ msgstr ""
6415
+
6416
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:134
6417
+ msgid "Avoid %s. It doesn't help users, and search engines may mark the page as spam."
6418
+ msgstr ""
6419
+
6420
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:136
6421
+ msgid "keyword stuffing"
6422
+ msgstr ""
6423
+
6424
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:141
6425
+ msgid "Descriptions don't have to be complete sentences; they can contain structured data."
6426
+ msgstr ""
6427
+
6428
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:181
6429
+ msgid "Mary's simple recipe for maple bacon donuts makes a sticky, sweet treat with just a hint of salt that you'll keep coming back for."
6430
+ msgstr ""
6431
+
6432
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:216
6433
+ msgid "Add Description"
6434
+ msgstr ""
6435
+
6436
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:237
6437
+ msgid "Failing Audit: Document does not have a meta description"
6438
+ msgstr ""
6439
+
6440
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:239
6441
+ msgid "Status: We couldn't find a meta description tag on your homepage."
6442
+ msgstr ""
6443
+
6444
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:242
6445
+ msgid "The <meta name=\"description\"> element provides a summary of a page's content that search engines include in search results. A high-quality, unique meta description makes your page appear more relevant and can increase your search traffic."
6446
+ msgstr ""
6447
+
6448
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:244
6449
+ msgid "- If your page doesn't have a <meta name=\"description\"> element."
6450
+ msgstr ""
6451
+
6452
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-meta-description-check.php:245
6453
+ msgid "- The content attribute of the <meta name=\"description\"> element is empty."
6454
+ msgstr ""
6455
+
6456
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:10
6457
+ msgid "Document avoids browser plugins"
6458
+ msgstr ""
6459
+
6460
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:11
6461
+ msgid "Document uses browser plugins"
6462
+ msgstr ""
6463
+
6464
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:24
6465
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:142
6466
+ msgid "Search engines often can't index content that relies on browser plugins, such as Java or Flash. That means browser plugin-based content doesn't show up in search results."
6467
+ msgstr ""
6468
+
6469
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:25
6470
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:143
6471
+ msgid "Also, most mobile devices don't support browser plugins, which creates frustrating experiences for mobile users."
6472
+ msgstr ""
6473
+
6474
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:44
6475
+ msgid "Document avoids browser plugins - Google is loving it!"
6476
+ msgstr ""
6477
+
6478
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:67
6479
+ msgid "Document uses browser plugins - Search Engines can’t index browser plugins."
6480
+ msgstr ""
6481
+
6482
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:75
6483
+ msgid "Don't use browser plugins to display your content"
6484
+ msgstr ""
6485
+
6486
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:79
6487
+ msgid "To convert browser plugin-based content to HTML, refer to guidance for that plugin. For example, MDN explains %s."
6488
+ msgstr ""
6489
+
6490
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:81
6491
+ msgid "how to convert Flash video to HTML5 video"
6492
+ msgstr ""
6493
+
6494
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:105
6495
+ msgid "Element source"
6496
+ msgstr ""
6497
+
6498
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:133
6499
+ msgid "Failing Audit: Document uses browser plugins"
6500
+ msgstr ""
6501
+
6502
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-plugins-check.php:135
6503
+ msgid "Status: Document uses browser plugins - Search Engines can’t index browser plugins."
6504
+ msgstr ""
6505
+
6506
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:10
6507
+ msgid "robots.txt is valid"
6508
+ msgstr ""
6509
+
6510
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:11
6511
+ msgid "robots.txt is not valid"
6512
+ msgstr ""
6513
+
6514
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:24
6515
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:168
6516
+ msgid "The robots.txt file tells search engines which of your site's pages they can crawl. An invalid robots.txt configuration can cause two types of problems:"
6517
+ msgstr ""
6518
+
6519
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:26
6520
+ msgid "It can keep search engines from crawling public pages, causing your content to show up less often in search results."
6521
+ msgstr ""
6522
+
6523
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:27
6524
+ msgid "It can cause search engines to crawl pages you may not want shown in search results."
6525
+ msgstr ""
6526
+
6527
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:47
6528
+ msgid "We've detected a robots.txt file, nice work."
6529
+ msgstr ""
6530
+
6531
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:70
6532
+ msgid "The robots.txt file is not valid."
6533
+ msgstr ""
6534
+
6535
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:76
6536
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:161
6537
+ msgid "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed."
6538
+ msgstr ""
6539
+
6540
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:83
6541
+ msgid "How to fix problems with robots.txt"
6542
+ msgstr ""
6543
+
6544
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:87
6545
+ msgid "SmartCrawl can automatically add a robots.txt file for you, and link to your sitemap. Jump to %s and fix the issues in your robots.txt file."
6546
+ msgstr ""
6547
+
6548
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:88
6549
+ msgid "Advanced Tools / Robots.txt Editor"
6550
+ msgstr ""
6551
+
6552
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:112
6553
+ msgid "Line Number"
6554
+ msgstr ""
6555
+
6556
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:114
6557
+ msgid "Error"
6558
+ msgstr ""
6559
+
6560
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:143
6561
+ msgid "Edit Robots.txt"
6562
+ msgstr ""
6563
+
6564
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:158
6565
+ msgid "Failing Audit: robots.txt is not valid"
6566
+ msgstr ""
6567
+
6568
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:160
6569
+ msgid "Status: The robots.txt file is not valid."
6570
+ msgstr ""
6571
+
6572
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:170
6573
+ msgid "- It can keep search engines from crawling public pages, causing your content to show up less often in search results."
6574
+ msgstr ""
6575
+
6576
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-robots-txt-check.php:171
6577
+ msgid "- It can cause search engines to crawl pages you may not want shown in search results."
6578
+ msgstr ""
6579
+
6580
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:10
6581
+ msgid "Structured data is valid"
6582
+ msgstr ""
6583
+
6584
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:11
6585
+ msgid "Structured data is invalid"
6586
+ msgstr ""
6587
+
6588
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:27
6589
+ msgid "Search engines use structured data to understand what kind of content is on your page. For example, you can tell search engines that your page is an article, a job posting, or an FAQ."
6590
+ msgstr ""
6591
+
6592
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:28
6593
+ msgid "Marking up your content with structured data makes it more likely that it will be included in rich search results. For example, content marked up as an article might appear in a list of top stories relevant to something the user searched for."
6594
+ msgstr ""
6595
+
6596
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:38
6597
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:141
6598
+ msgid "The Lighthouse structured data audit is manual, so it does not affect your Lighthouse SEO score."
6599
+ msgstr ""
6600
+
6601
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:45
6602
+ msgid "How to mark up your content"
6603
+ msgstr ""
6604
+
6605
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:47
6606
+ msgid "Identify the content type that represents your content."
6607
+ msgstr ""
6608
+
6609
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:51
6610
+ msgid "Create the structured data markup using SmartCrawl's %s, and ensure location rules are configured for the content types you want to make available to search engines."
6611
+ msgstr ""
6612
+
6613
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:53
6614
+ msgid "Schema Types Builder"
6615
+ msgstr ""
6616
+
6617
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:60
6618
+ msgid "Run the %s to validate your structured data."
6619
+ msgstr ""
6620
+
6621
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:62
6622
+ msgid "Structured Data Linter"
6623
+ msgstr ""
6624
+
6625
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:67
6626
+ msgid "Test how the markup works in Google Search:"
6627
+ msgstr ""
6628
+
6629
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:73
6630
+ msgid "Structured Data Testing Tool"
6631
+ msgstr ""
6632
+
6633
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:81
6634
+ msgid "See Google's %s page for more information."
6635
+ msgstr ""
6636
+
6637
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-structured-data-check.php:83
6638
+ msgid "Mark Up Your Content Items"
6639
+ msgstr ""
6640
+
6641
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:10
6642
+ msgid "Tap targets are sized appropriately"
6643
+ msgstr ""
6644
+
6645
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:11
6646
+ msgid "Tap targets are not sized appropriately"
6647
+ msgstr ""
6648
+
6649
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:34
6650
+ msgid "Interactive elements like buttons and links should be large enough (%1$s), and have enough space around them (%2$s), to be easy enough to tap without overlapping onto other elements."
6651
+ msgstr ""
6652
+
6653
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:40
6654
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:170
6655
+ msgid "Many search engines rank pages based on how mobile-friendly they are. Making sure tap targets are big enough and far enough apart from each other makes your page more mobile-friendly and accessible."
6656
+ msgstr ""
6657
+
6658
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:59
6659
+ msgid "Tap targets are sized appropriately."
6660
+ msgstr ""
6661
+
6662
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:82
6663
+ msgid "Tap targets are not sized appropriately."
6664
+ msgstr ""
6665
+
6666
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:89
6667
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:166
6668
+ msgid "Targets that are smaller than 48 px by 48 px or closer than 8 px apart fail the audit."
6669
+ msgstr ""
6670
+
6671
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:94
6672
+ msgid "How to fix your tap targets"
6673
+ msgstr ""
6674
+
6675
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:99
6676
+ msgid "%1$s: Increase the size of tap targets that are too small. Tap targets that are %2$s never fail the audit. If you have elements that shouldn't appear any bigger (for example, icons), try increasing the padding property."
6677
+ msgstr ""
6678
+
6679
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:100
6680
+ msgid "Step 1"
6681
+ msgstr ""
6682
+
6683
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:101
6684
+ msgid "48 px by 48 px"
6685
+ msgstr ""
6686
+
6687
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:108
6688
+ msgid "%1$s: Increase the spacing between tap targets that are too close together using properties like margin. There should be at least %2$s between tap targets."
6689
+ msgstr ""
6690
+
6691
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:109
6692
+ msgid "Step 2"
6693
+ msgstr ""
6694
+
6695
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:110
6696
+ msgid "8px"
6697
+ msgstr ""
6698
+
6699
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:129
6700
+ msgid "Tap Target"
6701
+ msgstr ""
6702
+
6703
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:130
6704
+ msgid "Size"
6705
+ msgstr ""
6706
+
6707
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:131
6708
+ msgid "Overlapping Target"
6709
+ msgstr ""
6710
+
6711
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:163
6712
+ msgid "Failing Audit: Tap targets are not sized appropriately"
6713
+ msgstr ""
6714
+
6715
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:165
6716
+ msgid "Status: Tap targets are not sized appropriately."
6717
+ msgstr ""
6718
+
6719
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-tap-targets-check.php:169
6720
+ msgid "Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them (8px), to be easy enough to tap without overlapping onto other elements."
6721
+ msgstr ""
6722
+
6723
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:10
6724
+ msgid "Has a <meta name=\"viewport\"> tag with width or initial-scale"
6725
+ msgstr ""
6726
+
6727
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:11
6728
+ msgid "Does not have a <meta name=\"viewport\"> tag with width or initial-scale"
6729
+ msgstr ""
6730
+
6731
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:24
6732
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:183
6733
+ msgid "Many search engines rank pages based on how mobile-friendly they are. Without a viewport meta tag, mobile devices render pages at typical desktop screen widths and then scale the pages down, making them difficult to read."
6734
+ msgstr ""
6735
+
6736
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:28
6737
+ msgid "Setting the %s lets you control the width and scaling of the viewport so that it's sized correctly on all devices."
6738
+ msgstr ""
6739
+
6740
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:30
6741
+ msgid "viewport meta tag"
6742
+ msgstr ""
6743
+
6744
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:54
6745
+ msgid "Has a %1$s tag with %2$s or %3$s"
6746
+ msgstr ""
6747
+
6748
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:82
6749
+ msgid "We couldn't find any %s."
6750
+ msgstr ""
6751
+
6752
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:83
6753
+ msgid "viewport metatag"
6754
+ msgstr ""
6755
+
6756
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:91
6757
+ msgid "A page fails the audit unless all of these conditions are met:"
6758
+ msgstr ""
6759
+
6760
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:93
6761
+ msgid "The document's <head> contains a <meta name=\"viewport\"> tag."
6762
+ msgstr ""
6763
+
6764
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:94
6765
+ msgid "The viewport meta tag contains a content attribute."
6766
+ msgstr ""
6767
+
6768
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:95
6769
+ msgid "The content attribute's value includes the text width=."
6770
+ msgstr ""
6771
+
6772
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:98
6773
+ msgid "Lighthouse doesn't check that width equals device-width. It also doesn't check for an initial-scale key-valuepair. However, you still need to include both for your page to render correctly on mobile devices."
6774
+ msgstr ""
6775
+
6776
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:102
6777
+ msgid "How to add a viewport meta tag"
6778
+ msgstr ""
6779
+
6780
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:103
6781
+ msgid "Add a viewport <meta> tag with the appropriate key-value pairs to the <head> of your page:"
6782
+ msgstr ""
6783
+
6784
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:140
6785
+ msgid "Here's what each key-value pair does:"
6786
+ msgstr ""
6787
+
6788
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:142
6789
+ msgid "width=device-width sets the width of the viewport to the width of the device."
6790
+ msgstr ""
6791
+
6792
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:143
6793
+ msgid "initial-scale=1 sets the initial zoom level when the user visits the page."
6794
+ msgstr ""
6795
+
6796
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:152
6797
+ msgid "This audit should be fixed by your theme developer. Click the %s button below to save and send them the required info."
6798
+ msgstr ""
6799
+
6800
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:178
6801
+ msgid "Failing Audit: Does not have a <meta name=\"viewport\"> tag with width or initial-scale"
6802
+ msgstr ""
6803
+
6804
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:180
6805
+ msgid "Status: We couldn't find any viewport metatag."
6806
+ msgstr ""
6807
+
6808
+ #: includes/core/lighthouse/checks/class-wds-lighthouse-viewport-check.php:184
6809
+ msgid "Setting the viewport meta tag lets you control the width and scaling of the viewport so that it's sized correctly on all devices."
6810
+ msgstr ""
6811
+
6812
+ #: includes/core/lighthouse/class-wds-controller-lighthouse.php:74
6813
+ msgid "Heads up, %s! SmartCrawl’s SEO Checkup functionality has been removed in favor of SEO Audits powered by Google Lighthouse. We’ve automatically migrated your SEO Checkup settings to Lighthouse SEO Audit."
6814
+ msgstr ""
6815
+
6816
+ #: includes/core/lighthouse/class-wds-controller-lighthouse.php:81
6817
+ msgid "Check Out SEO Audits"
6818
+ msgstr ""
6819
+
6820
+ #: includes/core/lighthouse/class-wds-controller-lighthouse.php:142
6821
+ msgid "We were not able to get results for your site"
6822
+ msgstr ""
6823
+
6824
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:100
6825
+ msgid "Make sure search engines understand your content."
6826
+ msgstr ""
6827
+
6828
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:114
6829
+ msgid "Crawling and indexing audits"
6830
+ msgstr ""
6831
+
6832
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:115
6833
+ msgid "Make sure search engines can crawl and index your page."
6834
+ msgstr ""
6835
+
6836
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:129
6837
+ msgid "Make your page mobile friendly."
6838
+ msgstr ""
6839
+
6840
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:140
6841
+ msgid "Manual audits"
6842
+ msgstr ""
6843
+
6844
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:265
6845
+ msgid "%1$s at %2$s"
6846
+ msgstr ""
6847
+
6848
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:279
6849
+ msgid "Excellent! Your site is fully optimized!"
6850
+ msgstr ""
6851
+
6852
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:281
6853
+ msgid "Follow the pending SEO audits for a perfect SEO score."
6854
+ msgstr ""
6855
+
6856
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:283
6857
+ msgid "You can improve your score by following the outstanding SEO audits."
6858
+ msgstr ""
6859
+
6860
+ #: includes/core/lighthouse/class-wds-lighthouse-report.php:285
6861
+ msgid "You need to improve your score by following the outstanding SEO audits."
6862
+ msgstr ""
6863
+
6864
+ #: includes/core/lighthouse/tables/class-wds-lighthouse-table.php:56
6865
+ #: includes/assets/js/build/wds-schema-types.js:1
6866
+ msgid "Screenshot"
6867
+ msgstr ""
6868
+
6869
+ #: includes/core/multisite/class-wds-sitewide-deprecation-controller.php:33
6870
+ msgid "SmartCrawl's Sitewide mode has been removed. Your Sitewide settings will be applied automatically to all sites in your network. Only Super Admins are permitted to access SmartCrawl sub-site settings."
6871
+ msgstr ""
6872
+
6873
+ #: includes/core/multisite/class-wds-sitewide-deprecation-controller.php:34
6874
+ msgid "Please review your 'Network Settings' page for more configuration options."
6875
+ msgstr ""
6876
+
6877
+ #: includes/core/multisite/class-wds-sitewide-deprecation-controller.php:92
6878
+ msgid "Sitewide Settings @ %s"
6879
+ msgstr ""
6880
+
6881
+ #: includes/core/redirects/class-wds-controller-redirection.php:61
6882
+ msgid "SmartCrawl URL redirects have been upgraded"
6883
+ msgstr ""
6884
+
6885
+ #: includes/core/redirects/class-wds-controller-redirection.php:64
6886
+ msgid "We've changed how URL redirects are stored, and your existing redirects have been upgraded accordingly. Please check your existing redirects to ensure they work as expected."
6887
+ msgstr ""
6888
+
6889
+ #: includes/core/redirects/class-wds-controller-redirection.php:70
6890
+ msgid "Go to Redirects"
6891
+ msgstr ""
6892
+
6893
+ #: includes/core/redirects/class-wds-controller-redirection.php:429
6894
+ msgid "Please select a file under 1MB."
6895
+ msgstr ""
6896
+
6897
+ #: includes/core/redirects/class-wds-controller-redirection.php:439
6898
+ msgid "Only CSV files are supported."
6899
+ msgstr ""
6900
+
6901
+ #: includes/core/redirects/class-wds-controller-redirection.php:472
6902
+ msgid "Some entries have invalid values. Please try again!"
6903
+ msgstr ""
6904
+
6905
+ #: includes/core/redirects/class-wds-controller-redirection.php:480
6906
+ msgid "No valid redirects were found, please check your file."
6907
+ msgstr ""
6908
+
6909
+ #: includes/core/redirects/class-wds-controller-redirection.php:489
6910
+ msgid "An error occurred while inserting CSV data into the database."
6911
+ msgstr ""
6912
+
6913
+ #: includes/core/redirects/class-wds-controller-redirection.php:507
6914
+ msgid "Please save some redirects first."
6915
+ msgstr ""
6916
+
6917
+ #: includes/core/schema/class-wds-schema-printer.php:96
6918
+ #: includes/core/schema/class-wds-schema-printer.php:99
6919
+ msgid "Test Schema"
6920
+ msgstr ""
6921
+
6922
+ #: includes/core/schema/class-wds-schema-printer.php:100
6923
+ msgid "_blank"
6924
+ msgstr ""
6925
+
6926
+ #: includes/core/service/class-wds-lighthouse-service.php:122
6927
+ msgid "We were unable to connect to the API server."
6928
+ msgstr ""
6929
+
6930
+ #: includes/core/service/class-wds-lighthouse-service.php:160
6931
+ msgid "An unexpected error occurred"
6932
+ msgstr ""
6933
+
6934
+ #: includes/core/service/class-wds-lighthouse-service.php:229
6935
+ msgid "SEO Report for %1$s - Score %2$s"
6936
+ msgstr ""
6937
+
6938
+ #: includes/core/service/class-wds-lighthouse-service.php:237
6939
+ msgid "SEO Report for %1$s - Desktop score %2$s / Mobile score %3$s"
6940
+ msgstr ""
6941
+
6942
+ #: includes/core/service/class-wds-seo-service-free.php:195
6943
+ #: includes/core/service/class-wds-seo-service.php:360
6944
+ #: includes/core/service/class-wds-uptime-service.php:76
6945
+ msgid "Unspecified error"
6946
+ msgstr ""
6947
+
6948
+ #: includes/core/service/class-wds-seo-service-free.php:208
6949
+ #: includes/core/service/class-wds-seo-service.php:373
6950
+ #: includes/core/service/class-wds-uptime-service.php:91
6951
+ msgid "Manage"
6952
+ msgstr ""
6953
+
6954
+ #: includes/core/service/class-wds-seo-service.php:309
6955
+ msgid "The crawl timed out"
6956
+ msgstr ""
6957
+
6958
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:83
6959
+ msgid "Hey, %s! A problem on your site is preventing sitemaps from functioning properly. Identify and resolve any issues with SmartCrawl’s Sitemap Troubleshooting feature."
6960
+ msgstr ""
6961
+
6962
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:88
6963
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
6964
+ msgid "Troubleshoot Sitemap"
6965
+ msgstr ""
6966
+
6967
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:121
6968
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:152
6969
+ msgid "Session expired. Please reload the page and try again."
6970
+ msgstr ""
6971
+
6972
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:243
6973
+ msgid "Pretty permalinks are not working for your sitemap %s. Since you are hosting your website on an Nginx server, you may have to manually include some rewrite rules to your server's configuration files. Check our documentation for details on how to fix this issue."
6974
+ msgstr ""
6975
+
6976
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:244
6977
+ msgid "Pretty permalinks are not working for your sitemap %s. You may have to manually include some rewrite rules to your server's configuration files. Visit SmartCrawl's documentation for details on how to fix this issue."
6978
+ msgstr ""
6979
+
6980
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:248
6981
+ msgid "Our troubleshooter was not able to access your sitemap for testing. We received the following error: %s"
6982
+ msgstr ""
6983
+
6984
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:249
6985
+ msgid "Our troubleshooter was not able to access your sitemap for testing."
6986
+ msgstr ""
6987
+
6988
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:258
6989
+ msgid "Plugin Conflict"
6990
+ msgstr ""
6991
+
6992
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:259
6993
+ msgid "You have another sitemap plugin conflicting with SmartCrawl's sitemap %s. Please deactivate the conflicting plugin and try again."
6994
+ msgstr ""
6995
+
6996
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:261
6997
+ msgid "Go to the Plugins Screen"
6998
+ msgstr ""
6999
+
7000
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:267
7001
+ msgid "File Conflict"
7002
+ msgstr ""
7003
+
7004
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:268
7005
+ msgid "You have a physical file named %s on your server that is conflicting with SmartCrawl. Please delete the file and try again."
7006
+ msgstr ""
7007
+
7008
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:276
7009
+ msgid "Permalink Problem"
7010
+ msgstr ""
7011
+
7012
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:278
7013
+ msgid "Pretty permalinks were not working for your sitemap. Flushing the rewrite rules fixed the issue."
7014
+ msgstr ""
7015
+
7016
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:279
7017
+ msgid "Visit Documentation"
7018
+ msgstr ""
7019
+
7020
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:285
7021
+ msgid "Incorrect Permalink Settings"
7022
+ msgstr ""
7023
+
7024
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:286
7025
+ msgid "You are using <code>plain</code> permalinks on this site. Change your permalink structure to anything else for the SmartCrawl sitemap to work."
7026
+ msgstr ""
7027
+
7028
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:288
7029
+ msgid "Go to Permalink Settings"
7030
+ msgstr ""
7031
+
7032
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:294
7033
+ msgid "Unwanted Whitespace Character"
7034
+ msgstr ""
7035
+
7036
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:295
7037
+ msgid "Your XML sitemap is invalid because it has an empty whitespace at the beginning. The cause most often is an empty line at the beginning (before the <?php line) or end of the <code>wp-config.php</code> or <code>functions.php</code> file. If there is no empty line or space in these files, we highly recommend running a conflict check to identify what outputs the empty whitespace."
7038
+ msgstr ""
7039
+
7040
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:303
7041
+ msgid "Authorization Error"
7042
+ msgstr ""
7043
+
7044
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:304
7045
+ msgid "Our troubleshooter was not able to access your sitemap for testing. Your server's security software might be blocking requests sent by the troubleshooter. If this is the case, whitelisting your server's IP might resolve the issue."
7046
+ msgstr ""
7047
+
7048
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:312
7049
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7050
+ msgid "Request Failed"
7051
+ msgstr ""
7052
+
7053
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:322
7054
+ msgid "Unknown Error"
7055
+ msgstr ""
7056
+
7057
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:323
7058
+ msgid "We found an issue with your sitemap %s, but unfortunately, we couldn't fix it. Please contact our support."
7059
+ msgstr ""
7060
+
7061
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:324
7062
+ msgid "We found an unknown issue with your sitemap %s, but clearing the cache seems to have fixed it."
7063
+ msgstr ""
7064
+
7065
+ #: includes/core/sitemaps/class-wds-controller-sitemap-troubleshooting.php:325
7066
+ msgid "Contact Support"
7067
+ msgstr ""
7068
+
7069
+ #: includes/core/third-party-import/class-wds-controller-third-party-import.php:111
7070
+ msgid "You don't have permission to perform this operation."
7071
+ msgstr ""
7072
+
7073
+ #: includes/core/third-party-import/class-wds-controller-third-party-import.php:116
7074
+ msgid "We couldn't find any compatible data to import."
7075
+ msgstr ""
7076
+
7077
+ #: includes/core/third-party-import/class-wds-controller-third-party-import.php:159
7078
+ msgid "Invalid parameters. Try refreshing the page and attempting again."
7079
+ msgstr ""
7080
+
7081
+ #: includes/core/woocommerce/class-wds-controller-woo-global-id.php:55
7082
+ msgid "%s value to use in the SmartCrawl Product schema."
7083
+ msgstr ""
7084
+
7085
+ #: includes/core/woocommerce/class-wds-controller-woo-global-id.php:92
7086
+ msgid "%s value to use in SmartCrawl Product schema."
7087
+ msgstr ""
7088
+
7089
+ #: includes/core/woocommerce/class-wds-controller-woo-global-id.php:111
7090
+ #: includes/assets/js/build/wds-schema-types.js:1
7091
+ msgid "ISBN"
7092
+ msgstr ""
7093
+
7094
+ #: includes/core/woocommerce/class-wds-controller-woo-global-id.php:115
7095
+ #: includes/assets/js/build/wds-schema-types.js:1
7096
+ msgid "MPN"
7097
+ msgstr ""
7098
+
7099
+ #: includes/core/woocommerce/class-wds-controller-woo-global-id.php:118
7100
+ #: includes/assets/js/build/wds-schema-types.js:1
7101
+ msgid "GTIN"
7102
+ msgstr ""
7103
+
7104
+ #: includes/core/woocommerce/class-wds-controller-woocommerce.php:62
7105
+ msgid "Improve your WooCommerce SEO"
7106
+ msgstr ""
7107
+
7108
+ #: includes/core/woocommerce/class-wds-controller-woocommerce.php:67
7109
+ msgid "Hey, %s! It looks like you’re using WooCommerce. Did you know that you can improve your site’s SEO ranking with our WooCommerce SEO settings?"
7110
+ msgstr ""
7111
+
7112
+ #: includes/core/woocommerce/class-wds-controller-woocommerce.php:76
7113
+ msgid "Activate WooCommerce SEO"
7114
+ msgstr ""
7115
+
7116
+ #: includes/external/dash/wpmudev-dash-notification.php:246
7117
+ msgid "install"
7118
+ msgstr ""
7119
+
7120
+ #: includes/external/dash/wpmudev-dash-notification.php:252
7121
+ msgid "Important updates are available for <strong>%s</strong>. Install the free WPMU DEV Dashboard plugin now for updates and support!"
7122
+ msgstr ""
7123
+
7124
+ #: includes/external/dash/wpmudev-dash-notification.php:254
7125
+ msgid "<strong>%s</strong> is almost ready - install the free WPMU DEV Dashboard plugin for updates and support!"
7126
+ msgstr ""
7127
+
7128
+ #: includes/external/dash/wpmudev-dash-notification.php:257
7129
+ msgid "Important updates are available for your WPMU DEV plugins/themes. Install the free WPMU DEV Dashboard plugin now for updates and support!"
7130
+ msgstr ""
7131
+
7132
+ #: includes/external/dash/wpmudev-dash-notification.php:259
7133
+ msgid "Almost ready - install the free WPMU DEV Dashboard plugin for updates and support!"
7134
+ msgstr ""
7135
+
7136
+ #: includes/external/dash/wpmudev-dash-notification.php:265
7137
+ msgid "Install Plugin"
7138
+ msgstr ""
7139
+
7140
+ #: includes/external/dash/wpmudev-dash-notification.php:267
7141
+ #: includes/external/dash/wpmudev-dash-notification.php:308
7142
+ msgid "Saving..."
7143
+ msgstr ""
7144
+
7145
+ #: includes/external/dash/wpmudev-dash-notification.php:287
7146
+ msgid "activate"
7147
+ msgstr ""
7148
+
7149
+ #: includes/external/dash/wpmudev-dash-notification.php:293
7150
+ msgid "Important updates are available for <strong>%s</strong>. Activate the WPMU DEV Dashboard to update now!"
7151
+ msgstr ""
7152
+
7153
+ #: includes/external/dash/wpmudev-dash-notification.php:295
7154
+ msgid "Just one more step to enable updates and support for <strong>%s</strong>!"
7155
+ msgstr ""
7156
+
7157
+ #: includes/external/dash/wpmudev-dash-notification.php:298
7158
+ msgid "Important updates are available for your WPMU DEV plugins/themes. Activate the WPMU DEV Dashboard to update now!"
7159
+ msgstr ""
7160
+
7161
+ #: includes/external/dash/wpmudev-dash-notification.php:300
7162
+ msgid "Just one more step - activate the WPMU DEV Dashboard plugin and you're all done!"
7163
+ msgstr ""
7164
+
7165
+ #: includes/external/dash/wpmudev-dash-notification.php:306
7166
+ msgid "Activate WPMU DEV Dashboard"
7167
+ msgstr ""
7168
+
7169
+ #: includes/external/dash/wpmudev-dash-notification.php:1051
7170
+ msgid "We did not find any data for this plugin or theme..."
7171
+ msgstr ""
7172
+
7173
+ #: includes/external/dash/wpmudev-dash-notification.php:1226
7174
+ msgid "%s changelog"
7175
+ msgstr ""
7176
+
7177
+ #: includes/external/dash/wpmudev-dash-notification.php:1256
7178
+ msgid "Current"
7179
+ msgstr ""
7180
+
7181
+ #: includes/external/dash/wpmudev-dash-notification.php:1262
7182
+ msgid "New"
7183
+ msgstr ""
7184
+
7185
+ #. translators: %s - version
7186
+ #: includes/external/dash/wpmudev-dash-notification.php:1279
7187
+ msgid "Version %s"
7188
+ msgstr ""
7189
+
7190
+ #: includes/external/dash/wpmudev-dash-notification.php:1298
7191
+ msgid "Show all changes"
7192
+ msgstr ""
7193
+
7194
+ #: includes/external/dash/wpmudev-dash-notification.php:1299
7195
+ msgid "Hide details"
7196
+ msgstr ""
7197
+
7198
+ #: includes/external/free-dashboard/classes/class-handler.php:257
7199
+ msgid "Required fields are missing."
7200
+ msgstr ""
7201
+
7202
+ #: includes/external/free-dashboard/classes/class-handler.php:262
7203
+ msgid "Access check failed."
7204
+ msgstr ""
7205
+
7206
+ #: includes/external/free-dashboard/classes/class-handler.php:273
7207
+ msgid "Nonce verification failed."
7208
+ msgstr ""
7209
+
7210
+ #. translators: %s - plugin name
7211
+ #: includes/external/free-dashboard/classes/notices/class-email.php:62
7212
+ msgid "We're happy that you've chosen to install %s!"
7213
+ msgstr ""
7214
+
7215
+ #. translators: %s - plugin name
7216
+ #: includes/external/free-dashboard/classes/notices/class-email.php:66
7217
+ msgid "Are you interested in how to make the most of this plugin? How would you like a quick 5 day email crash course with actionable advice on building your membership site? Only the info you want, no subscription!"
7218
+ msgstr ""
7219
+
7220
+ #: includes/external/free-dashboard/classes/notices/class-email.php:70
7221
+ #: includes/external/free-dashboard/classes/notices/class-email.php:211
7222
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:66
7223
+ msgid "Plugin"
7224
+ msgstr ""
7225
+
7226
+ #: includes/external/free-dashboard/classes/notices/class-email.php:92
7227
+ #: includes/assets/js/build/wds-schema-types.js:1
7228
+ #: includes/assets/js/build/wds-schema-types.js:3
7229
+ msgid "Email"
7230
+ msgstr ""
7231
+
7232
+ #: includes/external/free-dashboard/classes/notices/class-email.php:94
7233
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:77
7234
+ msgid "Thanks :)"
7235
+ msgstr ""
7236
+
7237
+ #: includes/external/free-dashboard/classes/notices/class-email.php:95
7238
+ #: includes/external/free-dashboard/classes/notices/class-email.php:213
7239
+ msgid "Get Fast!"
7240
+ msgstr ""
7241
+
7242
+ #: includes/external/free-dashboard/classes/notices/class-email.php:98
7243
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:81
7244
+ msgid "Saving"
7245
+ msgstr ""
7246
+
7247
+ #: includes/external/free-dashboard/classes/notices/class-email.php:99
7248
+ msgid "No thanks"
7249
+ msgstr ""
7250
+
7251
+ #. translators: %s - plugin name
7252
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:58
7253
+ msgid "Enjoying %s? We’d love to hear your feedback!"
7254
+ msgstr ""
7255
+
7256
+ #. translators: %s - plugin name
7257
+ #: includes/external/free-dashboard/classes/notices/class-rating.php:62
7258
+ msgid "You’ve been using %s for over a week now, and we’d love to hear about your experience! We’ve spent countless hours developing it for you, and your feedback is important to us. We’d really appreciate your rating."
7259
+ msgstr ""
7260
+
7261
+ #. translators: %s - plugin name
7262
+ #: includes/recommended-plugins-notice/notice.php:193
7263
+ msgid "Enjoying %s? Try out a few of our other popular free plugins..."
7264
+ msgstr ""
7265
+
7266
+ #: includes/recommended-plugins-notice/notice.php:285
7267
+ msgid "Resize, optimize and compress all of your images to the max."
7268
+ msgstr ""
7269
+
7270
+ #: includes/recommended-plugins-notice/notice.php:293
7271
+ msgid "Add powerful caching and optimize your assets."
7272
+ msgstr ""
7273
+
7274
+ #: includes/recommended-plugins-notice/notice.php:301
7275
+ msgid "Secure and protect your site from malicious hackers and bots."
7276
+ msgstr ""
7277
+
7278
+ #: includes/recommended-plugins-notice/notice.php:309
7279
+ msgid "Configure your markup for optimal page and social ranking."
7280
+ msgstr ""
7281
+
7282
+ #: includes/recommended-plugins-notice/notice.php:317
7283
+ msgid "Create dynamic forms easily and quickly with our form builder."
7284
+ msgstr ""
7285
+
7286
+ #: includes/recommended-plugins-notice/notice.php:325
7287
+ msgid "Generate leads with pop-ups, slide-ins and email opt-ins."
7288
+ msgstr ""
7289
+
7290
+ #: includes/tools/seomoz/class-wds-moz-dashboard-widget.php:53
7291
+ msgid "Moz - SmartCrawl"
7292
+ msgstr ""
7293
+
7294
+ #: includes/tools/seomoz/class-wds-moz-metabox.php:50
7295
+ msgid "Moz URL Metrics - SmartCrawl"
7296
+ msgstr ""
7297
+
7298
+ #: includes/tools/seomoz/class-wds-moz-results-renderer.php:51
7299
+ msgid "We were unable to retrieve data from the Moz API."
7300
+ msgstr ""
7301
+
7302
+ #: includes/tools/seomoz/class-wds-moz-results-renderer.php:75
7303
+ msgid "If you've recently created an account, allow 24 hours for your first data to arrive. If you are an existing user, please reset your Moz API credentials to fix this issue."
7304
+ msgstr ""
7305
+
7306
+ #: includes/tools/sitemaps-dashboard-widget.php:50
7307
+ msgid "Sitemaps - SmartCrawl"
7308
+ msgstr ""
7309
+
7310
+ #. translators: last updated date & last updated time.
7311
+ #: includes/tools/sitemaps-dashboard-widget.php:68
7312
+ msgid "It was last updated on %1$s, at %2$s."
7313
+ msgstr ""
7314
+
7315
+ #. translators: last updated date & last updated time.
7316
+ #: includes/tools/sitemaps-dashboard-widget.php:68
7317
+ msgid "Your sitemap hasn't been updated recently."
7318
+ msgstr ""
7319
+
7320
+ #: includes/tools/sitemaps-dashboard-widget.php:86
7321
+ msgid "Updating..."
7322
+ msgstr ""
7323
+
7324
+ #: includes/tools/sitemaps-dashboard-widget.php:87
7325
+ msgid "Done updating the sitemap, please hold on..."
7326
+ msgstr ""
7327
+
7328
+ #: includes/tools/sitemaps-dashboard-widget.php:88
7329
+ msgid "Notifying..."
7330
+ msgstr ""
7331
+
7332
+ #: includes/tools/sitemaps-dashboard-widget.php:89
7333
+ msgid "Done notifying search engines, please hold on..."
7334
+ msgstr ""
7335
+
7336
+ #: tests/php/seo-service-test.php:46
7337
+ msgid "Please send a valid API Key in the Basic Auth header."
7338
+ msgstr ""
7339
+
7340
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7341
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7342
+ #: includes/assets/js/build/wds-configs.js:1
7343
+ #: includes/assets/js/build/wds-schema-types.js:3
7344
+ msgid "Dropdown"
7345
+ msgstr ""
7346
+
7347
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7348
+ msgid "Add Custom Keywords"
7349
+ msgstr ""
7350
+
7351
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7352
+ msgid "Choose your keywords, and then specify the URL to auto-link to."
7353
+ msgstr ""
7354
+
7355
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7356
+ #: includes/assets/js/build/wds-configs.js:1
7357
+ #: includes/assets/js/build/wds-schema-types.js:3
7358
+ msgid "Save"
7359
+ msgstr ""
7360
+
7361
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7362
+ msgid "Keyword group <span>Usually related terms</span>"
7363
+ msgstr ""
7364
+
7365
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7366
+ msgid "E.g. Cats, Kittens, Felines"
7367
+ msgstr ""
7368
+
7369
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7370
+ msgid "Link URL <span>Both internal and external links are supported</span>"
7371
+ msgstr ""
7372
+
7373
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7374
+ msgid "E.g. /cats"
7375
+ msgstr ""
7376
+
7377
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7378
+ msgid "Formats include relative (E.g. <strong>/cats</strong>) or absolute URLs (E.g. <strong>https://www.website.com/cats</strong> or <strong>https://website.com/cats</strong>)."
7379
+ msgstr ""
7380
+
7381
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7382
+ msgid "Keyword"
7383
+ msgstr ""
7384
+
7385
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7386
+ msgid "Auto-Linked URL"
7387
+ msgstr ""
7388
+
7389
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7390
+ #: includes/assets/js/build/wds-configs.js:1
7391
+ #: includes/assets/js/build/wds-schema-types.js:3
7392
+ msgid "Delete"
7393
+ msgstr ""
7394
+
7395
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7396
+ msgid "Add Link"
7397
+ msgstr ""
7398
+
7399
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7400
+ msgid "Regex"
7401
+ msgstr ""
7402
+
7403
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7404
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7405
+ #: includes/assets/js/build/wds-schema-types.js:3
7406
+ msgid "Expand item"
7407
+ msgstr ""
7408
+
7409
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7410
+ msgid "This regex is invalid."
7411
+ msgstr ""
7412
+
7413
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7414
+ msgid "You need to enter a URL belonging to the current site."
7415
+ msgstr ""
7416
+
7417
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7418
+ msgid "You need to use an absolute URL like https://domain.com/new-url or start with a slash /new-url."
7419
+ msgstr ""
7420
+
7421
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7422
+ msgid "Regex redirects will only match absolute URLs, such as <strong>%s/cats</strong>."
7423
+ msgstr ""
7424
+
7425
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7426
+ msgid "Allowed formats include relative URLs like <strong>/cats</strong> or absolute URLs such as <strong>%s/cats</strong>."
7427
+ msgstr ""
7428
+
7429
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7430
+ msgid "E.g. %s/(.*)-cats"
7431
+ msgstr ""
7432
+
7433
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7434
+ msgid "Old URL"
7435
+ msgstr ""
7436
+
7437
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7438
+ msgid "Enter regex to match absolute URLs."
7439
+ msgstr ""
7440
+
7441
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7442
+ msgid "To configure a regex redirect, you must first select <strong>Regex</strong> in the Advanced settings below."
7443
+ msgstr ""
7444
+
7445
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7446
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7447
+ msgid "New URL"
7448
+ msgstr ""
7449
+
7450
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7451
+ msgid "E.g. /cats-new"
7452
+ msgstr ""
7453
+
7454
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7455
+ msgid "Redirect Type"
7456
+ msgstr ""
7457
+
7458
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7459
+ msgid "This tells search engines whether to keep indexing the old page, or replace it with the new page."
7460
+ msgstr ""
7461
+
7462
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7463
+ msgid "Label"
7464
+ msgstr ""
7465
+
7466
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7467
+ msgid "(Optional)"
7468
+ msgstr ""
7469
+
7470
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7471
+ msgid "Use labels to differentiate long or similar URLs."
7472
+ msgstr ""
7473
+
7474
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7475
+ msgid "E.g. Press release"
7476
+ msgstr ""
7477
+
7478
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7479
+ msgid "Regular Expression"
7480
+ msgstr ""
7481
+
7482
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7483
+ msgid "Choose whether the strings entered into the Old URL and New URL fields above should be treated as plain text URLs or regular expressions (Regex). Note that only valid regular expressions are allowed. <a>Learn more</a> about Regex."
7484
+ msgstr ""
7485
+
7486
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7487
+ msgid "Plain Text"
7488
+ msgstr ""
7489
+
7490
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7491
+ msgid "Apply Redirect"
7492
+ msgstr ""
7493
+
7494
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7495
+ msgid "Bulk Update"
7496
+ msgstr ""
7497
+
7498
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7499
+ msgid "Choose which bulk update actions you wish to apply. This will override the existing values for the selected items."
7500
+ msgstr ""
7501
+
7502
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7503
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7504
+ #: includes/assets/js/build/wds-configs.js:1
7505
+ msgid "%s results"
7506
+ msgstr ""
7507
+
7508
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7509
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7510
+ #: includes/assets/js/build/wds-configs.js:1
7511
+ msgid "Go to first page"
7512
+ msgstr ""
7513
+
7514
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7515
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7516
+ #: includes/assets/js/build/wds-configs.js:1
7517
+ msgid "Go to previous page"
7518
+ msgstr ""
7519
+
7520
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7521
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7522
+ #: includes/assets/js/build/wds-configs.js:1
7523
+ msgid "Go to next page"
7524
+ msgstr ""
7525
+
7526
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7527
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7528
+ #: includes/assets/js/build/wds-configs.js:1
7529
+ msgid "Go to last page"
7530
+ msgstr ""
7531
+
7532
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7533
+ msgid "Choose a CSV file (.csv) with a max-size of 1MB containing your redirects, formatted as follows: <strong>old-url</strong>, <strong>new-url</strong>, redirect-type <strong>301 or 302</strong>, is-regex <strong>0 or 1</strong>, <strong>label</strong> (optional). <a>Download CSV template</a>."
7534
+ msgstr ""
7535
+
7536
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7537
+ msgid "Import Redirects"
7538
+ msgstr ""
7539
+
7540
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7541
+ msgid "Import redirects from a CSV file below."
7542
+ msgstr ""
7543
+
7544
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7545
+ msgid "Upload CSV file"
7546
+ msgstr ""
7547
+
7548
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7549
+ msgid "Oops! The uploaded file is too large, please select a file not larger than 1MB."
7550
+ msgstr ""
7551
+
7552
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7553
+ msgid "Whoops! Only .csv filetypes are allowed."
7554
+ msgstr ""
7555
+
7556
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7557
+ msgid "Export"
7558
+ msgstr ""
7559
+
7560
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7561
+ msgid "Automatically redirect traffic from one URL to another. Use this tool if you have changed a page’s URL and wish to keep traffic flowing to the new page."
7562
+ msgstr ""
7563
+
7564
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7565
+ msgid "Remove Redirects"
7566
+ msgstr ""
7567
+
7568
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7569
+ msgid "Search Redirects"
7570
+ msgstr ""
7571
+
7572
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7573
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7574
+ #: includes/assets/js/build/wds-schema-types.js:1
7575
+ #: includes/assets/js/build/wds-schema-types.js:3
7576
+ msgid "Type"
7577
+ msgstr ""
7578
+
7579
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7580
+ msgid "No results found for the keyword <strong>%s</strong>."
7581
+ msgstr ""
7582
+
7583
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7584
+ msgid "You can add as many redirects as you like. Add your first above!"
7585
+ msgstr ""
7586
+
7587
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7588
+ msgid "Are you sure you want to delete this redirect? This action is irreversible."
7589
+ msgid_plural "Are you sure you want to delete the selected redirects? This action is irreversible."
7590
+ msgstr[0] ""
7591
+ msgstr[1] ""
7592
+
7593
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7594
+ msgid "%d redirect inserted successfully!"
7595
+ msgstr ""
7596
+
7597
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7598
+ msgid "%d redirects inserted successfully!"
7599
+ msgstr ""
7600
+
7601
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7602
+ msgid "That URL already exists, please try again."
7603
+ msgstr ""
7604
+
7605
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7606
+ msgid "The redirect has been added."
7607
+ msgstr ""
7608
+
7609
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7610
+ msgid "The redirect has been updated."
7611
+ msgstr ""
7612
+
7613
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7614
+ msgid "The redirects have been updated."
7615
+ msgstr ""
7616
+
7617
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7618
+ msgid "The redirect has been removed."
7619
+ msgstr ""
7620
+
7621
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7622
+ msgid "The redirects have been removed."
7623
+ msgstr ""
7624
+
7625
+ #: includes/assets/js/build/wds-admin-autolinks.js:1
7626
+ msgid "An error occurred. Please reload the page and try again!"
7627
+ msgstr ""
7628
+
7629
+ #. translators: %s: toggle label.
7630
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7631
+ #: includes/assets/js/build/wds-schema-types.js:3
7632
+ #: includes/assets/js/build/wds-third-party-import.js:3
7633
+ msgid "Children of '%s'"
7634
+ msgstr ""
7635
+
7636
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7637
+ msgid "Disabled component"
7638
+ msgstr ""
7639
+
7640
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7641
+ msgid "Activate WooCommerce SEO to add the required metadata and Product Schema to your WooCommerce site, helping you stand out in search results."
7642
+ msgstr ""
7643
+
7644
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7645
+ msgid "Improve Woo Schema"
7646
+ msgstr ""
7647
+
7648
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7649
+ msgid "Improve your site's WooCommerce Schema."
7650
+ msgstr ""
7651
+
7652
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7653
+ msgid "For these settings to be applied, the <a>Schema module</a> must first be enabled."
7654
+ msgstr ""
7655
+
7656
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7657
+ #: includes/assets/js/build/wds-schema-types.js:1
7658
+ msgid "Brand"
7659
+ msgstr ""
7660
+
7661
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7662
+ msgid "Select the product taxonomy to use as Brand in Schema & OpenGraph markup."
7663
+ msgstr ""
7664
+
7665
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7666
+ #: includes/assets/js/build/wds-schema-types.js:1
7667
+ msgid "Global Identifier"
7668
+ msgstr ""
7669
+
7670
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7671
+ msgid "Global Identifier key to use in the Product Schema. You can add a Global Identifier value for each product in the <strong>Inventory</strong> section of the <strong>Product Metabox</strong>"
7672
+ msgstr ""
7673
+
7674
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7675
+ msgid "Enable Shop Schema"
7676
+ msgstr ""
7677
+
7678
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7679
+ msgid "Add schema data on the shop page."
7680
+ msgstr ""
7681
+
7682
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7683
+ msgid "Improve Woo Meta"
7684
+ msgstr ""
7685
+
7686
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7687
+ msgid "Improve your site's default WooCommerce Meta."
7688
+ msgstr ""
7689
+
7690
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7691
+ msgid "For these settings to be applied, OpenGraph Support must first be <a>enabled</a>."
7692
+ msgstr ""
7693
+
7694
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7695
+ msgid "Enable Product Open Graph"
7696
+ msgstr ""
7697
+
7698
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7699
+ msgid "If enabled, WooCommerce product data will be added to Open Graph."
7700
+ msgstr ""
7701
+
7702
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7703
+ msgid "Remove Generator Tag"
7704
+ msgstr ""
7705
+
7706
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7707
+ msgid "If enabled, the WooCommerce generator tag <strong><meta name=\"generator\" content=\"WooCommerce x.x.x\" /></strong> will be removed."
7708
+ msgstr ""
7709
+
7710
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7711
+ msgid "Restrict Search Engines"
7712
+ msgstr ""
7713
+
7714
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7715
+ msgid "Use these options to restrict Indexing or crawling of specific pages on the site."
7716
+ msgstr ""
7717
+
7718
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7719
+ msgid "Noindex Hidden Products"
7720
+ msgstr ""
7721
+
7722
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7723
+ msgid "Set Product Pages to noindex when WooCommerce Catalog visibility is set to hidden."
7724
+ msgstr ""
7725
+
7726
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7727
+ msgid "Disallow Crawling of Cart, Checkout & My Account Pages"
7728
+ msgstr ""
7729
+
7730
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7731
+ msgid "If enabled, the following will be added to your Robots.txt file:<br/><strong>Disallow: /*add-to-cart=*<br/>Disallow: /cart/<br/>Disallow: /checkout/<br/>Disallow: /my-account/</strong>"
7732
+ msgstr ""
7733
+
7734
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7735
+ msgid "Add Exclusion"
7736
+ msgstr ""
7737
+
7738
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7739
+ msgid "Choose which post you want to exclude."
7740
+ msgstr ""
7741
+
7742
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7743
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7744
+ #: includes/assets/js/build/wds-schema-types.js:3
7745
+ msgid "Add"
7746
+ msgstr ""
7747
+
7748
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7749
+ msgid "Post"
7750
+ msgstr ""
7751
+
7752
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7753
+ msgid "Start typing to search ..."
7754
+ msgstr ""
7755
+
7756
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7757
+ msgid "You haven't chosen to exclude any posts/pages."
7758
+ msgstr ""
7759
+
7760
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7761
+ msgid "Loading posts, please hold on"
7762
+ msgstr ""
7763
+
7764
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7765
+ msgid "An error occurred. Please try again."
7766
+ msgstr ""
7767
+
7768
+ #: includes/assets/js/build/wds-admin-autolinks.js:3
7769
+ msgid "Exclude Posts/Pages"
7770
+ msgstr ""
7771
+
7772
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7773
+ msgid "Delete email recipient"
7774
+ msgstr ""
7775
+
7776
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7777
+ msgid "Email is invalid."
7778
+ msgstr ""
7779
+
7780
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7781
+ msgid "Add Recipient"
7782
+ msgstr ""
7783
+
7784
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7785
+ msgid "Add as many recipients as you like, they will receive email reports as per the schedule you set."
7786
+ msgstr ""
7787
+
7788
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7789
+ msgid "First name"
7790
+ msgstr ""
7791
+
7792
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7793
+ msgid "E.g. John"
7794
+ msgstr ""
7795
+
7796
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7797
+ msgid "Email address"
7798
+ msgstr ""
7799
+
7800
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7801
+ msgid "E.g. john@doe.com"
7802
+ msgstr ""
7803
+
7804
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7805
+ msgid "You've removed all recipients. If you save without a recipient, we'll automatically turn off reports."
7806
+ msgstr ""
7807
+
7808
+ #: includes/assets/js/build/wds-admin-email-recipients.js:1
7809
+ msgid "%s has been added as a recipient. Please save your changes to set this live."
7810
+ msgstr ""
7811
+
7812
+ #: includes/assets/js/build/wds-admin-settings.js:1
7813
+ msgid "Reset Settings & Data"
7814
+ msgstr ""
7815
+
7816
+ #: includes/assets/js/build/wds-admin-settings.js:1
7817
+ msgid "Are you sure you want to reset SmartCrawl’s settings and data back to the factory defaults?"
7818
+ msgstr ""
7819
+
7820
+ #: includes/assets/js/build/wds-admin-settings.js:1
7821
+ msgid "Data and settings have been reset successfully!"
7822
+ msgstr ""
7823
+
7824
+ #: includes/assets/js/build/wds-admin-settings.js:1
7825
+ msgid "We could not reset your site due to an error."
7826
+ msgstr ""
7827
+
7828
+ #: includes/assets/js/build/wds-admin-settings.js:1
7829
+ msgid "Resetting your subsite settings, please keep this window open …"
7830
+ msgstr ""
7831
+
7832
+ #: includes/assets/js/build/wds-admin-settings.js:1
7833
+ msgid "Are you sure you want to reset all the subsites?"
7834
+ msgstr ""
7835
+
7836
+ #: includes/assets/js/build/wds-admin-settings.js:1
7837
+ msgid "Reset Subsites"
7838
+ msgstr ""
7839
+
7840
+ #: includes/assets/js/build/wds-admin-settings.js:1
7841
+ msgid "Data and settings for all subsites have been reset successfully!"
7842
+ msgstr ""
7843
+
7844
+ #: includes/assets/js/build/wds-admin-settings.js:1
7845
+ msgid "We could not reset your network due to an unknown error. Please try again."
7846
+ msgstr ""
7847
+
7848
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7849
+ msgid "Expand issue"
7850
+ msgstr ""
7851
+
7852
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7853
+ msgid "Issues"
7854
+ msgstr ""
7855
+
7856
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7857
+ msgid "No active issues."
7858
+ msgstr ""
7859
+
7860
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7861
+ msgid "Ignored"
7862
+ msgstr ""
7863
+
7864
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7865
+ msgid "No ignored issues."
7866
+ msgstr ""
7867
+
7868
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7869
+ msgid "%s URL has multiple redirections"
7870
+ msgstr ""
7871
+
7872
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7873
+ msgid "%s URLs have multiple redirections"
7874
+ msgstr ""
7875
+
7876
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7877
+ msgid "Some of your URLs have multiple redirections. In the options menu you can List occurrences to see where these links can be found, and also set up and 301 redirects to a newer version of these pages."
7878
+ msgstr ""
7879
+
7880
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7881
+ msgid "%s URL is resulting in 4xx error"
7882
+ msgstr ""
7883
+
7884
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7885
+ msgid "%s URLs are resulting in 4xx errors"
7886
+ msgstr ""
7887
+
7888
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7889
+ msgid "Some of your URLs are resulting in 4xx errors. Either the page no longer exists or the URL has changed. In the options menu you can List occurrences to see where these links can be found, and also set up and 301 redirects to a newer version of these pages."
7890
+ msgstr ""
7891
+
7892
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7893
+ msgid "%s URL is resulting in 5xx server error"
7894
+ msgstr ""
7895
+
7896
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7897
+ msgid "%s URLs are resulting in 5xx server errors"
7898
+ msgstr ""
7899
+
7900
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7901
+ msgid "Some of your URLs are resulting in 5xx server errors. These errors are indicative of errors in your server-side code. In the options menu you can List occurrences to see where these links can be found, and also set up and 301 redirects to a newer version of these pages."
7902
+ msgstr ""
7903
+
7904
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7905
+ msgid "%s URL could not be processed"
7906
+ msgstr ""
7907
+
7908
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7909
+ msgid "%s URLs could not be processed"
7910
+ msgstr ""
7911
+
7912
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7913
+ msgid "Some of your URLs could not be processed by our crawlers. In the options menu you can List occurrences to see where these links can be found, and also set up and 301 redirects to a newer version of these pages."
7914
+ msgstr ""
7915
+
7916
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7917
+ msgid "%s URL is missing from the sitemap"
7918
+ msgstr ""
7919
+
7920
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7921
+ msgid "%s URLs are missing from the sitemap"
7922
+ msgstr ""
7923
+
7924
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7925
+ msgid "SmartCrawl couldn’t find these URLs in your Sitemap. You can choose to add them to your Sitemap, or ignore the warning if you don’t want them included."
7926
+ msgstr ""
7927
+
7928
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7929
+ msgid "Add to Sitemap"
7930
+ msgstr ""
7931
+
7932
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7933
+ msgid "We found links to <strong>%s</strong> in these locations, you might want to remove these links or direct them somewhere else."
7934
+ msgstr ""
7935
+
7936
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7937
+ msgid "Broken URL Locations"
7938
+ msgstr ""
7939
+
7940
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7941
+ #: includes/assets/js/build/wds-third-party-import.js:9
7942
+ msgid "Close"
7943
+ msgstr ""
7944
+
7945
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7946
+ msgid "List Occurrences"
7947
+ msgstr ""
7948
+
7949
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7950
+ msgid "Redirect"
7951
+ msgstr ""
7952
+
7953
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7954
+ msgid "Choose where to redirect <strong>%s</strong>"
7955
+ msgstr ""
7956
+
7957
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7958
+ msgid "Formats include relative URLs like <strong>/cats</strong> or absolute URLs like <strong>https://website.com/cats</strong>. This feature will automatically redirect traffic from the broken URL to this new URL, you can view all your redirects under <strong><a>Advanced Tools</a></strong>."
7959
+ msgstr ""
7960
+
7961
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7962
+ msgid "Redirect URL"
7963
+ msgstr ""
7964
+
7965
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7966
+ msgid "Enter new URL"
7967
+ msgstr ""
7968
+
7969
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7970
+ #: includes/assets/js/build/wds-configs.js:1
7971
+ msgid "Apply"
7972
+ msgstr ""
7973
+
7974
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7975
+ msgid "Here are potential issues SmartCrawl has picked up. We recommend fixing them up to ensure you aren’t penalized by search engines - you can however ignore any of these warnings."
7976
+ msgstr ""
7977
+
7978
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7979
+ msgid "The missing item has been added to your sitemap as an extra URL."
7980
+ msgstr ""
7981
+
7982
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7983
+ msgid "The issue has been ignored."
7984
+ msgstr ""
7985
+
7986
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7987
+ msgid "The issue has been restored."
7988
+ msgstr ""
7989
+
7990
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7991
+ msgid "The URL has been redirected successfully."
7992
+ msgstr ""
7993
+
7994
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7995
+ msgid "Restore All"
7996
+ msgstr ""
7997
+
7998
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
7999
+ msgid "Add All to Sitemap"
8000
+ msgstr ""
8001
+
8002
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8003
+ msgid "The issues have been restored."
8004
+ msgstr ""
8005
+
8006
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8007
+ msgid "The issues have been ignored."
8008
+ msgstr ""
8009
+
8010
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8011
+ msgid "The missing items have been added to your sitemap as extra URLs."
8012
+ msgstr ""
8013
+
8014
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8015
+ msgid "An unknown error occurred, please reload the page and try again."
8016
+ msgstr ""
8017
+
8018
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8019
+ msgid "Exclude %s"
8020
+ msgstr ""
8021
+
8022
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8023
+ msgid "Search for and select %s that should be excluded from the Google News sitemap."
8024
+ msgstr ""
8025
+
8026
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8027
+ msgid "Are you publishing newsworthy content? Use the Google News Sitemap to list news articles and posts published in the last 48 hours so that they show up in Google News. <a>Learn More</a>"
8028
+ msgstr ""
8029
+
8030
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8031
+ msgid "Your sitemap is available at <a>/news-sitemap.xml</a>"
8032
+ msgstr ""
8033
+
8034
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8035
+ msgid "Enable News Sitemap"
8036
+ msgstr ""
8037
+
8038
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8039
+ msgid "Use this option to enable or disable the Google News Sitemap feature."
8040
+ msgstr ""
8041
+
8042
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8043
+ msgid "Enable"
8044
+ msgstr ""
8045
+
8046
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8047
+ msgid "Disable"
8048
+ msgstr ""
8049
+
8050
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8051
+ msgid "SmartCrawl automatically changes the schema to <strong>NewsArticle</strong> for all included posts/pages to ensure your newsworthy content is properly crawled and indexed. Note that if some schema types have been added using the Types Builder, the <strong>NewsArticle</strong> schema will not be displayed."
8052
+ msgstr ""
8053
+
8054
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8055
+ msgid "News Publication"
8056
+ msgstr ""
8057
+
8058
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8059
+ msgid "Enter your Google News publication name."
8060
+ msgstr ""
8061
+
8062
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8063
+ msgid "Publication Name"
8064
+ msgstr ""
8065
+
8066
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8067
+ msgid "The publication name must match your publication name on <span>news.google.com</span>"
8068
+ msgstr ""
8069
+
8070
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8071
+ msgid "Select Post Types to include in your news sitemap."
8072
+ msgstr ""
8073
+
8074
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8075
+ msgid "Post types to include"
8076
+ msgstr ""
8077
+
8078
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8079
+ msgid "Select post types to be included in the Google News sitemap. Expand a post type to exclude specific items or groups."
8080
+ msgstr ""
8081
+
8082
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8083
+ msgid "Click the button below to detect any problems with your sitemap. This will only take a few seconds."
8084
+ msgstr ""
8085
+
8086
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8087
+ msgid "Checking sitemap..."
8088
+ msgstr ""
8089
+
8090
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8091
+ msgid "Start"
8092
+ msgstr ""
8093
+
8094
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8095
+ msgid "Hurray! No problems with your sitemap were detected."
8096
+ msgstr ""
8097
+
8098
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8099
+ msgid "We detected and automatically resolved 1 problem with your sitemap. See additional details below."
8100
+ msgstr ""
8101
+
8102
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8103
+ msgid "Open sitemap"
8104
+ msgstr ""
8105
+
8106
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8107
+ msgid "Check Again"
8108
+ msgstr ""
8109
+
8110
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8111
+ msgid "We’ve detected 1 problem with your sitemap. Click the problem listed below for more information."
8112
+ msgstr ""
8113
+
8114
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8115
+ msgid "The AJAX request failed."
8116
+ msgstr ""
8117
+
8118
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8119
+ msgid "If your sitemap is not as expected, you can use this tool to identify the problem."
8120
+ msgstr ""
8121
+
8122
+ #: includes/assets/js/build/wds-admin-sitemaps.js:1
8123
+ msgid "Troubleshoot"
8124
+ msgstr ""
8125
+
8126
+ #: includes/assets/js/build/wds-configs.js:1
8127
+ msgid "Apply config"
8128
+ msgstr ""
8129
+
8130
+ #: includes/assets/js/build/wds-configs.js:1
8131
+ msgid "Are you sure you want to apply the <strong>%s</strong> settings config? We recommend you have a backup available as your <strong>existing settings configuration will be overridden</strong>."
8132
+ msgstr ""
8133
+
8134
+ #: includes/assets/js/build/wds-configs.js:1
8135
+ msgid "Delete Configuration File"
8136
+ msgstr ""
8137
+
8138
+ #: includes/assets/js/build/wds-configs.js:1
8139
+ msgid "Are you sure you want to delete the <strong>%s</strong> config file? You will no longer be able to apply it to this or other connected sites."
8140
+ msgstr ""
8141
+
8142
+ #: includes/assets/js/build/wds-configs.js:1
8143
+ msgid "Invalid config name. Use only alphanumeric characters (a-z, A-Z, 0-9) and allowed special characters (@.'_-)."
8144
+ msgstr ""
8145
+
8146
+ #: includes/assets/js/build/wds-configs.js:1
8147
+ msgid "Rename Config"
8148
+ msgstr ""
8149
+
8150
+ #: includes/assets/js/build/wds-configs.js:1
8151
+ msgid "Change your config name to something recognizable."
8152
+ msgstr ""
8153
+
8154
+ #: includes/assets/js/build/wds-configs.js:1
8155
+ msgid "New Config Name"
8156
+ msgstr ""
8157
+
8158
+ #: includes/assets/js/build/wds-configs.js:1
8159
+ msgid "Save Config"
8160
+ msgstr ""
8161
+
8162
+ #: includes/assets/js/build/wds-configs.js:1
8163
+ msgid "Save your current Smartcrawl settings configurations. You'll be able to then download and apply it to your other sites with Smartcrawl installed."
8164
+ msgstr ""
8165
+
8166
+ #: includes/assets/js/build/wds-configs.js:1
8167
+ msgid "Config Name"
8168
+ msgstr ""
8169
+
8170
+ #: includes/assets/js/build/wds-configs.js:1
8171
+ msgid "Config Description"
8172
+ msgstr ""
8173
+
8174
+ #: includes/assets/js/build/wds-configs.js:1
8175
+ msgid "There was an error syncing your configs with the hub."
8176
+ msgstr ""
8177
+
8178
+ #: includes/assets/js/build/wds-configs.js:1
8179
+ msgid "%s config has been applied successfully."
8180
+ msgstr ""
8181
+
8182
+ #: includes/assets/js/build/wds-configs.js:1
8183
+ msgid "There was an error applying the config."
8184
+ msgstr ""
8185
+
8186
+ #: includes/assets/js/build/wds-configs.js:1
8187
+ msgid "%s config has been deleted successfully."
8188
+ msgstr ""
8189
+
8190
+ #: includes/assets/js/build/wds-configs.js:1
8191
+ msgid "There was an error deleting the config."
8192
+ msgstr ""
8193
+
8194
+ #: includes/assets/js/build/wds-configs.js:1
8195
+ msgid "%s config has been renamed successfully."
8196
+ msgstr ""
8197
+
8198
+ #: includes/assets/js/build/wds-configs.js:1
8199
+ msgid "There was an error updating the config."
8200
+ msgstr ""
8201
+
8202
+ #: includes/assets/js/build/wds-configs.js:1
8203
+ msgid "%s config saved successfully."
8204
+ msgstr ""
8205
+
8206
+ #: includes/assets/js/build/wds-configs.js:1
8207
+ msgid "There was an error creating the config."
8208
+ msgstr ""
8209
+
8210
+ #: includes/assets/js/build/wds-configs.js:1
8211
+ msgid "%s config uploaded successfully."
8212
+ msgstr ""
8213
+
8214
+ #: includes/assets/js/build/wds-configs.js:1
8215
+ msgid "There was an error uploading the config."
8216
+ msgstr ""
8217
+
8218
+ #: includes/assets/js/build/wds-configs.js:1
8219
+ msgid "Upload"
8220
+ msgstr ""
8221
+
8222
+ #: includes/assets/js/build/wds-configs.js:1
8223
+ msgid "Save config"
8224
+ msgstr ""
8225
+
8226
+ #: includes/assets/js/build/wds-configs.js:1
8227
+ msgid "Download"
8228
+ msgstr ""
8229
+
8230
+ #: includes/assets/js/build/wds-configs.js:1
8231
+ msgid "Name and Description"
8232
+ msgstr ""
8233
+
8234
+ #: includes/assets/js/build/wds-configs.js:1
8235
+ msgid "Expand %s"
8236
+ msgstr ""
8237
+
8238
+ #: includes/assets/js/build/wds-configs.js:1
8239
+ msgid "Edit Name and Description"
8240
+ msgstr ""
8241
+
8242
+ #: includes/assets/js/build/wds-configs.js:1
8243
+ msgid "Created or updated configs via the Hub? <a>Check again</a>"
8244
+ msgstr ""
8245
+
8246
+ #: includes/assets/js/build/wds-configs.js:1
8247
+ msgid "Updating the configs list ..."
8248
+ msgstr ""
8249
+
8250
+ #: includes/assets/js/build/wds-configs.js:1
8251
+ msgid "You don’t have any available config. Save preset configurations of Smartcrawl’s settings, then upload and apply them to your other sites in just a few clicks!"
8252
+ msgstr ""
8253
+
8254
+ #: includes/assets/js/build/wds-configs.js:1
8255
+ #: includes/assets/js/build/wds-schema-types.js:1
8256
+ msgid "Date Created"
8257
+ msgstr ""
8258
+
8259
+ #: includes/assets/js/build/wds-configs.js:1
8260
+ msgid "Tired of saving, downloading and uploading your configs across your sites? WPMU DEV members use The Hub to easily apply configs to multiple sites at once... Try it free today!<br/> <a>Try The Hub</a>"
8261
+ msgstr ""
8262
+
8263
+ #: includes/assets/js/build/wds-configs.js:1
8264
+ msgid "Try The Hub"
8265
+ msgstr ""
8266
+
8267
+ #: includes/assets/js/build/wds-configs.js:1
8268
+ msgid "Preset Configs"
8269
+ msgstr ""
8270
+
8271
+ #: includes/assets/js/build/wds-configs.js:1
8272
+ msgid "Use configs to save preset configurations of your settings."
8273
+ msgstr ""
8274
+
8275
+ #: includes/assets/js/build/wds-configs.js:1
8276
+ msgid "Manage Configs"
8277
+ msgstr ""
8278
+
8279
+ #: includes/assets/js/build/wds-link-format-button.js:1
8280
+ msgid "Open in new tab"
8281
+ msgstr ""
8282
+
8283
+ #: includes/assets/js/build/wds-link-format-button.js:1
8284
+ msgid "Sponsored link"
8285
+ msgstr ""
8286
+
8287
+ #: includes/assets/js/build/wds-link-format-button.js:1
8288
+ msgid "User generated content"
8289
+ msgstr ""
8290
+
8291
+ #: includes/assets/js/build/wds-link-format-button.js:1
8292
+ msgid "Nofollow"
8293
+ msgstr ""
8294
+
8295
+ #: includes/assets/js/build/wds-link-format-button.js:1
8296
+ msgid "Warning: the link has been inserted but may have errors. Please test it."
8297
+ msgstr ""
8298
+
8299
+ #: includes/assets/js/build/wds-schema-types.js:1
8300
+ msgid "Text"
8301
+ msgstr ""
8302
+
8303
+ #: includes/assets/js/build/wds-schema-types.js:1
8304
+ msgid "Comment"
8305
+ msgstr ""
8306
+
8307
+ #: includes/assets/js/build/wds-schema-types.js:1
8308
+ msgid "Comment Content"
8309
+ msgstr ""
8310
+
8311
+ #: includes/assets/js/build/wds-schema-types.js:1
8312
+ msgid "The body of the comment."
8313
+ msgstr ""
8314
+
8315
+ #: includes/assets/js/build/wds-schema-types.js:1
8316
+ msgid "Comment Date"
8317
+ msgstr ""
8318
+
8319
+ #: includes/assets/js/build/wds-schema-types.js:1
8320
+ msgid "The date when this comment was created in ISO 8601 format."
8321
+ msgstr ""
8322
+
8323
+ #: includes/assets/js/build/wds-schema-types.js:1
8324
+ msgid "URL"
8325
+ msgstr ""
8326
+
8327
+ #: includes/assets/js/build/wds-schema-types.js:1
8328
+ msgid "Comment URL"
8329
+ msgstr ""
8330
+
8331
+ #: includes/assets/js/build/wds-schema-types.js:1
8332
+ msgid "The permanent URL of the comment."
8333
+ msgstr ""
8334
+
8335
+ #: includes/assets/js/build/wds-schema-types.js:1
8336
+ msgid "Author Name"
8337
+ msgstr ""
8338
+
8339
+ #: includes/assets/js/build/wds-schema-types.js:1
8340
+ msgid "Comment Author Name"
8341
+ msgstr ""
8342
+
8343
+ #: includes/assets/js/build/wds-schema-types.js:1
8344
+ msgid "The name of the comment author."
8345
+ msgstr ""
8346
+
8347
+ #: includes/assets/js/build/wds-schema-types.js:1
8348
+ msgid "Street Address"
8349
+ msgstr ""
8350
+
8351
+ #: includes/assets/js/build/wds-schema-types.js:1
8352
+ msgid "The street address. For example, 1600 Amphitheatre Pkwy."
8353
+ msgstr ""
8354
+
8355
+ #: includes/assets/js/build/wds-schema-types.js:1
8356
+ msgid "Address Locality"
8357
+ msgstr ""
8358
+
8359
+ #: includes/assets/js/build/wds-schema-types.js:1
8360
+ msgid "The locality in which the street address is, and which is in the region. For example, Mountain View."
8361
+ msgstr ""
8362
+
8363
+ #: includes/assets/js/build/wds-schema-types.js:1
8364
+ msgid "Address Region"
8365
+ msgstr ""
8366
+
8367
+ #: includes/assets/js/build/wds-schema-types.js:1
8368
+ msgid "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level administrative division."
8369
+ msgstr ""
8370
+
8371
+ #: includes/assets/js/build/wds-schema-types.js:1
8372
+ msgid "Country"
8373
+ msgstr ""
8374
+
8375
+ #: includes/assets/js/build/wds-schema-types.js:1
8376
+ msgid "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."
8377
+ msgstr ""
8378
+
8379
+ #: includes/assets/js/build/wds-schema-types.js:1
8380
+ msgid "Postal Code"
8381
+ msgstr ""
8382
+
8383
+ #: includes/assets/js/build/wds-schema-types.js:1
8384
+ msgid "The postal code. For example, 94043."
8385
+ msgstr ""
8386
+
8387
+ #: includes/assets/js/build/wds-schema-types.js:1
8388
+ msgid "P.O. Box Number"
8389
+ msgstr ""
8390
+
8391
+ #: includes/assets/js/build/wds-schema-types.js:1
8392
+ msgid "The post office box number for PO box addresses."
8393
+ msgstr ""
8394
+
8395
+ #: includes/assets/js/build/wds-schema-types.js:1
8396
+ msgid "The telephone number."
8397
+ msgstr ""
8398
+
8399
+ #: includes/assets/js/build/wds-schema-types.js:1
8400
+ msgid "The email address."
8401
+ msgstr ""
8402
+
8403
+ #: includes/assets/js/build/wds-schema-types.js:1
8404
+ msgid "Contact URL"
8405
+ msgstr ""
8406
+
8407
+ #: includes/assets/js/build/wds-schema-types.js:1
8408
+ msgid "The contact URL."
8409
+ msgstr ""
8410
+
8411
+ #: includes/assets/js/build/wds-schema-types.js:1
8412
+ msgid "Contact Type"
8413
+ msgstr ""
8414
+
8415
+ #: includes/assets/js/build/wds-schema-types.js:1
8416
+ msgid "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point."
8417
+ msgstr ""
8418
+
8419
+ #: includes/assets/js/build/wds-schema-types.js:1
8420
+ msgid "Customer Support"
8421
+ msgstr ""
8422
+
8423
+ #: includes/assets/js/build/wds-schema-types.js:1
8424
+ msgid "Technical Support"
8425
+ msgstr ""
8426
+
8427
+ #: includes/assets/js/build/wds-schema-types.js:1
8428
+ msgid "Billing Support"
8429
+ msgstr ""
8430
+
8431
+ #: includes/assets/js/build/wds-schema-types.js:1
8432
+ msgid "Bill payment"
8433
+ msgstr ""
8434
+
8435
+ #: includes/assets/js/build/wds-schema-types.js:1
8436
+ msgid "Sales"
8437
+ msgstr ""
8438
+
8439
+ #: includes/assets/js/build/wds-schema-types.js:1
8440
+ msgid "Reservations"
8441
+ msgstr ""
8442
+
8443
+ #: includes/assets/js/build/wds-schema-types.js:1
8444
+ msgid "Credit Card Support"
8445
+ msgstr ""
8446
+
8447
+ #: includes/assets/js/build/wds-schema-types.js:1
8448
+ msgid "Emergency"
8449
+ msgstr ""
8450
+
8451
+ #: includes/assets/js/build/wds-schema-types.js:1
8452
+ msgid "Baggage Tracking"
8453
+ msgstr ""
8454
+
8455
+ #: includes/assets/js/build/wds-schema-types.js:1
8456
+ msgid "Roadside Assistance"
8457
+ msgstr ""
8458
+
8459
+ #: includes/assets/js/build/wds-schema-types.js:1
8460
+ msgid "Package Tracking"
8461
+ msgstr ""
8462
+
8463
+ #: includes/assets/js/build/wds-schema-types.js:1
8464
+ msgid "The logo of the publisher."
8465
+ msgstr ""
8466
+
8467
+ #: includes/assets/js/build/wds-schema-types.js:1
8468
+ msgid "The name of the publisher."
8469
+ msgstr ""
8470
+
8471
+ #: includes/assets/js/build/wds-schema-types.js:1
8472
+ msgid "The URL of the publisher."
8473
+ msgstr ""
8474
+
8475
+ #: includes/assets/js/build/wds-schema-types.js:1
8476
+ msgid "Addresses"
8477
+ msgstr ""
8478
+
8479
+ #: includes/assets/js/build/wds-schema-types.js:1
8480
+ msgid "Address"
8481
+ msgstr ""
8482
+
8483
+ #: includes/assets/js/build/wds-schema-types.js:1
8484
+ msgid "The addresses of the publisher."
8485
+ msgstr ""
8486
+
8487
+ #: includes/assets/js/build/wds-schema-types.js:1
8488
+ msgid "Contact Points"
8489
+ msgstr ""
8490
+
8491
+ #: includes/assets/js/build/wds-schema-types.js:1
8492
+ msgid "Contact Point"
8493
+ msgstr ""
8494
+
8495
+ #: includes/assets/js/build/wds-schema-types.js:1
8496
+ msgid "The contact points of the publisher."
8497
+ msgstr ""
8498
+
8499
+ #: includes/assets/js/build/wds-schema-types.js:1
8500
+ msgid "The name of the article author."
8501
+ msgstr ""
8502
+
8503
+ #: includes/assets/js/build/wds-schema-types.js:1
8504
+ msgid "The URL of the article author."
8505
+ msgstr ""
8506
+
8507
+ #: includes/assets/js/build/wds-schema-types.js:1
8508
+ msgid "The profile image of the article author."
8509
+ msgstr ""
8510
+
8511
+ #: includes/assets/js/build/wds-schema-types.js:1
8512
+ msgid "The description of the article author."
8513
+ msgstr ""
8514
+
8515
+ #: includes/assets/js/build/wds-schema-types.js:1
8516
+ msgid "Headline"
8517
+ msgstr ""
8518
+
8519
+ #: includes/assets/js/build/wds-schema-types.js:1
8520
+ msgid "The headline of the article. Headlines should not exceed 110 characters."
8521
+ msgstr ""
8522
+
8523
+ #: includes/assets/js/build/wds-schema-types.js:1
8524
+ msgid "The name of the article."
8525
+ msgstr ""
8526
+
8527
+ #: includes/assets/js/build/wds-schema-types.js:1
8528
+ msgid "The description of the article."
8529
+ msgstr ""
8530
+
8531
+ #: includes/assets/js/build/wds-schema-types.js:1
8532
+ msgid "The permanent URL of the article."
8533
+ msgstr ""
8534
+
8535
+ #: includes/assets/js/build/wds-schema-types.js:1
8536
+ msgid "Thumbnail URL"
8537
+ msgstr ""
8538
+
8539
+ #: includes/assets/js/build/wds-schema-types.js:1
8540
+ msgid "The thumbnail URL of the article."
8541
+ msgstr ""
8542
+
8543
+ #: includes/assets/js/build/wds-schema-types.js:1
8544
+ msgid "Date Modified"
8545
+ msgstr ""
8546
+
8547
+ #: includes/assets/js/build/wds-schema-types.js:1
8548
+ msgid "The date and time the article was most recently modified, in ISO 8601 format."
8549
+ msgstr ""
8550
+
8551
+ #: includes/assets/js/build/wds-schema-types.js:1
8552
+ msgid "Date Published"
8553
+ msgstr ""
8554
+
8555
+ #: includes/assets/js/build/wds-schema-types.js:1
8556
+ msgid "The date and time the article was first published, in ISO 8601 format."
8557
+ msgstr ""
8558
+
8559
+ #: includes/assets/js/build/wds-schema-types.js:1
8560
+ msgid "Article Body"
8561
+ msgstr ""
8562
+
8563
+ #: includes/assets/js/build/wds-schema-types.js:1
8564
+ msgid "The content of the article."
8565
+ msgstr ""
8566
+
8567
+ #: includes/assets/js/build/wds-schema-types.js:1
8568
+ msgid "Alternative Headline"
8569
+ msgstr ""
8570
+
8571
+ #: includes/assets/js/build/wds-schema-types.js:1
8572
+ msgid "Alternative headline for the article."
8573
+ msgstr ""
8574
+
8575
+ #: includes/assets/js/build/wds-schema-types.js:1
8576
+ msgid "Images"
8577
+ msgstr ""
8578
+
8579
+ #: includes/assets/js/build/wds-schema-types.js:1
8580
+ msgid "Images related to the article."
8581
+ msgstr ""
8582
+
8583
+ #: includes/assets/js/build/wds-schema-types.js:1
8584
+ msgid "The author of the article."
8585
+ msgstr ""
8586
+
8587
+ #: includes/assets/js/build/wds-schema-types.js:1
8588
+ msgid "Publisher"
8589
+ msgstr ""
8590
+
8591
+ #: includes/assets/js/build/wds-schema-types.js:1
8592
+ msgid "The publisher of the article."
8593
+ msgstr ""
8594
+
8595
+ #: includes/assets/js/build/wds-schema-types.js:1
8596
+ msgid "The following block will be repeated for each post comment"
8597
+ msgstr ""
8598
+
8599
+ #: includes/assets/js/build/wds-schema-types.js:1
8600
+ msgid "Comments, typically from users."
8601
+ msgstr ""
8602
+
8603
+ #: includes/assets/js/build/wds-schema-types.js:1
8604
+ msgid "Availability"
8605
+ msgstr ""
8606
+
8607
+ #: includes/assets/js/build/wds-schema-types.js:1
8608
+ msgid "In Stock"
8609
+ msgstr ""
8610
+
8611
+ #: includes/assets/js/build/wds-schema-types.js:1
8612
+ msgid "Sold Out"
8613
+ msgstr ""
8614
+
8615
+ #: includes/assets/js/build/wds-schema-types.js:1
8616
+ msgid "PreOrder"
8617
+ msgstr ""
8618
+
8619
+ #: includes/assets/js/build/wds-schema-types.js:1
8620
+ msgid "The availability of event tickets."
8621
+ msgstr ""
8622
+
8623
+ #: includes/assets/js/build/wds-schema-types.js:1
8624
+ msgid "Price"
8625
+ msgstr ""
8626
+
8627
+ #: includes/assets/js/build/wds-schema-types.js:1
8628
+ msgid "The lowest available price available for your tickets, including service charges and fees. Don't forget to update it as prices change or tickets sell out."
8629
+ msgstr ""
8630
+
8631
+ #: includes/assets/js/build/wds-schema-types.js:1
8632
+ msgid "Price Currency Code"
8633
+ msgstr ""
8634
+
8635
+ #: includes/assets/js/build/wds-schema-types.js:1
8636
+ msgid "The 3-letter ISO 4217 currency code."
8637
+ msgstr ""
8638
+
8639
+ #: includes/assets/js/build/wds-schema-types.js:1
8640
+ msgid "Valid From"
8641
+ msgstr ""
8642
+
8643
+ #: includes/assets/js/build/wds-schema-types.js:1
8644
+ msgid "The date and time when tickets go on sale (only required on date-restricted offers), in ISO-8601 format."
8645
+ msgstr ""
8646
+
8647
+ #: includes/assets/js/build/wds-schema-types.js:1
8648
+ msgid "Valid Until"
8649
+ msgstr ""
8650
+
8651
+ #: includes/assets/js/build/wds-schema-types.js:1
8652
+ msgid "The date and time till when tickets will be on sale."
8653
+ msgstr ""
8654
+
8655
+ #: includes/assets/js/build/wds-schema-types.js:1
8656
+ msgid "The URL of a page providing the ability to buy tickets."
8657
+ msgstr ""
8658
+
8659
+ #: includes/assets/js/build/wds-schema-types.js:1
8660
+ msgid "The detailed name of the place or venue where the event is being held. This property is only recommended for events that take place at a physical location."
8661
+ msgstr ""
8662
+
8663
+ #: includes/assets/js/build/wds-schema-types.js:1
8664
+ msgid "The venue's detailed street address. This property is only required for events that take place at a physical location."
8665
+ msgstr ""
8666
+
8667
+ #: includes/assets/js/build/wds-schema-types.js:1
8668
+ msgid "The availability of this item."
8669
+ msgstr ""
8670
+
8671
+ #: includes/assets/js/build/wds-schema-types.js:1
8672
+ msgid "Low Price"
8673
+ msgstr ""
8674
+
8675
+ #: includes/assets/js/build/wds-schema-types.js:1
8676
+ msgid "The lowest price of all offers available. Use a floating point number."
8677
+ msgstr ""
8678
+
8679
+ #: includes/assets/js/build/wds-schema-types.js:1
8680
+ msgid "High Price"
8681
+ msgstr ""
8682
+
8683
+ #: includes/assets/js/build/wds-schema-types.js:1
8684
+ msgid "The highest price of all offers available. Use a floating point number."
8685
+ msgstr ""
8686
+
8687
+ #: includes/assets/js/build/wds-schema-types.js:1
8688
+ msgid "Price Currency"
8689
+ msgstr ""
8690
+
8691
+ #: includes/assets/js/build/wds-schema-types.js:1
8692
+ msgid "The currency used to describe the price, in three-letter ISO 4217 format."
8693
+ msgstr ""
8694
+
8695
+ #: includes/assets/js/build/wds-schema-types.js:1
8696
+ msgid "Offer Count"
8697
+ msgstr ""
8698
+
8699
+ #: includes/assets/js/build/wds-schema-types.js:1
8700
+ msgid "The number of offers for the item."
8701
+ msgstr ""
8702
+
8703
+ #: includes/assets/js/build/wds-schema-types.js:1
8704
+ msgid "The name of the person."
8705
+ msgstr ""
8706
+
8707
+ #: includes/assets/js/build/wds-schema-types.js:1
8708
+ msgid "The URL to the person's profile."
8709
+ msgstr ""
8710
+
8711
+ #: includes/assets/js/build/wds-schema-types.js:1
8712
+ msgid "Short bio/description of the person."
8713
+ msgstr ""
8714
+
8715
+ #: includes/assets/js/build/wds-schema-types.js:1
8716
+ msgid "The profile image of the person."
8717
+ msgstr ""
8718
+
8719
+ #: includes/assets/js/build/wds-schema-types.js:1
8720
+ msgid "The logo of the organization."
8721
+ msgstr ""
8722
+
8723
+ #: includes/assets/js/build/wds-schema-types.js:1
8724
+ msgid "The name of the organization."
8725
+ msgstr ""
8726
+
8727
+ #: includes/assets/js/build/wds-schema-types.js:1
8728
+ msgid "The URL of the organization."
8729
+ msgstr ""
8730
+
8731
+ #: includes/assets/js/build/wds-schema-types.js:1
8732
+ msgid "The addresses of the organization."
8733
+ msgstr ""
8734
+
8735
+ #: includes/assets/js/build/wds-schema-types.js:1
8736
+ msgid "The contact points of the organization."
8737
+ msgstr ""
8738
+
8739
+ #: includes/assets/js/build/wds-schema-types.js:1
8740
+ msgid "Reviewed Item"
8741
+ msgstr ""
8742
+
8743
+ #: includes/assets/js/build/wds-schema-types.js:1
8744
+ msgid "The name of the item that is being rated."
8745
+ msgstr ""
8746
+
8747
+ #: includes/assets/js/build/wds-schema-types.js:1
8748
+ msgid "Rating Count"
8749
+ msgstr ""
8750
+
8751
+ #: includes/assets/js/build/wds-schema-types.js:1
8752
+ #: includes/assets/js/build/wds-schema-types.js:3
8753
+ msgid "Post Data"
8754
+ msgstr ""
8755
+
8756
+ #: includes/assets/js/build/wds-schema-types.js:1
8757
+ msgid "Post Comment Count"
8758
+ msgstr ""
8759
+
8760
+ #: includes/assets/js/build/wds-schema-types.js:1
8761
+ msgid "The total number of ratings for the item on your site."
8762
+ msgstr ""
8763
+
8764
+ #: includes/assets/js/build/wds-schema-types.js:1
8765
+ msgid "Review Count"
8766
+ msgstr ""
8767
+
8768
+ #: includes/assets/js/build/wds-schema-types.js:1
8769
+ msgid "Specifies the number of people who provided a review with or without an accompanying rating."
8770
+ msgstr ""
8771
+
8772
+ #: includes/assets/js/build/wds-schema-types.js:1
8773
+ msgid "Rating Value"
8774
+ msgstr ""
8775
+
8776
+ #: includes/assets/js/build/wds-schema-types.js:1
8777
+ msgid "A numerical quality rating for the item, either a number, fraction, or percentage (for example, \"4\", \"60%\", or \"6 / 10\")."
8778
+ msgstr ""
8779
+
8780
+ #: includes/assets/js/build/wds-schema-types.js:1
8781
+ msgid "Best Rating"
8782
+ msgstr ""
8783
+
8784
+ #: includes/assets/js/build/wds-schema-types.js:1
8785
+ msgid "The highest value allowed in this rating system. If omitted, 5 is assumed."
8786
+ msgstr ""
8787
+
8788
+ #: includes/assets/js/build/wds-schema-types.js:1
8789
+ msgid "Worst Rating"
8790
+ msgstr ""
8791
+
8792
+ #: includes/assets/js/build/wds-schema-types.js:1
8793
+ msgid "The lowest value allowed in this rating system. If omitted, 1 is assumed."
8794
+ msgstr ""
8795
+
8796
+ #: includes/assets/js/build/wds-schema-types.js:1
8797
+ msgid "The name of the review author."
8798
+ msgstr ""
8799
+
8800
+ #: includes/assets/js/build/wds-schema-types.js:1
8801
+ msgid "The URL to the review author's page."
8802
+ msgstr ""
8803
+
8804
+ #: includes/assets/js/build/wds-schema-types.js:1
8805
+ msgid "Short bio/description of the review author."
8806
+ msgstr ""
8807
+
8808
+ #: includes/assets/js/build/wds-schema-types.js:1
8809
+ msgid "An image of the review author."
8810
+ msgstr ""
8811
+
8812
+ #: includes/assets/js/build/wds-schema-types.js:1
8813
+ msgid "Name of the item that is being rated."
8814
+ msgstr ""
8815
+
8816
+ #: includes/assets/js/build/wds-schema-types.js:1
8817
+ msgid "Review Body"
8818
+ msgstr ""
8819
+
8820
+ #: includes/assets/js/build/wds-schema-types.js:1
8821
+ msgid "The actual body of the review."
8822
+ msgstr ""
8823
+
8824
+ #: includes/assets/js/build/wds-schema-types.js:1
8825
+ msgid "The date that the review was published, in ISO 8601 date format."
8826
+ msgstr ""
8827
+
8828
+ #: includes/assets/js/build/wds-schema-types.js:1
8829
+ msgid "The author of the review. The reviewer's name must be a valid name."
8830
+ msgstr ""
8831
+
8832
+ #: includes/assets/js/build/wds-schema-types.js:1
8833
+ msgid "Author Organization"
8834
+ msgstr ""
8835
+
8836
+ #: includes/assets/js/build/wds-schema-types.js:1
8837
+ msgid "Rating"
8838
+ msgstr ""
8839
+
8840
+ #: includes/assets/js/build/wds-schema-types.js:1
8841
+ msgid "The rating given in this review."
8842
+ msgstr ""
8843
+
8844
+ #: includes/assets/js/build/wds-schema-types.js:1
8845
+ msgid "The full title of the event."
8846
+ msgstr ""
8847
+
8848
+ #: includes/assets/js/build/wds-schema-types.js:1
8849
+ msgid "Description of the event. Describe all details of the event to make it easier for users to understand and attend the event."
8850
+ msgstr ""
8851
+
8852
+ #: includes/assets/js/build/wds-schema-types.js:1
8853
+ msgid "Start Date"
8854
+ msgstr ""
8855
+
8856
+ #: includes/assets/js/build/wds-schema-types.js:1
8857
+ msgid "The start date and start time of the event in ISO-8601 format."
8858
+ msgstr ""
8859
+
8860
+ #: includes/assets/js/build/wds-schema-types.js:1
8861
+ msgid "End Date"
8862
+ msgstr ""
8863
+
8864
+ #: includes/assets/js/build/wds-schema-types.js:1
8865
+ msgid "The end date and end time of the event in ISO-8601 format."
8866
+ msgstr ""
8867
+
8868
+ #: includes/assets/js/build/wds-schema-types.js:1
8869
+ msgid "Event Attendance Mode"
8870
+ msgstr ""
8871
+
8872
+ #: includes/assets/js/build/wds-schema-types.js:1
8873
+ msgid "Mixed Attendance Mode"
8874
+ msgstr ""
8875
+
8876
+ #: includes/assets/js/build/wds-schema-types.js:1
8877
+ msgid "Offline Attendance Mode"
8878
+ msgstr ""
8879
+
8880
+ #: includes/assets/js/build/wds-schema-types.js:1
8881
+ msgid "Online Attendance Mode"
8882
+ msgstr ""
8883
+
8884
+ #: includes/assets/js/build/wds-schema-types.js:1
8885
+ msgid "Indicates whether the event occurs online, offline at a physical location, or a mix of both online and offline."
8886
+ msgstr ""
8887
+
8888
+ #: includes/assets/js/build/wds-schema-types.js:1
8889
+ msgid "Event Status"
8890
+ msgstr ""
8891
+
8892
+ #: includes/assets/js/build/wds-schema-types.js:1
8893
+ msgid "Scheduled"
8894
+ msgstr ""
8895
+
8896
+ #: includes/assets/js/build/wds-schema-types.js:1
8897
+ msgid "Moved Online"
8898
+ msgstr ""
8899
+
8900
+ #: includes/assets/js/build/wds-schema-types.js:1
8901
+ msgid "Rescheduled"
8902
+ msgstr ""
8903
+
8904
+ #: includes/assets/js/build/wds-schema-types.js:1
8905
+ msgid "Postponed"
8906
+ msgstr ""
8907
+
8908
+ #: includes/assets/js/build/wds-schema-types.js:1
8909
+ msgid "Cancelled"
8910
+ msgstr ""
8911
+
8912
+ #: includes/assets/js/build/wds-schema-types.js:1
8913
+ msgid "The status of the event."
8914
+ msgstr ""
8915
+
8916
+ #: includes/assets/js/build/wds-schema-types.js:1
8917
+ msgid "Image or logo for the event or tour. Including an image helps users understand and engage with your event."
8918
+ msgstr ""
8919
+
8920
+ #: includes/assets/js/build/wds-schema-types.js:1
8921
+ #: includes/assets/js/build/wds-schema-types.js:3
8922
+ msgid "Location"
8923
+ msgstr ""
8924
+
8925
+ #: includes/assets/js/build/wds-schema-types.js:1
8926
+ msgid "The physical location of the event."
8927
+ msgstr ""
8928
+
8929
+ #: includes/assets/js/build/wds-schema-types.js:1
8930
+ msgid "Virtual Location"
8931
+ msgstr ""
8932
+
8933
+ #: includes/assets/js/build/wds-schema-types.js:1
8934
+ msgid "The URL of the online event, where people can join. This property is required if your event is happening online."
8935
+ msgstr ""
8936
+
8937
+ #: includes/assets/js/build/wds-schema-types.js:1
8938
+ msgid "The virtual location of the event."
8939
+ msgstr ""
8940
+
8941
+ #: includes/assets/js/build/wds-schema-types.js:1
8942
+ msgid "Organizer"
8943
+ msgstr ""
8944
+
8945
+ #: includes/assets/js/build/wds-schema-types.js:1
8946
+ msgid "The organization that is hosting the event."
8947
+ msgstr ""
8948
+
8949
+ #: includes/assets/js/build/wds-schema-types.js:1
8950
+ msgid "Performers"
8951
+ msgstr ""
8952
+
8953
+ #: includes/assets/js/build/wds-schema-types.js:1
8954
+ msgid "Performer"
8955
+ msgstr ""
8956
+
8957
+ #: includes/assets/js/build/wds-schema-types.js:1
8958
+ msgid "The participants performing at the event, such as artists and comedians."
8959
+ msgstr ""
8960
+
8961
+ #: includes/assets/js/build/wds-schema-types.js:1
8962
+ msgid "Offers"
8963
+ msgstr ""
8964
+
8965
+ #: includes/assets/js/build/wds-schema-types.js:1
8966
+ msgid "Offer"
8967
+ msgstr ""
8968
+
8969
+ #: includes/assets/js/build/wds-schema-types.js:1
8970
+ msgid "A nested Offer, one for each ticket type."
8971
+ msgstr ""
8972
+
8973
+ #: includes/assets/js/build/wds-schema-types.js:1
8974
+ msgid "Aggregate Offer"
8975
+ msgstr ""
8976
+
8977
+ #: includes/assets/js/build/wds-schema-types.js:1
8978
+ msgid "A nested AggregateOffer, representing all available offers."
8979
+ msgstr ""
8980
+
8981
+ #: includes/assets/js/build/wds-schema-types.js:1
8982
+ msgid "Aggregate Rating"
8983
+ msgstr ""
8984
+
8985
+ #: includes/assets/js/build/wds-schema-types.js:1
8986
+ msgid "A nested aggregateRating of the event."
8987
+ msgstr ""
8988
+
8989
+ #: includes/assets/js/build/wds-schema-types.js:1
8990
+ msgid "Reviews"
8991
+ msgstr ""
8992
+
8993
+ #: includes/assets/js/build/wds-schema-types.js:1
8994
+ msgid "Review"
8995
+ msgstr ""
8996
+
8997
+ #: includes/assets/js/build/wds-schema-types.js:1
8998
+ msgid "Reviews of the event."
8999
+ msgstr ""
9000
+
9001
+ #: includes/assets/js/build/wds-schema-types.js:1
9002
+ msgid "United States dollar"
9003
+ msgstr ""
9004
+
9005
+ #: includes/assets/js/build/wds-schema-types.js:1
9006
+ msgid "UAE dirham"
9007
+ msgstr ""
9008
+
9009
+ #: includes/assets/js/build/wds-schema-types.js:1
9010
+ msgid "Afghan afghani"
9011
+ msgstr ""
9012
+
9013
+ #: includes/assets/js/build/wds-schema-types.js:1
9014
+ msgid "Albanian lek"
9015
+ msgstr ""
9016
+
9017
+ #: includes/assets/js/build/wds-schema-types.js:1
9018
+ msgid "Armenian dram"
9019
+ msgstr ""
9020
+
9021
+ #: includes/assets/js/build/wds-schema-types.js:1
9022
+ msgid "Netherlands Antillean gulden"
9023
+ msgstr ""
9024
+
9025
+ #: includes/assets/js/build/wds-schema-types.js:1
9026
+ msgid "Angolan kwanza"
9027
+ msgstr ""
9028
+
9029
+ #: includes/assets/js/build/wds-schema-types.js:1
9030
+ msgid "Argentine peso"
9031
+ msgstr ""
9032
+
9033
+ #: includes/assets/js/build/wds-schema-types.js:1
9034
+ msgid "Australian dollar"
9035
+ msgstr ""
9036
+
9037
+ #: includes/assets/js/build/wds-schema-types.js:1
9038
+ msgid "Aruban florin"
9039
+ msgstr ""
9040
+
9041
+ #: includes/assets/js/build/wds-schema-types.js:1
9042
+ msgid "Azerbaijani manat"
9043
+ msgstr ""
9044
+
9045
+ #: includes/assets/js/build/wds-schema-types.js:1
9046
+ msgid "Bosnia and Herzegovina konvertibilna marka"
9047
+ msgstr ""
9048
+
9049
+ #: includes/assets/js/build/wds-schema-types.js:1
9050
+ msgid "Barbadian dollar"
9051
+ msgstr ""
9052
+
9053
+ #: includes/assets/js/build/wds-schema-types.js:1
9054
+ msgid "Bangladeshi taka"
9055
+ msgstr ""
9056
+
9057
+ #: includes/assets/js/build/wds-schema-types.js:1
9058
+ msgid "Bulgarian lev"
9059
+ msgstr ""
9060
+
9061
+ #: includes/assets/js/build/wds-schema-types.js:1
9062
+ msgid "Bahraini dinar"
9063
+ msgstr ""
9064
+
9065
+ #: includes/assets/js/build/wds-schema-types.js:1
9066
+ msgid "Burundi franc"
9067
+ msgstr ""
9068
+
9069
+ #: includes/assets/js/build/wds-schema-types.js:1
9070
+ msgid "Bermudian dollar"
9071
+ msgstr ""
9072
+
9073
+ #: includes/assets/js/build/wds-schema-types.js:1
9074
+ msgid "Brunei dollar"
9075
+ msgstr ""
9076
+
9077
+ #: includes/assets/js/build/wds-schema-types.js:1
9078
+ msgid "Bolivian boliviano"
9079
+ msgstr ""
9080
+
9081
+ #: includes/assets/js/build/wds-schema-types.js:1
9082
+ msgid "Brazilian real"
9083
+ msgstr ""
9084
+
9085
+ #: includes/assets/js/build/wds-schema-types.js:1
9086
+ msgid "Bahamian dollar"
9087
+ msgstr ""
9088
+
9089
+ #: includes/assets/js/build/wds-schema-types.js:1
9090
+ msgid "Bhutanese ngultrum"
9091
+ msgstr ""
9092
+
9093
+ #: includes/assets/js/build/wds-schema-types.js:1
9094
+ msgid "Botswana pula"
9095
+ msgstr ""
9096
+
9097
+ #: includes/assets/js/build/wds-schema-types.js:1
9098
+ msgid "Belarusian ruble"
9099
+ msgstr ""
9100
+
9101
+ #: includes/assets/js/build/wds-schema-types.js:1
9102
+ msgid "Belize dollar"
9103
+ msgstr ""
9104
+
9105
+ #: includes/assets/js/build/wds-schema-types.js:1
9106
+ msgid "Canadian dollar"
9107
+ msgstr ""
9108
+
9109
+ #: includes/assets/js/build/wds-schema-types.js:1
9110
+ msgid "Congolese franc"
9111
+ msgstr ""
9112
+
9113
+ #: includes/assets/js/build/wds-schema-types.js:1
9114
+ msgid "Swiss franc"
9115
+ msgstr ""
9116
+
9117
+ #: includes/assets/js/build/wds-schema-types.js:1
9118
+ msgid "Chilean peso"
9119
+ msgstr ""
9120
+
9121
+ #: includes/assets/js/build/wds-schema-types.js:1
9122
+ msgid "Chinese/Yuan renminbi"
9123
+ msgstr ""
9124
+
9125
+ #: includes/assets/js/build/wds-schema-types.js:1
9126
+ msgid "Colombian peso"
9127
+ msgstr ""
9128
+
9129
+ #: includes/assets/js/build/wds-schema-types.js:1
9130
+ msgid "Costa Rican colon"
9131
+ msgstr ""
9132
+
9133
+ #: includes/assets/js/build/wds-schema-types.js:1
9134
+ msgid "Cuban peso"
9135
+ msgstr ""
9136
+
9137
+ #: includes/assets/js/build/wds-schema-types.js:1
9138
+ msgid "Cape Verdean escudo"
9139
+ msgstr ""
9140
+
9141
+ #: includes/assets/js/build/wds-schema-types.js:1
9142
+ msgid "Czech koruna"
9143
+ msgstr ""
9144
+
9145
+ #: includes/assets/js/build/wds-schema-types.js:1
9146
+ msgid "Djiboutian franc"
9147
+ msgstr ""
9148
+
9149
+ #: includes/assets/js/build/wds-schema-types.js:1
9150
+ msgid "Danish krone"
9151
+ msgstr ""
9152
+
9153
+ #: includes/assets/js/build/wds-schema-types.js:1
9154
+ msgid "Dominican peso"
9155
+ msgstr ""
9156
+
9157
+ #: includes/assets/js/build/wds-schema-types.js:1
9158
+ msgid "Algerian dinar"
9159
+ msgstr ""
9160
+
9161
+ #: includes/assets/js/build/wds-schema-types.js:1
9162
+ msgid "Estonian kroon"
9163
+ msgstr ""
9164
+
9165
+ #: includes/assets/js/build/wds-schema-types.js:1
9166
+ msgid "Egyptian pound"
9167
+ msgstr ""
9168
+
9169
+ #: includes/assets/js/build/wds-schema-types.js:1
9170
+ msgid "Eritrean nakfa"
9171
+ msgstr ""
9172
+
9173
+ #: includes/assets/js/build/wds-schema-types.js:1
9174
+ msgid "Ethiopian birr"
9175
+ msgstr ""
9176
+
9177
+ #: includes/assets/js/build/wds-schema-types.js:1
9178
+ msgid "European Euro"
9179
+ msgstr ""
9180
+
9181
+ #: includes/assets/js/build/wds-schema-types.js:1
9182
+ msgid "Fijian dollar"
9183
+ msgstr ""
9184
+
9185
+ #: includes/assets/js/build/wds-schema-types.js:1
9186
+ msgid "Falkland Islands pound"
9187
+ msgstr ""
9188
+
9189
+ #: includes/assets/js/build/wds-schema-types.js:1
9190
+ msgid "British pound"
9191
+ msgstr ""
9192
+
9193
+ #: includes/assets/js/build/wds-schema-types.js:1
9194
+ msgid "Georgian lari"
9195
+ msgstr ""
9196
+
9197
+ #: includes/assets/js/build/wds-schema-types.js:1
9198
+ msgid "Ghanaian cedi"
9199
+ msgstr ""
9200
+
9201
+ #: includes/assets/js/build/wds-schema-types.js:1
9202
+ msgid "Gibraltar pound"
9203
+ msgstr ""
9204
+
9205
+ #: includes/assets/js/build/wds-schema-types.js:1
9206
+ msgid "Gambian dalasi"
9207
+ msgstr ""
9208
+
9209
+ #: includes/assets/js/build/wds-schema-types.js:1
9210
+ msgid "Guinean franc"
9211
+ msgstr ""
9212
+
9213
+ #: includes/assets/js/build/wds-schema-types.js:1
9214
+ msgid "Central African CFA franc"
9215
+ msgstr ""
9216
+
9217
+ #: includes/assets/js/build/wds-schema-types.js:1
9218
+ msgid "Guatemalan quetzal"
9219
+ msgstr ""
9220
+
9221
+ #: includes/assets/js/build/wds-schema-types.js:1
9222
+ msgid "Guyanese dollar"
9223
+ msgstr ""
9224
+
9225
+ #: includes/assets/js/build/wds-schema-types.js:1
9226
+ msgid "Hong Kong dollar"
9227
+ msgstr ""
9228
+
9229
+ #: includes/assets/js/build/wds-schema-types.js:1
9230
+ msgid "Honduran lempira"
9231
+ msgstr ""
9232
+
9233
+ #: includes/assets/js/build/wds-schema-types.js:1
9234
+ msgid "Croatian kuna"
9235
+ msgstr ""
9236
+
9237
+ #: includes/assets/js/build/wds-schema-types.js:1
9238
+ msgid "Haitian gourde"
9239
+ msgstr ""
9240
+
9241
+ #: includes/assets/js/build/wds-schema-types.js:1
9242
+ msgid "Hungarian forint"
9243
+ msgstr ""
9244
+
9245
+ #: includes/assets/js/build/wds-schema-types.js:1
9246
+ msgid "Indonesian rupiah"
9247
+ msgstr ""
9248
+
9249
+ #: includes/assets/js/build/wds-schema-types.js:1
9250
+ msgid "Israeli new sheqel"
9251
+ msgstr ""
9252
+
9253
+ #: includes/assets/js/build/wds-schema-types.js:1
9254
+ msgid "Indian rupee"
9255
+ msgstr ""
9256
+
9257
+ #: includes/assets/js/build/wds-schema-types.js:1
9258
+ msgid "Iraqi dinar"
9259
+ msgstr ""
9260
+
9261
+ #: includes/assets/js/build/wds-schema-types.js:1
9262
+ msgid "Iranian rial"
9263
+ msgstr ""
9264
+
9265
+ #: includes/assets/js/build/wds-schema-types.js:1
9266
+ msgid "Icelandic króna"
9267
+ msgstr ""
9268
+
9269
+ #: includes/assets/js/build/wds-schema-types.js:1
9270
+ msgid "Jamaican dollar"
9271
+ msgstr ""
9272
+
9273
+ #: includes/assets/js/build/wds-schema-types.js:1
9274
+ msgid "Jordanian dinar"
9275
+ msgstr ""
9276
+
9277
+ #: includes/assets/js/build/wds-schema-types.js:1
9278
+ msgid "Japanese yen"
9279
+ msgstr ""
9280
+
9281
+ #: includes/assets/js/build/wds-schema-types.js:1
9282
+ msgid "Kenyan shilling"
9283
+ msgstr ""
9284
+
9285
+ #: includes/assets/js/build/wds-schema-types.js:1
9286
+ msgid "Kyrgyzstani som"
9287
+ msgstr ""
9288
+
9289
+ #: includes/assets/js/build/wds-schema-types.js:1
9290
+ msgid "Cambodian riel"
9291
+ msgstr ""
9292
+
9293
+ #: includes/assets/js/build/wds-schema-types.js:1
9294
+ msgid "Comorian franc"
9295
+ msgstr ""
9296
+
9297
+ #: includes/assets/js/build/wds-schema-types.js:1
9298
+ msgid "North Korean won"
9299
+ msgstr ""
9300
+
9301
+ #: includes/assets/js/build/wds-schema-types.js:1
9302
+ msgid "South Korean won"
9303
+ msgstr ""
9304
+
9305
+ #: includes/assets/js/build/wds-schema-types.js:1
9306
+ msgid "Kuwaiti dinar"
9307
+ msgstr ""
9308
+
9309
+ #: includes/assets/js/build/wds-schema-types.js:1
9310
+ msgid "Cayman Islands dollar"
9311
+ msgstr ""
9312
+
9313
+ #: includes/assets/js/build/wds-schema-types.js:1
9314
+ msgid "Kazakhstani tenge"
9315
+ msgstr ""
9316
+
9317
+ #: includes/assets/js/build/wds-schema-types.js:1
9318
+ msgid "Lao kip"
9319
+ msgstr ""
9320
+
9321
+ #: includes/assets/js/build/wds-schema-types.js:1
9322
+ msgid "Lebanese lira"
9323
+ msgstr ""
9324
+
9325
+ #: includes/assets/js/build/wds-schema-types.js:1
9326
+ msgid "Sri Lankan rupee"
9327
+ msgstr ""
9328
+
9329
+ #: includes/assets/js/build/wds-schema-types.js:1
9330
+ msgid "Liberian dollar"
9331
+ msgstr ""
9332
+
9333
+ #: includes/assets/js/build/wds-schema-types.js:1
9334
+ msgid "Lesotho loti"
9335
+ msgstr ""
9336
+
9337
+ #: includes/assets/js/build/wds-schema-types.js:1
9338
+ msgid "Lithuanian litas"
9339
+ msgstr ""
9340
+
9341
+ #: includes/assets/js/build/wds-schema-types.js:1
9342
+ msgid "Latvian lats"
9343
+ msgstr ""
9344
+
9345
+ #: includes/assets/js/build/wds-schema-types.js:1
9346
+ msgid "Libyan dinar"
9347
+ msgstr ""
9348
+
9349
+ #: includes/assets/js/build/wds-schema-types.js:1
9350
+ msgid "Moroccan dirham"
9351
+ msgstr ""
9352
+
9353
+ #: includes/assets/js/build/wds-schema-types.js:1
9354
+ msgid "Moldovan leu"
9355
+ msgstr ""
9356
+
9357
+ #: includes/assets/js/build/wds-schema-types.js:1
9358
+ msgid "Malagasy ariary"
9359
+ msgstr ""
9360
+
9361
+ #: includes/assets/js/build/wds-schema-types.js:1
9362
+ msgid "Macedonian denar"
9363
+ msgstr ""
9364
+
9365
+ #: includes/assets/js/build/wds-schema-types.js:1
9366
+ msgid "Myanma kyat"
9367
+ msgstr ""
9368
+
9369
+ #: includes/assets/js/build/wds-schema-types.js:1
9370
+ msgid "Mongolian tugrik"
9371
+ msgstr ""
9372
+
9373
+ #: includes/assets/js/build/wds-schema-types.js:1
9374
+ msgid "Macanese pataca"
9375
+ msgstr ""
9376
+
9377
+ #: includes/assets/js/build/wds-schema-types.js:1
9378
+ msgid "Mauritanian ouguiya"
9379
+ msgstr ""
9380
+
9381
+ #: includes/assets/js/build/wds-schema-types.js:1
9382
+ msgid "Mauritian rupee"
9383
+ msgstr ""
9384
+
9385
+ #: includes/assets/js/build/wds-schema-types.js:1
9386
+ msgid "Maldivian rufiyaa"
9387
+ msgstr ""
9388
+
9389
+ #: includes/assets/js/build/wds-schema-types.js:1
9390
+ msgid "Malawian kwacha"
9391
+ msgstr ""
9392
+
9393
+ #: includes/assets/js/build/wds-schema-types.js:1
9394
+ msgid "Mexican peso"
9395
+ msgstr ""
9396
+
9397
+ #: includes/assets/js/build/wds-schema-types.js:1
9398
+ msgid "Malaysian ringgit"
9399
+ msgstr ""
9400
+
9401
+ #: includes/assets/js/build/wds-schema-types.js:1
9402
+ msgid "Mozambican metical"
9403
+ msgstr ""
9404
+
9405
+ #: includes/assets/js/build/wds-schema-types.js:1
9406
+ msgid "Namibian dollar"
9407
+ msgstr ""
9408
+
9409
+ #: includes/assets/js/build/wds-schema-types.js:1
9410
+ msgid "Nigerian naira"
9411
+ msgstr ""
9412
+
9413
+ #: includes/assets/js/build/wds-schema-types.js:1
9414
+ msgid "Nicaraguan córdoba"
9415
+ msgstr ""
9416
+
9417
+ #: includes/assets/js/build/wds-schema-types.js:1
9418
+ msgid "Norwegian krone"
9419
+ msgstr ""
9420
+
9421
+ #: includes/assets/js/build/wds-schema-types.js:1
9422
+ msgid "Nepalese rupee"
9423
+ msgstr ""
9424
+
9425
+ #: includes/assets/js/build/wds-schema-types.js:1
9426
+ msgid "New Zealand dollar"
9427
+ msgstr ""
9428
+
9429
+ #: includes/assets/js/build/wds-schema-types.js:1
9430
+ msgid "Omani rial"
9431
+ msgstr ""
9432
+
9433
+ #: includes/assets/js/build/wds-schema-types.js:1
9434
+ msgid "Panamanian balboa"
9435
+ msgstr ""
9436
+
9437
+ #: includes/assets/js/build/wds-schema-types.js:1
9438
+ msgid "Peruvian nuevo sol"
9439
+ msgstr ""
9440
+
9441
+ #: includes/assets/js/build/wds-schema-types.js:1
9442
+ msgid "Papua New Guinean kina"
9443
+ msgstr ""
9444
+
9445
+ #: includes/assets/js/build/wds-schema-types.js:1
9446
+ msgid "Philippine peso"
9447
+ msgstr ""
9448
+
9449
+ #: includes/assets/js/build/wds-schema-types.js:1
9450
+ msgid "Pakistani rupee"
9451
+ msgstr ""
9452
+
9453
+ #: includes/assets/js/build/wds-schema-types.js:1
9454
+ msgid "Polish zloty"
9455
+ msgstr ""
9456
+
9457
+ #: includes/assets/js/build/wds-schema-types.js:1
9458
+ msgid "Paraguayan guarani"
9459
+ msgstr ""
9460
+
9461
+ #: includes/assets/js/build/wds-schema-types.js:1
9462
+ msgid "Qatari riyal"
9463
+ msgstr ""
9464
+
9465
+ #: includes/assets/js/build/wds-schema-types.js:1
9466
+ msgid "Romanian leu"
9467
+ msgstr ""
9468
+
9469
+ #: includes/assets/js/build/wds-schema-types.js:1
9470
+ msgid "Serbian dinar"
9471
+ msgstr ""
9472
+
9473
+ #: includes/assets/js/build/wds-schema-types.js:1
9474
+ msgid "Russian ruble"
9475
+ msgstr ""
9476
+
9477
+ #: includes/assets/js/build/wds-schema-types.js:1
9478
+ msgid "Saudi riyal"
9479
+ msgstr ""
9480
+
9481
+ #: includes/assets/js/build/wds-schema-types.js:1
9482
+ msgid "Solomon Islands dollar"
9483
+ msgstr ""
9484
+
9485
+ #: includes/assets/js/build/wds-schema-types.js:1
9486
+ msgid "Seychellois rupee"
9487
+ msgstr ""
9488
+
9489
+ #: includes/assets/js/build/wds-schema-types.js:1
9490
+ msgid "Sudanese pound"
9491
+ msgstr ""
9492
+
9493
+ #: includes/assets/js/build/wds-schema-types.js:1
9494
+ msgid "Swedish krona"
9495
+ msgstr ""
9496
+
9497
+ #: includes/assets/js/build/wds-schema-types.js:1
9498
+ msgid "Singapore dollar"
9499
+ msgstr ""
9500
+
9501
+ #: includes/assets/js/build/wds-schema-types.js:1
9502
+ msgid "Saint Helena pound"
9503
+ msgstr ""
9504
+
9505
+ #: includes/assets/js/build/wds-schema-types.js:1
9506
+ msgid "Sierra Leonean leone"
9507
+ msgstr ""
9508
+
9509
+ #: includes/assets/js/build/wds-schema-types.js:1
9510
+ msgid "Somali shilling"
9511
+ msgstr ""
9512
+
9513
+ #: includes/assets/js/build/wds-schema-types.js:1
9514
+ msgid "Surinamese dollar"
9515
+ msgstr ""
9516
+
9517
+ #: includes/assets/js/build/wds-schema-types.js:1
9518
+ msgid "Syrian pound"
9519
+ msgstr ""
9520
+
9521
+ #: includes/assets/js/build/wds-schema-types.js:1
9522
+ msgid "Swazi lilangeni"
9523
+ msgstr ""
9524
+
9525
+ #: includes/assets/js/build/wds-schema-types.js:1
9526
+ msgid "Thai baht"
9527
+ msgstr ""
9528
+
9529
+ #: includes/assets/js/build/wds-schema-types.js:1
9530
+ msgid "Tajikistani somoni"
9531
+ msgstr ""
9532
+
9533
+ #: includes/assets/js/build/wds-schema-types.js:1
9534
+ msgid "Turkmen manat"
9535
+ msgstr ""
9536
+
9537
+ #: includes/assets/js/build/wds-schema-types.js:1
9538
+ msgid "Tunisian dinar"
9539
+ msgstr ""
9540
+
9541
+ #: includes/assets/js/build/wds-schema-types.js:1
9542
+ msgid "Turkish new lira"
9543
+ msgstr ""
9544
+
9545
+ #: includes/assets/js/build/wds-schema-types.js:1
9546
+ msgid "Trinidad and Tobago dollar"
9547
+ msgstr ""
9548
+
9549
+ #: includes/assets/js/build/wds-schema-types.js:1
9550
+ msgid "New Taiwan dollar"
9551
+ msgstr ""
9552
+
9553
+ #: includes/assets/js/build/wds-schema-types.js:1
9554
+ msgid "Tanzanian shilling"
9555
+ msgstr ""
9556
+
9557
+ #: includes/assets/js/build/wds-schema-types.js:1
9558
+ msgid "Ukrainian hryvnia"
9559
+ msgstr ""
9560
+
9561
+ #: includes/assets/js/build/wds-schema-types.js:1
9562
+ msgid "Ugandan shilling"
9563
+ msgstr ""
9564
+
9565
+ #: includes/assets/js/build/wds-schema-types.js:1
9566
+ msgid "Uruguayan peso"
9567
+ msgstr ""
9568
+
9569
+ #: includes/assets/js/build/wds-schema-types.js:1
9570
+ msgid "Uzbekistani som"
9571
+ msgstr ""
9572
+
9573
+ #: includes/assets/js/build/wds-schema-types.js:1
9574
+ msgid "Venezuelan bolivar"
9575
+ msgstr ""
9576
+
9577
+ #: includes/assets/js/build/wds-schema-types.js:1
9578
+ msgid "Vietnamese dong"
9579
+ msgstr ""
9580
+
9581
+ #: includes/assets/js/build/wds-schema-types.js:1
9582
+ msgid "Vanuatu vatu"
9583
+ msgstr ""
9584
+
9585
+ #: includes/assets/js/build/wds-schema-types.js:1
9586
+ msgid "Samoan tala"
9587
+ msgstr ""
9588
+
9589
+ #: includes/assets/js/build/wds-schema-types.js:1
9590
+ msgid "East Caribbean dollar"
9591
+ msgstr ""
9592
+
9593
+ #: includes/assets/js/build/wds-schema-types.js:1
9594
+ msgid "Special Drawing Rights"
9595
+ msgstr ""
9596
+
9597
+ #: includes/assets/js/build/wds-schema-types.js:1
9598
+ msgid "West African CFA franc"
9599
+ msgstr ""
9600
+
9601
+ #: includes/assets/js/build/wds-schema-types.js:1
9602
+ msgid "CFP franc"
9603
+ msgstr ""
9604
+
9605
+ #: includes/assets/js/build/wds-schema-types.js:1
9606
+ msgid "Yemeni rial"
9607
+ msgstr ""
9608
+
9609
+ #: includes/assets/js/build/wds-schema-types.js:1
9610
+ msgid "South African rand"
9611
+ msgstr ""
9612
+
9613
+ #: includes/assets/js/build/wds-schema-types.js:1
9614
+ msgid "Zambian kwacha"
9615
+ msgstr ""
9616
+
9617
+ #: includes/assets/js/build/wds-schema-types.js:1
9618
+ msgid "Zimbabwean dollar"
9619
+ msgstr ""
9620
+
9621
+ #: includes/assets/js/build/wds-schema-types.js:1
9622
+ msgid "The possible product availability options."
9623
+ msgstr ""
9624
+
9625
+ #: includes/assets/js/build/wds-schema-types.js:1
9626
+ msgid "The offer price of a product."
9627
+ msgstr ""
9628
+
9629
+ #: includes/assets/js/build/wds-schema-types.js:1
9630
+ msgid "Currencies"
9631
+ msgstr ""
9632
+
9633
+ #: includes/assets/js/build/wds-schema-types.js:1
9634
+ msgid "The currency used to describe the product price, in three-letter ISO 4217 format."
9635
+ msgstr ""
9636
+
9637
+ #: includes/assets/js/build/wds-schema-types.js:1
9638
+ msgid "The date when the item becomes valid."
9639
+ msgstr ""
9640
+
9641
+ #: includes/assets/js/build/wds-schema-types.js:1
9642
+ msgid "The date after which the price is no longer available."
9643
+ msgstr ""
9644
+
9645
+ #: includes/assets/js/build/wds-schema-types.js:1
9646
+ msgid "A URL to the product web page (that includes the Offer)."
9647
+ msgstr ""
9648
+
9649
+ #: includes/assets/js/build/wds-schema-types.js:1
9650
+ msgid "The item that is being rated."
9651
+ msgstr ""
9652
+
9653
+ #: includes/assets/js/build/wds-schema-types.js:1
9654
+ msgid "This property is required by Google. At least one of ratingCount or reviewCount is required."
9655
+ msgstr ""
9656
+
9657
+ #: includes/assets/js/build/wds-schema-types.js:1
9658
+ msgid "Name of the item that is being rated. In this case the product."
9659
+ msgstr ""
9660
+
9661
+ #: includes/assets/js/build/wds-schema-types.js:1
9662
+ msgid "The name of the brand."
9663
+ msgstr ""
9664
+
9665
+ #: includes/assets/js/build/wds-schema-types.js:1
9666
+ msgid "The URL of the brand."
9667
+ msgstr ""
9668
+
9669
+ #: includes/assets/js/build/wds-schema-types.js:1
9670
+ msgid "The logo of the brand."
9671
+ msgstr ""
9672
+
9673
+ #: includes/assets/js/build/wds-schema-types.js:1
9674
+ msgid "The name of the product."
9675
+ msgstr ""
9676
+
9677
+ #: includes/assets/js/build/wds-schema-types.js:1
9678
+ msgid "The product description."
9679
+ msgstr ""
9680
+
9681
+ #: includes/assets/js/build/wds-schema-types.js:1
9682
+ msgid "SKU"
9683
+ msgstr ""
9684
+
9685
+ #: includes/assets/js/build/wds-schema-types.js:1
9686
+ msgid "Merchant-specific identifier for product."
9687
+ msgstr ""
9688
+
9689
+ #: includes/assets/js/build/wds-schema-types.js:1
9690
+ msgid "A Global Trade Item Number (GTIN). GTINs identify trade items, including products and services, using numeric identification codes."
9691
+ msgstr ""
9692
+
9693
+ #: includes/assets/js/build/wds-schema-types.js:1
9694
+ msgid "GTIN-8"
9695
+ msgstr ""
9696
+
9697
+ #: includes/assets/js/build/wds-schema-types.js:1
9698
+ msgid "The GTIN-8 code of the product. This code is also known as EAN/UCC-8 or 8-digit EAN."
9699
+ msgstr ""
9700
+
9701
+ #: includes/assets/js/build/wds-schema-types.js:1
9702
+ msgid "GTIN-12"
9703
+ msgstr ""
9704
+
9705
+ #: includes/assets/js/build/wds-schema-types.js:1
9706
+ msgid "The GTIN-12 code of the product. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items."
9707
+ msgstr ""
9708
+
9709
+ #: includes/assets/js/build/wds-schema-types.js:1
9710
+ msgid "GTIN-13"
9711
+ msgstr ""
9712
+
9713
+ #: includes/assets/js/build/wds-schema-types.js:1
9714
+ msgid "The GTIN-13 code of the product. This is equivalent to 13-digit ISBN codes and EAN UCC-13."
9715
+ msgstr ""
9716
+
9717
+ #: includes/assets/js/build/wds-schema-types.js:1
9718
+ msgid "GTIN-14"
9719
+ msgstr ""
9720
+
9721
+ #: includes/assets/js/build/wds-schema-types.js:1
9722
+ msgid "The GTIN-14 code of the product."
9723
+ msgstr ""
9724
+
9725
+ #: includes/assets/js/build/wds-schema-types.js:1
9726
+ msgid "The Manufacturer Part Number (MPN) of the product."
9727
+ msgstr ""
9728
+
9729
+ #: includes/assets/js/build/wds-schema-types.js:1
9730
+ msgid "The images associated with the product."
9731
+ msgstr ""
9732
+
9733
+ #: includes/assets/js/build/wds-schema-types.js:1
9734
+ msgid "The brand of the product."
9735
+ msgstr ""
9736
+
9737
+ #: includes/assets/js/build/wds-schema-types.js:1
9738
+ msgid "This property is required by Google. You must include at least one of the following properties: review, aggregateRating or offers."
9739
+ msgstr ""
9740
+
9741
+ #: includes/assets/js/build/wds-schema-types.js:1
9742
+ msgid "A nested Review of the product."
9743
+ msgstr ""
9744
+
9745
+ #: includes/assets/js/build/wds-schema-types.js:1
9746
+ msgid "A nested aggregateRating of the product."
9747
+ msgstr ""
9748
+
9749
+ #: includes/assets/js/build/wds-schema-types.js:1
9750
+ msgid "A nested Offer to sell the product."
9751
+ msgstr ""
9752
+
9753
+ #: includes/assets/js/build/wds-schema-types.js:1
9754
+ msgid "A nested AggregateOffer to sell the product."
9755
+ msgstr ""
9756
+
9757
+ #: includes/assets/js/build/wds-schema-types.js:1
9758
+ msgid "WooCommerce"
9759
+ msgstr ""
9760
+
9761
+ #: includes/assets/js/build/wds-schema-types.js:1
9762
+ msgid "Stock Status"
9763
+ msgstr ""
9764
+
9765
+ #: includes/assets/js/build/wds-schema-types.js:1
9766
+ msgid "Currency"
9767
+ msgstr ""
9768
+
9769
+ #: includes/assets/js/build/wds-schema-types.js:1
9770
+ msgid "Product Sale Start Date"
9771
+ msgstr ""
9772
+
9773
+ #: includes/assets/js/build/wds-schema-types.js:1
9774
+ msgid "Product Sale End Date"
9775
+ msgstr ""
9776
+
9777
+ #: includes/assets/js/build/wds-schema-types.js:1
9778
+ msgid "Variable Product Minimum Price"
9779
+ msgstr ""
9780
+
9781
+ #: includes/assets/js/build/wds-schema-types.js:1
9782
+ msgid "Variable Product Maximum Price"
9783
+ msgstr ""
9784
+
9785
+ #: includes/assets/js/build/wds-schema-types.js:1
9786
+ msgid "Number of Variations"
9787
+ msgstr ""
9788
+
9789
+ #: includes/assets/js/build/wds-schema-types.js:1
9790
+ msgid "Average Rating"
9791
+ msgstr ""
9792
+
9793
+ #: includes/assets/js/build/wds-schema-types.js:1
9794
+ msgid "Product Category"
9795
+ msgstr ""
9796
+
9797
+ #: includes/assets/js/build/wds-schema-types.js:1
9798
+ msgid "Product Tag"
9799
+ msgstr ""
9800
+
9801
+ #: includes/assets/js/build/wds-schema-types.js:1
9802
+ msgid "Product Category URL"
9803
+ msgstr ""
9804
+
9805
+ #: includes/assets/js/build/wds-schema-types.js:1
9806
+ msgid "Product Tag URL"
9807
+ msgstr ""
9808
+
9809
+ #: includes/assets/js/build/wds-schema-types.js:1
9810
+ msgid "WooCommerce Review"
9811
+ msgstr ""
9812
+
9813
+ #: includes/assets/js/build/wds-schema-types.js:1
9814
+ msgid "Review Text"
9815
+ msgstr ""
9816
+
9817
+ #: includes/assets/js/build/wds-schema-types.js:1
9818
+ msgid "Product ID"
9819
+ msgstr ""
9820
+
9821
+ #: includes/assets/js/build/wds-schema-types.js:1
9822
+ msgid "Product SKU"
9823
+ msgstr ""
9824
+
9825
+ #: includes/assets/js/build/wds-schema-types.js:1
9826
+ msgid "WooCommerce Reviews"
9827
+ msgstr ""
9828
+
9829
+ #: includes/assets/js/build/wds-schema-types.js:1
9830
+ msgid "The following block will be repeated for each Review in a WooCommerce product"
9831
+ msgstr ""
9832
+
9833
+ #: includes/assets/js/build/wds-schema-types.js:1
9834
+ msgid "Question"
9835
+ msgstr ""
9836
+
9837
+ #: includes/assets/js/build/wds-schema-types.js:1
9838
+ msgid "The full text of the question. For example, \"How long does it take to process a refund?\"."
9839
+ msgstr ""
9840
+
9841
+ #: includes/assets/js/build/wds-schema-types.js:1
9842
+ msgid "Accepted Answer"
9843
+ msgstr ""
9844
+
9845
+ #: includes/assets/js/build/wds-schema-types.js:1
9846
+ msgid "The answer to the question."
9847
+ msgstr ""
9848
+
9849
+ #: includes/assets/js/build/wds-schema-types.js:1
9850
+ msgid "An image associated with the question."
9851
+ msgstr ""
9852
+
9853
+ #: includes/assets/js/build/wds-schema-types.js:1
9854
+ msgid "Optional URL to the question."
9855
+ msgstr ""
9856
+
9857
+ #: includes/assets/js/build/wds-schema-types.js:1
9858
+ msgid "Questions"
9859
+ msgstr ""
9860
+
9861
+ #: includes/assets/js/build/wds-schema-types.js:1
9862
+ msgid "An array of Question elements which comprise the list of answered questions that this FAQPage is about."
9863
+ msgstr ""
9864
+
9865
+ #: includes/assets/js/build/wds-schema-types.js:1
9866
+ msgid "The monetary amount value."
9867
+ msgstr ""
9868
+
9869
+ #: includes/assets/js/build/wds-schema-types.js:1
9870
+ msgid "The currency in which the monetary amount is expressed."
9871
+ msgstr ""
9872
+
9873
+ #: includes/assets/js/build/wds-schema-types.js:1
9874
+ msgid "Max Value"
9875
+ msgstr ""
9876
+
9877
+ #: includes/assets/js/build/wds-schema-types.js:1
9878
+ msgid "The upper limit of the value."
9879
+ msgstr ""
9880
+
9881
+ #: includes/assets/js/build/wds-schema-types.js:1
9882
+ msgid "Min Value"
9883
+ msgstr ""
9884
+
9885
+ #: includes/assets/js/build/wds-schema-types.js:1
9886
+ msgid "The lower limit of the value."
9887
+ msgstr ""
9888
+
9889
+ #: includes/assets/js/build/wds-schema-types.js:1
9890
+ msgid "The title of the how-to. For example, \"How to tie a tie\"."
9891
+ msgstr ""
9892
+
9893
+ #: includes/assets/js/build/wds-schema-types.js:1
9894
+ msgid "A description of the how-to."
9895
+ msgstr ""
9896
+
9897
+ #: includes/assets/js/build/wds-schema-types.js:1
9898
+ msgid "Total Time"
9899
+ msgstr ""
9900
+
9901
+ #: includes/assets/js/build/wds-schema-types.js:1
9902
+ msgid "The total time required to perform all instructions or directions (including time to prepare the supplies), in ISO 8601 duration format."
9903
+ msgstr ""
9904
+
9905
+ #: includes/assets/js/build/wds-schema-types.js:1
9906
+ msgid "Images of the completed how-to."
9907
+ msgstr ""
9908
+
9909
+ #: includes/assets/js/build/wds-schema-types.js:1
9910
+ msgid "Supplies"
9911
+ msgstr ""
9912
+
9913
+ #: includes/assets/js/build/wds-schema-types.js:1
9914
+ msgid "Supply"
9915
+ msgstr ""
9916
+
9917
+ #: includes/assets/js/build/wds-schema-types.js:1
9918
+ msgid "The name of the supply."
9919
+ msgstr ""
9920
+
9921
+ #: includes/assets/js/build/wds-schema-types.js:1
9922
+ msgid "An image of the supply."
9923
+ msgstr ""
9924
+
9925
+ #: includes/assets/js/build/wds-schema-types.js:1
9926
+ msgid "Supplies consumed when performing instructions or a direction."
9927
+ msgstr ""
9928
+
9929
+ #: includes/assets/js/build/wds-schema-types.js:1
9930
+ msgid "Tools"
9931
+ msgstr ""
9932
+
9933
+ #: includes/assets/js/build/wds-schema-types.js:1
9934
+ msgid "Tool"
9935
+ msgstr ""
9936
+
9937
+ #: includes/assets/js/build/wds-schema-types.js:1
9938
+ msgid "The name of the tool."
9939
+ msgstr ""
9940
+
9941
+ #: includes/assets/js/build/wds-schema-types.js:1
9942
+ msgid "An image of the tool."
9943
+ msgstr ""
9944
+
9945
+ #: includes/assets/js/build/wds-schema-types.js:1
9946
+ msgid "Objects used (but not consumed) when performing instructions or a direction."
9947
+ msgstr ""
9948
+
9949
+ #: includes/assets/js/build/wds-schema-types.js:1
9950
+ msgid "Estimated Cost"
9951
+ msgstr ""
9952
+
9953
+ #: includes/assets/js/build/wds-schema-types.js:1
9954
+ msgid "The estimated cost of the supplies consumed when performing instructions."
9955
+ msgstr ""
9956
+
9957
+ #: includes/assets/js/build/wds-schema-types.js:1
9958
+ msgid "Steps"
9959
+ msgstr ""
9960
+
9961
+ #: includes/assets/js/build/wds-schema-types.js:1
9962
+ msgid "Step"
9963
+ msgstr ""
9964
+
9965
+ #: includes/assets/js/build/wds-schema-types.js:1
9966
+ msgid "The word or short phrase summarizing the step (for example, \"Attach wires to post\" or \"Dig\")."
9967
+ msgstr ""
9968
+
9969
+ #: includes/assets/js/build/wds-schema-types.js:1
9970
+ msgid "The full instruction text of this step."
9971
+ msgstr ""
9972
+
9973
+ #: includes/assets/js/build/wds-schema-types.js:1
9974
+ msgid "An image for the step."
9975
+ msgstr ""
9976
+
9977
+ #: includes/assets/js/build/wds-schema-types.js:1
9978
+ msgid "Url"
9979
+ msgstr ""
9980
+
9981
+ #: includes/assets/js/build/wds-schema-types.js:1
9982
+ msgid "A URL that directly links to the step (if one is available). For example, an anchor link fragment."
9983
+ msgstr ""
9984
+
9985
+ #: includes/assets/js/build/wds-schema-types.js:1
9986
+ msgid "An array of elements which comprise the full instructions of the how-to. Each step element should correspond to an individual step in the instructions. Don't mark up non-step data such as a summary or introduction section, using this property."
9987
+ msgstr ""
9988
+
9989
+ #: includes/assets/js/build/wds-schema-types.js:1
9990
+ msgid "A nested aggregateRating of the how-to."
9991
+ msgstr ""
9992
+
9993
+ #: includes/assets/js/build/wds-schema-types.js:1
9994
+ msgid "Reviews of the how-to."
9995
+ msgstr ""
9996
+
9997
+ #: includes/assets/js/build/wds-schema-types.js:1
9998
+ msgid "Name of the item that is being rated. In this case the local business."
9999
+ msgstr ""
10000
+
10001
+ #: includes/assets/js/build/wds-schema-types.js:1
10002
+ msgid "The total number of ratings for the local business."
10003
+ msgstr ""
10004
+
10005
+ #: includes/assets/js/build/wds-schema-types.js:1
10006
+ msgid "A numerical quality rating for the local business, either a number, fraction, or percentage (for example, \"4\", \"60%\", or \"6 / 10\")."
10007
+ msgstr ""
10008
+
10009
+ #: includes/assets/js/build/wds-schema-types.js:1
10010
+ msgid "Days of Week"
10011
+ msgstr ""
10012
+
10013
+ #: includes/assets/js/build/wds-schema-types.js:1
10014
+ msgid "One or more days of the week."
10015
+ msgstr ""
10016
+
10017
+ #: includes/assets/js/build/wds-schema-types.js:1
10018
+ msgid "Opens"
10019
+ msgstr ""
10020
+
10021
+ #: includes/assets/js/build/wds-schema-types.js:1
10022
+ msgid "The time the business location opens, in hh:mm:ss format."
10023
+ msgstr ""
10024
+
10025
+ #: includes/assets/js/build/wds-schema-types.js:1
10026
+ msgid "Time"
10027
+ msgstr ""
10028
+
10029
+ #: includes/assets/js/build/wds-schema-types.js:1
10030
+ msgid "Closes"
10031
+ msgstr ""
10032
+
10033
+ #: includes/assets/js/build/wds-schema-types.js:1
10034
+ msgid "The time the business location closes, in hh:mm:ss format."
10035
+ msgstr ""
10036
+
10037
+ #: includes/assets/js/build/wds-schema-types.js:1
10038
+ msgid "@id"
10039
+ msgstr ""
10040
+
10041
+ #: includes/assets/js/build/wds-schema-types.js:1
10042
+ msgid "Globally unique ID of the specific business location in the form of a URL. The ID should be stable and unchanging over time. Google Search treats the URL as an opaque string and it does not have to be a working link. If the business has multiple locations, make sure the @id is unique for each location."
10043
+ msgstr ""
10044
+
10045
+ #: includes/assets/js/build/wds-schema-types.js:1
10046
+ msgid "The name of the business."
10047
+ msgstr ""
10048
+
10049
+ #: includes/assets/js/build/wds-schema-types.js:1
10050
+ msgid "The logo of the business."
10051
+ msgstr ""
10052
+
10053
+ #: includes/assets/js/build/wds-schema-types.js:1
10054
+ msgid "The fully-qualified URL of the specific business location. Unlike the @id property, this URL property should be a working link."
10055
+ msgstr ""
10056
+
10057
+ #: includes/assets/js/build/wds-schema-types.js:1
10058
+ msgid "Price Range"
10059
+ msgstr ""
10060
+
10061
+ #: includes/assets/js/build/wds-schema-types.js:1
10062
+ msgid "$$$"
10063
+ msgstr ""
10064
+
10065
+ #: includes/assets/js/build/wds-schema-types.js:1
10066
+ msgid "The relative price range of a business, commonly specified by either a numerical range (for example, \"$10-15\") or a normalized number of currency signs (for example, \"$$$\")."
10067
+ msgstr ""
10068
+
10069
+ #: includes/assets/js/build/wds-schema-types.js:1
10070
+ msgid "Telephone"
10071
+ msgstr ""
10072
+
10073
+ #: includes/assets/js/build/wds-schema-types.js:1
10074
+ msgid "A business phone number meant to be the primary contact method for customers. Be sure to include the country code and area code in the phone number."
10075
+ msgstr ""
10076
+
10077
+ #: includes/assets/js/build/wds-schema-types.js:1
10078
+ msgid "Currencies Accepted"
10079
+ msgstr ""
10080
+
10081
+ #: includes/assets/js/build/wds-schema-types.js:1
10082
+ msgid "The currency accepted at the business."
10083
+ msgstr ""
10084
+
10085
+ #: includes/assets/js/build/wds-schema-types.js:1
10086
+ msgid "Payment Accepted"
10087
+ msgstr ""
10088
+
10089
+ #: includes/assets/js/build/wds-schema-types.js:1
10090
+ msgid "Cash"
10091
+ msgstr ""
10092
+
10093
+ #: includes/assets/js/build/wds-schema-types.js:1
10094
+ msgid "Credit Card"
10095
+ msgstr ""
10096
+
10097
+ #: includes/assets/js/build/wds-schema-types.js:1
10098
+ msgid "Cryptocurrency"
10099
+ msgstr ""
10100
+
10101
+ #: includes/assets/js/build/wds-schema-types.js:1
10102
+ msgid "Modes of payment accepted at the local business."
10103
+ msgstr ""
10104
+
10105
+ #: includes/assets/js/build/wds-schema-types.js:1
10106
+ msgid "The physical location of the business. Include as many properties as possible. The more properties you provide, the higher quality the result is to users."
10107
+ msgstr ""
10108
+
10109
+ #: includes/assets/js/build/wds-schema-types.js:1
10110
+ msgid "One or more images of the local business."
10111
+ msgstr ""
10112
+
10113
+ #: includes/assets/js/build/wds-schema-types.js:1
10114
+ msgid "The average rating of the local business based on multiple ratings or reviews."
10115
+ msgstr ""
10116
+
10117
+ #: includes/assets/js/build/wds-schema-types.js:1
10118
+ msgid "Geo Coordinates"
10119
+ msgstr ""
10120
+
10121
+ #: includes/assets/js/build/wds-schema-types.js:1
10122
+ msgid "Latitude"
10123
+ msgstr ""
10124
+
10125
+ #: includes/assets/js/build/wds-schema-types.js:1
10126
+ msgid "The latitude of the business location. The precision should be at least 5 decimal places."
10127
+ msgstr ""
10128
+
10129
+ #: includes/assets/js/build/wds-schema-types.js:1
10130
+ msgid "E.g. 37.42242"
10131
+ msgstr ""
10132
+
10133
+ #: includes/assets/js/build/wds-schema-types.js:1
10134
+ msgid "Longitude"
10135
+ msgstr ""
10136
+
10137
+ #: includes/assets/js/build/wds-schema-types.js:1
10138
+ msgid "The longitude of the business location. The precision should be at least 5 decimal places."
10139
+ msgstr ""
10140
+
10141
+ #: includes/assets/js/build/wds-schema-types.js:1
10142
+ msgid "E.g. -122.08585"
10143
+ msgstr ""
10144
+
10145
+ #: includes/assets/js/build/wds-schema-types.js:1
10146
+ msgid "Give search engines the exact location of your business by adding the geographic latitude and longitude coordinates."
10147
+ msgstr ""
10148
+
10149
+ #: includes/assets/js/build/wds-schema-types.js:1
10150
+ msgid "Opening Hours"
10151
+ msgstr ""
10152
+
10153
+ #: includes/assets/js/build/wds-schema-types.js:1
10154
+ msgid "Opening Hours Specification"
10155
+ msgstr ""
10156
+
10157
+ #: includes/assets/js/build/wds-schema-types.js:1
10158
+ msgid "Hours during which the business location is open."
10159
+ msgstr ""
10160
+
10161
+ #: includes/assets/js/build/wds-schema-types.js:1
10162
+ msgid "Reviews of the local business."
10163
+ msgstr ""
10164
+
10165
+ #: includes/assets/js/build/wds-schema-types.js:1
10166
+ msgid "Accepts Reservations"
10167
+ msgstr ""
10168
+
10169
+ #: includes/assets/js/build/wds-schema-types.js:1
10170
+ msgid "Boolean Value"
10171
+ msgstr ""
10172
+
10173
+ #: includes/assets/js/build/wds-schema-types.js:1
10174
+ msgid "True"
10175
+ msgstr ""
10176
+
10177
+ #: includes/assets/js/build/wds-schema-types.js:1
10178
+ msgid "False"
10179
+ msgstr ""
10180
+
10181
+ #: includes/assets/js/build/wds-schema-types.js:1
10182
+ msgid "Menu URL"
10183
+ msgstr ""
10184
+
10185
+ #: includes/assets/js/build/wds-schema-types.js:1
10186
+ msgid "Serves Cuisine"
10187
+ msgstr ""
10188
+
10189
+ #: includes/assets/js/build/wds-schema-types.js:1
10190
+ msgid "The name of the recipe author."
10191
+ msgstr ""
10192
+
10193
+ #: includes/assets/js/build/wds-schema-types.js:1
10194
+ msgid "The URL of the recipe author."
10195
+ msgstr ""
10196
+
10197
+ #: includes/assets/js/build/wds-schema-types.js:1
10198
+ msgid "Short bio/description of the recipe author."
10199
+ msgstr ""
10200
+
10201
+ #: includes/assets/js/build/wds-schema-types.js:1
10202
+ msgid "An image of the recipe author."
10203
+ msgstr ""
10204
+
10205
+ #: includes/assets/js/build/wds-schema-types.js:1
10206
+ msgid "The title of the video."
10207
+ msgstr ""
10208
+
10209
+ #: includes/assets/js/build/wds-schema-types.js:1
10210
+ msgid "The description of the video. HTML tags are ignored."
10211
+ msgstr ""
10212
+
10213
+ #: includes/assets/js/build/wds-schema-types.js:1
10214
+ msgid "Upload Date"
10215
+ msgstr ""
10216
+
10217
+ #: includes/assets/js/build/wds-schema-types.js:1
10218
+ msgid "The date the video was first published, in ISO 8601 format."
10219
+ msgstr ""
10220
+
10221
+ #: includes/assets/js/build/wds-schema-types.js:1
10222
+ msgid "Content URL"
10223
+ msgstr ""
10224
+
10225
+ #: includes/assets/js/build/wds-schema-types.js:1
10226
+ msgid "A URL pointing to the actual video media file. One or both of the following properties are recommended: contentUrl and embedUrl"
10227
+ msgstr ""
10228
+
10229
+ #: includes/assets/js/build/wds-schema-types.js:1
10230
+ msgid "Embed URL"
10231
+ msgstr ""
10232
+
10233
+ #: includes/assets/js/build/wds-schema-types.js:1
10234
+ msgid "A URL pointing to a player for the specific video. One or both of the following properties are recommended: contentUrl and embedUrl"
10235
+ msgstr ""
10236
+
10237
+ #: includes/assets/js/build/wds-schema-types.js:1
10238
+ msgid "Duration"
10239
+ msgstr ""
10240
+
10241
+ #: includes/assets/js/build/wds-schema-types.js:1
10242
+ msgid "The duration of the video in ISO 8601 format. For example, PT00H30M5S represents a duration of \"thirty minutes and five seconds\"."
10243
+ msgstr ""
10244
+
10245
+ #: includes/assets/js/build/wds-schema-types.js:1
10246
+ msgid "E.g. PT00H30M5S"
10247
+ msgstr ""
10248
+
10249
+ #: includes/assets/js/build/wds-schema-types.js:1
10250
+ msgid "The name of the clip."
10251
+ msgstr ""
10252
+
10253
+ #: includes/assets/js/build/wds-schema-types.js:1
10254
+ msgid "A link to the start of the clip."
10255
+ msgstr ""
10256
+
10257
+ #: includes/assets/js/build/wds-schema-types.js:1
10258
+ msgid "Start Offset"
10259
+ msgstr ""
10260
+
10261
+ #: includes/assets/js/build/wds-schema-types.js:1
10262
+ msgid "The start time of the clip expressed as the number of seconds from the beginning of the video."
10263
+ msgstr ""
10264
+
10265
+ #: includes/assets/js/build/wds-schema-types.js:1
10266
+ msgid "End Offset"
10267
+ msgstr ""
10268
+
10269
+ #: includes/assets/js/build/wds-schema-types.js:1
10270
+ msgid "The end time of the clip expressed as the number of seconds from the beginning of the video."
10271
+ msgstr ""
10272
+
10273
+ #: includes/assets/js/build/wds-schema-types.js:1
10274
+ msgid "The word or short phrase summarizing the step (for example, \"Preheat\")."
10275
+ msgstr ""
10276
+
10277
+ #: includes/assets/js/build/wds-schema-types.js:1
10278
+ msgid "Video"
10279
+ msgstr ""
10280
+
10281
+ #: includes/assets/js/build/wds-schema-types.js:1
10282
+ msgid "A video for this step."
10283
+ msgstr ""
10284
+
10285
+ #: includes/assets/js/build/wds-schema-types.js:1
10286
+ msgid "Clip"
10287
+ msgstr ""
10288
+
10289
+ #: includes/assets/js/build/wds-schema-types.js:1
10290
+ msgid "A clip for this step."
10291
+ msgstr ""
10292
+
10293
+ #: includes/assets/js/build/wds-schema-types.js:1
10294
+ msgid "Thumbnail URLs"
10295
+ msgstr ""
10296
+
10297
+ #: includes/assets/js/build/wds-schema-types.js:1
10298
+ msgid "URLs pointing to the video thumbnail image files. Images must be 60px x 30px, at minimum."
10299
+ msgstr ""
10300
+
10301
+ #: includes/assets/js/build/wds-schema-types.js:1
10302
+ msgid "Clips"
10303
+ msgstr ""
10304
+
10305
+ #: includes/assets/js/build/wds-schema-types.js:1
10306
+ msgid "Video clips that are included within the full video."
10307
+ msgstr ""
10308
+
10309
+ #: includes/assets/js/build/wds-schema-types.js:1
10310
+ msgid "The name of the dish."
10311
+ msgstr ""
10312
+
10313
+ #: includes/assets/js/build/wds-schema-types.js:1
10314
+ msgid "The date and time the recipe was first published, in ISO 8601 format."
10315
+ msgstr ""
10316
+
10317
+ #: includes/assets/js/build/wds-schema-types.js:1
10318
+ msgid "A short summary describing the dish."
10319
+ msgstr ""
10320
+
10321
+ #: includes/assets/js/build/wds-schema-types.js:1
10322
+ msgid "Recipe Category"
10323
+ msgstr ""
10324
+
10325
+ #: includes/assets/js/build/wds-schema-types.js:1
10326
+ msgid "E.g. dessert"
10327
+ msgstr ""
10328
+
10329
+ #: includes/assets/js/build/wds-schema-types.js:1
10330
+ msgid "The type of meal or course your recipe is about. For example: \"dinner\", \"main course\", or \"dessert, snack\"."
10331
+ msgstr ""
10332
+
10333
+ #: includes/assets/js/build/wds-schema-types.js:1
10334
+ msgid "Recipe Cuisine"
10335
+ msgstr ""
10336
+
10337
+ #: includes/assets/js/build/wds-schema-types.js:1
10338
+ msgid "E.g. Mediterranean"
10339
+ msgstr ""
10340
+
10341
+ #: includes/assets/js/build/wds-schema-types.js:1
10342
+ msgid "The region associated with your recipe. For example, \"French\", Mediterranean\", or \"American\"."
10343
+ msgstr ""
10344
+
10345
+ #: includes/assets/js/build/wds-schema-types.js:1
10346
+ msgid "Keywords"
10347
+ msgstr ""
10348
+
10349
+ #: includes/assets/js/build/wds-schema-types.js:1
10350
+ msgid "E.g. authentic"
10351
+ msgstr ""
10352
+
10353
+ #: includes/assets/js/build/wds-schema-types.js:1
10354
+ msgid "Other terms for your recipe such as the season (\"summer\"), the holiday (\"Halloween\"), or other descriptors (\"quick\", \"easy\", \"authentic\"). Don't use a tag that should be in recipeCategory or recipeCuisine."
10355
+ msgstr ""
10356
+
10357
+ #: includes/assets/js/build/wds-schema-types.js:1
10358
+ msgid "Prep Time"
10359
+ msgstr ""
10360
+
10361
+ #: includes/assets/js/build/wds-schema-types.js:1
10362
+ msgid "The length of time it takes to prepare the dish in ISO 8601 duration format. Always use in combination with cookTime."
10363
+ msgstr ""
10364
+
10365
+ #: includes/assets/js/build/wds-schema-types.js:1
10366
+ msgid "E.g. PT1M"
10367
+ msgstr ""
10368
+
10369
+ #: includes/assets/js/build/wds-schema-types.js:1
10370
+ msgid "Cook Time"
10371
+ msgstr ""
10372
+
10373
+ #: includes/assets/js/build/wds-schema-types.js:1
10374
+ msgid "The time it takes to actually cook the dish in ISO 8601 duration format. Always use in combination with prepTime."
10375
+ msgstr ""
10376
+
10377
+ #: includes/assets/js/build/wds-schema-types.js:1
10378
+ msgid "E.g. PT2M"
10379
+ msgstr ""
10380
+
10381
+ #: includes/assets/js/build/wds-schema-types.js:1
10382
+ msgid "The total time it takes to prepare and cook the dish in ISO 8601 duration format. Use totalTime or a combination of both cookTime and prepTime."
10383
+ msgstr ""
10384
+
10385
+ #: includes/assets/js/build/wds-schema-types.js:1
10386
+ msgid "E.g. PT3M"
10387
+ msgstr ""
10388
+
10389
+ #: includes/assets/js/build/wds-schema-types.js:1
10390
+ msgid "Nutrition"
10391
+ msgstr ""
10392
+
10393
+ #: includes/assets/js/build/wds-schema-types.js:1
10394
+ msgid "Calories Per Serving"
10395
+ msgstr ""
10396
+
10397
+ #: includes/assets/js/build/wds-schema-types.js:1
10398
+ msgid "The number of calories in each serving produced with this recipe. If calories is defined, recipeYield must be defined with the number of servings."
10399
+ msgstr ""
10400
+
10401
+ #: includes/assets/js/build/wds-schema-types.js:1
10402
+ msgid "E.g. 270 calories"
10403
+ msgstr ""
10404
+
10405
+ #: includes/assets/js/build/wds-schema-types.js:1
10406
+ msgid "Recipe Yield"
10407
+ msgstr ""
10408
+
10409
+ #: includes/assets/js/build/wds-schema-types.js:1
10410
+ msgid "E.g. 6"
10411
+ msgstr ""
10412
+
10413
+ #: includes/assets/js/build/wds-schema-types.js:1
10414
+ msgid "Specify the number of servings produced from this recipe with a number. This is required if you specify calories per serving."
10415
+ msgstr ""
10416
+
10417
+ #: includes/assets/js/build/wds-schema-types.js:1
10418
+ msgid "Images of the completed dish. For best results, provide multiple high-resolution images (minimum of 50K pixels when multiplying width and height) with the following aspect ratios: 16x9, 4x3, and 1x1."
10419
+ msgstr ""
10420
+
10421
+ #: includes/assets/js/build/wds-schema-types.js:1
10422
+ msgid "Ingredients"
10423
+ msgstr ""
10424
+
10425
+ #: includes/assets/js/build/wds-schema-types.js:1
10426
+ msgid "Ingredient"
10427
+ msgstr ""
10428
+
10429
+ #: includes/assets/js/build/wds-schema-types.js:1
10430
+ msgid "Ingredients used in the recipe."
10431
+ msgstr ""
10432
+
10433
+ #: includes/assets/js/build/wds-schema-types.js:1
10434
+ msgid "E.g. 3/4 cup sugar"
10435
+ msgstr ""
10436
+
10437
+ #: includes/assets/js/build/wds-schema-types.js:1
10438
+ msgid "Instructions"
10439
+ msgstr ""
10440
+
10441
+ #: includes/assets/js/build/wds-schema-types.js:1
10442
+ msgid "Instruction"
10443
+ msgstr ""
10444
+
10445
+ #: includes/assets/js/build/wds-schema-types.js:1
10446
+ msgid "The steps to make the dish."
10447
+ msgstr ""
10448
+
10449
+ #: includes/assets/js/build/wds-schema-types.js:1
10450
+ msgid "Instruction HowTo Steps"
10451
+ msgstr ""
10452
+
10453
+ #: includes/assets/js/build/wds-schema-types.js:1
10454
+ msgid "Instruction Step"
10455
+ msgstr ""
10456
+
10457
+ #: includes/assets/js/build/wds-schema-types.js:1
10458
+ msgid "An array of elements which comprise the full instructions of the recipe. Each step element should correspond to an individual step in the recipe."
10459
+ msgstr ""
10460
+
10461
+ #: includes/assets/js/build/wds-schema-types.js:1
10462
+ msgid "The author of the recipe. The author's name must be a valid name."
10463
+ msgstr ""
10464
+
10465
+ #: includes/assets/js/build/wds-schema-types.js:1
10466
+ msgid "A nested aggregateRating of the recipe."
10467
+ msgstr ""
10468
+
10469
+ #: includes/assets/js/build/wds-schema-types.js:1
10470
+ msgid "Reviews of the recipe."
10471
+ msgstr ""
10472
+
10473
+ #: includes/assets/js/build/wds-schema-types.js:1
10474
+ msgid "A video depicting the steps to make the dish."
10475
+ msgstr ""
10476
+
10477
+ #: includes/assets/js/build/wds-schema-types.js:1
10478
+ msgid "Same As"
10479
+ msgstr ""
10480
+
10481
+ #: includes/assets/js/build/wds-schema-types.js:1
10482
+ msgid "URL of reference web pages that unambiguously indicate the item's identity."
10483
+ msgstr ""
10484
+
10485
+ #: includes/assets/js/build/wds-schema-types.js:1
10486
+ msgid "The name of the place where the employee will report to work."
10487
+ msgstr ""
10488
+
10489
+ #: includes/assets/js/build/wds-schema-types.js:1
10490
+ msgid "The address of the place where the employee will report to work."
10491
+ msgstr ""
10492
+
10493
+ #: includes/assets/js/build/wds-schema-types.js:1
10494
+ msgid "Administrative Area Type"
10495
+ msgstr ""
10496
+
10497
+ #: includes/assets/js/build/wds-schema-types.js:1
10498
+ msgid "City"
10499
+ msgstr ""
10500
+
10501
+ #: includes/assets/js/build/wds-schema-types.js:1
10502
+ msgid "State"
10503
+ msgstr ""
10504
+
10505
+ #: includes/assets/js/build/wds-schema-types.js:1
10506
+ msgid "The name of the administrative area."
10507
+ msgstr ""
10508
+
10509
+ #: includes/assets/js/build/wds-schema-types.js:1
10510
+ msgid "The currency of the base salary."
10511
+ msgstr ""
10512
+
10513
+ #: includes/assets/js/build/wds-schema-types.js:1
10514
+ msgid "To specify a salary range, define a minValue and a maxValue, rather than a single value."
10515
+ msgstr ""
10516
+
10517
+ #: includes/assets/js/build/wds-schema-types.js:1
10518
+ msgid "Minimum Value"
10519
+ msgstr ""
10520
+
10521
+ #: includes/assets/js/build/wds-schema-types.js:1
10522
+ msgid "Use in combination with maxValue to provide a salary range."
10523
+ msgstr ""
10524
+
10525
+ #: includes/assets/js/build/wds-schema-types.js:1
10526
+ msgid "Maximum Value"
10527
+ msgstr ""
10528
+
10529
+ #: includes/assets/js/build/wds-schema-types.js:1
10530
+ msgid "Use in combination with minValue to provide a salary range."
10531
+ msgstr ""
10532
+
10533
+ #: includes/assets/js/build/wds-schema-types.js:1
10534
+ msgid "Unit"
10535
+ msgstr ""
10536
+
10537
+ #: includes/assets/js/build/wds-schema-types.js:1
10538
+ msgid "Hour"
10539
+ msgstr ""
10540
+
10541
+ #: includes/assets/js/build/wds-schema-types.js:1
10542
+ msgid "Day"
10543
+ msgstr ""
10544
+
10545
+ #: includes/assets/js/build/wds-schema-types.js:1
10546
+ msgid "Week"
10547
+ msgstr ""
10548
+
10549
+ #: includes/assets/js/build/wds-schema-types.js:1
10550
+ msgid "Month"
10551
+ msgstr ""
10552
+
10553
+ #: includes/assets/js/build/wds-schema-types.js:1
10554
+ msgid "Year"
10555
+ msgstr ""
10556
+
10557
+ #: includes/assets/js/build/wds-schema-types.js:1
10558
+ msgid "The title of the job (not the title of the posting). For example, \"Software Engineer\" or \"Barista\"."
10559
+ msgstr ""
10560
+
10561
+ #: includes/assets/js/build/wds-schema-types.js:1
10562
+ msgid "The full description of the job in HTML format. The description should be a complete representation of the job, including job responsibilities, qualifications, skills, working hours, education requirements, and experience requirements. The description can't be the same as the title."
10563
+ msgstr ""
10564
+
10565
+ #: includes/assets/js/build/wds-schema-types.js:1
10566
+ msgid "Date Posted"
10567
+ msgstr ""
10568
+
10569
+ #: includes/assets/js/build/wds-schema-types.js:1
10570
+ msgid "The original date that employer posted the job in ISO 8601 format."
10571
+ msgstr ""
10572
+
10573
+ #: includes/assets/js/build/wds-schema-types.js:1
10574
+ msgid "Valid Through"
10575
+ msgstr ""
10576
+
10577
+ #: includes/assets/js/build/wds-schema-types.js:1
10578
+ msgid "The date when the job posting will expire in ISO 8601 format. This is required for job postings that have an expiration date."
10579
+ msgstr ""
10580
+
10581
+ #: includes/assets/js/build/wds-schema-types.js:1
10582
+ msgid "Employment Type"
10583
+ msgstr ""
10584
+
10585
+ #: includes/assets/js/build/wds-schema-types.js:1
10586
+ msgid "Type of employment."
10587
+ msgstr ""
10588
+
10589
+ #: includes/assets/js/build/wds-schema-types.js:1
10590
+ msgid "Full Time"
10591
+ msgstr ""
10592
+
10593
+ #: includes/assets/js/build/wds-schema-types.js:1
10594
+ msgid "Part Time"
10595
+ msgstr ""
10596
+
10597
+ #: includes/assets/js/build/wds-schema-types.js:1
10598
+ msgid "Contractor"
10599
+ msgstr ""
10600
+
10601
+ #: includes/assets/js/build/wds-schema-types.js:1
10602
+ msgid "Intern"
10603
+ msgstr ""
10604
+
10605
+ #: includes/assets/js/build/wds-schema-types.js:1
10606
+ msgid "Volunteer"
10607
+ msgstr ""
10608
+
10609
+ #: includes/assets/js/build/wds-schema-types.js:1
10610
+ msgid "Per Diem"
10611
+ msgstr ""
10612
+
10613
+ #: includes/assets/js/build/wds-schema-types.js:1
10614
+ msgid "Other"
10615
+ msgstr ""
10616
+
10617
+ #: includes/assets/js/build/wds-schema-types.js:1
10618
+ msgid "Job Location Type"
10619
+ msgstr ""
10620
+
10621
+ #: includes/assets/js/build/wds-schema-types.js:1
10622
+ msgid "Set this property with the value TELECOMMUTE for jobs in which the employee may or must work remotely 100% of the time (from home or another location of their choosing)."
10623
+ msgstr ""
10624
+
10625
+ #: includes/assets/js/build/wds-schema-types.js:1
10626
+ msgid "Telecommute"
10627
+ msgstr ""
10628
+
10629
+ #: includes/assets/js/build/wds-schema-types.js:1
10630
+ msgid "Education Level"
10631
+ msgstr ""
10632
+
10633
+ #: includes/assets/js/build/wds-schema-types.js:1
10634
+ msgid "The level of education that's required for the job posting."
10635
+ msgstr ""
10636
+
10637
+ #: includes/assets/js/build/wds-schema-types.js:1
10638
+ msgid "No requirements"
10639
+ msgstr ""
10640
+
10641
+ #: includes/assets/js/build/wds-schema-types.js:1
10642
+ msgid "High School"
10643
+ msgstr ""
10644
+
10645
+ #: includes/assets/js/build/wds-schema-types.js:1
10646
+ msgid "Associate Degree"
10647
+ msgstr ""
10648
+
10649
+ #: includes/assets/js/build/wds-schema-types.js:1
10650
+ msgid "Bachelor Degree"
10651
+ msgstr ""
10652
+
10653
+ #: includes/assets/js/build/wds-schema-types.js:1
10654
+ msgid "Professional Certificate"
10655
+ msgstr ""
10656
+
10657
+ #: includes/assets/js/build/wds-schema-types.js:1
10658
+ msgid "Postgraduate degree"
10659
+ msgstr ""
10660
+
10661
+ #: includes/assets/js/build/wds-schema-types.js:1
10662
+ msgid "Months Of Experience"
10663
+ msgstr ""
10664
+
10665
+ #: includes/assets/js/build/wds-schema-types.js:1
10666
+ msgid "The minimum number of months of experience that are required for the job posting. If there are more complex experience requirements, use the experience that represents the minimum number that is required for a candidate."
10667
+ msgstr ""
10668
+
10669
+ #: includes/assets/js/build/wds-schema-types.js:1
10670
+ msgid "Experience In Place Of Education"
10671
+ msgstr ""
10672
+
10673
+ #: includes/assets/js/build/wds-schema-types.js:1
10674
+ msgid "If set to true, this property indicates whether a job posting will accept experience in place of its formal educational qualifications. If set to true, you must include both the experienceRequirements and educationRequirements properties."
10675
+ msgstr ""
10676
+
10677
+ #: includes/assets/js/build/wds-schema-types.js:1
10678
+ msgid "Hiring Organization"
10679
+ msgstr ""
10680
+
10681
+ #: includes/assets/js/build/wds-schema-types.js:1
10682
+ msgid "The organization offering the job position. This should be the name of the company (for example, \"Starbucks, Inc\"), and not the specific location that is hiring (for example, \"Starbucks on Main Street\")."
10683
+ msgstr ""
10684
+
10685
+ #: includes/assets/js/build/wds-schema-types.js:1
10686
+ msgid "Job Locations"
10687
+ msgstr ""
10688
+
10689
+ #: includes/assets/js/build/wds-schema-types.js:1
10690
+ msgid "Job Location"
10691
+ msgstr ""
10692
+
10693
+ #: includes/assets/js/build/wds-schema-types.js:1
10694
+ msgid "The physical location(s) of the business where the employee will report to work (such as an office or worksite), not the location where the job was posted. Include as many properties as possible. The more properties you provide, the higher quality the job posting is to the users."
10695
+ msgstr ""
10696
+
10697
+ #: includes/assets/js/build/wds-schema-types.js:1
10698
+ msgid "Applicant Location Requirements"
10699
+ msgstr ""
10700
+
10701
+ #: includes/assets/js/build/wds-schema-types.js:1
10702
+ msgid "Applicant Location Requirement"
10703
+ msgstr ""
10704
+
10705
+ #: includes/assets/js/build/wds-schema-types.js:1
10706
+ msgid "The geographic location(s) in which employees may be located for to be eligible for the Work from home job. This property is only recommended if applicants may be located in one or more geographic locations and the job may or must be 100% remote."
10707
+ msgstr ""
10708
+
10709
+ #: includes/assets/js/build/wds-schema-types.js:1
10710
+ msgid "Base Salary"
10711
+ msgstr ""
10712
+
10713
+ #: includes/assets/js/build/wds-schema-types.js:1
10714
+ msgid "The actual base salary for the job, as provided by the employer (not an estimate)."
10715
+ msgstr ""
10716
+
10717
+ #: includes/assets/js/build/wds-schema-types.js:1
10718
+ msgid "The hiring organization's unique identifier for the job."
10719
+ msgstr ""
10720
+
10721
+ #: includes/assets/js/build/wds-schema-types.js:1
10722
+ msgid "The identifier name."
10723
+ msgstr ""
10724
+
10725
+ #: includes/assets/js/build/wds-schema-types.js:1
10726
+ msgid "The identifier value."
10727
+ msgstr ""
10728
+
10729
+ #: includes/assets/js/build/wds-schema-types.js:1
10730
+ msgid "URL to the person's profile page."
10731
+ msgstr ""
10732
+
10733
+ #: includes/assets/js/build/wds-schema-types.js:1
10734
+ msgid "A globally unique ID for the edition in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization."
10735
+ msgstr ""
10736
+
10737
+ #: includes/assets/js/build/wds-schema-types.js:1
10738
+ msgid "Book Format"
10739
+ msgstr ""
10740
+
10741
+ #: includes/assets/js/build/wds-schema-types.js:1
10742
+ msgid "The format of the edition."
10743
+ msgstr ""
10744
+
10745
+ #: includes/assets/js/build/wds-schema-types.js:1
10746
+ msgid "Book Formats"
10747
+ msgstr ""
10748
+
10749
+ #: includes/assets/js/build/wds-schema-types.js:1
10750
+ msgid "Paperback"
10751
+ msgstr ""
10752
+
10753
+ #: includes/assets/js/build/wds-schema-types.js:1
10754
+ msgid "Hardcover"
10755
+ msgstr ""
10756
+
10757
+ #: includes/assets/js/build/wds-schema-types.js:1
10758
+ msgid "EBook"
10759
+ msgstr ""
10760
+
10761
+ #: includes/assets/js/build/wds-schema-types.js:1
10762
+ msgid "Audiobook"
10763
+ msgstr ""
10764
+
10765
+ #: includes/assets/js/build/wds-schema-types.js:1
10766
+ msgid "Language"
10767
+ msgstr ""
10768
+
10769
+ #: includes/assets/js/build/wds-schema-types.js:1
10770
+ msgid "The main language of the content in the edition. Use one of the two-letter codes from the list of ISO 639-1 alpha-2 codes."
10771
+ msgstr ""
10772
+
10773
+ #: includes/assets/js/build/wds-schema-types.js:1
10774
+ msgid "E.g. en"
10775
+ msgstr ""
10776
+
10777
+ #: includes/assets/js/build/wds-schema-types.js:1
10778
+ msgid "The ISBN-13 of the edition. If you have ISBN-10, convert it into ISBN-13. If there's no ISBN for the ebook or audiobook, use the ISBN of the print book instead. For example, if the ebook edition doesn't have an ISBN, use the ISBN for the associated print edition."
10779
+ msgstr ""
10780
+
10781
+ #: includes/assets/js/build/wds-schema-types.js:1
10782
+ msgid "Book Edition"
10783
+ msgstr ""
10784
+
10785
+ #: includes/assets/js/build/wds-schema-types.js:1
10786
+ msgid "The edition information of the book in free text format. For example, 2nd Edition."
10787
+ msgstr ""
10788
+
10789
+ #: includes/assets/js/build/wds-schema-types.js:1
10790
+ msgid "E.g. 2nd Edition"
10791
+ msgstr ""
10792
+
10793
+ #: includes/assets/js/build/wds-schema-types.js:1
10794
+ msgid "The date of publication of the edition in YYYY-MM-DD or YYYY format. This can be either a specific date or only a specific year."
10795
+ msgstr ""
10796
+
10797
+ #: includes/assets/js/build/wds-schema-types.js:1
10798
+ msgid "The title of the edition. Only use this when the title of the edition is different from the title of the work."
10799
+ msgstr ""
10800
+
10801
+ #: includes/assets/js/build/wds-schema-types.js:1
10802
+ msgid "The URL on your website where the edition is introduced or described."
10803
+ msgstr ""
10804
+
10805
+ #: includes/assets/js/build/wds-schema-types.js:1
10806
+ msgid "Identifiers"
10807
+ msgstr ""
10808
+
10809
+ #: includes/assets/js/build/wds-schema-types.js:1
10810
+ msgid "The external or other ID that unambiguously identifies this edition."
10811
+ msgstr ""
10812
+
10813
+ #: includes/assets/js/build/wds-schema-types.js:1
10814
+ msgid "The identifier type."
10815
+ msgstr ""
10816
+
10817
+ #: includes/assets/js/build/wds-schema-types.js:1
10818
+ msgid "Identifier Types"
10819
+ msgstr ""
10820
+
10821
+ #: includes/assets/js/build/wds-schema-types.js:1
10822
+ msgid "OCLC_NUMBER"
10823
+ msgstr ""
10824
+
10825
+ #: includes/assets/js/build/wds-schema-types.js:1
10826
+ msgid "LCCN"
10827
+ msgstr ""
10828
+
10829
+ #: includes/assets/js/build/wds-schema-types.js:1
10830
+ msgid "JP_E-CODE"
10831
+ msgstr ""
10832
+
10833
+ #: includes/assets/js/build/wds-schema-types.js:1
10834
+ msgid "The identifier value. The external ID that unambiguously identifies this edition. Remove all non-numeric prefixes of the external ID."
10835
+ msgstr ""
10836
+
10837
+ #: includes/assets/js/build/wds-schema-types.js:1
10838
+ msgid "Authors"
10839
+ msgstr ""
10840
+
10841
+ #: includes/assets/js/build/wds-schema-types.js:1
10842
+ msgid "The author(s) of the edition. Only use this when the author of the edition is different from the work author information."
10843
+ msgstr ""
10844
+
10845
+ #: includes/assets/js/build/wds-schema-types.js:1
10846
+ msgid "The URL of a reference web page that unambiguously indicates the edition. For example, a Wikipedia page for this specific edition. Don't reuse the sameAs of the Work."
10847
+ msgstr ""
10848
+
10849
+ #: includes/assets/js/build/wds-schema-types.js:1
10850
+ msgid "A globally unique ID for the book in URL format. It must be unique to your organization. The ID must be stable and not change over time. URL format is suggested though not required. It doesn't have to be a working link. The domain used for the @id value must be owned by your organization."
10851
+ msgstr ""
10852
+
10853
+ #: includes/assets/js/build/wds-schema-types.js:1
10854
+ msgid "The title of the book."
10855
+ msgstr ""
10856
+
10857
+ #: includes/assets/js/build/wds-schema-types.js:1
10858
+ msgid "The URL on your website where the book is introduced or described."
10859
+ msgstr ""
10860
+
10861
+ #: includes/assets/js/build/wds-schema-types.js:1
10862
+ msgid "The authors of the book."
10863
+ msgstr ""
10864
+
10865
+ #: includes/assets/js/build/wds-schema-types.js:1
10866
+ msgid "Contributors"
10867
+ msgstr ""
10868
+
10869
+ #: includes/assets/js/build/wds-schema-types.js:1
10870
+ msgid "People who have made contributions to the book."
10871
+ msgstr ""
10872
+
10873
+ #: includes/assets/js/build/wds-schema-types.js:1
10874
+ msgid "The URL of a reference page that identifies the work. For example, a Wikipedia, Wikidata, VIAF, or Library of Congress page for the book."
10875
+ msgstr ""
10876
+
10877
+ #: includes/assets/js/build/wds-schema-types.js:1
10878
+ msgid "Editors"
10879
+ msgstr ""
10880
+
10881
+ #: includes/assets/js/build/wds-schema-types.js:1
10882
+ msgid "People who have edited the book."
10883
+ msgstr ""
10884
+
10885
+ #: includes/assets/js/build/wds-schema-types.js:1
10886
+ msgid "Editions"
10887
+ msgstr ""
10888
+
10889
+ #: includes/assets/js/build/wds-schema-types.js:1
10890
+ msgid "Edition"
10891
+ msgstr ""
10892
+
10893
+ #: includes/assets/js/build/wds-schema-types.js:1
10894
+ msgid "The editions of the work."
10895
+ msgstr ""
10896
+
10897
+ #: includes/assets/js/build/wds-schema-types.js:1
10898
+ msgid "A nested aggregateRating of the book."
10899
+ msgstr ""
10900
+
10901
+ #: includes/assets/js/build/wds-schema-types.js:1
10902
+ msgid "Reviews of the book."
10903
+ msgstr ""
10904
+
10905
+ #: includes/assets/js/build/wds-schema-types.js:1
10906
+ msgid "The name of the course instructor."
10907
+ msgstr ""
10908
+
10909
+ #: includes/assets/js/build/wds-schema-types.js:1
10910
+ msgid "The URL of the course instructor."
10911
+ msgstr ""
10912
+
10913
+ #: includes/assets/js/build/wds-schema-types.js:1
10914
+ msgid "The profile image of the course instructor."
10915
+ msgstr ""
10916
+
10917
+ #: includes/assets/js/build/wds-schema-types.js:1
10918
+ msgid "The detailed name of the place or venue where the course is being held."
10919
+ msgstr ""
10920
+
10921
+ #: includes/assets/js/build/wds-schema-types.js:1
10922
+ msgid "The venue's detailed street address."
10923
+ msgstr ""
10924
+
10925
+ #: includes/assets/js/build/wds-schema-types.js:1
10926
+ msgid "Price Value"
10927
+ msgstr ""
10928
+
10929
+ #: includes/assets/js/build/wds-schema-types.js:1
10930
+ msgid "The price for attending this course."
10931
+ msgstr ""
10932
+
10933
+ #: includes/assets/js/build/wds-schema-types.js:1
10934
+ msgid "The title of the course instance."
10935
+ msgstr ""
10936
+
10937
+ #: includes/assets/js/build/wds-schema-types.js:1
10938
+ msgid "A description of the course instance."
10939
+ msgstr ""
10940
+
10941
+ #: includes/assets/js/build/wds-schema-types.js:1
10942
+ msgid "The URL of the course instance."
10943
+ msgstr ""
10944
+
10945
+ #: includes/assets/js/build/wds-schema-types.js:1
10946
+ msgid "Course Mode"
10947
+ msgstr ""
10948
+
10949
+ #: includes/assets/js/build/wds-schema-types.js:1
10950
+ msgid "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\")."
10951
+ msgstr ""
10952
+
10953
+ #: includes/assets/js/build/wds-schema-types.js:1
10954
+ msgid "E.g. onsite"
10955
+ msgstr ""
10956
+
10957
+ #: includes/assets/js/build/wds-schema-types.js:1
10958
+ msgid "Course Workload"
10959
+ msgstr ""
10960
+
10961
+ #: includes/assets/js/build/wds-schema-types.js:1
10962
+ msgid "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\"."
10963
+ msgstr ""
10964
+
10965
+ #: includes/assets/js/build/wds-schema-types.js:1
10966
+ msgid "E.g. 2 hours of lectures"
10967
+ msgstr ""
10968
+
10969
+ #: includes/assets/js/build/wds-schema-types.js:1
10970
+ msgid "Course Status"
10971
+ msgstr ""
10972
+
10973
+ #: includes/assets/js/build/wds-schema-types.js:1
10974
+ msgid "The status of the course."
10975
+ msgstr ""
10976
+
10977
+ #: includes/assets/js/build/wds-schema-types.js:1
10978
+ msgid "Attendance Mode"
10979
+ msgstr ""
10980
+
10981
+ #: includes/assets/js/build/wds-schema-types.js:1
10982
+ msgid "Indicates whether the course will be conducted online, offline at a physical location, or a mix of both online and offline."
10983
+ msgstr ""
10984
+
10985
+ #: includes/assets/js/build/wds-schema-types.js:1
10986
+ msgid "The start date and start time of the course in ISO-8601 format."
10987
+ msgstr ""
10988
+
10989
+ #: includes/assets/js/build/wds-schema-types.js:1
10990
+ msgid "The end date and end time of the course in ISO-8601 format."
10991
+ msgstr ""
10992
+
10993
+ #: includes/assets/js/build/wds-schema-types.js:1
10994
+ msgid "Instructors"
10995
+ msgstr ""
10996
+
10997
+ #: includes/assets/js/build/wds-schema-types.js:1
10998
+ msgid "Instructor"
10999
+ msgstr ""
11000
+
11001
+ #: includes/assets/js/build/wds-schema-types.js:1
11002
+ msgid "A person assigned to instruct or provide instructional assistance for the course instance."
11003
+ msgstr ""
11004
+
11005
+ #: includes/assets/js/build/wds-schema-types.js:1
11006
+ msgid "Images related to the course instance."
11007
+ msgstr ""
11008
+
11009
+ #: includes/assets/js/build/wds-schema-types.js:1
11010
+ msgid "The physical location where the course will be held."
11011
+ msgstr ""
11012
+
11013
+ #: includes/assets/js/build/wds-schema-types.js:1
11014
+ msgid "The URL of the web page, where people can attend the course."
11015
+ msgstr ""
11016
+
11017
+ #: includes/assets/js/build/wds-schema-types.js:1
11018
+ msgid "The virtual location of the course."
11019
+ msgstr ""
11020
+
11021
+ #: includes/assets/js/build/wds-schema-types.js:1
11022
+ msgid "Price information for the course."
11023
+ msgstr ""
11024
+
11025
+ #: includes/assets/js/build/wds-schema-types.js:1
11026
+ msgid "The title of the course."
11027
+ msgstr ""
11028
+
11029
+ #: includes/assets/js/build/wds-schema-types.js:1
11030
+ msgid "A description of the course. Display limit of 60 characters."
11031
+ msgstr ""
11032
+
11033
+ #: includes/assets/js/build/wds-schema-types.js:1
11034
+ msgid "Course Code"
11035
+ msgstr ""
11036
+
11037
+ #: includes/assets/js/build/wds-schema-types.js:1
11038
+ msgid "The identifier for the Course used by the course provider."
11039
+ msgstr ""
11040
+
11041
+ #: includes/assets/js/build/wds-schema-types.js:1
11042
+ msgid "E.g. CS101"
11043
+ msgstr ""
11044
+
11045
+ #: includes/assets/js/build/wds-schema-types.js:1
11046
+ msgid "Number Of Credits"
11047
+ msgstr ""
11048
+
11049
+ #: includes/assets/js/build/wds-schema-types.js:1
11050
+ msgid "The number of credits or units awarded by the course."
11051
+ msgstr ""
11052
+
11053
+ #: includes/assets/js/build/wds-schema-types.js:1
11054
+ msgid "Provider"
11055
+ msgstr ""
11056
+
11057
+ #: includes/assets/js/build/wds-schema-types.js:1
11058
+ msgid "The organization that publishes the source content of the course. For example, UC Berkeley."
11059
+ msgstr ""
11060
+
11061
+ #: includes/assets/js/build/wds-schema-types.js:1
11062
+ msgid "Course Instances"
11063
+ msgstr ""
11064
+
11065
+ #: includes/assets/js/build/wds-schema-types.js:1
11066
+ msgid "Course Instance"
11067
+ msgstr ""
11068
+
11069
+ #: includes/assets/js/build/wds-schema-types.js:1
11070
+ msgid "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students."
11071
+ msgstr ""
11072
+
11073
+ #: includes/assets/js/build/wds-schema-types.js:1
11074
+ msgid "A nested aggregateRating of the course."
11075
+ msgstr ""
11076
+
11077
+ #: includes/assets/js/build/wds-schema-types.js:1
11078
+ msgid "Reviews of the course."
11079
+ msgstr ""
11080
+
11081
+ #: includes/assets/js/build/wds-schema-types.js:1
11082
+ msgid "The price of the software application. If the app is free of charge, set price to 0."
11083
+ msgstr ""
11084
+
11085
+ #: includes/assets/js/build/wds-schema-types.js:1
11086
+ msgid "The 3-letter ISO 4217 currency code. If the app has a price greater than 0, you must include currency."
11087
+ msgstr ""
11088
+
11089
+ #: includes/assets/js/build/wds-schema-types.js:1
11090
+ msgid "The name of the app."
11091
+ msgstr ""
11092
+
11093
+ #: includes/assets/js/build/wds-schema-types.js:1
11094
+ msgid "The description of the app."
11095
+ msgstr ""
11096
+
11097
+ #: includes/assets/js/build/wds-schema-types.js:1
11098
+ msgid "The permanent URL of the app."
11099
+ msgstr ""
11100
+
11101
+ #: includes/assets/js/build/wds-schema-types.js:1
11102
+ msgid "Application Category"
11103
+ msgstr ""
11104
+
11105
+ #: includes/assets/js/build/wds-schema-types.js:1
11106
+ msgid "Game Application"
11107
+ msgstr ""
11108
+
11109
+ #: includes/assets/js/build/wds-schema-types.js:1
11110
+ msgid "Social Networking Application"
11111
+ msgstr ""
11112
+
11113
+ #: includes/assets/js/build/wds-schema-types.js:1
11114
+ msgid "Travel Application"
11115
+ msgstr ""
11116
+
11117
+ #: includes/assets/js/build/wds-schema-types.js:1
11118
+ msgid "Shopping Application"
11119
+ msgstr ""
11120
+
11121
+ #: includes/assets/js/build/wds-schema-types.js:1
11122
+ msgid "Sports Application"
11123
+ msgstr ""
11124
+
11125
+ #: includes/assets/js/build/wds-schema-types.js:1
11126
+ msgid "Lifestyle Application"
11127
+ msgstr ""
11128
+
11129
+ #: includes/assets/js/build/wds-schema-types.js:1
11130
+ msgid "Business Application"
11131
+ msgstr ""
11132
+
11133
+ #: includes/assets/js/build/wds-schema-types.js:1
11134
+ msgid "Design Application"
11135
+ msgstr ""
11136
+
11137
+ #: includes/assets/js/build/wds-schema-types.js:1
11138
+ msgid "Developer Application"
11139
+ msgstr ""
11140
+
11141
+ #: includes/assets/js/build/wds-schema-types.js:1
11142
+ msgid "Driver Application"
11143
+ msgstr ""
11144
+
11145
+ #: includes/assets/js/build/wds-schema-types.js:1
11146
+ msgid "Educational Application"
11147
+ msgstr ""
11148
+
11149
+ #: includes/assets/js/build/wds-schema-types.js:1
11150
+ msgid "Health Application"
11151
+ msgstr ""
11152
+
11153
+ #: includes/assets/js/build/wds-schema-types.js:1
11154
+ msgid "Finance Application"
11155
+ msgstr ""
11156
+
11157
+ #: includes/assets/js/build/wds-schema-types.js:1
11158
+ msgid "Security Application"
11159
+ msgstr ""
11160
+
11161
+ #: includes/assets/js/build/wds-schema-types.js:1
11162
+ msgid "Browser Application"
11163
+ msgstr ""
11164
+
11165
+ #: includes/assets/js/build/wds-schema-types.js:1
11166
+ msgid "Communication Application"
11167
+ msgstr ""
11168
+
11169
+ #: includes/assets/js/build/wds-schema-types.js:1
11170
+ msgid "Desktop Enhancement Application"
11171
+ msgstr ""
11172
+
11173
+ #: includes/assets/js/build/wds-schema-types.js:1
11174
+ msgid "Entertainment Application"
11175
+ msgstr ""
11176
+
11177
+ #: includes/assets/js/build/wds-schema-types.js:1
11178
+ msgid "Multimedia Application"
11179
+ msgstr ""
11180
+
11181
+ #: includes/assets/js/build/wds-schema-types.js:1
11182
+ msgid "Home Application"
11183
+ msgstr ""
11184
+
11185
+ #: includes/assets/js/build/wds-schema-types.js:1
11186
+ msgid "Utilities Application"
11187
+ msgstr ""
11188
+
11189
+ #: includes/assets/js/build/wds-schema-types.js:1
11190
+ msgid "Reference Application"
11191
+ msgstr ""
11192
+
11193
+ #: includes/assets/js/build/wds-schema-types.js:1
11194
+ msgid "The type of app (for example, BusinessApplication or GameApplication). The value must be a supported app type."
11195
+ msgstr ""
11196
+
11197
+ #: includes/assets/js/build/wds-schema-types.js:1
11198
+ msgid "Operating System"
11199
+ msgstr ""
11200
+
11201
+ #: includes/assets/js/build/wds-schema-types.js:1
11202
+ msgid "The operating system(s) required to use the app (for example, Windows 7, OSX 10.6, Android 1.6)."
11203
+ msgstr ""
11204
+
11205
+ #: includes/assets/js/build/wds-schema-types.js:1
11206
+ msgid "E.g. Android 1.6"
11207
+ msgstr ""
11208
+
11209
+ #: includes/assets/js/build/wds-schema-types.js:1
11210
+ msgid "Screenshots"
11211
+ msgstr ""
11212
+
11213
+ #: includes/assets/js/build/wds-schema-types.js:1
11214
+ msgid "Screenshots of the app."
11215
+ msgstr ""
11216
+
11217
+ #: includes/assets/js/build/wds-schema-types.js:1
11218
+ msgid "Price information for the app."
11219
+ msgstr ""
11220
+
11221
+ #: includes/assets/js/build/wds-schema-types.js:1
11222
+ msgid "A nested aggregateRating of the app."
11223
+ msgstr ""
11224
+
11225
+ #: includes/assets/js/build/wds-schema-types.js:1
11226
+ msgid "This property is required by Google. You must include at least one of the following properties: review or aggregateRating."
11227
+ msgstr ""
11228
+
11229
+ #: includes/assets/js/build/wds-schema-types.js:1
11230
+ msgid "Reviews of the app."
11231
+ msgstr ""
11232
+
11233
+ #: includes/assets/js/build/wds-schema-types.js:1
11234
+ msgid "Software Version"
11235
+ msgstr ""
11236
+
11237
+ #: includes/assets/js/build/wds-schema-types.js:1
11238
+ msgid "Version of the software instance."
11239
+ msgstr ""
11240
+
11241
+ #: includes/assets/js/build/wds-schema-types.js:1
11242
+ msgid "E.g. 1.0.1"
11243
+ msgstr ""
11244
+
11245
+ #: includes/assets/js/build/wds-schema-types.js:1
11246
+ msgid "Release Notes"
11247
+ msgstr ""
11248
+
11249
+ #: includes/assets/js/build/wds-schema-types.js:1
11250
+ msgid "Description of what changed in this version."
11251
+ msgstr ""
11252
+
11253
+ #: includes/assets/js/build/wds-schema-types.js:1
11254
+ msgid "Download URL"
11255
+ msgstr ""
11256
+
11257
+ #: includes/assets/js/build/wds-schema-types.js:1
11258
+ msgid "If the file can be downloaded, URL to download the binary."
11259
+ msgstr ""
11260
+
11261
+ #: includes/assets/js/build/wds-schema-types.js:1
11262
+ msgid "Install URL"
11263
+ msgstr ""
11264
+
11265
+ #: includes/assets/js/build/wds-schema-types.js:1
11266
+ msgid "URL at which the app may be installed, if different from the URL of the item."
11267
+ msgstr ""
11268
+
11269
+ #: includes/assets/js/build/wds-schema-types.js:1
11270
+ msgid "Feature List"
11271
+ msgstr ""
11272
+
11273
+ #: includes/assets/js/build/wds-schema-types.js:1
11274
+ msgid "Features or modules provided by this application."
11275
+ msgstr ""
11276
+
11277
+ #: includes/assets/js/build/wds-schema-types.js:1
11278
+ msgid "File Size"
11279
+ msgstr ""
11280
+
11281
+ #: includes/assets/js/build/wds-schema-types.js:1
11282
+ msgid "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed."
11283
+ msgstr ""
11284
+
11285
+ #: includes/assets/js/build/wds-schema-types.js:1
11286
+ msgid "E.g. 18MB"
11287
+ msgstr ""
11288
+
11289
+ #: includes/assets/js/build/wds-schema-types.js:1
11290
+ msgid "Memory Requirements"
11291
+ msgstr ""
11292
+
11293
+ #: includes/assets/js/build/wds-schema-types.js:1
11294
+ msgid "Minimum memory requirements."
11295
+ msgstr ""
11296
+
11297
+ #: includes/assets/js/build/wds-schema-types.js:1
11298
+ msgid "Storage Requirements"
11299
+ msgstr ""
11300
+
11301
+ #: includes/assets/js/build/wds-schema-types.js:1
11302
+ msgid "Storage requirements (free space required)."
11303
+ msgstr ""
11304
+
11305
+ #: includes/assets/js/build/wds-schema-types.js:1
11306
+ msgid "E.g. 21MB"
11307
+ msgstr ""
11308
+
11309
+ #: includes/assets/js/build/wds-schema-types.js:1
11310
+ msgid "Processor Requirements"
11311
+ msgstr ""
11312
+
11313
+ #: includes/assets/js/build/wds-schema-types.js:1
11314
+ msgid "Processor architecture required to run the application (e.g. IA64)."
11315
+ msgstr ""
11316
+
11317
+ #: includes/assets/js/build/wds-schema-types.js:1
11318
+ msgid "E.g. IA64"
11319
+ msgstr ""
11320
+
11321
+ #: includes/assets/js/build/wds-schema-types.js:1
11322
+ msgid "Software Requirements"
11323
+ msgstr ""
11324
+
11325
+ #: includes/assets/js/build/wds-schema-types.js:1
11326
+ msgid "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime)."
11327
+ msgstr ""
11328
+
11329
+ #: includes/assets/js/build/wds-schema-types.js:1
11330
+ msgid "E.g. DirectX"
11331
+ msgstr ""
11332
+
11333
+ #: includes/assets/js/build/wds-schema-types.js:1
11334
+ msgid "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)."
11335
+ msgstr ""
11336
+
11337
+ #: includes/assets/js/build/wds-schema-types.js:1
11338
+ msgid "Application Suite"
11339
+ msgstr ""
11340
+
11341
+ #: includes/assets/js/build/wds-schema-types.js:1
11342
+ msgid "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)."
11343
+ msgstr ""
11344
+
11345
+ #: includes/assets/js/build/wds-schema-types.js:1
11346
+ msgid "E.g. Microsoft Office"
11347
+ msgstr ""
11348
+
11349
+ #: includes/assets/js/build/wds-schema-types.js:1
11350
+ msgid "Available On Device"
11351
+ msgstr ""
11352
+
11353
+ #: includes/assets/js/build/wds-schema-types.js:1
11354
+ msgid "Device required to run the application. Used in cases where a specific make/model is required to run the application."
11355
+ msgstr ""
11356
+
11357
+ #: includes/assets/js/build/wds-schema-types.js:1
11358
+ msgid "Carrier Requirements"
11359
+ msgstr ""
11360
+
11361
+ #: includes/assets/js/build/wds-schema-types.js:1
11362
+ msgid "Specifies specific carrier(s) requirements for the application."
11363
+ msgstr ""
11364
+
11365
+ #: includes/assets/js/build/wds-schema-types.js:1
11366
+ msgid "Browser Requirements"
11367
+ msgstr ""
11368
+
11369
+ #: includes/assets/js/build/wds-schema-types.js:1
11370
+ msgid "Specifies browser requirements in human-readable text."
11371
+ msgstr ""
11372
+
11373
+ #: includes/assets/js/build/wds-schema-types.js:1
11374
+ msgid "E.g. requires HTML5 support"
11375
+ msgstr ""
11376
+
11377
+ #: includes/assets/js/build/wds-schema-types.js:1
11378
+ msgid "The URL of the person's profile."
11379
+ msgstr ""
11380
+
11381
+ #: includes/assets/js/build/wds-schema-types.js:1
11382
+ msgid "The name of the movie."
11383
+ msgstr ""
11384
+
11385
+ #: includes/assets/js/build/wds-schema-types.js:1
11386
+ msgid "Release Date"
11387
+ msgstr ""
11388
+
11389
+ #: includes/assets/js/build/wds-schema-types.js:1
11390
+ msgid "The date the movie was released."
11391
+ msgstr ""
11392
+
11393
+ #: includes/assets/js/build/wds-schema-types.js:1
11394
+ msgid "An image that represents the movie. Images must have a high resolution and have a 6:9 aspect ratio. While Google can crop images that are close to a 6:9 aspect ratio, images largely deviating from this ratio aren't eligible for the feature."
11395
+ msgstr ""
11396
+
11397
+ #: includes/assets/js/build/wds-schema-types.js:1
11398
+ msgid "Director"
11399
+ msgstr ""
11400
+
11401
+ #: includes/assets/js/build/wds-schema-types.js:1
11402
+ msgid "The director of the movie."
11403
+ msgstr ""
11404
+
11405
+ #: includes/assets/js/build/wds-schema-types.js:1
11406
+ msgid "A nested aggregateRating of the movie."
11407
+ msgstr ""
11408
+
11409
+ #: includes/assets/js/build/wds-schema-types.js:1
11410
+ msgid "Reviews of the movie."
11411
+ msgstr ""
11412
+
11413
+ #: includes/assets/js/build/wds-schema-types.js:1
11414
+ msgid "Actors"
11415
+ msgstr ""
11416
+
11417
+ #: includes/assets/js/build/wds-schema-types.js:1
11418
+ msgid "Actor"
11419
+ msgstr ""
11420
+
11421
+ #: includes/assets/js/build/wds-schema-types.js:1
11422
+ msgid "Actors working in the movie"
11423
+ msgstr ""
11424
+
11425
+ #: includes/assets/js/build/wds-schema-types.js:1
11426
+ msgid "Country Of Origin"
11427
+ msgstr ""
11428
+
11429
+ #: includes/assets/js/build/wds-schema-types.js:1
11430
+ msgid "The country of the principal offices of the production company or individual responsible for the movie."
11431
+ msgstr ""
11432
+
11433
+ #: includes/assets/js/build/wds-schema-types.js:1
11434
+ msgid "E.g. USA"
11435
+ msgstr ""
11436
+
11437
+ #: includes/assets/js/build/wds-schema-types.js:1
11438
+ msgid "The duration of the item in ISO 8601 date format."
11439
+ msgstr ""
11440
+
11441
+ #: includes/assets/js/build/wds-schema-types.js:1
11442
+ msgid "Music By"
11443
+ msgstr ""
11444
+
11445
+ #: includes/assets/js/build/wds-schema-types.js:1
11446
+ msgid "The composer of the soundtrack."
11447
+ msgstr ""
11448
+
11449
+ #: includes/assets/js/build/wds-schema-types.js:1
11450
+ msgid "Production Company"
11451
+ msgstr ""
11452
+
11453
+ #: includes/assets/js/build/wds-schema-types.js:1
11454
+ msgid "The production company or studio responsible for the movie."
11455
+ msgstr ""
11456
+
11457
+ #: includes/assets/js/build/wds-schema-types.js:1
11458
+ msgid "Province/State"
11459
+ msgstr ""
11460
+
11461
+ #: includes/assets/js/build/wds-schema-types.js:1
11462
+ msgid "Primary Image Of Page"
11463
+ msgstr ""
11464
+
11465
+ #: includes/assets/js/build/wds-schema-types.js:1
11466
+ msgid "Last Reviewed"
11467
+ msgstr ""
11468
+
11469
+ #: includes/assets/js/build/wds-schema-types.js:1
11470
+ msgid "Related Link"
11471
+ msgstr ""
11472
+
11473
+ #: includes/assets/js/build/wds-schema-types.js:1
11474
+ msgid "Significant Link"
11475
+ msgstr ""
11476
+
11477
+ #: includes/assets/js/build/wds-schema-types.js:1
11478
+ msgid "Article"
11479
+ msgstr ""
11480
+
11481
+ #: includes/assets/js/build/wds-schema-types.js:1
11482
+ msgid "Blog Posting"
11483
+ msgstr ""
11484
+
11485
+ #: includes/assets/js/build/wds-schema-types.js:1
11486
+ msgid "News Article"
11487
+ msgstr ""
11488
+
11489
+ #: includes/assets/js/build/wds-schema-types.js:1
11490
+ msgid "Book"
11491
+ msgstr ""
11492
+
11493
+ #: includes/assets/js/build/wds-schema-types.js:1
11494
+ msgid "Note: Rich Results Test supports the Books Schema type for a limited number of sites for the time being, so please go to the <a>Structured Data testing tool</a> to check your book type."
11495
+ msgstr ""
11496
+
11497
+ #: includes/assets/js/build/wds-schema-types.js:1
11498
+ msgid "Course"
11499
+ msgstr ""
11500
+
11501
+ #: includes/assets/js/build/wds-schema-types.js:1
11502
+ msgid "Event"
11503
+ msgstr ""
11504
+
11505
+ #: includes/assets/js/build/wds-schema-types.js:1
11506
+ msgid "FAQ Page"
11507
+ msgstr ""
11508
+
11509
+ #: includes/assets/js/build/wds-schema-types.js:1
11510
+ msgid "How To"
11511
+ msgstr ""
11512
+
11513
+ #: includes/assets/js/build/wds-schema-types.js:1
11514
+ msgid "Job Posting"
11515
+ msgstr ""
11516
+
11517
+ #: includes/assets/js/build/wds-schema-types.js:1
11518
+ msgid "Local Business"
11519
+ msgstr ""
11520
+
11521
+ #: includes/assets/js/build/wds-schema-types.js:1
11522
+ msgid "If you wish to add a Local Business with <strong>multiple locations</strong>, you can easily do this by duplicating your Local Business type and editing the properties. Alternatively, you can just add a new Local Business type. To learn more, see our %s."
11523
+ msgstr ""
11524
+
11525
+ #: includes/assets/js/build/wds-schema-types.js:1
11526
+ msgid "Schema Documentation"
11527
+ msgstr ""
11528
+
11529
+ #: includes/assets/js/build/wds-schema-types.js:1
11530
+ msgid "Animal Shelter"
11531
+ msgstr ""
11532
+
11533
+ #: includes/assets/js/build/wds-schema-types.js:1
11534
+ msgid "Automotive Business"
11535
+ msgstr ""
11536
+
11537
+ #: includes/assets/js/build/wds-schema-types.js:1
11538
+ msgid "Auto Body Shop"
11539
+ msgstr ""
11540
+
11541
+ #: includes/assets/js/build/wds-schema-types.js:1
11542
+ msgid "Auto Dealer"
11543
+ msgstr ""
11544
+
11545
+ #: includes/assets/js/build/wds-schema-types.js:1
11546
+ msgid "Auto Parts Store"
11547
+ msgstr ""
11548
+
11549
+ #: includes/assets/js/build/wds-schema-types.js:1
11550
+ msgid "Auto Rental"
11551
+ msgstr ""
11552
+
11553
+ #: includes/assets/js/build/wds-schema-types.js:1
11554
+ msgid "Auto Repair"
11555
+ msgstr ""
11556
+
11557
+ #: includes/assets/js/build/wds-schema-types.js:1
11558
+ msgid "Auto Wash"
11559
+ msgstr ""
11560
+
11561
+ #: includes/assets/js/build/wds-schema-types.js:1
11562
+ msgid "Gas Station"
11563
+ msgstr ""
11564
+
11565
+ #: includes/assets/js/build/wds-schema-types.js:1
11566
+ msgid "Motorcycle Dealer"
11567
+ msgstr ""
11568
+
11569
+ #: includes/assets/js/build/wds-schema-types.js:1
11570
+ msgid "Motorcycle Repair"
11571
+ msgstr ""
11572
+
11573
+ #: includes/assets/js/build/wds-schema-types.js:1
11574
+ msgid "Child Care"
11575
+ msgstr ""
11576
+
11577
+ #: includes/assets/js/build/wds-schema-types.js:1
11578
+ msgid "Dry Cleaning Or Laundry"
11579
+ msgstr ""
11580
+
11581
+ #: includes/assets/js/build/wds-schema-types.js:1
11582
+ msgid "Emergency Service"
11583
+ msgstr ""
11584
+
11585
+ #: includes/assets/js/build/wds-schema-types.js:1
11586
+ msgid "Fire Station"
11587
+ msgstr ""
11588
+
11589
+ #: includes/assets/js/build/wds-schema-types.js:1
11590
+ msgid "Hospital"
11591
+ msgstr ""
11592
+
11593
+ #: includes/assets/js/build/wds-schema-types.js:1
11594
+ msgid "Police Station"
11595
+ msgstr ""
11596
+
11597
+ #: includes/assets/js/build/wds-schema-types.js:1
11598
+ msgid "Employment Agency"
11599
+ msgstr ""
11600
+
11601
+ #: includes/assets/js/build/wds-schema-types.js:1
11602
+ msgid "Entertainment Business"
11603
+ msgstr ""
11604
+
11605
+ #: includes/assets/js/build/wds-schema-types.js:1
11606
+ msgid "Adult Entertainment"
11607
+ msgstr ""
11608
+
11609
+ #: includes/assets/js/build/wds-schema-types.js:1
11610
+ msgid "Amusement Park"
11611
+ msgstr ""
11612
+
11613
+ #: includes/assets/js/build/wds-schema-types.js:1
11614
+ msgid "Art Gallery"
11615
+ msgstr ""
11616
+
11617
+ #: includes/assets/js/build/wds-schema-types.js:1
11618
+ msgid "Casino"
11619
+ msgstr ""
11620
+
11621
+ #: includes/assets/js/build/wds-schema-types.js:1
11622
+ msgid "Comedy Club"
11623
+ msgstr ""
11624
+
11625
+ #: includes/assets/js/build/wds-schema-types.js:1
11626
+ msgid "Movie Theater"
11627
+ msgstr ""
11628
+
11629
+ #: includes/assets/js/build/wds-schema-types.js:1
11630
+ msgid "Night Club"
11631
+ msgstr ""
11632
+
11633
+ #: includes/assets/js/build/wds-schema-types.js:1
11634
+ msgid "Financial Service"
11635
+ msgstr ""
11636
+
11637
+ #: includes/assets/js/build/wds-schema-types.js:1
11638
+ msgid "Accounting Service"
11639
+ msgstr ""
11640
+
11641
+ #: includes/assets/js/build/wds-schema-types.js:1
11642
+ msgid "Automated Teller"
11643
+ msgstr ""
11644
+
11645
+ #: includes/assets/js/build/wds-schema-types.js:1
11646
+ msgid "Bank Or Credit Union"
11647
+ msgstr ""
11648
+
11649
+ #: includes/assets/js/build/wds-schema-types.js:1
11650
+ msgid "Insurance Agency"
11651
+ msgstr ""
11652
+
11653
+ #: includes/assets/js/build/wds-schema-types.js:1
11654
+ msgid "Food Establishment"
11655
+ msgstr ""
11656
+
11657
+ #: includes/assets/js/build/wds-schema-types.js:1
11658
+ msgid "Bakery"
11659
+ msgstr ""
11660
+
11661
+ #: includes/assets/js/build/wds-schema-types.js:1
11662
+ msgid "Bar Or Pub"
11663
+ msgstr ""
11664
+
11665
+ #: includes/assets/js/build/wds-schema-types.js:1
11666
+ msgid "Brewery"
11667
+ msgstr ""
11668
+
11669
+ #: includes/assets/js/build/wds-schema-types.js:1
11670
+ msgid "Cafe Or Coffee Shop"
11671
+ msgstr ""
11672
+
11673
+ #: includes/assets/js/build/wds-schema-types.js:1
11674
+ msgid "Distillery"
11675
+ msgstr ""
11676
+
11677
+ #: includes/assets/js/build/wds-schema-types.js:1
11678
+ msgid "Fast Food Restaurant"
11679
+ msgstr ""
11680
+
11681
+ #: includes/assets/js/build/wds-schema-types.js:1
11682
+ msgid "Ice Cream Shop"
11683
+ msgstr ""
11684
+
11685
+ #: includes/assets/js/build/wds-schema-types.js:1
11686
+ msgid "Restaurant"
11687
+ msgstr ""
11688
+
11689
+ #: includes/assets/js/build/wds-schema-types.js:1
11690
+ msgid "Winery"
11691
+ msgstr ""
11692
+
11693
+ #: includes/assets/js/build/wds-schema-types.js:1
11694
+ msgid "Government Office"
11695
+ msgstr ""
11696
+
11697
+ #: includes/assets/js/build/wds-schema-types.js:1
11698
+ msgid "Post Office"
11699
+ msgstr ""
11700
+
11701
+ #: includes/assets/js/build/wds-schema-types.js:1
11702
+ msgid "Health And Beauty"
11703
+ msgstr ""
11704
+
11705
+ #: includes/assets/js/build/wds-schema-types.js:1
11706
+ msgid "Health And Beauty Business"
11707
+ msgstr ""
11708
+
11709
+ #: includes/assets/js/build/wds-schema-types.js:1
11710
+ msgid "Beauty Salon"
11711
+ msgstr ""
11712
+
11713
+ #: includes/assets/js/build/wds-schema-types.js:1
11714
+ msgid "Day Spa"
11715
+ msgstr ""
11716
+
11717
+ #: includes/assets/js/build/wds-schema-types.js:1
11718
+ msgid "Hair Salon"
11719
+ msgstr ""
11720
+
11721
+ #: includes/assets/js/build/wds-schema-types.js:1
11722
+ msgid "Health Club"
11723
+ msgstr ""
11724
+
11725
+ #: includes/assets/js/build/wds-schema-types.js:1
11726
+ msgid "Nail Salon"
11727
+ msgstr ""
11728
+
11729
+ #: includes/assets/js/build/wds-schema-types.js:1
11730
+ msgid "Tattoo Parlor"
11731
+ msgstr ""
11732
+
11733
+ #: includes/assets/js/build/wds-schema-types.js:1
11734
+ msgid "Home And Construction"
11735
+ msgstr ""
11736
+
11737
+ #: includes/assets/js/build/wds-schema-types.js:1
11738
+ msgid "Home And Construction Business"
11739
+ msgstr ""
11740
+
11741
+ #: includes/assets/js/build/wds-schema-types.js:1
11742
+ msgid "Electrician"
11743
+ msgstr ""
11744
+
11745
+ #: includes/assets/js/build/wds-schema-types.js:1
11746
+ msgid "General Contractor"
11747
+ msgstr ""
11748
+
11749
+ #: includes/assets/js/build/wds-schema-types.js:1
11750
+ msgid "HVACBusiness"
11751
+ msgstr ""
11752
+
11753
+ #: includes/assets/js/build/wds-schema-types.js:1
11754
+ msgid "House Painter"
11755
+ msgstr ""
11756
+
11757
+ #: includes/assets/js/build/wds-schema-types.js:1
11758
+ msgid "Locksmith"
11759
+ msgstr ""
11760
+
11761
+ #: includes/assets/js/build/wds-schema-types.js:1
11762
+ msgid "Moving Company"
11763
+ msgstr ""
11764
+
11765
+ #: includes/assets/js/build/wds-schema-types.js:1
11766
+ msgid "Plumber"
11767
+ msgstr ""
11768
+
11769
+ #: includes/assets/js/build/wds-schema-types.js:1
11770
+ msgid "Roofing Contractor"
11771
+ msgstr ""
11772
+
11773
+ #: includes/assets/js/build/wds-schema-types.js:1
11774
+ msgid "Internet Cafe"
11775
+ msgstr ""
11776
+
11777
+ #: includes/assets/js/build/wds-schema-types.js:1
11778
+ msgid "Legal Service"
11779
+ msgstr ""
11780
+
11781
+ #: includes/assets/js/build/wds-schema-types.js:1
11782
+ msgid "Attorney"
11783
+ msgstr ""
11784
+
11785
+ #: includes/assets/js/build/wds-schema-types.js:1
11786
+ msgid "Notary"
11787
+ msgstr ""
11788
+
11789
+ #: includes/assets/js/build/wds-schema-types.js:1
11790
+ msgid "Library"
11791
+ msgstr ""
11792
+
11793
+ #: includes/assets/js/build/wds-schema-types.js:1
11794
+ msgid "Lodging Business"
11795
+ msgstr ""
11796
+
11797
+ #: includes/assets/js/build/wds-schema-types.js:1
11798
+ msgid "Bed And Breakfast"
11799
+ msgstr ""
11800
+
11801
+ #: includes/assets/js/build/wds-schema-types.js:1
11802
+ msgid "Campground"
11803
+ msgstr ""
11804
+
11805
+ #: includes/assets/js/build/wds-schema-types.js:1
11806
+ msgid "Hostel"
11807
+ msgstr ""
11808
+
11809
+ #: includes/assets/js/build/wds-schema-types.js:1
11810
+ msgid "Hotel"
11811
+ msgstr ""
11812
+
11813
+ #: includes/assets/js/build/wds-schema-types.js:1
11814
+ msgid "Motel"
11815
+ msgstr ""
11816
+
11817
+ #: includes/assets/js/build/wds-schema-types.js:1
11818
+ msgid "Resort"
11819
+ msgstr ""
11820
+
11821
+ #: includes/assets/js/build/wds-schema-types.js:1
11822
+ msgid "Medical Business"
11823
+ msgstr ""
11824
+
11825
+ #: includes/assets/js/build/wds-schema-types.js:1
11826
+ msgid "Community Health"
11827
+ msgstr ""
11828
+
11829
+ #: includes/assets/js/build/wds-schema-types.js:1
11830
+ msgid "Dentist"
11831
+ msgstr ""
11832
+
11833
+ #: includes/assets/js/build/wds-schema-types.js:1
11834
+ msgid "Dermatology"
11835
+ msgstr ""
11836
+
11837
+ #: includes/assets/js/build/wds-schema-types.js:1
11838
+ msgid "Diet Nutrition"
11839
+ msgstr ""
11840
+
11841
+ #: includes/assets/js/build/wds-schema-types.js:1
11842
+ msgid "Geriatric"
11843
+ msgstr ""
11844
+
11845
+ #: includes/assets/js/build/wds-schema-types.js:1
11846
+ msgid "Gynecologic"
11847
+ msgstr ""
11848
+
11849
+ #: includes/assets/js/build/wds-schema-types.js:1
11850
+ msgid "Medical Clinic"
11851
+ msgstr ""
11852
+
11853
+ #: includes/assets/js/build/wds-schema-types.js:1
11854
+ msgid "Midwifery"
11855
+ msgstr ""
11856
+
11857
+ #: includes/assets/js/build/wds-schema-types.js:1
11858
+ msgid "Nursing"
11859
+ msgstr ""
11860
+
11861
+ #: includes/assets/js/build/wds-schema-types.js:1
11862
+ msgid "Obstetric"
11863
+ msgstr ""
11864
+
11865
+ #: includes/assets/js/build/wds-schema-types.js:1
11866
+ msgid "Oncologic"
11867
+ msgstr ""
11868
+
11869
+ #: includes/assets/js/build/wds-schema-types.js:1
11870
+ msgid "Optician"
11871
+ msgstr ""
11872
+
11873
+ #: includes/assets/js/build/wds-schema-types.js:1
11874
+ msgid "Optometric"
11875
+ msgstr ""
11876
+
11877
+ #: includes/assets/js/build/wds-schema-types.js:1
11878
+ msgid "Otolaryngologic"
11879
+ msgstr ""
11880
+
11881
+ #: includes/assets/js/build/wds-schema-types.js:1
11882
+ msgid "Pediatric"
11883
+ msgstr ""
11884
+
11885
+ #: includes/assets/js/build/wds-schema-types.js:1
11886
+ msgid "Pharmacy"
11887
+ msgstr ""
11888
+
11889
+ #: includes/assets/js/build/wds-schema-types.js:1
11890
+ msgid "Physician"
11891
+ msgstr ""
11892
+
11893
+ #: includes/assets/js/build/wds-schema-types.js:1
11894
+ msgid "Physiotherapy"
11895
+ msgstr ""
11896
+
11897
+ #: includes/assets/js/build/wds-schema-types.js:1
11898
+ msgid "Plastic Surgery"
11899
+ msgstr ""
11900
+
11901
+ #: includes/assets/js/build/wds-schema-types.js:1
11902
+ msgid "Podiatric"
11903
+ msgstr ""
11904
+
11905
+ #: includes/assets/js/build/wds-schema-types.js:1
11906
+ msgid "Primary Care"
11907
+ msgstr ""
11908
+
11909
+ #: includes/assets/js/build/wds-schema-types.js:1
11910
+ msgid "Psychiatric"
11911
+ msgstr ""
11912
+
11913
+ #: includes/assets/js/build/wds-schema-types.js:1
11914
+ msgid "Public Health"
11915
+ msgstr ""
11916
+
11917
+ #: includes/assets/js/build/wds-schema-types.js:1
11918
+ msgid "Professional Service"
11919
+ msgstr ""
11920
+
11921
+ #: includes/assets/js/build/wds-schema-types.js:1
11922
+ msgid "Radio Station"
11923
+ msgstr ""
11924
+
11925
+ #: includes/assets/js/build/wds-schema-types.js:1
11926
+ msgid "Real Estate Agent"
11927
+ msgstr ""
11928
+
11929
+ #: includes/assets/js/build/wds-schema-types.js:1
11930
+ msgid "Recycling Center"
11931
+ msgstr ""
11932
+
11933
+ #: includes/assets/js/build/wds-schema-types.js:1
11934
+ msgid "Self Storage"
11935
+ msgstr ""
11936
+
11937
+ #: includes/assets/js/build/wds-schema-types.js:1
11938
+ msgid "Shopping Center"
11939
+ msgstr ""
11940
+
11941
+ #: includes/assets/js/build/wds-schema-types.js:1
11942
+ msgid "Sports Activity Location"
11943
+ msgstr ""
11944
+
11945
+ #: includes/assets/js/build/wds-schema-types.js:1
11946
+ msgid "Bowling Alley"
11947
+ msgstr ""
11948
+
11949
+ #: includes/assets/js/build/wds-schema-types.js:1
11950
+ msgid "Exercise Gym"
11951
+ msgstr ""
11952
+
11953
+ #: includes/assets/js/build/wds-schema-types.js:1
11954
+ msgid "Golf Course"
11955
+ msgstr ""
11956
+
11957
+ #: includes/assets/js/build/wds-schema-types.js:1
11958
+ msgid "Public Swimming Pool"
11959
+ msgstr ""
11960
+
11961
+ #: includes/assets/js/build/wds-schema-types.js:1
11962
+ msgid "Ski Resort"
11963
+ msgstr ""
11964
+
11965
+ #: includes/assets/js/build/wds-schema-types.js:1
11966
+ msgid "Sports Club"
11967
+ msgstr ""
11968
+
11969
+ #: includes/assets/js/build/wds-schema-types.js:1
11970
+ msgid "Stadium Or Arena"
11971
+ msgstr ""
11972
+
11973
+ #: includes/assets/js/build/wds-schema-types.js:1
11974
+ msgid "Tennis Complex"
11975
+ msgstr ""
11976
+
11977
+ #: includes/assets/js/build/wds-schema-types.js:1
11978
+ msgid "Store"
11979
+ msgstr ""
11980
+
11981
+ #: includes/assets/js/build/wds-schema-types.js:1
11982
+ msgid "Bike Store"
11983
+ msgstr ""
11984
+
11985
+ #: includes/assets/js/build/wds-schema-types.js:1
11986
+ msgid "Book Store"
11987
+ msgstr ""
11988
+
11989
+ #: includes/assets/js/build/wds-schema-types.js:1
11990
+ msgid "Clothing Store"
11991
+ msgstr ""
11992
+
11993
+ #: includes/assets/js/build/wds-schema-types.js:1
11994
+ msgid "Computer Store"
11995
+ msgstr ""
11996
+
11997
+ #: includes/assets/js/build/wds-schema-types.js:1
11998
+ msgid "Convenience Store"
11999
+ msgstr ""
12000
+
12001
+ #: includes/assets/js/build/wds-schema-types.js:1
12002
+ msgid "Department Store"
12003
+ msgstr ""
12004
+
12005
+ #: includes/assets/js/build/wds-schema-types.js:1
12006
+ msgid "Electronics Store"
12007
+ msgstr ""
12008
+
12009
+ #: includes/assets/js/build/wds-schema-types.js:1
12010
+ msgid "Florist"
12011
+ msgstr ""
12012
+
12013
+ #: includes/assets/js/build/wds-schema-types.js:1
12014
+ msgid "Furniture Store"
12015
+ msgstr ""
12016
+
12017
+ #: includes/assets/js/build/wds-schema-types.js:1
12018
+ msgid "Garden Store"
12019
+ msgstr ""
12020
+
12021
+ #: includes/assets/js/build/wds-schema-types.js:1
12022
+ msgid "Grocery Store"
12023
+ msgstr ""
12024
+
12025
+ #: includes/assets/js/build/wds-schema-types.js:1
12026
+ msgid "Hardware Store"
12027
+ msgstr ""
12028
+
12029
+ #: includes/assets/js/build/wds-schema-types.js:1
12030
+ msgid "Hobby Shop"
12031
+ msgstr ""
12032
+
12033
+ #: includes/assets/js/build/wds-schema-types.js:1
12034
+ msgid "Home Goods Store"
12035
+ msgstr ""
12036
+
12037
+ #: includes/assets/js/build/wds-schema-types.js:1
12038
+ msgid "Jewelry Store"
12039
+ msgstr ""
12040
+
12041
+ #: includes/assets/js/build/wds-schema-types.js:1
12042
+ msgid "Liquor Store"
12043
+ msgstr ""
12044
+
12045
+ #: includes/assets/js/build/wds-schema-types.js:1
12046
+ msgid "Mens Clothing Store"
12047
+ msgstr ""
12048
+
12049
+ #: includes/assets/js/build/wds-schema-types.js:1
12050
+ msgid "Mobile Phone Store"
12051
+ msgstr ""
12052
+
12053
+ #: includes/assets/js/build/wds-schema-types.js:1
12054
+ msgid "Movie Rental Store"
12055
+ msgstr ""
12056
+
12057
+ #: includes/assets/js/build/wds-schema-types.js:1
12058
+ msgid "Music Store"
12059
+ msgstr ""
12060
+
12061
+ #: includes/assets/js/build/wds-schema-types.js:1
12062
+ msgid "Office Equipment Store"
12063
+ msgstr ""
12064
+
12065
+ #: includes/assets/js/build/wds-schema-types.js:1
12066
+ msgid "Outlet Store"
12067
+ msgstr ""
12068
+
12069
+ #: includes/assets/js/build/wds-schema-types.js:1
12070
+ msgid "Pawn Shop"
12071
+ msgstr ""
12072
+
12073
+ #: includes/assets/js/build/wds-schema-types.js:1
12074
+ msgid "Pet Store"
12075
+ msgstr ""
12076
+
12077
+ #: includes/assets/js/build/wds-schema-types.js:1
12078
+ msgid "Shoe Store"
12079
+ msgstr ""
12080
+
12081
+ #: includes/assets/js/build/wds-schema-types.js:1
12082
+ msgid "Sporting Goods Store"
12083
+ msgstr ""
12084
+
12085
+ #: includes/assets/js/build/wds-schema-types.js:1
12086
+ msgid "Tire Shop"
12087
+ msgstr ""
12088
+
12089
+ #: includes/assets/js/build/wds-schema-types.js:1
12090
+ msgid "Toy Store"
12091
+ msgstr ""
12092
+
12093
+ #: includes/assets/js/build/wds-schema-types.js:1
12094
+ msgid "Wholesale Store"
12095
+ msgstr ""
12096
+
12097
+ #: includes/assets/js/build/wds-schema-types.js:1
12098
+ msgid "Television Station"
12099
+ msgstr ""
12100
+
12101
+ #: includes/assets/js/build/wds-schema-types.js:1
12102
+ msgid "Tourist Information Center"
12103
+ msgstr ""
12104
+
12105
+ #: includes/assets/js/build/wds-schema-types.js:1
12106
+ msgid "Travel Agency"
12107
+ msgstr ""
12108
+
12109
+ #: includes/assets/js/build/wds-schema-types.js:1
12110
+ msgid "Movie"
12111
+ msgstr ""
12112
+
12113
+ #: includes/assets/js/build/wds-schema-types.js:1
12114
+ msgid "Product"
12115
+ msgstr ""
12116
+
12117
+ #: includes/assets/js/build/wds-schema-types.js:1
12118
+ msgid "Note: You must include one of the following properties: <strong>review</strong>, <strong>aggregateRating</strong> or <strong>offers</strong>. Once you include one of either a review or aggregateRating or offers, the other two properties will become recommended by the Rich Results Test."
12119
+ msgstr ""
12120
+
12121
+ #: includes/assets/js/build/wds-schema-types.js:1
12122
+ msgid "Recipe"
12123
+ msgstr ""
12124
+
12125
+ #: includes/assets/js/build/wds-schema-types.js:1
12126
+ msgid "Software Application"
12127
+ msgstr ""
12128
+
12129
+ #: includes/assets/js/build/wds-schema-types.js:1
12130
+ msgid "Note: You must include one of the following properties: <strong>review</strong> or <strong>aggregateRating</strong>. Once you include one of either a review or aggregateRating, the other property will become recommended by the Rich Results Test."
12131
+ msgstr ""
12132
+
12133
+ #: includes/assets/js/build/wds-schema-types.js:1
12134
+ msgid "Mobile Application"
12135
+ msgstr ""
12136
+
12137
+ #: includes/assets/js/build/wds-schema-types.js:1
12138
+ msgid "Web Application"
12139
+ msgstr ""
12140
+
12141
+ #: includes/assets/js/build/wds-schema-types.js:1
12142
+ msgid "WooCommerce Product"
12143
+ msgstr ""
12144
+
12145
+ #: includes/assets/js/build/wds-schema-types.js:1
12146
+ msgid "Note: Simple Product includes the <strong>Offer</strong> property, while Variable product includes the <strong>AggregateOffer</strong> property to fit the variation in pricing to your product."
12147
+ msgstr ""
12148
+
12149
+ #: includes/assets/js/build/wds-schema-types.js:1
12150
+ msgid "On the pages where this schema type is printed, schema generated by WooCommerce will be replaced to avoid generating multiple product schemas for the same product page."
12151
+ msgstr ""
12152
+
12153
+ #: includes/assets/js/build/wds-schema-types.js:1
12154
+ msgid "WooCommerce Variable Product"
12155
+ msgstr ""
12156
+
12157
+ #: includes/assets/js/build/wds-schema-types.js:1
12158
+ msgid "WooCommerce Simple Product"
12159
+ msgstr ""
12160
+
12161
+ #: includes/assets/js/build/wds-schema-types.js:1
12162
+ msgid "Web Page"
12163
+ msgstr ""
12164
+
12165
+ #: includes/assets/js/build/wds-schema-types.js:1
12166
+ msgid "Custom Type"
12167
+ msgstr ""
12168
+
12169
+ #: includes/assets/js/build/wds-schema-types.js:1
12170
+ msgid "@type"
12171
+ msgstr ""
12172
+
12173
+ #: includes/assets/js/build/wds-schema-types.js:1
12174
+ msgid "e.g. Product"
12175
+ msgstr ""
12176
+
12177
+ #: includes/assets/js/build/wds-schema-types.js:3
12178
+ msgid "Rename"
12179
+ msgstr ""
12180
+
12181
+ #: includes/assets/js/build/wds-schema-types.js:3
12182
+ msgid "Duplicate"
12183
+ msgstr ""
12184
+
12185
+ #: includes/assets/js/build/wds-schema-types.js:3
12186
+ msgid "This type has missing properties that are required by Google."
12187
+ msgstr ""
12188
+
12189
+ #: includes/assets/js/build/wds-schema-types.js:3
12190
+ msgid "Switch your condition rule between equal or unequal."
12191
+ msgstr ""
12192
+
12193
+ #: includes/assets/js/build/wds-schema-types.js:3
12194
+ msgid "Add a new rule conditioning the previous one."
12195
+ msgstr ""
12196
+
12197
+ #: includes/assets/js/build/wds-schema-types.js:3
12198
+ msgid "AND"
12199
+ msgstr ""
12200
+
12201
+ #: includes/assets/js/build/wds-schema-types.js:3
12202
+ msgid "Search for %s"
12203
+ msgstr ""
12204
+
12205
+ #: includes/assets/js/build/wds-schema-types.js:3
12206
+ msgid "Post Author Role"
12207
+ msgstr ""
12208
+
12209
+ #: includes/assets/js/build/wds-schema-types.js:3
12210
+ msgid "Post Format"
12211
+ msgstr ""
12212
+
12213
+ #: includes/assets/js/build/wds-schema-types.js:3
12214
+ msgid "Page Template"
12215
+ msgstr ""
12216
+
12217
+ #: includes/assets/js/build/wds-schema-types.js:3
12218
+ msgid "Product Type"
12219
+ msgstr ""
12220
+
12221
+ #: includes/assets/js/build/wds-schema-types.js:3
12222
+ msgid "Create a set of rules to determine where this schema.org type will be enabled or excluded."
12223
+ msgstr ""
12224
+
12225
+ #: includes/assets/js/build/wds-schema-types.js:3
12226
+ msgid "Add Rule (Or)"
12227
+ msgstr ""
12228
+
12229
+ #: includes/assets/js/build/wds-schema-types.js:3
12230
+ msgid "Rule"
12231
+ msgstr ""
12232
+
12233
+ #: includes/assets/js/build/wds-schema-types.js:3
12234
+ msgid "Or"
12235
+ msgstr ""
12236
+
12237
+ #: includes/assets/js/build/wds-schema-types.js:3
12238
+ msgid "Are you sure you want to dismiss your changes and turn back your properties list to default?"
12239
+ msgstr ""
12240
+
12241
+ #: includes/assets/js/build/wds-schema-types.js:3
12242
+ msgid "Reset Properties"
12243
+ msgstr ""
12244
+
12245
+ #: includes/assets/js/build/wds-schema-types.js:3
12246
+ msgid "Add Properties"
12247
+ msgstr ""
12248
+
12249
+ #: includes/assets/js/build/wds-schema-types.js:3
12250
+ msgid "No properties to add"
12251
+ msgstr ""
12252
+
12253
+ #: includes/assets/js/build/wds-schema-types.js:3
12254
+ msgid "It seems that you have already added all the available properties."
12255
+ msgstr ""
12256
+
12257
+ #: includes/assets/js/build/wds-schema-types.js:3
12258
+ msgid "You are missing properties that are required by Google ( <span>*</span> ). Make sure you include all of them so that your content will be eligible for display as a rich result. To learn more about schema type properties, see our <a>Schema Documentation</a>."
12259
+ msgstr ""
12260
+
12261
+ #: includes/assets/js/build/wds-schema-types.js:3
12262
+ msgid "Add a property to your custom schema type. You can find the list of supported properties on <a>schema.org</a>."
12263
+ msgstr ""
12264
+
12265
+ #: includes/assets/js/build/wds-schema-types.js:3
12266
+ msgid "Enter the data type for the <strong>%s</strong> property from schema.org."
12267
+ msgstr ""
12268
+
12269
+ #: includes/assets/js/build/wds-schema-types.js:3
12270
+ msgid "Enter the data type for the <strong>%s</strong> property that contains multiple nested items—for example, addresses for a business or reviews for a product."
12271
+ msgstr ""
12272
+
12273
+ #: includes/assets/js/build/wds-schema-types.js:3
12274
+ msgid "Add Property"
12275
+ msgstr ""
12276
+
12277
+ #: includes/assets/js/build/wds-schema-types.js:3
12278
+ msgid "Property"
12279
+ msgstr ""
12280
+
12281
+ #: includes/assets/js/build/wds-schema-types.js:3
12282
+ msgid "E.g. jobLocation"
12283
+ msgstr ""
12284
+
12285
+ #: includes/assets/js/build/wds-schema-types.js:3
12286
+ msgid "Label (Optional)"
12287
+ msgstr ""
12288
+
12289
+ #: includes/assets/js/build/wds-schema-types.js:3
12290
+ msgid "E.g. Job Location"
12291
+ msgstr ""
12292
+
12293
+ #: includes/assets/js/build/wds-schema-types.js:3
12294
+ msgid "Structure"
12295
+ msgstr ""
12296
+
12297
+ #: includes/assets/js/build/wds-schema-types.js:3
12298
+ msgid "Simple"
12299
+ msgstr ""
12300
+
12301
+ #: includes/assets/js/build/wds-schema-types.js:3
12302
+ msgid "Nested"
12303
+ msgstr ""
12304
+
12305
+ #: includes/assets/js/build/wds-schema-types.js:3
12306
+ msgid "Collection"
12307
+ msgstr ""
12308
+
12309
+ #: includes/assets/js/build/wds-schema-types.js:3
12310
+ msgid "E.g. Place"
12311
+ msgstr ""
12312
+
12313
+ #: includes/assets/js/build/wds-schema-types.js:3
12314
+ msgid "That property already exists!"
12315
+ msgstr ""
12316
+
12317
+ #: includes/assets/js/build/wds-schema-types.js:3
12318
+ msgid "Reset the properties list to default."
12319
+ msgstr ""
12320
+
12321
+ #: includes/assets/js/build/wds-schema-types.js:3
12322
+ msgid "Properties have been reset to default"
12323
+ msgstr ""
12324
+
12325
+ #: includes/assets/js/build/wds-schema-types.js:3
12326
+ msgid "The property has been added. You need to save the changes to make them live."
12327
+ msgid_plural "The properties have been added. You need to save the changes to make them live."
12328
+ msgstr[0] ""
12329
+ msgstr[1] ""
12330
+
12331
+ #: includes/assets/js/build/wds-schema-types.js:3
12332
+ msgid "Choose the properties to insert into your %s type module."
12333
+ msgstr ""
12334
+
12335
+ #: includes/assets/js/build/wds-schema-types.js:3
12336
+ msgid "Select a date"
12337
+ msgstr ""
12338
+
12339
+ #: includes/assets/js/build/wds-schema-types.js:3
12340
+ msgid "Post Date"
12341
+ msgstr ""
12342
+
12343
+ #: includes/assets/js/build/wds-schema-types.js:3
12344
+ msgid "Post Date GMT"
12345
+ msgstr ""
12346
+
12347
+ #: includes/assets/js/build/wds-schema-types.js:3
12348
+ msgid "Post Modified"
12349
+ msgstr ""
12350
+
12351
+ #: includes/assets/js/build/wds-schema-types.js:3
12352
+ msgid "Post Modified GMT"
12353
+ msgstr ""
12354
+
12355
+ #: includes/assets/js/build/wds-schema-types.js:3
12356
+ #: includes/assets/js/build/wds-third-party-import.js:15
12357
+ msgid "Post Meta"
12358
+ msgstr ""
12359
+
12360
+ #: includes/assets/js/build/wds-schema-types.js:3
12361
+ msgid "Custom Date"
12362
+ msgstr ""
12363
+
12364
+ #: includes/assets/js/build/wds-schema-types.js:3
12365
+ msgid "Custom Text"
12366
+ msgstr ""
12367
+
12368
+ #: includes/assets/js/build/wds-schema-types.js:3
12369
+ msgid "Post Author"
12370
+ msgstr ""
12371
+
12372
+ #: includes/assets/js/build/wds-schema-types.js:3
12373
+ msgid "Site Settings"
12374
+ msgstr ""
12375
+
12376
+ #: includes/assets/js/build/wds-schema-types.js:3
12377
+ msgid "Site Admin Email"
12378
+ msgstr ""
12379
+
12380
+ #: includes/assets/js/build/wds-schema-types.js:3
12381
+ msgid "Custom Email"
12382
+ msgstr ""
12383
+
12384
+ #: includes/assets/js/build/wds-schema-types.js:3
12385
+ msgid "Gravatar"
12386
+ msgstr ""
12387
+
12388
+ #: includes/assets/js/build/wds-schema-types.js:3
12389
+ msgid "Schema Settings"
12390
+ msgstr ""
12391
+
12392
+ #: includes/assets/js/build/wds-schema-types.js:3
12393
+ msgid "Organization Logo"
12394
+ msgstr ""
12395
+
12396
+ #: includes/assets/js/build/wds-schema-types.js:3
12397
+ msgid "Custom Image"
12398
+ msgstr ""
12399
+
12400
+ #: includes/assets/js/build/wds-schema-types.js:3
12401
+ msgid "Gravatar URL"
12402
+ msgstr ""
12403
+
12404
+ #: includes/assets/js/build/wds-schema-types.js:3
12405
+ msgid "Featured Image URL"
12406
+ msgstr ""
12407
+
12408
+ #: includes/assets/js/build/wds-schema-types.js:3
12409
+ msgid "Organization Logo URL"
12410
+ msgstr ""
12411
+
12412
+ #: includes/assets/js/build/wds-schema-types.js:3
12413
+ msgid "Custom Image URL"
12414
+ msgstr ""
12415
+
12416
+ #: includes/assets/js/build/wds-schema-types.js:3
12417
+ msgid "Custom URL"
12418
+ msgstr ""
12419
+
12420
+ #: includes/assets/js/build/wds-schema-types.js:3
12421
+ msgid "Organization Phone Number"
12422
+ msgstr ""
12423
+
12424
+ #: includes/assets/js/build/wds-schema-types.js:3
12425
+ msgid "Custom Phone"
12426
+ msgstr ""
12427
+
12428
+ #: includes/assets/js/build/wds-schema-types.js:3
12429
+ msgid "Full Name"
12430
+ msgstr ""
12431
+
12432
+ #: includes/assets/js/build/wds-schema-types.js:3
12433
+ msgid "First Name"
12434
+ msgstr ""
12435
+
12436
+ #: includes/assets/js/build/wds-schema-types.js:3
12437
+ msgid "Last Name"
12438
+ msgstr ""
12439
+
12440
+ #: includes/assets/js/build/wds-schema-types.js:3
12441
+ msgid "Post Title"
12442
+ msgstr ""
12443
+
12444
+ #: includes/assets/js/build/wds-schema-types.js:3
12445
+ msgid "Post Content"
12446
+ msgstr ""
12447
+
12448
+ #: includes/assets/js/build/wds-schema-types.js:3
12449
+ msgid "Post Excerpt"
12450
+ msgstr ""
12451
+
12452
+ #: includes/assets/js/build/wds-schema-types.js:3
12453
+ msgid "Organization Name"
12454
+ msgstr ""
12455
+
12456
+ #: includes/assets/js/build/wds-schema-types.js:3
12457
+ msgid "Organization Description"
12458
+ msgstr ""
12459
+
12460
+ #: includes/assets/js/build/wds-schema-types.js:3
12461
+ msgid "SEO Description"
12462
+ msgstr ""
12463
+
12464
+ #: includes/assets/js/build/wds-schema-types.js:3
12465
+ msgid "Site Name"
12466
+ msgstr ""
12467
+
12468
+ #: includes/assets/js/build/wds-schema-types.js:3
12469
+ msgid "Site Description"
12470
+ msgstr ""
12471
+
12472
+ #: includes/assets/js/build/wds-schema-types.js:3
12473
+ msgid "Profile URL"
12474
+ msgstr ""
12475
+
12476
+ #: includes/assets/js/build/wds-schema-types.js:3
12477
+ msgid "Post Permalink"
12478
+ msgstr ""
12479
+
12480
+ #: includes/assets/js/build/wds-schema-types.js:3
12481
+ msgid "Site URL"
12482
+ msgstr ""
12483
+
12484
+ #: includes/assets/js/build/wds-schema-types.js:3
12485
+ msgid "Custom Number"
12486
+ msgstr ""
12487
+
12488
+ #: includes/assets/js/build/wds-schema-types.js:3
12489
+ msgid "Custom Duration"
12490
+ msgstr ""
12491
+
12492
+ #: includes/assets/js/build/wds-schema-types.js:3
12493
+ msgid "You are trying to delete a property that is required by Google. Are you sure you wish to delete it anyway?"
12494
+ msgstr ""
12495
+
12496
+ #: includes/assets/js/build/wds-schema-types.js:3
12497
+ msgid "Are you sure you wish to delete this property? You can add it again anytime."
12498
+ msgstr ""
12499
+
12500
+ #: includes/assets/js/build/wds-schema-types.js:3
12501
+ msgid "This property is required by Google."
12502
+ msgstr ""
12503
+
12504
+ #: includes/assets/js/build/wds-schema-types.js:3
12505
+ msgid "Search for meta key"
12506
+ msgstr ""
12507
+
12508
+ #: includes/assets/js/build/wds-schema-types.js:3
12509
+ msgid "The property has been removed from this module."
12510
+ msgstr ""
12511
+
12512
+ #: includes/assets/js/build/wds-schema-types.js:3
12513
+ msgid "This section has missing properties that are required by Google."
12514
+ msgstr ""
12515
+
12516
+ #: includes/assets/js/build/wds-schema-types.js:3
12517
+ msgid "Change the type of this property"
12518
+ msgstr ""
12519
+
12520
+ #: includes/assets/js/build/wds-schema-types.js:3
12521
+ msgid "Add another %s"
12522
+ msgstr ""
12523
+
12524
+ #: includes/assets/js/build/wds-schema-types.js:3
12525
+ msgid "Change Property Type"
12526
+ msgstr ""
12527
+
12528
+ #: includes/assets/js/build/wds-schema-types.js:3
12529
+ msgid "Select one of the following types to switch."
12530
+ msgstr ""
12531
+
12532
+ #: includes/assets/js/build/wds-schema-types.js:3
12533
+ msgid "Change"
12534
+ msgstr ""
12535
+
12536
+ #: includes/assets/js/build/wds-schema-types.js:3
12537
+ msgid "You haven’t added any properties yet. Click on the add property button below to add one."
12538
+ msgstr ""
12539
+
12540
+ #: includes/assets/js/build/wds-schema-types.js:3
12541
+ msgid "Copy this %s"
12542
+ msgstr ""
12543
+
12544
+ #: includes/assets/js/build/wds-schema-types.js:3
12545
+ msgid "Delete this %s"
12546
+ msgstr ""
12547
+
12548
+ #: includes/assets/js/build/wds-schema-types.js:3
12549
+ msgid "The %s has been removed."
12550
+ msgstr ""
12551
+
12552
+ #: includes/assets/js/build/wds-schema-types.js:3
12553
+ msgid "A new %s has been added."
12554
+ msgstr ""
12555
+
12556
+ #: includes/assets/js/build/wds-schema-types.js:3
12557
+ msgid "Property type has been changed to %s"
12558
+ msgstr ""
12559
+
12560
+ #: includes/assets/js/build/wds-schema-types.js:3
12561
+ msgid "The %s has been copied."
12562
+ msgstr ""
12563
+
12564
+ #: includes/assets/js/build/wds-schema-types.js:3
12565
+ msgid "Choose the properties to insert into the %s section of your %s schema."
12566
+ msgstr ""
12567
+
12568
+ #: includes/assets/js/build/wds-schema-types.js:3
12569
+ msgid "Are you sure you wish to delete this schema type? You can add it again anytime."
12570
+ msgstr ""
12571
+
12572
+ #: includes/assets/js/build/wds-schema-types.js:3
12573
+ msgid "Leave the default type name or change it for a recognizable one."
12574
+ msgstr ""
12575
+
12576
+ #: includes/assets/js/build/wds-schema-types.js:3
12577
+ msgid "New Type Name"
12578
+ msgstr ""
12579
+
12580
+ #: includes/assets/js/build/wds-schema-types.js:3
12581
+ msgid "The type has been renamed."
12582
+ msgstr ""
12583
+
12584
+ #: includes/assets/js/build/wds-schema-types.js:3
12585
+ msgid "The type has been removed. You need to save the changes to make them live."
12586
+ msgstr ""
12587
+
12588
+ #: includes/assets/js/build/wds-schema-types.js:3
12589
+ msgid "You have successfully activated the %s type."
12590
+ msgstr ""
12591
+
12592
+ #: includes/assets/js/build/wds-schema-types.js:3
12593
+ msgid "You have successfully deactivated the %s type."
12594
+ msgstr ""
12595
+
12596
+ #: includes/assets/js/build/wds-schema-types.js:3
12597
+ msgid "The type has been duplicated successfully."
12598
+ msgstr ""
12599
+
12600
+ #: includes/assets/js/build/wds-schema-types.js:3
12601
+ msgid "Search subtypes"
12602
+ msgstr ""
12603
+
12604
+ #: includes/assets/js/build/wds-schema-types.js:3
12605
+ msgid "Type Name"
12606
+ msgstr ""
12607
+
12608
+ #: includes/assets/js/build/wds-schema-types.js:3
12609
+ msgid "Optional"
12610
+ msgstr ""
12611
+
12612
+ #: includes/assets/js/build/wds-schema-types.js:3
12613
+ msgid "Select Sub Type"
12614
+ msgstr ""
12615
+
12616
+ #: includes/assets/js/build/wds-schema-types.js:3
12617
+ msgid "Add Schema Type"
12618
+ msgstr ""
12619
+
12620
+ #: includes/assets/js/build/wds-schema-types.js:3
12621
+ msgid "You can specify a subtype of %s, or you can skip this to add the generic type."
12622
+ msgstr ""
12623
+
12624
+ #: includes/assets/js/build/wds-schema-types.js:3
12625
+ msgid "Start by selecting the schema type you want to use. By default, all of the types will include the properties required and recommended by Google."
12626
+ msgstr ""
12627
+
12628
+ #: includes/assets/js/build/wds-schema-types.js:3
12629
+ msgid "Name your %s type so you can easily identify it."
12630
+ msgstr ""
12631
+
12632
+ #: includes/assets/js/build/wds-schema-types.js:3
12633
+ msgid "Create a set of rules to determine where this schema type will be enabled or excluded."
12634
+ msgstr ""
12635
+
12636
+ #: includes/assets/js/build/wds-schema-types.js:3
12637
+ msgid "Back"
12638
+ msgstr ""
12639
+
12640
+ #: includes/assets/js/build/wds-schema-types.js:3
12641
+ msgid "Continue"
12642
+ msgstr ""
12643
+
12644
+ #: includes/assets/js/build/wds-schema-types.js:3
12645
+ msgid "Schema Type"
12646
+ msgstr ""
12647
+
12648
+ #: includes/assets/js/build/wds-schema-types.js:3
12649
+ msgid "Add New Type"
12650
+ msgstr ""
12651
+
12652
+ #: includes/assets/js/build/wds-schema-types.js:3
12653
+ msgid "Add additional schema types you want to output on this site."
12654
+ msgstr ""
12655
+
12656
+ #: includes/assets/js/build/wds-schema-types.js:3
12657
+ msgid "One or more properties that are required by Google have been removed. Please check your types and click on the <strong>Add Property</strong> button to see the missing <strong>required properties</strong> ( <span>*</span> )."
12658
+ msgstr ""
12659
+
12660
+ #: includes/assets/js/build/wds-schema-types.js:3
12661
+ msgid "One or more types have properties that are required by Google that have been removed. Please check your types and click on the <strong>Add Property</strong> button to add the missing <strong>required properties</strong> ( <span>*</span> ), for your content to be eligible for display as a rich result. To learn more about schema type properties, see our <DocLink>Schema Documentation</DocLink>."
12662
+ msgstr ""
12663
+
12664
+ #: includes/assets/js/build/wds-schema-types.js:3
12665
+ msgid "The type has been added. You need to save the changes to make them live."
12666
+ msgstr ""
12667
+
12668
+ #. translators: %s: source plugin name.
12669
+ #: includes/assets/js/build/wds-third-party-import.js:5
12670
+ msgid "Choose what you'd like to import from %s."
12671
+ msgstr ""
12672
+
12673
+ #: includes/assets/js/build/wds-third-party-import.js:5
12674
+ msgid "Begin Import"
12675
+ msgstr ""
12676
+
12677
+ #: includes/assets/js/build/wds-third-party-import.js:5
12678
+ msgid "Note: Importing can take a while if you have a large amount of content on your website."
12679
+ msgstr ""
12680
+
12681
+ #. translators: %s: source plugin name
12682
+ #: includes/assets/js/build/wds-third-party-import.js:7
12683
+ msgid "Importing your %s settings, please keep this window open …"
12684
+ msgstr ""
12685
+
12686
+ #: includes/assets/js/build/wds-third-party-import.js:7
12687
+ msgid "Overall Progress"
12688
+ msgstr ""
12689
+
12690
+ #: includes/assets/js/build/wds-third-party-import.js:7
12691
+ msgid "Current Subsite"
12692
+ msgstr ""
12693
+
12694
+ #: includes/assets/js/build/wds-third-party-import.js:7
12695
+ msgid "All imported successfully, nice work!"
12696
+ msgstr ""
12697
+
12698
+ #. translators: %s: source plugin name.
12699
+ #: includes/assets/js/build/wds-third-party-import.js:9
12700
+ msgid "Your %s settings have been imported successfully and are now active."
12701
+ msgstr ""
12702
+
12703
+ #. translators: %s: source plugin name.
12704
+ #: includes/assets/js/build/wds-third-party-import.js:11
12705
+ msgid "Deactivate %s"
12706
+ msgstr ""
12707
+
12708
+ #. translators: %s: source plugin name.
12709
+ #: includes/assets/js/build/wds-third-party-import.js:13
12710
+ msgid "We highly recommend you deactivate %s to avoid potential conflicts."
12711
+ msgstr ""
12712
+
12713
+ #: includes/assets/js/build/wds-third-party-import.js:13
12714
+ msgid "Please recheck your <a>index settings</a> to make sure your website is correctly indexed."
12715
+ msgstr ""
12716
+
12717
+ #: includes/assets/js/build/wds-third-party-import.js:13
12718
+ msgid "We have encountered an error while importing your data. You may retry the import or contact our support if the problem persists."
12719
+ msgstr ""
12720
+
12721
+ #: includes/assets/js/build/wds-third-party-import.js:13
12722
+ msgid "Try Again"
12723
+ msgstr ""
12724
+
12725
+ #: includes/assets/js/build/wds-third-party-import.js:13
12726
+ msgid "Plugin Options"
12727
+ msgstr ""
12728
+
12729
+ #. translators: %s: source plugin name.
12730
+ #: includes/assets/js/build/wds-third-party-import.js:15
12731
+ msgid "Import %s settings that are relevant to SmartCrawl."
12732
+ msgstr ""
12733
+
12734
+ #: includes/assets/js/build/wds-third-party-import.js:15
12735
+ msgid "Term Meta"
12736
+ msgstr ""
12737
+
12738
+ #: includes/assets/js/build/wds-third-party-import.js:15
12739
+ msgid "Import your title & meta settings for categories, tags and custom taxonomies."
12740
+ msgstr ""
12741
+
12742
+ #: includes/assets/js/build/wds-third-party-import.js:15
12743
+ msgid "Import your title & meta settings for posts and pages."
12744
+ msgstr ""
12745
+
12746
+ #: includes/assets/js/build/wds-third-party-import.js:15
12747
+ msgid "Keep Existing Post Meta & Focus Keywords"
12748
+ msgstr ""
12749
+
12750
+ #: includes/assets/js/build/wds-third-party-import.js:15
12751
+ msgid "If you have already set up SmartCrawl on some posts and pages then enable this option to keep those values from getting overwritten."
12752
+ msgstr ""
12753
+
12754
+ #: includes/assets/js/build/wds-third-party-import.js:15
12755
+ msgid "Use this tool to import your SmartCrawl settings from another site."
12756
+ msgstr ""
12757
+
12758
+ #: includes/assets/js/build/wds-third-party-import.js:15
12759
+ msgid "Third Party"
12760
+ msgstr ""
12761
+
12762
+ #: includes/assets/js/build/wds-third-party-import.js:15
12763
+ msgid "Automatically import your SEO configuration from other SEO plugins."
12764
+ msgstr ""
12765
+
12766
+ #: includes/assets/js/build/wds-third-party-import.js:15
12767
+ msgid "Automatically import your SEO configuration from other SEO plugins. Note: This will override all of your current settings. We recommend exporting your current settings first, just in case."
12768
+ msgstr ""
12769
+
12770
+ #: includes/assets/js/build/wds-third-party-import.js:15
12771
+ msgid "Yoast"
12772
+ msgstr ""
readme.txt CHANGED
@@ -7,7 +7,7 @@ Author URI: https://wpmudev.com/
7
  Author: WPMU DEV
8
  Requires at least: 5.2
9
  Tested up to: 6.0
10
- Stable tag: 3.1.0
11
 
12
  SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
13
 
@@ -136,6 +136,13 @@ SmartCrawl works with any normal WP content and page builders shouldn’t be an
136
 
137
  == Changelog ==
138
 
 
 
 
 
 
 
 
139
  = 3.1.0 ( 2022-08-18 ) =
140
 
141
  - Improvement: Code improvements.
7
  Author: WPMU DEV
8
  Requires at least: 5.2
9
  Tested up to: 6.0
10
+ Stable tag: 3.2.0
11
 
12
  SEO checker, content analysis & SEO optimizer. Rank higher on search engines with 301 redirects, XML sitemaps & one-click setup.
13
 
136
 
137
  == Changelog ==
138
 
139
+ = 3.2.0 ( 2022-09-05 ) =
140
+
141
+ - Improvement: Remove redundant priority and frequency data from sitemap
142
+ - Improvement: Remove redundant last modified timestamp from the sitemap index
143
+ - Improvement: Better sitemap compatibility with bbPress
144
+ - Fix: Unable to uninstall SmartCrawl plugin.
145
+
146
  = 3.1.0 ( 2022-08-18 ) =
147
 
148
  - Improvement: Code improvements.
uninstall.php CHANGED
@@ -12,6 +12,7 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
12
  define( 'SMARTCRAWL_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
13
 
14
  require_once dirname( __FILE__ ) . '/constants.php';
 
15
  require_once dirname( __FILE__ ) . '/autoloader.php';
16
  require_once SMARTCRAWL_PLUGIN_DIR . 'init.php';
17
 
12
  define( 'SMARTCRAWL_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
13
 
14
  require_once dirname( __FILE__ ) . '/constants.php';
15
+ require_once SMARTCRAWL_PLUGIN_DIR . 'core/trait-singleton.php';
16
  require_once dirname( __FILE__ ) . '/autoloader.php';
17
  require_once SMARTCRAWL_PLUGIN_DIR . 'init.php';
18
 
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit56554fade8f21012449377bfa20b3576::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInitc8fb8b97e2f67c227c1af65c8b91f3f7::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit56554fade8f21012449377bfa20b3576
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit56554fade8f21012449377bfa20b3576
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit56554fade8f21012449377bfa20b3576', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit56554fade8f21012449377bfa20b3576', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit56554fade8f21012449377bfa20b3576::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInitc8fb8b97e2f67c227c1af65c8b91f3f7
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInitc8fb8b97e2f67c227c1af65c8b91f3f7', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInitc8fb8b97e2f67c227c1af65c8b91f3f7', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInitc8fb8b97e2f67c227c1af65c8b91f3f7::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit56554fade8f21012449377bfa20b3576
8
  {
9
  public static $classMap = array (
10
  'Smartcrawl_Vendor\\SyllableTest' => __DIR__ . '/../..' . '/vendor_prefixed/syllable/tests/SyllableTest.php',
@@ -26,7 +26,7 @@ class ComposerStaticInit56554fade8f21012449377bfa20b3576
26
  public static function getInitializer(ClassLoader $loader)
27
  {
28
  return \Closure::bind(function () use ($loader) {
29
- $loader->classMap = ComposerStaticInit56554fade8f21012449377bfa20b3576::$classMap;
30
 
31
  }, null, ClassLoader::class);
32
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInitc8fb8b97e2f67c227c1af65c8b91f3f7
8
  {
9
  public static $classMap = array (
10
  'Smartcrawl_Vendor\\SyllableTest' => __DIR__ . '/../..' . '/vendor_prefixed/syllable/tests/SyllableTest.php',
26
  public static function getInitializer(ClassLoader $loader)
27
  {
28
  return \Closure::bind(function () use ($loader) {
29
+ $loader->classMap = ComposerStaticInitc8fb8b97e2f67c227c1af65c8b91f3f7::$classMap;
30
 
31
  }, null, ClassLoader::class);
32
  }
wpml-config.xml CHANGED
@@ -8,7 +8,6 @@
8
  <custom-field action="copy-once">_wds_meta-robots-adv</custom-field>
9
  <custom-field action="copy-once">_wds_meta-robots-nofollow</custom-field>
10
  <custom-field action="copy-once">_wds_meta-robots-noindex</custom-field>
11
- <custom-field action="copy-once">_wds_sitemap-priority</custom-field>
12
  <custom-field action="ignore">_wds_redirect</custom-field>
13
  <custom-field action="ignore">_wds_canonical</custom-field>
14
  </custom-fields>
8
  <custom-field action="copy-once">_wds_meta-robots-adv</custom-field>
9
  <custom-field action="copy-once">_wds_meta-robots-nofollow</custom-field>
10
  <custom-field action="copy-once">_wds_meta-robots-noindex</custom-field>
 
11
  <custom-field action="ignore">_wds_redirect</custom-field>
12
  <custom-field action="ignore">_wds_canonical</custom-field>
13
  </custom-fields>
wpmu-dev-seo.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: SmartCrawl
4
  * Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
5
  * Description: Every SEO option that a site requires, in one easy bundle.
6
- * Version: 3.1.0
7
  * Network: true
8
  * Text Domain: wds
9
  * Author: WPMU DEV
3
  * Plugin Name: SmartCrawl
4
  * Plugin URI: https://wpmudev.com/project/smartcrawl-wordpress-seo/
5
  * Description: Every SEO option that a site requires, in one easy bundle.
6
+ * Version: 3.2.0
7
  * Network: true
8
  * Text Domain: wds
9
  * Author: WPMU DEV