SEO SQUIRRLY™ - Version 12.1.00

Version Description

Download this release

Release Info

Developer cifi
Plugin Icon 128x128 SEO SQUIRRLY™
Version 12.1.00
Comparing to
See all releases

Code changes from version 11.1.12 to 12.1.00

classes/ActionController.php CHANGED
@@ -123,7 +123,6 @@ class SQ_Classes_ActionController extends SQ_Classes_FrontController
123
  'description' => 'Post Page',
124
  'actions' => array(
125
  'action' => array(
126
- 'sq_create_demo',
127
  'sq_ajax_save_ogimage',
128
  'sq_ajax_get_post',
129
  'sq_ajax_save_post',
@@ -165,20 +164,21 @@ class SQ_Classes_ActionController extends SQ_Classes_FrontController
165
  'active' => '1',
166
  ),
167
  array(
168
- 'name' => 'SQ_Controllers_SeoSettings',
169
  'actions' => array(
170
  'action' => array(
171
  'sq_seosettings_automation',
172
- 'sq_seosettings_bulkseo',
173
- 'sq_seosettings_jsonld',
174
- 'sq_seosettings_metas',
175
- 'sq_seosettings_links',
176
- 'sq_seosettings_social',
177
- 'sq_seosettings_tracking',
178
- 'sq_seosettings_webmaster',
179
- 'sq_seosettings_sitemap',
180
- 'sq_seosettings_robots',
181
- 'sq_seosettings_favicon',
 
182
  'sq_seosettings_backupsettings',
183
  'sq_seosettings_backupseo',
184
  'sq_seosettings_restoresettings',
@@ -196,8 +196,6 @@ class SQ_Classes_ActionController extends SQ_Classes_FrontController
196
  'sq_rollback',
197
  'sq_alerts_close',
198
  'sq_ajax_seosettings_save',
199
- 'sq_ajax_automation_addpostype',
200
- 'sq_ajax_automation_deletepostype',
201
  'sq_ajax_sla_sticky',
202
  'sq_ajax_gsc_code',
203
  'sq_ajax_ga_code',
@@ -294,7 +292,7 @@ class SQ_Classes_ActionController extends SQ_Classes_FrontController
294
  'action' => array(
295
  'sq_onboarding_commitment',
296
  'sq_onboading_checksite',
297
- 'sq_onboarding_settings',
298
  ),
299
  ),
300
  'active' => '1',
@@ -350,9 +348,9 @@ class SQ_Classes_ActionController extends SQ_Classes_FrontController
350
  }
351
 
352
  $this->actions = array();
353
- $cur_action = SQ_Classes_Helpers_Tools::getValue('action', false);
354
- $http_referer = SQ_Classes_Helpers_Tools::getValue('_wp_http_referer', false);
355
- $sq_nonce = SQ_Classes_Helpers_Tools::getValue('sq_nonce', false);
356
 
357
  //Let only the logged users to access the actions
358
  if ($cur_action <> '' && $sq_nonce <> '') {
123
  'description' => 'Post Page',
124
  'actions' => array(
125
  'action' => array(
 
126
  'sq_ajax_save_ogimage',
127
  'sq_ajax_get_post',
128
  'sq_ajax_save_post',
164
  'active' => '1',
165
  ),
166
  array(
167
+ 'name' => 'SQ_Controllers_Automation',
168
  'actions' => array(
169
  'action' => array(
170
  'sq_seosettings_automation',
171
+ 'sq_automation_addpostype',
172
+ 'sq_ajax_automation_deletepostype',
173
+ ),
174
+ ),
175
+ 'active' => '1',
176
+ ),
177
+ array(
178
+ 'name' => 'SQ_Controllers_SeoSettings',
179
+ 'actions' => array(
180
+ 'action' => array(
181
+ 'sq_seosettings_save',
182
  'sq_seosettings_backupsettings',
183
  'sq_seosettings_backupseo',
184
  'sq_seosettings_restoresettings',
196
  'sq_rollback',
197
  'sq_alerts_close',
198
  'sq_ajax_seosettings_save',
 
 
199
  'sq_ajax_sla_sticky',
200
  'sq_ajax_gsc_code',
201
  'sq_ajax_ga_code',
292
  'action' => array(
293
  'sq_onboarding_commitment',
294
  'sq_onboading_checksite',
295
+ 'sq_onboarding_save',
296
  ),
297
  ),
298
  'active' => '1',
348
  }
349
 
350
  $this->actions = array();
351
+ $cur_action = SQ_Classes_Helpers_Tools::getValue('action');
352
+ $http_referer = SQ_Classes_Helpers_Tools::getValue('_wp_http_referer');
353
+ $sq_nonce = SQ_Classes_Helpers_Tools::getValue('sq_nonce');
354
 
355
  //Let only the logged users to access the actions
356
  if ($cur_action <> '' && $sq_nonce <> '') {
classes/DisplayController.php CHANGED
@@ -17,7 +17,7 @@ class SQ_Classes_DisplayController
17
  *
18
  * @return void
19
  */
20
- public static function loadMedia($uri = '', $params = array())
21
  {
22
  if (SQ_Classes_Helpers_Tools::isAjax()) {
23
  return;
@@ -105,7 +105,7 @@ class SQ_Classes_DisplayController
105
  * @param $view
106
  * @return bool|string
107
  */
108
- public function get_view($block, $view)
109
  {
110
 
111
  try {
@@ -124,4 +124,5 @@ class SQ_Classes_DisplayController
124
  }
125
 
126
 
 
127
  }
17
  *
18
  * @return void
19
  */
20
+ public static function loadMedia($uri = '', $params = array())
21
  {
22
  if (SQ_Classes_Helpers_Tools::isAjax()) {
23
  return;
105
  * @param $view
106
  * @return bool|string
107
  */
108
+ public function get_view($block, $view)
109
  {
110
 
111
  try {
124
  }
125
 
126
 
127
+
128
  }
classes/FrontController.php CHANGED
@@ -185,11 +185,4 @@ class SQ_Classes_FrontController
185
  {
186
  }
187
 
188
- /**
189
- * Show the notification bar
190
- */
191
- public function getNotificationBar()
192
- {
193
- $this->show_view('Blocks/VersionBar');
194
- }
195
  }
185
  {
186
  }
187
 
 
 
 
 
 
 
 
188
  }
classes/RemoteController.php CHANGED
@@ -1479,94 +1479,6 @@ class SQ_Classes_RemoteController
1479
 
1480
  }
1481
 
1482
- /**
1483
- * Load the JS for API
1484
- */
1485
- public static function loadJsVars()
1486
- {
1487
- global $post;
1488
- $referer = '';
1489
 
1490
- $metas = json_decode(wp_json_encode(SQ_Classes_Helpers_Tools::getOption('sq_metas')));
1491
- $sq_postID = (isset($post->ID) ? $post->ID : 0);
1492
-
1493
- //Load Squirrly Live Assistant for Elementor builder
1494
- if (SQ_Classes_Helpers_Tools::isPluginInstalled('elementor/elementor.php')) {
1495
- if (SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend')) {
1496
- $referer = get_post_meta($sq_postID, '_sq_sla', true);
1497
- }
1498
- }
1499
-
1500
- echo '<script>
1501
- var SQ_DEBUG = ' . (int)SQ_DEBUG . ';
1502
- (function($){
1503
- $.sq_config = {
1504
- sq_use: ' . (int)SQ_Classes_Helpers_Tools::getOption('sq_use') . ',
1505
- sq_version: "' . esc_attr(SQ_VERSION) . '",
1506
- sq_sla_type: "' . esc_attr(SQ_Classes_Helpers_Tools::getOption('sq_sla_type')) . '",
1507
- token: "' . esc_attr(SQ_Classes_Helpers_Tools::getOption('sq_api')) . '",
1508
- url_token: "' . (SQ_Classes_Helpers_Tools::getOption('sq_cloud_connect') ? esc_attr(SQ_Classes_Helpers_Tools::getOption('sq_cloud_token')) : false) . '",
1509
- sq_baseurl: "' . esc_url(_SQ_STATIC_API_URL_) . '",
1510
- sq_uri: "' . esc_attr(SQ_URI) . '",
1511
- sq_apiurl: "' . esc_url(_SQ_APIV2_URL_) . '",
1512
- user_url: "' . esc_url(apply_filters('sq_homeurl', get_bloginfo('url'))) . '",
1513
- language: "' . esc_attr(apply_filters('sq_language', get_bloginfo('language'))) . '",
1514
- referer: "' . esc_attr($referer) . '",
1515
- sq_keywordtag: ' . (int)SQ_Classes_Helpers_Tools::getOption('sq_keywordtag') . ',
1516
- sq_keyword_help: ' . (int)SQ_Classes_Helpers_Tools::getOption('sq_keyword_help') . ',
1517
- frontend_css: "' . esc_url(_SQ_ASSETS_URL_ . 'css/frontend' . (SQ_DEBUG ? '' : '.min') . '.css') . '",
1518
- postID: "' . (int)$sq_postID . '",
1519
- prevNonce: "' . esc_attr(wp_create_nonce('post_preview_' . $sq_postID)) . '",
1520
- __keyword: "' . esc_html__('Keyword:', 'squirrly-seo') . '",
1521
- __date: "' . esc_html__('date', 'squirrly-seo') . '",
1522
- __noconnection: "' . esc_html__("To load the Live Assistant and optimize this page, click to connect to Squirrly Cloud.", 'squirrly-seo') . '",
1523
- __saved: "' . esc_html__('Saved!', 'squirrly-seo') . '",
1524
- __readit: "' . esc_html__('Read it!', 'squirrly-seo') . '",
1525
- __insertit: "' . esc_html__('Insert it!', 'squirrly-seo') . '",
1526
- __reference: "' . esc_html__('Reference', 'squirrly-seo') . '",
1527
- __insertasbox: "' . esc_html__('Insert as box', 'squirrly-seo') . '",
1528
- __addlink: "' . esc_html__('Insert Link', 'squirrly-seo') . '",
1529
- __notrelevant: "' . esc_html__('Not relevant?', 'squirrly-seo') . '",
1530
- __insertparagraph: "' . esc_html__('Insert in your article', 'squirrly-seo') . '",
1531
- __ajaxerror: "' . esc_html__(':( An error occurred while processing your request. Please try again', 'squirrly-seo') . '",
1532
- __nofound: "' . esc_html__('No results found!', 'squirrly-seo') . '",
1533
- __sq_photo_copyright: "' . esc_html__('[ ATTRIBUTE: Please check: %s to find out how to attribute this image ]', 'squirrly-seo') . '",
1534
- __has_attributes: "' . esc_html__('Has creative commons attributes', 'squirrly-seo') . '",
1535
- __no_attributes: "' . esc_html__('No known copyright restrictions', 'squirrly-seo') . '",
1536
- __noopt: "' . esc_html__('You haven`t used Squirrly SEO to optimize your article. Do you want to optimize for a keyword before publishing?', 'squirrly-seo') . '",
1537
- __subscription_expired: "' . esc_html__('Your Subscription has Expired', 'squirrly-seo') . '",
1538
- __no_briefcase: "' . esc_html__('There are no keywords saved in briefcase yet', 'squirrly-seo') . '",
1539
- __fulloptimized: "' . esc_html__('Congratulations! Your article is 100% optimized!', 'squirrly-seo') . '",
1540
- __toomanytimes: "' . esc_html__('appears too many times. Try to remove %s of them', 'squirrly-seo') . '",
1541
- __writemorewords: "' . esc_html__('write %s more words', 'squirrly-seo') . '",
1542
- __keywordinintroduction: "' . esc_html__('Add the keyword in the %s of your article', 'squirrly-seo') . '",
1543
- __clicktohighlight: "' . esc_html__('Click to keep the highlight on', 'squirrly-seo') . '",
1544
- __introduction: "' . esc_html__('introduction', 'squirrly-seo') . '",
1545
- __morewordsafter: "' . esc_html__('Write more words after the %s keyword', 'squirrly-seo') . '",
1546
- __orusesynonyms: "' . esc_html__('or use synonyms', 'squirrly-seo') . '",
1547
- __addmorewords: "' . esc_html__('add %s more word(s)', 'squirrly-seo') . '",
1548
- __removewords: "' . esc_html__('or remove %s word(s)', 'squirrly-seo') . '",
1549
- __addmorekeywords: "' . esc_html__('add the selected keyword %s more time(s) ', 'squirrly-seo') . '",
1550
- __addminimumwords: "' . esc_html__('write %s more words to start calculating', 'squirrly-seo') . '",
1551
- __add_to_briefcase: "' . esc_html__('Add to Briefcase', 'squirrly-seo') . '",
1552
- __add_keyword_briefcase: "' . esc_html__('Add Keyword to Briefcase', 'squirrly-seo') . '",
1553
- __usekeyword: "' . esc_html__('Select', 'squirrly-seo') . '",
1554
- __new_post_title: "' . esc_html__('Auto Draft') . '",
1555
- __enter_keyword: "' . esc_html__('Enter keyword above and press ENTER', 'squirrly-seo') . '",
1556
- __add_keyword: "' . esc_html__('Add Keywords from Briefcase', 'squirrly-seo') . '",
1557
- __frontend_optimized: "' . esc_html__('Live Assistant was used to optimize this page with the Page Builder. Please go back and resume your optimization work there.', 'squirrly-seo') . '",
1558
- };
1559
- $.sq_params = {
1560
- max_length_title: ' . (int)$metas->title_maxlength . ',
1561
- max_length_description: ' . (int)$metas->description_maxlength . ',
1562
- };
1563
-
1564
-
1565
- })(jQuery);
1566
- </script>';
1567
-
1568
- echo '<script src="' . esc_url(_SQ_STATIC_API_URL_ . SQ_URI . '/js/squirrly' . (SQ_DEBUG ? '' : '.min') . '.js?ver=' . SQ_VERSION) . '"></script>';
1569
-
1570
- }
1571
 
1572
  }
1479
 
1480
  }
1481
 
 
 
 
 
 
 
 
1482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1483
 
1484
  }
classes/helpers/DevKit.php CHANGED
@@ -209,7 +209,7 @@ class SQ_Classes_Helpers_DevKit
209
  //Change the features
210
  public function manageFeatures($features)
211
  {
212
- if (!SQ_Classes_Helpers_Tools::getMenuVisible('show_panel')) {
213
  unset($features[0]); //remove the Cloud App features
214
  }
215
 
209
  //Change the features
210
  public function manageFeatures($features)
211
  {
212
+ if (!SQ_Classes_Helpers_Tools::getMenuVisible('show_account_info')) {
213
  unset($features[0]); //remove the Cloud App features
214
  }
215
 
classes/helpers/Sanitize.php CHANGED
@@ -10,7 +10,7 @@ class SQ_Classes_Helpers_Sanitize
10
  * @param $key
11
  * @return string|void
12
  */
13
- public static function escapeGetValue($key)
14
  {
15
  return esc_attr(SQ_Classes_Helpers_Tools::getValue($key));
16
  }
@@ -21,7 +21,7 @@ class SQ_Classes_Helpers_Sanitize
21
  * @param $title
22
  * @return mixed|null|string|string[]
23
  */
24
- public static function clearTitle($title)
25
  {
26
  if ($title <> '') {
27
  if (function_exists('preg_replace')) {
@@ -47,7 +47,7 @@ class SQ_Classes_Helpers_Sanitize
47
  * @param $description
48
  * @return null|string|string[]
49
  */
50
- public static function clearDescription($description)
51
  {
52
  if ($description <> '') {
53
  if (function_exists('preg_replace')) {
@@ -84,7 +84,7 @@ class SQ_Classes_Helpers_Sanitize
84
  * @param $keywords
85
  * @return mixed|null|string|string[]
86
  */
87
- public static function clearKeywords($keywords)
88
  {
89
  return self::clearTitle($keywords);
90
  }
@@ -98,7 +98,7 @@ class SQ_Classes_Helpers_Sanitize
98
  * @param string $for
99
  * @return string|void
100
  */
101
- public static function escapeKeyword($keyword, $for = 'all')
102
  {
103
  switch ($for){
104
  case 'url':
@@ -121,7 +121,7 @@ class SQ_Classes_Helpers_Sanitize
121
  * @param int $max
122
  * @return bool|mixed|null|string|string[]
123
  */
124
- public static function truncate($text, $min = 100, $max = 110)
125
  {
126
  //make sure they are values
127
  $max = (int)$max;
@@ -160,7 +160,7 @@ class SQ_Classes_Helpers_Sanitize
160
  * @param string $s
161
  * @return string
162
  */
163
- public static function normalizeChars($s)
164
  {
165
  $replace = array(
166
  'ъ'=>'-', 'Ь'=>'-', 'Ъ'=>'-', 'ь'=>'-',
@@ -207,13 +207,22 @@ class SQ_Classes_Helpers_Sanitize
207
  return strtr($s, $replace);
208
  }
209
 
 
 
 
 
 
 
 
 
 
210
  /**
211
  * Check the google code saved at settings
212
  *
213
  * @param string $code
214
  * @return string
215
  */
216
- public static function checkGoogleWTCode($code)
217
  {
218
  if ($code <> '') {
219
  $code = stripslashes($code);
@@ -237,7 +246,7 @@ class SQ_Classes_Helpers_Sanitize
237
  * @param string $code
238
  * @return string
239
  */
240
- public static function checkGoogleAnalyticsCode($code)
241
  {
242
  if ($code <> '') {
243
  $code = stripslashes($code);
@@ -266,7 +275,7 @@ class SQ_Classes_Helpers_Sanitize
266
  * @param string $code
267
  * @return string
268
  */
269
- public static function checkFacebookAdminCode($code)
270
  {
271
  if ($code <> '') {
272
  $code = trim($code);
@@ -304,7 +313,7 @@ class SQ_Classes_Helpers_Sanitize
304
  * @param string $code
305
  * @return string
306
  */
307
- public static function checkPinterestCode($code)
308
  {
309
  if ($code <> '') {
310
  $code = stripslashes($code);
@@ -329,7 +338,7 @@ class SQ_Classes_Helpers_Sanitize
329
  *
330
  * @return string
331
  */
332
- public static function checkBingWTCode($code)
333
  {
334
  if ($code <> '') {
335
  $code = stripslashes($code);
@@ -355,7 +364,7 @@ class SQ_Classes_Helpers_Sanitize
355
  *
356
  * @return string
357
  */
358
- public static function checkBaiduWTCode($code)
359
  {
360
  if ($code <> '') {
361
  $code = stripslashes($code);
@@ -381,7 +390,7 @@ class SQ_Classes_Helpers_Sanitize
381
  *
382
  * @return string
383
  */
384
- public static function checkYandexWTCode($code)
385
  {
386
  if ($code <> '') {
387
  $code = stripslashes($code);
@@ -407,7 +416,7 @@ class SQ_Classes_Helpers_Sanitize
407
  *
408
  * @return string
409
  */
410
- public static function checkAlexaCode($code)
411
  {
412
  if ($code <> '') {
413
  $code = stripslashes($code);
@@ -434,7 +443,7 @@ class SQ_Classes_Helpers_Sanitize
434
  * @param string $account
435
  * @return string
436
  */
437
- public static function checkTwitterAccount($account)
438
  {
439
  if ($account <> '' && strpos($account, '//') === false) {
440
  $account = 'https://twitter.com/' . $account;
@@ -449,7 +458,7 @@ class SQ_Classes_Helpers_Sanitize
449
  * @param string $account
450
  * @return string
451
  */
452
- public static function checkTwitterAccountName($account)
453
  {
454
  if ($account <> '' && strpos($account, '//') !== false) {
455
  $account = parse_url($account, PHP_URL_PATH);
@@ -470,7 +479,7 @@ class SQ_Classes_Helpers_Sanitize
470
  * @param string $account
471
  * @return string
472
  */
473
- public static function checkGoogleAccount($account)
474
  {
475
  if ($account <> '' && strpos($account, '//') === false) {
476
  $account = 'https://plus.google.com/' . $account;
@@ -484,7 +493,7 @@ class SQ_Classes_Helpers_Sanitize
484
  * @param string $account
485
  * @return string
486
  */
487
- public static function checkLinkeinAccount($account)
488
  {
489
  if ($account <> '' && strpos($account, '//') === false) {
490
  $account = 'https://www.linkedin.com/in/' . $account;
@@ -498,7 +507,7 @@ class SQ_Classes_Helpers_Sanitize
498
  * @param string $account
499
  * @return string
500
  */
501
- public static function checkFacebookAccount($account)
502
  {
503
  if ($account <> '' && strpos($account, '//') === false) {
504
  $account = 'https://www.facebook.com/' . $account;
@@ -512,7 +521,7 @@ class SQ_Classes_Helpers_Sanitize
512
  * @param $account
513
  * @return string
514
  */
515
- public static function checkPinterestAccount($account)
516
  {
517
  if ($account <> '' && strpos($account, '//') === false) {
518
  $account = 'https://www.pinterest.com/' . $account;
@@ -526,7 +535,7 @@ class SQ_Classes_Helpers_Sanitize
526
  * @param $account
527
  * @return string
528
  */
529
- public static function checkInstagramAccount($account)
530
  {
531
  if ($account <> '' && strpos($account, '//') === false) {
532
  $account = 'https://www.instagram.com/' . $account;
@@ -540,7 +549,7 @@ class SQ_Classes_Helpers_Sanitize
540
  * @param $account
541
  * @return string
542
  */
543
- public static function checkYoutubeAccount($account)
544
  {
545
  if ($account <> '' && strpos($account, '//') === false) {
546
  if (strpos($account, 'user/') === false && strpos($account, 'channel/') === false) {
@@ -555,7 +564,7 @@ class SQ_Classes_Helpers_Sanitize
555
  *
556
  * @return string
557
  */
558
- public static function checkFacebookPixel($code)
559
  {
560
  if ($code <> '') {
561
  if ((int)$code == 0) {
@@ -571,7 +580,7 @@ class SQ_Classes_Helpers_Sanitize
571
  *
572
  * @return string
573
  */
574
- public static function checkFacebookApp($code)
575
  {
576
  if ($code <> '') {
577
  if ((int)$code == 0) {
@@ -588,7 +597,7 @@ class SQ_Classes_Helpers_Sanitize
588
  * @param string $in
589
  * @return string $in localized
590
  */
591
- public static function i18n($in)
592
  {
593
  if (function_exists('langswitch_filter_langs_with_message')) {
594
  $in = langswitch_filter_langs_with_message($in);
10
  * @param $key
11
  * @return string|void
12
  */
13
+ public static function escapeGetValue($key)
14
  {
15
  return esc_attr(SQ_Classes_Helpers_Tools::getValue($key));
16
  }
21
  * @param $title
22
  * @return mixed|null|string|string[]
23
  */
24
+ public static function clearTitle($title)
25
  {
26
  if ($title <> '') {
27
  if (function_exists('preg_replace')) {
47
  * @param $description
48
  * @return null|string|string[]
49
  */
50
+ public static function clearDescription($description)
51
  {
52
  if ($description <> '') {
53
  if (function_exists('preg_replace')) {
84
  * @param $keywords
85
  * @return mixed|null|string|string[]
86
  */
87
+ public static function clearKeywords($keywords)
88
  {
89
  return self::clearTitle($keywords);
90
  }
98
  * @param string $for
99
  * @return string|void
100
  */
101
+ public static function escapeKeyword($keyword, $for = 'all')
102
  {
103
  switch ($for){
104
  case 'url':
121
  * @param int $max
122
  * @return bool|mixed|null|string|string[]
123
  */
124
+ public static function truncate($text, $min = 100, $max = 110)
125
  {
126
  //make sure they are values
127
  $max = (int)$max;
160
  * @param string $s
161
  * @return string
162
  */
163
+ public static function normalizeChars($s)
164
  {
165
  $replace = array(
166
  'ъ'=>'-', 'Ь'=>'-', 'Ъ'=>'-', 'ь'=>'-',
207
  return strtr($s, $replace);
208
  }
209
 
210
+ public static function checkTelephone($phone)
211
+ {
212
+ if ($phone <> '') {
213
+ $phone = '+' . ltrim($phone, '+');
214
+ }
215
+
216
+ return $phone;
217
+ }
218
+
219
  /**
220
  * Check the google code saved at settings
221
  *
222
  * @param string $code
223
  * @return string
224
  */
225
+ public static function checkGoogleWTCode($code)
226
  {
227
  if ($code <> '') {
228
  $code = stripslashes($code);
246
  * @param string $code
247
  * @return string
248
  */
249
+ public static function checkGoogleAnalyticsCode($code)
250
  {
251
  if ($code <> '') {
252
  $code = stripslashes($code);
275
  * @param string $code
276
  * @return string
277
  */
278
+ public static function checkFacebookAdminCode($code)
279
  {
280
  if ($code <> '') {
281
  $code = trim($code);
313
  * @param string $code
314
  * @return string
315
  */
316
+ public static function checkPinterestCode($code)
317
  {
318
  if ($code <> '') {
319
  $code = stripslashes($code);
338
  *
339
  * @return string
340
  */
341
+ public static function checkBingWTCode($code)
342
  {
343
  if ($code <> '') {
344
  $code = stripslashes($code);
364
  *
365
  * @return string
366
  */
367
+ public static function checkBaiduWTCode($code)
368
  {
369
  if ($code <> '') {
370
  $code = stripslashes($code);
390
  *
391
  * @return string
392
  */
393
+ public static function checkYandexWTCode($code)
394
  {
395
  if ($code <> '') {
396
  $code = stripslashes($code);
416
  *
417
  * @return string
418
  */
419
+ public static function checkAlexaCode($code)
420
  {
421
  if ($code <> '') {
422
  $code = stripslashes($code);
443
  * @param string $account
444
  * @return string
445
  */
446
+ public static function checkTwitterAccount($account)
447
  {
448
  if ($account <> '' && strpos($account, '//') === false) {
449
  $account = 'https://twitter.com/' . $account;
458
  * @param string $account
459
  * @return string
460
  */
461
+ public static function checkTwitterAccountName($account)
462
  {
463
  if ($account <> '' && strpos($account, '//') !== false) {
464
  $account = parse_url($account, PHP_URL_PATH);
479
  * @param string $account
480
  * @return string
481
  */
482
+ public static function checkGoogleAccount($account)
483
  {
484
  if ($account <> '' && strpos($account, '//') === false) {
485
  $account = 'https://plus.google.com/' . $account;
493
  * @param string $account
494
  * @return string
495
  */
496
+ public static function checkLinkeinAccount($account)
497
  {
498
  if ($account <> '' && strpos($account, '//') === false) {
499
  $account = 'https://www.linkedin.com/in/' . $account;
507
  * @param string $account
508
  * @return string
509
  */
510
+ public static function checkFacebookAccount($account)
511
  {
512
  if ($account <> '' && strpos($account, '//') === false) {
513
  $account = 'https://www.facebook.com/' . $account;
521
  * @param $account
522
  * @return string
523
  */
524
+ public static function checkPinterestAccount($account)
525
  {
526
  if ($account <> '' && strpos($account, '//') === false) {
527
  $account = 'https://www.pinterest.com/' . $account;
535
  * @param $account
536
  * @return string
537
  */
538
+ public static function checkInstagramAccount($account)
539
  {
540
  if ($account <> '' && strpos($account, '//') === false) {
541
  $account = 'https://www.instagram.com/' . $account;
549
  * @param $account
550
  * @return string
551
  */
552
+ public static function checkYoutubeAccount($account)
553
  {
554
  if ($account <> '' && strpos($account, '//') === false) {
555
  if (strpos($account, 'user/') === false && strpos($account, 'channel/') === false) {
564
  *
565
  * @return string
566
  */
567
+ public static function checkFacebookPixel($code)
568
  {
569
  if ($code <> '') {
570
  if ((int)$code == 0) {
580
  *
581
  * @return string
582
  */
583
+ public static function checkFacebookApp($code)
584
  {
585
  if ($code <> '') {
586
  if ((int)$code == 0) {
597
  * @param string $in
598
  * @return string $in localized
599
  */
600
+ public static function i18n($in)
601
  {
602
  if (function_exists('langswitch_filter_langs_with_message')) {
603
  $in = langswitch_filter_langs_with_message($in);
classes/helpers/Tools.php CHANGED
@@ -111,7 +111,7 @@ class SQ_Classes_Helpers_Tools
111
  .ml-stars svg:hover ~ svg{fill:none}
112
  </style>';
113
 
114
- $meta[] = "<a href='https://howto.squirrly.co/wordpress-seo/' target='_blank'>" . esc_html__("Documentation", 'squirrly-seo') . "</a>";
115
  $meta[] = "<a href='https://wordpress.org/support/plugin/squirrly-seo/reviews/#new-post' target='_blank' title='" . esc_html__("Leave a review", 'squirrly-seo') . "'><i class='ml-stars'><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg></i></a>";
116
  }
117
  return $meta;
@@ -120,7 +120,7 @@ class SQ_Classes_Helpers_Tools
120
  /**
121
  * Load the Options from user option table in DB
122
  *
123
- * @param string $action
124
  * @return array|mixed|object
125
  */
126
  public static function getOptions($action = '')
@@ -156,30 +156,32 @@ class SQ_Classes_Helpers_Tools
156
  'sq_complete_uninstall' => 0,
157
 
158
  //Onboarding
 
159
  'sq_onboarding' => 0,
160
  'sq_onboarding_data' => array(),
161
 
162
  //Live Assistant
163
  'sq_sla' => 1,
164
- 'sq_sla_frontend' => 1,
165
  'sq_sla_type' => 'auto',
166
  'sq_sla_exclude_post_types' => array(),
167
  'sq_keyword_help' => 1,
168
  'sq_local_images' => 0,
169
  'sq_img_licence' => 1,
170
- 'sq_sla_social_fetch' => 1,
171
 
172
  //JsonLD
173
- 'sq_auto_jsonld' => 1,
174
  'sq_auto_jsonld_local' => 0,
175
  'sq_jsonld_type' => 'Organization',
 
176
  'sq_jsonld_global_person' => 0,
177
  'sq_jsonld_breadcrumbs' => 1,
178
  'sq_jsonld_woocommerce' => 1,
179
  'sq_jsonld_clearcode' => 0,
180
  'sq_jsonld_product_rating' => 0,
181
  'sq_jsonld_product_custom' => 1,
182
- 'sq_jsonld_product_defaults' => 1,
183
  'sq_jsonld_local' => array(
184
  'priceRange' => '',
185
  'servesCuisine' => '',
@@ -275,7 +277,7 @@ class SQ_Classes_Helpers_Tools
275
  )),
276
 
277
  //Sitemap
278
- 'sq_auto_sitemap' => 1,
279
  'sq_sitemap_ping' => 0,
280
  'sq_sitemap_exclude_noindex' => 0,
281
  'sq_sitemap_show' => array(
@@ -302,7 +304,7 @@ class SQ_Classes_Helpers_Tools
302
  ),
303
 
304
  //Robots
305
- 'sq_auto_robots' => 1,
306
  'sq_robots_permission' => array(
307
  'User-agent: *',
308
  'Disallow: */trackback/',
@@ -314,7 +316,7 @@ class SQ_Classes_Helpers_Tools
314
 
315
  //Metas
316
  'sq_use' => 1,
317
- 'sq_auto_metas' => 1,
318
  'sq_auto_links' => 0,
319
  'sq_auto_redirects' => 1,
320
  'sq_auto_title' => 1,
@@ -325,7 +327,7 @@ class SQ_Classes_Helpers_Tools
325
  'sq_auto_dublincore' => 0,
326
  'sq_auto_feed' => 0,
327
  'sq_auto_noindex' => 1,
328
- 'sq_use_frontend' => 1,
329
  'sq_attachment_redirect' => 0,
330
  'sq_term_noindex_empty' => 1,
331
  '404_url_redirect' => home_url(),
@@ -368,23 +370,25 @@ class SQ_Classes_Helpers_Tools
368
  //menu restrictions
369
  'menu' => array(
370
  'show_account_info' => 1,
 
 
 
371
  'show_journey' => 1,
372
- 'show_panel' => 1,
373
- 'show_tutorial' => 1,
374
- 'show_audit' => 1,
375
  'show_assistant' => 1,
 
376
  'show_bulkseo' => 1,
377
- 'show_research' => 1,
378
- 'show_rankings' => 1,
379
  'show_focuspages' => 1,
380
- 'show_seogoals' => 1,
 
 
 
381
  'show_ads' => 1,
382
  ),
383
 
384
  //socials
385
- 'sq_auto_social' => 1,
386
- 'sq_auto_facebook' => 1,
387
- 'sq_auto_twitter' => 1,
388
  'sq_og_locale' => 'en_US',
389
  'sq_og_image' => '',
390
  'sq_tc_image' => '',
@@ -407,12 +411,12 @@ class SQ_Classes_Helpers_Tools
407
  ),
408
 
409
  //Webmasters and Tracking
410
- 'sq_auto_amp' => 1,
411
- 'sq_auto_tracking' => 1,
412
- 'sq_auto_pixels' => 1,
413
- 'sq_tracking_logged_users' => 1,
414
  'sq_tracking_ip_users' => 1,
415
- 'sq_auto_webmasters' => 1,
416
  'sq_analytics_google_js' => 'analytics',
417
  'codes' => array(
418
  'google_wt' => "",
@@ -428,7 +432,7 @@ class SQ_Classes_Helpers_Tools
428
  ),
429
 
430
  //Patterns
431
- 'sq_auto_pattern' => 1,
432
  'patterns' => array(
433
  'home' => array(
434
  'protected' => 1,
@@ -795,6 +799,67 @@ class SQ_Classes_Helpers_Tools
795
  );
796
  $options = json_decode(get_option(SQ_OPTION), true);
797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
798
  //Update the Json-LD for Organization Logo
799
  if (isset($options['sq_jsonld']['Organization']['logo']) && !is_array($options['sq_jsonld']['Organization']['logo'])) {
800
  $options['sq_jsonld']['Organization']['logo'] = array(
@@ -823,18 +888,6 @@ class SQ_Classes_Helpers_Tools
823
 
824
  unset($options['sq_jsonld']['Person']['logo']);
825
  }
826
-
827
- if ($action == 'reset') {
828
- $init['sq_api'] = $options['sq_api'];
829
- return $init;
830
- }
831
-
832
- if (is_array($options)) {
833
- $options = array_replace_recursive((array)$default, (array)$options);
834
- return $options;
835
- }
836
-
837
- return $default;
838
  }
839
 
840
  /**
@@ -1064,9 +1117,7 @@ class SQ_Classes_Helpers_Tools
1064
  }
1065
  } elseif (is_string($ret) && $ret <> '' && $keep_newlines && function_exists('sanitize_textarea_field')) {
1066
  $ret = sanitize_textarea_field($ret);
1067
- } elseif (is_numeric($ret)) {
1068
- $ret = (int) $ret;
1069
- } else{
1070
  $ret = sanitize_text_field($ret);
1071
  }
1072
 
@@ -1119,6 +1170,16 @@ class SQ_Classes_Helpers_Tools
1119
  }
1120
  }
1121
 
 
 
 
 
 
 
 
 
 
 
1122
  /**
1123
  * Load the multilanguage support from .mo
1124
  */
111
  .ml-stars svg:hover ~ svg{fill:none}
112
  </style>';
113
 
114
+ $meta[] = "<a href='https://howto12.squirrly.co/wordpress-seo/' target='_blank'>" . esc_html__("Documentation", 'squirrly-seo') . "</a>";
115
  $meta[] = "<a href='https://wordpress.org/support/plugin/squirrly-seo/reviews/#new-post' target='_blank' title='" . esc_html__("Leave a review", 'squirrly-seo') . "'><i class='ml-stars'><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg><svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg></i></a>";
116
  }
117
  return $meta;
120
  /**
121
  * Load the Options from user option table in DB
122
  *
123
+ * @param string $action
124
  * @return array|mixed|object
125
  */
126
  public static function getOptions($action = '')
156
  'sq_complete_uninstall' => 0,
157
 
158
  //Onboarding
159
+ 'sq_mode' => 0,
160
  'sq_onboarding' => 0,
161
  'sq_onboarding_data' => array(),
162
 
163
  //Live Assistant
164
  'sq_sla' => 1,
165
+ 'sq_sla_frontend' => 0,
166
  'sq_sla_type' => 'auto',
167
  'sq_sla_exclude_post_types' => array(),
168
  'sq_keyword_help' => 1,
169
  'sq_local_images' => 0,
170
  'sq_img_licence' => 1,
171
+ 'sq_sla_social_fetch' => 0,
172
 
173
  //JsonLD
174
+ 'sq_auto_jsonld' => 0,
175
  'sq_auto_jsonld_local' => 0,
176
  'sq_jsonld_type' => 'Organization',
177
+ 'sq_jsonld_personal' => 0,
178
  'sq_jsonld_global_person' => 0,
179
  'sq_jsonld_breadcrumbs' => 1,
180
  'sq_jsonld_woocommerce' => 1,
181
  'sq_jsonld_clearcode' => 0,
182
  'sq_jsonld_product_rating' => 0,
183
  'sq_jsonld_product_custom' => 1,
184
+ 'sq_jsonld_product_defaults' => 0,
185
  'sq_jsonld_local' => array(
186
  'priceRange' => '',
187
  'servesCuisine' => '',
277
  )),
278
 
279
  //Sitemap
280
+ 'sq_auto_sitemap' => 0,
281
  'sq_sitemap_ping' => 0,
282
  'sq_sitemap_exclude_noindex' => 0,
283
  'sq_sitemap_show' => array(
304
  ),
305
 
306
  //Robots
307
+ 'sq_auto_robots' => 0,
308
  'sq_robots_permission' => array(
309
  'User-agent: *',
310
  'Disallow: */trackback/',
316
 
317
  //Metas
318
  'sq_use' => 1,
319
+ 'sq_auto_metas' => 0,
320
  'sq_auto_links' => 0,
321
  'sq_auto_redirects' => 1,
322
  'sq_auto_title' => 1,
327
  'sq_auto_dublincore' => 0,
328
  'sq_auto_feed' => 0,
329
  'sq_auto_noindex' => 1,
330
+ 'sq_use_frontend' => 0,
331
  'sq_attachment_redirect' => 0,
332
  'sq_term_noindex_empty' => 1,
333
  '404_url_redirect' => home_url(),
370
  //menu restrictions
371
  'menu' => array(
372
  'show_account_info' => 1,
373
+ 'show_seogoals' => 1,
374
+ 'show_features' => 1,
375
+ 'show_onpagesetup' => 1,
376
  'show_journey' => 1,
377
+ 'show_research' => 1,
 
 
378
  'show_assistant' => 1,
379
+ 'show_automation' => 1,
380
  'show_bulkseo' => 1,
 
 
381
  'show_focuspages' => 1,
382
+ 'show_audit' => 1,
383
+ 'show_rankings' => 1,
384
+ 'show_tutorial' => 1,
385
+ 'show_seo' => 1,
386
  'show_ads' => 1,
387
  ),
388
 
389
  //socials
390
+ 'sq_auto_facebook' => 0,
391
+ 'sq_auto_twitter' => 0,
 
392
  'sq_og_locale' => 'en_US',
393
  'sq_og_image' => '',
394
  'sq_tc_image' => '',
411
  ),
412
 
413
  //Webmasters and Tracking
414
+ 'sq_auto_amp' => 0,
415
+ 'sq_auto_tracking' => 0,
416
+ 'sq_auto_pixels' => 0,
417
+ 'sq_tracking_logged_users' => 0,
418
  'sq_tracking_ip_users' => 1,
419
+ 'sq_auto_webmasters' => 0,
420
  'sq_analytics_google_js' => 'analytics',
421
  'codes' => array(
422
  'google_wt' => "",
432
  ),
433
 
434
  //Patterns
435
+ 'sq_auto_pattern' => 0,
436
  'patterns' => array(
437
  'home' => array(
438
  'protected' => 1,
799
  );
800
  $options = json_decode(get_option(SQ_OPTION), true);
801
 
802
+ //Check the updates from old versions of the plugin
803
+ self::checkUpdates();
804
+
805
+
806
+
807
+ //Replace the default options with the database data
808
+ if (is_array($options)) {
809
+ $options = array_replace_recursive((array)$default, (array)$options);
810
+
811
+ //Add recommended settings
812
+ if ($action == 'reset') {
813
+ $options['sq_auto_jsonld'] = 0;
814
+ $options['sq_auto_sitemap'] = 0;
815
+ $options['sq_sitemap_exclude_noindex'] = 0;
816
+ $options['sq_sitemap_ping'] = 0;
817
+ $options['sq_attachment_redirect'] = 0;
818
+ $options['sq_auto_metas'] = 0;
819
+ $options['sq_auto_amp'] = 0;
820
+ $options['sq_auto_robots'] = 0;
821
+ $options['sq_auto_facebook'] = 0;
822
+ $options['sq_sla_social_fetch'] = 0;
823
+ $options['sq_auto_twitter'] = 0;
824
+ $options['sq_auto_tracking'] = 0;
825
+ $options['sq_auto_pixels'] = 0;
826
+ $options['sq_auto_webmasters'] = 0;
827
+ $options['sq_auto_pattern'] = 0;
828
+ $options['sq_use_frontend'] = 0;
829
+ $options['sq_auto_favicon'] = 0;
830
+ }
831
+
832
+ //Add recommended settings
833
+ if ($action == 'recommended') {
834
+ $options['sq_auto_jsonld'] = 1;
835
+ $options['sq_auto_sitemap'] = 1;
836
+ $options['sq_sitemap_exclude_noindex'] = 1;
837
+ $options['sq_sitemap_ping'] = 1;
838
+ $options['sq_attachment_redirect'] = 1;
839
+ $options['sq_auto_metas'] = 1;
840
+ $options['sq_auto_amp'] = 1;
841
+ $options['sq_auto_robots'] = 1;
842
+ $options['sq_auto_facebook'] = 1;
843
+ $options['sq_sla_social_fetch'] = 1;
844
+ $options['sq_auto_twitter'] = 1;
845
+ $options['sq_auto_tracking'] = 1;
846
+ $options['sq_auto_pixels'] = 1;
847
+ $options['sq_auto_webmasters'] = 1;
848
+ $options['sq_auto_pattern'] = 1;
849
+ $options['sq_use_frontend'] = 1;
850
+ }
851
+
852
+ return $options;
853
+ }
854
+
855
+ return $default;
856
+ }
857
+
858
+ /**
859
+ * Check the updates
860
+ * @return void
861
+ */
862
+ public static function checkUpdates(){
863
  //Update the Json-LD for Organization Logo
864
  if (isset($options['sq_jsonld']['Organization']['logo']) && !is_array($options['sq_jsonld']['Organization']['logo'])) {
865
  $options['sq_jsonld']['Organization']['logo'] = array(
888
 
889
  unset($options['sq_jsonld']['Person']['logo']);
890
  }
 
 
 
 
 
 
 
 
 
 
 
 
891
  }
892
 
893
  /**
1117
  }
1118
  } elseif (is_string($ret) && $ret <> '' && $keep_newlines && function_exists('sanitize_textarea_field')) {
1119
  $ret = sanitize_textarea_field($ret);
1120
+ } else{
 
 
1121
  $ret = sanitize_text_field($ret);
1122
  }
1123
 
1170
  }
1171
  }
1172
 
1173
+ /**
1174
+ * Get the first key of the given array without affecting
1175
+ * the internal array pointer
1176
+ */
1177
+ public static function arrayKeyFirst( array $arr ) {
1178
+ foreach ( $arr as $key => $value ) {
1179
+ return $key;
1180
+ }
1181
+ }
1182
+
1183
  /**
1184
  * Load the multilanguage support from .mo
1185
  */
config.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "blocks": {
3
- "block": [
4
- {
5
- "name": "SQ_Core_Blocklogin",
6
- "description": "Connection Block",
7
- "actions": {
8
- "action": [
9
- "sq_login",
10
- "sq_register"
11
- ]
12
- },
13
- "active": "1",
14
- "admin": "1"
15
- },
16
- {
17
- "name": "SQ_Core_BlockConnect",
18
- "description": "Connection Block to API",
19
- "actions": {
20
- "action": [
21
- "sq_cloud_connect",
22
- "sq_cloud_disconnect"
23
- ]
24
- },
25
- "active": "1",
26
- "admin": "1"
27
- },
28
- {
29
- "name": "SQ_Controllers_Account",
30
- "description": "Account Class",
31
- "actions": {
32
- "action": [
33
- "sq_ajax_account_getaccount"
34
- ]
35
- },
36
- "active": "1",
37
- "admin": "1"
38
- },
39
- {
40
- "name": "SQ_Controllers_FocusPages",
41
- "description": "Focus Pages Controller",
42
- "actions": {
43
- "action": [
44
- "sq_focuspages_getpage",
45
- "sq_focuspages_addnew",
46
- "sq_focuspages_update",
47
- "sq_focuspages_delete",
48
- "sq_focuspages_inspecturl"
49
- ]
50
- },
51
- "active": "1",
52
- "admin": "1"
53
- },
54
- {
55
- "name": "SQ_Controllers_PostsList",
56
- "description": "Posts List Page",
57
- "actions": {
58
- "action": [
59
- "inline-save",
60
- "sq_ajax_postslist"
61
- ]
62
- },
63
- "active": "1",
64
- "admin": "1"
65
- },
66
- {
67
- "name": "SQ_Controllers_Post",
68
- "description": "Post Page",
69
- "actions": {
70
- "action": [
71
- "sq_create_demo",
72
- "sq_ajax_save_ogimage",
73
- "sq_ajax_get_post",
74
- "sq_ajax_save_post",
75
- "sq_ajax_type_click",
76
- "sq_ajax_search_blog"
77
- ]
78
- },
79
- "active": "1",
80
- "admin": "1"
81
- },
82
- {
83
- "name": "SQ_Controllers_Snippet",
84
- "description": "Snippet Page",
85
- "actions": {
86
- "action": [
87
- "sq_saveseo",
88
- "sq_getsnippet",
89
- "sq_previewsnippet"
90
- ]
91
- },
92
- "active": "1",
93
- "admin": "1"
94
- },
95
- {
96
- "name": "SQ_Controllers_Patterns",
97
- "description": "Patterns Class",
98
- "actions": {
99
- "action": [
100
- "sq_getpatterns"
101
- ]
102
- },
103
- "active": "1",
104
- "admin": "0"
105
- },
106
- {
107
- "name": "SQ_Controllers_BulkSeo",
108
- "actions": {
109
- "action": [
110
- "sq_ajax_assistant_bulkseo"
111
- ]
112
- },
113
- "admin": "1",
114
- "active": "1"
115
- },
116
- {
117
- "name": "SQ_Controllers_SeoSettings",
118
- "actions": {
119
- "action": [
120
- "sq_seosettings_automation",
121
- "sq_seosettings_bulkseo",
122
- "sq_seosettings_jsonld",
123
- "sq_seosettings_metas",
124
- "sq_seosettings_links",
125
- "sq_seosettings_social",
126
- "sq_seosettings_tracking",
127
- "sq_seosettings_webmaster",
128
- "sq_seosettings_sitemap",
129
- "sq_seosettings_robots",
130
- "sq_seosettings_favicon",
131
- "sq_seosettings_backupsettings",
132
- "sq_seosettings_backupseo",
133
- "sq_seosettings_restoresettings",
134
- "sq_seosettings_restoreseo",
135
- "sq_seosettings_importsettings",
136
- "sq_seosettings_importseo",
137
- "sq_seosettings_importall",
138
- "sq_seosettings_ga_revoke",
139
- "sq_seosettings_gsc_revoke",
140
- "sq_seosettings_gsc_check",
141
- "sq_seosettings_ga_check",
142
- "sq_reinstall",
143
- "sq_rollback",
144
- "sq_alerts_close",
145
- "sq_ajax_seosettings_save",
146
- "sq_ajax_automation_addpostype",
147
- "sq_ajax_automation_deletepostype",
148
- "sq_ajax_sla_sticky",
149
- "sq_ajax_gsc_code",
150
- "sq_ajax_ga_code",
151
- "sq_ajax_connection_check",
152
- "sq_seosettings_advanced"
153
- ]
154
- },
155
- "admin": "1",
156
- "active": "1"
157
- },
158
- {
159
- "name": "SQ_Controllers_Research",
160
- "actions": {
161
- "action": [
162
- "sq_briefcase_addlabel",
163
- "sq_briefcase_editlabel",
164
- "sq_briefcase_keywordlabel",
165
- "sq_briefcase_article",
166
- "sq_briefcase_doresearch",
167
- "sq_briefcase_addkeyword",
168
- "sq_briefcase_deletekeyword",
169
- "sq_briefcase_deletelabel",
170
- "sq_briefcase_deletefound",
171
- "sq_briefcase_savemain",
172
- "sq_briefcase_backup",
173
- "sq_briefcase_restore",
174
- "sq_ajax_briefcase_doserp",
175
- "sq_ajax_research_others",
176
- "sq_ajax_research_process",
177
- "sq_ajax_research_history",
178
- "sq_ajax_briefcase_bulk_delete",
179
- "sq_ajax_briefcase_bulk_label",
180
- "sq_ajax_briefcase_bulk_doserp",
181
- "sq_ajax_labels_bulk_delete"
182
- ]
183
- },
184
- "admin": "1",
185
- "active": "1"
186
- },
187
- {
188
- "name": "SQ_Controllers_Audits",
189
- "actions": {
190
- "action": [
191
- "sq_audits_settings",
192
- "sq_auditpages_getaudit",
193
- "sq_audits_getpage",
194
- "sq_audits_addnew",
195
- "sq_audits_page_update",
196
- "sq_audits_update",
197
- "sq_audits_delete"
198
- ]
199
- },
200
- "admin": "1",
201
- "active": "1"
202
- },
203
- {
204
- "name": "SQ_Controllers_Ranking",
205
- "actions": {
206
- "action": [
207
- "sq_ranking_settings",
208
- "sq_serp_refresh_post",
209
- "sq_serp_delete_keyword",
210
- "sq_ajax_rank_bulk_delete",
211
- "sq_ajax_rank_bulk_refresh"
212
- ]
213
- },
214
- "admin": "1",
215
- "active": "1"
216
- },
217
- {
218
- "name": "SQ_Controllers_Assistant",
219
- "actions": {
220
- "action": [
221
- "sq_settings_assistant",
222
- "sq_ajax_assistant"
223
- ]
224
- },
225
- "admin": "1",
226
- "active": "1"
227
- },
228
- {
229
- "name": "SQ_Controllers_CheckSeo",
230
- "actions": {
231
- "action": [
232
- "sq_checkseo",
233
- "sq_fixsettings",
234
- "sq_donetask",
235
- "sq_resetignored",
236
- "sq_moretasks",
237
- "sq_ajax_checkseo",
238
- "sq_ajax_getgoals"
239
- ]
240
- },
241
- "admin": "1",
242
- "active": "1"
243
- },
244
- {
245
- "name": "SQ_Controllers_Onboarding",
246
- "actions": {
247
- "action": [
248
- "sq_onboarding_commitment",
249
- "sq_onboading_checksite",
250
- "sq_onboarding_settings"
251
- ]
252
- },
253
- "admin": "1",
254
- "active": "1"
255
- },
256
- {
257
- "name": "SQ_Core_BlockJorney",
258
- "actions": {
259
- "action": [
260
- "sq_journey_close"
261
- ]
262
- },
263
- "admin": "1",
264
- "active": "1"
265
- },
266
- {
267
- "name": "SQ_Core_BlockSupport",
268
- "actions": {
269
- "action": [
270
- "sq_feedback",
271
- "sq_uninstall_feedback"
272
- ]
273
- },
274
- "admin": "1",
275
- "active": "1"
276
- },
277
- {
278
- "name": "SQ_Core_BlockSearch",
279
- "actions": {
280
- "action": [
281
- "sq_ajax_search"
282
- ]
283
- },
284
- "admin": "1",
285
- "active": "1"
286
- },
287
- {
288
- "name": "SQ_Controllers_Dashboard",
289
- "actions": {
290
- "action": [
291
- "sq_ajaxcheckseo"
292
- ]
293
- },
294
- "admin": "1",
295
- "active": "1"
296
- }
297
- ]
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config/paths.php CHANGED
@@ -18,8 +18,8 @@ define('_SQ_SITE_HOST_', parse_url(home_url(), PHP_URL_HOST));
18
  define('_SQ_SUPPORT_EMAIL_', 'support@squirrly.co');
19
  defined('_SQ_STATIC_API_URL_') || define('_SQ_STATIC_API_URL_', '//storage.googleapis.com/squirrly/');
20
  defined('_SQ_SUPPORT_EMAIL_URL_') || define('_SQ_SUPPORT_EMAIL_URL_', 'http://plugin.squirrly.co/contact/');
21
- defined('_SQ_SUPPORT_FACEBOOK_URL_') || define('_SQ_SUPPORT_FACEBOOK_URL_', 'https://www.facebook.com/Squirrly.co');
22
- defined('_SQ_HOWTO_URL_') || define('_SQ_HOWTO_URL_', 'https://howto.squirrly.co/wordpress-seo/');
23
  defined('_SQ_SUPPORT_URL_') || define('_SQ_SUPPORT_URL_', 'https://www.dmsuperstars.com/squirrly-support/');
24
 
25
  /* Directories */
18
  define('_SQ_SUPPORT_EMAIL_', 'support@squirrly.co');
19
  defined('_SQ_STATIC_API_URL_') || define('_SQ_STATIC_API_URL_', '//storage.googleapis.com/squirrly/');
20
  defined('_SQ_SUPPORT_EMAIL_URL_') || define('_SQ_SUPPORT_EMAIL_URL_', 'http://plugin.squirrly.co/contact/');
21
+ defined('_SQ_SUPPORT_FACEBOOK_URL_') || define('_SQ_SUPPORT_FACEBOOK_URL_', 'https://www.facebook.com/groups/squirrlyjourneyteam');
22
+ defined('_SQ_HOWTO_URL_') || define('_SQ_HOWTO_URL_', 'https://howto12.squirrly.co/');
23
  defined('_SQ_SUPPORT_URL_') || define('_SQ_SUPPORT_URL_', 'https://www.dmsuperstars.com/squirrly-support/');
24
 
25
  /* Directories */
controllers/Account.php CHANGED
@@ -8,38 +8,32 @@ class SQ_Controllers_Account extends SQ_Classes_FrontController
8
  {
9
 
10
  /**
11
- *
12
  *
13
- * @var object Checkin process
14
  */
15
  public $checkin;
16
 
17
- public function action()
18
  {
19
-
20
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
21
- case 'sq_ajax_account_getaccount':
22
- $json = array();
23
-
24
- $this->checkin = SQ_Classes_RemoteController::checkin();
25
 
26
- if (!is_wp_error($this->checkin)) {
27
 
28
- $json['html'] = $this->get_view('Blocks/Account');
29
 
30
- if (SQ_Classes_Helpers_Tools::isAjax()) {
31
- SQ_Classes_Helpers_Tools::setHeader('json');
32
 
33
  if (SQ_Classes_Error::isError()) {
34
  $json['error'] = SQ_Classes_Error::getError();
35
  }
36
 
37
- echo wp_json_encode($json);
38
- exit();
39
  }
40
-
41
- }
42
- break;
43
  }
44
  }
45
  }
8
  {
9
 
10
  /**
11
+ *
12
  *
13
+ * @var object Checkin process
14
  */
15
  public $checkin;
16
 
17
+ public function action()
18
  {
 
19
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
20
+ case 'sq_ajax_account_getaccount':
21
+ SQ_Classes_Helpers_Tools::setHeader('json');
22
+ $json = array();
 
23
 
24
+ $this->checkin = SQ_Classes_RemoteController::checkin();
25
 
26
+ if (!is_wp_error($this->checkin)) {
27
 
28
+ $json['html'] = $this->get_view('Blocks/Account');
 
29
 
30
  if (SQ_Classes_Error::isError()) {
31
  $json['error'] = SQ_Classes_Error::getError();
32
  }
33
 
 
 
34
  }
35
+ echo wp_json_encode($json);
36
+ exit();
 
37
  }
38
  }
39
  }
controllers/Assistant.php CHANGED
@@ -50,14 +50,12 @@ class SQ_Controllers_Assistant extends SQ_Classes_FrontController
50
  {
51
  //Checkin to API V2
52
  $this->checkin = SQ_Classes_RemoteController::checkin();
53
-
54
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
55
  }
56
 
57
  public function settings()
58
  {
59
  $search = (string)SQ_Classes_Helpers_Tools::getValue('skeyword', '');
60
- $labels = SQ_Classes_Helpers_Tools::getValue('slabel', false);
61
 
62
  $args = array();
63
  $args['search'] = $search;
50
  {
51
  //Checkin to API V2
52
  $this->checkin = SQ_Classes_RemoteController::checkin();
 
 
53
  }
54
 
55
  public function settings()
56
  {
57
  $search = (string)SQ_Classes_Helpers_Tools::getValue('skeyword', '');
58
+ $labels = SQ_Classes_Helpers_Tools::getValue('slabel');
59
 
60
  $args = array();
61
  $args['search'] = $search;
controllers/Audits.php CHANGED
@@ -97,8 +97,8 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
97
 
98
  public function compare()
99
  {
100
- $sids = SQ_Classes_Helpers_Tools::getValue('sid', false);
101
-
102
  //get all the ids
103
  if ($sids && !empty($sids)) {
104
  foreach ($sids as $sid) {
@@ -121,7 +121,7 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
121
  public function audit()
122
  {
123
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
124
- $sid = (int)SQ_Classes_Helpers_Tools::getValue('sid', false);
125
 
126
  if ($sid) {
127
 
@@ -136,7 +136,7 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
136
  if (!empty($auditpages)) {
137
  foreach ($auditpages as $auditpage) {
138
 
139
- /** @var SQ_Models_Domain_FocusPage $auditpage */
140
  $auditpage = SQ_Classes_ObjController::getDomain('SQ_Models_Domain_AuditPage', $auditpage);
141
 
142
  //If there is a local page, then show focus
@@ -168,8 +168,6 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
168
 
169
  public function audits()
170
  {
171
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
172
-
173
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('audits');
174
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('knob');
175
 
@@ -210,6 +208,7 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
210
  }
211
  }
212
  }
 
213
  return $this->auditpages;
214
  }
215
 
@@ -238,7 +237,7 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController
238
  seriesType: "bars",
239
  series: {2: {type: "line"}},
240
  legend: {position: "bottom"},
241
- colors:["#589ee4","#17d1f3"]
242
  };
243
 
244
  var chart = new google.visualization.ComboChart(document.getElementById(id));
97
 
98
  public function compare()
99
  {
100
+ $sids = SQ_Classes_Helpers_Tools::getValue('sid');
101
+ $this->audits = array();
102
  //get all the ids
103
  if ($sids && !empty($sids)) {
104
  foreach ($sids as $sid) {
121
  public function audit()
122
  {
123
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
124
+ $sid = (int)SQ_Classes_Helpers_Tools::getValue('sid');
125
 
126
  if ($sid) {
127
 
136
  if (!empty($auditpages)) {
137
  foreach ($auditpages as $auditpage) {
138
 
139
+ /** @var SQ_Models_Domain_FocusPage $auditpage */
140
  $auditpage = SQ_Classes_ObjController::getDomain('SQ_Models_Domain_AuditPage', $auditpage);
141
 
142
  //If there is a local page, then show focus
168
 
169
  public function audits()
170
  {
 
 
171
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('audits');
172
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('knob');
173
 
208
  }
209
  }
210
  }
211
+
212
  return $this->auditpages;
213
  }
214
 
237
  seriesType: "bars",
238
  series: {2: {type: "line"}},
239
  legend: {position: "bottom"},
240
+ colors:["#6200EE","#589ee4"]
241
  };
242
 
243
  var chart = new google.visualization.ComboChart(document.getElementById(id));
controllers/Automation.php ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ defined('ABSPATH') || die('Cheatin\' uh?');
3
+
4
+ class SQ_Controllers_Automation extends SQ_Classes_FrontController
5
+ {
6
+
7
+ public $pages = array();
8
+
9
+ function init()
10
+ {
11
+ $tab = preg_replace("/[^a-zA-Z0-9]/", "", SQ_Classes_Helpers_Tools::getValue('tab', 'types'));
12
+
13
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
14
+ if (is_rtl()) {
15
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
16
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
17
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
18
+ } else {
19
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
20
+ }
21
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-select');
22
+
23
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
24
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
25
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
26
+
27
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant');
28
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('navbar');
29
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('seosettings');
30
+
31
+ if (method_exists($this, $tab)) {
32
+ call_user_func(array($this, $tab));
33
+ }
34
+
35
+ if (function_exists('wp_enqueue_media')) {
36
+ wp_enqueue_media();
37
+ wp_enqueue_style('media-views');
38
+ }
39
+
40
+ //@ob_flush();
41
+ $this->show_view('Automation/' . esc_attr(ucfirst($tab)));
42
+
43
+ //get the modal window for the assistant popup
44
+ echo SQ_Classes_ObjController::getClass('SQ_Models_Assistant')->getModal();
45
+ }
46
+
47
+ public function automation()
48
+ {
49
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
50
+ SQ_Classes_ObjController::getClass('SQ_Controllers_Patterns')->init();
51
+ }
52
+
53
+ /**
54
+ * Called when action is triggered
55
+ *
56
+ * @return void
57
+ */
58
+ public function action()
59
+ {
60
+ parent::action();
61
+
62
+ switch (SQ_Classes_Helpers_Tools::getValue('action')) {
63
+
64
+ ///////////////////////////////////////////SEO SETTINGS AUTOMATION
65
+ case 'sq_seosettings_automation':
66
+
67
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
68
+ return;
69
+ }
70
+
71
+ //Save the settings
72
+ if (!empty($_POST)) {
73
+ SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
74
+ }
75
+
76
+
77
+ //show the saved message
78
+ if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
79
+
80
+ /************************ Automation *******************************************************/
81
+ case 'sq_automation_addpostype':
82
+ $response = array();
83
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
84
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
85
+ echo wp_json_encode($response);
86
+ exit();
87
+ }
88
+
89
+ //Get the new post type
90
+ $posttype = SQ_Classes_Helpers_Tools::getValue('posttype');
91
+ $filter = array('public' => true, '_builtin' => false);
92
+ $types = get_post_types($filter);
93
+ foreach ($types as $pattern => $type) {
94
+ if($post_type_obj = get_post_type_object($pattern)) {
95
+ if($post_type_obj->has_archive) {
96
+ $types['archive-' . $pattern] = 'archive-' . $pattern;
97
+ }
98
+ }
99
+ }
100
+
101
+ $filter = array('public' => true,);
102
+ $taxonomies = get_taxonomies($filter);
103
+ foreach ($taxonomies as $pattern => $type) {
104
+ $types['tax-' . $pattern] = 'tax-' . $pattern;
105
+ }
106
+
107
+ //If the post type is in the list of types
108
+ if ($posttype && in_array($posttype, $types)) {
109
+ $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
110
+ //if the post type does not already exists
111
+ if (!isset($patterns[$posttype])) {
112
+ //add the custom rights to the new post type
113
+ $patterns[$posttype] = $patterns['custom'];
114
+ $patterns[$posttype]['protected'] = 0;
115
+ //save the options in database
116
+ SQ_Classes_Helpers_Tools::saveOptions('patterns', $patterns);
117
+
118
+ SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
119
+ break;
120
+ }
121
+ }
122
+
123
+
124
+ //Return error in case the post is not saved
125
+ SQ_Classes_Error::setError(esc_html__("Could not add the post type.", 'squirrly-seo'));
126
+ break;
127
+ case 'sq_ajax_automation_deletepostype':
128
+ SQ_Classes_Helpers_Tools::setHeader('json');
129
+ $response = array();
130
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
131
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
132
+ echo wp_json_encode($response);
133
+ exit();
134
+ }
135
+
136
+
137
+ //Get the new post type
138
+ $posttype = SQ_Classes_Helpers_Tools::getValue('value');
139
+
140
+ //If the post type is in the list of types
141
+ if ($posttype && $posttype <> '') {
142
+ $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
143
+ //if the post type exists in the patterns
144
+ if (isset($patterns[$posttype])) {
145
+ //add the custom rights to the new post type
146
+ unset($patterns[$posttype]);
147
+
148
+ //save the options in database
149
+ SQ_Classes_Helpers_Tools::saveOptions('patterns', $patterns);
150
+
151
+ $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
152
+ echo wp_json_encode($response);
153
+ exit();
154
+ }
155
+ }
156
+
157
+
158
+ //Return error in case the post is not saved
159
+ $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Could not add the post type.", 'squirrly-seo'), 'sq_error');
160
+ echo wp_json_encode($response);
161
+ exit();
162
+ break;
163
+
164
+ }
165
+
166
+ }
167
+
168
+ }
controllers/BulkSeo.php CHANGED
@@ -44,8 +44,6 @@ class SQ_Controllers_BulkSeo extends SQ_Classes_FrontController
44
 
45
  public function bulkseo()
46
  {
47
- add_action('sq_form_notices', array($this,'getNotificationBar'));
48
-
49
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bulkseo');
50
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('labels');
51
 
44
 
45
  public function bulkseo()
46
  {
 
 
47
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bulkseo');
48
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('labels');
49
 
controllers/CheckSeo.php CHANGED
@@ -54,8 +54,6 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController
54
  //Load the tasks from database and filter them
55
  $tasks = $this->model->getTasks();
56
 
57
- // $this->model->dbtasks['tasks_for_today'] = array();
58
- // $this->model->dbtasks['count_tasks_for_today'] = 300;
59
  if (!empty($report)) {
60
 
61
  if (!isset($this->model->dbtasks['count_tasks_for_today'])) {
@@ -130,34 +128,34 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController
130
  foreach ($row['tools'] as &$tool) {
131
  switch ($tool) {
132
  case 'On-Page SEO':
133
- $tool = '<a href="https://plugin.squirrly.co/bulk-seo-settings/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
134
  break;
135
  case 'SEO Automation':
136
- $tool = '<a href="https://howto.squirrly.co/kb/seo-automation/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
137
  break;
138
  case 'SEO Snippet':
139
- $tool = '<a href="https://plugin.squirrly.co/seo-snippet-tool/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
140
  break;
141
  case 'Focus Pages':
142
- $tool = '<a href="https://plugin.squirrly.co/focus-pages/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
143
  break;
144
  case 'Live Assistant':
145
- $tool = '<a href="https://plugin.squirrly.co/seo-virtual-assistant/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
146
  break;
147
  case 'Multiple Keyword Optimization':
148
- $tool = '<a href="https://plugin.squirrly.co/seo-virtual-assistant/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
149
  break;
150
  case 'Keyword Research':
151
- $tool = '<a href="https://plugin.squirrly.co/best-keyword-research-tool-for-seo/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
152
  break;
153
  case 'Briefcase':
154
- $tool = '<a href="https://plugin.squirrly.co/briefcase-keyword-management-tool/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
155
  break;
156
  case 'Rankings':
157
- $tool = '<a href="https://plugin.squirrly.co/google-serp-checker/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
158
  break;
159
  case 'Audits':
160
- $tool = '<a href="https://plugin.squirrly.co/site-seo-audit-tool/" target="_blank"><strong class="text-info">' . $tool . '</strong></a>';
161
  break;
162
  }
163
  }
@@ -316,8 +314,8 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController
316
 
317
  break;
318
  case 'sq_fixsettings':
319
- $name = SQ_Classes_Helpers_Tools::getValue('name', false);
320
- $value = SQ_Classes_Helpers_Tools::getValue('value', false);
321
 
322
  if ($name) {
323
  if (in_array($name, array_keys(SQ_Classes_Helpers_Tools::$options))) {
@@ -334,7 +332,7 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController
334
  SQ_Classes_Error::setError(esc_html__("Could not fix it. You need to change it manually.", 'squirrly-seo'));
335
  break;
336
  case 'sq_donetask':
337
- $name = SQ_Classes_Helpers_Tools::getValue('name', false);
338
 
339
  $this->model->doneTask($name);
340
 
54
  //Load the tasks from database and filter them
55
  $tasks = $this->model->getTasks();
56
 
 
 
57
  if (!empty($report)) {
58
 
59
  if (!isset($this->model->dbtasks['count_tasks_for_today'])) {
128
  foreach ($row['tools'] as &$tool) {
129
  switch ($tool) {
130
  case 'On-Page SEO':
131
+ $tool = '<a href="https://plugin.squirrly.co/bulk-seo-settings/" target="_blank">' . $tool . '</a>';
132
  break;
133
  case 'SEO Automation':
134
+ $tool = '<a href="https://howto12.squirrly.co/kb/seo-automation/" target="_blank">' . $tool . '</a>';
135
  break;
136
  case 'SEO Snippet':
137
+ $tool = '<a href="https://plugin.squirrly.co/seo-snippet-tool/" target="_blank">' . $tool . '</a>';
138
  break;
139
  case 'Focus Pages':
140
+ $tool = '<a href="https://plugin.squirrly.co/focus-pages/" target="_blank">' . $tool . '</a>';
141
  break;
142
  case 'Live Assistant':
143
+ $tool = '<a href="https://plugin.squirrly.co/seo-virtual-assistant/" target="_blank">' . $tool . '</a>';
144
  break;
145
  case 'Multiple Keyword Optimization':
146
+ $tool = '<a href="https://plugin.squirrly.co/seo-virtual-assistant/" target="_blank">' . $tool . '</a>';
147
  break;
148
  case 'Keyword Research':
149
+ $tool = '<a href="https://plugin.squirrly.co/best-keyword-research-tool-for-seo/" target="_blank">' . $tool . '</a>';
150
  break;
151
  case 'Briefcase':
152
+ $tool = '<a href="https://plugin.squirrly.co/briefcase-keyword-management-tool/" target="_blank">' . $tool . '</a>';
153
  break;
154
  case 'Rankings':
155
+ $tool = '<a href="https://plugin.squirrly.co/google-serp-checker/" target="_blank">' . $tool . '</a>';
156
  break;
157
  case 'Audits':
158
+ $tool = '<a href="https://plugin.squirrly.co/site-seo-audit-tool/" target="_blank">' . $tool . '</a>';
159
  break;
160
  }
161
  }
314
 
315
  break;
316
  case 'sq_fixsettings':
317
+ $name = SQ_Classes_Helpers_Tools::getValue('name');
318
+ $value = SQ_Classes_Helpers_Tools::getValue('value');
319
 
320
  if ($name) {
321
  if (in_array($name, array_keys(SQ_Classes_Helpers_Tools::$options))) {
332
  SQ_Classes_Error::setError(esc_html__("Could not fix it. You need to change it manually.", 'squirrly-seo'));
333
  break;
334
  case 'sq_donetask':
335
+ $name = SQ_Classes_Helpers_Tools::getValue('name');
336
 
337
  $this->model->doneTask($name);
338
 
controllers/Cron.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
- defined('ABSPATH') || die('Cheatin\' uh?');
3
-
4
- class SQ_Controllers_Cron extends SQ_Classes_FrontController {
5
-
6
- public function processSEOCheckCron() {
7
- //make sure the classes are loaded
8
- SQ_Classes_ObjController::getClass('SQ_Classes_Helpers_Tools');
9
-
10
- //Check the SEO and save the Report
11
- if ($report_time = SQ_Classes_Helpers_Tools::getOption('seoreport_time')) {
12
- if ((time() - (int)$report_time) < (3600 * 12)) {
13
- return false;
14
- }
15
- }
16
-
17
- SQ_Classes_ObjController::getClass('SQ_Models_CheckSeo')->checkSEO();
18
- }
19
-
20
-
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
controllers/Dashboard.php CHANGED
@@ -17,8 +17,6 @@ class SQ_Controllers_Dashboard extends SQ_Classes_FrontController
17
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
18
  }
19
 
20
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
21
-
22
  $this->show_view('Blocks/Dashboard');
23
  }
24
 
17
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
18
  }
19
 
 
 
20
  $this->show_view('Blocks/Dashboard');
21
  }
22
 
controllers/FocusPages.php CHANGED
@@ -107,8 +107,6 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
107
  */
108
  public function pagelist()
109
  {
110
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
111
-
112
  //Set the Labels and Categories
113
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('focuspages');
114
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('labels');
@@ -124,7 +122,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
124
  {
125
  $labels = SQ_Classes_Helpers_Tools::getValue('slabel', array());
126
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 90);
127
- $sid = SQ_Classes_Helpers_Tools::getValue('sid', false);
128
 
129
  SQ_Classes_ObjController::getClass('SQ_Models_FocusPages')->init();
130
  $this->checkin = SQ_Classes_RemoteController::checkin();
@@ -155,11 +153,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
155
  }
156
  }
157
 
158
- /**
159
- *
160
- *
161
- * @var SQ_Models_Domain_FocusPage $focuspage
162
- */
163
  $focuspage = SQ_Classes_ObjController::getDomain('SQ_Models_Domain_FocusPage', $focuspage);
164
 
165
  //set the connection info with GSC and GA
@@ -230,7 +224,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
230
  seriesType: "bars",
231
  series: {2: {type: "line"}},
232
  legend: {position: "bottom"},
233
- colors:["#17c6ea"]
234
  };
235
 
236
  var chart = new google.visualization.ComboChart(document.getElementById(id));
@@ -248,7 +242,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
248
  enableInteractivity: "true",
249
  tooltip: {trigger: "auto"},
250
  pointSize: "2",
251
- colors: ["#55b2ca"],
252
  hAxis: {
253
  baselineColor: "transparent",
254
  gridlineColor: "transparent",
@@ -289,7 +283,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
289
  seriesType: "bars",
290
  series: {2: {type: "line"}},
291
  legend: {position: "bottom"},
292
- colors:["#17c6ea"]
293
  };
294
 
295
  var chart = new google.visualization.ComboChart(document.getElementById(id));
@@ -445,7 +439,7 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController
445
  return;
446
  }
447
 
448
- if ($post_id = SQ_Classes_Helpers_Tools::getValue('id', false)) {
449
  SQ_Classes_RemoteController::deleteFocusPage(array('user_post_id' => $post_id));
450
  SQ_Classes_Error::setError(esc_html__("The focus page is deleted", 'squirrly-seo') . " <br /> ", 'success');
451
  } else {
107
  */
108
  public function pagelist()
109
  {
 
 
110
  //Set the Labels and Categories
111
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('focuspages');
112
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('labels');
122
  {
123
  $labels = SQ_Classes_Helpers_Tools::getValue('slabel', array());
124
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 90);
125
+ $sid = SQ_Classes_Helpers_Tools::getValue('sid');
126
 
127
  SQ_Classes_ObjController::getClass('SQ_Models_FocusPages')->init();
128
  $this->checkin = SQ_Classes_RemoteController::checkin();
153
  }
154
  }
155
 
156
+ /** @var SQ_Models_Domain_FocusPage $focuspage */
 
 
 
 
157
  $focuspage = SQ_Classes_ObjController::getDomain('SQ_Models_Domain_FocusPage', $focuspage);
158
 
159
  //set the connection info with GSC and GA
224
  seriesType: "bars",
225
  series: {2: {type: "line"}},
226
  legend: {position: "bottom"},
227
+ colors:["#6200EE"]
228
  };
229
 
230
  var chart = new google.visualization.ComboChart(document.getElementById(id));
242
  enableInteractivity: "true",
243
  tooltip: {trigger: "auto"},
244
  pointSize: "2",
245
+ colors: ["#6200EE"],
246
  hAxis: {
247
  baselineColor: "transparent",
248
  gridlineColor: "transparent",
283
  seriesType: "bars",
284
  series: {2: {type: "line"}},
285
  legend: {position: "bottom"},
286
+ colors:["#6200EE"]
287
  };
288
 
289
  var chart = new google.visualization.ComboChart(document.getElementById(id));
439
  return;
440
  }
441
 
442
+ if ($post_id = SQ_Classes_Helpers_Tools::getValue('id')) {
443
  SQ_Classes_RemoteController::deleteFocusPage(array('user_post_id' => $post_id));
444
  SQ_Classes_Error::setError(esc_html__("The focus page is deleted", 'squirrly-seo') . " <br /> ", 'success');
445
  } else {
controllers/Frontend.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  defined('ABSPATH') || die('Cheatin\' uh?');
3
 
4
- class SQ_Controllers_Frontend extends SQ_Classes_FrontController
5
  {
6
 
7
  /**
@@ -59,9 +59,11 @@ class SQ_Controllers_Frontend extends SQ_Classes_FrontController
59
  public function hookBuffer()
60
  {
61
  add_filter('sq_buffer', function ($buffer){
 
62
  if (isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER'] == 'https://www.squirrly.co') {
63
  return '.' . $buffer;
64
  }
 
65
  return $buffer;
66
  });
67
 
@@ -123,7 +125,7 @@ class SQ_Controllers_Frontend extends SQ_Classes_FrontController
123
  }
124
 
125
  if (SQ_Classes_Helpers_Tools::isPluginInstalled('elementor/elementor.php')) {
126
- if (SQ_Classes_Helpers_Tools::getValue('elementor-preview', false)) {
127
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('elementor');
128
  }
129
  }
1
  <?php
2
  defined('ABSPATH') || die('Cheatin\' uh?');
3
 
4
+ class SQ_Controllers_Frontend extends SQ_Classes_FrontController
5
  {
6
 
7
  /**
59
  public function hookBuffer()
60
  {
61
  add_filter('sq_buffer', function ($buffer){
62
+
63
  if (isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER'] == 'https://www.squirrly.co') {
64
  return '.' . $buffer;
65
  }
66
+
67
  return $buffer;
68
  });
69
 
125
  }
126
 
127
  if (SQ_Classes_Helpers_Tools::isPluginInstalled('elementor/elementor.php')) {
128
+ if (SQ_Classes_Helpers_Tools::getValue('elementor-preview')) {
129
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('elementor');
130
  }
131
  }
controllers/Help.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
- defined('ABSPATH') || die('Cheatin\' uh?');
3
-
4
- /**
5
- * Help & Support
6
- */
7
- class SQ_Controllers_Help extends SQ_Classes_FrontController {
8
-
9
- public function init() {
10
- }
11
-
12
-
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
controllers/Menu.php CHANGED
@@ -164,7 +164,7 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
164
  $wp_admin_bar->add_node(
165
  array(
166
  'id' => 'sq_toolbar',
167
- 'title' => '<span class="sq_logo" style="margin-right: 2px"></span>' . esc_html(apply_filters('sq_menu_name', _SQ_MENU_NAME_)) . (($errors) ? '<span class="sq_errorcount">' . esc_html($errors) . '</span>' : ''),
168
  'href' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'),
169
  'parent' => false
170
  )
@@ -200,6 +200,8 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
200
  $tabs = $this->model->getTabs($menuid);
201
  if (!empty($tabs)) {
202
  foreach ($tabs as $id => $tab) {
 
 
203
  $array_id = explode('/', $id);
204
  if (count((array)$array_id) == 2) {
205
  $wp_admin_bar->add_node(
@@ -321,7 +323,7 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
321
  'edit_posts',
322
  'sq_dashboard',
323
  null,
324
- apply_filters('sq_logo', _SQ_ASSETS_URL_ . 'img/logos/menu_icon_16.png')
325
  )
326
  );
327
 
@@ -331,20 +333,14 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
331
  foreach ($mainmenu as $name => $item) {
332
 
333
  //Check if the menu is set to show in the left side
334
- if (isset($item['leftmenu'])) {
335
- if (is_bool($item['leftmenu'])) {
336
- if (!$item['leftmenu'] && SQ_Classes_Helpers_Tools::getValue('page', '') <> $name) {
337
- continue;
338
- }
339
- } else {
340
- $item['title'] = $item['leftmenu'];
341
- }
342
  }
343
 
344
  //Add the page
345
  $this->model->addSubmenu(
346
  array($item['parent'],
347
- $item['description'],
348
  $item['title'],
349
  $item['capability'],
350
  $name,
@@ -466,8 +462,28 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
466
  if (isset($sq_setting_page) && $sq_setting_page) {
467
  echo '<script type="text/javascript" src="//www.google.com/jsapi"></script>';
468
  echo '<script>google.load("visualization", "1.0", {packages: ["corechart"]});</script>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
469
  if (isset($sq_fullscreen) && $sq_fullscreen) {
470
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fullwidth', array('trigger' => true, 'media' => 'all'));
471
  }
472
  }
473
 
@@ -481,11 +497,10 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
481
  */
482
  function setViewport()
483
  {
484
- $page = apply_filters('sq_page', SQ_Classes_Helpers_Tools::getValue('page', ''));
485
- if ($page == 'sq_dashboard') {
486
- echo '<meta name="viewport" content="width=900">';
487
- } else {
488
- echo '<meta name="viewport" content="width=1200">';
489
  }
490
  }
491
 
@@ -494,7 +509,7 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
494
  */
495
  public function hookBuilders()
496
  {
497
- add_action('elementor/editor/footer', array(SQ_Classes_ObjController::getClass('SQ_Controllers_Post'), 'loadLiveAssistant'), 99);
498
  }
499
 
500
  /**
@@ -518,11 +533,13 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController
518
  public function getCloudMenu($url, $path)
519
  {
520
  if (function_exists('wp_get_current_user') && SQ_Classes_Helpers_Tools::getOption('sq_api')) {
521
- if (SQ_Classes_Helpers_Tools::getMenuVisible('show_panel') && SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
522
  $url .= 'login/?token=' . SQ_Classes_Helpers_Tools::getOption('sq_api') . '&user_url=' . apply_filters('sq_homeurl', get_bloginfo('url')) . '&redirect_to=' . _SQ_DASH_URL_ . 'user/' . $path;
523
  }
524
  }
525
 
526
  return esc_url($url);
527
  }
 
 
528
  }
164
  $wp_admin_bar->add_node(
165
  array(
166
  'id' => 'sq_toolbar',
167
+ 'title' => '<span class="sq_logo" style="margin-right: 4px;margin-bottom: 4px;"></span>' . esc_html(apply_filters('sq_menu_name', _SQ_MENU_NAME_)) . (($errors) ? '<span class="sq_errorcount">' . esc_html($errors) . '</span>' : ''),
168
  'href' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'),
169
  'parent' => false
170
  )
200
  $tabs = $this->model->getTabs($menuid);
201
  if (!empty($tabs)) {
202
  foreach ($tabs as $id => $tab) {
203
+ if(isset($tab['show']) && !$tab['show']) continue;
204
+
205
  $array_id = explode('/', $id);
206
  if (count((array)$array_id) == 2) {
207
  $wp_admin_bar->add_node(
323
  'edit_posts',
324
  'sq_dashboard',
325
  null,
326
+ apply_filters('sq_logo', _SQ_ASSETS_URL_ . 'img/logo_24.png')
327
  )
328
  );
329
 
333
  foreach ($mainmenu as $name => $item) {
334
 
335
  //Check if the menu is set to show in the left side
336
+ if (isset($item['leftmenu']) && !$item['leftmenu'] && SQ_Classes_Helpers_Tools::getValue('page', '') <> $name) {
337
+ continue;
 
 
 
 
 
 
338
  }
339
 
340
  //Add the page
341
  $this->model->addSubmenu(
342
  array($item['parent'],
343
+ $item['title'],
344
  $item['title'],
345
  $item['capability'],
346
  $name,
462
  if (isset($sq_setting_page) && $sq_setting_page) {
463
  echo '<script type="text/javascript" src="//www.google.com/jsapi"></script>';
464
  echo '<script>google.load("visualization", "1.0", {packages: ["corechart"]});</script>';
465
+
466
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
467
+ if (is_rtl()) {
468
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
469
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
470
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
471
+ } else {
472
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
473
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
474
+ }
475
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-select');
476
+
477
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
478
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
479
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
480
+
481
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant');
482
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('navbar');
483
+
484
+
485
  if (isset($sq_fullscreen) && $sq_fullscreen) {
486
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fullwidth');
487
  }
488
  }
489
 
497
  */
498
  function setViewport()
499
  {
500
+ global $sq_setting_page;
501
+
502
+ if (isset($sq_setting_page) && $sq_setting_page) {
503
+ echo '<meta name="viewport" content="width=780">';
 
504
  }
505
  }
506
 
509
  */
510
  public function hookBuilders()
511
  {
512
+ add_action('elementor/editor/footer', array(SQ_Classes_ObjController::getClass('SQ_Controllers_Post'), 'loadFrontentLiveAssistant'), 99);
513
  }
514
 
515
  /**
533
  public function getCloudMenu($url, $path)
534
  {
535
  if (function_exists('wp_get_current_user') && SQ_Classes_Helpers_Tools::getOption('sq_api')) {
536
+ if (SQ_Classes_Helpers_Tools::getMenuVisible('show_account_info') && SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
537
  $url .= 'login/?token=' . SQ_Classes_Helpers_Tools::getOption('sq_api') . '&user_url=' . apply_filters('sq_homeurl', get_bloginfo('url')) . '&redirect_to=' . _SQ_DASH_URL_ . 'user/' . $path;
538
  }
539
  }
540
 
541
  return esc_url($url);
542
  }
543
+
544
+
545
  }
controllers/Onboarding.php CHANGED
@@ -53,6 +53,80 @@ class SQ_Controllers_Onboarding extends SQ_Classes_FrontController
53
  SQ_Classes_Helpers_Tools::saveOptions('sq_onboarding', SQ_VERSION);
54
  }
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  /**
57
  * Check SEO Actions
58
  */
@@ -61,42 +135,82 @@ class SQ_Controllers_Onboarding extends SQ_Classes_FrontController
61
  parent::action();
62
 
63
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
64
- case 'sq_onboading_checksite':
65
- /**
66
- *
67
- *
68
- * @var SQ_Models_CheckSeo $seoCheck
69
- */
70
- $seoCheck = SQ_Classes_ObjController::getClass('SQ_Models_CheckSeo');
71
- $seoCheck->getSourceCode();
72
- $this->metas = $seoCheck->checkMetas();
73
-
74
- break;
75
-
76
- case 'sq_onboarding_settings':
77
- $sq_onboarding_data = SQ_Classes_Helpers_Tools::getValue('sq_onboarding_data');
78
- SQ_Classes_Helpers_Tools::saveOptions('sq_onboarding_data', $sq_onboarding_data);
79
-
80
- if (isset($sq_onboarding_data['seo_level'])) {
81
- SQ_Classes_Helpers_Tools::saveOptions('sq_seoexpert', ($sq_onboarding_data['seo_level'] == 'expert'));
82
- }
83
- if (isset($sq_onboarding_data['website_type'])) {
84
- if ($sq_onboarding_data['website_type'] == 'local') {
85
- SQ_Classes_Helpers_Tools::saveOptions('sq_auto_jsonld_local', 1);
86
  }
87
- if ($sq_onboarding_data['website_type'] == 'portofolio') {
88
- SQ_Classes_Helpers_Tools::saveOptions('sq_attachment_redirect', 0);
89
- }else{
90
- SQ_Classes_Helpers_Tools::saveOptions('sq_attachment_redirect', 1);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }
92
- SQ_Classes_Helpers_Tools::saveOptions('sq_jsonld_type', ($sq_onboarding_data['website_type'] == 'personal' ? 'Person' : 'Organization'));
93
- }
94
 
95
- break;
96
- case 'sq_onboarding_commitment':
97
- SQ_Classes_Helpers_Tools::saveOptions('sq_seojourney', date('Y-m-d'));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
- break;
100
 
101
  }
102
  }
53
  SQ_Classes_Helpers_Tools::saveOptions('sq_onboarding', SQ_VERSION);
54
  }
55
 
56
+ public function step3(){
57
+ $search = (string)SQ_Classes_Helpers_Tools::getValue('skeyword', '');
58
+ $this->pages = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->getPages($search);
59
+
60
+ //get also the focus pages
61
+ $this->focuspages = SQ_Classes_RemoteController::getFocusPages();
62
+
63
+ if (!empty($this->focuspages)) {
64
+ foreach ($this->focuspages as &$focuspage) {
65
+ $focuspage = SQ_Classes_ObjController::getDomain('SQ_Models_Domain_FocusPage', $focuspage);
66
+ }
67
+ }
68
+ }
69
+
70
+ public function step4(){
71
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('seosettings');
72
+
73
+ if (function_exists('wp_enqueue_media')) {
74
+ wp_enqueue_media();
75
+ wp_enqueue_style('media-views');
76
+ }
77
+ }
78
+
79
+ /**
80
+ * Get all the assistant tasks in list
81
+ *
82
+ * @param string $current
83
+ * @return string
84
+ */
85
+ public function getBreadcrumbs($current = 'step1')
86
+ {
87
+ $content = '';
88
+
89
+ $tasks = array(
90
+ 'step1' => array(
91
+ 'title'=> esc_html__('SEO Expert Mode', 'squirrly-seo')
92
+ ),
93
+ 'step2' => array(
94
+ 'title'=> esc_html__('SEO Automation', 'squirrly-seo')
95
+ ),
96
+ 'step3' => array(
97
+ 'title'=> esc_html__('Add a Page', 'squirrly-seo')
98
+ ),
99
+ 'step4' => array(
100
+ 'title'=> esc_html__('Complete SEO Info', 'squirrly-seo')
101
+ ),
102
+ 'step5' => array(
103
+ 'title'=> esc_html__('Your Site’s Topic', 'squirrly-seo')
104
+ ),
105
+ 'step6' => array(
106
+ 'title'=> esc_html__('Ready!', 'squirrly-seo')
107
+ ),
108
+ );
109
+
110
+
111
+ //Create the list of tasks
112
+ $completed = true;
113
+ $content .= '<ul class="col-12 row p-0 m-0 my-3" >';
114
+ foreach ($tasks as $name => $task) {
115
+
116
+
117
+ $content .= '<li class="sq_task col row p-0 mx-0 ' . ($completed ? 'completed' : '') . '" >
118
+ <a href="'.SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', $name).'" style="white-space: nowrap;"><i class="fa-solid fa-check"></i> <span class="sq_task_text p-1 m-0 text-dark">' . $task['title'] . '</span></a>
119
+ </li>';
120
+
121
+ if($current == $name){
122
+ $completed = false;
123
+ }
124
+
125
+ }
126
+ $content .= '</ul>';
127
+ return $content;
128
+ }
129
+
130
  /**
131
  * Check SEO Actions
132
  */
135
  parent::action();
136
 
137
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
138
+
139
+ case 'sq_onboading_checksite':
140
+
141
+ /** @var SQ_Models_CheckSeo $seoCheck */
142
+ $seoCheck = SQ_Classes_ObjController::getClass('SQ_Models_CheckSeo');
143
+ $seoCheck->getSourceCode();
144
+ $this->metas = $seoCheck->checkMetas();
145
+
146
+ break;
147
+
148
+ case 'sq_onboarding_save':
149
+
150
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
151
+ return;
 
 
 
 
 
 
 
 
152
  }
153
+
154
+ //Save the settings
155
+ if (!empty($_POST)) {
156
+ SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveSettings();
157
+
158
+ if(SQ_Classes_Helpers_Tools::getIsset('sq_mode')) {
159
+ switch (SQ_Classes_Helpers_Tools::getValue('sq_mode')) {
160
+ case 0:
161
+ SQ_Classes_Helpers_Tools::$options = SQ_Classes_Helpers_Tools::getOptions('reset');
162
+ SQ_Classes_Helpers_Tools::saveOptions();
163
+ SQ_Classes_Helpers_Tools::saveOptions('sq_mode', 0);
164
+ SQ_Classes_Helpers_Tools::saveOptions('sq_seoexpert', 0);
165
+ //wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'));
166
+ wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'step5'));
167
+ break;
168
+ case 1:
169
+ SQ_Classes_Helpers_Tools::$options = SQ_Classes_Helpers_Tools::getOptions('recommended');
170
+ SQ_Classes_Helpers_Tools::saveOptions();
171
+ SQ_Classes_Helpers_Tools::saveOptions('sq_mode', 1);
172
+ SQ_Classes_Helpers_Tools::saveOptions('sq_seoexpert', 0);
173
+ break;
174
+ case 2:
175
+ SQ_Classes_Helpers_Tools::saveOptions('sq_seoexpert', 1);
176
+ break;
177
+ }
178
+
179
+ SQ_Classes_Helpers_Tools::saveOptions('sq_onboarding', 1);
180
+ }
181
  }
 
 
182
 
183
+ //Save custom links
184
+ if (SQ_Classes_Helpers_Tools::getIsset('keyword')) {
185
+ $keyword = (string)SQ_Classes_Helpers_Tools::getValue('keyword', '');
186
+
187
+ if ($keyword <> '') {
188
+ //set ignore on API
189
+ $args = array();
190
+ $args['keyword'] = $keyword;
191
+ $args['do_serp'] = 1;
192
+ $args['is_hidden'] = 0;
193
+ SQ_Classes_RemoteController::addBriefcaseKeyword($args);
194
+ }
195
+ }
196
+
197
+ //save the options in database
198
+ SQ_Classes_Helpers_Tools::saveOptions();
199
+
200
+ //show the saved message
201
+ if (!SQ_Classes_Error::isError()) {
202
+ //reset the report time
203
+ SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
204
+
205
+ SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
206
+ }
207
+
208
+ break;
209
+ case 'sq_onboarding_commitment':
210
+
211
+ SQ_Classes_Helpers_Tools::saveOptions('sq_seojourney', date('Y-m-d'));
212
 
213
+ break;
214
 
215
  }
216
  }
controllers/Overview.php CHANGED
@@ -42,7 +42,6 @@ class SQ_Controllers_Overview extends SQ_Classes_FrontController
42
 
43
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant');
44
 
45
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
46
  add_action('sq_form_notices', array($this, 'getNotificationCompatibility'));
47
 
48
  parent::init();
@@ -73,7 +72,7 @@ class SQ_Controllers_Overview extends SQ_Classes_FrontController
73
  <input type="hidden" name="alert" value="sq_alert_journey"/>
74
  <button type="submit" class="btn float-right bg-transparent p-0 m-0">x</button>
75
  </form>
76
- <?php echo sprintf(esc_html__("%s, why don't you start a two weeks journey for better rankings? %sStart driving your most valuable pages to Better Rankings today with your current plan.%s", 'squirrly-seo'), '<strong>' . esc_attr($username) . '</strong>', '<br /><a href="' . SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'journey1') . '" style="font-weight: bold;" >', '</a>'); ?>
77
  </div>
78
  <?php
79
  }
42
 
43
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant');
44
 
 
45
  add_action('sq_form_notices', array($this, 'getNotificationCompatibility'));
46
 
47
  parent::init();
72
  <input type="hidden" name="alert" value="sq_alert_journey"/>
73
  <button type="submit" class="btn float-right bg-transparent p-0 m-0">x</button>
74
  </form>
75
+ <?php echo sprintf(esc_html__("%s, why don't you start a two weeks journey for better rankings? %sStart driving your most valuable pages to Better Rankings today with your current plan.%s", 'squirrly-seo'), '<strong>' . esc_attr($username) . '</strong>', '<br /><a href="' . SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'journey') . '" style="font-weight: bold;" >', '</a>'); ?>
76
  </div>
77
  <?php
78
  }
controllers/Post.php CHANGED
@@ -49,7 +49,7 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
49
  }
50
 
51
  //Check the compatibility with Woocommerce
52
- if (SQ_Classes_Helpers_Tools::getOption('sq_jsonld_product_custom')) {
53
  SQ_Classes_ObjController::getClass('SQ_Models_Compatibility')->checkWooCommerce();
54
  }
55
 
@@ -343,157 +343,105 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
343
  {
344
  parent::action();
345
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
346
- case 'sq_create_demo':
347
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
348
- SQ_Classes_Error::setError(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
349
- break;
350
- }
351
-
352
- $post_type = 'post';
353
- if (post_type_exists($post_type)) {
354
- $wp_filesystem = SQ_Classes_Helpers_Tools::initFilesystem();
355
-
356
- if ($wp_filesystem->exists(_SQ_ROOT_DIR_ . 'demo.json')) {
357
- $json = json_decode($wp_filesystem->get_contents(_SQ_ROOT_DIR_ . 'demo.json'));
358
-
359
- if (isset($json->demo->title) && isset($json->demo->content)) {
360
- $args = array();
361
- $args['s'] = '"' . addslashes($json->demo->title) . '"';
362
- $args['post_type'] = $post_type;
363
- //if the post doesn't exists already or is changed
364
- if (!$posts = SQ_Classes_ObjController::getClass('SQ_Models_Post')->searchPost($args)) {
365
-
366
- // Create post object
367
- $post = array(
368
- 'post_title' => $json->demo->title,
369
- 'post_content' => $json->demo->content,
370
- 'post_status' => 'draft',
371
- 'comment_status' => 'closed',
372
- 'ping_status' => 'closed',
373
- 'post_type' => $post_type,
374
- 'post_author' => get_current_user_id(),
375
- 'post_category' => array()
376
- );
377
-
378
- if ($post_id = wp_insert_post($post)) {
379
- if (!is_wp_error($post_id)) {
380
- wp_redirect(admin_url("post.php?post=" . $post_id . "&action=edit&post_type=" . $post_type . "&keyword=" . SQ_Classes_Helpers_Sanitize::escapeKeyword($json->demo->keyword, 'url')));
381
- exit();
382
-
383
- }
384
- }
385
- } else {
386
- foreach ($posts as $post) {
387
- wp_redirect(admin_url("post.php?post=" . $post->ID . "&action=edit&post_type=" . $post_type . "&keyword=" . SQ_Classes_Helpers_Sanitize::escapeKeyword($json->demo->keyword, 'url')));
388
- exit();
389
- }
390
- }
391
 
392
- }
 
393
  }
394
- }
395
- SQ_Classes_Error::setError(esc_html__("Could not add the demo post.", 'squirrly-seo'));
396
- break;
 
 
 
 
 
 
 
 
 
397
 
398
- /** AJAX CALLS ***/
399
- case 'sq_ajax_save_ogimage':
400
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
401
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
402
  SQ_Classes_Helpers_Tools::setHeader('json');
403
- echo wp_json_encode($response);
404
- exit();
405
- }
406
 
407
- if (!empty($_FILES['ogimage'])) {
408
- $return = $this->model->addImage($_FILES['ogimage']);
409
- }
410
- if (isset($return['file'])) {
411
- $return['filename'] = basename($return['file']);
412
- $local_file = str_replace($return['filename'], urlencode($return['filename']), $return['url']);
413
- $attach_id = wp_insert_attachment(
414
- array(
415
- 'post_mime_type' => $return['type'],
416
- 'post_title' => preg_replace('/\.[^.]+$/', '', $return['filename']),
417
- 'post_content' => '',
418
- 'post_status' => 'inherit',
419
- 'guid' => $local_file
420
- ), $return['file'], SQ_Classes_Helpers_Tools::getValue('post_id')
421
- );
422
-
423
- $attach_data = wp_generate_attachment_metadata($attach_id, $return['file']);
424
- wp_update_attachment_metadata($attach_id, $attach_data);
425
- }
426
- SQ_Classes_Helpers_Tools::setHeader('json');
427
 
428
- echo wp_json_encode($return);
429
- exit();
430
- case 'sq_ajax_save_post':
431
- SQ_Classes_Helpers_Tools::setHeader('json');
 
432
 
433
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
434
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
435
- echo wp_json_encode($response);
436
- exit();
437
- }
438
 
439
- $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id');
440
- $referer = SQ_Classes_Helpers_Tools::getValue('referer', false);
441
 
442
- if ($post = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->getCurrentSnippet($post_id)) {
 
 
 
443
 
444
- if (wp_is_post_autosave($post->ID) == ''
445
- && get_post_status($post->ID) <> 'auto-draft'
446
- && get_post_status($post->ID) <> 'inherit'
447
- ) {
448
 
449
- //Send the post optimization to Squirrly API
450
- $this->sendSeo($post);
 
451
 
452
- //save the reference for this post ID
453
- if ($referer) update_post_meta($post_id, '_sq_sla', $referer);
 
 
 
 
454
  }
455
 
456
- $response['data'] = array('data' => esc_html__("Saved", 'squirrly-seo'));
457
- echo wp_json_encode($response);
458
- } else {
459
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Can't get the post URL", 'squirrly-seo'), 'sq_error');
460
  SQ_Classes_Helpers_Tools::setHeader('json');
461
- echo wp_json_encode($response);
462
- }
463
 
464
- exit();
465
- case 'sq_ajax_get_post':
466
- SQ_Classes_Helpers_Tools::setHeader('json');
467
-
468
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
469
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
470
- echo wp_json_encode($response);
471
- exit();
472
- }
473
 
474
- $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id');
475
 
476
- if ($post_id > 0) {
477
- if ($post = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->getCurrentSnippet($post_id)) {
478
- if ($post->post_status <> 'publish') {
479
- $post->url = sanitize_title($post->post_title);
 
 
 
 
 
 
480
  }
481
- echo wp_json_encode($post->toArray());
482
  } else {
483
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Can't get the post URL", 'squirrly-seo'), 'sq_error');
484
  SQ_Classes_Helpers_Tools::setHeader('json');
485
  echo wp_json_encode($response);
486
  }
487
- } else {
488
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Invalid request", 'squirrly-seo'), 'sq_error');
489
- SQ_Classes_Helpers_Tools::setHeader('json');
490
- echo wp_json_encode($response);
491
- }
492
- exit();
493
- case 'sq_ajax_type_click':
494
- SQ_Classes_Helpers_Tools::saveOptions('sq_img_licence', SQ_Classes_Helpers_Tools::getValue('licence'));
495
- exit();
496
- case 'sq_ajax_search_blog':
497
  $args = array();
498
  $args['post_type'] = 'post';
499
  $args['post_status'] = 'publish';
@@ -527,7 +475,7 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
527
  }
528
 
529
  /**
530
- * Save the keywords from briefcase into the meta keywords if there are no keywords saved
531
  *
532
  * @param SQ_Models_Domain_Sq $sq
533
  * @return SQ_Models_Domain_Sq
@@ -602,7 +550,7 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
602
  /**
603
  * Load Squirrly Assistant in frontend
604
  */
605
- public function loadLiveAssistant()
606
  {
607
  //Load the Frontend Assistant for the current post
608
  if (SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend')) {
@@ -631,21 +579,14 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
631
  wp_enqueue_script('jquery');
632
  }
633
 
634
- SQ_Classes_ObjController::getClass('SQ_Classes_RemoteController');
635
- SQ_Classes_ObjController::getClass('SQ_Classes_ActionController')->hookHead();
636
-
637
- //Load post style in post edit
638
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('post');
639
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
640
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('slaseo');
641
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('slasearch');
642
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('slaresearch');
643
-
644
  //load the draggable script in post edit for the floating SLA
645
  wp_enqueue_script("jquery-ui-core");
646
  wp_enqueue_script("jquery-ui-draggable");
647
 
648
- $this->show_view('Frontend/Assistant');
 
 
 
649
  }
650
 
651
  }
@@ -654,5 +595,105 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController
654
  }
655
  }
656
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
 
658
  }
49
  }
50
 
51
  //Check the compatibility with Woocommerce
52
+ if (SQ_Classes_Helpers_Tools::getOption('sq_jsonld_product_custom') && SQ_Classes_Helpers_Tools::getOption('sq_jsonld_woocommerce')) {
53
  SQ_Classes_ObjController::getClass('SQ_Models_Compatibility')->checkWooCommerce();
54
  }
55
 
343
  {
344
  parent::action();
345
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
346
+ /** AJAX CALLS ***/
347
+ case 'sq_ajax_save_ogimage':
348
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
349
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
350
+ SQ_Classes_Helpers_Tools::setHeader('json');
351
+ echo wp_json_encode($response);
352
+ exit();
353
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
354
 
355
+ if (!empty($_FILES['ogimage'])) {
356
+ $return = $this->model->addImage($_FILES['ogimage']);
357
  }
358
+ if (isset($return['file'])) {
359
+ $return['filename'] = basename($return['file']);
360
+ $local_file = str_replace($return['filename'], urlencode($return['filename']), $return['url']);
361
+ $attach_id = wp_insert_attachment(
362
+ array(
363
+ 'post_mime_type' => $return['type'],
364
+ 'post_title' => preg_replace('/\.[^.]+$/', '', $return['filename']),
365
+ 'post_content' => '',
366
+ 'post_status' => 'inherit',
367
+ 'guid' => $local_file
368
+ ), $return['file'], SQ_Classes_Helpers_Tools::getValue('post_id')
369
+ );
370
 
371
+ $attach_data = wp_generate_attachment_metadata($attach_id, $return['file']);
372
+ wp_update_attachment_metadata($attach_id, $attach_data);
373
+ }
 
374
  SQ_Classes_Helpers_Tools::setHeader('json');
 
 
 
375
 
376
+ echo wp_json_encode($return);
377
+ exit();
378
+ case 'sq_ajax_save_post':
379
+ SQ_Classes_Helpers_Tools::setHeader('json');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
 
381
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
382
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
383
+ echo wp_json_encode($response);
384
+ exit();
385
+ }
386
 
387
+ $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id');
388
+ $referer = SQ_Classes_Helpers_Tools::getValue('referer', false);
 
 
 
389
 
390
+ if ($post = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->getCurrentSnippet($post_id)) {
 
391
 
392
+ if (wp_is_post_autosave($post->ID) == ''
393
+ && get_post_status($post->ID) <> 'auto-draft'
394
+ && get_post_status($post->ID) <> 'inherit'
395
+ ) {
396
 
397
+ //Send the post optimization to Squirrly API
398
+ $this->sendSeo($post);
 
 
399
 
400
+ //save the reference for this post ID
401
+ if ($referer) update_post_meta($post_id, '_sq_sla', $referer);
402
+ }
403
 
404
+ $response['data'] = array('data' => esc_html__("Saved", 'squirrly-seo'));
405
+ echo wp_json_encode($response);
406
+ } else {
407
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Can't get the post URL", 'squirrly-seo'), 'sq_error');
408
+ SQ_Classes_Helpers_Tools::setHeader('json');
409
+ echo wp_json_encode($response);
410
  }
411
 
412
+ exit();
413
+ case 'sq_ajax_get_post':
 
 
414
  SQ_Classes_Helpers_Tools::setHeader('json');
 
 
415
 
416
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
417
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
418
+ echo wp_json_encode($response);
419
+ exit();
420
+ }
 
 
 
 
421
 
422
+ $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id');
423
 
424
+ if ($post_id > 0) {
425
+ if ($post = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->getCurrentSnippet($post_id)) {
426
+ if ($post->post_status <> 'publish') {
427
+ $post->url = sanitize_title($post->post_title);
428
+ }
429
+ echo wp_json_encode($post->toArray());
430
+ } else {
431
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Can't get the post URL", 'squirrly-seo'), 'sq_error');
432
+ SQ_Classes_Helpers_Tools::setHeader('json');
433
+ echo wp_json_encode($response);
434
  }
 
435
  } else {
436
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Invalid request", 'squirrly-seo'), 'sq_error');
437
  SQ_Classes_Helpers_Tools::setHeader('json');
438
  echo wp_json_encode($response);
439
  }
440
+ exit();
441
+ case 'sq_ajax_type_click':
442
+ SQ_Classes_Helpers_Tools::saveOptions('sq_img_licence', SQ_Classes_Helpers_Tools::getValue('licence'));
443
+ exit();
444
+ case 'sq_ajax_search_blog':
 
 
 
 
 
445
  $args = array();
446
  $args['post_type'] = 'post';
447
  $args['post_status'] = 'publish';
475
  }
476
 
477
  /**
478
+ * Save the keywords from briefcase into the META keywords if there are no keywords saved
479
  *
480
  * @param SQ_Models_Domain_Sq $sq
481
  * @return SQ_Models_Domain_Sq
550
  /**
551
  * Load Squirrly Assistant in frontend
552
  */
553
+ public function loadFrontentLiveAssistant()
554
  {
555
  //Load the Frontend Assistant for the current post
556
  if (SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend')) {
579
  wp_enqueue_script('jquery');
580
  }
581
 
 
 
 
 
 
 
 
 
 
 
582
  //load the draggable script in post edit for the floating SLA
583
  wp_enqueue_script("jquery-ui-core");
584
  wp_enqueue_script("jquery-ui-draggable");
585
 
586
+ SQ_Classes_ObjController::getClass('SQ_Classes_RemoteController');
587
+ SQ_Classes_ObjController::getClass('SQ_Classes_ActionController')->hookHead();
588
+
589
+ $this->show_view('Blocks/FrontendAssistant');
590
  }
591
 
592
  }
595
  }
596
  }
597
 
598
+ /**
599
+ * Load the JS for API
600
+ */
601
+ public static function loadLiveAssistant()
602
+ {
603
+ global $post;
604
+ $referer = '';
605
+
606
+ $metas = json_decode(wp_json_encode(SQ_Classes_Helpers_Tools::getOption('sq_metas')));
607
+ $sq_postID = (isset($post->ID) ? $post->ID : 0);
608
+
609
+ //Load Squirrly Live Assistant for Elementor builder
610
+ if (SQ_Classes_Helpers_Tools::isPluginInstalled('elementor/elementor.php')) {
611
+ if (SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend')) {
612
+ $referer = get_post_meta($sq_postID, '_sq_sla', true);
613
+ }
614
+ }
615
+
616
+ echo '<script>
617
+ var SQ_DEBUG = ' . (int)SQ_DEBUG . ';
618
+ (function($){
619
+ $.sq_config = {
620
+ sq_version: "' . esc_attr(SQ_VERSION) . '",
621
+ token: "' . esc_attr(SQ_Classes_Helpers_Tools::getOption('sq_api')) . '",
622
+ url_token: "' . (SQ_Classes_Helpers_Tools::getOption('sq_cloud_connect') ? esc_attr(SQ_Classes_Helpers_Tools::getOption('sq_cloud_token')) : false) . '",
623
+ sq_apiurl: "' . esc_url(_SQ_APIV2_URL_) . '",
624
+ user_url: "' . esc_url(apply_filters('sq_homeurl', get_bloginfo('url'))) . '",
625
+ language: "' . esc_attr(apply_filters('sq_language', get_bloginfo('language'))) . '",
626
+ referer: "' . esc_attr($referer) . '",
627
+ sq_keywordtag: ' . (int)SQ_Classes_Helpers_Tools::getOption('sq_keywordtag') . ',
628
+ sq_keyword_help: ' . (int)SQ_Classes_Helpers_Tools::getOption('sq_keyword_help') . ',
629
+ frontend_css: "' . esc_url(_SQ_ASSETS_URL_ . 'css/frontend' . (SQ_DEBUG ? '' : '.min') . '.css') . '",
630
+ postID: "' . (int)$sq_postID . '",
631
+ prevNonce: "' . esc_attr(wp_create_nonce('post_preview_' . $sq_postID)) . '",
632
+ __keyword: "' . esc_html__('Keyword:', 'squirrly-seo') . '",
633
+ __date: "' . esc_html__('date', 'squirrly-seo') . '",
634
+ __noconnection: "' . esc_html__("To load the Live Assistant and optimize this page, click to connect to Squirrly Cloud.", 'squirrly-seo') . '",
635
+ __saved: "' . esc_html__('Saved!', 'squirrly-seo') . '",
636
+ __readit: "' . esc_html__('Read it!', 'squirrly-seo') . '",
637
+ __insertit: "' . esc_html__('Insert it!', 'squirrly-seo') . '",
638
+ __reference: "' . esc_html__('Reference', 'squirrly-seo') . '",
639
+ __insertasbox: "' . esc_html__('Insert as box', 'squirrly-seo') . '",
640
+ __addlink: "' . esc_html__('Insert Link', 'squirrly-seo') . '",
641
+ __notrelevant: "' . esc_html__('Not relevant?', 'squirrly-seo') . '",
642
+ __insertparagraph: "' . esc_html__('Insert in your article', 'squirrly-seo') . '",
643
+ __ajaxerror: "' . esc_html__(':( An error occurred while processing your request. Please try again', 'squirrly-seo') . '",
644
+ __nofound: "' . esc_html__('No results found!', 'squirrly-seo') . '",
645
+ __sq_photo_copyright: "' . esc_html__('[ ATTRIBUTE: Please check: %s to find out how to attribute this image ]', 'squirrly-seo') . '",
646
+ __has_attributes: "' . esc_html__('Has creative commons attributes', 'squirrly-seo') . '",
647
+ __no_attributes: "' . esc_html__('No known copyright restrictions', 'squirrly-seo') . '",
648
+ __noopt: "' . esc_html__('You haven`t used Squirrly SEO to optimize your article. Do you want to optimize for a keyword before publishing?', 'squirrly-seo') . '",
649
+ __subscription_expired: "' . esc_html__('Your Subscription has Expired', 'squirrly-seo') . '",
650
+ __no_briefcase: "' . esc_html__('There are no keywords saved in briefcase yet', 'squirrly-seo') . '",
651
+ __fulloptimized: "' . esc_html__('Congratulations! Your article is 100% optimized!', 'squirrly-seo') . '",
652
+ __toomanytimes: "' . esc_html__('appears too many times. Try to remove %s of them', 'squirrly-seo') . '",
653
+ __writemorewords: "' . esc_html__('write %s more words', 'squirrly-seo') . '",
654
+ __keywordinintroduction: "' . esc_html__('Add the keyword in the %s of your article', 'squirrly-seo') . '",
655
+ __clicktohighlight: "' . esc_html__('Click to keep the highlight on', 'squirrly-seo') . '",
656
+ __introduction: "' . esc_html__('introduction', 'squirrly-seo') . '",
657
+ __morewordsafter: "' . esc_html__('Write more words after the %s keyword', 'squirrly-seo') . '",
658
+ __orusesynonyms: "' . esc_html__('or use synonyms', 'squirrly-seo') . '",
659
+ __addmorewords: "' . esc_html__('add %s more word(s)', 'squirrly-seo') . '",
660
+ __removewords: "' . esc_html__('or remove %s word(s)', 'squirrly-seo') . '",
661
+ __addmorekeywords: "' . esc_html__('add the selected keyword %s more time(s) ', 'squirrly-seo') . '",
662
+ __addminimumwords: "' . esc_html__('write %s more words to start calculating', 'squirrly-seo') . '",
663
+ __add_to_briefcase: "' . esc_html__('Add to Briefcase', 'squirrly-seo') . '",
664
+ __add_keyword_briefcase: "' . esc_html__('Add Keyword to Briefcase', 'squirrly-seo') . '",
665
+ __usekeyword: "' . esc_html__('Select', 'squirrly-seo') . '",
666
+ __new_post_title: "' . esc_html__('Auto Draft') . '",
667
+ __enter_keyword: "' . esc_html__('Enter keyword above and press ENTER', 'squirrly-seo') . '",
668
+ __add_keyword: "' . esc_html__('Add Keywords from Briefcase', 'squirrly-seo') . '",
669
+ __frontend_optimized: "' . esc_html__('Live Assistant was used to optimize this page with the Page Builder. Please go back and resume your optimization work there.', 'squirrly-seo') . '",
670
+ };
671
+ $.sq_params = {
672
+ max_length_title: ' . (int)$metas->title_maxlength . ',
673
+ max_length_description: ' . (int)$metas->description_maxlength . ',
674
+ };
675
+
676
+ })(jQuery);
677
+ </script>';
678
+
679
+ if (is_rtl()) {
680
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap.rtl');
681
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
682
+ } else {
683
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap');
684
+ }
685
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('logo');
686
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('post');
687
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
688
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/sq_floating.min.js');
689
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/utils/mark.min.js');
690
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/utils/xregexp.min.js');
691
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/sq_briefcase.min.js');
692
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/sq_frontend.min.js');
693
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/sq_blockseo.min.js');
694
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/sq_blocksearch.min.js');
695
+ SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant/squirrly.min.js');
696
+
697
+ }
698
 
699
  }
controllers/Ranking.php CHANGED
@@ -73,8 +73,6 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController
73
  */
74
  public function rankings()
75
  {
76
- add_action('sq_form_notices', array($this,'getNotificationBar'));
77
-
78
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
79
 
80
  $args = array();
@@ -159,7 +157,7 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController
159
 
160
  break;
161
  case 'sq_serp_refresh_post':
162
- $keyword = SQ_Classes_Helpers_Tools::getValue('keyword', false);
163
  if ($keyword) {
164
  $args = array();
165
  $args['keyword'] = $keyword;
@@ -172,7 +170,7 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController
172
 
173
  break;
174
  case 'sq_serp_delete_keyword':
175
- $keyword = SQ_Classes_Helpers_Tools::getValue('keyword', false);
176
 
177
  if ($keyword) {
178
  $response = SQ_Classes_RemoteController::deleteSerpKeyword(array('keyword' => $keyword));
@@ -239,7 +237,7 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController
239
  enableInteractivity: "true",
240
  tooltip: {trigger: "auto"},
241
  pointSize: "2",
242
- colors: ["#55b2ca"],
243
  hAxis: {
244
  baselineColor: "transparent",
245
  gridlineColor: "transparent",
73
  */
74
  public function rankings()
75
  {
 
 
76
  $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
77
 
78
  $args = array();
157
 
158
  break;
159
  case 'sq_serp_refresh_post':
160
+ $keyword = SQ_Classes_Helpers_Tools::getValue('keyword');
161
  if ($keyword) {
162
  $args = array();
163
  $args['keyword'] = $keyword;
170
 
171
  break;
172
  case 'sq_serp_delete_keyword':
173
+ $keyword = SQ_Classes_Helpers_Tools::getValue('keyword');
174
 
175
  if ($keyword) {
176
  $response = SQ_Classes_RemoteController::deleteSerpKeyword(array('keyword' => $keyword));
237
  enableInteractivity: "true",
238
  tooltip: {trigger: "auto"},
239
  pointSize: "2",
240
+ colors: ["#6200EE"],
241
  hAxis: {
242
  baselineColor: "transparent",
243
  gridlineColor: "transparent",
controllers/Research.php CHANGED
@@ -80,10 +80,18 @@ class SQ_Controllers_Research extends SQ_Classes_FrontController
80
  echo SQ_Classes_ObjController::getClass('SQ_Models_Assistant')->getModal();
81
  }
82
 
 
 
 
 
 
 
 
 
 
 
83
  public function research()
84
  {
85
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
86
-
87
  $countries = SQ_Classes_RemoteController::getKrCountries();
88
 
89
  if (!is_wp_error($countries)) {
@@ -95,7 +103,6 @@ class SQ_Controllers_Research extends SQ_Classes_FrontController
95
 
96
  public function briefcase()
97
  {
98
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
99
 
100
  $search = (string)SQ_Classes_Helpers_Tools::getValue('skeyword', '');
101
  $labels = SQ_Classes_Helpers_Tools::getValue('slabel', false);
@@ -128,8 +135,6 @@ class SQ_Controllers_Research extends SQ_Classes_FrontController
128
 
129
  public function labels()
130
  {
131
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
132
-
133
  $args = array();
134
  if (!empty($labels)) {
135
  $args['label'] = join(',', $labels);
@@ -149,8 +154,6 @@ class SQ_Controllers_Research extends SQ_Classes_FrontController
149
 
150
  public function suggested()
151
  {
152
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
153
-
154
  //Get the briefcase keywords
155
  if ($briefcase = SQ_Classes_RemoteController::getBriefcase()) {
156
  if (!is_wp_error($briefcase)) {
80
  echo SQ_Classes_ObjController::getClass('SQ_Models_Assistant')->getModal();
81
  }
82
 
83
+ public function addkeyword(){
84
+ $this->research();
85
+
86
+ $this->show_view('Research/Research');
87
+
88
+
89
+ //get the modal window for the assistant popup
90
+ echo SQ_Classes_ObjController::getClass('SQ_Models_Assistant')->getModal();
91
+ }
92
+
93
  public function research()
94
  {
 
 
95
  $countries = SQ_Classes_RemoteController::getKrCountries();
96
 
97
  if (!is_wp_error($countries)) {
103
 
104
  public function briefcase()
105
  {
 
106
 
107
  $search = (string)SQ_Classes_Helpers_Tools::getValue('skeyword', '');
108
  $labels = SQ_Classes_Helpers_Tools::getValue('slabel', false);
135
 
136
  public function labels()
137
  {
 
 
138
  $args = array();
139
  if (!empty($labels)) {
140
  $args['label'] = join(',', $labels);
154
 
155
  public function suggested()
156
  {
 
 
157
  //Get the briefcase keywords
158
  if ($briefcase = SQ_Classes_RemoteController::getBriefcase()) {
159
  if (!is_wp_error($briefcase)) {
controllers/SeoSettings.php CHANGED
@@ -8,24 +8,8 @@ class SQ_Controllers_SeoSettings extends SQ_Classes_FrontController
8
 
9
  function init()
10
  {
11
- $tab = preg_replace("/[^a-zA-Z0-9]/", "", SQ_Classes_Helpers_Tools::getValue('tab', 'automation'));
12
 
13
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
14
- if (is_rtl()) {
15
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
16
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
17
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
18
- } else {
19
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
20
- }
21
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-select');
22
-
23
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
24
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
25
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
26
-
27
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('assistant');
28
- SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('navbar');
29
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('seosettings');
30
 
31
  if (method_exists($this, $tab)) {
@@ -52,62 +36,22 @@ class SQ_Controllers_SeoSettings extends SQ_Classes_FrontController
52
 
53
  public function automation()
54
  {
55
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
56
-
57
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
58
  SQ_Classes_ObjController::getClass('SQ_Controllers_Patterns')->init();
59
  }
60
 
61
  public function metas()
62
  {
63
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
64
-
65
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
66
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet');
67
  }
68
 
69
  public function links()
70
  {
71
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
72
-
73
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
74
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet');
75
  }
76
 
77
- public function jsonld()
78
- {
79
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
80
- }
81
-
82
- public function social()
83
- {
84
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
85
- }
86
-
87
- public function tracking()
88
- {
89
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
90
- }
91
-
92
- public function webmaster()
93
- {
94
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
95
- }
96
-
97
- public function sitemap()
98
- {
99
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
100
- }
101
-
102
- public function robots()
103
- {
104
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
105
- }
106
-
107
- public function favicon()
108
- {
109
- add_action('sq_form_notices', array($this, 'getNotificationBar'));
110
- }
111
 
112
  public function backup()
113
  {
@@ -136,634 +80,411 @@ class SQ_Controllers_SeoSettings extends SQ_Classes_FrontController
136
 
137
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
138
 
139
- case 'sq_seosettings_links':
140
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
141
- return;
142
- }
143
-
144
- //Save the settings
145
- if (!empty($_POST)) {
146
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
147
- }
148
-
149
- //Save custom robots
150
- $links = SQ_Classes_Helpers_Tools::getValue('links_permission', '', true);
151
- $links = explode(PHP_EOL, $links);
152
- $links = str_replace("\r", "", $links);
153
-
154
- if (!empty($links)) {
155
- SQ_Classes_Helpers_Tools::$options['sq_external_exception'] = array_unique($links);
156
- }
157
-
158
- //save the options in database
159
- SQ_Classes_Helpers_Tools::saveOptions();
160
-
161
- //show the saved message
162
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
163
 
164
- break;
165
-
166
- ///////////////////////////////////////////SEO SETTINGS METAS
167
- case 'sq_seosettings_metas':
168
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
169
- return;
170
- }
171
-
172
- //Save the settings
173
- if (!empty($_POST)) {
174
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
175
- }
176
-
177
- ///////////////////////////////////////////
178
- /////////////////////////////FIRST PAGE OPTIMIZATION
179
- $url = home_url();
180
- $post = SQ_Classes_ObjController::getClass('SQ_Models_Snippet')->setHomePage();
181
-
182
- $post->sq->doseo = 1;
183
- $post->sq->title = urldecode(SQ_Classes_Helpers_Tools::getValue('sq_fp_title', false));
184
- $post->sq->description = urldecode(SQ_Classes_Helpers_Tools::getValue('sq_fp_description', false));
185
- $post->sq->keywords = SQ_Classes_Helpers_Tools::getValue('sq_fp_keywords', false);
186
-
187
- if (SQ_Classes_Helpers_Tools::getIsset('sq_fp_ogimage')) {
188
- $post->sq->og_media = SQ_Classes_Helpers_Tools::getValue('sq_fp_ogimage', '');
189
- }
190
-
191
- SQ_Classes_ObjController::getClass('SQ_Models_Qss')->saveSqSEO(
192
- $url,
193
- md5('wp_homepage'),
194
- maybe_serialize(
195
- array(
196
- 'ID' => 0,
197
- 'post_type' => 'home',
198
- 'term_id' => 0,
199
- 'taxonomy' => '',
200
- )
201
- ),
202
- maybe_serialize($post->sq->toArray()),
203
- gmdate('Y-m-d H:i:s')
204
- );
205
-
206
- //reset the report time
207
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
208
-
209
- //show the saved message
210
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
211
-
212
- break;
213
-
214
- ///////////////////////////////////////////SEO SETTINGS AUTOMATION
215
- case 'sq_seosettings_automation':
216
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
217
- return;
218
- }
219
-
220
- //Save the settings
221
- if (!empty($_POST)) {
222
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
223
- }
224
-
225
-
226
- //show the saved message
227
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
228
-
229
- break;
230
- ///////////////////////////////////////////SEO SETTINGS METAS
231
- case 'sq_seosettings_social':
232
- case 'sq_seosettings_tracking':
233
- case 'sq_seosettings_webmaster':
234
- case 'sq_seosettings_advanced':
235
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
236
- return;
237
- }
238
-
239
- //Save the settings
240
- if (!empty($_POST)) {
241
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
242
- }
243
-
244
- //save the options in database
245
- SQ_Classes_Helpers_Tools::saveOptions();
246
-
247
- //reset the report time
248
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
249
-
250
- //show the saved message
251
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
252
-
253
-
254
- break;
255
-
256
- ///////////////////////////////////////////SEO SETTINGS METAS
257
- case 'sq_seosettings_sitemap':
258
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
259
- return;
260
- }
261
-
262
- //Save the settings
263
- if (!empty($_POST)) {
264
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
265
- }
266
-
267
- //Make sure we get the Sitemap data from the form
268
- if ($sitemap = SQ_Classes_Helpers_Tools::getValue('sitemap', false)) {
269
- foreach (SQ_Classes_Helpers_Tools::$options['sq_sitemap'] as $key => $value) {
270
- if (isset($sitemap[$key])) {
271
- SQ_Classes_Helpers_Tools::$options['sq_sitemap'][$key][1] = (int)$sitemap[$key];
272
- } elseif ($key <> 'sitemap') {
273
- SQ_Classes_Helpers_Tools::$options['sq_sitemap'][$key][1] = 0;
274
- }
275
  }
276
- }
277
-
278
- //save the options in database
279
- SQ_Classes_Helpers_Tools::saveOptions();
280
-
281
- //delete other sitemap xml files from root
282
- if (SQ_Classes_Helpers_Tools::getOption('sq_auto_sitemap') && file_exists(ABSPATH . "/" . 'sitemap.xml')) {
283
- @rename(ABSPATH . "/" . 'sitemap.xml', ABSPATH . "/" . 'sitemap_ren' . time() . '.xml');
284
- }
285
-
286
- //reset the report time
287
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
288
 
289
- //show the saved message
290
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
291
-
292
- break;
293
-
294
- //Save the JSON-LD page from SEO Settings
295
- case 'sq_seosettings_jsonld':
296
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
297
- return;
298
- }
299
-
300
- //Save the settings
301
- if (!empty($_POST)) {
302
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
303
- }
304
-
305
- if (SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Person']['telephone'] <> '') {
306
- SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Person']['telephone'] = '+' . ltrim(SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Person']['telephone'], '+');
307
- }
308
- if (SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Organization']['contactPoint']['telephone'] <> '') {
309
- SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Organization']['contactPoint']['telephone'] = '+' . ltrim(SQ_Classes_Helpers_Tools::$options['sq_jsonld']['Organization']['contactPoint']['telephone'], '+');
310
- }
311
-
312
- //save the options in database
313
- SQ_Classes_Helpers_Tools::saveOptions();
314
-
315
- //reset the report time
316
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
317
-
318
- //show the saved message
319
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
320
-
321
- break;
322
-
323
- //Save the Robots permissions
324
- case 'sq_seosettings_robots':
325
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
326
- return;
327
- }
328
-
329
- //Save the settings
330
- if (!empty($_POST)) {
331
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
332
- }
333
-
334
- //Save custom robots
335
- $robots = SQ_Classes_Helpers_Tools::getValue('robots_permission', '', true);
336
- $robots = explode(PHP_EOL, $robots);
337
- $robots = str_replace("\r", "", $robots);
338
-
339
- if (!empty($robots)) {
340
- SQ_Classes_Helpers_Tools::$options['sq_robots_permission'] = array_unique($robots);
341
- }
342
-
343
- //save the options in database
344
- SQ_Classes_Helpers_Tools::saveOptions();
345
-
346
- //reset the report time
347
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
348
-
349
- //show the saved message
350
- if (!SQ_Classes_Error::isError()) SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
351
-
352
-
353
- break;
354
-
355
- //Save the Favicon image
356
- case 'sq_seosettings_favicon':
357
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
358
- return;
359
- }
360
 
361
- //If the favicon is turned off delete the favicon image created
362
- if (!SQ_Classes_Helpers_Tools::getValue('sq_auto_favicon')
363
- && SQ_Classes_Helpers_Tools::getOption('sq_auto_favicon')
364
- && SQ_Classes_Helpers_Tools::getOption('favicon') <> ''
365
- && file_exists(ABSPATH . "/" . 'favicon.ico')
366
- ) {
367
- @rename(ABSPATH . "/" . 'favicon.ico', ABSPATH . "/" . 'favicon_ren' . time() . '.ico');
368
- }
369
 
370
- //Save the settings
371
- if (!empty($_POST)) {
372
- SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveValues($_POST);
373
- }
374
 
375
- /* if there is an icon to upload */
376
- if (!empty($_FILES['favicon'])) {
377
- if ($return = SQ_Classes_ObjController::getClass('SQ_Models_Ico')->addFavicon($_FILES['favicon'])) {
378
- if ($return['favicon'] <> '') {
379
- SQ_Classes_Helpers_Tools::saveOptions('favicon', strtolower(basename($return['favicon'])));
380
- }
381
  }
382
- }
383
 
 
384
 
385
- break;
386
- case 'sq_seosettings_ga_revoke':
387
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
388
- return;
389
- }
390
 
391
- //remove connection with Google Analytics
392
- $response = SQ_Classes_RemoteController::revokeGaConnection();
393
- if (!is_wp_error($response)) {
394
- SQ_Classes_Error::setError(esc_html__("Google Analytics account is disconnected.", 'squirrly-seo') . " <br /> ", 'success');
395
- } else {
396
- SQ_Classes_Error::setError(esc_html__("Error! Could not disconnect the account.", 'squirrly-seo') . " <br /> ");
397
- }
398
- break;
399
- case 'sq_seosettings_gsc_revoke':
400
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
401
- return;
402
- }
 
403
 
404
- //remove connection with Google Search Console
405
- $response = SQ_Classes_RemoteController::revokeGscConnection();
406
- if (!is_wp_error($response)) {
407
- SQ_Classes_Error::setError(esc_html__("Google Search Console account is disconnected.", 'squirrly-seo') . " <br /> ", 'success');
408
- } else {
409
- SQ_Classes_Error::setError(esc_html__("Error! Could not disconnect the account.", 'squirrly-seo') . " <br /> ");
410
- }
411
- break;
412
- case 'sq_seosettings_ga_check':
413
- case 'sq_seosettings_gsc_check':
414
- case 'sq_seosettings_clear_cache':
 
 
 
 
 
 
 
 
 
 
 
415
 
416
- //Refresh the checkin on login
417
- delete_transient('sq_checkin');
418
 
419
- break;
420
- case 'sq_seosettings_ga_save':
421
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
422
- return;
423
- }
424
 
425
- $property_id = SQ_Classes_Helpers_Tools::getValue('property_id', false);
 
 
 
 
 
 
 
 
426
 
427
- if ($property_id) {
428
- $args = array();
429
- $args['property_id'] = $property_id;
430
- SQ_Classes_RemoteController::saveGAProperties($args);
431
- }
432
 
433
- SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
434
- break;
435
- case 'sq_seosettings_backupsettings':
436
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
437
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
438
- SQ_Classes_Helpers_Tools::setHeader('json');
439
- echo wp_json_encode($response);
440
  exit();
441
- }
442
-
443
- SQ_Classes_Helpers_Tools::setHeader('text');
444
- header("Content-Disposition: attachment; filename=squirrly-settings-" . gmdate('Y-m-d') . ".txt");
445
-
446
- if (function_exists('base64_encode')) {
447
- echo base64_encode(wp_json_encode(SQ_Classes_Helpers_Tools::$options));
448
- } else {
449
- echo wp_json_encode(SQ_Classes_Helpers_Tools::$options);
450
- }
451
- exit();
452
- case 'sq_seosettings_restoresettings':
453
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
454
- return;
455
- }
456
-
457
- if (!empty($_FILES['sq_options']) && $_FILES['sq_options']['tmp_name'] <> '') {
458
- $fp = fopen($_FILES['sq_options']['tmp_name'], 'rb');
459
- $options = '';
460
- while (($line = fgets($fp)) !== false) {
461
- $options .= $line;
462
  }
463
- try {
464
- if (function_exists('base64_encode') && base64_decode($options) <> '') {
465
- $options = @base64_decode($options);
 
 
 
466
  }
467
- $options = json_decode($options, true);
468
- if (is_array($options) && isset($options['sq_api'])) {
469
- if (SQ_Classes_Helpers_Tools::getOption('sq_api') <> '') {
470
- $options['sq_api'] = SQ_Classes_Helpers_Tools::getOption('sq_api');
471
  }
472
- if (SQ_Classes_Helpers_Tools::getOption('sq_seojourney') <> '') {
473
- $options['sq_seojourney'] = SQ_Classes_Helpers_Tools::getOption('sq_seojourney');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
474
  }
475
- SQ_Classes_Helpers_Tools::$options = $options;
476
- SQ_Classes_Helpers_Tools::saveOptions();
477
-
478
- //Check if there is an old backup from Squirrly
479
- SQ_Classes_Helpers_Tools::getOptions();
480
-
481
- //reset the report time
482
- SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
483
-
484
- SQ_Classes_Error::setError(esc_html__("Great! The backup is restored.", 'squirrly-seo') . " <br /> ", 'success');
485
- } else {
486
  SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
487
  }
488
- } catch (Exception $e) {
489
- SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
490
  }
491
- } else {
492
- SQ_Classes_Error::setError(esc_html__("Error! You have to enter a previously saved backup file.", 'squirrly-seo') . " <br /> ");
493
- }
494
- break;
495
- case 'sq_seosettings_backupseo':
496
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
497
- return;
498
- }
499
-
500
- header('Content-Type: application/octet-stream');
501
- header("Content-Transfer-Encoding: Binary");
502
- header("Content-Disposition: attachment; filename=squirrly-seo-" . gmdate('Y-m-d') . ".sql");
503
-
504
- if (function_exists('base64_encode')) {
505
- echo base64_encode(SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->createTableBackup());
506
- } else {
507
- echo SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->createTableBackup();
508
- }
509
- exit();
510
- case 'sq_seosettings_restoreseo':
511
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
512
- return;
513
- }
514
-
515
- if (!empty($_FILES['sq_sql']) && $_FILES['sq_sql']['tmp_name'] <> '') {
516
- $fp = fopen($_FILES['sq_sql']['tmp_name'], 'rb');
517
- $sql_file = '';
518
- while (($line = fgets($fp)) !== false) {
519
- $sql_file .= $line;
520
  }
521
 
 
 
 
 
522
  if (function_exists('base64_encode')) {
523
- $sql_file = @base64_decode($sql_file);
 
 
 
 
 
 
 
524
  }
525
 
526
- if ($sql_file <> '' && strpos($sql_file, 'INSERT INTO') !== false) {
527
- try {
 
 
 
 
 
 
 
 
528
 
529
- $queries = explode("INSERT INTO", $sql_file);
530
- SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->executeSql($queries);
531
- SQ_Classes_Error::setError(esc_html__("Great! The SEO backup is restored.", 'squirrly-seo') . " <br /> ", 'success');
532
 
533
- } catch (Exception $e) {
 
 
 
 
 
 
 
534
  SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
535
  }
536
  } else {
537
- SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
538
  }
539
- } else {
540
- SQ_Classes_Error::setError(esc_html__("Error! You have to enter a previously saved backup file.", 'squirrly-seo') . " <br /> ");
541
- }
542
- break;
543
- case 'sq_seosettings_importall':
544
- $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
545
- if ($platform <> '') {
546
- try {
547
- SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSettings($platform);
548
- $seo = SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSeo($platform);
549
- if (!empty($seo)) {
550
- //Check if the Squirrly Table Exists
551
- SQ_Classes_ObjController::getClass('SQ_Models_Qss')->checkTableExists();
552
-
553
- foreach ($seo as $sq_hash => $metas) {
554
- SQ_Classes_ObjController::getClass('SQ_Models_Qss')->saveSqSEO(
555
- (isset($metas['url']) ? $metas['url'] : ''),
556
- $sq_hash,
557
- maybe_serialize(
558
- array(
559
- 'ID' => (isset($metas['post_id']) ? (int)$metas['post_id'] : 0),
560
- 'post_type' => (isset($metas['post_type']) ? $metas['post_type'] : ''),
561
- 'term_id' => (isset($metas['term_id']) ? (int)$metas['term_id'] : 0),
562
- 'taxonomy' => (isset($metas['taxonomy']) ? $metas['taxonomy'] : ''),
563
- )
564
- ),
565
- maybe_serialize($metas),
566
- gmdate('Y-m-d H:i:s')
567
- );
568
  }
569
- }
570
 
571
- SQ_Classes_Error::setMessage(sprintf(esc_html__("Success! The import from %s was completed successfully and your SEO is safe!", 'squirrly-seo'), SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->getName($platform)));
572
- } catch (Exception $e) {
573
- SQ_Classes_Error::setMessage(esc_html__("Error! An error occured while import. Please try again.", 'squirrly-seo'));
 
 
 
 
 
 
574
  }
575
- }
576
- break;
577
- case 'sq_seosettings_importsettings':
578
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
579
- return;
580
- }
581
 
582
- $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
583
- if ($platform <> '') {
584
- if (SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSettings($platform)) {
585
- SQ_Classes_Error::setMessage(esc_html__("All the Plugin settings were imported successfuly!", 'squirrly-seo'));
586
- } else {
587
- SQ_Classes_Error::setMessage(esc_html__("No settings found for this plugin/theme.", 'squirrly-seo'));
 
 
 
 
 
 
588
  }
589
- }
590
- break;
591
- case 'sq_seosettings_importseo':
592
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
593
- return;
594
- }
595
 
596
- $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
597
- $overwrite = SQ_Classes_Helpers_Tools::getValue('sq_import_overwrite', false);
598
-
599
- if ($platform <> '') {
600
- $seo = SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSeo($platform);
601
-
602
- if (!empty($seo)) {
603
- foreach ($seo as $sq_hash => $metas) {
604
- $sq = SQ_Classes_ObjController::getClass('SQ_Models_Qss')->getSqSeo($sq_hash);
605
-
606
- if ($overwrite || !($sq->title && $sq->description)) {
607
-
608
- SQ_Classes_ObjController::getClass('SQ_Models_Qss')->saveSqSEO(
609
- (isset($metas['url']) ? $metas['url'] : ''),
610
- $sq_hash,
611
- maybe_serialize(
612
- array(
613
- 'ID' => (isset($metas['post_id']) ? (int)$metas['post_id'] : 0),
614
- 'post_type' => (isset($metas['post_type']) ? $metas['post_type'] : ''),
615
- 'term_id' => (isset($metas['term_id']) ? (int)$metas['term_id'] : 0),
616
- 'taxonomy' => (isset($metas['taxonomy']) ? $metas['taxonomy'] : ''),
617
- )
618
- ),
619
- maybe_serialize($metas),
620
- gmdate('Y-m-d H:i:s')
621
- );
622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
623
  }
624
  }
625
- }
626
 
627
- SQ_Classes_Error::setMessage(sprintf(esc_html__("Success! The import from %s was completed successfully and your SEO is safe!", 'squirrly-seo'), SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->getName($platform)));
628
- }
629
- break;
630
- case 'sq_rollback':
631
- SQ_Classes_Helpers_Tools::setHeader('html');
632
- $plugin_slug = basename(_SQ_PLUGIN_NAME_, '.php');
633
 
634
 
635
- $rollback = SQ_Classes_ObjController::getClass('SQ_Models_Rollback');
636
 
637
- $rollback->set_plugin(
638
- array(
639
- 'version' => SQ_STABLE_VERSION,
640
- 'plugin_name' => _SQ_ROOT_DIR_,
641
- 'plugin_slug' => $plugin_slug,
642
- 'package_url' => sprintf('https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, SQ_STABLE_VERSION),
643
- )
644
- );
645
 
646
- $rollback->run();
647
 
648
- wp_die(
649
- '', esc_html__("Rollback to Previous Version", 'squirrly-seo'), [
650
- 'response' => 200,
651
- ]
652
- );
653
- exit();
654
- case 'sq_reinstall':
655
- SQ_Classes_Helpers_Tools::setHeader('html');
656
- $plugin_slug = basename(_SQ_PLUGIN_NAME_, '.php');
657
 
658
 
659
- $rollback = SQ_Classes_ObjController::getClass('SQ_Models_Rollback');
660
 
661
- $rollback->set_plugin(
662
- array(
663
- 'version' => SQ_VERSION,
664
- 'plugin_name' => _SQ_ROOT_DIR_,
665
- 'plugin_slug' => $plugin_slug,
666
- 'package_url' => sprintf('https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, SQ_VERSION),
667
- )
668
- );
669
 
670
- $rollback->run();
671
 
672
- wp_die(
673
- '', esc_html__("Reinstall Current Version", 'squirrly-seo'), [
674
- 'response' => 200,
675
- ]
676
- );
677
- exit();
678
- case 'sq_alerts_close':
679
  //remove the specified alert from showing again
680
- if ($alert = SQ_Classes_Helpers_Tools::getValue('alert', false)) {
681
  if (in_array($alert, array('sq_alert_overview', 'sq_alert_journey'))) {
682
  SQ_Classes_Helpers_Tools::saveOptions($alert, false);
683
  }
684
  }
685
  break;
686
- /****************************
687
- *
688
- * Ajax
689
- *******************************************************/
690
- case 'sq_ajax_seosettings_save':
691
- SQ_Classes_Helpers_Tools::setHeader('json');
692
- $response = array();
693
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
694
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
695
- echo wp_json_encode($response);
696
- exit();
697
- }
698
-
699
 
700
- $name = SQ_Classes_Helpers_Tools::getValue('input', false);
701
- $value = SQ_Classes_Helpers_Tools::getValue('value', false);
702
 
703
- if (isset(SQ_Classes_Helpers_Tools::$options[$name])) {
704
- SQ_Classes_Helpers_Tools::saveOptions($name, $value);
705
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
706
- } else {
707
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Could not save the changes", 'squirrly-seo'), 'sq_error');
708
 
709
- }
 
 
 
 
710
 
711
- echo wp_json_encode($response);
712
- exit();
713
- case 'sq_ajax_sla_sticky':
714
- SQ_Classes_Helpers_Tools::setHeader('json');
715
 
716
- $response = array();
717
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
718
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
719
  echo wp_json_encode($response);
720
  exit();
721
- }
 
722
 
723
- SQ_Classes_Helpers_Tools::saveUserMeta('sq_auto_sticky', (int)SQ_Classes_Helpers_Tools::getValue('sq_auto_sticky'));
724
- echo wp_json_encode(array());
725
- exit();
726
- case 'sq_ajax_gsc_code':
727
- SQ_Classes_Helpers_Tools::setHeader('json');
 
728
 
729
- $response = array();
730
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
731
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
732
- echo wp_json_encode($response);
733
  exit();
734
- }
 
735
 
736
- //remove connection with Google Analytics
737
- $code = SQ_Classes_RemoteController::getGSCToken();
 
 
 
 
738
 
739
- if (!is_wp_error($code) && $code) {
740
- $response['code'] = SQ_Classes_Helpers_Sanitize::checkGoogleWTCode($code);
741
- } else {
742
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Error! Could not get the code. Connect to Google Search Console and validate the connection.", 'squirrly-seo'), 'sq_error');
743
- }
744
 
745
- echo wp_json_encode($response);
746
- exit();
747
- case 'sq_ajax_ga_code':
748
- SQ_Classes_Helpers_Tools::setHeader('json');
 
749
 
750
- $response = array();
751
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
752
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
753
  echo wp_json_encode($response);
754
  exit();
755
- }
 
756
 
757
- //remove connection with Google Analytics
758
- $code = SQ_Classes_RemoteController::getGAToken();
759
- if (!is_wp_error($code) && $code) {
760
- $response['code'] = $code;
761
- } else {
762
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Error! Could not get the tracking code. Connect to Google Analytics and get the website tracking code from Admin area.", 'squirrly-seo'), 'sq_error');
763
- }
764
- echo wp_json_encode($response);
765
- exit();
766
- case 'sq_ajax_connection_check':
 
 
 
 
 
 
 
767
  SQ_Classes_Helpers_Tools::setHeader('json');
768
 
769
  $response = array();
@@ -782,95 +503,6 @@ class SQ_Controllers_SeoSettings extends SQ_Classes_FrontController
782
  exit();
783
 
784
 
785
- /************************
786
- *
787
- * Automation
788
- ********************************************************/
789
- case 'sq_ajax_automation_addpostype':
790
- SQ_Classes_Helpers_Tools::setHeader('json');
791
- $response = array();
792
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
793
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
794
- echo wp_json_encode($response);
795
- exit();
796
- }
797
-
798
- //Get the new post type
799
- $posttype = SQ_Classes_Helpers_Tools::getValue('value', false);
800
- $filter = array('public' => true, '_builtin' => false);
801
- $types = get_post_types($filter);
802
- foreach ($types as $pattern => $type) {
803
- if($post_type_obj = get_post_type_object($pattern)) {
804
- if($post_type_obj->has_archive) {
805
- $types['archive-' . $pattern] = 'archive-' . $pattern;
806
- }
807
- }
808
- }
809
-
810
- $filter = array('public' => true,);
811
- $taxonomies = get_taxonomies($filter);
812
- foreach ($taxonomies as $pattern => $type) {
813
- $types['tax-' . $pattern] = 'tax-' . $pattern;
814
- }
815
-
816
- //If the post type is in the list of types
817
- if ($posttype && in_array($posttype, $types)) {
818
- $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
819
- //if the post type does not already exists
820
- if (!isset($patterns[$posttype])) {
821
- //add the custom rights to the new post type
822
- $patterns[$posttype] = $patterns['custom'];
823
- $patterns[$posttype]['protected'] = 0;
824
- //save the options in database
825
- SQ_Classes_Helpers_Tools::saveOptions('patterns', $patterns);
826
-
827
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
828
- echo wp_json_encode($response);
829
- exit();
830
- }
831
- }
832
-
833
-
834
- //Return error in case the post is not saved
835
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Could not add the post type.", 'squirrly-seo'), 'sq_error');
836
- echo wp_json_encode($response);
837
- exit();
838
- case 'sq_ajax_automation_deletepostype':
839
- SQ_Classes_Helpers_Tools::setHeader('json');
840
- $response = array();
841
- if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
842
- $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
843
- echo wp_json_encode($response);
844
- exit();
845
- }
846
-
847
-
848
- //Get the new post type
849
- $posttype = SQ_Classes_Helpers_Tools::getValue('value', false);
850
-
851
- //If the post type is in the list of types
852
- if ($posttype && $posttype <> '') {
853
- $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
854
- //if the post type exists in the patterns
855
- if (isset($patterns[$posttype])) {
856
- //add the custom rights to the new post type
857
- unset($patterns[$posttype]);
858
-
859
- //save the options in database
860
- SQ_Classes_Helpers_Tools::saveOptions('patterns', $patterns);
861
-
862
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
863
- echo wp_json_encode($response);
864
- exit();
865
- }
866
- }
867
-
868
-
869
- //Return error in case the post is not saved
870
- $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Could not add the post type.", 'squirrly-seo'), 'sq_error');
871
- echo wp_json_encode($response);
872
- exit();
873
-
874
  }
875
 
876
  }
8
 
9
  function init()
10
  {
11
+ $tab = preg_replace("/[^a-zA-Z0-9]/", "", SQ_Classes_Helpers_Tools::getValue('tab', 'tweaks'));
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('seosettings');
14
 
15
  if (method_exists($this, $tab)) {
36
 
37
  public function automation()
38
  {
 
 
39
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
40
  SQ_Classes_ObjController::getClass('SQ_Controllers_Patterns')->init();
41
  }
42
 
43
  public function metas()
44
  {
 
 
45
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
46
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet');
47
  }
48
 
49
  public function links()
50
  {
 
 
51
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight');
52
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet');
53
  }
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  public function backup()
57
  {
80
 
81
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
82
 
83
+ case 'sq_seosettings_save':
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
86
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  }
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
+ //Save the settings
90
+ if (!empty($_POST)) {
91
+ SQ_Classes_ObjController::getClass('SQ_Models_Settings')->saveSettings();
92
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
+ //save the options in database
95
+ SQ_Classes_Helpers_Tools::saveOptions();
 
 
 
 
 
 
96
 
97
+ //show the saved message
98
+ if (!SQ_Classes_Error::isError()) {
99
+ //reset the report time
100
+ SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
101
 
102
+ SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
 
 
 
 
 
103
  }
 
104
 
105
+ break;
106
 
107
+ case 'sq_seosettings_ga_revoke':
108
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
109
+ return;
110
+ }
 
111
 
112
+ //remove connection with Google Analytics
113
+ $response = SQ_Classes_RemoteController::revokeGaConnection();
114
+ if (!is_wp_error($response)) {
115
+ SQ_Classes_RemoteController::checkin();
116
+ SQ_Classes_Error::setError(esc_html__("Google Analytics account is disconnected.", 'squirrly-seo') . " <br /> ", 'success');
117
+ } else {
118
+ SQ_Classes_Error::setError(esc_html__("Error! Could not disconnect the account.", 'squirrly-seo') . " <br /> ");
119
+ }
120
+ break;
121
+ case 'sq_seosettings_gsc_revoke':
122
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
123
+ return;
124
+ }
125
 
126
+ //remove connection with Google Search Console
127
+ $response = SQ_Classes_RemoteController::revokeGscConnection();
128
+ if (!is_wp_error($response)) {
129
+ SQ_Classes_RemoteController::checkin();
130
+ SQ_Classes_Error::setError(esc_html__("Google Search Console account is disconnected.", 'squirrly-seo') . " <br /> ", 'success');
131
+ } else {
132
+ SQ_Classes_Error::setError(esc_html__("Error! Could not disconnect the account.", 'squirrly-seo') . " <br /> ");
133
+ }
134
+ break;
135
+ case 'sq_seosettings_ga_check':
136
+ case 'sq_seosettings_gsc_check':
137
+ case 'sq_seosettings_clear_cache':
138
+
139
+ //Refresh the checkin on login
140
+ delete_transient('sq_checkin');
141
+ SQ_Classes_RemoteController::checkin();
142
+
143
+ break;
144
+ case 'sq_seosettings_ga_save':
145
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
146
+ return;
147
+ }
148
 
149
+ $property_id = SQ_Classes_Helpers_Tools::getValue('property_id');
 
150
 
151
+ if ($property_id) {
152
+ $args = array();
153
+ $args['property_id'] = $property_id;
154
+ SQ_Classes_RemoteController::saveGAProperties($args);
155
+ }
156
 
157
+ SQ_Classes_Error::setMessage(esc_html__("Saved", 'squirrly-seo'));
158
+ break;
159
+ case 'sq_seosettings_backupsettings':
160
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
161
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
162
+ SQ_Classes_Helpers_Tools::setHeader('json');
163
+ echo wp_json_encode($response);
164
+ exit();
165
+ }
166
 
167
+ SQ_Classes_Helpers_Tools::setHeader('text');
168
+ header("Content-Disposition: attachment; filename=squirrly-settings-" . gmdate('Y-m-d') . ".txt");
 
 
 
169
 
170
+ if (function_exists('base64_encode')) {
171
+ echo base64_encode(wp_json_encode(SQ_Classes_Helpers_Tools::$options));
172
+ } else {
173
+ echo wp_json_encode(SQ_Classes_Helpers_Tools::$options);
174
+ }
 
 
175
  exit();
176
+ case 'sq_seosettings_restoresettings':
177
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
178
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  }
180
+
181
+ if (!empty($_FILES['sq_options']) && $_FILES['sq_options']['tmp_name'] <> '') {
182
+ $fp = fopen($_FILES['sq_options']['tmp_name'], 'rb');
183
+ $options = '';
184
+ while (($line = fgets($fp)) !== false) {
185
+ $options .= $line;
186
  }
187
+ try {
188
+ if (function_exists('base64_encode') && base64_decode($options) <> '') {
189
+ $options = @base64_decode($options);
 
190
  }
191
+ $options = json_decode($options, true);
192
+ if (is_array($options) && isset($options['sq_api'])) {
193
+ if (SQ_Classes_Helpers_Tools::getOption('sq_api') <> '') {
194
+ $options['sq_api'] = SQ_Classes_Helpers_Tools::getOption('sq_api');
195
+ }
196
+ if (SQ_Classes_Helpers_Tools::getOption('sq_seojourney') <> '') {
197
+ $options['sq_seojourney'] = SQ_Classes_Helpers_Tools::getOption('sq_seojourney');
198
+ }
199
+ SQ_Classes_Helpers_Tools::$options = $options;
200
+ SQ_Classes_Helpers_Tools::saveOptions();
201
+
202
+ //Check if there is an old backup from Squirrly
203
+ SQ_Classes_Helpers_Tools::getOptions();
204
+
205
+ //reset the report time
206
+ SQ_Classes_Helpers_Tools::saveOptions('seoreport_time', false);
207
+
208
+ SQ_Classes_Error::setError(esc_html__("Great! The backup is restored.", 'squirrly-seo') . " <br /> ", 'success');
209
+ } else {
210
+ SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
211
  }
212
+ } catch (Exception $e) {
 
 
 
 
 
 
 
 
 
 
213
  SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
214
  }
215
+ } else {
216
+ SQ_Classes_Error::setError(esc_html__("Error! You have to enter a previously saved backup file.", 'squirrly-seo') . " <br /> ");
217
  }
218
+ break;
219
+ case 'sq_seosettings_backupseo':
220
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
221
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  }
223
 
224
+ header('Content-Type: application/octet-stream');
225
+ header("Content-Transfer-Encoding: Binary");
226
+ header("Content-Disposition: attachment; filename=squirrly-seo-" . gmdate('Y-m-d') . ".sql");
227
+
228
  if (function_exists('base64_encode')) {
229
+ echo base64_encode(SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->createTableBackup());
230
+ } else {
231
+ echo SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->createTableBackup();
232
+ }
233
+ exit();
234
+ case 'sq_seosettings_restoreseo':
235
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
236
+ return;
237
  }
238
 
239
+ if (!empty($_FILES['sq_sql']) && $_FILES['sq_sql']['tmp_name'] <> '') {
240
+ $fp = fopen($_FILES['sq_sql']['tmp_name'], 'rb');
241
+ $sql_file = '';
242
+ while (($line = fgets($fp)) !== false) {
243
+ $sql_file .= $line;
244
+ }
245
+
246
+ if (function_exists('base64_encode')) {
247
+ $sql_file = @base64_decode($sql_file);
248
+ }
249
 
250
+ if ($sql_file <> '' && strpos($sql_file, 'INSERT INTO') !== false) {
251
+ try {
 
252
 
253
+ $queries = explode("INSERT INTO", $sql_file);
254
+ SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->executeSql($queries);
255
+ SQ_Classes_Error::setError(esc_html__("Great! The SEO backup is restored.", 'squirrly-seo') . " <br /> ", 'success');
256
+
257
+ } catch (Exception $e) {
258
+ SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
259
+ }
260
+ } else {
261
  SQ_Classes_Error::setError(esc_html__("Error! The backup is not valid.", 'squirrly-seo') . " <br /> ");
262
  }
263
  } else {
264
+ SQ_Classes_Error::setError(esc_html__("Error! You have to enter a previously saved backup file.", 'squirrly-seo') . " <br /> ");
265
  }
266
+ break;
267
+ case 'sq_seosettings_importall':
268
+ $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
269
+ if ($platform <> '') {
270
+ try {
271
+ SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSettings($platform);
272
+ $seo = SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSeo($platform);
273
+ if (!empty($seo)) {
274
+ //Check if the Squirrly Table Exists
275
+ SQ_Classes_ObjController::getClass('SQ_Models_Qss')->checkTableExists();
276
+
277
+ foreach ($seo as $sq_hash => $metas) {
278
+ SQ_Classes_ObjController::getClass('SQ_Models_Qss')->saveSqSEO(
279
+ (isset($metas['url']) ? $metas['url'] : ''),
280
+ $sq_hash,
281
+ maybe_serialize(
282
+ array(
283
+ 'ID' => (isset($metas['post_id']) ? (int)$metas['post_id'] : 0),
284
+ 'post_type' => (isset($metas['post_type']) ? $metas['post_type'] : ''),
285
+ 'term_id' => (isset($metas['term_id']) ? (int)$metas['term_id'] : 0),
286
+ 'taxonomy' => (isset($metas['taxonomy']) ? $metas['taxonomy'] : ''),
287
+ )
288
+ ),
289
+ maybe_serialize($metas),
290
+ gmdate('Y-m-d H:i:s')
291
+ );
292
+ }
 
 
293
  }
 
294
 
295
+ SQ_Classes_Error::setMessage(sprintf(esc_html__("Success! The import from %s was completed successfully and your SEO is safe!", 'squirrly-seo'), SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->getName($platform)));
296
+ } catch (Exception $e) {
297
+ SQ_Classes_Error::setMessage(esc_html__("Error! An error occured while import. Please try again.", 'squirrly-seo'));
298
+ }
299
+ }
300
+ break;
301
+ case 'sq_seosettings_importsettings':
302
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
303
+ return;
304
  }
 
 
 
 
 
 
305
 
306
+ $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
307
+ if ($platform <> '') {
308
+ if (SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSettings($platform)) {
309
+ SQ_Classes_Error::setMessage(esc_html__("All the Plugin settings were imported successfuly!", 'squirrly-seo'));
310
+ } else {
311
+ SQ_Classes_Error::setMessage(esc_html__("No settings found for this plugin/theme.", 'squirrly-seo'));
312
+ }
313
+ }
314
+ break;
315
+ case 'sq_seosettings_importseo':
316
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
317
+ return;
318
  }
 
 
 
 
 
 
319
 
320
+ $platform = SQ_Classes_Helpers_Tools::getValue('sq_import_platform', '');
321
+ $overwrite = SQ_Classes_Helpers_Tools::getValue('sq_import_overwrite');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
 
323
+ if ($platform <> '') {
324
+ $seo = SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->importDBSeo($platform);
325
+
326
+ if (!empty($seo)) {
327
+ foreach ($seo as $sq_hash => $metas) {
328
+ $sq = SQ_Classes_ObjController::getClass('SQ_Models_Qss')->getSqSeo($sq_hash);
329
+
330
+ if ($overwrite || !($sq->title && $sq->description)) {
331
+
332
+ SQ_Classes_ObjController::getClass('SQ_Models_Qss')->saveSqSEO(
333
+ (isset($metas['url']) ? $metas['url'] : ''),
334
+ $sq_hash,
335
+ maybe_serialize(
336
+ array(
337
+ 'ID' => (isset($metas['post_id']) ? (int)$metas['post_id'] : 0),
338
+ 'post_type' => (isset($metas['post_type']) ? $metas['post_type'] : ''),
339
+ 'term_id' => (isset($metas['term_id']) ? (int)$metas['term_id'] : 0),
340
+ 'taxonomy' => (isset($metas['taxonomy']) ? $metas['taxonomy'] : ''),
341
+ )
342
+ ),
343
+ maybe_serialize($metas),
344
+ gmdate('Y-m-d H:i:s')
345
+ );
346
+
347
+ }
348
  }
349
  }
 
350
 
351
+ SQ_Classes_Error::setMessage(sprintf(esc_html__("Success! The import from %s was completed successfully and your SEO is safe!", 'squirrly-seo'), SQ_Classes_ObjController::getClass('SQ_Models_ImportExport')->getName($platform)));
352
+ }
353
+ break;
354
+ case 'sq_rollback':
355
+ SQ_Classes_Helpers_Tools::setHeader('html');
356
+ $plugin_slug = basename(_SQ_PLUGIN_NAME_, '.php');
357
 
358
 
359
+ $rollback = SQ_Classes_ObjController::getClass('SQ_Models_Rollback');
360
 
361
+ $rollback->set_plugin(
362
+ array(
363
+ 'version' => SQ_STABLE_VERSION,
364
+ 'plugin_name' => _SQ_ROOT_DIR_,
365
+ 'plugin_slug' => $plugin_slug,
366
+ 'package_url' => sprintf('https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, SQ_STABLE_VERSION),
367
+ )
368
+ );
369
 
370
+ $rollback->run();
371
 
372
+ wp_die(
373
+ '', esc_html__("Rollback to Previous Version", 'squirrly-seo'), [
374
+ 'response' => 200,
375
+ ]
376
+ );
377
+ exit();
378
+ case 'sq_reinstall':
379
+ SQ_Classes_Helpers_Tools::setHeader('html');
380
+ $plugin_slug = basename(_SQ_PLUGIN_NAME_, '.php');
381
 
382
 
383
+ $rollback = SQ_Classes_ObjController::getClass('SQ_Models_Rollback');
384
 
385
+ $rollback->set_plugin(
386
+ array(
387
+ 'version' => SQ_VERSION,
388
+ 'plugin_name' => _SQ_ROOT_DIR_,
389
+ 'plugin_slug' => $plugin_slug,
390
+ 'package_url' => sprintf('https://downloads.wordpress.org/plugin/%s.%s.zip', $plugin_slug, SQ_VERSION),
391
+ )
392
+ );
393
 
394
+ $rollback->run();
395
 
396
+ wp_die(
397
+ '', esc_html__("Reinstall Current Version", 'squirrly-seo'), [
398
+ 'response' => 200,
399
+ ]
400
+ );
401
+ exit();
402
+ case 'sq_alerts_close':
403
  //remove the specified alert from showing again
404
+ if ($alert = SQ_Classes_Helpers_Tools::getValue('alert')) {
405
  if (in_array($alert, array('sq_alert_overview', 'sq_alert_journey'))) {
406
  SQ_Classes_Helpers_Tools::saveOptions($alert, false);
407
  }
408
  }
409
  break;
410
+ /**************************** Ajax *******************************************************/
411
+ case 'sq_ajax_seosettings_save':
412
+ SQ_Classes_Helpers_Tools::setHeader('json');
413
+ $response = array();
414
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_settings')) {
415
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
416
+ echo wp_json_encode($response);
417
+ exit();
418
+ }
 
 
 
 
419
 
 
 
420
 
421
+ $name = SQ_Classes_Helpers_Tools::getValue('input');
422
+ $value = SQ_Classes_Helpers_Tools::getValue('value');
 
 
 
423
 
424
+ if (isset(SQ_Classes_Helpers_Tools::$options[$name])) {
425
+ SQ_Classes_Helpers_Tools::saveOptions($name, $value);
426
+ $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Saved", 'squirrly-seo'), 'sq_success');
427
+ } else {
428
+ $response['data'] = SQ_Classes_Error::showNotices(esc_html__("Could not save the changes", 'squirrly-seo'), 'sq_error');
429
 
430
+ }
 
 
 
431
 
 
 
 
432
  echo wp_json_encode($response);
433
  exit();
434
+ case 'sq_ajax_sla_sticky':
435
+ SQ_Classes_Helpers_Tools::setHeader('json');
436
 
437
+ $response = array();
438
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
439
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
440
+ echo wp_json_encode($response);
441
+ exit();
442
+ }
443
 
444
+ SQ_Classes_Helpers_Tools::saveUserMeta('sq_auto_sticky', (int)SQ_Classes_Helpers_Tools::getValue('sq_auto_sticky'));
445
+ echo wp_json_encode(array());
 
 
446
  exit();
447
+ case 'sq_ajax_gsc_code':
448
+ SQ_Classes_Helpers_Tools::setHeader('json');
449
 
450
+ $response = array();
451
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
452
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
453
+ echo wp_json_encode($response);
454
+ exit();
455
+ }
456
 
457
+ //remove connection with Google Analytics
458
+ $code = SQ_Classes_RemoteController::getGSCToken();
 
 
 
459
 
460
+ if (!is_wp_error($code) && $code) {
461
+ $response['code'] = SQ_Classes_Helpers_Sanitize::checkGoogleWTCode($code);
462
+ } else {
463
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Error! Could not get the code. Connect to Google Search Console and validate the connection.", 'squirrly-seo'), 'sq_error');
464
+ }
465
 
 
 
 
466
  echo wp_json_encode($response);
467
  exit();
468
+ case 'sq_ajax_ga_code':
469
+ SQ_Classes_Helpers_Tools::setHeader('json');
470
 
471
+ $response = array();
472
+ if (!SQ_Classes_Helpers_Tools::userCan('sq_manage_snippet')) {
473
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("You do not have permission to perform this action", 'squirrly-seo'), 'sq_error');
474
+ echo wp_json_encode($response);
475
+ exit();
476
+ }
477
+
478
+ //remove connection with Google Analytics
479
+ $code = SQ_Classes_RemoteController::getGAToken();
480
+ if (!is_wp_error($code) && $code) {
481
+ $response['code'] = $code;
482
+ } else {
483
+ $response['error'] = SQ_Classes_Error::showNotices(esc_html__("Error! Could not get the tracking code. Connect to Google Analytics and get the website tracking code from Admin area.", 'squirrly-seo'), 'sq_error');
484
+ }
485
+ echo wp_json_encode($response);
486
+ exit();
487
+ case 'sq_ajax_connection_check':
488
  SQ_Classes_Helpers_Tools::setHeader('json');
489
 
490
  $response = array();
503
  exit();
504
 
505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  }
507
 
508
  }
controllers/Sitemaps.php CHANGED
@@ -170,81 +170,81 @@ class SQ_Controllers_Sitemaps extends SQ_Classes_FrontController
170
 
171
  //PREPARE CUSTOM QUERIES
172
  switch ($this->model->type) {
173
- case 'sitemap-news':
174
- case 'sitemap-post':
175
- $sq_query['posts_per_page'] = $this->posts_limit;
176
- break;
177
- case 'sitemap-category':
178
- case 'sitemap-post_tag':
179
- case 'sitemap-custom-tax':
180
- remove_all_filters('terms_clauses'); //prevent language filters
181
- add_filter('get_terms_fields', array($this, 'customTaxFilter'), 5, 2);
182
- if($taxonomy) {
183
- $sq_query['hide_empty'] = true;
184
- $sq_query['number'] = $this->posts_limit;
185
- $sq_query['offset'] = ( $page * $this->posts_limit );
186
- $sq_query['taxonomy'] = $taxonomy;
187
- }else{
188
- $sq_query['hide_empty'] = true;
189
- $sq_query['taxonomy'] = str_replace('sitemap-', '', $this->model->type);
190
- }
191
 
192
- break;
193
- case 'sitemap-page':
194
- $sq_query['post_type'] = array('page');
195
- $sq_query['posts_per_page'] = $this->posts_limit;
196
- break;
197
- case 'sitemap-attachment':
198
- $sq_query['post_type'] = array('attachment');
199
- $sq_query['post_status'] = array('publish', 'inherit');
200
- break;
201
- case 'sitemap-author':
202
- add_filter('sq-sitemap-authors', array($this, 'authorFilter'), 5);
203
- break;
204
- case 'sitemap-custom-post':
205
- if($type) {
206
- $sq_query['post_type'] = array($type);
207
  $sq_query['posts_per_page'] = $this->posts_limit;
208
- $sq_query['offset'] = ( $page * $this->posts_limit );
209
- }else {
210
- $types = get_post_types(array('public' => true));
211
- foreach (array('post', 'page', 'attachment', 'revision', 'nav_menu_item', 'product', 'wpsc-product', 'ngg_tag', 'elementor_library','ct_template','oxy_user_library','fusion_template') as $exclude) {
212
- if (in_array($exclude, $types)) {
213
- unset($types[$exclude]);
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  }
215
- }
216
 
217
- foreach ($types as $type) {
218
- $type_data = get_post_type_object($type);
219
- if ((isset($type_data->rewrite['publicly_queryable']) && $type_data->rewrite['publicly_queryable'] == 1) || (isset($type_data->publicly_queryable) && $type_data->publicly_queryable == 1)) {
220
- continue;
 
 
221
  }
222
- unset($types[$type]);
223
- }
224
 
225
- if (empty($types)) {
226
- array_push($types, 'custom-post');
 
 
 
 
 
227
  }
228
 
 
 
 
 
 
 
 
229
  $sq_query['post_type'] = $types;
230
  $sq_query['posts_per_page'] = $this->posts_limit;
231
- $sq_query['offset'] = ( $page * $this->posts_limit );
232
- }
233
 
234
- break;
235
- case 'sitemap-product':
236
- if (SQ_Classes_Helpers_Tools::isEcommerce()) {
237
- $types = array('product', 'wpsc-product');
238
- } else {
239
- $types = array('custom-post');
240
- }
241
- $sq_query['post_type'] = $types;
242
- $sq_query['posts_per_page'] = $this->posts_limit;
243
-
244
- break;
245
- case 'sitemap-archive':
246
- add_filter('sq-sitemap-archive', array($this, 'archiveFilter'), 5);
247
- break;
248
  }
249
 
250
  //add custom filter
@@ -295,34 +295,34 @@ class SQ_Controllers_Sitemaps extends SQ_Classes_FrontController
295
  $include = array_unique($include);
296
 
297
  switch ($this->model->type) {
298
- case 'locations':
299
- echo '<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">' . "\n";
300
- echo '<Document>' . "\n";
301
- break;
302
- case 'sitemap':
303
- echo '<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '
304
- . 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" '
305
- . 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"';
306
- foreach ($include as $value) {
307
- //echo the xmlns for the current sitemap type
308
- echo ' ' . $schema[$value] . "\n";
309
- }
310
- echo '>' . "\n";
311
- break;
312
- case 'sitemap-news':
313
- array_push($include, 'news');
314
- $include = array_unique($include);
315
- default:
316
- echo '<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '
317
- . 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" '
318
- . 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"';
319
- if (!empty($include))
320
- foreach ($include as $value) {
321
- //echo the xmlns for the current sitemap type
322
- echo " " . $schema[$value] . " ";
323
- }
324
  echo '>' . "\n";
325
- break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
326
  }
327
  }
328
 
@@ -332,16 +332,16 @@ class SQ_Controllers_Sitemaps extends SQ_Classes_FrontController
332
  private function showSitemapFooter()
333
  {
334
  switch ($this->model->type) {
335
- case 'locations':
336
- echo '</Document>' . "\n";
337
- echo '</kml>' . "\n";
338
- break;
339
- case 'sitemap':
340
- echo '</sitemapindex>' . "\n";
341
- break;
342
- default :
343
- echo '</urlset>' . "\n";
344
- break;
345
  }
346
  }
347
 
@@ -355,184 +355,184 @@ class SQ_Controllers_Sitemaps extends SQ_Classes_FrontController
355
  global $sq_query;
356
 
357
  switch ($this->model->type) {
358
- case 'sitemap':
359
- $this->showSitemapHeader();
360
- $sq_sitemap = SQ_Classes_Helpers_Tools::getOption('sq_sitemap');
361
- $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
362
-
363
- if (!empty($sq_sitemap))
364
- foreach ($sq_sitemap as $name => $value) {
365
-
366
- //check if available from SEO Automation
367
- $pname = str_replace(array('sitemap-', 'post_'), '', $name);
368
- if (isset($patterns[$pname]['do_sitemap']) && !$patterns[$pname]['do_sitemap']) {
369
- continue;
370
- }
371
-
372
- //force to show products if not preset
373
- if ($name == 'sitemap-product' && !SQ_Classes_Helpers_Tools::isEcommerce()) {
374
- continue;
375
- }
376
 
377
- if ($name !== 'sitemap' && ($value[1] == 1 || $value[1] == 2)) {
 
 
 
378
 
379
- if($name <> 'sitemap-custom-post' && $name <> 'sitemap-custom-tax') {
380
- echo "\t" . '<sitemap>' . "\n";
381
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name)) . '</loc>' . "\n";
382
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
383
- echo "\t" . '</sitemap>' . "\n";
384
- }
385
 
386
- if ($name == 'sitemap-post' && $count_posts = wp_count_posts()) {
387
- if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
388
- $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
389
- for ($page = 2; $page <= $pages; $page++) {
390
- echo "\t" . '<sitemap>' . "\n";
391
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
392
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
393
- echo "\t" . '</sitemap>' . "\n";
394
- }
395
- }
396
- }
397
- if ($name == 'sitemap-page' && $count_posts = wp_count_posts('page')) {
398
- if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
399
- $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
400
- for ($page = 2; $page <= $pages; $page++) {
401
  echo "\t" . '<sitemap>' . "\n";
402
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
403
  echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
404
  echo "\t" . '</sitemap>' . "\n";
405
  }
406
- }
407
- }
408
- if ($name == 'sitemap-product' && $count_posts = wp_count_posts('product')) {
409
- if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
410
- $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
411
- for ($page = 2; $page <= $pages; $page++) {
412
- echo "\t" . '<sitemap>' . "\n";
413
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
414
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
415
- echo "\t" . '</sitemap>' . "\n";
416
- }
417
- }
418
- }
419
- if($name =='sitemap-custom-tax'){
420
- $taxonomies = get_taxonomies(array('public' => true, '_builtin' => false));
421
- foreach (array('nav_menu', 'link_category', 'post_format', 'ngg_tag') as $exclude) {
422
- if (in_array($exclude, $taxonomies)) {
423
- unset($taxonomies[$exclude]);
424
- }
425
- }
426
 
427
- foreach ($taxonomies as $taxonomy) {
428
- $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
429
- if(isset($patterns['tax-' . $taxonomy]['do_sitemap']) && !$patterns['tax-' . $taxonomy]['do_sitemap']){
430
- continue;
431
- }elseif(isset($patterns['custom']['do_sitemap']) && !$patterns['custom']['do_sitemap']){
432
- continue;
 
 
 
 
433
  }
434
-
435
- $count = wp_count_terms( $taxonomy, array('hide_empty'=> true) );
436
- if(!is_wp_error($count) && !empty($count)) {
437
- if ((int)$count > (int)$this->posts_limit) {
438
- $pages = ceil((int)$count / (int)$this->posts_limit);
439
- for ($page = 0; $page < $pages; $page++) {
440
  echo "\t" . '<sitemap>' . "\n";
441
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page, false, $taxonomy)) . '</loc>' . "\n";
442
  echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
443
  echo "\t" . '</sitemap>' . "\n";
444
  }
445
- }else {
446
- echo "\t" . '<sitemap>' . "\n";
447
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, 0, false, $taxonomy)) . '</loc>' . "\n";
448
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
449
- echo "\t" . '</sitemap>' . "\n";
450
  }
451
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
 
453
- }
454
- }
455
- if($name == 'sitemap-custom-post' ) {
 
 
 
 
456
 
457
- $types = get_post_types(array('public' => true));
458
- foreach (array('post', 'page', 'attachment', 'revision', 'nav_menu_item', 'product', 'wpsc-product', 'ngg_tag', 'elementor_library','ct_template','oxy_user_library','fusion_template') as $exclude) {
459
- if (in_array($exclude, $types)) {
460
- unset($types[$exclude]);
461
- }
462
- }
 
 
 
 
 
 
 
 
 
 
 
463
 
464
- foreach ($types as $type) {
465
- $type_data = get_post_type_object($type);
466
- if ((isset($type_data->rewrite['publicly_queryable']) && $type_data->rewrite['publicly_queryable'] == 1) || (isset($type_data->publicly_queryable) && $type_data->publicly_queryable == 1)) {
467
- continue;
468
  }
469
- unset($types[$type]);
470
- }
471
 
472
- if (empty($types)) {
473
- array_push($types, 'custom-post');
474
- }
 
 
 
475
 
476
- foreach ($types as $type) {
477
- $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
478
- if(isset($patterns[$type]['do_sitemap']) && !$patterns[$type]['do_sitemap']){
479
- continue;
480
- }
 
 
481
 
482
- if ($count_posts = wp_count_posts($type)) {
 
 
483
 
484
- if (isset($count_posts->publish) && (int)$count_posts->publish > 0) {
485
- if ((int)$count_posts->publish > (int)$this->posts_limit) {
486
- $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
487
- for ($page = 0; $page < $pages; $page++) {
488
- echo "\t" . '<sitemap>' . "\n";
489
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page, $type)) . '</loc>' . "\n";
490
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
491
- echo "\t" . '</sitemap>' . "\n";
492
- }
493
 
494
- } else {
495
- echo "\t" . '<sitemap>' . "\n";
496
- echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, 0, $type)) . '</loc>' . "\n";
497
- echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
498
- echo "\t" . '</sitemap>' . "\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  }
500
  }
 
501
  }
502
  }
503
-
504
  }
505
- }
506
- }
507
 
508
- $this->showSitemapFooter();
509
- break;
510
- case 'sitemap-home':
511
- $this->showPackXml($this->model->getHomeLink());
512
- break;
513
- case 'sitemap-news':
514
- $this->showPackXml($this->model->getListNews());
515
- break;
516
- case 'sitemap-category':
517
- case 'sitemap-post_tag':
518
- case 'sitemap-custom-tax':
519
- $this->showPackXml($this->model->getListTerms($this->queryTerms()));
520
- break;
521
- case 'sitemap-author':
522
- $this->showPackXml($this->model->getListAuthors());
523
- break;
524
- case 'sitemap-archive':
525
- $this->showPackXml($this->model->getListArchive());
526
- break;
527
- case 'sitemap-attachment':
528
- $this->showPackXml($this->model->getListAttachments());
529
- break;
530
- case 'locations':
531
- $this->showPackKml($this->model->getKmlXML());
532
- break;
533
- default:
534
- $this->showPackXml($this->model->getListPosts());
535
- break;
536
  }
537
  }
538
 
170
 
171
  //PREPARE CUSTOM QUERIES
172
  switch ($this->model->type) {
173
+ case 'sitemap-news':
174
+ case 'sitemap-post':
175
+ $sq_query['posts_per_page'] = $this->posts_limit;
176
+ break;
177
+ case 'sitemap-category':
178
+ case 'sitemap-post_tag':
179
+ case 'sitemap-custom-tax':
180
+ remove_all_filters('terms_clauses'); //prevent language filters
181
+ add_filter('get_terms_fields', array($this, 'customTaxFilter'), 5, 2);
182
+ if($taxonomy) {
183
+ $sq_query['hide_empty'] = true;
184
+ $sq_query['number'] = $this->posts_limit;
185
+ $sq_query['offset'] = ( $page * $this->posts_limit );
186
+ $sq_query['taxonomy'] = $taxonomy;
187
+ }else{
188
+ $sq_query['hide_empty'] = true;
189
+ $sq_query['taxonomy'] = str_replace('sitemap-', '', $this->model->type);
190
+ }
191
 
192
+ break;
193
+ case 'sitemap-page':
194
+ $sq_query['post_type'] = array('page');
 
 
 
 
 
 
 
 
 
 
 
 
195
  $sq_query['posts_per_page'] = $this->posts_limit;
196
+ break;
197
+ case 'sitemap-attachment':
198
+ $sq_query['post_type'] = array('attachment');
199
+ $sq_query['post_status'] = array('publish', 'inherit');
200
+ break;
201
+ case 'sitemap-author':
202
+ add_filter('sq-sitemap-authors', array($this, 'authorFilter'), 5);
203
+ break;
204
+ case 'sitemap-custom-post':
205
+ if($type) {
206
+ $sq_query['post_type'] = array($type);
207
+ $sq_query['posts_per_page'] = $this->posts_limit;
208
+ $sq_query['offset'] = ( $page * $this->posts_limit );
209
+ }else {
210
+ $types = get_post_types(array('public' => true));
211
+ foreach (array('post', 'page', 'attachment', 'revision', 'nav_menu_item', 'product', 'wpsc-product', 'ngg_tag', 'elementor_library','ct_template','oxy_user_library','fusion_template') as $exclude) {
212
+ if (in_array($exclude, $types)) {
213
+ unset($types[$exclude]);
214
+ }
215
  }
 
216
 
217
+ foreach ($types as $type) {
218
+ $type_data = get_post_type_object($type);
219
+ if ((isset($type_data->rewrite['publicly_queryable']) && $type_data->rewrite['publicly_queryable'] == 1) || (isset($type_data->publicly_queryable) && $type_data->publicly_queryable == 1)) {
220
+ continue;
221
+ }
222
+ unset($types[$type]);
223
  }
 
 
224
 
225
+ if (empty($types)) {
226
+ array_push($types, 'custom-post');
227
+ }
228
+
229
+ $sq_query['post_type'] = $types;
230
+ $sq_query['posts_per_page'] = $this->posts_limit;
231
+ $sq_query['offset'] = ( $page * $this->posts_limit );
232
  }
233
 
234
+ break;
235
+ case 'sitemap-product':
236
+ if (SQ_Classes_Helpers_Tools::isEcommerce()) {
237
+ $types = array('product', 'wpsc-product');
238
+ } else {
239
+ $types = array('custom-post');
240
+ }
241
  $sq_query['post_type'] = $types;
242
  $sq_query['posts_per_page'] = $this->posts_limit;
 
 
243
 
244
+ break;
245
+ case 'sitemap-archive':
246
+ add_filter('sq-sitemap-archive', array($this, 'archiveFilter'), 5);
247
+ break;
 
 
 
 
 
 
 
 
 
 
248
  }
249
 
250
  //add custom filter
295
  $include = array_unique($include);
296
 
297
  switch ($this->model->type) {
298
+ case 'locations':
299
+ echo '<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">' . "\n";
300
+ echo '<Document>' . "\n";
301
+ break;
302
+ case 'sitemap':
303
+ echo '<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '
304
+ . 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" '
305
+ . 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"';
306
+ foreach ($include as $value) {
307
+ //echo the xmlns for the current sitemap type
308
+ echo ' ' . $schema[$value] . "\n";
309
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  echo '>' . "\n";
311
+ break;
312
+ case 'sitemap-news':
313
+ array_push($include, 'news');
314
+ $include = array_unique($include);
315
+ default:
316
+ echo '<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '
317
+ . 'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" '
318
+ . 'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"';
319
+ if (!empty($include))
320
+ foreach ($include as $value) {
321
+ //echo the xmlns for the current sitemap type
322
+ echo " " . $schema[$value] . " ";
323
+ }
324
+ echo '>' . "\n";
325
+ break;
326
  }
327
  }
328
 
332
  private function showSitemapFooter()
333
  {
334
  switch ($this->model->type) {
335
+ case 'locations':
336
+ echo '</Document>' . "\n";
337
+ echo '</kml>' . "\n";
338
+ break;
339
+ case 'sitemap':
340
+ echo '</sitemapindex>' . "\n";
341
+ break;
342
+ default :
343
+ echo '</urlset>' . "\n";
344
+ break;
345
  }
346
  }
347
 
355
  global $sq_query;
356
 
357
  switch ($this->model->type) {
358
+ case 'sitemap':
359
+ $this->showSitemapHeader();
360
+ $sq_sitemap = SQ_Classes_Helpers_Tools::getOption('sq_sitemap');
361
+ $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
362
+
363
+ if (!empty($sq_sitemap))
364
+ foreach ($sq_sitemap as $name => $value) {
365
+
366
+ //check if available from SEO Automation
367
+ $pname = str_replace(array('sitemap-', 'post_'), '', $name);
368
+ if (isset($patterns[$pname]['do_sitemap']) && !$patterns[$pname]['do_sitemap']) {
369
+ continue;
370
+ }
 
 
 
 
 
371
 
372
+ //force to show products if not preset
373
+ if ($name == 'sitemap-product' && !SQ_Classes_Helpers_Tools::isEcommerce()) {
374
+ continue;
375
+ }
376
 
377
+ if ($name !== 'sitemap' && ($value[1] == 1 || $value[1] == 2)) {
 
 
 
 
 
378
 
379
+ if($name <> 'sitemap-custom-post' && $name <> 'sitemap-custom-tax') {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
380
  echo "\t" . '<sitemap>' . "\n";
381
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name)) . '</loc>' . "\n";
382
  echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
383
  echo "\t" . '</sitemap>' . "\n";
384
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
 
386
+ if ($name == 'sitemap-post' && $count_posts = wp_count_posts()) {
387
+ if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
388
+ $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
389
+ for ($page = 2; $page <= $pages; $page++) {
390
+ echo "\t" . '<sitemap>' . "\n";
391
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
392
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
393
+ echo "\t" . '</sitemap>' . "\n";
394
+ }
395
+ }
396
  }
397
+ if ($name == 'sitemap-page' && $count_posts = wp_count_posts('page')) {
398
+ if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
399
+ $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
400
+ for ($page = 2; $page <= $pages; $page++) {
 
 
401
  echo "\t" . '<sitemap>' . "\n";
402
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
403
  echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
404
  echo "\t" . '</sitemap>' . "\n";
405
  }
 
 
 
 
 
406
  }
407
  }
408
+ if ($name == 'sitemap-product' && $count_posts = wp_count_posts('product')) {
409
+ if (isset($count_posts->publish) && (int)$count_posts->publish > 0 && (int)$count_posts->publish > (int)$this->posts_limit) {
410
+ $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
411
+ for ($page = 2; $page <= $pages; $page++) {
412
+ echo "\t" . '<sitemap>' . "\n";
413
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page)) . '</loc>' . "\n";
414
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
415
+ echo "\t" . '</sitemap>' . "\n";
416
+ }
417
+ }
418
+ }
419
+ if($name =='sitemap-custom-tax'){
420
+ $taxonomies = get_taxonomies(array('public' => true, '_builtin' => false));
421
+ foreach (array('nav_menu', 'link_category', 'post_format', 'ngg_tag') as $exclude) {
422
+ if (in_array($exclude, $taxonomies)) {
423
+ unset($taxonomies[$exclude]);
424
+ }
425
+ }
426
 
427
+ foreach ($taxonomies as $taxonomy) {
428
+ $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
429
+ if(isset($patterns['tax-' . $taxonomy]['do_sitemap']) && !$patterns['tax-' . $taxonomy]['do_sitemap']){
430
+ continue;
431
+ }elseif(isset($patterns['custom']['do_sitemap']) && !$patterns['custom']['do_sitemap']){
432
+ continue;
433
+ }
434
 
435
+ $count = wp_count_terms( $taxonomy, array('hide_empty'=> true) );
436
+ if(!is_wp_error($count) && !empty($count)) {
437
+ if ((int)$count > (int)$this->posts_limit) {
438
+ $pages = ceil((int)$count / (int)$this->posts_limit);
439
+ for ($page = 0; $page < $pages; $page++) {
440
+ echo "\t" . '<sitemap>' . "\n";
441
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page, false, $taxonomy)) . '</loc>' . "\n";
442
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
443
+ echo "\t" . '</sitemap>' . "\n";
444
+ }
445
+ }else {
446
+ echo "\t" . '<sitemap>' . "\n";
447
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, 0, false, $taxonomy)) . '</loc>' . "\n";
448
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
449
+ echo "\t" . '</sitemap>' . "\n";
450
+ }
451
+ }
452
 
453
+ }
 
 
 
454
  }
455
+ if($name == 'sitemap-custom-post' ) {
 
456
 
457
+ $types = get_post_types(array('public' => true));
458
+ foreach (array('post', 'page', 'attachment', 'revision', 'nav_menu_item', 'product', 'wpsc-product', 'ngg_tag', 'elementor_library','ct_template','oxy_user_library','fusion_template') as $exclude) {
459
+ if (in_array($exclude, $types)) {
460
+ unset($types[$exclude]);
461
+ }
462
+ }
463
 
464
+ foreach ($types as $type) {
465
+ $type_data = get_post_type_object($type);
466
+ if ((isset($type_data->rewrite['publicly_queryable']) && $type_data->rewrite['publicly_queryable'] == 1) || (isset($type_data->publicly_queryable) && $type_data->publicly_queryable == 1)) {
467
+ continue;
468
+ }
469
+ unset($types[$type]);
470
+ }
471
 
472
+ if (empty($types)) {
473
+ array_push($types, 'custom-post');
474
+ }
475
 
476
+ foreach ($types as $type) {
477
+ $patterns = SQ_Classes_Helpers_Tools::getOption('patterns');
478
+ if(isset($patterns[$type]['do_sitemap']) && !$patterns[$type]['do_sitemap']){
479
+ continue;
480
+ }
 
 
 
 
481
 
482
+ if ($count_posts = wp_count_posts($type)) {
483
+
484
+ if (isset($count_posts->publish) && (int)$count_posts->publish > 0) {
485
+ if ((int)$count_posts->publish > (int)$this->posts_limit) {
486
+ $pages = ceil((int)$count_posts->publish / (int)$this->posts_limit);
487
+ for ($page = 0; $page < $pages; $page++) {
488
+ echo "\t" . '<sitemap>' . "\n";
489
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, $page, $type)) . '</loc>' . "\n";
490
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
491
+ echo "\t" . '</sitemap>' . "\n";
492
+ }
493
+
494
+ } else {
495
+ echo "\t" . '<sitemap>' . "\n";
496
+ echo "\t" . '<loc>' . esc_url($this->getXmlUrl($name, 0, $type)) . '</loc>' . "\n";
497
+ echo "\t" . '<lastmod>' . mysql2date('Y-m-d\TH:i:s+00:00', get_lastpostmodified('gmt'), false) . '</lastmod>' . "\n";
498
+ echo "\t" . '</sitemap>' . "\n";
499
+ }
500
+ }
501
  }
502
  }
503
+
504
  }
505
  }
 
506
  }
 
 
507
 
508
+ $this->showSitemapFooter();
509
+ break;
510
+ case 'sitemap-home':
511
+ $this->showPackXml($this->model->getHomeLink());
512
+ break;
513
+ case 'sitemap-news':
514
+ $this->showPackXml($this->model->getListNews());
515
+ break;
516
+ case 'sitemap-category':
517
+ case 'sitemap-post_tag':
518
+ case 'sitemap-custom-tax':
519
+ $this->showPackXml($this->model->getListTerms($this->queryTerms()));
520
+ break;
521
+ case 'sitemap-author':
522
+ $this->showPackXml($this->model->getListAuthors());
523
+ break;
524
+ case 'sitemap-archive':
525
+ $this->showPackXml($this->model->getListArchive());
526
+ break;
527
+ case 'sitemap-attachment':
528
+ $this->showPackXml($this->model->getListAttachments());
529
+ break;
530
+ case 'locations':
531
+ $this->showPackKml($this->model->getKmlXML());
532
+ break;
533
+ default:
534
+ $this->showPackXml($this->model->getListPosts());
535
+ break;
536
  }
537
  }
538
 
controllers/Snippet.php CHANGED
@@ -49,7 +49,6 @@ class SQ_Controllers_Snippet extends SQ_Classes_FrontController
49
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
50
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet', array('trigger' => true, 'media' => 'all'));
51
 
52
-
53
  if(is_admin()) {
54
  global $post;
55
 
@@ -219,7 +218,7 @@ class SQ_Controllers_Snippet extends SQ_Classes_FrontController
219
 
220
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
221
  case 'sq_saveseo':
222
- $sq_hash = SQ_Classes_Helpers_Tools::getValue('sq_hash', false);
223
  $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id', 0);
224
  $term_id = (int)SQ_Classes_Helpers_Tools::getValue('term_id', 0);
225
  $taxonomy = SQ_Classes_Helpers_Tools::getValue('taxonomy', '');
49
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
50
  SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('snippet', array('trigger' => true, 'media' => 'all'));
51
 
 
52
  if(is_admin()) {
53
  global $post;
54
 
218
 
219
  switch (SQ_Classes_Helpers_Tools::getValue('action')) {
220
  case 'sq_saveseo':
221
+ $sq_hash = SQ_Classes_Helpers_Tools::getValue('sq_hash');
222
  $post_id = (int)SQ_Classes_Helpers_Tools::getValue('post_id', 0);
223
  $term_id = (int)SQ_Classes_Helpers_Tools::getValue('term_id', 0);
224
  $taxonomy = SQ_Classes_Helpers_Tools::getValue('taxonomy', '');
core/BlockFeatures.php CHANGED
@@ -9,649 +9,720 @@ class SQ_Core_BlockFeatures extends SQ_Classes_BlockController
9
  $this->show_view('Blocks/Features');
10
  }
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  public function getFeatures()
13
  {
14
  $connect = SQ_Classes_Helpers_Tools::getOption('connect');
15
  $sitemap = SQ_Classes_Helpers_Tools::getOption('sq_sitemap');
 
16
  $features = array(
17
  array(
18
  'title' => "Squirrly Cloud App",
19
  'description' => "Many Squirrly features work from <bold>cloud.squirrly.co</bold> and helps you optimize the content and manage the keywords, audits and rankings.",
20
- 'mode' => "Free",
 
21
  'option' => false,
22
  'active' => true,
23
  'optional' => false,
24
  'connection' => true,
25
- 'logo' => 'squirrly.png',
26
  'link' => SQ_Classes_RemoteController::getMySquirrlyLink('dashboard'),
27
- 'details' => 'https://howto.squirrly.co/kb/squirrly-cloud-app/',
28
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_panel'),
29
  ), //Squirrly Cloud
30
  array(
31
  'title' => "14 Days Journey Course",
32
  'description' => "<strong>Improve your Online Presence</strong> by knowing how your website is performing. All you need now is to start driving One of your most valuable pages to <strong>Better Rankings</strong>.",
33
- 'mode' => "Free",
 
34
  'option' => false,
35
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_seojourney'),
36
  'optional' => false,
37
  'connection' => true,
38
- 'logo' => 'journey_92.png',
39
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'journey1'),
40
- 'details' => 'https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#journey',
41
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_journey'),
42
  ), //14 Days Journey Course
43
  array(
44
  'title' => "Next SEO Goals",
45
  'description' => "The AI SEO Consultant with <strong>over 100+ signals</strong> that prepares your goals to take you closer to the first page of Google.",
46
- 'mode' => "Free",
 
47
  'option' => false,
48
  'active' => true,
49
  'optional' => false,
50
  'connection' => true,
51
- 'logo' => 'goals_92.png',
52
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', '', array('#tasks')),
53
- 'details' => 'https://howto.squirrly.co/kb/next-seo-goals/',
54
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_seogoals'),
55
  ),//Next SEO Goals
56
  array(
57
  'title' => "Progress & Achievements",
58
  'description' => "Displays <strong>Success Messages</strong> and <strong>Progress & Achievements</strong> for SEO Goals, Focus Pages, Audits, and Rankings",
59
- 'mode' => "Free",
 
60
  'option' => false,
61
  'active' => true,
62
  'optional' => false,
63
  'connection' => true,
64
- 'logo' => 'progress_92.png',
65
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', '', array('#tasks')),
66
- 'details' => 'https://howto.squirrly.co/kb/squirrly-seo-goals/',
67
  'show' => true,
68
  ),//Progress
69
  array(
70
  'title' => "Focus Pages",
71
  'description' => "Brings you clear methods to take your pages <strong>from never found to always found on Google</strong>. Rank your pages by influencing the right ranking factors.",
72
- 'mode' => "Free",
 
73
  'option' => false,
74
  'active' => true,
75
  'optional' => false,
76
  'connection' => true,
77
- 'logo' => 'focuspages_92.png',
78
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_focuspages', 'pagelist'),
79
- 'details' => 'https://howto.squirrly.co/kb/focus-pages-page-audits/',
80
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages'),
81
  ), //Focus Pages
82
  array(
83
- 'title' => "Chances of Ranking",
84
- 'description' => "Get information about <strong>Chances of Ranking for each Focus Page</strong> based on our <strong>Machine Learning Algorithms and Ranking Vision A.I.</strong>",
85
- 'mode' => "Free",
 
86
  'option' => false,
87
  'active' => true,
88
  'optional' => false,
89
  'connection' => true,
90
- 'logo' => 'focuspages_92.png',
91
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_focuspages', 'pagelist'),
92
- 'details' => 'https://howto.squirrly.co/kb/focus-pages-page-audits/#chance_to_rank',
93
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages'),
94
- ), //Chances of Ranking
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  array(
96
  'title' => "Keyword Research",
97
  'description' => "Find the <strong>Best Keywords</strong> that your own website can rank for and get <strong>personalized competition data</strong> for each keyword. Provides info on Region that was used for Keyword Research.",
98
- 'mode' => "Free",
 
99
  'option' => false ,
100
  'active' => true,
101
  'optional' => false,
102
  'connection' => true,
103
- 'logo' => 'kr_92.png',
104
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'research'),
105
- 'details' => 'https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/',
106
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
107
  ), //Keyword Research
108
  array(
109
- 'title' => "Google Search & Trends",
110
- 'description' => "Keyword Research uses tird-party services like <strong>Google Search API and Google Trends API</strong> to get live research data for each keyword. The research algorithm processes <strong>more than 100 processes</strong> for each keyword you selected.",
111
- 'mode' => "Free",
 
112
  'option' => false,
113
  'active' => true,
114
  'optional' => false,
115
  'connection' => true,
116
- 'logo' => 'kr_92.png',
117
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'research'),
118
- 'details' => 'https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/',
119
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
120
- ), //Keyword Research
121
  array(
122
- 'title' => "Briefcase",
123
- 'description' => "Add keywords in your portfolio based on your current Campaigns, Trends, Performance <strong>for a successful SEO strategy</strong>.",
124
- 'mode' => "Free",
 
125
  'option' => false,
126
  'active' => true,
127
  'optional' => false,
128
  'connection' => true,
129
- 'logo' => 'briefcase_92.png',
130
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'briefcase'),
131
- 'details' => 'https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
133
- ),//SEO Briefcase
134
  array(
135
- 'title' => "Live Assistant",
136
- 'description' => "Publish <strong>content that is fully optimized</strong> for BOTH Search Engines and Humans every single time!",
137
- 'mode' => "Free",
 
138
  'option' => false,
139
  'active' => true,
140
  'optional' => false,
141
  'connection' => true,
142
- 'logo' => 'sla_92.png',
143
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
144
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/',
145
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
146
- ),//Live Assistant
147
  array(
148
  'title' => "Keywords Optimization",
149
  'description' => "Optimize for <strong>Multiple Keywords at once in a Single Page</strong>. Automatically Calculates Optimization Scores for all secondary keywords and displays them to you as you’re typing your page.",
150
- 'mode' => "Free",
 
151
  'option' => false,
152
  'active' => true,
153
  'optional' => false,
154
  'connection' => true,
155
- 'logo' => 'briefcase_92.png',
156
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
157
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#add_keyword',
158
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
159
  ),//Keywords Optimization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  array(
161
  'title' => "Elementor Website Builder",
162
  'description' => "The SEO Live Assistant <strong>works on the front-end of Elementor</strong>, just as you're creating or editing your Elementor page.",
163
- 'mode' => "Free",
 
164
  'option' => 'sq_sla_frontend',
165
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend'),
166
  'optional' => true,
167
  'connection' => false,
168
- 'logo' => 'sla_92.png',
169
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
170
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#elementor',
171
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
172
  ),//Live Assistant Elementor
173
  array(
174
- 'title' => "Google Rankings with GSC",
175
- 'description' => "Get <strong>Google Search Console (GSC)</strong> average <strong>positions, clicks and impressions</strong> for organic keywords.",
176
- 'mode' => "Free",
 
177
  'option' => false,
178
  'active' => true,
179
  'optional' => false,
180
  'connection' => true,
181
- 'logo' => 'ranking_92.png',
182
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'rankings'),
183
- 'details' => 'https://howto.squirrly.co/kb/ranking-serp-checker/',
184
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
185
- ),//Google SERP with GSC
186
  array(
187
- 'title' => "SEO Automation",
188
- 'description' => "Configure the <strong>SEO in 2 minutes</strong> for the entire website without writing a line of code.",
189
- 'mode' => "Free",
190
- 'option' => 'sq_auto_pattern',
191
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_pattern'),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  'optional' => true,
193
  'connection' => false,
194
- 'logo' => 'automation_92.png',
195
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'automation'),
196
- 'details' => 'https://howto.squirrly.co/kb/seo-automation/',
197
  'show' => true,
198
- ),//SEO Automation
199
  array(
200
  'title' => "Bulk SEO & Snippets",
201
  'description' => "Simplify the SEO process to <strong>Optimize all the SEO Snippets</strong> in just minutes. Edit Snippets in BULK for all post types directly from All Snippets",
202
- 'mode' => "Free",
 
203
  'option' => false,
204
  'active' => true,
205
  'optional' => false,
206
  'connection' => false,
207
- 'logo' => 'bulkseo_92.png',
208
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo'),
209
- 'details' => 'https://howto.squirrly.co/kb/bulk-seo/',
210
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_bulkseo'),
211
  ),//Bulk SEO
212
  array(
213
  'title' => "Frontend SEO Snippet",
214
  'description' => "Optimize each page by loading the <strong>SEO Snippet directly on the front-end</strong> of your site. You have <strong>Custom SEO</strong> directly in the WP Admin Toolbar.",
215
- 'mode' => "Free",
 
216
  'option' => 'sq_use_frontend',
217
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_use_frontend'),
218
  'optional' => true,
219
  'connection' => false,
220
- 'logo' => 'bulkseo_92.png',
221
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'metas'),
222
- 'details' => 'https://howto.squirrly.co/kb/seo-metas/#Add-Snippet-in-Frontend',
223
- 'show' => true,
224
  ),//Frontend SEO Snippet
225
  array(
226
- 'title' => "Open Graph Optimization",
227
- 'description' => "Add Social Open Graph protocol so that <strong>your Facebook Shares look awesome</strong>.",
228
- 'mode' => "Free",
229
- 'option' => 'sq_auto_facebook',
230
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_facebook'),
231
- 'optional' => true,
232
- 'connection' => false,
233
- 'logo' => 'social_92.png',
234
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'social'),
235
- 'details' => 'https://howto.squirrly.co/kb/social-media-settings/#opengraph',
236
- 'show' => true,
237
- ),//Open Graph Optimization
238
- array(
239
- 'title' => "Twitter Card Optimization",
240
- 'description' => "Add Twitter Card in your tweets so that your <strong>Twitter Shares look awesome</strong>.",
241
- 'mode' => "Free",
242
- 'option' => 'sq_auto_twitter',
243
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_twitter'),
244
  'optional' => true,
245
- 'connection' => false,
246
- 'logo' => 'social_92.png',
247
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'social'),
248
- 'details' => 'https://howto.squirrly.co/kb/social-media-settings/#twittercard',
249
- 'show' => true,
250
- ),//Twitter Card Optimization
251
  array(
252
- 'title' => "Sitemap XML",
253
- 'description' => "Use Sitemap Generator to <strong>help your website get crawled</strong> and indexed by Search Engines. Add Sitemap Support for News, Posts, Pages, Products, Tags, Categories, Taxonomies, Images, Videos, etc.",
254
- 'mode' => "Free",
255
- 'option' => 'sq_auto_sitemap',
256
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_sitemap'),
257
- 'optional' => true,
 
258
  'connection' => false,
259
- 'logo' => 'sitemap_92.png',
260
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'sitemap'),
261
- 'details' => 'https://howto.squirrly.co/kb/sitemap-xml-settings/',
262
  'show' => true,
263
- ), //XML Sitemap
264
  array(
265
- 'title' => "Google News",
266
- 'description' => "For a news website it's really important to have a Google News Sitemap. This way you will have <strong>all your News Posts instantly on Google News</strong>.",
267
- 'mode' => "Free",
 
268
  'option' => false,
269
- 'active' => ($sitemap['sitemap-news'][1] == 1),
270
  'optional' => false,
271
  'connection' => false,
272
- 'logo' => 'news_92.png',
273
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'sitemap'),
274
- 'details' => 'https://howto.squirrly.co/kb/sitemap-xml-settings/#news_sitemap',
275
  'show' => true,
276
- ), //Sitemap Instant Indexing
277
  array(
278
- 'title' => "JSON-LD Structured Data",
279
- 'description' => "Edit your website's JSON-LD Schema with Squirrly's powerful <strong>semantic SEO Markup Solution</strong>. Use the built-in Structured Data or add your custom Schema code.",
280
- 'mode' => "Free",
281
- 'option' => 'sq_auto_jsonld',
282
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_jsonld'),
 
283
  'optional' => true,
284
  'connection' => false,
285
- 'logo' => 'jsonld_92.png',
286
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld'),
287
- 'details' => 'https://howto.squirrly.co/kb/json-ld-structured-data/',
288
  'show' => true,
289
- ), //JSON-LD Optimizaition
290
  array(
291
- 'title' => "ACF Integration",
292
- 'description' => "Use <strong>Advanced Custom Fields (ACF)</strong> plugin to add advanced and custom JSON-LD Schema code on your pages.",
293
- 'mode' => "Free",
 
294
  'option' => false,
295
  'active' => true,
296
  'optional' => false,
297
  'connection' => false,
298
- 'logo' => 'jsonld_92.png',
299
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld'),
300
- 'details' => 'https://howto.squirrly.co/kb/json-ld-structured-data/#ACF',
301
  'show' => true,
302
- ), //Advanced Custom Fields
303
  array(
304
  'title' => "Google Analytics Tracking",
305
  'description' => "Add the <strong>Google Analytics</strong> and <strong>Google Tag Manager</strong> tracking on your website.",
306
- 'mode' => "Free",
 
307
  'option' => 'sq_auto_tracking',
308
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_tracking'),
309
  'optional' => true,
310
  'connection' => false,
311
- 'logo' => 'traffic_92.png',
312
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tracking'),
313
- 'details' => 'https://howto.squirrly.co/kb/google-analytics-tracking-tool/#google_analytics',
314
  'show' => true,
315
  ), //Google Analytics Tracking
316
- array(
317
- 'title' => "AMP Support",
318
- 'description' => sprintf("Automatically load the <strong>Accelerate Mobile Pages (AMP)</strong> support for plugins like %sAMP for WP%s or %sAMP%s.", '<a href="https://wordpress.org/plugins/accelerated-mobile-pages/" target="_blank">', '</a>', '<a href="https://wordpress.org/plugins/amp/" target="_blank">', '</a>'),
319
- 'mode' => "Free",
320
- 'option' => 'sq_auto_amp',
321
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_amp'),
322
- 'optional' => true,
323
- 'connection' => false,
324
- 'logo' => 'amp_92.png',
325
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tracking'),
326
- 'details' => 'https://howto.squirrly.co/kb/google-analytics-tracking-tool/#amp_support',
327
- 'show' => true,
328
- ), //
329
- array(
330
- 'title' => "Facebook Pixel Tracking",
331
- 'description' => "Track visitors with <strong>website and e-commerce events</strong> for better Retargeting Campaigns. <strong>Integrated with Woocommerce</strong> plugin with events like Add to Cart, Initiate Checkout, Payment, and more.",
332
- 'mode' => "Free",
333
- 'option' => 'sq_auto_pixels',
334
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_pixels'),
335
- 'optional' => true,
336
- 'connection' => false,
337
- 'logo' => 'traffic_92.png',
338
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tracking'),
339
- 'details' => 'https://howto.squirrly.co/kb/google-analytics-tracking-tool/#facebook_pixel',
340
- 'show' => true,
341
- ), //Facebook Pixel Tracking
342
- array(
343
- 'title' => "Webmaster Tools",
344
- 'description' => "Connect your website with the popular webmasters like <strong>Google Search Console (GSC), Bing, Baidu, Yandex, Alexa</strong>.",
345
- 'mode' => "Free",
346
- 'option' => 'sq_auto_webmasters',
347
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_webmasters'),
348
- 'optional' => true,
349
- 'connection' => false,
350
- 'logo' => 'websites_92.png',
351
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'webmaster'),
352
- 'details' => 'https://howto.squirrly.co/kb/webmaster-tools-settings/',
353
- 'show' => true,
354
- ), //Webmaster Tools
355
  array(
356
  'title' => "Google Search Console (GSC)",
357
  'description' => "Connect your website with <strong>Google Search Console</strong> and get insights based on <strong>organic searched keywords</strong>.",
358
- 'mode' => "Free",
 
359
  'option' => 'sq_auto_webmasters',
360
  'active' => (isset($connect['google_search_console']) ? $connect['google_search_console'] : true),
361
  'optional' => false,
362
  'connection' => true,
363
- 'logo' => 'websites_92.png',
364
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'settings'),
365
- 'details' => 'https://howto.squirrly.co/kb/ranking-serp-checker/#google_search_console',
366
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
367
  ), //Google Search Console
368
  array(
369
- 'title' => "Robots.txt File",
370
- 'description' => "Tell search engine crawlers which pages or files the crawler can or can't request from your site.",
371
- 'mode' => "Free",
372
- 'option' => 'sq_auto_robots',
373
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_robots'),
374
- 'optional' => true,
375
- 'connection' => false,
376
- 'logo' => 'robots_92.png',
377
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'robots'),
378
- 'details' => false,
379
- 'show' => true,
380
- ), //Robots.txt File
381
- array(
382
- 'title' => "Favicon Site Icon",
383
- 'description' => "Add your <strong>website icon</strong> in the browser tabs and on other devices like <strong>iPhone, iPad and Android phones</strong>.",
384
- 'mode' => "Free",
385
- 'option' => 'sq_auto_favicon',
386
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_favicon'),
387
- 'optional' => true,
388
- 'connection' => false,
389
- 'logo' => 'favicon_92.png',
390
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'favicon'),
391
- 'details' => 'https://howto.squirrly.co/kb/website-favicon-settings/',
392
- 'show' => true,
393
- ), //Favicon Site Icon
394
- array(
395
- 'title' => "SEO Links",
396
- 'description' => "Increase the <strong>website authority</strong> by correctly managing all the external links on your website. Instantly add <strong>nofollow</strong> to all external links.",
397
- 'mode' => "Free",
398
- 'option' => 'sq_auto_links',
399
- 'active' => (bool)SQ_Classes_Helpers_Tools::getOption('sq_auto_links'),
400
- 'optional' => true,
401
- 'connection' => false,
402
- 'logo' => 'links_92.png',
403
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'links'),
404
- 'details' => 'https://howto.squirrly.co/kb/seo-links/',
405
- 'show' => true,
406
- ), //SEO Links
407
- array(
408
- 'title' => "On-Page SEO METAs",
409
- 'description' => "Add all the required Search Engine METAs like <strong>Title Meta, Description, Canonical Link, Dublin Core, Robots Meta</strong> and more.",
410
- 'mode' => "Free",
411
- 'option' => 'sq_auto_metas',
412
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_metas'),
413
  'optional' => true,
414
  'connection' => false,
415
- 'logo' => 'metas_92.png',
416
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'metas'),
417
- 'details' => 'https://howto.squirrly.co/kb/seo-metas/',
418
  'show' => true,
419
- ), //On-Page SEO METAs
420
  array(
421
- 'title' => "Remove META Duplicate",
422
- 'description' => "Fix Duplicate Title, Description, Canonical, Dublin Core, Robots and more without writing a line of code.",
423
- 'mode' => "Free",
 
424
  'option' => false,
425
  'active' => true,
426
  'optional' => false,
427
  'connection' => false,
428
- 'logo' => 'metas_92.png',
429
  'link' => false,
430
- 'details' => 'https://howto.squirrly.co/kb/seo-metas/#remove_duplicates',
431
- 'show' => true,
432
- ), //Remove META Duplicate
433
- array(
434
- 'title' => "404 URLs Redirects",
435
- 'description' => "Automatically <strong>redirect 404 URLs</strong> to the new URLs and keep the post authority. You can manage the <strong>Redirect Broken URLs</strong> for each post type.",
436
- 'mode' => "Free",
437
- 'option' => false,
438
- 'active' => true,
439
- 'optional' => false,
440
- 'connection' => false,
441
- 'logo' => 'redirect_92.png',
442
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'automation', array('#tab=nav-post')),
443
- 'details' => 'https://howto.squirrly.co/kb/seo-automation/#redirect_broken_urls',
444
  'show' => true,
445
- ), //404 Redirects
446
- array(
447
- 'title' => "SEO Audit",
448
- 'description' => "Improve your Online Presence by knowing how your website is performing online. <strong>Generate and Compare SEO Audits</strong> and follow the Assistant to optimize the website.",
449
- 'mode' => "Free",
450
- 'option' => false,
451
- 'active' => true,
452
- 'optional' => false,
453
- 'connection' => true,
454
- 'logo' => 'audit_92.png',
455
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
456
- 'details' => 'https://howto.squirrly.co/kb/seo-audit/',
457
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
458
- ), //SEO Audit
459
  array(
460
  'title' => "Moz",
461
  'description' => "Receive information about <strong>Backlinks and Authority from Moz.com</strong> directly in your SEO Audit report.",
462
- 'mode' => "Free",
 
463
  'option' => false,
464
  'active' => true,
465
  'optional' => false,
466
  'connection' => true,
467
- 'logo' => 'audit_92.png',
468
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
469
- 'details' => 'https://howto.squirrly.co/kb/seo-audit/#moz',
470
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
471
  ), //SEO Audit Moz
472
  array(
473
  'title' => "Majestic",
474
- 'description' => "Receive information about <strong>Backlinks from Majestic.com</strong> directly in your SEO Audit report.",
475
- 'mode' => "Free",
 
476
  'option' => false,
477
  'active' => true,
478
  'optional' => false,
479
  'connection' => true,
480
- 'logo' => 'audit_92.png',
481
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
482
- 'details' => 'https://howto.squirrly.co/kb/seo-audit/#majestic',
483
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
484
- ), //SEO Audit Majestic
485
  array(
486
  'title' => "Alexa",
487
  'description' => "Receive <strong>Alexa Score and Backlinks</strong> information directly in your SEO Audit report.",
488
- 'mode' => "Free",
 
489
  'option' => false,
490
  'active' => true,
491
  'optional' => false,
492
  'connection' => true,
493
- 'logo' => 'audit_92.png',
494
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
495
- 'details' => 'https://howto.squirrly.co/kb/seo-audit/#alexa',
496
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
497
  ), //SEO Audit Alexa
498
  array(
499
- 'title' => "Google PageSpeed Insights",
500
- 'description' => "Get precise information about the <strong>Average Loading Time</strong> of your website using Google PageSpeed Insights in your SEO Audit report.",
501
- 'mode' => "Free",
 
502
  'option' => false,
503
  'active' => true,
504
  'optional' => false,
505
- 'connection' => true,
506
- 'logo' => 'audit_92.png',
507
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
508
- 'details' => 'https://howto.squirrly.co/kb/seo-audit/#google_pagespeed',
509
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
510
- ), //SEO Audit Google PageSpeed
511
  array(
512
- 'title' => "Blogging Assistant",
513
- 'description' => "Add relevant <strong>Copyright-Free images, Tweets, Wikis, Blog Excerpts</strong> in your posts.",
514
- 'mode' => "Pro",
 
515
  'option' => false,
516
  'active' => true,
517
  'optional' => false,
518
- 'connection' => true,
519
- 'logo' => 'sla_92.png',
520
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
521
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#live_assistant_box',
522
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
523
- ), //Blogging Assistant
524
  array(
525
- 'title' => "Google SERP Checker",
526
- 'description' => "Accurately track your <strong>Google Rankings every day</strong> with Squirrly's user-friendly Google SERP Checker.",
527
- 'mode' => "Business",
 
528
  'option' => false,
529
  'active' => true,
530
  'optional' => false,
531
- 'connection' => true,
532
- 'logo' => 'ranking_92.png',
533
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'rankings'),
534
- 'details' => 'https://howto.squirrly.co/kb/ranking-serp-checker/',
535
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
536
- ), //Google SERP Checker
 
537
  array(
538
- 'title' => "Copyright Free Images",
539
- 'description' => "Search <strong>Copyright Free Images</strong> in Squirrly Live Assistant and import them directly on your content.",
540
- 'mode' => "free",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
  'option' => false,
542
  'active' => true,
543
  'optional' => false,
544
  'connection' => true,
545
- 'logo' => 'image_92.png',
546
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
547
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#copyright_free_images',
548
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
549
- ), //Blogging Assistant
550
  array(
551
- 'title' => "WooCommerce SEO",
552
- 'description' => "<strong>Optimize all WooCommerce Products</strong> with Squirrly Live Assistant for better ranking. Add the required Metas, Google Tracking, Facebook Pixel Events and JSON-LD Schema. Useful for loading Rich Snippets on Google search results.",
553
- 'mode' => "Free",
 
554
  'option' => false,
555
  'active' => true,
556
  'optional' => false,
557
- 'connection' => false,
558
- 'logo' => 'shop_92.png',
559
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo', array('stype=product')),
560
- 'details' => 'https://howto.squirrly.co/kb/json-ld-structured-data/#woocommerce',
561
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_bulkseo'),
562
- ), //
563
  array(
564
- 'title' => "Polylang",
565
- 'description' => "<strong>Multilingual Support</strong> with Polylang plugin for fast multilingual optimization. Load Squirrly Live Assistant, SEO Snippets and Sitemap XML based on Polylang language.",
566
- 'mode' => "Free",
 
567
  'option' => false,
568
  'active' => true,
569
  'optional' => false,
570
- 'connection' => false,
571
- 'logo' => 'multilingual_92.png',
572
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo'),
573
- 'details' => 'https://howto.squirrly.co/wordpress-seo/compatibility-with-polylang-plugin/',
574
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_bulkseo'),
575
- ), //
576
  array(
577
- 'title' => "Local SEO",
578
- 'description' => "Optimize the website for <strong>local audience</strong> to have a huge advantage in front of your competitors.",
579
- 'mode' => "Free",
580
- 'option' => 'sq_auto_jsonld_local',
581
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_jsonld_local'),
 
582
  'optional' => true,
583
  'connection' => false,
584
- 'logo' => 'local_92.png',
585
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld', array('#localseo')),
586
- 'details' => 'https://howto.squirrly.co/kb/json-ld-structured-data/#local_seo',
587
  'show' => true,
588
- ), //
589
  array(
590
- 'title' => "Settings Assistant",
591
- 'description' => "With many of the Assistant panels in all Squirrly Setting pages, all a user needs to do is <strong>turn Red dots into Green dots</strong>.",
592
- 'mode' => "Free",
593
- 'option' => false,
594
- 'active' => true,
595
- 'optional' => false,
 
596
  'connection' => false,
597
- 'logo' => 'audit_92.png',
598
- 'link' => false,
599
- 'details' => 'https://howto.squirrly.co/kb/squirrly-settings-assistant/',
 
600
  'show' => true,
601
- ),//Live Assistant Elementor
602
  array(
603
- 'title' => "Fetch SEO Snippet",
604
- 'description' => sprintf("Automatically <strong>fetch the Squirrly Snippet</strong> on %sFacebook Sharing Debugger%s every time you update the content on a page.", '<a href="https://developers.facebook.com/tools/debug/" target="_blank">', '</a>'),
605
- 'mode' => "Free",
606
- 'option' => 'sq_sla_social_fetch',
607
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_sla_social_fetch'),
 
608
  'optional' => true,
609
- 'connection' => true,
610
- 'logo' => 'social_92.png',
611
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
612
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#fetch_social',
613
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
614
- ), //
615
  array(
616
- 'title' => "SEO Images",
617
- 'description' => "Automatically <strong>downloads image and adds image alt tag</strong> for you, if you searched for images using your focus keyword <strong>inside the Blogging Assistant</strong>.",
618
- 'mode' => "Free",
619
- 'option' => 'sq_local_images',
620
- 'active' => SQ_Classes_Helpers_Tools::getOption('sq_local_images'),
 
621
  'optional' => true,
622
  'connection' => false,
623
- 'logo' => 'image_92.png',
624
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
625
- 'details' => 'https://howto.squirrly.co/kb/squirrly-live-assistant/#seo_image',
626
- 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
627
- ), //
628
-
629
  array(
630
- 'title' => "Plugins Integration",
631
- 'description' => "Squirrly SEO works with all websites types and popular plugins like <strong>E-commerce plugins, Page Builder plugins, Cache plugins, SEO plugins, Multilingual plugins, and more</strong>.",
632
- 'mode' => "Free",
633
- 'option' => false,
634
- 'active' => true,
635
- 'optional' => false,
 
636
  'connection' => false,
637
- 'logo' => 'settings_92.png',
638
- 'link' => false,
639
- 'details' => 'https://howto.squirrly.co/',
640
  'show' => true,
641
  ), //
642
  array(
643
- 'title' => "Import SEO & Settings",
644
- 'description' => "Import the settings and SEO from other plugins so you can use only Squirrly SEO for on-page SEO.",
645
- 'mode' => "Free",
646
- 'option' => false,
647
- 'active' => true,
648
- 'optional' => false,
 
649
  'connection' => false,
650
- 'logo' => 'settings_92.png',
651
- 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'backup'),
652
- 'details' => 'https://howto.squirrly.co/kb/import-export-seo-settings/',
653
  'show' => true,
654
- ), //Import SEO & Settings
655
 
656
 
657
  );
9
  $this->show_view('Blocks/Features');
10
  }
11
 
12
+ public function getCategories(){
13
+ return array(
14
+ "Social Media Features" => "fa-solid fa-share-nodes",
15
+ "Unique Squirrly SEO Features" => "fa-solid fa-bullseye-arrow",
16
+ "Keywords Features" => "fa-solid fa-key",
17
+ "Optimize Your Content" => "fa-solid fa-social",
18
+ "Assistants" => "fa-solid fa-message",
19
+ "METAs Features" => "fa-solid fa-code-simple",
20
+ "Optimize Multiple Pages" => "fa-solid fa-social",
21
+ "Import Features" => "fa-solid fa-arrow-up-from-bracket",
22
+ "Links Features" => "fa-solid fa-link",
23
+ "Integration Features" => "fa-solid fa-chart-line-up",
24
+ "Miscellaneous Features" => "fa-solid fa-barcode-read",
25
+ );
26
+ }
27
+
28
  public function getFeatures()
29
  {
30
  $connect = SQ_Classes_Helpers_Tools::getOption('connect');
31
  $sitemap = SQ_Classes_Helpers_Tools::getOption('sq_sitemap');
32
+
33
  $features = array(
34
  array(
35
  'title' => "Squirrly Cloud App",
36
  'description' => "Many Squirrly features work from <bold>cloud.squirrly.co</bold> and helps you optimize the content and manage the keywords, audits and rankings.",
37
+ 'category' => "",
38
+ 'mainfeature' => false,
39
  'option' => false,
40
  'active' => true,
41
  'optional' => false,
42
  'connection' => true,
43
+ 'logo' => 'fa-solid fa-cloud',
44
  'link' => SQ_Classes_RemoteController::getMySquirrlyLink('dashboard'),
45
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-cloud-app/',
46
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_account_info'),
47
  ), //Squirrly Cloud
48
  array(
49
  'title' => "14 Days Journey Course",
50
  'description' => "<strong>Improve your Online Presence</strong> by knowing how your website is performing. All you need now is to start driving One of your most valuable pages to <strong>Better Rankings</strong>.",
51
+ 'category' => "Unique Squirrly SEO Features",
52
+ 'mainfeature' => false,
53
  'option' => false,
54
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_seojourney'),
55
  'optional' => false,
56
  'connection' => true,
57
+ 'logo' => 'fa-solid fa-car',
58
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'journey'),
59
+ 'details' => 'https://howto12.squirrly.co/kb/install-squirrly-seo-plugin/#journey',
60
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_journey'),
61
  ), //14 Days Journey Course
62
  array(
63
  'title' => "Next SEO Goals",
64
  'description' => "The AI SEO Consultant with <strong>over 100+ signals</strong> that prepares your goals to take you closer to the first page of Google.",
65
+ 'category' => "Unique Squirrly SEO Features",
66
+ 'mainfeature' => "Get AI Assistants",
67
  'option' => false,
68
  'active' => true,
69
  'optional' => false,
70
  'connection' => true,
71
+ 'logo' => 'fa-solid fa-forward-step',
72
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', '', array('#tasks')),
73
+ 'details' => 'https://howto12.squirrly.co/kb/next-seo-goals/',
74
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_seogoals'),
75
  ),//Next SEO Goals
76
  array(
77
  'title' => "Progress & Achievements",
78
  'description' => "Displays <strong>Success Messages</strong> and <strong>Progress & Achievements</strong> for SEO Goals, Focus Pages, Audits, and Rankings",
79
+ 'category' => "Unique Squirrly SEO Features",
80
+ 'mainfeature' => false,
81
  'option' => false,
82
  'active' => true,
83
  'optional' => false,
84
  'connection' => true,
85
+ 'logo' => 'fa-solid fa-dumbbell',
86
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', '', array('#tasks')),
87
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-seo-goals/',
88
  'show' => true,
89
  ),//Progress
90
  array(
91
  'title' => "Focus Pages",
92
  'description' => "Brings you clear methods to take your pages <strong>from never found to always found on Google</strong>. Rank your pages by influencing the right ranking factors.",
93
+ 'category' => "Unique Squirrly SEO Features",
94
+ 'mainfeature' => "Optimize the Best Pages",
95
  'option' => false,
96
  'active' => true,
97
  'optional' => false,
98
  'connection' => true,
99
+ 'logo' => 'fa-solid fa-bullseye-arrow',
100
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_focuspages', 'pagelist'),
101
+ 'details' => 'https://howto12.squirrly.co/kb/focus-pages-page-audits/',
102
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages'),
103
  ), //Focus Pages
104
  array(
105
+ 'title' => "Copyright Free Images",
106
+ 'description' => "Search <strong>Copyright Free Images</strong> in Squirrly Live Assistant and import them directly on your content.",
107
+ 'category' => "Unique Squirrly SEO Features",
108
+ 'mainfeature' => false,
109
  'option' => false,
110
  'active' => true,
111
  'optional' => false,
112
  'connection' => true,
113
+ 'logo' => 'fa-solid fa-image',
114
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
115
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#copyright_free_images',
116
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
117
+ ), //Blogging Assistant
118
+ array(
119
+ 'title' => "SEO Images",
120
+ 'description' => "Automatically <strong>downloads image and adds image alt tag</strong> for you, if you searched for images using your focus keyword <strong>inside the Blogging Assistant</strong>.",
121
+ 'category' => "Unique Squirrly SEO Features",
122
+ 'mainfeature' => false,
123
+ 'option' => 'sq_local_images',
124
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_local_images'),
125
+ 'optional' => true,
126
+ 'connection' => false,
127
+ 'logo' => 'fa-solid fa-message-image',
128
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
129
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#seo_image',
130
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
131
+ ), //
132
+ array(
133
+ 'title' => "Open Graph Optimization",
134
+ 'description' => "Add Social Open Graph protocol so that <strong>your Facebook Shares look awesome</strong>.",
135
+ 'category' => "Social Media Features",
136
+ 'mainfeature' => false,
137
+ 'option' => 'sq_auto_facebook',
138
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_facebook'),
139
+ 'optional' => true,
140
+ 'connection' => false,
141
+ 'logo' => 'fa-brands fa-facebook-f',
142
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'social'),
143
+ 'details' => 'https://howto12.squirrly.co/kb/social-media-settings/#opengraph',
144
+ 'show' => true,
145
+ ),//Open Graph Optimization
146
+ array(
147
+ 'title' => "Twitter Card Optimization",
148
+ 'description' => "Add Twitter Card in your tweets so that your <strong>Twitter Shares look awesome</strong>.",
149
+ 'category' => "Social Media Features",
150
+ 'mainfeature' => false,
151
+ 'option' => 'sq_auto_twitter',
152
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_twitter'),
153
+ 'optional' => true,
154
+ 'connection' => false,
155
+ 'logo' => 'fa-brands fa-twitter',
156
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'social'),
157
+ 'details' => 'https://howto12.squirrly.co/kb/social-media-settings/#twittercard',
158
+ 'show' => true,
159
+ ),//Twitter Card Optimization
160
+ array(
161
+ 'title' => "Facebook Pixel Tracking",
162
+ 'description' => "Track visitors with <strong>website and e-commerce events</strong> for better Retargeting Campaigns. <strong>Integrated with Woocommerce</strong> plugin with events like Add to Cart, Initiate Checkout, Payment, and more.",
163
+ 'category' => "Social Media Features",
164
+ 'mainfeature' => false,
165
+ 'option' => 'sq_auto_pixels',
166
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_pixels'),
167
+ 'optional' => true,
168
+ 'connection' => false,
169
+ 'logo' => 'fa-brands fa-facebook-f',
170
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'webmaster#tab=trackers'),
171
+ 'details' => 'https://howto12.squirrly.co/kb/google-analytics-tracking-tool/#facebook_pixel',
172
+ 'show' => true,
173
+ ), //Facebook Pixel Tracking
174
+
175
  array(
176
  'title' => "Keyword Research",
177
  'description' => "Find the <strong>Best Keywords</strong> that your own website can rank for and get <strong>personalized competition data</strong> for each keyword. Provides info on Region that was used for Keyword Research.",
178
+ 'category' => "Keywords Features",
179
+ 'mainfeature' => "Find Keywords",
180
  'option' => false ,
181
  'active' => true,
182
  'optional' => false,
183
  'connection' => true,
184
+ 'logo' => 'fa-solid fa-key',
185
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'research'),
186
+ 'details' => 'https://howto12.squirrly.co/kb/keyword-research-and-seo-strategy/',
187
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
188
  ), //Keyword Research
189
  array(
190
+ 'title' => "Briefcase",
191
+ 'description' => "Add keywords in your portfolio based on your current Campaigns, Trends, Performance <strong>for a successful SEO strategy</strong>.",
192
+ 'category' => "Keywords Features",
193
+ 'mainfeature' => false,
194
  'option' => false,
195
  'active' => true,
196
  'optional' => false,
197
  'connection' => true,
198
+ 'logo' => 'fa-solid fa-briefcase',
199
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'briefcase'),
200
+ 'details' => 'https://howto12.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase',
201
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
202
+ ),//SEO Briefcase
203
  array(
204
+ 'title' => "Chances of Ranking",
205
+ 'description' => "Get information about <strong>Chances of Ranking for each Focus Page</strong> based on our <strong>Machine Learning Algorithms and Ranking Vision A.I.</strong>",
206
+ 'category' => "Keywords Features",
207
+ 'mainfeature' => false,
208
  'option' => false,
209
  'active' => true,
210
  'optional' => false,
211
  'connection' => true,
212
+ 'logo' => 'fa-solid fa-arrow-trend-up',
213
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_focuspages', 'pagelist'),
214
+ 'details' => 'https://howto12.squirrly.co/kb/focus-pages-page-audits/#chance_to_rank',
215
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages'),
216
+ ), //Chances of Ranking
217
+ array(
218
+ 'title' => "Google Search & Competition",
219
+ 'description' => "Keyword Research uses third-party services like <strong>Google Search API</strong> to get live research data for each keyword. The research algorithm processes <strong>more than 100 processes</strong> for each keyword you selected.",
220
+ 'category' => "Keywords Features",
221
+ 'mainfeature' => false,
222
+ 'option' => false,
223
+ 'active' => true,
224
+ 'optional' => false,
225
+ 'connection' => true,
226
+ 'logo' => 'fa-solid fa-chart-waterfall',
227
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_research', 'research'),
228
+ 'details' => 'https://howto12.squirrly.co/kb/keyword-research-and-seo-strategy/',
229
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_research'),
230
+ ), //Keyword Research
231
  array(
232
+ 'title' => "Google Rankings with GSC",
233
+ 'description' => "Get <strong>Google Search Console (GSC)</strong> average <strong>positions, clicks and impressions</strong> for organic keywords.",
234
+ 'category' => "Keywords Features",
235
+ 'mainfeature' => false,
236
  'option' => false,
237
  'active' => true,
238
  'optional' => false,
239
  'connection' => true,
240
+ 'logo' => 'fa-solid fa-chart-line',
241
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'rankings'),
242
+ 'details' => 'https://howto12.squirrly.co/kb/ranking-serp-checker/',
243
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
244
+ ),//Google SERP with GSC
245
  array(
246
  'title' => "Keywords Optimization",
247
  'description' => "Optimize for <strong>Multiple Keywords at once in a Single Page</strong>. Automatically Calculates Optimization Scores for all secondary keywords and displays them to you as you’re typing your page.",
248
+ 'category' => "Keywords Features",
249
+ 'mainfeature' => false,
250
  'option' => false,
251
  'active' => true,
252
  'optional' => false,
253
  'connection' => true,
254
+ 'logo' => 'fa-solid fa-key',
255
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
256
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#add_keyword',
257
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
258
  ),//Keywords Optimization
259
+
260
+ array(
261
+ 'title' => "Live Assistant",
262
+ 'description' => "Publish <strong>content that is fully optimized</strong> for BOTH Search Engines and Humans – every single time!",
263
+ 'category' => "Assistants",
264
+ 'mainfeature' => "Optimize Your Content",
265
+ 'option' => false,
266
+ 'active' => true,
267
+ 'optional' => false,
268
+ 'connection' => true,
269
+ 'logo' => 'fa-solid fa-message',
270
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
271
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/',
272
+ 'keywords' => 'live,assistant',
273
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
274
+ ),//Live Assistant
275
  array(
276
  'title' => "Elementor Website Builder",
277
  'description' => "The SEO Live Assistant <strong>works on the front-end of Elementor</strong>, just as you're creating or editing your Elementor page.",
278
+ 'category' => "Assistants",
279
+ 'mainfeature' => false,
280
  'option' => 'sq_sla_frontend',
281
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_sla_frontend'),
282
  'optional' => true,
283
  'connection' => false,
284
+ 'logo' => 'fa-solid fa-message',
285
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
286
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#elementor',
287
+ 'show' => (SQ_Classes_Helpers_Tools::isPluginInstalled('elementor/elementor.php') && SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant')),
288
  ),//Live Assistant Elementor
289
  array(
290
+ 'title' => "Blogging Assistant",
291
+ 'description' => "Add relevant <strong>Copyright-Free images, Tweets, Wikis, Blog Excerpts</strong> in your posts.",
292
+ 'category' => "Assistants",
293
+ 'mainfeature' => false,
294
  'option' => false,
295
  'active' => true,
296
  'optional' => false,
297
  'connection' => true,
298
+ 'logo' => 'fa-solid fa-messages',
299
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant'),
300
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#live_assistant_box',
301
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
302
+ ), //Blogging Assistant
303
  array(
304
+ 'title' => "Settings Assistant",
305
+ 'description' => "With many of the Assistant panels in all Squirrly Settings pages, all a user needs to do is to complete tasks and turn Red dots into Green dots.",
306
+ 'category' => "Assistants",
307
+ 'mainfeature' => false,
308
+ 'option' => false,
309
+ 'active' => true,
310
+ 'optional' => false,
311
+ 'connection' => false,
312
+ 'logo' => 'fa-solid fa-sliders-up',
313
+ 'link' => false,
314
+ 'details' => false,
315
+ 'show' => true,
316
+ ),//Live Assistant Elementor
317
+ array(
318
+ 'title' => "On-Page SEO METAs",
319
+ 'description' => "Add all the required Search Engine METAs like <strong>Title Meta, Description, Canonical Link, Dublin Core, Robots Meta</strong> and more.",
320
+ 'category' => "METAs Features",
321
+ 'mainfeature' => false,
322
+ 'option' => 'sq_auto_metas',
323
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_metas'),
324
  'optional' => true,
325
  'connection' => false,
326
+ 'logo' => 'fa-solid fa-code-simple',
327
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'metas'),
328
+ 'details' => 'https://howto12.squirrly.co/kb/seo-metas/',
329
  'show' => true,
330
+ ), //On-Page SEO METAs
331
  array(
332
  'title' => "Bulk SEO & Snippets",
333
  'description' => "Simplify the SEO process to <strong>Optimize all the SEO Snippets</strong> in just minutes. Edit Snippets in BULK for all post types directly from All Snippets",
334
+ 'category' => "METAs Features",
335
+ 'mainfeature' => "Optimize Multiple Pages",
336
  'option' => false,
337
  'active' => true,
338
  'optional' => false,
339
  'connection' => false,
340
+ 'logo' => 'fa-solid fa-block-brick',
341
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo'),
342
+ 'details' => 'https://howto12.squirrly.co/kb/bulk-seo/',
343
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_bulkseo'),
344
  ),//Bulk SEO
345
  array(
346
  'title' => "Frontend SEO Snippet",
347
  'description' => "Optimize each page by loading the <strong>SEO Snippet directly on the front-end</strong> of your site. You have <strong>Custom SEO</strong> directly in the WP Admin Toolbar.",
348
+ 'category' => "METAs Features",
349
+ 'mainfeature' => false,
350
  'option' => 'sq_use_frontend',
351
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_use_frontend'),
352
  'optional' => true,
353
  'connection' => false,
354
+ 'logo' => 'fa-solid fa-align-justify',
355
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'metas'),
356
+ 'details' => 'https://howto12.squirrly.co/kb/seo-metas/#Add-Snippet-in-Frontend',
357
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
358
  ),//Frontend SEO Snippet
359
  array(
360
+ 'title' => "Fetch SEO Snippet",
361
+ 'description' => sprintf("Automatically <strong>fetch the Squirrly Snippet</strong> on %sFacebook Sharing Debugger%s every time you update the content on a page.", '<a href="https://developers.facebook.com/tools/debug/" target="_blank">', '</a>'),
362
+ 'category' => "METAs Features",
363
+ 'mainfeature' => false,
364
+ 'option' => 'sq_sla_social_fetch',
365
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_sla_social_fetch'),
 
 
 
 
 
 
 
 
 
 
 
 
366
  'optional' => true,
367
+ 'connection' => true,
368
+ 'logo' => 'fa-solid fa-arrows-repeat',
369
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_assistant', 'settings'),
370
+ 'details' => 'https://howto12.squirrly.co/kb/squirrly-live-assistant/#fetch_social',
371
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_assistant'),
372
+ ), //
373
  array(
374
+ 'title' => "Remove META Duplicate",
375
+ 'description' => "Fix Duplicate Title, Description, Canonical, Dublin Core, Robots and more without writing a line of code.",
376
+ 'category' => "METAs Features",
377
+ 'mainfeature' => false,
378
+ 'option' => false,
379
+ 'active' => true,
380
+ 'optional' => false,
381
  'connection' => false,
382
+ 'logo' => 'fa-solid fa-copy',
383
+ 'link' => false,
384
+ 'details' => 'https://howto12.squirrly.co/kb/seo-metas/#remove_duplicates',
385
  'show' => true,
386
+ ), //Remove META Duplicate
387
  array(
388
+ 'title' => "Import SEO & Settings",
389
+ 'description' => "Import the settings and SEO from other plugins so you can use only Squirrly SEO for on-page SEO.",
390
+ 'category' => "Import Features",
391
+ 'mainfeature' => false,
392
  'option' => false,
393
+ 'active' => true,
394
  'optional' => false,
395
  'connection' => false,
396
+ 'logo' => 'fa-solid fa-arrow-up-from-bracket',
397
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'backup'),
398
+ 'details' => 'https://howto12.squirrly.co/kb/import-export-seo-settings/',
399
  'show' => true,
400
+ ), //Import SEO & Settings
401
  array(
402
+ 'title' => "SEO Links",
403
+ 'description' => "Increase the <strong>website authority</strong> by correctly managing all the external links on your website. Instantly add <strong>nofollow</strong> to all external links.",
404
+ 'category' => "Links Features",
405
+ 'mainfeature' => false,
406
+ 'option' => 'sq_auto_links',
407
+ 'active' => (bool)SQ_Classes_Helpers_Tools::getOption('sq_auto_links'),
408
  'optional' => true,
409
  'connection' => false,
410
+ 'logo' => 'fa-solid fa-link',
411
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tweaks#tab=links'),
412
+ 'details' => 'https://howto12.squirrly.co/kb/seo-links/',
413
  'show' => true,
414
+ ), //SEO Links
415
  array(
416
+ 'title' => "404 URLs Redirects",
417
+ 'description' => "Automatically <strong>redirect 404 URLs</strong> to the new URLs and keep the post authority. You can manage the <strong>Redirect Broken URLs</strong> for each post type.",
418
+ 'category' => "Links Features",
419
+ 'mainfeature' => false,
420
  'option' => false,
421
  'active' => true,
422
  'optional' => false,
423
  'connection' => false,
424
+ 'logo' => 'fa-solid fa-angles-right',
425
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_automation', 'automation', array('#tab=nav-post')),
426
+ 'details' => 'https://howto12.squirrly.co/kb/seo-automation/#redirect_broken_urls',
427
  'show' => true,
428
+ ), //404 Redirects
429
  array(
430
  'title' => "Google Analytics Tracking",
431
  'description' => "Add the <strong>Google Analytics</strong> and <strong>Google Tag Manager</strong> tracking on your website.",
432
+ 'category' => "Integration Features",
433
+ 'mainfeature' => false,
434
  'option' => 'sq_auto_tracking',
435
  'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_tracking'),
436
  'optional' => true,
437
  'connection' => false,
438
+ 'logo' => 'fa-solid fa-chart-line-up',
439
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'webmaster#tab=trackers'),
440
+ 'details' => 'https://howto12.squirrly.co/kb/google-analytics-tracking-tool/#google_analytics',
441
  'show' => true,
442
  ), //Google Analytics Tracking
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  array(
444
  'title' => "Google Search Console (GSC)",
445
  'description' => "Connect your website with <strong>Google Search Console</strong> and get insights based on <strong>organic searched keywords</strong>.",
446
+ 'category' => "Integration Features",
447
+ 'mainfeature' => false,
448
  'option' => 'sq_auto_webmasters',
449
  'active' => (isset($connect['google_search_console']) ? $connect['google_search_console'] : true),
450
  'optional' => false,
451
  'connection' => true,
452
+ 'logo' => 'fa-brands fa-google',
453
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'settings'),
454
+ 'details' => 'https://howto12.squirrly.co/kb/ranking-serp-checker/#google_search_console',
455
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
456
  ), //Google Search Console
457
  array(
458
+ 'title' => "Webmaster Tools",
459
+ 'description' => "Connect your website with the popular webmasters like <strong>Google Search Console (GSC), Bing, Baidu, Yandex, Alexa</strong>.",
460
+ 'category' => "Integration Features",
461
+ 'mainfeature' => false,
462
+ 'option' => 'sq_auto_webmasters',
463
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_webmasters'),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
464
  'optional' => true,
465
  'connection' => false,
466
+ 'logo' => 'fa-solid fa-wrench',
467
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'webmaster#tab=connect'),
468
+ 'details' => 'https://howto12.squirrly.co/kb/webmaster-tools-settings/',
469
  'show' => true,
470
+ ), //Webmaster Tools
471
  array(
472
+ 'title' => "Plugins Integration",
473
+ 'description' => "Squirrly SEO works with all websites types and popular plugins like <strong>E-commerce plugins, Page Builder plugins, Cache plugins, SEO plugins, Multilingual plugins, and more</strong>.",
474
+ 'category' => "Integration Features",
475
+ 'mainfeature' => false,
476
  'option' => false,
477
  'active' => true,
478
  'optional' => false,
479
  'connection' => false,
480
+ 'logo' => 'fa-solid fa-puzzle-piece',
481
  'link' => false,
482
+ 'details' => 'https://howto12.squirrly.co/',
 
 
 
 
 
 
 
 
 
 
 
 
 
483
  'show' => true,
484
+ ), //
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  array(
486
  'title' => "Moz",
487
  'description' => "Receive information about <strong>Backlinks and Authority from Moz.com</strong> directly in your SEO Audit report.",
488
+ 'category' => "Integration Features",
489
+ 'mainfeature' => false,
490
  'option' => false,
491
  'active' => true,
492
  'optional' => false,
493
  'connection' => true,
494
+ 'logo' => 'fa-solid fa-puzzle-piece',
495
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
496
+ 'details' => 'https://howto12.squirrly.co/kb/seo-audit/#moz',
497
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
498
  ), //SEO Audit Moz
499
  array(
500
  'title' => "Majestic",
501
+ 'description' => "Receive information about <strong>Backlinks from Majestic.com</strong> directly in your Focus Pages report.",
502
+ 'category' => "Integration Features",
503
+ 'mainfeature' => false,
504
  'option' => false,
505
  'active' => true,
506
  'optional' => false,
507
  'connection' => true,
508
+ 'logo' => 'fa-solid fa-puzzle-piece',
509
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
510
+ 'details' => 'https://howto12.squirrly.co/kb/focus-pages-page-audits/#page_authority',
511
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
512
+ ), //SEO Focus Pages Majestic
513
  array(
514
  'title' => "Alexa",
515
  'description' => "Receive <strong>Alexa Score and Backlinks</strong> information directly in your SEO Audit report.",
516
+ 'category' => "Integration Features",
517
+ 'mainfeature' => false,
518
  'option' => false,
519
  'active' => true,
520
  'optional' => false,
521
  'connection' => true,
522
+ 'logo' => 'fa-solid fa-puzzle-piece',
523
  'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
524
+ 'details' => 'https://howto12.squirrly.co/kb/seo-audit/#alexa',
525
  'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
526
  ), //SEO Audit Alexa
527
  array(
528
+ 'title' => "Polylang",
529
+ 'description' => "<strong>Multilingual Support</strong> with Polylang plugin for fast multilingual optimization. Load Squirrly Live Assistant, SEO Snippets and Sitemap XML based on Polylang language.",
530
+ 'category' => "Integration Features",
531
+ 'mainfeature' => false,
532
  'option' => false,
533
  'active' => true,
534
  'optional' => false,
535
+ 'connection' => false,
536
+ 'logo' => 'fa-solid fa-puzzle-piece',
537
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo'),
538
+ 'details' => 'https://howto12.squirrly.co/wordpress-seo/compatibility-with-polylang-plugin/',
539
+ 'show' => SQ_Classes_Helpers_Tools::isPluginInstalled('polylang/polylang.php'),
540
+ ), //
541
  array(
542
+ 'title' => "WooCommerce SEO",
543
+ 'description' => "<strong>Optimize all WooCommerce Products</strong> with Squirrly Live Assistant for better ranking. Add the required Metas, Google Tracking, Facebook Pixel Events and JSON-LD Schema. Useful for loading Rich Snippets on Google search results.",
544
+ 'category' => "Integration Features",
545
+ 'mainfeature' => false,
546
  'option' => false,
547
  'active' => true,
548
  'optional' => false,
549
+ 'connection' => false,
550
+ 'logo' => 'fa-solid fa-puzzle-piece',
551
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo', array('stype=product')),
552
+ 'details' => 'https://howto12.squirrly.co/kb/json-ld-structured-data/#woocommerce',
553
+ 'show' => SQ_Classes_Helpers_Tools::isEcommerce(),
554
+ ), //
555
  array(
556
+ 'title' => "ACF Integration",
557
+ 'description' => "Use <strong>Advanced Custom Fields (ACF)</strong> plugin to add advanced and custom JSON-LD Schema code on your pages.",
558
+ 'category' => "Integration Features",
559
+ 'mainfeature' => false,
560
  'option' => false,
561
  'active' => true,
562
  'optional' => false,
563
+ 'connection' => false,
564
+ 'logo' => 'fa-solid fa-puzzle-piece',
565
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld'),
566
+ 'details' => 'https://howto12.squirrly.co/kb/json-ld-structured-data/#ACF',
567
+ 'keywords' => 'rich,snippets,jsonld,advanced,custom,fields,acf,video',
568
+ 'show' => SQ_Classes_Helpers_Tools::isPluginInstalled('advanced-custom-fields/acf.php'),
569
+ ), //Advanced Custom Fields
570
  array(
571
+ 'title' => "Google News",
572
+ 'description' => "For a news website it's really important to have a Google News Sitemap. This way you will have <strong>all your News Posts instantly on Google News</strong>.",
573
+ 'category' => "Integration Features",
574
+ 'mainfeature' => false,
575
+ 'option' => false,
576
+ 'active' => ($sitemap['sitemap-news'][1] == 1),
577
+ 'optional' => false,
578
+ 'connection' => false,
579
+ 'logo' => 'fa-brands fa-google',
580
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tweaks'),
581
+ 'details' => 'https://howto12.squirrly.co/kb/sitemap-xml-settings/#news_sitemap',
582
+ 'show' => true,
583
+ ), //Sitemap Instant Indexing
584
+ array(
585
+ 'title' => "AMP Support",
586
+ 'description' => sprintf("Automatically load the <strong>Accelerate Mobile Pages (AMP)</strong> support for plugins like %sAMP for WP%s or %sAMP%s.", '<a href="https://wordpress.org/plugins/accelerated-mobile-pages/" target="_blank">', '</a>', '<a href="https://wordpress.org/plugins/amp/" target="_blank">', '</a>'),
587
+ 'category' => "Integration Features",
588
+ 'mainfeature' => false,
589
+ 'option' => 'sq_auto_amp',
590
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_amp'),
591
+ 'optional' => true,
592
+ 'connection' => false,
593
+ 'logo' => 'fa-solid fa-bolt',
594
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'webmaster#tab=amp'),
595
+ 'details' => 'https://howto12.squirrly.co/kb/google-analytics-tracking-tool/#amp_support',
596
+ 'keywords' => 'mobile,pad,speed',
597
+ 'show' => true,
598
+ ), //
599
+ array(
600
+ 'title' => "Google PageSpeed Insights",
601
+ 'description' => "Get precise information about the <strong>Average Loading Time</strong> of your website using Google PageSpeed Insights in your SEO Audit report.",
602
+ 'category' => "Integration Features",
603
+ 'mainfeature' => false,
604
  'option' => false,
605
  'active' => true,
606
  'optional' => false,
607
  'connection' => true,
608
+ 'logo' => 'fa-solid fa-gauge-high',
609
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
610
+ 'details' => 'https://howto12.squirrly.co/kb/seo-audit/#google_pagespeed',
611
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
612
+ ), //SEO Audit Google PageSpeed
613
  array(
614
+ 'title' => "Google SERP Checker",
615
+ 'description' => "Accurately track your <strong>Google Rankings every day</strong> with Squirrly's user-friendly Google SERP Checker.",
616
+ 'category' => "Integration Features",
617
+ 'mainfeature' => 'See Your Keywords Positions',
618
  'option' => false,
619
  'active' => true,
620
  'optional' => false,
621
+ 'connection' => true,
622
+ 'logo' => 'fa-solid fa-chart-line',
623
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_rankings', 'rankings'),
624
+ 'details' => 'https://howto12.squirrly.co/kb/ranking-serp-checker/',
625
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_rankings'),
626
+ ), //Google SERP Checker
627
  array(
628
+ 'title' => "SEO Audit",
629
+ 'description' => "Improve your Online Presence by knowing how your website is performing online. <strong>Generate and Compare SEO Audits</strong> and follow the Assistant to optimize the website.",
630
+ 'category' => "Miscellaneous Features",
631
+ 'mainfeature' => "Learn More About Your Site",
632
  'option' => false,
633
  'active' => true,
634
  'optional' => false,
635
+ 'connection' => true,
636
+ 'logo' => 'fa-solid fa-chart-column',
637
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_audits', 'audits'),
638
+ 'details' => 'https://howto12.squirrly.co/kb/seo-audit/',
639
+ 'show' => SQ_Classes_Helpers_Tools::getMenuVisible('show_audit'),
640
+ ), //SEO Audit
641
  array(
642
+ 'title' => "Sitemap XML",
643
+ 'description' => "Use Sitemap Generator to <strong>help your website get crawled</strong> and indexed by Search Engines. Add Sitemap Support for News, Posts, Pages, Products, Tags, Categories, Taxonomies, Images, Videos, etc.",
644
+ 'category' => "Miscellaneous Features",
645
+ 'mainfeature' => false,
646
+ 'option' => 'sq_auto_sitemap',
647
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_sitemap'),
648
  'optional' => true,
649
  'connection' => false,
650
+ 'logo' => 'fa-solid fa-map',
651
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tweaks'),
652
+ 'details' => 'https://howto12.squirrly.co/kb/sitemap-xml-settings/',
653
  'show' => true,
654
+ ), //XML Sitemap
655
  array(
656
+ 'title' => "JSON-LD Structured Data",
657
+ 'description' => "Edit your website's JSON-LD Schema with Squirrly's powerful <strong>semantic SEO Markup Solution</strong>. Use the built-in Structured Data or add your custom Schema code.",
658
+ 'category' => "Miscellaneous Features",
659
+ 'mainfeature' => false,
660
+ 'option' => 'sq_auto_jsonld',
661
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_jsonld'),
662
+ 'optional' => true,
663
  'connection' => false,
664
+ 'logo' => 'fa-solid fa-barcode-read',
665
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld'),
666
+ 'details' => 'https://howto12.squirrly.co/kb/json-ld-structured-data/',
667
+ 'keywords' => 'rich,snippets,jsonld,video',
668
  'show' => true,
669
+ ), //JSON-LD Optimizaition
670
  array(
671
+ 'title' => "Robots.txt File",
672
+ 'description' => "Tell search engine crawlers which pages or files the crawler can or can't request from your site.",
673
+ 'category' => "Miscellaneous Features",
674
+ 'mainfeature' => false,
675
+ 'option' => 'sq_auto_robots',
676
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_robots'),
677
  'optional' => true,
678
+ 'connection' => false,
679
+ 'logo' => 'fa-brands fa-android',
680
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tweaks#tab=robots'),
681
+ 'details' => false,
682
+ 'show' => true,
683
+ ), //Robots.txt File
684
  array(
685
+ 'title' => "Favicon Site Icon",
686
+ 'description' => "Add your <strong>website icon</strong> in the browser tabs and on other devices like <strong>iPhone, iPad and Android phones</strong>.",
687
+ 'category' => "Miscellaneous Features",
688
+ 'mainfeature' => false,
689
+ 'option' => 'sq_auto_favicon',
690
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_favicon'),
691
  'optional' => true,
692
  'connection' => false,
693
+ 'logo' => 'fa-solid fa-image',
694
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'tweaks#tab=favicon'),
695
+ 'details' => 'https://howto12.squirrly.co/kb/website-favicon-settings/',
696
+ 'show' => true,
697
+ ), //Favicon Site Icon
 
698
  array(
699
+ 'title' => "Local SEO",
700
+ 'description' => "Optimize the website for <strong>local audience</strong> to have a huge advantage in front of your competitors.",
701
+ 'category' => "Miscellaneous Features",
702
+ 'mainfeature' => false,
703
+ 'option' => 'sq_auto_jsonld_local',
704
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_jsonld_local'),
705
+ 'optional' => true,
706
  'connection' => false,
707
+ 'logo' => 'fa-solid fa-location-dot',
708
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'jsonld', array('#localseo')),
709
+ 'details' => 'https://howto12.squirrly.co/kb/json-ld-structured-data/#local_seo',
710
  'show' => true,
711
  ), //
712
  array(
713
+ 'title' => "SEO Automation",
714
+ 'description' => "Configure the <strong>SEO in 2 minutes</strong> for the entire website without writing a line of code.",
715
+ 'category' => "Miscellaneous Features",
716
+ 'mainfeature' => "Make Your Site SEO Ready",
717
+ 'option' => 'sq_auto_pattern',
718
+ 'active' => SQ_Classes_Helpers_Tools::getOption('sq_auto_pattern'),
719
+ 'optional' => true,
720
  'connection' => false,
721
+ 'logo' => 'fa-solid fa-bolt',
722
+ 'link' => SQ_Classes_Helpers_Tools::getAdminUrl('sq_automation', 'automation'),
723
+ 'details' => 'https://howto12.squirrly.co/kb/seo-automation/',
724
  'show' => true,
725
+ ),//SEO Automation
726
 
727
 
728
  );
core/BlockJorney.php CHANGED
@@ -14,10 +14,6 @@ class SQ_Core_BlockJorney extends SQ_Classes_BlockController
14
  $this->show_view('Blocks/Jorney');
15
  }else {
16
 
17
- if (!SQ_Classes_Helpers_Tools::getOption('sq_seojourney_congrats')) {
18
- return false;
19
- }
20
-
21
  $days = 1;
22
  $seconds = strtotime(date('Y-m-d')) - strtotime($seojorney);
23
 
14
  $this->show_view('Blocks/Jorney');
15
  }else {
16
 
 
 
 
 
17
  $days = 1;
18
  $seconds = strtotime(date('Y-m-d')) - strtotime($seojorney);
19
 
core/BlockSearch.php CHANGED
@@ -30,7 +30,7 @@ class SQ_Core_BlockSearch extends SQ_Classes_BlockController
30
  $parameters .= ($parameters == "" ? "" : "&") . $key . "=" . urlencode($value);
31
  }
32
  }
33
- $url = 'https://howto.squirrly.co/wp-admin/admin-ajax.php' . "?" . $parameters;
34
  echo SQ_Classes_RemoteController::sq_wpcall($url, array('sslverify' => false, 'timeout' => 10));
35
  exit();
36
  }
30
  $parameters .= ($parameters == "" ? "" : "&") . $key . "=" . urlencode($value);
31
  }
32
  }
33
+ $url = 'https://howto12.squirrly.co/wp-admin/admin-ajax.php' . "?" . $parameters;
34
  echo SQ_Classes_RemoteController::sq_wpcall($url, array('sslverify' => false, 'timeout' => 10));
35
  exit();
36
  }
core/Blocklogin.php CHANGED
@@ -52,7 +52,9 @@ class SQ_Core_Blocklogin extends SQ_Classes_BlockController
52
  $args['user'] = SQ_Classes_Helpers_Tools::getValue('email');
53
 
54
  //create an object from json responce
 
55
  $responce = SQ_Classes_RemoteController::register($args);
 
56
  if (is_wp_error($responce)) {
57
  switch ($responce->get_error_message()) {
58
  case 'alreadyregistered':
@@ -75,13 +77,8 @@ class SQ_Core_Blocklogin extends SQ_Classes_BlockController
75
  SQ_Classes_ObjController::getClass('SQ_Core_BlockConnect')->connectToCloud();
76
 
77
  //redirect users to onboarding if necessary
78
- if (!$onboarding = SQ_Classes_Helpers_Tools::getOption('sq_onboarding')) {
79
- wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding'));
80
- die();
81
- } else {
82
- wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'));
83
- die();
84
- }
85
 
86
  } elseif (!SQ_Classes_Error::isError()) {
87
  //if unknown error
@@ -104,11 +101,7 @@ class SQ_Core_Blocklogin extends SQ_Classes_BlockController
104
  $args['password'] = $_POST['password'];
105
 
106
  //get the responce from server on login call
107
- /**
108
- *
109
- *
110
- * @var bool|WP_Error $responce
111
- */
112
  $responce = SQ_Classes_RemoteController::login($args);
113
 
114
  /** */
@@ -137,13 +130,8 @@ class SQ_Core_Blocklogin extends SQ_Classes_BlockController
137
  SQ_Classes_ObjController::getClass('SQ_Core_BlockConnect')->connectToCloud();
138
 
139
  //redirect users to onboarding if necessary
140
- if (!$onboarding = SQ_Classes_Helpers_Tools::getOption('sq_onboarding')) {
141
- wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding'));
142
- die();
143
- } else {
144
- wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'));
145
- die();
146
- }
147
 
148
  } elseif (!SQ_Classes_Error::isError()) {
149
  //if unknown error
52
  $args['user'] = SQ_Classes_Helpers_Tools::getValue('email');
53
 
54
  //create an object from json responce
55
+ /** @var bool|WP_Error $responce */
56
  $responce = SQ_Classes_RemoteController::register($args);
57
+
58
  if (is_wp_error($responce)) {
59
  switch ($responce->get_error_message()) {
60
  case 'alreadyregistered':
77
  SQ_Classes_ObjController::getClass('SQ_Core_BlockConnect')->connectToCloud();
78
 
79
  //redirect users to onboarding if necessary
80
+ wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'));
81
+ die();
 
 
 
 
 
82
 
83
  } elseif (!SQ_Classes_Error::isError()) {
84
  //if unknown error
101
  $args['password'] = $_POST['password'];
102
 
103
  //get the responce from server on login call
104
+ /** @var bool|WP_Error $responce */
 
 
 
 
105
  $responce = SQ_Classes_RemoteController::login($args);
106
 
107
  /** */
130
  SQ_Classes_ObjController::getClass('SQ_Core_BlockConnect')->connectToCloud();
131
 
132
  //redirect users to onboarding if necessary
133
+ wp_redirect(SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard'));
134
+ die();
 
 
 
 
 
135
 
136
  } elseif (!SQ_Classes_Error::isError()) {
137
  //if unknown error
demo.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "demo":{
3
- "title": "Your First Time Hanging Out with Squirrly's Live Assistant",
4
- "slug": "first-time-squirrly-live-assistant",
5
- "content": "<p>This article has been&nbsp;100%&nbsp;optimized using Squirrly's Optimization Assistant, which means both Google and human readers will love it!<\/p>\r\n<p>But if you were to <strong>delete the words <\/strong>\"live assistant\" from the title thus also changing the permalink, that would no longer be the case.<\/p>\r\n<p><strong>Go ahead, try it right now. (Yes, go ahead! It's made for DEMO purposes and we want you to break it. Your site will suffer no changes.)<\/strong><\/p>\r\n<p>By removing the&nbsp;phrase for which we've optimized this article from the title, you've lowered the optimization percentage.<\/p>\r\n<p>See how the box for <em>Title is Google Friendly<\/em> is no longer Green? Put the keyword back in the title to get it back to 100%. Good! The box is green again, right?<\/p>\r\n<p>Now, delete this image of an incredibly adorable puppy below (Be strong; don't let those puppy eyes stop you in your tracks).<\/p>\r\n<!-- wp:image {\"align\":\"center\"} -->\r\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https:\/\/storage.googleapis.com\/squirrly\/images\/squirrly_live_assistant.jpg\" alt=\"live assistant\"\/><\/figure><\/div>\r\n<!-- \/wp:image -->\r\n\r\n<p>Delete the image? Wow, how could you? And also... notice how two of the panels are no longer green?<\/p>\r\n<p>The explanation is that the&nbsp;<strong>Live&nbsp;Assistant<\/strong> checks to see if you've added at least one image in your article and automatically adds the keyword in the alt text of the image (if you insert it using the Blogging&nbsp;Assistant).<\/p>\r\n<p>Did you happen to see the keyword in bold just above? Remove the bold and pay attention to what happens in the panel to the right. Caught it? Great!<\/p>\r\n<p>You'll have to bold one of the keywords present in your&nbsp;text to get it back to green.<\/p>\r\n<!-- wp:heading -->\r\n<h2>Now Delete the Words \"Live&nbsp;Assistant\" from this Heading: See What Happens!<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<p>Yep, this seemingly small change has caused the optimization percentage to go down! But if you follow the instructions from the assistant, you'll never overlook this optimization step - or any other!<\/p>\r\n<p>Next, lets' turn it up a notch and do something really outrageous. Try writing down the keyword for this article 5 more times. Starting now.<\/p>\r\n<p>The assistant caught on to that pretty fast, right? Notice the Red lights?<\/p>\r\n<p>It's to signal that the content is no&nbsp;longer Google-friendly because&nbsp;you over-optimized it.<\/p>\r\n<p>Finally, try removing all the words <em>Live Assistant<\/em> from the text. That's no good either, it's important to have keywords spread throughout the body of the article.<\/p>\r\n<p>But don't worry, the assistant&nbsp;will always be there to be your compass towards achieving a 100% optimized article or page every time you use it.<\/p>\r\n<p>Try it Today to Optimize Your First Post<\/p>\r\n<p>You can find it in any \"Edit Post\" or \"Add New Post\" interface in WordPress.<\/p>",
6
- "keyword": "Live Assistant"
7
- }
8
- }
 
 
 
 
 
 
 
 
languages/squirrly-seo-cs_CZ.mo CHANGED
Binary file
languages/squirrly-seo-cs_CZ.po ADDED
@@ -0,0 +1,13437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Squirrly SEO Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-16 14:49+0300\n"
6
+ "PO-Revision-Date: 2022-05-16 14:50+0300\n"
7
+ "Last-Translator: Squirrly <contact@squirrly.co>\n"
8
+ "Language-Team: \n"
9
+ "Language: cs_CZ\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 3.0.1\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: classes/RemoteController.php:296
23
+ msgid "Too many API attempts, please slow down the request."
24
+ msgstr ""
25
+
26
+ #: classes/RemoteController.php:300
27
+ msgid ""
28
+ "Squirrly Cloud is down for a bit of maintenance right now. But we'll be back "
29
+ "in a minute."
30
+ msgstr ""
31
+
32
+ # @ squirrly-seo
33
+ #: classes/helpers/Sanitize.php:238
34
+ #, fuzzy
35
+ #| msgid "Bing META code (for %sWebmaster Tool%s )`:"
36
+ msgid "The code for Google Webmaster Tool is incorrect."
37
+ msgstr "Bing META Code (für %sWebmaster Tool%s )`:"
38
+
39
+ # @ squirrly-seo
40
+ #: classes/helpers/Sanitize.php:266
41
+ #, fuzzy
42
+ #| msgid "Google %sAnalytics ID%s`:"
43
+ msgid "The code for Google Analytics is incorrect."
44
+ msgstr "Google %sAnalytics ID%s`:"
45
+
46
+ # @ squirrly-seo
47
+ #: classes/helpers/Sanitize.php:304
48
+ #, fuzzy
49
+ #| msgid "Bing META code (for %sWebmaster Tool%s )`:"
50
+ msgid "The code for Facebook is incorrect."
51
+ msgstr "Bing META Code (für %sWebmaster Tool%s )`:"
52
+
53
+ # @ squirrly-seo
54
+ #: classes/helpers/Sanitize.php:331
55
+ #, fuzzy
56
+ #| msgid "Google %sAnalytics ID%s`:"
57
+ msgid "The code for Pinterest is incorrect."
58
+ msgstr "Google %sAnalytics ID%s`:"
59
+
60
+ # @ squirrly-seo
61
+ #: classes/helpers/Sanitize.php:357
62
+ #, fuzzy
63
+ #| msgid "Google %sAnalytics ID%s`:"
64
+ msgid "The code for Bing is incorrect."
65
+ msgstr "Google %sAnalytics ID%s`:"
66
+
67
+ # @ squirrly-seo
68
+ #: classes/helpers/Sanitize.php:383
69
+ #, fuzzy
70
+ #| msgid "Google %sAnalytics ID%s`:"
71
+ msgid "The code for Baidu is incorrect."
72
+ msgstr "Google %sAnalytics ID%s`:"
73
+
74
+ # @ squirrly-seo
75
+ #: classes/helpers/Sanitize.php:409
76
+ #, fuzzy
77
+ #| msgid "Google %sAnalytics ID%s`:"
78
+ msgid "The code for Yandex is incorrect."
79
+ msgstr "Google %sAnalytics ID%s`:"
80
+
81
+ # @ squirrly-seo
82
+ #: classes/helpers/Sanitize.php:435
83
+ #, fuzzy
84
+ #| msgid "Google %sAnalytics ID%s`:"
85
+ msgid "The code for Alexa is incorrect."
86
+ msgstr "Google %sAnalytics ID%s`:"
87
+
88
+ #: classes/helpers/Sanitize.php:571
89
+ msgid "The code for Facebook Pixel must only contain numbers."
90
+ msgstr ""
91
+
92
+ #: classes/helpers/Sanitize.php:587
93
+ msgid "The code for Facebook App must only contain numbers."
94
+ msgstr ""
95
+
96
+ # @ squirrly-seo
97
+ #: classes/helpers/Tools.php:88
98
+ #, fuzzy
99
+ #| msgid "Squirrly settings"
100
+ msgid "Getting started"
101
+ msgstr "Squirrly Einstellungen"
102
+
103
+ # @ squirrly-seo
104
+ #: classes/helpers/Tools.php:114
105
+ #, fuzzy
106
+ #| msgid "automatically"
107
+ msgid "Documentation"
108
+ msgstr "automatisch"
109
+
110
+ #: classes/helpers/Tools.php:115
111
+ msgid "Leave a review"
112
+ msgstr ""
113
+
114
+ #: classes/helpers/Tools.php:554 classes/helpers/Tools.php:611
115
+ msgid "Category"
116
+ msgstr ""
117
+
118
+ #: classes/helpers/Tools.php:573 classes/helpers/Tools.php:630
119
+ msgid "Tag"
120
+ msgstr ""
121
+
122
+ #: classes/helpers/Tools.php:592
123
+ msgid "Format"
124
+ msgstr ""
125
+
126
+ #: classes/helpers/Tools.php:649
127
+ msgid "Shipping Option"
128
+ msgstr ""
129
+
130
+ #: classes/helpers/Tools.php:687
131
+ msgid "Author at"
132
+ msgstr ""
133
+
134
+ #: classes/helpers/Tools.php:725
135
+ msgid "Are you looking for"
136
+ msgstr ""
137
+
138
+ #: classes/helpers/Tools.php:726
139
+ msgid "These are the results for"
140
+ msgstr ""
141
+
142
+ # @ squirrly-seo
143
+ #: classes/helpers/Tools.php:726
144
+ #, fuzzy
145
+ #| msgid "Could not send the email..."
146
+ msgid "that you can find on our website."
147
+ msgstr "Konnte E-Mail nicht senden ..."
148
+
149
+ #: classes/helpers/Tools.php:762
150
+ msgid "Page not found"
151
+ msgstr ""
152
+
153
+ # @ squirrly-seo
154
+ #: classes/helpers/Tools.php:763
155
+ #, fuzzy
156
+ #| msgid "Could not send the email..."
157
+ msgid "This page could not be found on our website."
158
+ msgstr "Konnte E-Mail nicht senden ..."
159
+
160
+ #: classes/helpers/Tools.php:1167
161
+ msgid "For better text comparison you need to install PHP mbstring extension."
162
+ msgstr ""
163
+
164
+ #: config/config.php:32
165
+ msgid "Places a separator between the elements of the post description"
166
+ msgstr ""
167
+
168
+ #: config/config.php:33
169
+ msgid "Adds the title of the post/page/term once it’s published"
170
+ msgstr ""
171
+
172
+ #: config/config.php:34
173
+ msgid ""
174
+ "Will display an excerpt from the post/page/term (if not customized, the "
175
+ "excerpt will be auto-generated)"
176
+ msgstr ""
177
+
178
+ #: config/config.php:35
179
+ msgid "Will display an excerpt from the post/page (no auto-generation)"
180
+ msgstr ""
181
+
182
+ #: config/config.php:36
183
+ msgid "Adds the post's keyword to the post description"
184
+ msgstr ""
185
+
186
+ #: config/config.php:37
187
+ msgid "Displays the number of the current page (i.e. 1 of 6)"
188
+ msgstr ""
189
+
190
+ #: config/config.php:38
191
+ msgid "Adds the site's name to the post description"
192
+ msgstr ""
193
+
194
+ #: config/config.php:39
195
+ msgid "Adds the tagline/description of your site"
196
+ msgstr ""
197
+
198
+ #: config/config.php:40
199
+ msgid "Adds the post category (several categories will be comma-separated)"
200
+ msgstr ""
201
+
202
+ #: config/config.php:41
203
+ msgid "Adds the primary category of the post/page"
204
+ msgstr ""
205
+
206
+ #: config/config.php:42
207
+ msgid "Adds the category description to the post description"
208
+ msgstr ""
209
+
210
+ #: config/config.php:43
211
+ msgid "Adds the current tag(s) (several tags will be comma-separated)"
212
+ msgstr ""
213
+
214
+ #: config/config.php:44
215
+ msgid "Adds the tag description"
216
+ msgstr ""
217
+
218
+ #: config/config.php:45
219
+ msgid "Adds the term name"
220
+ msgstr ""
221
+
222
+ #: config/config.php:46
223
+ msgid "Adds the term description"
224
+ msgstr ""
225
+
226
+ #: config/config.php:47
227
+ msgid "Displays the search phrase (if it appears in the post)"
228
+ msgstr ""
229
+
230
+ #: config/config.php:48
231
+ msgid "Replaces the publication date of a post/page with the modified one"
232
+ msgstr ""
233
+
234
+ #: config/config.php:49
235
+ msgid "Displays the author's nicename"
236
+ msgstr ""
237
+
238
+ #: config/config.php:50
239
+ msgid "Displays the post type singular label"
240
+ msgstr ""
241
+
242
+ #: config/config.php:51
243
+ msgid "Displays the post type plural label"
244
+ msgstr ""
245
+
246
+ #: config/config.php:52
247
+ msgid "Adds the author's biographical info to the post description"
248
+ msgstr ""
249
+
250
+ #: config/config.php:53
251
+ msgid "Displays the date of the post/page once it's published"
252
+ msgstr ""
253
+
254
+ #: config/config.php:54
255
+ msgid "Displays the current date"
256
+ msgstr ""
257
+
258
+ #: config/config.php:55
259
+ msgid "Adds the current day"
260
+ msgstr ""
261
+
262
+ #: config/config.php:56
263
+ msgid "Adds the current month"
264
+ msgstr ""
265
+
266
+ #: config/config.php:57
267
+ msgid "Adds the current year"
268
+ msgstr ""
269
+
270
+ #: config/config.php:58
271
+ msgid "Adds the title of a page's parent page"
272
+ msgstr ""
273
+
274
+ #: config/config.php:59
275
+ msgid "Adds the product name from Woocommerce for the current product"
276
+ msgstr ""
277
+
278
+ #: config/config.php:60
279
+ msgid "Adds the product price from Woocommerce for the current product"
280
+ msgstr ""
281
+
282
+ #: config/config.php:61
283
+ msgid "Adds the product price with Tax from Woocommerce for the current product"
284
+ msgstr ""
285
+
286
+ #: config/config.php:62
287
+ msgid "Adds the product sale price from Woocommerce for the current product"
288
+ msgstr ""
289
+
290
+ #: config/config.php:63
291
+ msgid "Adds the product price currency from Woocommerce for the current product"
292
+ msgstr ""
293
+
294
+ #: config/config.php:64
295
+ msgid "Adds the product brand from Woocommerce for the current product"
296
+ msgstr ""
297
+
298
+ #: controllers/Api.php:80
299
+ msgid "Invalid Token. Please try again"
300
+ msgstr ""
301
+
302
+ #: controllers/Api.php:103
303
+ msgid "Connection expired. Please try again"
304
+ msgstr ""
305
+
306
+ #: controllers/Api.php:116 controllers/Api.php:119 controllers/Api.php:122
307
+ msgid "Author not found"
308
+ msgstr ""
309
+
310
+ #: controllers/Api.php:157
311
+ msgid "Connection expired. Please try again."
312
+ msgstr ""
313
+
314
+ #: controllers/Api.php:167 controllers/Api.php:192
315
+ msgid "Wrong Params"
316
+ msgstr ""
317
+
318
+ # @ squirrly-seo
319
+ #: controllers/Assistant.php:74
320
+ #, fuzzy
321
+ #| msgid "Tips: 2-4 keywords"
322
+ msgid "No keyword found."
323
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
324
+
325
+ #: controllers/Assistant.php:114 controllers/Assistant.php:141
326
+ #: controllers/Audits.php:395 controllers/Automation.php:78
327
+ #: controllers/Automation.php:118 controllers/Automation.php:151
328
+ #: controllers/Onboarding.php:205 controllers/Post.php:404
329
+ #: controllers/Ranking.php:156 controllers/SeoSettings.php:102
330
+ #: controllers/SeoSettings.php:157 controllers/SeoSettings.php:426
331
+ msgid "Saved"
332
+ msgstr ""
333
+
334
+ #: controllers/Assistant.php:120 controllers/Automation.php:84
335
+ #: controllers/Automation.php:131 controllers/BulkSeo.php:75
336
+ #: controllers/Patterns.php:124 controllers/Post.php:349
337
+ #: controllers/Post.php:382 controllers/Post.php:417
338
+ #: controllers/PostsList.php:272 controllers/Research.php:215
339
+ #: controllers/Research.php:222 controllers/Research.php:260
340
+ #: controllers/Research.php:282 controllers/Research.php:305
341
+ #: controllers/Research.php:335 controllers/Research.php:362
342
+ #: controllers/Research.php:386 controllers/Research.php:416
343
+ #: controllers/Research.php:445 controllers/Research.php:521
344
+ #: controllers/Research.php:550 controllers/Research.php:705
345
+ #: controllers/Research.php:729 controllers/Research.php:763
346
+ #: controllers/Research.php:789 controllers/SeoSettings.php:161
347
+ #: controllers/SeoSettings.php:415 controllers/SeoSettings.php:439
348
+ #: controllers/SeoSettings.php:452 controllers/SeoSettings.php:473
349
+ #: controllers/SeoSettings.php:492 controllers/Snippet.php:213
350
+ msgid "You do not have permission to perform this action"
351
+ msgstr ""
352
+
353
+ # @ squirrly-seo
354
+ #: controllers/Assistant.php:146
355
+ #, fuzzy
356
+ #| msgid "Could not send the email..."
357
+ msgid "Error: Could not save the data."
358
+ msgstr "Konnte E-Mail nicht senden ..."
359
+
360
+ #: controllers/Audits.php:158
361
+ msgid "The audit was not found. Please load another audit."
362
+ msgstr ""
363
+
364
+ # @ squirrly-seo
365
+ #: controllers/Audits.php:192
366
+ #, fuzzy
367
+ #| msgid "Could not send the email..."
368
+ msgid "Could not load the Audit Page."
369
+ msgstr "Konnte E-Mail nicht senden ..."
370
+
371
+ #: controllers/Audits.php:312
372
+ msgid "Audit page is added. The audit may take a while so please be patient."
373
+ msgstr ""
374
+
375
+ #: controllers/Audits.php:315
376
+ msgid "You reached the maximum number of audit pages for your account."
377
+ msgstr ""
378
+
379
+ # @ squirrly-seo
380
+ #: controllers/Audits.php:318
381
+ #, fuzzy
382
+ #| msgid "Could not send the email..."
383
+ msgid "Error! Could not add the audit page."
384
+ msgstr "Konnte E-Mail nicht senden ..."
385
+
386
+ # @ squirrly-seo
387
+ #: controllers/Audits.php:322
388
+ #, fuzzy
389
+ #| msgid "Could not send the email..."
390
+ msgid "Error! Could not find the audit page in your website."
391
+ msgstr "Konnte E-Mail nicht senden ..."
392
+
393
+ #: controllers/Audits.php:338 controllers/Audits.php:356
394
+ msgid "Audit page sent for recheck. It may take a while so please be patient."
395
+ msgstr ""
396
+
397
+ #: controllers/Audits.php:340
398
+ msgid "You've made too many requests, you can request one page audit per hour."
399
+ msgstr ""
400
+
401
+ #: controllers/Audits.php:342 controllers/Audits.php:345
402
+ msgid "The page could not be sent for reaudit."
403
+ msgstr ""
404
+
405
+ #: controllers/Audits.php:359 controllers/Audits.php:362
406
+ msgid "The audit for all pages can be made once an hour."
407
+ msgstr ""
408
+
409
+ #: controllers/Audits.php:372
410
+ msgid "The audit page is deleted."
411
+ msgstr ""
412
+
413
+ # @ squirrly-seo
414
+ #: controllers/Audits.php:374 controllers/FocusPages.php:446
415
+ #: controllers/Ranking.php:183 controllers/Ranking.php:201
416
+ #: controllers/Ranking.php:219 controllers/Research.php:251
417
+ #: controllers/Research.php:254 controllers/Research.php:277
418
+ #: controllers/Research.php:299 controllers/Research.php:357
419
+ #: controllers/Research.php:381 controllers/Research.php:541
420
+ #: controllers/Research.php:597 controllers/Research.php:672
421
+ #: controllers/Research.php:699 controllers/Research.php:724
422
+ #: controllers/Research.php:809
423
+ #, fuzzy
424
+ #| msgid "Tips: 2-4 keywords"
425
+ msgid "Invalid params!"
426
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
427
+
428
+ #: controllers/Audits.php:397
429
+ msgid "Not a valid email address."
430
+ msgstr ""
431
+
432
+ # @ squirrly-seo
433
+ #: controllers/Automation.php:125 controllers/Automation.php:159
434
+ #, fuzzy
435
+ #| msgid "Could not send the email..."
436
+ msgid "Could not add the post type."
437
+ msgstr "Konnte E-Mail nicht senden ..."
438
+
439
+ #: controllers/CheckSeo.php:300 controllers/CheckSeo.php:310
440
+ msgid "Done!"
441
+ msgstr ""
442
+
443
+ #: controllers/CheckSeo.php:327
444
+ msgid "Fixed!"
445
+ msgstr ""
446
+
447
+ #: controllers/CheckSeo.php:332
448
+ msgid "Could not fix it. You need to change it manually."
449
+ msgstr ""
450
+
451
+ #: controllers/CheckSeo.php:339
452
+ msgid "Saved! Task marked as done."
453
+ msgstr ""
454
+
455
+ # @ squirrly-seo
456
+ #: controllers/CheckSeo.php:345 controllers/Patterns.php:27
457
+ #: controllers/Post.php:635 controllers/Research.php:324
458
+ #: controllers/Research.php:355 controllers/Research.php:409
459
+ #: controllers/Research.php:539 controllers/Research.php:755
460
+ #: view/Blocks/Snippet.php:1300
461
+ #, fuzzy
462
+ #| msgid "Do the research"
463
+ msgid "Saved!"
464
+ msgstr "Recherchieren"
465
+
466
+ #: controllers/FocusPages.php:176
467
+ msgid "Focus Page does not exist or was deleted from your website."
468
+ msgstr ""
469
+
470
+ #: controllers/FocusPages.php:377
471
+ msgid "Focus page is added. The audit may take a while so please be patient."
472
+ msgstr ""
473
+
474
+ #: controllers/FocusPages.php:384
475
+ msgid "You reached the maximum number of focus pages for all your websites."
476
+ msgstr ""
477
+
478
+ # @ squirrly-seo
479
+ #: controllers/FocusPages.php:387
480
+ #, fuzzy
481
+ #| msgid "Could not send the email..."
482
+ msgid "Error! Could not add the focus page."
483
+ msgstr "Konnte E-Mail nicht senden ..."
484
+
485
+ # @ squirrly-seo
486
+ #: controllers/FocusPages.php:390
487
+ #, fuzzy
488
+ #| msgid "Could not send the email..."
489
+ msgid "Error! This focus page is not public."
490
+ msgstr "Konnte E-Mail nicht senden ..."
491
+
492
+ # @ squirrly-seo
493
+ #: controllers/FocusPages.php:394 controllers/FocusPages.php:433
494
+ #, fuzzy, php-format
495
+ #| msgid "Could not send the email..."
496
+ msgid "Error! Could not find the focus page %d in your website."
497
+ msgstr "Konnte E-Mail nicht senden ..."
498
+
499
+ #: controllers/FocusPages.php:421
500
+ msgid "Focus page sent for recheck. It may take a while so please be patient."
501
+ msgstr ""
502
+
503
+ #: controllers/FocusPages.php:424 controllers/FocusPages.php:428
504
+ msgid "You've made too many requests, please wait a few minutes."
505
+ msgstr ""
506
+
507
+ #: controllers/FocusPages.php:444
508
+ msgid "The focus page is deleted"
509
+ msgstr ""
510
+
511
+ #: controllers/Menu.php:96
512
+ #, php-format
513
+ msgid ""
514
+ "An error occurred during activation. If this error persists, please contact "
515
+ "us at: %s"
516
+ msgstr ""
517
+
518
+ #: controllers/Menu.php:133
519
+ msgid "Dashboard"
520
+ msgstr ""
521
+
522
+ # @ squirrly-seo
523
+ #: controllers/Menu.php:247 models/CheckSeo.php:194 models/CheckSeo.php:558
524
+ #: models/CheckSeo.php:572 models/CheckSeo.php:586 models/CheckSeo.php:600
525
+ #: models/CheckSeo.php:642
526
+ #, fuzzy
527
+ #| msgid "Squirrly LIVE SEO assistant"
528
+ msgid "SEO Snippet"
529
+ msgstr "Squirrly LIVE SEO-Assistent"
530
+
531
+ #: controllers/Menu.php:258 controllers/Snippet.php:180
532
+ msgid "Custom SEO"
533
+ msgstr ""
534
+
535
+ # @ squirrly-seo
536
+ #: controllers/Menu.php:284
537
+ #, fuzzy
538
+ #| msgid "Squirrly settings"
539
+ msgid "Squirrly SEO"
540
+ msgstr "Squirrly Einstellungen"
541
+
542
+ #: controllers/Onboarding.php:91 view/Onboarding/Step1.php:22
543
+ msgid "SEO Expert Mode"
544
+ msgstr ""
545
+
546
+ # @ squirrly-seo
547
+ #: controllers/Onboarding.php:94 models/CheckSeo.php:530
548
+ #: view/Blocks/Snippet.php:446 view/Onboarding/Step2.php:370
549
+ #, fuzzy
550
+ #| msgid "automatically"
551
+ msgid "SEO Automation"
552
+ msgstr "automatisch"
553
+
554
+ # @ squirrly-seo
555
+ #: controllers/Onboarding.php:97
556
+ #, fuzzy
557
+ #| msgid "Squirrly settings"
558
+ msgid "Add a Page"
559
+ msgstr "Squirrly Einstellungen"
560
+
561
+ #: controllers/Onboarding.php:100
562
+ msgid "Complete SEO Info"
563
+ msgstr ""
564
+
565
+ #: controllers/Onboarding.php:103
566
+ msgid "Your Site’s Topic"
567
+ msgstr ""
568
+
569
+ #: controllers/Onboarding.php:106
570
+ msgid "Ready!"
571
+ msgstr ""
572
+
573
+ #: controllers/Overview.php:75
574
+ #, php-format
575
+ msgid ""
576
+ "%s, why don't you start a two weeks journey for better rankings? %sStart "
577
+ "driving your most valuable pages to Better Rankings today with your current "
578
+ "plan.%s"
579
+ msgstr ""
580
+
581
+ #: controllers/Overview.php:99
582
+ #, php-format
583
+ msgid ""
584
+ "Detected %s: We encourage you to %sImport the Settings and SEO%s from %s and "
585
+ "deactivate %s to increase the page loading speed for better Google ranking."
586
+ msgstr ""
587
+
588
+ #: controllers/Patterns.php:28
589
+ msgid "Saved! This is how the preview looks like"
590
+ msgstr ""
591
+
592
+ #: controllers/Post.php:407 controllers/Post.php:431
593
+ msgid "Can't get the post URL"
594
+ msgstr ""
595
+
596
+ #: controllers/Post.php:436
597
+ msgid "Invalid request"
598
+ msgstr ""
599
+
600
+ # @ squirrly-seo
601
+ #: controllers/Post.php:632
602
+ #, fuzzy
603
+ #| msgid "Tips: 2-4 keywords"
604
+ msgid "Keyword:"
605
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
606
+
607
+ #: controllers/Post.php:633
608
+ msgid "date"
609
+ msgstr ""
610
+
611
+ #: controllers/Post.php:634
612
+ msgid ""
613
+ "To load the Live Assistant and optimize this page, click to connect to "
614
+ "Squirrly Cloud."
615
+ msgstr ""
616
+
617
+ #: controllers/Post.php:636
618
+ msgid "Read it!"
619
+ msgstr ""
620
+
621
+ #: controllers/Post.php:637
622
+ msgid "Insert it!"
623
+ msgstr ""
624
+
625
+ #: controllers/Post.php:638
626
+ msgid "Reference"
627
+ msgstr ""
628
+
629
+ #: controllers/Post.php:639
630
+ msgid "Insert as box"
631
+ msgstr ""
632
+
633
+ #: controllers/Post.php:640
634
+ msgid "Insert Link"
635
+ msgstr ""
636
+
637
+ #: controllers/Post.php:641
638
+ msgid "Not relevant?"
639
+ msgstr ""
640
+
641
+ #: controllers/Post.php:642
642
+ msgid "Insert in your article"
643
+ msgstr ""
644
+
645
+ #: controllers/Post.php:643
646
+ msgid ":( An error occurred while processing your request. Please try again"
647
+ msgstr ""
648
+
649
+ #: controllers/Post.php:644
650
+ msgid "No results found!"
651
+ msgstr ""
652
+
653
+ #: controllers/Post.php:645
654
+ #, php-format
655
+ msgid "[ ATTRIBUTE: Please check: %s to find out how to attribute this image ]"
656
+ msgstr ""
657
+
658
+ #: controllers/Post.php:646
659
+ msgid "Has creative commons attributes"
660
+ msgstr ""
661
+
662
+ #: controllers/Post.php:647
663
+ msgid "No known copyright restrictions"
664
+ msgstr ""
665
+
666
+ #: controllers/Post.php:648
667
+ msgid ""
668
+ "You haven`t used Squirrly SEO to optimize your article. Do you want to "
669
+ "optimize for a keyword before publishing?"
670
+ msgstr ""
671
+
672
+ #: controllers/Post.php:649
673
+ msgid "Your Subscription has Expired"
674
+ msgstr ""
675
+
676
+ # @ squirrly-seo
677
+ #: controllers/Post.php:650
678
+ #, fuzzy
679
+ #| msgid "Do the research"
680
+ msgid "There are no keywords saved in briefcase yet"
681
+ msgstr "Recherchieren"
682
+
683
+ #: controllers/Post.php:651
684
+ #, php-format
685
+ msgid "Congratulations! Your article is 100% optimized!"
686
+ msgstr ""
687
+
688
+ #: controllers/Post.php:652
689
+ #, php-format
690
+ msgid "appears too many times. Try to remove %s of them"
691
+ msgstr ""
692
+
693
+ # @ squirrly-seo
694
+ #: controllers/Post.php:653
695
+ #, fuzzy, php-format
696
+ #| msgid "Enter even more keywords."
697
+ msgid "write %s more words"
698
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
699
+
700
+ #: controllers/Post.php:654
701
+ #, php-format
702
+ msgid "Add the keyword in the %s of your article"
703
+ msgstr ""
704
+
705
+ #: controllers/Post.php:655
706
+ msgid "Click to keep the highlight on"
707
+ msgstr ""
708
+
709
+ #: controllers/Post.php:656
710
+ msgid "introduction"
711
+ msgstr ""
712
+
713
+ # @ squirrly-seo
714
+ #: controllers/Post.php:657
715
+ #, fuzzy, php-format
716
+ #| msgid "Use more words in one keyword"
717
+ msgid "Write more words after the %s keyword"
718
+ msgstr "Verwenden Sie mehrere Wörter in einem Schlüsselwort"
719
+
720
+ #: controllers/Post.php:658
721
+ msgid "or use synonyms"
722
+ msgstr ""
723
+
724
+ # @ squirrly-seo
725
+ #: controllers/Post.php:659
726
+ #, fuzzy, php-format
727
+ #| msgid "Enter even more keywords."
728
+ msgid "add %s more word(s)"
729
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
730
+
731
+ #: controllers/Post.php:660
732
+ #, php-format
733
+ msgid "or remove %s word(s)"
734
+ msgstr ""
735
+
736
+ #: controllers/Post.php:661
737
+ #, php-format
738
+ msgid "add the selected keyword %s more time(s) "
739
+ msgstr ""
740
+
741
+ #: controllers/Post.php:662
742
+ #, php-format
743
+ msgid "write %s more words to start calculating"
744
+ msgstr ""
745
+
746
+ # @ squirrly-seo
747
+ #: controllers/Post.php:663
748
+ #, fuzzy
749
+ #| msgid "Do the research"
750
+ msgid "Add to Briefcase"
751
+ msgstr "Recherchieren"
752
+
753
+ # @ squirrly-seo
754
+ #: controllers/Post.php:664
755
+ #, fuzzy
756
+ #| msgid "Do the research"
757
+ msgid "Add Keyword to Briefcase"
758
+ msgstr "Recherchieren"
759
+
760
+ #: controllers/Post.php:665
761
+ msgid "Select"
762
+ msgstr ""
763
+
764
+ # @ squirrly-seo
765
+ #: controllers/Post.php:666 view/Blocks/Snippet.php:133
766
+ #: view/Blocks/Snippet.php:657 view/Blocks/Snippet.php:920
767
+ #, fuzzy
768
+ #| msgid "automatically"
769
+ msgid "Auto Draft"
770
+ msgstr "automatisch"
771
+
772
+ #: controllers/Post.php:667
773
+ msgid "Enter keyword above and press ENTER"
774
+ msgstr ""
775
+
776
+ # @ squirrly-seo
777
+ #: controllers/Post.php:668
778
+ #, fuzzy
779
+ #| msgid "Do the research"
780
+ msgid "Add Keywords from Briefcase"
781
+ msgstr "Recherchieren"
782
+
783
+ #: controllers/Post.php:669
784
+ msgid ""
785
+ "Live Assistant was used to optimize this page with the Page Builder. Please "
786
+ "go back and resume your optimization work there."
787
+ msgstr ""
788
+
789
+ # @ squirrly-seo
790
+ #: controllers/PostsList.php:112 models/PostsList.php:23
791
+ #, fuzzy
792
+ #| msgid "Tips: 2-4 keywords"
793
+ msgid "Optimized"
794
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
795
+
796
+ # @ squirrly-seo
797
+ #: controllers/PostsList.php:168
798
+ #, fuzzy
799
+ #| msgid "Squirrly LIVE SEO assistant"
800
+ msgid "SQ Snippet"
801
+ msgstr "Squirrly LIVE SEO-Assistent"
802
+
803
+ #: controllers/PostsList.php:290
804
+ msgid "Network Error. Please Refresh."
805
+ msgstr ""
806
+
807
+ #: controllers/PostsList.php:294
808
+ #, php-format
809
+ msgid "Maintenance. %sWe'll be back in a minute."
810
+ msgstr ""
811
+
812
+ #: controllers/PostsList.php:325
813
+ msgid "Not Public"
814
+ msgstr ""
815
+
816
+ # @ squirrly-seo
817
+ #: controllers/PostsList.php:326
818
+ #, fuzzy
819
+ #| msgid "Could not send the email..."
820
+ msgid "Could not process"
821
+ msgstr "Konnte E-Mail nicht senden ..."
822
+
823
+ #: controllers/PostsList.php:327
824
+ msgid "The Squirrly subscription has expired!"
825
+ msgstr ""
826
+
827
+ # @ squirrly-seo
828
+ #: controllers/Ranking.php:93
829
+ #, fuzzy
830
+ #| msgid "Could not send the email..."
831
+ msgid "Could not load the Rankings."
832
+ msgstr "Konnte E-Mail nicht senden ..."
833
+
834
+ # @ squirrly-seo
835
+ #: controllers/Ranking.php:110
836
+ #, fuzzy
837
+ #| msgid "Could not send the email..."
838
+ msgid "Could not load data."
839
+ msgstr "Konnte E-Mail nicht senden ..."
840
+
841
+ #: controllers/Ranking.php:165
842
+ #, php-format
843
+ msgid "Could not refresh the rank. Please check your SERP credits %shere%s"
844
+ msgstr ""
845
+
846
+ #: controllers/Ranking.php:167
847
+ #, php-format
848
+ msgid "%s is queued and the rank will be checked soon."
849
+ msgstr ""
850
+
851
+ #: controllers/Ranking.php:178
852
+ msgid "The keyword is deleted."
853
+ msgstr ""
854
+
855
+ # @ squirrly-seo
856
+ #: controllers/Ranking.php:180
857
+ #, fuzzy
858
+ #| msgid "Could not send the email..."
859
+ msgid "Could not delete the keyword!"
860
+ msgstr "Konnte E-Mail nicht senden ..."
861
+
862
+ # @ squirrly-seo
863
+ #: controllers/Ranking.php:199 controllers/Research.php:275
864
+ #: controllers/Research.php:297 controllers/Research.php:379
865
+ #: controllers/Research.php:722 controllers/Research.php:807
866
+ #, fuzzy
867
+ #| msgid "Enter even more keywords."
868
+ msgid "Deleted!"
869
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
870
+
871
+ #: controllers/Ranking.php:216
872
+ msgid "Sent!"
873
+ msgstr ""
874
+
875
+ #: controllers/Research.php:123
876
+ #, php-format
877
+ msgid "No keyword found. %s Show all %s keywords from Briefcase."
878
+ msgstr ""
879
+
880
+ #: controllers/Research.php:191
881
+ msgid "very few"
882
+ msgstr ""
883
+
884
+ #: controllers/Research.php:191
885
+ msgid "few"
886
+ msgstr ""
887
+
888
+ #: controllers/Research.php:191
889
+ msgid "some"
890
+ msgstr ""
891
+
892
+ #: controllers/Research.php:191
893
+ msgid "many"
894
+ msgstr ""
895
+
896
+ #: controllers/Research.php:192
897
+ msgid "very low ranking chance"
898
+ msgstr ""
899
+
900
+ #: controllers/Research.php:192
901
+ msgid "low ranking chance"
902
+ msgstr ""
903
+
904
+ #: controllers/Research.php:192
905
+ msgid "modest ranking chance"
906
+ msgstr ""
907
+
908
+ #: controllers/Research.php:192
909
+ msgid "decent ranking chance"
910
+ msgstr ""
911
+
912
+ #: controllers/Research.php:192
913
+ msgid "high ranking chance"
914
+ msgstr ""
915
+
916
+ #: controllers/Research.php:192
917
+ msgid "very high ranking chance"
918
+ msgstr ""
919
+
920
+ #: controllers/Research.php:241
921
+ msgid "Keyword Saved. The rank check will be ready in a minute."
922
+ msgstr ""
923
+
924
+ # @ squirrly-seo
925
+ #: controllers/Research.php:243 controllers/Research.php:247
926
+ #, fuzzy
927
+ #| msgid "Do the research"
928
+ msgid "Keyword Saved!"
929
+ msgstr "Recherchieren"
930
+
931
+ # @ squirrly-seo
932
+ #: controllers/Research.php:330
933
+ #, fuzzy
934
+ #| msgid "Tips: 2-4 keywords"
935
+ msgid "Invalid Label or Color!"
936
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
937
+
938
+ # @ squirrly-seo
939
+ #: controllers/Research.php:411 controllers/Research.php:757
940
+ #: controllers/Research.php:783
941
+ #, fuzzy
942
+ #| msgid "Tips: 2-4 keywords"
943
+ msgid "Invalid Keyword!"
944
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
945
+
946
+ # @ squirrly-seo
947
+ #: controllers/Research.php:438
948
+ #, fuzzy
949
+ #| msgid "Do the research"
950
+ msgid "No keywords in Briefcase to backup"
951
+ msgstr "Recherchieren"
952
+
953
+ #: controllers/Research.php:474 controllers/Research.php:488
954
+ #: controllers/Research.php:510 controllers/Research.php:513
955
+ #: controllers/SeoSettings.php:210 controllers/SeoSettings.php:213
956
+ #: controllers/SeoSettings.php:258 controllers/SeoSettings.php:261
957
+ msgid "Error! The backup is not valid."
958
+ msgstr ""
959
+
960
+ #: controllers/Research.php:508 controllers/SeoSettings.php:208
961
+ msgid "Great! The backup is restored."
962
+ msgstr ""
963
+
964
+ #: controllers/Research.php:516 controllers/SeoSettings.php:216
965
+ #: controllers/SeoSettings.php:264
966
+ msgid "Error! You have to enter a previously saved backup file."
967
+ msgstr ""
968
+
969
+ #: controllers/Research.php:565
970
+ msgid "Could not add the keyword to SERP Check. Please try again."
971
+ msgstr ""
972
+
973
+ #: controllers/Research.php:567
974
+ msgid "The keyword is added to SERP Check."
975
+ msgstr ""
976
+
977
+ #: controllers/Research.php:570
978
+ msgid "Invalid parameters."
979
+ msgstr ""
980
+
981
+ # @ squirrly-seo
982
+ #: controllers/Research.php:666
983
+ #, fuzzy
984
+ #| msgid "Do the research"
985
+ msgid "Keyword Research limit exceeded"
986
+ msgstr "Recherchieren"
987
+
988
+ #: controllers/Research.php:781
989
+ msgid "The keywords are added to SERP Check!"
990
+ msgstr ""
991
+
992
+ # @ squirrly-seo
993
+ #: controllers/SeoSettings.php:116
994
+ #, fuzzy
995
+ #| msgid "Google %sAnalytics ID%s`:"
996
+ msgid "Google Analytics account is disconnected."
997
+ msgstr "Google %sAnalytics ID%s`:"
998
+
999
+ # @ squirrly-seo
1000
+ #: controllers/SeoSettings.php:118 controllers/SeoSettings.php:132
1001
+ #, fuzzy
1002
+ #| msgid "Could not send the email..."
1003
+ msgid "Error! Could not disconnect the account."
1004
+ msgstr "Konnte E-Mail nicht senden ..."
1005
+
1006
+ # @ squirrly-seo
1007
+ #: controllers/SeoSettings.php:130
1008
+ #, fuzzy
1009
+ #| msgid "Google %sAnalytics ID%s`:"
1010
+ msgid "Google Search Console account is disconnected."
1011
+ msgstr "Google %sAnalytics ID%s`:"
1012
+
1013
+ #: controllers/SeoSettings.php:255
1014
+ msgid "Great! The SEO backup is restored."
1015
+ msgstr ""
1016
+
1017
+ #: controllers/SeoSettings.php:295 controllers/SeoSettings.php:351
1018
+ #, php-format
1019
+ msgid ""
1020
+ "Success! The import from %s was completed successfully and your SEO is safe!"
1021
+ msgstr ""
1022
+
1023
+ #: controllers/SeoSettings.php:297
1024
+ msgid "Error! An error occured while import. Please try again."
1025
+ msgstr ""
1026
+
1027
+ #: controllers/SeoSettings.php:309
1028
+ msgid "All the Plugin settings were imported successfuly!"
1029
+ msgstr ""
1030
+
1031
+ #: controllers/SeoSettings.php:311
1032
+ msgid "No settings found for this plugin/theme."
1033
+ msgstr ""
1034
+
1035
+ #: controllers/SeoSettings.php:373
1036
+ msgid "Rollback to Previous Version"
1037
+ msgstr ""
1038
+
1039
+ #: controllers/SeoSettings.php:397 view/SeoSettings/Backup.php:298
1040
+ msgid "Reinstall Current Version"
1041
+ msgstr ""
1042
+
1043
+ # @ squirrly-seo
1044
+ #: controllers/SeoSettings.php:428
1045
+ #, fuzzy
1046
+ #| msgid "Could not send the email..."
1047
+ msgid "Could not save the changes"
1048
+ msgstr "Konnte E-Mail nicht senden ..."
1049
+
1050
+ #: controllers/SeoSettings.php:463
1051
+ msgid ""
1052
+ "Error! Could not get the code. Connect to Google Search Console and validate "
1053
+ "the connection."
1054
+ msgstr ""
1055
+
1056
+ #: controllers/SeoSettings.php:483
1057
+ msgid ""
1058
+ "Error! Could not get the tracking code. Connect to Google Analytics and get "
1059
+ "the website tracking code from Admin area."
1060
+ msgstr ""
1061
+
1062
+ # @ squirrly-seo
1063
+ #: controllers/Snippet.php:117
1064
+ #, fuzzy
1065
+ #| msgid "Squirrly LIVE SEO assistant"
1066
+ msgid "Squirrly SEO Snippet"
1067
+ msgstr "Squirrly LIVE SEO-Assistent"
1068
+
1069
+ #: controllers/Snippet.php:232
1070
+ #, php-format
1071
+ msgid ""
1072
+ "Could not save the snippet. Please check the database table %s integrity."
1073
+ msgstr ""
1074
+
1075
+ #: core/BlockSupport.php:34
1076
+ msgid "Thank you for your feedback."
1077
+ msgstr ""
1078
+
1079
+ #: core/BlockSupport.php:38
1080
+ msgid "No message."
1081
+ msgstr ""
1082
+
1083
+ #: core/Blocklogin.php:61
1084
+ #, php-format
1085
+ msgid ""
1086
+ "We found your email, so it means you already have a Squirrly.co account. "
1087
+ "%sClick %sI already have an account%s and login. If you forgot your password, "
1088
+ "click %shere%s"
1089
+ msgstr ""
1090
+
1091
+ #: core/Blocklogin.php:64
1092
+ msgid "Your email is not valid. Please enter a valid email."
1093
+ msgstr ""
1094
+
1095
+ #: core/Blocklogin.php:68
1096
+ msgid "We could not create your account. Please enter a valid email."
1097
+ msgstr ""
1098
+
1099
+ #: core/Blocklogin.php:85 core/Blocklogin.php:138
1100
+ #, php-format
1101
+ msgid ""
1102
+ "Error: Couldn't connect to host :( . Please contact your site's webhost (or "
1103
+ "webmaster) and request them to add %s to their IP whitelist."
1104
+ msgstr ""
1105
+
1106
+ #: core/Blocklogin.php:88
1107
+ msgid "Your email is not set. Please enter a valid email."
1108
+ msgstr ""
1109
+
1110
+ #: core/Blocklogin.php:111
1111
+ msgid "Wrong email or password!"
1112
+ msgstr ""
1113
+
1114
+ #: core/Blocklogin.php:114
1115
+ msgid "You can only use this account for the URL you registered first!"
1116
+ msgstr ""
1117
+
1118
+ #: core/Blocklogin.php:117
1119
+ msgid "You disconnected your website from"
1120
+ msgstr ""
1121
+
1122
+ #: core/Blocklogin.php:121
1123
+ msgid "An error occured."
1124
+ msgstr ""
1125
+
1126
+ #: core/Blocklogin.php:142
1127
+ msgid "Both fields are required."
1128
+ msgstr ""
1129
+
1130
+ #: models/Assistant.php:49
1131
+ msgid "Mastery Level Achieved"
1132
+ msgstr ""
1133
+
1134
+ # @ squirrly-seo
1135
+ #: models/Assistant.php:71
1136
+ #, fuzzy
1137
+ #| msgid "Your E-mail:"
1138
+ msgid "Task Details"
1139
+ msgstr "Ihre E-Mail Adresse:"
1140
+
1141
+ # @ squirrly-seo
1142
+ #: models/Assistant.php:77
1143
+ #, fuzzy
1144
+ #| msgid "Google %sAnalytics ID%s`:"
1145
+ msgid "active task"
1146
+ msgstr "Google %sAnalytics ID%s`:"
1147
+
1148
+ # @ squirrly-seo
1149
+ #: models/Assistant.php:110
1150
+ #, fuzzy
1151
+ #| msgid "Enter even more keywords."
1152
+ msgid "Change Main Keyword"
1153
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
1154
+
1155
+ # @ squirrly-seo
1156
+ #: models/Assistant.php:115
1157
+ #, fuzzy
1158
+ #| msgid "Enter even more keywords."
1159
+ msgid "Main Keyword"
1160
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
1161
+
1162
+ #: models/Assistant.php:118
1163
+ msgid "Note! You need to request a new Focus Pages audit to update the report!"
1164
+ msgstr ""
1165
+
1166
+ # @ squirrly-seo
1167
+ #: models/Assistant.php:121
1168
+ #, fuzzy
1169
+ #| msgid "Tips: 2-4 keywords"
1170
+ msgid "Save Main Keyword"
1171
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
1172
+
1173
+ # @ squirrly-seo
1174
+ #: models/Assistant.php:144 view/Blocks/Jorney.php:68
1175
+ #, fuzzy
1176
+ #| msgid "Do the research"
1177
+ msgid "Do Keyword Research"
1178
+ msgstr "Recherchieren"
1179
+
1180
+ #: models/Assistant.php:145
1181
+ #, php-format
1182
+ msgid ""
1183
+ "Use Research - Find Keywords to perform your very first keyword research for "
1184
+ "this website using Squirrly SEO. %s It will guide through the 3 important "
1185
+ "steps of performing a research. %s Just follow the steps."
1186
+ msgstr ""
1187
+
1188
+ # @ squirrly-seo
1189
+ #: models/Assistant.php:149
1190
+ #, fuzzy
1191
+ #| msgid "Do the research"
1192
+ msgid "Add Keywords in Briefcase"
1193
+ msgstr "Recherchieren"
1194
+
1195
+ #: models/Assistant.php:150
1196
+ #, php-format
1197
+ msgid ""
1198
+ "Use the Briefcase feature to organize and manage your portfolio of keywords. "
1199
+ "%s You'll need to know and document the keywords that you'll be using "
1200
+ "throughout your WordPress site. %s This will help you keep a clear SEO "
1201
+ "Strategy or it can help you form a SEO Strategy. It will also help you focus "
1202
+ "and you'll get to see when you're spreading yourself too thin. %s Add your "
1203
+ "first keywords (that you've researched using the Keyword Research tool) to "
1204
+ "Briefcase. Only add keywords that you will want to work on at some point in "
1205
+ "the future and which are on-point with your strategy."
1206
+ msgstr ""
1207
+
1208
+ # @ squirrly-seo
1209
+ #: models/Assistant.php:154
1210
+ #, fuzzy
1211
+ #| msgid "Enter even more keywords."
1212
+ msgid "Create Labels for Keywords"
1213
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
1214
+
1215
+ #: models/Assistant.php:155
1216
+ #, php-format
1217
+ msgid ""
1218
+ "Organize your keywords by using Labels for the keywords you've stored in "
1219
+ "Briefcase. %s There are many ways to use this: from Customer Journey labels, "
1220
+ "to direct or indirect labels, to core keywords or secondary keywords ... and "
1221
+ "so on. You can get super creative with this. %s We have a very important blog "
1222
+ "post you can read for this http://fourhourseo.com/pro-course-6-how-to-"
1223
+ "organize-and-manage-your-keyword-portfolio/ %s Just add your first label to "
1224
+ "complete this task."
1225
+ msgstr ""
1226
+
1227
+ # @ squirrly-seo
1228
+ #: models/Assistant.php:159
1229
+ #, fuzzy
1230
+ #| msgid "Tips: 2-4 keywords"
1231
+ msgid "Add Keywords to Labels"
1232
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
1233
+
1234
+ #: models/Assistant.php:160
1235
+ #, php-format
1236
+ msgid ""
1237
+ "Now that you've created your first label, you should label one of your stored "
1238
+ "keywords using that label. %s Go to Briefcase. Move your mouse over the row "
1239
+ "containing your desired keyword. The 3 vertical dots button appears. %s Move "
1240
+ "your mouse over it and a menu will show. Click on Assign Label. %s Then, "
1241
+ "assign a label to your keyword in order to complete this task."
1242
+ msgstr ""
1243
+
1244
+ #: models/Assistant.php:164
1245
+ msgid "Send Keywords to Rank Checker"
1246
+ msgstr ""
1247
+
1248
+ #: models/Assistant.php:165
1249
+ #, php-format
1250
+ msgid ""
1251
+ "Now that you (hopefully) have keywords added to your Briefcase, go look at "
1252
+ "one of your keywords. Move the mouse over the row with your desired keyword. "
1253
+ "%s You will see a button with 3 vertical dots appear to the right of the row. "
1254
+ "%s Get your mouse cursor over that button. A menu shows. Click on Send to "
1255
+ "Rank Checker. %s That's it. Now Squirrly SEO's rank checker feature will "
1256
+ "start tracking your position in Google for that keyword that is part of your "
1257
+ "SEO strategy."
1258
+ msgstr ""
1259
+
1260
+ # @ squirrly-seo
1261
+ #: models/Assistant.php:171
1262
+ #, fuzzy
1263
+ #| msgid "Squirrly settings"
1264
+ msgid "Optimize Using Live Assistant"
1265
+ msgstr "Squirrly Einstellungen"
1266
+
1267
+ #: models/Assistant.php:172
1268
+ #, php-format
1269
+ msgid ""
1270
+ "Optimize your first Page or Article using the SEO Live Assistant (SLA) "
1271
+ "feature from Squirrly SEO. %s You can either Edit an existing post or create "
1272
+ "a new post. (You have your Live Assistant where you have your WP Editor)%sThe "
1273
+ "SEO Live Assistant is like having a SEO Consultant near you, whispering in "
1274
+ "your ear exactly what you have to do to get a 100&#37; optimized article or "
1275
+ "page.%sYou can try the DEMO first, by clicking on the Demo Post button. It's "
1276
+ "safe to break anything in the SEO of that page, because it never gets indexed "
1277
+ "by Google, since it's a DEMO. It's an easy way to learn your way around it."
1278
+ msgstr ""
1279
+
1280
+ # @ squirrly-seo
1281
+ #: models/Assistant.php:178
1282
+ #, fuzzy
1283
+ #| msgid "Google %sAnalytics ID%s`:"
1284
+ msgid "Activate Patterns"
1285
+ msgstr "Google %sAnalytics ID%s`:"
1286
+
1287
+ #: models/Assistant.php:179
1288
+ #, php-format
1289
+ msgid ""
1290
+ "The %sSEO Automation Features%s of Squirrly SEO are extremely powerful. %s "
1291
+ "They help Non-SEO experts avoid many mistakes they would normally make. %s "
1292
+ "They help experts control any WordPress site at a level that has never been "
1293
+ "possible before. (just make sure you click to see the Advanced settings). %s "
1294
+ "You'll be able to configure automations according to any post type. %s "
1295
+ "Activate SEO Automation from the %s All Features %s section to complete this "
1296
+ "task.."
1297
+ msgstr ""
1298
+
1299
+ # @ squirrly-seo
1300
+ #: models/Assistant.php:186
1301
+ #, fuzzy
1302
+ #| msgid "Google %sAnalytics ID%s`:"
1303
+ msgid "Activate METAs"
1304
+ msgstr "Google %sAnalytics ID%s`:"
1305
+
1306
+ #: models/Assistant.php:187
1307
+ #, php-format
1308
+ msgid ""
1309
+ "Activate the %sMETA settings%s from the Squirrly SEO Plugin. %s You can "
1310
+ "import ALL META settings you've made with other plugins in WordPress into "
1311
+ "your Squirrly SEO Plugin. That way everything will be kept 100%% intact, "
1312
+ "without any head-aches. %s To complete this task you need to activate: %s - "
1313
+ "Optimize the Titles%s - Optimize Descriptions %s - Add Canonical META Link %s "
1314
+ "Make sure you click on %sSave settings%s after you switch anything on or off."
1315
+ msgstr ""
1316
+
1317
+ # @ squirrly-seo
1318
+ #: models/Assistant.php:191 view/Blocks/Snippet.php:382
1319
+ #, fuzzy
1320
+ #| msgid "Google %sAnalytics ID%s`:"
1321
+ msgid "Activate JSON-LD"
1322
+ msgstr "Google %sAnalytics ID%s`:"
1323
+
1324
+ #: models/Assistant.php:192
1325
+ #, php-format
1326
+ msgid ""
1327
+ "%sJSON-LD Structured Data%s needs to be activated. %s The Duplicate Removal "
1328
+ "feature of Squirrly SEO will make sure that if you have more than one JSON-LD "
1329
+ "definition inside the source code of any URL, the definition created by "
1330
+ "Squirrly SEO will be the only one that remains. %s Make sure you setup all "
1331
+ "the information about your Organization or your Personal Brand here. %s To "
1332
+ "finish all the JSON-LD related setup, also visit the %sSocial Media Accounts"
1333
+ "%s section of our Settings page and write in your social media profiles for "
1334
+ "this site. %s Then, at URL-level you will be able to add custom JSON-LD if "
1335
+ "you're an advanced user."
1336
+ msgstr ""
1337
+
1338
+ # @ squirrly-seo
1339
+ #: models/Assistant.php:196 view/Blocks/Snippet.php:617
1340
+ #: view/Onboarding/Step2.php:304
1341
+ #, fuzzy
1342
+ #| msgid "Google %sAnalytics ID%s`:"
1343
+ msgid "Activate Open Graph"
1344
+ msgstr "Google %sAnalytics ID%s`:"
1345
+
1346
+ #: models/Assistant.php:197
1347
+ #, php-format
1348
+ msgid ""
1349
+ "Go to the %sSocial Media section%s.%sActivate Open Graph. (switch the toggle "
1350
+ "to ON) %s The Open Graph will help you control the way your posts look when "
1351
+ "people share your URLs to social media sites like Facebook and LinkedIN. %s "
1352
+ "It will also make your social media posts look great and gain you clicks to "
1353
+ "your site."
1354
+ msgstr ""
1355
+
1356
+ # @ squirrly-seo
1357
+ #: models/Assistant.php:201 view/Blocks/Snippet.php:878
1358
+ #: view/Onboarding/Step2.php:315
1359
+ #, fuzzy
1360
+ #| msgid "Squirrly LIVE SEO assistant"
1361
+ msgid "Activate Twitter Card"
1362
+ msgstr "Squirrly LIVE SEO-Assistent"
1363
+
1364
+ #: models/Assistant.php:202
1365
+ #, php-format
1366
+ msgid ""
1367
+ "Go to the %sSocial Media section%s. %s - Activate Twitter Card. (from Twitter "
1368
+ "Card Settings: switch the toggle to ON) %s - Add your Twitter profile URL (go "
1369
+ "to the Social Media Accounts section to do this) %s The Twitter Card will "
1370
+ "help you control the way your posts look when people share your URLs on "
1371
+ "Twitter. %s It will also make your social media posts look great and gain you "
1372
+ "clicks to your site."
1373
+ msgstr ""
1374
+
1375
+ # @ squirrly-seo
1376
+ #: models/Assistant.php:206
1377
+ #, fuzzy
1378
+ #| msgid "Squirrly LIVE SEO assistant"
1379
+ msgid "Activate Sitemap XML"
1380
+ msgstr "Squirrly LIVE SEO-Assistent"
1381
+
1382
+ #: models/Assistant.php:207
1383
+ #, php-format
1384
+ msgid ""
1385
+ "Activate your %sSitemap XML%s setting. Squirrly SEO will then generate your "
1386
+ "sitemap, according to different items you can set up. %s Use this to tell "
1387
+ "Google how often you bring new content to your site. %s Also, choose for "
1388
+ "which types of URLs you'll want to have sitemaps. It depends on your "
1389
+ "strategy. Leave the defaults if you're uncertain. Squirrly SEO chooses the "
1390
+ "best defaults for you. %s Make sure you include Images and Videos in the "
1391
+ "sitemap. It has been identified as a ranking factor, so it's good to have "
1392
+ "that."
1393
+ msgstr ""
1394
+
1395
+ # @ squirrly-seo
1396
+ #: models/Assistant.php:211
1397
+ #, fuzzy
1398
+ #| msgid "Google %sAnalytics ID%s`:"
1399
+ msgid "Activate Google Analytics"
1400
+ msgstr "Google %sAnalytics ID%s`:"
1401
+
1402
+ #: models/Assistant.php:212
1403
+ #, php-format
1404
+ msgid ""
1405
+ "Go to the %sTracking Tools section%s. %s Add your Google Analytics ID to "
1406
+ "complete this setting. (find it in the tracking code that Google Analytics "
1407
+ "tells you to place on your site) %s Squirrly SEO will then add "
1408
+ "(automatically) your Google Analytics tracking code (in the format you "
1409
+ "desire) to every page of your site (according to rules you can modify in the "
1410
+ "Automation section)."
1411
+ msgstr ""
1412
+
1413
+ # @ squirrly-seo
1414
+ #: models/Assistant.php:221
1415
+ #, fuzzy
1416
+ #| msgid "Google %sAnalytics ID%s`:"
1417
+ msgid "Connect the Webmasters"
1418
+ msgstr "Google %sAnalytics ID%s`:"
1419
+
1420
+ #: models/Assistant.php:222
1421
+ #, php-format
1422
+ msgid ""
1423
+ "Go to the %sWebmasters section%s. %s This section makes it super easy to "
1424
+ "integrate different (important) 3rd party services with your WordPress. %s "
1425
+ "Some webmasters are optional, but Google Search Console is really important. "
1426
+ "%s Enter your Pinterest code, especially if you plan to expand your presence "
1427
+ "on Pinterest. It will %sactivate Rich Pins%s, which will completely boost "
1428
+ "your sales and visibility for any product or post that has great images."
1429
+ msgstr ""
1430
+
1431
+ # @ squirrly-seo
1432
+ #: models/Assistant.php:230 models/focuspages/Accuracy.php:50
1433
+ #: models/focuspages/Length.php:72 models/focuspages/Traffic.php:111
1434
+ #, fuzzy
1435
+ #| msgid "Google %sAnalytics ID%s`:"
1436
+ msgid "Connect Google Analytics"
1437
+ msgstr "Google %sAnalytics ID%s`:"
1438
+
1439
+ #: models/Assistant.php:231
1440
+ #, php-format
1441
+ msgid ""
1442
+ "Integrate %sGoogle Analytics%s with Squirrly SEO from %s SEO Configuration > "
1443
+ "Connect Tools %s .%sFeatures like %sFocus Pages%s and the %sAudit%s need this "
1444
+ "integration, in order to work at full potential.%sGoogle Analytics is free "
1445
+ "and everyone uses it. The %sFocus Pages%s and the %sAudit%s will interpret "
1446
+ "the right data from Google Analytics for you.%sYou'll feel like an Analytics "
1447
+ "expert, without having to know a single thing about Google Analytics."
1448
+ msgstr ""
1449
+
1450
+ # @ squirrly-seo
1451
+ #: models/Assistant.php:235 models/Assistant.php:257
1452
+ #, fuzzy
1453
+ #| msgid "Google %sAnalytics ID%s`:"
1454
+ msgid "Connect Google Search Console"
1455
+ msgstr "Google %sAnalytics ID%s`:"
1456
+
1457
+ #: models/Assistant.php:236
1458
+ #, php-format
1459
+ msgid ""
1460
+ "Integrate your WordPress with %sGoogle Search Console%s with Squirrly SEO "
1461
+ "from %s SEO Configuration > Connect Tools %s .%sThis integration is more than "
1462
+ "just setting the META code for it. It will connect your WP to the API of "
1463
+ "Google's service and enable info such as Impressions, Clicks, Average Ranking "
1464
+ "Position to be collected.%sMore importantly, you'll be able to update all the "
1465
+ "info that Google has about your site, directly from your Squirrly SEO Plugin."
1466
+ msgstr ""
1467
+
1468
+ # @ squirrly-seo
1469
+ #: models/Assistant.php:240
1470
+ #, fuzzy
1471
+ #| msgid "Your E-mail:"
1472
+ msgid "Set the Audit Email"
1473
+ msgstr "Ihre E-Mail Adresse:"
1474
+
1475
+ #: models/Assistant.php:241
1476
+ #, php-format
1477
+ msgid ""
1478
+ "You can customize the email to which we send the Audit reports.%sIt can be "
1479
+ "your personal email, your work email or the email of one of your "
1480
+ "collaborators.%sIt's a best practice to have the Audit sent to the person "
1481
+ "that will take charge and start correcting the problems of the site, in order "
1482
+ "to increase the score."
1483
+ msgstr ""
1484
+
1485
+ #: models/Assistant.php:245
1486
+ msgid "Get your score over 60"
1487
+ msgstr ""
1488
+
1489
+ #: models/Assistant.php:246
1490
+ #, php-format
1491
+ msgid ""
1492
+ "True website marketing performance happens after your Audit score gets to "
1493
+ "over 84.%sHowever, you need to start with smaller steps. For now, focus on "
1494
+ "getting a score of over 60.%sLook at the progress charts weekly and make sure "
1495
+ "you check out the Tasks section, which tells you exactly what you need to do "
1496
+ "in order to increase the score.%sWe've been testing these scores since 2013 "
1497
+ "on hundreds of thousands of websites and it's always the same: %strue "
1498
+ "performance happens at over 84%s. That's why you need to start working on "
1499
+ "this."
1500
+ msgstr ""
1501
+
1502
+ #: models/Assistant.php:252
1503
+ msgid "Track your first 3 Keywords"
1504
+ msgstr ""
1505
+
1506
+ #: models/Assistant.php:253
1507
+ #, php-format
1508
+ msgid ""
1509
+ "%sSERP Checker = Search Engine Result Pages Checker.%s %s It checks your "
1510
+ "position on the Google Search Engine for your keywords. Also (on the Business "
1511
+ "Plan) it shows you the evolution in time for your sites' URLs for these "
1512
+ "keywords. %s Tell Squirrly SEO the first three keywords you want it to check "
1513
+ "for you, to see if you're ranking for them. %s Because you should work "
1514
+ "according to a solid SEO Strategy, you'll only be able to add keywords or "
1515
+ "remove keywords in the Ranking section from your Briefcase. %s Briefcase is "
1516
+ "your keyword organizer / manager. Find it in the Research section. Go with "
1517
+ "the mouse cursor over a keyword from %sBriefcase -> see the 3 vertical dots -"
1518
+ "> select Send to Rank Checker%s"
1519
+ msgstr ""
1520
+
1521
+ #: models/Assistant.php:258
1522
+ #, php-format
1523
+ msgid ""
1524
+ "Connect Google Search Console. %s You can do that from %sSEO Audit > Settings"
1525
+ "%s. %s It will bring information regarding Impressions and Clicks. %s Note: "
1526
+ "if you're on the free plan or the PRO plan then the Ranking Position will be "
1527
+ "displayed according to data from Google Search Console, which does not "
1528
+ "present the actual position you are on. It shows an average position that "
1529
+ "your site was lately found on. It can give you values such as 4.3 because of "
1530
+ "this. Even though your page today could be on position 7. %s The Business "
1531
+ "Plan is the only one that can give you the exact position because it uses "
1532
+ "Squirrly's private cloud servers that are working around the clock to gather "
1533
+ "the accurate, on-time and objective information about your rankings."
1534
+ msgstr ""
1535
+
1536
+ #: models/Assistant.php:262
1537
+ msgid "Get 1 Keyword to the first page of Google"
1538
+ msgstr ""
1539
+
1540
+ #: models/Assistant.php:263
1541
+ #, php-format
1542
+ msgid ""
1543
+ "Start with a small task. %sGet 1 keyword to the first page of Google%s. %s "
1544
+ "Select a good keyword (using our %sKeyword Research Tool%s). %s Create an "
1545
+ "amazing page for it (if you don't already have one). %s %sAdd the page to "
1546
+ "Focus Pages%s in Squirrly SEO. %s Turn the RED lights to Green in Focus Pages "
1547
+ "and see your rankings increase over time. %s If you continue working on those "
1548
+ "tasks and turning elements to green you'll complete this task."
1549
+ msgstr ""
1550
+
1551
+ #: models/Assistant.php:320 models/abstract/Assistant.php:284
1552
+ msgid "You chose to ignore this task. Click to activate it."
1553
+ msgstr ""
1554
+
1555
+ #: models/Audits.php:26
1556
+ msgid "Average Content Optimization"
1557
+ msgstr ""
1558
+
1559
+ #: models/Audits.php:27 models/Audits.php:124 models/Audits.php:136
1560
+ #: models/Audits.php:148 models/Audits.php:160 models/Audits.php:806
1561
+ msgid "Great!"
1562
+ msgstr ""
1563
+
1564
+ #: models/Audits.php:28
1565
+ msgid "hmm..."
1566
+ msgstr ""
1567
+
1568
+ #: models/Audits.php:31
1569
+ #, php-format
1570
+ msgid ""
1571
+ "How can we fix the SEO optimization of a page on our website? %s Find an "
1572
+ "amazing keyword set to use for your page. %s If you have a page about a Jazz "
1573
+ "Concert that John Dane (fictional name used for this example) will do on 9th "
1574
+ "of August 2025 in Phoenix, AZ, then you can try and find the best keywords "
1575
+ "you can use, that are related to: 'jazz concert', 'john dane', 'jazz 2025' "
1576
+ "and 'jazz in phoenix'. Find out what others search for. If you'll optimize "
1577
+ "the page for those keywords, you'll be certain that jazz fans will find it. "
1578
+ "The keyword research tool available in Squirrly SEO helps you figure out "
1579
+ "exactly what keywords to use. %s Start optimizing your content. Use the Live "
1580
+ "Assistant from Squirrly SEO to do this, as it guides you towards the best "
1581
+ "practices of optimizing a page for SEO and helps you avoid keyword stuffing.%s"
1582
+ msgstr ""
1583
+
1584
+ #: models/Audits.php:32
1585
+ msgid ""
1586
+ "Optimization is NOT about stuffing in keywords. It's about writing the page "
1587
+ "in such a way that Search Engine bots and Humans alike will easily understand "
1588
+ "that the page is exactly about the topic they were searching for. Use the "
1589
+ "Live Assistant from Squirrly SEO to get the job done with ease."
1590
+ msgstr ""
1591
+
1592
+ #: models/Audits.php:33
1593
+ msgid ""
1594
+ "Use tools like Squirrly Keyword Research and Squirrly Live Assistant to "
1595
+ "optimize your content"
1596
+ msgstr ""
1597
+
1598
+ #: models/Audits.php:38
1599
+ msgid "DcPublisher Meta"
1600
+ msgstr ""
1601
+
1602
+ #: models/Audits.php:39 models/Audits.php:75 models/Audits.php:87
1603
+ #: models/Audits.php:99 models/Audits.php:170 models/Audits.php:182
1604
+ #: models/Audits.php:194 models/Audits.php:206 models/Audits.php:218
1605
+ #: models/Audits.php:230 models/Audits.php:242 models/Audits.php:254
1606
+ #: models/Audits.php:266 models/Audits.php:278 models/Audits.php:363
1607
+ #: models/Audits.php:375 models/Audits.php:387 models/Audits.php:399
1608
+ #: models/Audits.php:491 view/Onboarding/Step4.php:369
1609
+ #: view/SeoSettings/Jsonld.php:439
1610
+ msgid "Yes"
1611
+ msgstr ""
1612
+
1613
+ #: models/Audits.php:40 models/Audits.php:76 models/Audits.php:88
1614
+ #: models/Audits.php:100 models/Audits.php:171 models/Audits.php:183
1615
+ #: models/Audits.php:207 models/Audits.php:219 models/Audits.php:231
1616
+ #: models/Audits.php:243 models/Audits.php:255 models/Audits.php:267
1617
+ #: models/Audits.php:279 models/Audits.php:364 models/Audits.php:376
1618
+ #: models/Audits.php:388 models/Audits.php:400 models/Audits.php:428
1619
+ #: models/Audits.php:480 models/Audits.php:492 view/Onboarding/Step4.php:368
1620
+ #: view/SeoSettings/Jsonld.php:438
1621
+ msgid "No"
1622
+ msgstr ""
1623
+
1624
+ #: models/Audits.php:42
1625
+ msgid "The pages without DcPublisher meta"
1626
+ msgstr ""
1627
+
1628
+ #: models/Audits.php:43
1629
+ msgid ""
1630
+ "Dublin Core is a set of standard metadata elements used to describe the "
1631
+ "contents of a website. It can help with some internal search engines and it "
1632
+ "does not bloat your code."
1633
+ msgstr ""
1634
+
1635
+ # @ squirrly-seo
1636
+ #: models/Audits.php:44
1637
+ #, fuzzy
1638
+ #| msgid "adds the correct <strong>title</strong> in the home page"
1639
+ msgid "Add the meta DcPublisher tag in the page's header"
1640
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
1641
+
1642
+ #: models/Audits.php:51
1643
+ msgid "Top Ten Pages This Week"
1644
+ msgstr ""
1645
+
1646
+ #: models/Audits.php:56
1647
+ #, php-format
1648
+ msgid ""
1649
+ "If there is enough data in Google Analytics, you should see the list of pages "
1650
+ "with the most visitors in the last week in the Traffic section of your SEO "
1651
+ "Audit. %s Having at least 100 visitors per page every week is crucial. %s "
1652
+ "Search Engines like Google and Bing will push down a page which doesn't "
1653
+ "attract visitors."
1654
+ msgstr ""
1655
+
1656
+ #: models/Audits.php:60 view/FocusPages/FocusPageStats.php:183
1657
+ msgid "Page Traffic"
1658
+ msgstr ""
1659
+
1660
+ #: models/Audits.php:61
1661
+ msgid " total visits / mo."
1662
+ msgstr ""
1663
+
1664
+ #: models/Audits.php:64
1665
+ msgid "The pages with low traffic"
1666
+ msgstr ""
1667
+
1668
+ #: models/Audits.php:65
1669
+ #, php-format
1670
+ msgid ""
1671
+ "How can we fix the Overall Traffic of the website? %s Make sure you have "
1672
+ "active listings which can be easily found on various marketplaces / "
1673
+ "platforms. eg: you have a Shopify app, a Chrome Extension, a Chrome App, a "
1674
+ "Udemy Course, Slides on SlideShare.com, videos on Youtube, an infographic on "
1675
+ "Pinterest, etc. These will always bring you constant traffic to the website "
1676
+ "and once you set it (and make it visible) you can forget it. It will keep "
1677
+ "bringing you traffic. Of course, the key is to first make these items visible "
1678
+ "in the places where you publish them. %s You need an email list. Make sure "
1679
+ "that people who come to your store, do business with you, visit your website, "
1680
+ "or read your blog give you their email address so you can communicate with "
1681
+ "them further on. An alternative to this is to make a Chatbot for Facebook "
1682
+ "Messenger and get them hooked to the bot. By doing any of these, you'll be "
1683
+ "able to bring those people back to your website. %sUse the Keyword Research "
1684
+ "tool included in Squirrly SEO, to spot keywords that are easy to rank for: "
1685
+ "[link]https://plugin.squirrly.co/best-keyword-research-tool-for-seo/[/link] "
1686
+ "%sRank for more keywords with low competition. This will start building up "
1687
+ "traffic for your site. %sTo Easily rank new pages, use the SEO Goals: "
1688
+ "[link]https://plugin.squirrly.co/best-seo-goals/[/link] %sStudy website "
1689
+ "rankings to learn how to bring more traffic, by using our Special Cloud "
1690
+ "Services for Rank Checking, available only on: Business Plans [link]https://"
1691
+ "plugin.squirrly.co/squirrly-seo-pricing/[/link]"
1692
+ msgstr ""
1693
+
1694
+ #: models/Audits.php:66
1695
+ msgid ""
1696
+ "Get each person who arrives on your site once to leave something that you can "
1697
+ "use later on to bring them to your site again. You can use Facebook Pixel and "
1698
+ "then retarget them, you can make them subscribe to Desktop Notifications to "
1699
+ "receive push notifications, you can have them download an app, subscribe to a "
1700
+ "newsletter, etc. Sometimes it's best if you can create clever funnels that "
1701
+ "will ensure that any person may start following you on multiple such channels."
1702
+ msgstr ""
1703
+
1704
+ #: models/Audits.php:67
1705
+ msgid "Try to gain organic traffic to your site's pages"
1706
+ msgstr ""
1707
+
1708
+ # @ squirrly-seo
1709
+ #: models/Audits.php:74
1710
+ #, fuzzy
1711
+ #| msgid "Tool for Search Engines"
1712
+ msgid "Visible for search engines?"
1713
+ msgstr "Tool für Suchmaschinen"
1714
+
1715
+ #: models/Audits.php:78
1716
+ msgid "The pages with noindex"
1717
+ msgstr ""
1718
+
1719
+ #: models/Audits.php:79
1720
+ #, php-format
1721
+ msgid ""
1722
+ "How can we fix the noindex for our pages? %s If you DON'T have a check mark "
1723
+ "for this task, it means you're currently telling Google not to index some of "
1724
+ "your pages through a robots tag inside your code. %s On WordPress, it's super "
1725
+ "easy to control on which pages to place no-index and which pages should never "
1726
+ "get tagged with no-index if you use the Squirrly SEO Plugin. %s If you "
1727
+ "decided you 100%% want these pages to be No-Index (you don’t want Google to "
1728
+ "index them) - then remove these pages from the SEO Audit. Use the SEO Audit "
1729
+ "for the pages you want to be seen on search engines.%s"
1730
+ msgstr ""
1731
+
1732
+ #: models/Audits.php:80
1733
+ msgid ""
1734
+ "Some pages are better off if they have an associated no-index tag. Every "
1735
+ "website has a couple of pages that would be completely pointless to appear in "
1736
+ "search results, because they wouldn't ever make any sense for potential "
1737
+ "searchers."
1738
+ msgstr ""
1739
+
1740
+ # @ squirrly-seo
1741
+ #: models/Audits.php:81 models/Audits.php:93
1742
+ #, fuzzy
1743
+ #| msgid "adds the correct <strong>title</strong> in the home page"
1744
+ msgid "Add the correct meta robots tag in the pages"
1745
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
1746
+
1747
+ # @ squirrly-seo
1748
+ #: models/Audits.php:86
1749
+ #, fuzzy
1750
+ #| msgid "Tool for Search Engines"
1751
+ msgid "Followed by search engines?"
1752
+ msgstr "Tool für Suchmaschinen"
1753
+
1754
+ #: models/Audits.php:90
1755
+ msgid "The pages with nofollow"
1756
+ msgstr ""
1757
+
1758
+ #: models/Audits.php:91
1759
+ #, php-format
1760
+ msgid ""
1761
+ "How can we fix the nofollow for our pages? %s If you DON'T have a check mark "
1762
+ "for this task, it means you're currently telling Google not to follow some of "
1763
+ "your pages through a robots tag inside your code. %s On WordPress, it's super "
1764
+ "easy to control on which pages to place nofollow and which pages should never "
1765
+ "get tagged with nofollow if you use the Squirrly SEO Plugin. %s If you're "
1766
+ "using something else, make sure you remove <META NAME=“ROBOTS” "
1767
+ "CONTENT=“NOFOLLOW”> from the <head> of your HTML.%s"
1768
+ msgstr ""
1769
+
1770
+ #: models/Audits.php:92
1771
+ msgid ""
1772
+ "Some pages are better off if they have an associated nofollow tag. Every "
1773
+ "website has a couple of pages that would be completely pointless to be "
1774
+ "followed by search results like: Contact Us, Terms and Policy."
1775
+ msgstr ""
1776
+
1777
+ #: models/Audits.php:98
1778
+ msgid "Is your site Safe Browsing?"
1779
+ msgstr ""
1780
+
1781
+ #: models/Audits.php:103
1782
+ #, php-format
1783
+ msgid ""
1784
+ "How can we get our website to be Safe Browsing compliant? %s Make sure you "
1785
+ "find and delete all malware from your website. %s Watch this video to learn "
1786
+ "more. [link]https://www.youtube.com/embed/7GStGcTeo20[/link] %s Once you feel "
1787
+ "like you've fixed your problems you can check using this tool from Google: "
1788
+ "[link]https://transparencyreport.google.com/safe-browsing/search[/link]%s"
1789
+ msgstr ""
1790
+
1791
+ #: models/Audits.php:104
1792
+ msgid ""
1793
+ "This is a TOP priority if you're having a Safe Browsing problem at the "
1794
+ "moment. Browsers will NOT allow web visitors to actually access your pages. "
1795
+ "It will also cause you other problems like lower search rankings."
1796
+ msgstr ""
1797
+
1798
+ #: models/Audits.php:109
1799
+ msgid "Page load time"
1800
+ msgstr ""
1801
+
1802
+ #: models/Audits.php:110
1803
+ msgid "average is a good time"
1804
+ msgstr ""
1805
+
1806
+ #: models/Audits.php:111
1807
+ msgid "average is slow"
1808
+ msgstr ""
1809
+
1810
+ #: models/Audits.php:113
1811
+ msgid "The slow pages are"
1812
+ msgstr ""
1813
+
1814
+ #: models/Audits.php:114
1815
+ #, php-format
1816
+ msgid ""
1817
+ "How can we fix the loading speed of the website? %s Use smaller images, or "
1818
+ "compress them with tools like ShortPixel.com %s Minify Javascripts, use CDNs, "
1819
+ "use gZip. %s Use a professional service if your site is based on WordPress. "
1820
+ "Our parent company, Squirrly Limited, offers such a service for WordPress.org "
1821
+ "based websites [link]https://www.squirrly.co/agency/[/link] %s After you "
1822
+ "optimize the page, test the loading Speed Index with Google Speed Test here "
1823
+ "[link]https://developers.google.com/speed/pagespeed/insights/[/link] %s"
1824
+ msgstr ""
1825
+
1826
+ #: models/Audits.php:115
1827
+ msgid ""
1828
+ "Increasing loading speed will bring you more engagement, lower bounce rates "
1829
+ "AND more search engine results."
1830
+ msgstr ""
1831
+
1832
+ # @ squirrly-seo
1833
+ #: models/Audits.php:116
1834
+ #, fuzzy
1835
+ #| msgid "Tips: 2-4 keywords"
1836
+ msgid "Optimize your site's speed"
1837
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
1838
+
1839
+ # @ squirrly-seo
1840
+ #: models/Audits.php:121
1841
+ #, fuzzy
1842
+ #| msgid "Squirrly LIVE SEO assistant"
1843
+ msgid "Duplicate Titles"
1844
+ msgstr "Squirrly LIVE SEO-Assistent"
1845
+
1846
+ #: models/Audits.php:122
1847
+ msgid "No duplicate titles."
1848
+ msgstr ""
1849
+
1850
+ #: models/Audits.php:123 models/Audits.php:135
1851
+ msgid "We found duplicates."
1852
+ msgstr ""
1853
+
1854
+ #: models/Audits.php:124
1855
+ msgid "The pages on your site have unique title tags."
1856
+ msgstr ""
1857
+
1858
+ #: models/Audits.php:125
1859
+ msgid "The Pages with Duplicate Titles are"
1860
+ msgstr ""
1861
+
1862
+ #: models/Audits.php:126
1863
+ #, php-format
1864
+ msgid ""
1865
+ "How can we fix the Duplicate Titles on our pages? %s Features like SEO "
1866
+ "Automation or SEO Snippet from Squirrly SEO will generate your META title "
1867
+ "automatically from the content of your page (in case you didn't already place "
1868
+ "a custom title). Make every single META Title of every page unique (you never "
1869
+ "repeat it on any other URL from the website). You will write what you want "
1870
+ "Google to display in the search results as a title for your listing. Make "
1871
+ "this text awesome and you'll get people clicking on it. %s See if you can "
1872
+ "assign rules to WordPress to have it change the Title of each URL according "
1873
+ "to different patterns. Normally the platform will take the Title of the "
1874
+ "latest product inside the category and add it to the Title of that particular "
1875
+ "category. In this case you can end up with something like: example.com/"
1876
+ "shooter-games will have title: 'Counter Strike GO. Buy it Now' and also: "
1877
+ "example.com/shooter-games/cs-go will also have title: 'Counter Strike GO. Buy "
1878
+ "it Now'. %s All these problematic cases can be forgotten once you start using "
1879
+ "Squirrly SEO . With its Patterns feature, it will create rules for WordPress "
1880
+ "that ensure each title for each page on your site is unique. This feature is "
1881
+ "available in the Free version of Squirry.%s"
1882
+ msgstr ""
1883
+
1884
+ #: models/Audits.php:127
1885
+ msgid ""
1886
+ "On WordPress you can use Squirrly SEO to control everything about your page "
1887
+ "Titles and make them stand out on search engines."
1888
+ msgstr ""
1889
+
1890
+ #: models/Audits.php:128
1891
+ msgid ""
1892
+ "Add different titles to each page. You can do it manually or use SEO tools "
1893
+ "(like Squirrly) for that."
1894
+ msgstr ""
1895
+
1896
+ #: models/Audits.php:133
1897
+ msgid "Duplicate Descriptions"
1898
+ msgstr ""
1899
+
1900
+ #: models/Audits.php:134
1901
+ msgid "No duplicate descriptions."
1902
+ msgstr ""
1903
+
1904
+ #: models/Audits.php:136
1905
+ msgid "The pages on your site have unique meta descriptions."
1906
+ msgstr ""
1907
+
1908
+ #: models/Audits.php:137
1909
+ msgid "The Pages on which we found duplicates are"
1910
+ msgstr ""
1911
+
1912
+ #: models/Audits.php:138
1913
+ #, php-format
1914
+ msgid ""
1915
+ "How can we fix the Duplicate Descriptions on our website? %s Use the SEO "
1916
+ "Automation feature from Squirrly SEO, because it will generate your META "
1917
+ "description automatically from the content of your page (in case you didn't "
1918
+ "already place a custom description). Make every single META description of "
1919
+ "every page unique (you never repeat it on any other URL from the website). "
1920
+ "Make this text awesome and you'll get people clicking on it. %s Use the "
1921
+ "Patterns feature from Squirrly SEO. It will help you create rules for "
1922
+ "WordPress that ensure each description for each page on your site is unique. "
1923
+ "This feature is available on all plans. %s"
1924
+ msgstr ""
1925
+
1926
+ #: models/Audits.php:139
1927
+ msgid ""
1928
+ "Use Squirrly SEO’s BULK SEO section to control everything about your META "
1929
+ "descriptions and make them stand out on search engines."
1930
+ msgstr ""
1931
+
1932
+ #: models/Audits.php:140
1933
+ msgid ""
1934
+ "Add different description to each page. You can do it manually or use SEO "
1935
+ "tools (like Squirrly) for that."
1936
+ msgstr ""
1937
+
1938
+ #: models/Audits.php:145
1939
+ msgid "Empty Titles"
1940
+ msgstr ""
1941
+
1942
+ #: models/Audits.php:146
1943
+ msgid "All pages have titles."
1944
+ msgstr ""
1945
+
1946
+ #: models/Audits.php:147
1947
+ msgid "There are some pages without title."
1948
+ msgstr ""
1949
+
1950
+ #: models/Audits.php:148
1951
+ msgid "all the pages on your site have the title tag defined :-)"
1952
+ msgstr ""
1953
+
1954
+ #: models/Audits.php:149
1955
+ msgid "The pages with empty Title tags are"
1956
+ msgstr ""
1957
+
1958
+ #: models/Audits.php:150
1959
+ #, php-format
1960
+ msgid ""
1961
+ "How can we fix the Empty Titles on our pages? %s Use Squirrly’s SEO "
1962
+ "Automation features or the SEO Snippet to generate your META title "
1963
+ "automatically from the content of your page. Write what you want Google to "
1964
+ "display in the search results as a title for your listing. Make this text "
1965
+ "awesome and you'll get people clicking on it. %s Use the Patterns feature "
1966
+ "from Squirrly. It will create rules for WordPress that ensure each title for "
1967
+ "each page on your site is unique. This feature is available on all plans.%s"
1968
+ msgstr ""
1969
+
1970
+ #: models/Audits.php:151
1971
+ msgid ""
1972
+ "Use Squirrly SEO to create and control everything about your META titles and "
1973
+ "make them stand out on search engines."
1974
+ msgstr ""
1975
+
1976
+ #: models/Audits.php:152
1977
+ msgid "Add a Title tag to each page in your site."
1978
+ msgstr ""
1979
+
1980
+ #: models/Audits.php:157
1981
+ msgid "Empty Descriptions"
1982
+ msgstr ""
1983
+
1984
+ #: models/Audits.php:158
1985
+ msgid "All articles have description."
1986
+ msgstr ""
1987
+
1988
+ #: models/Audits.php:159
1989
+ msgid "There are some pages without description."
1990
+ msgstr ""
1991
+
1992
+ #: models/Audits.php:160
1993
+ msgid "all the pages on your site have meta description"
1994
+ msgstr ""
1995
+
1996
+ #: models/Audits.php:161
1997
+ msgid "The pages with empty description are"
1998
+ msgstr ""
1999
+
2000
+ #: models/Audits.php:162
2001
+ #, php-format
2002
+ msgid ""
2003
+ "How can we fix the Empty Descriptions on our website? %s Use Squirrly’s SEO "
2004
+ "Automation features or the SEO Snippet which will generate your META "
2005
+ "description automatically from the content of your page. Make this text "
2006
+ "awesome and you'll get people clicking on it. %s See if you can assign rules "
2007
+ "to WordPress to have it create META descriptions for each URL according to "
2008
+ "different patterns. By having clear rules for all URLs you'll ensure that "
2009
+ "Empty Descriptions will no longer be a problem in the future. %s All these "
2010
+ "problematic cases can be forgotten once you start using Squirrly SEO . With "
2011
+ "its Patterns feature, it will create rules for WordPress that ensure each "
2012
+ "description for each page on your site is unique. This feature is available "
2013
+ "on all plans.%s"
2014
+ msgstr ""
2015
+
2016
+ #: models/Audits.php:163
2017
+ msgid ""
2018
+ "Use Squirrly SEO to create and control everything about your META "
2019
+ "descriptions and make them stand out on search engines."
2020
+ msgstr ""
2021
+
2022
+ #: models/Audits.php:164
2023
+ msgid "Add meta description to each page in your site."
2024
+ msgstr ""
2025
+
2026
+ #: models/Audits.php:169
2027
+ msgid "Do you have a title tag?"
2028
+ msgstr ""
2029
+
2030
+ #: models/Audits.php:173
2031
+ msgid "The pages without title tag are"
2032
+ msgstr ""
2033
+
2034
+ #: models/Audits.php:174
2035
+ #, php-format
2036
+ msgid ""
2037
+ "How can we fix the title tags of our pages? %s On WordPress, using Squirrly "
2038
+ "SEO will ensure your pages have title tags. It will create titles for every "
2039
+ "page. It will help you customize titles for every page, all while making you "
2040
+ "write ZERO code. No coding required when you use Squirrly SEO.%s"
2041
+ msgstr ""
2042
+
2043
+ #: models/Audits.php:175
2044
+ msgid "Platforms like Shopify handle this aspect with their default engine."
2045
+ msgstr ""
2046
+
2047
+ #: models/Audits.php:176
2048
+ msgid "Add a Title tag to this page of your site"
2049
+ msgstr ""
2050
+
2051
+ #: models/Audits.php:181
2052
+ msgid "Do you have a meta description?"
2053
+ msgstr ""
2054
+
2055
+ #: models/Audits.php:185
2056
+ msgid "The pages without description meta are"
2057
+ msgstr ""
2058
+
2059
+ #: models/Audits.php:186
2060
+ #, php-format
2061
+ msgid ""
2062
+ "How can we fix the META Descriptions of our pages? %s First of all, make sure "
2063
+ "that you understand the following: a poorly written META description will "
2064
+ "make for a horrible listing inside the Google search page. If people find "
2065
+ "your listing, they will not click on your listing in case your META "
2066
+ "Description is horrible to look at, is poorly written, or it doesn't seem to "
2067
+ "make sense. %s On WordPress, you can use Squirrly SEO for this. It will "
2068
+ "automatically create META Descriptions for every page. It will help you "
2069
+ "customize these descriptions for every page, all while making you write ZERO, "
2070
+ "nada, rien, code. No coding required when you use Squirrly SEO. You can even "
2071
+ "customize the way it automates your descriptions.%s"
2072
+ msgstr ""
2073
+
2074
+ #: models/Audits.php:187
2075
+ msgid "Platforms like Shopify handle this with their default engines."
2076
+ msgstr ""
2077
+
2078
+ #: models/Audits.php:188
2079
+ msgid "Add meta description to this page of your site"
2080
+ msgstr ""
2081
+
2082
+ # @ squirrly-seo
2083
+ #: models/Audits.php:193 models/bulkseo/Metas.php:92
2084
+ #, fuzzy
2085
+ #| msgid "Enter even more keywords."
2086
+ msgid "Meta Keyword"
2087
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
2088
+
2089
+ # @ squirrly-seo
2090
+ #: models/Audits.php:195
2091
+ #, fuzzy
2092
+ #| msgid "Tips: 2-4 keywords"
2093
+ msgid "No keywords."
2094
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
2095
+
2096
+ # @ squirrly-seo
2097
+ #: models/Audits.php:196
2098
+ #, fuzzy
2099
+ #| msgid "Tips: 2-4 keywords"
2100
+ msgid "Your keywords are"
2101
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
2102
+
2103
+ #: models/Audits.php:198
2104
+ msgid ""
2105
+ "It is important for search engines to know which keywords you are trying to "
2106
+ "rank for with your website. This also helps bring targeted visitors to your "
2107
+ "site."
2108
+ msgstr ""
2109
+
2110
+ #: models/Audits.php:199
2111
+ msgid "Make sure that the search for your keywords is on a rising trend"
2112
+ msgstr ""
2113
+
2114
+ # @ squirrly-seo
2115
+ #: models/Audits.php:205 models/bulkseo/Metas.php:97
2116
+ #, fuzzy
2117
+ #| msgid "adds <strong>canonical</strong> link in home page"
2118
+ msgid "Canonical Link"
2119
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2120
+
2121
+ #: models/Audits.php:209
2122
+ msgid "The pages without canonical meta"
2123
+ msgstr ""
2124
+
2125
+ #: models/Audits.php:210
2126
+ #, php-format
2127
+ msgid ""
2128
+ "How can we fix the Canonical Links problems of our pages? %s Add this code to "
2129
+ "the <head> section of your HTML page: <link rel=\"canonical\" href=\"your "
2130
+ "site URL\" /> %s Think of a canonical link as the \"preferred version\" of "
2131
+ "the page. %s Make sure you have this definition on your URL especially if "
2132
+ "you've copied the content from another LINK on the web. Example: You "
2133
+ "published a blog post on Medium and then also added it to your own blog on "
2134
+ "your own domain. If you add the canonical link definition, then you won't be "
2135
+ "penalized for duplicate content. Medium also allows you to re-publish content "
2136
+ "from your own site to Medium and helps you get the rel=\"canonical\" inside "
2137
+ "the medium post to show that the original is hosted on your own site.%s Use "
2138
+ "Squirrly SEO's Bulk SEO to define canonical links and indexing options for "
2139
+ "your pages. %s"
2140
+ msgstr ""
2141
+
2142
+ #: models/Audits.php:211
2143
+ msgid ""
2144
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2145
+ "you can use Squirrly SEO to control canonical links and make sure you avoid "
2146
+ "having duplicate content."
2147
+ msgstr ""
2148
+
2149
+ # @ squirrly-seo
2150
+ #: models/Audits.php:212
2151
+ #, fuzzy
2152
+ #| msgid "adds <strong>canonical</strong> link in home page"
2153
+ msgid "Add canonical meta link in the page header"
2154
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2155
+
2156
+ #: models/Audits.php:217
2157
+ msgid "Meta Json-LD?"
2158
+ msgstr ""
2159
+
2160
+ #: models/Audits.php:221
2161
+ msgid "The pages without Json-LD meta"
2162
+ msgstr ""
2163
+
2164
+ #: models/Audits.php:222
2165
+ #, php-format
2166
+ msgid ""
2167
+ "How can we fix the meta Json_LD of the website? %s You need to make sure you "
2168
+ "have this tag inside your page's code: <script type=\"application/ld+json"
2169
+ "\"> . Or something similar. %s JSON-LD annotates elements on a page, "
2170
+ "structuring the data, which can then be used by search engines to "
2171
+ "disambiguate elements and establish facts surrounding entities, which is then "
2172
+ "associated with creating a more organized, better web overall.%s"
2173
+ msgstr ""
2174
+
2175
+ #: models/Audits.php:223
2176
+ msgid ""
2177
+ "On WordPress you can use Squirrly SEO to add the Json-LD Structured data. "
2178
+ "Squirrly will automatically structure the information from all your products "
2179
+ "if you use Woocommerce plugin for eCommerce."
2180
+ msgstr ""
2181
+
2182
+ #: models/Audits.php:224
2183
+ msgid "Make sure you activated JSON-LD Structured Data in All Features"
2184
+ msgstr ""
2185
+
2186
+ #: models/Audits.php:229
2187
+ msgid "Page Encoding"
2188
+ msgstr ""
2189
+
2190
+ #: models/Audits.php:233
2191
+ msgid "The pages without encoding meta"
2192
+ msgstr ""
2193
+
2194
+ #: models/Audits.php:234
2195
+ #, php-format
2196
+ msgid ""
2197
+ "How can we fix the character encoding specifications of the website? %s "
2198
+ "You'll have to specify this according to the encoding you use for your "
2199
+ "website. %s Adding your encoding tag to the <head> of the site will fix it. "
2200
+ "Below, you'll find what you can place, in case your encoding is UTF-8 (the "
2201
+ "majority of web pages use this) %s <meta http-equiv=“Content-Type” "
2202
+ "content=“text/html;charset=utf-8” />%s"
2203
+ msgstr ""
2204
+
2205
+ #: models/Audits.php:235
2206
+ msgid ""
2207
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2208
+ "you can use Squirrly SEO to get encoding specified for all your pages. "
2209
+ "Without specifying the encoding, search engines such as Google will be more "
2210
+ "likely to suggest other pages and rank other pages that DO have the "
2211
+ "specification made."
2212
+ msgstr ""
2213
+
2214
+ # @ squirrly-seo
2215
+ #: models/Audits.php:236
2216
+ #, fuzzy
2217
+ #| msgid "adds <strong>canonical</strong> link in home page"
2218
+ msgid "Add the meta encoding tag in the page's header"
2219
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2220
+
2221
+ #: models/Audits.php:241
2222
+ msgid "Does your site have a feed or sitemap?"
2223
+ msgstr ""
2224
+
2225
+ #: models/Audits.php:246
2226
+ #, php-format
2227
+ msgid ""
2228
+ "How can we fix the Feed and Sitemap of the website? %s Make sure that you "
2229
+ "feed and Sitemap exists and that it is accessible. Your visitors should be "
2230
+ "able to access it using /feed, or /sitemap.xml %s Make sure your visitors can "
2231
+ "access it using domainname.com/feed (where the text \"domainname\" is "
2232
+ "actually your domain. eg. bloggingwithjane.com ) %s On WordPress, you can use "
2233
+ "Squirrly SEO to generate your FEED and the Sitemap for your whole site. It "
2234
+ "has some pretty advanced options, so that you feeds will be perfect. This "
2235
+ "feature is free to use.%s"
2236
+ msgstr ""
2237
+
2238
+ #: models/Audits.php:247
2239
+ msgid ""
2240
+ "Your feeds and sitemaps should contain the date when your content was "
2241
+ "published and last updated. This is super important for Google to know, as "
2242
+ "it's always looking to surface fresh content to people who search on search "
2243
+ "engines. PLUS, having this gives you the opportunity to show up when users of "
2244
+ "Google say they want to see only results from the last week. If you had "
2245
+ "anything published during the last week, these people will see it and you "
2246
+ "will gain traffic."
2247
+ msgstr ""
2248
+
2249
+ #: models/Audits.php:248
2250
+ msgid "Add a RSS feed and Sitemap to your site"
2251
+ msgstr ""
2252
+
2253
+ #: models/Audits.php:253
2254
+ msgid "Does your site have a robots.txt file?"
2255
+ msgstr ""
2256
+
2257
+ #: models/Audits.php:258
2258
+ #, php-format
2259
+ msgid ""
2260
+ "How can we fix the robots.txt of the website? %s You'll need to have a http://"
2261
+ "domain.com/robots.txt link on your site that crawlers can access to know "
2262
+ "which pages they are allowed to crawl. (gather info from) %s Create or Edit a "
2263
+ "robots.txt file using Squirrly SEO %s Once you have the file, upload it to "
2264
+ "your ftp (if you don’t want to let Squirrly operate it for you) and make sure "
2265
+ "it can be accessed. %s"
2266
+ msgstr ""
2267
+
2268
+ #: models/Audits.php:259
2269
+ msgid ""
2270
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2271
+ "you can use Squirrly SEO to create and customize your robots.txt"
2272
+ msgstr ""
2273
+
2274
+ #: models/Audits.php:260
2275
+ msgid "Add robots.txt file in your site"
2276
+ msgstr ""
2277
+
2278
+ # @ squirrly-seo
2279
+ #: models/Audits.php:265
2280
+ #, fuzzy
2281
+ #| msgid "Enter even more keywords."
2282
+ msgid "Meta Viewport"
2283
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
2284
+
2285
+ #: models/Audits.php:269
2286
+ msgid "The pages without viewport meta"
2287
+ msgstr ""
2288
+
2289
+ #: models/Audits.php:270
2290
+ #, php-format
2291
+ msgid ""
2292
+ "How can we fix the meta viewport of the website? %s You need to make sure you "
2293
+ "have this tag inside your page's code: <meta name=“viewport” "
2294
+ "content=“width=device-width, initial-scale=1”> . Or something similar. %s In "
2295
+ "case you know that the minimum resolution required to deliver a good user "
2296
+ "experience to your viewers is 500 px, then write the following: %s <meta "
2297
+ "name=“viewport” content=“width=500, initial-scale=1”>%s"
2298
+ msgstr ""
2299
+
2300
+ #: models/Audits.php:271
2301
+ msgid ""
2302
+ "Platforms like Shopify handle this with their default engine. On WordPress, "
2303
+ "you need to make sure the WordPress theme you buy is responsive and has this "
2304
+ "definition."
2305
+ msgstr ""
2306
+
2307
+ # @ squirrly-seo
2308
+ #: models/Audits.php:272
2309
+ #, fuzzy
2310
+ #| msgid "adds the correct <strong>title</strong> in the home page"
2311
+ msgid "Add the meta viewport tag in the page's header"
2312
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
2313
+
2314
+ #: models/Audits.php:277
2315
+ msgid "Site optimized for speed?"
2316
+ msgstr ""
2317
+
2318
+ #: models/Audits.php:281
2319
+ msgid "The pages without gzip"
2320
+ msgstr ""
2321
+
2322
+ #: models/Audits.php:282
2323
+ #, php-format
2324
+ msgid ""
2325
+ "How can we fix the gzip compression for our website? %s GZIP compression must "
2326
+ "be installed on the web server, such as in Apache, IIS and nginx. When "
2327
+ "retrieving the website the web browser will prompt the visitor he/she can "
2328
+ "receive the GZIP. %s Squirrly’s teams of experts can help you get this done. "
2329
+ "[link]https://www.squirrly.co/agency/[/link] - Premium Paid Services, "
2330
+ "separate from any software license you may have from the Squirrly Company. %s "
2331
+ "Ask your webmaster / developer / host to help you with this. Or try to find "
2332
+ "plugins to help you with this.%s"
2333
+ msgstr ""
2334
+
2335
+ #: models/Audits.php:283
2336
+ msgid ""
2337
+ "Setting this up saves 50% to 80% bandwidth, which will make all your pages "
2338
+ "load a lot faster."
2339
+ msgstr ""
2340
+
2341
+ #: models/Audits.php:284
2342
+ msgid "Use gzip to increase your site's speed"
2343
+ msgstr ""
2344
+
2345
+ #: models/Audits.php:289
2346
+ msgid "Duplicate Open Graph Tags?"
2347
+ msgstr ""
2348
+
2349
+ #: models/Audits.php:290 models/Audits.php:302 models/Audits.php:314
2350
+ #: models/Audits.php:326
2351
+ msgid "No duplicates"
2352
+ msgstr ""
2353
+
2354
+ #: models/Audits.php:291 models/Audits.php:303 models/Audits.php:315
2355
+ #: models/Audits.php:327
2356
+ msgid "We found some ..."
2357
+ msgstr ""
2358
+
2359
+ #: models/Audits.php:293
2360
+ msgid "The pages with duplicate Open Graph metas"
2361
+ msgstr ""
2362
+
2363
+ #: models/Audits.php:294 models/Audits.php:306 models/Audits.php:318
2364
+ #: models/Audits.php:330
2365
+ #, php-format
2366
+ msgid ""
2367
+ "How can we fix the duplicate meta codes of our pages? %s Make a list of the "
2368
+ "pages which have this problem. %s Start fixing them one by one. %s Remove "
2369
+ "duplicate definitions of code from the <head> section of each page. (eg. you "
2370
+ "have two instances of og:title << remove one of them!)%s"
2371
+ msgstr ""
2372
+
2373
+ #: models/Audits.php:295 models/Audits.php:307 models/Audits.php:319
2374
+ #: models/Audits.php:331
2375
+ msgid ""
2376
+ "On WordPress you can use Squirrly SEO to Remove Duplicate Meta codes from all "
2377
+ "your pages. It removes them automatically. No work on your behalf."
2378
+ msgstr ""
2379
+
2380
+ #: models/Audits.php:296 models/Audits.php:308 models/Audits.php:320
2381
+ #: models/Audits.php:332
2382
+ msgid "Make sure you don't have duplicate meta tags in your site's header"
2383
+ msgstr ""
2384
+
2385
+ #: models/Audits.php:301
2386
+ msgid "Duplicate Twitter Card Tags?"
2387
+ msgstr ""
2388
+
2389
+ #: models/Audits.php:305
2390
+ msgid "The pages with duplicate Twitter Card metas"
2391
+ msgstr ""
2392
+
2393
+ #: models/Audits.php:313
2394
+ msgid "Duplicate Title Tags?"
2395
+ msgstr ""
2396
+
2397
+ #: models/Audits.php:317
2398
+ msgid "The pages with duplicate Title metas"
2399
+ msgstr ""
2400
+
2401
+ #: models/Audits.php:325
2402
+ msgid "Duplicate Description Tags?"
2403
+ msgstr ""
2404
+
2405
+ #: models/Audits.php:329
2406
+ msgid "The pages with duplicate Description metas"
2407
+ msgstr ""
2408
+
2409
+ #: models/Audits.php:340
2410
+ msgid "Top Shared Pages"
2411
+ msgstr ""
2412
+
2413
+ #: models/Audits.php:345
2414
+ #, php-format
2415
+ msgid ""
2416
+ "You can see the list of pages that got the most shares in the Social section "
2417
+ "of your SEO Audit. %s It’s very important to get more eyes on your content "
2418
+ "via social media. You need external signals and Authority for your site and "
2419
+ "pages if you want to get really good rankings. There’s really no skipping "
2420
+ "this if you want performance. %s The logic behind this is: if nobody shares "
2421
+ "your site on social media, then your site is not important. That’s how "
2422
+ "Google’s algorithm “sees” this. %s"
2423
+ msgstr ""
2424
+
2425
+ #: models/Audits.php:346
2426
+ #, php-format
2427
+ msgid ""
2428
+ "Find proven methods for sharing on social media inside our free 10,000 Visits "
2429
+ "from Social Media training. More courses on social media are available within "
2430
+ "%s Education Cloud PLUS %s: the Premiere education platform of Squirrly."
2431
+ msgstr ""
2432
+
2433
+ #: models/Audits.php:350
2434
+ msgid "Shares"
2435
+ msgstr ""
2436
+
2437
+ #: models/Audits.php:355
2438
+ #, php-format
2439
+ msgid ""
2440
+ "How can we raise the Social Media Shares (or signals) for our pages on Social "
2441
+ "Media? %s Use a tool like SalesFlare or FullContact (both paid) to extract "
2442
+ "the social media profiles of your customers, users, email subscribers and "
2443
+ "even LinkedIN Connections. Then make sure they follow you on Social Media. An "
2444
+ "easy way to do this is to follow them yourself. They already care about you "
2445
+ "and your company. They will gladly interact with your profiles. Using tools "
2446
+ "like these will also give you a clear picture of what Social Media platforms "
2447
+ "your desired audience uses most, so that you can create profiles only for "
2448
+ "those social media platforms. %s You should create social media Giveaways, or "
2449
+ "even viral communities like: [link]https://www.squirrly.co/dmsuperstars/[/"
2450
+ "link] %s Use a service like [link]https://techfork.xyz/about/[/link] "
2451
+ "(warning: other social media providers will most likely cause problems, "
2452
+ "because they use bots. - TechFork has been verified by our community and it "
2453
+ "has been a partner for over 4 years) %s Learn from our Episode on the "
2454
+ "Marketing Education Cloud Podcast how to share your pages so that you get "
2455
+ "better social signals and also 10,000 visits from social media: [link]https://"
2456
+ "www.squirrly.co/podcast/[/link] %s"
2457
+ msgstr ""
2458
+
2459
+ #: models/Audits.php:356
2460
+ msgid ""
2461
+ "All the shares and likes that your fans will give your pages will contribute "
2462
+ "to the total number of shares from social media (social signals). When "
2463
+ "Google’s algorithm starts “seeing” that people share your pages on social "
2464
+ "media, it will consider that your site is becoming popular and will increase "
2465
+ "its rankings."
2466
+ msgstr ""
2467
+
2468
+ #: models/Audits.php:357
2469
+ msgid "You have to share your articles with your fans"
2470
+ msgstr ""
2471
+
2472
+ #: models/Audits.php:362
2473
+ msgid "Share Buttons in your articles?"
2474
+ msgstr ""
2475
+
2476
+ #: models/Audits.php:366
2477
+ msgid "The pages without share buttons"
2478
+ msgstr ""
2479
+
2480
+ #: models/Audits.php:367
2481
+ #, php-format
2482
+ msgid ""
2483
+ "How can we get social media share buttons on our website? %s There are many "
2484
+ "options to help you get social sharing buttons inside your website. However, "
2485
+ "you should be careful not to let them ruin your loading times. Most plugins "
2486
+ "and apps will do that. %s Sumo.com is an Okay option. I'm not really happy "
2487
+ "with them, because I find it slows my pages. %s My current favorites are "
2488
+ "[link]http://info.zotabox.com/[/link] . I'm using them on Shopify and "
2489
+ "WordPress. It works with any CMS platform. The loading speed is great and "
2490
+ "their social media counters work perfectly.%s"
2491
+ msgstr ""
2492
+
2493
+ #: models/Audits.php:368
2494
+ msgid ""
2495
+ "All there is to it is: make the buttons obvious, so people can easily find "
2496
+ "them. Make sure they don't slow your site down. Make sure they look great on "
2497
+ "mobile."
2498
+ msgstr ""
2499
+
2500
+ #: models/Audits.php:369
2501
+ msgid "Add Social Share buttons in your articles"
2502
+ msgstr ""
2503
+
2504
+ #: models/Audits.php:374
2505
+ msgid "Social 'Follow me' Buttons?"
2506
+ msgstr ""
2507
+
2508
+ #: models/Audits.php:378
2509
+ msgid "The pages without social buttons"
2510
+ msgstr ""
2511
+
2512
+ #: models/Audits.php:379
2513
+ #, php-format
2514
+ msgid ""
2515
+ "How can we fix the Social Follow Me buttons of the website? %s Add buttons to "
2516
+ "your website, that allow your visitors to check your social media profiles "
2517
+ "and follow you on social media. %s This is one of the most important aspects "
2518
+ "nowadays, if you want to build trust with your website. %s Learn more with "
2519
+ "Expectation Marketing. Expectation Marketing is all about teaching you how to "
2520
+ "implement such buttons and other trust elements for your digital brand. "
2521
+ "[link]http://expectationmarketing.com/[/link] %s"
2522
+ msgstr ""
2523
+
2524
+ #: models/Audits.php:380
2525
+ msgid ""
2526
+ "Place the buttons in your site's footer, to make sure they're always "
2527
+ "accessible. Web users are used to finding them there when they wish to "
2528
+ "connect to brands on social media."
2529
+ msgstr ""
2530
+
2531
+ #: models/Audits.php:381
2532
+ msgid ""
2533
+ "Add links to your Social Media profiles to strengthen social signals and keep "
2534
+ "readers engaged."
2535
+ msgstr ""
2536
+
2537
+ #: models/Audits.php:386
2538
+ msgid "Open Graph protocol?"
2539
+ msgstr ""
2540
+
2541
+ #: models/Audits.php:390
2542
+ msgid "The pages without Open Graph metas"
2543
+ msgstr ""
2544
+
2545
+ #: models/Audits.php:391
2546
+ #, php-format
2547
+ msgid ""
2548
+ "How can we fix the Open Graph of the website? %s You need to make sure you're "
2549
+ "going to fix the Open Graph image AS WELL AS all the other open graph "
2550
+ "elements. %s If you're on WordPress, you're easily getting all the settings "
2551
+ "you need from Squirrly SEO. Make sure you use it. %s Below, you can see the "
2552
+ "examples of open graph elements you need to implement in the <head> section "
2553
+ "of your page's code. Make sure you replace the elements inside content=\" \" "
2554
+ "with your own data: your own titles, own image URLs, etc. %s <meta "
2555
+ "property=“og:url” content=“{site}/product/expectation-marketing-ebook/“ /> %s "
2556
+ "<meta property=“og:title” content=“Expectation Marketing [Book]” /> %s <meta "
2557
+ "property=“og:description” content=“If you`re wondering why your marketing "
2558
+ "strategy isn`t bringing the results you expected this is the right ebook for "
2559
+ "you. Expectation Marketing is about giving you an acti” /> %s <meta "
2560
+ "property=“og:type” content=“product” /> %s <meta property=“og:image” "
2561
+ "content=“{site}/image.jpg” /> %s <meta property=“og:image:width” "
2562
+ "content=“700” /> %s <meta property=“og:image:height” content=“536” /> %s "
2563
+ "<meta property=“og:image:type” content=“image/jpeg” /> %s <meta property=“og:"
2564
+ "site_name” content=“Expectation Marketing” /> %s <meta property=“og:locale” "
2565
+ "content=“en” />%s"
2566
+ msgstr ""
2567
+
2568
+ #: models/Audits.php:392
2569
+ msgid ""
2570
+ "Fixing this will improve Click Through Rates on Facebook, LinkedIN. "
2571
+ "Guaranteed. Make sure you use this to control how your pages look on social "
2572
+ "media when people share them."
2573
+ msgstr ""
2574
+
2575
+ # @ squirrly-seo
2576
+ #: models/Audits.php:393
2577
+ #, fuzzy
2578
+ #| msgid "adds <strong>canonical</strong> link in home page"
2579
+ msgid "Add the meta Open Graph tag in your page's header."
2580
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2581
+
2582
+ # @ squirrly-seo
2583
+ #: models/Audits.php:398
2584
+ #, fuzzy
2585
+ #| msgid "Squirrly settings"
2586
+ msgid "Twitter Card?"
2587
+ msgstr "Squirrly Einstellungen"
2588
+
2589
+ #: models/Audits.php:402
2590
+ msgid "The pages without Twitter Card metas"
2591
+ msgstr ""
2592
+
2593
+ #: models/Audits.php:403
2594
+ #, php-format
2595
+ msgid ""
2596
+ "How can we fix the Twitter Cards of the website? %s You need to make sure "
2597
+ "you're going to fix the Twitter Card image AS WELL AS all the other twitter "
2598
+ "card elements. %s If you're on WordPress, you're easily getting all the "
2599
+ "settings you need from Squirrly SEO. Make sure you use it. %s Below, you can "
2600
+ "see examples of twitter card elements you need to implement in the <head> "
2601
+ "section of your page's code. Make sure you replace the elements inside "
2602
+ "content=\" \" with your own data: your own titles, own image URLs, etc. %s "
2603
+ "<meta property=“twitter:url” content=“{site}/product/expectation-marketing-"
2604
+ "ebook/“ /> %s <meta property=“twitter:title” content=“Expectation Marketing "
2605
+ "[Book]” /> %s <meta property=“twitter:description” content=“If you`re "
2606
+ "wondering why your marketing strategy isn`t bringing the results you expected "
2607
+ "this is the right ebook for you. Expectation Marketing is about giving you an "
2608
+ "acti” /> %s <meta property=“twitter:image” content=“{site}/image.jpg” /> %s "
2609
+ "<meta property=“twitter:domain” content=“Expectation Marketing” /> %s <meta "
2610
+ "property=“twitter:card” content=“summary” />%s"
2611
+ msgstr ""
2612
+
2613
+ #: models/Audits.php:404
2614
+ msgid ""
2615
+ "Fixing this will improve Click Through Rates on Twitter. Guaranteed. Make "
2616
+ "sure you use this to control how your pages look on social media when people "
2617
+ "share them."
2618
+ msgstr ""
2619
+
2620
+ #: models/Audits.php:405
2621
+ msgid "Add Twitter Card to make your articles look better on Twitter."
2622
+ msgstr ""
2623
+
2624
+ #: models/Audits.php:414
2625
+ msgid "Moz Backlinks"
2626
+ msgstr ""
2627
+
2628
+ #: models/Audits.php:415 models/Audits.php:416
2629
+ msgid "link(s)"
2630
+ msgstr ""
2631
+
2632
+ #: models/Audits.php:417 models/Audits.php:418
2633
+ msgid "Moz Backlinks Count"
2634
+ msgstr ""
2635
+
2636
+ #: models/Audits.php:419
2637
+ #, php-format
2638
+ msgid ""
2639
+ "How can we fix the Inbound Links Number to the latest 10 Pages? %s Many are "
2640
+ "tempted to go to fiverr.com for something like this. Avoid shady SEO. What "
2641
+ "you can try, and ONLY if it makes sense, is to get bloggers who sell on "
2642
+ "fiverr to place your article (with links to your own site) on their site. %s "
2643
+ "You can easily get backlinks from multiple domains by showing that your "
2644
+ "business: %s - is an alternative to some other existing business (there are "
2645
+ "many websites on which people look for alternatives and they'll be happy to "
2646
+ "include your site as well, because it supports their purpose) %s - has "
2647
+ "discounts and coupons (there are many websites for coupon and discounts. Just "
2648
+ "search on Google and you'll find many. They'll happily include your coupon "
2649
+ "codes and links to your site) %s - hosts giveaways and contests (many "
2650
+ "websites that will happily link to the contest page on your website) %s "
2651
+ "Broken Link Building, using tools like Screaming Frog to help you find broken "
2652
+ "links.%s"
2653
+ msgstr ""
2654
+
2655
+ #: models/Audits.php:421
2656
+ msgid ""
2657
+ "Find more blogs, forums, directories to add links there. Contribute to the "
2658
+ "respective community and they will appreciate it."
2659
+ msgstr ""
2660
+
2661
+ #: models/Audits.php:426
2662
+ msgid "Links with noFollow?"
2663
+ msgstr ""
2664
+
2665
+ #: models/Audits.php:431
2666
+ #, php-format
2667
+ msgid ""
2668
+ "How can we fix the No-Follow links of the website? %s You can find an "
2669
+ "extremely easy way to do this in the SEO Kit of Squirrly: [link]https://www."
2670
+ "squirrly.co/seo/kit/[/link] %s You can start doing this even if you don't "
2671
+ "have an advanced or complex SEO strategy for all your site's inner links. If "
2672
+ "you have pages in your SEO strategy that are super important (you NEED those "
2673
+ "pages to be found via search) make sure you add: <meta name=\"robots\" "
2674
+ "content=\"index, nofollow\" /> This ensures that Google considers this a "
2675
+ "final page. If many other pages link on to this page and this is the final "
2676
+ "one, it means that it is the most valuable resource. %s Identify links on "
2677
+ "your pages that are not important for you or for the purpose of the site "
2678
+ "itself. Maybe you're sending a link to chef Jamie Oliver's recipe for hot "
2679
+ "sauce. You should make sure that you add the No Follow tag to that link going "
2680
+ "out of your site, because you don't want Google to pass on link juice to "
2681
+ "Jaime Oliver. You'd give him a part of your SEO Authority and you don't want "
2682
+ "that. You should also add No-Follow tags to internal links from your very own "
2683
+ "site. Add no-follow to pages like \"/login\", \"/register\" \"/terms-of-use"
2684
+ "\", which are not important to be found via search engines. %s Add rel="
2685
+ "\"nofollow\" to links inside your pages to fix this task. If you'd want to "
2686
+ "NoFollow your Sign In page you could do it like this: <a href=\"signin.php\" "
2687
+ "rel=\"nofollow\">sign in</a>%s"
2688
+ msgstr ""
2689
+
2690
+ #: models/Audits.php:432
2691
+ msgid ""
2692
+ "You could add no-follow to most of the links from your site that go towards "
2693
+ "external, third-party websites. The only external sites you should leave "
2694
+ "without No-Follow are sites that you'd like to be associated with by Google. "
2695
+ "This is to say that in some cases you may want to send do-follow links to "
2696
+ "other people's sites if they are super high authority and would help Google "
2697
+ "better understand what your site's content is all about."
2698
+ msgstr ""
2699
+
2700
+ #: models/Audits.php:433
2701
+ msgid "Add nofollow links to pages like Terms and Conditions."
2702
+ msgstr ""
2703
+
2704
+ #: models/Audits.php:442 models/FocusPages.php:35
2705
+ msgid "Page Authority"
2706
+ msgstr ""
2707
+
2708
+ #: models/Audits.php:443 models/Audits.php:444
2709
+ msgid "average authority"
2710
+ msgstr ""
2711
+
2712
+ #: models/Audits.php:447
2713
+ #, php-format
2714
+ msgid ""
2715
+ "How can we fix the Authority of the website? %s You must start by "
2716
+ "understanding this: Authority is Squirrly's calculated metric for how well a "
2717
+ "given webpage is likely to rank in Google's search results. It collects data "
2718
+ "from social media, google analytics and inbound links (backlinks to your own "
2719
+ "site) %s You can follow the PRO Tips sections from Audit. %s Get more Buzz on "
2720
+ "Social Media. Get More Traffic. Get More Sites to link back to your own site. "
2721
+ "That's how you increase your Authority.%s Read the Traffic section of the "
2722
+ "Audit for more fixes and ideas. Bringing more Traffic increases Authority. %s "
2723
+ "Read the Social Media ideas for getting your pages shared on social networks. "
2724
+ "In the SEO Audit from Squirrly. Get more shares and traffic from social "
2725
+ "media. That will help boost your overall Web Authority %s Use Focus Pages "
2726
+ "from Squirrly: everything we tell you there helps boost your authority: "
2727
+ "[link]https://plugin.squirrly.co/focus-pages/[/link] %s"
2728
+ msgstr ""
2729
+
2730
+ #: models/Audits.php:448
2731
+ msgid ""
2732
+ "You can build up a solid Content Strategy using the SEO Goals and our brand "
2733
+ "new Private SEO Consultant. In a Plugin. Powered by Machine Learning and "
2734
+ "Cloud Services: [link]https://plugin.squirrly.co/best-seo-goals/[/link] or "
2735
+ "you can start getting more BackLinks using the BackLinks Assistant "
2736
+ "[link]https://www.producthunt.com/upcoming/backlinks-assistant-by-squirrly[/"
2737
+ "link]."
2738
+ msgstr ""
2739
+
2740
+ #: models/Audits.php:449
2741
+ msgid "Get links to your page from domains with authority."
2742
+ msgstr ""
2743
+
2744
+ #: models/Audits.php:454
2745
+ msgid "Alexa Rank"
2746
+ msgstr ""
2747
+
2748
+ #: models/Audits.php:459
2749
+ #, php-format
2750
+ msgid ""
2751
+ "How can we fix the Alexa Rank of the website? %s Get more traffic to your "
2752
+ "website. (the visitors should have the Alexa toolbar installed for Alexa to "
2753
+ "be able to measure the traffic). %s You could encourage your visitors to "
2754
+ "install the Alexa toolbar (if it makes sense for your business or audience, "
2755
+ "of course). %s Increase your SEO rankings, get more shares on social media. "
2756
+ "You can use tools like Social Squirrly to make sure you constantly promote "
2757
+ "your pages, without doing any manual work. And without forgetting to keep "
2758
+ "posting them. [link]https://www.squirrly.co/social-media/tools-for-digital-"
2759
+ "marketing/[/link]%s"
2760
+ msgstr ""
2761
+
2762
+ #: models/Audits.php:460
2763
+ msgid ""
2764
+ "A certain and tested way of increasing Alexa rank is creating and promoting "
2765
+ "many pieces of fresh content. An agency like Squirrly's Content Agency can "
2766
+ "help you with this. [link]http://www.squirrly.co/agency[/link]"
2767
+ msgstr ""
2768
+
2769
+ #: models/Audits.php:461
2770
+ msgid "Try to gain organic traffic to your site."
2771
+ msgstr ""
2772
+
2773
+ #: models/Audits.php:466
2774
+ msgid "Domain Age"
2775
+ msgstr ""
2776
+
2777
+ #: models/Audits.php:471
2778
+ #, php-format
2779
+ msgid ""
2780
+ "How can we fix the Domain Age of the website? %s While you certainly can't go "
2781
+ "back and forth in time like the Flash, there are things you can do, like: "
2782
+ "make sure your domain can be crawled by search engines. %s Ping your domain "
2783
+ "name as soon as possible using Google Search Console. Ask GSC asap to index "
2784
+ "your pages. Both by manual URL index and by placing the sitemaps generated by "
2785
+ "Squirrly. %s Get your website on Way Back Machine. [link]https://archive.org/"
2786
+ "web/[/link] Archive.org even has a tool called Save Page Now which will "
2787
+ "guarantee your entry into Way Back Machine.%s"
2788
+ msgstr ""
2789
+
2790
+ #: models/Audits.php:472
2791
+ msgid ""
2792
+ "If Squirrly could crawl your website and find your pages + show you the "
2793
+ "Audit, it means your domain and pages can be crawled. Just make sure you're "
2794
+ "not stopping the Google crawlers in your code via \"no-index\" or via robots."
2795
+ "txt"
2796
+ msgstr ""
2797
+
2798
+ #: models/Audits.php:473
2799
+ msgid ""
2800
+ "Your domain is new. I know it will get older, but still, it's good to know "
2801
+ "what to expect if it's new :)"
2802
+ msgstr ""
2803
+
2804
+ #: models/Audits.php:478
2805
+ msgid "Site Icon"
2806
+ msgstr ""
2807
+
2808
+ #: models/Audits.php:483
2809
+ #, php-format
2810
+ msgid ""
2811
+ "How can we fix the favicon of the website? %s If you don't already have a "
2812
+ "favicon, you'll need to create one. The dimensions are 16 x 16 pixels %s You "
2813
+ "can easily create one using this [link]http://www.favicon.cc/[/link] . Upload "
2814
+ "it to your own server after creating it. %s Once you have the favicon, use "
2815
+ "this in the code of your pages: <link rel=“shortcut icon” href=“/images/"
2816
+ "specialicon.ico” type=“image/x-icon” />%s"
2817
+ msgstr ""
2818
+
2819
+ #: models/Audits.php:484
2820
+ msgid ""
2821
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2822
+ "you can use Squirrly SEO to upload and control the favicon displayed on your "
2823
+ "pages."
2824
+ msgstr ""
2825
+
2826
+ #: models/Audits.php:485 models/Audits.php:497
2827
+ msgid "Add an icon for your site"
2828
+ msgstr ""
2829
+
2830
+ #: models/Audits.php:490
2831
+ msgid "IPad and IPhone Icons"
2832
+ msgstr ""
2833
+
2834
+ #: models/Audits.php:495
2835
+ #, php-format
2836
+ msgid ""
2837
+ "How can we fix the Apple Icon of the website? %s If you don't already have an "
2838
+ "Apple Icon, you'll need to create one. The dimensions are 129 x 129 pixels. "
2839
+ "It will need to be a .png file %s You can easily create one using this "
2840
+ "[link]https://www.canva.com/[/link] . Upload it to your own server after "
2841
+ "creating it. %s Once you have the Apple Icon, use this in the code (in the "
2842
+ "<head> section) of your pages: %s <link rel=“apple-touch-icon” href=“/apple-"
2843
+ "touch-icon.png” />%s"
2844
+ msgstr ""
2845
+
2846
+ #: models/Audits.php:496
2847
+ msgid ""
2848
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2849
+ "you can use Squirrly SEO to upload and control the Apple Icon displayed on "
2850
+ "user's home screens when they bookmark your pages."
2851
+ msgstr ""
2852
+
2853
+ #: models/Audits.php:538 models/Audits.php:574 models/Audits.php:596
2854
+ #: models/Audits.php:706 models/focuspages/Audit.php:195
2855
+ #: models/focuspages/Audit.php:218 models/focuspages/Audit.php:241
2856
+ #: models/focuspages/Audit.php:264
2857
+ msgid "URL"
2858
+ msgstr ""
2859
+
2860
+ #: models/Audits.php:539
2861
+ msgid "Visitors"
2862
+ msgstr ""
2863
+
2864
+ #: models/Audits.php:540
2865
+ msgid "Bounce"
2866
+ msgstr ""
2867
+
2868
+ #: models/Audits.php:558
2869
+ msgid "No traffic data found"
2870
+ msgstr ""
2871
+
2872
+ #: models/Audits.php:575 models/Audits.php:597
2873
+ msgid "Total"
2874
+ msgstr ""
2875
+
2876
+ #: models/Audits.php:631
2877
+ msgid "Facebook reactions"
2878
+ msgstr ""
2879
+
2880
+ #: models/Audits.php:635
2881
+ msgid "Facebook shares"
2882
+ msgstr ""
2883
+
2884
+ #: models/Audits.php:639
2885
+ msgid "Reddit shares"
2886
+ msgstr ""
2887
+
2888
+ #: models/Audits.php:643
2889
+ msgid "Pinterest shares"
2890
+ msgstr ""
2891
+
2892
+ #: models/Audits.php:707
2893
+ msgid "Value"
2894
+ msgstr ""
2895
+
2896
+ #: models/Audits.php:778 view/Audits/Audit.php:116 view/Audits/Compare.php:164
2897
+ msgid "PRO TIP"
2898
+ msgstr ""
2899
+
2900
+ #: models/Audits.php:798
2901
+ msgid "Requires Attention!"
2902
+ msgstr ""
2903
+
2904
+ #: models/Audits.php:802
2905
+ msgid "Can be improved."
2906
+ msgstr ""
2907
+
2908
+ #: models/Audits.php:864
2909
+ msgid "not yet"
2910
+ msgstr ""
2911
+
2912
+ #: models/BulkSeo.php:18
2913
+ msgid "METAs"
2914
+ msgstr ""
2915
+
2916
+ #: models/BulkSeo.php:19 view/Blocks/Snippet.php:91
2917
+ msgid "Open Graph"
2918
+ msgstr ""
2919
+
2920
+ # @ squirrly-seo
2921
+ #: models/BulkSeo.php:20 view/Blocks/Snippet.php:94
2922
+ #, fuzzy
2923
+ #| msgid "Squirrly settings"
2924
+ msgid "Twitter Card"
2925
+ msgstr "Squirrly Einstellungen"
2926
+
2927
+ #: models/BulkSeo.php:21 models/FocusPages.php:25 view/Blocks/Snippet.php:97
2928
+ msgid "Visibility"
2929
+ msgstr ""
2930
+
2931
+ #: models/CheckSeo.php:46
2932
+ msgid "Make your site Visible asap"
2933
+ msgstr ""
2934
+
2935
+ #: models/CheckSeo.php:47
2936
+ #, php-format
2937
+ msgid ""
2938
+ "If you want Google (or any other search engine) to Display your pages and "
2939
+ "then Rank them higher in search results, your website needs to be Public and "
2940
+ "the pages indexable. Currently, a setting in your WordPress makes this "
2941
+ "impossible. You selected '%s' in %sSettings > Reading%s. You need to UNCHECK "
2942
+ "that option."
2943
+ msgstr ""
2944
+
2945
+ #: models/CheckSeo.php:47 models/CheckSeo.php:48
2946
+ #: models/bulkseo/Visibility.php:116 view/Blocks/Snippet.php:1107
2947
+ msgid "Discourage search engines from indexing this site"
2948
+ msgstr ""
2949
+
2950
+ #: models/CheckSeo.php:48
2951
+ #, php-format
2952
+ msgid "Uncheck the option: %s in %sSettings > Reading%s."
2953
+ msgstr ""
2954
+
2955
+ #: models/CheckSeo.php:49
2956
+ msgid ""
2957
+ "Google can't show your site to anybody, because you haven't made your site "
2958
+ "public and indexable. You must fix this today."
2959
+ msgstr ""
2960
+
2961
+ # @ squirrly-seo
2962
+ #: models/CheckSeo.php:60
2963
+ #, fuzzy
2964
+ #| msgid "adds the correct <strong>title</strong> in the home page"
2965
+ msgid "Get the meta title tag in the front-end"
2966
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
2967
+
2968
+ #: models/CheckSeo.php:61
2969
+ msgid ""
2970
+ "Without the title tag in the front-end, search engines will 'think' that your "
2971
+ "website is broken. Currently the title tag is missing in front-end."
2972
+ msgstr ""
2973
+
2974
+ #: models/CheckSeo.php:62
2975
+ #, php-format
2976
+ msgid ""
2977
+ "Go to %s Squirrly > SEO Configuration > SEO Metas %s and switch on 'Optimize "
2978
+ "the Titles'. If it's already switched on, check if another plugin is stopping "
2979
+ "Squirrly from showing the Title."
2980
+ msgstr ""
2981
+
2982
+ #: models/CheckSeo.php:63
2983
+ msgid ""
2984
+ "You have to make the Title tag of the page visible in the front-end of the "
2985
+ "website. As soon as possible. Otherwise, you will have difficulty ranking."
2986
+ msgstr ""
2987
+
2988
+ #: models/CheckSeo.php:69 models/CheckSeo.php:83 models/CheckSeo.php:97
2989
+ #: models/CheckSeo.php:124 models/CheckSeo.php:138 models/CheckSeo.php:235
2990
+ #: models/CheckSeo.php:249 models/CheckSeo.php:530 models/CheckSeo.php:722
2991
+ #: models/CheckSeo.php:736 models/CheckSeo.php:750 models/CheckSeo.php:764
2992
+ #: models/CheckSeo.php:778 models/CheckSeo.php:792
2993
+ msgid "On-Page SEO"
2994
+ msgstr ""
2995
+
2996
+ #: models/CheckSeo.php:74
2997
+ msgid "Turn Squirrly's AMP Support to ON"
2998
+ msgstr ""
2999
+
3000
+ #: models/CheckSeo.php:75
3001
+ msgid ""
3002
+ "AMP site detected and Squirrly's AMP Support is OFF - If this website is an "
3003
+ "AMP website you need to make sure that you activate Squirrly AMP Tracking for "
3004
+ "it. Squirrly will load Google Analytics and Facebook Pixel for AMP and avoid "
3005
+ "AMP script errors."
3006
+ msgstr ""
3007
+
3008
+ #: models/CheckSeo.php:76
3009
+ #, php-format
3010
+ msgid ""
3011
+ "Activate AMP tracking in %s Squirrly > SEO Configuration > Connect Tools > "
3012
+ "AMP %s "
3013
+ msgstr ""
3014
+
3015
+ #: models/CheckSeo.php:77
3016
+ msgid ""
3017
+ "You must activate the AMP settings for Squirrly SEO, right now. Otherwise, "
3018
+ "the AMP version of the site will have missing pieces."
3019
+ msgstr ""
3020
+
3021
+ # @ squirrly-seo
3022
+ #: models/CheckSeo.php:88
3023
+ #, fuzzy
3024
+ #| msgid "Squirrly LIVE SEO assistant"
3025
+ msgid "Activate Squirrly SEO Title Now"
3026
+ msgstr "Squirrly LIVE SEO-Assistent"
3027
+
3028
+ #: models/CheckSeo.php:89
3029
+ msgid ""
3030
+ "Squirrly SEO title is NOT active for your website. If you DON'T use other SEO "
3031
+ "plugins, you should activate this option, and Squirrly SEO will add the Title "
3032
+ "tag on each page of your website and remove any duplicates. Your title tag "
3033
+ "determines your display title in SERPs, and it’s meant to help Google and "
3034
+ "human readers understand what your pages are all about"
3035
+ msgstr ""
3036
+
3037
+ #: models/CheckSeo.php:90
3038
+ #, php-format
3039
+ msgid ""
3040
+ "Go to %s Squirrly > SEO Configuration > SEO Metas%s and switch on: 'Optimize "
3041
+ "the Titles'"
3042
+ msgstr ""
3043
+
3044
+ #: models/CheckSeo.php:91
3045
+ msgid ""
3046
+ "You should activate the Squirrly SEO title to help Search Engines understand "
3047
+ "what your pages are about and ensure all of your pages have titles."
3048
+ msgstr ""
3049
+
3050
+ #: models/CheckSeo.php:102
3051
+ msgid "Make your LINKS SEO-Friendly"
3052
+ msgstr ""
3053
+
3054
+ #: models/CheckSeo.php:103
3055
+ msgid ""
3056
+ "Google considers the URLs you use on your website to be a ranking factor. The "
3057
+ "permalinks you use and the structure you decide on adopting is ultimately an "
3058
+ "SEO signal. Having a good permalink structure also helps make your site Human-"
3059
+ "friendly. "
3060
+ msgstr ""
3061
+
3062
+ #: models/CheckSeo.php:104
3063
+ #, php-format
3064
+ msgid ""
3065
+ "Your URLs should be super easy to read. Go to your %s WordPress dashboard > "
3066
+ "Settings > Permalinks %s .There, you can create a custom URL structure for "
3067
+ "your permalinks."
3068
+ msgstr ""
3069
+
3070
+ #: models/CheckSeo.php:105
3071
+ msgid ""
3072
+ "Make your LINKS SEO-Friendly. You're losing potential rankings at the moment."
3073
+ msgstr ""
3074
+
3075
+ #: models/CheckSeo.php:115
3076
+ msgid "Activate the Sitemap from Squirrly"
3077
+ msgstr ""
3078
+
3079
+ #: models/CheckSeo.php:116
3080
+ msgid ""
3081
+ "XML sitemaps help search engines and spiders discover new pages on your "
3082
+ "website. It also helps them better understand the structure of your website. "
3083
+ "Activate your Sitemap XML setting. Squirrly SEO will then generate your "
3084
+ "sitemap, according to different items you can set up."
3085
+ msgstr ""
3086
+
3087
+ #: models/CheckSeo.php:117
3088
+ #, php-format
3089
+ msgid ""
3090
+ "Go to %s Squirrly > SEO Configuration > Tweaks And Sitemap %s to setup the "
3091
+ "sitemap. Choose for which types of URLs you'll want to have sitemaps. It "
3092
+ "depends on your strategy. Leave the defaults if you're uncertain."
3093
+ msgstr ""
3094
+
3095
+ #: models/CheckSeo.php:118
3096
+ msgid ""
3097
+ "Lead Search Engines to your most important pages using XML sitemaps. Do this "
3098
+ "and you can rank better. "
3099
+ msgstr ""
3100
+
3101
+ #: models/CheckSeo.php:129
3102
+ msgid "Get a robots txt file"
3103
+ msgstr ""
3104
+
3105
+ #: models/CheckSeo.php:130
3106
+ msgid ""
3107
+ "Robots.txt is a text file webmasters create to instruct how to crawl & index "
3108
+ "pages on their website. You can use this file to tell search engine robots "
3109
+ "what to crawl and what not to crawl on your site. Search bots usually look "
3110
+ "for this file in a website as soon as they enter one. Therefore, it's very "
3111
+ "important to have a robots.txt file in the first place."
3112
+ msgstr ""
3113
+
3114
+ #: models/CheckSeo.php:131
3115
+ #, php-format
3116
+ msgid ""
3117
+ "Go to %s Squirrly > SEO Configuration > Tweaks And Sitemap > Robots File %s "
3118
+ "and switch on Activate Robots. If it's already switched on, check if another "
3119
+ "plugin is stopping Squirrly from adding the Robots.txt URL."
3120
+ msgstr ""
3121
+
3122
+ #: models/CheckSeo.php:132
3123
+ msgid ""
3124
+ "You should help Search Engine bots find what they need. Create a Robots.txt "
3125
+ "file as soon as possible if you want your site to be seen in Search Results."
3126
+ msgstr ""
3127
+
3128
+ #: models/CheckSeo.php:144
3129
+ msgid "Error detected for your Focus Page"
3130
+ msgstr ""
3131
+
3132
+ #: models/CheckSeo.php:145
3133
+ #, php-format
3134
+ msgid ""
3135
+ "An error is preventing Squirrly from accessing and retrieving critical data "
3136
+ "about your Focus Page. You should fix this so that Squirrly can generate a "
3137
+ "complete audit of your page and show you what you need to do to improve its "
3138
+ "chances of ranking. %sThe error can also prevent human visitors from "
3139
+ "accessing your page, which is a critical issue. "
3140
+ msgstr ""
3141
+
3142
+ #: models/CheckSeo.php:146
3143
+ msgid ""
3144
+ "Use a different browser to make sure your Focus Page is visible. Whitelist "
3145
+ "our crawler IP address (176.9.112.210) to allow our server to verify your "
3146
+ "page so that you’ll receive a full audit."
3147
+ msgstr ""
3148
+
3149
+ #: models/CheckSeo.php:147
3150
+ msgid ""
3151
+ "Make sure that your Focus Page is published and can be accessed by all users "
3152
+ "and crawlers."
3153
+ msgstr ""
3154
+
3155
+ # @ squirrly-seo
3156
+ #: models/CheckSeo.php:153 models/CheckSeo.php:167 models/CheckSeo.php:194
3157
+ #: models/CheckSeo.php:208 models/CheckSeo.php:277 models/CheckSeo.php:291
3158
+ #: models/CheckSeo.php:305 models/CheckSeo.php:318 models/CheckSeo.php:332
3159
+ #: models/CheckSeo.php:347 models/CheckSeo.php:376 models/CheckSeo.php:390
3160
+ #: models/CheckSeo.php:404 models/CheckSeo.php:418 models/CheckSeo.php:432
3161
+ #: models/CheckSeo.php:460 models/CheckSeo.php:488 models/CheckSeo.php:544
3162
+ #: models/CheckSeo.php:558 models/CheckSeo.php:572 models/CheckSeo.php:586
3163
+ #: models/CheckSeo.php:600 models/CheckSeo.php:614 models/CheckSeo.php:628
3164
+ #: models/CheckSeo.php:642 models/CheckSeo.php:695 models/CheckSeo.php:709
3165
+ #: models/CheckSeo.php:805 models/CheckSeo.php:818 models/CheckSeo.php:831
3166
+ #: models/CheckSeo.php:844 models/CheckSeo.php:857 models/CheckSeo.php:883
3167
+ #: models/CheckSeo.php:896 models/CheckSeo.php:909 models/CheckSeo.php:922
3168
+ #: models/CheckSeo.php:935 models/CheckSeo.php:961 models/CheckSeo.php:974
3169
+ #: models/CheckSeo.php:987 models/CheckSeo.php:1000 models/CheckSeo.php:1013
3170
+ #: models/CheckSeo.php:1026 models/CheckSeo.php:1039 models/CheckSeo.php:1052
3171
+ #: models/Menu.php:230 models/Menu.php:490 view/FocusPages/Pagelist.php:22
3172
+ #, fuzzy
3173
+ #| msgid "Squirrly settings"
3174
+ msgid "Focus Pages"
3175
+ msgstr "Squirrly Einstellungen"
3176
+
3177
+ #: models/CheckSeo.php:158
3178
+ msgid "Add Focus Page. It's the first step to reaching TOP positions"
3179
+ msgstr ""
3180
+
3181
+ #: models/CheckSeo.php:159
3182
+ msgid ""
3183
+ "Adding a Focus Page, and then using the SEO Goals related to it, is a sure "
3184
+ "way for all aspiring SEO Stars to begin reaching top positions in Google. SEO "
3185
+ "is very complicated, and Focus Pages is the only method that helps you un-"
3186
+ "complicate it. By following this method you will build a repeatable, smart "
3187
+ "strategy, powered by Machine Learning."
3188
+ msgstr ""
3189
+
3190
+ #: models/CheckSeo.php:160
3191
+ #, php-format
3192
+ msgid ""
3193
+ "Go to %sSquirrly SEO > Focus Pages > Add New Page%s to add a page in Focus "
3194
+ "Pages."
3195
+ msgstr ""
3196
+
3197
+ #: models/CheckSeo.php:161
3198
+ msgid ""
3199
+ "You don't currently have a clearly defined strategy. If you're a Non-SEO "
3200
+ "Expert you won't be able to reach TOP 10 rankings without Focus Pages."
3201
+ msgstr ""
3202
+
3203
+ #: models/CheckSeo.php:172
3204
+ msgid "Change WordPress' default tagline"
3205
+ msgstr ""
3206
+
3207
+ #: models/CheckSeo.php:173
3208
+ msgid ""
3209
+ "The default WordPress tagline is “Just another WordPress site” - which is "
3210
+ "like saying your site is nothing special. It's important to customize it so "
3211
+ "that you clearly communicate what your site is about to first-time visitors. "
3212
+ "Search Engines also pay close attention to taglines."
3213
+ msgstr ""
3214
+
3215
+ #: models/CheckSeo.php:174
3216
+ msgid ""
3217
+ "How you optimize your tagline can depend on the theme you are using (some "
3218
+ "themes don't display the tagline automatically). Your best bet is to go to "
3219
+ "Appearance > Customize from your WP dashboard to access the Customizer. "
3220
+ "There, you can customize your tagline. Best Practices: Make sure your tagline "
3221
+ "is catchy and reflects your site as a whole (its niche, purpose, the content "
3222
+ "that can be found on your site. Include strong keywords in your tagline, and "
3223
+ "ensure the tagline fits with your overall branding strategy."
3224
+ msgstr ""
3225
+
3226
+ #: models/CheckSeo.php:175
3227
+ msgid ""
3228
+ "Optimize your tagline so that your site is NOT 'Just another WordPress "
3229
+ "site' (or: Optimize your tagline to put your site’s best foot forward and "
3230
+ "encourage visitors to stick around.)"
3231
+ msgstr ""
3232
+
3233
+ #: models/CheckSeo.php:185
3234
+ msgid "Remove all no-index tags from all Focus Pages"
3235
+ msgstr ""
3236
+
3237
+ #: models/CheckSeo.php:186
3238
+ msgid ""
3239
+ "No-index tags suggest to search engines (most notably Google) NOT to index a "
3240
+ "specific webpage. By using these tags for your Focus Pages, you're preventing "
3241
+ "them from appearing in Google Search. This is bad, because it means Search "
3242
+ "Engines won't show your most important pages (which should be your Focus "
3243
+ "Pages). Removing all no-index tags for your Focus Pages will fix it."
3244
+ msgstr ""
3245
+
3246
+ #: models/CheckSeo.php:187
3247
+ #, php-format
3248
+ msgid ""
3249
+ "Look at all the places where you could have added instructions for Google not "
3250
+ "to index this page from your site. Make sure that there is no such "
3251
+ "instruction added to %sWordPress > Settings%s, or in a theme, or in a plugin, "
3252
+ "or in %sSquirrly SEO's Snippet%s for this page. Also, make sure you don't "
3253
+ "block this page in your %sRobots.txt%s file."
3254
+ msgstr ""
3255
+
3256
+ #: models/CheckSeo.php:188
3257
+ msgid ""
3258
+ "You must remove all no-index tags for your Focus Pages so that they will "
3259
+ "appear in Google Search."
3260
+ msgstr ""
3261
+
3262
+ #: models/CheckSeo.php:199
3263
+ msgid "Fix all Visibility issues for your Focus Pages"
3264
+ msgstr ""
3265
+
3266
+ #: models/CheckSeo.php:200
3267
+ msgid ""
3268
+ "Having visibility issues for your Focus Pages means that your Focus Pages may "
3269
+ "not appear in search results. This is bad, because you'll want as many people "
3270
+ "to see your most important pages (your Focus Pages)"
3271
+ msgstr ""
3272
+
3273
+ #: models/CheckSeo.php:201
3274
+ #, php-format
3275
+ msgid ""
3276
+ "Go to %s Squirrly > Focus Pages %s and make sure all elements you see when "
3277
+ "you click on the Visibility category are completed. If you see a task that is "
3278
+ "NOT done, follow the indications to complete it. If you see a red element, "
3279
+ "follow the indications to turn it Green. That's how you make sure your Focus "
3280
+ "Pages are protected against Visibility Issues."
3281
+ msgstr ""
3282
+
3283
+ #: models/CheckSeo.php:202
3284
+ msgid ""
3285
+ "Fix ALL Visibility issues for your Focus Pages so that they will appear on "
3286
+ "Google Search."
3287
+ msgstr ""
3288
+
3289
+ #: models/CheckSeo.php:213 models/CheckSeo.php:216
3290
+ msgid "Make Your Site Safe for Browsing Again"
3291
+ msgstr ""
3292
+
3293
+ #: models/CheckSeo.php:214
3294
+ msgid ""
3295
+ "Safe Browsing notifies webmasters when their websites are compromised by "
3296
+ "malicious actors and helps them diagnose and resolve the problem so that "
3297
+ "their visitors stay safe."
3298
+ msgstr ""
3299
+
3300
+ #: models/CheckSeo.php:215
3301
+ #, php-format
3302
+ msgid ""
3303
+ "Go to %shttps://safebrowsing.google.com/%s and follow the instructions to "
3304
+ "clean your website."
3305
+ msgstr ""
3306
+
3307
+ #: models/CheckSeo.php:226
3308
+ msgid "Remove Duplicate Open Graph meta tags"
3309
+ msgstr ""
3310
+
3311
+ #: models/CheckSeo.php:227
3312
+ msgid ""
3313
+ "Some WordPress themes and plugins add Open Graph meta tags which lead to "
3314
+ "duplicate Open Graph meta tags issues. It's important to check for this to "
3315
+ "determine which plugin or if your theme is generating the duplicate open "
3316
+ "graph meta tag. In this case, the plugin or theme causing this manages to "
3317
+ "bypass Squirrly's Duplicate Remover features."
3318
+ msgstr ""
3319
+
3320
+ #: models/CheckSeo.php:228
3321
+ msgid ""
3322
+ "Start deactivating plugins (other than Squirrly SEO) from your WordPress "
3323
+ "site. Run New Scans for Next SEO Goals to see if you managed to get this "
3324
+ "done! Then reactivate everything."
3325
+ msgstr ""
3326
+
3327
+ #: models/CheckSeo.php:229
3328
+ msgid ""
3329
+ "You need to remove Duplicate Open Graph meta tags as soon as possible. "
3330
+ "Otherwise, you will miss good chances of ranking higher with your pages."
3331
+ msgstr ""
3332
+
3333
+ #: models/CheckSeo.php:240
3334
+ msgid "Remove Duplicate Twitter cards tags"
3335
+ msgstr ""
3336
+
3337
+ #: models/CheckSeo.php:241
3338
+ msgid ""
3339
+ "Some WordPress themes and plugins add Twitter Card meta tags which lead to "
3340
+ "duplicate Twitter card meta tags issues. It's important to check for this and "
3341
+ "determine which plugin or if your theme is generating the duplicate open "
3342
+ "graph meta tag. In this case, the plugin or theme causing this, manages to "
3343
+ "bypass Squirrly's Duplicate Remover features."
3344
+ msgstr ""
3345
+
3346
+ #: models/CheckSeo.php:242
3347
+ msgid ""
3348
+ "Start deactivating plugins (other than Squirrly SEO) from your WordPress "
3349
+ "site. Run New SEO Tests for Next SEO Goals to see if you manage to get this "
3350
+ "done! Then reactivate everything."
3351
+ msgstr ""
3352
+
3353
+ #: models/CheckSeo.php:243
3354
+ msgid ""
3355
+ "You need to remove Duplicate Twitter Card meta tags as soon as possible; "
3356
+ "Otherwise you will miss good chances of ranking higher with your pages."
3357
+ msgstr ""
3358
+
3359
+ #: models/CheckSeo.php:254
3360
+ msgid "Use Squirrly's Expert-Grade Research Tool and Add Keywords to Briefcase"
3361
+ msgstr ""
3362
+
3363
+ #: models/CheckSeo.php:255
3364
+ msgid ""
3365
+ "With a few clicks, you'll do the work that SEO experts charge thousands of "
3366
+ "dollars for (because they do this manually and it takes too much time that "
3367
+ "way)."
3368
+ msgstr ""
3369
+
3370
+ #: models/CheckSeo.php:256
3371
+ #, php-format
3372
+ msgid ""
3373
+ "Go to %sSquirrly > Keyword Research%s. Complete all steps until you get to "
3374
+ "the final table with all of the data for each keyword. Add at least one "
3375
+ "keyword to Briefcase from that interface."
3376
+ msgstr ""
3377
+
3378
+ #: models/CheckSeo.php:257
3379
+ msgid ""
3380
+ "You should perform a keyword research using Squirrly's Expert-Grade tool and "
3381
+ "store at least one of the results in Briefcase."
3382
+ msgstr ""
3383
+
3384
+ # @ squirrly-seo
3385
+ #: models/CheckSeo.php:263 models/CheckSeo.php:291 models/CheckSeo.php:305
3386
+ #: models/CheckSeo.php:318 models/CheckSeo.php:376 models/CheckSeo.php:390
3387
+ #: models/CheckSeo.php:516 models/Menu.php:153 view/Research/Research.php:20
3388
+ #: view/Research/Research.php:33
3389
+ #, fuzzy
3390
+ #| msgid "Do the research"
3391
+ msgid "Keyword Research"
3392
+ msgstr "Recherchieren"
3393
+
3394
+ # @ squirrly-seo
3395
+ #: models/CheckSeo.php:263 models/CheckSeo.php:361 models/CheckSeo.php:446
3396
+ #: models/CheckSeo.php:474 models/CheckSeo.php:502 models/CheckSeo.php:516
3397
+ #: models/Menu.php:164 models/Menu.php:455 view/Research/Briefcase.php:19
3398
+ #, fuzzy
3399
+ #| msgid "Squirrly settings"
3400
+ msgid "Briefcase"
3401
+ msgstr "Squirrly Einstellungen"
3402
+
3403
+ #: models/CheckSeo.php:268
3404
+ msgid ""
3405
+ "Optimize your Focus Page with the great keyword you found during Keyword "
3406
+ "research"
3407
+ msgstr ""
3408
+
3409
+ #: models/CheckSeo.php:269
3410
+ msgid ""
3411
+ "So far, only experts knew how to improve search relevance, which is one of "
3412
+ "the biggest reasons why Google will choose your page to show up first. You're "
3413
+ "well on your way to becoming a SEO Star. Now you can do all this on your own "
3414
+ "by using the SEO Live Assistant and the keywords you stored to briefcase."
3415
+ msgstr ""
3416
+
3417
+ #: models/CheckSeo.php:270
3418
+ #, php-format
3419
+ msgid ""
3420
+ "Optimize up to 30% for a keyword you already stored to briefcase. Using the "
3421
+ "SEO Live Assistant which you find in Edit Post interfaces in WP. Reindex page "
3422
+ "with Google Search Console when you are done."
3423
+ msgstr ""
3424
+
3425
+ #: models/CheckSeo.php:271
3426
+ msgid ""
3427
+ "You must optimize all Focus Pages using a main keyword. This will improve "
3428
+ "search relevance and you'll improve your site with something that only "
3429
+ "experts were able to do before Squirrly."
3430
+ msgstr ""
3431
+
3432
+ # @ squirrly-seo
3433
+ #: models/CheckSeo.php:277 models/CheckSeo.php:291 models/CheckSeo.php:305
3434
+ #: models/CheckSeo.php:318 models/CheckSeo.php:332 models/CheckSeo.php:376
3435
+ #: models/CheckSeo.php:390 models/CheckSeo.php:432 models/CheckSeo.php:544
3436
+ #: models/CheckSeo.php:614 models/CheckSeo.php:628 models/Menu.php:175
3437
+ #: view/Blocks/LiveAssistant.php:6
3438
+ #, fuzzy
3439
+ #| msgid "Squirrly settings"
3440
+ msgid "Live Assistant"
3441
+ msgstr "Squirrly Einstellungen"
3442
+
3443
+ #: models/CheckSeo.php:282
3444
+ msgid "Optimize your text to get a good Search Relevance score"
3445
+ msgstr ""
3446
+
3447
+ #: models/CheckSeo.php:283
3448
+ msgid ""
3449
+ "There is no point in ranking your content for a query that doesn’t match "
3450
+ "what the user is looking for. Keywords help visitors find what they want, "
3451
+ "which is why you should optimize your Focus Page using keywords. This way, "
3452
+ "your page will be displayed to search users who are actually interested in "
3453
+ "seeing the content provided in it. Choose different keywords for each of "
3454
+ "your Focus pages. That way, instead of competing with each other, your pages "
3455
+ "can compete with other sites within your industry."
3456
+ msgstr ""
3457
+
3458
+ #: models/CheckSeo.php:284
3459
+ #, php-format
3460
+ msgid ""
3461
+ "To get this done, the text itself (the written words of the page) needs to be "
3462
+ "optimized using Squirrly's SEO Live Assistant. Go to Edit Post and start "
3463
+ "using the %sSEO Live Assistant%s"
3464
+ msgstr ""
3465
+
3466
+ #: models/CheckSeo.php:285
3467
+ msgid ""
3468
+ "Ensure your Focus Page has Search relevancy by optimizing it using a "
3469
+ "keyword. Otherwise, that Focus Page will not be displayed in Search Results."
3470
+ msgstr ""
3471
+
3472
+ #: models/CheckSeo.php:296
3473
+ msgid "Research your Focus Page's keyword"
3474
+ msgstr ""
3475
+
3476
+ #: models/CheckSeo.php:297
3477
+ msgid ""
3478
+ "For at least one of your Focus Pages, I see that you optimized for search "
3479
+ "relevance using the SEO Live Assistant. However, you need to be able to read "
3480
+ "the Search Volume, Competition and the Recent Discussions for the keyword. "
3481
+ "Otherwise, you might be going with a keyword that can't be ranked, or can't "
3482
+ "bring traffic. Your SEO Star skills depend on this goal."
3483
+ msgstr ""
3484
+
3485
+ #: models/CheckSeo.php:298
3486
+ msgid ""
3487
+ "See the keyword. Place it in the research feature and perform a full keyword "
3488
+ "research on it. Then add it to briefcase."
3489
+ msgstr ""
3490
+
3491
+ #: models/CheckSeo.php:299
3492
+ msgid ""
3493
+ "You must obtain keyword data for all main keywords used for your Focus Pages. "
3494
+ "This will improve your skills and your understanding."
3495
+ msgstr ""
3496
+
3497
+ # @ squirrly-seo
3498
+ #: models/CheckSeo.php:310
3499
+ #, fuzzy
3500
+ #| msgid "Enter even more keywords."
3501
+ msgid "Choose less competitive keywords"
3502
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
3503
+
3504
+ #: models/CheckSeo.php:311
3505
+ msgid ""
3506
+ "As a future SEO Star you need to understand that you will never be able to "
3507
+ "rank for any keyword you think about. Not even huge sites who have spent a "
3508
+ "thousand times more money on their SEO can do that. Just switch to a "
3509
+ "different keyword and you will get to the desired results (ranking and "
3510
+ "traffic). This is real SEO you are doing right now. You're acting like an "
3511
+ "expert."
3512
+ msgstr ""
3513
+
3514
+ #: models/CheckSeo.php:312
3515
+ msgid ""
3516
+ "Go and edit the page using the SEO Live Assistant. Select a different keyword "
3517
+ "as the main keyword. Make sure it has a Green light at 'competition'."
3518
+ msgstr ""
3519
+
3520
+ #: models/CheckSeo.php:313
3521
+ msgid ""
3522
+ "Replace the main keyword you chose for your Focus Page to get top rankings. "
3523
+ "Your page can't compete and reach the top 10 positions in Google for the "
3524
+ "current keyword. "
3525
+ msgstr ""
3526
+
3527
+ #: models/CheckSeo.php:323
3528
+ msgid ""
3529
+ "Try to boost traffic by over +285&#37; by optimizing with SEO Live Assistant"
3530
+ msgstr ""
3531
+
3532
+ #: models/CheckSeo.php:324
3533
+ msgid ""
3534
+ "Our data shows that users who optimize their content over 60% using the Live "
3535
+ "Assistant get up to +285% increase in traffic compared to those who optimize "
3536
+ "below this percentage. As a future SEO Star, you need to practice optimizing "
3537
+ "your content as much as you can."
3538
+ msgstr ""
3539
+
3540
+ #: models/CheckSeo.php:325
3541
+ #, php-format
3542
+ msgid ""
3543
+ "Your text needs to be optimized to over 60% using the SEO Live Assistant. Re-"
3544
+ "index your pages with Google Search Console after you finish optimizing."
3545
+ msgstr ""
3546
+
3547
+ #: models/CheckSeo.php:326
3548
+ msgid ""
3549
+ "Optimize Your Focus Pages over 60% to get up to 285% increase in traffic."
3550
+ msgstr ""
3551
+
3552
+ #: models/CheckSeo.php:338
3553
+ msgid "Make a Manual Index Request for your Focus Pages With GSC"
3554
+ msgstr ""
3555
+
3556
+ #: models/CheckSeo.php:339
3557
+ msgid ""
3558
+ "Whenever you've added or made changes to a page on your site, you should ask "
3559
+ "for Google to re-index your page. This will help getting the new content in "
3560
+ "Google's index. Don't expect Google to index the latest version of your page "
3561
+ "if you skip doing this. As a SEO Star you need to start building a strong "
3562
+ "muscle for doing this. Requesting re-index will need to become a habit to you."
3563
+ msgstr ""
3564
+
3565
+ #: models/CheckSeo.php:340
3566
+ #, php-format
3567
+ msgid ""
3568
+ "Go to %sSquirrly > Focus Pages%s - identify the page that hasn't had a new "
3569
+ "index request and use the button to go to GSC and request re-index. %sLearn "
3570
+ "how to manually index the URL on Google Search Console%s"
3571
+ msgstr ""
3572
+
3573
+ #: models/CheckSeo.php:341
3574
+ msgid ""
3575
+ "Let Google know you've made changes to your Focus Pages. Otherwise, nothing "
3576
+ "will change in search results. This is mandatory."
3577
+ msgstr ""
3578
+
3579
+ #: models/CheckSeo.php:352
3580
+ msgid "Add your keywords to the Rankings section of Squirrly SEO"
3581
+ msgstr ""
3582
+
3583
+ #: models/CheckSeo.php:353
3584
+ msgid ""
3585
+ "SEO pros are always diligent about monitoring their rankings. If you want to "
3586
+ "be an SEO star, you need to track your success and make data-driven "
3587
+ "decisions. By adding your Focus Page's keyword to the Rankings section, "
3588
+ "you'll know the true position of your website in Google for that keyword. "
3589
+ "Checking the keyword yourself, manually, will give you fake information. You "
3590
+ "can ask us why on our Facebook Group."
3591
+ msgstr ""
3592
+
3593
+ #: models/CheckSeo.php:354
3594
+ #, php-format
3595
+ msgid ""
3596
+ "Go to %sSquirrly > Research > Briefcase%s. Find your Focus Page's keyword "
3597
+ "from the list, and click on the three dots you see on the far right. Then "
3598
+ "click on Send to Rank Checker."
3599
+ msgstr ""
3600
+
3601
+ #: models/CheckSeo.php:355
3602
+ msgid ""
3603
+ "See how your SEO efforts translate into results by adding your Focus Page's "
3604
+ "keyword to the Rankings section."
3605
+ msgstr ""
3606
+
3607
+ # @ squirrly-seo
3608
+ #: models/CheckSeo.php:361 models/CheckSeo.php:446 models/CheckSeo.php:502
3609
+ #: models/Menu.php:519
3610
+ #, fuzzy
3611
+ #| msgid "Squirrly settings"
3612
+ msgid "Rankings"
3613
+ msgstr "Squirrly Einstellungen"
3614
+
3615
+ #: models/CheckSeo.php:367
3616
+ msgid ""
3617
+ "Change the main keyword for a Focus Page that didn't reach TOP 20 rankings "
3618
+ "during the last 2 months"
3619
+ msgstr ""
3620
+
3621
+ #: models/CheckSeo.php:368
3622
+ msgid ""
3623
+ "As a future SEO star, you need to be able to adapt and pivot. If you see "
3624
+ "something is not working, change it. Adapt. The current keyword you have for "
3625
+ "this page isn't bringing you top results. In the past 2 months, this keyword "
3626
+ "did NOT rank higher than the 21st position in Google. You can achieve better "
3627
+ "results by switching to a new keyword."
3628
+ msgstr ""
3629
+
3630
+ #: models/CheckSeo.php:369
3631
+ #, php-format
3632
+ msgid ""
3633
+ "Go to %sSquirrly > Research%s and research new keyword ideas. Then get back "
3634
+ "to this page and use SEO Live Assistant to optimize it for a different main "
3635
+ "keyword."
3636
+ msgstr ""
3637
+
3638
+ #: models/CheckSeo.php:370
3639
+ msgid ""
3640
+ "Switch your target keyword to reach better results. Don't settle for the "
3641
+ "second page of Google."
3642
+ msgstr ""
3643
+
3644
+ #: models/CheckSeo.php:381
3645
+ msgid ""
3646
+ "Get to 90% Optimization Levels for all Focus Pages (using SEO Live Assistant)"
3647
+ msgstr ""
3648
+
3649
+ #: models/CheckSeo.php:382
3650
+ msgid ""
3651
+ "Our data shows that users who achieve 90% Optimization Levels using the Live "
3652
+ "Assistant have a much better chance of achieving top Google Rankings for "
3653
+ "their pages. If you want to be an SEO star, you need to push yourself and get "
3654
+ "it all the way up to 90 (try 100). The more you practice, the easier it will "
3655
+ "be."
3656
+ msgstr ""
3657
+
3658
+ #: models/CheckSeo.php:383
3659
+ #, php-format
3660
+ msgid ""
3661
+ "Go and edit your Focus Pages using the SEO live Assistant. Follow the "
3662
+ "guidance it provides to 100% optimize your page. Re-index your page with "
3663
+ "Google Search Console when you are done."
3664
+ msgstr ""
3665
+
3666
+ #: models/CheckSeo.php:384
3667
+ msgid ""
3668
+ "You must Optimize to 90% to give your Focus Pages the best chances of "
3669
+ "achieving top Google Rankings."
3670
+ msgstr ""
3671
+
3672
+ #: models/CheckSeo.php:395
3673
+ msgid "Stop losing SEO Authority"
3674
+ msgstr ""
3675
+
3676
+ #: models/CheckSeo.php:396
3677
+ msgid ""
3678
+ "You need to place rel='nofollow' to all Outbound links. Outbound links are "
3679
+ "URLs from 3rd party sites to which you are linking to. If you send links to "
3680
+ "Wikipedia, Facebook, Jamie Oliver, etc. without mentioning 'nofollow', then "
3681
+ "you are also sending them the authority you are trying to build up for your "
3682
+ "own site. That's really bad, and makes your pages unable to rank high enough. "
3683
+ "Because some links are hard for Non-SEO Experts to turn to 'nofollow' we "
3684
+ "recommend a plugin that does this for you. You can find it on [link]https://"
3685
+ "squirrly.co/seo/kit[/link]"
3686
+ msgstr ""
3687
+
3688
+ #: models/CheckSeo.php:397
3689
+ #, php-format
3690
+ msgid ""
3691
+ "Place rel='nofollow' on outbound links yourself, use the plugin recommended "
3692
+ "by Squirrly that does this for you, or use %s Squirrly's SEO Links & "
3693
+ "Redirects option %s (%s SEO Configuration > Tweaks & Sitemaps > SEO Links & "
3694
+ "Redirects > Add Nofollow to External Links %s)"
3695
+ msgstr ""
3696
+
3697
+ #: models/CheckSeo.php:398
3698
+ msgid "Fix your outbound links. Otherwise, you will lose SEO authority."
3699
+ msgstr ""
3700
+
3701
+ #: models/CheckSeo.php:409
3702
+ msgid "Reach Platform SEO green lights for all Focus Pages"
3703
+ msgstr ""
3704
+
3705
+ #: models/CheckSeo.php:410
3706
+ msgid ""
3707
+ "You will be missing out on many ranking opportunities if you do not go and "
3708
+ "fix Platform SEO right now. If you do fix it, make sure you start requesting "
3709
+ "re-indexes for your pages, using Google Search Console. Your theme might be "
3710
+ "generating many types of pages, which are different from ordinary pages in "
3711
+ "WP. Reaching 'Platform SEO' Green lights is a very important objective."
3712
+ msgstr ""
3713
+
3714
+ #: models/CheckSeo.php:411
3715
+ #, php-format
3716
+ msgid ""
3717
+ "Go to %sSquirrly > Focus Pages%s and look at the COLUMN with Platform SEO. "
3718
+ "Click on a dot to see all sub-tasks in the right sidebar of the plugin. Click "
3719
+ "on each item. Read the pop-up instructions and complete all tasks. Then re-"
3720
+ "index in Google Search Console. After that, request a new Focus Pages audit "
3721
+ "for the page you fixed."
3722
+ msgstr ""
3723
+
3724
+ #: models/CheckSeo.php:412
3725
+ msgid ""
3726
+ "Reach Platform SEO green lights for all Focus Pages. Otherwise, you will keep "
3727
+ "giving Google faulty data, which can result in low rankings."
3728
+ msgstr ""
3729
+
3730
+ #: models/CheckSeo.php:423
3731
+ msgid "Add SEO Context Keywords to your Focus Pages"
3732
+ msgstr ""
3733
+
3734
+ #: models/CheckSeo.php:424
3735
+ msgid ""
3736
+ "Squirrly SEO's Live Assistant lets you optimize your pages for multiple "
3737
+ "keywords that you've placed in Briefcase. By optimizing your Focus Page for a "
3738
+ "secondary keyword that is related to your primary keywords, you're sending "
3739
+ "additional signals to search engines to help them understand and rank the "
3740
+ "page. Example: if you have page about 'dog food', you should optimize the "
3741
+ "page for one or two dog breeds as well, so that you make it clear to Google "
3742
+ "that it is about the animal 'dog', and NOT about a friend 'like in Yo, dog!'. "
3743
+ "On [link]https://squirrly.co/seo/kit/[/link] you can see a video that shows "
3744
+ "how to add SEO context to a page."
3745
+ msgstr ""
3746
+
3747
+ #: models/CheckSeo.php:425
3748
+ msgid ""
3749
+ "Optimize your Focus Page for a secondary keyword using the Live Assistant. "
3750
+ "Optimize it to at least 30% and re-index the page with Google Search Console "
3751
+ "when you're done."
3752
+ msgstr ""
3753
+
3754
+ #: models/CheckSeo.php:426
3755
+ msgid ""
3756
+ "Help Google understand the exact topic and context of your page so that it "
3757
+ "will rank it higher."
3758
+ msgstr ""
3759
+
3760
+ #: models/CheckSeo.php:432
3761
+ msgid "Multiple Keyword Optimization"
3762
+ msgstr ""
3763
+
3764
+ #: models/CheckSeo.php:437
3765
+ msgid ""
3766
+ "Add all secondary Keywords you've used to the Rankings Section of Squirrly"
3767
+ msgstr ""
3768
+
3769
+ #: models/CheckSeo.php:438
3770
+ msgid ""
3771
+ "Most people expect only the main keyword to be ranked in TOP 10 in Google. "
3772
+ "However, according to the secondary keywords you've used to build up SEO "
3773
+ "Context for your Focus Page, you may find out that your secondary keywords "
3774
+ "also got great rankings on Google."
3775
+ msgstr ""
3776
+
3777
+ #: models/CheckSeo.php:439
3778
+ msgid ""
3779
+ "Add your secondary keywords (the secondary keywords you used for your Focus "
3780
+ "Pages) inside the Rankings Section."
3781
+ msgstr ""
3782
+
3783
+ #: models/CheckSeo.php:440
3784
+ msgid ""
3785
+ "As an SEO Star who worked hard on the pages and managed to optimize for "
3786
+ "secondary keywords, you need to check if you get more results than you "
3787
+ "expected."
3788
+ msgstr ""
3789
+
3790
+ #: models/CheckSeo.php:451
3791
+ msgid "Fix SEO Images for your Focus Pages"
3792
+ msgstr ""
3793
+
3794
+ #: models/CheckSeo.php:452
3795
+ msgid ""
3796
+ "When it comes to image SEO, it's important to use relevant keywords to help "
3797
+ "your page rank on search engines. So, make sure that your filename for one of "
3798
+ "the images in your Focus Pages is: keyword.jpg. Takes less than 5 minutes to "
3799
+ "fix, and you'll get to practice an optimization tip worthy of an SEO star."
3800
+ msgstr ""
3801
+
3802
+ #: models/CheckSeo.php:453
3803
+ msgid ""
3804
+ "Download a relevant image from your page. Change the filename. Then re-upload "
3805
+ "with the SEO filename and add it your page's content again."
3806
+ msgstr ""
3807
+
3808
+ #: models/CheckSeo.php:454
3809
+ msgid ""
3810
+ "Improve your Focus Page's chances of ranking with this quick trick that SEO "
3811
+ "professionals use."
3812
+ msgstr ""
3813
+
3814
+ # @ squirrly-seo
3815
+ #: models/CheckSeo.php:465
3816
+ #, fuzzy
3817
+ #| msgid "Do the research"
3818
+ msgid "Add Labels to Keywords in Briefcase"
3819
+ msgstr "Recherchieren"
3820
+
3821
+ #: models/CheckSeo.php:466
3822
+ msgid ""
3823
+ "Users who use the Labels system in Briefcase have 60% more keywords ranked in "
3824
+ "top 10 on Google than those who don't work with keywords in an organized way. "
3825
+ "As a future SEO star, it's important to understand the significance of "
3826
+ "keyword organization and how big a role it plays in achieving a high-"
3827
+ "performing search campaign. On [link]https://squirrly.co/seo/kit/[/link] you "
3828
+ "can see the Direct 1, Direct 2, Direct 3, Direct 4 and Indirect keywords "
3829
+ "approach. It will help you with this."
3830
+ msgstr ""
3831
+
3832
+ #: models/CheckSeo.php:467
3833
+ #, php-format
3834
+ msgid ""
3835
+ "Go to %sSquirrly SEO > Research > Briefcase%s, and add Labels to your "
3836
+ "keywords to organize them into tighter, more relevant groups based on your "
3837
+ "current campaigns and strategy. "
3838
+ msgstr ""
3839
+
3840
+ #: models/CheckSeo.php:468
3841
+ msgid ""
3842
+ "Improve your chances of getting more keywords ranked in top 10 of Google."
3843
+ msgstr ""
3844
+
3845
+ #: models/CheckSeo.php:479
3846
+ msgid "Add more Ranking Power to your Focus Pages"
3847
+ msgstr ""
3848
+
3849
+ #: models/CheckSeo.php:480
3850
+ msgid ""
3851
+ "Links on the web are like votes, and the pages that receive more votes rank "
3852
+ "higher. Since Focus Pages are the most important pages in your site, you "
3853
+ "should give them more votes (link to them from many pages in your site; these "
3854
+ "are called inner-links). Even if you need to create new pages to link from, "
3855
+ "it will still be worth it. Some of our users wrote just one article to get an "
3856
+ "inner link for their Focus Page, and the next day they were on the 1st page "
3857
+ "of Google with 4 keywords. [link]https://chiefcontent.com/s1-e4-focus-pages-"
3858
+ "by-squirrly-success-with-focus-pages/[/link]"
3859
+ msgstr ""
3860
+
3861
+ #: models/CheckSeo.php:481
3862
+ msgid ""
3863
+ "Link to your Focus Page from another page in your site. If you don't have a "
3864
+ "page where you can link from, spend some time creating one. Re-index with "
3865
+ "Google Search Console. "
3866
+ msgstr ""
3867
+
3868
+ #: models/CheckSeo.php:482
3869
+ msgid "Create 1 Inner Link to one of your Focus Pages"
3870
+ msgstr ""
3871
+
3872
+ #: models/CheckSeo.php:493
3873
+ msgid "Start tracking rankings for 3 keywords"
3874
+ msgstr ""
3875
+
3876
+ #: models/CheckSeo.php:494
3877
+ msgid ""
3878
+ "Professional SEOs recognize the importance of tracking rankings as a way to "
3879
+ "measure SEO success. As a future SEO star, it's important to measure the "
3880
+ "impact of your work and pivot your priorities when you see that a current "
3881
+ "strategy is not working."
3882
+ msgstr ""
3883
+
3884
+ #: models/CheckSeo.php:495
3885
+ #, php-format
3886
+ msgid ""
3887
+ "Get in the habit of tracking your rankings by adding three keywords to "
3888
+ "Squirrly's Rankings section. Go to %sResearch > Briefcase%s, choose a keyword "
3889
+ "you want to track and click on Send to Rank Checker. Squirrly will start "
3890
+ "showing you the true position of your site for that kewyord. Repeat the "
3891
+ "process for two more keywords."
3892
+ msgstr ""
3893
+
3894
+ #: models/CheckSeo.php:496
3895
+ msgid "Start tracking rankings for 3 keywords."
3896
+ msgstr ""
3897
+
3898
+ #: models/CheckSeo.php:507
3899
+ msgid "Increase your SEO skill set by building your keyword portfolio"
3900
+ msgstr ""
3901
+
3902
+ #: models/CheckSeo.php:508
3903
+ msgid ""
3904
+ "Keyword research, both as a skill and as a practice, are critical to your SEO "
3905
+ "success. You can't be an SEO master without it. Plus, according to new "
3906
+ "research, the more a blogger researches keywords, the more likely they are to "
3907
+ "report success. Bloggers who are also SEOs report “strong results” at much "
3908
+ "higher than average rates. Get at least 10 keywords inside the Briefcase "
3909
+ "section to get started. With powerful keyword research and the SEO Live "
3910
+ "Assistant, we managed to outrank Amazon, Stack Overflow, Moz and a few "
3911
+ "others. Read more on [link]https://squirrly.co/seo/kit/[/link] in the section "
3912
+ "about Google and how much they care about keywords."
3913
+ msgstr ""
3914
+
3915
+ #: models/CheckSeo.php:509
3916
+ #, php-format
3917
+ msgid ""
3918
+ "Go to %sSquirrly SEO > Research%s, and begin doing research based on the "
3919
+ "topics you want to rank on Search Engines, and that are important for your "
3920
+ "research. If you need help coming up with ideas, %syou can use these keyword "
3921
+ "research formulas%s. When you find a good keyword opportunity, save it to "
3922
+ "Briefcase. Do this until you have at least 10 keywords inside Briefcase."
3923
+ msgstr ""
3924
+
3925
+ #: models/CheckSeo.php:510
3926
+ msgid ""
3927
+ "Create your keyword portfolio. Get at least 10 keywords inside the Briefcase "
3928
+ "Section."
3929
+ msgstr ""
3930
+
3931
+ #: models/CheckSeo.php:521
3932
+ msgid "Avoid losing positions in search results"
3933
+ msgstr ""
3934
+
3935
+ #: models/CheckSeo.php:522
3936
+ msgid ""
3937
+ "Make sure your Rankings won't drop because of duplicate content, duplicate "
3938
+ "titles, empty titles, empty descriptions and more. SEO Experts and Non-SEO "
3939
+ "Experts love this feature, because it simply handles everything important. "
3940
+ "(especially if you already turned Platform SEO to Green inside Focus Pages "
3941
+ "section)"
3942
+ msgstr ""
3943
+
3944
+ #: models/CheckSeo.php:523
3945
+ #, php-format
3946
+ msgid ""
3947
+ "Go to %s Squirrly > Automation > Configuration %s and make sure that SEO "
3948
+ "Patterns are activated."
3949
+ msgstr ""
3950
+
3951
+ #: models/CheckSeo.php:524
3952
+ msgid "Activate SEO Patterns, with Squirrly's site-wide SEO Automation."
3953
+ msgstr ""
3954
+
3955
+ #: models/CheckSeo.php:535
3956
+ msgid "Update Your Focus Pages Content Regularly"
3957
+ msgstr ""
3958
+
3959
+ #: models/CheckSeo.php:536
3960
+ msgid ""
3961
+ "Google prefers to rank pages that have relevant, fresh content that is up-to-"
3962
+ "date. Updating your content can also improve your click-through-rate, because "
3963
+ "people are more likely to click on articles that were published recently. And "
3964
+ "your CTR improving tells Google that your page is the better resource, which "
3965
+ "will result in your page getting higher rankings."
3966
+ msgstr ""
3967
+
3968
+ #: models/CheckSeo.php:537
3969
+ msgid ""
3970
+ "The most recent update date for your Focus Page Content needs to be in the "
3971
+ "last 3 months. If it's not, then go and edit your page. Re-index with Google "
3972
+ "Search Console when you are done."
3973
+ msgstr ""
3974
+
3975
+ #: models/CheckSeo.php:538
3976
+ msgid "Make Google love your Focus Pages by regularly updating content."
3977
+ msgstr ""
3978
+
3979
+ #: models/CheckSeo.php:549
3980
+ msgid "Define Title and Description for your Focus Pages"
3981
+ msgstr ""
3982
+
3983
+ #: models/CheckSeo.php:550
3984
+ #, php-format
3985
+ msgid ""
3986
+ "Titles and descriptions provide necessary information about the content of "
3987
+ "the page, and help indicate the value a Google user will get by clicking on "
3988
+ "that page. Not having these elements defined for your pages will make you "
3989
+ "lose precious points with both Search Engines and Humans. 36% of SEO experts "
3990
+ "think the headline/title tag is the most important SEO element. Each one of "
3991
+ "your Focus Pages should have a defined title and meta description."
3992
+ msgstr ""
3993
+
3994
+ #: models/CheckSeo.php:551
3995
+ #, php-format
3996
+ msgid ""
3997
+ "Easily define titles and meta descriptions using the %s Snippet editor from "
3998
+ "Squirrly SEO %s."
3999
+ msgstr ""
4000
+
4001
+ #: models/CheckSeo.php:552
4002
+ msgid ""
4003
+ "Customize Title and Description for your Focus Pages to get more people to "
4004
+ "click on your pages in SERPs."
4005
+ msgstr ""
4006
+
4007
+ #: models/CheckSeo.php:563
4008
+ msgid "Optimize Twitter Cards for your Focus Pages"
4009
+ msgstr ""
4010
+
4011
+ #: models/CheckSeo.php:564
4012
+ msgid ""
4013
+ "Twitter Cards are a great partner to your SEO strategy, as it helps you stand "
4014
+ "out to Twitter users and thus increase engagement and CTR. Grab that "
4015
+ "opportunity by making sure that all the Twitter tags are in place for your "
4016
+ "Focus Pages."
4017
+ msgstr ""
4018
+
4019
+ #: models/CheckSeo.php:565
4020
+ #, php-format
4021
+ msgid ""
4022
+ "Use the %s Snippet editor from Squirrly SEO %s to get all the Twitter Card "
4023
+ "definition elements in place."
4024
+ msgstr ""
4025
+
4026
+ #: models/CheckSeo.php:566
4027
+ msgid ""
4028
+ "Optimize Twitter Cards for your Focus Pages to boost engagement and traffic."
4029
+ msgstr ""
4030
+
4031
+ #: models/CheckSeo.php:577
4032
+ msgid "Optimize Open Graph for your Focus Pages"
4033
+ msgstr ""
4034
+
4035
+ #: models/CheckSeo.php:578
4036
+ msgid ""
4037
+ "Open Graph lets you control what content is displayed when your pages are "
4038
+ "linked on social media, thus influencing your link's performance. If you lack "
4039
+ "these tags, then you're risking that an unrelated image or inaccurate "
4040
+ "description will be shown. On the flip side, having these tags helps you "
4041
+ "harness the power of social media and boost your social media CTR. Using your "
4042
+ "keywords inside the OG definitions has been proven to also boost SEO."
4043
+ msgstr ""
4044
+
4045
+ #: models/CheckSeo.php:579
4046
+ #, php-format
4047
+ msgid ""
4048
+ "Use the %s Snippet editor from Squirrly SEO %s to get all the Open Graph "
4049
+ "definition elements in place for your Focus Pages."
4050
+ msgstr ""
4051
+
4052
+ #: models/CheckSeo.php:580
4053
+ msgid ""
4054
+ "Optimize Open Graph. Unless you do so, you're leaving how your Focus Pages "
4055
+ "are shown on Facebook up to chance. (it's also bad for SEO)"
4056
+ msgstr ""
4057
+
4058
+ #: models/CheckSeo.php:591
4059
+ msgid "Optimize Rich Snippets for your Focus Pages"
4060
+ msgstr ""
4061
+
4062
+ #: models/CheckSeo.php:592
4063
+ msgid ""
4064
+ "JSON-LD, Rich Snippets, Schema implementation: this thing goes by many "
4065
+ "different names, because nothing has been standardized. However, as an SEO "
4066
+ "Star, you need to make sure your site has this JSON-LD properly defined. You "
4067
+ "can let Squirrly SEO Automatically handle JSON-LD definitions, or you can "
4068
+ "switch to Custom and use the tool that we link to in order to create your "
4069
+ "very own definition. Once you're done there, you can come back and paste the "
4070
+ "code into the custom section of your page's snippet for JSON-LD. For most "
4071
+ "pages, you should let this setting to Auto, though. Also, make sure you've "
4072
+ "completed everything about your organization or personal brand in Squirrly > "
4073
+ "SEO Configuration > Rich Snippets."
4074
+ msgstr ""
4075
+
4076
+ #: models/CheckSeo.php:593
4077
+ #, php-format
4078
+ msgid "Use the %s Snippet Editor from Squirrly SEO %s to get this done."
4079
+ msgstr ""
4080
+
4081
+ #: models/CheckSeo.php:594
4082
+ msgid "You need to have good definitions for JSON-LD."
4083
+ msgstr ""
4084
+
4085
+ #: models/CheckSeo.php:605
4086
+ msgid "Make your Focus Pages at least 1,500 words long"
4087
+ msgstr ""
4088
+
4089
+ #: models/CheckSeo.php:606
4090
+ msgid ""
4091
+ "Research shows that the average Google first page result contains 1,890 "
4092
+ "words. Plus, long-form content gets an average of 77.2% more links than short "
4093
+ "articles, making it ideal for backlink acquisition. The Journey to Better "
4094
+ "Ranking from Squirrly SEO gives you many ideas on how to easily make your "
4095
+ "pages longer. It might seem daunting at first, but after making a few pages "
4096
+ "it will become easy to do. Plus, Squirrly SML showed that in ALL industries "
4097
+ "where there is a bit of competition (meaning, other site owners who have "
4098
+ "decent sites), the 1,500 words is a powerful differentiator which can score "
4099
+ "you easy wins."
4100
+ msgstr ""
4101
+
4102
+ #: models/CheckSeo.php:607
4103
+ msgid ""
4104
+ "Edit the content on your Focus Pages to make it over 1,500 words long. Some "
4105
+ "tips you can use here: [link]https://howto12.squirrly.co/wordpress-seo/"
4106
+ "journey-to-better-ranking-day-12/[/link] . Re-index with Google Search "
4107
+ "Console when you're done."
4108
+ msgstr ""
4109
+
4110
+ #: models/CheckSeo.php:608
4111
+ msgid ""
4112
+ "Make Google want to rank your Focus Pages on the 1st Page by making them at "
4113
+ "least 1,500 words long."
4114
+ msgstr ""
4115
+
4116
+ #: models/CheckSeo.php:619
4117
+ msgid "Reach Perfect SEO Content optimizations for all Focus Pages"
4118
+ msgstr ""
4119
+
4120
+ #: models/CheckSeo.php:620
4121
+ msgid ""
4122
+ "Expert SEOs don't settle for reaching 30%, 50% or 60% optimization level when "
4123
+ "trying to get a page on the 1st page of Google. As a future SEO star, "
4124
+ "reaching perfect SEO optimization is a skill you must master as well, as it "
4125
+ "gives you the best chances of rankings."
4126
+ msgstr ""
4127
+
4128
+ #: models/CheckSeo.php:621
4129
+ #, php-format
4130
+ msgid ""
4131
+ "Go to %sSquirrly > Focus Pages%s and look at the SEO Content column. Click on "
4132
+ "a red or green light, then look at the right sidebar. There you will see all "
4133
+ "elements that compose the final SEO Content scoring to achieve RED or Green. "
4134
+ "Click on each element and read the instructions that show you how to complete "
4135
+ "each task (the ones from the sidebar)."
4136
+ msgstr ""
4137
+
4138
+ #: models/CheckSeo.php:622
4139
+ msgid ""
4140
+ "Reach Perfect SEO optimization level for your Focus Pages to master content "
4141
+ "optimization."
4142
+ msgstr ""
4143
+
4144
+ #: models/CheckSeo.php:633
4145
+ msgid "Complete all marketing settings tasks"
4146
+ msgstr ""
4147
+
4148
+ #: models/CheckSeo.php:634
4149
+ msgid ""
4150
+ "If you want to unleash the full marketing power of your WordPress site, then "
4151
+ "you need to activate all the important marketing settings there are. This is "
4152
+ "vital to marketing mastery and to maximizing your site's marketing "
4153
+ "opportunities."
4154
+ msgstr ""
4155
+
4156
+ #: models/CheckSeo.php:635
4157
+ msgid ""
4158
+ "Go to the SEO Configuration section of Squirrly SEO. Click on the METAs "
4159
+ "section. You'll see tasks appearing at the right of the screen. Look to the "
4160
+ "right of the screen and complete all the tasks that appear there. Click on "
4161
+ "each element and you'll find out what you need to do to complete the task. "
4162
+ "Completed tasks are the ones that have a check mark."
4163
+ msgstr ""
4164
+
4165
+ #: models/CheckSeo.php:636
4166
+ msgid ""
4167
+ "Complete all sidebar (right sidebar) tasks for all SEO Configuration Sections."
4168
+ msgstr ""
4169
+
4170
+ # @ squirrly-seo
4171
+ #: models/CheckSeo.php:647
4172
+ #, fuzzy
4173
+ #| msgid "Google %sAnalytics ID%s`:"
4174
+ msgid "Prepare Full Google Search Console Connection"
4175
+ msgstr "Google %sAnalytics ID%s`:"
4176
+
4177
+ #: models/CheckSeo.php:648
4178
+ msgid ""
4179
+ "Get access to data about impressions, clicks and CTR without leaving "
4180
+ "WordPress by connecting Google Search Console to Squirrly. This is an API-"
4181
+ "level connection and goes beyond just allowing GSC to track your site. "
4182
+ "Enhance your Squirrly SEO with powerful data that comes directly from Google."
4183
+ msgstr ""
4184
+
4185
+ # @ squirrly-seo
4186
+ #: models/CheckSeo.php:649 view/Connect/GoogleSearchConsole.php:32
4187
+ #, fuzzy, php-format
4188
+ #| msgid "Google %sAnalytics ID%s`:"
4189
+ msgid "Need Help Connecting Google Search Console? %sClick Here%s"
4190
+ msgstr "Google %sAnalytics ID%s`:"
4191
+
4192
+ #: models/CheckSeo.php:650
4193
+ msgid ""
4194
+ "You must connect Google Search Console to your Squirrly SEO. As soon as "
4195
+ "possible. It's quick to do and helps you see impressions, clicks, and CTR, so "
4196
+ "you can become an SEO Star."
4197
+ msgstr ""
4198
+
4199
+ # @ squirrly-seo
4200
+ #: models/CheckSeo.php:660
4201
+ #, fuzzy
4202
+ #| msgid "Google %sAnalytics ID%s`:"
4203
+ msgid "Connect Google Analytics Data to Squirrly"
4204
+ msgstr "Google %sAnalytics ID%s`:"
4205
+
4206
+ #: models/CheckSeo.php:661
4207
+ msgid ""
4208
+ "As a future SEO star, you need to be able to make decisions based on what the "
4209
+ "data tells you. By connecting Google Analytics to Squirrly, you can monitor "
4210
+ "the traffic that your Focus Pages are getting, and figure your next steps "
4211
+ "based on that. Also, much of SEO these days is based on how much time people "
4212
+ "spend on your site, so to give you accurate Chances of Ranking, Squirrly's "
4213
+ "SML needs to see this data. To ensure Google gets 100% accuracy on how people "
4214
+ "spend time on your site, use the plugin we recommend in [link]https://"
4215
+ "squirrly.co/seo/kit[/link]"
4216
+ msgstr ""
4217
+
4218
+ # @ squirrly-seo
4219
+ #: models/CheckSeo.php:662 view/Connect/GoogleAnalytics.php:76
4220
+ #, fuzzy, php-format
4221
+ #| msgid "Google %sAnalytics ID%s`:"
4222
+ msgid "Need Help Connecting Google Analytics? %sClick Here%s"
4223
+ msgstr "Google %sAnalytics ID%s`:"
4224
+
4225
+ #: models/CheckSeo.php:663
4226
+ msgid ""
4227
+ "Connect Google Analytics to Squirrly so that you see how much traffic your "
4228
+ "Focus Pages are getting."
4229
+ msgstr ""
4230
+
4231
+ # @ squirrly-seo
4232
+ #: models/CheckSeo.php:673
4233
+ #, fuzzy
4234
+ #| msgid "Squirrly settings"
4235
+ msgid "Raise Audit Score to Over 30%"
4236
+ msgstr "Squirrly Einstellungen"
4237
+
4238
+ #: models/CheckSeo.php:674
4239
+ msgid ""
4240
+ "Sites with Audit scores under 30% will have a very hard time ranking for "
4241
+ "anything. Scores under 30 means the site doesn't have enough quality to be "
4242
+ "deemed worthy of being found on the first page of Google."
4243
+ msgstr ""
4244
+
4245
+ #: models/CheckSeo.php:675
4246
+ #, php-format
4247
+ msgid ""
4248
+ "Go to %sSquirrly > Audits%s section and read all the Audit tasks where you "
4249
+ "currently have problems. It tells you how to fix those problems."
4250
+ msgstr ""
4251
+
4252
+ #: models/CheckSeo.php:676
4253
+ msgid ""
4254
+ "You need to get an Audit Score of over 30% as soon as possible, if you want "
4255
+ "to avoid Google penalties."
4256
+ msgstr ""
4257
+
4258
+ # @ squirrly-seo
4259
+ #: models/CheckSeo.php:682 models/CheckSeo.php:870 models/CheckSeo.php:948
4260
+ #, fuzzy
4261
+ #| msgid "Squirrly settings"
4262
+ msgid "Audits"
4263
+ msgstr "Squirrly Einstellungen"
4264
+
4265
+ #: models/CheckSeo.php:686
4266
+ msgid "Reach 3 Inner Links for all your Focus Pages"
4267
+ msgstr ""
4268
+
4269
+ #: models/CheckSeo.php:687 models/CheckSeo.php:875
4270
+ msgid ""
4271
+ "Studies show that a strong internal linking structure yields higher rankings "
4272
+ "and is an extremely effective SEO tactic. Wikipedia and StackOverflow are "
4273
+ "some of the best sites in the world when it comes to SEO. Most of their SEO "
4274
+ "power comes from strong internal linking. Since Focus Pages are the most "
4275
+ "important pages in your site, you should give them more votes (link to them "
4276
+ "from many pages in your site). Even if you need to create new pages to link "
4277
+ "from, it will stil be worth it. Make sure that you place the links inside the "
4278
+ "content of the page, not in menus, footers, etc. (those don't bring the same "
4279
+ "power when it comes to SEO signals). On https://squirrly.co/seo/kit/ you can "
4280
+ "see an advanced content marketing strategy related to Long-Form content and "
4281
+ "Complementary Content. That will help you think more creatively about inner "
4282
+ "links. Also, in the Rank Show series you can see how one website managed to "
4283
+ "get its most important ranking increases from great inner links."
4284
+ msgstr ""
4285
+
4286
+ #: models/CheckSeo.php:688
4287
+ msgid ""
4288
+ "Get at least three inner links to your Focus Pages from other pages in your "
4289
+ "site. If you don't have enough pages where you can link from, spend some time "
4290
+ "creating new content. Then, re-index with Google Search Console (each page "
4291
+ "from which you sent the links)"
4292
+ msgstr ""
4293
+
4294
+ #: models/CheckSeo.php:689 models/CheckSeo.php:877
4295
+ msgid "Add more ranking power to your Focus Pages."
4296
+ msgstr ""
4297
+
4298
+ #: models/CheckSeo.php:700
4299
+ msgid "Get Minimum 10 Visitors / Day to Your Focus Pages"
4300
+ msgstr ""
4301
+
4302
+ #: models/CheckSeo.php:701 models/CheckSeo.php:953 models/CheckSeo.php:1005
4303
+ msgid ""
4304
+ "You need to make sure that your Focus Pages become more popular and take "
4305
+ "action so that more people start seeing it. Google measures many aspects. If "
4306
+ "you don't give it enough traffic, it will not have enough data to figure out "
4307
+ "if your page is actually any good."
4308
+ msgstr ""
4309
+
4310
+ #: models/CheckSeo.php:702 models/CheckSeo.php:954 models/CheckSeo.php:1006
4311
+ msgid ""
4312
+ "Start promoting your Focus Pages on your social media channels, send it to "
4313
+ "your email subscribers, answer relevant questions on Quora and include a link "
4314
+ "to your Page. Get detailed information and more ideas on how you can start "
4315
+ "bringing some traffic to your Focus pages on [link]https://squirrly.co/seo/"
4316
+ "kit[/link]"
4317
+ msgstr ""
4318
+
4319
+ #: models/CheckSeo.php:703 models/CheckSeo.php:955 models/CheckSeo.php:1007
4320
+ msgid ""
4321
+ "Improve visibility for your Focus Pages. Bring in more traffic. Otherwise, it "
4322
+ "will be hard to keep ranking higher."
4323
+ msgstr ""
4324
+
4325
+ # @ squirrly-seo
4326
+ #: models/CheckSeo.php:713
4327
+ #, fuzzy
4328
+ #| msgid "Squirrly LIVE SEO assistant"
4329
+ msgid "No Duplicate Titles"
4330
+ msgstr "Squirrly LIVE SEO-Assistent"
4331
+
4332
+ #: models/CheckSeo.php:714
4333
+ msgid ""
4334
+ "Currently, the theme or a 3rd party plugin inside your WordPress site manages "
4335
+ "to bypass Squirrly's duplicate remover feature. It keeps duplicating the "
4336
+ "title tag inside the source code. You need to start deactivating all plugins, "
4337
+ "except Squirrly SEO, until you find the one causing this problem. You can use "
4338
+ "the Run SEO Test button here in Next SEO Goals to see if the problem persists."
4339
+ msgstr ""
4340
+
4341
+ #: models/CheckSeo.php:715
4342
+ msgid ""
4343
+ "Track down the plugin or theme setting which causes the duplication. Make it "
4344
+ "unable to place title tags."
4345
+ msgstr ""
4346
+
4347
+ #: models/CheckSeo.php:716
4348
+ msgid "Make sure you don't have any more duplicate titles in your pages."
4349
+ msgstr ""
4350
+
4351
+ #: models/CheckSeo.php:727
4352
+ msgid "No Duplicate Descriptions"
4353
+ msgstr ""
4354
+
4355
+ #: models/CheckSeo.php:728
4356
+ msgid ""
4357
+ "Currently, the theme or a 3rd party plugin inside your WordPress site manages "
4358
+ "to bypass Squirrly's duplicate remover feature. It keeps duplicating the meta "
4359
+ "description tag inside the source code. You need to start deactivating all "
4360
+ "plugins, except Squirrly SEO, until you find the one causing this problem. "
4361
+ "You can use the Run SEO Test button here in Next SEO Goals to see if the "
4362
+ "problem persists."
4363
+ msgstr ""
4364
+
4365
+ #: models/CheckSeo.php:729
4366
+ msgid ""
4367
+ "Track down the plugin or theme setting which causes the duplication. Make it "
4368
+ "unable to place meta description tags."
4369
+ msgstr ""
4370
+
4371
+ #: models/CheckSeo.php:730
4372
+ msgid "Make sure you don't have any more duplicate descriptions in your pages."
4373
+ msgstr ""
4374
+
4375
+ #: models/CheckSeo.php:741
4376
+ msgid "No Empty Titles"
4377
+ msgstr ""
4378
+
4379
+ #: models/CheckSeo.php:742
4380
+ msgid ""
4381
+ "Google doesn't want to place sites with coding problems up in the first "
4382
+ "positions. Sure, the search engine is smart enough to generate the title on "
4383
+ "its own, based on the content inside the URL, but it's still a bad practice."
4384
+ msgstr ""
4385
+
4386
+ #: models/CheckSeo.php:743 models/CheckSeo.php:757
4387
+ #, php-format
4388
+ msgid ""
4389
+ "Fix this using Squirrly SEO. Find more help in the %s Squirrly > SEO "
4390
+ "Configuration %s section."
4391
+ msgstr ""
4392
+
4393
+ #: models/CheckSeo.php:744 models/CheckSeo.php:758
4394
+ msgid ""
4395
+ "Make sure you avoid having pages with Empty Titles and Empty Descriptions. "
4396
+ "Otherwise, your rankings will suffer."
4397
+ msgstr ""
4398
+
4399
+ #: models/CheckSeo.php:755
4400
+ msgid "No Empty Descriptions"
4401
+ msgstr ""
4402
+
4403
+ #: models/CheckSeo.php:756
4404
+ msgid ""
4405
+ "Google doesn't want to place sites with coding problems up in the first "
4406
+ "positions. Sure, the search engine is smart enough to generate the "
4407
+ "description on its own, based on the content inside the URL, but it's still a "
4408
+ "bad practice."
4409
+ msgstr ""
4410
+
4411
+ #: models/CheckSeo.php:769
4412
+ msgid "Fix Duplicate Content Issues on your site (across multiple pages)"
4413
+ msgstr ""
4414
+
4415
+ #: models/CheckSeo.php:770
4416
+ #, php-format
4417
+ msgid ""
4418
+ "Having duplicate content in your site will negatively impact your Search "
4419
+ "Engine Rankings and traffic. Therefore, you need to make sure you don't have "
4420
+ "duplicate titles and descriptions (and even duplicate written text inside "
4421
+ "pages). %s If you copy the same thing over and over again, search engines "
4422
+ "will penalize you. Go to [link]https://squirrly.co/seo/kit/[/link] to see the "
4423
+ "4 types of duplicate content."
4424
+ msgstr ""
4425
+
4426
+ #: models/CheckSeo.php:771
4427
+ msgid ""
4428
+ "Check your most recent Squirrly Audit to see which of your pages have "
4429
+ "duplicate content."
4430
+ msgstr ""
4431
+
4432
+ #: models/CheckSeo.php:772
4433
+ msgid ""
4434
+ "Fix Duplicate Content. You're at risk of suffering rankings and traffic "
4435
+ "losses due to duplicate content on your site."
4436
+ msgstr ""
4437
+
4438
+ #: models/CheckSeo.php:783
4439
+ msgid "Improve SEO Speed"
4440
+ msgstr ""
4441
+
4442
+ #: models/CheckSeo.php:784
4443
+ msgid ""
4444
+ "Pages that rank at the top of Google’s first page tend to load significantly "
4445
+ "faster compared to pages that rank on the bottom of page 1. If you want to "
4446
+ "rank high on Google, your pages need to load fast. On [link]https://squirrly."
4447
+ "co/seo/kit/[/link] you can find an Upgraded Version of ShortPixel, which they "
4448
+ "offer for free to Squirrly users."
4449
+ msgstr ""
4450
+
4451
+ #: models/CheckSeo.php:785
4452
+ msgid ""
4453
+ "Using a tool like ShortPixel to reduce your image sizes will help improve SEO "
4454
+ "speed."
4455
+ msgstr ""
4456
+
4457
+ #: models/CheckSeo.php:786
4458
+ msgid "Make sure your Focus Pages load fast to improve your rankings."
4459
+ msgstr ""
4460
+
4461
+ #: models/CheckSeo.php:796
4462
+ msgid "Reduce Bounce Rate for your Focus Pages"
4463
+ msgstr ""
4464
+
4465
+ #: models/CheckSeo.php:797
4466
+ msgid ""
4467
+ "A high bounce rate generally indicates that your pages aren't relevant to "
4468
+ "your visitors. And since Google is all about serving its users results that "
4469
+ "are most relevant for them, Google doesn't want to show pages that have a "
4470
+ "high bounce rate. A high bounce rate is common for landing pages, but if you "
4471
+ "have a page that has long-form content that aims to educate or inform "
4472
+ "visitors, then a high bounce rate is a symptom that something is wrong in "
4473
+ "your strategy. Either you’re not attracting the right site visitor or the "
4474
+ "visitors coming don’t have a good user experience."
4475
+ msgstr ""
4476
+
4477
+ #: models/CheckSeo.php:798
4478
+ msgid ""
4479
+ "Try reducing your bounce rate by: formatting your content better to improve "
4480
+ "readability, including a video, removing pop-ups that disrupt visitors' "
4481
+ "experience on your site, and making sure your page loads fast. More "
4482
+ "strategies (and a quick-fix plugin) here: [link]https://squirrly.co/seo/kit/[/"
4483
+ "link]"
4484
+ msgstr ""
4485
+
4486
+ #: models/CheckSeo.php:799
4487
+ msgid "Reduce bounce rate for your Focus Pages to improve search performance."
4488
+ msgstr ""
4489
+
4490
+ #: models/CheckSeo.php:809
4491
+ msgid "Time on Page for All Focus Pages: 1 minute average"
4492
+ msgstr ""
4493
+
4494
+ #: models/CheckSeo.php:810
4495
+ msgid ""
4496
+ "If your pages consistently keep people on them for longer than average, the "
4497
+ "Google algorithm will adjust the search results to favor your site, because "
4498
+ "this interaction tells Google that content on your page is interesting and "
4499
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
4500
+ "appear in the search engine rankings. Right now, the average time on page for "
4501
+ "your Focus Pages is under 1 minute, which is not good. Sometimes Google takes "
4502
+ "you down from the first Page of Google if it 'sees' people don't spend enough "
4503
+ "time on the page."
4504
+ msgstr ""
4505
+
4506
+ #: models/CheckSeo.php:811
4507
+ msgid ""
4508
+ "Try these tactics to keep visitors on your page for longer: Embed a video or "
4509
+ "two, add more visuals to make your page more attractive, format your content "
4510
+ "better to make your page easy to scan, ensure your page is laser-focused on "
4511
+ "what visitors expect to get from it, experiment with interactive content such "
4512
+ "as polls or quizzes."
4513
+ msgstr ""
4514
+
4515
+ #: models/CheckSeo.php:812 models/CheckSeo.php:890
4516
+ msgid "Keep visitors on your Focus Pages for longer to boost rankings."
4517
+ msgstr ""
4518
+
4519
+ #: models/CheckSeo.php:822
4520
+ msgid "Reach 20 Social Media Shares for Each of Your Focus Pages"
4521
+ msgstr ""
4522
+
4523
+ #: models/CheckSeo.php:823
4524
+ msgid ""
4525
+ "Studies have shown there is a high correlation between social signals and "
4526
+ "ranking position. In one case study, a company achieved over 130,000 Facebook "
4527
+ "shares to a web page and shot up the rankings for keyword phrases that were "
4528
+ "competitive. Our own SML (Squirrly Machine Learning) discovered ranking "
4529
+ "increases on tens of thousands of pages after they started getting shared to "
4530
+ "social media platforms. The biggest SEO experts agree that social media helps "
4531
+ "your SEO efforts. Strive to get as many social media shares as you can for "
4532
+ "your Focus Pages from trackable sources."
4533
+ msgstr ""
4534
+
4535
+ #: models/CheckSeo.php:824
4536
+ msgid ""
4537
+ "Try these tactics to reach at least 20 social media shares for each one of "
4538
+ "your Focus Pages: Share your content multiple times using different captions "
4539
+ "and images, make social media share buttons super easy to find, include calls-"
4540
+ "to-action that encourage site visitors to share. More proven methods you can "
4541
+ "use here: [link]https://howto12.squirrly.co/wordpress-seo/journey-to-better-"
4542
+ "ranking-day-6/[/link]. For a complete framework, get access to our 10,000 "
4543
+ "Visits from Social Media course on Education Cloud."
4544
+ msgstr ""
4545
+
4546
+ #: models/CheckSeo.php:825
4547
+ msgid ""
4548
+ "Get at least 20 social media shares for each one of your Focus Pages. It's "
4549
+ "hard to rank a page that doesn't get shared to social media sites."
4550
+ msgstr ""
4551
+
4552
+ #: models/CheckSeo.php:835
4553
+ msgid "Raise Authority Level Over 12 for all Focus Pages"
4554
+ msgstr ""
4555
+
4556
+ #: models/CheckSeo.php:836 models/CheckSeo.php:927
4557
+ msgid ""
4558
+ "Page authority is a metric that Squirrly's servers calculates according to "
4559
+ "data from different API, our own crawling and also SML (Squirrly Machine "
4560
+ "Learning fine tunes the data, according to the data sets we've been "
4561
+ "studying). Google has such a system as well, and we are basically replicating "
4562
+ "what they're doing. To improve this you need: traffic to the page, good "
4563
+ "traffic metrics (time on page, low bounce rate), inner links, outbound links "
4564
+ "set to 'nofollow', backlinks (links from 3rd party sites to your own site) "
4565
+ "and social media information."
4566
+ msgstr ""
4567
+
4568
+ #: models/CheckSeo.php:838
4569
+ msgid ""
4570
+ "Raise your Page Authority to over 12 for all Focus Pages. Otherwise, it will "
4571
+ "be nearly impossible for those pages to reach top positions on Google."
4572
+ msgstr ""
4573
+
4574
+ #: models/CheckSeo.php:848
4575
+ msgid "Try a different Title and Description for the Focus Pages with low CTR"
4576
+ msgstr ""
4577
+
4578
+ #: models/CheckSeo.php:849
4579
+ msgid ""
4580
+ "Google keeps track of which links get clicked the most in their search "
4581
+ "results. Links that get clicked more often are moved up higher in the search "
4582
+ "results, because this shows Google that a certain link is the result that "
4583
+ "best matches the user’s search intent. Right now, NOT enough people click on "
4584
+ "your listing, but writing a more enticing title and description can help "
4585
+ "change that; and get more people clicking."
4586
+ msgstr ""
4587
+
4588
+ #: models/CheckSeo.php:850
4589
+ msgid ""
4590
+ "Tips to improve your CTR: include your keyword in your description, use How-"
4591
+ "To and numbers in your titles as many people are drawn to them, make sure the "
4592
+ "description clearly states what your page is about, and add a CTA that gives "
4593
+ "people an extra incentive to click on your link."
4594
+ msgstr ""
4595
+
4596
+ #: models/CheckSeo.php:851
4597
+ msgid ""
4598
+ "Change the title and description to get more SERP clicks for your Focus Pages "
4599
+ "(the ones where you see low CTR)"
4600
+ msgstr ""
4601
+
4602
+ # @ squirrly-seo
4603
+ #: models/CheckSeo.php:861
4604
+ #, fuzzy
4605
+ #| msgid "Squirrly settings"
4606
+ msgid "Audit Score is Over 50%"
4607
+ msgstr "Squirrly Einstellungen"
4608
+
4609
+ #: models/CheckSeo.php:862
4610
+ msgid ""
4611
+ "The Squirrly Audit covers the main aspects that influence a site's "
4612
+ "performance. Plus, your SEO and digital marketing expertise will increase as "
4613
+ "you keep working on solving issues unveiled by the weekly Audit. You need a "
4614
+ "score over 50 to have good chances of ranking high on Google."
4615
+ msgstr ""
4616
+
4617
+ #: models/CheckSeo.php:863
4618
+ #, php-format
4619
+ msgid ""
4620
+ "Open up your Audit from %sSquirrly > Audits%s. Open one of the audits, or use "
4621
+ "the Compare Audit button to compare multiple audits and see how far you've "
4622
+ "come along. Read about the aspects you can work on to improve your score "
4623
+ "(find them on the right sidebar)."
4624
+ msgstr ""
4625
+
4626
+ #: models/CheckSeo.php:864 models/CheckSeo.php:942
4627
+ msgid ""
4628
+ "Improve the score of your Audit to have a good chance of ranking high on "
4629
+ "Google."
4630
+ msgstr ""
4631
+
4632
+ #: models/CheckSeo.php:874
4633
+ msgid "Reach 5 Inner Links for all your Focus Pages"
4634
+ msgstr ""
4635
+
4636
+ #: models/CheckSeo.php:876
4637
+ msgid ""
4638
+ "Get at least five inner links to your Focus Pages from other pages in your "
4639
+ "site. If you don't have enough pages where you can link from, spend some time "
4640
+ "creating new content. Then, re-index with Google Search Console (each page "
4641
+ "from which you sent the links)"
4642
+ msgstr ""
4643
+
4644
+ #: models/CheckSeo.php:887
4645
+ msgid "Time on Page for All Focus Pages: 1.5 minute average"
4646
+ msgstr ""
4647
+
4648
+ #: models/CheckSeo.php:888
4649
+ msgid ""
4650
+ "If your pages consistently keep people on them for longer than average, the "
4651
+ "Google algorithm will adjust the search results to favor your site, because "
4652
+ "this interaction tells Google that content on your page is interesting and "
4653
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
4654
+ "appear in the search engine rankings. Right now, the average time on page for "
4655
+ "your Focus Pages is under 1.5 minutes, which is not ideal. One thing you can "
4656
+ "do is check if all traffic sources send you people who spend very little time "
4657
+ "on your pages. If that's the case, make sure those sources stop sending you "
4658
+ "traffic. Yes, there is such a thing as 'bad traffic' and it can hurt your "
4659
+ "positions in Google. Also, you need to use [link]https://squirrly.co/seo/kit/"
4660
+ "[/link] and make sure Google reads the correct time on page. Most of the "
4661
+ "time, it doesn't, because its tracker gets a 'timeout'. In the kit, you'll "
4662
+ "find a plugin that doesn't allow google to time out. And it will improve the "
4663
+ "accuracy of the Time on Page readings."
4664
+ msgstr ""
4665
+
4666
+ #: models/CheckSeo.php:889
4667
+ msgid ""
4668
+ "Try these tactics to keep visitors on your page for longer: Embed a video or "
4669
+ "two, add more visuals to make your page more attractive, format your content "
4670
+ "better to make your page easy to scan, ensure your page is laser-focused on "
4671
+ "what visitors expect to get from it."
4672
+ msgstr ""
4673
+
4674
+ #: models/CheckSeo.php:900
4675
+ msgid "Get At Least 10 referring domains"
4676
+ msgstr ""
4677
+
4678
+ #: models/CheckSeo.php:901 models/CheckSeo.php:992
4679
+ msgid ""
4680
+ "If you want more organic traffic, backlinks and referring domains are "
4681
+ "critical. Research has shown that the vast majority of pages (of analyzed ~ 1 "
4682
+ "billion pages) without any referring domains get NO traffic from Google. "
4683
+ "There is also a positive correlation between the number of unique referring "
4684
+ "domains and the amount of search traffic the target web page receives."
4685
+ msgstr ""
4686
+
4687
+ #: models/CheckSeo.php:902
4688
+ msgid ""
4689
+ "Find more websites that can send links to your own site. You need to get "
4690
+ "links to our site from at least 10 other domains from the web. You can run "
4691
+ "Squirrly SPY reports on your competitors to find websites which link to your "
4692
+ "kind of website."
4693
+ msgstr ""
4694
+
4695
+ #: models/CheckSeo.php:903
4696
+ msgid "Get at least 10 referring domains to get more traffic."
4697
+ msgstr ""
4698
+
4699
+ #: models/CheckSeo.php:913
4700
+ msgid "Reach 40 Social Media Shares for Each of Your Focus Pages"
4701
+ msgstr ""
4702
+
4703
+ #: models/CheckSeo.php:914
4704
+ msgid ""
4705
+ "Try these tactics to reach at least 40 social media shares for each one of "
4706
+ "your Focus Pages: Share your content multiple times using different captions "
4707
+ "and images, make social media share buttons super easy to find, include calls-"
4708
+ "to-action that encourage site visitors to share. More proven methods you can "
4709
+ "use here: https://howto12.squirrly.co/wordpress-seo/journey-to-better-"
4710
+ "ranking-day-6/. For a complete framework, get access to our 10,000 Visits "
4711
+ "from Social Media course on Education Cloud."
4712
+ msgstr ""
4713
+
4714
+ #: models/CheckSeo.php:915
4715
+ msgid ""
4716
+ "Studies have shown there is a high correlation between social signals and "
4717
+ "ranking position. In one case study, a company achieved over 130,000 Facebook "
4718
+ "shares to a web page and shot up the rankings for keyword phrases that were "
4719
+ "very competitive. Our own SML (Squirrly Machine Learning) discovered ranking "
4720
+ "increases on tens of thousands of pages after they started getting shared to "
4721
+ "social media platforms. The biggest SEO experts agree that social media helps "
4722
+ "your SEO efforts. Strive to get as many social media shares as you can for "
4723
+ "your Focus Pages from trackable sources."
4724
+ msgstr ""
4725
+
4726
+ #: models/CheckSeo.php:916
4727
+ msgid ""
4728
+ "Get at least 40 social media shares for each one of your Focus Pages. It's "
4729
+ "hard to rank a page that doesn't get shared to social media sites."
4730
+ msgstr ""
4731
+
4732
+ #: models/CheckSeo.php:926
4733
+ msgid "Raise Authority Level to Over 20 for all Focus Pages"
4734
+ msgstr ""
4735
+
4736
+ #: models/CheckSeo.php:929
4737
+ msgid ""
4738
+ "Raise your Page Authority to over 20 for all Focus Pages. Otherwise, it will "
4739
+ "be nearly impossible for those pages to reach top positions on Google."
4740
+ msgstr ""
4741
+
4742
+ # @ squirrly-seo
4743
+ #: models/CheckSeo.php:939
4744
+ #, fuzzy
4745
+ #| msgid "Squirrly settings"
4746
+ msgid "Audit Score is Over 70%"
4747
+ msgstr "Squirrly Einstellungen"
4748
+
4749
+ #: models/CheckSeo.php:940
4750
+ msgid ""
4751
+ "The Squirrly Audit covers the main aspects that influence a site's "
4752
+ "performance. Plus, your SEO and digital marketing expertise will increase as "
4753
+ "you keep working on solving issues unveiled by the weekly Audit. You need a "
4754
+ "score over 70 to have good chances of ranking high on Google."
4755
+ msgstr ""
4756
+
4757
+ #: models/CheckSeo.php:941
4758
+ #, php-format
4759
+ msgid ""
4760
+ "Open up your Audit from %sSquirrly > SEO Audit%s. Open one of the audits, or "
4761
+ "use the Compare Audit button to compare multiple audits and see how far "
4762
+ "you've come along. Read about the aspects you can work on to improve your "
4763
+ "score (find them on the right sidebar)."
4764
+ msgstr ""
4765
+
4766
+ #: models/CheckSeo.php:952
4767
+ msgid "Get Minimum 30 Visitors / Day to Your Focus Pages"
4768
+ msgstr ""
4769
+
4770
+ #: models/CheckSeo.php:965
4771
+ msgid "Reach Time on Page for All Focus Pages: 2 minute average"
4772
+ msgstr ""
4773
+
4774
+ #: models/CheckSeo.php:966
4775
+ msgid ""
4776
+ "If your pages consistently keep people on them for longer than average, the "
4777
+ "Google algorithm will adjust the search results to favor your site, because "
4778
+ "this interaction tells Google that content on your page is interesting and "
4779
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
4780
+ "appear in the search engine rankings. Right now, the average time on page for "
4781
+ "your Focus Pages is under 2 minutes. You can make changes to improve that. "
4782
+ "Average time on page is one of the most important signals for Google."
4783
+ msgstr ""
4784
+
4785
+ #: models/CheckSeo.php:967
4786
+ msgid ""
4787
+ "Experiment with interactive content such as polls or quizzes to keep visitors "
4788
+ "on your site for longer, or make your content longer, if the topic is right. "
4789
+ "It's also worth checking what are your traffic sources, as some traffic "
4790
+ "sources can contribute to low time on page. "
4791
+ msgstr ""
4792
+
4793
+ #: models/CheckSeo.php:968
4794
+ msgid ""
4795
+ "Keep visitors on your Focus Pages for at least 2 minutes (on average) to "
4796
+ "boost rankings. Keeping people over 2 minutes sends clear signals to Google "
4797
+ "that people love your pages."
4798
+ msgstr ""
4799
+
4800
+ #: models/CheckSeo.php:978
4801
+ msgid "Get at least 20 referring domains"
4802
+ msgstr ""
4803
+
4804
+ #: models/CheckSeo.php:979
4805
+ msgid ""
4806
+ "If you want more organic traffic, backlinks and referring domains are "
4807
+ "critical. Research has shown that the vast majority of pages (of analyzed ~ 1 "
4808
+ "billion pages) without any referring domains get NO traffic from Google. "
4809
+ "There is also a positive correlation between the number of unique referring "
4810
+ "domains and the amount of search traffic the target web page receives. "
4811
+ msgstr ""
4812
+
4813
+ #: models/CheckSeo.php:980
4814
+ msgid ""
4815
+ "Find more websites that can send links to your own site. You need to get "
4816
+ "links to our site from at least 20 other domains from the web. You can run "
4817
+ "Squirrly SPY reports on your competitors to find websites which link to your "
4818
+ "kind of website."
4819
+ msgstr ""
4820
+
4821
+ #: models/CheckSeo.php:981
4822
+ msgid "Get at least 20 referring domains to get more traffic."
4823
+ msgstr ""
4824
+
4825
+ #: models/CheckSeo.php:991
4826
+ msgid "Get at least 30 referring domains"
4827
+ msgstr ""
4828
+
4829
+ #: models/CheckSeo.php:993
4830
+ msgid ""
4831
+ "Find more websites that can send links to your own site. You need to get "
4832
+ "links to our site from at least 30 other domains from the web. You can run "
4833
+ "Squirrly SPY reports on your competitors to find websites which link to your "
4834
+ "kind of website."
4835
+ msgstr ""
4836
+
4837
+ #: models/CheckSeo.php:994
4838
+ msgid "Get at least 30 reffering domains to get more traffic"
4839
+ msgstr ""
4840
+
4841
+ #: models/CheckSeo.php:1004
4842
+ msgid "Get Minimum 70 Visitors / Day to Your Focus Pages"
4843
+ msgstr ""
4844
+
4845
+ #: models/CheckSeo.php:1017
4846
+ msgid "Raise Authority Level to Over 35 for all Focus Pages"
4847
+ msgstr ""
4848
+
4849
+ #: models/CheckSeo.php:1018
4850
+ msgid ""
4851
+ "Page authority is a metric that Squirrly's servers calculate according to "
4852
+ "data from different API, our own crawling and also SML (Squirrly Machine "
4853
+ "Learning fine tunes the data, according to the data sets we've been "
4854
+ "studying). Google has such a system as well, and we are basically replicating "
4855
+ "what they're doing. To improve this, you need: traffic to the page, good "
4856
+ "traffic metrics (time on page, low bounce rate), inner links, outbound links "
4857
+ "set to \"nofollow\", backlinks (links from 3rd party sites to your own site) "
4858
+ "and social media information."
4859
+ msgstr ""
4860
+
4861
+ #: models/CheckSeo.php:1020
4862
+ msgid ""
4863
+ "Raise your Page Authority to over 35 for all Focus Pages. Do this and Google "
4864
+ "will start rewarding you with much better visibility on the search engine."
4865
+ msgstr ""
4866
+
4867
+ #: models/CheckSeo.php:1030
4868
+ msgid "Get at least 1 Backlink for every Focus Page"
4869
+ msgstr ""
4870
+
4871
+ #: models/CheckSeo.php:1031 models/CheckSeo.php:1044
4872
+ msgid ""
4873
+ "A very easy way to reach this goal is to get a Squirrly SPY report "
4874
+ "[link]https://squirrly.co/seo/spy/[/link] or something similar for your "
4875
+ "competitors (just see who is currently listed top 10 in Google for your main "
4876
+ "keyword for each Focus Page). You will see which sites link to them. Then you "
4877
+ "can talk to those site owners and ask them how they can include you as well, "
4878
+ "and also link to YOUR site."
4879
+ msgstr ""
4880
+
4881
+ #: models/CheckSeo.php:1032
4882
+ msgid ""
4883
+ "Get 1 Backlink for each Focus Page. The 'PRO Ranking Tournament' course "
4884
+ "inside Education Cloud by Squirrly has many ideas in lesson 8. These ideas "
4885
+ "will help you get backlinks."
4886
+ msgstr ""
4887
+
4888
+ #: models/CheckSeo.php:1033
4889
+ msgid ""
4890
+ "Get 1 Backlink (minimum) for each of your Focus Pages. Otherwise, it's pretty "
4891
+ "improbable that you will manage to reach top positions."
4892
+ msgstr ""
4893
+
4894
+ #: models/CheckSeo.php:1043
4895
+ msgid "Get 10 Backlinks to your Focus Pages"
4896
+ msgstr ""
4897
+
4898
+ #: models/CheckSeo.php:1045
4899
+ msgid ""
4900
+ "Get 10 Backlinks for each Focus Page. The 'PRO Ranking Tournament' course "
4901
+ "inside Education Cloud by Squirrly has many ideas in lesson 8. These ideas "
4902
+ "will help you get backlinks."
4903
+ msgstr ""
4904
+
4905
+ #: models/CheckSeo.php:1046
4906
+ msgid ""
4907
+ "Reach over 10 Backlinks for each of your Focus Pages. Otherwise, it's pretty "
4908
+ "improbable that you will manage to reach top positions."
4909
+ msgstr ""
4910
+
4911
+ #: models/CheckSeo.php:1056
4912
+ msgid "Help us with a positive review on WordPress"
4913
+ msgstr ""
4914
+
4915
+ #: models/CheckSeo.php:1057
4916
+ msgid "Help us keep the Squirrly SEO plugin free with so many free features."
4917
+ msgstr ""
4918
+
4919
+ #: models/CheckSeo.php:1058
4920
+ #, php-format
4921
+ msgid ""
4922
+ "Go to %sWordPress Directory%s and write a short positive review for us if you "
4923
+ "like the plugin."
4924
+ msgstr ""
4925
+
4926
+ #: models/CheckSeo.php:1071 models/CheckSeo.php:1103
4927
+ msgid "You got better Traffic to your Focus Pages"
4928
+ msgstr ""
4929
+
4930
+ #: models/CheckSeo.php:1079 models/CheckSeo.php:1087
4931
+ msgid "You got better Ranking to your Focus Pages"
4932
+ msgstr ""
4933
+
4934
+ #: models/CheckSeo.php:1095
4935
+ msgid "You got better Time On Page to your Focus Pages"
4936
+ msgstr ""
4937
+
4938
+ #: models/CheckSeo.php:1111
4939
+ msgid "You got better Authority to your Focus Pages"
4940
+ msgstr ""
4941
+
4942
+ #: models/CheckSeo.php:1119
4943
+ msgid "You got better Social Signals to your Focus Pages"
4944
+ msgstr ""
4945
+
4946
+ #: models/CheckSeo.php:1127
4947
+ msgid "You got better Loading Speed to your Focus Pages"
4948
+ msgstr ""
4949
+
4950
+ #: models/CheckSeo.php:1135 models/CheckSeo.php:1143 models/CheckSeo.php:1151
4951
+ msgid "You got better Ranking for your Keywords"
4952
+ msgstr ""
4953
+
4954
+ #: models/CheckSeo.php:1159
4955
+ msgid "You got better Score for your Audit"
4956
+ msgstr ""
4957
+
4958
+ # @ squirrly-seo
4959
+ #: models/CheckSeo.php:1495
4960
+ #, fuzzy
4961
+ #| msgid "Could not send the email..."
4962
+ msgid "Could not verify the frontend."
4963
+ msgstr "Konnte E-Mail nicht senden ..."
4964
+
4965
+ #: models/CheckSeo.php:1886
4966
+ msgid "'Just another WordPress site'"
4967
+ msgstr ""
4968
+
4969
+ #: models/CheckSeo.php:1887
4970
+ msgid "Just another WordPress site"
4971
+ msgstr ""
4972
+
4973
+ #: models/CheckSeo.php:2049
4974
+ #, php-format
4975
+ msgid "Focus Page was not found (error %s)"
4976
+ msgstr ""
4977
+
4978
+ #: models/CheckSeo.php:2050 models/CheckSeo.php:2102
4979
+ msgid ""
4980
+ "The way your WordPress site is currently hosted can affect the way Squirrly "
4981
+ "SEO operates in order to retrieve and process data about your Focus Pages. "
4982
+ "It’s important to do everything on your end to ensure that the Focus Pages "
4983
+ "audits can be generated by our system."
4984
+ msgstr ""
4985
+
4986
+ #: models/CheckSeo.php:2051 models/CheckSeo.php:2070
4987
+ msgid ""
4988
+ "Use a different browser to check if your Focus Page is visible. Whitelist our "
4989
+ "crawler IP address (176.9.112.210) to allow our server to verify your page so "
4990
+ "that you’ll receive a full audit."
4991
+ msgstr ""
4992
+
4993
+ #: models/CheckSeo.php:2052 models/CheckSeo.php:2104
4994
+ msgid "An error is preventing Squirrly from processing your Focus Page audits."
4995
+ msgstr ""
4996
+
4997
+ #: models/CheckSeo.php:2059
4998
+ #, php-format
4999
+ msgid "Your Focus Page is redirected to another page (error %s)"
5000
+ msgstr ""
5001
+
5002
+ #: models/CheckSeo.php:2060
5003
+ #, php-format
5004
+ msgid ""
5005
+ "Right now, your Focus Page sends users and search engines to a different URL "
5006
+ "from the one they originally requested. That’s because you set up a 301 or a "
5007
+ "302 redirect for this page. %s A redirect indicates that your Focus Page has "
5008
+ "moved to a different location. If the wrong type of redirect has been set up, "
5009
+ "search engines can be become confused as to which page they should rank. %s A "
5010
+ "redirect also interferes with how Squirrly’s Focus Pages system operates."
5011
+ msgstr ""
5012
+
5013
+ #: models/CheckSeo.php:2061
5014
+ msgid ""
5015
+ "Choose a page that does NOT redirect to a different page as your Focus Page. "
5016
+ "Your Focus Page should have a single URL associated to it so that Squirrly "
5017
+ "can serve you the best data."
5018
+ msgstr ""
5019
+
5020
+ #: models/CheckSeo.php:2062
5021
+ msgid "Make sure that your Focus Page is NOT redirected to a different page."
5022
+ msgstr ""
5023
+
5024
+ #: models/CheckSeo.php:2068
5025
+ #, php-format
5026
+ msgid "Ensure your Focus Pages can be accessed (error %s)"
5027
+ msgstr ""
5028
+
5029
+ #: models/CheckSeo.php:2069
5030
+ #, php-format
5031
+ msgid ""
5032
+ "A server-side error is preventing Squirrly from being able to access and "
5033
+ "audit your Focus Page. You need to fix this so that Squirrly SEO can analyze "
5034
+ "your page and serve you complete data on how to improve its chances of "
5035
+ "ranking. %sThe error can also prevent human visitors from accessing your "
5036
+ "page, which is a critical issue."
5037
+ msgstr ""
5038
+
5039
+ #: models/CheckSeo.php:2071
5040
+ msgid "A server-side error is preventing your Focus Pages from being accessed."
5041
+ msgstr ""
5042
+
5043
+ #: models/CheckSeo.php:2076
5044
+ #, php-format
5045
+ msgid "Make sure your Focus Pages can be audited (error %s)"
5046
+ msgstr ""
5047
+
5048
+ #: models/CheckSeo.php:2077
5049
+ msgid ""
5050
+ "Squirrly is unable to generate the audit for your Focus Page because it can’t "
5051
+ "connect to your WordPress site’s server. Why? Your WordPress site’s server "
5052
+ "may be down, or maybe your server is inadvertently blocking Squirrly’s IP "
5053
+ "address."
5054
+ msgstr ""
5055
+
5056
+ #: models/CheckSeo.php:2078
5057
+ msgid ""
5058
+ "Check to see if your WordPress site’s server is offline. Whitelist our "
5059
+ "crawler IP address (176.9.112.210) to allow our server to verify your page so "
5060
+ "that you’ll receive a full audit."
5061
+ msgstr ""
5062
+
5063
+ #: models/CheckSeo.php:2079 models/CheckSeo.php:2087
5064
+ msgid ""
5065
+ "An error prevents Squirrly from gathering critical data about your Focus Page."
5066
+ msgstr ""
5067
+
5068
+ #: models/CheckSeo.php:2084
5069
+ msgid "Make sure your Focus Pages can be audited (firewall protection)"
5070
+ msgstr ""
5071
+
5072
+ #: models/CheckSeo.php:2085
5073
+ msgid ""
5074
+ "Squirrly is unable to generate the audit for your Focus Page because it can’t "
5075
+ "connect to your WordPress site’s server. Why? Your WordPress site’s server "
5076
+ "has a firewall protection and is blocking Squirrly’s IP address."
5077
+ msgstr ""
5078
+
5079
+ #: models/CheckSeo.php:2086 models/CheckSeo.php:2103
5080
+ msgid ""
5081
+ "Whitelist our crawler IP address (176.9.112.210) to allow our server to "
5082
+ "verify your page so that you’ll receive a full audit."
5083
+ msgstr ""
5084
+
5085
+ #: models/CheckSeo.php:2092
5086
+ msgid "Focus Pages - Limit Exceeded"
5087
+ msgstr ""
5088
+
5089
+ #: models/CheckSeo.php:2093
5090
+ msgid ""
5091
+ "Squirrly is unable to generate the audit for your Focus Page because you "
5092
+ "exceeded the maximum number of Focus Pages for your account."
5093
+ msgstr ""
5094
+
5095
+ # @ squirrly-seo
5096
+ #: models/CheckSeo.php:2094
5097
+ #, fuzzy
5098
+ #| msgid "Could not send the email..."
5099
+ msgid "Upgrade your account to be able to see all the Focus Pages you added."
5100
+ msgstr "Konnte E-Mail nicht senden ..."
5101
+
5102
+ #: models/CheckSeo.php:2101
5103
+ #, php-format
5104
+ msgid "Focus Page could not be verified (error: %s)"
5105
+ msgstr ""
5106
+
5107
+ #: models/Compatibility.php:262
5108
+ msgid "MPN"
5109
+ msgstr ""
5110
+
5111
+ #: models/Compatibility.php:263
5112
+ msgid "Add Manufacturer Part Number (MPN)"
5113
+ msgstr ""
5114
+
5115
+ #: models/Compatibility.php:266
5116
+ msgid "GTIN"
5117
+ msgstr ""
5118
+
5119
+ #: models/Compatibility.php:267
5120
+ msgid "Add Global Trade Item Number (GTIN)"
5121
+ msgstr ""
5122
+
5123
+ #: models/Compatibility.php:270
5124
+ msgid "EAN (GTIN-13)"
5125
+ msgstr ""
5126
+
5127
+ #: models/Compatibility.php:271
5128
+ msgid ""
5129
+ "Add Global Trade Item Number (GTIN) for the major GTIN used outside of North "
5130
+ "America"
5131
+ msgstr ""
5132
+
5133
+ #: models/Compatibility.php:274
5134
+ msgid "UPC (GTIN-12)"
5135
+ msgstr ""
5136
+
5137
+ #: models/Compatibility.php:275
5138
+ msgid "Add Global Trade Item Number (GTIN) for North America"
5139
+ msgstr ""
5140
+
5141
+ #: models/Compatibility.php:278
5142
+ msgid "ISBN"
5143
+ msgstr ""
5144
+
5145
+ #: models/Compatibility.php:279
5146
+ msgid "Add Global Trade Item Number (GTIN) for books"
5147
+ msgstr ""
5148
+
5149
+ #: models/Compatibility.php:284
5150
+ msgid "Brand Name"
5151
+ msgstr ""
5152
+
5153
+ #: models/Compatibility.php:285
5154
+ msgid "Add Product Brand Name"
5155
+ msgstr ""
5156
+
5157
+ # @ squirrly-seo
5158
+ #: models/FocusPages.php:26 models/abstract/Assistant.php:128
5159
+ #: view/Ranking/Gscsync.php:34 view/Ranking/Rankings.php:215
5160
+ #: view/Ranking/Rankings.php:352 view/Research/Briefcase.php:122
5161
+ #: view/Research/Briefcase.php:319 view/Research/History.php:35
5162
+ #: view/Research/HistoryDetails.php:8 view/Research/Research.php:215
5163
+ #: view/Research/Suggested.php:36
5164
+ #, fuzzy
5165
+ #| msgid "Tips: 2-4 keywords"
5166
+ msgid "Keyword"
5167
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5168
+
5169
+ #: models/FocusPages.php:27
5170
+ msgid "Strategy"
5171
+ msgstr ""
5172
+
5173
+ # @ squirrly-seo
5174
+ #: models/FocusPages.php:28
5175
+ #, fuzzy
5176
+ #| msgid "SEO Software"
5177
+ msgid "SEO Content"
5178
+ msgstr "SEO Software"
5179
+
5180
+ # @ squirrly-seo
5181
+ #: models/FocusPages.php:29
5182
+ #, fuzzy
5183
+ #| msgid "Squirrly settings"
5184
+ msgid "Words / Page"
5185
+ msgstr "Squirrly Einstellungen"
5186
+
5187
+ #: models/FocusPages.php:30
5188
+ msgid "Platform SEO"
5189
+ msgstr ""
5190
+
5191
+ # @ squirrly-seo
5192
+ #: models/FocusPages.php:31
5193
+ #, fuzzy
5194
+ #| msgid "Squirrly LIVE SEO assistant"
5195
+ msgid "Snippet"
5196
+ msgstr "Squirrly LIVE SEO-Assistent"
5197
+
5198
+ #: models/FocusPages.php:32
5199
+ msgid "SEO Image"
5200
+ msgstr ""
5201
+
5202
+ #: models/FocusPages.php:33
5203
+ msgid "Traffic Health"
5204
+ msgstr ""
5205
+
5206
+ #: models/FocusPages.php:34
5207
+ msgid "Platform Health"
5208
+ msgstr ""
5209
+
5210
+ #: models/FocusPages.php:36
5211
+ msgid "Social Signals"
5212
+ msgstr ""
5213
+
5214
+ #: models/FocusPages.php:37
5215
+ msgid "Backlinks"
5216
+ msgstr ""
5217
+
5218
+ #: models/FocusPages.php:38
5219
+ msgid "Inner Links"
5220
+ msgstr ""
5221
+
5222
+ #: models/FocusPages.php:39
5223
+ msgid "Outbound Links"
5224
+ msgstr ""
5225
+
5226
+ #: models/FocusPages.php:40
5227
+ msgid "Accuracy"
5228
+ msgstr ""
5229
+
5230
+ #: models/FocusPages.php:41 view/Ranking/Gscsync.php:37
5231
+ msgid "CTR"
5232
+ msgstr ""
5233
+
5234
+ #: models/FocusPages.php:42 view/Ranking/Gscsync.php:36
5235
+ #: view/Ranking/Rankings.php:366
5236
+ msgid "Impressions"
5237
+ msgstr ""
5238
+
5239
+ #: models/FocusPages.php:43 view/Ranking/Gscsync.php:35
5240
+ #: view/Ranking/Rankings.php:372
5241
+ msgid "Clicks"
5242
+ msgstr ""
5243
+
5244
+ # @ squirrly-seo
5245
+ #: models/Ico.php:44
5246
+ #, fuzzy
5247
+ #| msgid "File type error: Only JPEG, JPG, GIF or PNG files are allowed."
5248
+ msgid "File type error: Only ICO, JPEG, JPG, GIF or PNG files are allowed."
5249
+ msgstr "Dateityp Fehler: Nur JPEG, JPG, GIF oder PNG-Dateien sind erlaubt."
5250
+
5251
+ # @ squirrly-seo
5252
+ #: models/Ico.php:53
5253
+ #, fuzzy
5254
+ #| msgid "Could not send the email..."
5255
+ msgid "Delete error: Could not delete the old favicon."
5256
+ msgstr "Konnte E-Mail nicht senden ..."
5257
+
5258
+ # @ squirrly-seo
5259
+ #: models/Ico.php:60
5260
+ #, fuzzy
5261
+ #| msgid "Could not send the email..."
5262
+ msgid "Upload error: Could not upload the favicon."
5263
+ msgstr "Konnte E-Mail nicht senden ..."
5264
+
5265
+ # @ squirrly-seo
5266
+ #: models/Ico.php:66
5267
+ #, fuzzy
5268
+ #| msgid "Could not send the email..."
5269
+ msgid "Permission error: Could not change the favicon permissions."
5270
+ msgstr "Konnte E-Mail nicht senden ..."
5271
+
5272
+ #: models/Ico.php:87
5273
+ msgid ""
5274
+ "ICO Error: Could not create the ICO from file. Try with another file type."
5275
+ msgstr ""
5276
+
5277
+ #: models/Ico.php:104
5278
+ msgid "The favicon has been updated."
5279
+ msgstr ""
5280
+
5281
+ #: models/Menu.php:120
5282
+ msgid "First Step"
5283
+ msgstr ""
5284
+
5285
+ #: models/Menu.php:120 models/Menu.php:502
5286
+ msgid "Overview"
5287
+ msgstr ""
5288
+
5289
+ #: models/Menu.php:131
5290
+ msgid "All Features"
5291
+ msgstr ""
5292
+
5293
+ #: models/Menu.php:142
5294
+ msgid "One Page Setup"
5295
+ msgstr ""
5296
+
5297
+ # @ squirrly-seo
5298
+ #: models/Menu.php:186 models/Menu.php:542 view/BulkSeo/Bulkseo.php:25
5299
+ #, fuzzy
5300
+ #| msgid "Squirrly settings"
5301
+ msgid "Bulk SEO"
5302
+ msgstr "Squirrly Einstellungen"
5303
+
5304
+ # @ squirrly-seo
5305
+ #: models/Menu.php:197 models/Menu.php:549 view/Automation/Types.php:24
5306
+ #, fuzzy
5307
+ #| msgid "automatically"
5308
+ msgid "Automation"
5309
+ msgstr "automatisch"
5310
+
5311
+ # @ squirrly-seo
5312
+ #: models/Menu.php:208
5313
+ #, fuzzy
5314
+ #| msgid "automatically"
5315
+ msgid "SEO Configuration"
5316
+ msgstr "automatisch"
5317
+
5318
+ #: models/Menu.php:219 models/Menu.php:729 view/SeoSettings/Backup.php:22
5319
+ msgid "Import & Data"
5320
+ msgstr ""
5321
+
5322
+ # @ squirrly-seo
5323
+ #: models/Menu.php:241
5324
+ #, fuzzy
5325
+ #| msgid "automatically"
5326
+ msgid "SEO Audit"
5327
+ msgstr "automatisch"
5328
+
5329
+ # @ squirrly-seo
5330
+ #: models/Menu.php:252 view/Ranking/Rankings.php:33
5331
+ #, fuzzy
5332
+ #| msgid "Google %sAnalytics ID%s`:"
5333
+ msgid "Google Rankings"
5334
+ msgstr "Google %sAnalytics ID%s`:"
5335
+
5336
+ # @ squirrly-seo
5337
+ #: models/Menu.php:263
5338
+ #, fuzzy
5339
+ #| msgid "Squirrly settings"
5340
+ msgid "Onboarding"
5341
+ msgstr "Squirrly Einstellungen"
5342
+
5343
+ #: models/Menu.php:274
5344
+ msgid "Account Info"
5345
+ msgstr ""
5346
+
5347
+ # @ squirrly-seo
5348
+ #: models/Menu.php:285
5349
+ #, fuzzy
5350
+ #| msgid "Squirrly LIVE SEO assistant"
5351
+ msgid "How To & Support"
5352
+ msgstr "Squirrly LIVE SEO-Assistent"
5353
+
5354
+ # @ squirrly-seo
5355
+ #: models/Menu.php:296
5356
+ #, fuzzy
5357
+ #| msgid "Squirrly settings"
5358
+ msgid "Audit"
5359
+ msgstr "Squirrly Einstellungen"
5360
+
5361
+ #: models/Menu.php:326
5362
+ msgid "Next SEO Goals"
5363
+ msgstr ""
5364
+
5365
+ #: models/Menu.php:333
5366
+ msgid "Progress & Achivements"
5367
+ msgstr ""
5368
+
5369
+ #: models/Menu.php:340
5370
+ msgid "Main Features"
5371
+ msgstr ""
5372
+
5373
+ #: models/Menu.php:347 view/Blocks/Jorney.php:7
5374
+ msgid "14 Days Journey"
5375
+ msgstr ""
5376
+
5377
+ #: models/Menu.php:357 models/Menu.php:364 models/Menu.php:371
5378
+ #: models/Menu.php:378 models/Menu.php:385 models/Menu.php:392
5379
+ #: models/Menu.php:399 models/Menu.php:406 models/Menu.php:413
5380
+ #: models/Menu.php:420 models/Menu.php:427 models/Menu.php:434
5381
+ #: models/Menu.php:441
5382
+ msgid "Free Learning Materials"
5383
+ msgstr ""
5384
+
5385
+ # @ squirrly-seo
5386
+ #: models/Menu.php:450
5387
+ #, fuzzy
5388
+ #| msgid "Tips: 2-4 keywords"
5389
+ msgid "Find Keywords"
5390
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5391
+
5392
+ # @ squirrly-seo
5393
+ #: models/Menu.php:460 view/Research/Briefcase.php:40
5394
+ #, fuzzy
5395
+ #| msgid "Your E-mail:"
5396
+ msgid "Labels"
5397
+ msgstr "Ihre E-Mail Adresse:"
5398
+
5399
+ #: models/Menu.php:465
5400
+ msgid "Suggested"
5401
+ msgstr ""
5402
+
5403
+ # @ squirrly-seo
5404
+ #: models/Menu.php:470
5405
+ #, fuzzy
5406
+ #| msgid "Squirrly settings"
5407
+ msgid "History"
5408
+ msgstr "Squirrly Einstellungen"
5409
+
5410
+ # @ squirrly-seo
5411
+ #: models/Menu.php:478
5412
+ #, fuzzy
5413
+ #| msgid "Tips: 2-4 keywords"
5414
+ msgid "Optimize Posts"
5415
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5416
+
5417
+ # @ squirrly-seo
5418
+ #: models/Menu.php:483 models/Menu.php:512 models/Menu.php:534
5419
+ #, fuzzy
5420
+ #| msgid "Squirrly settings"
5421
+ msgid "Settings"
5422
+ msgstr "Squirrly Einstellungen"
5423
+
5424
+ # @ squirrly-seo
5425
+ #: models/Menu.php:495 models/Menu.php:507
5426
+ #, fuzzy
5427
+ #| msgid "Squirrly settings"
5428
+ msgid "Add New Page"
5429
+ msgstr "Squirrly Einstellungen"
5430
+
5431
+ # @ squirrly-seo
5432
+ #: models/Menu.php:524
5433
+ #, fuzzy
5434
+ #| msgid "Tips: 2-4 keywords"
5435
+ msgid "Add Keywords"
5436
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5437
+
5438
+ # @ squirrly-seo
5439
+ #: models/Menu.php:529 view/Ranking/Rankings.php:259
5440
+ #, fuzzy
5441
+ #| msgid "Tips: 2-4 keywords"
5442
+ msgid "Sync Keywords"
5443
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5444
+
5445
+ #: models/Menu.php:554
5446
+ msgid "Configuration"
5447
+ msgstr ""
5448
+
5449
+ # @ squirrly-seo
5450
+ #: models/Menu.php:559 models/Menu.php:645 models/Menu.php:696
5451
+ #, fuzzy
5452
+ #| msgid "Squirrly settings"
5453
+ msgid "Advanced"
5454
+ msgstr "Squirrly Einstellungen"
5455
+
5456
+ #: models/Menu.php:567
5457
+ msgid "Tweaks & Sitemaps"
5458
+ msgstr ""
5459
+
5460
+ #: models/Menu.php:577
5461
+ msgid "Sitemap XML"
5462
+ msgstr ""
5463
+
5464
+ #: models/Menu.php:582
5465
+ msgid "SEO Links and Redirects"
5466
+ msgstr ""
5467
+
5468
+ #: models/Menu.php:587 models/focuspages/Onpage.php:68
5469
+ #: view/SeoSettings/Tweaks.php:446
5470
+ msgid "Robots File"
5471
+ msgstr ""
5472
+
5473
+ #: models/Menu.php:592 view/SeoSettings/Tweaks.php:485
5474
+ msgid "Website Icon"
5475
+ msgstr ""
5476
+
5477
+ # @ squirrly-seo
5478
+ #: models/Menu.php:597 models/Menu.php:618 view/SeoSettings/Jsonld.php:493
5479
+ #: view/SeoSettings/Metas.php:169 view/SeoSettings/Social.php:412
5480
+ #: view/SeoSettings/Tweaks.php:541
5481
+ #, fuzzy
5482
+ #| msgid "Squirrly settings"
5483
+ msgid "Advanced Settings"
5484
+ msgstr "Squirrly Einstellungen"
5485
+
5486
+ # @ squirrly-seo
5487
+ #: models/Menu.php:604
5488
+ #, fuzzy
5489
+ #| msgid "SEO Software"
5490
+ msgid "SEO Metas"
5491
+ msgstr "SEO Software"
5492
+
5493
+ #: models/Menu.php:610 view/SeoSettings/Metas.php:43
5494
+ msgid "Manage On-Page SEO Metas"
5495
+ msgstr ""
5496
+
5497
+ # @ squirrly-seo
5498
+ #: models/Menu.php:614 view/SeoSettings/Metas.php:130
5499
+ #, fuzzy
5500
+ #| msgid "Squirrly settings"
5501
+ msgid "More SEO Settings"
5502
+ msgstr "Squirrly Einstellungen"
5503
+
5504
+ # @ squirrly-seo
5505
+ #: models/Menu.php:625 view/Onboarding/Step2.php:297
5506
+ #: view/Onboarding/Step4.php:36 view/SeoSettings/Social.php:25
5507
+ #, fuzzy
5508
+ #| msgid "Squirrly settings"
5509
+ msgid "Social Media"
5510
+ msgstr "Squirrly Einstellungen"
5511
+
5512
+ # @ squirrly-seo
5513
+ #: models/Menu.php:631 view/SeoSettings/Social.php:47
5514
+ #, fuzzy
5515
+ #| msgid "Squirrly settings"
5516
+ msgid "Open Graph Settings"
5517
+ msgstr "Squirrly Einstellungen"
5518
+
5519
+ # @ squirrly-seo
5520
+ #: models/Menu.php:636 view/SeoSettings/Social.php:290
5521
+ #, fuzzy
5522
+ #| msgid "Squirrly settings"
5523
+ msgid "Twitter Card Settings"
5524
+ msgstr "Squirrly Einstellungen"
5525
+
5526
+ # @ squirrly-seo
5527
+ #: models/Menu.php:641 view/SeoSettings/Social.php:336
5528
+ #, fuzzy
5529
+ #| msgid "Squirrly settings"
5530
+ msgid "Social Media Accounts"
5531
+ msgstr "Squirrly Einstellungen"
5532
+
5533
+ # @ squirrly-seo
5534
+ #: models/Menu.php:652 view/Onboarding/Step2.php:341
5535
+ #: view/Onboarding/Step4.php:97 view/SeoSettings/Jsonld.php:25
5536
+ #, fuzzy
5537
+ #| msgid "Squirrly LIVE SEO assistant"
5538
+ msgid "Rich Snippets"
5539
+ msgstr "Squirrly LIVE SEO-Assistent"
5540
+
5541
+ #: models/Menu.php:658 view/SeoSettings/Jsonld.php:50
5542
+ msgid "Personal Brand / Author"
5543
+ msgstr ""
5544
+
5545
+ #: models/Menu.php:663 view/SeoSettings/Jsonld.php:129
5546
+ msgid "Company"
5547
+ msgstr ""
5548
+
5549
+ #: models/Menu.php:667 view/SeoSettings/Jsonld.php:177
5550
+ msgid "WooCommerce"
5551
+ msgstr ""
5552
+
5553
+ #: models/Menu.php:672 view/Onboarding/Step2.php:389
5554
+ #: view/SeoSettings/Jsonld.php:234
5555
+ msgid "Local SEO"
5556
+ msgstr ""
5557
+
5558
+ # @ squirrly-seo
5559
+ #: models/Menu.php:677 view/Onboarding/Step4.php:273
5560
+ #: view/SeoSettings/Jsonld.php:315
5561
+ #, fuzzy
5562
+ #| msgid "automatically"
5563
+ msgid "GEO Location"
5564
+ msgstr "automatisch"
5565
+
5566
+ #: models/Menu.php:682
5567
+ msgid "Opening Hours "
5568
+ msgstr ""
5569
+
5570
+ #: models/Menu.php:687 view/Onboarding/Step4.php:329
5571
+ #: view/SeoSettings/Jsonld.php:393
5572
+ msgid "Local Restaurant"
5573
+ msgstr ""
5574
+
5575
+ # @ squirrly-seo
5576
+ #: models/Menu.php:692 view/SeoSettings/Jsonld.php:453
5577
+ #, fuzzy
5578
+ #| msgid "Squirrly settings"
5579
+ msgid "More Json-LD Settings"
5580
+ msgstr "Squirrly Einstellungen"
5581
+
5582
+ # @ squirrly-seo
5583
+ #: models/Menu.php:703 models/Menu.php:709 view/SeoSettings/Webmaster.php:23
5584
+ #: view/SeoSettings/Webmaster.php:49
5585
+ #, fuzzy
5586
+ #| msgid "Google %sAnalytics ID%s`:"
5587
+ msgid "Connect Tools"
5588
+ msgstr "Google %sAnalytics ID%s`:"
5589
+
5590
+ #: models/Menu.php:713 view/SeoSettings/Webmaster.php:187
5591
+ msgid "Place Trackers"
5592
+ msgstr ""
5593
+
5594
+ #: models/Menu.php:718 view/SeoSettings/Webmaster.php:308
5595
+ msgid "AMP"
5596
+ msgstr ""
5597
+
5598
+ #: models/Menu.php:722 view/SeoSettings/Webmaster.php:334
5599
+ msgid "Webmaster Extras"
5600
+ msgstr ""
5601
+
5602
+ # @ squirrly-seo
5603
+ #: models/Menu.php:735 view/SeoSettings/Backup.php:47
5604
+ #, fuzzy
5605
+ #| msgid "Squirrly settings"
5606
+ msgid "Import Settings & SEO"
5607
+ msgstr "Squirrly Einstellungen"
5608
+
5609
+ # @ squirrly-seo
5610
+ #: models/Menu.php:739 view/SeoSettings/Backup.php:139
5611
+ #, fuzzy
5612
+ #| msgid "Squirrly settings"
5613
+ msgid "Backup Settings & SEO"
5614
+ msgstr "Squirrly Einstellungen"
5615
+
5616
+ # @ squirrly-seo
5617
+ #: models/Menu.php:743 view/SeoSettings/Backup.php:198
5618
+ #, fuzzy
5619
+ #| msgid "Squirrly settings"
5620
+ msgid "Restore Settings & SEO"
5621
+ msgstr "Squirrly Einstellungen"
5622
+
5623
+ #: models/Menu.php:747 view/SeoSettings/Backup.php:265
5624
+ msgid "Rollback Plugin"
5625
+ msgstr ""
5626
+
5627
+ #: models/Menu.php:755
5628
+ msgid "Blogging"
5629
+ msgstr ""
5630
+
5631
+ #: models/Menu.php:756
5632
+ msgid "Blogging overwiew"
5633
+ msgstr ""
5634
+
5635
+ #: models/Menu.php:761
5636
+ msgid "Traffic"
5637
+ msgstr ""
5638
+
5639
+ #: models/Menu.php:762
5640
+ msgid "Weekly website traffic"
5641
+ msgstr ""
5642
+
5643
+ #: models/Menu.php:767
5644
+ msgid "SEO"
5645
+ msgstr ""
5646
+
5647
+ #: models/Menu.php:768
5648
+ msgid "On-Page optimization"
5649
+ msgstr ""
5650
+
5651
+ #: models/Menu.php:773
5652
+ msgid "Social"
5653
+ msgstr ""
5654
+
5655
+ #: models/Menu.php:774
5656
+ msgid "Social signals and shares"
5657
+ msgstr ""
5658
+
5659
+ #: models/Menu.php:779
5660
+ msgid "Links"
5661
+ msgstr ""
5662
+
5663
+ #: models/Menu.php:780
5664
+ msgid "Backlinks and Innerlinks"
5665
+ msgstr ""
5666
+
5667
+ #: models/Menu.php:785 models/focuspages/Authority.php:66
5668
+ msgid "Authority"
5669
+ msgstr ""
5670
+
5671
+ #: models/Menu.php:786
5672
+ msgid "Website Off-Page score"
5673
+ msgstr ""
5674
+
5675
+ #: models/Post.php:76
5676
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
5677
+ msgstr ""
5678
+
5679
+ #: models/Post.php:77
5680
+ msgid ""
5681
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
5682
+ "the HTML form."
5683
+ msgstr ""
5684
+
5685
+ #: models/Post.php:78
5686
+ msgid "The uploaded file was only partially uploaded."
5687
+ msgstr ""
5688
+
5689
+ #: models/Post.php:79
5690
+ msgid "No file was uploaded."
5691
+ msgstr ""
5692
+
5693
+ #: models/Post.php:81
5694
+ msgid "Missing a temporary folder."
5695
+ msgstr ""
5696
+
5697
+ #: models/Post.php:82
5698
+ msgid "Failed to write file to disk."
5699
+ msgstr ""
5700
+
5701
+ #: models/Post.php:83
5702
+ msgid "File upload stopped by extension."
5703
+ msgstr ""
5704
+
5705
+ #: models/Post.php:100
5706
+ msgid "Invalid form submission."
5707
+ msgstr ""
5708
+
5709
+ #: models/Post.php:110
5710
+ msgid "File is empty. Please upload something more substantial."
5711
+ msgstr ""
5712
+
5713
+ #: models/Post.php:112
5714
+ msgid ""
5715
+ "File is empty. Please upload something more substantial. This error could "
5716
+ "also be caused by uploads being disabled in your php.ini or by post_max_size "
5717
+ "being defined as smaller than upload_max_filesize in php.ini."
5718
+ msgstr ""
5719
+
5720
+ #: models/Post.php:118
5721
+ msgid "Specified file failed upload test."
5722
+ msgstr ""
5723
+
5724
+ #: models/Post.php:131
5725
+ msgid "Sorry, this file type is not permitted for security reasons."
5726
+ msgstr ""
5727
+
5728
+ #: models/Post.php:156
5729
+ #, php-format
5730
+ msgid "The uploaded file could not be moved to %s."
5731
+ msgstr ""
5732
+
5733
+ #: models/Post.php:241
5734
+ msgid "Keyword with 2 or more words"
5735
+ msgstr ""
5736
+
5737
+ #: models/Post.php:242
5738
+ msgid ""
5739
+ "Even if a long tail keyword won't bring as many visitors as one keyword "
5740
+ "would, the traffic those keywords will bring will be better, and more focused "
5741
+ "towards what you're selling."
5742
+ msgstr ""
5743
+
5744
+ #: models/Post.php:245
5745
+ msgid "Domain"
5746
+ msgstr ""
5747
+
5748
+ # @ squirrly-seo
5749
+ #: models/Post.php:247
5750
+ #, fuzzy
5751
+ #| msgid "Do the research"
5752
+ msgid "Keyword is present in the URL"
5753
+ msgstr "Recherchieren"
5754
+
5755
+ #: models/Post.php:248
5756
+ msgid ""
5757
+ "The keywords must be present in the URL for a better ranking. You should "
5758
+ "consider not to add a keyword more than once."
5759
+ msgstr ""
5760
+
5761
+ #: models/Post.php:251
5762
+ msgid "Clean & Friendly"
5763
+ msgstr ""
5764
+
5765
+ #: models/Post.php:253
5766
+ #, php-format
5767
+ msgid "Title is Google Friendly %s: more keywords %s: over-optimized! %s"
5768
+ msgstr ""
5769
+
5770
+ #: models/Post.php:254
5771
+ msgid ""
5772
+ "It calculates the right number of times your keyword should appear mentioned "
5773
+ "in the text and makes sure you do not over-optimize."
5774
+ msgstr ""
5775
+
5776
+ #: models/Post.php:257
5777
+ #, php-format
5778
+ msgid "Content is Google Friendly %s: more keywords %s: over-optimized! %s"
5779
+ msgstr ""
5780
+
5781
+ #: models/Post.php:258
5782
+ msgid ""
5783
+ "It calculates the right number of times your keyword should appear mentioned "
5784
+ "in the text and makes sure you do not over-optimize"
5785
+ msgstr ""
5786
+
5787
+ #: models/Post.php:261
5788
+ #, php-format
5789
+ msgid "Over Optimization %s"
5790
+ msgstr ""
5791
+
5792
+ #: models/Post.php:262
5793
+ msgid ""
5794
+ "Checks if there are words in the whole text that appear way too many times"
5795
+ msgstr ""
5796
+
5797
+ #: models/Post.php:265
5798
+ #, php-format
5799
+ msgid "Human Friendly %s"
5800
+ msgstr ""
5801
+
5802
+ #: models/Post.php:266
5803
+ msgid ""
5804
+ "Your readers (who are not search engine bots) should find a clear text, with "
5805
+ "a rich vocabulary, that takes into account some basic rules of writing: such "
5806
+ "as having an introduction, a conclusion (in which you state the topic you're "
5807
+ "writing about). Also, you can improve their reading experience by avoiding "
5808
+ "repetitions."
5809
+ msgstr ""
5810
+
5811
+ #: models/Post.php:269 models/focuspages/Snippet.php:131
5812
+ #: models/focuspages/Snippet.php:273 models/focuspages/Snippet.php:297
5813
+ #: view/Audits/Addpage.php:123 view/Automation/Automation.php:57
5814
+ #: view/Blocks/Snippet.php:168 view/Blocks/Snippet.php:718
5815
+ #: view/Blocks/Snippet.php:980 view/BulkSeo/Bulkseo.php:148
5816
+ #: view/FocusPages/Addpage.php:125 view/Onboarding/Step3.php:113
5817
+ msgid "Title"
5818
+ msgstr ""
5819
+
5820
+ # @ squirrly-seo
5821
+ #: models/Post.php:271
5822
+ #, fuzzy
5823
+ #| msgid "Do the research"
5824
+ msgid "Keywords are used in Title"
5825
+ msgstr "Recherchieren"
5826
+
5827
+ #: models/Post.php:272
5828
+ msgid "The keywords need to appear in the title of the article"
5829
+ msgstr ""
5830
+
5831
+ # @ squirrly-seo
5832
+ #: models/Post.php:275
5833
+ #, fuzzy
5834
+ #| msgid "Tips: Length 70-255 chars"
5835
+ msgid "Title length is between 10-75 chars"
5836
+ msgstr "Tipp: Länge 70-255 Charaktere"
5837
+
5838
+ #: models/Post.php:276
5839
+ msgid ""
5840
+ "The optimum length for Title is between 10-75 chars on major search engines."
5841
+ msgstr ""
5842
+
5843
+ #: models/Post.php:279
5844
+ msgid "Title is different from domain name"
5845
+ msgstr ""
5846
+
5847
+ #: models/Post.php:280
5848
+ msgid ""
5849
+ "Since the Google Penguin Update, the title must be different from the domain "
5850
+ "name, or you might get banned soon."
5851
+ msgstr ""
5852
+
5853
+ # @ squirrly-seo
5854
+ #: models/Post.php:283
5855
+ #, fuzzy
5856
+ #| msgid "SEO Software"
5857
+ msgid "Content"
5858
+ msgstr "SEO Software"
5859
+
5860
+ #: models/Post.php:285
5861
+ msgid "Keywords are used in Content"
5862
+ msgstr ""
5863
+
5864
+ #: models/Post.php:286
5865
+ msgid "The keyword must appear in the body of the article, at least once"
5866
+ msgstr ""
5867
+
5868
+ # @ squirrly-seo
5869
+ #: models/Post.php:289
5870
+ #, fuzzy, php-format
5871
+ #| msgid "Could not send the email..."
5872
+ msgid "Bold one of the keywords %s"
5873
+ msgstr "Konnte E-Mail nicht senden ..."
5874
+
5875
+ #: models/Post.php:290
5876
+ msgid ""
5877
+ "Bolding your keywords will help search engines figure out what your content "
5878
+ "is about and what topic you cover. It's also useful for your Human readers to "
5879
+ "bold some of the most important ideas."
5880
+ msgstr ""
5881
+
5882
+ # @ squirrly-seo
5883
+ #: models/Post.php:293
5884
+ #, fuzzy
5885
+ #| msgid "Do the research"
5886
+ msgid "Keywords used in headline"
5887
+ msgstr "Recherchieren"
5888
+
5889
+ #: models/Post.php:294
5890
+ msgid ""
5891
+ "The keywords should be used in headings like H2, H3, H4. Try NOT to use them "
5892
+ "all, for it will seem to be a SEO abuse. You can use your H2 button from the "
5893
+ "editor to do this. It works like the Bold, Italic or Underline buttons."
5894
+ msgstr ""
5895
+
5896
+ #: models/Post.php:297
5897
+ msgid "Use image(s) in content or featured image"
5898
+ msgstr ""
5899
+
5900
+ #: models/Post.php:298
5901
+ msgid ""
5902
+ "Articles need to be optimized for human beings as well, so you should place "
5903
+ "an image at the begining of your article."
5904
+ msgstr ""
5905
+
5906
+ #: models/Post.php:301
5907
+ msgid "Use keywords in the Alternative Text field of the image"
5908
+ msgstr ""
5909
+
5910
+ #: models/Post.php:302
5911
+ msgid ""
5912
+ "Add at least one image in your article. Now use your keyword in the "
5913
+ "description of the image. The Alternative Text field of the image."
5914
+ msgstr ""
5915
+
5916
+ # @ squirrly-seo
5917
+ #: models/PostsList.php:26
5918
+ #, fuzzy
5919
+ #| msgid "Squirrly settings"
5920
+ msgid "Optimize it with Squirrly Live Assistant"
5921
+ msgstr "Squirrly Einstellungen"
5922
+
5923
+ #: models/PostsList.php:26
5924
+ msgid "Optimize it with SLA"
5925
+ msgstr ""
5926
+
5927
+ # @ squirrly-seo
5928
+ #: models/PostsList.php:51 models/PostsList.php:78
5929
+ #, fuzzy
5930
+ #| msgid "Tips: 2-4 keywords"
5931
+ msgid "Snippet optimized"
5932
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
5933
+
5934
+ #: models/PostsList.php:51 models/PostsList.php:78
5935
+ msgid "task(s) remained."
5936
+ msgstr ""
5937
+
5938
+ #: models/PostsList.php:55 models/PostsList.php:82
5939
+ msgid "Can't get snippet data"
5940
+ msgstr ""
5941
+
5942
+ # @ squirrly-seo
5943
+ #: models/PostsList.php:58 models/PostsList.php:84 view/Blocks/Snippet.php:127
5944
+ #, fuzzy
5945
+ #| msgid "Squirrly LIVE SEO assistant"
5946
+ msgid "Edit Snippet"
5947
+ msgstr "Squirrly LIVE SEO-Assistent"
5948
+
5949
+ # @ squirrly-seo
5950
+ #: models/RoleManager.php:101
5951
+ #, fuzzy
5952
+ #| msgid "Squirrly LIVE SEO assistant"
5953
+ msgid "Squirrly SEO Editor"
5954
+ msgstr "Squirrly LIVE SEO-Assistent"
5955
+
5956
+ # @ squirrly-seo
5957
+ #: models/RoleManager.php:102
5958
+ #, fuzzy
5959
+ #| msgid "Squirrly LIVE SEO assistant"
5960
+ msgid "Squirrly SEO Admin"
5961
+ msgstr "Squirrly LIVE SEO-Assistent"
5962
+
5963
+ #: models/Rollback.php:105
5964
+ msgid "Plugin Install Process"
5965
+ msgstr ""
5966
+
5967
+ #: models/Snippet.php:272
5968
+ msgid "You don't have enough pemission to edit this article"
5969
+ msgstr ""
5970
+
5971
+ # @ squirrly-seo
5972
+ #: models/Snippet.php:375
5973
+ #, fuzzy
5974
+ #| msgid "Could not send the email..."
5975
+ msgid "Error! Could not save the data."
5976
+ msgstr "Konnte E-Mail nicht senden ..."
5977
+
5978
+ #: models/Snippet.php:380
5979
+ msgid "Error! Invalid request."
5980
+ msgstr ""
5981
+
5982
+ # @ squirrly-seo
5983
+ #: models/Snippet.php:428
5984
+ #, fuzzy
5985
+ #| msgid "Could not send the email..."
5986
+ msgid "Couldn't find the page"
5987
+ msgstr "Konnte E-Mail nicht senden ..."
5988
+
5989
+ #: models/Snippet.php:445 models/Snippet.php:457
5990
+ msgid "No Polylang translation for this post."
5991
+ msgstr ""
5992
+
5993
+ #: models/abstract/Assistant.php:102 models/focuspages/Accuracy.php:39
5994
+ #: models/focuspages/Audit.php:148 models/focuspages/Authority.php:37
5995
+ #: models/focuspages/Backlinks.php:51 models/focuspages/Clicks.php:62
5996
+ #: models/focuspages/Content.php:79 models/focuspages/Ctr.php:62
5997
+ #: models/focuspages/Image.php:95 models/focuspages/Impressions.php:62
5998
+ #: models/focuspages/Indexability.php:93 models/focuspages/Innerlinks.php:68
5999
+ #: models/focuspages/Keyword.php:78 models/focuspages/Length.php:57
6000
+ #: models/focuspages/Nofollow.php:80 models/focuspages/Onpage.php:84
6001
+ #: models/focuspages/Ranking.php:40 models/focuspages/Snippet.php:188
6002
+ #: models/focuspages/Social.php:61 models/focuspages/Strategy.php:101
6003
+ #: models/focuspages/Traffic.php:100
6004
+ msgid "Current URL"
6005
+ msgstr ""
6006
+
6007
+ # @ squirrly-seo
6008
+ #: models/abstract/Assistant.php:120 view/Blocks/LiveAssistant.php:32
6009
+ #, fuzzy
6010
+ #| msgid "Tips: 2-4 keywords"
6011
+ msgid "Keywords"
6012
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6013
+
6014
+ # @ squirrly-seo
6015
+ #: models/abstract/Assistant.php:120
6016
+ #, fuzzy
6017
+ #| msgid "Squirrly settings"
6018
+ msgid "Squirrly Live Assistant Optimization"
6019
+ msgstr "Squirrly Einstellungen"
6020
+
6021
+ #: models/abstract/Assistant.php:120
6022
+ msgid "SLA"
6023
+ msgstr ""
6024
+
6025
+ # @ squirrly-seo
6026
+ #: models/abstract/Assistant.php:130
6027
+ #, fuzzy
6028
+ #| msgid "Enter even more keywords."
6029
+ msgid "No Meta Keyword Found"
6030
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
6031
+
6032
+ #: models/abstract/Assistant.php:218
6033
+ msgid "We are gathering data for this category"
6034
+ msgstr ""
6035
+
6036
+ #: models/abstract/Assistant.php:221
6037
+ msgid ""
6038
+ "Congratulations for ranking with this keyword, but it will require special "
6039
+ "attention from you to keep it within TOP 10 positions"
6040
+ msgstr ""
6041
+
6042
+ #: models/abstract/Assistant.php:266
6043
+ msgid "Not enough data to process this task"
6044
+ msgstr ""
6045
+
6046
+ #: models/abstract/Assistant.php:270 view/Blocks/Snippet.php:306
6047
+ msgid "Current"
6048
+ msgstr ""
6049
+
6050
+ #: models/bulkseo/Metas.php:55
6051
+ msgid "Title not empty"
6052
+ msgstr ""
6053
+
6054
+ #: models/bulkseo/Metas.php:56 view/Blocks/Snippet.php:184
6055
+ #: view/Blocks/Snippet.php:734 view/Blocks/Snippet.php:996
6056
+ msgid "Current Title"
6057
+ msgstr ""
6058
+
6059
+ #: models/bulkseo/Metas.php:58
6060
+ #, php-format
6061
+ msgid ""
6062
+ "The title for this URL must not be empty. %s Write a title for this page. The "
6063
+ "title is very important because it shows up in the browser tab and in the "
6064
+ "Google listing for your page. %s The better you write the title, the more "
6065
+ "clicks you can get when people find your page on search engines."
6066
+ msgstr ""
6067
+
6068
+ # @ squirrly-seo
6069
+ #: models/bulkseo/Metas.php:61
6070
+ #, fuzzy, php-format
6071
+ #| msgid "Tips: Length 10-70 chars"
6072
+ msgid "Title up to %s chars"
6073
+ msgstr "Tipp: Länge 10-70 Charaktere"
6074
+
6075
+ #: models/bulkseo/Metas.php:62
6076
+ msgid "Current Title Length"
6077
+ msgstr ""
6078
+
6079
+ #: models/bulkseo/Metas.php:63 models/bulkseo/Metas.php:81
6080
+ #: models/bulkseo/Opengraph.php:85 models/bulkseo/Opengraph.php:95
6081
+ #: models/bulkseo/Twittercard.php:80 models/bulkseo/Twittercard.php:90
6082
+ msgid "chars"
6083
+ msgstr ""
6084
+
6085
+ #: models/bulkseo/Metas.php:64 models/bulkseo/Opengraph.php:86
6086
+ #: models/bulkseo/Twittercard.php:81
6087
+ #, php-format
6088
+ msgid ""
6089
+ "Title has to be longer than %s chars and up to %s chars. %s You can change "
6090
+ "the title max length from %s Automation > META Lengths %s."
6091
+ msgstr ""
6092
+
6093
+ # @ squirrly-seo
6094
+ #: models/bulkseo/Metas.php:67 models/focuspages/Snippet.php:142
6095
+ #, fuzzy
6096
+ #| msgid "Do the research"
6097
+ msgid "Keyword in title"
6098
+ msgstr "Recherchieren"
6099
+
6100
+ # @ squirrly-seo
6101
+ #: models/bulkseo/Metas.php:68 models/bulkseo/Metas.php:86
6102
+ #, fuzzy
6103
+ #| msgid "Tips: 2-4 keywords"
6104
+ msgid "Snippet Keyword"
6105
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6106
+
6107
+ # @ squirrly-seo
6108
+ #: models/bulkseo/Metas.php:69 models/bulkseo/Metas.php:87
6109
+ #, fuzzy
6110
+ #| msgid "Tips: 2-4 keywords"
6111
+ msgid "no keywords"
6112
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6113
+
6114
+ #: models/bulkseo/Metas.php:70 models/focuspages/Snippet.php:145
6115
+ #, php-format
6116
+ msgid ""
6117
+ "Your keyword must be present in the title of the page. %s It's a very "
6118
+ "important element through which you make sure that you connect the searcher's "
6119
+ "intent to the content on your page. %s If I'm looking for \"buy cheap "
6120
+ "smartwatch\" and you give me a page called \"Luna Presentation\", I will "
6121
+ "never click your page. Why? Because I might not know that Luna is a "
6122
+ "smartwatch designed by VectorWatch. %s \"Buy Cheap Smartwatch - Luna by "
6123
+ "VectorWatch\" would be a much better choice for a title."
6124
+ msgstr ""
6125
+
6126
+ # @ squirrly-seo
6127
+ #: models/bulkseo/Metas.php:73
6128
+ #, fuzzy
6129
+ #| msgid "<< Leave it automatically"
6130
+ msgid "Description not empty"
6131
+ msgstr "<< Lass es automatisch"
6132
+
6133
+ #: models/bulkseo/Metas.php:74 view/Blocks/Snippet.php:236
6134
+ #: view/Blocks/Snippet.php:778 view/Blocks/Snippet.php:1040
6135
+ msgid "Current Description"
6136
+ msgstr ""
6137
+
6138
+ #: models/bulkseo/Metas.php:76
6139
+ #, php-format
6140
+ msgid ""
6141
+ "Meta descriptions are important for SEO on multiple search engines. %s You "
6142
+ "need to have a meta description for this URL. %s The better you write it, the "
6143
+ "higher the chances of people clicking on your listing when they find it on "
6144
+ "search engines."
6145
+ msgstr ""
6146
+
6147
+ # @ squirrly-seo
6148
+ #: models/bulkseo/Metas.php:79
6149
+ #, fuzzy, php-format
6150
+ #| msgid "Tips: Length 10-70 chars"
6151
+ msgid "Description up to %s chars"
6152
+ msgstr "Tipp: Länge 10-70 Charaktere"
6153
+
6154
+ #: models/bulkseo/Metas.php:80
6155
+ msgid "Current Description Length"
6156
+ msgstr ""
6157
+
6158
+ #: models/bulkseo/Metas.php:82 models/bulkseo/Opengraph.php:96
6159
+ #: models/bulkseo/Twittercard.php:91
6160
+ #, php-format
6161
+ msgid ""
6162
+ "Description has to be longer than %s chars and up to %s chars. %s You can "
6163
+ "change the description max length from %s Automation > META Lengths %s."
6164
+ msgstr ""
6165
+
6166
+ # @ squirrly-seo
6167
+ #: models/bulkseo/Metas.php:85 models/focuspages/Snippet.php:148
6168
+ #, fuzzy
6169
+ #| msgid "Do the research"
6170
+ msgid "Keyword in description"
6171
+ msgstr "Recherchieren"
6172
+
6173
+ #: models/bulkseo/Metas.php:88
6174
+ #, php-format
6175
+ msgid ""
6176
+ "Same as with the title task. %s If a user reads the description of your page "
6177
+ "on Google, but cannot find the keyword they searched for in that text, then "
6178
+ "they'd have very low chances of actually clicking and visiting your page. %s "
6179
+ "They'd go to the next page ranked on Google for that keyword. %s Think about "
6180
+ "this: Google itself is trying more and more to display keywords in the "
6181
+ "description of the pages it brings to TOP 10. It's pretty clear they care a "
6182
+ "lot about this, because that's what people want to find on the search engine."
6183
+ msgstr ""
6184
+
6185
+ # @ squirrly-seo
6186
+ #: models/bulkseo/Metas.php:91
6187
+ #, fuzzy
6188
+ #| msgid "Enter even more keywords."
6189
+ msgid "Meta Keywords (2-4 Words)"
6190
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
6191
+
6192
+ # @ squirrly-seo
6193
+ #: models/bulkseo/Metas.php:93
6194
+ #, fuzzy
6195
+ #| msgid "Enter even more keywords."
6196
+ msgid "no meta keywords"
6197
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
6198
+
6199
+ #: models/bulkseo/Metas.php:94
6200
+ msgid ""
6201
+ "Even if Meta keywords are not mandatory for Google, it's important for other "
6202
+ "search engines to find this meta and to index your post for these keywords."
6203
+ msgstr ""
6204
+
6205
+ #: models/bulkseo/Metas.php:98
6206
+ msgid "Current Link"
6207
+ msgstr ""
6208
+
6209
+ #: models/bulkseo/Metas.php:100
6210
+ #, php-format
6211
+ msgid ""
6212
+ "You don't have to set any canonical link if your post is not copied from "
6213
+ "another source. %s Squirrly will alert you if your canonical link is not the "
6214
+ "same with the current post's URL. %s The canonical link is used to tell "
6215
+ "search engines which URL is the original one. The original is the one that "
6216
+ "gets indexed and ranked."
6217
+ msgstr ""
6218
+
6219
+ # @ squirrly-seo
6220
+ #: models/bulkseo/Metas.php:110
6221
+ #, fuzzy
6222
+ #| msgid "<< Leave it automatically"
6223
+ msgid "Some Squirrly Metas are deactivated."
6224
+ msgstr "<< Lass es automatisch"
6225
+
6226
+ # @ squirrly-seo
6227
+ #: models/bulkseo/Metas.php:120
6228
+ #, fuzzy
6229
+ #| msgid "<< Leave it automatically"
6230
+ msgid "Some Squirrly Metas are generated automatically."
6231
+ msgstr "<< Lass es automatisch"
6232
+
6233
+ # @ squirrly-seo
6234
+ #: models/bulkseo/Metas.php:123
6235
+ #, fuzzy
6236
+ #| msgid "<< Leave it automatically"
6237
+ msgid "All Squirrly Metas are customized and set correctly."
6238
+ msgstr "<< Lass es automatisch"
6239
+
6240
+ # @ squirrly-seo
6241
+ #: models/bulkseo/Metas.php:157 models/bulkseo/Metas.php:195
6242
+ #: models/bulkseo/Metas.php:229 models/bulkseo/Metas.php:274
6243
+ #: models/bulkseo/Metas.php:312 models/bulkseo/Metas.php:346
6244
+ #: models/bulkseo/Metas.php:396 models/bulkseo/Metas.php:437
6245
+ #: models/bulkseo/Opengraph.php:155 models/bulkseo/Opengraph.php:189
6246
+ #: models/bulkseo/Opengraph.php:218 models/bulkseo/Opengraph.php:252
6247
+ #: models/bulkseo/Opengraph.php:286 models/bulkseo/Twittercard.php:150
6248
+ #: models/bulkseo/Twittercard.php:184 models/bulkseo/Twittercard.php:213
6249
+ #: models/bulkseo/Twittercard.php:247 models/bulkseo/Twittercard.php:281
6250
+ #: models/bulkseo/Visibility.php:95 models/bulkseo/Visibility.php:136
6251
+ #: models/bulkseo/Visibility.php:170 models/bulkseo/Visibility.php:195
6252
+ #, fuzzy
6253
+ #| msgid "Squirrly LIVE SEO assistant"
6254
+ msgid "Squirrly Snippet is deactivated from this post."
6255
+ msgstr "Squirrly LIVE SEO-Assistent"
6256
+
6257
+ #: models/bulkseo/Metas.php:161
6258
+ #, php-format
6259
+ msgid ""
6260
+ "SEO Metas for this post type are deactivated from %s Squirrly > Automation > "
6261
+ "META Lengths %s."
6262
+ msgstr ""
6263
+
6264
+ #: models/bulkseo/Metas.php:165 models/bulkseo/Metas.php:203
6265
+ #: models/bulkseo/Metas.php:237
6266
+ #, php-format
6267
+ msgid "Meta Title is deactivated from %s SEO Configuration > Metas %s."
6268
+ msgstr ""
6269
+
6270
+ #: models/bulkseo/Metas.php:169 models/bulkseo/Metas.php:207
6271
+ #: models/bulkseo/Metas.php:241 models/bulkseo/Metas.php:286
6272
+ #: models/bulkseo/Metas.php:324 models/bulkseo/Metas.php:358
6273
+ #: models/bulkseo/Metas.php:404 models/bulkseo/Metas.php:449
6274
+ #, php-format
6275
+ msgid "SEO Metas is deactivated from %s SEO Configuration > Metas %s."
6276
+ msgstr ""
6277
+
6278
+ # @ squirrly-seo
6279
+ #: models/bulkseo/Metas.php:178 models/bulkseo/Metas.php:216
6280
+ #: models/bulkseo/Opengraph.php:172 models/bulkseo/Opengraph.php:206
6281
+ #: models/bulkseo/Twittercard.php:167 models/bulkseo/Twittercard.php:201
6282
+ #, fuzzy
6283
+ #| msgid "<< Leave it automatically"
6284
+ msgid "Title is generated automatically."
6285
+ msgstr "<< Lass es automatisch"
6286
+
6287
+ #: models/bulkseo/Metas.php:199 models/bulkseo/Metas.php:233
6288
+ #: models/bulkseo/Metas.php:278 models/bulkseo/Metas.php:316
6289
+ #: models/bulkseo/Metas.php:350 models/bulkseo/Metas.php:400
6290
+ #: models/bulkseo/Metas.php:441
6291
+ #, php-format
6292
+ msgid ""
6293
+ "SEO Metas for this post type are deactivated from %s Automation > "
6294
+ "Configuration %s."
6295
+ msgstr ""
6296
+
6297
+ #: models/bulkseo/Metas.php:245 models/bulkseo/Metas.php:362
6298
+ #: models/bulkseo/Metas.php:408
6299
+ #, php-format
6300
+ msgid "Meta Keywords is deactivated from %s SEO Configuration > Metas %s."
6301
+ msgstr ""
6302
+
6303
+ #: models/bulkseo/Metas.php:282 models/bulkseo/Metas.php:320
6304
+ #: models/bulkseo/Metas.php:354
6305
+ #, php-format
6306
+ msgid "Meta Description is deactivated from %s SEO Configuration > Metas %s."
6307
+ msgstr ""
6308
+
6309
+ # @ squirrly-seo
6310
+ #: models/bulkseo/Metas.php:295 models/bulkseo/Metas.php:334
6311
+ #: models/bulkseo/Opengraph.php:235 models/bulkseo/Opengraph.php:269
6312
+ #: models/bulkseo/Twittercard.php:230 models/bulkseo/Twittercard.php:264
6313
+ #, fuzzy
6314
+ #| msgid "<< Leave it automatically"
6315
+ msgid "Description is generated automatically."
6316
+ msgstr "<< Lass es automatisch"
6317
+
6318
+ #: models/bulkseo/Metas.php:445
6319
+ #, php-format
6320
+ msgid "Meta Canonical is deactivated from %s SEO Configuration > Metas %s."
6321
+ msgstr ""
6322
+
6323
+ #: models/bulkseo/Opengraph.php:79
6324
+ msgid "OG title not empty"
6325
+ msgstr ""
6326
+
6327
+ #: models/bulkseo/Opengraph.php:81
6328
+ #, php-format
6329
+ msgid ""
6330
+ "You need to have an Open Graph title for this post. %s It will help you "
6331
+ "control the way your post looks when people share this URL to Facebook, "
6332
+ "LinkedIN and other social networks. %s It's also important for SEO purposes."
6333
+ msgstr ""
6334
+
6335
+ # @ squirrly-seo
6336
+ #: models/bulkseo/Opengraph.php:84
6337
+ #, fuzzy, php-format
6338
+ #| msgid "Tips: Length 10-70 chars"
6339
+ msgid "OG title up to %s chars"
6340
+ msgstr "Tipp: Länge 10-70 Charaktere"
6341
+
6342
+ #: models/bulkseo/Opengraph.php:89
6343
+ msgid "OG description not empty"
6344
+ msgstr ""
6345
+
6346
+ #: models/bulkseo/Opengraph.php:91
6347
+ #, php-format
6348
+ msgid ""
6349
+ "You need to have an Open Graph description for this post. %s It will help you "
6350
+ "control the way your post looks when people share this URL to Facebook, "
6351
+ "LinkedIN and other social networks. %s It's also important for SEO purposes."
6352
+ msgstr ""
6353
+
6354
+ # @ squirrly-seo
6355
+ #: models/bulkseo/Opengraph.php:94
6356
+ #, fuzzy, php-format
6357
+ #| msgid "Tips: Length 10-70 chars"
6358
+ msgid "OG description up to %s chars"
6359
+ msgstr "Tipp: Länge 10-70 Charaktere"
6360
+
6361
+ #: models/bulkseo/Opengraph.php:99
6362
+ msgid "OG Image"
6363
+ msgstr ""
6364
+
6365
+ #: models/bulkseo/Opengraph.php:100 models/bulkseo/Twittercard.php:95
6366
+ msgid "(featured image)"
6367
+ msgstr ""
6368
+
6369
+ #: models/bulkseo/Opengraph.php:101
6370
+ #, php-format
6371
+ msgid ""
6372
+ "Set a good looking image for your URL. It needs to look good in Facebook and "
6373
+ "LinkedIN feeds when people will share this URL. %s A great image will attract "
6374
+ "more clicks to your site."
6375
+ msgstr ""
6376
+
6377
+ # @ squirrly-seo
6378
+ #: models/bulkseo/Opengraph.php:117
6379
+ #, fuzzy
6380
+ #| msgid "<< Leave it automatically"
6381
+ msgid "Open Graph is deactivated."
6382
+ msgstr "<< Lass es automatisch"
6383
+
6384
+ # @ squirrly-seo
6385
+ #: models/bulkseo/Opengraph.php:127
6386
+ #, fuzzy
6387
+ #| msgid "<< Leave it automatically"
6388
+ msgid "Open Graph is generated automatically."
6389
+ msgstr "<< Lass es automatisch"
6390
+
6391
+ # @ squirrly-seo
6392
+ #: models/bulkseo/Opengraph.php:130
6393
+ #, fuzzy
6394
+ #| msgid "<< Leave it automatically"
6395
+ msgid "Open Graph is customized and set correctly."
6396
+ msgstr "<< Lass es automatisch"
6397
+
6398
+ #: models/bulkseo/Opengraph.php:159 models/bulkseo/Opengraph.php:193
6399
+ #: models/bulkseo/Opengraph.php:222 models/bulkseo/Opengraph.php:256
6400
+ #: models/bulkseo/Opengraph.php:290
6401
+ #, php-format
6402
+ msgid ""
6403
+ "Open Graph for this post type is deactivated from %s Automation > "
6404
+ "Configuration %s."
6405
+ msgstr ""
6406
+
6407
+ #: models/bulkseo/Opengraph.php:163 models/bulkseo/Opengraph.php:197
6408
+ #: models/bulkseo/Opengraph.php:226 models/bulkseo/Opengraph.php:260
6409
+ #: models/bulkseo/Opengraph.php:294
6410
+ #, php-format
6411
+ msgid "Open Graph is deactivated from %s SEO Configuration > Social Media %s."
6412
+ msgstr ""
6413
+
6414
+ #: models/bulkseo/Twittercard.php:74
6415
+ msgid "TC title not empty"
6416
+ msgstr ""
6417
+
6418
+ #: models/bulkseo/Twittercard.php:76
6419
+ #, php-format
6420
+ msgid ""
6421
+ "You need to have a title for the Twitter Card of this post. %s It will help "
6422
+ "you control the way your post looks when it's shared on Twitter. %s It's also "
6423
+ "important for SEO purposes."
6424
+ msgstr ""
6425
+
6426
+ # @ squirrly-seo
6427
+ #: models/bulkseo/Twittercard.php:79
6428
+ #, fuzzy, php-format
6429
+ #| msgid "Tips: Length 10-70 chars"
6430
+ msgid "TC title up to %s chars"
6431
+ msgstr "Tipp: Länge 10-70 Charaktere"
6432
+
6433
+ #: models/bulkseo/Twittercard.php:84
6434
+ msgid "TC Description not empty"
6435
+ msgstr ""
6436
+
6437
+ #: models/bulkseo/Twittercard.php:86
6438
+ #, php-format
6439
+ msgid ""
6440
+ "You need to have a Twitter Card description for this post. %s It will help "
6441
+ "you control the way your post looks when people share this URL on Twitter. "
6442
+ "Good copywriting on your Twitter Card description will attract more clicks to "
6443
+ "your site. %s It's also important for SEO purposes."
6444
+ msgstr ""
6445
+
6446
+ # @ squirrly-seo
6447
+ #: models/bulkseo/Twittercard.php:89
6448
+ #, fuzzy, php-format
6449
+ #| msgid "Tips: Length 10-70 chars"
6450
+ msgid "TC description up to %s chars"
6451
+ msgstr "Tipp: Länge 10-70 Charaktere"
6452
+
6453
+ #: models/bulkseo/Twittercard.php:94
6454
+ msgid "TC Image"
6455
+ msgstr ""
6456
+
6457
+ #: models/bulkseo/Twittercard.php:96
6458
+ #, php-format
6459
+ msgid ""
6460
+ "Set a good looking image for your URL. It needs to look good in Twitter feeds "
6461
+ "when people will share this URL. %s A great image will attract more clicks to "
6462
+ "your site."
6463
+ msgstr ""
6464
+
6465
+ # @ squirrly-seo
6466
+ #: models/bulkseo/Twittercard.php:112
6467
+ #, fuzzy
6468
+ #| msgid "<< Leave it automatically"
6469
+ msgid "Twitter Card is deactivated."
6470
+ msgstr "<< Lass es automatisch"
6471
+
6472
+ # @ squirrly-seo
6473
+ #: models/bulkseo/Twittercard.php:122
6474
+ #, fuzzy
6475
+ #| msgid "<< Leave it automatically"
6476
+ msgid "Twitter Card is generated automatically."
6477
+ msgstr "<< Lass es automatisch"
6478
+
6479
+ # @ squirrly-seo
6480
+ #: models/bulkseo/Twittercard.php:125
6481
+ #, fuzzy
6482
+ #| msgid "<< Leave it automatically"
6483
+ msgid "Twitter Card is customized and set correctly."
6484
+ msgstr "<< Lass es automatisch"
6485
+
6486
+ #: models/bulkseo/Twittercard.php:154 models/bulkseo/Twittercard.php:188
6487
+ #: models/bulkseo/Twittercard.php:217 models/bulkseo/Twittercard.php:251
6488
+ #: models/bulkseo/Twittercard.php:285
6489
+ #, php-format
6490
+ msgid ""
6491
+ "Twitter Card for this post type is deactivated from %s Automation > "
6492
+ "Configuration %s."
6493
+ msgstr ""
6494
+
6495
+ #: models/bulkseo/Twittercard.php:158 models/bulkseo/Twittercard.php:192
6496
+ #: models/bulkseo/Twittercard.php:221 models/bulkseo/Twittercard.php:255
6497
+ #: models/bulkseo/Twittercard.php:289
6498
+ #, php-format
6499
+ msgid "Twitter Card is deactivated from %s SEO Configuration > Social Media %s."
6500
+ msgstr ""
6501
+
6502
+ #: models/bulkseo/Visibility.php:30
6503
+ msgid "Visible on Google"
6504
+ msgstr ""
6505
+
6506
+ #: models/bulkseo/Visibility.php:31
6507
+ #, php-format
6508
+ msgid ""
6509
+ "Let Google Index this page. %s You need to make sure your settings are turned "
6510
+ "to green for the 'Let Google Index this Page' section of this URL's "
6511
+ "visibility settings."
6512
+ msgstr ""
6513
+
6514
+ #: models/bulkseo/Visibility.php:34 view/Blocks/Snippet.php:1176
6515
+ msgid "Send Authority to this page"
6516
+ msgstr ""
6517
+
6518
+ #: models/bulkseo/Visibility.php:35
6519
+ #, php-format
6520
+ msgid ""
6521
+ "Pass SEO authority to this page. %s If you want this page to really be "
6522
+ "visible, then you must allow the flow of authority from the previous pages to "
6523
+ "this one. %s The previous page means any page that leads to the current one. "
6524
+ "Passing authority from the previous page to this one will improve the current "
6525
+ "page's visibility. %s You need to make sure your settings are turned to green "
6526
+ "for the 'Send Authority to this page' section of this URL's visibility "
6527
+ "settings."
6528
+ msgstr ""
6529
+
6530
+ #: models/bulkseo/Visibility.php:38
6531
+ msgid "Add page in sitemap"
6532
+ msgstr ""
6533
+
6534
+ #: models/bulkseo/Visibility.php:39
6535
+ #, php-format
6536
+ msgid ""
6537
+ "Turn the 'Show it in Sitemap.xml' toggle to ON. %s That setting helps you "
6538
+ "control if the current URL should be found within the sitemap. There are "
6539
+ "pages you will want in the sitemap, and pages that you will want out of the "
6540
+ "sitemap. %s If your purpose is to maximize visibility for the current URL, "
6541
+ "then you need to add it to Sitemap."
6542
+ msgstr ""
6543
+
6544
+ #: models/bulkseo/Visibility.php:42 view/Blocks/Snippet.php:1226
6545
+ msgid "301 Redirect"
6546
+ msgstr ""
6547
+
6548
+ #: models/bulkseo/Visibility.php:43
6549
+ msgid "Current Redirect"
6550
+ msgstr ""
6551
+
6552
+ #: models/bulkseo/Visibility.php:44
6553
+ msgid "No Redirects"
6554
+ msgstr ""
6555
+
6556
+ #: models/bulkseo/Visibility.php:45
6557
+ #, php-format
6558
+ msgid ""
6559
+ "You don't have to set any redirect link if you don't want to redirect to a "
6560
+ "different URL. %s Squirrly will alert you if you add a redirect URL to make "
6561
+ "sure you know what you're doing. %s The redirect link will be used to "
6562
+ "redirect visitors to a different URL when they access the URL of the current "
6563
+ "post."
6564
+ msgstr ""
6565
+
6566
+ #: models/bulkseo/Visibility.php:61
6567
+ msgid "Some visibility options are inactive."
6568
+ msgstr ""
6569
+
6570
+ #: models/bulkseo/Visibility.php:70
6571
+ msgid "Visibility is set correctly."
6572
+ msgstr ""
6573
+
6574
+ #: models/bulkseo/Visibility.php:99
6575
+ #, php-format
6576
+ msgid ""
6577
+ "Noindex for this post type is deactivated from %s Automation > Configuration "
6578
+ "%s."
6579
+ msgstr ""
6580
+
6581
+ #: models/bulkseo/Visibility.php:103 models/bulkseo/Visibility.php:144
6582
+ #, php-format
6583
+ msgid "Robots Meta is deactivated from %s SEO Configuration > SEO Metas %s."
6584
+ msgstr ""
6585
+
6586
+ #: models/bulkseo/Visibility.php:107 models/bulkseo/Visibility.php:148
6587
+ #, php-format
6588
+ msgid "SEO Metas is deactivated from %s SEO Configuration > SEO Metas %s."
6589
+ msgstr ""
6590
+
6591
+ #: models/bulkseo/Visibility.php:116
6592
+ #, php-format
6593
+ msgid ""
6594
+ "You selected '%s' in Settings > Reading. It's important to uncheck that "
6595
+ "option."
6596
+ msgstr ""
6597
+
6598
+ #: models/bulkseo/Visibility.php:140
6599
+ #, php-format
6600
+ msgid ""
6601
+ "Nofollow for this post type is deactivated from %s Automation > Configuration "
6602
+ "%s."
6603
+ msgstr ""
6604
+
6605
+ #: models/bulkseo/Visibility.php:174
6606
+ #, php-format
6607
+ msgid ""
6608
+ "This post type is excluded from sitemap. See %s Automation > Configuration %s."
6609
+ msgstr ""
6610
+
6611
+ #: models/bulkseo/Visibility.php:178
6612
+ #, php-format
6613
+ msgid ""
6614
+ "Sitemap XML is deactivated from %s SEO Configuration > Tweaks And Sitemap > "
6615
+ "Sitemap XML %s."
6616
+ msgstr ""
6617
+
6618
+ #: models/bulkseo/Visibility.php:199
6619
+ #, php-format
6620
+ msgid ""
6621
+ "Redirect is deactivated from %s SEO Configuration > Tweaks And Sitemap > SEO "
6622
+ "Links %s."
6623
+ msgstr ""
6624
+
6625
+ # @ squirrly-seo
6626
+ #: models/domain/Patterns.php:393
6627
+ #, fuzzy
6628
+ #| msgid "Squirrly settings"
6629
+ msgid "Page"
6630
+ msgstr "Squirrly Einstellungen"
6631
+
6632
+ #: models/domain/Patterns.php:394
6633
+ msgid "of"
6634
+ msgstr ""
6635
+
6636
+ #: models/focuspages/Accuracy.php:24
6637
+ msgid "Rank accuracy"
6638
+ msgstr ""
6639
+
6640
+ #: models/focuspages/Accuracy.php:25
6641
+ #, php-format
6642
+ msgid ""
6643
+ "Do you need better accuracy for your ranking results? %s Look at the "
6644
+ "%sBusiness Plan%s pricing for Squirrly SEO. %s The SERP Checker Available on "
6645
+ "FREE and PRO Plans is made via Search Console integration, which means that "
6646
+ "the information is not as accurate as possible and will not clearly depict "
6647
+ "the exact position in Google. %s Why? %s Google uses an average when it comes "
6648
+ "to the position. And it's not the true position. The average is made "
6649
+ "according to the positions that the page was found on when users did click on "
6650
+ "it. %s Also, the data inside Search Console is a bit old, so if you're "
6651
+ "actively trying to increase your rankings day in and day out, you need the "
6652
+ "Business Plan. %s If you just want casually to know your rankings and not "
6653
+ "care about FULL accuracy, then you can stick with your current plan."
6654
+ msgstr ""
6655
+
6656
+ # @ squirrly-seo
6657
+ #: models/focuspages/Accuracy.php:45 models/focuspages/Clicks.php:68
6658
+ #: models/focuspages/Ctr.php:68 models/focuspages/Impressions.php:68
6659
+ #: models/focuspages/Indexability.php:99 models/focuspages/Traffic.php:106
6660
+ #, fuzzy
6661
+ #| msgid "Google %sAnalytics ID%s`:"
6662
+ msgid "Connect Google Search"
6663
+ msgstr "Google %sAnalytics ID%s`:"
6664
+
6665
+ # @ squirrly-seo
6666
+ #: models/focuspages/Audit.php:104
6667
+ #, fuzzy, php-format
6668
+ #| msgid "Squirrly settings"
6669
+ msgid "Audit score is over %s"
6670
+ msgstr "Squirrly Einstellungen"
6671
+
6672
+ #: models/focuspages/Audit.php:107
6673
+ #, php-format
6674
+ msgid ""
6675
+ "Even though we recommend getting an Audit score of 84 or above, a score of %s "
6676
+ "will do. %s The %sAudit%s made by Squirrly takes a lot of things into "
6677
+ "account: blogging, SEO, social media, links, authority, traffic. All these "
6678
+ "aspects contribute directly or indirectly to the overall SEO of your site. %s "
6679
+ "Therefore, without a good score on your Audit it's quite probable for Google "
6680
+ "not to position your pages high enough, because overall your website is not "
6681
+ "doing good enough for it to be considered a priority. %s A page will not rank "
6682
+ "high if most of the website has low quality SEO and low marketing metrics."
6683
+ msgstr ""
6684
+
6685
+ #: models/focuspages/Audit.php:110
6686
+ msgid "No duplicate titles"
6687
+ msgstr ""
6688
+
6689
+ #: models/focuspages/Audit.php:111
6690
+ #, php-format
6691
+ msgid ""
6692
+ "Make sure that you don't have duplicate titles across pages from your site. "
6693
+ "%s If you do, then use canonical links to point the duplicate pages towards "
6694
+ "the original. %s Otherwise, if it's too hard to customize too many titles at "
6695
+ "once, simply use the Patterns feature from Squirrly. You'll be able to define "
6696
+ "patterns, so that your titles will seem to be unique. %s Go to %s Squirrly > "
6697
+ "Automation > Configuration %s. There you will find the Patterns tab."
6698
+ msgstr ""
6699
+
6700
+ #: models/focuspages/Audit.php:114
6701
+ msgid "No duplicate description"
6702
+ msgstr ""
6703
+
6704
+ #: models/focuspages/Audit.php:115
6705
+ #, php-format
6706
+ msgid ""
6707
+ "Make sure that your pages do not have duplicate descriptions. %s This is "
6708
+ "super easy to fix if you're using the SEO Automation feature from Squirrly "
6709
+ "SEO, because it will generate your META description automatically from the "
6710
+ "content of your page (in case you didn't already place a custom description). "
6711
+ "%s If you want to fix this problem by giving the problematic pages their own "
6712
+ "custom descriptions: go to the %sSquirrly SEO > Bulk SEO%s and see which "
6713
+ "pages have this problem."
6714
+ msgstr ""
6715
+
6716
+ #: models/focuspages/Audit.php:118
6717
+ msgid "No empty titles"
6718
+ msgstr ""
6719
+
6720
+ #: models/focuspages/Audit.php:119
6721
+ #, php-format
6722
+ msgid ""
6723
+ "Make sure that you do not have pages with empty titles. %s This means: pages "
6724
+ "where you haven't placed a META title in your Snippet. %s Features like SEO "
6725
+ "Automation or SEO Snippet from Squirrly SEO will help you easily fix this "
6726
+ "problem by either automating or customizing descriptions for your pages."
6727
+ msgstr ""
6728
+
6729
+ #: models/focuspages/Audit.php:122
6730
+ msgid "No empty descriptions"
6731
+ msgstr ""
6732
+
6733
+ #: models/focuspages/Audit.php:123
6734
+ #, php-format
6735
+ msgid ""
6736
+ "Make sure that you do not have pages with empty descriptions. %s This means: "
6737
+ "pages where you haven't placed a META description. %s Features like SEO "
6738
+ "Automation or SEO Snippet from Squirrly SEO will help you easily fix this "
6739
+ "problem by either automating or customizing descriptions for your pages."
6740
+ msgstr ""
6741
+
6742
+ # @ squirrly-seo
6743
+ #: models/focuspages/Audit.php:126
6744
+ #, fuzzy
6745
+ #| msgid "Squirrly LIVE SEO assistant"
6746
+ msgid "SEO speed"
6747
+ msgstr "Squirrly LIVE SEO-Assistent"
6748
+
6749
+ #: models/focuspages/Audit.php:127
6750
+ msgid "sec"
6751
+ msgstr ""
6752
+
6753
+ #: models/focuspages/Audit.php:128
6754
+ #, php-format
6755
+ msgid ""
6756
+ "You need to get good loading times for your pages. %s Good loading times will "
6757
+ "help you rank higher in Google, while pages that load very slowly will drag "
6758
+ "you down in search results."
6759
+ msgstr ""
6760
+
6761
+ #: models/focuspages/Audit.php:131
6762
+ msgid "Mobile-friendly"
6763
+ msgstr ""
6764
+
6765
+ #: models/focuspages/Audit.php:132
6766
+ #, php-format
6767
+ msgid ""
6768
+ "Your website must be mobile friendly. %s It used to be an optional thing for "
6769
+ "Google until now, but it made it quite mandatory. %s Google prefers to "
6770
+ "display sites which are mobile friendly higher in search results, because "
6771
+ "most people search using mobile devices these days."
6772
+ msgstr ""
6773
+
6774
+ # @ squirrly-seo
6775
+ #: models/focuspages/Audit.php:154
6776
+ #, fuzzy
6777
+ #| msgid "automatically"
6778
+ msgid "Go to Audit"
6779
+ msgstr "automatisch"
6780
+
6781
+ # @ squirrly-seo
6782
+ #: models/focuspages/Audit.php:156
6783
+ #, fuzzy
6784
+ #| msgid "Squirrly settings"
6785
+ msgid "Note! The audit is not ready yet"
6786
+ msgstr "Squirrly Einstellungen"
6787
+
6788
+ #: models/focuspages/Audit.php:157
6789
+ msgid "Request a new audit"
6790
+ msgstr ""
6791
+
6792
+ # @ squirrly-seo
6793
+ #: models/focuspages/Authority.php:65
6794
+ #, fuzzy, php-format
6795
+ #| msgid "Squirrly settings"
6796
+ msgid "Authority over %s"
6797
+ msgstr "Squirrly Einstellungen"
6798
+
6799
+ #: models/focuspages/Authority.php:67
6800
+ #, php-format
6801
+ msgid ""
6802
+ "Your Page Authority Needs to be over %s to complete this task. %s To do that "
6803
+ "you'll need good metrics for all the tasks in the Traffic Health section of "
6804
+ "Focus Pages. %s You'll also need inner links, social media signals and "
6805
+ "backlinks from 3rd party sites."
6806
+ msgstr ""
6807
+
6808
+ #: models/focuspages/Backlinks.php:64
6809
+ #, php-format
6810
+ msgid "At Least %s MOZ BackLinks"
6811
+ msgstr ""
6812
+
6813
+ #: models/focuspages/Backlinks.php:65 models/focuspages/Backlinks.php:76
6814
+ msgid "backlinks"
6815
+ msgstr ""
6816
+
6817
+ #: models/focuspages/Backlinks.php:67
6818
+ #, php-format
6819
+ msgid ""
6820
+ "At Least %s Moz Backlinks %s We use Moz’s API to show you data about the "
6821
+ "number of backlinks your site has. %s There is no one exact recipe, but "
6822
+ "having at least %s backlinks from authority websites will definitely help you "
6823
+ "rank better in the long run. %s To build a good Backlinks strategy, focus on "
6824
+ "social media sharing, guest posting, blog comments, Quora comments, ads, and "
6825
+ "more. %s PRO TIP %s : Day 8 of the 14 Days Journey to Better Ranking will "
6826
+ "give you more ideas of tactics you can employ in order to build good "
6827
+ "backlinks for your Focus Pages."
6828
+ msgstr ""
6829
+
6830
+ #: models/focuspages/Backlinks.php:70
6831
+ #, php-format
6832
+ msgid "At Least %s Referring Domains"
6833
+ msgstr ""
6834
+
6835
+ #: models/focuspages/Backlinks.php:71
6836
+ msgid "unique domains"
6837
+ msgstr ""
6838
+
6839
+ #: models/focuspages/Backlinks.php:72
6840
+ #, php-format
6841
+ msgid ""
6842
+ "At Least %s Referring Domains %s A referring domain is an external website "
6843
+ "that links to your site. %s How this is counted: if your page has a backlink "
6844
+ "from the Wall Street Journal - it has one referring domain. If your page has "
6845
+ "a backlink from the Wall Street Journal and one from Forbes, that's two "
6846
+ "referring domains. Two backlinks from Forbes - that’s still counted as ONE "
6847
+ "referring domain. %s Having a variety of relevant, high-quality sites linking "
6848
+ "back to your pages as opposed to just having the same site linking to you "
6849
+ "over and over again will give you an edge when it comes to increasing your "
6850
+ "authority and rankings."
6851
+ msgstr ""
6852
+
6853
+ #: models/focuspages/Backlinks.php:75
6854
+ #, php-format
6855
+ msgid "At Least %s Majestic SEO Links"
6856
+ msgstr ""
6857
+
6858
+ #: models/focuspages/Backlinks.php:77
6859
+ #, php-format
6860
+ msgid ""
6861
+ "At Least %s Majestic SEO Links %s Squirrly SEO integrates with Majestic to "
6862
+ "retrieve information related to the number of links you’ve received for this "
6863
+ "Focus Page. %s High-quality backlinks improve your site’s authority and help "
6864
+ "you rank higher in search engine results pages. Build a strong backlink "
6865
+ "profile by focusing on getting lots of backlinks from multiple domains with a "
6866
+ "high DA (domain authority)."
6867
+ msgstr ""
6868
+
6869
+ # @ squirrly-seo
6870
+ #: models/focuspages/Clicks.php:46
6871
+ #, fuzzy
6872
+ #| msgid "Tool for Search Engines"
6873
+ msgid "Clicks from Search Engine in the last 3 months"
6874
+ msgstr "Tool für Suchmaschinen"
6875
+
6876
+ #: models/focuspages/Clicks.php:47
6877
+ #, php-format
6878
+ msgid ""
6879
+ "Clicks from Search Engine in the last 3 months. %s Clicks show you how many "
6880
+ "users clicked on your Focus Page after they searched for your keyword and saw "
6881
+ "your page in Google’s Search Results. %s To get more clicks for this page: "
6882
+ "Focus on creating attractive texts and make sure the info in the Snippet is "
6883
+ "100%% Optimized with the Assistant inside the Bulk SEO section of Squirrly."
6884
+ msgstr ""
6885
+
6886
+ # @ squirrly-seo
6887
+ #: models/focuspages/Clicks.php:71 models/focuspages/Clicks.php:80
6888
+ #: models/focuspages/Content.php:108 models/focuspages/Ctr.php:71
6889
+ #: models/focuspages/Ctr.php:80 models/focuspages/Image.php:111
6890
+ #: models/focuspages/Impressions.php:71 models/focuspages/Impressions.php:80
6891
+ #: models/focuspages/Keyword.php:106 models/focuspages/Keyword.php:115
6892
+ #: models/focuspages/Strategy.php:116 view/Research/Briefcase.php:256
6893
+ #, fuzzy
6894
+ #| msgid "Do the research"
6895
+ msgid "Do a research"
6896
+ msgstr "Recherchieren"
6897
+
6898
+ # @ squirrly-seo
6899
+ #: models/focuspages/Clicks.php:79 models/focuspages/Content.php:107
6900
+ #: models/focuspages/Ctr.php:79 models/focuspages/Image.php:110
6901
+ #: models/focuspages/Impressions.php:79 models/focuspages/Keyword.php:113
6902
+ #: models/focuspages/Snippet.php:196 models/focuspages/Strategy.php:115
6903
+ #, fuzzy
6904
+ #| msgid "Squirrly settings"
6905
+ msgid "No Keyword found in Squirrly Live Assistant"
6906
+ msgstr "Squirrly Einstellungen"
6907
+
6908
+ # @ squirrly-seo
6909
+ #: models/focuspages/Clicks.php:82 models/focuspages/Content.php:111
6910
+ #: models/focuspages/Ctr.php:82 models/focuspages/Image.php:117
6911
+ #: models/focuspages/Impressions.php:82 models/focuspages/Keyword.php:116
6912
+ #: models/focuspages/Strategy.php:118
6913
+ #, fuzzy
6914
+ #| msgid "Tips: 2-4 keywords"
6915
+ msgid "Optimize for a keyword"
6916
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6917
+
6918
+ # @ squirrly-seo
6919
+ #: models/focuspages/Clicks.php:118 models/focuspages/Ctr.php:118
6920
+ #: models/focuspages/Impressions.php:118
6921
+ #, fuzzy
6922
+ #| msgid "Google %sAnalytics ID%s`:"
6923
+ msgid "Connect to Google Search Console."
6924
+ msgstr "Google %sAnalytics ID%s`:"
6925
+
6926
+ # @ squirrly-seo
6927
+ #: models/focuspages/Content.php:49
6928
+ #, fuzzy, php-format
6929
+ #| msgid "Tips: 2-4 keywords"
6930
+ msgid "Optimize to %s"
6931
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6932
+
6933
+ #: models/focuspages/Content.php:51
6934
+ #, php-format
6935
+ msgid ""
6936
+ "Make sure this Focus Page is optimized to %s using the %s Squirrly SEO Live "
6937
+ "Assistant %s. %s As you can see clearly on Google search result pages, "
6938
+ "Googles tries to find the closest match (inside web content) to what the user "
6939
+ "searched for. %s That is why using this method of optimizing a page as "
6940
+ "outlined by the Live Assistant feature is mandatory. %s Don't worry about "
6941
+ "over-optimizing anything, as the Live Assistant checks for many over-"
6942
+ "optimization traps you may fall into."
6943
+ msgstr ""
6944
+
6945
+ #: models/focuspages/Content.php:54
6946
+ msgid "Snippet is green"
6947
+ msgstr ""
6948
+
6949
+ #: models/focuspages/Content.php:55
6950
+ #, php-format
6951
+ msgid ""
6952
+ "The tasks inside the %s Snippet %s section of the Focus Pages feature must "
6953
+ "all be completed. %s Why? %s If the Snippet elements are Not completed, then "
6954
+ "your Focus Page is not 100%% optimized. %s We've built this SEO Content "
6955
+ "section especially because we wanted to help you understand that there's a "
6956
+ "lot more to On-Page SEO than just a content analysis, or a snippet. You need "
6957
+ "all these elements working together in order to achieve high rankings."
6958
+ msgstr ""
6959
+
6960
+ #: models/focuspages/Content.php:58
6961
+ msgid "Platform SEO is green"
6962
+ msgstr ""
6963
+
6964
+ #: models/focuspages/Content.php:59
6965
+ #, php-format
6966
+ msgid ""
6967
+ "Make sure that the Platform SEO section is green for this Focus Page. %s "
6968
+ "Because WordPress is such a vast CMS with many customization possibilities, "
6969
+ "it happens to many website owners, business owners and developers, that "
6970
+ "custom post types from their site remain completely without SEO codes and "
6971
+ "other important settings. %s This task makes sure that everything is properly "
6972
+ "set up."
6973
+ msgstr ""
6974
+
6975
+ #: models/focuspages/Content.php:62
6976
+ msgid "Fresh content update"
6977
+ msgstr ""
6978
+
6979
+ #: models/focuspages/Content.php:64
6980
+ #, php-format
6981
+ msgid ""
6982
+ "Last Update Date for your Content: needs to be in the last 3 months. %s If "
6983
+ "it's not, then go and edit your page. %s Google prefers pages where the "
6984
+ "website owners keep updating the content. %s Why? %s Because it's one of the "
6985
+ "easiest ways to ensure that the content on the page keeps being relevant."
6986
+ msgstr ""
6987
+
6988
+ # @ squirrly-seo
6989
+ #: models/focuspages/Content.php:96 models/focuspages/Keyword.php:109
6990
+ #: view/Research/Briefcase.php:242 view/Research/HistoryDetails.php:71
6991
+ #: view/Research/ResearchDetails.php:45
6992
+ #, fuzzy
6993
+ #| msgid "Tips: 2-4 keywords"
6994
+ msgid "Optimize for this"
6995
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
6996
+
6997
+ #: models/focuspages/Ctr.php:45
6998
+ msgid "Clickthrough rate"
6999
+ msgstr ""
7000
+
7001
+ #: models/focuspages/Ctr.php:46
7002
+ #, php-format
7003
+ msgid ""
7004
+ "CTR is the number of clicks that your page receives divided by the number of "
7005
+ "times your page appeared in search results: clicks ÷ impressions = CTR. %s "
7006
+ "For example, if you had 5 clicks and 100 impressions, then your CTR would be "
7007
+ "5%%. %s Keep the CTR above %s with enhanced headlines."
7008
+ msgstr ""
7009
+
7010
+ # @ squirrly-seo
7011
+ #: models/focuspages/Image.php:77
7012
+ #, fuzzy
7013
+ #| msgid "Do the research"
7014
+ msgid "Keyword in filename"
7015
+ msgstr "Recherchieren"
7016
+
7017
+ #: models/focuspages/Image.php:80
7018
+ #, php-format
7019
+ msgid ""
7020
+ "Your filename for one of the images in this Focus Page should be: %s keyword."
7021
+ "jpg %s Download a relevant image from your page. Change the filename. Then re-"
7022
+ "upload with the SEO filename and add it your page's content again. %s It's "
7023
+ "best to keep this at only one filename which contains the main keyword of the "
7024
+ "page. %s Why? %s Because Google could consider over-optimization if you used "
7025
+ "it more than once."
7026
+ msgstr ""
7027
+
7028
+ #: models/focuspages/Image.php:107 models/focuspages/Snippet.php:199
7029
+ msgid "Edit your snippet"
7030
+ msgstr ""
7031
+
7032
+ #: models/focuspages/Image.php:151
7033
+ msgid "Optimize the post first using a Keyword from Squirrly Briefcase"
7034
+ msgstr ""
7035
+
7036
+ # @ squirrly-seo
7037
+ #: models/focuspages/Image.php:152
7038
+ #, fuzzy
7039
+ #| msgid "Tips: 2-4 keywords"
7040
+ msgid "No image found"
7041
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
7042
+
7043
+ # @ squirrly-seo
7044
+ #: models/focuspages/Impressions.php:46
7045
+ #, fuzzy
7046
+ #| msgid "Tool for Search Engines"
7047
+ msgid "Search Results Impressions in the last 3 months"
7048
+ msgstr "Tool für Suchmaschinen"
7049
+
7050
+ #: models/focuspages/Impressions.php:47
7051
+ #, php-format
7052
+ msgid ""
7053
+ "Search Results Impressions in the last 3 months (requires connection to "
7054
+ "Google Search Console) %s Impressions = the number of times your page "
7055
+ "appeared in search results. %s To show you data inside this task, Squirrly "
7056
+ "retrieves information from your GSC based on the keyword you selected as the "
7057
+ "main keyword for this Focus Page. %s With data from this task, you are able "
7058
+ "to see if your focus page became visible on Google, if people are finding it "
7059
+ "and how they are interacting with it. %s PRO TIP %s : Since a focus page is "
7060
+ "one of your most important pages, you’ll also need great texts to attract "
7061
+ "CLICKS once you do reach page 1 of Google."
7062
+ msgstr ""
7063
+
7064
+ #: models/focuspages/Indexability.php:55
7065
+ msgid "Yes, do index"
7066
+ msgstr ""
7067
+
7068
+ #: models/focuspages/Indexability.php:57 models/focuspages/Indexability.php:63
7069
+ msgid "no restrictions"
7070
+ msgstr ""
7071
+
7072
+ #: models/focuspages/Indexability.php:58
7073
+ #, php-format
7074
+ msgid ""
7075
+ "To complete this task, go and look at all the places where you could have "
7076
+ "added instructions for Google not to index this page from your site. %s Make "
7077
+ "sure that there is no such instruction added to %sWordPress > Settings%s, or "
7078
+ "in a theme, or in a plugin, or in Squirrly SEO's Snippet for this page. Also, "
7079
+ "make sure you don't block this page in your %srobots.txt%s file. %s "
7080
+ "Sometimes, you will want certain pages from your site not to be indexed. Now "
7081
+ "is not the case, however. %s If you see a check mark for this task, then it "
7082
+ "means that you did not specify to Google that it should NOT index the page. "
7083
+ "%s Therefore, you allow Google to index the page. %s Since this is a Focus "
7084
+ "Page, you must allow Google to index it, in order for it to appear in search "
7085
+ "result pages."
7086
+ msgstr ""
7087
+
7088
+ #: models/focuspages/Indexability.php:61
7089
+ msgid "Yes, do follow"
7090
+ msgstr ""
7091
+
7092
+ #: models/focuspages/Indexability.php:64
7093
+ #, php-format
7094
+ msgid ""
7095
+ "To complete this task, make sure that you do NOT have a no-follow attribute "
7096
+ "for this Focus Page. %s This task gets verified from multiple sources. %s "
7097
+ "However, if you want to be 100%% certain in the future that everything is "
7098
+ "perfect, use just Squirrly SEO, because it will ease both your setup and the "
7099
+ "system check. %s With Squirrly SEO, you could easily check this setting in "
7100
+ "the %sSnippet section%s. %s Many themes and plugins could interfere with "
7101
+ "settings."
7102
+ msgstr ""
7103
+
7104
+ #: models/focuspages/Indexability.php:67
7105
+ msgid "Present in sitemap"
7106
+ msgstr ""
7107
+
7108
+ #: models/focuspages/Indexability.php:68
7109
+ #, php-format
7110
+ msgid ""
7111
+ "Checks whether or not your page is available in your %sXML Sitemap%s. %s Use "
7112
+ "the Sitemap from %s Squirrly > SEO Configuration > Tweaks and Sitemap %s. %s "
7113
+ "Make sure this Focus Page is included in the sitemap generated by Squirrly "
7114
+ "SEO. %s In the best practices section you can find ideas for why it can make "
7115
+ "sense to remove pages from your sitemap."
7116
+ msgstr ""
7117
+
7118
+ #: models/focuspages/Indexability.php:71
7119
+ msgid "Manual index request"
7120
+ msgstr ""
7121
+
7122
+ #: models/focuspages/Indexability.php:72
7123
+ #, php-format
7124
+ msgid ""
7125
+ "Click the button to %s Ask Google to re-index %s this page. %s Disclaimer: "
7126
+ "This task will automatically be marked as complete once you click on the "
7127
+ "button and it takes you to Google Search Console. It's up to you to make "
7128
+ "100%% sure that you do tell Google to either index or re-index this page. %s "
7129
+ "Perform a manual request for Google to re-index this page. %s This is super "
7130
+ "important to do whenever you make important changes to your pages. Otherwise, "
7131
+ "Google will still have the old version of your page. %s If Google keeps "
7132
+ "having the older version, then it doesn't matter if you've improved the page. "
7133
+ "%s When you click the Ask Google to Re-Index button, Squirrly will use the "
7134
+ "Google Search Console API to send Google the request on your behalf."
7135
+ msgstr ""
7136
+
7137
+ # @ squirrly-seo
7138
+ #: models/focuspages/Indexability.php:75 view/Blocks/Snippet.php:296
7139
+ #, fuzzy
7140
+ #| msgid "adds <strong>canonical</strong> link in home page"
7141
+ msgid "Canonical link"
7142
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
7143
+
7144
+ # @ squirrly-seo
7145
+ #: models/focuspages/Indexability.php:76
7146
+ #, fuzzy
7147
+ #| msgid "Google %sAnalytics ID%s`:"
7148
+ msgid "Canonical"
7149
+ msgstr "Google %sAnalytics ID%s`:"
7150
+
7151
+ # @ squirrly-seo
7152
+ #: models/focuspages/Indexability.php:76
7153
+ #, fuzzy
7154
+ #| msgid "Google %sAnalytics ID%s`:"
7155
+ msgid "No Canonical"
7156
+ msgstr "Google %sAnalytics ID%s`:"
7157
+
7158
+ # @ squirrly-seo
7159
+ #: models/focuspages/Indexability.php:76
7160
+ #, fuzzy
7161
+ #| msgid "Squirrly LIVE SEO assistant"
7162
+ msgid "Post URL"
7163
+ msgstr "Squirrly LIVE SEO-Assistent"
7164
+
7165
+ #: models/focuspages/Indexability.php:76
7166
+ msgid "No URL"
7167
+ msgstr ""
7168
+
7169
+ #: models/focuspages/Indexability.php:78
7170
+ #, php-format
7171
+ msgid ""
7172
+ "This page should have a canonical link to itself, indicating that it is "
7173
+ "indeed the original content. %s You can not have pages with canonical links "
7174
+ "to other sites and pages, because you could not rank for them. Why? Because a "
7175
+ "canonical link to another URL would mean that the other URL is the one worth "
7176
+ "indexing. (the original one) %s To complete this task, go and make sure that "
7177
+ "this page does NOT have a canonical link attribute pointing to another page. "
7178
+ "%s You can easily control this in the future by using the %sSnippet feature%s "
7179
+ "of Squirrly SEO."
7180
+ msgstr ""
7181
+
7182
+ #: models/focuspages/Indexability.php:81
7183
+ msgid "Permalink structure is good"
7184
+ msgstr ""
7185
+
7186
+ #: models/focuspages/Indexability.php:83
7187
+ #, php-format
7188
+ msgid ""
7189
+ "Make your LINKS SEO-Friendly in %sWordPress > Settings > Permalinks%s %s That "
7190
+ "is where WordPress allows you to change the permalink structure. %s Your URLs "
7191
+ "(the links from your site) should be super easy to read. This makes your site "
7192
+ "Human-friendly as well."
7193
+ msgstr ""
7194
+
7195
+ #: models/focuspages/Indexability.php:104
7196
+ msgid "Ask Google to Re-Index"
7197
+ msgstr ""
7198
+
7199
+ #: models/focuspages/Innerlinks.php:56
7200
+ #, php-format
7201
+ msgid "Get %s inner links"
7202
+ msgstr ""
7203
+
7204
+ #: models/focuspages/Innerlinks.php:57
7205
+ msgid "inner links to"
7206
+ msgstr ""
7207
+
7208
+ #: models/focuspages/Innerlinks.php:59
7209
+ #, php-format
7210
+ msgid ""
7211
+ "Get %s Inner Links %s Recommended is: %s %s Inner Links are links that you "
7212
+ "send from one URL of your site to another URL of your site. %s Since your "
7213
+ "Focus Pages are the most important pages in your site, you should make sure "
7214
+ "that you link to them from many pages of your website. %s Note! We check the "
7215
+ "links present in the content of each post of your website."
7216
+ msgstr ""
7217
+
7218
+ #: models/focuspages/Innerlinks.php:79
7219
+ msgid "Build with Blogging Assistant"
7220
+ msgstr ""
7221
+
7222
+ # @ squirrly-seo
7223
+ #: models/focuspages/Keyword.php:51
7224
+ #, fuzzy
7225
+ #| msgid "Do the research"
7226
+ msgid "Keyword Competition"
7227
+ msgstr "Recherchieren"
7228
+
7229
+ #: models/focuspages/Keyword.php:54
7230
+ #, php-format
7231
+ msgid ""
7232
+ "To complete this task you must make sure that the main keyword you're "
7233
+ "optimizing this Focus Page for has low competition. %s The Squirrly SEO "
7234
+ "software suite uses our proprietary Market Intelligence feature to determine "
7235
+ "the chance that your site has of outranking the current TOP 10 of Google for "
7236
+ "the desired keyword you're targeting. %s If you really want to have a clear "
7237
+ "shot at ranking, make sure the competition is low for the keyword you choose."
7238
+ msgstr ""
7239
+
7240
+ # @ squirrly-seo
7241
+ #: models/focuspages/Keyword.php:103
7242
+ #, fuzzy
7243
+ #| msgid "Tips: 2-4 keywords"
7244
+ msgid "Find Better Keywords"
7245
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
7246
+
7247
+ #: models/focuspages/Keyword.php:161
7248
+ msgid ""
7249
+ "Decent ranking chance, based on the fact that it might be a niche keyword"
7250
+ msgstr ""
7251
+
7252
+ # @ squirrly-seo
7253
+ #: models/focuspages/Keyword.php:170 models/focuspages/Keyword.php:190
7254
+ #: models/focuspages/Keyword.php:215
7255
+ #, fuzzy
7256
+ #| msgid "Enter even more keywords."
7257
+ msgid "No Keyword Found"
7258
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
7259
+
7260
+ #: models/focuspages/Keyword.php:170 models/focuspages/Keyword.php:190
7261
+ #: models/focuspages/Keyword.php:215
7262
+ msgid "Please add a keyword first in Squirrly Live Assistant."
7263
+ msgstr ""
7264
+
7265
+ #: models/focuspages/Length.php:39
7266
+ #, php-format
7267
+ msgid "Write %s words"
7268
+ msgstr ""
7269
+
7270
+ # @ squirrly-seo
7271
+ #: models/focuspages/Length.php:40
7272
+ #, fuzzy
7273
+ #| msgid "Tips: 2-4 keywords"
7274
+ msgid "words"
7275
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
7276
+
7277
+ #: models/focuspages/Length.php:42
7278
+ #, php-format
7279
+ msgid ""
7280
+ "For Focus Pages it's mandatory, in our opinion, to have at least 1,500 words. "
7281
+ "%s Go and edit the page. %s I know: for some of you it might sound tough, but "
7282
+ "Google places longer, more valuable pages higher in search positions. %s You "
7283
+ "don't necessarily have to get 1,500 words on this page for it to rank in TOP "
7284
+ "10 on Google. However, getting this task completed ensures that your chances "
7285
+ "of ranking will be very high."
7286
+ msgstr ""
7287
+
7288
+ #: models/focuspages/Length.php:45
7289
+ msgid "Reader's Experience"
7290
+ msgstr ""
7291
+
7292
+ #: models/focuspages/Length.php:46
7293
+ msgid "minutes average"
7294
+ msgstr ""
7295
+
7296
+ #: models/focuspages/Length.php:47
7297
+ #, php-format
7298
+ msgid ""
7299
+ "Get an average time on page of minimum 2 minutes for this focus page. You can "
7300
+ "do this by editing the content and making it more appealing to visitors. %s "
7301
+ "We're looking at the Average Time On Page for this page. %s Why? %s Because, "
7302
+ "sometimes website owners can be tempted to make the pages longer in order to "
7303
+ "get many words on a page. They make them longer by increasing wordiness. %s "
7304
+ "Over 1,500 words / page can give you much better SEO results. However, making "
7305
+ "it longer does not mean you should make it boring. %s In order to check that "
7306
+ "the length of the page was increased properly, we also take into account if "
7307
+ "website visitors love this page."
7308
+ msgstr ""
7309
+
7310
+ # @ squirrly-seo
7311
+ #: models/focuspages/Length.php:69
7312
+ #, fuzzy
7313
+ #| msgid "Squirrly settings"
7314
+ msgid "Edit Page"
7315
+ msgstr "Squirrly Einstellungen"
7316
+
7317
+ # @ squirrly-seo
7318
+ #: models/focuspages/Length.php:91
7319
+ #, fuzzy
7320
+ #| msgid "Google %sAnalytics ID%s`:"
7321
+ msgid "Connect to Google Analytics first."
7322
+ msgstr "Google %sAnalytics ID%s`:"
7323
+
7324
+ # @ squirrly-seo
7325
+ #: models/focuspages/Length.php:131 models/focuspages/Traffic.php:153
7326
+ #: models/focuspages/Traffic.php:171 models/focuspages/Traffic.php:189
7327
+ #, fuzzy
7328
+ #| msgid "Google %sAnalytics ID%s`:"
7329
+ msgid "Connect Google Analytics first."
7330
+ msgstr "Google %sAnalytics ID%s`:"
7331
+
7332
+ #: models/focuspages/Nofollow.php:63
7333
+ msgid "Maintain authority"
7334
+ msgstr ""
7335
+
7336
+ #: models/focuspages/Nofollow.php:64
7337
+ msgid "External Dofollow Links"
7338
+ msgstr ""
7339
+
7340
+ #: models/focuspages/Nofollow.php:64
7341
+ msgid "No dofollow external links"
7342
+ msgstr ""
7343
+
7344
+ #: models/focuspages/Nofollow.php:66 models/focuspages/Ranking.php:27
7345
+ #, php-format
7346
+ msgid ""
7347
+ "TLDR: All outbound links need to have no-follow attribute. %s You've worked "
7348
+ "hard on your Focus Page. %s Now make sure that you're not letting that hard "
7349
+ "work go to waste, by sending out all your authority and Link Juice over to "
7350
+ "other pages from the web. %s The Focus Page needs to be the final page that "
7351
+ "Google Follows. It's an \"All Roads Lead to Rome\" kind of scenario. %s If "
7352
+ "you want your focus pages to get ranked better and have authority make sure "
7353
+ "that ALL outbound links have a no-follow attribute attached to them."
7354
+ msgstr ""
7355
+
7356
+ #: models/focuspages/Onpage.php:56
7357
+ msgid "Enhance your sitemap"
7358
+ msgstr ""
7359
+
7360
+ #: models/focuspages/Onpage.php:57
7361
+ #, php-format
7362
+ msgid ""
7363
+ "Add images / videos to your sitemap. It's important to have images / videos "
7364
+ "enabled. %s Squirrly SEO makes it super easy for you to enhance your XML "
7365
+ "sitemap. %s Just use the settings from %s Squirrly > SEO Configuration > "
7366
+ "Tweaks And Sitemap %s. Find the XML sitemap section and use the settings from "
7367
+ "that panel. "
7368
+ msgstr ""
7369
+
7370
+ #: models/focuspages/Onpage.php:60
7371
+ msgid "Post Type settings activated"
7372
+ msgstr ""
7373
+
7374
+ #: models/focuspages/Onpage.php:61
7375
+ #, php-format
7376
+ msgid ""
7377
+ "Are the SEO Settings from Squirrly SEO activated for the post type of this "
7378
+ "particular Focus Page? %s This is what we're checking with this task. %s Why? "
7379
+ "%s Some of the times, we're seeing that people don't get good enough results "
7380
+ "with Google rankings simply because they do not have the SEO settings "
7381
+ "activated for their current post type. %s Many WordPress sites employ the use "
7382
+ "of custom post types. Your \"Events\" page or \"Real Estate\" page could be a "
7383
+ "different post type from general \"Pages\" or \"Posts\" in WordPress. %s To "
7384
+ "complete this task, go and add this post type (%s) in %sSquirrly SEO "
7385
+ "Automation%s."
7386
+ msgstr ""
7387
+
7388
+ # @ squirrly-seo
7389
+ #: models/focuspages/Onpage.php:64
7390
+ #, fuzzy
7391
+ #| msgid "automatically"
7392
+ msgid "SEO Automation activated"
7393
+ msgstr "automatisch"
7394
+
7395
+ #: models/focuspages/Onpage.php:65
7396
+ #, php-format
7397
+ msgid ""
7398
+ "To complete this task, go and activate the %s SEO Automation %s from All "
7399
+ "Features. %s With this task, we're looking to see if the SEO Patterns from "
7400
+ "Squirrly are activated for the post type of this Focus Page. %s Similar to "
7401
+ "the previous task with \"Post Type Settings Activated\". There are some cases "
7402
+ "in which this double check is necessary. %s It's for your ranking safety."
7403
+ msgstr ""
7404
+
7405
+ #: models/focuspages/Onpage.php:70
7406
+ #, php-format
7407
+ msgid ""
7408
+ "You have a certain definition for your Robots.txt file made in Squirrly SEO "
7409
+ "or in another plugin. %s Make sure that the final version of robots.txt that "
7410
+ "gets rendered when the file is loaded is the one you had intended. %s "
7411
+ "Sometimes, other plugins or themes can interfere and ruin the output of the "
7412
+ "robots file. Sometimes it can even be that you have a robots.txt file placed "
7413
+ "on your root directory (in such case: remove that file. hard-coding things "
7414
+ "like that is bad practice!). %s To do this: look at the definition you've "
7415
+ "made inside your plugin. Then, look at the robots.txt from your site. See if "
7416
+ "the text inside these two places is identical. If it is identical, everything "
7417
+ "is Perfect!"
7418
+ msgstr ""
7419
+
7420
+ # @ squirrly-seo
7421
+ #: models/focuspages/Onpage.php:89
7422
+ #, fuzzy
7423
+ #| msgid "Squirrly settings"
7424
+ msgid "Go to SEO Configuration"
7425
+ msgstr "Squirrly Einstellungen"
7426
+
7427
+ #: models/focuspages/Ranking.php:26
7428
+ msgid "Nofollow on external links"
7429
+ msgstr ""
7430
+
7431
+ #: models/focuspages/Snippet.php:134
7432
+ #, php-format
7433
+ msgid ""
7434
+ "To complete this task, go and define a title for this page. You can easily do "
7435
+ "this by using the %sSnippet%s from Squirrly SEO. %s Make sure that you have a "
7436
+ "Title defined for your Focus Page. %s Not having a title defined is bad for "
7437
+ "both search engines and Humans. %s Why? %s It's weird for someone to try to "
7438
+ "figure out if they landed on your Pricing page, and not get a clear answer. "
7439
+ "If you have multiple pricing pages (in case your site displays multiple "
7440
+ "products) then your title should only contain the brand name of that product."
7441
+ msgstr ""
7442
+
7443
+ #: models/focuspages/Snippet.php:137 models/focuspages/Snippet.php:274
7444
+ #: models/focuspages/Snippet.php:298 view/Automation/Automation.php:67
7445
+ #: view/Blocks/Snippet.php:761 view/Blocks/Snippet.php:1023
7446
+ msgid "Description"
7447
+ msgstr ""
7448
+
7449
+ #: models/focuspages/Snippet.php:139
7450
+ #, php-format
7451
+ msgid ""
7452
+ "To complete this task, go and define a %sMeta description%s for this page. "
7453
+ "You can easily do this by using the Snippet from Squirrly SEO. %s Make sure "
7454
+ "that you have a META description set up for this Focus Page. %s The meta "
7455
+ "description is very important for showing others the value they can find by "
7456
+ "clicking to go to your page. %s Think of it as an awesome ad that gets people "
7457
+ "excited enough that they visit your page after reading it. %s Sometimes, "
7458
+ "Google displays the exact META description that you create inside the search "
7459
+ "result pages. Use great descriptions for pages on your site to boost CTR "
7460
+ "(click-through rates)."
7461
+ msgstr ""
7462
+
7463
+ #: models/focuspages/Snippet.php:144
7464
+ #, php-format
7465
+ msgid "Keyword %s must be present in Title"
7466
+ msgstr ""
7467
+
7468
+ #: models/focuspages/Snippet.php:149
7469
+ #, php-format
7470
+ msgid "Keyword %s must be present in Description"
7471
+ msgstr ""
7472
+
7473
+ #: models/focuspages/Snippet.php:150
7474
+ #, php-format
7475
+ msgid ""
7476
+ "Same as with the title task. %s If a user reads the description of your page "
7477
+ "on Google, but cannot find the keyword they searched for in that text, then "
7478
+ "they'd have very low chances of actually clicking and visiting your page. %s "
7479
+ "They'd go to the next page ranked on Google for that keyword. %s Think about "
7480
+ "this: Google itself is trying more and more to display keywords in the "
7481
+ "description of the pages it bring to TOP 10. It's pretty clear they care a "
7482
+ "lot about this, because that's what people want to find on the search engine."
7483
+ msgstr ""
7484
+
7485
+ #: models/focuspages/Snippet.php:153
7486
+ msgid "Open Graph - full definition"
7487
+ msgstr ""
7488
+
7489
+ #: models/focuspages/Snippet.php:155
7490
+ #, php-format
7491
+ msgid ""
7492
+ "To complete this task, you can easily use the %sSnippet%s from Squirrly SEO "
7493
+ "to get all the definitions in place. %s With this task, we make sure that you "
7494
+ "have the full Open Graph definitions created for this Focus Page. %s There "
7495
+ "are many things which could interfere with the code, there are times when you "
7496
+ "could forget setting some of the elements up, so Squirrly SEO helps you make "
7497
+ "sure that ALL the og tags are present. %s And yes, this is relevant for your "
7498
+ "search engine position placements."
7499
+ msgstr ""
7500
+
7501
+ #: models/focuspages/Snippet.php:158
7502
+ msgid "Twitter Cards - full definition"
7503
+ msgstr ""
7504
+
7505
+ #: models/focuspages/Snippet.php:160
7506
+ #, php-format
7507
+ msgid ""
7508
+ "To complete this task, you can easily use the %sSnippet%s from Squirrly SEO "
7509
+ "to get all the definitions in place. %s Checking to make sure that your "
7510
+ "Twitter Cards definitions are made properly. %s Same as with the Open Graph "
7511
+ "task, Squirrly SEO makes sure to check for all the required definitions, so "
7512
+ "that you won't miss a beat."
7513
+ msgstr ""
7514
+
7515
+ #: models/focuspages/Snippet.php:163
7516
+ msgid "JSON-LD definition"
7517
+ msgstr ""
7518
+
7519
+ #: models/focuspages/Snippet.php:164
7520
+ #, php-format
7521
+ msgid ""
7522
+ "To complete this task, you can easily use the JSON-LD section inside %s "
7523
+ "Squirrly > SEO Configuration > Rich Snippets %s. %s Make sure that you "
7524
+ "complete all fields with the proper information. %s This gives important "
7525
+ "Semantic context to Google and it plays a role in determining how high your "
7526
+ "page should be placed in search rankings. %s You can validate your existing "
7527
+ "JSON-LD with: %shttps://search.google.com/test/rich-results%s"
7528
+ msgstr ""
7529
+
7530
+ #: models/focuspages/Snippet.php:167
7531
+ msgid "Customized"
7532
+ msgstr ""
7533
+
7534
+ #: models/focuspages/Snippet.php:168
7535
+ #, php-format
7536
+ msgid ""
7537
+ "The Snippets of your most important pages should be customized. %s Use the "
7538
+ "%sSnippet%s from Squirrly SEO to customize the meta settings, the open graph, "
7539
+ "etc. for this page. %s Since Focus Pages are the most important pages on your "
7540
+ "site, you'll want people to love the search engine listings that you build "
7541
+ "for this page. %s Therefore, you should define a custom SEO listing to "
7542
+ "improve the number of clicks you get when people DO find your page on search "
7543
+ "engines. %s NOTE: sometimes Google tries to create automated snippets and "
7544
+ "display those, but it's just an experiment they run. Most of the times, your "
7545
+ "own custom snippet will be the one that gets displayed."
7546
+ msgstr ""
7547
+
7548
+ #: models/focuspages/Snippet.php:275 models/focuspages/Snippet.php:299
7549
+ msgid "Image"
7550
+ msgstr ""
7551
+
7552
+ #: models/focuspages/Social.php:48
7553
+ #, php-format
7554
+ msgid "%s Shares"
7555
+ msgstr ""
7556
+
7557
+ #: models/focuspages/Social.php:49
7558
+ msgid "social share"
7559
+ msgstr ""
7560
+
7561
+ #: models/focuspages/Social.php:51
7562
+ #, php-format
7563
+ msgid ""
7564
+ "This task only tracks shares from trackable sources. %s Twitter and LinkedIN "
7565
+ "share counts are no longer available. %s Of course, for Twitter you can "
7566
+ "always pay Twitter directly for API access, in which case we could give you a "
7567
+ "guide on how to integrate your Twitter API with our Focus Pages audit "
7568
+ "services. %s %shttps://developer.twitter.com/en/pricing/search-fullarchive%s"
7569
+ msgstr ""
7570
+
7571
+ # @ squirrly-seo
7572
+ #: models/focuspages/Social.php:66
7573
+ #, fuzzy
7574
+ #| msgid "Squirrly settings"
7575
+ msgid "Go to Social Media Settings"
7576
+ msgstr "Squirrly Einstellungen"
7577
+
7578
+ # @ squirrly-seo
7579
+ #: models/focuspages/Strategy.php:73
7580
+ #, fuzzy
7581
+ #| msgid "Do the research"
7582
+ msgid "Add keyword to Briefcase"
7583
+ msgstr "Recherchieren"
7584
+
7585
+ # @ squirrly-seo
7586
+ #: models/focuspages/Strategy.php:74
7587
+ #, fuzzy
7588
+ #| msgid "Do the research"
7589
+ msgid "Great! The keyword exists in Briefcase"
7590
+ msgstr "Recherchieren"
7591
+
7592
+ # @ squirrly-seo
7593
+ #: models/focuspages/Strategy.php:74
7594
+ #, fuzzy
7595
+ #| msgid "Do the research"
7596
+ msgid "The keyword does not exist in Briefcase"
7597
+ msgstr "Recherchieren"
7598
+
7599
+ #: models/focuspages/Strategy.php:75
7600
+ #, php-format
7601
+ msgid ""
7602
+ "Go add a keyword to your %sBriefcase%s. %s The Briefcase is the command "
7603
+ "center for your SEO operations. Manage your keywords in Briefcase, so that "
7604
+ "you'll always have quick access to them. You'll always know what your SEO "
7605
+ "Strategy is all about. %s Plus, adding keywords to Briefcase will make it "
7606
+ "very easy for you to collaborate with other people from your team, "
7607
+ "freelancers, agencies or partners. %s Never lose the amazing keywords you "
7608
+ "find through the %sSquirrly SEO Keyword Research tool%s."
7609
+ msgstr ""
7610
+
7611
+ # @ squirrly-seo
7612
+ #: models/focuspages/Strategy.php:78
7613
+ #, fuzzy
7614
+ #| msgid "SEO Software"
7615
+ msgid "Add SEO Context"
7616
+ msgstr "SEO Software"
7617
+
7618
+ #: models/focuspages/Strategy.php:81
7619
+ #, php-format
7620
+ msgid ""
7621
+ "Optimize to %s for a secondary keyword. %s Squirrly SEO's Live Assistant "
7622
+ "allows you to optimize for multiple keywords that you have placed in your "
7623
+ "Briefcase. %s Use a couple of additional keywords for your Focus Page which "
7624
+ "help Google understand the exact topic and context of your page. %s If you "
7625
+ "added the keywords 'political party' to 'black panther', you'd make a clear "
7626
+ "hint to Google that your page is about the Black Panther political party, not "
7627
+ "Black Panther, the Marvel Movie. %s Or add 'places to eat' to a page about "
7628
+ "your Local Restaurant in San Diego. That will give clearer context to Google "
7629
+ "that your page really is about a restaurant where people can dine."
7630
+ msgstr ""
7631
+
7632
+ #: models/focuspages/Strategy.php:85
7633
+ msgid "Labels Exist"
7634
+ msgstr ""
7635
+
7636
+ #: models/focuspages/Strategy.php:86
7637
+ msgid "Great! The keyword has Label attached to it"
7638
+ msgstr ""
7639
+
7640
+ #: models/focuspages/Strategy.php:86
7641
+ msgid "The keyword does not have a label attached to it"
7642
+ msgstr ""
7643
+
7644
+ #: models/focuspages/Strategy.php:87
7645
+ #, php-format
7646
+ msgid ""
7647
+ "To complete this task, go to %sLabels section%s and add a label to the "
7648
+ "keyword that you've used as main keyword for this Focus Page. %s Make sure "
7649
+ "that you keep creating new labels as you're finding more keywords to target "
7650
+ "with your website. %s If you're unsure regarding keyword research, read %sHow "
7651
+ "to Find Amazing Keywords and get more search traffic?%s %s Organize all the "
7652
+ "Keywords that you plan to use for your website with Briefcase Labels. %s This "
7653
+ "task helps you make sure that the main keyword for this Focus Page has been "
7654
+ "organized clearly inside your SEO Strategy. That's what Briefcase Labels are "
7655
+ "all about."
7656
+ msgstr ""
7657
+
7658
+ #: models/focuspages/Strategy.php:108
7659
+ msgid "Manage Strategy"
7660
+ msgstr ""
7661
+
7662
+ #: models/focuspages/Strategy.php:176 models/focuspages/Strategy.php:183
7663
+ msgid "Add a secondary keyword in Squirrly Live Assistant from Briefcase"
7664
+ msgstr ""
7665
+
7666
+ #: models/focuspages/Traffic.php:69
7667
+ #, php-format
7668
+ msgid "Below %s Bounce Rate"
7669
+ msgstr ""
7670
+
7671
+ #: models/focuspages/Traffic.php:70
7672
+ msgid "bounce rate"
7673
+ msgstr ""
7674
+
7675
+ #: models/focuspages/Traffic.php:71
7676
+ #, php-format
7677
+ msgid ""
7678
+ "Make sure this number is below %s %s Why? %s A high bounce rate means that "
7679
+ "your users just click on your search listing, visit the page and then decide "
7680
+ "they've seen enough and bounce off to another page on the web. %s This is, "
7681
+ "for Google, an indicator of the quality of the search result it displayed. "
7682
+ "And if many of your users bounce off your pages, it means (to Google) that "
7683
+ "your page is not worth displaying in search results, because it has low "
7684
+ "performance with the user groups it sends your way. %s Easy way to complete "
7685
+ "this task: give users pages to click and send them to other pages from your "
7686
+ "site."
7687
+ msgstr ""
7688
+
7689
+ #: models/focuspages/Traffic.php:74
7690
+ #, php-format
7691
+ msgid "Time on page is %s minutes"
7692
+ msgstr ""
7693
+
7694
+ #: models/focuspages/Traffic.php:75
7695
+ msgid "minutes avg."
7696
+ msgstr ""
7697
+
7698
+ #: models/focuspages/Traffic.php:77
7699
+ #, php-format
7700
+ msgid ""
7701
+ "Make sure that visitors spend on average at least %s minutes on your site. %s "
7702
+ "Get an average time on page of minimum %s minutes for this focus page. You "
7703
+ "can do this by editing the content and making it more appealing to visitors. "
7704
+ "%s If your visitors don't spend at least 2 minutes on your Focus Page, it can "
7705
+ "mean that the page is not important enough for them, or that the content from "
7706
+ "the page is boring, or hard to read, or the page just loads too slow."
7707
+ msgstr ""
7708
+
7709
+ #: models/focuspages/Traffic.php:80
7710
+ #, php-format
7711
+ msgid "%s visitors / day / page"
7712
+ msgstr ""
7713
+
7714
+ #: models/focuspages/Traffic.php:81
7715
+ msgid "unique views avg."
7716
+ msgstr ""
7717
+
7718
+ #: models/focuspages/Traffic.php:82
7719
+ #, php-format
7720
+ msgid ""
7721
+ "For this task, we're looking at unique page views from your %sGoogle Analytics"
7722
+ "%s. %s If you don't get an average of %s visitors / day / page, then this "
7723
+ "Focus Page is not yet popular enough on your site. %s You should make sure "
7724
+ "that more people end up visiting it."
7725
+ msgstr ""
7726
+
7727
+ # @ squirrly-seo
7728
+ #: models/focuspages/Traffic.php:85
7729
+ #, fuzzy
7730
+ #| msgid "Google %sAnalytics ID%s`:"
7731
+ msgid "Just one Google Analytics tracking code"
7732
+ msgstr "Google %sAnalytics ID%s`:"
7733
+
7734
+ #: models/focuspages/Traffic.php:86
7735
+ #, php-format
7736
+ msgid ""
7737
+ "We've seen many sites where there were multiple google analytics codes placed "
7738
+ "by different employees, themes or plugins. %s With this check, we're helping "
7739
+ "you make sure that your tracker is setup properly and that there will be no "
7740
+ "errors with your Google Analytics account. %s To turn this green, you'll have "
7741
+ "to investigate your theme, custom code that you may have placed in your "
7742
+ "theme, other plugins, header settings. Once you have a clear view of all the "
7743
+ "tracking codes, make sure that only one remains and that the one code is the "
7744
+ "one linked to your Google Analytics account. %s These problems happen more "
7745
+ "often than you would think."
7746
+ msgstr ""
7747
+
7748
+ # @ squirrly-seo
7749
+ #: models/focuspages/Traffic.php:128
7750
+ #, fuzzy
7751
+ #| msgid "Google %sAnalytics ID%s`:"
7752
+ msgid "Connect Google Analytics first"
7753
+ msgstr "Google %sAnalytics ID%s`:"
7754
+
7755
+ #: models/focuspages/Traffic.php:130
7756
+ msgid "Not enough traffic to show relevant stats"
7757
+ msgstr ""
7758
+
7759
+ #: models/services/OpenGraph.php:186
7760
+ msgid "On backorder"
7761
+ msgstr ""
7762
+
7763
+ #: models/services/OpenGraph.php:188
7764
+ msgid "In stock"
7765
+ msgstr ""
7766
+
7767
+ #: models/services/OpenGraph.php:190
7768
+ msgid "Out of stock"
7769
+ msgstr ""
7770
+
7771
+ # @ squirrly-seo
7772
+ #: models/services/Robots.php:16
7773
+ #, fuzzy
7774
+ #| msgid "Squirrly settings"
7775
+ msgid "Squirrly SEO Robots"
7776
+ msgstr "Squirrly Einstellungen"
7777
+
7778
+ #: models/services/Robots.php:19
7779
+ msgid ""
7780
+ "Your blog is not public. Please see Site Visibility on Settings > Reading."
7781
+ msgstr ""
7782
+
7783
+ # @ squirrly-seo
7784
+ #: models/services/Robots.php:35
7785
+ #, fuzzy
7786
+ #| msgid "Squirrly LIVE SEO assistant"
7787
+ msgid "No Squirrly SEO Robots found."
7788
+ msgstr "Squirrly LIVE SEO-Assistent"
7789
+
7790
+ #: view/Assistant/Assistant.php:8 view/BulkSeo/Bulkseo.php:12
7791
+ #: view/Onboarding/Journey.php:8 view/Research/Briefcase.php:8
7792
+ #: view/Research/History.php:8 view/Research/Labels.php:8
7793
+ #: view/Research/Research.php:8 view/Research/Suggested.php:8
7794
+ msgid ""
7795
+ "You do not have permission to access this page. You need Squirrly SEO Editor "
7796
+ "role."
7797
+ msgstr ""
7798
+
7799
+ # @ squirrly-seo
7800
+ #: view/Assistant/Assistant.php:19
7801
+ #, fuzzy
7802
+ #| msgid "Squirrly settings"
7803
+ msgid "Optimize with Squirrly Live Assistant"
7804
+ msgstr "Squirrly Einstellungen"
7805
+
7806
+ #: view/Assistant/Assistant.php:25
7807
+ msgid ""
7808
+ "Use Squirrly to optimize the content for your Posts, Pages, Products, Custom "
7809
+ "Posts, etc."
7810
+ msgstr ""
7811
+
7812
+ # @ squirrly-seo
7813
+ #: view/Assistant/Assistant.php:36
7814
+ #, fuzzy
7815
+ #| msgid "Squirrly settings"
7816
+ msgid "Add New"
7817
+ msgstr "Squirrly Einstellungen"
7818
+
7819
+ #: view/Assistant/Assistant.php:53 view/Assistant/Settings.php:147
7820
+ #: view/Audits/Addpage.php:200 view/Audits/Audit.php:136
7821
+ #: view/Audits/Audits.php:50 view/Automation/Automation.php:394
7822
+ #: view/Automation/Settings.php:113 view/Automation/Types.php:117
7823
+ #: view/BulkSeo/Bulkseo.php:267 view/FocusPages/Addpage.php:205
7824
+ #: view/FocusPages/Pagelist.php:57 view/FocusPages/Pagelist.php:67
7825
+ #: view/Ranking/Gscsync.php:118 view/Ranking/Rankings.php:465
7826
+ #: view/Ranking/Settings.php:339 view/Research/Briefcase.php:416
7827
+ #: view/Research/History.php:70 view/Research/Labels.php:169
7828
+ #: view/Research/Research.php:75 view/Research/Research.php:169
7829
+ #: view/Research/Research.php:248 view/Research/Suggested.php:139
7830
+ #: view/SeoSettings/Backup.php:310 view/SeoSettings/Jsonld.php:529
7831
+ #: view/SeoSettings/Metas.php:209 view/SeoSettings/Social.php:470
7832
+ #: view/SeoSettings/Tweaks.php:629 view/SeoSettings/Webmaster.php:422
7833
+ msgid "Tips and Tricks"
7834
+ msgstr ""
7835
+
7836
+ #: view/Assistant/Assistant.php:55
7837
+ msgid ""
7838
+ "You can use the SEO Live Assistant to optimize new content, as well as "
7839
+ "previously-created/published content to improve your Google rankings."
7840
+ msgstr ""
7841
+
7842
+ #: view/Assistant/Assistant.php:56
7843
+ msgid ""
7844
+ "The SEO Live Assistant and the Blogging Assistant work hand in hand to help "
7845
+ "you create content that’s optimized for both search engines and human "
7846
+ "visitors."
7847
+ msgstr ""
7848
+
7849
+ #: view/Assistant/Assistant.php:57
7850
+ msgid ""
7851
+ "Optimize your pages for one or more keywords using the Live Assistant. Add "
7852
+ "them as Focus Pages for deeper analysis of your content."
7853
+ msgstr ""
7854
+
7855
+ #: view/Assistant/Settings.php:8 view/Audits/Addpage.php:9
7856
+ #: view/Audits/Audit.php:9 view/Audits/Audits.php:9 view/Audits/Compare.php:12
7857
+ #: view/Audits/Settings.php:8 view/Automation/Automation.php:8
7858
+ #: view/Automation/Settings.php:8 view/Automation/Types.php:8
7859
+ #: view/FocusPages/Addpage.php:9 view/FocusPages/Pagelist.php:9
7860
+ #: view/FocusPages/Settings.php:8 view/Ranking/Rankings.php:20
7861
+ #: view/Ranking/Settings.php:8 view/SeoSettings/Metas.php:8
7862
+ #: view/SeoSettings/Social.php:8 view/SeoSettings/Tweaks.php:8
7863
+ #: view/SeoSettings/Webmaster.php:8
7864
+ msgid ""
7865
+ "You do not have permission to access this page. You need Squirrly SEO Admin "
7866
+ "role."
7867
+ msgstr ""
7868
+
7869
+ # @ squirrly-seo
7870
+ #: view/Assistant/Settings.php:24
7871
+ #, fuzzy
7872
+ #| msgid "Squirrly settings"
7873
+ msgid "Live Assistant Settings"
7874
+ msgstr "Squirrly Einstellungen"
7875
+
7876
+ # @ squirrly-seo
7877
+ #: view/Assistant/Settings.php:40
7878
+ #, fuzzy
7879
+ #| msgid "Squirrly settings"
7880
+ msgid "Squirrly Tooltips"
7881
+ msgstr "Squirrly Einstellungen"
7882
+
7883
+ #: view/Assistant/Settings.php:43
7884
+ #, php-format
7885
+ msgid ""
7886
+ "Show %sSquirrly Tooltips%s when posting a new article (e.g. 'Enter a "
7887
+ "keyword')."
7888
+ msgstr ""
7889
+
7890
+ #: view/Assistant/Settings.php:53
7891
+ msgid "Fetch Snippet on Social Media"
7892
+ msgstr ""
7893
+
7894
+ #: view/Assistant/Settings.php:56
7895
+ #, php-format
7896
+ msgid ""
7897
+ "Automatically fetch the Squirrly Snippet on %sFacebook Sharing Debugger%s "
7898
+ "every time you update the content on a page."
7899
+ msgstr ""
7900
+
7901
+ # @ squirrly-seo
7902
+ #: view/Assistant/Settings.php:66
7903
+ #, fuzzy
7904
+ #| msgid "Tips: 2-4 keywords"
7905
+ msgid "Download Remote Images"
7906
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
7907
+
7908
+ #: view/Assistant/Settings.php:69
7909
+ #, php-format
7910
+ msgid "Download %sremote images%s in your %sMedia Library%s for the new posts."
7911
+ msgstr ""
7912
+
7913
+ #: view/Assistant/Settings.php:70
7914
+ msgid ""
7915
+ "Prevent from losing the images you use in your articles in case the remote "
7916
+ "images are deleted."
7917
+ msgstr ""
7918
+
7919
+ #: view/Assistant/Settings.php:81
7920
+ msgid "Show Copyright Free Images"
7921
+ msgstr ""
7922
+
7923
+ #: view/Assistant/Settings.php:84
7924
+ #, php-format
7925
+ msgid "Search %sCopyright Free Images%s in Squirrly Live Assistant."
7926
+ msgstr ""
7927
+
7928
+ # @ squirrly-seo
7929
+ #: view/Assistant/Settings.php:95
7930
+ #, fuzzy
7931
+ #| msgid "Google %sAnalytics ID%s`:"
7932
+ msgid "Activate Live Assistant in Frontend"
7933
+ msgstr "Google %sAnalytics ID%s`:"
7934
+
7935
+ #: view/Assistant/Settings.php:98
7936
+ msgid ""
7937
+ "Load Squirrly Live Assistant in Frontend to customize the posts and pages "
7938
+ "with Builders."
7939
+ msgstr ""
7940
+
7941
+ #: view/Assistant/Settings.php:99
7942
+ msgid "Currently supports the Elementor Builder plugin."
7943
+ msgstr ""
7944
+
7945
+ #: view/Assistant/Settings.php:107
7946
+ msgid "Places where you do NOT want Squirrly Live Assistant to load"
7947
+ msgstr ""
7948
+
7949
+ #: view/Assistant/Settings.php:113
7950
+ msgid ""
7951
+ "Don't select anything if you wish Squirrly Live Assistant to load for all "
7952
+ "post types."
7953
+ msgstr ""
7954
+
7955
+ #: view/Assistant/Settings.php:119
7956
+ msgid "Exclusions"
7957
+ msgstr ""
7958
+
7959
+ #: view/Assistant/Settings.php:121
7960
+ msgid "Select places where you do NOT want Squirrly Live Assistant to load."
7961
+ msgstr ""
7962
+
7963
+ # @ squirrly-seo
7964
+ #: view/Assistant/Settings.php:142 view/Audits/Settings.php:46
7965
+ #: view/Automation/Automation.php:356 view/Automation/Settings.php:105
7966
+ #: view/Automation/Types.php:99 view/Ranking/Settings.php:334
7967
+ #: view/SeoSettings/Jsonld.php:121 view/SeoSettings/Jsonld.php:169
7968
+ #: view/SeoSettings/Jsonld.php:226 view/SeoSettings/Jsonld.php:307
7969
+ #: view/SeoSettings/Jsonld.php:346 view/SeoSettings/Jsonld.php:385
7970
+ #: view/SeoSettings/Jsonld.php:445 view/SeoSettings/Jsonld.php:485
7971
+ #: view/SeoSettings/Jsonld.php:516 view/SeoSettings/Metas.php:121
7972
+ #: view/SeoSettings/Metas.php:161 view/SeoSettings/Metas.php:195
7973
+ #: view/SeoSettings/Social.php:282 view/SeoSettings/Social.php:328
7974
+ #: view/SeoSettings/Social.php:404 view/SeoSettings/Social.php:456
7975
+ #: view/SeoSettings/Tweaks.php:355 view/SeoSettings/Tweaks.php:421
7976
+ #: view/SeoSettings/Tweaks.php:477 view/SeoSettings/Tweaks.php:534
7977
+ #: view/SeoSettings/Tweaks.php:617 view/SeoSettings/Webmaster.php:300
7978
+ #: view/SeoSettings/Webmaster.php:326 view/SeoSettings/Webmaster.php:406
7979
+ #, fuzzy
7980
+ #| msgid "Squirrly settings"
7981
+ msgid "Save Settings"
7982
+ msgstr "Squirrly Einstellungen"
7983
+
7984
+ #: view/Assistant/Settings.php:149
7985
+ msgid ""
7986
+ "The Settings section allows you to set up your assistant just the way you "
7987
+ "like it."
7988
+ msgstr ""
7989
+
7990
+ #: view/Assistant/Settings.php:150
7991
+ msgid ""
7992
+ "Quickly enable or disable the settings available here based on your needs and "
7993
+ "preferences."
7994
+ msgstr ""
7995
+
7996
+ #: view/Audits/Addpage.php:22
7997
+ msgid "Add a page in Audit"
7998
+ msgstr ""
7999
+
8000
+ #: view/Audits/Addpage.php:28 view/Audits/Audit.php:28 view/Audits/Audits.php:28
8001
+ #: view/Audits/Compare.php:31
8002
+ msgid ""
8003
+ "Verifies the online presence of your website by knowing how your website is "
8004
+ "performing in terms of Blogging, SEO, Social, Authority, Links, and Traffic"
8005
+ msgstr ""
8006
+
8007
+ #: view/Audits/Addpage.php:84 view/BulkSeo/Bulkseo.php:106
8008
+ #: view/FocusPages/Addpage.php:85 view/Onboarding/Step3.php:73
8009
+ msgid "Any status"
8010
+ msgstr ""
8011
+
8012
+ #: view/Audits/Addpage.php:104 view/FocusPages/Addpage.php:105
8013
+ #: view/Onboarding/Step3.php:93
8014
+ msgid "Write the page you want to search for"
8015
+ msgstr ""
8016
+
8017
+ # @ squirrly-seo
8018
+ #: view/Audits/Addpage.php:105 view/FocusPages/Addpage.php:106
8019
+ #: view/Onboarding/Step3.php:94
8020
+ #, fuzzy
8021
+ #| msgid "Do the research"
8022
+ msgid "Search Post"
8023
+ msgstr "Recherchieren"
8024
+
8025
+ # @ squirrly-seo
8026
+ #: view/Audits/Addpage.php:107 view/Audits/Audit.php:37
8027
+ #: view/Audits/Compare.php:44 view/BulkSeo/Bulkseo.php:129
8028
+ #: view/FocusPages/Addpage.php:108 view/Onboarding/Step3.php:96
8029
+ #: view/Ranking/Rankings.php:53 view/Research/Briefcase.php:111
8030
+ #, fuzzy
8031
+ #| msgid "Tips: 2-4 keywords"
8032
+ msgid "Show All"
8033
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
8034
+
8035
+ #: view/Audits/Addpage.php:124 view/FocusPages/Addpage.php:126
8036
+ #: view/Onboarding/Step3.php:114
8037
+ msgid "Option"
8038
+ msgstr ""
8039
+
8040
+ #: view/Audits/Addpage.php:165
8041
+ msgid "Add Page to Audit"
8042
+ msgstr ""
8043
+
8044
+ # @ squirrly-seo
8045
+ #: view/Audits/Addpage.php:169
8046
+ #, fuzzy
8047
+ #| msgid "Squirrly settings"
8048
+ msgid "See Audits"
8049
+ msgstr "Squirrly Einstellungen"
8050
+
8051
+ #: view/Audits/Addpage.php:184 view/BulkSeo/Bulkseo.php:204
8052
+ #: view/FocusPages/Addpage.php:189 view/Onboarding/Step3.php:177
8053
+ msgid "Previous"
8054
+ msgstr ""
8055
+
8056
+ # @ squirrly-seo
8057
+ #: view/Audits/Addpage.php:185 view/BulkSeo/Bulkseo.php:205
8058
+ #: view/FocusPages/Addpage.php:190 view/Onboarding/Step3.php:178
8059
+ #: view/Research/Research.php:59
8060
+ #, fuzzy
8061
+ #| msgid "Squirrly settings"
8062
+ msgid "Next"
8063
+ msgstr "Squirrly Einstellungen"
8064
+
8065
+ #: view/Audits/Addpage.php:193 view/FocusPages/Addpage.php:198
8066
+ #: view/Onboarding/Step3.php:190
8067
+ msgid "No page found. Try other post types."
8068
+ msgstr ""
8069
+
8070
+ #: view/Audits/Addpage.php:202
8071
+ msgid ""
8072
+ "Use the Search Bar to find a page from your website you want to add to the "
8073
+ "Audit faster."
8074
+ msgstr ""
8075
+
8076
+ #: view/Audits/Addpage.php:203
8077
+ msgid ""
8078
+ "YOU choose which pages get audited so that you’ll get relevant insights about "
8079
+ "the pages that you actually want to rank on Google."
8080
+ msgstr ""
8081
+
8082
+ #: view/Audits/Addpage.php:204
8083
+ msgid ""
8084
+ "This also allows you to monitor the pages that are most important to you "
8085
+ "right now."
8086
+ msgstr ""
8087
+
8088
+ # @ squirrly-seo
8089
+ #: view/Audits/Audit.php:20 view/Audits/Audit.php:22
8090
+ #, fuzzy
8091
+ #| msgid "Your E-mail:"
8092
+ msgid "Audit - Details"
8093
+ msgstr "Ihre E-Mail Adresse:"
8094
+
8095
+ # @ squirrly-seo
8096
+ #: view/Audits/Audit.php:43
8097
+ #, fuzzy
8098
+ #| msgid "Squirrly settings"
8099
+ msgid "Audit Pages"
8100
+ msgstr "Squirrly Einstellungen"
8101
+
8102
+ #: view/Audits/Audit.php:61
8103
+ msgid "Show Only Completed Tasks"
8104
+ msgstr ""
8105
+
8106
+ #: view/Audits/Audit.php:66
8107
+ msgid "Show Only Incompleted Tasks"
8108
+ msgstr ""
8109
+
8110
+ #: view/Audits/Audit.php:138
8111
+ msgid "Sites with scores over 80 have good chances of ranking high on Google."
8112
+ msgstr ""
8113
+
8114
+ #: view/Audits/Audit.php:139
8115
+ msgid ""
8116
+ "Read about the aspects you can work on improving (they are marked with a "
8117
+ "thumbs down element) and work on them to improve your score."
8118
+ msgstr ""
8119
+
8120
+ #: view/Audits/AuditPageRow.php:41
8121
+ msgid "Last checked"
8122
+ msgstr ""
8123
+
8124
+ # @ squirrly-seo
8125
+ #: view/Audits/AuditPageRow.php:47
8126
+ #, fuzzy
8127
+ #| msgid "Could not send the email..."
8128
+ msgid "Could not create the audit for this URL"
8129
+ msgstr "Konnte E-Mail nicht senden ..."
8130
+
8131
+ #: view/Audits/AuditPageRow.php:47
8132
+ msgid "error code"
8133
+ msgstr ""
8134
+
8135
+ #: view/Audits/AuditPageRow.php:49
8136
+ #, php-format
8137
+ msgid ""
8138
+ "The way your WordPress site is currently hosted can affect the way Squirrly "
8139
+ "SEO operates in order to retrieve and process data about this page. %sIt’s "
8140
+ "important to do everything on your end to ensure that the audits can be "
8141
+ "generated by our system. %s Whitelist our crawler IP address (176.9.112.210) "
8142
+ "to allow our server to verify your page so that you’ll receive a full audit."
8143
+ msgstr ""
8144
+
8145
+ # @ squirrly-seo
8146
+ #: view/Audits/AuditPageRow.php:51 view/Audits/AuditPageRow.php:78
8147
+ #: view/FocusPages/FocusPageRow.php:132 view/FocusPages/FocusPageRow.php:217
8148
+ #, fuzzy
8149
+ #| msgid "Squirrly LIVE SEO assistant"
8150
+ msgid "Inspect URL"
8151
+ msgstr "Squirrly LIVE SEO-Assistent"
8152
+
8153
+ #: view/Audits/AuditPageRow.php:72 view/Audits/AuditStats.php:68
8154
+ #: view/Audits/AuditStats.php:95 view/FocusPages/FocusPageRow.php:112
8155
+ #: view/FocusPages/FocusPageRow.php:211
8156
+ msgid "Request New Audit"
8157
+ msgstr ""
8158
+
8159
+ # @ squirrly-seo
8160
+ #: view/Audits/AuditPageRow.php:81
8161
+ #, fuzzy
8162
+ #| msgid "Could not send the email..."
8163
+ msgid "Do you want to delete the Audit Page?"
8164
+ msgstr "Konnte E-Mail nicht senden ..."
8165
+
8166
+ #: view/Audits/AuditPageRow.php:87
8167
+ msgid "Remove Page from Audit"
8168
+ msgstr ""
8169
+
8170
+ # @ squirrly-seo
8171
+ #: view/Audits/AuditPages.php:6
8172
+ #, fuzzy
8173
+ #| msgid "Squirrly settings"
8174
+ msgid "Audited pages"
8175
+ msgstr "Squirrly Einstellungen"
8176
+
8177
+ #: view/Audits/AuditPages.php:12 view/FocusPages/FocusPages.php:58
8178
+ msgid "Permalink"
8179
+ msgstr ""
8180
+
8181
+ #: view/Audits/AuditPages.php:46
8182
+ #, php-format
8183
+ msgid "No data for this filter. %sShow All%s Audit Pages."
8184
+ msgstr ""
8185
+
8186
+ # @ squirrly-seo
8187
+ #: view/Audits/AuditPages.php:52
8188
+ #, fuzzy
8189
+ #| msgid "Squirrly LIVE SEO assistant"
8190
+ msgid "Welcome to SEO Audits"
8191
+ msgstr "Squirrly LIVE SEO-Assistent"
8192
+
8193
+ #: view/Audits/AuditPages.php:54
8194
+ msgid "Add a new page for Audit to get started"
8195
+ msgstr ""
8196
+
8197
+ #: view/Audits/AuditPages.php:67 view/Errors/Error.php:21
8198
+ #: view/FocusPages/FocusPages.php:124 view/Ranking/Rankings.php:455
8199
+ #, php-format
8200
+ msgid ""
8201
+ "There is a connection error with Squirrly Cloud. Please check the connection "
8202
+ "and %srefresh the page%s."
8203
+ msgstr ""
8204
+
8205
+ #: view/Audits/AuditStats.php:30
8206
+ msgid ""
8207
+ "Your score is low. A medium score is over 50, and a good score is over 80."
8208
+ msgstr ""
8209
+
8210
+ #: view/Audits/AuditStats.php:32
8211
+ msgid "Your score is medium. A good score is over 80."
8212
+ msgstr ""
8213
+
8214
+ #: view/Audits/AuditStats.php:34
8215
+ msgid "Your score is good. Keep it as high as posible for good results."
8216
+ msgstr ""
8217
+
8218
+ # @ squirrly-seo
8219
+ #: view/Audits/AuditStats.php:41 view/Audits/AuditStats.php:251
8220
+ #: view/Audits/Compare.php:72
8221
+ #, fuzzy
8222
+ #| msgid "Squirrly settings"
8223
+ msgid "Audit Score"
8224
+ msgstr "Squirrly Einstellungen"
8225
+
8226
+ # @ squirrly-seo
8227
+ #: view/Audits/AuditStats.php:53
8228
+ #, fuzzy
8229
+ #| msgid "Squirrly settings"
8230
+ msgid "Your audit score is"
8231
+ msgstr "Squirrly Einstellungen"
8232
+
8233
+ # @ squirrly-seo
8234
+ #: view/Audits/AuditStats.php:56 view/Audits/AuditStats.php:84
8235
+ #, fuzzy
8236
+ #| msgid "Your E-mail:"
8237
+ msgid "Audit Date"
8238
+ msgstr "Ihre E-Mail Adresse:"
8239
+
8240
+ #: view/Audits/AuditStats.php:65 view/Audits/AuditStats.php:92
8241
+ #: view/FocusPages/FocusPageRow.php:109
8242
+ #, php-format
8243
+ msgid "Wait %s minutes"
8244
+ msgstr ""
8245
+
8246
+ #: view/Audits/AuditStats.php:77
8247
+ msgid "Add a new page for Audit"
8248
+ msgstr ""
8249
+
8250
+ # @ squirrly-seo
8251
+ #: view/Audits/AuditStats.php:110
8252
+ #, fuzzy
8253
+ #| msgid "Squirrly settings"
8254
+ msgid "Audit in progress"
8255
+ msgstr "Squirrly Einstellungen"
8256
+
8257
+ # @ squirrly-seo
8258
+ #: view/Audits/AuditStats.php:116
8259
+ #, fuzzy
8260
+ #| msgid "Squirrly settings"
8261
+ msgid "Audit not ready yet"
8262
+ msgstr "Squirrly Einstellungen"
8263
+
8264
+ #: view/Audits/AuditStats.php:121
8265
+ msgid "You can refresh the audit once every hour"
8266
+ msgstr ""
8267
+
8268
+ #: view/Audits/AuditStats.php:122
8269
+ msgid "Request Website Audit"
8270
+ msgstr ""
8271
+
8272
+ #: view/Audits/AuditStats.php:141 view/Audits/AuditStats.php:253
8273
+ #: view/Ranking/Rankings.php:407 view/Research/History.php:37
8274
+ msgid "Date"
8275
+ msgstr ""
8276
+
8277
+ # @ squirrly-seo
8278
+ #: view/Audits/AuditStats.php:141
8279
+ #, fuzzy
8280
+ #| msgid "Squirrly settings"
8281
+ msgid "On-Page"
8282
+ msgstr "Squirrly Einstellungen"
8283
+
8284
+ # @ squirrly-seo
8285
+ #: view/Audits/AuditStats.php:141
8286
+ #, fuzzy
8287
+ #| msgid "Squirrly settings"
8288
+ msgid "Off-Page"
8289
+ msgstr "Squirrly Einstellungen"
8290
+
8291
+ #: view/Audits/AuditStats.php:164
8292
+ #, php-format
8293
+ msgid "You've completed %s tasks from %s"
8294
+ msgstr ""
8295
+
8296
+ #: view/Audits/AuditStats.php:185 view/Audits/Compare.php:53
8297
+ msgid "Scores"
8298
+ msgstr ""
8299
+
8300
+ #: view/Audits/AuditStats.php:186
8301
+ #, php-format
8302
+ msgid "the latest %s days evolution for Audit"
8303
+ msgstr ""
8304
+
8305
+ #: view/Audits/AuditStats.php:208 view/FocusPages/FocusPageStats.php:135
8306
+ #: view/Ranking/Rankings.php:149
8307
+ msgid "Progress & Achievements"
8308
+ msgstr ""
8309
+
8310
+ #: view/Audits/AuditStats.php:209
8311
+ #, php-format
8312
+ msgid "the latest %s days progress for Audit Pages"
8313
+ msgstr ""
8314
+
8315
+ #: view/Audits/AuditStats.php:217 view/FocusPages/FocusPageStats.php:145
8316
+ #: view/Ranking/Rankings.php:178
8317
+ msgid "No progress found yet"
8318
+ msgstr ""
8319
+
8320
+ #: view/Audits/AuditStats.php:229 view/Ranking/Rankings.php:191
8321
+ msgid "Share Your Success"
8322
+ msgstr ""
8323
+
8324
+ # @ squirrly-seo
8325
+ #: view/Audits/AuditStats.php:236
8326
+ #, fuzzy
8327
+ #| msgid "Squirrly settings"
8328
+ msgid "Audit History"
8329
+ msgstr "Squirrly Einstellungen"
8330
+
8331
+ # @ squirrly-seo
8332
+ #: view/Audits/AuditStats.php:243
8333
+ #, fuzzy
8334
+ #| msgid "Squirrly settings"
8335
+ msgid "Compare Audits"
8336
+ msgstr "Squirrly Einstellungen"
8337
+
8338
+ # @ squirrly-seo
8339
+ #: view/Audits/AuditStats.php:252
8340
+ #, fuzzy
8341
+ #| msgid "Squirrly settings"
8342
+ msgid "Page(s)"
8343
+ msgstr "Squirrly Einstellungen"
8344
+
8345
+ # @ squirrly-seo
8346
+ #: view/Audits/AuditStats.php:269
8347
+ #, fuzzy
8348
+ #| msgid "Squirrly settings"
8349
+ msgid "pages"
8350
+ msgstr "Squirrly Einstellungen"
8351
+
8352
+ #: view/Audits/AuditStats.php:273
8353
+ msgid "Show Latest Audit"
8354
+ msgstr ""
8355
+
8356
+ # @ squirrly-seo
8357
+ #: view/Audits/AuditStats.php:273
8358
+ #, fuzzy
8359
+ #| msgid "automatically"
8360
+ msgid "Show Audit"
8361
+ msgstr "automatisch"
8362
+
8363
+ # @ squirrly-seo
8364
+ #: view/Audits/Audits.php:22
8365
+ #, fuzzy
8366
+ #| msgid "automatically"
8367
+ msgid "SEO Audits"
8368
+ msgstr "automatisch"
8369
+
8370
+ #: view/Audits/Audits.php:52
8371
+ msgid ""
8372
+ "At a page level, you can request a new audit once an hour, by clicking on the "
8373
+ "corresponding three vertical dots and then clicking on Request New Audit."
8374
+ msgstr ""
8375
+
8376
+ #: view/Audits/Audits.php:53
8377
+ msgid ""
8378
+ "Every page that you add to the Audit can also be verified manually by "
8379
+ "clicking on the corresponding three vertical dots and then clicking on "
8380
+ "Inspect URL."
8381
+ msgstr ""
8382
+
8383
+ #: view/Audits/Audits.php:54
8384
+ msgid ""
8385
+ "This will open a report that will show you if you managed to fix certain "
8386
+ "issues for that page."
8387
+ msgstr ""
8388
+
8389
+ # @ squirrly-seo
8390
+ #: view/Audits/Audits.php:72 view/FocusPages/Pagelist.php:91
8391
+ #, fuzzy
8392
+ #| msgid "Squirrly LIVE SEO assistant"
8393
+ msgid "Squirrly Inspect URL"
8394
+ msgstr "Squirrly LIVE SEO-Assistent"
8395
+
8396
+ # @ squirrly-seo
8397
+ #: view/Audits/Compare.php:23 view/Audits/Compare.php:25
8398
+ #, fuzzy
8399
+ #| msgid "Squirrly settings"
8400
+ msgid "Audit - Compare"
8401
+ msgstr "Squirrly Einstellungen"
8402
+
8403
+ # @ squirrly-seo
8404
+ #: view/Audits/Settings.php:25
8405
+ #, fuzzy
8406
+ #| msgid "Squirrly settings"
8407
+ msgid "Audit Settings"
8408
+ msgstr "Squirrly Einstellungen"
8409
+
8410
+ # @ squirrly-seo
8411
+ #: view/Audits/Settings.php:35
8412
+ #, fuzzy
8413
+ #| msgid "Your E-mail:"
8414
+ msgid "Audit Email"
8415
+ msgstr "Ihre E-Mail Adresse:"
8416
+
8417
+ #: view/Audits/Settings.php:36
8418
+ msgid "Enter the email address on which you want to receive the weekly audits."
8419
+ msgstr ""
8420
+
8421
+ #: view/Automation/Automation.php:24
8422
+ msgid "Automation - Configurations"
8423
+ msgstr ""
8424
+
8425
+ # @ squirrly-seo
8426
+ #: view/Automation/Automation.php:59
8427
+ #, fuzzy
8428
+ #| msgid "Tips: Length 10-70 chars"
8429
+ msgid "Recommended Length: 10-75 chars"
8430
+ msgstr "Tipp: Länge 10-70 Charaktere"
8431
+
8432
+ # @ squirrly-seo
8433
+ #: view/Automation/Automation.php:69
8434
+ #, fuzzy
8435
+ #| msgid "Tips: Length 10-70 chars"
8436
+ msgid "Recommended Length: 70-320 chars"
8437
+ msgstr "Tipp: Länge 10-70 Charaktere"
8438
+
8439
+ #: view/Automation/Automation.php:78
8440
+ msgid "Separator"
8441
+ msgstr ""
8442
+
8443
+ #: view/Automation/Automation.php:80
8444
+ msgid ""
8445
+ "Use a separator to help users read the most relevant part of your title and "
8446
+ "increase Conversion Rate."
8447
+ msgstr ""
8448
+
8449
+ #: view/Automation/Automation.php:101
8450
+ msgid "Let Google Index it"
8451
+ msgstr ""
8452
+
8453
+ #: view/Automation/Automation.php:104
8454
+ msgid ""
8455
+ "If you switch off this option, Squirrly will add noindex meta for this post "
8456
+ "type."
8457
+ msgstr ""
8458
+
8459
+ #: view/Automation/Automation.php:116
8460
+ msgid "Send Authority to it"
8461
+ msgstr ""
8462
+
8463
+ #: view/Automation/Automation.php:119
8464
+ msgid ""
8465
+ "If you switch off this option, Squirrly will add 'nofollow' meta for this "
8466
+ "post type."
8467
+ msgstr ""
8468
+
8469
+ #: view/Automation/Automation.php:133
8470
+ msgid "Include In Sitemap"
8471
+ msgstr ""
8472
+
8473
+ #: view/Automation/Automation.php:136
8474
+ msgid "Let Squirrly SEO include this post type in Squirrly Sitemap XML."
8475
+ msgstr ""
8476
+
8477
+ #: view/Automation/Automation.php:137
8478
+ msgid ""
8479
+ "If you switch off this option, Squirrly will not load the Sitemap for this "
8480
+ "post type."
8481
+ msgstr ""
8482
+
8483
+ #: view/Automation/Automation.php:151 view/SeoSettings/Tweaks.php:426
8484
+ msgid "Redirect Broken URLs"
8485
+ msgstr ""
8486
+
8487
+ #: view/Automation/Automation.php:154
8488
+ msgid ""
8489
+ "Redirect the 404 URL in case it is changed with a new one in Post Editor."
8490
+ msgstr ""
8491
+
8492
+ #: view/Automation/Automation.php:162
8493
+ msgid "Default Redirect URL"
8494
+ msgstr ""
8495
+
8496
+ #: view/Automation/Automation.php:164
8497
+ msgid "Add the default URL for the Broken URLs when no permalink is found."
8498
+ msgstr ""
8499
+
8500
+ #: view/Automation/Automation.php:178 view/SeoSettings/Tweaks.php:377
8501
+ msgid "Redirect Attachments Page"
8502
+ msgstr ""
8503
+
8504
+ #: view/Automation/Automation.php:179 view/SeoSettings/Tweaks.php:380
8505
+ msgid "Redirect the attachment page to its image URL."
8506
+ msgstr ""
8507
+
8508
+ #: view/Automation/Automation.php:180 view/SeoSettings/Tweaks.php:381
8509
+ msgid "Recommended if your website is not a photography website."
8510
+ msgstr ""
8511
+
8512
+ # @ squirrly-seo
8513
+ #: view/Automation/Automation.php:192
8514
+ #, fuzzy
8515
+ #| msgid "Squirrly settings"
8516
+ msgid "Load Squirrly SEO METAs"
8517
+ msgstr "Squirrly Einstellungen"
8518
+
8519
+ #: view/Automation/Automation.php:195
8520
+ msgid ""
8521
+ "Let Squirrly SEO load the Title, Description, Keyword METAs for this post "
8522
+ "type."
8523
+ msgstr ""
8524
+
8525
+ # @ squirrly-seo
8526
+ #: view/Automation/Automation.php:207
8527
+ #, fuzzy
8528
+ #| msgid "Squirrly settings"
8529
+ msgid "Load Squirrly Patterns"
8530
+ msgstr "Squirrly Einstellungen"
8531
+
8532
+ #: view/Automation/Automation.php:210
8533
+ msgid "Let Squirrly SEO load the Patterns for this post type."
8534
+ msgstr ""
8535
+
8536
+ #: view/Automation/Automation.php:222
8537
+ msgid "Load JSON-LD Structured Data"
8538
+ msgstr ""
8539
+
8540
+ #: view/Automation/Automation.php:225
8541
+ msgid "Let Squirrly SEO load the JSON-LD Schema for this post type."
8542
+ msgstr ""
8543
+
8544
+ #: view/Automation/Automation.php:230
8545
+ msgid "JSON-LD Type"
8546
+ msgstr ""
8547
+
8548
+ #: view/Automation/Automation.php:233 view/Blocks/Snippet.php:419
8549
+ msgid "JSON-LD will load the Schema for the selected types."
8550
+ msgstr ""
8551
+
8552
+ # @ squirrly-seo
8553
+ #: view/Automation/Automation.php:264
8554
+ #, fuzzy
8555
+ #| msgid "Squirrly settings"
8556
+ msgid "Load Squirrly Open Graph"
8557
+ msgstr "Squirrly Einstellungen"
8558
+
8559
+ #: view/Automation/Automation.php:267
8560
+ msgid "Let Squirrly SEO load the Open Graph for this post type."
8561
+ msgstr ""
8562
+
8563
+ #: view/Automation/Automation.php:272
8564
+ msgid "Open Graph Type"
8565
+ msgstr ""
8566
+
8567
+ # @ squirrly-seo
8568
+ #: view/Automation/Automation.php:275
8569
+ #, fuzzy
8570
+ #| msgid "Google %sAnalytics ID%s`:"
8571
+ msgid "Select which Open Graph type to load for this post type."
8572
+ msgstr "Google %sAnalytics ID%s`:"
8573
+
8574
+ # @ squirrly-seo
8575
+ #: view/Automation/Automation.php:305
8576
+ #, fuzzy
8577
+ #| msgid "Squirrly settings"
8578
+ msgid "Load Squirrly Twitter Card"
8579
+ msgstr "Squirrly Einstellungen"
8580
+
8581
+ # @ squirrly-seo
8582
+ #: view/Automation/Automation.php:308
8583
+ #, fuzzy
8584
+ #| msgid "Google %sAnalytics ID%s`:"
8585
+ msgid "Let Squirrly SEO load the Twitter Card for this post type."
8586
+ msgstr "Google %sAnalytics ID%s`:"
8587
+
8588
+ # @ squirrly-seo
8589
+ #: view/Automation/Automation.php:320
8590
+ #, fuzzy
8591
+ #| msgid "Google %sAnalytics ID%s`:"
8592
+ msgid "Load Google Analytics Tracking Script"
8593
+ msgstr "Google %sAnalytics ID%s`:"
8594
+
8595
+ # @ squirrly-seo
8596
+ #: view/Automation/Automation.php:323
8597
+ #, fuzzy
8598
+ #| msgid "Google %sAnalytics ID%s`:"
8599
+ msgid "Let Google Analytics Tracking to load for this post type."
8600
+ msgstr "Google %sAnalytics ID%s`:"
8601
+
8602
+ # @ squirrly-seo
8603
+ #: view/Automation/Automation.php:337
8604
+ #, fuzzy
8605
+ #| msgid "Google %sAnalytics ID%s`:"
8606
+ msgid "Load Facebook Pixel Tracking Script"
8607
+ msgstr "Google %sAnalytics ID%s`:"
8608
+
8609
+ # @ squirrly-seo
8610
+ #: view/Automation/Automation.php:340
8611
+ #, fuzzy
8612
+ #| msgid "Google %sAnalytics ID%s`:"
8613
+ msgid "Let Facebook Pixel Tracking to load for this post type."
8614
+ msgstr "Google %sAnalytics ID%s`:"
8615
+
8616
+ # @ squirrly-seo
8617
+ #: view/Automation/Automation.php:350
8618
+ #, fuzzy, php-format
8619
+ #| msgid "Could not send the email..."
8620
+ msgid "Do you want to delete the automation for %s?"
8621
+ msgstr "Konnte E-Mail nicht senden ..."
8622
+
8623
+ #: view/Automation/Automation.php:350
8624
+ #, php-format
8625
+ msgid "Remove automation for %s"
8626
+ msgstr ""
8627
+
8628
+ # @ squirrly-seo
8629
+ #: view/Automation/Automation.php:373
8630
+ #, fuzzy
8631
+ #| msgid "Squirrly settings"
8632
+ msgid "Squirrly Patterns"
8633
+ msgstr "Squirrly Einstellungen"
8634
+
8635
+ #: view/Automation/Automation.php:377
8636
+ msgid ""
8637
+ "Use the Pattern system to prevent Title and Description duplicates between "
8638
+ "posts"
8639
+ msgstr ""
8640
+
8641
+ #: view/Automation/Automation.php:381
8642
+ msgid ""
8643
+ "Patterns change the codes like {{title}} with the actual value of the post "
8644
+ "Title."
8645
+ msgstr ""
8646
+
8647
+ #: view/Automation/Automation.php:382
8648
+ msgid ""
8649
+ "In Squirrly, each post type in your site comes with a predefined posting "
8650
+ "pattern when displayed onto your website. However, based on your site's "
8651
+ "purpose and needs, you can also decide what information these patterns will "
8652
+ "include."
8653
+ msgstr ""
8654
+
8655
+ #: view/Automation/Automation.php:383
8656
+ msgid ""
8657
+ "Once you set up a pattern for a particular post type, only the content "
8658
+ "required by your custom sequence will be displayed."
8659
+ msgstr ""
8660
+
8661
+ #: view/Automation/Automation.php:384
8662
+ #, php-format
8663
+ msgid ""
8664
+ "Squirrly lets you see how the customized patterns will apply when posts/pages "
8665
+ "are shared across social media or search engine feeds. You just need to go to "
8666
+ "%s Squirrly's Bulk SEO section %s and see the meta information for each post "
8667
+ "type."
8668
+ msgstr ""
8669
+
8670
+ #: view/Automation/Automation.php:396
8671
+ msgid ""
8672
+ "From this section, you can quickly work on your site globally and set up the "
8673
+ "SEO for it in just a few minutes."
8674
+ msgstr ""
8675
+
8676
+ #: view/Automation/Automation.php:397
8677
+ msgid ""
8678
+ "If you are an SEO beginner, it’s not necessary to make any major changes in "
8679
+ "the Automation section."
8680
+ msgstr ""
8681
+
8682
+ #: view/Automation/Automation.php:398
8683
+ msgid ""
8684
+ "If you are an SEO expert or an advanced user, you’ll be able to easily "
8685
+ "customize the Automation for every post type."
8686
+ msgstr ""
8687
+
8688
+ #: view/Automation/Settings.php:25
8689
+ msgid "META Lengths"
8690
+ msgstr ""
8691
+
8692
+ #: view/Automation/Settings.php:31
8693
+ msgid "Change the lengths for each META on automation"
8694
+ msgstr ""
8695
+
8696
+ #: view/Automation/Settings.php:38 view/SeoSettings/Metas.php:176
8697
+ msgid "Title Length"
8698
+ msgstr ""
8699
+
8700
+ #: view/Automation/Settings.php:48 view/SeoSettings/Metas.php:186
8701
+ msgid "Description Length"
8702
+ msgstr ""
8703
+
8704
+ # @ squirrly-seo
8705
+ #: view/Automation/Settings.php:57 view/SeoSettings/Social.php:421
8706
+ #, fuzzy
8707
+ #| msgid "<< Leave it automatically"
8708
+ msgid "Open Graph Title Length"
8709
+ msgstr "<< Lass es automatisch"
8710
+
8711
+ #: view/Automation/Settings.php:65 view/SeoSettings/Social.php:429
8712
+ msgid "Open Graph Description Length"
8713
+ msgstr ""
8714
+
8715
+ #: view/Automation/Settings.php:73 view/SeoSettings/Social.php:439
8716
+ msgid "Twitter Card Title Length"
8717
+ msgstr ""
8718
+
8719
+ #: view/Automation/Settings.php:81 view/SeoSettings/Social.php:447
8720
+ msgid "Twitter Card Description Length"
8721
+ msgstr ""
8722
+
8723
+ #: view/Automation/Settings.php:89 view/SeoSettings/Jsonld.php:500
8724
+ msgid "JSON-LD Title Length"
8725
+ msgstr ""
8726
+
8727
+ #: view/Automation/Settings.php:97 view/SeoSettings/Jsonld.php:508
8728
+ msgid "JSON-LD Description Length"
8729
+ msgstr ""
8730
+
8731
+ #: view/Automation/Settings.php:115
8732
+ msgid ""
8733
+ "There have been several occasions in which platforms like Google and Twitter "
8734
+ "have increased their Description length limit and even the META Title length "
8735
+ "limit."
8736
+ msgstr ""
8737
+
8738
+ #: view/Automation/Settings.php:116
8739
+ msgid ""
8740
+ "Squirrly SEO offers you full customization of the META lengths so that you "
8741
+ "don’t have to wait for plugin updates when these sort of things happen, and "
8742
+ "if Twitter, for example, decides to increase the number of characters it will "
8743
+ "display for a post’s description when shared on their platform."
8744
+ msgstr ""
8745
+
8746
+ #: view/Automation/Types.php:30
8747
+ msgid ""
8748
+ "Add ALL Your Post Types to the Automation section and ensure all your site is "
8749
+ "covered with excellent SEO."
8750
+ msgstr ""
8751
+
8752
+ #: view/Automation/Types.php:79 view/Automation/Types.php:92
8753
+ msgid "Add Post Type"
8754
+ msgstr ""
8755
+
8756
+ #: view/Automation/Types.php:81
8757
+ msgid "Add new post types in the list and customize the automation for it."
8758
+ msgstr ""
8759
+
8760
+ # @ squirrly-seo
8761
+ #: view/Automation/Types.php:104
8762
+ #, fuzzy
8763
+ #| msgid "automatically"
8764
+ msgid "All the post types are sent for Automation"
8765
+ msgstr "automatisch"
8766
+
8767
+ # @ squirrly-seo
8768
+ #: view/Automation/Types.php:105
8769
+ #, fuzzy
8770
+ #| msgid "automatically"
8771
+ msgid "Start Automation Setup"
8772
+ msgstr "automatisch"
8773
+
8774
+ #: view/Automation/Types.php:119
8775
+ msgid ""
8776
+ "Add ALL Your Post Types to our Automation section, to ensure all your site is "
8777
+ "covered with excellent SEO."
8778
+ msgstr ""
8779
+
8780
+ #: view/Blocks/Account.php:27
8781
+ #, php-format
8782
+ msgid "Due Date: %s"
8783
+ msgstr ""
8784
+
8785
+ # @ squirrly-seo
8786
+ #: view/Blocks/Account.php:42
8787
+ #, fuzzy
8788
+ #| msgid "Tips: 2-4 keywords"
8789
+ msgid "Keywords Lookups"
8790
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
8791
+
8792
+ #: view/Blocks/Account.php:57
8793
+ msgid "SERP Lookups"
8794
+ msgstr ""
8795
+
8796
+ # @ squirrly-seo
8797
+ #: view/Blocks/Account.php:69
8798
+ #, fuzzy
8799
+ #| msgid "Squirrly settings"
8800
+ msgid "Focus Pages Lookup"
8801
+ msgstr "Squirrly Einstellungen"
8802
+
8803
+ # @ squirrly-seo
8804
+ #: view/Blocks/Account.php:81
8805
+ #, fuzzy
8806
+ #| msgid "Squirrly settings"
8807
+ msgid "Audit Pages Lookup"
8808
+ msgstr "Squirrly Einstellungen"
8809
+
8810
+ #: view/Blocks/Account.php:90
8811
+ msgid "Reset day"
8812
+ msgstr ""
8813
+
8814
+ #: view/Blocks/Account.php:97
8815
+ msgid "Want to hide this section from your customes?"
8816
+ msgstr ""
8817
+
8818
+ #: view/Blocks/Account.php:103
8819
+ msgid "Upgrade your account"
8820
+ msgstr ""
8821
+
8822
+ #: view/Blocks/Account.php:107
8823
+ msgid "Billing info"
8824
+ msgstr ""
8825
+
8826
+ # @ squirrly-seo
8827
+ #: view/Blocks/Account.php:111
8828
+ #, fuzzy
8829
+ #| msgid "Squirrly settings"
8830
+ msgid "Account settings"
8831
+ msgstr "Squirrly Einstellungen"
8832
+
8833
+ # @ squirrly-seo
8834
+ #: view/Blocks/Account.php:115
8835
+ #, fuzzy
8836
+ #| msgid "Squirrly settings"
8837
+ msgid "Squirrly Cloud"
8838
+ msgstr "Squirrly Einstellungen"
8839
+
8840
+ # @ squirrly-seo
8841
+ #: view/Blocks/Account.php:119 view/Blocks/Support.php:19
8842
+ #, fuzzy
8843
+ #| msgid "support page"
8844
+ msgid "Support"
8845
+ msgstr "Support Page"
8846
+
8847
+ # @ squirrly-seo
8848
+ #: view/Blocks/Assistant.php:4
8849
+ #, fuzzy
8850
+ #| msgid "Do the research"
8851
+ msgid "Keyword Research Mastery Tasks"
8852
+ msgstr "Recherchieren"
8853
+
8854
+ # @ squirrly-seo
8855
+ #: view/Blocks/Assistant.php:6
8856
+ #, fuzzy
8857
+ #| msgid "Squirrly settings"
8858
+ msgid "Live Assistant Mastery Tasks"
8859
+ msgstr "Squirrly Einstellungen"
8860
+
8861
+ #: view/Blocks/Assistant.php:8
8862
+ msgid "Automation Mastery Tasks"
8863
+ msgstr ""
8864
+
8865
+ #: view/Blocks/Assistant.php:10
8866
+ msgid "SEO Configuration Mastery Tasks"
8867
+ msgstr ""
8868
+
8869
+ # @ squirrly-seo
8870
+ #: view/Blocks/Assistant.php:12
8871
+ #, fuzzy
8872
+ #| msgid "Squirrly settings"
8873
+ msgid "Audit Mastery Tasks"
8874
+ msgstr "Squirrly Einstellungen"
8875
+
8876
+ #: view/Blocks/Assistant.php:14
8877
+ msgid "Rankings Mastery Tasks"
8878
+ msgstr ""
8879
+
8880
+ #: view/Blocks/Connect.php:15 view/Blocks/Connect.php:29
8881
+ #, php-format
8882
+ msgid ""
8883
+ "This option is used to track innerlinks and insights for your Focus Pages and "
8884
+ "give detailed information about them. %sIt is also useful for sending the "
8885
+ "optimized posts from %shttps://cloud.squirrly.co%s directly on your WordPress "
8886
+ "site."
8887
+ msgstr ""
8888
+
8889
+ # @ squirrly-seo
8890
+ #: view/Blocks/Connect.php:16 view/Blocks/Connect.php:31
8891
+ #, fuzzy
8892
+ #| msgid "Google %sAnalytics ID%s`:"
8893
+ msgid "Connect Squirrly Cloud & Website API"
8894
+ msgstr "Google %sAnalytics ID%s`:"
8895
+
8896
+ #: view/Blocks/Connect.php:19
8897
+ msgid "Connect"
8898
+ msgstr ""
8899
+
8900
+ #: view/Blocks/Connect.php:35
8901
+ msgid "disconnect"
8902
+ msgstr ""
8903
+
8904
+ #: view/Blocks/Dashboard.php:16
8905
+ msgid "Congratulations! you have success messages"
8906
+ msgstr ""
8907
+
8908
+ #: view/Blocks/Dashboard.php:39
8909
+ msgid "You got new goals"
8910
+ msgstr ""
8911
+
8912
+ #: view/Blocks/Dashboard.php:56
8913
+ msgid "others"
8914
+ msgstr ""
8915
+
8916
+ #: view/Blocks/Dashboard.php:62
8917
+ msgid "See Today’s Goals"
8918
+ msgstr ""
8919
+
8920
+ #: view/Blocks/Dashboard.php:66
8921
+ #, php-format
8922
+ msgid "No other goals for today. %sGood job!"
8923
+ msgstr ""
8924
+
8925
+ #: view/Blocks/Dashboard.php:68
8926
+ msgid "Rank your best pages with Focus Pages"
8927
+ msgstr ""
8928
+
8929
+ #: view/Blocks/Dashboard.php:71
8930
+ msgid "Boost your SEO with Bulk SEO"
8931
+ msgstr ""
8932
+
8933
+ #: view/Blocks/Dashboard.php:96 view/Goals/CheckSeo.php:38
8934
+ msgid "Checking the website ..."
8935
+ msgstr ""
8936
+
8937
+ # @ squirrly-seo
8938
+ #: view/Blocks/Features.php:40
8939
+ #, fuzzy
8940
+ #| msgid "Squirrly LIVE SEO assistant"
8941
+ msgid "Squirrly SEO Main Features"
8942
+ msgstr "Squirrly LIVE SEO-Assistent"
8943
+
8944
+ #: view/Blocks/Features.php:41
8945
+ msgid "Manage the features & access them directly from here."
8946
+ msgstr ""
8947
+
8948
+ #: view/Blocks/Features.php:44 view/Blocks/Features.php:211
8949
+ msgid "Do you want to search in the 650 features list?"
8950
+ msgstr ""
8951
+
8952
+ # @ squirrly-seo
8953
+ #: view/Blocks/Features.php:46 view/Blocks/Features.php:213
8954
+ #, fuzzy
8955
+ #| msgid "Could not send the email..."
8956
+ msgid "Do you want to see all 650 features list?"
8957
+ msgstr "Konnte E-Mail nicht senden ..."
8958
+
8959
+ #: view/Blocks/Features.php:54
8960
+ msgid "Enter a feature you want to search for"
8961
+ msgstr ""
8962
+
8963
+ # @ squirrly-seo
8964
+ #: view/Blocks/Features.php:58
8965
+ #, fuzzy
8966
+ #| msgid "Tips: 2-4 keywords"
8967
+ msgid "Search Feature"
8968
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
8969
+
8970
+ #: view/Blocks/Features.php:158
8971
+ msgid "start feature setup"
8972
+ msgstr ""
8973
+
8974
+ #: view/Blocks/Features.php:162
8975
+ msgid "see feature"
8976
+ msgstr ""
8977
+
8978
+ #: view/Blocks/Features.php:178
8979
+ msgid "click to deactivate"
8980
+ msgstr ""
8981
+
8982
+ #: view/Blocks/Features.php:178
8983
+ msgid "click to activate"
8984
+ msgstr ""
8985
+
8986
+ # @ squirrly-seo
8987
+ #: view/Blocks/Features.php:184
8988
+ #, fuzzy
8989
+ #| msgid "Google %sAnalytics ID%s`:"
8990
+ msgid "connect to cloud"
8991
+ msgstr "Google %sAnalytics ID%s`:"
8992
+
8993
+ #: view/Blocks/Features.php:188
8994
+ msgid "already active"
8995
+ msgstr ""
8996
+
8997
+ # @ squirrly-seo
8998
+ #: view/Blocks/Features.php:192
8999
+ #, fuzzy
9000
+ #| msgid "Google %sAnalytics ID%s`:"
9001
+ msgid "activate feature"
9002
+ msgstr "Google %sAnalytics ID%s`:"
9003
+
9004
+ #: view/Blocks/Jorney.php:13
9005
+ #, php-format
9006
+ msgid ""
9007
+ "Join the rest of the %s JourneyTeam on the Facebook Group %s and if you want "
9008
+ "you can share with the members that you have started your Journey."
9009
+ msgstr ""
9010
+
9011
+ #: view/Blocks/Jorney.php:22
9012
+ msgid "Congratulations! You've completed the 14 Days Journey To Better Ranking"
9013
+ msgstr ""
9014
+
9015
+ #: view/Blocks/Jorney.php:24
9016
+ msgid "Your 14 Days Journey To Better Ranking"
9017
+ msgstr ""
9018
+
9019
+ #: view/Blocks/Jorney.php:36 view/Blocks/Jorney.php:59
9020
+ msgid "Day"
9021
+ msgstr ""
9022
+
9023
+ #: view/Blocks/Jorney.php:46
9024
+ msgid "If you missed a day, click on it and read the SEO recipe for it."
9025
+ msgstr ""
9026
+
9027
+ #: view/Blocks/Jorney.php:52
9028
+ msgid "I'm all done. Hide this block."
9029
+ msgstr ""
9030
+
9031
+ #: view/Blocks/Jorney.php:59
9032
+ msgid "Open the SEO recipe for today"
9033
+ msgstr ""
9034
+
9035
+ # @ squirrly-seo
9036
+ #: view/Blocks/Jorney.php:64 view/FocusPages/Addpage.php:22
9037
+ #, fuzzy
9038
+ #| msgid "Squirrly settings"
9039
+ msgid "Add a page in Focus Pages"
9040
+ msgstr "Squirrly Einstellungen"
9041
+
9042
+ #: view/Blocks/Jorney.php:87
9043
+ msgid "14 Days Journey Course"
9044
+ msgstr ""
9045
+
9046
+ #: view/Blocks/Jorney.php:92
9047
+ msgid ""
9048
+ "All you need now is to start driving One of your most valuable pages to "
9049
+ "Better Rankings."
9050
+ msgstr ""
9051
+
9052
+ #: view/Blocks/Jorney.php:99
9053
+ msgid "I'm ready to start the Journey To Better Ranking"
9054
+ msgstr ""
9055
+
9056
+ # @ squirrly-seo
9057
+ #: view/Blocks/LiveAssistant.php:7
9058
+ #, fuzzy
9059
+ #| msgid "Squirrly settings"
9060
+ msgid "Click to Close Squirrly Live Assistant"
9061
+ msgstr "Squirrly Einstellungen"
9062
+
9063
+ #: view/Blocks/LiveAssistant.php:8
9064
+ msgid "Click to Minimize Box"
9065
+ msgstr ""
9066
+
9067
+ #: view/Blocks/LiveAssistant.php:9
9068
+ msgid "Click to Maximize Box"
9069
+ msgstr ""
9070
+
9071
+ # @ squirrly-seo
9072
+ #: view/Blocks/LiveAssistant.php:10 view/Blocks/LiveAssistant.php:42
9073
+ #, fuzzy
9074
+ #| msgid "Squirrly settings"
9075
+ msgid "Squirrly Briefcase"
9076
+ msgstr "Squirrly Einstellungen"
9077
+
9078
+ #: view/Blocks/LiveAssistant.php:13
9079
+ #, php-format
9080
+ msgid ""
9081
+ "Connection error with Squirrly Cloud. Please check the connection and %s "
9082
+ "refresh the page %s"
9083
+ msgstr ""
9084
+
9085
+ # @ squirrly-seo
9086
+ #: view/Blocks/LiveAssistant.php:16
9087
+ #, fuzzy
9088
+ #| msgid "Squirrly settings"
9089
+ msgid "Loading"
9090
+ msgstr "Squirrly Einstellungen"
9091
+
9092
+ # @ squirrly-seo
9093
+ #: view/Blocks/LiveAssistant.php:19
9094
+ #, fuzzy
9095
+ #| msgid "Tips: 2-4 keywords"
9096
+ msgid "Loading the keyword"
9097
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
9098
+
9099
+ # @ squirrly-seo
9100
+ #: view/Blocks/LiveAssistant.php:22
9101
+ #, fuzzy
9102
+ #| msgid "Do the research"
9103
+ msgid "Add a keyword from Briefcase"
9104
+ msgstr "Recherchieren"
9105
+
9106
+ # @ squirrly-seo
9107
+ #: view/Blocks/LiveAssistant.php:25
9108
+ #, fuzzy
9109
+ #| msgid "Squirrly settings"
9110
+ msgid "SLA Score"
9111
+ msgstr "Squirrly Einstellungen"
9112
+
9113
+ # @ squirrly-seo
9114
+ #: view/Blocks/LiveAssistant.php:28
9115
+ #, fuzzy
9116
+ #| msgid "Enter even more keywords."
9117
+ msgid "Use this keyword"
9118
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
9119
+
9120
+ #: view/Blocks/LiveAssistant.php:32
9121
+ msgid "Step 1"
9122
+ msgstr ""
9123
+
9124
+ #: view/Blocks/LiveAssistant.php:33
9125
+ msgid "Step 2"
9126
+ msgstr ""
9127
+
9128
+ #: view/Blocks/LiveAssistant.php:33
9129
+ msgid "Enhance"
9130
+ msgstr ""
9131
+
9132
+ #: view/Blocks/LiveAssistant.php:34
9133
+ msgid "Step 3"
9134
+ msgstr ""
9135
+
9136
+ #: view/Blocks/LiveAssistant.php:34
9137
+ msgid "Analysis"
9138
+ msgstr ""
9139
+
9140
+ #: view/Blocks/LiveAssistant.php:35
9141
+ msgid "Extra"
9142
+ msgstr ""
9143
+
9144
+ #: view/Blocks/LiveAssistant.php:35
9145
+ msgid "Deep"
9146
+ msgstr ""
9147
+
9148
+ #: view/Blocks/LiveAssistant.php:43
9149
+ msgid "We recomend that you select at least 3 Keywords for best results."
9150
+ msgstr ""
9151
+
9152
+ # @ squirrly-seo
9153
+ #: view/Blocks/LiveAssistant.php:48
9154
+ #, fuzzy
9155
+ #| msgid "Do the research"
9156
+ msgid "Search in Briefcase ..."
9157
+ msgstr "Recherchieren"
9158
+
9159
+ # @ squirrly-seo
9160
+ #: view/Blocks/LiveAssistant.php:52 view/Blocks/LiveAssistant.php:80
9161
+ #: view/Blocks/LiveAssistant.php:124 view/Onboarding/Step1.php:85
9162
+ #, fuzzy
9163
+ #| msgid "SEO Software"
9164
+ msgid "Continue"
9165
+ msgstr "SEO Software"
9166
+
9167
+ # @ squirrly-seo
9168
+ #: view/Blocks/LiveAssistant.php:59
9169
+ #, fuzzy
9170
+ #| msgid "Squirrly settings"
9171
+ msgid "Squirrly Blogging Assistant"
9172
+ msgstr "Squirrly Einstellungen"
9173
+
9174
+ #: view/Blocks/LiveAssistant.php:60
9175
+ msgid "The keyword will be automatically be added as the image alt text."
9176
+ msgstr ""
9177
+
9178
+ #: view/Blocks/LiveAssistant.php:61
9179
+ msgid ""
9180
+ "Click on “Insert it!” and the incorporated Tweet(s) will add more substance "
9181
+ "to your article."
9182
+ msgstr ""
9183
+
9184
+ #: view/Blocks/LiveAssistant.php:62
9185
+ msgid ""
9186
+ "Browse through Wikipedia articles to get more insight or quick fact-checking "
9187
+ "on your topic."
9188
+ msgstr ""
9189
+
9190
+ #: view/Blocks/LiveAssistant.php:63
9191
+ msgid "Find topic-related articles written by fellow bloggers or influencers."
9192
+ msgstr ""
9193
+
9194
+ #: view/Blocks/LiveAssistant.php:64
9195
+ msgid ""
9196
+ "Squirrly automatically browses your WordPress for previously written articles "
9197
+ "you want to cite or insert"
9198
+ msgstr ""
9199
+
9200
+ # @ squirrly-seo
9201
+ #: view/Blocks/LiveAssistant.php:71
9202
+ #, fuzzy
9203
+ #| msgid "Squirrly settings"
9204
+ msgid "Images"
9205
+ msgstr "Squirrly Einstellungen"
9206
+
9207
+ #: view/Blocks/LiveAssistant.php:72
9208
+ msgid "Twitter"
9209
+ msgstr ""
9210
+
9211
+ #: view/Blocks/LiveAssistant.php:73
9212
+ msgid "Wiki"
9213
+ msgstr ""
9214
+
9215
+ #: view/Blocks/LiveAssistant.php:74
9216
+ msgid "Blogs"
9217
+ msgstr ""
9218
+
9219
+ #: view/Blocks/LiveAssistant.php:75
9220
+ msgid "My articles"
9221
+ msgstr ""
9222
+
9223
+ #: view/Blocks/LiveAssistant.php:84
9224
+ msgid "Show only Copyright Free images"
9225
+ msgstr ""
9226
+
9227
+ # @ squirrly-seo
9228
+ #: view/Blocks/LiveAssistant.php:94
9229
+ #, fuzzy
9230
+ #| msgid "Squirrly settings"
9231
+ msgid "Squirrly Live Assistant"
9232
+ msgstr "Squirrly Einstellungen"
9233
+
9234
+ #: view/Blocks/LiveAssistant.php:95
9235
+ msgid ""
9236
+ "Squirrly automatically checks your article to make sure it has the best SEO "
9237
+ "chances"
9238
+ msgstr ""
9239
+
9240
+ #: view/Blocks/LiveAssistant.php:104
9241
+ msgid "Update"
9242
+ msgstr ""
9243
+
9244
+ # @ squirrly-seo
9245
+ #: view/Blocks/LiveAssistant.php:132
9246
+ #, fuzzy
9247
+ #| msgid "Squirrly settings"
9248
+ msgid "Squirrly Focus Pages"
9249
+ msgstr "Squirrly Einstellungen"
9250
+
9251
+ #: view/Blocks/LiveAssistant.php:133
9252
+ msgid ""
9253
+ "Focus Pages bring you clear methods to take your content from never found to "
9254
+ "always found on Google."
9255
+ msgstr ""
9256
+
9257
+ #: view/Blocks/LiveAssistant.php:139
9258
+ msgid "Need a deeper analysis of this content?"
9259
+ msgstr ""
9260
+
9261
+ #: view/Blocks/LiveAssistant.php:140
9262
+ msgid ""
9263
+ "Add this page/article as a focus page and take your content from never found "
9264
+ "to always found on Google. Rank your pages by influencing the right ranking "
9265
+ "factors. Turn everything that you see here to Green and you will win."
9266
+ msgstr ""
9267
+
9268
+ # @ squirrly-seo
9269
+ #: view/Blocks/LiveAssistant.php:143
9270
+ #, fuzzy
9271
+ #| msgid "Squirrly settings"
9272
+ msgid "Set Focus Pages"
9273
+ msgstr "Squirrly Einstellungen"
9274
+
9275
+ # @ squirrly-seo
9276
+ #: view/Blocks/Login.php:10 view/Blocks/Login.php:28
9277
+ #, fuzzy
9278
+ #| msgid "Your E-mail:"
9279
+ msgid "Email"
9280
+ msgstr "Ihre E-Mail Adresse:"
9281
+
9282
+ # @ squirrly-seo
9283
+ #: view/Blocks/Login.php:14
9284
+ #, fuzzy
9285
+ #| msgid "Tips: 2-4 keywords"
9286
+ msgid "Password"
9287
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
9288
+
9289
+ #: view/Blocks/Login.php:18
9290
+ msgid "Register to Squirrly.co"
9291
+ msgstr ""
9292
+
9293
+ #: view/Blocks/Login.php:19
9294
+ msgid "Lost password?"
9295
+ msgstr ""
9296
+
9297
+ #: view/Blocks/Login.php:19
9298
+ msgid "Lost password"
9299
+ msgstr ""
9300
+
9301
+ #: view/Blocks/Login.php:21
9302
+ msgid "Login"
9303
+ msgstr ""
9304
+
9305
+ #: view/Blocks/Login.php:35
9306
+ msgid "I already have an account"
9307
+ msgstr ""
9308
+
9309
+ #: view/Blocks/Login.php:38
9310
+ #, php-format
9311
+ msgid "I Agree with the Squirrly %sTerms of Use%s and %sPrivacy Policy%s"
9312
+ msgstr ""
9313
+
9314
+ #: view/Blocks/Login.php:40
9315
+ msgid "Sign Up"
9316
+ msgstr ""
9317
+
9318
+ #: view/Blocks/Menu.php:47 view/Blocks/Menu.php:84 view/Blocks/Menu.php:128
9319
+ msgid "Back To Home"
9320
+ msgstr ""
9321
+
9322
+ #: view/Blocks/Snippet.php:85
9323
+ msgid "Meta Tags"
9324
+ msgstr ""
9325
+
9326
+ #: view/Blocks/Snippet.php:88 view/Blocks/Snippet.php:354
9327
+ msgid "JSON-LD"
9328
+ msgstr ""
9329
+
9330
+ #: view/Blocks/Snippet.php:108
9331
+ #, php-format
9332
+ msgid ""
9333
+ "Post Type (%s) was excluded from %s Squirrly > Automation %s. Squirrly SEO "
9334
+ "will not load for this post type on the frontend"
9335
+ msgstr ""
9336
+
9337
+ # @ squirrly-seo
9338
+ #: view/Blocks/Snippet.php:116
9339
+ #, fuzzy
9340
+ #| msgid "Google %sAnalytics ID%s`:"
9341
+ msgid "Activate Metas"
9342
+ msgstr "Google %sAnalytics ID%s`:"
9343
+
9344
+ # @ squirrly-seo
9345
+ #: view/Blocks/Snippet.php:126 view/Blocks/Snippet.php:370
9346
+ #: view/Blocks/Snippet.php:627 view/Blocks/Snippet.php:888
9347
+ #: view/Blocks/Snippet.php:1115
9348
+ #, fuzzy
9349
+ #| msgid "Do the research"
9350
+ msgid "Refresh"
9351
+ msgstr "Recherchieren"
9352
+
9353
+ #: view/Blocks/Snippet.php:131
9354
+ msgid "How this page will appear on Search Engines"
9355
+ msgstr ""
9356
+
9357
+ #: view/Blocks/Snippet.php:133 view/Blocks/Snippet.php:657
9358
+ #: view/Blocks/Snippet.php:920
9359
+ msgid "AUTO-DRAFT"
9360
+ msgstr ""
9361
+
9362
+ #: view/Blocks/Snippet.php:144 view/Blocks/Snippet.php:940
9363
+ msgid "Please save the post first to be able to edit the Squirrly SEO Snippet"
9364
+ msgstr ""
9365
+
9366
+ #: view/Blocks/Snippet.php:151 view/Blocks/Snippet.php:685
9367
+ #: view/Blocks/Snippet.php:947 view/Onboarding/Step1.php:84
9368
+ msgid "Cancel"
9369
+ msgstr ""
9370
+
9371
+ #: view/Blocks/Snippet.php:152 view/Blocks/Snippet.php:371
9372
+ #: view/Blocks/Snippet.php:686 view/Blocks/Snippet.php:948
9373
+ #: view/Blocks/Snippet.php:1116
9374
+ msgid "Save"
9375
+ msgstr ""
9376
+
9377
+ # @ squirrly-seo
9378
+ #: view/Blocks/Snippet.php:162
9379
+ #, fuzzy
9380
+ #| msgid "Squirrly LIVE SEO assistant"
9381
+ msgid "Activate Title"
9382
+ msgstr "Squirrly LIVE SEO-Assistent"
9383
+
9384
+ # @ squirrly-seo
9385
+ #: view/Blocks/Snippet.php:169 view/Blocks/Snippet.php:220
9386
+ #: view/Blocks/Snippet.php:719 view/Blocks/Snippet.php:762
9387
+ #: view/Blocks/Snippet.php:981 view/Blocks/Snippet.php:1024
9388
+ #, fuzzy, php-format
9389
+ #| msgid "Tips: Length 10-70 chars"
9390
+ msgid "Tips: Length %s-%s chars"
9391
+ msgstr "Tipp: Länge 10-70 Charaktere"
9392
+
9393
+ #: view/Blocks/Snippet.php:172 view/Blocks/Snippet.php:196
9394
+ #: view/Blocks/Snippet.php:223 view/Blocks/Snippet.php:250
9395
+ #: view/Blocks/Snippet.php:722 view/Blocks/Snippet.php:746
9396
+ #: view/Blocks/Snippet.php:765 view/Blocks/Snippet.php:792
9397
+ #: view/Blocks/Snippet.php:984 view/Blocks/Snippet.php:1008
9398
+ #: view/Blocks/Snippet.php:1027 view/Blocks/Snippet.php:1054
9399
+ msgid "Pattern"
9400
+ msgstr ""
9401
+
9402
+ #: view/Blocks/Snippet.php:189 view/Blocks/Snippet.php:739
9403
+ #: view/Blocks/Snippet.php:1001
9404
+ msgid "Default Title"
9405
+ msgstr ""
9406
+
9407
+ # @ squirrly-seo
9408
+ #: view/Blocks/Snippet.php:213
9409
+ #, fuzzy
9410
+ #| msgid "Google %sAnalytics ID%s`:"
9411
+ msgid "Activate Description"
9412
+ msgstr "Google %sAnalytics ID%s`:"
9413
+
9414
+ #: view/Blocks/Snippet.php:219
9415
+ msgid "Meta Description"
9416
+ msgstr ""
9417
+
9418
+ #: view/Blocks/Snippet.php:243 view/Blocks/Snippet.php:785
9419
+ #: view/Blocks/Snippet.php:1047
9420
+ msgid "Default Description"
9421
+ msgstr ""
9422
+
9423
+ # @ squirrly-seo
9424
+ #: view/Blocks/Snippet.php:267
9425
+ #, fuzzy
9426
+ #| msgid "Tips: 2-4 keywords"
9427
+ msgid "Activate Keywords"
9428
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
9429
+
9430
+ # @ squirrly-seo
9431
+ #: view/Blocks/Snippet.php:273
9432
+ #, fuzzy
9433
+ #| msgid "Enter even more keywords."
9434
+ msgid "Meta Keywords"
9435
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
9436
+
9437
+ #: view/Blocks/Snippet.php:274
9438
+ msgid "Tips: Keywords you want your content to be found for"
9439
+ msgstr ""
9440
+
9441
+ # @ squirrly-seo
9442
+ #: view/Blocks/Snippet.php:277
9443
+ #, fuzzy
9444
+ #| msgid "Tips: 2-4 keywords"
9445
+ msgid "+ Add keyword"
9446
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
9447
+
9448
+ # @ squirrly-seo
9449
+ #: view/Blocks/Snippet.php:290
9450
+ #, fuzzy
9451
+ #| msgid "Google %sAnalytics ID%s`:"
9452
+ msgid "Activate Canonical"
9453
+ msgstr "Google %sAnalytics ID%s`:"
9454
+
9455
+ #: view/Blocks/Snippet.php:297
9456
+ msgid "Leave it blank if you don't have an external canonical"
9457
+ msgstr ""
9458
+
9459
+ #: view/Blocks/Snippet.php:300
9460
+ msgid "Found"
9461
+ msgstr ""
9462
+
9463
+ #: view/Blocks/Snippet.php:312
9464
+ msgid "Default Link"
9465
+ msgstr ""
9466
+
9467
+ #: view/Blocks/Snippet.php:334 view/Blocks/Snippet.php:597
9468
+ #: view/Blocks/Snippet.php:858 view/Blocks/Snippet.php:1095
9469
+ #: view/Blocks/Snippet.php:1244
9470
+ msgid ""
9471
+ "To edit the snippet, you have to activate Squirrly SEO for this page first"
9472
+ msgstr ""
9473
+
9474
+ # @ squirrly-seo
9475
+ #: view/Blocks/Snippet.php:343
9476
+ #, fuzzy
9477
+ #| msgid "Squirrly LIVE SEO assistant"
9478
+ msgid "Activate Squirrly Snippet for this page"
9479
+ msgstr "Squirrly LIVE SEO-Assistent"
9480
+
9481
+ #: view/Blocks/Snippet.php:348
9482
+ msgid "Post Type"
9483
+ msgstr ""
9484
+
9485
+ #: view/Blocks/Snippet.php:350
9486
+ msgid "Term"
9487
+ msgstr ""
9488
+
9489
+ #: view/Blocks/Snippet.php:352
9490
+ msgid "OG"
9491
+ msgstr ""
9492
+
9493
+ #: view/Blocks/Snippet.php:388
9494
+ #, php-format
9495
+ msgid ""
9496
+ "JSON-LD is disable for this Post Type (%s). See %s Squirrly > Automation > "
9497
+ "Configuration %s."
9498
+ msgstr ""
9499
+
9500
+ #: view/Blocks/Snippet.php:418
9501
+ msgid "JSON-LD Schema Types"
9502
+ msgstr ""
9503
+
9504
+ #: view/Blocks/Snippet.php:420
9505
+ #, php-format
9506
+ msgid "Setup JSON-LD for this Post Type by using %s SEO Automation %s"
9507
+ msgstr ""
9508
+
9509
+ #: view/Blocks/Snippet.php:453
9510
+ msgid "Hold Control key (or Command on Mac) to select multiple types."
9511
+ msgstr ""
9512
+
9513
+ #: view/Blocks/Snippet.php:462
9514
+ msgid "JSON-LD Breadcrumbs Schema"
9515
+ msgstr ""
9516
+
9517
+ #: view/Blocks/Snippet.php:464
9518
+ #, php-format
9519
+ msgid "Manage BreadcrumbsList Schema from %s JSON-LD Settings %s."
9520
+ msgstr ""
9521
+
9522
+ # @ squirrly-seo
9523
+ #: view/Blocks/Snippet.php:469 view/Blocks/Snippet.php:517
9524
+ #: view/Blocks/Snippet.php:537
9525
+ #, fuzzy
9526
+ #| msgid "Google %sAnalytics ID%s`:"
9527
+ msgid "Active"
9528
+ msgstr "Google %sAnalytics ID%s`:"
9529
+
9530
+ #: view/Blocks/Snippet.php:471 view/Blocks/Snippet.php:519
9531
+ #: view/Blocks/Snippet.php:539
9532
+ msgid "Not Active"
9533
+ msgstr ""
9534
+
9535
+ #: view/Blocks/Snippet.php:484
9536
+ msgid "Primary Category"
9537
+ msgstr ""
9538
+
9539
+ #: view/Blocks/Snippet.php:486
9540
+ msgid "Set the Primary Category for Breadcrumbs."
9541
+ msgstr ""
9542
+
9543
+ #: view/Blocks/Snippet.php:510
9544
+ msgid "Woocommerce Product Support"
9545
+ msgstr ""
9546
+
9547
+ #: view/Blocks/Snippet.php:512
9548
+ #, php-format
9549
+ msgid "Manage Woocommerce Support from %s JSON-LD Settings %s."
9550
+ msgstr ""
9551
+
9552
+ #: view/Blocks/Snippet.php:530
9553
+ msgid "Remove other JSON-LD Schema"
9554
+ msgstr ""
9555
+
9556
+ #: view/Blocks/Snippet.php:532
9557
+ #, php-format
9558
+ msgid "Manage Duplicate Schema remover from %s JSON-LD Settings %s."
9559
+ msgstr ""
9560
+
9561
+ #: view/Blocks/Snippet.php:549
9562
+ msgid "JSON-LD Code"
9563
+ msgstr ""
9564
+
9565
+ #: view/Blocks/Snippet.php:550
9566
+ msgid "Let Squirrly load the JSON-LD Schema for the selected types."
9567
+ msgstr ""
9568
+
9569
+ #: view/Blocks/Snippet.php:554 view/Blocks/Snippet.php:835
9570
+ #: view/Blocks/Snippet.php:1075
9571
+ msgid "(Auto)"
9572
+ msgstr ""
9573
+
9574
+ #: view/Blocks/Snippet.php:555
9575
+ msgid "Custom Code"
9576
+ msgstr ""
9577
+
9578
+ #: view/Blocks/Snippet.php:557
9579
+ #, php-format
9580
+ msgid ""
9581
+ "Use Advanced Custom Fields (ACF) plugin to add custom JSON-LD. %s Learn More "
9582
+ "%s"
9583
+ msgstr ""
9584
+
9585
+ #: view/Blocks/Snippet.php:566
9586
+ msgid "Custom JSON-LD Code"
9587
+ msgstr ""
9588
+
9589
+ #: view/Blocks/Snippet.php:567
9590
+ #, php-format
9591
+ msgid "Add JSON-LD code from %sSchema Generator Online%s."
9592
+ msgstr ""
9593
+
9594
+ #: view/Blocks/Snippet.php:580
9595
+ msgid "Validate JSON-LD"
9596
+ msgstr ""
9597
+
9598
+ #: view/Blocks/Snippet.php:609 view/Blocks/Snippet.php:870
9599
+ #, php-format
9600
+ msgid ""
9601
+ "Post Type (%s) was excluded from %s Squirrly > Automation %s. Squirrly SEO "
9602
+ "will not load for this post type on the frontend."
9603
+ msgstr ""
9604
+
9605
+ # @ squirrly-seo
9606
+ #: view/Blocks/Snippet.php:628
9607
+ #, fuzzy
9608
+ #| msgid "Squirrly settings"
9609
+ msgid "Edit Open Graph"
9610
+ msgstr "Squirrly Einstellungen"
9611
+
9612
+ #: view/Blocks/Snippet.php:633
9613
+ msgid "How this page appears on Facebook"
9614
+ msgstr ""
9615
+
9616
+ #: view/Blocks/Snippet.php:645 view/Blocks/Snippet.php:907
9617
+ msgid "The image size must be at least 500 pixels wide"
9618
+ msgstr ""
9619
+
9620
+ #: view/Blocks/Snippet.php:666 view/Blocks/Snippet.php:929
9621
+ msgid ""
9622
+ "This is the Featured Image. You can change it if you edit the snippet and "
9623
+ "upload another image."
9624
+ msgstr ""
9625
+
9626
+ #: view/Blocks/Snippet.php:678
9627
+ msgid "Please save the post first to be able to edit the Squirrly SEO Snippet."
9628
+ msgstr ""
9629
+
9630
+ #: view/Blocks/Snippet.php:695 view/Blocks/Snippet.php:957
9631
+ msgid "Media Image"
9632
+ msgstr ""
9633
+
9634
+ #: view/Blocks/Snippet.php:699 view/Blocks/Snippet.php:961
9635
+ #: view/SeoSettings/Tweaks.php:510
9636
+ msgid "Upload"
9637
+ msgstr ""
9638
+
9639
+ #: view/Blocks/Snippet.php:700 view/Blocks/Snippet.php:962
9640
+ msgid "Image size must be at least 500 pixels wide"
9641
+ msgstr ""
9642
+
9643
+ #: view/Blocks/Snippet.php:808
9644
+ msgid "Author Link"
9645
+ msgstr ""
9646
+
9647
+ #: view/Blocks/Snippet.php:809
9648
+ msgid "For multiple authors, separate their Facebook links with commas"
9649
+ msgstr ""
9650
+
9651
+ #: view/Blocks/Snippet.php:824
9652
+ msgid "OG Type"
9653
+ msgstr ""
9654
+
9655
+ # @ squirrly-seo
9656
+ #: view/Blocks/Snippet.php:889
9657
+ #, fuzzy
9658
+ #| msgid "Squirrly settings"
9659
+ msgid "Edit Twitter Card"
9660
+ msgstr "Squirrly Einstellungen"
9661
+
9662
+ #: view/Blocks/Snippet.php:894
9663
+ msgid "How this page appears on Twitter"
9664
+ msgstr ""
9665
+
9666
+ #: view/Blocks/Snippet.php:1070
9667
+ msgid "Card Type"
9668
+ msgstr ""
9669
+
9670
+ #: view/Blocks/Snippet.php:1071 view/Onboarding/Step2.php:332
9671
+ #: view/SeoSettings/Social.php:322
9672
+ #, php-format
9673
+ msgid "Every change needs %sTwitter Card Validator%s"
9674
+ msgstr ""
9675
+
9676
+ #: view/Blocks/Snippet.php:1076
9677
+ msgid "summary"
9678
+ msgstr ""
9679
+
9680
+ #: view/Blocks/Snippet.php:1077
9681
+ msgid "summary_large_image"
9682
+ msgstr ""
9683
+
9684
+ #: view/Blocks/Snippet.php:1107
9685
+ #, php-format
9686
+ msgid ""
9687
+ "You selected '%s' in %sSettings > Reading%s. %s It's important to uncheck "
9688
+ "that option."
9689
+ msgstr ""
9690
+
9691
+ #: view/Blocks/Snippet.php:1127 view/Blocks/Snippet.php:1158
9692
+ #, php-format
9693
+ msgid ""
9694
+ "This Post Type (%s) has Nofollow set in Automation. See %s Squirrly > "
9695
+ "Automation > Configuration %s."
9696
+ msgstr ""
9697
+
9698
+ # @ squirrly-seo
9699
+ #: view/Blocks/Snippet.php:1134 view/Blocks/Snippet.php:1165
9700
+ #, fuzzy
9701
+ #| msgid "Google %sAnalytics ID%s`:"
9702
+ msgid "Activate Robots Meta"
9703
+ msgstr "Google %sAnalytics ID%s`:"
9704
+
9705
+ #: view/Blocks/Snippet.php:1145
9706
+ msgid "Let Google Index This Page"
9707
+ msgstr ""
9708
+
9709
+ #: view/Blocks/Snippet.php:1188
9710
+ #, php-format
9711
+ msgid ""
9712
+ "Show in sitemap for this Post Type (%s) was excluded from %s Squirrly > "
9713
+ "Automation > Configuration %s."
9714
+ msgstr ""
9715
+
9716
+ # @ squirrly-seo
9717
+ #: view/Blocks/Snippet.php:1195
9718
+ #, fuzzy
9719
+ #| msgid "Squirrly LIVE SEO assistant"
9720
+ msgid "Activate Sitemap"
9721
+ msgstr "Squirrly LIVE SEO-Assistent"
9722
+
9723
+ #: view/Blocks/Snippet.php:1205
9724
+ msgid "Show it in Sitemap.xml"
9725
+ msgstr ""
9726
+
9727
+ #: view/Blocks/Snippet.php:1206
9728
+ msgid "Don't show in Sitemap XML a page set as Noindex."
9729
+ msgstr ""
9730
+
9731
+ # @ squirrly-seo
9732
+ #: view/Blocks/Snippet.php:1220
9733
+ #, fuzzy
9734
+ #| msgid "Google %sAnalytics ID%s`:"
9735
+ msgid "Activate Redirects"
9736
+ msgstr "Google %sAnalytics ID%s`:"
9737
+
9738
+ #: view/Blocks/Snippet.php:1227
9739
+ msgid "Leave it blank if you don't want to add a 301 redirect to another URL"
9740
+ msgstr ""
9741
+
9742
+ # @ squirrly-seo
9743
+ #: view/Blocks/Snippet.php:1266
9744
+ #, fuzzy
9745
+ #| msgid "Squirrly LIVE SEO assistant"
9746
+ msgid "Loading Squirrly Snippet ..."
9747
+ msgstr "Squirrly LIVE SEO-Assistent"
9748
+
9749
+ # @ squirrly-seo
9750
+ #: view/Blocks/Snippet.php:1292
9751
+ #, fuzzy
9752
+ #| msgid "Squirrly LIVE SEO assistant"
9753
+ msgid "Enable Squirrly SEO to load Squirrly Snippet"
9754
+ msgstr "Squirrly LIVE SEO-Assistent"
9755
+
9756
+ #: view/Blocks/Snippet.php:1301
9757
+ msgid ""
9758
+ "Couldn't save your changes. Immunify360 or some other service on your web "
9759
+ "hosting account interferes with your WordPress. Please contact the hosting "
9760
+ "provider`s support team"
9761
+ msgstr ""
9762
+
9763
+ #: view/Blocks/Support.php:8
9764
+ msgid "Go to Profile"
9765
+ msgstr ""
9766
+
9767
+ #: view/Blocks/Support.php:8 view/Blocks/Support.php:9
9768
+ msgid "Profile"
9769
+ msgstr ""
9770
+
9771
+ # @ squirrly-seo
9772
+ #: view/Blocks/Support.php:22
9773
+ #, fuzzy
9774
+ #| msgid "Write a new post with Squirrly"
9775
+ msgid "Need Help with Squirrly SEO?"
9776
+ msgstr "Schreiben Sie einen neuen Beitrag mit Squirrly"
9777
+
9778
+ #: view/Blocks/Support.php:24 view/Blocks/Support.php:91
9779
+ #, php-format
9780
+ msgid "10 AM to 4 PM (GMT): Mon-Fri %sby contact form%s."
9781
+ msgstr ""
9782
+
9783
+ #: view/Blocks/Support.php:25 view/Blocks/Support.php:92
9784
+ #, php-format
9785
+ msgid "How To Squirrly %swebsite%s."
9786
+ msgstr ""
9787
+
9788
+ #: view/Blocks/Support.php:26 view/Blocks/Support.php:93
9789
+ #, php-format
9790
+ msgid "Facebook %sSupport Community%s."
9791
+ msgstr ""
9792
+
9793
+ #: view/Blocks/Support.php:27 view/Blocks/Support.php:94
9794
+ #, php-format
9795
+ msgid "Facebook %sMessenger%s."
9796
+ msgstr ""
9797
+
9798
+ #: view/Blocks/Support.php:28
9799
+ #, php-format
9800
+ msgid "Twitter %sSupport%s."
9801
+ msgstr ""
9802
+
9803
+ #: view/Blocks/Support.php:36
9804
+ msgid "How was your Squirrly experience today?"
9805
+ msgstr ""
9806
+
9807
+ #: view/Blocks/Support.php:43
9808
+ msgid "Annoying"
9809
+ msgstr ""
9810
+
9811
+ #: view/Blocks/Support.php:47
9812
+ msgid "Bad"
9813
+ msgstr ""
9814
+
9815
+ #: view/Blocks/Support.php:51
9816
+ msgid "Nice"
9817
+ msgstr ""
9818
+
9819
+ #: view/Blocks/Support.php:55
9820
+ msgid "Great"
9821
+ msgstr ""
9822
+
9823
+ #: view/Blocks/Support.php:59
9824
+ msgid "Love it"
9825
+ msgstr ""
9826
+
9827
+ #: view/Blocks/Support.php:71
9828
+ msgid "How was Squirrly today?"
9829
+ msgstr ""
9830
+
9831
+ #: view/Blocks/Support.php:86
9832
+ msgid "Send feedback"
9833
+ msgstr ""
9834
+
9835
+ #: view/Blocks/Support.php:90
9836
+ msgid "For more support:"
9837
+ msgstr ""
9838
+
9839
+ #: view/Blocks/Support.php:95
9840
+ #, php-format
9841
+ msgid "New Lessons Mon. and Tue. on %sTwitter%s."
9842
+ msgstr ""
9843
+
9844
+ #: view/Blocks/Support.php:100
9845
+ msgid "Thank you! You can send us a happy face tomorrow too."
9846
+ msgstr ""
9847
+
9848
+ #: view/Blocks/Toolbar.php:13
9849
+ msgid "SEO Beginner"
9850
+ msgstr ""
9851
+
9852
+ # @ squirrly-seo
9853
+ #: view/Blocks/Toolbar.php:14
9854
+ #, fuzzy
9855
+ #| msgid "Squirrly LIVE SEO assistant"
9856
+ msgid "SEO Expert"
9857
+ msgstr "Squirrly LIVE SEO-Assistent"
9858
+
9859
+ #: view/Blocks/Uninstall.php:5
9860
+ msgid "I no longer need the plugin"
9861
+ msgstr ""
9862
+
9863
+ #: view/Blocks/Uninstall.php:9
9864
+ msgid "I found a better plugin"
9865
+ msgstr ""
9866
+
9867
+ #: view/Blocks/Uninstall.php:10
9868
+ msgid "Please share which plugin"
9869
+ msgstr ""
9870
+
9871
+ #: view/Blocks/Uninstall.php:13
9872
+ msgid "I couldn't get the plugin to work"
9873
+ msgstr ""
9874
+
9875
+ #: view/Blocks/Uninstall.php:17
9876
+ msgid "It's a temporary deactivation"
9877
+ msgstr ""
9878
+
9879
+ #: view/Blocks/Uninstall.php:21
9880
+ msgid "Other"
9881
+ msgstr ""
9882
+
9883
+ #: view/Blocks/Uninstall.php:22
9884
+ msgid "Please share the reason"
9885
+ msgstr ""
9886
+
9887
+ # @ squirrly-seo
9888
+ #: view/Blocks/Uninstall.php:30
9889
+ #, fuzzy
9890
+ #| msgid "Squirrly LIVE SEO assistant"
9891
+ msgid "Deactivate"
9892
+ msgstr "Squirrly LIVE SEO-Assistent"
9893
+
9894
+ #: view/Blocks/Uninstall.php:36
9895
+ msgid "Please share why you are deactivating the plugin"
9896
+ msgstr ""
9897
+
9898
+ #: view/Blocks/Uninstall.php:53
9899
+ msgid "Submit &amp; Deactivate"
9900
+ msgstr ""
9901
+
9902
+ #: view/Blocks/Uninstall.php:54
9903
+ msgid "Skip &amp; Deactivate"
9904
+ msgstr ""
9905
+
9906
+ #: view/Blocks/Uninstall.php:60
9907
+ #, php-format
9908
+ msgid ""
9909
+ "You set to remove all Squirrly SEO data on uninstall. You can change this "
9910
+ "option from %s Squirrly > SEO Configuration > Advanced Settings %s"
9911
+ msgstr ""
9912
+
9913
+ # @ squirrly-seo
9914
+ #: view/Blocks/Uninstall.php:67
9915
+ #, fuzzy
9916
+ #| msgid "Google %sAnalytics ID%s`:"
9917
+ msgid "Disconnect from Squirrly Cloud"
9918
+ msgstr "Google %sAnalytics ID%s`:"
9919
+
9920
+ #: view/BulkSeo/Bulkseo.php:31
9921
+ msgid ""
9922
+ "Simplify the SEO process for all your post type and optimize them in just "
9923
+ "minutes."
9924
+ msgstr ""
9925
+
9926
+ #: view/BulkSeo/Bulkseo.php:46 view/FocusPages/FocusPages.php:21
9927
+ msgid "Filter by Red Element"
9928
+ msgstr ""
9929
+
9930
+ #: view/BulkSeo/Bulkseo.php:126
9931
+ msgid "Write the post you want to search for"
9932
+ msgstr ""
9933
+
9934
+ # @ squirrly-seo
9935
+ #: view/BulkSeo/Bulkseo.php:127
9936
+ #, fuzzy
9937
+ #| msgid "Tips: 2-4 keywords"
9938
+ msgid "Search Keyword"
9939
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
9940
+
9941
+ #: view/BulkSeo/Bulkseo.php:188
9942
+ #, php-format
9943
+ msgid "No data for this filter. %sShow All%s records for this post type."
9944
+ msgstr ""
9945
+
9946
+ #: view/BulkSeo/Bulkseo.php:190
9947
+ msgid "No data found for this post type. Try other post types."
9948
+ msgstr ""
9949
+
9950
+ #: view/BulkSeo/Bulkseo.php:217
9951
+ msgid "Start Using This Section in 1,2,3"
9952
+ msgstr ""
9953
+
9954
+ #: view/BulkSeo/Bulkseo.php:228
9955
+ msgid "1. Click On A Section"
9956
+ msgstr ""
9957
+
9958
+ #: view/BulkSeo/Bulkseo.php:242
9959
+ msgid "2. Click On A Task"
9960
+ msgstr ""
9961
+
9962
+ # @ squirrly-seo
9963
+ #: view/BulkSeo/Bulkseo.php:256
9964
+ #, fuzzy
9965
+ #| msgid "Your E-mail:"
9966
+ msgid "3. Read Task Details"
9967
+ msgstr "Ihre E-Mail Adresse:"
9968
+
9969
+ #: view/BulkSeo/Bulkseo.php:269
9970
+ msgid "Each Red, Gray, or Green dot from each section in BULK SEO is clickable."
9971
+ msgstr ""
9972
+
9973
+ #: view/BulkSeo/Bulkseo.php:270
9974
+ msgid ""
9975
+ "Correct the SEO for the entire website in just minutes. Simply turn Red "
9976
+ "Elements Green, and you’ll score massive SEO gains."
9977
+ msgstr ""
9978
+
9979
+ #: view/BulkSeo/Bulkseo.php:271
9980
+ msgid ""
9981
+ "Filter by Red Element to group pages together based on common issues they "
9982
+ "have to better organize and prioritize your work."
9983
+ msgstr ""
9984
+
9985
+ #: view/BulkSeo/Bulkseo.php:282
9986
+ msgid "Bulk SEO Mastery Tasks"
9987
+ msgstr ""
9988
+
9989
+ #: view/BulkSeo/BulkseoRow.php:26
9990
+ #, php-format
9991
+ msgid "View: %s"
9992
+ msgstr ""
9993
+
9994
+ # @ squirrly-seo
9995
+ #: view/Connect/GoogleAnalytics.php:12 view/SeoSettings/Webmaster.php:58
9996
+ #: view/SeoSettings/Webmaster.php:105
9997
+ #, fuzzy
9998
+ #| msgid "Google %sAnalytics ID%s`:"
9999
+ msgid "Google Analytics"
10000
+ msgstr "Google %sAnalytics ID%s`:"
10001
+
10002
+ # @ squirrly-seo
10003
+ #: view/Connect/GoogleAnalytics.php:21 view/SeoSettings/Webmaster.php:60
10004
+ #, fuzzy
10005
+ #| msgid "Google %sAnalytics ID%s`:"
10006
+ msgid "You are connected to Google Analytics"
10007
+ msgstr "Google %sAnalytics ID%s`:"
10008
+
10009
+ #: view/Connect/GoogleAnalytics.php:64 view/Connect/GoogleSearchConsole.php:19
10010
+ #: view/SeoSettings/Webmaster.php:99 view/SeoSettings/Webmaster.php:146
10011
+ msgid "Disconnect"
10012
+ msgstr ""
10013
+
10014
+ # @ squirrly-seo
10015
+ #: view/Connect/GoogleAnalytics.php:74
10016
+ #, fuzzy
10017
+ #| msgid "Google %sAnalytics ID%s`:"
10018
+ msgid "Connect this site to Google Analytics"
10019
+ msgstr "Google %sAnalytics ID%s`:"
10020
+
10021
+ #: view/Connect/GoogleAnalytics.php:75
10022
+ msgid ""
10023
+ "Connect Google Analytics and get traffic insights for your website on each "
10024
+ "Audit."
10025
+ msgstr ""
10026
+
10027
+ #: view/Connect/GoogleAnalytics.php:80 view/Connect/GoogleSearchConsole.php:36
10028
+ #: view/SeoSettings/Webmaster.php:113 view/SeoSettings/Webmaster.php:160
10029
+ msgid "Sign in"
10030
+ msgstr ""
10031
+
10032
+ #: view/Connect/GoogleAnalytics.php:88 view/Connect/GoogleSearchConsole.php:44
10033
+ #: view/SeoSettings/Webmaster.php:121 view/SeoSettings/Webmaster.php:168
10034
+ msgid "Check connection"
10035
+ msgstr ""
10036
+
10037
+ # @ squirrly-seo
10038
+ #: view/Connect/GoogleSearchConsole.php:8 view/SeoSettings/Webmaster.php:135
10039
+ #: view/SeoSettings/Webmaster.php:152 view/SeoSettings/Webmaster.php:251
10040
+ #, fuzzy
10041
+ #| msgid "Google %sAnalytics ID%s`:"
10042
+ msgid "Google Search Console"
10043
+ msgstr "Google %sAnalytics ID%s`:"
10044
+
10045
+ # @ squirrly-seo
10046
+ #: view/Connect/GoogleSearchConsole.php:13 view/SeoSettings/Webmaster.php:137
10047
+ #, fuzzy
10048
+ #| msgid "Google %sAnalytics ID%s`:"
10049
+ msgid "You are connected to Google Search Console"
10050
+ msgstr "Google %sAnalytics ID%s`:"
10051
+
10052
+ # @ squirrly-seo
10053
+ #: view/Connect/GoogleSearchConsole.php:30
10054
+ #, fuzzy
10055
+ #| msgid "Google %sAnalytics ID%s`:"
10056
+ msgid "Connect this site to Google Search Console"
10057
+ msgstr "Google %sAnalytics ID%s`:"
10058
+
10059
+ #: view/Connect/GoogleSearchConsole.php:31
10060
+ msgid ""
10061
+ "Connect Google Search Console and get traffic insights for your website on "
10062
+ "each Audit."
10063
+ msgstr ""
10064
+
10065
+ # @ squirrly-seo
10066
+ #: view/Errors/Connect.php:28
10067
+ #, fuzzy
10068
+ #| msgid "Google %sAnalytics ID%s`:"
10069
+ msgid "Connect Your Site to Squirrly Cloud"
10070
+ msgstr "Google %sAnalytics ID%s`:"
10071
+
10072
+ #: view/Errors/Connect.php:29
10073
+ #, php-format
10074
+ msgid ""
10075
+ "Get Access to the Non-Human SEO Consultant, Focus Pages, SEO Audits and all "
10076
+ "our features %s by creating a free account"
10077
+ msgstr ""
10078
+
10079
+ #: view/Errors/Maintenance.php:21
10080
+ #, php-format
10081
+ msgid ""
10082
+ "Unfortunately Squirrly Cloud is down for a bit of maintenance right now. But "
10083
+ "we'll be back in a minute. %srefresh the page%s."
10084
+ msgstr ""
10085
+
10086
+ #: view/FocusPages/Addpage.php:28 view/FocusPages/Pagelist.php:28
10087
+ msgid ""
10088
+ "Focus Pages bring you clear methods to take your pages from never found to "
10089
+ "always found on Google. Rank your pages by influencing the right ranking "
10090
+ "factors. Turn everything that you see here to Green and you will win."
10091
+ msgstr ""
10092
+
10093
+ # @ squirrly-seo
10094
+ #: view/FocusPages/Addpage.php:167 view/Onboarding/Step3.php:155
10095
+ #, fuzzy
10096
+ #| msgid "Squirrly settings"
10097
+ msgid "Set Focus Page"
10098
+ msgstr "Squirrly Einstellungen"
10099
+
10100
+ #: view/FocusPages/Addpage.php:171 view/Onboarding/Step3.php:159
10101
+ msgid "Only pages with IDs can be added as Focus Page"
10102
+ msgstr ""
10103
+
10104
+ #: view/FocusPages/Addpage.php:171 view/Onboarding/Step3.php:159
10105
+ msgid "Can't be added"
10106
+ msgstr ""
10107
+
10108
+ #: view/FocusPages/Addpage.php:174
10109
+ msgid "See Tasks"
10110
+ msgstr ""
10111
+
10112
+ #: view/FocusPages/Addpage.php:207
10113
+ msgid "Select the page you want to add to focus pages and start working on it."
10114
+ msgstr ""
10115
+
10116
+ #: view/FocusPages/Addpage.php:208
10117
+ msgid ""
10118
+ "The Focus Pages strategy can successfully be applied to any website, in any "
10119
+ "niche, big or small."
10120
+ msgstr ""
10121
+
10122
+ #: view/FocusPages/Bestpractice.php:16
10123
+ msgid "Best Practices"
10124
+ msgstr ""
10125
+
10126
+ #: view/FocusPages/FocusPageRow.php:61 view/FocusPages/FocusPageRow.php:145
10127
+ #, php-format
10128
+ msgid "Congratulations! You ranked on %s on Google with the keyword: %s"
10129
+ msgstr ""
10130
+
10131
+ #: view/FocusPages/FocusPageRow.php:63 view/FocusPages/FocusPageRow.php:147
10132
+ #, php-format
10133
+ msgid ""
10134
+ "The Chances of Ranking is dynamically calculated by the Squirrly Machine "
10135
+ "Learning based on the main keyword you selected for this Focus Page. %sThe "
10136
+ "algorithm behind the Chances of Ranking is complex but the fastest way to "
10137
+ "increase your chances is to complete the main tasks like Visibility, Keyword "
10138
+ "Competition, Content Optimization, Content Length, Social Signals, Daily "
10139
+ "Traffic, Inner Links, and External Nofollow Links. %sIn time you need to "
10140
+ "complete all the Focus Pages tasks to rank higher and higher and to maintain "
10141
+ "your rank especially if your keyword is a competitive one."
10142
+ msgstr ""
10143
+
10144
+ # @ squirrly-seo
10145
+ #: view/FocusPages/FocusPageRow.php:91
10146
+ #, fuzzy
10147
+ #| msgid "Your E-mail:"
10148
+ msgid "Audited"
10149
+ msgstr "Ihre E-Mail Adresse:"
10150
+
10151
+ # @ squirrly-seo
10152
+ #: view/FocusPages/FocusPageRow.php:105 view/Ranking/Rankings.php:223
10153
+ #: view/Research/History.php:38
10154
+ #, fuzzy
10155
+ #| msgid "Your E-mail:"
10156
+ msgid "Details"
10157
+ msgstr "Ihre E-Mail Adresse:"
10158
+
10159
+ #: view/FocusPages/FocusPageRow.php:130
10160
+ msgid "Upgrade Plan"
10161
+ msgstr ""
10162
+
10163
+ #: view/FocusPages/FocusPageRow.php:137
10164
+ msgid "Currently processing data. Please refresh in a few minutes."
10165
+ msgstr ""
10166
+
10167
+ # @ squirrly-seo
10168
+ #: view/FocusPages/FocusPageRow.php:143 view/FocusPages/FocusPageRow.php:163
10169
+ #: view/FocusPages/FocusPages.php:59
10170
+ #, fuzzy
10171
+ #| msgid "Change it >>"
10172
+ msgid "Chance to Rank"
10173
+ msgstr "Ändern >>"
10174
+
10175
+ #: view/FocusPages/FocusPageRow.php:164
10176
+ #, php-format
10177
+ msgid ""
10178
+ "The Chances of Ranking is dynamically calculated by the Squirrly Machine "
10179
+ "Learning based on the main keyword you selected for this Focus Page. %sThe "
10180
+ "algorithm behind the Chances of Ranking is complex but the fastest way to "
10181
+ "increase your chances is to complete the main tasks like Visibility, Keyword "
10182
+ "Competition, Content Optimization, Content Length, Social Signals, Daily "
10183
+ "Traffic, Inner Links, and External Nofollow Links. %sIn time you need to "
10184
+ "complete all the Focus Pages tasks to rank higher and higher and to maintain "
10185
+ "your rank especially if your keyword is a competitive one. "
10186
+ msgstr ""
10187
+
10188
+ # @ squirrly-seo
10189
+ #: view/FocusPages/FocusPageRow.php:220
10190
+ #, fuzzy
10191
+ #| msgid "Could not send the email..."
10192
+ msgid "Do you want to delete the Focus Page?"
10193
+ msgstr "Konnte E-Mail nicht senden ..."
10194
+
10195
+ # @ squirrly-seo
10196
+ #: view/FocusPages/FocusPageRow.php:226
10197
+ #, fuzzy
10198
+ #| msgid "Squirrly settings"
10199
+ msgid "Remove Focus Page"
10200
+ msgstr "Squirrly Einstellungen"
10201
+
10202
+ #: view/FocusPages/FocusPageStats.php:40
10203
+ #, php-format
10204
+ msgid "Week %s of %s"
10205
+ msgstr ""
10206
+
10207
+ #: view/FocusPages/FocusPageStats.php:54
10208
+ #, php-format
10209
+ msgid "Rank increased %s positions for the keyword: %s"
10210
+ msgstr ""
10211
+
10212
+ #: view/FocusPages/FocusPageStats.php:60
10213
+ #, php-format
10214
+ msgid "Time on Page increased with %s minutes"
10215
+ msgstr ""
10216
+
10217
+ #: view/FocusPages/FocusPageStats.php:65
10218
+ #, php-format
10219
+ msgid "Page Traffic increased with %s visits"
10220
+ msgstr ""
10221
+
10222
+ #: view/FocusPages/FocusPageStats.php:71
10223
+ #, php-format
10224
+ msgid "Organic Clicks increased with %s for the keyword: %s"
10225
+ msgstr ""
10226
+
10227
+ #: view/FocusPages/FocusPageStats.php:77
10228
+ #, php-format
10229
+ msgid "Page Authority increased with %s"
10230
+ msgstr ""
10231
+
10232
+ #: view/FocusPages/FocusPageStats.php:82
10233
+ #, php-format
10234
+ msgid "You got %s Social Shares"
10235
+ msgstr ""
10236
+
10237
+ #: view/FocusPages/FocusPageStats.php:89
10238
+ #, php-format
10239
+ msgid "Page loads with %ss faster"
10240
+ msgstr ""
10241
+
10242
+ # @ squirrly-seo
10243
+ #: view/FocusPages/FocusPageStats.php:112
10244
+ #, fuzzy
10245
+ #| msgid "Change it >>"
10246
+ msgid "Chances of Ranking"
10247
+ msgstr "Ändern >>"
10248
+
10249
+ #: view/FocusPages/FocusPageStats.php:113 view/FocusPages/FocusPageStats.php:136
10250
+ #, php-format
10251
+ msgid "the latest %s days evolution for this Focus Page"
10252
+ msgstr ""
10253
+
10254
+ # @ squirrly-seo
10255
+ #: view/FocusPages/FocusPageStats.php:160
10256
+ #, fuzzy
10257
+ #| msgid "Do the research"
10258
+ msgid "Keyword Ranking"
10259
+ msgstr "Recherchieren"
10260
+
10261
+ #: view/FocusPages/FocusPageStats.php:161
10262
+ #, php-format
10263
+ msgid "the latest %s days ranking for %s"
10264
+ msgstr ""
10265
+
10266
+ #: view/FocusPages/FocusPageStats.php:184
10267
+ #, php-format
10268
+ msgid "the latest %s days page views"
10269
+ msgstr ""
10270
+
10271
+ # @ squirrly-seo
10272
+ #: view/FocusPages/FocusPages.php:6
10273
+ #, fuzzy
10274
+ #| msgid "Squirrly settings"
10275
+ msgid "Show All Focus Pages"
10276
+ msgstr "Squirrly Einstellungen"
10277
+
10278
+ # @ squirrly-seo
10279
+ #: view/FocusPages/FocusPages.php:37
10280
+ #, fuzzy
10281
+ #| msgid "Do the research"
10282
+ msgid "Refresh Filter"
10283
+ msgstr "Recherchieren"
10284
+
10285
+ #: view/FocusPages/FocusPages.php:107
10286
+ #, php-format
10287
+ msgid "No data for this filter. %sShow All%s Focus Pages."
10288
+ msgstr ""
10289
+
10290
+ # @ squirrly-seo
10291
+ #: view/FocusPages/FocusPages.php:111
10292
+ #, fuzzy
10293
+ #| msgid "Squirrly settings"
10294
+ msgid "Welcome to Focus Pages"
10295
+ msgstr "Squirrly Einstellungen"
10296
+
10297
+ #: view/FocusPages/FocusPages.php:113
10298
+ msgid "Add a new page as Focus Page to get started"
10299
+ msgstr ""
10300
+
10301
+ # @ squirrly-seo
10302
+ #: view/FocusPages/Pagelist.php:20
10303
+ #, fuzzy
10304
+ #| msgid "Squirrly settings"
10305
+ msgid "Focus Pages Details"
10306
+ msgstr "Squirrly Einstellungen"
10307
+
10308
+ #: view/FocusPages/Pagelist.php:59
10309
+ msgid ""
10310
+ "Whether you’re reporting to a client, a superior, or your team, Squirrly "
10311
+ "makes it easy to showcase the fruits of your labor."
10312
+ msgstr ""
10313
+
10314
+ #: view/FocusPages/Pagelist.php:60 view/Ranking/Rankings.php:471
10315
+ msgid ""
10316
+ "Take screenshots of the Progress and Achievements data or integrate them "
10317
+ "inside reports you create to show evidence of progress."
10318
+ msgstr ""
10319
+
10320
+ #: view/FocusPages/Pagelist.php:61
10321
+ msgid ""
10322
+ "Improve productivity while building client trust and showing the impact of "
10323
+ "your work."
10324
+ msgstr ""
10325
+
10326
+ #: view/FocusPages/Pagelist.php:62
10327
+ msgid ""
10328
+ "Use Squirrly-generated data to show how your campaigns have resulted in more "
10329
+ "traffic, engagement and how you’ve helped increase online visibility."
10330
+ msgstr ""
10331
+
10332
+ #: view/FocusPages/Pagelist.php:69
10333
+ msgid ""
10334
+ "Focus Pages Business: Add maximum 10 page(s) in Focus Pages and request a new "
10335
+ "audit for each page every 5 mins."
10336
+ msgstr ""
10337
+
10338
+ #: view/FocusPages/Pagelist.php:70
10339
+ msgid ""
10340
+ "Note: remember that it takes anywhere between 1 minute to 5 minutes to "
10341
+ "generate the new audit for a focus page. There is a lot of processing "
10342
+ "involved."
10343
+ msgstr ""
10344
+
10345
+ # @ squirrly-seo
10346
+ #: view/FocusPages/Settings.php:22
10347
+ #, fuzzy
10348
+ #| msgid "Squirrly settings"
10349
+ msgid "Focus Pages Settings"
10350
+ msgstr "Squirrly Einstellungen"
10351
+
10352
+ #: view/Goals/CheckSeo.php:25
10353
+ msgid "Website SEO Check"
10354
+ msgstr ""
10355
+
10356
+ #: view/Goals/CheckSeo.php:35
10357
+ msgid ""
10358
+ "Remember that it may take up to 1 minute for a complete SEO check. There is a "
10359
+ "lot of processing involved."
10360
+ msgstr ""
10361
+
10362
+ #: view/Goals/Congrats.php:28
10363
+ msgid "See results"
10364
+ msgstr ""
10365
+
10366
+ #: view/Goals/Congrats.php:53
10367
+ msgid "Show hidden success"
10368
+ msgstr ""
10369
+
10370
+ #: view/Goals/Goals.php:30
10371
+ msgid "Run SEO Test"
10372
+ msgstr ""
10373
+
10374
+ #: view/Goals/Goals.php:49
10375
+ msgid "Goal completed. Good Job!"
10376
+ msgstr ""
10377
+
10378
+ #: view/Goals/Goals.php:59
10379
+ msgid "use"
10380
+ msgstr ""
10381
+
10382
+ #: view/Goals/Goals.php:66
10383
+ msgid "Time to complete this goal."
10384
+ msgstr ""
10385
+
10386
+ #: view/Goals/Goals.php:66
10387
+ msgid "up to"
10388
+ msgstr ""
10389
+
10390
+ #: view/Goals/Goals.php:81
10391
+ msgid "Show me how"
10392
+ msgstr ""
10393
+
10394
+ #: view/Goals/Goals.php:85
10395
+ msgid "Goal is not done!"
10396
+ msgstr ""
10397
+
10398
+ #: view/Goals/Goals.php:100
10399
+ msgid "SOLUTION"
10400
+ msgstr ""
10401
+
10402
+ #: view/Goals/Goals.php:114 view/Overview.php:41
10403
+ msgid "Let's do this"
10404
+ msgstr ""
10405
+
10406
+ #: view/Goals/Goals.php:122
10407
+ msgid "Mark As Done"
10408
+ msgstr ""
10409
+
10410
+ # @ squirrly-seo
10411
+ #: view/Goals/Goals.php:139
10412
+ #, fuzzy
10413
+ #| msgid "Could not send the email..."
10414
+ msgid "Do you want to ignore this goal?"
10415
+ msgstr "Konnte E-Mail nicht senden ..."
10416
+
10417
+ #: view/Goals/Goals.php:164
10418
+ msgid "Show hidden goals"
10419
+ msgstr ""
10420
+
10421
+ #: view/Goals/Goals.php:174
10422
+ msgid "Next goals on"
10423
+ msgstr ""
10424
+
10425
+ #: view/Goals/Goals.php:183
10426
+ msgid "Load more goals if exist"
10427
+ msgstr ""
10428
+
10429
+ #: view/Onboarding/Journey.php:23
10430
+ msgid "You'll get"
10431
+ msgstr ""
10432
+
10433
+ #: view/Onboarding/Journey.php:26
10434
+ msgid "the chance to fix in 14 days mistakes from years of ineffective SEO."
10435
+ msgstr ""
10436
+
10437
+ #: view/Onboarding/Journey.php:29
10438
+ msgid "the skills you need to succeed in 14 days."
10439
+ msgstr ""
10440
+
10441
+ #: view/Onboarding/Journey.php:32
10442
+ msgid ""
10443
+ "access to the private JourneyTeam community where you can share your "
10444
+ "experience and talk about it (good and bad, all is accepted)."
10445
+ msgstr ""
10446
+
10447
+ #: view/Onboarding/Journey.php:35
10448
+ msgid ""
10449
+ "receive help from the JourneyTeam and Private Feedback on your journey from "
10450
+ "Squirrly."
10451
+ msgstr ""
10452
+
10453
+ #: view/Onboarding/Journey.php:38
10454
+ msgid ""
10455
+ "an exact recipe to follow for 14 Days to bring one of your pages up in "
10456
+ "rankings, for a hands-on experience."
10457
+ msgstr ""
10458
+
10459
+ #: view/Onboarding/Journey.php:41
10460
+ msgid ""
10461
+ "all the costs (to third parties) involved with APIs, technology, cloud "
10462
+ "computing, etc. are fully sponsored by Squirrly. We sponsor every new member "
10463
+ "who wishes to become part of the winning JourneyTeam."
10464
+ msgstr ""
10465
+
10466
+ #: view/Onboarding/Step1.php:20
10467
+ msgid "No SEO Configuration"
10468
+ msgstr ""
10469
+
10470
+ #: view/Onboarding/Step1.php:21
10471
+ msgid "SEO Recommended Mode"
10472
+ msgstr ""
10473
+
10474
+ #: view/Onboarding/Step1.php:51
10475
+ msgid ""
10476
+ "If you have already configured the Squirrly SEO plug in on a different site."
10477
+ msgstr ""
10478
+
10479
+ #: view/Onboarding/Step1.php:54
10480
+ msgid "Learn how you can import the same settings on this site as well"
10481
+ msgstr ""
10482
+
10483
+ #: view/Onboarding/Step1.php:75
10484
+ msgid "What will be activated"
10485
+ msgstr ""
10486
+
10487
+ # @ squirrly-seo
10488
+ #: view/Onboarding/Step1.php:81
10489
+ #, fuzzy
10490
+ #| msgid "Squirrly LIVE SEO assistant"
10491
+ msgid "Squirrly Sitemap XML"
10492
+ msgstr "Squirrly LIVE SEO-Assistent"
10493
+
10494
+ #: view/Onboarding/Step2.php:15
10495
+ msgid "Your Private SEO Consultant Sets Up the SEO for Your WordPress"
10496
+ msgstr ""
10497
+
10498
+ #: view/Onboarding/Step2.php:34
10499
+ msgid "Sitemaps XML"
10500
+ msgstr ""
10501
+
10502
+ # @ squirrly-seo
10503
+ #: view/Onboarding/Step2.php:46 view/SeoSettings/Tweaks.php:103
10504
+ #, fuzzy
10505
+ #| msgid "Squirrly settings"
10506
+ msgid "Home Page"
10507
+ msgstr "Squirrly Einstellungen"
10508
+
10509
+ #: view/Onboarding/Step2.php:47 view/SeoSettings/Tweaks.php:104
10510
+ msgid "Build the sitemap for the Home page."
10511
+ msgstr ""
10512
+
10513
+ # @ squirrly-seo
10514
+ #: view/Onboarding/Step2.php:55 view/SeoSettings/Tweaks.php:122
10515
+ #, fuzzy
10516
+ #| msgid "Google %sAnalytics ID%s`:"
10517
+ msgid "Google News"
10518
+ msgstr "Google %sAnalytics ID%s`:"
10519
+
10520
+ #: view/Onboarding/Step2.php:58 view/SeoSettings/Tweaks.php:125
10521
+ #, php-format
10522
+ msgid ""
10523
+ "Only if you have a News website. Make sure you submit your website to "
10524
+ "%sGoogle News%s first."
10525
+ msgstr ""
10526
+
10527
+ #: view/Onboarding/Step2.php:66 view/SeoSettings/Tweaks.php:134
10528
+ msgid "Posts"
10529
+ msgstr ""
10530
+
10531
+ #: view/Onboarding/Step2.php:67 view/SeoSettings/Tweaks.php:135
10532
+ msgid "Build the sitemap for your posts."
10533
+ msgstr ""
10534
+
10535
+ #: view/Onboarding/Step2.php:75 view/SeoSettings/Tweaks.php:153
10536
+ msgid "Attachments"
10537
+ msgstr ""
10538
+
10539
+ #: view/Onboarding/Step2.php:76 view/SeoSettings/Tweaks.php:154
10540
+ msgid "Only recommended if you have a photography website."
10541
+ msgstr ""
10542
+
10543
+ #: view/Onboarding/Step2.php:84 view/SeoSettings/Tweaks.php:172
10544
+ msgid "Categories"
10545
+ msgstr ""
10546
+
10547
+ #: view/Onboarding/Step2.php:85 view/SeoSettings/Tweaks.php:173
10548
+ msgid "Build the sitemap for your post categories."
10549
+ msgstr ""
10550
+
10551
+ #: view/Onboarding/Step2.php:93 view/SeoSettings/Tweaks.php:191
10552
+ msgid "Tags"
10553
+ msgstr ""
10554
+
10555
+ #: view/Onboarding/Step2.php:94 view/SeoSettings/Tweaks.php:192
10556
+ msgid "Build the sitemap for your post tags."
10557
+ msgstr ""
10558
+
10559
+ # @ squirrly-seo
10560
+ #: view/Onboarding/Step2.php:102 view/SeoSettings/Tweaks.php:210
10561
+ #, fuzzy
10562
+ #| msgid "Squirrly settings"
10563
+ msgid "Pages"
10564
+ msgstr "Squirrly Einstellungen"
10565
+
10566
+ #: view/Onboarding/Step2.php:103 view/SeoSettings/Tweaks.php:211
10567
+ msgid "Build the sitemap for your pages."
10568
+ msgstr ""
10569
+
10570
+ #: view/Onboarding/Step2.php:111 view/SeoSettings/Tweaks.php:229
10571
+ msgid "Archive"
10572
+ msgstr ""
10573
+
10574
+ #: view/Onboarding/Step2.php:112 view/SeoSettings/Tweaks.php:230
10575
+ msgid "Build the sitemap for your archive links."
10576
+ msgstr ""
10577
+
10578
+ #: view/Onboarding/Step2.php:120 view/SeoSettings/Tweaks.php:248
10579
+ msgid "Custom Taxonomies"
10580
+ msgstr ""
10581
+
10582
+ #: view/Onboarding/Step2.php:121 view/SeoSettings/Tweaks.php:249
10583
+ msgid "Build the sitemap for your custom post type categories and tags."
10584
+ msgstr ""
10585
+
10586
+ #: view/Onboarding/Step2.php:129 view/SeoSettings/Tweaks.php:258
10587
+ msgid "Custom Posts"
10588
+ msgstr ""
10589
+
10590
+ #: view/Onboarding/Step2.php:130 view/SeoSettings/Tweaks.php:259
10591
+ msgid ""
10592
+ "Build the sitemap for your custom post types (other than WordPress posts and "
10593
+ "pages)."
10594
+ msgstr ""
10595
+
10596
+ #: view/Onboarding/Step2.php:140 view/SeoSettings/Tweaks.php:270
10597
+ msgid "Products"
10598
+ msgstr ""
10599
+
10600
+ #: view/Onboarding/Step2.php:143 view/SeoSettings/Tweaks.php:273
10601
+ msgid "Build the sitemap for your e-commerce products."
10602
+ msgstr ""
10603
+
10604
+ #: view/Onboarding/Step2.php:154 view/SeoSettings/Tweaks.php:295
10605
+ msgid "Include Images in Sitemap"
10606
+ msgstr ""
10607
+
10608
+ #: view/Onboarding/Step2.php:157 view/SeoSettings/Tweaks.php:298
10609
+ msgid ""
10610
+ "Add the image tag for each post with feature image to index your images in "
10611
+ "Google Image Search."
10612
+ msgstr ""
10613
+
10614
+ #: view/Onboarding/Step2.php:166 view/SeoSettings/Tweaks.php:307
10615
+ msgid "Include Videos in Sitemap"
10616
+ msgstr ""
10617
+
10618
+ #: view/Onboarding/Step2.php:169 view/SeoSettings/Tweaks.php:310
10619
+ msgid "Add the video tag for each post with embed video in it."
10620
+ msgstr ""
10621
+
10622
+ #: view/Onboarding/Step2.php:178 view/SeoSettings/Tweaks.php:319
10623
+ msgid "Ping New Posts to Search Engines"
10624
+ msgstr ""
10625
+
10626
+ #: view/Onboarding/Step2.php:181 view/SeoSettings/Tweaks.php:322
10627
+ msgid "Ping your sitemap to Search Engines when a new post is published."
10628
+ msgstr ""
10629
+
10630
+ #: view/Onboarding/Step2.php:190 view/SeoSettings/Tweaks.php:331
10631
+ msgid "Automatically exclude from sitemap the URLs with 'Noindex'"
10632
+ msgstr ""
10633
+
10634
+ #: view/Onboarding/Step2.php:199
10635
+ msgid "Robots.txt"
10636
+ msgstr ""
10637
+
10638
+ #: view/Onboarding/Step2.php:205 view/SeoSettings/Tweaks.php:450
10639
+ msgid ""
10640
+ "A robots.txt file tells search engine crawlers which pages or files the "
10641
+ "crawler can or can't request from your site."
10642
+ msgstr ""
10643
+
10644
+ # @ squirrly-seo
10645
+ #: view/Onboarding/Step2.php:215 view/SeoSettings/Metas.php:26
10646
+ #, fuzzy
10647
+ #| msgid "SEO Software"
10648
+ msgid "SEO METAs"
10649
+ msgstr "SEO Software"
10650
+
10651
+ #: view/Onboarding/Step2.php:221 view/SeoSettings/Metas.php:32
10652
+ msgid ""
10653
+ "Add all Search Engine METAs like Title, Description, Canonical Link, Dublin "
10654
+ "Core, Robots and more."
10655
+ msgstr ""
10656
+
10657
+ # @ squirrly-seo
10658
+ #: view/Onboarding/Step2.php:231 view/SeoSettings/Metas.php:55
10659
+ #, fuzzy
10660
+ #| msgid "Tips: 2-4 keywords"
10661
+ msgid "Optimize the Titles"
10662
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
10663
+
10664
+ #: view/Onboarding/Step2.php:233
10665
+ msgid ""
10666
+ "Add the Title Tag in the page header. You can customize it using the Bulk SEO "
10667
+ "and Squirrly SEO Snippet."
10668
+ msgstr ""
10669
+
10670
+ # @ squirrly-seo
10671
+ #: view/Onboarding/Step2.php:242 view/SeoSettings/Metas.php:66
10672
+ #, fuzzy
10673
+ #| msgid "Tips: 2-4 keywords"
10674
+ msgid "Optimize Descriptions"
10675
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
10676
+
10677
+ #: view/Onboarding/Step2.php:244 view/SeoSettings/Metas.php:68
10678
+ msgid ""
10679
+ "Add the Description meta in the page header. You can customize it using the "
10680
+ "Bulk SEO and Squirrly SEO Snippet."
10681
+ msgstr ""
10682
+
10683
+ # @ squirrly-seo
10684
+ #: view/Onboarding/Step2.php:254 view/SeoSettings/Metas.php:77
10685
+ #, fuzzy
10686
+ #| msgid "Tips: 2-4 keywords"
10687
+ msgid "Optimize Keywords"
10688
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
10689
+
10690
+ #: view/Onboarding/Step2.php:256 view/SeoSettings/Metas.php:79
10691
+ msgid ""
10692
+ "Add the Keyword meta in the page header. You can customize it using the Bulk "
10693
+ "SEO and Squirrly SEO Snippet."
10694
+ msgstr ""
10695
+
10696
+ #: view/Onboarding/Step2.php:257 view/SeoSettings/Metas.php:80
10697
+ msgid ""
10698
+ "This meta is not mandatory for Google but other search engines still use it "
10699
+ "for ranking"
10700
+ msgstr ""
10701
+
10702
+ # @ squirrly-seo
10703
+ #: view/Onboarding/Step2.php:266 view/SeoSettings/Metas.php:89
10704
+ #, fuzzy
10705
+ #| msgid "adds <strong>canonical</strong> link in home page"
10706
+ msgid "Add Canonical Meta Link"
10707
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
10708
+
10709
+ #: view/Onboarding/Step2.php:268
10710
+ msgid ""
10711
+ "Add canonical link meta in the page header. You can customize the canonical "
10712
+ "link on each page."
10713
+ msgstr ""
10714
+
10715
+ #: view/Onboarding/Step2.php:269 view/SeoSettings/Metas.php:92
10716
+ msgid ""
10717
+ "Also add prev & next links METAs in the page header when navigate between "
10718
+ "blog pages."
10719
+ msgstr ""
10720
+
10721
+ #: view/Onboarding/Step2.php:278 view/SeoSettings/Metas.php:101
10722
+ msgid "Add Dublin Core Meta"
10723
+ msgstr ""
10724
+
10725
+ # @ squirrly-seo
10726
+ #: view/Onboarding/Step2.php:280 view/SeoSettings/Metas.php:103
10727
+ #, fuzzy
10728
+ #| msgid "adds <strong>canonical</strong> link in home page"
10729
+ msgid "Add the Dublin Core meta in the page header."
10730
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
10731
+
10732
+ #: view/Onboarding/Step2.php:289 view/SeoSettings/Metas.php:112
10733
+ msgid "Add Robots Meta"
10734
+ msgstr ""
10735
+
10736
+ #: view/Onboarding/Step2.php:291 view/SeoSettings/Metas.php:114
10737
+ msgid ""
10738
+ "Add the Index/Noindex and Follow/Nofollow options in Squirrly SEO Snippet."
10739
+ msgstr ""
10740
+
10741
+ #: view/Onboarding/Step2.php:292 view/SeoSettings/Metas.php:115
10742
+ msgid "Add googlebot and bingbot METAs for better performance."
10743
+ msgstr ""
10744
+
10745
+ #: view/Onboarding/Step2.php:305 view/SeoSettings/Social.php:50
10746
+ msgid ""
10747
+ "Add the Social Open Graph protocol so that your Facebook shares look good."
10748
+ msgstr ""
10749
+
10750
+ #: view/Onboarding/Step2.php:306 view/SeoSettings/Social.php:51
10751
+ #, php-format
10752
+ msgid ""
10753
+ "You can always update an URL on Facebook if you change its Social Media "
10754
+ "Image. Visit %sOpen Graph Debugger%s"
10755
+ msgstr ""
10756
+
10757
+ #: view/Onboarding/Step2.php:316 view/SeoSettings/Social.php:293
10758
+ msgid ""
10759
+ "Add the Twitter Card in your tweets so that your Twitter shares look good."
10760
+ msgstr ""
10761
+
10762
+ #: view/Onboarding/Step2.php:317 view/SeoSettings/Social.php:294
10763
+ #, php-format
10764
+ msgid ""
10765
+ "Make sure you validate the twitter card with your Twitter account. Visit "
10766
+ "%sTwitter Card Validator%s"
10767
+ msgstr ""
10768
+
10769
+ #: view/Onboarding/Step2.php:327 view/SeoSettings/Social.php:317
10770
+ msgid "Share Large Images"
10771
+ msgstr ""
10772
+
10773
+ #: view/Onboarding/Step2.php:330 view/SeoSettings/Social.php:320
10774
+ msgid ""
10775
+ "Activate this option only if you upload images with sizes between 500px and "
10776
+ "4096px width in Twitter Card."
10777
+ msgstr ""
10778
+
10779
+ #: view/Onboarding/Step2.php:331 view/SeoSettings/Social.php:321
10780
+ #, php-format
10781
+ msgid ""
10782
+ "This option will show the twitter card image as a shared image and not as a "
10783
+ "summary. Visit %sSummary Card with Large Image%s"
10784
+ msgstr ""
10785
+
10786
+ #: view/Onboarding/Step2.php:347 view/SeoSettings/Jsonld.php:31
10787
+ msgid ""
10788
+ "JSON-LD structured data influences how Google will create rich snippets for "
10789
+ "your URLs."
10790
+ msgstr ""
10791
+
10792
+ #: view/Onboarding/Step2.php:358 view/SeoSettings/Jsonld.php:463
10793
+ msgid "Add Breadcrumbs in Json-LD"
10794
+ msgstr ""
10795
+
10796
+ #: view/Onboarding/Step2.php:361 view/SeoSettings/Jsonld.php:466
10797
+ msgid ""
10798
+ "Add the BreadcrumbsList Schema into Json-LD including all parent categories."
10799
+ msgstr ""
10800
+
10801
+ #: view/Onboarding/Step2.php:376
10802
+ msgid ""
10803
+ "Use the Pattern system to prevent Title and Description duplicates between "
10804
+ "posts."
10805
+ msgstr ""
10806
+
10807
+ #: view/Onboarding/Step2.php:382
10808
+ msgid "Extra Options"
10809
+ msgstr ""
10810
+
10811
+ #: view/Onboarding/Step2.php:398
10812
+ msgid "E-commerce"
10813
+ msgstr ""
10814
+
10815
+ #: view/Onboarding/Step2.php:407
10816
+ msgid "Personal Brand Rich Snippets"
10817
+ msgstr ""
10818
+
10819
+ # @ squirrly-seo
10820
+ #: view/Onboarding/Step2.php:414 view/Onboarding/Step3.php:184
10821
+ #: view/Onboarding/Step4.php:380 view/Onboarding/Step5.php:31
10822
+ #, fuzzy
10823
+ #| msgid "SEO Software"
10824
+ msgid "Save & Continue"
10825
+ msgstr "SEO Software"
10826
+
10827
+ #: view/Onboarding/Step3.php:17
10828
+ msgid "Add a page you want people to find on Google"
10829
+ msgstr ""
10830
+
10831
+ #: view/Onboarding/Step3.php:162
10832
+ msgid "Page Selected"
10833
+ msgstr ""
10834
+
10835
+ #: view/Onboarding/Step4.php:26
10836
+ msgid "Enter your personalized content here"
10837
+ msgstr ""
10838
+
10839
+ #: view/Onboarding/Step4.php:28
10840
+ msgid "Congrats! You activated all the features you needed to."
10841
+ msgstr ""
10842
+
10843
+ #: view/Onboarding/Step4.php:29
10844
+ msgid ""
10845
+ "Now all you have to do is add the custom content that is unique to your "
10846
+ "business."
10847
+ msgstr ""
10848
+
10849
+ #: view/Onboarding/Step4.php:36
10850
+ msgid "only add the ones you already have"
10851
+ msgstr ""
10852
+
10853
+ #: view/Onboarding/Step4.php:39 view/SeoSettings/Social.php:343
10854
+ msgid "Twitter Profile URL"
10855
+ msgstr ""
10856
+
10857
+ #: view/Onboarding/Step4.php:41 view/SeoSettings/Social.php:345
10858
+ msgid "Required for Twitter Card Validator"
10859
+ msgstr ""
10860
+
10861
+ #: view/Onboarding/Step4.php:49 view/SeoSettings/Social.php:354
10862
+ msgid "Facebook Profile or Page URL"
10863
+ msgstr ""
10864
+
10865
+ #: view/Onboarding/Step4.php:58 view/SeoSettings/Social.php:365
10866
+ msgid "LinkedIn Profile URL"
10867
+ msgstr ""
10868
+
10869
+ #: view/Onboarding/Step4.php:67 view/SeoSettings/Social.php:375
10870
+ msgid "Pinterest Profile URL"
10871
+ msgstr ""
10872
+
10873
+ #: view/Onboarding/Step4.php:76 view/SeoSettings/Social.php:385
10874
+ msgid "Instagram Profile URL"
10875
+ msgstr ""
10876
+
10877
+ #: view/Onboarding/Step4.php:85 view/SeoSettings/Social.php:395
10878
+ msgid "Youtube Channel URL"
10879
+ msgstr ""
10880
+
10881
+ #: view/Onboarding/Step4.php:97
10882
+ msgid "JSON-LD Schema"
10883
+ msgstr ""
10884
+
10885
+ #: view/Onboarding/Step4.php:103
10886
+ msgid "JSON-LD Type: "
10887
+ msgstr ""
10888
+
10889
+ #: view/Onboarding/Step4.php:104
10890
+ msgid "Select between a Personal or a Business website type."
10891
+ msgstr ""
10892
+
10893
+ #: view/Onboarding/Step4.php:108
10894
+ msgid "Organization"
10895
+ msgstr ""
10896
+
10897
+ #: view/Onboarding/Step4.php:109
10898
+ msgid "Person"
10899
+ msgstr ""
10900
+
10901
+ #: view/Onboarding/Step4.php:121 view/SeoSettings/Jsonld.php:140
10902
+ msgid "Your Organization Name"
10903
+ msgstr ""
10904
+
10905
+ #: view/Onboarding/Step4.php:131 view/Onboarding/Step4.php:241
10906
+ #: view/SeoSettings/Jsonld.php:80 view/SeoSettings/Jsonld.php:150
10907
+ msgid "Logo URL"
10908
+ msgstr ""
10909
+
10910
+ #: view/Onboarding/Step4.php:136 view/Onboarding/Step4.php:246
10911
+ #: view/SeoSettings/Jsonld.php:85 view/SeoSettings/Jsonld.php:155
10912
+ #: view/SeoSettings/Social.php:65 view/SeoSettings/Social.php:307
10913
+ msgid "Select Image"
10914
+ msgstr ""
10915
+
10916
+ #: view/Onboarding/Step4.php:141 view/Onboarding/Step4.php:260
10917
+ #: view/SeoSettings/Jsonld.php:99 view/SeoSettings/Jsonld.php:160
10918
+ msgid "Short Description"
10919
+ msgstr ""
10920
+
10921
+ #: view/Onboarding/Step4.php:142
10922
+ msgid "A short description about the company. 20-50 words."
10923
+ msgstr ""
10924
+
10925
+ #: view/Onboarding/Step4.php:150 view/SeoSettings/Jsonld.php:240
10926
+ msgid "Address"
10927
+ msgstr ""
10928
+
10929
+ #: view/Onboarding/Step4.php:159 view/SeoSettings/Jsonld.php:249
10930
+ msgid "City"
10931
+ msgstr ""
10932
+
10933
+ # @ squirrly-seo
10934
+ #: view/Onboarding/Step4.php:168 view/Ranking/Rankings.php:399
10935
+ #: view/Research/Briefcase.php:329 view/Research/History.php:36
10936
+ #: view/Research/Research.php:216 view/Research/Suggested.php:37
10937
+ #: view/SeoSettings/Jsonld.php:258
10938
+ #, fuzzy
10939
+ #| msgid "Google %sAnalytics ID%s`:"
10940
+ msgid "Country"
10941
+ msgstr "Google %sAnalytics ID%s`:"
10942
+
10943
+ #: view/Onboarding/Step4.php:177 view/SeoSettings/Jsonld.php:267
10944
+ msgid "Postal Code"
10945
+ msgstr ""
10946
+
10947
+ #: view/Onboarding/Step4.php:186 view/Onboarding/Step4.php:251
10948
+ #: view/SeoSettings/Jsonld.php:90 view/SeoSettings/Jsonld.php:276
10949
+ msgid "Contact Phone"
10950
+ msgstr ""
10951
+
10952
+ #: view/Onboarding/Step4.php:195 view/SeoSettings/Jsonld.php:285
10953
+ msgid "Contact Type"
10954
+ msgstr ""
10955
+
10956
+ #: view/Onboarding/Step4.php:201 view/SeoSettings/Jsonld.php:291
10957
+ msgid "Customer Service"
10958
+ msgstr ""
10959
+
10960
+ #: view/Onboarding/Step4.php:202 view/SeoSettings/Jsonld.php:292
10961
+ msgid "Technical Support"
10962
+ msgstr ""
10963
+
10964
+ # @ squirrly-seo
10965
+ #: view/Onboarding/Step4.php:203 view/SeoSettings/Jsonld.php:293
10966
+ #, fuzzy
10967
+ #| msgid "support page"
10968
+ msgid "Billing Support"
10969
+ msgstr "Support Page"
10970
+
10971
+ #: view/Onboarding/Step4.php:204 view/SeoSettings/Jsonld.php:294
10972
+ msgid "Bill Payment"
10973
+ msgstr ""
10974
+
10975
+ #: view/Onboarding/Step4.php:205 view/SeoSettings/Jsonld.php:295
10976
+ msgid "Sales"
10977
+ msgstr ""
10978
+
10979
+ #: view/Onboarding/Step4.php:206 view/SeoSettings/Jsonld.php:296
10980
+ msgid "Reservations"
10981
+ msgstr ""
10982
+
10983
+ #: view/Onboarding/Step4.php:207 view/SeoSettings/Jsonld.php:297
10984
+ msgid "Credit Card Support"
10985
+ msgstr ""
10986
+
10987
+ #: view/Onboarding/Step4.php:208 view/SeoSettings/Jsonld.php:298
10988
+ msgid "Emergency"
10989
+ msgstr ""
10990
+
10991
+ # @ squirrly-seo
10992
+ #: view/Onboarding/Step4.php:209 view/SeoSettings/Jsonld.php:299
10993
+ #, fuzzy
10994
+ #| msgid "Google %sAnalytics ID%s`:"
10995
+ msgid "Baggage Tracking"
10996
+ msgstr "Google %sAnalytics ID%s`:"
10997
+
10998
+ #: view/Onboarding/Step4.php:210 view/SeoSettings/Jsonld.php:300
10999
+ msgid "Roadside Assistance"
11000
+ msgstr ""
11001
+
11002
+ # @ squirrly-seo
11003
+ #: view/Onboarding/Step4.php:211 view/SeoSettings/Jsonld.php:301
11004
+ #, fuzzy
11005
+ #| msgid "Google %sAnalytics ID%s`:"
11006
+ msgid "Package Tracking"
11007
+ msgstr "Google %sAnalytics ID%s`:"
11008
+
11009
+ #: view/Onboarding/Step4.php:222 view/SeoSettings/Jsonld.php:61
11010
+ msgid "Your Name"
11011
+ msgstr ""
11012
+
11013
+ #: view/Onboarding/Step4.php:232 view/SeoSettings/Jsonld.php:71
11014
+ msgid "Job Title"
11015
+ msgstr ""
11016
+
11017
+ #: view/Onboarding/Step4.php:242 view/SeoSettings/Jsonld.php:81
11018
+ #: view/SeoSettings/Jsonld.php:151
11019
+ msgid "Select an image from Media Library."
11020
+ msgstr ""
11021
+
11022
+ #: view/Onboarding/Step4.php:245 view/SeoSettings/Jsonld.php:84
11023
+ #: view/SeoSettings/Jsonld.php:154 view/SeoSettings/Social.php:64
11024
+ #: view/SeoSettings/Social.php:306
11025
+ msgid "Select your file here"
11026
+ msgstr ""
11027
+
11028
+ #: view/Onboarding/Step4.php:261 view/SeoSettings/Jsonld.php:100
11029
+ msgid "A short description about your job title."
11030
+ msgstr ""
11031
+
11032
+ # @ squirrly-seo
11033
+ #: view/Onboarding/Step4.php:277 view/SeoSettings/Jsonld.php:325
11034
+ #, fuzzy
11035
+ #| msgid "Squirrly settings"
11036
+ msgid "GEO Settings"
11037
+ msgstr "Squirrly Einstellungen"
11038
+
11039
+ #: view/Onboarding/Step4.php:279 view/SeoSettings/Jsonld.php:327
11040
+ msgid "Latitude & Longitude of your store/business."
11041
+ msgstr ""
11042
+
11043
+ #: view/Onboarding/Step4.php:281 view/SeoSettings/Jsonld.php:329
11044
+ msgid "Get GEO Coordonates based on address."
11045
+ msgstr ""
11046
+
11047
+ #: view/Onboarding/Step4.php:287 view/SeoSettings/Jsonld.php:335
11048
+ msgid "latitude"
11049
+ msgstr ""
11050
+
11051
+ #: view/Onboarding/Step4.php:290 view/SeoSettings/Jsonld.php:338
11052
+ msgid "longitude"
11053
+ msgstr ""
11054
+
11055
+ #: view/Onboarding/Step4.php:294 view/SeoSettings/Jsonld.php:318
11056
+ #, php-format
11057
+ msgid ""
11058
+ "Download the file %s for GEO Coordonates to import into %s Google Earth %s."
11059
+ msgstr ""
11060
+
11061
+ #: view/Onboarding/Step4.php:300 view/SeoSettings/Jsonld.php:354
11062
+ msgid "Opening Hours"
11063
+ msgstr ""
11064
+
11065
+ #: view/Onboarding/Step4.php:311 view/SeoSettings/Jsonld.php:367
11066
+ msgid "Opens"
11067
+ msgstr ""
11068
+
11069
+ #: view/Onboarding/Step4.php:313 view/SeoSettings/Jsonld.php:369
11070
+ msgid "08:00"
11071
+ msgstr ""
11072
+
11073
+ #: view/Onboarding/Step4.php:319 view/SeoSettings/Jsonld.php:375
11074
+ msgid "Closes"
11075
+ msgstr ""
11076
+
11077
+ #: view/Onboarding/Step4.php:321 view/SeoSettings/Jsonld.php:377
11078
+ msgid "23:00"
11079
+ msgstr ""
11080
+
11081
+ #: view/Onboarding/Step4.php:332 view/SeoSettings/Jsonld.php:402
11082
+ msgid "Price Range"
11083
+ msgstr ""
11084
+
11085
+ #: view/Onboarding/Step4.php:345 view/SeoSettings/Jsonld.php:415
11086
+ msgid "Serves Cuisine"
11087
+ msgstr ""
11088
+
11089
+ #: view/Onboarding/Step4.php:354 view/SeoSettings/Jsonld.php:424
11090
+ msgid "Menu Link"
11091
+ msgstr ""
11092
+
11093
+ #: view/Onboarding/Step4.php:363 view/SeoSettings/Jsonld.php:433
11094
+ msgid "Accept Reservations"
11095
+ msgstr ""
11096
+
11097
+ #: view/Onboarding/Step5.php:21
11098
+ msgid "Mention the topic of your site"
11099
+ msgstr ""
11100
+
11101
+ #: view/Onboarding/Step5.php:23
11102
+ msgid "What is your website about? ex: cleaning services"
11103
+ msgstr ""
11104
+
11105
+ #: view/Onboarding/Step5.php:27
11106
+ msgid "Write what your site is about..."
11107
+ msgstr ""
11108
+
11109
+ #: view/Onboarding/Step6.php:17
11110
+ msgid "Your site is now ready for Search Engines!"
11111
+ msgstr ""
11112
+
11113
+ #: view/Onboarding/Step6.php:19
11114
+ msgid ""
11115
+ "Watch the video below to get a quick introduction to Squirrly SEO. The short "
11116
+ "video shows what you can find in each section (where you can find the Next "
11117
+ "SEO Goals, Focus Pages, Rankings, and more)."
11118
+ msgstr ""
11119
+
11120
+ #: view/Onboarding/Step6.php:28
11121
+ msgid "SEO Beginner: Start Here"
11122
+ msgstr ""
11123
+
11124
+ #: view/Onboarding/Step6.php:31
11125
+ msgid "SEO Expert: Start Here"
11126
+ msgstr ""
11127
+
11128
+ #: view/Overview.php:41
11129
+ #, php-format
11130
+ msgid ""
11131
+ "First, you need to activate the %s recommended mode %s or the %s expert mode "
11132
+ "%s!"
11133
+ msgstr ""
11134
+
11135
+ # @ squirrly-seo
11136
+ #: view/Ranking/Gscsync.php:16
11137
+ #, fuzzy
11138
+ #| msgid "Google %sAnalytics ID%s`:"
11139
+ msgid "Google Search Console Keywords Sync"
11140
+ msgstr "Google %sAnalytics ID%s`:"
11141
+
11142
+ #: view/Ranking/Gscsync.php:22 view/Research/Suggested.php:25
11143
+ msgid ""
11144
+ "See the trending keywords suitable for your website's future topics. We check "
11145
+ "for new keywords weekly based on your latest researches."
11146
+ msgstr ""
11147
+
11148
+ #: view/Ranking/Gscsync.php:23
11149
+ msgid ""
11150
+ "see the keywords that are alreeady bringing you traffic, how people are "
11151
+ "finding you on google"
11152
+ msgstr ""
11153
+
11154
+ #: view/Ranking/Gscsync.php:37
11155
+ msgid "Click-Through Rate"
11156
+ msgstr ""
11157
+
11158
+ #: view/Ranking/Gscsync.php:38
11159
+ msgid "Average Position"
11160
+ msgstr ""
11161
+
11162
+ #: view/Ranking/Gscsync.php:38
11163
+ msgid "AVG Position"
11164
+ msgstr ""
11165
+
11166
+ #: view/Ranking/Gscsync.php:83
11167
+ msgid "Already in Rank Checker"
11168
+ msgstr ""
11169
+
11170
+ #: view/Ranking/Gscsync.php:88
11171
+ msgid "Add to Rank Checker"
11172
+ msgstr ""
11173
+
11174
+ # @ squirrly-seo
11175
+ #: view/Ranking/Gscsync.php:103
11176
+ #, fuzzy
11177
+ #| msgid "Google %sAnalytics ID%s`:"
11178
+ msgid "Welcome to Google Search Console Keywords Sync"
11179
+ msgstr "Google %sAnalytics ID%s`:"
11180
+
11181
+ #: view/Ranking/Gscsync.php:106
11182
+ #, php-format
11183
+ msgid ""
11184
+ "If you're new to SEO, you probably don't know yet how slow Google actually is "
11185
+ "with regard to crawling and gathering data about sites which are not as big "
11186
+ "as The New York Times, Amazon.com, etc. %s Here are some resources. %s We "
11187
+ "could not find any keywords from your GSC account, because Google doesn't "
11188
+ "have enough data about your site yet. %s Give Google more time to learn about "
11189
+ "your site. Until then, keep working on your SEO Goals from Squirrly SEO."
11190
+ msgstr ""
11191
+
11192
+ #: view/Ranking/Gscsync.php:120
11193
+ msgid ""
11194
+ "In this section, you will see a list of keywords you have in Google Search "
11195
+ "Console (keywords for which your site already ranks for)."
11196
+ msgstr ""
11197
+
11198
+ #: view/Ranking/Gscsync.php:121
11199
+ msgid ""
11200
+ "Look at the keywords for which you rank 5 and lower. Those are keywords your "
11201
+ "site‘s showing up for, but most likely aren’t generating lots of traffic "
11202
+ "(since positions 1-3 get most clicks)."
11203
+ msgstr ""
11204
+
11205
+ #: view/Ranking/Gscsync.php:122
11206
+ msgid ""
11207
+ "Focus on further optimizing for those keywords to improve your rankings and "
11208
+ "generate more traffic."
11209
+ msgstr ""
11210
+
11211
+ #: view/Ranking/Rankings.php:39
11212
+ msgid ""
11213
+ "It's a fully functional SEO Ranking Tool that helps you find the true "
11214
+ "position of your website in Google for any keyword and any country you want"
11215
+ msgstr ""
11216
+
11217
+ #: view/Ranking/Rankings.php:40
11218
+ #, php-format
11219
+ msgid "%s See and add the exact keywords that drive people to your site. %s"
11220
+ msgstr ""
11221
+
11222
+ #: view/Ranking/Rankings.php:91
11223
+ msgid "Only show ranked articles"
11224
+ msgstr ""
11225
+
11226
+ # @ squirrly-seo
11227
+ #: view/Ranking/Rankings.php:95
11228
+ #, fuzzy
11229
+ #| msgid "Do the research"
11230
+ msgid "Today Avg. Ranking"
11231
+ msgstr "Recherchieren"
11232
+
11233
+ #: view/Ranking/Rankings.php:99
11234
+ msgid "Only show SERP changes"
11235
+ msgstr ""
11236
+
11237
+ #: view/Ranking/Rankings.php:121
11238
+ msgid "Today SERP Changes"
11239
+ msgstr ""
11240
+
11241
+ #: view/Ranking/Rankings.php:150
11242
+ #, php-format
11243
+ msgid "the latest %s days Google Rankings evolution"
11244
+ msgstr ""
11245
+
11246
+ #: view/Ranking/Rankings.php:156
11247
+ #, php-format
11248
+ msgid "%s keyword ranked in TOP 10"
11249
+ msgstr ""
11250
+
11251
+ #: view/Ranking/Rankings.php:161
11252
+ #, php-format
11253
+ msgid "%s keyword ranked better today"
11254
+ msgstr ""
11255
+
11256
+ #: view/Ranking/Rankings.php:173
11257
+ #, php-format
11258
+ msgid "Ranks improved with an average of %s in the last 7 days."
11259
+ msgstr ""
11260
+
11261
+ #: view/Ranking/Rankings.php:201 view/Research/Briefcase.php:65
11262
+ #: view/Research/Labels.php:85
11263
+ msgid "Bulk Actions"
11264
+ msgstr ""
11265
+
11266
+ # @ squirrly-seo
11267
+ #: view/Ranking/Rankings.php:202
11268
+ #, fuzzy
11269
+ #| msgid "Could not send the email..."
11270
+ msgid "Ar you sure you want to delete the keyword?"
11271
+ msgstr "Konnte E-Mail nicht senden ..."
11272
+
11273
+ # @ squirrly-seo
11274
+ #: view/Ranking/Rankings.php:202 view/Research/Briefcase.php:68
11275
+ #: view/Research/Labels.php:86
11276
+ #, fuzzy
11277
+ #| msgid "Enter even more keywords."
11278
+ msgid "Delete"
11279
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
11280
+
11281
+ # @ squirrly-seo
11282
+ #: view/Ranking/Rankings.php:204
11283
+ #, fuzzy
11284
+ #| msgid "Do the research"
11285
+ msgid "Refresh Serp"
11286
+ msgstr "Recherchieren"
11287
+
11288
+ #: view/Ranking/Rankings.php:207 view/Research/Briefcase.php:70
11289
+ #: view/Research/Labels.php:88
11290
+ msgid "Apply"
11291
+ msgstr ""
11292
+
11293
+ #: view/Ranking/Rankings.php:216
11294
+ msgid "Path"
11295
+ msgstr ""
11296
+
11297
+ # @ squirrly-seo
11298
+ #: view/Ranking/Rankings.php:218 view/Research/Briefcase.php:127
11299
+ #, fuzzy
11300
+ #| msgid "Squirrly settings"
11301
+ msgid "Rank"
11302
+ msgstr "Squirrly Einstellungen"
11303
+
11304
+ #: view/Ranking/Rankings.php:219
11305
+ msgid "Best"
11306
+ msgstr ""
11307
+
11308
+ # @ squirrly-seo
11309
+ #: view/Ranking/Rankings.php:221 view/Research/Briefcase.php:129
11310
+ #, fuzzy
11311
+ #| msgid "Do the research"
11312
+ msgid "Avg Rank"
11313
+ msgstr "Recherchieren"
11314
+
11315
+ # @ squirrly-seo
11316
+ #: view/Ranking/Rankings.php:254 view/Ranking/Rankings.php:283
11317
+ #, fuzzy
11318
+ #| msgid "Google %sAnalytics ID%s`:"
11319
+ msgid "Google Search Console has no data for this keyword"
11320
+ msgstr "Google %sAnalytics ID%s`:"
11321
+
11322
+ #: view/Ranking/Rankings.php:273 view/Research/Briefcase.php:188
11323
+ msgid "Not indexed"
11324
+ msgstr ""
11325
+
11326
+ #: view/Ranking/Rankings.php:284 view/Research/Briefcase.php:190
11327
+ msgid "GSC"
11328
+ msgstr ""
11329
+
11330
+ # @ squirrly-seo
11331
+ #: view/Ranking/Rankings.php:288
11332
+ #, fuzzy
11333
+ #| msgid "Your E-mail:"
11334
+ msgid "rank details"
11335
+ msgstr "Ihre E-Mail Adresse:"
11336
+
11337
+ #: view/Ranking/Rankings.php:307
11338
+ msgid "Check Ranking again"
11339
+ msgstr ""
11340
+
11341
+ # @ squirrly-seo
11342
+ #: view/Ranking/Rankings.php:320
11343
+ #, fuzzy
11344
+ #| msgid "Tips: 2-4 keywords"
11345
+ msgid "Remove Keyword"
11346
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11347
+
11348
+ #: view/Ranking/Rankings.php:379
11349
+ msgid "Optimized with SLA"
11350
+ msgstr ""
11351
+
11352
+ #: view/Ranking/Rankings.php:387
11353
+ msgid "Social Shares"
11354
+ msgstr ""
11355
+
11356
+ #: view/Ranking/Rankings.php:390
11357
+ msgid "Facebook Shares"
11358
+ msgstr ""
11359
+
11360
+ #: view/Ranking/Rankings.php:391
11361
+ msgid "Reddit Shares"
11362
+ msgstr ""
11363
+
11364
+ #: view/Ranking/Rankings.php:392
11365
+ msgid "Pinterest Pins"
11366
+ msgstr ""
11367
+
11368
+ #: view/Ranking/Rankings.php:414
11369
+ msgid ""
11370
+ "Note! The clicks and impressions data is taken from Google Search Console for "
11371
+ "the last 90 days for the current URL."
11372
+ msgstr ""
11373
+
11374
+ # @ squirrly-seo
11375
+ #: view/Ranking/Rankings.php:429
11376
+ #, fuzzy
11377
+ #| msgid "Tips: 2-4 keywords"
11378
+ msgid "No ranking found."
11379
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11380
+
11381
+ # @ squirrly-seo
11382
+ #: view/Ranking/Rankings.php:433
11383
+ #, fuzzy
11384
+ #| msgid "Squirrly LIVE SEO assistant"
11385
+ msgid "Welcome to Squirrly Rankings"
11386
+ msgstr "Squirrly LIVE SEO-Assistent"
11387
+
11388
+ # @ squirrly-seo
11389
+ #: view/Ranking/Rankings.php:436
11390
+ #, fuzzy
11391
+ #| msgid "Do the research"
11392
+ msgid "Add keywords in Briefcase"
11393
+ msgstr "Recherchieren"
11394
+
11395
+ #: view/Ranking/Rankings.php:440
11396
+ msgid "Tips: How to add Keywords in Rankings?"
11397
+ msgstr ""
11398
+
11399
+ #: view/Ranking/Rankings.php:442
11400
+ #, php-format
11401
+ msgid ""
11402
+ "From %sSquirrly Briefcase%s you can send keywords to Rank Checker to track "
11403
+ "the SERP evolution."
11404
+ msgstr ""
11405
+
11406
+ #: view/Ranking/Rankings.php:443
11407
+ #, php-format
11408
+ msgid ""
11409
+ "Connect with %sGoogle Search Console%s to synchronize the keywords for which "
11410
+ "your website is ranking."
11411
+ msgstr ""
11412
+
11413
+ #: view/Ranking/Rankings.php:468
11414
+ msgid ""
11415
+ "SERP Checker Business: We update the best ranks for each keyword, daily. 100% "
11416
+ "accurate and objective."
11417
+ msgstr ""
11418
+
11419
+ #: view/Ranking/Rankings.php:470
11420
+ msgid ""
11421
+ "Click on Rank Details to see key insights (such as: clicks, impressions,and "
11422
+ "social shares)."
11423
+ msgstr ""
11424
+
11425
+ # @ squirrly-seo
11426
+ #: view/Ranking/Settings.php:24
11427
+ #, fuzzy
11428
+ #| msgid "Squirrly settings"
11429
+ msgid "Rankings Settings"
11430
+ msgstr "Squirrly Einstellungen"
11431
+
11432
+ # @ squirrly-seo
11433
+ #: view/Ranking/Settings.php:34
11434
+ #, fuzzy
11435
+ #| msgid "Google %sAnalytics ID%s`:"
11436
+ msgid "Google Country"
11437
+ msgstr "Google %sAnalytics ID%s`:"
11438
+
11439
+ #: view/Ranking/Settings.php:35
11440
+ msgid "Select the Country for which Squirrly will check the Google rank."
11441
+ msgstr ""
11442
+
11443
+ #: view/Ranking/Settings.php:39
11444
+ msgid "Default"
11445
+ msgstr ""
11446
+
11447
+ # @ squirrly-seo
11448
+ #: view/Ranking/Settings.php:159
11449
+ #, fuzzy
11450
+ #| msgid "Google %sAnalytics ID%s`:"
11451
+ msgid "Google Language"
11452
+ msgstr "Google %sAnalytics ID%s`:"
11453
+
11454
+ #: view/Ranking/Settings.php:160
11455
+ msgid "Select the Language for which Squirrly will check the Google rank."
11456
+ msgstr ""
11457
+
11458
+ #: view/Ranking/Settings.php:314
11459
+ msgid "Device"
11460
+ msgstr ""
11461
+
11462
+ #: view/Ranking/Settings.php:315
11463
+ msgid "Select the Device for which Squirrly will check the Google rank."
11464
+ msgstr ""
11465
+
11466
+ #: view/Ranking/Settings.php:341
11467
+ msgid ""
11468
+ "Complete the Mastery Tasks you see on the right side of your screen to make "
11469
+ "the most out of the Rankings section of Squirrly SEO."
11470
+ msgstr ""
11471
+
11472
+ #: view/Ranking/Settings.php:342
11473
+ msgid "Follow the instructions to mark every task as Completed."
11474
+ msgstr ""
11475
+
11476
+ #: view/Research/Briefcase.php:25
11477
+ msgid ""
11478
+ "Briefcase is essential to managing your SEO Strategy. With Briefcase you'll "
11479
+ "find the best opportunities for keywords you're using in the Awareness Stage, "
11480
+ "Decision Stage and other stages you may plan for your Customer's Journey."
11481
+ msgstr ""
11482
+
11483
+ #: view/Research/Briefcase.php:28
11484
+ msgid "See and add the exact keywords that drive people to your site."
11485
+ msgstr ""
11486
+
11487
+ # @ squirrly-seo
11488
+ #: view/Research/Briefcase.php:66 view/Research/Briefcase.php:185
11489
+ #, fuzzy
11490
+ #| msgid "Squirrly settings"
11491
+ msgid "Send to Rankings"
11492
+ msgstr "Squirrly Einstellungen"
11493
+
11494
+ # @ squirrly-seo
11495
+ #: view/Research/Briefcase.php:67 view/Research/Briefcase.php:263
11496
+ #, fuzzy
11497
+ #| msgid "Your E-mail:"
11498
+ msgid "Assign Label"
11499
+ msgstr "Ihre E-Mail Adresse:"
11500
+
11501
+ # @ squirrly-seo
11502
+ #: view/Research/Briefcase.php:68
11503
+ #, fuzzy
11504
+ #| msgid "Could not send the email..."
11505
+ msgid "Ar you sure you want to delete the keywords?"
11506
+ msgstr "Konnte E-Mail nicht senden ..."
11507
+
11508
+ #: view/Research/Briefcase.php:76 view/Research/Briefcase.php:360
11509
+ #, php-format
11510
+ msgid "Select Labels for: %s"
11511
+ msgstr ""
11512
+
11513
+ # @ squirrly-seo
11514
+ #: view/Research/Briefcase.php:76
11515
+ #, fuzzy
11516
+ #| msgid "Enter even more keywords."
11517
+ msgid "selected keywords"
11518
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
11519
+
11520
+ #: view/Research/Briefcase.php:80
11521
+ msgid ""
11522
+ "By assigning these labels, you will reset the other labels you assigned for "
11523
+ "each keyword individually."
11524
+ msgstr ""
11525
+
11526
+ # @ squirrly-seo
11527
+ #: view/Research/Briefcase.php:89 view/Research/Briefcase.php:382
11528
+ #: view/Research/Labels.php:94
11529
+ #, fuzzy
11530
+ #| msgid "Squirrly settings"
11531
+ msgid "Add new Label"
11532
+ msgstr "Squirrly Einstellungen"
11533
+
11534
+ #: view/Research/Briefcase.php:94 view/Research/Briefcase.php:388
11535
+ msgid "Save Labels"
11536
+ msgstr ""
11537
+
11538
+ #: view/Research/Briefcase.php:108
11539
+ msgid "Write the keyword you want to search for"
11540
+ msgstr ""
11541
+
11542
+ # @ squirrly-seo
11543
+ #: view/Research/Briefcase.php:109 view/Research/Research.php:223
11544
+ #, fuzzy
11545
+ #| msgid "Do the research"
11546
+ msgid "Search"
11547
+ msgstr "Recherchieren"
11548
+
11549
+ #: view/Research/Briefcase.php:123
11550
+ msgid "Usage"
11551
+ msgstr ""
11552
+
11553
+ # @ squirrly-seo
11554
+ #: view/Research/Briefcase.php:133 view/Research/Briefcase.php:340
11555
+ #, fuzzy
11556
+ #| msgid "Do the research"
11557
+ msgid "Search Volume"
11558
+ msgstr "Recherchieren"
11559
+
11560
+ #: view/Research/Briefcase.php:133 view/Research/HistoryDetails.php:15
11561
+ #: view/Research/Suggested.php:44
11562
+ msgid "SV"
11563
+ msgstr ""
11564
+
11565
+ # @ squirrly-seo
11566
+ #: view/Research/Briefcase.php:134
11567
+ #, fuzzy
11568
+ #| msgid "Do the research"
11569
+ msgid "Research"
11570
+ msgstr "Recherchieren"
11571
+
11572
+ #: view/Research/Briefcase.php:176 view/Research/Briefcase.php:178
11573
+ #, php-format
11574
+ msgid "in %s posts"
11575
+ msgstr ""
11576
+
11577
+ # @ squirrly-seo
11578
+ #: view/Research/Briefcase.php:184 view/Research/Briefcase.php:247
11579
+ #, fuzzy
11580
+ #| msgid "Squirrly settings"
11581
+ msgid "Check Rankings"
11582
+ msgstr "Squirrly Einstellungen"
11583
+
11584
+ # @ squirrly-seo
11585
+ #: view/Research/Briefcase.php:205
11586
+ #, fuzzy
11587
+ #| msgid "Tips: 2-4 keywords"
11588
+ msgid "keyword info"
11589
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11590
+
11591
+ # @ squirrly-seo
11592
+ #: view/Research/Briefcase.php:227
11593
+ #, fuzzy
11594
+ #| msgid "Do the research"
11595
+ msgid "No research data"
11596
+ msgstr "Recherchieren"
11597
+
11598
+ #: view/Research/Briefcase.php:249
11599
+ msgid "Send to Rank Checker"
11600
+ msgstr ""
11601
+
11602
+ # @ squirrly-seo
11603
+ #: view/Research/Briefcase.php:258
11604
+ #, fuzzy
11605
+ #| msgid "Do the research"
11606
+ msgid "Refresh Research"
11607
+ msgstr "Recherchieren"
11608
+
11609
+ # @ squirrly-seo
11610
+ #: view/Research/Briefcase.php:268 view/Research/Suggested.php:107
11611
+ #, fuzzy
11612
+ #| msgid "Enter even more keywords."
11613
+ msgid "Delete Keyword"
11614
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
11615
+
11616
+ # @ squirrly-seo
11617
+ #: view/Research/Briefcase.php:289
11618
+ #, fuzzy
11619
+ #| msgid "Tips: 2-4 keywords"
11620
+ msgid "Optimized with"
11621
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11622
+
11623
+ #: view/Research/Briefcase.php:305
11624
+ msgid "not found"
11625
+ msgstr ""
11626
+
11627
+ # @ squirrly-seo
11628
+ #: view/Research/Briefcase.php:334 view/Research/HistoryDetails.php:9
11629
+ #: view/Research/HistoryDetails.php:11 view/Research/Research.php:218
11630
+ #: view/Research/Research.php:219 view/Research/Suggested.php:39
11631
+ #: view/Research/Suggested.php:40
11632
+ #, fuzzy
11633
+ #| msgid "automatically"
11634
+ msgid "Competition"
11635
+ msgstr "automatisch"
11636
+
11637
+ #: view/Research/Briefcase.php:346 view/Research/HistoryDetails.php:17
11638
+ #: view/Research/Research.php:226 view/Research/Suggested.php:47
11639
+ msgid "Recent discussions"
11640
+ msgstr ""
11641
+
11642
+ # @ squirrly-seo
11643
+ #: view/Research/Briefcase.php:403
11644
+ #, fuzzy
11645
+ #| msgid "Do the research"
11646
+ msgid "Welcome to Briefcase"
11647
+ msgstr "Recherchieren"
11648
+
11649
+ # @ squirrly-seo
11650
+ #: view/Research/Briefcase.php:406 view/Research/History.php:63
11651
+ #: view/Research/Suggested.php:129
11652
+ #, fuzzy
11653
+ #| msgid "Tips: 2-4 keywords"
11654
+ msgid "Go Find New Keywords"
11655
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11656
+
11657
+ #: view/Research/Briefcase.php:418
11658
+ #, php-format
11659
+ msgid ""
11660
+ "Add unlimited keywords in your Squirrly Briefcase to optimize your posts and "
11661
+ "pages. %s Learn More About Briefcase %s"
11662
+ msgstr ""
11663
+
11664
+ #: view/Research/Briefcase.php:419
11665
+ msgid "Read more details about Briefcase Labels"
11666
+ msgstr ""
11667
+
11668
+ # @ squirrly-seo
11669
+ #: view/Research/History.php:19
11670
+ #, fuzzy
11671
+ #| msgid "Do the research"
11672
+ msgid "Research History"
11673
+ msgstr "Recherchieren"
11674
+
11675
+ #: view/Research/History.php:25
11676
+ msgid "See the Keyword Researches you made in the last 30 days"
11677
+ msgstr ""
11678
+
11679
+ #: view/Research/History.php:36 view/Research/Research.php:216
11680
+ #: view/Research/Suggested.php:37
11681
+ msgid "Co"
11682
+ msgstr ""
11683
+
11684
+ # @ squirrly-seo
11685
+ #: view/Research/History.php:52
11686
+ #, fuzzy
11687
+ #| msgid "Tips: 2-4 keywords"
11688
+ msgid "Show All Keywords"
11689
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
11690
+
11691
+ # @ squirrly-seo
11692
+ #: view/Research/History.php:59
11693
+ #, fuzzy
11694
+ #| msgid "Do the research"
11695
+ msgid "Welcome to Keyword Research History"
11696
+ msgstr "Recherchieren"
11697
+
11698
+ #: view/Research/History.php:60
11699
+ msgid "See your research results and compare them over time"
11700
+ msgstr ""
11701
+
11702
+ #: view/Research/History.php:72
11703
+ msgid ""
11704
+ "Re-discover keywords you may have forgotten to add to Briefcase when you did "
11705
+ "your keyword research."
11706
+ msgstr ""
11707
+
11708
+ #: view/Research/History.php:73
11709
+ msgid ""
11710
+ "Squirrly keeps all of the data about the keywords you’ve already researched."
11711
+ msgstr ""
11712
+
11713
+ #: view/Research/History.php:74
11714
+ msgid ""
11715
+ "Checking the Keyword Research evolution over time is very important. Keywords "
11716
+ "can trend differently from week to week and finding the right time to use "
11717
+ "them in your articles is key to your success."
11718
+ msgstr ""
11719
+
11720
+ #: view/Research/HistoryDetails.php:13 view/Research/Research.php:222
11721
+ #: view/Research/Suggested.php:43
11722
+ msgid "SEO Search Volume"
11723
+ msgstr ""
11724
+
11725
+ #: view/Research/HistoryDetails.php:19 view/Research/Research.php:227
11726
+ #: view/Research/Suggested.php:48
11727
+ msgid "Discussion"
11728
+ msgstr ""
11729
+
11730
+ # @ squirrly-seo
11731
+ #: view/Research/HistoryDetails.php:77 view/Research/ResearchDetails.php:51
11732
+ #: view/Research/Suggested.php:96
11733
+ #, fuzzy
11734
+ #| msgid "Do the research"
11735
+ msgid "Already in briefcase"
11736
+ msgstr "Recherchieren"
11737
+
11738
+ # @ squirrly-seo
11739
+ #: view/Research/HistoryDetails.php:82 view/Research/ResearchDetails.php:56
11740
+ #: view/Research/Suggested.php:101
11741
+ #, fuzzy
11742
+ #| msgid "Do the research"
11743
+ msgid "Add to briefcase"
11744
+ msgstr "Recherchieren"
11745
+
11746
+ #: view/Research/Labels.php:19
11747
+ msgid "Briefcase Labels"
11748
+ msgstr ""
11749
+
11750
+ #: view/Research/Labels.php:25
11751
+ msgid ""
11752
+ "Briefcase Labels will help you sort your keywords based on your SEO strategy. "
11753
+ "Labels are like categories and you can quickly filter your keywords by one or "
11754
+ "more labels."
11755
+ msgstr ""
11756
+
11757
+ # @ squirrly-seo
11758
+ #: view/Research/Labels.php:35
11759
+ #, fuzzy
11760
+ #| msgid "Squirrly settings"
11761
+ msgid "Add New Label"
11762
+ msgstr "Squirrly Einstellungen"
11763
+
11764
+ #: view/Research/Labels.php:40 view/Research/Labels.php:64
11765
+ msgid "Label Name"
11766
+ msgstr ""
11767
+
11768
+ #: view/Research/Labels.php:44 view/Research/Labels.php:68
11769
+ msgid "Label Color"
11770
+ msgstr ""
11771
+
11772
+ # @ squirrly-seo
11773
+ #: view/Research/Labels.php:49
11774
+ #, fuzzy
11775
+ #| msgid "Your E-mail:"
11776
+ msgid "Add Label"
11777
+ msgstr "Ihre E-Mail Adresse:"
11778
+
11779
+ # @ squirrly-seo
11780
+ #: view/Research/Labels.php:59 view/Research/Labels.php:136
11781
+ #, fuzzy
11782
+ #| msgid "Your E-mail:"
11783
+ msgid "Edit Label"
11784
+ msgstr "Ihre E-Mail Adresse:"
11785
+
11786
+ # @ squirrly-seo
11787
+ #: view/Research/Labels.php:74
11788
+ #, fuzzy
11789
+ #| msgid "Your E-mail:"
11790
+ msgid "Save Label"
11791
+ msgstr "Ihre E-Mail Adresse:"
11792
+
11793
+ # @ squirrly-seo
11794
+ #: view/Research/Labels.php:86
11795
+ #, fuzzy
11796
+ #| msgid "Could not send the email..."
11797
+ msgid "Ar you sure you want to delete the labels?"
11798
+ msgstr "Konnte E-Mail nicht senden ..."
11799
+
11800
+ #: view/Research/Labels.php:105
11801
+ msgid "Name"
11802
+ msgstr ""
11803
+
11804
+ #: view/Research/Labels.php:106
11805
+ msgid "Color"
11806
+ msgstr ""
11807
+
11808
+ # @ squirrly-seo
11809
+ #: view/Research/Labels.php:141
11810
+ #, fuzzy
11811
+ #| msgid "Your E-mail:"
11812
+ msgid "Delete Label"
11813
+ msgstr "Ihre E-Mail Adresse:"
11814
+
11815
+ # @ squirrly-seo
11816
+ #: view/Research/Labels.php:158
11817
+ #, fuzzy
11818
+ #| msgid "Enter even more keywords."
11819
+ msgid "Welcome to Briefcase Labels"
11820
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
11821
+
11822
+ # @ squirrly-seo
11823
+ #: view/Research/Labels.php:160
11824
+ #, fuzzy
11825
+ #| msgid "Do the research"
11826
+ msgid "Add label to organize the keywords in Briefcase"
11827
+ msgstr "Recherchieren"
11828
+
11829
+ #: view/Research/Labels.php:172
11830
+ msgid ""
11831
+ "To delete Labels in bulk: select the labels you want to delete, go to Bulk "
11832
+ "Actions, select Delete, and then click on Apply."
11833
+ msgstr ""
11834
+
11835
+ #: view/Research/Labels.php:175
11836
+ msgid ""
11837
+ "NOTE! Deleting a Label will NOT delete the keywords assigned to it from "
11838
+ "Briefcase."
11839
+ msgstr ""
11840
+
11841
+ # @ squirrly-seo
11842
+ #: view/Research/Research.php:24 view/Research/Research.php:139
11843
+ #, fuzzy
11844
+ #| msgid "Do the research"
11845
+ msgid "You've reached your Keyword Research Limit"
11846
+ msgstr "Recherchieren"
11847
+
11848
+ #: view/Research/Research.php:25 view/Research/Research.php:140
11849
+ msgid "Check Your Account"
11850
+ msgstr ""
11851
+
11852
+ #: view/Research/Research.php:39
11853
+ msgid ""
11854
+ "You can now find long-tail keywords that are easy to rank for. Get "
11855
+ "personalized competition data for each keyword you research, thanks to "
11856
+ "Squirrly's Market Intelligence Features."
11857
+ msgstr ""
11858
+
11859
+ #: view/Research/Research.php:44
11860
+ msgid "Enter a keyword that matches your business"
11861
+ msgstr ""
11862
+
11863
+ # @ squirrly-seo
11864
+ #: view/Research/Research.php:47
11865
+ #, fuzzy
11866
+ #| msgid "Google %sAnalytics ID%s`:"
11867
+ msgid "Select country"
11868
+ msgstr "Google %sAnalytics ID%s`:"
11869
+
11870
+ # @ squirrly-seo
11871
+ #: view/Research/Research.php:63
11872
+ #, fuzzy
11873
+ #| msgid "Do the research"
11874
+ msgid "researches left"
11875
+ msgstr "Recherchieren"
11876
+
11877
+ #: view/Research/Research.php:63
11878
+ msgid "until"
11879
+ msgstr ""
11880
+
11881
+ #: view/Research/Research.php:78
11882
+ msgid ""
11883
+ "Focus on Long- Tail keywords (3 to 5 words) as they tend to be more specific "
11884
+ "and have less competition."
11885
+ msgstr ""
11886
+
11887
+ #: view/Research/Research.php:81
11888
+ #, php-format
11889
+ msgid ""
11890
+ "Think of a keyword/ topic you want to rank for. Use the %s keyword research "
11891
+ "formula %s to generate more keyword ideas."
11892
+ msgstr ""
11893
+
11894
+ #: view/Research/Research.php:84
11895
+ msgid ""
11896
+ "Did you know that you can use Squirrly SEO and perform keyword research in "
11897
+ "over 100 countries?"
11898
+ msgstr ""
11899
+
11900
+ #: view/Research/Research.php:87
11901
+ #, php-format
11902
+ msgid "Already have keywords? %s Import keywords from CSV %s."
11903
+ msgstr ""
11904
+
11905
+ # @ squirrly-seo
11906
+ #: view/Research/Research.php:94
11907
+ #, fuzzy
11908
+ #| msgid "Do the research"
11909
+ msgid "Keyword Research Suggestions"
11910
+ msgstr "Recherchieren"
11911
+
11912
+ # @ squirrly-seo
11913
+ #: view/Research/Research.php:96
11914
+ #, fuzzy
11915
+ #| msgid "Do the research"
11916
+ msgid "Keyword Research - Suggestions"
11917
+ msgstr "Recherchieren"
11918
+
11919
+ #: view/Research/Research.php:101
11920
+ msgid ""
11921
+ "(optional) Select similar keywords from below. Each keyword is worth a "
11922
+ "credit; meaning each keyword you choose will consume one research from your "
11923
+ "quota."
11924
+ msgstr ""
11925
+
11926
+ #: view/Research/Research.php:102
11927
+ msgid "Select up to 3 similar keywords and start the research"
11928
+ msgstr ""
11929
+
11930
+ #: view/Research/Research.php:142
11931
+ #, php-format
11932
+ msgid "We could not find similar keywords. %sClick on 'Do research'"
11933
+ msgstr ""
11934
+
11935
+ #: view/Research/Research.php:146 view/Research/Research.php:240
11936
+ msgid "Start Over"
11937
+ msgstr ""
11938
+
11939
+ # @ squirrly-seo
11940
+ #: view/Research/Research.php:152 view/Research/Research.php:162
11941
+ #, fuzzy
11942
+ #| msgid "Do the research"
11943
+ msgid "Do research"
11944
+ msgstr "Recherchieren"
11945
+
11946
+ #: view/Research/Research.php:155
11947
+ msgid "Do research (up to 20 results)"
11948
+ msgstr ""
11949
+
11950
+ # @ squirrly-seo
11951
+ #: view/Research/Research.php:156
11952
+ #, fuzzy
11953
+ #| msgid "Do the research"
11954
+ msgid "Do a deep research (up to 50 results)"
11955
+ msgstr "Recherchieren"
11956
+
11957
+ #: view/Research/Research.php:172
11958
+ msgid ""
11959
+ "You can do Deep Keyword Research and get up to 50 results on each research."
11960
+ msgstr ""
11961
+
11962
+ #: view/Research/Research.php:175
11963
+ msgid ""
11964
+ "The default option of Keyword Research will reveal insights about around "
11965
+ "10-20 results to cut down the processing time. To perform a more complex "
11966
+ "research, use the option to Do a Deep Research and get insights for up to 50 "
11967
+ "keywords."
11968
+ msgstr ""
11969
+
11970
+ #: view/Research/Research.php:178
11971
+ msgid "Remember: each keyword is a credit."
11972
+ msgstr ""
11973
+
11974
+ # @ squirrly-seo
11975
+ #: view/Research/Research.php:185
11976
+ #, fuzzy
11977
+ #| msgid "Do the research"
11978
+ msgid "Keyword Research Results"
11979
+ msgstr "Recherchieren"
11980
+
11981
+ #: view/Research/Research.php:188
11982
+ msgid ""
11983
+ "Keyword Research in progress. We're doing all of this in real-time. Data is "
11984
+ "fresh."
11985
+ msgstr ""
11986
+
11987
+ #: view/Research/Research.php:189
11988
+ msgid "We're now finding 10 alternatives for each keyword you selected."
11989
+ msgstr ""
11990
+
11991
+ #: view/Research/Research.php:190
11992
+ msgid ""
11993
+ "For each alternative, we are looking at the top 10 pages ranked on Google for "
11994
+ "that keyword."
11995
+ msgstr ""
11996
+
11997
+ #: view/Research/Research.php:191
11998
+ msgid ""
11999
+ "We are now measuring the web authority of each competing page and comparing "
12000
+ "it to yours."
12001
+ msgstr ""
12002
+
12003
+ #: view/Research/Research.php:192
12004
+ msgid "Looking at the monthly search volume for each keyword."
12005
+ msgstr ""
12006
+
12007
+ #: view/Research/Research.php:193
12008
+ msgid "Analyzing the last 30 days of Google trends for each keyword."
12009
+ msgstr ""
12010
+
12011
+ #: view/Research/Research.php:194
12012
+ msgid ""
12013
+ "Seeing how many discussions there are on forums and Twitter for each keyword."
12014
+ msgstr ""
12015
+
12016
+ #: view/Research/Research.php:195
12017
+ msgid ""
12018
+ "Piecing all the keywords together now after analyzing each individual keyword."
12019
+ msgstr ""
12020
+
12021
+ #: view/Research/Research.php:196
12022
+ msgid "Preparing the results."
12023
+ msgstr ""
12024
+
12025
+ # @ squirrly-seo
12026
+ #: view/Research/Research.php:200
12027
+ #, fuzzy
12028
+ #| msgid "Do the research"
12029
+ msgid "Keyword Research - Results"
12030
+ msgstr "Recherchieren"
12031
+
12032
+ #: view/Research/Research.php:206
12033
+ msgid ""
12034
+ "We found some relevant keywords for you. Click on the corresponding three "
12035
+ "dots to save the ones you like to Briefcase or start using them right away to "
12036
+ "optimize content."
12037
+ msgstr ""
12038
+
12039
+ #: view/Research/Research.php:208
12040
+ #, php-format
12041
+ msgid ""
12042
+ "Still processing. give it a bit more time, then go to %sResearch History%s. "
12043
+ "Results will appear there."
12044
+ msgstr ""
12045
+
12046
+ #: view/Research/Research.php:209
12047
+ msgid "Step 4/4: We could not find relevant keywords for you"
12048
+ msgstr ""
12049
+
12050
+ #: view/Research/Research.php:251
12051
+ msgid ""
12052
+ "💡 The default order in which keywords appear in the list is generated by our "
12053
+ "system based on the ranking potential of each keyword. However, note that "
12054
+ "even if a keyword has a high ranking chance, if people are NOT searching for "
12055
+ "it (has very low search volume), you probably shouldn’t use it for your SEO "
12056
+ "Strategy."
12057
+ msgstr ""
12058
+
12059
+ #: view/Research/Research.php:254
12060
+ msgid ""
12061
+ "To determine if a keyword has a high ranking chance, we look at the TOP 10 "
12062
+ "positions in Google for that keyword and compare your web authority against "
12063
+ "theirs."
12064
+ msgstr ""
12065
+
12066
+ #: view/Research/Research.php:257
12067
+ #, php-format
12068
+ msgid "We use our Market Intelligence for this. %s Learn more %s ."
12069
+ msgstr ""
12070
+
12071
+ #: view/Research/Research.php:260
12072
+ msgid ""
12073
+ "Add multiple keywords to Briefcase at once by first selecting the keywords "
12074
+ "and then using the Bulk Actions option."
12075
+ msgstr ""
12076
+
12077
+ #: view/Research/Research.php:263
12078
+ #, php-format
12079
+ msgid ""
12080
+ "The Keyword Research Tool can be used to identify keywords for Social Media "
12081
+ "as well. %s Learn more %s ."
12082
+ msgstr ""
12083
+
12084
+ #: view/Research/Research.php:266
12085
+ msgid ""
12086
+ "Did not find what you wanted this time? Try doing a different keyword "
12087
+ "research. "
12088
+ msgstr ""
12089
+
12090
+ # @ squirrly-seo
12091
+ #: view/Research/Suggested.php:19
12092
+ #, fuzzy
12093
+ #| msgid "Enter even more keywords."
12094
+ msgid "Suggested Keywords"
12095
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
12096
+
12097
+ # @ squirrly-seo
12098
+ #: view/Research/Suggested.php:123
12099
+ #, fuzzy
12100
+ #| msgid "Enter even more keywords."
12101
+ msgid "Welcome to Suggested Keywords"
12102
+ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
12103
+
12104
+ #: view/Research/Suggested.php:124
12105
+ msgid "Once a week, Squirrly checks all the keywords from your briefcase."
12106
+ msgstr ""
12107
+
12108
+ #: view/Research/Suggested.php:125
12109
+ msgid "If it finds better keywords, they will be listed here"
12110
+ msgstr ""
12111
+
12112
+ # @ squirrly-seo
12113
+ #: view/Research/Suggested.php:126
12114
+ #, fuzzy
12115
+ #| msgid "Do the research"
12116
+ msgid "Until then, add keywords in Briefcase"
12117
+ msgstr "Recherchieren"
12118
+
12119
+ #: view/Research/Suggested.php:141
12120
+ msgid ""
12121
+ "The Keyword Research Assistant performs Keyword Researches on your behalf "
12122
+ "WITHOUT using any keyword research credits from your total of available "
12123
+ "keyword research credits."
12124
+ msgstr ""
12125
+
12126
+ #: view/Research/Suggested.php:142
12127
+ msgid ""
12128
+ "Consider using relevant keywords that have a high ranking chance and over "
12129
+ "1,000 monthly searches in your SEO strategy. Save them to your Briefcase."
12130
+ msgstr ""
12131
+
12132
+ #: view/SeoSettings/Backup.php:8 view/SeoSettings/Jsonld.php:8
12133
+ msgid ""
12134
+ "You do not have permission to access this page. You need Squirrly SEO Admin "
12135
+ "role"
12136
+ msgstr ""
12137
+
12138
+ #: view/SeoSettings/Backup.php:28 view/SeoSettings/Backup.php:51
12139
+ msgid ""
12140
+ "Import the settings and SEO from other plugins so you can use only Squirrly "
12141
+ "SEO for on-page SEO."
12142
+ msgstr ""
12143
+
12144
+ #: view/SeoSettings/Backup.php:31
12145
+ msgid "Use the Backup, Restore, and Rollback settings to control plugin data."
12146
+ msgstr ""
12147
+
12148
+ #: view/SeoSettings/Backup.php:34
12149
+ msgid ""
12150
+ "Note! If you import the SEO settings from other plugins or themes, you will "
12151
+ "lose all the settings that you had in Squirrly SEO. Make sure you backup your "
12152
+ "settings from the panel below before you do this."
12153
+ msgstr ""
12154
+
12155
+ #: view/SeoSettings/Backup.php:54
12156
+ msgid ""
12157
+ "Note! If you import the SEO settings from other plugins or themes, you will "
12158
+ "lose all the settings that you had in Squirrly SEO. Make sure you back up "
12159
+ "your settings from the panel below before you do this."
12160
+ msgstr ""
12161
+
12162
+ # @ squirrly-seo
12163
+ #: view/SeoSettings/Backup.php:64
12164
+ #, fuzzy
12165
+ #| msgid "Squirrly settings"
12166
+ msgid "Import Settings From"
12167
+ msgstr "Squirrly Einstellungen"
12168
+
12169
+ #: view/SeoSettings/Backup.php:66
12170
+ msgid "Select the plugin or theme you want to import the Settings from."
12171
+ msgstr ""
12172
+
12173
+ # @ squirrly-seo
12174
+ #: view/SeoSettings/Backup.php:82
12175
+ #, fuzzy
12176
+ #| msgid "Squirrly settings"
12177
+ msgid "Import Settings"
12178
+ msgstr "Squirrly Einstellungen"
12179
+
12180
+ #: view/SeoSettings/Backup.php:84
12181
+ msgid "Note! It will overwrite the settings you set in Squirrly SEO."
12182
+ msgstr ""
12183
+
12184
+ #: view/SeoSettings/Backup.php:87 view/SeoSettings/Backup.php:128
12185
+ msgid "We couldn't find any SEO plugin or theme to import from."
12186
+ msgstr ""
12187
+
12188
+ # @ squirrly-seo
12189
+ #: view/SeoSettings/Backup.php:97
12190
+ #, fuzzy
12191
+ #| msgid "Tips: 2-4 keywords"
12192
+ msgid "Import SEO From"
12193
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
12194
+
12195
+ #: view/SeoSettings/Backup.php:99
12196
+ msgid "Select the plugin or theme you want to import the SEO & Patterns from."
12197
+ msgstr ""
12198
+
12199
+ # @ squirrly-seo
12200
+ #: view/SeoSettings/Backup.php:115
12201
+ #, fuzzy
12202
+ #| msgid "Squirrly settings"
12203
+ msgid "Import SEO"
12204
+ msgstr "Squirrly Einstellungen"
12205
+
12206
+ #: view/SeoSettings/Backup.php:120
12207
+ msgid "Overwrite all existing SEO Snippets optimizations"
12208
+ msgstr ""
12209
+
12210
+ #: view/SeoSettings/Backup.php:143
12211
+ msgid ""
12212
+ "Download your Squirrly settings in an SQL file before importing the SEO "
12213
+ "settings from another plugin. This way, you can always go back to your "
12214
+ "Squirrly settings."
12215
+ msgstr ""
12216
+
12217
+ # @ squirrly-seo
12218
+ #: view/SeoSettings/Backup.php:153
12219
+ #, fuzzy
12220
+ #| msgid "Squirrly settings"
12221
+ msgid "Backup Settings"
12222
+ msgstr "Squirrly Einstellungen"
12223
+
12224
+ #: view/SeoSettings/Backup.php:154
12225
+ msgid "Download all the settings from Squirrly SEO."
12226
+ msgstr ""
12227
+
12228
+ #: view/SeoSettings/Backup.php:159
12229
+ msgid "Download Backup"
12230
+ msgstr ""
12231
+
12232
+ # @ squirrly-seo
12233
+ #: view/SeoSettings/Backup.php:167
12234
+ #, fuzzy
12235
+ #| msgid "Squirrly settings"
12236
+ msgid "Backup SEO"
12237
+ msgstr "Squirrly Einstellungen"
12238
+
12239
+ # @ squirrly-seo
12240
+ #: view/SeoSettings/Backup.php:168
12241
+ #, fuzzy
12242
+ #| msgid "Squirrly LIVE SEO assistant"
12243
+ msgid "Download all the Squirrly SEO Snippet optimizations."
12244
+ msgstr "Squirrly LIVE SEO-Assistent"
12245
+
12246
+ #: view/SeoSettings/Backup.php:173 view/SeoSettings/Backup.php:187
12247
+ msgid "Download Backup"
12248
+ msgstr ""
12249
+
12250
+ # @ squirrly-seo
12251
+ #: view/SeoSettings/Backup.php:181
12252
+ #, fuzzy
12253
+ #| msgid "Squirrly settings"
12254
+ msgid "Backup Briefcase"
12255
+ msgstr "Squirrly Einstellungen"
12256
+
12257
+ # @ squirrly-seo
12258
+ #: view/SeoSettings/Backup.php:182
12259
+ #, fuzzy
12260
+ #| msgid "Tips: 2-4 keywords"
12261
+ msgid "Download all Briefcase Keywords."
12262
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
12263
+
12264
+ #: view/SeoSettings/Backup.php:202
12265
+ msgid "Restore the settings and all the pages optimized with Squirrly SEO."
12266
+ msgstr ""
12267
+
12268
+ # @ squirrly-seo
12269
+ #: view/SeoSettings/Backup.php:212 view/SeoSettings/Backup.php:221
12270
+ #, fuzzy
12271
+ #| msgid "Squirrly settings"
12272
+ msgid "Restore Settings"
12273
+ msgstr "Squirrly Einstellungen"
12274
+
12275
+ #: view/SeoSettings/Backup.php:213
12276
+ msgid "Upload the file with the saved Squirrly Settings."
12277
+ msgstr ""
12278
+
12279
+ # @ squirrly-seo
12280
+ #: view/SeoSettings/Backup.php:229 view/SeoSettings/Backup.php:238
12281
+ #, fuzzy
12282
+ #| msgid "Squirrly settings"
12283
+ msgid "Restore SEO"
12284
+ msgstr "Squirrly Einstellungen"
12285
+
12286
+ #: view/SeoSettings/Backup.php:230
12287
+ msgid "Upload the SQL file with the saved Squirrly SEO snippet optimizations."
12288
+ msgstr ""
12289
+
12290
+ # @ squirrly-seo
12291
+ #: view/SeoSettings/Backup.php:246 view/SeoSettings/Backup.php:255
12292
+ #, fuzzy
12293
+ #| msgid "Tips: 2-4 keywords"
12294
+ msgid "Restore Keywords"
12295
+ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
12296
+
12297
+ #: view/SeoSettings/Backup.php:247
12298
+ msgid "Upload the file with the saved Squirrly Briefcase Keywords."
12299
+ msgstr ""
12300
+
12301
+ #: view/SeoSettings/Backup.php:269
12302
+ msgid "You can rollback Squirrly SEO plugin to the last stable version."
12303
+ msgstr ""
12304
+
12305
+ #: view/SeoSettings/Backup.php:278
12306
+ msgid "Rollback to version"
12307
+ msgstr ""
12308
+
12309
+ #: view/SeoSettings/Backup.php:279
12310
+ msgid "Install the last stable version of the plugin."
12311
+ msgstr ""
12312
+
12313
+ # @ squirrly-seo
12314
+ #: view/SeoSettings/Backup.php:284
12315
+ #, fuzzy
12316
+ #| msgid "Squirrly settings"
12317
+ msgid "Install Squirrly SEO"
12318
+ msgstr "Squirrly Einstellungen"
12319
+
12320
+ #: view/SeoSettings/Backup.php:292
12321
+ msgid "Reinstall version"
12322
+ msgstr ""
12323
+
12324
+ #: view/SeoSettings/Backup.php:293
12325
+ msgid "Reinstall the current version of the plugin."
12326
+ msgstr ""
12327
+
12328
+ #: view/SeoSettings/Backup.php:312
12329
+ msgid ""
12330
+ "Squirrly’s advanced import capabilities allows you to quickly and safely "
12331
+ "import SEO and Settings from a wide array of SEO plugins."
12332
+ msgstr ""
12333
+
12334
+ #: view/SeoSettings/Jsonld.php:34
12335
+ msgid ""
12336
+ "Test your Rich Snippets using the JSON-LD validator. If that one says all is "
12337
+ "good, then all is good. It's then up to Google's search engine to decide if "
12338
+ "it 'wants' to start generating rich snippets for you. You can't do anything "
12339
+ "else than just to pass the validation. However, a good score in the SEO Audit "
12340
+ "by Squirrly will prove to Google that your site deserves rich results in "
12341
+ "search."
12342
+ msgstr ""
12343
+
12344
+ #: view/SeoSettings/Jsonld.php:53
12345
+ msgid ""
12346
+ "Only use this if you have a personal brand. You can combine this with JSON-LD "
12347
+ "for companies, local SEO and more. One doesn't exclude the others."
12348
+ msgstr ""
12349
+
12350
+ #: view/SeoSettings/Jsonld.php:112
12351
+ msgid "Set this person as a global author"
12352
+ msgstr ""
12353
+
12354
+ #: view/SeoSettings/Jsonld.php:115
12355
+ msgid "Overwrite the posts/pages author(s) with this author in Json-LD."
12356
+ msgstr ""
12357
+
12358
+ #: view/SeoSettings/Jsonld.php:132
12359
+ msgid "ONLY use this if you have a company"
12360
+ msgstr ""
12361
+
12362
+ #: view/SeoSettings/Jsonld.php:161
12363
+ msgid "A short description about the company (20-50 words)."
12364
+ msgstr ""
12365
+
12366
+ #: view/SeoSettings/Jsonld.php:189
12367
+ msgid "Add Support For Woocommerce"
12368
+ msgstr ""
12369
+
12370
+ #: view/SeoSettings/Jsonld.php:192
12371
+ msgid ""
12372
+ "Improve the WooCommerce Product and Orders Schema by enabling Squirrly to "
12373
+ "add the required data."
12374
+ msgstr ""
12375
+
12376
+ #: view/SeoSettings/Jsonld.php:203
12377
+ msgid "Add Custom Data for WooCommerce Products"
12378
+ msgstr ""
12379
+
12380
+ #: view/SeoSettings/Jsonld.php:206
12381
+ msgid ""
12382
+ "Enable Squirrly to include additional metadata fields for WooCommerce "
12383
+ "Products: MPN, ISBN, EAN, UPC, GTIN, Brand, Review."
12384
+ msgstr ""
12385
+
12386
+ #: view/SeoSettings/Jsonld.php:216
12387
+ msgid "Add Default Data for Woocommerce Products"
12388
+ msgstr ""
12389
+
12390
+ #: view/SeoSettings/Jsonld.php:219
12391
+ msgid ""
12392
+ "Add default data for JSON-LD AggregateRating, Offers, Sku, MPN when they are "
12393
+ "missing from the product to avoid GSC errors."
12394
+ msgstr ""
12395
+
12396
+ #: view/SeoSettings/Jsonld.php:395
12397
+ msgid ""
12398
+ "ONLY use this if you have a restaurant, pizza place, bar, pub, etc. "
12399
+ "Otherwise, leave blank."
12400
+ msgstr ""
12401
+
12402
+ #: view/SeoSettings/Jsonld.php:476
12403
+ msgid "Remove other Json-LD from page"
12404
+ msgstr ""
12405
+
12406
+ #: view/SeoSettings/Jsonld.php:479
12407
+ msgid ""
12408
+ "Clear the Json-LD from other plugins and theme to avoid duplicate schemas."
12409
+ msgstr ""
12410
+
12411
+ #: view/SeoSettings/Jsonld.php:531
12412
+ msgid "Want to optimize JSON-LD Schema (Rich Snippets) on all pages?"
12413
+ msgstr ""
12414
+
12415
+ #: view/SeoSettings/Jsonld.php:532
12416
+ #, php-format
12417
+ msgid ""
12418
+ "Use the %s SEO Automation %s to setup the Json-LD type based on Post Types."
12419
+ msgstr ""
12420
+
12421
+ #: view/SeoSettings/Jsonld.php:533
12422
+ #, php-format
12423
+ msgid ""
12424
+ "Use %s Bulk SEO %s to optimize the JSON-LD in the SEO Snippet for each page "
12425
+ "on your website."
12426
+ msgstr ""
12427
+
12428
+ #: view/SeoSettings/Metas.php:57
12429
+ msgid ""
12430
+ "If you switch off this option, Squirrly will add noindex mAdd the Title Tag "
12431
+ "in the page header. You can customize it using the Bulk SEO and Squirrly SEO "
12432
+ "Snippet.eta for this post type."
12433
+ msgstr ""
12434
+
12435
+ #: view/SeoSettings/Metas.php:91
12436
+ msgid ""
12437
+ "Add Canonical Link META in the page header. You can customize the canonical "
12438
+ "link on each page."
12439
+ msgstr ""
12440
+
12441
+ #: view/SeoSettings/Metas.php:140
12442
+ msgid "Add the Post tags in Keyword META"
12443
+ msgstr ""
12444
+
12445
+ #: view/SeoSettings/Metas.php:142
12446
+ msgid ""
12447
+ "Add all the tags from your posts as keywords. Not recommended when you use "
12448
+ "Keywords in Squirrly SEO Snippet."
12449
+ msgstr ""
12450
+
12451
+ # @ squirrly-seo
12452
+ #: view/SeoSettings/Metas.php:152
12453
+ #, fuzzy
12454
+ #| msgid "Squirrly LIVE SEO assistant"
12455
+ msgid "Activate SEO Snippet in Frontend"
12456
+ msgstr "Squirrly LIVE SEO-Assistent"
12457
+
12458
+ #: view/SeoSettings/Metas.php:154
12459
+ msgid ""
12460
+ "Load Squirrly SEO Snippet in Frontend to customize the SEO directly from page "
12461
+ "preview."
12462
+ msgstr ""
12463
+
12464
+ #: view/SeoSettings/Metas.php:211
12465
+ #, php-format
12466
+ msgid ""
12467
+ "Use the %s SEO Automation %s to setup SEO Patterns based on Post Types for "
12468
+ "global optimization."
12469
+ msgstr ""
12470
+
12471
+ #: view/SeoSettings/Metas.php:212
12472
+ #, php-format
12473
+ msgid ""
12474
+ "Use %s Bulk SEO %s to optimize the SEO Snippet for each page on your website."
12475
+ msgstr ""
12476
+
12477
+ #: view/SeoSettings/Social.php:31 view/SeoSettings/Tweaks.php:32
12478
+ #: view/SeoSettings/Webmaster.php:29
12479
+ msgid ""
12480
+ "Control your search engine and social media feed coverage of all the content "
12481
+ "on your WP site, automatically."
12482
+ msgstr ""
12483
+
12484
+ #: view/SeoSettings/Social.php:35 view/SeoSettings/Tweaks.php:35
12485
+ #: view/SeoSettings/Webmaster.php:32
12486
+ msgid ""
12487
+ "By configuring these, you will get higher Audit scores. Many more options are "
12488
+ "available if you switch to Expert Mode."
12489
+ msgstr ""
12490
+
12491
+ #: view/SeoSettings/Social.php:60
12492
+ msgid "Default Open Graph Image"
12493
+ msgstr ""
12494
+
12495
+ #: view/SeoSettings/Social.php:61
12496
+ msgid ""
12497
+ "Set an Open Graph default Image to load when you don't have an image set for "
12498
+ "a specific URL."
12499
+ msgstr ""
12500
+
12501
+ #: view/SeoSettings/Social.php:71
12502
+ msgid "Facebook Share Language"
12503
+ msgstr ""
12504
+
12505
+ #: view/SeoSettings/Social.php:74
12506
+ msgid ""
12507
+ "Use this so that Facebook can automatically translate the text into the "
12508
+ "reader's language"
12509
+ msgstr ""
12510
+
12511
+ #: view/SeoSettings/Social.php:223
12512
+ msgid "Facebook App ID"
12513
+ msgstr ""
12514
+
12515
+ #: view/SeoSettings/Social.php:225
12516
+ #, php-format
12517
+ msgid ""
12518
+ "Add the %sFacebook App ID%s to create a connection between your Facebook Page "
12519
+ "and your Website."
12520
+ msgstr ""
12521
+
12522
+ #: view/SeoSettings/Social.php:244 view/SeoSettings/Social.php:257
12523
+ #: view/SeoSettings/Social.php:270
12524
+ msgid "Facebook Admin ID"
12525
+ msgstr ""
12526
+
12527
+ #: view/SeoSettings/Social.php:246 view/SeoSettings/Social.php:258
12528
+ msgid ""
12529
+ "Similar to Facebook App ID, Facebook Admin ID connects your Facebook Page to "
12530
+ "your Website."
12531
+ msgstr ""
12532
+
12533
+ #: view/SeoSettings/Social.php:277
12534
+ msgid "Add multiple Facebook Admin IDs"
12535
+ msgstr ""
12536
+
12537
+ # @ squirrly-seo
12538
+ #: view/SeoSettings/Social.php:302
12539
+ #, fuzzy
12540
+ #| msgid "Squirrly settings"
12541
+ msgid "Default Twitter Card Image"
12542
+ msgstr "Squirrly Einstellungen"
12543
+
12544
+ #: view/SeoSettings/Social.php:303
12545
+ msgid ""
12546
+ "Set a Twitter Card default Image to load when you don't have an image set for "
12547
+ "a specific URL."
12548
+ msgstr ""
12549
+
12550
+ #: view/SeoSettings/Social.php:472
12551
+ msgid ""
12552
+ "Once the Squirrly SEO settings for social media are activated, the process is "
12553
+ "made automatically and all the website URLs will have the right look when "
12554
+ "shared on Social Media."
12555
+ msgstr ""
12556
+
12557
+ #: view/SeoSettings/Social.php:473
12558
+ #, php-format
12559
+ msgid ""
12560
+ "Use %s Bulk SEO %s to configure Open Graph Settings and Twitter Card Settings "
12561
+ "for each page on your website."
12562
+ msgstr ""
12563
+
12564
+ #: view/SeoSettings/Tweaks.php:26
12565
+ msgid "Tweaks And Sitemap"
12566
+ msgstr ""
12567
+
12568
+ #: view/SeoSettings/Tweaks.php:51
12569
+ msgid "Build Sitemaps for"
12570
+ msgstr ""
12571
+
12572
+ #: view/SeoSettings/Tweaks.php:55
12573
+ #, php-format
12574
+ msgid ""
12575
+ "Check the sitemap you want Squirrly to build for your website. Your sitemap "
12576
+ "will be %s"
12577
+ msgstr ""
12578
+
12579
+ #: view/SeoSettings/Tweaks.php:58
12580
+ msgid ""
12581
+ "After you activate your sitemaps, check to make sure they have data. Uncheck "
12582
+ "them if they don't have URLs in order to avoid Google errors."
12583
+ msgstr ""
12584
+
12585
+ #: view/SeoSettings/Tweaks.php:67
12586
+ msgid "Blogging Frequency"
12587
+ msgstr ""
12588
+
12589
+ #: view/SeoSettings/Tweaks.php:70
12590
+ msgid "How often do you write new posts?"
12591
+ msgstr ""
12592
+
12593
+ #: view/SeoSettings/Tweaks.php:74
12594
+ msgid "every hour"
12595
+ msgstr ""
12596
+
12597
+ #: view/SeoSettings/Tweaks.php:75
12598
+ msgid "every day"
12599
+ msgstr ""
12600
+
12601
+ #: view/SeoSettings/Tweaks.php:76
12602
+ msgid "1-3 times per week"
12603
+ msgstr ""
12604
+
12605
+ #: view/SeoSettings/Tweaks.php:77
12606
+ msgid "1-3 times per month"
12607
+ msgstr ""
12608
+
12609
+ #: view/SeoSettings/Tweaks.php:78
12610
+ msgid "1-3 times per year"
12611
+ msgstr ""
12612
+
12613
+ #: view/SeoSettings/Tweaks.php:89
12614
+ msgid "Combine Languages in Sitemap"
12615
+ msgstr ""
12616
+
12617
+ #: view/SeoSettings/Tweaks.php:92
12618
+ msgid "Add all languages in the same sitemap.xml file"
12619
+ msgstr ""
12620
+
12621
+ #: view/SeoSettings/Tweaks.php:93
12622
+ msgid ""
12623
+ "If not selected, you have to add the language slug for each snippet. e.g. /en/"
12624
+ "sitemap.xml"
12625
+ msgstr ""
12626
+
12627
+ # @ squirrly-seo
12628
+ #: view/SeoSettings/Tweaks.php:111 view/SeoSettings/Tweaks.php:142
12629
+ #: view/SeoSettings/Tweaks.php:161 view/SeoSettings/Tweaks.php:180
12630
+ #: view/SeoSettings/Tweaks.php:199 view/SeoSettings/Tweaks.php:218
12631
+ #: view/SeoSettings/Tweaks.php:237 view/SeoSettings/Tweaks.php:279
12632
+ #, fuzzy
12633
+ #| msgid "Google %sAnalytics ID%s`:"
12634
+ msgid "Deactivated from SEO Automation."
12635
+ msgstr "Google %sAnalytics ID%s`:"
12636
+
12637
+ #: view/SeoSettings/Tweaks.php:337
12638
+ msgid "Sitemap Pagination"
12639
+ msgstr ""
12640
+
12641
+ #: view/SeoSettings/Tweaks.php:340
12642
+ msgid "Split the sitemap records in pages to prevent slow sitemap loading."
12643
+ msgstr ""
12644
+
12645
+ #: view/SeoSettings/Tweaks.php:363
12646
+ msgid "SEO Links & Redirects"
12647
+ msgstr ""
12648
+
12649
+ #: view/SeoSettings/Tweaks.php:367
12650
+ msgid ""
12651
+ "Increase the website authority by not sending authority to all external links."
12652
+ msgstr ""
12653
+
12654
+ #: view/SeoSettings/Tweaks.php:390
12655
+ msgid "Add Nofollow to external links"
12656
+ msgstr ""
12657
+
12658
+ #: view/SeoSettings/Tweaks.php:393
12659
+ msgid ""
12660
+ "Add the 'nofollow' attribute to all external links and stop losing authority."
12661
+ msgstr ""
12662
+
12663
+ #: view/SeoSettings/Tweaks.php:402
12664
+ msgid "Open external links in New Tab"
12665
+ msgstr ""
12666
+
12667
+ #: view/SeoSettings/Tweaks.php:405
12668
+ msgid ""
12669
+ "Add the '_blank' attribute to all external links to open them in a new tab."
12670
+ msgstr ""
12671
+
12672
+ #: view/SeoSettings/Tweaks.php:411
12673
+ msgid "Domain Exception"
12674
+ msgstr ""
12675
+
12676
+ #: view/SeoSettings/Tweaks.php:413
12677
+ msgid "Add external links for who you don't want to apply the nofollow."
12678
+ msgstr ""
12679
+
12680
+ #: view/SeoSettings/Tweaks.php:429
12681
+ msgid " Manage redirects for each Post Type"
12682
+ msgstr ""
12683
+
12684
+ #: view/SeoSettings/Tweaks.php:433
12685
+ msgid "Tips: How to redirect broken URLs?"
12686
+ msgstr ""
12687
+
12688
+ #: view/SeoSettings/Tweaks.php:435 view/SeoSettings/Tweaks.php:632
12689
+ #, php-format
12690
+ msgid ""
12691
+ "Use the %s SEO Automation %s to set up the broken URLs redirect if you change "
12692
+ "a post/page slug."
12693
+ msgstr ""
12694
+
12695
+ #: view/SeoSettings/Tweaks.php:436 view/SeoSettings/Tweaks.php:633
12696
+ msgid ""
12697
+ "Squirrly SEO will add a 301 redirect to the new slug without losing any SEO "
12698
+ "authority."
12699
+ msgstr ""
12700
+
12701
+ #: view/SeoSettings/Tweaks.php:456
12702
+ msgid "Edit the Robots.txt data"
12703
+ msgstr ""
12704
+
12705
+ #: view/SeoSettings/Tweaks.php:458
12706
+ msgid ""
12707
+ "Does not physically create the robots.txt file. The best option for "
12708
+ "Multisites."
12709
+ msgstr ""
12710
+
12711
+ #: view/SeoSettings/Tweaks.php:472
12712
+ msgid ""
12713
+ "Edit the Robots.txt only if you know what you're doing. Adding wrong rules in "
12714
+ "Robots can lead to SEO ranking errors or block your posts in Google."
12715
+ msgstr ""
12716
+
12717
+ #: view/SeoSettings/Tweaks.php:489
12718
+ msgid ""
12719
+ "Add your website icon in the browser tabs and on other devices like iPhone, "
12720
+ "iPad and Android phones."
12721
+ msgstr ""
12722
+
12723
+ #: view/SeoSettings/Tweaks.php:496
12724
+ msgid "Upload file"
12725
+ msgstr ""
12726
+
12727
+ #: view/SeoSettings/Tweaks.php:499
12728
+ msgid "Upload a jpg, jpeg, png or ico file."
12729
+ msgstr ""
12730
+
12731
+ #: view/SeoSettings/Tweaks.php:519
12732
+ msgid "Add Apple Touch Icons"
12733
+ msgstr ""
12734
+
12735
+ #: view/SeoSettings/Tweaks.php:522
12736
+ msgid "Also load the favicon for Apple devices."
12737
+ msgstr ""
12738
+
12739
+ #: view/SeoSettings/Tweaks.php:528
12740
+ msgid ""
12741
+ "If you don't see the new icon in your browser, empty the browser cache and "
12742
+ "refresh the page."
12743
+ msgstr ""
12744
+
12745
+ #: view/SeoSettings/Tweaks.php:529
12746
+ msgid "Accepted file types: JPG, JPEG, GIF and PNG."
12747
+ msgstr ""
12748
+
12749
+ #: view/SeoSettings/Tweaks.php:530
12750
+ msgid ""
12751
+ "Does not physically create the favicon.ico file. The best option for "
12752
+ "Multisites."
12753
+ msgstr ""
12754
+
12755
+ # @ squirrly-seo
12756
+ #: view/SeoSettings/Tweaks.php:552
12757
+ #, fuzzy
12758
+ #| msgid "Squirrly settings"
12759
+ msgid "Load Squirrly Frontend CSS"
12760
+ msgstr "Squirrly Einstellungen"
12761
+
12762
+ #: view/SeoSettings/Tweaks.php:555
12763
+ msgid ""
12764
+ "Load Squirrly SEO CSS for Twitter and Article inserted from Squirrly Blogging "
12765
+ "Assistant."
12766
+ msgstr ""
12767
+
12768
+ # @ squirrly-seo
12769
+ #: view/SeoSettings/Tweaks.php:565
12770
+ #, fuzzy
12771
+ #| msgid "Squirrly LIVE SEO assistant"
12772
+ msgid "Minify Squirrly SEO Metas"
12773
+ msgstr "Squirrly LIVE SEO-Assistent"
12774
+
12775
+ #: view/SeoSettings/Tweaks.php:568
12776
+ msgid "Minify the METAs in source code to optimize the page load time."
12777
+ msgstr ""
12778
+
12779
+ #: view/SeoSettings/Tweaks.php:569
12780
+ msgid "Remove comments and newlines from Squirrly SEO Metas."
12781
+ msgstr ""
12782
+
12783
+ # @ squirrly-seo
12784
+ #: view/SeoSettings/Tweaks.php:579
12785
+ #, fuzzy
12786
+ #| msgid "Squirrly LIVE SEO assistant"
12787
+ msgid "Squirrly SEO Late Buffer"
12788
+ msgstr "Squirrly LIVE SEO-Assistent"
12789
+
12790
+ #: view/SeoSettings/Tweaks.php:582
12791
+ msgid "Wait all plugins to load before loading Squirrly SEO frontend buffer."
12792
+ msgstr ""
12793
+
12794
+ #: view/SeoSettings/Tweaks.php:583
12795
+ msgid "For compatibility with some Cache and CDN plugins."
12796
+ msgstr ""
12797
+
12798
+ #: view/SeoSettings/Tweaks.php:594
12799
+ msgid "Multilingual Support"
12800
+ msgstr ""
12801
+
12802
+ #: view/SeoSettings/Tweaks.php:597
12803
+ msgid "Convert the other encodings to UTF8 and avoid ajax errors."
12804
+ msgstr ""
12805
+
12806
+ # @ squirrly-seo
12807
+ #: view/SeoSettings/Tweaks.php:608
12808
+ #, fuzzy
12809
+ #| msgid "Squirrly LIVE SEO assistant"
12810
+ msgid "Delete Squirrly SEO Table on Uninstall"
12811
+ msgstr "Squirrly LIVE SEO-Assistent"
12812
+
12813
+ #: view/SeoSettings/Tweaks.php:611
12814
+ msgid "Delete Squirrly SEO table and options on uninstall."
12815
+ msgstr ""
12816
+
12817
+ #: view/SeoSettings/Tweaks.php:631
12818
+ msgid ""
12819
+ "You have the option to choose the post types for which you want Squirrly to "
12820
+ "build a sitemap. If you don’t use a post type, there’s NO reason why you "
12821
+ "should activate the option for it."
12822
+ msgstr ""
12823
+
12824
+ # @ squirrly-seo
12825
+ #: view/SeoSettings/Webmaster.php:107
12826
+ #, fuzzy
12827
+ #| msgid "Google %sAnalytics ID%s`:"
12828
+ msgid "Connect to Google Analytics"
12829
+ msgstr "Google %sAnalytics ID%s`:"
12830
+
12831
+ # @ squirrly-seo
12832
+ #: view/SeoSettings/Webmaster.php:154
12833
+ #, fuzzy
12834
+ #| msgid "Google %sAnalytics ID%s`:"
12835
+ msgid "Connect to Google Search Console"
12836
+ msgstr "Google %sAnalytics ID%s`:"
12837
+
12838
+ # @ squirrly-seo
12839
+ #: view/SeoSettings/Webmaster.php:199
12840
+ #, fuzzy
12841
+ #| msgid "Google %sAnalytics ID%s`:"
12842
+ msgid "Google Analytics ID"
12843
+ msgstr "Google %sAnalytics ID%s`:"
12844
+
12845
+ #: view/SeoSettings/Webmaster.php:201
12846
+ #, php-format
12847
+ msgid ""
12848
+ "Squirrly adds the Google Tracking script for your Analytics ID. %sGet the "
12849
+ "Analytics ID%s"
12850
+ msgstr ""
12851
+
12852
+ #: view/SeoSettings/Webmaster.php:208
12853
+ msgid "Get GA Code"
12854
+ msgstr ""
12855
+
12856
+ # @ squirrly-seo
12857
+ #: view/SeoSettings/Webmaster.php:217
12858
+ #, fuzzy
12859
+ #| msgid "Google %sAnalytics ID%s`:"
12860
+ msgid "Google Tracking Mode"
12861
+ msgstr "Google %sAnalytics ID%s`:"
12862
+
12863
+ #: view/SeoSettings/Webmaster.php:219
12864
+ #, php-format
12865
+ msgid ""
12866
+ "Choose gtag.js if you use %sGoogle Tag Manager%s or the %sGoogle Analytics "
12867
+ "4%s. Otherwise select analytics.js to track the website traffic."
12868
+ msgstr ""
12869
+
12870
+ #: view/SeoSettings/Webmaster.php:223
12871
+ msgid "analytics.js"
12872
+ msgstr ""
12873
+
12874
+ #: view/SeoSettings/Webmaster.php:224
12875
+ msgid "gtag.js"
12876
+ msgstr ""
12877
+
12878
+ # @ squirrly-seo
12879
+ #: view/SeoSettings/Webmaster.php:229
12880
+ #, fuzzy, php-format
12881
+ #| msgid "Google %sAnalytics ID%s`:"
12882
+ msgid "%sNeed Help Connecting Google Analytics?%s"
12883
+ msgstr "Google %sAnalytics ID%s`:"
12884
+
12885
+ #: view/SeoSettings/Webmaster.php:238
12886
+ msgid "Facebook Pixel"
12887
+ msgstr ""
12888
+
12889
+ #: view/SeoSettings/Webmaster.php:240
12890
+ #, php-format
12891
+ msgid ""
12892
+ "Use FB Pixel to track the visitors events and to use Facebook Ads more "
12893
+ "efficient. %sLearn More%s"
12894
+ msgstr ""
12895
+
12896
+ # @ squirrly-seo
12897
+ #: view/SeoSettings/Webmaster.php:253
12898
+ #, fuzzy, php-format
12899
+ #| msgid "Google META verification code for %sWebmaster Tool%s`:"
12900
+ msgid ""
12901
+ "Add the Google META verification code to connect to %sGoogle Search Console%s"
12902
+ msgstr "Google META Bestätigungs-Code für %sWebmaster Tool%s`:"
12903
+
12904
+ #: view/SeoSettings/Webmaster.php:260
12905
+ msgid "Get GSC Code"
12906
+ msgstr ""
12907
+
12908
+ # @ squirrly-seo
12909
+ #: view/SeoSettings/Webmaster.php:267
12910
+ #, fuzzy, php-format
12911
+ #| msgid "Google %sAnalytics ID%s`:"
12912
+ msgid "%sNeed Help Connecting Google Search Console?%s"
12913
+ msgstr "Google %sAnalytics ID%s`:"
12914
+
12915
+ #: view/SeoSettings/Webmaster.php:278
12916
+ msgid "Load Tracking for Logged Users"
12917
+ msgstr ""
12918
+
12919
+ #: view/SeoSettings/Webmaster.php:281
12920
+ msgid "Load the tracking codes for logged users too."
12921
+ msgstr ""
12922
+
12923
+ # @ squirrly-seo
12924
+ #: view/SeoSettings/Webmaster.php:291
12925
+ #, fuzzy
12926
+ #| msgid "Google %sAnalytics ID%s`:"
12927
+ msgid "Track IP addresses in Google Analytics"
12928
+ msgstr "Google %sAnalytics ID%s`:"
12929
+
12930
+ #: view/SeoSettings/Webmaster.php:292
12931
+ #, php-format
12932
+ msgid ""
12933
+ "Store visitor IP address in Google Analytics (%s IP Anonymization in Google "
12934
+ "Analytics %s)"
12935
+ msgstr ""
12936
+
12937
+ #: view/SeoSettings/Webmaster.php:317
12938
+ msgid "Load the AMP Support on AMP pages"
12939
+ msgstr ""
12940
+
12941
+ #: view/SeoSettings/Webmaster.php:320
12942
+ #, php-format
12943
+ msgid ""
12944
+ "Load the Accelerate Mobile Pages (AMP) support for plugins like %sAMP for WP"
12945
+ "%s or %sAMP%s detected"
12946
+ msgstr ""
12947
+
12948
+ #: view/SeoSettings/Webmaster.php:341
12949
+ msgid "Bing Webmaster Tools"
12950
+ msgstr ""
12951
+
12952
+ # @ squirrly-seo
12953
+ #: view/SeoSettings/Webmaster.php:343
12954
+ #, fuzzy, php-format
12955
+ #| msgid "Google META verification code for %sWebmaster Tool%s`:"
12956
+ msgid ""
12957
+ "Add the Bing META verification code to connect to %sBing Webmaster Tool%s"
12958
+ msgstr "Google META Bestätigungs-Code für %sWebmaster Tool%s`:"
12959
+
12960
+ #: view/SeoSettings/Webmaster.php:352
12961
+ msgid "Baidu Webmaster Tools"
12962
+ msgstr ""
12963
+
12964
+ # @ squirrly-seo
12965
+ #: view/SeoSettings/Webmaster.php:354
12966
+ #, fuzzy, php-format
12967
+ #| msgid "Google META verification code for %sWebmaster Tool%s`:"
12968
+ msgid ""
12969
+ "Add the Baidu META verification code to connect to %sBaidu Webmaster Tool%s"
12970
+ msgstr "Google META Bestätigungs-Code für %sWebmaster Tool%s`:"
12971
+
12972
+ #: view/SeoSettings/Webmaster.php:363
12973
+ msgid "Yandex Webmaster Code"
12974
+ msgstr ""
12975
+
12976
+ # @ squirrly-seo
12977
+ #: view/SeoSettings/Webmaster.php:365
12978
+ #, fuzzy, php-format
12979
+ #| msgid "Google META verification code for %sWebmaster Tool%s`:"
12980
+ msgid ""
12981
+ "Add the Yandex META verification code to connect to %sYandex Webmaster Tool%s"
12982
+ msgstr "Google META Bestätigungs-Code für %sWebmaster Tool%s`:"
12983
+
12984
+ #: view/SeoSettings/Webmaster.php:374
12985
+ msgid "Alexa META Code"
12986
+ msgstr ""
12987
+
12988
+ #: view/SeoSettings/Webmaster.php:376
12989
+ #, php-format
12990
+ msgid ""
12991
+ "Add the Alexa META code to analyze your entire website. Visit the %sAlexa "
12992
+ "Marketing Tool%s"
12993
+ msgstr ""
12994
+
12995
+ #: view/SeoSettings/Webmaster.php:385
12996
+ msgid "Pinterest Website Validator Code"
12997
+ msgstr ""
12998
+
12999
+ #: view/SeoSettings/Webmaster.php:387
13000
+ #, php-format
13001
+ msgid ""
13002
+ "Add the Pinterest verification code to connect your website to your Pinterest "
13003
+ "account. Visit the %sRich Pins Validator%s"
13004
+ msgstr ""
13005
+
13006
+ #: view/SeoSettings/Webmaster.php:396
13007
+ msgid "Norton Safe Web Code"
13008
+ msgstr ""
13009
+
13010
+ #: view/SeoSettings/Webmaster.php:398
13011
+ #, php-format
13012
+ msgid ""
13013
+ "Add the Norton Safe Web verification code or ID to connect your website to "
13014
+ "Norton Safe Web. Visit the %sNorton Ownership Verification Page%s"
13015
+ msgstr ""
13016
+
13017
+ #: view/SeoSettings/Webmaster.php:424
13018
+ msgid ""
13019
+ "We have only added some of the webmaster tools you see here in this section "
13020
+ "of Squirrly due to different requests from users in relevant countries."
13021
+ msgstr ""
13022
+
13023
+ #: view/SeoSettings/Webmaster.php:425
13024
+ msgid ""
13025
+ "It’s NOT mandatory to fill in all the fields from this section and connect "
13026
+ "your website to all the Webmaster tools in this section."
13027
+ msgstr ""
13028
+
13029
+ #: view/SeoSettings/Webmaster.php:426
13030
+ msgid ""
13031
+ "Only set up the connections that are relevant for your site and strategy."
13032
+ msgstr ""
13033
+
13034
+ # @ squirrly-seo
13035
+ #. Plugin Name of the plugin/theme
13036
+ #, fuzzy
13037
+ #| msgid "Squirrly settings"
13038
+ msgid "Squirrly SEO (Peaks)"
13039
+ msgstr "Squirrly Einstellungen"
13040
+
13041
+ #. Plugin URI of the plugin/theme
13042
+ msgid "https://wordpress.org/plugins/squirrly-seo/"
13043
+ msgstr ""
13044
+
13045
+ #. Description of the plugin/theme
13046
+ msgid ""
13047
+ "A.I.-based Private SEO Consultant. In a Plugin. Powered by Machine Learning "
13048
+ "and Cloud Services. Over 300 functionalities for SEO available when you need "
13049
+ "them."
13050
+ msgstr ""
13051
+
13052
+ # @ squirrly-seo
13053
+ #. Author of the plugin/theme
13054
+ #, fuzzy
13055
+ #| msgid "Squirrly settings"
13056
+ msgid "Squirrly"
13057
+ msgstr "Squirrly Einstellungen"
13058
+
13059
+ #. Author URI of the plugin/theme
13060
+ msgid "https://plugin.squirrly.co"
13061
+ msgstr ""
13062
+
13063
+ # @ squirrly-seo
13064
+ #, fuzzy
13065
+ #~| msgid "Do the research"
13066
+ #~ msgid "do research"
13067
+ #~ msgstr "Recherchieren"
13068
+
13069
+ # @ squirrly-seo
13070
+ #, fuzzy
13071
+ #~| msgid "Squirrly settings"
13072
+ #~ msgid "Squirrly Onboarding"
13073
+ #~ msgstr "Squirrly Einstellungen"
13074
+
13075
+ # @ squirrly-seo
13076
+ #, fuzzy
13077
+ #~| msgid "Could not send the email..."
13078
+ #~ msgid "Could not add the demo post."
13079
+ #~ msgstr "Konnte E-Mail nicht senden ..."
13080
+
13081
+ # @ squirrly-seo
13082
+ #, fuzzy
13083
+ #~| msgid "Do the research"
13084
+ #~ msgid "do a keyword research"
13085
+ #~ msgstr "Recherchieren"
13086
+
13087
+ # @ squirrly-seo
13088
+ #, fuzzy
13089
+ #~| msgid "Tips: 2-4 keywords"
13090
+ #~ msgid "group keywords"
13091
+ #~ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
13092
+
13093
+ # @ squirrly-seo
13094
+ #, fuzzy
13095
+ #~| msgid "Enter even more keywords."
13096
+ #~ msgid "better keywords found"
13097
+ #~ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
13098
+
13099
+ # @ squirrly-seo
13100
+ #, fuzzy
13101
+ #~| msgid "Google %sAnalytics ID%s`:"
13102
+ #~ msgid "See Google ranking"
13103
+ #~ msgstr "Google %sAnalytics ID%s`:"
13104
+
13105
+ # @ squirrly-seo
13106
+ #, fuzzy
13107
+ #~| msgid "Enter even more keywords."
13108
+ #~ msgid "Add briefcase keywords"
13109
+ #~ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
13110
+
13111
+ # @ squirrly-seo
13112
+ #, fuzzy
13113
+ #~| msgid "Squirrly settings"
13114
+ #~ msgid "Ranking settings"
13115
+ #~ msgstr "Squirrly Einstellungen"
13116
+
13117
+ # @ squirrly-seo
13118
+ #, fuzzy
13119
+ #~| msgid "Google %sAnalytics ID%s`:"
13120
+ #~ msgid "google analytics, pixel, etc."
13121
+ #~ msgstr "Google %sAnalytics ID%s`:"
13122
+
13123
+ # @ squirrly-seo
13124
+ #, fuzzy
13125
+ #~| msgid "Squirrly settings"
13126
+ #~ msgid "Advanced SEO Settings"
13127
+ #~ msgstr "Squirrly Einstellungen"
13128
+
13129
+ # @ squirrly-seo
13130
+ #, fuzzy
13131
+ #~| msgid "Squirrly settings"
13132
+ #~ msgid "start using Squirrly SEO"
13133
+ #~ msgstr "Squirrly Einstellungen"
13134
+
13135
+ # @ squirrly-seo
13136
+ #, fuzzy
13137
+ #~| msgid "Squirrly settings"
13138
+ #~ msgid "Show Advanced Options"
13139
+ #~ msgstr "Squirrly Einstellungen"
13140
+
13141
+ # @ squirrly-seo
13142
+ #, fuzzy
13143
+ #~| msgid "Squirrly settings"
13144
+ #~ msgid "Hide Advanced Options"
13145
+ #~ msgstr "Squirrly Einstellungen"
13146
+
13147
+ # @ squirrly-seo
13148
+ #, fuzzy
13149
+ #~| msgid "Squirrly LIVE SEO assistant"
13150
+ #~ msgid "Bulk SEO & Snippets"
13151
+ #~ msgstr "Squirrly LIVE SEO-Assistent"
13152
+
13153
+ # @ squirrly-seo
13154
+ #, fuzzy
13155
+ #~| msgid "Google %sAnalytics ID%s`:"
13156
+ #~ msgid "Google Analytics Tracking"
13157
+ #~ msgstr "Google %sAnalytics ID%s`:"
13158
+
13159
+ # @ squirrly-seo
13160
+ #, fuzzy
13161
+ #~| msgid "Enter even more keywords."
13162
+ #~ msgid "Type in your keyword..."
13163
+ #~ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
13164
+
13165
+ # @ squirrly-seo
13166
+ #, fuzzy
13167
+ #~| msgid "Do the research"
13168
+ #~ msgid "Do keyword research!"
13169
+ #~ msgstr "Recherchieren"
13170
+
13171
+ # @ squirrly-seo
13172
+ #, fuzzy, php-format
13173
+ #~| msgid "Google %sAnalytics ID%s`:"
13174
+ #~ msgid "%sPlease connect to SquirrlyCloud first%s"
13175
+ #~ msgstr "Google %sAnalytics ID%s`:"
13176
+
13177
+ # @ squirrly-seo
13178
+ #, fuzzy
13179
+ #~| msgid "Squirrly settings"
13180
+ #~ msgid "Handled by Squirrly Genius."
13181
+ #~ msgstr "Squirrly Einstellungen"
13182
+
13183
+ # @ squirrly-seo
13184
+ #, fuzzy
13185
+ #~| msgid "Squirrly settings"
13186
+ #~ msgid "Show Advanced SEO"
13187
+ #~ msgstr "Squirrly Einstellungen"
13188
+
13189
+ # @ squirrly-seo
13190
+ #, fuzzy
13191
+ #~| msgid "Squirrly settings"
13192
+ #~ msgid "Rate us if you like Squirrly SEO"
13193
+ #~ msgstr "Squirrly Einstellungen"
13194
+
13195
+ # @ squirrly-seo
13196
+ #, fuzzy
13197
+ #~| msgid "Google %sAnalytics ID%s`:"
13198
+ #~ msgid "Synchronize Keywords with Google Search Console"
13199
+ #~ msgstr "Google %sAnalytics ID%s`:"
13200
+
13201
+ # @ squirrly-seo
13202
+ #, fuzzy
13203
+ #~| msgid "Tips: 2-4 keywords"
13204
+ #~ msgid "Import Keywords"
13205
+ #~ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
13206
+
13207
+ # @ squirrly-seo
13208
+ #, fuzzy
13209
+ #~| msgid "Enter even more keywords."
13210
+ #~ msgid "Restore Briefcase Keywords"
13211
+ #~ msgstr "Geben Sie noch mehrere Schlüsselwörter ein."
13212
+
13213
+ # @ squirrly-seo
13214
+ #, fuzzy
13215
+ #~| msgid "Could not send the email..."
13216
+ #~ msgid "You need to enter a keyword first"
13217
+ #~ msgstr "Konnte E-Mail nicht senden ..."
13218
+
13219
+ # @ squirrly-seo
13220
+ #, fuzzy
13221
+ #~| msgid "Tips: 2-4 keywords"
13222
+ #~ msgid "Already Have Keywords?"
13223
+ #~ msgstr "Tipp: Länge 2-4 Schlüsselwörter"
13224
+
13225
+ # @ squirrly-seo
13226
+ #, fuzzy
13227
+ #~| msgid "Google %sAnalytics ID%s`:"
13228
+ #~ msgid "Not recommended if you added your sitemap in Google Search Console."
13229
+ #~ msgstr "Google %sAnalytics ID%s`:"
13230
+
13231
+ # @ squirrly-seo
13232
+ #, fuzzy
13233
+ #~| msgid "Squirrly LIVE SEO assistant"
13234
+ #~ msgid "Squirrly SEO 2020 (Smart Strategy)"
13235
+ #~ msgstr "Squirrly LIVE SEO-Assistent"
13236
+
13237
+ # @ squirrly-seo
13238
+ #, fuzzy
13239
+ #~| msgid "Could not send the email..."
13240
+ #~ msgid "Could not save the data"
13241
+ #~ msgstr "Konnte E-Mail nicht senden ..."
13242
+
13243
+ # @ squirrly-seo
13244
+ #, fuzzy
13245
+ #~| msgid "Do the research"
13246
+ #~ msgid "Do Research"
13247
+ #~ msgstr "Recherchieren"
13248
+
13249
+ # @ squirrly-seo
13250
+ #, fuzzy
13251
+ #~| msgid "Squirrly LIVE SEO assistant"
13252
+ #~ msgid "Bulk SEO & SEO Snippet"
13253
+ #~ msgstr "Squirrly LIVE SEO-Assistent"
13254
+
13255
+ # @ squirrly-seo
13256
+ #, fuzzy
13257
+ #~| msgid "Do the research"
13258
+ #~ msgid "All Keyword Researches performed"
13259
+ #~ msgstr "Recherchieren"
13260
+
13261
+ # @ squirrly-seo
13262
+ #, fuzzy
13263
+ #~| msgid "Could not send the email..."
13264
+ #~ msgid "Could not verify the frontend"
13265
+ #~ msgstr "Konnte E-Mail nicht senden ..."
13266
+
13267
+ # @ squirrly-seo
13268
+ #, fuzzy
13269
+ #~| msgid "Turn off warnings!"
13270
+ #~ msgid "errors/warnings"
13271
+ #~ msgstr "Warnungen ausschalten!"
13272
+
13273
+ # @ squirrly-seo
13274
+ #~ msgid ""
13275
+ #~ "For Squirrly to work properly you have to use a higher version of Internet "
13276
+ #~ "Explorer. <br /> We recommend you to use Chrome or Mozilla."
13277
+ #~ msgstr ""
13278
+ #~ "Damit Squirrly ordnungsgemäß funktioniert, müssen Sie eine höhere Version "
13279
+ #~ "von Internet Explorer verwenden. <br /> Wir empfehlen, Chrome oder Mozilla."
13280
+
13281
+ # @ squirrly-seo
13282
+ #~ msgid "Exact search:"
13283
+ #~ msgstr "Exakte Suche:"
13284
+
13285
+ # @ squirrly-seo
13286
+ #~ msgid "For Squirrly to work, you have to have tinymce editor installed!"
13287
+ #~ msgstr "Damit Squirrly arbeitet, muss tinymce installiert sein!"
13288
+
13289
+ # @ squirrly-seo
13290
+ #~ msgid ":( I lost my squirrel. Please reload the page."
13291
+ #~ msgstr ":( Ich verlor meine Eichhörnchen. Laden Sie die Seite erneut."
13292
+
13293
+ # @ squirrly-seo
13294
+ #~ msgid "Switch to Visual editor!"
13295
+ #~ msgstr "Zum Visual Editor wechseln !"
13296
+
13297
+ # @ squirrly-seo
13298
+ #~ msgid "Go to:"
13299
+ #~ msgstr "Gehe zu:"
13300
+
13301
+ # @ squirrly-seo
13302
+ #~ msgid "Clear"
13303
+ #~ msgstr "Löschen"
13304
+
13305
+ # @ squirrly-seo
13306
+ #~ msgid "Let some keywords for the next time as well!"
13307
+ #~ msgstr "Lassen Sie ein paar Schlüsselwörter auch für das nächste Mal!"
13308
+
13309
+ # @ squirrly-seo
13310
+ #~ msgid "News"
13311
+ #~ msgstr "News"
13312
+
13313
+ # @ squirrly-seo
13314
+ #~ msgid "Notice: "
13315
+ #~ msgstr "Hinweis: "
13316
+
13317
+ # @ squirrly-seo
13318
+ #~ msgid "Note: "
13319
+ #~ msgstr "Notiz: "
13320
+
13321
+ # @ squirrly-seo
13322
+ #~ msgid "Let Squirrly optimize your SEO automatically (recommended)"
13323
+ #~ msgstr "Lassen Sie Squirrly Ihr SEO automatisch optimieren (empfohlen)"
13324
+
13325
+ # @ squirrly-seo
13326
+ #~ msgid ""
13327
+ #~ "It is highly recommended that you include the %postname% variable in the "
13328
+ #~ "permalink structure."
13329
+ #~ msgstr ""
13330
+ #~ "Es wird stark empfohlen, dass Sie die %postname% Variable in der Permalink-"
13331
+ #~ "Struktur einschließen."
13332
+
13333
+ # @ squirrly-seo
13334
+ #~ msgid "For Squirrly to work, you have to have tinymce installed!"
13335
+ #~ msgstr "Damit Squirrly arbeiten kann, müssen Sie tinymce installiert haben!"
13336
+
13337
+ # @ squirrly-seo
13338
+ #~ msgid "Message sent..."
13339
+ #~ msgstr "Nachricht gesendet ..."
13340
+
13341
+ # @ squirrly-seo
13342
+ #~ msgid "The system is acting Squirrly. I can not find the link to the server."
13343
+ #~ msgstr "Kann den Link auf den Server nicht finden."
13344
+
13345
+ # @ squirrly-seo
13346
+ #~ msgid ""
13347
+ #~ "With Squirrly SEO, your Wordpress will get Perfect SEO on each article you "
13348
+ #~ "write."
13349
+ #~ msgstr ""
13350
+ #~ "Mit Squirrly SEO wird jeder Ihrer Wordpress Artikel eine perfekte "
13351
+ #~ "Suchmaschinenoptimierung erhalten. "
13352
+
13353
+ # @ squirrly-seo
13354
+ #~ msgid ""
13355
+ #~ "delivered as a plugin for Wordpress. <br /><br />We connect your wordpress "
13356
+ #~ "with Squirrly, so that we can find the best SEO opportunities, give you "
13357
+ #~ "reports and analyse your competitors."
13358
+ #~ msgstr ""
13359
+ #~ "geliefert als Plugin für Wordpress. <br /> <br /> Wir verbinden Ihr "
13360
+ #~ "Wordpress mit Squirrly, so dass wir die besten SEO-Möglichkeiten finden, "
13361
+ #~ "erstatten Ihnen Bericht und analysieren Ihre Konkurrenz."
13362
+
13363
+ #~ msgid " API"
13364
+ #~ msgstr " API"
13365
+
13366
+ # @ squirrly-seo
13367
+ #~ msgid "API Key:"
13368
+ #~ msgstr "API Key:"
13369
+
13370
+ # @ squirrly-seo
13371
+ #~ msgid "Let Squirrly automatically optimize my blog"
13372
+ #~ msgstr "Lassen Sie Squirrly automatisch Ihren Blog optimieren"
13373
+
13374
+ # @ squirrly-seo
13375
+ #~ msgid ""
13376
+ #~ "adds the correct <strong>description</strong> and <strong>keywords</"
13377
+ #~ "strong> in all pages"
13378
+ #~ msgstr ""
13379
+ #~ "fügt die richtige <strong>Beschreibung</strong> und "
13380
+ #~ "<strong>Schlüsselwörter</strong> auf allen Seiten ein"
13381
+
13382
+ # @ squirrly-seo
13383
+ #~ msgid "adds the <strong>XML Sitemap</strong> for search engines"
13384
+ #~ msgstr "fügt die <strong>XML Sitemap</strong> für Suchmaschinen ein"
13385
+
13386
+ # @ squirrly-seo
13387
+ #~ msgid ""
13388
+ #~ "adds the required METAs for home page (<strong>icon, author, language, dc "
13389
+ #~ "publisher</strong>, etc.)"
13390
+ #~ msgstr ""
13391
+ #~ "fügt die erforderlichen METAs für die Startseite (<strong> icon, Autor, "
13392
+ #~ "Sprache, dc Verlag </strong>, etc.) ein"
13393
+
13394
+ # @ squirrly-seo
13395
+ #~ msgid ""
13396
+ #~ "adds the <strong>favicon</strong> and the <strong>icon for Apple devices</"
13397
+ #~ "strong>."
13398
+ #~ msgstr ""
13399
+ #~ "fügt das <strong>favicon</strong> und die <strong>icon für Apple-Geräte</"
13400
+ #~ "strong> ein."
13401
+
13402
+ # @ squirrly-seo
13403
+ #~ msgid "Let Squirrly warn me if there are errors related to SEO settings"
13404
+ #~ msgstr ""
13405
+ #~ "Squirrly warnen lassen, wenn es Fehler im Zusammenhang mit den SEO-"
13406
+ #~ "Einstellungen gibt"
13407
+
13408
+ # @ squirrly-seo
13409
+ #~ msgid ""
13410
+ #~ "Show <strong>\"Enter a keyword\"</strong> bubble when posting a new "
13411
+ #~ "article."
13412
+ #~ msgstr ""
13413
+ #~ "Zeige <strong>\"Enter a keyword\"</ strong> Bubble, bei einem neuen "
13414
+ #~ "Artikel."
13415
+
13416
+ #~ msgid ""
13417
+ #~ "Always show <strong>Keyword Informations</strong> about the selected "
13418
+ #~ "keyword."
13419
+ #~ msgstr ""
13420
+ #~ "Always show <strong>Keyword Informations</strong> about the selected "
13421
+ #~ "keyword."
13422
+
13423
+ # @ squirrly-seo
13424
+ #~ msgid "First page optimization (Title, Description, Keywords)"
13425
+ #~ msgstr " Optimierung der ersten Seite (Titel, Beschreibung, Schlüsselwörter)"
13426
+
13427
+ # @ squirrly-seo
13428
+ #~ msgid "Status:"
13429
+ #~ msgstr "Status:"
13430
+
13431
+ # @ squirrly-seo
13432
+ #~ msgid "Google Plus URL:"
13433
+ #~ msgstr "Google Plus URL:"
13434
+
13435
+ # @ squirrly-seo
13436
+ #~ msgid "Facebook META code (for %sInsights%s )`:"
13437
+ #~ msgstr "Facebook META Code (für %sInsights%s )`:"
languages/squirrly-seo-de_DE.mo CHANGED
Binary file
languages/squirrly-seo-de_DE.po ADDED
@@ -0,0 +1,14836 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Squirrly SEO Plugin\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-16 14:55+0300\n"
6
+ "PO-Revision-Date: 2022-05-16 14:55+0300\n"
7
+ "Last-Translator: Squirrly <contact@squirrly.co>\n"
8
+ "Language-Team: \n"
9
+ "Language: de_DE\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
16
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Generator: Poedit 3.0.1\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: classes/RemoteController.php:296
23
+ msgid "Too many API attempts, please slow down the request."
24
+ msgstr ""
25
+
26
+ #: classes/RemoteController.php:300
27
+ msgid ""
28
+ "Squirrly Cloud is down for a bit of maintenance right now. But we'll be back "
29
+ "in a minute."
30
+ msgstr ""
31
+
32
+ # @ squirrly-seo
33
+ #: classes/helpers/Sanitize.php:238
34
+ msgid "The code for Google Webmaster Tool is incorrect."
35
+ msgstr "Der Code für Google Webmaster Tool ist falsch."
36
+
37
+ # @ squirrly-seo
38
+ #: classes/helpers/Sanitize.php:266
39
+ msgid "The code for Google Analytics is incorrect."
40
+ msgstr "Der Code für Google Analytics ist falsch."
41
+
42
+ # @ squirrly-seo
43
+ #: classes/helpers/Sanitize.php:304
44
+ msgid "The code for Facebook is incorrect."
45
+ msgstr "Der Code für Facebook ist falsch."
46
+
47
+ # @ squirrly-seo
48
+ #: classes/helpers/Sanitize.php:331
49
+ #, fuzzy
50
+ #| msgid "The code for Bing is incorrect."
51
+ msgid "The code for Pinterest is incorrect."
52
+ msgstr "Der Code für Bing ist falsch."
53
+
54
+ # @ squirrly-seo
55
+ #: classes/helpers/Sanitize.php:357
56
+ msgid "The code for Bing is incorrect."
57
+ msgstr "Der Code für Bing ist falsch."
58
+
59
+ # @ squirrly-seo
60
+ #: classes/helpers/Sanitize.php:383
61
+ #, fuzzy
62
+ #| msgid "The code for Bing is incorrect."
63
+ msgid "The code for Baidu is incorrect."
64
+ msgstr "Der Code für Bing ist falsch."
65
+
66
+ # @ squirrly-seo
67
+ #: classes/helpers/Sanitize.php:409
68
+ #, fuzzy
69
+ #| msgid "The code for Bing is incorrect."
70
+ msgid "The code for Yandex is incorrect."
71
+ msgstr "Der Code für Bing ist falsch."
72
+
73
+ # @ squirrly-seo
74
+ #: classes/helpers/Sanitize.php:435
75
+ #, fuzzy
76
+ #| msgid "The code for Bing is incorrect."
77
+ msgid "The code for Alexa is incorrect."
78
+ msgstr "Der Code für Bing ist falsch."
79
+
80
+ # @ squirrly-seo
81
+ #: classes/helpers/Sanitize.php:571
82
+ #, fuzzy
83
+ #| msgid "The code for Facebook is incorrect."
84
+ msgid "The code for Facebook Pixel must only contain numbers."
85
+ msgstr "Der Code für Facebook ist falsch."
86
+
87
+ # @ squirrly-seo
88
+ #: classes/helpers/Sanitize.php:587
89
+ #, fuzzy
90
+ #| msgid "The code for Facebook is incorrect."
91
+ msgid "The code for Facebook App must only contain numbers."
92
+ msgstr "Der Code für Facebook ist falsch."
93
+
94
+ # @ squirrly-seo
95
+ #: classes/helpers/Tools.php:88
96
+ #, fuzzy
97
+ #| msgid "Save settings"
98
+ msgid "Getting started"
99
+ msgstr "Einstellungen speichern"
100
+
101
+ # @ squirrly-seo
102
+ #: classes/helpers/Tools.php:114
103
+ #, fuzzy
104
+ #| msgid "Competition:"
105
+ msgid "Documentation"
106
+ msgstr "Wettbewerb:"
107
+
108
+ #: classes/helpers/Tools.php:115
109
+ msgid "Leave a review"
110
+ msgstr ""
111
+
112
+ #: classes/helpers/Tools.php:554 classes/helpers/Tools.php:611
113
+ msgid "Category"
114
+ msgstr ""
115
+
116
+ #: classes/helpers/Tools.php:573 classes/helpers/Tools.php:630
117
+ msgid "Tag"
118
+ msgstr ""
119
+
120
+ #: classes/helpers/Tools.php:592
121
+ msgid "Format"
122
+ msgstr ""
123
+
124
+ #: classes/helpers/Tools.php:649
125
+ msgid "Shipping Option"
126
+ msgstr ""
127
+
128
+ #: classes/helpers/Tools.php:687
129
+ msgid "Author at"
130
+ msgstr ""
131
+
132
+ #: classes/helpers/Tools.php:725
133
+ msgid "Are you looking for"
134
+ msgstr ""
135
+
136
+ # @ squirrly-seo
137
+ #: classes/helpers/Tools.php:726
138
+ #, fuzzy
139
+ #| msgid "Send Question"
140
+ msgid "These are the results for"
141
+ msgstr "Senden Sie Ihre Frage"
142
+
143
+ # @ squirrly-seo
144
+ #: classes/helpers/Tools.php:726
145
+ #, fuzzy
146
+ #| msgid "Upload error: Could not upload the favicon."
147
+ msgid "that you can find on our website."
148
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
149
+
150
+ # @ squirrly-seo
151
+ #: classes/helpers/Tools.php:762
152
+ #, fuzzy
153
+ #| msgid "No results found!"
154
+ msgid "Page not found"
155
+ msgstr "Keine Ergebnisse gefunden!"
156
+
157
+ # @ squirrly-seo
158
+ #: classes/helpers/Tools.php:763
159
+ #, fuzzy
160
+ #| msgid "Upload error: Could not upload the favicon."
161
+ msgid "This page could not be found on our website."
162
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
163
+
164
+ #: classes/helpers/Tools.php:1167
165
+ msgid "For better text comparison you need to install PHP mbstring extension."
166
+ msgstr ""
167
+
168
+ #: config/config.php:32
169
+ msgid "Places a separator between the elements of the post description"
170
+ msgstr ""
171
+
172
+ #: config/config.php:33
173
+ msgid "Adds the title of the post/page/term once it’s published"
174
+ msgstr ""
175
+
176
+ #: config/config.php:34
177
+ msgid ""
178
+ "Will display an excerpt from the post/page/term (if not customized, the "
179
+ "excerpt will be auto-generated)"
180
+ msgstr ""
181
+
182
+ #: config/config.php:35
183
+ msgid "Will display an excerpt from the post/page (no auto-generation)"
184
+ msgstr ""
185
+
186
+ # @ squirrly-seo
187
+ #: config/config.php:36
188
+ #, fuzzy
189
+ #| msgid "Description:"
190
+ msgid "Adds the post's keyword to the post description"
191
+ msgstr "Beschreibung:"
192
+
193
+ #: config/config.php:37
194
+ msgid "Displays the number of the current page (i.e. 1 of 6)"
195
+ msgstr ""
196
+
197
+ # @ squirrly-seo
198
+ #: config/config.php:38
199
+ #, fuzzy
200
+ #| msgid "Description:"
201
+ msgid "Adds the site's name to the post description"
202
+ msgstr "Beschreibung:"
203
+
204
+ # @ squirrly-seo
205
+ #: config/config.php:39
206
+ #, fuzzy
207
+ #| msgid "Description:"
208
+ msgid "Adds the tagline/description of your site"
209
+ msgstr "Beschreibung:"
210
+
211
+ #: config/config.php:40
212
+ msgid "Adds the post category (several categories will be comma-separated)"
213
+ msgstr ""
214
+
215
+ #: config/config.php:41
216
+ msgid "Adds the primary category of the post/page"
217
+ msgstr ""
218
+
219
+ # @ squirrly-seo
220
+ #: config/config.php:42
221
+ #, fuzzy
222
+ #| msgid "Description:"
223
+ msgid "Adds the category description to the post description"
224
+ msgstr "Beschreibung:"
225
+
226
+ #: config/config.php:43
227
+ msgid "Adds the current tag(s) (several tags will be comma-separated)"
228
+ msgstr ""
229
+
230
+ # @ squirrly-seo
231
+ #: config/config.php:44
232
+ #, fuzzy
233
+ #| msgid "Description:"
234
+ msgid "Adds the tag description"
235
+ msgstr "Beschreibung:"
236
+
237
+ # @ squirrly-seo
238
+ #: config/config.php:45
239
+ #, fuzzy
240
+ #| msgid "Description:"
241
+ msgid "Adds the term name"
242
+ msgstr "Beschreibung:"
243
+
244
+ # @ squirrly-seo
245
+ #: config/config.php:46
246
+ #, fuzzy
247
+ #| msgid "Description:"
248
+ msgid "Adds the term description"
249
+ msgstr "Beschreibung:"
250
+
251
+ #: config/config.php:47
252
+ msgid "Displays the search phrase (if it appears in the post)"
253
+ msgstr ""
254
+
255
+ #: config/config.php:48
256
+ msgid "Replaces the publication date of a post/page with the modified one"
257
+ msgstr ""
258
+
259
+ #: config/config.php:49
260
+ msgid "Displays the author's nicename"
261
+ msgstr ""
262
+
263
+ #: config/config.php:50
264
+ msgid "Displays the post type singular label"
265
+ msgstr ""
266
+
267
+ #: config/config.php:51
268
+ msgid "Displays the post type plural label"
269
+ msgstr ""
270
+
271
+ #: config/config.php:52
272
+ msgid "Adds the author's biographical info to the post description"
273
+ msgstr ""
274
+
275
+ #: config/config.php:53
276
+ msgid "Displays the date of the post/page once it's published"
277
+ msgstr ""
278
+
279
+ #: config/config.php:54
280
+ msgid "Displays the current date"
281
+ msgstr ""
282
+
283
+ #: config/config.php:55
284
+ msgid "Adds the current day"
285
+ msgstr ""
286
+
287
+ # @ squirrly-seo
288
+ #: config/config.php:56
289
+ #, fuzzy
290
+ #| msgid "Description:"
291
+ msgid "Adds the current month"
292
+ msgstr "Beschreibung:"
293
+
294
+ #: config/config.php:57
295
+ msgid "Adds the current year"
296
+ msgstr ""
297
+
298
+ #: config/config.php:58
299
+ msgid "Adds the title of a page's parent page"
300
+ msgstr ""
301
+
302
+ #: config/config.php:59
303
+ msgid "Adds the product name from Woocommerce for the current product"
304
+ msgstr ""
305
+
306
+ #: config/config.php:60
307
+ msgid "Adds the product price from Woocommerce for the current product"
308
+ msgstr ""
309
+
310
+ #: config/config.php:61
311
+ msgid "Adds the product price with Tax from Woocommerce for the current product"
312
+ msgstr ""
313
+
314
+ #: config/config.php:62
315
+ msgid "Adds the product sale price from Woocommerce for the current product"
316
+ msgstr ""
317
+
318
+ #: config/config.php:63
319
+ msgid "Adds the product price currency from Woocommerce for the current product"
320
+ msgstr ""
321
+
322
+ #: config/config.php:64
323
+ msgid "Adds the product brand from Woocommerce for the current product"
324
+ msgstr ""
325
+
326
+ # @ squirrly-seo
327
+ #: controllers/Api.php:80
328
+ #, fuzzy
329
+ #| msgid ""
330
+ #| "Could not send your informations to squirrly. Please register %smanually%s."
331
+ msgid "Invalid Token. Please try again"
332
+ msgstr ""
333
+ "Konnte Ihre Informationen nicht zu Squirrly senden. Bitte registrieren "
334
+ "%smanually%s."
335
+
336
+ # @ squirrly-seo
337
+ #: controllers/Api.php:103
338
+ #, fuzzy
339
+ #| msgid ""
340
+ #| "Could not send your informations to squirrly. Please register %smanually%s."
341
+ msgid "Connection expired. Please try again"
342
+ msgstr ""
343
+ "Konnte Ihre Informationen nicht zu Squirrly senden. Bitte registrieren "
344
+ "%smanually%s."
345
+
346
+ # @ squirrly-seo
347
+ #: controllers/Api.php:116 controllers/Api.php:119 controllers/Api.php:122
348
+ #, fuzzy
349
+ #| msgid "No results found!"
350
+ msgid "Author not found"
351
+ msgstr "Keine Ergebnisse gefunden!"
352
+
353
+ # @ squirrly-seo
354
+ #: controllers/Api.php:157
355
+ #, fuzzy
356
+ #| msgid ""
357
+ #| "Could not send your informations to squirrly. Please register %smanually%s."
358
+ msgid "Connection expired. Please try again."
359
+ msgstr ""
360
+ "Konnte Ihre Informationen nicht zu Squirrly senden. Bitte registrieren "
361
+ "%smanually%s."
362
+
363
+ #: controllers/Api.php:167 controllers/Api.php:192
364
+ msgid "Wrong Params"
365
+ msgstr ""
366
+
367
+ # @ squirrly-seo
368
+ #: controllers/Assistant.php:74
369
+ #, fuzzy
370
+ #| msgid "Keywords:"
371
+ msgid "No keyword found."
372
+ msgstr "Schlüsselwörter:"
373
+
374
+ # @ squirrly-seo
375
+ #: controllers/Assistant.php:114 controllers/Assistant.php:141
376
+ #: controllers/Audits.php:395 controllers/Automation.php:78
377
+ #: controllers/Automation.php:118 controllers/Automation.php:151
378
+ #: controllers/Onboarding.php:205 controllers/Post.php:404
379
+ #: controllers/Ranking.php:156 controllers/SeoSettings.php:102
380
+ #: controllers/SeoSettings.php:157 controllers/SeoSettings.php:426
381
+ #, fuzzy
382
+ #| msgid "Keyword:"
383
+ msgid "Saved"
384
+ msgstr "Schlüsselwort:"
385
+
386
+ #: controllers/Assistant.php:120 controllers/Automation.php:84
387
+ #: controllers/Automation.php:131 controllers/BulkSeo.php:75
388
+ #: controllers/Patterns.php:124 controllers/Post.php:349
389
+ #: controllers/Post.php:382 controllers/Post.php:417
390
+ #: controllers/PostsList.php:272 controllers/Research.php:215
391
+ #: controllers/Research.php:222 controllers/Research.php:260
392
+ #: controllers/Research.php:282 controllers/Research.php:305
393
+ #: controllers/Research.php:335 controllers/Research.php:362
394
+ #: controllers/Research.php:386 controllers/Research.php:416
395
+ #: controllers/Research.php:445 controllers/Research.php:521
396
+ #: controllers/Research.php:550 controllers/Research.php:705
397
+ #: controllers/Research.php:729 controllers/Research.php:763
398
+ #: controllers/Research.php:789 controllers/SeoSettings.php:161
399
+ #: controllers/SeoSettings.php:415 controllers/SeoSettings.php:439
400
+ #: controllers/SeoSettings.php:452 controllers/SeoSettings.php:473
401
+ #: controllers/SeoSettings.php:492 controllers/Snippet.php:213
402
+ msgid "You do not have permission to perform this action"
403
+ msgstr ""
404
+
405
+ # @ squirrly-seo
406
+ #: controllers/Assistant.php:146
407
+ #, fuzzy
408
+ #| msgid "Could not send the email..."
409
+ msgid "Error: Could not save the data."
410
+ msgstr "Konnte E-Mail nicht senden ..."
411
+
412
+ #: controllers/Audits.php:158
413
+ msgid "The audit was not found. Please load another audit."
414
+ msgstr ""
415
+
416
+ # @ squirrly-seo
417
+ #: controllers/Audits.php:192
418
+ #, fuzzy
419
+ #| msgid "Could not send the email..."
420
+ msgid "Could not load the Audit Page."
421
+ msgstr "Konnte E-Mail nicht senden ..."
422
+
423
+ #: controllers/Audits.php:312
424
+ msgid "Audit page is added. The audit may take a while so please be patient."
425
+ msgstr ""
426
+
427
+ #: controllers/Audits.php:315
428
+ msgid "You reached the maximum number of audit pages for your account."
429
+ msgstr ""
430
+
431
+ # @ squirrly-seo
432
+ #: controllers/Audits.php:318
433
+ #, fuzzy
434
+ #| msgid "Upload error: Could not upload the favicon."
435
+ msgid "Error! Could not add the audit page."
436
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
437
+
438
+ # @ squirrly-seo
439
+ #: controllers/Audits.php:322
440
+ #, fuzzy
441
+ #| msgid "Upload error: Could not upload the favicon."
442
+ msgid "Error! Could not find the audit page in your website."
443
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
444
+
445
+ #: controllers/Audits.php:338 controllers/Audits.php:356
446
+ msgid "Audit page sent for recheck. It may take a while so please be patient."
447
+ msgstr ""
448
+
449
+ #: controllers/Audits.php:340
450
+ msgid "You've made too many requests, you can request one page audit per hour."
451
+ msgstr ""
452
+
453
+ # @ squirrly-seo
454
+ #: controllers/Audits.php:342 controllers/Audits.php:345
455
+ #, fuzzy
456
+ #| msgid "Upload error: Could not upload the favicon."
457
+ msgid "The page could not be sent for reaudit."
458
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
459
+
460
+ #: controllers/Audits.php:359 controllers/Audits.php:362
461
+ msgid "The audit for all pages can be made once an hour."
462
+ msgstr ""
463
+
464
+ #: controllers/Audits.php:372
465
+ msgid "The audit page is deleted."
466
+ msgstr ""
467
+
468
+ # @ squirrly-seo
469
+ #: controllers/Audits.php:374 controllers/FocusPages.php:446
470
+ #: controllers/Ranking.php:183 controllers/Ranking.php:201
471
+ #: controllers/Ranking.php:219 controllers/Research.php:251
472
+ #: controllers/Research.php:254 controllers/Research.php:277
473
+ #: controllers/Research.php:299 controllers/Research.php:357
474
+ #: controllers/Research.php:381 controllers/Research.php:541
475
+ #: controllers/Research.php:597 controllers/Research.php:672
476
+ #: controllers/Research.php:699 controllers/Research.php:724
477
+ #: controllers/Research.php:809
478
+ #, fuzzy
479
+ #| msgid "Keywords:"
480
+ msgid "Invalid params!"
481
+ msgstr "Schlüsselwörter:"
482
+
483
+ #: controllers/Audits.php:397
484
+ msgid "Not a valid email address."
485
+ msgstr ""
486
+
487
+ # @ squirrly-seo
488
+ #: controllers/Automation.php:125 controllers/Automation.php:159
489
+ #, fuzzy
490
+ #| msgid "Could not send the email..."
491
+ msgid "Could not add the post type."
492
+ msgstr "Konnte E-Mail nicht senden ..."
493
+
494
+ #: controllers/CheckSeo.php:300 controllers/CheckSeo.php:310
495
+ msgid "Done!"
496
+ msgstr ""
497
+
498
+ #: controllers/CheckSeo.php:327
499
+ msgid "Fixed!"
500
+ msgstr ""
501
+
502
+ #: controllers/CheckSeo.php:332
503
+ msgid "Could not fix it. You need to change it manually."
504
+ msgstr ""
505
+
506
+ #: controllers/CheckSeo.php:339
507
+ msgid "Saved! Task marked as done."
508
+ msgstr ""
509
+
510
+ # @ squirrly-seo
511
+ #: controllers/CheckSeo.php:345 controllers/Patterns.php:27
512
+ #: controllers/Post.php:635 controllers/Research.php:324
513
+ #: controllers/Research.php:355 controllers/Research.php:409
514
+ #: controllers/Research.php:539 controllers/Research.php:755
515
+ #: view/Blocks/Snippet.php:1300
516
+ #, fuzzy
517
+ #| msgid "Keyword:"
518
+ msgid "Saved!"
519
+ msgstr "Schlüsselwort:"
520
+
521
+ #: controllers/FocusPages.php:176
522
+ msgid "Focus Page does not exist or was deleted from your website."
523
+ msgstr ""
524
+
525
+ #: controllers/FocusPages.php:377
526
+ msgid "Focus page is added. The audit may take a while so please be patient."
527
+ msgstr ""
528
+
529
+ #: controllers/FocusPages.php:384
530
+ msgid "You reached the maximum number of focus pages for all your websites."
531
+ msgstr ""
532
+
533
+ # @ squirrly-seo
534
+ #: controllers/FocusPages.php:387
535
+ #, fuzzy
536
+ #| msgid "Upload error: Could not upload the favicon."
537
+ msgid "Error! Could not add the focus page."
538
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
539
+
540
+ # @ squirrly-seo
541
+ #: controllers/FocusPages.php:390
542
+ #, fuzzy
543
+ #| msgid "Upload error: Could not upload the favicon."
544
+ msgid "Error! This focus page is not public."
545
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
546
+
547
+ # @ squirrly-seo
548
+ #: controllers/FocusPages.php:394 controllers/FocusPages.php:433
549
+ #, fuzzy, php-format
550
+ #| msgid "Upload error: Could not upload the favicon."
551
+ msgid "Error! Could not find the focus page %d in your website."
552
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
553
+
554
+ #: controllers/FocusPages.php:421
555
+ msgid "Focus page sent for recheck. It may take a while so please be patient."
556
+ msgstr ""
557
+
558
+ #: controllers/FocusPages.php:424 controllers/FocusPages.php:428
559
+ msgid "You've made too many requests, please wait a few minutes."
560
+ msgstr ""
561
+
562
+ #: controllers/FocusPages.php:444
563
+ msgid "The focus page is deleted"
564
+ msgstr ""
565
+
566
+ #: controllers/Menu.php:96
567
+ #, php-format
568
+ msgid ""
569
+ "An error occurred during activation. If this error persists, please contact "
570
+ "us at: %s"
571
+ msgstr ""
572
+
573
+ #: controllers/Menu.php:133
574
+ msgid "Dashboard"
575
+ msgstr ""
576
+
577
+ # @ squirrly-seo
578
+ #: controllers/Menu.php:247 models/CheckSeo.php:194 models/CheckSeo.php:558
579
+ #: models/CheckSeo.php:572 models/CheckSeo.php:586 models/CheckSeo.php:600
580
+ #: models/CheckSeo.php:642
581
+ #, fuzzy
582
+ #| msgid "Squirrly LIVE SEO assistant"
583
+ msgid "SEO Snippet"
584
+ msgstr "Squirrly LIVE SEO-Assistent"
585
+
586
+ #: controllers/Menu.php:258 controllers/Snippet.php:180
587
+ msgid "Custom SEO"
588
+ msgstr ""
589
+
590
+ # @ squirrly-seo
591
+ #: controllers/Menu.php:284
592
+ #, fuzzy
593
+ #| msgid "Squirrly settings"
594
+ msgid "Squirrly SEO"
595
+ msgstr "Squirrly Einstellungen"
596
+
597
+ # @ squirrly-seo
598
+ #: controllers/Onboarding.php:91 view/Onboarding/Step1.php:22
599
+ #, fuzzy
600
+ #| msgid "Squirrly LIVE SEO assistant"
601
+ msgid "SEO Expert Mode"
602
+ msgstr "Squirrly LIVE SEO-Assistent"
603
+
604
+ # @ squirrly-seo
605
+ #: controllers/Onboarding.php:94 models/CheckSeo.php:530
606
+ #: view/Blocks/Snippet.php:446 view/Onboarding/Step2.php:370
607
+ #, fuzzy
608
+ #| msgid "automatically"
609
+ msgid "SEO Automation"
610
+ msgstr "automatisch"
611
+
612
+ # @ squirrly-seo
613
+ #: controllers/Onboarding.php:97
614
+ #, fuzzy
615
+ #| msgid "+ Add keyword"
616
+ msgid "Add a Page"
617
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
618
+
619
+ #: controllers/Onboarding.php:100
620
+ msgid "Complete SEO Info"
621
+ msgstr ""
622
+
623
+ # @ squirrly-seo
624
+ #: controllers/Onboarding.php:103
625
+ #, fuzzy
626
+ #| msgid "Twitter"
627
+ msgid "Your Site’s Topic"
628
+ msgstr "Twitter"
629
+
630
+ # @ squirrly-seo
631
+ #: controllers/Onboarding.php:106
632
+ #, fuzzy
633
+ #| msgid "Read it!"
634
+ msgid "Ready!"
635
+ msgstr "Lesen!"
636
+
637
+ #: controllers/Overview.php:75
638
+ #, php-format
639
+ msgid ""
640
+ "%s, why don't you start a two weeks journey for better rankings? %sStart "
641
+ "driving your most valuable pages to Better Rankings today with your current "
642
+ "plan.%s"
643
+ msgstr ""
644
+
645
+ #: controllers/Overview.php:99
646
+ #, php-format
647
+ msgid ""
648
+ "Detected %s: We encourage you to %sImport the Settings and SEO%s from %s and "
649
+ "deactivate %s to increase the page loading speed for better Google ranking."
650
+ msgstr ""
651
+
652
+ #: controllers/Patterns.php:28
653
+ msgid "Saved! This is how the preview looks like"
654
+ msgstr ""
655
+
656
+ #: controllers/Post.php:407 controllers/Post.php:431
657
+ msgid "Can't get the post URL"
658
+ msgstr ""
659
+
660
+ #: controllers/Post.php:436
661
+ msgid "Invalid request"
662
+ msgstr ""
663
+
664
+ # @ squirrly-seo
665
+ #: controllers/Post.php:632
666
+ msgid "Keyword:"
667
+ msgstr "Schlüsselwort:"
668
+
669
+ # @ squirrly-seo
670
+ #: controllers/Post.php:633
671
+ msgid "date"
672
+ msgstr "Datum"
673
+
674
+ #: controllers/Post.php:634
675
+ msgid ""
676
+ "To load the Live Assistant and optimize this page, click to connect to "
677
+ "Squirrly Cloud."
678
+ msgstr ""
679
+
680
+ # @ squirrly-seo
681
+ #: controllers/Post.php:636
682
+ msgid "Read it!"
683
+ msgstr "Lesen!"
684
+
685
+ # @ squirrly-seo
686
+ #: controllers/Post.php:637
687
+ msgid "Insert it!"
688
+ msgstr "Einfügen!"
689
+
690
+ # @ squirrly-seo
691
+ #: controllers/Post.php:638
692
+ msgid "Reference"
693
+ msgstr "Referenz"
694
+
695
+ # @ squirrly-seo
696
+ #: controllers/Post.php:639
697
+ msgid "Insert as box"
698
+ msgstr "Als Box einfügen"
699
+
700
+ # @ squirrly-seo
701
+ #: controllers/Post.php:640
702
+ #, fuzzy
703
+ #| msgid "Insert it!"
704
+ msgid "Insert Link"
705
+ msgstr "Einfügen!"
706
+
707
+ # @ squirrly-seo
708
+ #: controllers/Post.php:641
709
+ msgid "Not relevant?"
710
+ msgstr "Nicht relevant?"
711
+
712
+ # @ squirrly-seo
713
+ #: controllers/Post.php:642
714
+ msgid "Insert in your article"
715
+ msgstr "In Artikel einfügen"
716
+
717
+ # @ squirrly-seo
718
+ #: controllers/Post.php:643
719
+ #, fuzzy
720
+ #| msgid "An error occured while logging in!"
721
+ msgid ":( An error occurred while processing your request. Please try again"
722
+ msgstr "Bei der Anmeldung ist ein Fehler aufgetreten!"
723
+
724
+ # @ squirrly-seo
725
+ #: controllers/Post.php:644
726
+ msgid "No results found!"
727
+ msgstr "Keine Ergebnisse gefunden!"
728
+
729
+ #: controllers/Post.php:645
730
+ #, php-format
731
+ msgid "[ ATTRIBUTE: Please check: %s to find out how to attribute this image ]"
732
+ msgstr ""
733
+
734
+ #: controllers/Post.php:646
735
+ msgid "Has creative commons attributes"
736
+ msgstr ""
737
+
738
+ # @ squirrly-seo
739
+ #: controllers/Post.php:647
740
+ #, fuzzy
741
+ #| msgid "Description:"
742
+ msgid "No known copyright restrictions"
743
+ msgstr "Beschreibung:"
744
+
745
+ #: controllers/Post.php:648
746
+ msgid ""
747
+ "You haven`t used Squirrly SEO to optimize your article. Do you want to "
748
+ "optimize for a keyword before publishing?"
749
+ msgstr ""
750
+ "You haven`t used Squirrly SEO to optimize your article. Do you want to "
751
+ "optimize for a keyword before publishing?"
752
+
753
+ #: controllers/Post.php:649
754
+ msgid "Your Subscription has Expired"
755
+ msgstr ""
756
+
757
+ # @ squirrly-seo
758
+ #: controllers/Post.php:650
759
+ #, fuzzy
760
+ #| msgid "Do a research"
761
+ msgid "There are no keywords saved in briefcase yet"
762
+ msgstr "Recherchieren"
763
+
764
+ #: controllers/Post.php:651
765
+ #, php-format
766
+ msgid "Congratulations! Your article is 100% optimized!"
767
+ msgstr ""
768
+
769
+ #: controllers/Post.php:652
770
+ #, php-format
771
+ msgid "appears too many times. Try to remove %s of them"
772
+ msgstr ""
773
+
774
+ # @ squirrly-seo
775
+ #: controllers/Post.php:653
776
+ #, fuzzy, php-format
777
+ #| msgid "Squirrly Keyword Research"
778
+ msgid "write %s more words"
779
+ msgstr "Squirrly Erweiterte Suche!"
780
+
781
+ # @ squirrly-seo
782
+ #: controllers/Post.php:654
783
+ #, fuzzy, php-format
784
+ #| msgid "Insert in your article"
785
+ msgid "Add the keyword in the %s of your article"
786
+ msgstr "In Artikel einfügen"
787
+
788
+ #: controllers/Post.php:655
789
+ msgid "Click to keep the highlight on"
790
+ msgstr ""
791
+
792
+ #: controllers/Post.php:656
793
+ msgid "introduction"
794
+ msgstr ""
795
+
796
+ # @ squirrly-seo
797
+ #: controllers/Post.php:657
798
+ #, fuzzy, php-format
799
+ #| msgid "Use more words in one keyword"
800
+ msgid "Write more words after the %s keyword"
801
+ msgstr "Verwenden Sie mehrere Wörter in einem Schlüsselwort"
802
+
803
+ #: controllers/Post.php:658
804
+ msgid "or use synonyms"
805
+ msgstr ""
806
+
807
+ # @ squirrly-seo
808
+ #: controllers/Post.php:659
809
+ #, fuzzy, php-format
810
+ #| msgid "+ Add keyword"
811
+ msgid "add %s more word(s)"
812
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
813
+
814
+ # @ squirrly-seo
815
+ #: controllers/Post.php:660
816
+ #, fuzzy, php-format
817
+ #| msgid "+ Add keyword"
818
+ msgid "or remove %s word(s)"
819
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
820
+
821
+ #: controllers/Post.php:661
822
+ #, php-format
823
+ msgid "add the selected keyword %s more time(s) "
824
+ msgstr ""
825
+
826
+ # @ squirrly-seo
827
+ #: controllers/Post.php:662
828
+ #, fuzzy, php-format
829
+ #| msgid "Squirrly Keyword Research"
830
+ msgid "write %s more words to start calculating"
831
+ msgstr "Squirrly Erweiterte Suche!"
832
+
833
+ # @ squirrly-seo
834
+ #: controllers/Post.php:663
835
+ #, fuzzy
836
+ #| msgid "+ Add keyword"
837
+ msgid "Add to Briefcase"
838
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
839
+
840
+ # @ squirrly-seo
841
+ #: controllers/Post.php:664
842
+ #, fuzzy
843
+ #| msgid "+ Add keyword"
844
+ msgid "Add Keyword to Briefcase"
845
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
846
+
847
+ # @ squirrly-seo
848
+ #: controllers/Post.php:665
849
+ #, fuzzy
850
+ #| msgid "Images"
851
+ msgid "Select"
852
+ msgstr "Bilder"
853
+
854
+ # @ squirrly-seo
855
+ #: controllers/Post.php:666 view/Blocks/Snippet.php:133
856
+ #: view/Blocks/Snippet.php:657 view/Blocks/Snippet.php:920
857
+ #, fuzzy
858
+ #| msgid "automatically"
859
+ msgid "Auto Draft"
860
+ msgstr "automatisch"
861
+
862
+ # @ squirrly-seo
863
+ #: controllers/Post.php:667
864
+ #, fuzzy
865
+ #| msgid "Enter a keyword above!"
866
+ msgid "Enter keyword above and press ENTER"
867
+ msgstr "Geben Sie oben ein Schlüsselwort ein!"
868
+
869
+ # @ squirrly-seo
870
+ #: controllers/Post.php:668
871
+ #, fuzzy
872
+ #| msgid "+ Add keyword"
873
+ msgid "Add Keywords from Briefcase"
874
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
875
+
876
+ #: controllers/Post.php:669
877
+ msgid ""
878
+ "Live Assistant was used to optimize this page with the Page Builder. Please "
879
+ "go back and resume your optimization work there."
880
+ msgstr ""
881
+
882
+ #: controllers/PostsList.php:112 models/PostsList.php:23
883
+ #, fuzzy
884
+ #| msgid "Optimize for Keyword"
885
+ msgid "Optimized"
886
+ msgstr "Schlüsselwort optimieren"
887
+
888
+ # @ squirrly-seo
889
+ #: controllers/PostsList.php:168
890
+ #, fuzzy
891
+ #| msgid "Squirrly LIVE SEO assistant"
892
+ msgid "SQ Snippet"
893
+ msgstr "Squirrly LIVE SEO-Assistent"
894
+
895
+ #: controllers/PostsList.php:290
896
+ msgid "Network Error. Please Refresh."
897
+ msgstr ""
898
+
899
+ #: controllers/PostsList.php:294
900
+ #, php-format
901
+ msgid "Maintenance. %sWe'll be back in a minute."
902
+ msgstr ""
903
+
904
+ #: controllers/PostsList.php:325
905
+ msgid "Not Public"
906
+ msgstr ""
907
+
908
+ # @ squirrly-seo
909
+ #: controllers/PostsList.php:326
910
+ #, fuzzy
911
+ #| msgid "Could not send the email..."
912
+ msgid "Could not process"
913
+ msgstr "Konnte E-Mail nicht senden ..."
914
+
915
+ #: controllers/PostsList.php:327
916
+ msgid "The Squirrly subscription has expired!"
917
+ msgstr ""
918
+
919
+ # @ squirrly-seo
920
+ #: controllers/Ranking.php:93
921
+ #, fuzzy
922
+ #| msgid "Could not send the email..."
923
+ msgid "Could not load the Rankings."
924
+ msgstr "Konnte E-Mail nicht senden ..."
925
+
926
+ # @ squirrly-seo
927
+ #: controllers/Ranking.php:110
928
+ #, fuzzy
929
+ #| msgid "Could not send the email..."
930
+ msgid "Could not load data."
931
+ msgstr "Konnte E-Mail nicht senden ..."
932
+
933
+ #: controllers/Ranking.php:165
934
+ #, php-format
935
+ msgid "Could not refresh the rank. Please check your SERP credits %shere%s"
936
+ msgstr ""
937
+
938
+ #: controllers/Ranking.php:167
939
+ #, php-format
940
+ msgid "%s is queued and the rank will be checked soon."
941
+ msgstr ""
942
+
943
+ #: controllers/Ranking.php:178
944
+ msgid "The keyword is deleted."
945
+ msgstr ""
946
+
947
+ # @ squirrly-seo
948
+ #: controllers/Ranking.php:180
949
+ #, fuzzy
950
+ #| msgid "Could not send the email..."
951
+ msgid "Could not delete the keyword!"
952
+ msgstr "Konnte E-Mail nicht senden ..."
953
+
954
+ # @ squirrly-seo
955
+ #: controllers/Ranking.php:199 controllers/Research.php:275
956
+ #: controllers/Research.php:297 controllers/Research.php:379
957
+ #: controllers/Research.php:722 controllers/Research.php:807
958
+ #, fuzzy
959
+ #| msgid "Keyword:"
960
+ msgid "Deleted!"
961
+ msgstr "Schlüsselwort:"
962
+
963
+ #: controllers/Ranking.php:216
964
+ msgid "Sent!"
965
+ msgstr ""
966
+
967
+ # @ squirrly-seo
968
+ #: controllers/Research.php:123
969
+ #, fuzzy, php-format
970
+ #| msgid "Do a research"
971
+ msgid "No keyword found. %s Show all %s keywords from Briefcase."
972
+ msgstr "Recherchieren"
973
+
974
+ #: controllers/Research.php:191
975
+ msgid "very few"
976
+ msgstr ""
977
+
978
+ #: controllers/Research.php:191
979
+ msgid "few"
980
+ msgstr ""
981
+
982
+ #: controllers/Research.php:191
983
+ msgid "some"
984
+ msgstr ""
985
+
986
+ #: controllers/Research.php:191
987
+ msgid "many"
988
+ msgstr ""
989
+
990
+ #: controllers/Research.php:192
991
+ msgid "very low ranking chance"
992
+ msgstr ""
993
+
994
+ # @ squirrly-seo
995
+ #: controllers/Research.php:192
996
+ #, fuzzy
997
+ #| msgid "No results found!"
998
+ msgid "low ranking chance"
999
+ msgstr "Keine Ergebnisse gefunden!"
1000
+
1001
+ #: controllers/Research.php:192
1002
+ msgid "modest ranking chance"
1003
+ msgstr ""
1004
+
1005
+ #: controllers/Research.php:192
1006
+ msgid "decent ranking chance"
1007
+ msgstr ""
1008
+
1009
+ #: controllers/Research.php:192
1010
+ msgid "high ranking chance"
1011
+ msgstr ""
1012
+
1013
+ #: controllers/Research.php:192
1014
+ msgid "very high ranking chance"
1015
+ msgstr ""
1016
+
1017
+ #: controllers/Research.php:241
1018
+ msgid "Keyword Saved. The rank check will be ready in a minute."
1019
+ msgstr ""
1020
+
1021
+ # @ squirrly-seo
1022
+ #: controllers/Research.php:243 controllers/Research.php:247
1023
+ #, fuzzy
1024
+ #| msgid "Keyword:"
1025
+ msgid "Keyword Saved!"
1026
+ msgstr "Schlüsselwort:"
1027
+
1028
+ # @ squirrly-seo
1029
+ #: controllers/Research.php:330
1030
+ #, fuzzy
1031
+ #| msgid "Keywords:"
1032
+ msgid "Invalid Label or Color!"
1033
+ msgstr "Schlüsselwörter:"
1034
+
1035
+ # @ squirrly-seo
1036
+ #: controllers/Research.php:411 controllers/Research.php:757
1037
+ #: controllers/Research.php:783
1038
+ #, fuzzy
1039
+ #| msgid "Keywords:"
1040
+ msgid "Invalid Keyword!"
1041
+ msgstr "Schlüsselwörter:"
1042
+
1043
+ # @ squirrly-seo
1044
+ #: controllers/Research.php:438
1045
+ #, fuzzy
1046
+ #| msgid "Do a research"
1047
+ msgid "No keywords in Briefcase to backup"
1048
+ msgstr "Recherchieren"
1049
+
1050
+ #: controllers/Research.php:474 controllers/Research.php:488
1051
+ #: controllers/Research.php:510 controllers/Research.php:513
1052
+ #: controllers/SeoSettings.php:210 controllers/SeoSettings.php:213
1053
+ #: controllers/SeoSettings.php:258 controllers/SeoSettings.php:261
1054
+ msgid "Error! The backup is not valid."
1055
+ msgstr ""
1056
+
1057
+ #: controllers/Research.php:508 controllers/SeoSettings.php:208
1058
+ msgid "Great! The backup is restored."
1059
+ msgstr ""
1060
+
1061
+ #: controllers/Research.php:516 controllers/SeoSettings.php:216
1062
+ #: controllers/SeoSettings.php:264
1063
+ msgid "Error! You have to enter a previously saved backup file."
1064
+ msgstr ""
1065
+
1066
+ # @ squirrly-seo
1067
+ #: controllers/Research.php:565
1068
+ #, fuzzy
1069
+ #| msgid ""
1070
+ #| "Could not send your informations to squirrly. Please register %smanually%s."
1071
+ msgid "Could not add the keyword to SERP Check. Please try again."
1072
+ msgstr ""
1073
+ "Konnte Ihre Informationen nicht zu Squirrly senden. Bitte registrieren "
1074
+ "%smanually%s."
1075
+
1076
+ #: controllers/Research.php:567
1077
+ msgid "The keyword is added to SERP Check."
1078
+ msgstr ""
1079
+
1080
+ #: controllers/Research.php:570
1081
+ msgid "Invalid parameters."
1082
+ msgstr ""
1083
+
1084
+ # @ squirrly-seo
1085
+ #: controllers/Research.php:666
1086
+ #, fuzzy
1087
+ #| msgid "Squirrly Keyword Research"
1088
+ msgid "Keyword Research limit exceeded"
1089
+ msgstr "Squirrly Erweiterte Suche!"
1090
+
1091
+ #: controllers/Research.php:781
1092
+ msgid "The keywords are added to SERP Check!"
1093
+ msgstr ""
1094
+
1095
+ # @ squirrly-seo
1096
+ #: controllers/SeoSettings.php:116
1097
+ #, fuzzy
1098
+ #| msgid "The code for Google Analytics is incorrect."
1099
+ msgid "Google Analytics account is disconnected."
1100
+ msgstr "Der Code für Google Analytics ist falsch."
1101
+
1102
+ # @ squirrly-seo
1103
+ #: controllers/SeoSettings.php:118 controllers/SeoSettings.php:132
1104
+ #, fuzzy
1105
+ #| msgid "Delete error: Could not delete the old favicon."
1106
+ msgid "Error! Could not disconnect the account."
1107
+ msgstr "Lösch Fehler: Konnte das alte Favicon nicht löschen."
1108
+
1109
+ # @ squirrly-seo
1110
+ #: controllers/SeoSettings.php:130
1111
+ #, fuzzy
1112
+ #| msgid "The code for Google Analytics is incorrect."
1113
+ msgid "Google Search Console account is disconnected."
1114
+ msgstr "Der Code für Google Analytics ist falsch."
1115
+
1116
+ #: controllers/SeoSettings.php:255
1117
+ msgid "Great! The SEO backup is restored."
1118
+ msgstr ""
1119
+
1120
+ #: controllers/SeoSettings.php:295 controllers/SeoSettings.php:351
1121
+ #, php-format
1122
+ msgid ""
1123
+ "Success! The import from %s was completed successfully and your SEO is safe!"
1124
+ msgstr ""
1125
+
1126
+ # @ squirrly-seo
1127
+ #: controllers/SeoSettings.php:297
1128
+ #, fuzzy
1129
+ #| msgid "An error occured while logging in!"
1130
+ msgid "Error! An error occured while import. Please try again."
1131
+ msgstr "Bei der Anmeldung ist ein Fehler aufgetreten!"
1132
+
1133
+ #: controllers/SeoSettings.php:309
1134
+ msgid "All the Plugin settings were imported successfuly!"
1135
+ msgstr ""
1136
+
1137
+ #: controllers/SeoSettings.php:311
1138
+ msgid "No settings found for this plugin/theme."
1139
+ msgstr ""
1140
+
1141
+ #: controllers/SeoSettings.php:373
1142
+ msgid "Rollback to Previous Version"
1143
+ msgstr ""
1144
+
1145
+ #: controllers/SeoSettings.php:397 view/SeoSettings/Backup.php:298
1146
+ msgid "Reinstall Current Version"
1147
+ msgstr ""
1148
+
1149
+ # @ squirrly-seo
1150
+ #: controllers/SeoSettings.php:428
1151
+ #, fuzzy
1152
+ #| msgid "Could not send the email..."
1153
+ msgid "Could not save the changes"
1154
+ msgstr "Konnte E-Mail nicht senden ..."
1155
+
1156
+ #: controllers/SeoSettings.php:463
1157
+ msgid ""
1158
+ "Error! Could not get the code. Connect to Google Search Console and validate "
1159
+ "the connection."
1160
+ msgstr ""
1161
+
1162
+ #: controllers/SeoSettings.php:483
1163
+ msgid ""
1164
+ "Error! Could not get the tracking code. Connect to Google Analytics and get "
1165
+ "the website tracking code from Admin area."
1166
+ msgstr ""
1167
+
1168
+ # @ squirrly-seo
1169
+ #: controllers/Snippet.php:117
1170
+ #, fuzzy
1171
+ #| msgid "Squirrly LIVE SEO assistant"
1172
+ msgid "Squirrly SEO Snippet"
1173
+ msgstr "Squirrly LIVE SEO-Assistent"
1174
+
1175
+ #: controllers/Snippet.php:232
1176
+ #, php-format
1177
+ msgid ""
1178
+ "Could not save the snippet. Please check the database table %s integrity."
1179
+ msgstr ""
1180
+
1181
+ # @ squirrly-seo
1182
+ #: core/BlockSupport.php:34
1183
+ #, fuzzy
1184
+ #| msgid "Thank you for your feedback"
1185
+ msgid "Thank you for your feedback."
1186
+ msgstr "Vielen Dank für Ihre Feedback"
1187
+
1188
+ # @ squirrly-seo
1189
+ #: core/BlockSupport.php:38
1190
+ msgid "No message."
1191
+ msgstr "Keine Nachricht."
1192
+
1193
+ # @ squirrly-seo
1194
+ #: core/Blocklogin.php:61
1195
+ #, fuzzy, php-format
1196
+ #| msgid ""
1197
+ #| "We found your email, so it means you already have a Squirrly.co account. "
1198
+ #| "Please login with your Squirrly Email. If you forgot your password click "
1199
+ #| "%shere%s"
1200
+ msgid ""
1201
+ "We found your email, so it means you already have a Squirrly.co account. "
1202
+ "%sClick %sI already have an account%s and login. If you forgot your password, "
1203
+ "click %shere%s"
1204
+ msgstr ""
1205
+ "Ihre E-Mail Adresse ist bereits bei Squirrly.co registriert. Bitte loggen Sie "
1206
+ "sich mit Ihrer Squirrly-ID ein. Falls Sie Ihr Passwort vergessen haben, "
1207
+ "klicken Sie %shier%s"
1208
+
1209
+ #: core/Blocklogin.php:64
1210
+ msgid "Your email is not valid. Please enter a valid email."
1211
+ msgstr ""
1212
+
1213
+ #: core/Blocklogin.php:68
1214
+ msgid "We could not create your account. Please enter a valid email."
1215
+ msgstr ""
1216
+
1217
+ #: core/Blocklogin.php:85 core/Blocklogin.php:138
1218
+ #, php-format
1219
+ msgid ""
1220
+ "Error: Couldn't connect to host :( . Please contact your site's webhost (or "
1221
+ "webmaster) and request them to add %s to their IP whitelist."
1222
+ msgstr ""
1223
+
1224
+ #: core/Blocklogin.php:88
1225
+ msgid "Your email is not set. Please enter a valid email."
1226
+ msgstr ""
1227
+
1228
+ # @ squirrly-seo
1229
+ #: core/Blocklogin.php:111
1230
+ msgid "Wrong email or password!"
1231
+ msgstr "Benutzername oder Passwort falsch!"
1232
+
1233
+ # @ squirrly-seo
1234
+ #: core/Blocklogin.php:114
1235
+ #, fuzzy
1236
+ #| msgid "You can use this account only for the URL you registered first!"
1237
+ msgid "You can only use this account for the URL you registered first!"
1238
+ msgstr ""
1239
+ "Dieses Konto können Sie nur für die URL benutzen, die Sie zuerst registriert "
1240
+ "haben!"
1241
+
1242
+ #: core/Blocklogin.php:117
1243
+ msgid "You disconnected your website from"
1244
+ msgstr ""
1245
+
1246
+ # @ squirrly-seo
1247
+ #: core/Blocklogin.php:121
1248
+ #, fuzzy
1249
+ #| msgid "An error occured."
1250
+ msgid "An error occured."
1251
+ msgstr "Ein Fehler ist aufgetreten."
1252
+
1253
+ # @ squirrly-seo
1254
+ #: core/Blocklogin.php:142
1255
+ msgid "Both fields are required."
1256
+ msgstr "Beide Felder sind Pflichtfelder."
1257
+
1258
+ #: models/Assistant.php:49
1259
+ msgid "Mastery Level Achieved"
1260
+ msgstr ""
1261
+
1262
+ # @ squirrly-seo
1263
+ #: models/Assistant.php:71
1264
+ #, fuzzy
1265
+ #| msgid "Your E-mail:"
1266
+ msgid "Task Details"
1267
+ msgstr "Ihre E-Mail Adresse:"
1268
+
1269
+ # @ squirrly-seo
1270
+ #: models/Assistant.php:77
1271
+ #, fuzzy
1272
+ #| msgid "Keywords:"
1273
+ msgid "active task"
1274
+ msgstr "Schlüsselwörter:"
1275
+
1276
+ # @ squirrly-seo
1277
+ #: models/Assistant.php:110
1278
+ #, fuzzy
1279
+ #| msgid "Enter a keyword"
1280
+ msgid "Change Main Keyword"
1281
+ msgstr "Ein Schlüsselwort eingeben"
1282
+
1283
+ # @ squirrly-seo
1284
+ #: models/Assistant.php:115
1285
+ #, fuzzy
1286
+ #| msgid "Keyword:"
1287
+ msgid "Main Keyword"
1288
+ msgstr "Schlüsselwort:"
1289
+
1290
+ #: models/Assistant.php:118
1291
+ msgid "Note! You need to request a new Focus Pages audit to update the report!"
1292
+ msgstr ""
1293
+
1294
+ # @ squirrly-seo
1295
+ #: models/Assistant.php:121
1296
+ #, fuzzy
1297
+ #| msgid "Keyword:"
1298
+ msgid "Save Main Keyword"
1299
+ msgstr "Schlüsselwort:"
1300
+
1301
+ # @ squirrly-seo
1302
+ #: models/Assistant.php:144 view/Blocks/Jorney.php:68
1303
+ #, fuzzy
1304
+ #| msgid "Squirrly Keyword Research"
1305
+ msgid "Do Keyword Research"
1306
+ msgstr "Squirrly Erweiterte Suche!"
1307
+
1308
+ #: models/Assistant.php:145
1309
+ #, php-format
1310
+ msgid ""
1311
+ "Use Research - Find Keywords to perform your very first keyword research for "
1312
+ "this website using Squirrly SEO. %s It will guide through the 3 important "
1313
+ "steps of performing a research. %s Just follow the steps."
1314
+ msgstr ""
1315
+
1316
+ # @ squirrly-seo
1317
+ #: models/Assistant.php:149
1318
+ #, fuzzy
1319
+ #| msgid "+ Add keyword"
1320
+ msgid "Add Keywords in Briefcase"
1321
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
1322
+
1323
+ #: models/Assistant.php:150
1324
+ #, php-format
1325
+ msgid ""
1326
+ "Use the Briefcase feature to organize and manage your portfolio of keywords. "
1327
+ "%s You'll need to know and document the keywords that you'll be using "
1328
+ "throughout your WordPress site. %s This will help you keep a clear SEO "
1329
+ "Strategy or it can help you form a SEO Strategy. It will also help you focus "
1330
+ "and you'll get to see when you're spreading yourself too thin. %s Add your "
1331
+ "first keywords (that you've researched using the Keyword Research tool) to "
1332
+ "Briefcase. Only add keywords that you will want to work on at some point in "
1333
+ "the future and which are on-point with your strategy."
1334
+ msgstr ""
1335
+
1336
+ #: models/Assistant.php:154
1337
+ #, fuzzy
1338
+ #| msgid "Optimize for Keyword"
1339
+ msgid "Create Labels for Keywords"
1340
+ msgstr "Schlüsselwort optimieren"
1341
+
1342
+ #: models/Assistant.php:155
1343
+ #, php-format
1344
+ msgid ""
1345
+ "Organize your keywords by using Labels for the keywords you've stored in "
1346
+ "Briefcase. %s There are many ways to use this: from Customer Journey labels, "
1347
+ "to direct or indirect labels, to core keywords or secondary keywords ... and "
1348
+ "so on. You can get super creative with this. %s We have a very important blog "
1349
+ "post you can read for this http://fourhourseo.com/pro-course-6-how-to-"
1350
+ "organize-and-manage-your-keyword-portfolio/ %s Just add your first label to "
1351
+ "complete this task."
1352
+ msgstr ""
1353
+
1354
+ # @ squirrly-seo
1355
+ #: models/Assistant.php:159
1356
+ #, fuzzy
1357
+ #| msgid "+ Add keyword"
1358
+ msgid "Add Keywords to Labels"
1359
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
1360
+
1361
+ #: models/Assistant.php:160
1362
+ #, php-format
1363
+ msgid ""
1364
+ "Now that you've created your first label, you should label one of your stored "
1365
+ "keywords using that label. %s Go to Briefcase. Move your mouse over the row "
1366
+ "containing your desired keyword. The 3 vertical dots button appears. %s Move "
1367
+ "your mouse over it and a menu will show. Click on Assign Label. %s Then, "
1368
+ "assign a label to your keyword in order to complete this task."
1369
+ msgstr ""
1370
+
1371
+ # @ squirrly-seo
1372
+ #: models/Assistant.php:164
1373
+ #, fuzzy
1374
+ #| msgid "+ Add keyword"
1375
+ msgid "Send Keywords to Rank Checker"
1376
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
1377
+
1378
+ #: models/Assistant.php:165
1379
+ #, php-format
1380
+ msgid ""
1381
+ "Now that you (hopefully) have keywords added to your Briefcase, go look at "
1382
+ "one of your keywords. Move the mouse over the row with your desired keyword. "
1383
+ "%s You will see a button with 3 vertical dots appear to the right of the row. "
1384
+ "%s Get your mouse cursor over that button. A menu shows. Click on Send to "
1385
+ "Rank Checker. %s That's it. Now Squirrly SEO's rank checker feature will "
1386
+ "start tracking your position in Google for that keyword that is part of your "
1387
+ "SEO strategy."
1388
+ msgstr ""
1389
+
1390
+ # @ squirrly-seo
1391
+ #: models/Assistant.php:171
1392
+ #, fuzzy
1393
+ #| msgid "Save settings"
1394
+ msgid "Optimize Using Live Assistant"
1395
+ msgstr "Einstellungen speichern"
1396
+
1397
+ #: models/Assistant.php:172
1398
+ #, php-format
1399
+ msgid ""
1400
+ "Optimize your first Page or Article using the SEO Live Assistant (SLA) "
1401
+ "feature from Squirrly SEO. %s You can either Edit an existing post or create "
1402
+ "a new post. (You have your Live Assistant where you have your WP Editor)%sThe "
1403
+ "SEO Live Assistant is like having a SEO Consultant near you, whispering in "
1404
+ "your ear exactly what you have to do to get a 100&#37; optimized article or "
1405
+ "page.%sYou can try the DEMO first, by clicking on the Demo Post button. It's "
1406
+ "safe to break anything in the SEO of that page, because it never gets indexed "
1407
+ "by Google, since it's a DEMO. It's an easy way to learn your way around it."
1408
+ msgstr ""
1409
+
1410
+ # @ squirrly-seo
1411
+ #: models/Assistant.php:178
1412
+ #, fuzzy
1413
+ #| msgid "Keywords:"
1414
+ msgid "Activate Patterns"
1415
+ msgstr "Schlüsselwörter:"
1416
+
1417
+ #: models/Assistant.php:179
1418
+ #, php-format
1419
+ msgid ""
1420
+ "The %sSEO Automation Features%s of Squirrly SEO are extremely powerful. %s "
1421
+ "They help Non-SEO experts avoid many mistakes they would normally make. %s "
1422
+ "They help experts control any WordPress site at a level that has never been "
1423
+ "possible before. (just make sure you click to see the Advanced settings). %s "
1424
+ "You'll be able to configure automations according to any post type. %s "
1425
+ "Activate SEO Automation from the %s All Features %s section to complete this "
1426
+ "task.."
1427
+ msgstr ""
1428
+
1429
+ # @ squirrly-seo
1430
+ #: models/Assistant.php:186
1431
+ #, fuzzy
1432
+ #| msgid "Keywords:"
1433
+ msgid "Activate METAs"
1434
+ msgstr "Schlüsselwörter:"
1435
+
1436
+ #: models/Assistant.php:187
1437
+ #, php-format
1438
+ msgid ""
1439
+ "Activate the %sMETA settings%s from the Squirrly SEO Plugin. %s You can "
1440
+ "import ALL META settings you've made with other plugins in WordPress into "
1441
+ "your Squirrly SEO Plugin. That way everything will be kept 100%% intact, "
1442
+ "without any head-aches. %s To complete this task you need to activate: %s - "
1443
+ "Optimize the Titles%s - Optimize Descriptions %s - Add Canonical META Link %s "
1444
+ "Make sure you click on %sSave settings%s after you switch anything on or off."
1445
+ msgstr ""
1446
+
1447
+ # @ squirrly-seo
1448
+ #: models/Assistant.php:191 view/Blocks/Snippet.php:382
1449
+ #, fuzzy
1450
+ #| msgid "Description:"
1451
+ msgid "Activate JSON-LD"
1452
+ msgstr "Beschreibung:"
1453
+
1454
+ #: models/Assistant.php:192
1455
+ #, php-format
1456
+ msgid ""
1457
+ "%sJSON-LD Structured Data%s needs to be activated. %s The Duplicate Removal "
1458
+ "feature of Squirrly SEO will make sure that if you have more than one JSON-LD "
1459
+ "definition inside the source code of any URL, the definition created by "
1460
+ "Squirrly SEO will be the only one that remains. %s Make sure you setup all "
1461
+ "the information about your Organization or your Personal Brand here. %s To "
1462
+ "finish all the JSON-LD related setup, also visit the %sSocial Media Accounts"
1463
+ "%s section of our Settings page and write in your social media profiles for "
1464
+ "this site. %s Then, at URL-level you will be able to add custom JSON-LD if "
1465
+ "you're an advanced user."
1466
+ msgstr ""
1467
+
1468
+ # @ squirrly-seo
1469
+ #: models/Assistant.php:196 view/Blocks/Snippet.php:617
1470
+ #: view/Onboarding/Step2.php:304
1471
+ #, fuzzy
1472
+ #| msgid "Description:"
1473
+ msgid "Activate Open Graph"
1474
+ msgstr "Beschreibung:"
1475
+
1476
+ #: models/Assistant.php:197
1477
+ #, php-format
1478
+ msgid ""
1479
+ "Go to the %sSocial Media section%s.%sActivate Open Graph. (switch the toggle "
1480
+ "to ON) %s The Open Graph will help you control the way your posts look when "
1481
+ "people share your URLs to social media sites like Facebook and LinkedIN. %s "
1482
+ "It will also make your social media posts look great and gain you clicks to "
1483
+ "your site."
1484
+ msgstr ""
1485
+
1486
+ # @ squirrly-seo
1487
+ #: models/Assistant.php:201 view/Blocks/Snippet.php:878
1488
+ #: view/Onboarding/Step2.php:315
1489
+ #, fuzzy
1490
+ #| msgid "Twitter"
1491
+ msgid "Activate Twitter Card"
1492
+ msgstr "Twitter"
1493
+
1494
+ #: models/Assistant.php:202
1495
+ #, php-format
1496
+ msgid ""
1497
+ "Go to the %sSocial Media section%s. %s - Activate Twitter Card. (from Twitter "
1498
+ "Card Settings: switch the toggle to ON) %s - Add your Twitter profile URL (go "
1499
+ "to the Social Media Accounts section to do this) %s The Twitter Card will "
1500
+ "help you control the way your posts look when people share your URLs on "
1501
+ "Twitter. %s It will also make your social media posts look great and gain you "
1502
+ "clicks to your site."
1503
+ msgstr ""
1504
+
1505
+ # @ squirrly-seo
1506
+ #: models/Assistant.php:206
1507
+ #, fuzzy
1508
+ #| msgid "Description:"
1509
+ msgid "Activate Sitemap XML"
1510
+ msgstr "Beschreibung:"
1511
+
1512
+ #: models/Assistant.php:207
1513
+ #, php-format
1514
+ msgid ""
1515
+ "Activate your %sSitemap XML%s setting. Squirrly SEO will then generate your "
1516
+ "sitemap, according to different items you can set up. %s Use this to tell "
1517
+ "Google how often you bring new content to your site. %s Also, choose for "
1518
+ "which types of URLs you'll want to have sitemaps. It depends on your "
1519
+ "strategy. Leave the defaults if you're uncertain. Squirrly SEO chooses the "
1520
+ "best defaults for you. %s Make sure you include Images and Videos in the "
1521
+ "sitemap. It has been identified as a ranking factor, so it's good to have "
1522
+ "that."
1523
+ msgstr ""
1524
+
1525
+ # @ squirrly-seo
1526
+ #: models/Assistant.php:211
1527
+ #, fuzzy
1528
+ #| msgid "Google %sAnalytics ID%s`:"
1529
+ msgid "Activate Google Analytics"
1530
+ msgstr "Google %sAnalytics ID%s`:"
1531
+
1532
+ #: models/Assistant.php:212
1533
+ #, php-format
1534
+ msgid ""
1535
+ "Go to the %sTracking Tools section%s. %s Add your Google Analytics ID to "
1536
+ "complete this setting. (find it in the tracking code that Google Analytics "
1537
+ "tells you to place on your site) %s Squirrly SEO will then add "
1538
+ "(automatically) your Google Analytics tracking code (in the format you "
1539
+ "desire) to every page of your site (according to rules you can modify in the "
1540
+ "Automation section)."
1541
+ msgstr ""
1542
+
1543
+ # @ squirrly-seo
1544
+ #: models/Assistant.php:221
1545
+ #, fuzzy
1546
+ #| msgid "Change the Website Icon"
1547
+ msgid "Connect the Webmasters"
1548
+ msgstr "Ändern Sie das Website-Symbol"
1549
+
1550
+ #: models/Assistant.php:222
1551
+ #, php-format
1552
+ msgid ""
1553
+ "Go to the %sWebmasters section%s. %s This section makes it super easy to "
1554
+ "integrate different (important) 3rd party services with your WordPress. %s "
1555
+ "Some webmasters are optional, but Google Search Console is really important. "
1556
+ "%s Enter your Pinterest code, especially if you plan to expand your presence "
1557
+ "on Pinterest. It will %sactivate Rich Pins%s, which will completely boost "
1558
+ "your sales and visibility for any product or post that has great images."
1559
+ msgstr ""
1560
+
1561
+ # @ squirrly-seo
1562
+ #: models/Assistant.php:230 models/focuspages/Accuracy.php:50
1563
+ #: models/focuspages/Length.php:72 models/focuspages/Traffic.php:111
1564
+ #, fuzzy
1565
+ #| msgid "Google %sAnalytics ID%s`:"
1566
+ msgid "Connect Google Analytics"
1567
+ msgstr "Google %sAnalytics ID%s`:"
1568
+
1569
+ #: models/Assistant.php:231
1570
+ #, php-format
1571
+ msgid ""
1572
+ "Integrate %sGoogle Analytics%s with Squirrly SEO from %s SEO Configuration > "
1573
+ "Connect Tools %s .%sFeatures like %sFocus Pages%s and the %sAudit%s need this "
1574
+ "integration, in order to work at full potential.%sGoogle Analytics is free "
1575
+ "and everyone uses it. The %sFocus Pages%s and the %sAudit%s will interpret "
1576
+ "the right data from Google Analytics for you.%sYou'll feel like an Analytics "
1577
+ "expert, without having to know a single thing about Google Analytics."
1578
+ msgstr ""
1579
+
1580
+ # @ squirrly-seo
1581
+ #: models/Assistant.php:235 models/Assistant.php:257
1582
+ #, fuzzy
1583
+ #| msgid "Google %sAnalytics ID%s`:"
1584
+ msgid "Connect Google Search Console"
1585
+ msgstr "Google %sAnalytics ID%s`:"
1586
+
1587
+ #: models/Assistant.php:236
1588
+ #, php-format
1589
+ msgid ""
1590
+ "Integrate your WordPress with %sGoogle Search Console%s with Squirrly SEO "
1591
+ "from %s SEO Configuration > Connect Tools %s .%sThis integration is more than "
1592
+ "just setting the META code for it. It will connect your WP to the API of "
1593
+ "Google's service and enable info such as Impressions, Clicks, Average Ranking "
1594
+ "Position to be collected.%sMore importantly, you'll be able to update all the "
1595
+ "info that Google has about your site, directly from your Squirrly SEO Plugin."
1596
+ msgstr ""
1597
+
1598
+ # @ squirrly-seo
1599
+ #: models/Assistant.php:240
1600
+ #, fuzzy
1601
+ #| msgid "Your E-mail:"
1602
+ msgid "Set the Audit Email"
1603
+ msgstr "Ihre E-Mail Adresse:"
1604
+
1605
+ #: models/Assistant.php:241
1606
+ #, php-format
1607
+ msgid ""
1608
+ "You can customize the email to which we send the Audit reports.%sIt can be "
1609
+ "your personal email, your work email or the email of one of your "
1610
+ "collaborators.%sIt's a best practice to have the Audit sent to the person "
1611
+ "that will take charge and start correcting the problems of the site, in order "
1612
+ "to increase the score."
1613
+ msgstr ""
1614
+
1615
+ #: models/Assistant.php:245
1616
+ msgid "Get your score over 60"
1617
+ msgstr ""
1618
+
1619
+ #: models/Assistant.php:246
1620
+ #, php-format
1621
+ msgid ""
1622
+ "True website marketing performance happens after your Audit score gets to "
1623
+ "over 84.%sHowever, you need to start with smaller steps. For now, focus on "
1624
+ "getting a score of over 60.%sLook at the progress charts weekly and make sure "
1625
+ "you check out the Tasks section, which tells you exactly what you need to do "
1626
+ "in order to increase the score.%sWe've been testing these scores since 2013 "
1627
+ "on hundreds of thousands of websites and it's always the same: %strue "
1628
+ "performance happens at over 84%s. That's why you need to start working on "
1629
+ "this."
1630
+ msgstr ""
1631
+
1632
+ #: models/Assistant.php:252
1633
+ msgid "Track your first 3 Keywords"
1634
+ msgstr ""
1635
+
1636
+ #: models/Assistant.php:253
1637
+ #, php-format
1638
+ msgid ""
1639
+ "%sSERP Checker = Search Engine Result Pages Checker.%s %s It checks your "
1640
+ "position on the Google Search Engine for your keywords. Also (on the Business "
1641
+ "Plan) it shows you the evolution in time for your sites' URLs for these "
1642
+ "keywords. %s Tell Squirrly SEO the first three keywords you want it to check "
1643
+ "for you, to see if you're ranking for them. %s Because you should work "
1644
+ "according to a solid SEO Strategy, you'll only be able to add keywords or "
1645
+ "remove keywords in the Ranking section from your Briefcase. %s Briefcase is "
1646
+ "your keyword organizer / manager. Find it in the Research section. Go with "
1647
+ "the mouse cursor over a keyword from %sBriefcase -> see the 3 vertical dots -"
1648
+ "> select Send to Rank Checker%s"
1649
+ msgstr ""
1650
+
1651
+ #: models/Assistant.php:258
1652
+ #, php-format
1653
+ msgid ""
1654
+ "Connect Google Search Console. %s You can do that from %sSEO Audit > Settings"
1655
+ "%s. %s It will bring information regarding Impressions and Clicks. %s Note: "
1656
+ "if you're on the free plan or the PRO plan then the Ranking Position will be "
1657
+ "displayed according to data from Google Search Console, which does not "
1658
+ "present the actual position you are on. It shows an average position that "
1659
+ "your site was lately found on. It can give you values such as 4.3 because of "
1660
+ "this. Even though your page today could be on position 7. %s The Business "
1661
+ "Plan is the only one that can give you the exact position because it uses "
1662
+ "Squirrly's private cloud servers that are working around the clock to gather "
1663
+ "the accurate, on-time and objective information about your rankings."
1664
+ msgstr ""
1665
+
1666
+ #: models/Assistant.php:262
1667
+ msgid "Get 1 Keyword to the first page of Google"
1668
+ msgstr ""
1669
+
1670
+ #: models/Assistant.php:263
1671
+ #, php-format
1672
+ msgid ""
1673
+ "Start with a small task. %sGet 1 keyword to the first page of Google%s. %s "
1674
+ "Select a good keyword (using our %sKeyword Research Tool%s). %s Create an "
1675
+ "amazing page for it (if you don't already have one). %s %sAdd the page to "
1676
+ "Focus Pages%s in Squirrly SEO. %s Turn the RED lights to Green in Focus Pages "
1677
+ "and see your rankings increase over time. %s If you continue working on those "
1678
+ "tasks and turning elements to green you'll complete this task."
1679
+ msgstr ""
1680
+
1681
+ #: models/Assistant.php:320 models/abstract/Assistant.php:284
1682
+ msgid "You chose to ignore this task. Click to activate it."
1683
+ msgstr ""
1684
+
1685
+ #: models/Audits.php:26
1686
+ #, fuzzy
1687
+ #| msgid "Optimize for Keyword"
1688
+ msgid "Average Content Optimization"
1689
+ msgstr "Schlüsselwort optimieren"
1690
+
1691
+ #: models/Audits.php:27 models/Audits.php:124 models/Audits.php:136
1692
+ #: models/Audits.php:148 models/Audits.php:160 models/Audits.php:806
1693
+ msgid "Great!"
1694
+ msgstr ""
1695
+
1696
+ #: models/Audits.php:28
1697
+ msgid "hmm..."
1698
+ msgstr ""
1699
+
1700
+ #: models/Audits.php:31
1701
+ #, php-format
1702
+ msgid ""
1703
+ "How can we fix the SEO optimization of a page on our website? %s Find an "
1704
+ "amazing keyword set to use for your page. %s If you have a page about a Jazz "
1705
+ "Concert that John Dane (fictional name used for this example) will do on 9th "
1706
+ "of August 2025 in Phoenix, AZ, then you can try and find the best keywords "
1707
+ "you can use, that are related to: 'jazz concert', 'john dane', 'jazz 2025' "
1708
+ "and 'jazz in phoenix'. Find out what others search for. If you'll optimize "
1709
+ "the page for those keywords, you'll be certain that jazz fans will find it. "
1710
+ "The keyword research tool available in Squirrly SEO helps you figure out "
1711
+ "exactly what keywords to use. %s Start optimizing your content. Use the Live "
1712
+ "Assistant from Squirrly SEO to do this, as it guides you towards the best "
1713
+ "practices of optimizing a page for SEO and helps you avoid keyword stuffing.%s"
1714
+ msgstr ""
1715
+
1716
+ #: models/Audits.php:32
1717
+ msgid ""
1718
+ "Optimization is NOT about stuffing in keywords. It's about writing the page "
1719
+ "in such a way that Search Engine bots and Humans alike will easily understand "
1720
+ "that the page is exactly about the topic they were searching for. Use the "
1721
+ "Live Assistant from Squirrly SEO to get the job done with ease."
1722
+ msgstr ""
1723
+
1724
+ #: models/Audits.php:33
1725
+ msgid ""
1726
+ "Use tools like Squirrly Keyword Research and Squirrly Live Assistant to "
1727
+ "optimize your content"
1728
+ msgstr ""
1729
+
1730
+ #: models/Audits.php:38
1731
+ msgid "DcPublisher Meta"
1732
+ msgstr ""
1733
+
1734
+ # @ squirrly-seo
1735
+ #: models/Audits.php:39 models/Audits.php:75 models/Audits.php:87
1736
+ #: models/Audits.php:99 models/Audits.php:170 models/Audits.php:182
1737
+ #: models/Audits.php:194 models/Audits.php:206 models/Audits.php:218
1738
+ #: models/Audits.php:230 models/Audits.php:242 models/Audits.php:254
1739
+ #: models/Audits.php:266 models/Audits.php:278 models/Audits.php:363
1740
+ #: models/Audits.php:375 models/Audits.php:387 models/Audits.php:399
1741
+ #: models/Audits.php:491 view/Onboarding/Step4.php:369
1742
+ #: view/SeoSettings/Jsonld.php:439
1743
+ msgid "Yes"
1744
+ msgstr "Ja"
1745
+
1746
+ # @ squirrly-seo
1747
+ #: models/Audits.php:40 models/Audits.php:76 models/Audits.php:88
1748
+ #: models/Audits.php:100 models/Audits.php:171 models/Audits.php:183
1749
+ #: models/Audits.php:207 models/Audits.php:219 models/Audits.php:231
1750
+ #: models/Audits.php:243 models/Audits.php:255 models/Audits.php:267
1751
+ #: models/Audits.php:279 models/Audits.php:364 models/Audits.php:376
1752
+ #: models/Audits.php:388 models/Audits.php:400 models/Audits.php:428
1753
+ #: models/Audits.php:480 models/Audits.php:492 view/Onboarding/Step4.php:368
1754
+ #: view/SeoSettings/Jsonld.php:438
1755
+ #, fuzzy
1756
+ #| msgid "No"
1757
+ msgid "No"
1758
+ msgstr "Nein"
1759
+
1760
+ # @ squirrly-seo
1761
+ #: models/Audits.php:42
1762
+ #, fuzzy
1763
+ #| msgid "Description:"
1764
+ msgid "The pages without DcPublisher meta"
1765
+ msgstr "Beschreibung:"
1766
+
1767
+ #: models/Audits.php:43
1768
+ msgid ""
1769
+ "Dublin Core is a set of standard metadata elements used to describe the "
1770
+ "contents of a website. It can help with some internal search engines and it "
1771
+ "does not bloat your code."
1772
+ msgstr ""
1773
+
1774
+ # @ squirrly-seo
1775
+ #: models/Audits.php:44
1776
+ #, fuzzy
1777
+ #| msgid "adds the correct <strong>title</strong> in the home page"
1778
+ msgid "Add the meta DcPublisher tag in the page's header"
1779
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
1780
+
1781
+ #: models/Audits.php:51
1782
+ msgid "Top Ten Pages This Week"
1783
+ msgstr ""
1784
+
1785
+ #: models/Audits.php:56
1786
+ #, php-format
1787
+ msgid ""
1788
+ "If there is enough data in Google Analytics, you should see the list of pages "
1789
+ "with the most visitors in the last week in the Traffic section of your SEO "
1790
+ "Audit. %s Having at least 100 visitors per page every week is crucial. %s "
1791
+ "Search Engines like Google and Bing will push down a page which doesn't "
1792
+ "attract visitors."
1793
+ msgstr ""
1794
+
1795
+ # @ squirrly-seo
1796
+ #: models/Audits.php:60 view/FocusPages/FocusPageStats.php:183
1797
+ #, fuzzy
1798
+ #| msgid "Description:"
1799
+ msgid "Page Traffic"
1800
+ msgstr "Beschreibung:"
1801
+
1802
+ #: models/Audits.php:61
1803
+ msgid " total visits / mo."
1804
+ msgstr ""
1805
+
1806
+ # @ squirrly-seo
1807
+ #: models/Audits.php:64
1808
+ #, fuzzy
1809
+ #| msgid "Description:"
1810
+ msgid "The pages with low traffic"
1811
+ msgstr "Beschreibung:"
1812
+
1813
+ #: models/Audits.php:65
1814
+ #, php-format
1815
+ msgid ""
1816
+ "How can we fix the Overall Traffic of the website? %s Make sure you have "
1817
+ "active listings which can be easily found on various marketplaces / "
1818
+ "platforms. eg: you have a Shopify app, a Chrome Extension, a Chrome App, a "
1819
+ "Udemy Course, Slides on SlideShare.com, videos on Youtube, an infographic on "
1820
+ "Pinterest, etc. These will always bring you constant traffic to the website "
1821
+ "and once you set it (and make it visible) you can forget it. It will keep "
1822
+ "bringing you traffic. Of course, the key is to first make these items visible "
1823
+ "in the places where you publish them. %s You need an email list. Make sure "
1824
+ "that people who come to your store, do business with you, visit your website, "
1825
+ "or read your blog give you their email address so you can communicate with "
1826
+ "them further on. An alternative to this is to make a Chatbot for Facebook "
1827
+ "Messenger and get them hooked to the bot. By doing any of these, you'll be "
1828
+ "able to bring those people back to your website. %sUse the Keyword Research "
1829
+ "tool included in Squirrly SEO, to spot keywords that are easy to rank for: "
1830
+ "[link]https://plugin.squirrly.co/best-keyword-research-tool-for-seo/[/link] "
1831
+ "%sRank for more keywords with low competition. This will start building up "
1832
+ "traffic for your site. %sTo Easily rank new pages, use the SEO Goals: "
1833
+ "[link]https://plugin.squirrly.co/best-seo-goals/[/link] %sStudy website "
1834
+ "rankings to learn how to bring more traffic, by using our Special Cloud "
1835
+ "Services for Rank Checking, available only on: Business Plans [link]https://"
1836
+ "plugin.squirrly.co/squirrly-seo-pricing/[/link]"
1837
+ msgstr ""
1838
+
1839
+ #: models/Audits.php:66
1840
+ msgid ""
1841
+ "Get each person who arrives on your site once to leave something that you can "
1842
+ "use later on to bring them to your site again. You can use Facebook Pixel and "
1843
+ "then retarget them, you can make them subscribe to Desktop Notifications to "
1844
+ "receive push notifications, you can have them download an app, subscribe to a "
1845
+ "newsletter, etc. Sometimes it's best if you can create clever funnels that "
1846
+ "will ensure that any person may start following you on multiple such channels."
1847
+ msgstr ""
1848
+
1849
+ #: models/Audits.php:67
1850
+ msgid "Try to gain organic traffic to your site's pages"
1851
+ msgstr ""
1852
+
1853
+ # @ squirrly-seo
1854
+ #: models/Audits.php:74
1855
+ #, fuzzy
1856
+ #| msgid "Tool for Search Engines"
1857
+ msgid "Visible for search engines?"
1858
+ msgstr "Tool für Suchmaschinen"
1859
+
1860
+ # @ squirrly-seo
1861
+ #: models/Audits.php:78
1862
+ #, fuzzy
1863
+ #| msgid "Description:"
1864
+ msgid "The pages with noindex"
1865
+ msgstr "Beschreibung:"
1866
+
1867
+ #: models/Audits.php:79
1868
+ #, php-format
1869
+ msgid ""
1870
+ "How can we fix the noindex for our pages? %s If you DON'T have a check mark "
1871
+ "for this task, it means you're currently telling Google not to index some of "
1872
+ "your pages through a robots tag inside your code. %s On WordPress, it's super "
1873
+ "easy to control on which pages to place no-index and which pages should never "
1874
+ "get tagged with no-index if you use the Squirrly SEO Plugin. %s If you "
1875
+ "decided you 100%% want these pages to be No-Index (you don’t want Google to "
1876
+ "index them) - then remove these pages from the SEO Audit. Use the SEO Audit "
1877
+ "for the pages you want to be seen on search engines.%s"
1878
+ msgstr ""
1879
+
1880
+ #: models/Audits.php:80
1881
+ msgid ""
1882
+ "Some pages are better off if they have an associated no-index tag. Every "
1883
+ "website has a couple of pages that would be completely pointless to appear in "
1884
+ "search results, because they wouldn't ever make any sense for potential "
1885
+ "searchers."
1886
+ msgstr ""
1887
+
1888
+ # @ squirrly-seo
1889
+ #: models/Audits.php:81 models/Audits.php:93
1890
+ #, fuzzy
1891
+ #| msgid "adds the correct <strong>title</strong> in the home page"
1892
+ msgid "Add the correct meta robots tag in the pages"
1893
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
1894
+
1895
+ # @ squirrly-seo
1896
+ #: models/Audits.php:86
1897
+ #, fuzzy
1898
+ #| msgid "Tool for Search Engines"
1899
+ msgid "Followed by search engines?"
1900
+ msgstr "Tool für Suchmaschinen"
1901
+
1902
+ # @ squirrly-seo
1903
+ #: models/Audits.php:90
1904
+ #, fuzzy
1905
+ #| msgid "Description:"
1906
+ msgid "The pages with nofollow"
1907
+ msgstr "Beschreibung:"
1908
+
1909
+ #: models/Audits.php:91
1910
+ #, php-format
1911
+ msgid ""
1912
+ "How can we fix the nofollow for our pages? %s If you DON'T have a check mark "
1913
+ "for this task, it means you're currently telling Google not to follow some of "
1914
+ "your pages through a robots tag inside your code. %s On WordPress, it's super "
1915
+ "easy to control on which pages to place nofollow and which pages should never "
1916
+ "get tagged with nofollow if you use the Squirrly SEO Plugin. %s If you're "
1917
+ "using something else, make sure you remove <META NAME=“ROBOTS” "
1918
+ "CONTENT=“NOFOLLOW”> from the <head> of your HTML.%s"
1919
+ msgstr ""
1920
+
1921
+ #: models/Audits.php:92
1922
+ msgid ""
1923
+ "Some pages are better off if they have an associated nofollow tag. Every "
1924
+ "website has a couple of pages that would be completely pointless to be "
1925
+ "followed by search results like: Contact Us, Terms and Policy."
1926
+ msgstr ""
1927
+
1928
+ #: models/Audits.php:98
1929
+ msgid "Is your site Safe Browsing?"
1930
+ msgstr ""
1931
+
1932
+ #: models/Audits.php:103
1933
+ #, php-format
1934
+ msgid ""
1935
+ "How can we get our website to be Safe Browsing compliant? %s Make sure you "
1936
+ "find and delete all malware from your website. %s Watch this video to learn "
1937
+ "more. [link]https://www.youtube.com/embed/7GStGcTeo20[/link] %s Once you feel "
1938
+ "like you've fixed your problems you can check using this tool from Google: "
1939
+ "[link]https://transparencyreport.google.com/safe-browsing/search[/link]%s"
1940
+ msgstr ""
1941
+
1942
+ #: models/Audits.php:104
1943
+ msgid ""
1944
+ "This is a TOP priority if you're having a Safe Browsing problem at the "
1945
+ "moment. Browsers will NOT allow web visitors to actually access your pages. "
1946
+ "It will also cause you other problems like lower search rankings."
1947
+ msgstr ""
1948
+
1949
+ #: models/Audits.php:109
1950
+ msgid "Page load time"
1951
+ msgstr ""
1952
+
1953
+ #: models/Audits.php:110
1954
+ msgid "average is a good time"
1955
+ msgstr ""
1956
+
1957
+ #: models/Audits.php:111
1958
+ msgid "average is slow"
1959
+ msgstr ""
1960
+
1961
+ #: models/Audits.php:113
1962
+ msgid "The slow pages are"
1963
+ msgstr ""
1964
+
1965
+ #: models/Audits.php:114
1966
+ #, php-format
1967
+ msgid ""
1968
+ "How can we fix the loading speed of the website? %s Use smaller images, or "
1969
+ "compress them with tools like ShortPixel.com %s Minify Javascripts, use CDNs, "
1970
+ "use gZip. %s Use a professional service if your site is based on WordPress. "
1971
+ "Our parent company, Squirrly Limited, offers such a service for WordPress.org "
1972
+ "based websites [link]https://www.squirrly.co/agency/[/link] %s After you "
1973
+ "optimize the page, test the loading Speed Index with Google Speed Test here "
1974
+ "[link]https://developers.google.com/speed/pagespeed/insights/[/link] %s"
1975
+ msgstr ""
1976
+
1977
+ #: models/Audits.php:115
1978
+ msgid ""
1979
+ "Increasing loading speed will bring you more engagement, lower bounce rates "
1980
+ "AND more search engine results."
1981
+ msgstr ""
1982
+
1983
+ #: models/Audits.php:116
1984
+ #, fuzzy
1985
+ #| msgid "Optimize for Keyword"
1986
+ msgid "Optimize your site's speed"
1987
+ msgstr "Schlüsselwort optimieren"
1988
+
1989
+ # @ squirrly-seo
1990
+ #: models/Audits.php:121
1991
+ #, fuzzy
1992
+ #| msgid "Description:"
1993
+ msgid "Duplicate Titles"
1994
+ msgstr "Beschreibung:"
1995
+
1996
+ # @ squirrly-seo
1997
+ #: models/Audits.php:122
1998
+ #, fuzzy
1999
+ #| msgid "Description:"
2000
+ msgid "No duplicate titles."
2001
+ msgstr "Beschreibung:"
2002
+
2003
+ # @ squirrly-seo
2004
+ #: models/Audits.php:123 models/Audits.php:135
2005
+ #, fuzzy
2006
+ #| msgid "Description:"
2007
+ msgid "We found duplicates."
2008
+ msgstr "Beschreibung:"
2009
+
2010
+ # @ squirrly-seo
2011
+ #: models/Audits.php:124
2012
+ #, fuzzy
2013
+ #| msgid "Description:"
2014
+ msgid "The pages on your site have unique title tags."
2015
+ msgstr "Beschreibung:"
2016
+
2017
+ # @ squirrly-seo
2018
+ #: models/Audits.php:125
2019
+ #, fuzzy
2020
+ #| msgid "Description:"
2021
+ msgid "The Pages with Duplicate Titles are"
2022
+ msgstr "Beschreibung:"
2023
+
2024
+ #: models/Audits.php:126
2025
+ #, php-format
2026
+ msgid ""
2027
+ "How can we fix the Duplicate Titles on our pages? %s Features like SEO "
2028
+ "Automation or SEO Snippet from Squirrly SEO will generate your META title "
2029
+ "automatically from the content of your page (in case you didn't already place "
2030
+ "a custom title). Make every single META Title of every page unique (you never "
2031
+ "repeat it on any other URL from the website). You will write what you want "
2032
+ "Google to display in the search results as a title for your listing. Make "
2033
+ "this text awesome and you'll get people clicking on it. %s See if you can "
2034
+ "assign rules to WordPress to have it change the Title of each URL according "
2035
+ "to different patterns. Normally the platform will take the Title of the "
2036
+ "latest product inside the category and add it to the Title of that particular "
2037
+ "category. In this case you can end up with something like: example.com/"
2038
+ "shooter-games will have title: 'Counter Strike GO. Buy it Now' and also: "
2039
+ "example.com/shooter-games/cs-go will also have title: 'Counter Strike GO. Buy "
2040
+ "it Now'. %s All these problematic cases can be forgotten once you start using "
2041
+ "Squirrly SEO . With its Patterns feature, it will create rules for WordPress "
2042
+ "that ensure each title for each page on your site is unique. This feature is "
2043
+ "available in the Free version of Squirry.%s"
2044
+ msgstr ""
2045
+
2046
+ #: models/Audits.php:127
2047
+ msgid ""
2048
+ "On WordPress you can use Squirrly SEO to control everything about your page "
2049
+ "Titles and make them stand out on search engines."
2050
+ msgstr ""
2051
+
2052
+ #: models/Audits.php:128
2053
+ msgid ""
2054
+ "Add different titles to each page. You can do it manually or use SEO tools "
2055
+ "(like Squirrly) for that."
2056
+ msgstr ""
2057
+
2058
+ # @ squirrly-seo
2059
+ #: models/Audits.php:133
2060
+ #, fuzzy
2061
+ #| msgid "Description:"
2062
+ msgid "Duplicate Descriptions"
2063
+ msgstr "Beschreibung:"
2064
+
2065
+ # @ squirrly-seo
2066
+ #: models/Audits.php:134
2067
+ #, fuzzy
2068
+ #| msgid "Description:"
2069
+ msgid "No duplicate descriptions."
2070
+ msgstr "Beschreibung:"
2071
+
2072
+ # @ squirrly-seo
2073
+ #: models/Audits.php:136
2074
+ #, fuzzy
2075
+ #| msgid "Description:"
2076
+ msgid "The pages on your site have unique meta descriptions."
2077
+ msgstr "Beschreibung:"
2078
+
2079
+ # @ squirrly-seo
2080
+ #: models/Audits.php:137
2081
+ #, fuzzy
2082
+ #| msgid "Description:"
2083
+ msgid "The Pages on which we found duplicates are"
2084
+ msgstr "Beschreibung:"
2085
+
2086
+ #: models/Audits.php:138
2087
+ #, php-format
2088
+ msgid ""
2089
+ "How can we fix the Duplicate Descriptions on our website? %s Use the SEO "
2090
+ "Automation feature from Squirrly SEO, because it will generate your META "
2091
+ "description automatically from the content of your page (in case you didn't "
2092
+ "already place a custom description). Make every single META description of "
2093
+ "every page unique (you never repeat it on any other URL from the website). "
2094
+ "Make this text awesome and you'll get people clicking on it. %s Use the "
2095
+ "Patterns feature from Squirrly SEO. It will help you create rules for "
2096
+ "WordPress that ensure each description for each page on your site is unique. "
2097
+ "This feature is available on all plans. %s"
2098
+ msgstr ""
2099
+
2100
+ #: models/Audits.php:139
2101
+ msgid ""
2102
+ "Use Squirrly SEO’s BULK SEO section to control everything about your META "
2103
+ "descriptions and make them stand out on search engines."
2104
+ msgstr ""
2105
+
2106
+ #: models/Audits.php:140
2107
+ msgid ""
2108
+ "Add different description to each page. You can do it manually or use SEO "
2109
+ "tools (like Squirrly) for that."
2110
+ msgstr ""
2111
+
2112
+ # @ squirrly-seo
2113
+ #: models/Audits.php:145
2114
+ #, fuzzy
2115
+ #| msgid "Description:"
2116
+ msgid "Empty Titles"
2117
+ msgstr "Beschreibung:"
2118
+
2119
+ # @ squirrly-seo
2120
+ #: models/Audits.php:146
2121
+ #, fuzzy
2122
+ #| msgid "Description:"
2123
+ msgid "All pages have titles."
2124
+ msgstr "Beschreibung:"
2125
+
2126
+ # @ squirrly-seo
2127
+ #: models/Audits.php:147
2128
+ #, fuzzy
2129
+ #| msgid "Description:"
2130
+ msgid "There are some pages without title."
2131
+ msgstr "Beschreibung:"
2132
+
2133
+ # @ squirrly-seo
2134
+ #: models/Audits.php:148
2135
+ #, fuzzy
2136
+ #| msgid "Description:"
2137
+ msgid "all the pages on your site have the title tag defined :-)"
2138
+ msgstr "Beschreibung:"
2139
+
2140
+ # @ squirrly-seo
2141
+ #: models/Audits.php:149
2142
+ #, fuzzy
2143
+ #| msgid "Description:"
2144
+ msgid "The pages with empty Title tags are"
2145
+ msgstr "Beschreibung:"
2146
+
2147
+ #: models/Audits.php:150
2148
+ #, php-format
2149
+ msgid ""
2150
+ "How can we fix the Empty Titles on our pages? %s Use Squirrly’s SEO "
2151
+ "Automation features or the SEO Snippet to generate your META title "
2152
+ "automatically from the content of your page. Write what you want Google to "
2153
+ "display in the search results as a title for your listing. Make this text "
2154
+ "awesome and you'll get people clicking on it. %s Use the Patterns feature "
2155
+ "from Squirrly. It will create rules for WordPress that ensure each title for "
2156
+ "each page on your site is unique. This feature is available on all plans.%s"
2157
+ msgstr ""
2158
+
2159
+ #: models/Audits.php:151
2160
+ msgid ""
2161
+ "Use Squirrly SEO to create and control everything about your META titles and "
2162
+ "make them stand out on search engines."
2163
+ msgstr ""
2164
+
2165
+ #: models/Audits.php:152
2166
+ msgid "Add a Title tag to each page in your site."
2167
+ msgstr ""
2168
+
2169
+ # @ squirrly-seo
2170
+ #: models/Audits.php:157
2171
+ #, fuzzy
2172
+ #| msgid "Description:"
2173
+ msgid "Empty Descriptions"
2174
+ msgstr "Beschreibung:"
2175
+
2176
+ # @ squirrly-seo
2177
+ #: models/Audits.php:158
2178
+ #, fuzzy
2179
+ #| msgid "Description:"
2180
+ msgid "All articles have description."
2181
+ msgstr "Beschreibung:"
2182
+
2183
+ # @ squirrly-seo
2184
+ #: models/Audits.php:159
2185
+ #, fuzzy
2186
+ #| msgid "Description:"
2187
+ msgid "There are some pages without description."
2188
+ msgstr "Beschreibung:"
2189
+
2190
+ # @ squirrly-seo
2191
+ #: models/Audits.php:160
2192
+ #, fuzzy
2193
+ #| msgid "Description:"
2194
+ msgid "all the pages on your site have meta description"
2195
+ msgstr "Beschreibung:"
2196
+
2197
+ # @ squirrly-seo
2198
+ #: models/Audits.php:161
2199
+ #, fuzzy
2200
+ #| msgid "Description:"
2201
+ msgid "The pages with empty description are"
2202
+ msgstr "Beschreibung:"
2203
+
2204
+ #: models/Audits.php:162
2205
+ #, php-format
2206
+ msgid ""
2207
+ "How can we fix the Empty Descriptions on our website? %s Use Squirrly’s SEO "
2208
+ "Automation features or the SEO Snippet which will generate your META "
2209
+ "description automatically from the content of your page. Make this text "
2210
+ "awesome and you'll get people clicking on it. %s See if you can assign rules "
2211
+ "to WordPress to have it create META descriptions for each URL according to "
2212
+ "different patterns. By having clear rules for all URLs you'll ensure that "
2213
+ "Empty Descriptions will no longer be a problem in the future. %s All these "
2214
+ "problematic cases can be forgotten once you start using Squirrly SEO . With "
2215
+ "its Patterns feature, it will create rules for WordPress that ensure each "
2216
+ "description for each page on your site is unique. This feature is available "
2217
+ "on all plans.%s"
2218
+ msgstr ""
2219
+
2220
+ #: models/Audits.php:163
2221
+ msgid ""
2222
+ "Use Squirrly SEO to create and control everything about your META "
2223
+ "descriptions and make them stand out on search engines."
2224
+ msgstr ""
2225
+
2226
+ #: models/Audits.php:164
2227
+ msgid "Add meta description to each page in your site."
2228
+ msgstr ""
2229
+
2230
+ # @ squirrly-seo
2231
+ #: models/Audits.php:169
2232
+ #, fuzzy
2233
+ #| msgid "Description:"
2234
+ msgid "Do you have a title tag?"
2235
+ msgstr "Beschreibung:"
2236
+
2237
+ # @ squirrly-seo
2238
+ #: models/Audits.php:173
2239
+ #, fuzzy
2240
+ #| msgid "Description:"
2241
+ msgid "The pages without title tag are"
2242
+ msgstr "Beschreibung:"
2243
+
2244
+ #: models/Audits.php:174
2245
+ #, php-format
2246
+ msgid ""
2247
+ "How can we fix the title tags of our pages? %s On WordPress, using Squirrly "
2248
+ "SEO will ensure your pages have title tags. It will create titles for every "
2249
+ "page. It will help you customize titles for every page, all while making you "
2250
+ "write ZERO code. No coding required when you use Squirrly SEO.%s"
2251
+ msgstr ""
2252
+
2253
+ #: models/Audits.php:175
2254
+ msgid "Platforms like Shopify handle this aspect with their default engine."
2255
+ msgstr ""
2256
+
2257
+ #: models/Audits.php:176
2258
+ msgid "Add a Title tag to this page of your site"
2259
+ msgstr ""
2260
+
2261
+ # @ squirrly-seo
2262
+ #: models/Audits.php:181
2263
+ #, fuzzy
2264
+ #| msgid "Description:"
2265
+ msgid "Do you have a meta description?"
2266
+ msgstr "Beschreibung:"
2267
+
2268
+ # @ squirrly-seo
2269
+ #: models/Audits.php:185
2270
+ #, fuzzy
2271
+ #| msgid "Description:"
2272
+ msgid "The pages without description meta are"
2273
+ msgstr "Beschreibung:"
2274
+
2275
+ #: models/Audits.php:186
2276
+ #, php-format
2277
+ msgid ""
2278
+ "How can we fix the META Descriptions of our pages? %s First of all, make sure "
2279
+ "that you understand the following: a poorly written META description will "
2280
+ "make for a horrible listing inside the Google search page. If people find "
2281
+ "your listing, they will not click on your listing in case your META "
2282
+ "Description is horrible to look at, is poorly written, or it doesn't seem to "
2283
+ "make sense. %s On WordPress, you can use Squirrly SEO for this. It will "
2284
+ "automatically create META Descriptions for every page. It will help you "
2285
+ "customize these descriptions for every page, all while making you write ZERO, "
2286
+ "nada, rien, code. No coding required when you use Squirrly SEO. You can even "
2287
+ "customize the way it automates your descriptions.%s"
2288
+ msgstr ""
2289
+
2290
+ #: models/Audits.php:187
2291
+ msgid "Platforms like Shopify handle this with their default engines."
2292
+ msgstr ""
2293
+
2294
+ #: models/Audits.php:188
2295
+ msgid "Add meta description to this page of your site"
2296
+ msgstr ""
2297
+
2298
+ # @ squirrly-seo
2299
+ #: models/Audits.php:193 models/bulkseo/Metas.php:92
2300
+ #, fuzzy
2301
+ #| msgid "Keyword:"
2302
+ msgid "Meta Keyword"
2303
+ msgstr "Schlüsselwort:"
2304
+
2305
+ # @ squirrly-seo
2306
+ #: models/Audits.php:195
2307
+ #, fuzzy
2308
+ #| msgid "Keywords:"
2309
+ msgid "No keywords."
2310
+ msgstr "Schlüsselwörter:"
2311
+
2312
+ # @ squirrly-seo
2313
+ #: models/Audits.php:196
2314
+ #, fuzzy
2315
+ #| msgid "Keywords:"
2316
+ msgid "Your keywords are"
2317
+ msgstr "Schlüsselwörter:"
2318
+
2319
+ #: models/Audits.php:198
2320
+ msgid ""
2321
+ "It is important for search engines to know which keywords you are trying to "
2322
+ "rank for with your website. This also helps bring targeted visitors to your "
2323
+ "site."
2324
+ msgstr ""
2325
+
2326
+ #: models/Audits.php:199
2327
+ msgid "Make sure that the search for your keywords is on a rising trend"
2328
+ msgstr ""
2329
+
2330
+ # @ squirrly-seo
2331
+ #: models/Audits.php:205 models/bulkseo/Metas.php:97
2332
+ #, fuzzy
2333
+ #| msgid "adds <strong>canonical</strong> link in home page"
2334
+ msgid "Canonical Link"
2335
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2336
+
2337
+ # @ squirrly-seo
2338
+ #: models/Audits.php:209
2339
+ #, fuzzy
2340
+ #| msgid "Description:"
2341
+ msgid "The pages without canonical meta"
2342
+ msgstr "Beschreibung:"
2343
+
2344
+ #: models/Audits.php:210
2345
+ #, php-format
2346
+ msgid ""
2347
+ "How can we fix the Canonical Links problems of our pages? %s Add this code to "
2348
+ "the <head> section of your HTML page: <link rel=\"canonical\" href=\"your "
2349
+ "site URL\" /> %s Think of a canonical link as the \"preferred version\" of "
2350
+ "the page. %s Make sure you have this definition on your URL especially if "
2351
+ "you've copied the content from another LINK on the web. Example: You "
2352
+ "published a blog post on Medium and then also added it to your own blog on "
2353
+ "your own domain. If you add the canonical link definition, then you won't be "
2354
+ "penalized for duplicate content. Medium also allows you to re-publish content "
2355
+ "from your own site to Medium and helps you get the rel=\"canonical\" inside "
2356
+ "the medium post to show that the original is hosted on your own site.%s Use "
2357
+ "Squirrly SEO's Bulk SEO to define canonical links and indexing options for "
2358
+ "your pages. %s"
2359
+ msgstr ""
2360
+
2361
+ #: models/Audits.php:211
2362
+ msgid ""
2363
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2364
+ "you can use Squirrly SEO to control canonical links and make sure you avoid "
2365
+ "having duplicate content."
2366
+ msgstr ""
2367
+
2368
+ # @ squirrly-seo
2369
+ #: models/Audits.php:212
2370
+ #, fuzzy
2371
+ #| msgid "adds <strong>canonical</strong> link in home page"
2372
+ msgid "Add canonical meta link in the page header"
2373
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2374
+
2375
+ # @ squirrly-seo
2376
+ #: models/Audits.php:217
2377
+ #, fuzzy
2378
+ #| msgid "Description:"
2379
+ msgid "Meta Json-LD?"
2380
+ msgstr "Beschreibung:"
2381
+
2382
+ # @ squirrly-seo
2383
+ #: models/Audits.php:221
2384
+ #, fuzzy
2385
+ #| msgid "Description:"
2386
+ msgid "The pages without Json-LD meta"
2387
+ msgstr "Beschreibung:"
2388
+
2389
+ #: models/Audits.php:222
2390
+ #, php-format
2391
+ msgid ""
2392
+ "How can we fix the meta Json_LD of the website? %s You need to make sure you "
2393
+ "have this tag inside your page's code: <script type=\"application/ld+json"
2394
+ "\"> . Or something similar. %s JSON-LD annotates elements on a page, "
2395
+ "structuring the data, which can then be used by search engines to "
2396
+ "disambiguate elements and establish facts surrounding entities, which is then "
2397
+ "associated with creating a more organized, better web overall.%s"
2398
+ msgstr ""
2399
+
2400
+ #: models/Audits.php:223
2401
+ msgid ""
2402
+ "On WordPress you can use Squirrly SEO to add the Json-LD Structured data. "
2403
+ "Squirrly will automatically structure the information from all your products "
2404
+ "if you use Woocommerce plugin for eCommerce."
2405
+ msgstr ""
2406
+
2407
+ #: models/Audits.php:224
2408
+ msgid "Make sure you activated JSON-LD Structured Data in All Features"
2409
+ msgstr ""
2410
+
2411
+ # @ squirrly-seo
2412
+ #: models/Audits.php:229
2413
+ #, fuzzy
2414
+ #| msgid "Description:"
2415
+ msgid "Page Encoding"
2416
+ msgstr "Beschreibung:"
2417
+
2418
+ # @ squirrly-seo
2419
+ #: models/Audits.php:233
2420
+ #, fuzzy
2421
+ #| msgid "Description:"
2422
+ msgid "The pages without encoding meta"
2423
+ msgstr "Beschreibung:"
2424
+
2425
+ #: models/Audits.php:234
2426
+ #, php-format
2427
+ msgid ""
2428
+ "How can we fix the character encoding specifications of the website? %s "
2429
+ "You'll have to specify this according to the encoding you use for your "
2430
+ "website. %s Adding your encoding tag to the <head> of the site will fix it. "
2431
+ "Below, you'll find what you can place, in case your encoding is UTF-8 (the "
2432
+ "majority of web pages use this) %s <meta http-equiv=“Content-Type” "
2433
+ "content=“text/html;charset=utf-8” />%s"
2434
+ msgstr ""
2435
+
2436
+ #: models/Audits.php:235
2437
+ msgid ""
2438
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2439
+ "you can use Squirrly SEO to get encoding specified for all your pages. "
2440
+ "Without specifying the encoding, search engines such as Google will be more "
2441
+ "likely to suggest other pages and rank other pages that DO have the "
2442
+ "specification made."
2443
+ msgstr ""
2444
+
2445
+ # @ squirrly-seo
2446
+ #: models/Audits.php:236
2447
+ #, fuzzy
2448
+ #| msgid "adds <strong>canonical</strong> link in home page"
2449
+ msgid "Add the meta encoding tag in the page's header"
2450
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2451
+
2452
+ # @ squirrly-seo
2453
+ #: models/Audits.php:241
2454
+ #, fuzzy
2455
+ #| msgid "Description:"
2456
+ msgid "Does your site have a feed or sitemap?"
2457
+ msgstr "Beschreibung:"
2458
+
2459
+ #: models/Audits.php:246
2460
+ #, php-format
2461
+ msgid ""
2462
+ "How can we fix the Feed and Sitemap of the website? %s Make sure that you "
2463
+ "feed and Sitemap exists and that it is accessible. Your visitors should be "
2464
+ "able to access it using /feed, or /sitemap.xml %s Make sure your visitors can "
2465
+ "access it using domainname.com/feed (where the text \"domainname\" is "
2466
+ "actually your domain. eg. bloggingwithjane.com ) %s On WordPress, you can use "
2467
+ "Squirrly SEO to generate your FEED and the Sitemap for your whole site. It "
2468
+ "has some pretty advanced options, so that you feeds will be perfect. This "
2469
+ "feature is free to use.%s"
2470
+ msgstr ""
2471
+
2472
+ #: models/Audits.php:247
2473
+ msgid ""
2474
+ "Your feeds and sitemaps should contain the date when your content was "
2475
+ "published and last updated. This is super important for Google to know, as "
2476
+ "it's always looking to surface fresh content to people who search on search "
2477
+ "engines. PLUS, having this gives you the opportunity to show up when users of "
2478
+ "Google say they want to see only results from the last week. If you had "
2479
+ "anything published during the last week, these people will see it and you "
2480
+ "will gain traffic."
2481
+ msgstr ""
2482
+
2483
+ #: models/Audits.php:248
2484
+ msgid "Add a RSS feed and Sitemap to your site"
2485
+ msgstr ""
2486
+
2487
+ # @ squirrly-seo
2488
+ #: models/Audits.php:253
2489
+ #, fuzzy
2490
+ #| msgid "Description:"
2491
+ msgid "Does your site have a robots.txt file?"
2492
+ msgstr "Beschreibung:"
2493
+
2494
+ #: models/Audits.php:258
2495
+ #, php-format
2496
+ msgid ""
2497
+ "How can we fix the robots.txt of the website? %s You'll need to have a http://"
2498
+ "domain.com/robots.txt link on your site that crawlers can access to know "
2499
+ "which pages they are allowed to crawl. (gather info from) %s Create or Edit a "
2500
+ "robots.txt file using Squirrly SEO %s Once you have the file, upload it to "
2501
+ "your ftp (if you don’t want to let Squirrly operate it for you) and make sure "
2502
+ "it can be accessed. %s"
2503
+ msgstr ""
2504
+
2505
+ #: models/Audits.php:259
2506
+ msgid ""
2507
+ "Platforms like Shopify handle this with their default engine. On WordPress "
2508
+ "you can use Squirrly SEO to create and customize your robots.txt"
2509
+ msgstr ""
2510
+
2511
+ #: models/Audits.php:260
2512
+ msgid "Add robots.txt file in your site"
2513
+ msgstr ""
2514
+
2515
+ # @ squirrly-seo
2516
+ #: models/Audits.php:265
2517
+ #, fuzzy
2518
+ #| msgid "Keyword:"
2519
+ msgid "Meta Viewport"
2520
+ msgstr "Schlüsselwort:"
2521
+
2522
+ # @ squirrly-seo
2523
+ #: models/Audits.php:269
2524
+ #, fuzzy
2525
+ #| msgid "Description:"
2526
+ msgid "The pages without viewport meta"
2527
+ msgstr "Beschreibung:"
2528
+
2529
+ #: models/Audits.php:270
2530
+ #, php-format
2531
+ msgid ""
2532
+ "How can we fix the meta viewport of the website? %s You need to make sure you "
2533
+ "have this tag inside your page's code: <meta name=“viewport” "
2534
+ "content=“width=device-width, initial-scale=1”> . Or something similar. %s In "
2535
+ "case you know that the minimum resolution required to deliver a good user "
2536
+ "experience to your viewers is 500 px, then write the following: %s <meta "
2537
+ "name=“viewport” content=“width=500, initial-scale=1”>%s"
2538
+ msgstr ""
2539
+
2540
+ #: models/Audits.php:271
2541
+ msgid ""
2542
+ "Platforms like Shopify handle this with their default engine. On WordPress, "
2543
+ "you need to make sure the WordPress theme you buy is responsive and has this "
2544
+ "definition."
2545
+ msgstr ""
2546
+
2547
+ # @ squirrly-seo
2548
+ #: models/Audits.php:272
2549
+ #, fuzzy
2550
+ #| msgid "adds the correct <strong>title</strong> in the home page"
2551
+ msgid "Add the meta viewport tag in the page's header"
2552
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
2553
+
2554
+ #: models/Audits.php:277
2555
+ #, fuzzy
2556
+ #| msgid "Optimize for Keyword"
2557
+ msgid "Site optimized for speed?"
2558
+ msgstr "Schlüsselwort optimieren"
2559
+
2560
+ # @ squirrly-seo
2561
+ #: models/Audits.php:281
2562
+ #, fuzzy
2563
+ #| msgid "Description:"
2564
+ msgid "The pages without gzip"
2565
+ msgstr "Beschreibung:"
2566
+
2567
+ #: models/Audits.php:282
2568
+ #, php-format
2569
+ msgid ""
2570
+ "How can we fix the gzip compression for our website? %s GZIP compression must "
2571
+ "be installed on the web server, such as in Apache, IIS and nginx. When "
2572
+ "retrieving the website the web browser will prompt the visitor he/she can "
2573
+ "receive the GZIP. %s Squirrly’s teams of experts can help you get this done. "
2574
+ "[link]https://www.squirrly.co/agency/[/link] - Premium Paid Services, "
2575
+ "separate from any software license you may have from the Squirrly Company. %s "
2576
+ "Ask your webmaster / developer / host to help you with this. Or try to find "
2577
+ "plugins to help you with this.%s"
2578
+ msgstr ""
2579
+
2580
+ #: models/Audits.php:283
2581
+ msgid ""
2582
+ "Setting this up saves 50% to 80% bandwidth, which will make all your pages "
2583
+ "load a lot faster."
2584
+ msgstr ""
2585
+
2586
+ #: models/Audits.php:284
2587
+ #, fuzzy
2588
+ #| msgid "Optimize for Keyword"
2589
+ msgid "Use gzip to increase your site's speed"
2590
+ msgstr "Schlüsselwort optimieren"
2591
+
2592
+ # @ squirrly-seo
2593
+ #: models/Audits.php:289
2594
+ #, fuzzy
2595
+ #| msgid "Description:"
2596
+ msgid "Duplicate Open Graph Tags?"
2597
+ msgstr "Beschreibung:"
2598
+
2599
+ # @ squirrly-seo
2600
+ #: models/Audits.php:290 models/Audits.php:302 models/Audits.php:314
2601
+ #: models/Audits.php:326
2602
+ #, fuzzy
2603
+ #| msgid "Description:"
2604
+ msgid "No duplicates"
2605
+ msgstr "Beschreibung:"
2606
+
2607
+ # @ squirrly-seo
2608
+ #: models/Audits.php:291 models/Audits.php:303 models/Audits.php:315
2609
+ #: models/Audits.php:327
2610
+ #, fuzzy
2611
+ #| msgid "No results found!"
2612
+ msgid "We found some ..."
2613
+ msgstr "Keine Ergebnisse gefunden!"
2614
+
2615
+ # @ squirrly-seo
2616
+ #: models/Audits.php:293
2617
+ #, fuzzy
2618
+ #| msgid "Description:"
2619
+ msgid "The pages with duplicate Open Graph metas"
2620
+ msgstr "Beschreibung:"
2621
+
2622
+ #: models/Audits.php:294 models/Audits.php:306 models/Audits.php:318
2623
+ #: models/Audits.php:330
2624
+ #, php-format
2625
+ msgid ""
2626
+ "How can we fix the duplicate meta codes of our pages? %s Make a list of the "
2627
+ "pages which have this problem. %s Start fixing them one by one. %s Remove "
2628
+ "duplicate definitions of code from the <head> section of each page. (eg. you "
2629
+ "have two instances of og:title << remove one of them!)%s"
2630
+ msgstr ""
2631
+
2632
+ #: models/Audits.php:295 models/Audits.php:307 models/Audits.php:319
2633
+ #: models/Audits.php:331
2634
+ msgid ""
2635
+ "On WordPress you can use Squirrly SEO to Remove Duplicate Meta codes from all "
2636
+ "your pages. It removes them automatically. No work on your behalf."
2637
+ msgstr ""
2638
+
2639
+ #: models/Audits.php:296 models/Audits.php:308 models/Audits.php:320
2640
+ #: models/Audits.php:332
2641
+ msgid "Make sure you don't have duplicate meta tags in your site's header"
2642
+ msgstr ""
2643
+
2644
+ # @ squirrly-seo
2645
+ #: models/Audits.php:301
2646
+ #, fuzzy
2647
+ #| msgid "Twitter"
2648
+ msgid "Duplicate Twitter Card Tags?"
2649
+ msgstr "Twitter"
2650
+
2651
+ # @ squirrly-seo
2652
+ #: models/Audits.php:305
2653
+ #, fuzzy
2654
+ #| msgid "Twitter"
2655
+ msgid "The pages with duplicate Twitter Card metas"
2656
+ msgstr "Twitter"
2657
+
2658
+ # @ squirrly-seo
2659
+ #: models/Audits.php:313
2660
+ #, fuzzy
2661
+ #| msgid "Twitter"
2662
+ msgid "Duplicate Title Tags?"
2663
+ msgstr "Twitter"
2664
+
2665
+ # @ squirrly-seo
2666
+ #: models/Audits.php:317
2667
+ #, fuzzy
2668
+ #| msgid "Description:"
2669
+ msgid "The pages with duplicate Title metas"
2670
+ msgstr "Beschreibung:"
2671
+
2672
+ # @ squirrly-seo
2673
+ #: models/Audits.php:325
2674
+ #, fuzzy
2675
+ #| msgid "Description:"
2676
+ msgid "Duplicate Description Tags?"
2677
+ msgstr "Beschreibung:"
2678
+
2679
+ # @ squirrly-seo
2680
+ #: models/Audits.php:329
2681
+ #, fuzzy
2682
+ #| msgid "Description:"
2683
+ msgid "The pages with duplicate Description metas"
2684
+ msgstr "Beschreibung:"
2685
+
2686
+ #: models/Audits.php:340
2687
+ msgid "Top Shared Pages"
2688
+ msgstr ""
2689
+
2690
+ #: models/Audits.php:345
2691
+ #, php-format
2692
+ msgid ""
2693
+ "You can see the list of pages that got the most shares in the Social section "
2694
+ "of your SEO Audit. %s It’s very important to get more eyes on your content "
2695
+ "via social media. You need external signals and Authority for your site and "
2696
+ "pages if you want to get really good rankings. There’s really no skipping "
2697
+ "this if you want performance. %s The logic behind this is: if nobody shares "
2698
+ "your site on social media, then your site is not important. That’s how "
2699
+ "Google’s algorithm “sees” this. %s"
2700
+ msgstr ""
2701
+
2702
+ #: models/Audits.php:346
2703
+ #, php-format
2704
+ msgid ""
2705
+ "Find proven methods for sharing on social media inside our free 10,000 Visits "
2706
+ "from Social Media training. More courses on social media are available within "
2707
+ "%s Education Cloud PLUS %s: the Premiere education platform of Squirrly."
2708
+ msgstr ""
2709
+
2710
+ #: models/Audits.php:350
2711
+ msgid "Shares"
2712
+ msgstr ""
2713
+
2714
+ #: models/Audits.php:355
2715
+ #, php-format
2716
+ msgid ""
2717
+ "How can we raise the Social Media Shares (or signals) for our pages on Social "
2718
+ "Media? %s Use a tool like SalesFlare or FullContact (both paid) to extract "
2719
+ "the social media profiles of your customers, users, email subscribers and "
2720
+ "even LinkedIN Connections. Then make sure they follow you on Social Media. An "
2721
+ "easy way to do this is to follow them yourself. They already care about you "
2722
+ "and your company. They will gladly interact with your profiles. Using tools "
2723
+ "like these will also give you a clear picture of what Social Media platforms "
2724
+ "your desired audience uses most, so that you can create profiles only for "
2725
+ "those social media platforms. %s You should create social media Giveaways, or "
2726
+ "even viral communities like: [link]https://www.squirrly.co/dmsuperstars/[/"
2727
+ "link] %s Use a service like [link]https://techfork.xyz/about/[/link] "
2728
+ "(warning: other social media providers will most likely cause problems, "
2729
+ "because they use bots. - TechFork has been verified by our community and it "
2730
+ "has been a partner for over 4 years) %s Learn from our Episode on the "
2731
+ "Marketing Education Cloud Podcast how to share your pages so that you get "
2732
+ "better social signals and also 10,000 visits from social media: [link]https://"
2733
+ "www.squirrly.co/podcast/[/link] %s"
2734
+ msgstr ""
2735
+
2736
+ #: models/Audits.php:356
2737
+ msgid ""
2738
+ "All the shares and likes that your fans will give your pages will contribute "
2739
+ "to the total number of shares from social media (social signals). When "
2740
+ "Google’s algorithm starts “seeing” that people share your pages on social "
2741
+ "media, it will consider that your site is becoming popular and will increase "
2742
+ "its rankings."
2743
+ msgstr ""
2744
+
2745
+ #: models/Audits.php:357
2746
+ msgid "You have to share your articles with your fans"
2747
+ msgstr ""
2748
+
2749
+ # @ squirrly-seo
2750
+ #: models/Audits.php:362
2751
+ #, fuzzy
2752
+ #| msgid "Insert in your article"
2753
+ msgid "Share Buttons in your articles?"
2754
+ msgstr "In Artikel einfügen"
2755
+
2756
+ # @ squirrly-seo
2757
+ #: models/Audits.php:366
2758
+ #, fuzzy
2759
+ #| msgid "Description:"
2760
+ msgid "The pages without share buttons"
2761
+ msgstr "Beschreibung:"
2762
+
2763
+ #: models/Audits.php:367
2764
+ #, php-format
2765
+ msgid ""
2766
+ "How can we get social media share buttons on our website? %s There are many "
2767
+ "options to help you get social sharing buttons inside your website. However, "
2768
+ "you should be careful not to let them ruin your loading times. Most plugins "
2769
+ "and apps will do that. %s Sumo.com is an Okay option. I'm not really happy "
2770
+ "with them, because I find it slows my pages. %s My current favorites are "
2771
+ "[link]http://info.zotabox.com/[/link] . I'm using them on Shopify and "
2772
+ "WordPress. It works with any CMS platform. The loading speed is great and "
2773
+ "their social media counters work perfectly.%s"
2774
+ msgstr ""
2775
+
2776
+ #: models/Audits.php:368
2777
+ msgid ""
2778
+ "All there is to it is: make the buttons obvious, so people can easily find "
2779
+ "them. Make sure they don't slow your site down. Make sure they look great on "
2780
+ "mobile."
2781
+ msgstr ""
2782
+
2783
+ # @ squirrly-seo
2784
+ #: models/Audits.php:369
2785
+ #, fuzzy
2786
+ #| msgid "Insert in your article"
2787
+ msgid "Add Social Share buttons in your articles"
2788
+ msgstr "In Artikel einfügen"
2789
+
2790
+ #: models/Audits.php:374
2791
+ msgid "Social 'Follow me' Buttons?"
2792
+ msgstr ""
2793
+
2794
+ # @ squirrly-seo
2795
+ #: models/Audits.php:378
2796
+ #, fuzzy
2797
+ #| msgid "Description:"
2798
+ msgid "The pages without social buttons"
2799
+ msgstr "Beschreibung:"
2800
+
2801
+ #: models/Audits.php:379
2802
+ #, php-format
2803
+ msgid ""
2804
+ "How can we fix the Social Follow Me buttons of the website? %s Add buttons to "
2805
+ "your website, that allow your visitors to check your social media profiles "
2806
+ "and follow you on social media. %s This is one of the most important aspects "
2807
+ "nowadays, if you want to build trust with your website. %s Learn more with "
2808
+ "Expectation Marketing. Expectation Marketing is all about teaching you how to "
2809
+ "implement such buttons and other trust elements for your digital brand. "
2810
+ "[link]http://expectationmarketing.com/[/link] %s"
2811
+ msgstr ""
2812
+
2813
+ #: models/Audits.php:380
2814
+ msgid ""
2815
+ "Place the buttons in your site's footer, to make sure they're always "
2816
+ "accessible. Web users are used to finding them there when they wish to "
2817
+ "connect to brands on social media."
2818
+ msgstr ""
2819
+
2820
+ #: models/Audits.php:381
2821
+ msgid ""
2822
+ "Add links to your Social Media profiles to strengthen social signals and keep "
2823
+ "readers engaged."
2824
+ msgstr ""
2825
+
2826
+ #: models/Audits.php:386
2827
+ #, fuzzy
2828
+ #| msgid "Optimize for Keyword"
2829
+ msgid "Open Graph protocol?"
2830
+ msgstr "Schlüsselwort optimieren"
2831
+
2832
+ # @ squirrly-seo
2833
+ #: models/Audits.php:390
2834
+ #, fuzzy
2835
+ #| msgid "Description:"
2836
+ msgid "The pages without Open Graph metas"
2837
+ msgstr "Beschreibung:"
2838
+
2839
+ #: models/Audits.php:391
2840
+ #, php-format
2841
+ msgid ""
2842
+ "How can we fix the Open Graph of the website? %s You need to make sure you're "
2843
+ "going to fix the Open Graph image AS WELL AS all the other open graph "
2844
+ "elements. %s If you're on WordPress, you're easily getting all the settings "
2845
+ "you need from Squirrly SEO. Make sure you use it. %s Below, you can see the "
2846
+ "examples of open graph elements you need to implement in the <head> section "
2847
+ "of your page's code. Make sure you replace the elements inside content=\" \" "
2848
+ "with your own data: your own titles, own image URLs, etc. %s <meta "
2849
+ "property=“og:url” content=“{site}/product/expectation-marketing-ebook/“ /> %s "
2850
+ "<meta property=“og:title” content=“Expectation Marketing [Book]” /> %s <meta "
2851
+ "property=“og:description” content=“If you`re wondering why your marketing "
2852
+ "strategy isn`t bringing the results you expected this is the right ebook for "
2853
+ "you. Expectation Marketing is about giving you an acti” /> %s <meta "
2854
+ "property=“og:type” content=“product” /> %s <meta property=“og:image” "
2855
+ "content=“{site}/image.jpg” /> %s <meta property=“og:image:width” "
2856
+ "content=“700” /> %s <meta property=“og:image:height” content=“536” /> %s "
2857
+ "<meta property=“og:image:type” content=“image/jpeg” /> %s <meta property=“og:"
2858
+ "site_name” content=“Expectation Marketing” /> %s <meta property=“og:locale” "
2859
+ "content=“en” />%s"
2860
+ msgstr ""
2861
+
2862
+ #: models/Audits.php:392
2863
+ msgid ""
2864
+ "Fixing this will improve Click Through Rates on Facebook, LinkedIN. "
2865
+ "Guaranteed. Make sure you use this to control how your pages look on social "
2866
+ "media when people share them."
2867
+ msgstr ""
2868
+
2869
+ # @ squirrly-seo
2870
+ #: models/Audits.php:393
2871
+ #, fuzzy
2872
+ #| msgid "adds <strong>canonical</strong> link in home page"
2873
+ msgid "Add the meta Open Graph tag in your page's header."
2874
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
2875
+
2876
+ # @ squirrly-seo
2877
+ #: models/Audits.php:398
2878
+ #, fuzzy
2879
+ #| msgid "Twitter"
2880
+ msgid "Twitter Card?"
2881
+ msgstr "Twitter"
2882
+
2883
+ # @ squirrly-seo
2884
+ #: models/Audits.php:402
2885
+ #, fuzzy
2886
+ #| msgid "Description:"
2887
+ msgid "The pages without Twitter Card metas"
2888
+ msgstr "Beschreibung:"
2889
+
2890
+ #: models/Audits.php:403
2891
+ #, php-format
2892
+ msgid ""
2893
+ "How can we fix the Twitter Cards of the website? %s You need to make sure "
2894
+ "you're going to fix the Twitter Card image AS WELL AS all the other twitter "
2895
+ "card elements. %s If you're on WordPress, you're easily getting all the "
2896
+ "settings you need from Squirrly SEO. Make sure you use it. %s Below, you can "
2897
+ "see examples of twitter card elements you need to implement in the <head> "
2898
+ "section of your page's code. Make sure you replace the elements inside "
2899
+ "content=\" \" with your own data: your own titles, own image URLs, etc. %s "
2900
+ "<meta property=“twitter:url” content=“{site}/product/expectation-marketing-"
2901
+ "ebook/“ /> %s <meta property=“twitter:title” content=“Expectation Marketing "
2902
+ "[Book]” /> %s <meta property=“twitter:description” content=“If you`re "
2903
+ "wondering why your marketing strategy isn`t bringing the results you expected "
2904
+ "this is the right ebook for you. Expectation Marketing is about giving you an "
2905
+ "acti” /> %s <meta property=“twitter:image” content=“{site}/image.jpg” /> %s "
2906
+ "<meta property=“twitter:domain” content=“Expectation Marketing” /> %s <meta "
2907
+ "property=“twitter:card” content=“summary” />%s"
2908
+ msgstr ""
2909
+
2910
+ #: models/Audits.php:404
2911
+ msgid ""
2912
+ "Fixing this will improve Click Through Rates on Twitter. Guaranteed. Make "
2913
+ "sure you use this to control how your pages look on social media when people "
2914
+ "share them."
2915
+ msgstr ""
2916
+
2917
+ #: models/Audits.php:405
2918
+ msgid "Add Twitter Card to make your articles look better on Twitter."
2919
+ msgstr ""
2920
+
2921
+ #: models/Audits.php:414
2922
+ msgid "Moz Backlinks"
2923
+ msgstr ""
2924
+
2925
+ #: models/Audits.php:415 models/Audits.php:416
2926
+ msgid "link(s)"
2927
+ msgstr ""
2928
+
2929
+ #: models/Audits.php:417 models/Audits.php:418
2930
+ msgid "Moz Backlinks Count"
2931
+ msgstr ""
2932
+
2933
+ #: models/Audits.php:419
2934
+ #, php-format
2935
+ msgid ""
2936
+ "How can we fix the Inbound Links Number to the latest 10 Pages? %s Many are "
2937
+ "tempted to go to fiverr.com for something like this. Avoid shady SEO. What "
2938
+ "you can try, and ONLY if it makes sense, is to get bloggers who sell on "
2939
+ "fiverr to place your article (with links to your own site) on their site. %s "
2940
+ "You can easily get backlinks from multiple domains by showing that your "
2941
+ "business: %s - is an alternative to some other existing business (there are "
2942
+ "many websites on which people look for alternatives and they'll be happy to "
2943
+ "include your site as well, because it supports their purpose) %s - has "
2944
+ "discounts and coupons (there are many websites for coupon and discounts. Just "
2945
+ "search on Google and you'll find many. They'll happily include your coupon "
2946
+ "codes and links to your site) %s - hosts giveaways and contests (many "
2947
+ "websites that will happily link to the contest page on your website) %s "
2948
+ "Broken Link Building, using tools like Screaming Frog to help you find broken "
2949
+ "links.%s"
2950
+ msgstr ""
2951
+
2952
+ #: models/Audits.php:421
2953
+ msgid ""
2954
+ "Find more blogs, forums, directories to add links there. Contribute to the "
2955
+ "respective community and they will appreciate it."
2956
+ msgstr ""
2957
+
2958
+ #: models/Audits.php:426
2959
+ msgid "Links with noFollow?"
2960
+ msgstr ""
2961
+
2962
+ #: models/Audits.php:431
2963
+ #, php-format
2964
+ msgid ""
2965
+ "How can we fix the No-Follow links of the website? %s You can find an "
2966
+ "extremely easy way to do this in the SEO Kit of Squirrly: [link]https://www."
2967
+ "squirrly.co/seo/kit/[/link] %s You can start doing this even if you don't "
2968
+ "have an advanced or complex SEO strategy for all your site's inner links. If "
2969
+ "you have pages in your SEO strategy that are super important (you NEED those "
2970
+ "pages to be found via search) make sure you add: <meta name=\"robots\" "
2971
+ "content=\"index, nofollow\" /> This ensures that Google considers this a "
2972
+ "final page. If many other pages link on to this page and this is the final "
2973
+ "one, it means that it is the most valuable resource. %s Identify links on "
2974
+ "your pages that are not important for you or for the purpose of the site "
2975
+ "itself. Maybe you're sending a link to chef Jamie Oliver's recipe for hot "
2976
+ "sauce. You should make sure that you add the No Follow tag to that link going "
2977
+ "out of your site, because you don't want Google to pass on link juice to "
2978
+ "Jaime Oliver. You'd give him a part of your SEO Authority and you don't want "
2979
+ "that. You should also add No-Follow tags to internal links from your very own "
2980
+ "site. Add no-follow to pages like \"/login\", \"/register\" \"/terms-of-use"
2981
+ "\", which are not important to be found via search engines. %s Add rel="
2982
+ "\"nofollow\" to links inside your pages to fix this task. If you'd want to "
2983
+ "NoFollow your Sign In page you could do it like this: <a href=\"signin.php\" "
2984
+ "rel=\"nofollow\">sign in</a>%s"
2985
+ msgstr ""
2986
+
2987
+ #: models/Audits.php:432
2988
+ msgid ""
2989
+ "You could add no-follow to most of the links from your site that go towards "
2990
+ "external, third-party websites. The only external sites you should leave "
2991
+ "without No-Follow are sites that you'd like to be associated with by Google. "
2992
+ "This is to say that in some cases you may want to send do-follow links to "
2993
+ "other people's sites if they are super high authority and would help Google "
2994
+ "better understand what your site's content is all about."
2995
+ msgstr ""
2996
+
2997
+ #: models/Audits.php:433
2998
+ msgid "Add nofollow links to pages like Terms and Conditions."
2999
+ msgstr ""
3000
+
3001
+ #: models/Audits.php:442 models/FocusPages.php:35
3002
+ msgid "Page Authority"
3003
+ msgstr ""
3004
+
3005
+ # @ squirrly-seo
3006
+ #: models/Audits.php:443 models/Audits.php:444
3007
+ #, fuzzy
3008
+ #| msgid "Description:"
3009
+ msgid "average authority"
3010
+ msgstr "Beschreibung:"
3011
+
3012
+ #: models/Audits.php:447
3013
+ #, php-format
3014
+ msgid ""
3015
+ "How can we fix the Authority of the website? %s You must start by "
3016
+ "understanding this: Authority is Squirrly's calculated metric for how well a "
3017
+ "given webpage is likely to rank in Google's search results. It collects data "
3018
+ "from social media, google analytics and inbound links (backlinks to your own "
3019
+ "site) %s You can follow the PRO Tips sections from Audit. %s Get more Buzz on "
3020
+ "Social Media. Get More Traffic. Get More Sites to link back to your own site. "
3021
+ "That's how you increase your Authority.%s Read the Traffic section of the "
3022
+ "Audit for more fixes and ideas. Bringing more Traffic increases Authority. %s "
3023
+ "Read the Social Media ideas for getting your pages shared on social networks. "
3024
+ "In the SEO Audit from Squirrly. Get more shares and traffic from social "
3025
+ "media. That will help boost your overall Web Authority %s Use Focus Pages "
3026
+ "from Squirrly: everything we tell you there helps boost your authority: "
3027
+ "[link]https://plugin.squirrly.co/focus-pages/[/link] %s"
3028
+ msgstr ""
3029
+
3030
+ #: models/Audits.php:448
3031
+ msgid ""
3032
+ "You can build up a solid Content Strategy using the SEO Goals and our brand "
3033
+ "new Private SEO Consultant. In a Plugin. Powered by Machine Learning and "
3034
+ "Cloud Services: [link]https://plugin.squirrly.co/best-seo-goals/[/link] or "
3035
+ "you can start getting more BackLinks using the BackLinks Assistant "
3036
+ "[link]https://www.producthunt.com/upcoming/backlinks-assistant-by-squirrly[/"
3037
+ "link]."
3038
+ msgstr ""
3039
+
3040
+ #: models/Audits.php:449
3041
+ msgid "Get links to your page from domains with authority."
3042
+ msgstr ""
3043
+
3044
+ #: models/Audits.php:454
3045
+ msgid "Alexa Rank"
3046
+ msgstr ""
3047
+
3048
+ #: models/Audits.php:459
3049
+ #, php-format
3050
+ msgid ""
3051
+ "How can we fix the Alexa Rank of the website? %s Get more traffic to your "
3052
+ "website. (the visitors should have the Alexa toolbar installed for Alexa to "
3053
+ "be able to measure the traffic). %s You could encourage your visitors to "
3054
+ "install the Alexa toolbar (if it makes sense for your business or audience, "
3055
+ "of course). %s Increase your SEO rankings, get more shares on social media. "
3056
+ "You can use tools like Social Squirrly to make sure you constantly promote "
3057
+ "your pages, without doing any manual work. And without forgetting to keep "
3058
+ "posting them. [link]https://www.squirrly.co/social-media/tools-for-digital-"
3059
+ "marketing/[/link]%s"
3060
+ msgstr ""
3061
+
3062
+ #: models/Audits.php:460
3063
+ msgid ""
3064
+ "A certain and tested way of increasing Alexa rank is creating and promoting "
3065
+ "many pieces of fresh content. An agency like Squirrly's Content Agency can "
3066
+ "help you with this. [link]http://www.squirrly.co/agency[/link]"
3067
+ msgstr ""
3068
+
3069
+ #: models/Audits.php:461
3070
+ msgid "Try to gain organic traffic to your site."
3071
+ msgstr ""
3072
+
3073
+ #: models/Audits.php:466
3074
+ msgid "Domain Age"
3075
+ msgstr ""
3076
+
3077
+ #: models/Audits.php:471
3078
+ #, php-format
3079
+ msgid ""
3080
+ "How can we fix the Domain Age of the website? %s While you certainly can't go "
3081
+ "back and forth in time like the Flash, there are things you can do, like: "
3082
+ "make sure your domain can be crawled by search engines. %s Ping your domain "
3083
+ "name as soon as possible using Google Search Console. Ask GSC asap to index "
3084
+ "your pages. Both by manual URL index and by placing the sitemaps generated by "
3085
+ "Squirrly. %s Get your website on Way Back Machine. [link]https://archive.org/"
3086
+ "web/[/link] Archive.org even has a tool called Save Page Now which will "
3087
+ "guarantee your entry into Way Back Machine.%s"
3088
+ msgstr ""
3089
+
3090
+ #: models/Audits.php:472
3091
+ msgid ""
3092
+ "If Squirrly could crawl your website and find your pages + show you the "
3093
+ "Audit, it means your domain and pages can be crawled. Just make sure you're "
3094
+ "not stopping the Google crawlers in your code via \"no-index\" or via robots."
3095
+ "txt"
3096
+ msgstr ""
3097
+
3098
+ #: models/Audits.php:473
3099
+ msgid ""
3100
+ "Your domain is new. I know it will get older, but still, it's good to know "
3101
+ "what to expect if it's new :)"
3102
+ msgstr ""
3103
+
3104
+ # @ squirrly-seo
3105
+ #: models/Audits.php:478
3106
+ #, fuzzy
3107
+ #| msgid "Change the Website Icon"
3108
+ msgid "Site Icon"
3109
+ msgstr "Ändern Sie das Website-Symbol"
3110
+
3111
+ #: models/Audits.php:483
3112
+ #, php-format
3113
+ msgid ""
3114
+ "How can we fix the favicon of the website? %s If you don't already have a "
3115
+ "favicon, you'll need to create one. The dimensions are 16 x 16 pixels %s You "
3116
+ "can easily create one using this [link]http://www.favicon.cc/[/link] . Upload "
3117
+ "it to your own server after creating it. %s Once you have the favicon, use "
3118
+ "this in the code of your pages: <link rel=“shortcut icon” href=“/images/"
3119
+ "specialicon.ico” type=“image/x-icon” />%s"
3120
+ msgstr ""
3121
+
3122
+ #: models/Audits.php:484
3123
+ msgid ""
3124
+ "Platforms like Shopify handle this with their default engine. On WordPress "
3125
+ "you can use Squirrly SEO to upload and control the favicon displayed on your "
3126
+ "pages."
3127
+ msgstr ""
3128
+
3129
+ #: models/Audits.php:485 models/Audits.php:497
3130
+ msgid "Add an icon for your site"
3131
+ msgstr ""
3132
+
3133
+ #: models/Audits.php:490
3134
+ msgid "IPad and IPhone Icons"
3135
+ msgstr ""
3136
+
3137
+ #: models/Audits.php:495
3138
+ #, php-format
3139
+ msgid ""
3140
+ "How can we fix the Apple Icon of the website? %s If you don't already have an "
3141
+ "Apple Icon, you'll need to create one. The dimensions are 129 x 129 pixels. "
3142
+ "It will need to be a .png file %s You can easily create one using this "
3143
+ "[link]https://www.canva.com/[/link] . Upload it to your own server after "
3144
+ "creating it. %s Once you have the Apple Icon, use this in the code (in the "
3145
+ "<head> section) of your pages: %s <link rel=“apple-touch-icon” href=“/apple-"
3146
+ "touch-icon.png” />%s"
3147
+ msgstr ""
3148
+
3149
+ #: models/Audits.php:496
3150
+ msgid ""
3151
+ "Platforms like Shopify handle this with their default engine. On WordPress "
3152
+ "you can use Squirrly SEO to upload and control the Apple Icon displayed on "
3153
+ "user's home screens when they bookmark your pages."
3154
+ msgstr ""
3155
+
3156
+ #: models/Audits.php:538 models/Audits.php:574 models/Audits.php:596
3157
+ #: models/Audits.php:706 models/focuspages/Audit.php:195
3158
+ #: models/focuspages/Audit.php:218 models/focuspages/Audit.php:241
3159
+ #: models/focuspages/Audit.php:264
3160
+ msgid "URL"
3161
+ msgstr ""
3162
+
3163
+ #: models/Audits.php:539
3164
+ msgid "Visitors"
3165
+ msgstr ""
3166
+
3167
+ #: models/Audits.php:540
3168
+ msgid "Bounce"
3169
+ msgstr ""
3170
+
3171
+ # @ squirrly-seo
3172
+ #: models/Audits.php:558
3173
+ #, fuzzy
3174
+ #| msgid "No results found!"
3175
+ msgid "No traffic data found"
3176
+ msgstr "Keine Ergebnisse gefunden!"
3177
+
3178
+ #: models/Audits.php:575 models/Audits.php:597
3179
+ msgid "Total"
3180
+ msgstr ""
3181
+
3182
+ # @ squirrly-seo
3183
+ #: models/Audits.php:631
3184
+ #, fuzzy
3185
+ #| msgid "Description:"
3186
+ msgid "Facebook reactions"
3187
+ msgstr "Beschreibung:"
3188
+
3189
+ # @ squirrly-seo
3190
+ #: models/Audits.php:635
3191
+ #, fuzzy
3192
+ #| msgid "Description:"
3193
+ msgid "Facebook shares"
3194
+ msgstr "Beschreibung:"
3195
+
3196
+ #: models/Audits.php:639
3197
+ msgid "Reddit shares"
3198
+ msgstr ""
3199
+
3200
+ #: models/Audits.php:643
3201
+ msgid "Pinterest shares"
3202
+ msgstr ""
3203
+
3204
+ #: models/Audits.php:707
3205
+ msgid "Value"
3206
+ msgstr ""
3207
+
3208
+ #: models/Audits.php:778 view/Audits/Audit.php:116 view/Audits/Compare.php:164
3209
+ msgid "PRO TIP"
3210
+ msgstr ""
3211
+
3212
+ #: models/Audits.php:798
3213
+ msgid "Requires Attention!"
3214
+ msgstr ""
3215
+
3216
+ #: models/Audits.php:802
3217
+ msgid "Can be improved."
3218
+ msgstr ""
3219
+
3220
+ #: models/Audits.php:864
3221
+ msgid "not yet"
3222
+ msgstr ""
3223
+
3224
+ #: models/BulkSeo.php:18
3225
+ msgid "METAs"
3226
+ msgstr ""
3227
+
3228
+ #: models/BulkSeo.php:19 view/Blocks/Snippet.php:91
3229
+ #, fuzzy
3230
+ #| msgid "Optimize for Keyword"
3231
+ msgid "Open Graph"
3232
+ msgstr "Schlüsselwort optimieren"
3233
+
3234
+ # @ squirrly-seo
3235
+ #: models/BulkSeo.php:20 view/Blocks/Snippet.php:94
3236
+ #, fuzzy
3237
+ #| msgid "Twitter"
3238
+ msgid "Twitter Card"
3239
+ msgstr "Twitter"
3240
+
3241
+ #: models/BulkSeo.php:21 models/FocusPages.php:25 view/Blocks/Snippet.php:97
3242
+ msgid "Visibility"
3243
+ msgstr ""
3244
+
3245
+ #: models/CheckSeo.php:46
3246
+ msgid "Make your site Visible asap"
3247
+ msgstr ""
3248
+
3249
+ #: models/CheckSeo.php:47
3250
+ #, php-format
3251
+ msgid ""
3252
+ "If you want Google (or any other search engine) to Display your pages and "
3253
+ "then Rank them higher in search results, your website needs to be Public and "
3254
+ "the pages indexable. Currently, a setting in your WordPress makes this "
3255
+ "impossible. You selected '%s' in %sSettings > Reading%s. You need to UNCHECK "
3256
+ "that option."
3257
+ msgstr ""
3258
+
3259
+ # @ squirrly-seo
3260
+ #: models/CheckSeo.php:47 models/CheckSeo.php:48
3261
+ #: models/bulkseo/Visibility.php:116 view/Blocks/Snippet.php:1107
3262
+ #, fuzzy
3263
+ #| msgid "You're blocking google from indexing your site!"
3264
+ msgid "Discourage search engines from indexing this site"
3265
+ msgstr "Sie blockieren Google zum Indizieren Ihrer Website!"
3266
+
3267
+ #: models/CheckSeo.php:48
3268
+ #, php-format
3269
+ msgid "Uncheck the option: %s in %sSettings > Reading%s."
3270
+ msgstr ""
3271
+
3272
+ #: models/CheckSeo.php:49
3273
+ msgid ""
3274
+ "Google can't show your site to anybody, because you haven't made your site "
3275
+ "public and indexable. You must fix this today."
3276
+ msgstr ""
3277
+
3278
+ # @ squirrly-seo
3279
+ #: models/CheckSeo.php:60
3280
+ #, fuzzy
3281
+ #| msgid "adds the correct <strong>title</strong> in the home page"
3282
+ msgid "Get the meta title tag in the front-end"
3283
+ msgstr "fügt den richtigen <strong>Titel</strong> in die Startseite ein"
3284
+
3285
+ #: models/CheckSeo.php:61
3286
+ msgid ""
3287
+ "Without the title tag in the front-end, search engines will 'think' that your "
3288
+ "website is broken. Currently the title tag is missing in front-end."
3289
+ msgstr ""
3290
+
3291
+ #: models/CheckSeo.php:62
3292
+ #, php-format
3293
+ msgid ""
3294
+ "Go to %s Squirrly > SEO Configuration > SEO Metas %s and switch on 'Optimize "
3295
+ "the Titles'. If it's already switched on, check if another plugin is stopping "
3296
+ "Squirrly from showing the Title."
3297
+ msgstr ""
3298
+
3299
+ #: models/CheckSeo.php:63
3300
+ msgid ""
3301
+ "You have to make the Title tag of the page visible in the front-end of the "
3302
+ "website. As soon as possible. Otherwise, you will have difficulty ranking."
3303
+ msgstr ""
3304
+
3305
+ # @ squirrly-seo
3306
+ #: models/CheckSeo.php:69 models/CheckSeo.php:83 models/CheckSeo.php:97
3307
+ #: models/CheckSeo.php:124 models/CheckSeo.php:138 models/CheckSeo.php:235
3308
+ #: models/CheckSeo.php:249 models/CheckSeo.php:530 models/CheckSeo.php:722
3309
+ #: models/CheckSeo.php:736 models/CheckSeo.php:750 models/CheckSeo.php:764
3310
+ #: models/CheckSeo.php:778 models/CheckSeo.php:792
3311
+ #, fuzzy
3312
+ #| msgid "Images"
3313
+ msgid "On-Page SEO"
3314
+ msgstr "Bilder"
3315
+
3316
+ #: models/CheckSeo.php:74
3317
+ msgid "Turn Squirrly's AMP Support to ON"
3318
+ msgstr ""
3319
+
3320
+ #: models/CheckSeo.php:75
3321
+ msgid ""
3322
+ "AMP site detected and Squirrly's AMP Support is OFF - If this website is an "
3323
+ "AMP website you need to make sure that you activate Squirrly AMP Tracking for "
3324
+ "it. Squirrly will load Google Analytics and Facebook Pixel for AMP and avoid "
3325
+ "AMP script errors."
3326
+ msgstr ""
3327
+
3328
+ #: models/CheckSeo.php:76
3329
+ #, php-format
3330
+ msgid ""
3331
+ "Activate AMP tracking in %s Squirrly > SEO Configuration > Connect Tools > "
3332
+ "AMP %s "
3333
+ msgstr ""
3334
+
3335
+ #: models/CheckSeo.php:77
3336
+ msgid ""
3337
+ "You must activate the AMP settings for Squirrly SEO, right now. Otherwise, "
3338
+ "the AMP version of the site will have missing pieces."
3339
+ msgstr ""
3340
+
3341
+ # @ squirrly-seo
3342
+ #: models/CheckSeo.php:88
3343
+ #, fuzzy
3344
+ #| msgid "Squirrly LIVE SEO assistant"
3345
+ msgid "Activate Squirrly SEO Title Now"
3346
+ msgstr "Squirrly LIVE SEO-Assistent"
3347
+
3348
+ #: models/CheckSeo.php:89
3349
+ msgid ""
3350
+ "Squirrly SEO title is NOT active for your website. If you DON'T use other SEO "
3351
+ "plugins, you should activate this option, and Squirrly SEO will add the Title "
3352
+ "tag on each page of your website and remove any duplicates. Your title tag "
3353
+ "determines your display title in SERPs, and it’s meant to help Google and "
3354
+ "human readers understand what your pages are all about"
3355
+ msgstr ""
3356
+
3357
+ #: models/CheckSeo.php:90
3358
+ #, php-format
3359
+ msgid ""
3360
+ "Go to %s Squirrly > SEO Configuration > SEO Metas%s and switch on: 'Optimize "
3361
+ "the Titles'"
3362
+ msgstr ""
3363
+
3364
+ #: models/CheckSeo.php:91
3365
+ msgid ""
3366
+ "You should activate the Squirrly SEO title to help Search Engines understand "
3367
+ "what your pages are about and ensure all of your pages have titles."
3368
+ msgstr ""
3369
+
3370
+ #: models/CheckSeo.php:102
3371
+ msgid "Make your LINKS SEO-Friendly"
3372
+ msgstr ""
3373
+
3374
+ #: models/CheckSeo.php:103
3375
+ msgid ""
3376
+ "Google considers the URLs you use on your website to be a ranking factor. The "
3377
+ "permalinks you use and the structure you decide on adopting is ultimately an "
3378
+ "SEO signal. Having a good permalink structure also helps make your site Human-"
3379
+ "friendly. "
3380
+ msgstr ""
3381
+
3382
+ #: models/CheckSeo.php:104
3383
+ #, php-format
3384
+ msgid ""
3385
+ "Your URLs should be super easy to read. Go to your %s WordPress dashboard > "
3386
+ "Settings > Permalinks %s .There, you can create a custom URL structure for "
3387
+ "your permalinks."
3388
+ msgstr ""
3389
+
3390
+ #: models/CheckSeo.php:105
3391
+ msgid ""
3392
+ "Make your LINKS SEO-Friendly. You're losing potential rankings at the moment."
3393
+ msgstr ""
3394
+
3395
+ # @ squirrly-seo
3396
+ #: models/CheckSeo.php:115
3397
+ #, fuzzy
3398
+ #| msgid "Description:"
3399
+ msgid "Activate the Sitemap from Squirrly"
3400
+ msgstr "Beschreibung:"
3401
+
3402
+ #: models/CheckSeo.php:116
3403
+ msgid ""
3404
+ "XML sitemaps help search engines and spiders discover new pages on your "
3405
+ "website. It also helps them better understand the structure of your website. "
3406
+ "Activate your Sitemap XML setting. Squirrly SEO will then generate your "
3407
+ "sitemap, according to different items you can set up."
3408
+ msgstr ""
3409
+
3410
+ #: models/CheckSeo.php:117
3411
+ #, php-format
3412
+ msgid ""
3413
+ "Go to %s Squirrly > SEO Configuration > Tweaks And Sitemap %s to setup the "
3414
+ "sitemap. Choose for which types of URLs you'll want to have sitemaps. It "
3415
+ "depends on your strategy. Leave the defaults if you're uncertain."
3416
+ msgstr ""
3417
+
3418
+ #: models/CheckSeo.php:118
3419
+ msgid ""
3420
+ "Lead Search Engines to your most important pages using XML sitemaps. Do this "
3421
+ "and you can rank better. "
3422
+ msgstr ""
3423
+
3424
+ #: models/CheckSeo.php:129
3425
+ msgid "Get a robots txt file"
3426
+ msgstr ""
3427
+
3428
+ #: models/CheckSeo.php:130
3429
+ msgid ""
3430
+ "Robots.txt is a text file webmasters create to instruct how to crawl & index "
3431
+ "pages on their website. You can use this file to tell search engine robots "
3432
+ "what to crawl and what not to crawl on your site. Search bots usually look "
3433
+ "for this file in a website as soon as they enter one. Therefore, it's very "
3434
+ "important to have a robots.txt file in the first place."
3435
+ msgstr ""
3436
+
3437
+ #: models/CheckSeo.php:131
3438
+ #, php-format
3439
+ msgid ""
3440
+ "Go to %s Squirrly > SEO Configuration > Tweaks And Sitemap > Robots File %s "
3441
+ "and switch on Activate Robots. If it's already switched on, check if another "
3442
+ "plugin is stopping Squirrly from adding the Robots.txt URL."
3443
+ msgstr ""
3444
+
3445
+ #: models/CheckSeo.php:132
3446
+ msgid ""
3447
+ "You should help Search Engine bots find what they need. Create a Robots.txt "
3448
+ "file as soon as possible if you want your site to be seen in Search Results."
3449
+ msgstr ""
3450
+
3451
+ #: models/CheckSeo.php:144
3452
+ #, fuzzy
3453
+ #| msgid "Optimize for Keyword"
3454
+ msgid "Error detected for your Focus Page"
3455
+ msgstr "Schlüsselwort optimieren"
3456
+
3457
+ #: models/CheckSeo.php:145
3458
+ #, php-format
3459
+ msgid ""
3460
+ "An error is preventing Squirrly from accessing and retrieving critical data "
3461
+ "about your Focus Page. You should fix this so that Squirrly can generate a "
3462
+ "complete audit of your page and show you what you need to do to improve its "
3463
+ "chances of ranking. %sThe error can also prevent human visitors from "
3464
+ "accessing your page, which is a critical issue. "
3465
+ msgstr ""
3466
+
3467
+ #: models/CheckSeo.php:146
3468
+ msgid ""
3469
+ "Use a different browser to make sure your Focus Page is visible. Whitelist "
3470
+ "our crawler IP address (176.9.112.210) to allow our server to verify your "
3471
+ "page so that you’ll receive a full audit."
3472
+ msgstr ""
3473
+
3474
+ #: models/CheckSeo.php:147
3475
+ msgid ""
3476
+ "Make sure that your Focus Page is published and can be accessed by all users "
3477
+ "and crawlers."
3478
+ msgstr ""
3479
+
3480
+ # @ squirrly-seo
3481
+ #: models/CheckSeo.php:153 models/CheckSeo.php:167 models/CheckSeo.php:194
3482
+ #: models/CheckSeo.php:208 models/CheckSeo.php:277 models/CheckSeo.php:291
3483
+ #: models/CheckSeo.php:305 models/CheckSeo.php:318 models/CheckSeo.php:332
3484
+ #: models/CheckSeo.php:347 models/CheckSeo.php:376 models/CheckSeo.php:390
3485
+ #: models/CheckSeo.php:404 models/CheckSeo.php:418 models/CheckSeo.php:432
3486
+ #: models/CheckSeo.php:460 models/CheckSeo.php:488 models/CheckSeo.php:544
3487
+ #: models/CheckSeo.php:558 models/CheckSeo.php:572 models/CheckSeo.php:586
3488
+ #: models/CheckSeo.php:600 models/CheckSeo.php:614 models/CheckSeo.php:628
3489
+ #: models/CheckSeo.php:642 models/CheckSeo.php:695 models/CheckSeo.php:709
3490
+ #: models/CheckSeo.php:805 models/CheckSeo.php:818 models/CheckSeo.php:831
3491
+ #: models/CheckSeo.php:844 models/CheckSeo.php:857 models/CheckSeo.php:883
3492
+ #: models/CheckSeo.php:896 models/CheckSeo.php:909 models/CheckSeo.php:922
3493
+ #: models/CheckSeo.php:935 models/CheckSeo.php:961 models/CheckSeo.php:974
3494
+ #: models/CheckSeo.php:987 models/CheckSeo.php:1000 models/CheckSeo.php:1013
3495
+ #: models/CheckSeo.php:1026 models/CheckSeo.php:1039 models/CheckSeo.php:1052
3496
+ #: models/Menu.php:230 models/Menu.php:490 view/FocusPages/Pagelist.php:22
3497
+ #, fuzzy
3498
+ #| msgid "Save settings"
3499
+ msgid "Focus Pages"
3500
+ msgstr "Einstellungen speichern"
3501
+
3502
+ #: models/CheckSeo.php:158
3503
+ msgid "Add Focus Page. It's the first step to reaching TOP positions"
3504
+ msgstr ""
3505
+
3506
+ #: models/CheckSeo.php:159
3507
+ msgid ""
3508
+ "Adding a Focus Page, and then using the SEO Goals related to it, is a sure "
3509
+ "way for all aspiring SEO Stars to begin reaching top positions in Google. SEO "
3510
+ "is very complicated, and Focus Pages is the only method that helps you un-"
3511
+ "complicate it. By following this method you will build a repeatable, smart "
3512
+ "strategy, powered by Machine Learning."
3513
+ msgstr ""
3514
+
3515
+ #: models/CheckSeo.php:160
3516
+ #, php-format
3517
+ msgid ""
3518
+ "Go to %sSquirrly SEO > Focus Pages > Add New Page%s to add a page in Focus "
3519
+ "Pages."
3520
+ msgstr ""
3521
+
3522
+ #: models/CheckSeo.php:161
3523
+ msgid ""
3524
+ "You don't currently have a clearly defined strategy. If you're a Non-SEO "
3525
+ "Expert you won't be able to reach TOP 10 rankings without Focus Pages."
3526
+ msgstr ""
3527
+
3528
+ #: models/CheckSeo.php:172
3529
+ msgid "Change WordPress' default tagline"
3530
+ msgstr ""
3531
+
3532
+ #: models/CheckSeo.php:173
3533
+ msgid ""
3534
+ "The default WordPress tagline is “Just another WordPress site” - which is "
3535
+ "like saying your site is nothing special. It's important to customize it so "
3536
+ "that you clearly communicate what your site is about to first-time visitors. "
3537
+ "Search Engines also pay close attention to taglines."
3538
+ msgstr ""
3539
+
3540
+ #: models/CheckSeo.php:174
3541
+ msgid ""
3542
+ "How you optimize your tagline can depend on the theme you are using (some "
3543
+ "themes don't display the tagline automatically). Your best bet is to go to "
3544
+ "Appearance > Customize from your WP dashboard to access the Customizer. "
3545
+ "There, you can customize your tagline. Best Practices: Make sure your tagline "
3546
+ "is catchy and reflects your site as a whole (its niche, purpose, the content "
3547
+ "that can be found on your site. Include strong keywords in your tagline, and "
3548
+ "ensure the tagline fits with your overall branding strategy."
3549
+ msgstr ""
3550
+
3551
+ #: models/CheckSeo.php:175
3552
+ msgid ""
3553
+ "Optimize your tagline so that your site is NOT 'Just another WordPress "
3554
+ "site' (or: Optimize your tagline to put your site’s best foot forward and "
3555
+ "encourage visitors to stick around.)"
3556
+ msgstr ""
3557
+
3558
+ #: models/CheckSeo.php:185
3559
+ msgid "Remove all no-index tags from all Focus Pages"
3560
+ msgstr ""
3561
+
3562
+ #: models/CheckSeo.php:186
3563
+ msgid ""
3564
+ "No-index tags suggest to search engines (most notably Google) NOT to index a "
3565
+ "specific webpage. By using these tags for your Focus Pages, you're preventing "
3566
+ "them from appearing in Google Search. This is bad, because it means Search "
3567
+ "Engines won't show your most important pages (which should be your Focus "
3568
+ "Pages). Removing all no-index tags for your Focus Pages will fix it."
3569
+ msgstr ""
3570
+
3571
+ #: models/CheckSeo.php:187
3572
+ #, php-format
3573
+ msgid ""
3574
+ "Look at all the places where you could have added instructions for Google not "
3575
+ "to index this page from your site. Make sure that there is no such "
3576
+ "instruction added to %sWordPress > Settings%s, or in a theme, or in a plugin, "
3577
+ "or in %sSquirrly SEO's Snippet%s for this page. Also, make sure you don't "
3578
+ "block this page in your %sRobots.txt%s file."
3579
+ msgstr ""
3580
+
3581
+ #: models/CheckSeo.php:188
3582
+ msgid ""
3583
+ "You must remove all no-index tags for your Focus Pages so that they will "
3584
+ "appear in Google Search."
3585
+ msgstr ""
3586
+
3587
+ #: models/CheckSeo.php:199
3588
+ #, fuzzy
3589
+ #| msgid "Optimize for Keyword"
3590
+ msgid "Fix all Visibility issues for your Focus Pages"
3591
+ msgstr "Schlüsselwort optimieren"
3592
+
3593
+ #: models/CheckSeo.php:200
3594
+ msgid ""
3595
+ "Having visibility issues for your Focus Pages means that your Focus Pages may "
3596
+ "not appear in search results. This is bad, because you'll want as many people "
3597
+ "to see your most important pages (your Focus Pages)"
3598
+ msgstr ""
3599
+
3600
+ #: models/CheckSeo.php:201
3601
+ #, php-format
3602
+ msgid ""
3603
+ "Go to %s Squirrly > Focus Pages %s and make sure all elements you see when "
3604
+ "you click on the Visibility category are completed. If you see a task that is "
3605
+ "NOT done, follow the indications to complete it. If you see a red element, "
3606
+ "follow the indications to turn it Green. That's how you make sure your Focus "
3607
+ "Pages are protected against Visibility Issues."
3608
+ msgstr ""
3609
+
3610
+ #: models/CheckSeo.php:202
3611
+ msgid ""
3612
+ "Fix ALL Visibility issues for your Focus Pages so that they will appear on "
3613
+ "Google Search."
3614
+ msgstr ""
3615
+
3616
+ #: models/CheckSeo.php:213 models/CheckSeo.php:216
3617
+ msgid "Make Your Site Safe for Browsing Again"
3618
+ msgstr ""
3619
+
3620
+ #: models/CheckSeo.php:214
3621
+ msgid ""
3622
+ "Safe Browsing notifies webmasters when their websites are compromised by "
3623
+ "malicious actors and helps them diagnose and resolve the problem so that "
3624
+ "their visitors stay safe."
3625
+ msgstr ""
3626
+
3627
+ #: models/CheckSeo.php:215
3628
+ #, php-format
3629
+ msgid ""
3630
+ "Go to %shttps://safebrowsing.google.com/%s and follow the instructions to "
3631
+ "clean your website."
3632
+ msgstr ""
3633
+
3634
+ # @ squirrly-seo
3635
+ #: models/CheckSeo.php:226
3636
+ #, fuzzy
3637
+ #| msgid "Description:"
3638
+ msgid "Remove Duplicate Open Graph meta tags"
3639
+ msgstr "Beschreibung:"
3640
+
3641
+ #: models/CheckSeo.php:227
3642
+ msgid ""
3643
+ "Some WordPress themes and plugins add Open Graph meta tags which lead to "
3644
+ "duplicate Open Graph meta tags issues. It's important to check for this to "
3645
+ "determine which plugin or if your theme is generating the duplicate open "
3646
+ "graph meta tag. In this case, the plugin or theme causing this manages to "
3647
+ "bypass Squirrly's Duplicate Remover features."
3648
+ msgstr ""
3649
+
3650
+ #: models/CheckSeo.php:228
3651
+ msgid ""
3652
+ "Start deactivating plugins (other than Squirrly SEO) from your WordPress "
3653
+ "site. Run New Scans for Next SEO Goals to see if you managed to get this "
3654
+ "done! Then reactivate everything."
3655
+ msgstr ""
3656
+
3657
+ #: models/CheckSeo.php:229
3658
+ msgid ""
3659
+ "You need to remove Duplicate Open Graph meta tags as soon as possible. "
3660
+ "Otherwise, you will miss good chances of ranking higher with your pages."
3661
+ msgstr ""
3662
+
3663
+ # @ squirrly-seo
3664
+ #: models/CheckSeo.php:240
3665
+ #, fuzzy
3666
+ #| msgid "Twitter"
3667
+ msgid "Remove Duplicate Twitter cards tags"
3668
+ msgstr "Twitter"
3669
+
3670
+ #: models/CheckSeo.php:241
3671
+ msgid ""
3672
+ "Some WordPress themes and plugins add Twitter Card meta tags which lead to "
3673
+ "duplicate Twitter card meta tags issues. It's important to check for this and "
3674
+ "determine which plugin or if your theme is generating the duplicate open "
3675
+ "graph meta tag. In this case, the plugin or theme causing this, manages to "
3676
+ "bypass Squirrly's Duplicate Remover features."
3677
+ msgstr ""
3678
+
3679
+ #: models/CheckSeo.php:242
3680
+ msgid ""
3681
+ "Start deactivating plugins (other than Squirrly SEO) from your WordPress "
3682
+ "site. Run New SEO Tests for Next SEO Goals to see if you manage to get this "
3683
+ "done! Then reactivate everything."
3684
+ msgstr ""
3685
+
3686
+ #: models/CheckSeo.php:243
3687
+ msgid ""
3688
+ "You need to remove Duplicate Twitter Card meta tags as soon as possible; "
3689
+ "Otherwise you will miss good chances of ranking higher with your pages."
3690
+ msgstr ""
3691
+
3692
+ #: models/CheckSeo.php:254
3693
+ msgid "Use Squirrly's Expert-Grade Research Tool and Add Keywords to Briefcase"
3694
+ msgstr ""
3695
+
3696
+ #: models/CheckSeo.php:255
3697
+ msgid ""
3698
+ "With a few clicks, you'll do the work that SEO experts charge thousands of "
3699
+ "dollars for (because they do this manually and it takes too much time that "
3700
+ "way)."
3701
+ msgstr ""
3702
+
3703
+ #: models/CheckSeo.php:256
3704
+ #, php-format
3705
+ msgid ""
3706
+ "Go to %sSquirrly > Keyword Research%s. Complete all steps until you get to "
3707
+ "the final table with all of the data for each keyword. Add at least one "
3708
+ "keyword to Briefcase from that interface."
3709
+ msgstr ""
3710
+
3711
+ #: models/CheckSeo.php:257
3712
+ msgid ""
3713
+ "You should perform a keyword research using Squirrly's Expert-Grade tool and "
3714
+ "store at least one of the results in Briefcase."
3715
+ msgstr ""
3716
+
3717
+ # @ squirrly-seo
3718
+ #: models/CheckSeo.php:263 models/CheckSeo.php:291 models/CheckSeo.php:305
3719
+ #: models/CheckSeo.php:318 models/CheckSeo.php:376 models/CheckSeo.php:390
3720
+ #: models/CheckSeo.php:516 models/Menu.php:153 view/Research/Research.php:20
3721
+ #: view/Research/Research.php:33
3722
+ #, fuzzy
3723
+ #| msgid "Squirrly Keyword Research"
3724
+ msgid "Keyword Research"
3725
+ msgstr "Squirrly Erweiterte Suche!"
3726
+
3727
+ # @ squirrly-seo
3728
+ #: models/CheckSeo.php:263 models/CheckSeo.php:361 models/CheckSeo.php:446
3729
+ #: models/CheckSeo.php:474 models/CheckSeo.php:502 models/CheckSeo.php:516
3730
+ #: models/Menu.php:164 models/Menu.php:455 view/Research/Briefcase.php:19
3731
+ #, fuzzy
3732
+ #| msgid "Squirrly Keyword Research"
3733
+ msgid "Briefcase"
3734
+ msgstr "Squirrly Erweiterte Suche!"
3735
+
3736
+ #: models/CheckSeo.php:268
3737
+ msgid ""
3738
+ "Optimize your Focus Page with the great keyword you found during Keyword "
3739
+ "research"
3740
+ msgstr ""
3741
+
3742
+ #: models/CheckSeo.php:269
3743
+ msgid ""
3744
+ "So far, only experts knew how to improve search relevance, which is one of "
3745
+ "the biggest reasons why Google will choose your page to show up first. You're "
3746
+ "well on your way to becoming a SEO Star. Now you can do all this on your own "
3747
+ "by using the SEO Live Assistant and the keywords you stored to briefcase."
3748
+ msgstr ""
3749
+
3750
+ #: models/CheckSeo.php:270
3751
+ #, php-format
3752
+ msgid ""
3753
+ "Optimize up to 30% for a keyword you already stored to briefcase. Using the "
3754
+ "SEO Live Assistant which you find in Edit Post interfaces in WP. Reindex page "
3755
+ "with Google Search Console when you are done."
3756
+ msgstr ""
3757
+
3758
+ #: models/CheckSeo.php:271
3759
+ msgid ""
3760
+ "You must optimize all Focus Pages using a main keyword. This will improve "
3761
+ "search relevance and you'll improve your site with something that only "
3762
+ "experts were able to do before Squirrly."
3763
+ msgstr ""
3764
+
3765
+ # @ squirrly-seo
3766
+ #: models/CheckSeo.php:277 models/CheckSeo.php:291 models/CheckSeo.php:305
3767
+ #: models/CheckSeo.php:318 models/CheckSeo.php:332 models/CheckSeo.php:376
3768
+ #: models/CheckSeo.php:390 models/CheckSeo.php:432 models/CheckSeo.php:544
3769
+ #: models/CheckSeo.php:614 models/CheckSeo.php:628 models/Menu.php:175
3770
+ #: view/Blocks/LiveAssistant.php:6
3771
+ #, fuzzy
3772
+ #| msgid "Save settings"
3773
+ msgid "Live Assistant"
3774
+ msgstr "Einstellungen speichern"
3775
+
3776
+ #: models/CheckSeo.php:282
3777
+ msgid "Optimize your text to get a good Search Relevance score"
3778
+ msgstr ""
3779
+
3780
+ #: models/CheckSeo.php:283
3781
+ msgid ""
3782
+ "There is no point in ranking your content for a query that doesn’t match "
3783
+ "what the user is looking for. Keywords help visitors find what they want, "
3784
+ "which is why you should optimize your Focus Page using keywords. This way, "
3785
+ "your page will be displayed to search users who are actually interested in "
3786
+ "seeing the content provided in it. Choose different keywords for each of "
3787
+ "your Focus pages. That way, instead of competing with each other, your pages "
3788
+ "can compete with other sites within your industry."
3789
+ msgstr ""
3790
+
3791
+ #: models/CheckSeo.php:284
3792
+ #, php-format
3793
+ msgid ""
3794
+ "To get this done, the text itself (the written words of the page) needs to be "
3795
+ "optimized using Squirrly's SEO Live Assistant. Go to Edit Post and start "
3796
+ "using the %sSEO Live Assistant%s"
3797
+ msgstr ""
3798
+
3799
+ #: models/CheckSeo.php:285
3800
+ msgid ""
3801
+ "Ensure your Focus Page has Search relevancy by optimizing it using a "
3802
+ "keyword. Otherwise, that Focus Page will not be displayed in Search Results."
3803
+ msgstr ""
3804
+
3805
+ #: models/CheckSeo.php:296
3806
+ msgid "Research your Focus Page's keyword"
3807
+ msgstr ""
3808
+
3809
+ #: models/CheckSeo.php:297
3810
+ msgid ""
3811
+ "For at least one of your Focus Pages, I see that you optimized for search "
3812
+ "relevance using the SEO Live Assistant. However, you need to be able to read "
3813
+ "the Search Volume, Competition and the Recent Discussions for the keyword. "
3814
+ "Otherwise, you might be going with a keyword that can't be ranked, or can't "
3815
+ "bring traffic. Your SEO Star skills depend on this goal."
3816
+ msgstr ""
3817
+
3818
+ #: models/CheckSeo.php:298
3819
+ msgid ""
3820
+ "See the keyword. Place it in the research feature and perform a full keyword "
3821
+ "research on it. Then add it to briefcase."
3822
+ msgstr ""
3823
+
3824
+ #: models/CheckSeo.php:299
3825
+ msgid ""
3826
+ "You must obtain keyword data for all main keywords used for your Focus Pages. "
3827
+ "This will improve your skills and your understanding."
3828
+ msgstr ""
3829
+
3830
+ # @ squirrly-seo
3831
+ #: models/CheckSeo.php:310
3832
+ #, fuzzy
3833
+ #| msgid "Keyword:"
3834
+ msgid "Choose less competitive keywords"
3835
+ msgstr "Schlüsselwort:"
3836
+
3837
+ #: models/CheckSeo.php:311
3838
+ msgid ""
3839
+ "As a future SEO Star you need to understand that you will never be able to "
3840
+ "rank for any keyword you think about. Not even huge sites who have spent a "
3841
+ "thousand times more money on their SEO can do that. Just switch to a "
3842
+ "different keyword and you will get to the desired results (ranking and "
3843
+ "traffic). This is real SEO you are doing right now. You're acting like an "
3844
+ "expert."
3845
+ msgstr ""
3846
+
3847
+ #: models/CheckSeo.php:312
3848
+ msgid ""
3849
+ "Go and edit the page using the SEO Live Assistant. Select a different keyword "
3850
+ "as the main keyword. Make sure it has a Green light at 'competition'."
3851
+ msgstr ""
3852
+
3853
+ #: models/CheckSeo.php:313
3854
+ msgid ""
3855
+ "Replace the main keyword you chose for your Focus Page to get top rankings. "
3856
+ "Your page can't compete and reach the top 10 positions in Google for the "
3857
+ "current keyword. "
3858
+ msgstr ""
3859
+
3860
+ #: models/CheckSeo.php:323
3861
+ msgid ""
3862
+ "Try to boost traffic by over +285&#37; by optimizing with SEO Live Assistant"
3863
+ msgstr ""
3864
+
3865
+ #: models/CheckSeo.php:324
3866
+ msgid ""
3867
+ "Our data shows that users who optimize their content over 60% using the Live "
3868
+ "Assistant get up to +285% increase in traffic compared to those who optimize "
3869
+ "below this percentage. As a future SEO Star, you need to practice optimizing "
3870
+ "your content as much as you can."
3871
+ msgstr ""
3872
+
3873
+ #: models/CheckSeo.php:325
3874
+ #, php-format
3875
+ msgid ""
3876
+ "Your text needs to be optimized to over 60% using the SEO Live Assistant. Re-"
3877
+ "index your pages with Google Search Console after you finish optimizing."
3878
+ msgstr ""
3879
+
3880
+ #: models/CheckSeo.php:326
3881
+ msgid ""
3882
+ "Optimize Your Focus Pages over 60% to get up to 285% increase in traffic."
3883
+ msgstr ""
3884
+
3885
+ #: models/CheckSeo.php:338
3886
+ msgid "Make a Manual Index Request for your Focus Pages With GSC"
3887
+ msgstr ""
3888
+
3889
+ #: models/CheckSeo.php:339
3890
+ msgid ""
3891
+ "Whenever you've added or made changes to a page on your site, you should ask "
3892
+ "for Google to re-index your page. This will help getting the new content in "
3893
+ "Google's index. Don't expect Google to index the latest version of your page "
3894
+ "if you skip doing this. As a SEO Star you need to start building a strong "
3895
+ "muscle for doing this. Requesting re-index will need to become a habit to you."
3896
+ msgstr ""
3897
+
3898
+ #: models/CheckSeo.php:340
3899
+ #, php-format
3900
+ msgid ""
3901
+ "Go to %sSquirrly > Focus Pages%s - identify the page that hasn't had a new "
3902
+ "index request and use the button to go to GSC and request re-index. %sLearn "
3903
+ "how to manually index the URL on Google Search Console%s"
3904
+ msgstr ""
3905
+
3906
+ #: models/CheckSeo.php:341
3907
+ msgid ""
3908
+ "Let Google know you've made changes to your Focus Pages. Otherwise, nothing "
3909
+ "will change in search results. This is mandatory."
3910
+ msgstr ""
3911
+
3912
+ #: models/CheckSeo.php:352
3913
+ msgid "Add your keywords to the Rankings section of Squirrly SEO"
3914
+ msgstr ""
3915
+
3916
+ #: models/CheckSeo.php:353
3917
+ msgid ""
3918
+ "SEO pros are always diligent about monitoring their rankings. If you want to "
3919
+ "be an SEO star, you need to track your success and make data-driven "
3920
+ "decisions. By adding your Focus Page's keyword to the Rankings section, "
3921
+ "you'll know the true position of your website in Google for that keyword. "
3922
+ "Checking the keyword yourself, manually, will give you fake information. You "
3923
+ "can ask us why on our Facebook Group."
3924
+ msgstr ""
3925
+
3926
+ #: models/CheckSeo.php:354
3927
+ #, php-format
3928
+ msgid ""
3929
+ "Go to %sSquirrly > Research > Briefcase%s. Find your Focus Page's keyword "
3930
+ "from the list, and click on the three dots you see on the far right. Then "
3931
+ "click on Send to Rank Checker."
3932
+ msgstr ""
3933
+
3934
+ #: models/CheckSeo.php:355
3935
+ msgid ""
3936
+ "See how your SEO efforts translate into results by adding your Focus Page's "
3937
+ "keyword to the Rankings section."
3938
+ msgstr ""
3939
+
3940
+ # @ squirrly-seo
3941
+ #: models/CheckSeo.php:361 models/CheckSeo.php:446 models/CheckSeo.php:502
3942
+ #: models/Menu.php:519
3943
+ #, fuzzy
3944
+ #| msgid "Save settings"
3945
+ msgid "Rankings"
3946
+ msgstr "Einstellungen speichern"
3947
+
3948
+ #: models/CheckSeo.php:367
3949
+ msgid ""
3950
+ "Change the main keyword for a Focus Page that didn't reach TOP 20 rankings "
3951
+ "during the last 2 months"
3952
+ msgstr ""
3953
+
3954
+ #: models/CheckSeo.php:368
3955
+ msgid ""
3956
+ "As a future SEO star, you need to be able to adapt and pivot. If you see "
3957
+ "something is not working, change it. Adapt. The current keyword you have for "
3958
+ "this page isn't bringing you top results. In the past 2 months, this keyword "
3959
+ "did NOT rank higher than the 21st position in Google. You can achieve better "
3960
+ "results by switching to a new keyword."
3961
+ msgstr ""
3962
+
3963
+ #: models/CheckSeo.php:369
3964
+ #, php-format
3965
+ msgid ""
3966
+ "Go to %sSquirrly > Research%s and research new keyword ideas. Then get back "
3967
+ "to this page and use SEO Live Assistant to optimize it for a different main "
3968
+ "keyword."
3969
+ msgstr ""
3970
+
3971
+ #: models/CheckSeo.php:370
3972
+ msgid ""
3973
+ "Switch your target keyword to reach better results. Don't settle for the "
3974
+ "second page of Google."
3975
+ msgstr ""
3976
+
3977
+ #: models/CheckSeo.php:381
3978
+ msgid ""
3979
+ "Get to 90% Optimization Levels for all Focus Pages (using SEO Live Assistant)"
3980
+ msgstr ""
3981
+
3982
+ #: models/CheckSeo.php:382
3983
+ msgid ""
3984
+ "Our data shows that users who achieve 90% Optimization Levels using the Live "
3985
+ "Assistant have a much better chance of achieving top Google Rankings for "
3986
+ "their pages. If you want to be an SEO star, you need to push yourself and get "
3987
+ "it all the way up to 90 (try 100). The more you practice, the easier it will "
3988
+ "be."
3989
+ msgstr ""
3990
+
3991
+ #: models/CheckSeo.php:383
3992
+ #, php-format
3993
+ msgid ""
3994
+ "Go and edit your Focus Pages using the SEO live Assistant. Follow the "
3995
+ "guidance it provides to 100% optimize your page. Re-index your page with "
3996
+ "Google Search Console when you are done."
3997
+ msgstr ""
3998
+
3999
+ #: models/CheckSeo.php:384
4000
+ msgid ""
4001
+ "You must Optimize to 90% to give your Focus Pages the best chances of "
4002
+ "achieving top Google Rankings."
4003
+ msgstr ""
4004
+
4005
+ #: models/CheckSeo.php:395
4006
+ msgid "Stop losing SEO Authority"
4007
+ msgstr ""
4008
+
4009
+ #: models/CheckSeo.php:396
4010
+ msgid ""
4011
+ "You need to place rel='nofollow' to all Outbound links. Outbound links are "
4012
+ "URLs from 3rd party sites to which you are linking to. If you send links to "
4013
+ "Wikipedia, Facebook, Jamie Oliver, etc. without mentioning 'nofollow', then "
4014
+ "you are also sending them the authority you are trying to build up for your "
4015
+ "own site. That's really bad, and makes your pages unable to rank high enough. "
4016
+ "Because some links are hard for Non-SEO Experts to turn to 'nofollow' we "
4017
+ "recommend a plugin that does this for you. You can find it on [link]https://"
4018
+ "squirrly.co/seo/kit[/link]"
4019
+ msgstr ""
4020
+
4021
+ #: models/CheckSeo.php:397
4022
+ #, php-format
4023
+ msgid ""
4024
+ "Place rel='nofollow' on outbound links yourself, use the plugin recommended "
4025
+ "by Squirrly that does this for you, or use %s Squirrly's SEO Links & "
4026
+ "Redirects option %s (%s SEO Configuration > Tweaks & Sitemaps > SEO Links & "
4027
+ "Redirects > Add Nofollow to External Links %s)"
4028
+ msgstr ""
4029
+
4030
+ #: models/CheckSeo.php:398
4031
+ msgid "Fix your outbound links. Otherwise, you will lose SEO authority."
4032
+ msgstr ""
4033
+
4034
+ #: models/CheckSeo.php:409
4035
+ msgid "Reach Platform SEO green lights for all Focus Pages"
4036
+ msgstr ""
4037
+
4038
+ #: models/CheckSeo.php:410
4039
+ msgid ""
4040
+ "You will be missing out on many ranking opportunities if you do not go and "
4041
+ "fix Platform SEO right now. If you do fix it, make sure you start requesting "
4042
+ "re-indexes for your pages, using Google Search Console. Your theme might be "
4043
+ "generating many types of pages, which are different from ordinary pages in "
4044
+ "WP. Reaching 'Platform SEO' Green lights is a very important objective."
4045
+ msgstr ""
4046
+
4047
+ #: models/CheckSeo.php:411
4048
+ #, php-format
4049
+ msgid ""
4050
+ "Go to %sSquirrly > Focus Pages%s and look at the COLUMN with Platform SEO. "
4051
+ "Click on a dot to see all sub-tasks in the right sidebar of the plugin. Click "
4052
+ "on each item. Read the pop-up instructions and complete all tasks. Then re-"
4053
+ "index in Google Search Console. After that, request a new Focus Pages audit "
4054
+ "for the page you fixed."
4055
+ msgstr ""
4056
+
4057
+ #: models/CheckSeo.php:412
4058
+ msgid ""
4059
+ "Reach Platform SEO green lights for all Focus Pages. Otherwise, you will keep "
4060
+ "giving Google faulty data, which can result in low rankings."
4061
+ msgstr ""
4062
+
4063
+ #: models/CheckSeo.php:423
4064
+ #, fuzzy
4065
+ #| msgid "Optimize for Keyword"
4066
+ msgid "Add SEO Context Keywords to your Focus Pages"
4067
+ msgstr "Schlüsselwort optimieren"
4068
+
4069
+ #: models/CheckSeo.php:424
4070
+ msgid ""
4071
+ "Squirrly SEO's Live Assistant lets you optimize your pages for multiple "
4072
+ "keywords that you've placed in Briefcase. By optimizing your Focus Page for a "
4073
+ "secondary keyword that is related to your primary keywords, you're sending "
4074
+ "additional signals to search engines to help them understand and rank the "
4075
+ "page. Example: if you have page about 'dog food', you should optimize the "
4076
+ "page for one or two dog breeds as well, so that you make it clear to Google "
4077
+ "that it is about the animal 'dog', and NOT about a friend 'like in Yo, dog!'. "
4078
+ "On [link]https://squirrly.co/seo/kit/[/link] you can see a video that shows "
4079
+ "how to add SEO context to a page."
4080
+ msgstr ""
4081
+
4082
+ #: models/CheckSeo.php:425
4083
+ msgid ""
4084
+ "Optimize your Focus Page for a secondary keyword using the Live Assistant. "
4085
+ "Optimize it to at least 30% and re-index the page with Google Search Console "
4086
+ "when you're done."
4087
+ msgstr ""
4088
+
4089
+ #: models/CheckSeo.php:426
4090
+ msgid ""
4091
+ "Help Google understand the exact topic and context of your page so that it "
4092
+ "will rank it higher."
4093
+ msgstr ""
4094
+
4095
+ #: models/CheckSeo.php:432
4096
+ #, fuzzy
4097
+ #| msgid "Optimize for Keyword"
4098
+ msgid "Multiple Keyword Optimization"
4099
+ msgstr "Schlüsselwort optimieren"
4100
+
4101
+ #: models/CheckSeo.php:437
4102
+ msgid ""
4103
+ "Add all secondary Keywords you've used to the Rankings Section of Squirrly"
4104
+ msgstr ""
4105
+
4106
+ #: models/CheckSeo.php:438
4107
+ msgid ""
4108
+ "Most people expect only the main keyword to be ranked in TOP 10 in Google. "
4109
+ "However, according to the secondary keywords you've used to build up SEO "
4110
+ "Context for your Focus Page, you may find out that your secondary keywords "
4111
+ "also got great rankings on Google."
4112
+ msgstr ""
4113
+
4114
+ #: models/CheckSeo.php:439
4115
+ msgid ""
4116
+ "Add your secondary keywords (the secondary keywords you used for your Focus "
4117
+ "Pages) inside the Rankings Section."
4118
+ msgstr ""
4119
+
4120
+ #: models/CheckSeo.php:440
4121
+ msgid ""
4122
+ "As an SEO Star who worked hard on the pages and managed to optimize for "
4123
+ "secondary keywords, you need to check if you get more results than you "
4124
+ "expected."
4125
+ msgstr ""
4126
+
4127
+ #: models/CheckSeo.php:451
4128
+ #, fuzzy
4129
+ #| msgid "Optimize for Keyword"
4130
+ msgid "Fix SEO Images for your Focus Pages"
4131
+ msgstr "Schlüsselwort optimieren"
4132
+
4133
+ #: models/CheckSeo.php:452
4134
+ msgid ""
4135
+ "When it comes to image SEO, it's important to use relevant keywords to help "
4136
+ "your page rank on search engines. So, make sure that your filename for one of "
4137
+ "the images in your Focus Pages is: keyword.jpg. Takes less than 5 minutes to "
4138
+ "fix, and you'll get to practice an optimization tip worthy of an SEO star."
4139
+ msgstr ""
4140
+
4141
+ #: models/CheckSeo.php:453
4142
+ msgid ""
4143
+ "Download a relevant image from your page. Change the filename. Then re-upload "
4144
+ "with the SEO filename and add it your page's content again."
4145
+ msgstr ""
4146
+
4147
+ #: models/CheckSeo.php:454
4148
+ msgid ""
4149
+ "Improve your Focus Page's chances of ranking with this quick trick that SEO "
4150
+ "professionals use."
4151
+ msgstr ""
4152
+
4153
+ # @ squirrly-seo
4154
+ #: models/CheckSeo.php:465
4155
+ #, fuzzy
4156
+ #| msgid "+ Add keyword"
4157
+ msgid "Add Labels to Keywords in Briefcase"
4158
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
4159
+
4160
+ #: models/CheckSeo.php:466
4161
+ msgid ""
4162
+ "Users who use the Labels system in Briefcase have 60% more keywords ranked in "
4163
+ "top 10 on Google than those who don't work with keywords in an organized way. "
4164
+ "As a future SEO star, it's important to understand the significance of "
4165
+ "keyword organization and how big a role it plays in achieving a high-"
4166
+ "performing search campaign. On [link]https://squirrly.co/seo/kit/[/link] you "
4167
+ "can see the Direct 1, Direct 2, Direct 3, Direct 4 and Indirect keywords "
4168
+ "approach. It will help you with this."
4169
+ msgstr ""
4170
+
4171
+ #: models/CheckSeo.php:467
4172
+ #, php-format
4173
+ msgid ""
4174
+ "Go to %sSquirrly SEO > Research > Briefcase%s, and add Labels to your "
4175
+ "keywords to organize them into tighter, more relevant groups based on your "
4176
+ "current campaigns and strategy. "
4177
+ msgstr ""
4178
+
4179
+ #: models/CheckSeo.php:468
4180
+ msgid ""
4181
+ "Improve your chances of getting more keywords ranked in top 10 of Google."
4182
+ msgstr ""
4183
+
4184
+ #: models/CheckSeo.php:479
4185
+ #, fuzzy
4186
+ #| msgid "Optimize for Keyword"
4187
+ msgid "Add more Ranking Power to your Focus Pages"
4188
+ msgstr "Schlüsselwort optimieren"
4189
+
4190
+ #: models/CheckSeo.php:480
4191
+ msgid ""
4192
+ "Links on the web are like votes, and the pages that receive more votes rank "
4193
+ "higher. Since Focus Pages are the most important pages in your site, you "
4194
+ "should give them more votes (link to them from many pages in your site; these "
4195
+ "are called inner-links). Even if you need to create new pages to link from, "
4196
+ "it will still be worth it. Some of our users wrote just one article to get an "
4197
+ "inner link for their Focus Page, and the next day they were on the 1st page "
4198
+ "of Google with 4 keywords. [link]https://chiefcontent.com/s1-e4-focus-pages-"
4199
+ "by-squirrly-success-with-focus-pages/[/link]"
4200
+ msgstr ""
4201
+
4202
+ #: models/CheckSeo.php:481
4203
+ msgid ""
4204
+ "Link to your Focus Page from another page in your site. If you don't have a "
4205
+ "page where you can link from, spend some time creating one. Re-index with "
4206
+ "Google Search Console. "
4207
+ msgstr ""
4208
+
4209
+ #: models/CheckSeo.php:482
4210
+ msgid "Create 1 Inner Link to one of your Focus Pages"
4211
+ msgstr ""
4212
+
4213
+ #: models/CheckSeo.php:493
4214
+ msgid "Start tracking rankings for 3 keywords"
4215
+ msgstr ""
4216
+
4217
+ #: models/CheckSeo.php:494
4218
+ msgid ""
4219
+ "Professional SEOs recognize the importance of tracking rankings as a way to "
4220
+ "measure SEO success. As a future SEO star, it's important to measure the "
4221
+ "impact of your work and pivot your priorities when you see that a current "
4222
+ "strategy is not working."
4223
+ msgstr ""
4224
+
4225
+ #: models/CheckSeo.php:495
4226
+ #, php-format
4227
+ msgid ""
4228
+ "Get in the habit of tracking your rankings by adding three keywords to "
4229
+ "Squirrly's Rankings section. Go to %sResearch > Briefcase%s, choose a keyword "
4230
+ "you want to track and click on Send to Rank Checker. Squirrly will start "
4231
+ "showing you the true position of your site for that kewyord. Repeat the "
4232
+ "process for two more keywords."
4233
+ msgstr ""
4234
+
4235
+ #: models/CheckSeo.php:496
4236
+ msgid "Start tracking rankings for 3 keywords."
4237
+ msgstr ""
4238
+
4239
+ #: models/CheckSeo.php:507
4240
+ msgid "Increase your SEO skill set by building your keyword portfolio"
4241
+ msgstr ""
4242
+
4243
+ #: models/CheckSeo.php:508
4244
+ msgid ""
4245
+ "Keyword research, both as a skill and as a practice, are critical to your SEO "
4246
+ "success. You can't be an SEO master without it. Plus, according to new "
4247
+ "research, the more a blogger researches keywords, the more likely they are to "
4248
+ "report success. Bloggers who are also SEOs report “strong results” at much "
4249
+ "higher than average rates. Get at least 10 keywords inside the Briefcase "
4250
+ "section to get started. With powerful keyword research and the SEO Live "
4251
+ "Assistant, we managed to outrank Amazon, Stack Overflow, Moz and a few "
4252
+ "others. Read more on [link]https://squirrly.co/seo/kit/[/link] in the section "
4253
+ "about Google and how much they care about keywords."
4254
+ msgstr ""
4255
+
4256
+ #: models/CheckSeo.php:509
4257
+ #, php-format
4258
+ msgid ""
4259
+ "Go to %sSquirrly SEO > Research%s, and begin doing research based on the "
4260
+ "topics you want to rank on Search Engines, and that are important for your "
4261
+ "research. If you need help coming up with ideas, %syou can use these keyword "
4262
+ "research formulas%s. When you find a good keyword opportunity, save it to "
4263
+ "Briefcase. Do this until you have at least 10 keywords inside Briefcase."
4264
+ msgstr ""
4265
+
4266
+ #: models/CheckSeo.php:510
4267
+ msgid ""
4268
+ "Create your keyword portfolio. Get at least 10 keywords inside the Briefcase "
4269
+ "Section."
4270
+ msgstr ""
4271
+
4272
+ #: models/CheckSeo.php:521
4273
+ msgid "Avoid losing positions in search results"
4274
+ msgstr ""
4275
+
4276
+ #: models/CheckSeo.php:522
4277
+ msgid ""
4278
+ "Make sure your Rankings won't drop because of duplicate content, duplicate "
4279
+ "titles, empty titles, empty descriptions and more. SEO Experts and Non-SEO "
4280
+ "Experts love this feature, because it simply handles everything important. "
4281
+ "(especially if you already turned Platform SEO to Green inside Focus Pages "
4282
+ "section)"
4283
+ msgstr ""
4284
+
4285
+ #: models/CheckSeo.php:523
4286
+ #, php-format
4287
+ msgid ""
4288
+ "Go to %s Squirrly > Automation > Configuration %s and make sure that SEO "
4289
+ "Patterns are activated."
4290
+ msgstr ""
4291
+
4292
+ #: models/CheckSeo.php:524
4293
+ msgid "Activate SEO Patterns, with Squirrly's site-wide SEO Automation."
4294
+ msgstr ""
4295
+
4296
+ #: models/CheckSeo.php:535
4297
+ msgid "Update Your Focus Pages Content Regularly"
4298
+ msgstr ""
4299
+
4300
+ #: models/CheckSeo.php:536
4301
+ msgid ""
4302
+ "Google prefers to rank pages that have relevant, fresh content that is up-to-"
4303
+ "date. Updating your content can also improve your click-through-rate, because "
4304
+ "people are more likely to click on articles that were published recently. And "
4305
+ "your CTR improving tells Google that your page is the better resource, which "
4306
+ "will result in your page getting higher rankings."
4307
+ msgstr ""
4308
+
4309
+ #: models/CheckSeo.php:537
4310
+ msgid ""
4311
+ "The most recent update date for your Focus Page Content needs to be in the "
4312
+ "last 3 months. If it's not, then go and edit your page. Re-index with Google "
4313
+ "Search Console when you are done."
4314
+ msgstr ""
4315
+
4316
+ #: models/CheckSeo.php:538
4317
+ msgid "Make Google love your Focus Pages by regularly updating content."
4318
+ msgstr ""
4319
+
4320
+ #: models/CheckSeo.php:549
4321
+ #, fuzzy
4322
+ #| msgid "Optimize for Keyword"
4323
+ msgid "Define Title and Description for your Focus Pages"
4324
+ msgstr "Schlüsselwort optimieren"
4325
+
4326
+ #: models/CheckSeo.php:550
4327
+ #, php-format
4328
+ msgid ""
4329
+ "Titles and descriptions provide necessary information about the content of "
4330
+ "the page, and help indicate the value a Google user will get by clicking on "
4331
+ "that page. Not having these elements defined for your pages will make you "
4332
+ "lose precious points with both Search Engines and Humans. 36% of SEO experts "
4333
+ "think the headline/title tag is the most important SEO element. Each one of "
4334
+ "your Focus Pages should have a defined title and meta description."
4335
+ msgstr ""
4336
+
4337
+ #: models/CheckSeo.php:551
4338
+ #, php-format
4339
+ msgid ""
4340
+ "Easily define titles and meta descriptions using the %s Snippet editor from "
4341
+ "Squirrly SEO %s."
4342
+ msgstr ""
4343
+
4344
+ #: models/CheckSeo.php:552
4345
+ msgid ""
4346
+ "Customize Title and Description for your Focus Pages to get more people to "
4347
+ "click on your pages in SERPs."
4348
+ msgstr ""
4349
+
4350
+ #: models/CheckSeo.php:563
4351
+ #, fuzzy
4352
+ #| msgid "Optimize for Keyword"
4353
+ msgid "Optimize Twitter Cards for your Focus Pages"
4354
+ msgstr "Schlüsselwort optimieren"
4355
+
4356
+ #: models/CheckSeo.php:564
4357
+ msgid ""
4358
+ "Twitter Cards are a great partner to your SEO strategy, as it helps you stand "
4359
+ "out to Twitter users and thus increase engagement and CTR. Grab that "
4360
+ "opportunity by making sure that all the Twitter tags are in place for your "
4361
+ "Focus Pages."
4362
+ msgstr ""
4363
+
4364
+ #: models/CheckSeo.php:565
4365
+ #, php-format
4366
+ msgid ""
4367
+ "Use the %s Snippet editor from Squirrly SEO %s to get all the Twitter Card "
4368
+ "definition elements in place."
4369
+ msgstr ""
4370
+
4371
+ #: models/CheckSeo.php:566
4372
+ #, fuzzy
4373
+ #| msgid "Optimize for Keyword"
4374
+ msgid ""
4375
+ "Optimize Twitter Cards for your Focus Pages to boost engagement and traffic."
4376
+ msgstr "Schlüsselwort optimieren"
4377
+
4378
+ #: models/CheckSeo.php:577
4379
+ #, fuzzy
4380
+ #| msgid "Optimize for Keyword"
4381
+ msgid "Optimize Open Graph for your Focus Pages"
4382
+ msgstr "Schlüsselwort optimieren"
4383
+
4384
+ #: models/CheckSeo.php:578
4385
+ msgid ""
4386
+ "Open Graph lets you control what content is displayed when your pages are "
4387
+ "linked on social media, thus influencing your link's performance. If you lack "
4388
+ "these tags, then you're risking that an unrelated image or inaccurate "
4389
+ "description will be shown. On the flip side, having these tags helps you "
4390
+ "harness the power of social media and boost your social media CTR. Using your "
4391
+ "keywords inside the OG definitions has been proven to also boost SEO."
4392
+ msgstr ""
4393
+
4394
+ #: models/CheckSeo.php:579
4395
+ #, php-format
4396
+ msgid ""
4397
+ "Use the %s Snippet editor from Squirrly SEO %s to get all the Open Graph "
4398
+ "definition elements in place for your Focus Pages."
4399
+ msgstr ""
4400
+
4401
+ #: models/CheckSeo.php:580
4402
+ msgid ""
4403
+ "Optimize Open Graph. Unless you do so, you're leaving how your Focus Pages "
4404
+ "are shown on Facebook up to chance. (it's also bad for SEO)"
4405
+ msgstr ""
4406
+
4407
+ #: models/CheckSeo.php:591
4408
+ #, fuzzy
4409
+ #| msgid "Optimize for Keyword"
4410
+ msgid "Optimize Rich Snippets for your Focus Pages"
4411
+ msgstr "Schlüsselwort optimieren"
4412
+
4413
+ #: models/CheckSeo.php:592
4414
+ msgid ""
4415
+ "JSON-LD, Rich Snippets, Schema implementation: this thing goes by many "
4416
+ "different names, because nothing has been standardized. However, as an SEO "
4417
+ "Star, you need to make sure your site has this JSON-LD properly defined. You "
4418
+ "can let Squirrly SEO Automatically handle JSON-LD definitions, or you can "
4419
+ "switch to Custom and use the tool that we link to in order to create your "
4420
+ "very own definition. Once you're done there, you can come back and paste the "
4421
+ "code into the custom section of your page's snippet for JSON-LD. For most "
4422
+ "pages, you should let this setting to Auto, though. Also, make sure you've "
4423
+ "completed everything about your organization or personal brand in Squirrly > "
4424
+ "SEO Configuration > Rich Snippets."
4425
+ msgstr ""
4426
+
4427
+ #: models/CheckSeo.php:593
4428
+ #, php-format
4429
+ msgid "Use the %s Snippet Editor from Squirrly SEO %s to get this done."
4430
+ msgstr ""
4431
+
4432
+ #: models/CheckSeo.php:594
4433
+ msgid "You need to have good definitions for JSON-LD."
4434
+ msgstr ""
4435
+
4436
+ #: models/CheckSeo.php:605
4437
+ msgid "Make your Focus Pages at least 1,500 words long"
4438
+ msgstr ""
4439
+
4440
+ #: models/CheckSeo.php:606
4441
+ msgid ""
4442
+ "Research shows that the average Google first page result contains 1,890 "
4443
+ "words. Plus, long-form content gets an average of 77.2% more links than short "
4444
+ "articles, making it ideal for backlink acquisition. The Journey to Better "
4445
+ "Ranking from Squirrly SEO gives you many ideas on how to easily make your "
4446
+ "pages longer. It might seem daunting at first, but after making a few pages "
4447
+ "it will become easy to do. Plus, Squirrly SML showed that in ALL industries "
4448
+ "where there is a bit of competition (meaning, other site owners who have "
4449
+ "decent sites), the 1,500 words is a powerful differentiator which can score "
4450
+ "you easy wins."
4451
+ msgstr ""
4452
+
4453
+ #: models/CheckSeo.php:607
4454
+ msgid ""
4455
+ "Edit the content on your Focus Pages to make it over 1,500 words long. Some "
4456
+ "tips you can use here: [link]https://howto12.squirrly.co/wordpress-seo/"
4457
+ "journey-to-better-ranking-day-12/[/link] . Re-index with Google Search "
4458
+ "Console when you're done."
4459
+ msgstr ""
4460
+
4461
+ #: models/CheckSeo.php:608
4462
+ msgid ""
4463
+ "Make Google want to rank your Focus Pages on the 1st Page by making them at "
4464
+ "least 1,500 words long."
4465
+ msgstr ""
4466
+
4467
+ #: models/CheckSeo.php:619
4468
+ msgid "Reach Perfect SEO Content optimizations for all Focus Pages"
4469
+ msgstr ""
4470
+
4471
+ #: models/CheckSeo.php:620
4472
+ msgid ""
4473
+ "Expert SEOs don't settle for reaching 30%, 50% or 60% optimization level when "
4474
+ "trying to get a page on the 1st page of Google. As a future SEO star, "
4475
+ "reaching perfect SEO optimization is a skill you must master as well, as it "
4476
+ "gives you the best chances of rankings."
4477
+ msgstr ""
4478
+
4479
+ #: models/CheckSeo.php:621
4480
+ #, php-format
4481
+ msgid ""
4482
+ "Go to %sSquirrly > Focus Pages%s and look at the SEO Content column. Click on "
4483
+ "a red or green light, then look at the right sidebar. There you will see all "
4484
+ "elements that compose the final SEO Content scoring to achieve RED or Green. "
4485
+ "Click on each element and read the instructions that show you how to complete "
4486
+ "each task (the ones from the sidebar)."
4487
+ msgstr ""
4488
+
4489
+ #: models/CheckSeo.php:622
4490
+ msgid ""
4491
+ "Reach Perfect SEO optimization level for your Focus Pages to master content "
4492
+ "optimization."
4493
+ msgstr ""
4494
+
4495
+ #: models/CheckSeo.php:633
4496
+ msgid "Complete all marketing settings tasks"
4497
+ msgstr ""
4498
+
4499
+ #: models/CheckSeo.php:634
4500
+ msgid ""
4501
+ "If you want to unleash the full marketing power of your WordPress site, then "
4502
+ "you need to activate all the important marketing settings there are. This is "
4503
+ "vital to marketing mastery and to maximizing your site's marketing "
4504
+ "opportunities."
4505
+ msgstr ""
4506
+
4507
+ #: models/CheckSeo.php:635
4508
+ msgid ""
4509
+ "Go to the SEO Configuration section of Squirrly SEO. Click on the METAs "
4510
+ "section. You'll see tasks appearing at the right of the screen. Look to the "
4511
+ "right of the screen and complete all the tasks that appear there. Click on "
4512
+ "each element and you'll find out what you need to do to complete the task. "
4513
+ "Completed tasks are the ones that have a check mark."
4514
+ msgstr ""
4515
+
4516
+ #: models/CheckSeo.php:636
4517
+ msgid ""
4518
+ "Complete all sidebar (right sidebar) tasks for all SEO Configuration Sections."
4519
+ msgstr ""
4520
+
4521
+ # @ squirrly-seo
4522
+ #: models/CheckSeo.php:647
4523
+ #, fuzzy
4524
+ #| msgid "Google %sAnalytics ID%s`:"
4525
+ msgid "Prepare Full Google Search Console Connection"
4526
+ msgstr "Google %sAnalytics ID%s`:"
4527
+
4528
+ #: models/CheckSeo.php:648
4529
+ msgid ""
4530
+ "Get access to data about impressions, clicks and CTR without leaving "
4531
+ "WordPress by connecting Google Search Console to Squirrly. This is an API-"
4532
+ "level connection and goes beyond just allowing GSC to track your site. "
4533
+ "Enhance your Squirrly SEO with powerful data that comes directly from Google."
4534
+ msgstr ""
4535
+
4536
+ # @ squirrly-seo
4537
+ #: models/CheckSeo.php:649 view/Connect/GoogleSearchConsole.php:32
4538
+ #, fuzzy, php-format
4539
+ #| msgid "Google %sAnalytics ID%s`:"
4540
+ msgid "Need Help Connecting Google Search Console? %sClick Here%s"
4541
+ msgstr "Google %sAnalytics ID%s`:"
4542
+
4543
+ #: models/CheckSeo.php:650
4544
+ msgid ""
4545
+ "You must connect Google Search Console to your Squirrly SEO. As soon as "
4546
+ "possible. It's quick to do and helps you see impressions, clicks, and CTR, so "
4547
+ "you can become an SEO Star."
4548
+ msgstr ""
4549
+
4550
+ # @ squirrly-seo
4551
+ #: models/CheckSeo.php:660
4552
+ #, fuzzy
4553
+ #| msgid "Google %sAnalytics ID%s`:"
4554
+ msgid "Connect Google Analytics Data to Squirrly"
4555
+ msgstr "Google %sAnalytics ID%s`:"
4556
+
4557
+ #: models/CheckSeo.php:661
4558
+ msgid ""
4559
+ "As a future SEO star, you need to be able to make decisions based on what the "
4560
+ "data tells you. By connecting Google Analytics to Squirrly, you can monitor "
4561
+ "the traffic that your Focus Pages are getting, and figure your next steps "
4562
+ "based on that. Also, much of SEO these days is based on how much time people "
4563
+ "spend on your site, so to give you accurate Chances of Ranking, Squirrly's "
4564
+ "SML needs to see this data. To ensure Google gets 100% accuracy on how people "
4565
+ "spend time on your site, use the plugin we recommend in [link]https://"
4566
+ "squirrly.co/seo/kit[/link]"
4567
+ msgstr ""
4568
+
4569
+ # @ squirrly-seo
4570
+ #: models/CheckSeo.php:662 view/Connect/GoogleAnalytics.php:76
4571
+ #, fuzzy, php-format
4572
+ #| msgid "Google %sAnalytics ID%s`:"
4573
+ msgid "Need Help Connecting Google Analytics? %sClick Here%s"
4574
+ msgstr "Google %sAnalytics ID%s`:"
4575
+
4576
+ #: models/CheckSeo.php:663
4577
+ msgid ""
4578
+ "Connect Google Analytics to Squirrly so that you see how much traffic your "
4579
+ "Focus Pages are getting."
4580
+ msgstr ""
4581
+
4582
+ # @ squirrly-seo
4583
+ #: models/CheckSeo.php:673
4584
+ #, fuzzy
4585
+ #| msgid "Squirrly settings"
4586
+ msgid "Raise Audit Score to Over 30%"
4587
+ msgstr "Squirrly Einstellungen"
4588
+
4589
+ #: models/CheckSeo.php:674
4590
+ msgid ""
4591
+ "Sites with Audit scores under 30% will have a very hard time ranking for "
4592
+ "anything. Scores under 30 means the site doesn't have enough quality to be "
4593
+ "deemed worthy of being found on the first page of Google."
4594
+ msgstr ""
4595
+
4596
+ #: models/CheckSeo.php:675
4597
+ #, php-format
4598
+ msgid ""
4599
+ "Go to %sSquirrly > Audits%s section and read all the Audit tasks where you "
4600
+ "currently have problems. It tells you how to fix those problems."
4601
+ msgstr ""
4602
+
4603
+ #: models/CheckSeo.php:676
4604
+ msgid ""
4605
+ "You need to get an Audit Score of over 30% as soon as possible, if you want "
4606
+ "to avoid Google penalties."
4607
+ msgstr ""
4608
+
4609
+ # @ squirrly-seo
4610
+ #: models/CheckSeo.php:682 models/CheckSeo.php:870 models/CheckSeo.php:948
4611
+ #, fuzzy
4612
+ #| msgid "Squirrly settings"
4613
+ msgid "Audits"
4614
+ msgstr "Squirrly Einstellungen"
4615
+
4616
+ #: models/CheckSeo.php:686
4617
+ #, fuzzy
4618
+ #| msgid "Optimize for Keyword"
4619
+ msgid "Reach 3 Inner Links for all your Focus Pages"
4620
+ msgstr "Schlüsselwort optimieren"
4621
+
4622
+ #: models/CheckSeo.php:687 models/CheckSeo.php:875
4623
+ msgid ""
4624
+ "Studies show that a strong internal linking structure yields higher rankings "
4625
+ "and is an extremely effective SEO tactic. Wikipedia and StackOverflow are "
4626
+ "some of the best sites in the world when it comes to SEO. Most of their SEO "
4627
+ "power comes from strong internal linking. Since Focus Pages are the most "
4628
+ "important pages in your site, you should give them more votes (link to them "
4629
+ "from many pages in your site). Even if you need to create new pages to link "
4630
+ "from, it will stil be worth it. Make sure that you place the links inside the "
4631
+ "content of the page, not in menus, footers, etc. (those don't bring the same "
4632
+ "power when it comes to SEO signals). On https://squirrly.co/seo/kit/ you can "
4633
+ "see an advanced content marketing strategy related to Long-Form content and "
4634
+ "Complementary Content. That will help you think more creatively about inner "
4635
+ "links. Also, in the Rank Show series you can see how one website managed to "
4636
+ "get its most important ranking increases from great inner links."
4637
+ msgstr ""
4638
+
4639
+ #: models/CheckSeo.php:688
4640
+ msgid ""
4641
+ "Get at least three inner links to your Focus Pages from other pages in your "
4642
+ "site. If you don't have enough pages where you can link from, spend some time "
4643
+ "creating new content. Then, re-index with Google Search Console (each page "
4644
+ "from which you sent the links)"
4645
+ msgstr ""
4646
+
4647
+ #: models/CheckSeo.php:689 models/CheckSeo.php:877
4648
+ #, fuzzy
4649
+ #| msgid "Optimize for Keyword"
4650
+ msgid "Add more ranking power to your Focus Pages."
4651
+ msgstr "Schlüsselwort optimieren"
4652
+
4653
+ #: models/CheckSeo.php:700
4654
+ msgid "Get Minimum 10 Visitors / Day to Your Focus Pages"
4655
+ msgstr ""
4656
+
4657
+ #: models/CheckSeo.php:701 models/CheckSeo.php:953 models/CheckSeo.php:1005
4658
+ msgid ""
4659
+ "You need to make sure that your Focus Pages become more popular and take "
4660
+ "action so that more people start seeing it. Google measures many aspects. If "
4661
+ "you don't give it enough traffic, it will not have enough data to figure out "
4662
+ "if your page is actually any good."
4663
+ msgstr ""
4664
+
4665
+ #: models/CheckSeo.php:702 models/CheckSeo.php:954 models/CheckSeo.php:1006
4666
+ msgid ""
4667
+ "Start promoting your Focus Pages on your social media channels, send it to "
4668
+ "your email subscribers, answer relevant questions on Quora and include a link "
4669
+ "to your Page. Get detailed information and more ideas on how you can start "
4670
+ "bringing some traffic to your Focus pages on [link]https://squirrly.co/seo/"
4671
+ "kit[/link]"
4672
+ msgstr ""
4673
+
4674
+ #: models/CheckSeo.php:703 models/CheckSeo.php:955 models/CheckSeo.php:1007
4675
+ msgid ""
4676
+ "Improve visibility for your Focus Pages. Bring in more traffic. Otherwise, it "
4677
+ "will be hard to keep ranking higher."
4678
+ msgstr ""
4679
+
4680
+ # @ squirrly-seo
4681
+ #: models/CheckSeo.php:713
4682
+ #, fuzzy
4683
+ #| msgid "Description:"
4684
+ msgid "No Duplicate Titles"
4685
+ msgstr "Beschreibung:"
4686
+
4687
+ #: models/CheckSeo.php:714
4688
+ msgid ""
4689
+ "Currently, the theme or a 3rd party plugin inside your WordPress site manages "
4690
+ "to bypass Squirrly's duplicate remover feature. It keeps duplicating the "
4691
+ "title tag inside the source code. You need to start deactivating all plugins, "
4692
+ "except Squirrly SEO, until you find the one causing this problem. You can use "
4693
+ "the Run SEO Test button here in Next SEO Goals to see if the problem persists."
4694
+ msgstr ""
4695
+
4696
+ #: models/CheckSeo.php:715
4697
+ msgid ""
4698
+ "Track down the plugin or theme setting which causes the duplication. Make it "
4699
+ "unable to place title tags."
4700
+ msgstr ""
4701
+
4702
+ #: models/CheckSeo.php:716
4703
+ msgid "Make sure you don't have any more duplicate titles in your pages."
4704
+ msgstr ""
4705
+
4706
+ # @ squirrly-seo
4707
+ #: models/CheckSeo.php:727
4708
+ #, fuzzy
4709
+ #| msgid "Description:"
4710
+ msgid "No Duplicate Descriptions"
4711
+ msgstr "Beschreibung:"
4712
+
4713
+ #: models/CheckSeo.php:728
4714
+ msgid ""
4715
+ "Currently, the theme or a 3rd party plugin inside your WordPress site manages "
4716
+ "to bypass Squirrly's duplicate remover feature. It keeps duplicating the meta "
4717
+ "description tag inside the source code. You need to start deactivating all "
4718
+ "plugins, except Squirrly SEO, until you find the one causing this problem. "
4719
+ "You can use the Run SEO Test button here in Next SEO Goals to see if the "
4720
+ "problem persists."
4721
+ msgstr ""
4722
+
4723
+ #: models/CheckSeo.php:729
4724
+ msgid ""
4725
+ "Track down the plugin or theme setting which causes the duplication. Make it "
4726
+ "unable to place meta description tags."
4727
+ msgstr ""
4728
+
4729
+ #: models/CheckSeo.php:730
4730
+ msgid "Make sure you don't have any more duplicate descriptions in your pages."
4731
+ msgstr ""
4732
+
4733
+ # @ squirrly-seo
4734
+ #: models/CheckSeo.php:741
4735
+ #, fuzzy
4736
+ #| msgid "Description:"
4737
+ msgid "No Empty Titles"
4738
+ msgstr "Beschreibung:"
4739
+
4740
+ #: models/CheckSeo.php:742
4741
+ msgid ""
4742
+ "Google doesn't want to place sites with coding problems up in the first "
4743
+ "positions. Sure, the search engine is smart enough to generate the title on "
4744
+ "its own, based on the content inside the URL, but it's still a bad practice."
4745
+ msgstr ""
4746
+
4747
+ #: models/CheckSeo.php:743 models/CheckSeo.php:757
4748
+ #, php-format
4749
+ msgid ""
4750
+ "Fix this using Squirrly SEO. Find more help in the %s Squirrly > SEO "
4751
+ "Configuration %s section."
4752
+ msgstr ""
4753
+
4754
+ #: models/CheckSeo.php:744 models/CheckSeo.php:758
4755
+ msgid ""
4756
+ "Make sure you avoid having pages with Empty Titles and Empty Descriptions. "
4757
+ "Otherwise, your rankings will suffer."
4758
+ msgstr ""
4759
+
4760
+ # @ squirrly-seo
4761
+ #: models/CheckSeo.php:755
4762
+ #, fuzzy
4763
+ #| msgid "Description:"
4764
+ msgid "No Empty Descriptions"
4765
+ msgstr "Beschreibung:"
4766
+
4767
+ #: models/CheckSeo.php:756
4768
+ msgid ""
4769
+ "Google doesn't want to place sites with coding problems up in the first "
4770
+ "positions. Sure, the search engine is smart enough to generate the "
4771
+ "description on its own, based on the content inside the URL, but it's still a "
4772
+ "bad practice."
4773
+ msgstr ""
4774
+
4775
+ #: models/CheckSeo.php:769
4776
+ msgid "Fix Duplicate Content Issues on your site (across multiple pages)"
4777
+ msgstr ""
4778
+
4779
+ #: models/CheckSeo.php:770
4780
+ #, php-format
4781
+ msgid ""
4782
+ "Having duplicate content in your site will negatively impact your Search "
4783
+ "Engine Rankings and traffic. Therefore, you need to make sure you don't have "
4784
+ "duplicate titles and descriptions (and even duplicate written text inside "
4785
+ "pages). %s If you copy the same thing over and over again, search engines "
4786
+ "will penalize you. Go to [link]https://squirrly.co/seo/kit/[/link] to see the "
4787
+ "4 types of duplicate content."
4788
+ msgstr ""
4789
+
4790
+ #: models/CheckSeo.php:771
4791
+ msgid ""
4792
+ "Check your most recent Squirrly Audit to see which of your pages have "
4793
+ "duplicate content."
4794
+ msgstr ""
4795
+
4796
+ #: models/CheckSeo.php:772
4797
+ msgid ""
4798
+ "Fix Duplicate Content. You're at risk of suffering rankings and traffic "
4799
+ "losses due to duplicate content on your site."
4800
+ msgstr ""
4801
+
4802
+ # @ squirrly-seo
4803
+ #: models/CheckSeo.php:783
4804
+ #, fuzzy
4805
+ #| msgid "Images"
4806
+ msgid "Improve SEO Speed"
4807
+ msgstr "Bilder"
4808
+
4809
+ #: models/CheckSeo.php:784
4810
+ msgid ""
4811
+ "Pages that rank at the top of Google’s first page tend to load significantly "
4812
+ "faster compared to pages that rank on the bottom of page 1. If you want to "
4813
+ "rank high on Google, your pages need to load fast. On [link]https://squirrly."
4814
+ "co/seo/kit/[/link] you can find an Upgraded Version of ShortPixel, which they "
4815
+ "offer for free to Squirrly users."
4816
+ msgstr ""
4817
+
4818
+ #: models/CheckSeo.php:785
4819
+ msgid ""
4820
+ "Using a tool like ShortPixel to reduce your image sizes will help improve SEO "
4821
+ "speed."
4822
+ msgstr ""
4823
+
4824
+ #: models/CheckSeo.php:786
4825
+ msgid "Make sure your Focus Pages load fast to improve your rankings."
4826
+ msgstr ""
4827
+
4828
+ #: models/CheckSeo.php:796
4829
+ #, fuzzy
4830
+ #| msgid "Optimize for Keyword"
4831
+ msgid "Reduce Bounce Rate for your Focus Pages"
4832
+ msgstr "Schlüsselwort optimieren"
4833
+
4834
+ #: models/CheckSeo.php:797
4835
+ msgid ""
4836
+ "A high bounce rate generally indicates that your pages aren't relevant to "
4837
+ "your visitors. And since Google is all about serving its users results that "
4838
+ "are most relevant for them, Google doesn't want to show pages that have a "
4839
+ "high bounce rate. A high bounce rate is common for landing pages, but if you "
4840
+ "have a page that has long-form content that aims to educate or inform "
4841
+ "visitors, then a high bounce rate is a symptom that something is wrong in "
4842
+ "your strategy. Either you’re not attracting the right site visitor or the "
4843
+ "visitors coming don’t have a good user experience."
4844
+ msgstr ""
4845
+
4846
+ #: models/CheckSeo.php:798
4847
+ msgid ""
4848
+ "Try reducing your bounce rate by: formatting your content better to improve "
4849
+ "readability, including a video, removing pop-ups that disrupt visitors' "
4850
+ "experience on your site, and making sure your page loads fast. More "
4851
+ "strategies (and a quick-fix plugin) here: [link]https://squirrly.co/seo/kit/[/"
4852
+ "link]"
4853
+ msgstr ""
4854
+
4855
+ #: models/CheckSeo.php:799
4856
+ msgid "Reduce bounce rate for your Focus Pages to improve search performance."
4857
+ msgstr ""
4858
+
4859
+ #: models/CheckSeo.php:809
4860
+ msgid "Time on Page for All Focus Pages: 1 minute average"
4861
+ msgstr ""
4862
+
4863
+ #: models/CheckSeo.php:810
4864
+ msgid ""
4865
+ "If your pages consistently keep people on them for longer than average, the "
4866
+ "Google algorithm will adjust the search results to favor your site, because "
4867
+ "this interaction tells Google that content on your page is interesting and "
4868
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
4869
+ "appear in the search engine rankings. Right now, the average time on page for "
4870
+ "your Focus Pages is under 1 minute, which is not good. Sometimes Google takes "
4871
+ "you down from the first Page of Google if it 'sees' people don't spend enough "
4872
+ "time on the page."
4873
+ msgstr ""
4874
+
4875
+ #: models/CheckSeo.php:811
4876
+ msgid ""
4877
+ "Try these tactics to keep visitors on your page for longer: Embed a video or "
4878
+ "two, add more visuals to make your page more attractive, format your content "
4879
+ "better to make your page easy to scan, ensure your page is laser-focused on "
4880
+ "what visitors expect to get from it, experiment with interactive content such "
4881
+ "as polls or quizzes."
4882
+ msgstr ""
4883
+
4884
+ #: models/CheckSeo.php:812 models/CheckSeo.php:890
4885
+ msgid "Keep visitors on your Focus Pages for longer to boost rankings."
4886
+ msgstr ""
4887
+
4888
+ #: models/CheckSeo.php:822
4889
+ msgid "Reach 20 Social Media Shares for Each of Your Focus Pages"
4890
+ msgstr ""
4891
+
4892
+ #: models/CheckSeo.php:823
4893
+ msgid ""
4894
+ "Studies have shown there is a high correlation between social signals and "
4895
+ "ranking position. In one case study, a company achieved over 130,000 Facebook "
4896
+ "shares to a web page and shot up the rankings for keyword phrases that were "
4897
+ "competitive. Our own SML (Squirrly Machine Learning) discovered ranking "
4898
+ "increases on tens of thousands of pages after they started getting shared to "
4899
+ "social media platforms. The biggest SEO experts agree that social media helps "
4900
+ "your SEO efforts. Strive to get as many social media shares as you can for "
4901
+ "your Focus Pages from trackable sources."
4902
+ msgstr ""
4903
+
4904
+ #: models/CheckSeo.php:824
4905
+ msgid ""
4906
+ "Try these tactics to reach at least 20 social media shares for each one of "
4907
+ "your Focus Pages: Share your content multiple times using different captions "
4908
+ "and images, make social media share buttons super easy to find, include calls-"
4909
+ "to-action that encourage site visitors to share. More proven methods you can "
4910
+ "use here: [link]https://howto12.squirrly.co/wordpress-seo/journey-to-better-"
4911
+ "ranking-day-6/[/link]. For a complete framework, get access to our 10,000 "
4912
+ "Visits from Social Media course on Education Cloud."
4913
+ msgstr ""
4914
+
4915
+ #: models/CheckSeo.php:825
4916
+ msgid ""
4917
+ "Get at least 20 social media shares for each one of your Focus Pages. It's "
4918
+ "hard to rank a page that doesn't get shared to social media sites."
4919
+ msgstr ""
4920
+
4921
+ #: models/CheckSeo.php:835
4922
+ msgid "Raise Authority Level Over 12 for all Focus Pages"
4923
+ msgstr ""
4924
+
4925
+ #: models/CheckSeo.php:836 models/CheckSeo.php:927
4926
+ msgid ""
4927
+ "Page authority is a metric that Squirrly's servers calculates according to "
4928
+ "data from different API, our own crawling and also SML (Squirrly Machine "
4929
+ "Learning fine tunes the data, according to the data sets we've been "
4930
+ "studying). Google has such a system as well, and we are basically replicating "
4931
+ "what they're doing. To improve this you need: traffic to the page, good "
4932
+ "traffic metrics (time on page, low bounce rate), inner links, outbound links "
4933
+ "set to 'nofollow', backlinks (links from 3rd party sites to your own site) "
4934
+ "and social media information."
4935
+ msgstr ""
4936
+
4937
+ #: models/CheckSeo.php:838
4938
+ msgid ""
4939
+ "Raise your Page Authority to over 12 for all Focus Pages. Otherwise, it will "
4940
+ "be nearly impossible for those pages to reach top positions on Google."
4941
+ msgstr ""
4942
+
4943
+ #: models/CheckSeo.php:848
4944
+ msgid "Try a different Title and Description for the Focus Pages with low CTR"
4945
+ msgstr ""
4946
+
4947
+ #: models/CheckSeo.php:849
4948
+ msgid ""
4949
+ "Google keeps track of which links get clicked the most in their search "
4950
+ "results. Links that get clicked more often are moved up higher in the search "
4951
+ "results, because this shows Google that a certain link is the result that "
4952
+ "best matches the user’s search intent. Right now, NOT enough people click on "
4953
+ "your listing, but writing a more enticing title and description can help "
4954
+ "change that; and get more people clicking."
4955
+ msgstr ""
4956
+
4957
+ #: models/CheckSeo.php:850
4958
+ msgid ""
4959
+ "Tips to improve your CTR: include your keyword in your description, use How-"
4960
+ "To and numbers in your titles as many people are drawn to them, make sure the "
4961
+ "description clearly states what your page is about, and add a CTA that gives "
4962
+ "people an extra incentive to click on your link."
4963
+ msgstr ""
4964
+
4965
+ #: models/CheckSeo.php:851
4966
+ msgid ""
4967
+ "Change the title and description to get more SERP clicks for your Focus Pages "
4968
+ "(the ones where you see low CTR)"
4969
+ msgstr ""
4970
+
4971
+ # @ squirrly-seo
4972
+ #: models/CheckSeo.php:861
4973
+ #, fuzzy
4974
+ #| msgid "Squirrly settings"
4975
+ msgid "Audit Score is Over 50%"
4976
+ msgstr "Squirrly Einstellungen"
4977
+
4978
+ #: models/CheckSeo.php:862
4979
+ msgid ""
4980
+ "The Squirrly Audit covers the main aspects that influence a site's "
4981
+ "performance. Plus, your SEO and digital marketing expertise will increase as "
4982
+ "you keep working on solving issues unveiled by the weekly Audit. You need a "
4983
+ "score over 50 to have good chances of ranking high on Google."
4984
+ msgstr ""
4985
+
4986
+ #: models/CheckSeo.php:863
4987
+ #, php-format
4988
+ msgid ""
4989
+ "Open up your Audit from %sSquirrly > Audits%s. Open one of the audits, or use "
4990
+ "the Compare Audit button to compare multiple audits and see how far you've "
4991
+ "come along. Read about the aspects you can work on to improve your score "
4992
+ "(find them on the right sidebar)."
4993
+ msgstr ""
4994
+
4995
+ #: models/CheckSeo.php:864 models/CheckSeo.php:942
4996
+ msgid ""
4997
+ "Improve the score of your Audit to have a good chance of ranking high on "
4998
+ "Google."
4999
+ msgstr ""
5000
+
5001
+ #: models/CheckSeo.php:874
5002
+ #, fuzzy
5003
+ #| msgid "Optimize for Keyword"
5004
+ msgid "Reach 5 Inner Links for all your Focus Pages"
5005
+ msgstr "Schlüsselwort optimieren"
5006
+
5007
+ #: models/CheckSeo.php:876
5008
+ msgid ""
5009
+ "Get at least five inner links to your Focus Pages from other pages in your "
5010
+ "site. If you don't have enough pages where you can link from, spend some time "
5011
+ "creating new content. Then, re-index with Google Search Console (each page "
5012
+ "from which you sent the links)"
5013
+ msgstr ""
5014
+
5015
+ #: models/CheckSeo.php:887
5016
+ msgid "Time on Page for All Focus Pages: 1.5 minute average"
5017
+ msgstr ""
5018
+
5019
+ #: models/CheckSeo.php:888
5020
+ msgid ""
5021
+ "If your pages consistently keep people on them for longer than average, the "
5022
+ "Google algorithm will adjust the search results to favor your site, because "
5023
+ "this interaction tells Google that content on your page is interesting and "
5024
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
5025
+ "appear in the search engine rankings. Right now, the average time on page for "
5026
+ "your Focus Pages is under 1.5 minutes, which is not ideal. One thing you can "
5027
+ "do is check if all traffic sources send you people who spend very little time "
5028
+ "on your pages. If that's the case, make sure those sources stop sending you "
5029
+ "traffic. Yes, there is such a thing as 'bad traffic' and it can hurt your "
5030
+ "positions in Google. Also, you need to use [link]https://squirrly.co/seo/kit/"
5031
+ "[/link] and make sure Google reads the correct time on page. Most of the "
5032
+ "time, it doesn't, because its tracker gets a 'timeout'. In the kit, you'll "
5033
+ "find a plugin that doesn't allow google to time out. And it will improve the "
5034
+ "accuracy of the Time on Page readings."
5035
+ msgstr ""
5036
+
5037
+ #: models/CheckSeo.php:889
5038
+ msgid ""
5039
+ "Try these tactics to keep visitors on your page for longer: Embed a video or "
5040
+ "two, add more visuals to make your page more attractive, format your content "
5041
+ "better to make your page easy to scan, ensure your page is laser-focused on "
5042
+ "what visitors expect to get from it."
5043
+ msgstr ""
5044
+
5045
+ #: models/CheckSeo.php:900
5046
+ msgid "Get At Least 10 referring domains"
5047
+ msgstr ""
5048
+
5049
+ #: models/CheckSeo.php:901 models/CheckSeo.php:992
5050
+ msgid ""
5051
+ "If you want more organic traffic, backlinks and referring domains are "
5052
+ "critical. Research has shown that the vast majority of pages (of analyzed ~ 1 "
5053
+ "billion pages) without any referring domains get NO traffic from Google. "
5054
+ "There is also a positive correlation between the number of unique referring "
5055
+ "domains and the amount of search traffic the target web page receives."
5056
+ msgstr ""
5057
+
5058
+ #: models/CheckSeo.php:902
5059
+ msgid ""
5060
+ "Find more websites that can send links to your own site. You need to get "
5061
+ "links to our site from at least 10 other domains from the web. You can run "
5062
+ "Squirrly SPY reports on your competitors to find websites which link to your "
5063
+ "kind of website."
5064
+ msgstr ""
5065
+
5066
+ #: models/CheckSeo.php:903
5067
+ msgid "Get at least 10 referring domains to get more traffic."
5068
+ msgstr ""
5069
+
5070
+ #: models/CheckSeo.php:913
5071
+ msgid "Reach 40 Social Media Shares for Each of Your Focus Pages"
5072
+ msgstr ""
5073
+
5074
+ #: models/CheckSeo.php:914
5075
+ msgid ""
5076
+ "Try these tactics to reach at least 40 social media shares for each one of "
5077
+ "your Focus Pages: Share your content multiple times using different captions "
5078
+ "and images, make social media share buttons super easy to find, include calls-"
5079
+ "to-action that encourage site visitors to share. More proven methods you can "
5080
+ "use here: https://howto12.squirrly.co/wordpress-seo/journey-to-better-"
5081
+ "ranking-day-6/. For a complete framework, get access to our 10,000 Visits "
5082
+ "from Social Media course on Education Cloud."
5083
+ msgstr ""
5084
+
5085
+ #: models/CheckSeo.php:915
5086
+ msgid ""
5087
+ "Studies have shown there is a high correlation between social signals and "
5088
+ "ranking position. In one case study, a company achieved over 130,000 Facebook "
5089
+ "shares to a web page and shot up the rankings for keyword phrases that were "
5090
+ "very competitive. Our own SML (Squirrly Machine Learning) discovered ranking "
5091
+ "increases on tens of thousands of pages after they started getting shared to "
5092
+ "social media platforms. The biggest SEO experts agree that social media helps "
5093
+ "your SEO efforts. Strive to get as many social media shares as you can for "
5094
+ "your Focus Pages from trackable sources."
5095
+ msgstr ""
5096
+
5097
+ #: models/CheckSeo.php:916
5098
+ msgid ""
5099
+ "Get at least 40 social media shares for each one of your Focus Pages. It's "
5100
+ "hard to rank a page that doesn't get shared to social media sites."
5101
+ msgstr ""
5102
+
5103
+ #: models/CheckSeo.php:926
5104
+ msgid "Raise Authority Level to Over 20 for all Focus Pages"
5105
+ msgstr ""
5106
+
5107
+ #: models/CheckSeo.php:929
5108
+ msgid ""
5109
+ "Raise your Page Authority to over 20 for all Focus Pages. Otherwise, it will "
5110
+ "be nearly impossible for those pages to reach top positions on Google."
5111
+ msgstr ""
5112
+
5113
+ # @ squirrly-seo
5114
+ #: models/CheckSeo.php:939
5115
+ #, fuzzy
5116
+ #| msgid "Squirrly settings"
5117
+ msgid "Audit Score is Over 70%"
5118
+ msgstr "Squirrly Einstellungen"
5119
+
5120
+ #: models/CheckSeo.php:940
5121
+ msgid ""
5122
+ "The Squirrly Audit covers the main aspects that influence a site's "
5123
+ "performance. Plus, your SEO and digital marketing expertise will increase as "
5124
+ "you keep working on solving issues unveiled by the weekly Audit. You need a "
5125
+ "score over 70 to have good chances of ranking high on Google."
5126
+ msgstr ""
5127
+
5128
+ #: models/CheckSeo.php:941
5129
+ #, php-format
5130
+ msgid ""
5131
+ "Open up your Audit from %sSquirrly > SEO Audit%s. Open one of the audits, or "
5132
+ "use the Compare Audit button to compare multiple audits and see how far "
5133
+ "you've come along. Read about the aspects you can work on to improve your "
5134
+ "score (find them on the right sidebar)."
5135
+ msgstr ""
5136
+
5137
+ #: models/CheckSeo.php:952
5138
+ msgid "Get Minimum 30 Visitors / Day to Your Focus Pages"
5139
+ msgstr ""
5140
+
5141
+ #: models/CheckSeo.php:965
5142
+ msgid "Reach Time on Page for All Focus Pages: 2 minute average"
5143
+ msgstr ""
5144
+
5145
+ #: models/CheckSeo.php:966
5146
+ msgid ""
5147
+ "If your pages consistently keep people on them for longer than average, the "
5148
+ "Google algorithm will adjust the search results to favor your site, because "
5149
+ "this interaction tells Google that content on your page is interesting and "
5150
+ "relevant. The longer people stay on your Focus Pages, the higher they will "
5151
+ "appear in the search engine rankings. Right now, the average time on page for "
5152
+ "your Focus Pages is under 2 minutes. You can make changes to improve that. "
5153
+ "Average time on page is one of the most important signals for Google."
5154
+ msgstr ""
5155
+
5156
+ #: models/CheckSeo.php:967
5157
+ msgid ""
5158
+ "Experiment with interactive content such as polls or quizzes to keep visitors "
5159
+ "on your site for longer, or make your content longer, if the topic is right. "
5160
+ "It's also worth checking what are your traffic sources, as some traffic "
5161
+ "sources can contribute to low time on page. "
5162
+ msgstr ""
5163
+
5164
+ #: models/CheckSeo.php:968
5165
+ msgid ""
5166
+ "Keep visitors on your Focus Pages for at least 2 minutes (on average) to "
5167
+ "boost rankings. Keeping people over 2 minutes sends clear signals to Google "
5168
+ "that people love your pages."
5169
+ msgstr ""
5170
+
5171
+ #: models/CheckSeo.php:978
5172
+ msgid "Get at least 20 referring domains"
5173
+ msgstr ""
5174
+
5175
+ #: models/CheckSeo.php:979
5176
+ msgid ""
5177
+ "If you want more organic traffic, backlinks and referring domains are "
5178
+ "critical. Research has shown that the vast majority of pages (of analyzed ~ 1 "
5179
+ "billion pages) without any referring domains get NO traffic from Google. "
5180
+ "There is also a positive correlation between the number of unique referring "
5181
+ "domains and the amount of search traffic the target web page receives. "
5182
+ msgstr ""
5183
+
5184
+ #: models/CheckSeo.php:980
5185
+ msgid ""
5186
+ "Find more websites that can send links to your own site. You need to get "
5187
+ "links to our site from at least 20 other domains from the web. You can run "
5188
+ "Squirrly SPY reports on your competitors to find websites which link to your "
5189
+ "kind of website."
5190
+ msgstr ""
5191
+
5192
+ #: models/CheckSeo.php:981
5193
+ msgid "Get at least 20 referring domains to get more traffic."
5194
+ msgstr ""
5195
+
5196
+ #: models/CheckSeo.php:991
5197
+ msgid "Get at least 30 referring domains"
5198
+ msgstr ""
5199
+
5200
+ #: models/CheckSeo.php:993
5201
+ msgid ""
5202
+ "Find more websites that can send links to your own site. You need to get "
5203
+ "links to our site from at least 30 other domains from the web. You can run "
5204
+ "Squirrly SPY reports on your competitors to find websites which link to your "
5205
+ "kind of website."
5206
+ msgstr ""
5207
+
5208
+ #: models/CheckSeo.php:994
5209
+ msgid "Get at least 30 reffering domains to get more traffic"
5210
+ msgstr ""
5211
+
5212
+ #: models/CheckSeo.php:1004
5213
+ msgid "Get Minimum 70 Visitors / Day to Your Focus Pages"
5214
+ msgstr ""
5215
+
5216
+ #: models/CheckSeo.php:1017
5217
+ msgid "Raise Authority Level to Over 35 for all Focus Pages"
5218
+ msgstr ""
5219
+
5220
+ #: models/CheckSeo.php:1018
5221
+ msgid ""
5222
+ "Page authority is a metric that Squirrly's servers calculate according to "
5223
+ "data from different API, our own crawling and also SML (Squirrly Machine "
5224
+ "Learning fine tunes the data, according to the data sets we've been "
5225
+ "studying). Google has such a system as well, and we are basically replicating "
5226
+ "what they're doing. To improve this, you need: traffic to the page, good "
5227
+ "traffic metrics (time on page, low bounce rate), inner links, outbound links "
5228
+ "set to \"nofollow\", backlinks (links from 3rd party sites to your own site) "
5229
+ "and social media information."
5230
+ msgstr ""
5231
+
5232
+ #: models/CheckSeo.php:1020
5233
+ msgid ""
5234
+ "Raise your Page Authority to over 35 for all Focus Pages. Do this and Google "
5235
+ "will start rewarding you with much better visibility on the search engine."
5236
+ msgstr ""
5237
+
5238
+ #: models/CheckSeo.php:1030
5239
+ msgid "Get at least 1 Backlink for every Focus Page"
5240
+ msgstr ""
5241
+
5242
+ #: models/CheckSeo.php:1031 models/CheckSeo.php:1044
5243
+ msgid ""
5244
+ "A very easy way to reach this goal is to get a Squirrly SPY report "
5245
+ "[link]https://squirrly.co/seo/spy/[/link] or something similar for your "
5246
+ "competitors (just see who is currently listed top 10 in Google for your main "
5247
+ "keyword for each Focus Page). You will see which sites link to them. Then you "
5248
+ "can talk to those site owners and ask them how they can include you as well, "
5249
+ "and also link to YOUR site."
5250
+ msgstr ""
5251
+
5252
+ #: models/CheckSeo.php:1032
5253
+ msgid ""
5254
+ "Get 1 Backlink for each Focus Page. The 'PRO Ranking Tournament' course "
5255
+ "inside Education Cloud by Squirrly has many ideas in lesson 8. These ideas "
5256
+ "will help you get backlinks."
5257
+ msgstr ""
5258
+
5259
+ #: models/CheckSeo.php:1033
5260
+ msgid ""
5261
+ "Get 1 Backlink (minimum) for each of your Focus Pages. Otherwise, it's pretty "
5262
+ "improbable that you will manage to reach top positions."
5263
+ msgstr ""
5264
+
5265
+ #: models/CheckSeo.php:1043
5266
+ #, fuzzy
5267
+ #| msgid "Optimize for Keyword"
5268
+ msgid "Get 10 Backlinks to your Focus Pages"
5269
+ msgstr "Schlüsselwort optimieren"
5270
+
5271
+ #: models/CheckSeo.php:1045
5272
+ msgid ""
5273
+ "Get 10 Backlinks for each Focus Page. The 'PRO Ranking Tournament' course "
5274
+ "inside Education Cloud by Squirrly has many ideas in lesson 8. These ideas "
5275
+ "will help you get backlinks."
5276
+ msgstr ""
5277
+
5278
+ #: models/CheckSeo.php:1046
5279
+ msgid ""
5280
+ "Reach over 10 Backlinks for each of your Focus Pages. Otherwise, it's pretty "
5281
+ "improbable that you will manage to reach top positions."
5282
+ msgstr ""
5283
+
5284
+ #: models/CheckSeo.php:1056
5285
+ msgid "Help us with a positive review on WordPress"
5286
+ msgstr ""
5287
+
5288
+ #: models/CheckSeo.php:1057
5289
+ msgid "Help us keep the Squirrly SEO plugin free with so many free features."
5290
+ msgstr ""
5291
+
5292
+ #: models/CheckSeo.php:1058
5293
+ #, php-format
5294
+ msgid ""
5295
+ "Go to %sWordPress Directory%s and write a short positive review for us if you "
5296
+ "like the plugin."
5297
+ msgstr ""
5298
+
5299
+ #: models/CheckSeo.php:1071 models/CheckSeo.php:1103
5300
+ #, fuzzy
5301
+ #| msgid "Optimize for Keyword"
5302
+ msgid "You got better Traffic to your Focus Pages"
5303
+ msgstr "Schlüsselwort optimieren"
5304
+
5305
+ #: models/CheckSeo.php:1079 models/CheckSeo.php:1087
5306
+ #, fuzzy
5307
+ #| msgid "Optimize for Keyword"
5308
+ msgid "You got better Ranking to your Focus Pages"
5309
+ msgstr "Schlüsselwort optimieren"
5310
+
5311
+ #: models/CheckSeo.php:1095
5312
+ #, fuzzy
5313
+ #| msgid "Optimize for Keyword"
5314
+ msgid "You got better Time On Page to your Focus Pages"
5315
+ msgstr "Schlüsselwort optimieren"
5316
+
5317
+ #: models/CheckSeo.php:1111
5318
+ #, fuzzy
5319
+ #| msgid "Optimize for Keyword"
5320
+ msgid "You got better Authority to your Focus Pages"
5321
+ msgstr "Schlüsselwort optimieren"
5322
+
5323
+ #: models/CheckSeo.php:1119
5324
+ #, fuzzy
5325
+ #| msgid "Optimize for Keyword"
5326
+ msgid "You got better Social Signals to your Focus Pages"
5327
+ msgstr "Schlüsselwort optimieren"
5328
+
5329
+ #: models/CheckSeo.php:1127
5330
+ #, fuzzy
5331
+ #| msgid "Optimize for Keyword"
5332
+ msgid "You got better Loading Speed to your Focus Pages"
5333
+ msgstr "Schlüsselwort optimieren"
5334
+
5335
+ #: models/CheckSeo.php:1135 models/CheckSeo.php:1143 models/CheckSeo.php:1151
5336
+ msgid "You got better Ranking for your Keywords"
5337
+ msgstr ""
5338
+
5339
+ #: models/CheckSeo.php:1159
5340
+ msgid "You got better Score for your Audit"
5341
+ msgstr ""
5342
+
5343
+ # @ squirrly-seo
5344
+ #: models/CheckSeo.php:1495
5345
+ #, fuzzy
5346
+ #| msgid "Could not send the email..."
5347
+ msgid "Could not verify the frontend."
5348
+ msgstr "Konnte E-Mail nicht senden ..."
5349
+
5350
+ #: models/CheckSeo.php:1886
5351
+ msgid "'Just another WordPress site'"
5352
+ msgstr ""
5353
+
5354
+ #: models/CheckSeo.php:1887
5355
+ msgid "Just another WordPress site"
5356
+ msgstr ""
5357
+
5358
+ #: models/CheckSeo.php:2049
5359
+ #, php-format
5360
+ msgid "Focus Page was not found (error %s)"
5361
+ msgstr ""
5362
+
5363
+ #: models/CheckSeo.php:2050 models/CheckSeo.php:2102
5364
+ msgid ""
5365
+ "The way your WordPress site is currently hosted can affect the way Squirrly "
5366
+ "SEO operates in order to retrieve and process data about your Focus Pages. "
5367
+ "It’s important to do everything on your end to ensure that the Focus Pages "
5368
+ "audits can be generated by our system."
5369
+ msgstr ""
5370
+
5371
+ #: models/CheckSeo.php:2051 models/CheckSeo.php:2070
5372
+ msgid ""
5373
+ "Use a different browser to check if your Focus Page is visible. Whitelist our "
5374
+ "crawler IP address (176.9.112.210) to allow our server to verify your page so "
5375
+ "that you’ll receive a full audit."
5376
+ msgstr ""
5377
+
5378
+ #: models/CheckSeo.php:2052 models/CheckSeo.php:2104
5379
+ msgid "An error is preventing Squirrly from processing your Focus Page audits."
5380
+ msgstr ""
5381
+
5382
+ #: models/CheckSeo.php:2059
5383
+ #, php-format
5384
+ msgid "Your Focus Page is redirected to another page (error %s)"
5385
+ msgstr ""
5386
+
5387
+ #: models/CheckSeo.php:2060
5388
+ #, php-format
5389
+ msgid ""
5390
+ "Right now, your Focus Page sends users and search engines to a different URL "
5391
+ "from the one they originally requested. That’s because you set up a 301 or a "
5392
+ "302 redirect for this page. %s A redirect indicates that your Focus Page has "
5393
+ "moved to a different location. If the wrong type of redirect has been set up, "
5394
+ "search engines can be become confused as to which page they should rank. %s A "
5395
+ "redirect also interferes with how Squirrly’s Focus Pages system operates."
5396
+ msgstr ""
5397
+
5398
+ #: models/CheckSeo.php:2061
5399
+ msgid ""
5400
+ "Choose a page that does NOT redirect to a different page as your Focus Page. "
5401
+ "Your Focus Page should have a single URL associated to it so that Squirrly "
5402
+ "can serve you the best data."
5403
+ msgstr ""
5404
+
5405
+ #: models/CheckSeo.php:2062
5406
+ msgid "Make sure that your Focus Page is NOT redirected to a different page."
5407
+ msgstr ""
5408
+
5409
+ #: models/CheckSeo.php:2068
5410
+ #, php-format
5411
+ msgid "Ensure your Focus Pages can be accessed (error %s)"
5412
+ msgstr ""
5413
+
5414
+ #: models/CheckSeo.php:2069
5415
+ #, php-format
5416
+ msgid ""
5417
+ "A server-side error is preventing Squirrly from being able to access and "
5418
+ "audit your Focus Page. You need to fix this so that Squirrly SEO can analyze "
5419
+ "your page and serve you complete data on how to improve its chances of "
5420
+ "ranking. %sThe error can also prevent human visitors from accessing your "
5421
+ "page, which is a critical issue."
5422
+ msgstr ""
5423
+
5424
+ #: models/CheckSeo.php:2071
5425
+ msgid "A server-side error is preventing your Focus Pages from being accessed."
5426
+ msgstr ""
5427
+
5428
+ #: models/CheckSeo.php:2076
5429
+ #, php-format
5430
+ msgid "Make sure your Focus Pages can be audited (error %s)"
5431
+ msgstr ""
5432
+
5433
+ #: models/CheckSeo.php:2077
5434
+ msgid ""
5435
+ "Squirrly is unable to generate the audit for your Focus Page because it can’t "
5436
+ "connect to your WordPress site’s server. Why? Your WordPress site’s server "
5437
+ "may be down, or maybe your server is inadvertently blocking Squirrly’s IP "
5438
+ "address."
5439
+ msgstr ""
5440
+
5441
+ #: models/CheckSeo.php:2078
5442
+ msgid ""
5443
+ "Check to see if your WordPress site’s server is offline. Whitelist our "
5444
+ "crawler IP address (176.9.112.210) to allow our server to verify your page so "
5445
+ "that you’ll receive a full audit."
5446
+ msgstr ""
5447
+
5448
+ #: models/CheckSeo.php:2079 models/CheckSeo.php:2087
5449
+ msgid ""
5450
+ "An error prevents Squirrly from gathering critical data about your Focus Page."
5451
+ msgstr ""
5452
+
5453
+ #: models/CheckSeo.php:2084
5454
+ msgid "Make sure your Focus Pages can be audited (firewall protection)"
5455
+ msgstr ""
5456
+
5457
+ #: models/CheckSeo.php:2085
5458
+ msgid ""
5459
+ "Squirrly is unable to generate the audit for your Focus Page because it can’t "
5460
+ "connect to your WordPress site’s server. Why? Your WordPress site’s server "
5461
+ "has a firewall protection and is blocking Squirrly’s IP address."
5462
+ msgstr ""
5463
+
5464
+ #: models/CheckSeo.php:2086 models/CheckSeo.php:2103
5465
+ msgid ""
5466
+ "Whitelist our crawler IP address (176.9.112.210) to allow our server to "
5467
+ "verify your page so that you’ll receive a full audit."
5468
+ msgstr ""
5469
+
5470
+ #: models/CheckSeo.php:2092
5471
+ msgid "Focus Pages - Limit Exceeded"
5472
+ msgstr ""
5473
+
5474
+ #: models/CheckSeo.php:2093
5475
+ msgid ""
5476
+ "Squirrly is unable to generate the audit for your Focus Page because you "
5477
+ "exceeded the maximum number of Focus Pages for your account."
5478
+ msgstr ""
5479
+
5480
+ # @ squirrly-seo
5481
+ #: models/CheckSeo.php:2094
5482
+ #, fuzzy
5483
+ #| msgid "Could not send the email..."
5484
+ msgid "Upgrade your account to be able to see all the Focus Pages you added."
5485
+ msgstr "Konnte E-Mail nicht senden ..."
5486
+
5487
+ #: models/CheckSeo.php:2101
5488
+ #, php-format
5489
+ msgid "Focus Page could not be verified (error: %s)"
5490
+ msgstr ""
5491
+
5492
+ #: models/Compatibility.php:262
5493
+ msgid "MPN"
5494
+ msgstr ""
5495
+
5496
+ #: models/Compatibility.php:263
5497
+ msgid "Add Manufacturer Part Number (MPN)"
5498
+ msgstr ""
5499
+
5500
+ #: models/Compatibility.php:266
5501
+ msgid "GTIN"
5502
+ msgstr ""
5503
+
5504
+ #: models/Compatibility.php:267
5505
+ msgid "Add Global Trade Item Number (GTIN)"
5506
+ msgstr ""
5507
+
5508
+ #: models/Compatibility.php:270
5509
+ msgid "EAN (GTIN-13)"
5510
+ msgstr ""
5511
+
5512
+ #: models/Compatibility.php:271
5513
+ msgid ""
5514
+ "Add Global Trade Item Number (GTIN) for the major GTIN used outside of North "
5515
+ "America"
5516
+ msgstr ""
5517
+
5518
+ #: models/Compatibility.php:274
5519
+ msgid "UPC (GTIN-12)"
5520
+ msgstr ""
5521
+
5522
+ #: models/Compatibility.php:275
5523
+ msgid "Add Global Trade Item Number (GTIN) for North America"
5524
+ msgstr ""
5525
+
5526
+ #: models/Compatibility.php:278
5527
+ msgid "ISBN"
5528
+ msgstr ""
5529
+
5530
+ #: models/Compatibility.php:279
5531
+ msgid "Add Global Trade Item Number (GTIN) for books"
5532
+ msgstr ""
5533
+
5534
+ #: models/Compatibility.php:284
5535
+ msgid "Brand Name"
5536
+ msgstr ""
5537
+
5538
+ #: models/Compatibility.php:285
5539
+ msgid "Add Product Brand Name"
5540
+ msgstr ""
5541
+
5542
+ # @ squirrly-seo
5543
+ #: models/FocusPages.php:26 models/abstract/Assistant.php:128
5544
+ #: view/Ranking/Gscsync.php:34 view/Ranking/Rankings.php:215
5545
+ #: view/Ranking/Rankings.php:352 view/Research/Briefcase.php:122
5546
+ #: view/Research/Briefcase.php:319 view/Research/History.php:35
5547
+ #: view/Research/HistoryDetails.php:8 view/Research/Research.php:215
5548
+ #: view/Research/Suggested.php:36
5549
+ #, fuzzy
5550
+ #| msgid "Keyword:"
5551
+ msgid "Keyword"
5552
+ msgstr "Schlüsselwort:"
5553
+
5554
+ #: models/FocusPages.php:27
5555
+ msgid "Strategy"
5556
+ msgstr ""
5557
+
5558
+ # @ squirrly-seo
5559
+ #: models/FocusPages.php:28
5560
+ #, fuzzy
5561
+ #| msgid "SEO Software"
5562
+ msgid "SEO Content"
5563
+ msgstr "SEO Software"
5564
+
5565
+ # @ squirrly-seo
5566
+ #: models/FocusPages.php:29
5567
+ #, fuzzy
5568
+ #| msgid "Save settings"
5569
+ msgid "Words / Page"
5570
+ msgstr "Einstellungen speichern"
5571
+
5572
+ #: models/FocusPages.php:30
5573
+ msgid "Platform SEO"
5574
+ msgstr ""
5575
+
5576
+ # @ squirrly-seo
5577
+ #: models/FocusPages.php:31
5578
+ #, fuzzy
5579
+ #| msgid "Squirrly LIVE SEO assistant"
5580
+ msgid "Snippet"
5581
+ msgstr "Squirrly LIVE SEO-Assistent"
5582
+
5583
+ # @ squirrly-seo
5584
+ #: models/FocusPages.php:32
5585
+ #, fuzzy
5586
+ #| msgid "Images"
5587
+ msgid "SEO Image"
5588
+ msgstr "Bilder"
5589
+
5590
+ #: models/FocusPages.php:33
5591
+ msgid "Traffic Health"
5592
+ msgstr ""
5593
+
5594
+ #: models/FocusPages.php:34
5595
+ msgid "Platform Health"
5596
+ msgstr ""
5597
+
5598
+ #: models/FocusPages.php:36
5599
+ msgid "Social Signals"
5600
+ msgstr ""
5601
+
5602
+ #: models/FocusPages.php:37
5603
+ msgid "Backlinks"
5604
+ msgstr ""
5605
+
5606
+ # @ squirrly-seo
5607
+ #: models/FocusPages.php:38
5608
+ #, fuzzy
5609
+ #| msgid "Insert it!"
5610
+ msgid "Inner Links"
5611
+ msgstr "Einfügen!"
5612
+
5613
+ #: models/FocusPages.php:39
5614
+ msgid "Outbound Links"
5615
+ msgstr ""
5616
+
5617
+ #: models/FocusPages.php:40
5618
+ msgid "Accuracy"
5619
+ msgstr ""
5620
+
5621
+ #: models/FocusPages.php:41 view/Ranking/Gscsync.php:37
5622
+ msgid "CTR"
5623
+ msgstr ""
5624
+
5625
+ #: models/FocusPages.php:42 view/Ranking/Gscsync.php:36
5626
+ #: view/Ranking/Rankings.php:366
5627
+ msgid "Impressions"
5628
+ msgstr ""
5629
+
5630
+ #: models/FocusPages.php:43 view/Ranking/Gscsync.php:35
5631
+ #: view/Ranking/Rankings.php:372
5632
+ msgid "Clicks"
5633
+ msgstr ""
5634
+
5635
+ # @ squirrly-seo
5636
+ #: models/Ico.php:44
5637
+ #, fuzzy
5638
+ #| msgid "File type error: Only JPEG, JPG, GIF or PNG files are allowed."
5639
+ msgid "File type error: Only ICO, JPEG, JPG, GIF or PNG files are allowed."
5640
+ msgstr "Dateityp Fehler: Nur JPEG, JPG, GIF oder PNG-Dateien sind erlaubt."
5641
+
5642
+ # @ squirrly-seo
5643
+ #: models/Ico.php:53
5644
+ msgid "Delete error: Could not delete the old favicon."
5645
+ msgstr "Lösch Fehler: Konnte das alte Favicon nicht löschen."
5646
+
5647
+ # @ squirrly-seo
5648
+ #: models/Ico.php:60
5649
+ msgid "Upload error: Could not upload the favicon."
5650
+ msgstr "Upload Fehler: Konnte das Favicon nicht hochladen."
5651
+
5652
+ # @ squirrly-seo
5653
+ #: models/Ico.php:66
5654
+ msgid "Permission error: Could not change the favicon permissions."
5655
+ msgstr "Permission Fehler: Konnte Favicon-Berechtigungen nicht ändern."
5656
+
5657
+ # @ squirrly-seo
5658
+ #: models/Ico.php:87
5659
+ msgid ""
5660
+ "ICO Error: Could not create the ICO from file. Try with another file type."
5661
+ msgstr ""
5662
+ "ICO Fehler: konnte ICO aus der Datei nicht erstellen. Versuchen Sie es mit "
5663
+ "einem anderen Dateityp."
5664
+
5665
+ # @ squirrly-seo
5666
+ #: models/Ico.php:104
5667
+ msgid "The favicon has been updated."
5668
+ msgstr "Das Favicon wurde aktualisiert."
5669
+
5670
+ #: models/Menu.php:120
5671
+ msgid "First Step"
5672
+ msgstr ""
5673
+
5674
+ #: models/Menu.php:120 models/Menu.php:502
5675
+ msgid "Overview"
5676
+ msgstr ""
5677
+
5678
+ # @ squirrly-seo
5679
+ #: models/Menu.php:131
5680
+ #, fuzzy
5681
+ #| msgid "Go to Profile"
5682
+ msgid "All Features"
5683
+ msgstr "Zum Profil"
5684
+
5685
+ #: models/Menu.php:142
5686
+ msgid "One Page Setup"
5687
+ msgstr ""
5688
+
5689
+ # @ squirrly-seo
5690
+ #: models/Menu.php:186 models/Menu.php:542 view/BulkSeo/Bulkseo.php:25
5691
+ #, fuzzy
5692
+ #| msgid "Squirrly settings"
5693
+ msgid "Bulk SEO"
5694
+ msgstr "Squirrly Einstellungen"
5695
+
5696
+ # @ squirrly-seo
5697
+ #: models/Menu.php:197 models/Menu.php:549 view/Automation/Types.php:24
5698
+ #, fuzzy
5699
+ #| msgid "automatically"
5700
+ msgid "Automation"
5701
+ msgstr "automatisch"
5702
+
5703
+ # @ squirrly-seo
5704
+ #: models/Menu.php:208
5705
+ #, fuzzy
5706
+ #| msgid "automatically"
5707
+ msgid "SEO Configuration"
5708
+ msgstr "automatisch"
5709
+
5710
+ # @ squirrly-seo
5711
+ #: models/Menu.php:219 models/Menu.php:729 view/SeoSettings/Backup.php:22
5712
+ #, fuzzy
5713
+ #| msgid "Support"
5714
+ msgid "Import & Data"
5715
+ msgstr "Support"
5716
+
5717
+ # @ squirrly-seo
5718
+ #: models/Menu.php:241
5719
+ #, fuzzy
5720
+ #| msgid "automatically"
5721
+ msgid "SEO Audit"
5722
+ msgstr "automatisch"
5723
+
5724
+ # @ squirrly-seo
5725
+ #: models/Menu.php:252 view/Ranking/Rankings.php:33
5726
+ #, fuzzy
5727
+ #| msgid "Google %sAnalytics ID%s`:"
5728
+ msgid "Google Rankings"
5729
+ msgstr "Google %sAnalytics ID%s`:"
5730
+
5731
+ # @ squirrly-seo
5732
+ #: models/Menu.php:263
5733
+ #, fuzzy
5734
+ #| msgid "Squirrly settings"
5735
+ msgid "Onboarding"
5736
+ msgstr "Squirrly Einstellungen"
5737
+
5738
+ # @ squirrly-seo
5739
+ #: models/Menu.php:274
5740
+ #, fuzzy
5741
+ #| msgid "Squirrly.co Login"
5742
+ msgid "Account Info"
5743
+ msgstr "Squirrly.co Login"
5744
+
5745
+ # @ squirrly-seo
5746
+ #: models/Menu.php:285
5747
+ #, fuzzy
5748
+ #| msgid "Squirrly LIVE SEO assistant"
5749
+ msgid "How To & Support"
5750
+ msgstr "Squirrly LIVE SEO-Assistent"
5751
+
5752
+ # @ squirrly-seo
5753
+ #: models/Menu.php:296
5754
+ #, fuzzy
5755
+ #| msgid "Squirrly settings"
5756
+ msgid "Audit"
5757
+ msgstr "Squirrly Einstellungen"
5758
+
5759
+ #: models/Menu.php:326
5760
+ msgid "Next SEO Goals"
5761
+ msgstr ""
5762
+
5763
+ #: models/Menu.php:333
5764
+ msgid "Progress & Achivements"
5765
+ msgstr ""
5766
+
5767
+ # @ squirrly-seo
5768
+ #: models/Menu.php:340
5769
+ #, fuzzy
5770
+ #| msgid "Go to Profile"
5771
+ msgid "Main Features"
5772
+ msgstr "Zum Profil"
5773
+
5774
+ #: models/Menu.php:347 view/Blocks/Jorney.php:7
5775
+ msgid "14 Days Journey"
5776
+ msgstr ""
5777
+
5778
+ #: models/Menu.php:357 models/Menu.php:364 models/Menu.php:371
5779
+ #: models/Menu.php:378 models/Menu.php:385 models/Menu.php:392
5780
+ #: models/Menu.php:399 models/Menu.php:406 models/Menu.php:413
5781
+ #: models/Menu.php:420 models/Menu.php:427 models/Menu.php:434
5782
+ #: models/Menu.php:441
5783
+ msgid "Free Learning Materials"
5784
+ msgstr ""
5785
+
5786
+ # @ squirrly-seo
5787
+ #: models/Menu.php:450
5788
+ #, fuzzy
5789
+ #| msgid "Keywords:"
5790
+ msgid "Find Keywords"
5791
+ msgstr "Schlüsselwörter:"
5792
+
5793
+ # @ squirrly-seo
5794
+ #: models/Menu.php:460 view/Research/Briefcase.php:40
5795
+ #, fuzzy
5796
+ #| msgid "+ Add keyword"
5797
+ msgid "Labels"
5798
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
5799
+
5800
+ #: models/Menu.php:465
5801
+ msgid "Suggested"
5802
+ msgstr ""
5803
+
5804
+ # @ squirrly-seo
5805
+ #: models/Menu.php:470
5806
+ #, fuzzy
5807
+ #| msgid "Squirrly settings"
5808
+ msgid "History"
5809
+ msgstr "Squirrly Einstellungen"
5810
+
5811
+ #: models/Menu.php:478
5812
+ #, fuzzy
5813
+ #| msgid "Optimize for Keyword"
5814
+ msgid "Optimize Posts"
5815
+ msgstr "Schlüsselwort optimieren"
5816
+
5817
+ # @ squirrly-seo
5818
+ #: models/Menu.php:483 models/Menu.php:512 models/Menu.php:534
5819
+ #, fuzzy
5820
+ #| msgid "Save settings"
5821
+ msgid "Settings"
5822
+ msgstr "Einstellungen speichern"
5823
+
5824
+ # @ squirrly-seo
5825
+ #: models/Menu.php:495 models/Menu.php:507
5826
+ #, fuzzy
5827
+ #| msgid "+ Add keyword"
5828
+ msgid "Add New Page"
5829
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
5830
+
5831
+ # @ squirrly-seo
5832
+ #: models/Menu.php:524
5833
+ #, fuzzy
5834
+ #| msgid "+ Add keyword"
5835
+ msgid "Add Keywords"
5836
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
5837
+
5838
+ # @ squirrly-seo
5839
+ #: models/Menu.php:529 view/Ranking/Rankings.php:259
5840
+ #, fuzzy
5841
+ #| msgid "Keywords:"
5842
+ msgid "Sync Keywords"
5843
+ msgstr "Schlüsselwörter:"
5844
+
5845
+ # @ squirrly-seo
5846
+ #: models/Menu.php:554
5847
+ #, fuzzy
5848
+ #| msgid "Connecting ..."
5849
+ msgid "Configuration"
5850
+ msgstr "Verbinden ..."
5851
+
5852
+ # @ squirrly-seo
5853
+ #: models/Menu.php:559 models/Menu.php:645 models/Menu.php:696
5854
+ #, fuzzy
5855
+ #| msgid "Save settings"
5856
+ msgid "Advanced"
5857
+ msgstr "Einstellungen speichern"
5858
+
5859
+ #: models/Menu.php:567
5860
+ msgid "Tweaks & Sitemaps"
5861
+ msgstr ""
5862
+
5863
+ #: models/Menu.php:577
5864
+ msgid "Sitemap XML"
5865
+ msgstr ""
5866
+
5867
+ #: models/Menu.php:582
5868
+ msgid "SEO Links and Redirects"
5869
+ msgstr ""
5870
+
5871
+ #: models/Menu.php:587 models/focuspages/Onpage.php:68
5872
+ #: view/SeoSettings/Tweaks.php:446
5873
+ msgid "Robots File"
5874
+ msgstr ""
5875
+
5876
+ # @ squirrly-seo
5877
+ #: models/Menu.php:592 view/SeoSettings/Tweaks.php:485
5878
+ #, fuzzy
5879
+ #| msgid "Change the Website Icon"
5880
+ msgid "Website Icon"
5881
+ msgstr "Ändern Sie das Website-Symbol"
5882
+
5883
+ # @ squirrly-seo
5884
+ #: models/Menu.php:597 models/Menu.php:618 view/SeoSettings/Jsonld.php:493
5885
+ #: view/SeoSettings/Metas.php:169 view/SeoSettings/Social.php:412
5886
+ #: view/SeoSettings/Tweaks.php:541
5887
+ #, fuzzy
5888
+ #| msgid "Save settings"
5889
+ msgid "Advanced Settings"
5890
+ msgstr "Einstellungen speichern"
5891
+
5892
+ # @ squirrly-seo
5893
+ #: models/Menu.php:604
5894
+ #, fuzzy
5895
+ #| msgid "Images"
5896
+ msgid "SEO Metas"
5897
+ msgstr "Bilder"
5898
+
5899
+ #: models/Menu.php:610 view/SeoSettings/Metas.php:43
5900
+ msgid "Manage On-Page SEO Metas"
5901
+ msgstr ""
5902
+
5903
+ # @ squirrly-seo
5904
+ #: models/Menu.php:614 view/SeoSettings/Metas.php:130
5905
+ #, fuzzy
5906
+ #| msgid "Save settings"
5907
+ msgid "More SEO Settings"
5908
+ msgstr "Einstellungen speichern"
5909
+
5910
+ # @ squirrly-seo
5911
+ #: models/Menu.php:625 view/Onboarding/Step2.php:297
5912
+ #: view/Onboarding/Step4.php:36 view/SeoSettings/Social.php:25
5913
+ #, fuzzy
5914
+ #| msgid "Save settings"
5915
+ msgid "Social Media"
5916
+ msgstr "Einstellungen speichern"
5917
+
5918
+ #: models/Menu.php:631 view/SeoSettings/Social.php:47
5919
+ #, fuzzy
5920
+ #| msgid "Optimize for Keyword"
5921
+ msgid "Open Graph Settings"
5922
+ msgstr "Schlüsselwort optimieren"
5923
+
5924
+ #: models/Menu.php:636 view/SeoSettings/Social.php:290
5925
+ #, fuzzy
5926
+ #| msgid "Optimize for Keyword"
5927
+ msgid "Twitter Card Settings"
5928
+ msgstr "Schlüsselwort optimieren"
5929
+
5930
+ # @ squirrly-seo
5931
+ #: models/Menu.php:641 view/SeoSettings/Social.php:336
5932
+ #, fuzzy
5933
+ #| msgid "Save settings"
5934
+ msgid "Social Media Accounts"
5935
+ msgstr "Einstellungen speichern"
5936
+
5937
+ # @ squirrly-seo
5938
+ #: models/Menu.php:652 view/Onboarding/Step2.php:341
5939
+ #: view/Onboarding/Step4.php:97 view/SeoSettings/Jsonld.php:25
5940
+ #, fuzzy
5941
+ #| msgid "Squirrly LIVE SEO assistant"
5942
+ msgid "Rich Snippets"
5943
+ msgstr "Squirrly LIVE SEO-Assistent"
5944
+
5945
+ #: models/Menu.php:658 view/SeoSettings/Jsonld.php:50
5946
+ msgid "Personal Brand / Author"
5947
+ msgstr ""
5948
+
5949
+ #: models/Menu.php:663 view/SeoSettings/Jsonld.php:129
5950
+ msgid "Company"
5951
+ msgstr ""
5952
+
5953
+ #: models/Menu.php:667 view/SeoSettings/Jsonld.php:177
5954
+ msgid "WooCommerce"
5955
+ msgstr ""
5956
+
5957
+ #: models/Menu.php:672 view/Onboarding/Step2.php:389
5958
+ #: view/SeoSettings/Jsonld.php:234
5959
+ msgid "Local SEO"
5960
+ msgstr ""
5961
+
5962
+ # @ squirrly-seo
5963
+ #: models/Menu.php:677 view/Onboarding/Step4.php:273
5964
+ #: view/SeoSettings/Jsonld.php:315
5965
+ #, fuzzy
5966
+ #| msgid "automatically"
5967
+ msgid "GEO Location"
5968
+ msgstr "automatisch"
5969
+
5970
+ #: models/Menu.php:682
5971
+ msgid "Opening Hours "
5972
+ msgstr ""
5973
+
5974
+ #: models/Menu.php:687 view/Onboarding/Step4.php:329
5975
+ #: view/SeoSettings/Jsonld.php:393
5976
+ msgid "Local Restaurant"
5977
+ msgstr ""
5978
+
5979
+ # @ squirrly-seo
5980
+ #: models/Menu.php:692 view/SeoSettings/Jsonld.php:453
5981
+ #, fuzzy
5982
+ #| msgid "Save settings"
5983
+ msgid "More Json-LD Settings"
5984
+ msgstr "Einstellungen speichern"
5985
+
5986
+ # @ squirrly-seo
5987
+ #: models/Menu.php:703 models/Menu.php:709 view/SeoSettings/Webmaster.php:23
5988
+ #: view/SeoSettings/Webmaster.php:49
5989
+ #, fuzzy
5990
+ #| msgid "Connecting ..."
5991
+ msgid "Connect Tools"
5992
+ msgstr "Verbinden ..."
5993
+
5994
+ # @ squirrly-seo
5995
+ #: models/Menu.php:713 view/SeoSettings/Webmaster.php:187
5996
+ #, fuzzy
5997
+ #| msgid "Keywords:"
5998
+ msgid "Place Trackers"
5999
+ msgstr "Schlüsselwörter:"
6000
+
6001
+ #: models/Menu.php:718 view/SeoSettings/Webmaster.php:308
6002
+ msgid "AMP"
6003
+ msgstr ""
6004
+
6005
+ # @ squirrly-seo
6006
+ #: models/Menu.php:722 view/SeoSettings/Webmaster.php:334
6007
+ #, fuzzy
6008
+ #| msgid "Bing META code (for %sWebmaster Tool%s )`:"
6009
+ msgid "Webmaster Extras"
6010
+ msgstr "Bing META Code (für %sWebmaster Tool%s )`:"
6011
+
6012
+ # @ squirrly-seo
6013
+ #: models/Menu.php:735 view/SeoSettings/Backup.php:47
6014
+ #, fuzzy
6015
+ #| msgid "Save settings"
6016
+ msgid "Import Settings & SEO"
6017
+ msgstr "Einstellungen speichern"
6018
+
6019
+ # @ squirrly-seo
6020
+ #: models/Menu.php:739 view/SeoSettings/Backup.php:139
6021
+ #, fuzzy
6022
+ #| msgid "Save settings"
6023
+ msgid "Backup Settings & SEO"
6024
+ msgstr "Einstellungen speichern"
6025
+
6026
+ # @ squirrly-seo
6027
+ #: models/Menu.php:743 view/SeoSettings/Backup.php:198
6028
+ #, fuzzy
6029
+ #| msgid "Save settings"
6030
+ msgid "Restore Settings & SEO"
6031
+ msgstr "Einstellungen speichern"
6032
+
6033
+ #: models/Menu.php:747 view/SeoSettings/Backup.php:265
6034
+ msgid "Rollback Plugin"
6035
+ msgstr ""
6036
+
6037
+ # @ squirrly-seo
6038
+ #: models/Menu.php:755
6039
+ #, fuzzy
6040
+ #| msgid "Blogs"
6041
+ msgid "Blogging"
6042
+ msgstr "Blogs"
6043
+
6044
+ # @ squirrly-seo
6045
+ #: models/Menu.php:756
6046
+ #, fuzzy
6047
+ #| msgid "Blogs"
6048
+ msgid "Blogging overwiew"
6049
+ msgstr "Blogs"
6050
+
6051
+ #: models/Menu.php:761
6052
+ msgid "Traffic"
6053
+ msgstr ""
6054
+
6055
+ #: models/Menu.php:762
6056
+ msgid "Weekly website traffic"
6057
+ msgstr ""
6058
+
6059
+ #: models/Menu.php:767
6060
+ msgid "SEO"
6061
+ msgstr ""
6062
+
6063
+ #: models/Menu.php:768
6064
+ #, fuzzy
6065
+ #| msgid "Optimize for Keyword"
6066
+ msgid "On-Page optimization"
6067
+ msgstr "Schlüsselwort optimieren"
6068
+
6069
+ #: models/Menu.php:773
6070
+ msgid "Social"
6071
+ msgstr ""
6072
+
6073
+ #: models/Menu.php:774
6074
+ msgid "Social signals and shares"
6075
+ msgstr ""
6076
+
6077
+ #: models/Menu.php:779
6078
+ msgid "Links"
6079
+ msgstr ""
6080
+
6081
+ #: models/Menu.php:780
6082
+ msgid "Backlinks and Innerlinks"
6083
+ msgstr ""
6084
+
6085
+ #: models/Menu.php:785 models/focuspages/Authority.php:66
6086
+ msgid "Authority"
6087
+ msgstr ""
6088
+
6089
+ #: models/Menu.php:786
6090
+ msgid "Website Off-Page score"
6091
+ msgstr ""
6092
+
6093
+ #: models/Post.php:76
6094
+ msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini."
6095
+ msgstr ""
6096
+
6097
+ #: models/Post.php:77
6098
+ msgid ""
6099
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
6100
+ "the HTML form."
6101
+ msgstr ""
6102
+
6103
+ #: models/Post.php:78
6104
+ msgid "The uploaded file was only partially uploaded."
6105
+ msgstr ""
6106
+
6107
+ #: models/Post.php:79
6108
+ msgid "No file was uploaded."
6109
+ msgstr ""
6110
+
6111
+ #: models/Post.php:81
6112
+ msgid "Missing a temporary folder."
6113
+ msgstr ""
6114
+
6115
+ #: models/Post.php:82
6116
+ msgid "Failed to write file to disk."
6117
+ msgstr ""
6118
+
6119
+ #: models/Post.php:83
6120
+ msgid "File upload stopped by extension."
6121
+ msgstr ""
6122
+
6123
+ #: models/Post.php:100
6124
+ msgid "Invalid form submission."
6125
+ msgstr ""
6126
+
6127
+ #: models/Post.php:110
6128
+ msgid "File is empty. Please upload something more substantial."
6129
+ msgstr ""
6130
+
6131
+ #: models/Post.php:112
6132
+ msgid ""
6133
+ "File is empty. Please upload something more substantial. This error could "
6134
+ "also be caused by uploads being disabled in your php.ini or by post_max_size "
6135
+ "being defined as smaller than upload_max_filesize in php.ini."
6136
+ msgstr ""
6137
+
6138
+ #: models/Post.php:118
6139
+ msgid "Specified file failed upload test."
6140
+ msgstr ""
6141
+
6142
+ #: models/Post.php:131
6143
+ msgid "Sorry, this file type is not permitted for security reasons."
6144
+ msgstr ""
6145
+
6146
+ #: models/Post.php:156
6147
+ #, php-format
6148
+ msgid "The uploaded file could not be moved to %s."
6149
+ msgstr ""
6150
+
6151
+ # @ squirrly-seo
6152
+ #: models/Post.php:241
6153
+ #, fuzzy
6154
+ #| msgid "Squirrly Keyword Research"
6155
+ msgid "Keyword with 2 or more words"
6156
+ msgstr "Squirrly Erweiterte Suche!"
6157
+
6158
+ #: models/Post.php:242
6159
+ msgid ""
6160
+ "Even if a long tail keyword won't bring as many visitors as one keyword "
6161
+ "would, the traffic those keywords will bring will be better, and more focused "
6162
+ "towards what you're selling."
6163
+ msgstr ""
6164
+
6165
+ #: models/Post.php:245
6166
+ msgid "Domain"
6167
+ msgstr ""
6168
+
6169
+ # @ squirrly-seo
6170
+ #: models/Post.php:247
6171
+ #, fuzzy
6172
+ #| msgid "Keyword:"
6173
+ msgid "Keyword is present in the URL"
6174
+ msgstr "Schlüsselwort:"
6175
+
6176
+ #: models/Post.php:248
6177
+ msgid ""
6178
+ "The keywords must be present in the URL for a better ranking. You should "
6179
+ "consider not to add a keyword more than once."
6180
+ msgstr ""
6181
+
6182
+ #: models/Post.php:251
6183
+ msgid "Clean & Friendly"
6184
+ msgstr ""
6185
+
6186
+ #: models/Post.php:253
6187
+ #, php-format
6188
+ msgid "Title is Google Friendly %s: more keywords %s: over-optimized! %s"
6189
+ msgstr ""
6190
+
6191
+ #: models/Post.php:254
6192
+ msgid ""
6193
+ "It calculates the right number of times your keyword should appear mentioned "
6194
+ "in the text and makes sure you do not over-optimize."
6195
+ msgstr ""
6196
+
6197
+ #: models/Post.php:257
6198
+ #, php-format
6199
+ msgid "Content is Google Friendly %s: more keywords %s: over-optimized! %s"
6200
+ msgstr ""
6201
+
6202
+ #: models/Post.php:258
6203
+ msgid ""
6204
+ "It calculates the right number of times your keyword should appear mentioned "
6205
+ "in the text and makes sure you do not over-optimize"
6206
+ msgstr ""
6207
+
6208
+ #: models/Post.php:261
6209
+ #, fuzzy, php-format
6210
+ #| msgid "Optimize for Keyword"
6211
+ msgid "Over Optimization %s"
6212
+ msgstr "Schlüsselwort optimieren"
6213
+
6214
+ #: models/Post.php:262
6215
+ msgid ""
6216
+ "Checks if there are words in the whole text that appear way too many times"
6217
+ msgstr ""
6218
+
6219
+ #: models/Post.php:265
6220
+ #, php-format
6221
+ msgid "Human Friendly %s"
6222
+ msgstr ""
6223
+
6224
+ #: models/Post.php:266
6225
+ msgid ""
6226
+ "Your readers (who are not search engine bots) should find a clear text, with "
6227
+ "a rich vocabulary, that takes into account some basic rules of writing: such "
6228
+ "as having an introduction, a conclusion (in which you state the topic you're "
6229
+ "writing about). Also, you can improve their reading experience by avoiding "
6230
+ "repetitions."
6231
+ msgstr ""
6232
+
6233
+ # @ squirrly-seo
6234
+ #: models/Post.php:269 models/focuspages/Snippet.php:131
6235
+ #: models/focuspages/Snippet.php:273 models/focuspages/Snippet.php:297
6236
+ #: view/Audits/Addpage.php:123 view/Automation/Automation.php:57
6237
+ #: view/Blocks/Snippet.php:168 view/Blocks/Snippet.php:718
6238
+ #: view/Blocks/Snippet.php:980 view/BulkSeo/Bulkseo.php:148
6239
+ #: view/FocusPages/Addpage.php:125 view/Onboarding/Step3.php:113
6240
+ #, fuzzy
6241
+ #| msgid "Title:"
6242
+ msgid "Title"
6243
+ msgstr "Titel:"
6244
+
6245
+ # @ squirrly-seo
6246
+ #: models/Post.php:271
6247
+ #, fuzzy
6248
+ #| msgid "Keyword:"
6249
+ msgid "Keywords are used in Title"
6250
+ msgstr "Schlüsselwort:"
6251
+
6252
+ #: models/Post.php:272
6253
+ msgid "The keywords need to appear in the title of the article"
6254
+ msgstr ""
6255
+
6256
+ # @ squirrly-seo
6257
+ #: models/Post.php:275
6258
+ #, fuzzy
6259
+ #| msgid "Tips: Length 70-255 chars"
6260
+ msgid "Title length is between 10-75 chars"
6261
+ msgstr "Tipp: Länge 70-255 Charaktere"
6262
+
6263
+ #: models/Post.php:276
6264
+ msgid ""
6265
+ "The optimum length for Title is between 10-75 chars on major search engines."
6266
+ msgstr ""
6267
+
6268
+ #: models/Post.php:279
6269
+ msgid "Title is different from domain name"
6270
+ msgstr ""
6271
+
6272
+ #: models/Post.php:280
6273
+ msgid ""
6274
+ "Since the Google Penguin Update, the title must be different from the domain "
6275
+ "name, or you might get banned soon."
6276
+ msgstr ""
6277
+
6278
+ # @ squirrly-seo
6279
+ #: models/Post.php:283
6280
+ #, fuzzy
6281
+ #| msgid "SEO Software"
6282
+ msgid "Content"
6283
+ msgstr "SEO Software"
6284
+
6285
+ #: models/Post.php:285
6286
+ msgid "Keywords are used in Content"
6287
+ msgstr ""
6288
+
6289
+ #: models/Post.php:286
6290
+ msgid "The keyword must appear in the body of the article, at least once"
6291
+ msgstr ""
6292
+
6293
+ # @ squirrly-seo
6294
+ #: models/Post.php:289
6295
+ #, fuzzy, php-format
6296
+ #| msgid "Could not send the email..."
6297
+ msgid "Bold one of the keywords %s"
6298
+ msgstr "Konnte E-Mail nicht senden ..."
6299
+
6300
+ #: models/Post.php:290
6301
+ msgid ""
6302
+ "Bolding your keywords will help search engines figure out what your content "
6303
+ "is about and what topic you cover. It's also useful for your Human readers to "
6304
+ "bold some of the most important ideas."
6305
+ msgstr ""
6306
+
6307
+ # @ squirrly-seo
6308
+ #: models/Post.php:293
6309
+ #, fuzzy
6310
+ #| msgid "Keyword:"
6311
+ msgid "Keywords used in headline"
6312
+ msgstr "Schlüsselwort:"
6313
+
6314
+ #: models/Post.php:294
6315
+ msgid ""
6316
+ "The keywords should be used in headings like H2, H3, H4. Try NOT to use them "
6317
+ "all, for it will seem to be a SEO abuse. You can use your H2 button from the "
6318
+ "editor to do this. It works like the Bold, Italic or Underline buttons."
6319
+ msgstr ""
6320
+
6321
+ #: models/Post.php:297
6322
+ msgid "Use image(s) in content or featured image"
6323
+ msgstr ""
6324
+
6325
+ #: models/Post.php:298
6326
+ msgid ""
6327
+ "Articles need to be optimized for human beings as well, so you should place "
6328
+ "an image at the begining of your article."
6329
+ msgstr ""
6330
+
6331
+ #: models/Post.php:301
6332
+ msgid "Use keywords in the Alternative Text field of the image"
6333
+ msgstr ""
6334
+
6335
+ #: models/Post.php:302
6336
+ msgid ""
6337
+ "Add at least one image in your article. Now use your keyword in the "
6338
+ "description of the image. The Alternative Text field of the image."
6339
+ msgstr ""
6340
+
6341
+ # @ squirrly-seo
6342
+ #: models/PostsList.php:26
6343
+ #, fuzzy
6344
+ #| msgid "Save settings"
6345
+ msgid "Optimize it with Squirrly Live Assistant"
6346
+ msgstr "Einstellungen speichern"
6347
+
6348
+ #: models/PostsList.php:26
6349
+ #, fuzzy
6350
+ #| msgid "Optimize for Keyword"
6351
+ msgid "Optimize it with SLA"
6352
+ msgstr "Schlüsselwort optimieren"
6353
+
6354
+ #: models/PostsList.php:51 models/PostsList.php:78
6355
+ #, fuzzy
6356
+ #| msgid "Optimize for Keyword"
6357
+ msgid "Snippet optimized"
6358
+ msgstr "Schlüsselwort optimieren"
6359
+
6360
+ #: models/PostsList.php:51 models/PostsList.php:78
6361
+ msgid "task(s) remained."
6362
+ msgstr ""
6363
+
6364
+ #: models/PostsList.php:55 models/PostsList.php:82
6365
+ msgid "Can't get snippet data"
6366
+ msgstr ""
6367
+
6368
+ # @ squirrly-seo
6369
+ #: models/PostsList.php:58 models/PostsList.php:84 view/Blocks/Snippet.php:127
6370
+ #, fuzzy
6371
+ #| msgid "Squirrly LIVE SEO assistant"
6372
+ msgid "Edit Snippet"
6373
+ msgstr "Squirrly LIVE SEO-Assistent"
6374
+
6375
+ # @ squirrly-seo
6376
+ #: models/RoleManager.php:101
6377
+ #, fuzzy
6378
+ #| msgid "Squirrly LIVE SEO assistant"
6379
+ msgid "Squirrly SEO Editor"
6380
+ msgstr "Squirrly LIVE SEO-Assistent"
6381
+
6382
+ # @ squirrly-seo
6383
+ #: models/RoleManager.php:102
6384
+ #, fuzzy
6385
+ #| msgid "Squirrly LIVE SEO assistant"
6386
+ msgid "Squirrly SEO Admin"
6387
+ msgstr "Squirrly LIVE SEO-Assistent"
6388
+
6389
+ #: models/Rollback.php:105
6390
+ msgid "Plugin Install Process"
6391
+ msgstr ""
6392
+
6393
+ #: models/Snippet.php:272
6394
+ msgid "You don't have enough pemission to edit this article"
6395
+ msgstr ""
6396
+
6397
+ # @ squirrly-seo
6398
+ #: models/Snippet.php:375
6399
+ #, fuzzy
6400
+ #| msgid "Could not send the email..."
6401
+ msgid "Error! Could not save the data."
6402
+ msgstr "Konnte E-Mail nicht senden ..."
6403
+
6404
+ #: models/Snippet.php:380
6405
+ msgid "Error! Invalid request."
6406
+ msgstr ""
6407
+
6408
+ # @ squirrly-seo
6409
+ #: models/Snippet.php:428
6410
+ #, fuzzy
6411
+ #| msgid "Could not send the email..."
6412
+ msgid "Couldn't find the page"
6413
+ msgstr "Konnte E-Mail nicht senden ..."
6414
+
6415
+ #: models/Snippet.php:445 models/Snippet.php:457
6416
+ msgid "No Polylang translation for this post."
6417
+ msgstr ""
6418
+
6419
+ #: models/abstract/Assistant.php:102 models/focuspages/Accuracy.php:39
6420
+ #: models/focuspages/Audit.php:148 models/focuspages/Authority.php:37
6421
+ #: models/focuspages/Backlinks.php:51 models/focuspages/Clicks.php:62
6422
+ #: models/focuspages/Content.php:79 models/focuspages/Ctr.php:62
6423
+ #: models/focuspages/Image.php:95 models/focuspages/Impressions.php:62
6424
+ #: models/focuspages/Indexability.php:93 models/focuspages/Innerlinks.php:68
6425
+ #: models/focuspages/Keyword.php:78 models/focuspages/Length.php:57
6426
+ #: models/focuspages/Nofollow.php:80 models/focuspages/Onpage.php:84
6427
+ #: models/focuspages/Ranking.php:40 models/focuspages/Snippet.php:188
6428
+ #: models/focuspages/Social.php:61 models/focuspages/Strategy.php:101
6429
+ #: models/focuspages/Traffic.php:100
6430
+ msgid "Current URL"
6431
+ msgstr ""
6432
+
6433
+ # @ squirrly-seo
6434
+ #: models/abstract/Assistant.php:120 view/Blocks/LiveAssistant.php:32
6435
+ #, fuzzy
6436
+ #| msgid "Keyword:"
6437
+ msgid "Keywords"
6438
+ msgstr "Schlüsselwort:"
6439
+
6440
+ # @ squirrly-seo
6441
+ #: models/abstract/Assistant.php:120
6442
+ #, fuzzy
6443
+ #| msgid "Save settings"
6444
+ msgid "Squirrly Live Assistant Optimization"
6445
+ msgstr "Einstellungen speichern"
6446
+
6447
+ #: models/abstract/Assistant.php:120
6448
+ msgid "SLA"
6449
+ msgstr ""
6450
+
6451
+ # @ squirrly-seo
6452
+ #: models/abstract/Assistant.php:130
6453
+ #, fuzzy
6454
+ #| msgid "Keyword:"
6455
+ msgid "No Meta Keyword Found"
6456
+ msgstr "Schlüsselwort:"
6457
+
6458
+ #: models/abstract/Assistant.php:218
6459
+ msgid "We are gathering data for this category"
6460
+ msgstr ""
6461
+
6462
+ #: models/abstract/Assistant.php:221
6463
+ msgid ""
6464
+ "Congratulations for ranking with this keyword, but it will require special "
6465
+ "attention from you to keep it within TOP 10 positions"
6466
+ msgstr ""
6467
+
6468
+ #: models/abstract/Assistant.php:266
6469
+ msgid "Not enough data to process this task"
6470
+ msgstr ""
6471
+
6472
+ #: models/abstract/Assistant.php:270 view/Blocks/Snippet.php:306
6473
+ msgid "Current"
6474
+ msgstr ""
6475
+
6476
+ # @ squirrly-seo
6477
+ #: models/bulkseo/Metas.php:55
6478
+ #, fuzzy
6479
+ #| msgid "Description:"
6480
+ msgid "Title not empty"
6481
+ msgstr "Beschreibung:"
6482
+
6483
+ # @ squirrly-seo
6484
+ #: models/bulkseo/Metas.php:56 view/Blocks/Snippet.php:184
6485
+ #: view/Blocks/Snippet.php:734 view/Blocks/Snippet.php:996
6486
+ #, fuzzy
6487
+ #| msgid "Description:"
6488
+ msgid "Current Title"
6489
+ msgstr "Beschreibung:"
6490
+
6491
+ #: models/bulkseo/Metas.php:58
6492
+ #, php-format
6493
+ msgid ""
6494
+ "The title for this URL must not be empty. %s Write a title for this page. The "
6495
+ "title is very important because it shows up in the browser tab and in the "
6496
+ "Google listing for your page. %s The better you write the title, the more "
6497
+ "clicks you can get when people find your page on search engines."
6498
+ msgstr ""
6499
+
6500
+ # @ squirrly-seo
6501
+ #: models/bulkseo/Metas.php:61
6502
+ #, fuzzy, php-format
6503
+ #| msgid "Tips: Length 10-70 chars"
6504
+ msgid "Title up to %s chars"
6505
+ msgstr "Tipp: Länge 10-70 Charaktere"
6506
+
6507
+ # @ squirrly-seo
6508
+ #: models/bulkseo/Metas.php:62
6509
+ #, fuzzy
6510
+ #| msgid "Description:"
6511
+ msgid "Current Title Length"
6512
+ msgstr "Beschreibung:"
6513
+
6514
+ #: models/bulkseo/Metas.php:63 models/bulkseo/Metas.php:81
6515
+ #: models/bulkseo/Opengraph.php:85 models/bulkseo/Opengraph.php:95
6516
+ #: models/bulkseo/Twittercard.php:80 models/bulkseo/Twittercard.php:90
6517
+ msgid "chars"
6518
+ msgstr ""
6519
+
6520
+ #: models/bulkseo/Metas.php:64 models/bulkseo/Opengraph.php:86
6521
+ #: models/bulkseo/Twittercard.php:81
6522
+ #, php-format
6523
+ msgid ""
6524
+ "Title has to be longer than %s chars and up to %s chars. %s You can change "
6525
+ "the title max length from %s Automation > META Lengths %s."
6526
+ msgstr ""
6527
+
6528
+ # @ squirrly-seo
6529
+ #: models/bulkseo/Metas.php:67 models/focuspages/Snippet.php:142
6530
+ #, fuzzy
6531
+ #| msgid "Keyword:"
6532
+ msgid "Keyword in title"
6533
+ msgstr "Schlüsselwort:"
6534
+
6535
+ # @ squirrly-seo
6536
+ #: models/bulkseo/Metas.php:68 models/bulkseo/Metas.php:86
6537
+ #, fuzzy
6538
+ #| msgid "Keyword:"
6539
+ msgid "Snippet Keyword"
6540
+ msgstr "Schlüsselwort:"
6541
+
6542
+ # @ squirrly-seo
6543
+ #: models/bulkseo/Metas.php:69 models/bulkseo/Metas.php:87
6544
+ #, fuzzy
6545
+ #| msgid "Keywords:"
6546
+ msgid "no keywords"
6547
+ msgstr "Schlüsselwörter:"
6548
+
6549
+ #: models/bulkseo/Metas.php:70 models/focuspages/Snippet.php:145
6550
+ #, php-format
6551
+ msgid ""
6552
+ "Your keyword must be present in the title of the page. %s It's a very "
6553
+ "important element through which you make sure that you connect the searcher's "
6554
+ "intent to the content on your page. %s If I'm looking for \"buy cheap "
6555
+ "smartwatch\" and you give me a page called \"Luna Presentation\", I will "
6556
+ "never click your page. Why? Because I might not know that Luna is a "
6557
+ "smartwatch designed by VectorWatch. %s \"Buy Cheap Smartwatch - Luna by "
6558
+ "VectorWatch\" would be a much better choice for a title."
6559
+ msgstr ""
6560
+
6561
+ # @ squirrly-seo
6562
+ #: models/bulkseo/Metas.php:73
6563
+ #, fuzzy
6564
+ #| msgid "Description:"
6565
+ msgid "Description not empty"
6566
+ msgstr "Beschreibung:"
6567
+
6568
+ # @ squirrly-seo
6569
+ #: models/bulkseo/Metas.php:74 view/Blocks/Snippet.php:236
6570
+ #: view/Blocks/Snippet.php:778 view/Blocks/Snippet.php:1040
6571
+ #, fuzzy
6572
+ #| msgid "Description:"
6573
+ msgid "Current Description"
6574
+ msgstr "Beschreibung:"
6575
+
6576
+ #: models/bulkseo/Metas.php:76
6577
+ #, php-format
6578
+ msgid ""
6579
+ "Meta descriptions are important for SEO on multiple search engines. %s You "
6580
+ "need to have a meta description for this URL. %s The better you write it, the "
6581
+ "higher the chances of people clicking on your listing when they find it on "
6582
+ "search engines."
6583
+ msgstr ""
6584
+
6585
+ # @ squirrly-seo
6586
+ #: models/bulkseo/Metas.php:79
6587
+ #, fuzzy, php-format
6588
+ #| msgid "Description:"
6589
+ msgid "Description up to %s chars"
6590
+ msgstr "Beschreibung:"
6591
+
6592
+ # @ squirrly-seo
6593
+ #: models/bulkseo/Metas.php:80
6594
+ #, fuzzy
6595
+ #| msgid "Description:"
6596
+ msgid "Current Description Length"
6597
+ msgstr "Beschreibung:"
6598
+
6599
+ #: models/bulkseo/Metas.php:82 models/bulkseo/Opengraph.php:96
6600
+ #: models/bulkseo/Twittercard.php:91
6601
+ #, php-format
6602
+ msgid ""
6603
+ "Description has to be longer than %s chars and up to %s chars. %s You can "
6604
+ "change the description max length from %s Automation > META Lengths %s."
6605
+ msgstr ""
6606
+
6607
+ # @ squirrly-seo
6608
+ #: models/bulkseo/Metas.php:85 models/focuspages/Snippet.php:148
6609
+ #, fuzzy
6610
+ #| msgid "Competition:"
6611
+ msgid "Keyword in description"
6612
+ msgstr "Wettbewerb:"
6613
+
6614
+ #: models/bulkseo/Metas.php:88
6615
+ #, php-format
6616
+ msgid ""
6617
+ "Same as with the title task. %s If a user reads the description of your page "
6618
+ "on Google, but cannot find the keyword they searched for in that text, then "
6619
+ "they'd have very low chances of actually clicking and visiting your page. %s "
6620
+ "They'd go to the next page ranked on Google for that keyword. %s Think about "
6621
+ "this: Google itself is trying more and more to display keywords in the "
6622
+ "description of the pages it brings to TOP 10. It's pretty clear they care a "
6623
+ "lot about this, because that's what people want to find on the search engine."
6624
+ msgstr ""
6625
+
6626
+ # @ squirrly-seo
6627
+ #: models/bulkseo/Metas.php:91
6628
+ #, fuzzy
6629
+ #| msgid "Keyword:"
6630
+ msgid "Meta Keywords (2-4 Words)"
6631
+ msgstr "Schlüsselwort:"
6632
+
6633
+ # @ squirrly-seo
6634
+ #: models/bulkseo/Metas.php:93
6635
+ #, fuzzy
6636
+ #| msgid "Enter a keyword"
6637
+ msgid "no meta keywords"
6638
+ msgstr "Ein Schlüsselwort eingeben"
6639
+
6640
+ #: models/bulkseo/Metas.php:94
6641
+ msgid ""
6642
+ "Even if Meta keywords are not mandatory for Google, it's important for other "
6643
+ "search engines to find this meta and to index your post for these keywords."
6644
+ msgstr ""
6645
+
6646
+ # @ squirrly-seo
6647
+ #: models/bulkseo/Metas.php:98
6648
+ #, fuzzy
6649
+ #| msgid "Description:"
6650
+ msgid "Current Link"
6651
+ msgstr "Beschreibung:"
6652
+
6653
+ #: models/bulkseo/Metas.php:100
6654
+ #, php-format
6655
+ msgid ""
6656
+ "You don't have to set any canonical link if your post is not copied from "
6657
+ "another source. %s Squirrly will alert you if your canonical link is not the "
6658
+ "same with the current post's URL. %s The canonical link is used to tell "
6659
+ "search engines which URL is the original one. The original is the one that "
6660
+ "gets indexed and ranked."
6661
+ msgstr ""
6662
+
6663
+ # @ squirrly-seo
6664
+ #: models/bulkseo/Metas.php:110
6665
+ #, fuzzy
6666
+ #| msgid "<< Leave it automatically"
6667
+ msgid "Some Squirrly Metas are deactivated."
6668
+ msgstr "<< Lass es automatisch"
6669
+
6670
+ # @ squirrly-seo
6671
+ #: models/bulkseo/Metas.php:120
6672
+ #, fuzzy
6673
+ #| msgid "<< Leave it automatically"
6674
+ msgid "Some Squirrly Metas are generated automatically."
6675
+ msgstr "<< Lass es automatisch"
6676
+
6677
+ # @ squirrly-seo
6678
+ #: models/bulkseo/Metas.php:123
6679
+ #, fuzzy
6680
+ #| msgid "<< Leave it automatically"
6681
+ msgid "All Squirrly Metas are customized and set correctly."
6682
+ msgstr "<< Lass es automatisch"
6683
+
6684
+ # @ squirrly-seo
6685
+ #: models/bulkseo/Metas.php:157 models/bulkseo/Metas.php:195
6686
+ #: models/bulkseo/Metas.php:229 models/bulkseo/Metas.php:274
6687
+ #: models/bulkseo/Metas.php:312 models/bulkseo/Metas.php:346
6688
+ #: models/bulkseo/Metas.php:396 models/bulkseo/Metas.php:437
6689
+ #: models/bulkseo/Opengraph.php:155 models/bulkseo/Opengraph.php:189
6690
+ #: models/bulkseo/Opengraph.php:218 models/bulkseo/Opengraph.php:252
6691
+ #: models/bulkseo/Opengraph.php:286 models/bulkseo/Twittercard.php:150
6692
+ #: models/bulkseo/Twittercard.php:184 models/bulkseo/Twittercard.php:213
6693
+ #: models/bulkseo/Twittercard.php:247 models/bulkseo/Twittercard.php:281
6694
+ #: models/bulkseo/Visibility.php:95 models/bulkseo/Visibility.php:136
6695
+ #: models/bulkseo/Visibility.php:170 models/bulkseo/Visibility.php:195
6696
+ #, fuzzy
6697
+ #| msgid "Squirrly LIVE SEO assistant"
6698
+ msgid "Squirrly Snippet is deactivated from this post."
6699
+ msgstr "Squirrly LIVE SEO-Assistent"
6700
+
6701
+ #: models/bulkseo/Metas.php:161
6702
+ #, php-format
6703
+ msgid ""
6704
+ "SEO Metas for this post type are deactivated from %s Squirrly > Automation > "
6705
+ "META Lengths %s."
6706
+ msgstr ""
6707
+
6708
+ #: models/bulkseo/Metas.php:165 models/bulkseo/Metas.php:203
6709
+ #: models/bulkseo/Metas.php:237
6710
+ #, fuzzy, php-format
6711
+ #| msgid "Optimize for Keyword"
6712
+ msgid "Meta Title is deactivated from %s SEO Configuration > Metas %s."
6713
+ msgstr "Schlüsselwort optimieren"
6714
+
6715
+ #: models/bulkseo/Metas.php:169 models/bulkseo/Metas.php:207
6716
+ #: models/bulkseo/Metas.php:241 models/bulkseo/Metas.php:286
6717
+ #: models/bulkseo/Metas.php:324 models/bulkseo/Metas.php:358
6718
+ #: models/bulkseo/Metas.php:404 models/bulkseo/Metas.php:449
6719
+ #, fuzzy, php-format
6720
+ #| msgid "Optimize for Keyword"
6721
+ msgid "SEO Metas is deactivated from %s SEO Configuration > Metas %s."
6722
+ msgstr "Schlüsselwort optimieren"
6723
+
6724
+ # @ squirrly-seo
6725
+ #: models/bulkseo/Metas.php:178 models/bulkseo/Metas.php:216
6726
+ #: models/bulkseo/Opengraph.php:172 models/bulkseo/Opengraph.php:206
6727
+ #: models/bulkseo/Twittercard.php:167 models/bulkseo/Twittercard.php:201
6728
+ #, fuzzy
6729
+ #| msgid "<< Leave it automatically"
6730
+ msgid "Title is generated automatically."
6731
+ msgstr "<< Lass es automatisch"
6732
+
6733
+ #: models/bulkseo/Metas.php:199 models/bulkseo/Metas.php:233
6734
+ #: models/bulkseo/Metas.php:278 models/bulkseo/Metas.php:316
6735
+ #: models/bulkseo/Metas.php:350 models/bulkseo/Metas.php:400
6736
+ #: models/bulkseo/Metas.php:441
6737
+ #, php-format
6738
+ msgid ""
6739
+ "SEO Metas for this post type are deactivated from %s Automation > "
6740
+ "Configuration %s."
6741
+ msgstr ""
6742
+
6743
+ #: models/bulkseo/Metas.php:245 models/bulkseo/Metas.php:362
6744
+ #: models/bulkseo/Metas.php:408
6745
+ #, fuzzy, php-format
6746
+ #| msgid "Optimize for Keyword"
6747
+ msgid "Meta Keywords is deactivated from %s SEO Configuration > Metas %s."
6748
+ msgstr "Schlüsselwort optimieren"
6749
+
6750
+ #: models/bulkseo/Metas.php:282 models/bulkseo/Metas.php:320
6751
+ #: models/bulkseo/Metas.php:354
6752
+ #, fuzzy, php-format
6753
+ #| msgid "Optimize for Keyword"
6754
+ msgid "Meta Description is deactivated from %s SEO Configuration > Metas %s."
6755
+ msgstr "Schlüsselwort optimieren"
6756
+
6757
+ # @ squirrly-seo
6758
+ #: models/bulkseo/Metas.php:295 models/bulkseo/Metas.php:334
6759
+ #: models/bulkseo/Opengraph.php:235 models/bulkseo/Opengraph.php:269
6760
+ #: models/bulkseo/Twittercard.php:230 models/bulkseo/Twittercard.php:264
6761
+ #, fuzzy
6762
+ #| msgid "<< Leave it automatically"
6763
+ msgid "Description is generated automatically."
6764
+ msgstr "<< Lass es automatisch"
6765
+
6766
+ #: models/bulkseo/Metas.php:445
6767
+ #, fuzzy, php-format
6768
+ #| msgid "Optimize for Keyword"
6769
+ msgid "Meta Canonical is deactivated from %s SEO Configuration > Metas %s."
6770
+ msgstr "Schlüsselwort optimieren"
6771
+
6772
+ # @ squirrly-seo
6773
+ #: models/bulkseo/Opengraph.php:79
6774
+ #, fuzzy
6775
+ #| msgid "Description:"
6776
+ msgid "OG title not empty"
6777
+ msgstr "Beschreibung:"
6778
+
6779
+ #: models/bulkseo/Opengraph.php:81
6780
+ #, php-format
6781
+ msgid ""
6782
+ "You need to have an Open Graph title for this post. %s It will help you "
6783
+ "control the way your post looks when people share this URL to Facebook, "
6784
+ "LinkedIN and other social networks. %s It's also important for SEO purposes."
6785
+ msgstr ""
6786
+
6787
+ # @ squirrly-seo
6788
+ #: models/bulkseo/Opengraph.php:84
6789
+ #, fuzzy, php-format
6790
+ #| msgid "Tips: Length 10-70 chars"
6791
+ msgid "OG title up to %s chars"
6792
+ msgstr "Tipp: Länge 10-70 Charaktere"
6793
+
6794
+ # @ squirrly-seo
6795
+ #: models/bulkseo/Opengraph.php:89
6796
+ #, fuzzy
6797
+ #| msgid "Description:"
6798
+ msgid "OG description not empty"
6799
+ msgstr "Beschreibung:"
6800
+
6801
+ #: models/bulkseo/Opengraph.php:91
6802
+ #, php-format
6803
+ msgid ""
6804
+ "You need to have an Open Graph description for this post. %s It will help you "
6805
+ "control the way your post looks when people share this URL to Facebook, "
6806
+ "LinkedIN and other social networks. %s It's also important for SEO purposes."
6807
+ msgstr ""
6808
+
6809
+ # @ squirrly-seo
6810
+ #: models/bulkseo/Opengraph.php:94
6811
+ #, fuzzy, php-format
6812
+ #| msgid "Description:"
6813
+ msgid "OG description up to %s chars"
6814
+ msgstr "Beschreibung:"
6815
+
6816
+ # @ squirrly-seo
6817
+ #: models/bulkseo/Opengraph.php:99
6818
+ #, fuzzy
6819
+ #| msgid "Images"
6820
+ msgid "OG Image"
6821
+ msgstr "Bilder"
6822
+
6823
+ #: models/bulkseo/Opengraph.php:100 models/bulkseo/Twittercard.php:95
6824
+ msgid "(featured image)"
6825
+ msgstr ""
6826
+
6827
+ #: models/bulkseo/Opengraph.php:101
6828
+ #, php-format
6829
+ msgid ""
6830
+ "Set a good looking image for your URL. It needs to look good in Facebook and "
6831
+ "LinkedIN feeds when people will share this URL. %s A great image will attract "
6832
+ "more clicks to your site."
6833
+ msgstr ""
6834
+
6835
+ # @ squirrly-seo
6836
+ #: models/bulkseo/Opengraph.php:117
6837
+ #, fuzzy
6838
+ #| msgid "<< Leave it automatically"
6839
+ msgid "Open Graph is deactivated."
6840
+ msgstr "<< Lass es automatisch"
6841
+
6842
+ # @ squirrly-seo
6843
+ #: models/bulkseo/Opengraph.php:127
6844
+ #, fuzzy
6845
+ #| msgid "<< Leave it automatically"
6846
+ msgid "Open Graph is generated automatically."
6847
+ msgstr "<< Lass es automatisch"
6848
+
6849
+ # @ squirrly-seo
6850
+ #: models/bulkseo/Opengraph.php:130
6851
+ #, fuzzy
6852
+ #| msgid "<< Leave it automatically"
6853
+ msgid "Open Graph is customized and set correctly."
6854
+ msgstr "<< Lass es automatisch"
6855
+
6856
+ #: models/bulkseo/Opengraph.php:159 models/bulkseo/Opengraph.php:193
6857
+ #: models/bulkseo/Opengraph.php:222 models/bulkseo/Opengraph.php:256
6858
+ #: models/bulkseo/Opengraph.php:290
6859
+ #, php-format
6860
+ msgid ""
6861
+ "Open Graph for this post type is deactivated from %s Automation > "
6862
+ "Configuration %s."
6863
+ msgstr ""
6864
+
6865
+ #: models/bulkseo/Opengraph.php:163 models/bulkseo/Opengraph.php:197
6866
+ #: models/bulkseo/Opengraph.php:226 models/bulkseo/Opengraph.php:260
6867
+ #: models/bulkseo/Opengraph.php:294
6868
+ #, fuzzy, php-format
6869
+ #| msgid "Optimize for Keyword"
6870
+ msgid "Open Graph is deactivated from %s SEO Configuration > Social Media %s."
6871
+ msgstr "Schlüsselwort optimieren"
6872
+
6873
+ # @ squirrly-seo
6874
+ #: models/bulkseo/Twittercard.php:74
6875
+ #, fuzzy
6876
+ #| msgid "Description:"
6877
+ msgid "TC title not empty"
6878
+ msgstr "Beschreibung:"
6879
+
6880
+ #: models/bulkseo/Twittercard.php:76
6881
+ #, php-format
6882
+ msgid ""
6883
+ "You need to have a title for the Twitter Card of this post. %s It will help "
6884
+ "you control the way your post looks when it's shared on Twitter. %s It's also "
6885
+ "important for SEO purposes."
6886
+ msgstr ""
6887
+
6888
+ # @ squirrly-seo
6889
+ #: models/bulkseo/Twittercard.php:79
6890
+ #, fuzzy, php-format
6891
+ #| msgid "Tips: Length 10-70 chars"
6892
+ msgid "TC title up to %s chars"
6893
+ msgstr "Tipp: Länge 10-70 Charaktere"
6894
+
6895
+ # @ squirrly-seo
6896
+ #: models/bulkseo/Twittercard.php:84
6897
+ #, fuzzy
6898
+ #| msgid "Description:"
6899
+ msgid "TC Description not empty"
6900
+ msgstr "Beschreibung:"
6901
+
6902
+ #: models/bulkseo/Twittercard.php:86
6903
+ #, php-format
6904
+ msgid ""
6905
+ "You need to have a Twitter Card description for this post. %s It will help "
6906
+ "you control the way your post looks when people share this URL on Twitter. "
6907
+ "Good copywriting on your Twitter Card description will attract more clicks to "
6908
+ "your site. %s It's also important for SEO purposes."
6909
+ msgstr ""
6910
+
6911
+ # @ squirrly-seo
6912
+ #: models/bulkseo/Twittercard.php:89
6913
+ #, fuzzy, php-format
6914
+ #| msgid "Description:"
6915
+ msgid "TC description up to %s chars"
6916
+ msgstr "Beschreibung:"
6917
+
6918
+ # @ squirrly-seo
6919
+ #: models/bulkseo/Twittercard.php:94
6920
+ #, fuzzy
6921
+ #| msgid "Images"
6922
+ msgid "TC Image"
6923
+ msgstr "Bilder"
6924
+
6925
+ #: models/bulkseo/Twittercard.php:96
6926
+ #, php-format
6927
+ msgid ""
6928
+ "Set a good looking image for your URL. It needs to look good in Twitter feeds "
6929
+ "when people will share this URL. %s A great image will attract more clicks to "
6930
+ "your site."
6931
+ msgstr ""
6932
+
6933
+ #: models/bulkseo/Twittercard.php:112
6934
+ #, fuzzy
6935
+ #| msgid "Optimize for Keyword"
6936
+ msgid "Twitter Card is deactivated."
6937
+ msgstr "Schlüsselwort optimieren"
6938
+
6939
+ # @ squirrly-seo
6940
+ #: models/bulkseo/Twittercard.php:122
6941
+ #, fuzzy
6942
+ #| msgid "<< Leave it automatically"
6943
+ msgid "Twitter Card is generated automatically."
6944
+ msgstr "<< Lass es automatisch"
6945
+
6946
+ # @ squirrly-seo
6947
+ #: models/bulkseo/Twittercard.php:125
6948
+ #, fuzzy
6949
+ #| msgid "<< Leave it automatically"
6950
+ msgid "Twitter Card is customized and set correctly."
6951
+ msgstr "<< Lass es automatisch"
6952
+
6953
+ #: models/bulkseo/Twittercard.php:154 models/bulkseo/Twittercard.php:188
6954
+ #: models/bulkseo/Twittercard.php:217 models/bulkseo/Twittercard.php:251
6955
+ #: models/bulkseo/Twittercard.php:285
6956
+ #, fuzzy, php-format
6957
+ #| msgid "Optimize for Keyword"
6958
+ msgid ""
6959
+ "Twitter Card for this post type is deactivated from %s Automation > "
6960
+ "Configuration %s."
6961
+ msgstr "Schlüsselwort optimieren"
6962
+
6963
+ #: models/bulkseo/Twittercard.php:158 models/bulkseo/Twittercard.php:192
6964
+ #: models/bulkseo/Twittercard.php:221 models/bulkseo/Twittercard.php:255
6965
+ #: models/bulkseo/Twittercard.php:289
6966
+ #, fuzzy, php-format
6967
+ #| msgid "Optimize for Keyword"
6968
+ msgid "Twitter Card is deactivated from %s SEO Configuration > Social Media %s."
6969
+ msgstr "Schlüsselwort optimieren"
6970
+
6971
+ #: models/bulkseo/Visibility.php:30
6972
+ msgid "Visible on Google"
6973
+ msgstr ""
6974
+
6975
+ #: models/bulkseo/Visibility.php:31
6976
+ #, php-format
6977
+ msgid ""
6978
+ "Let Google Index this page. %s You need to make sure your settings are turned "
6979
+ "to green for the 'Let Google Index this Page' section of this URL's "
6980
+ "visibility settings."
6981
+ msgstr ""
6982
+
6983
+ #: models/bulkseo/Visibility.php:34 view/Blocks/Snippet.php:1176
6984
+ msgid "Send Authority to this page"
6985
+ msgstr ""
6986
+
6987
+ #: models/bulkseo/Visibility.php:35
6988
+ #, php-format
6989
+ msgid ""
6990
+ "Pass SEO authority to this page. %s If you want this page to really be "
6991
+ "visible, then you must allow the flow of authority from the previous pages to "
6992
+ "this one. %s The previous page means any page that leads to the current one. "
6993
+ "Passing authority from the previous page to this one will improve the current "
6994
+ "page's visibility. %s You need to make sure your settings are turned to green "
6995
+ "for the 'Send Authority to this page' section of this URL's visibility "
6996
+ "settings."
6997
+ msgstr ""
6998
+
6999
+ # @ squirrly-seo
7000
+ #: models/bulkseo/Visibility.php:38
7001
+ #, fuzzy
7002
+ #| msgid "Enter your email"
7003
+ msgid "Add page in sitemap"
7004
+ msgstr "In Artikel einfügen"
7005
+
7006
+ #: models/bulkseo/Visibility.php:39
7007
+ #, php-format
7008
+ msgid ""
7009
+ "Turn the 'Show it in Sitemap.xml' toggle to ON. %s That setting helps you "
7010
+ "control if the current URL should be found within the sitemap. There are "
7011
+ "pages you will want in the sitemap, and pages that you will want out of the "
7012
+ "sitemap. %s If your purpose is to maximize visibility for the current URL, "
7013
+ "then you need to add it to Sitemap."
7014
+ msgstr ""
7015
+
7016
+ #: models/bulkseo/Visibility.php:42 view/Blocks/Snippet.php:1226
7017
+ msgid "301 Redirect"
7018
+ msgstr ""
7019
+
7020
+ # @ squirrly-seo
7021
+ #: models/bulkseo/Visibility.php:43
7022
+ #, fuzzy
7023
+ #| msgid "Description:"
7024
+ msgid "Current Redirect"
7025
+ msgstr "Beschreibung:"
7026
+
7027
+ #: models/bulkseo/Visibility.php:44
7028
+ msgid "No Redirects"
7029
+ msgstr ""
7030
+
7031
+ #: models/bulkseo/Visibility.php:45
7032
+ #, php-format
7033
+ msgid ""
7034
+ "You don't have to set any redirect link if you don't want to redirect to a "
7035
+ "different URL. %s Squirrly will alert you if you add a redirect URL to make "
7036
+ "sure you know what you're doing. %s The redirect link will be used to "
7037
+ "redirect visitors to a different URL when they access the URL of the current "
7038
+ "post."
7039
+ msgstr ""
7040
+
7041
+ #: models/bulkseo/Visibility.php:61
7042
+ msgid "Some visibility options are inactive."
7043
+ msgstr ""
7044
+
7045
+ #: models/bulkseo/Visibility.php:70
7046
+ msgid "Visibility is set correctly."
7047
+ msgstr ""
7048
+
7049
+ #: models/bulkseo/Visibility.php:99
7050
+ #, php-format
7051
+ msgid ""
7052
+ "Noindex for this post type is deactivated from %s Automation > Configuration "
7053
+ "%s."
7054
+ msgstr ""
7055
+
7056
+ #: models/bulkseo/Visibility.php:103 models/bulkseo/Visibility.php:144
7057
+ #, fuzzy, php-format
7058
+ #| msgid "Optimize for Keyword"
7059
+ msgid "Robots Meta is deactivated from %s SEO Configuration > SEO Metas %s."
7060
+ msgstr "Schlüsselwort optimieren"
7061
+
7062
+ #: models/bulkseo/Visibility.php:107 models/bulkseo/Visibility.php:148
7063
+ #, fuzzy, php-format
7064
+ #| msgid "Optimize for Keyword"
7065
+ msgid "SEO Metas is deactivated from %s SEO Configuration > SEO Metas %s."
7066
+ msgstr "Schlüsselwort optimieren"
7067
+
7068
+ #: models/bulkseo/Visibility.php:116
7069
+ #, php-format
7070
+ msgid ""
7071
+ "You selected '%s' in Settings > Reading. It's important to uncheck that "
7072
+ "option."
7073
+ msgstr ""
7074
+
7075
+ #: models/bulkseo/Visibility.php:140
7076
+ #, php-format
7077
+ msgid ""
7078
+ "Nofollow for this post type is deactivated from %s Automation > Configuration "
7079
+ "%s."
7080
+ msgstr ""
7081
+
7082
+ #: models/bulkseo/Visibility.php:174
7083
+ #, php-format
7084
+ msgid ""
7085
+ "This post type is excluded from sitemap. See %s Automation > Configuration %s."
7086
+ msgstr ""
7087
+
7088
+ #: models/bulkseo/Visibility.php:178
7089
+ #, php-format
7090
+ msgid ""
7091
+ "Sitemap XML is deactivated from %s SEO Configuration > Tweaks And Sitemap > "
7092
+ "Sitemap XML %s."
7093
+ msgstr ""
7094
+
7095
+ #: models/bulkseo/Visibility.php:199
7096
+ #, php-format
7097
+ msgid ""
7098
+ "Redirect is deactivated from %s SEO Configuration > Tweaks And Sitemap > SEO "
7099
+ "Links %s."
7100
+ msgstr ""
7101
+
7102
+ # @ squirrly-seo
7103
+ #: models/domain/Patterns.php:393
7104
+ #, fuzzy
7105
+ #| msgid "Images"
7106
+ msgid "Page"
7107
+ msgstr "Bilder"
7108
+
7109
+ #: models/domain/Patterns.php:394
7110
+ msgid "of"
7111
+ msgstr ""
7112
+
7113
+ #: models/focuspages/Accuracy.php:24
7114
+ msgid "Rank accuracy"
7115
+ msgstr ""
7116
+
7117
+ #: models/focuspages/Accuracy.php:25
7118
+ #, php-format
7119
+ msgid ""
7120
+ "Do you need better accuracy for your ranking results? %s Look at the "
7121
+ "%sBusiness Plan%s pricing for Squirrly SEO. %s The SERP Checker Available on "
7122
+ "FREE and PRO Plans is made via Search Console integration, which means that "
7123
+ "the information is not as accurate as possible and will not clearly depict "
7124
+ "the exact position in Google. %s Why? %s Google uses an average when it comes "
7125
+ "to the position. And it's not the true position. The average is made "
7126
+ "according to the positions that the page was found on when users did click on "
7127
+ "it. %s Also, the data inside Search Console is a bit old, so if you're "
7128
+ "actively trying to increase your rankings day in and day out, you need the "
7129
+ "Business Plan. %s If you just want casually to know your rankings and not "
7130
+ "care about FULL accuracy, then you can stick with your current plan."
7131
+ msgstr ""
7132
+
7133
+ # @ squirrly-seo
7134
+ #: models/focuspages/Accuracy.php:45 models/focuspages/Clicks.php:68
7135
+ #: models/focuspages/Ctr.php:68 models/focuspages/Impressions.php:68
7136
+ #: models/focuspages/Indexability.php:99 models/focuspages/Traffic.php:106
7137
+ #, fuzzy
7138
+ #| msgid "Google %sAnalytics ID%s`:"
7139
+ msgid "Connect Google Search"
7140
+ msgstr "Google %sAnalytics ID%s`:"
7141
+
7142
+ # @ squirrly-seo
7143
+ #: models/focuspages/Audit.php:104
7144
+ #, fuzzy, php-format
7145
+ #| msgid "Squirrly settings"
7146
+ msgid "Audit score is over %s"
7147
+ msgstr "Squirrly Einstellungen"
7148
+
7149
+ #: models/focuspages/Audit.php:107
7150
+ #, php-format
7151
+ msgid ""
7152
+ "Even though we recommend getting an Audit score of 84 or above, a score of %s "
7153
+ "will do. %s The %sAudit%s made by Squirrly takes a lot of things into "
7154
+ "account: blogging, SEO, social media, links, authority, traffic. All these "
7155
+ "aspects contribute directly or indirectly to the overall SEO of your site. %s "
7156
+ "Therefore, without a good score on your Audit it's quite probable for Google "
7157
+ "not to position your pages high enough, because overall your website is not "
7158
+ "doing good enough for it to be considered a priority. %s A page will not rank "
7159
+ "high if most of the website has low quality SEO and low marketing metrics."
7160
+ msgstr ""
7161
+
7162
+ # @ squirrly-seo
7163
+ #: models/focuspages/Audit.php:110
7164
+ #, fuzzy
7165
+ #| msgid "Description:"
7166
+ msgid "No duplicate titles"
7167
+ msgstr "Beschreibung:"
7168
+
7169
+ #: models/focuspages/Audit.php:111
7170
+ #, php-format
7171
+ msgid ""
7172
+ "Make sure that you don't have duplicate titles across pages from your site. "
7173
+ "%s If you do, then use canonical links to point the duplicate pages towards "
7174
+ "the original. %s Otherwise, if it's too hard to customize too many titles at "
7175
+ "once, simply use the Patterns feature from Squirrly. You'll be able to define "
7176
+ "patterns, so that your titles will seem to be unique. %s Go to %s Squirrly > "
7177
+ "Automation > Configuration %s. There you will find the Patterns tab."
7178
+ msgstr ""
7179
+
7180
+ # @ squirrly-seo
7181
+ #: models/focuspages/Audit.php:114
7182
+ #, fuzzy
7183
+ #| msgid "Description:"
7184
+ msgid "No duplicate description"
7185
+ msgstr "Beschreibung:"
7186
+
7187
+ #: models/focuspages/Audit.php:115
7188
+ #, php-format
7189
+ msgid ""
7190
+ "Make sure that your pages do not have duplicate descriptions. %s This is "
7191
+ "super easy to fix if you're using the SEO Automation feature from Squirrly "
7192
+ "SEO, because it will generate your META description automatically from the "
7193
+ "content of your page (in case you didn't already place a custom description). "
7194
+ "%s If you want to fix this problem by giving the problematic pages their own "
7195
+ "custom descriptions: go to the %sSquirrly SEO > Bulk SEO%s and see which "
7196
+ "pages have this problem."
7197
+ msgstr ""
7198
+
7199
+ # @ squirrly-seo
7200
+ #: models/focuspages/Audit.php:118
7201
+ #, fuzzy
7202
+ #| msgid "Description:"
7203
+ msgid "No empty titles"
7204
+ msgstr "Beschreibung:"
7205
+
7206
+ #: models/focuspages/Audit.php:119
7207
+ #, php-format
7208
+ msgid ""
7209
+ "Make sure that you do not have pages with empty titles. %s This means: pages "
7210
+ "where you haven't placed a META title in your Snippet. %s Features like SEO "
7211
+ "Automation or SEO Snippet from Squirrly SEO will help you easily fix this "
7212
+ "problem by either automating or customizing descriptions for your pages."
7213
+ msgstr ""
7214
+
7215
+ # @ squirrly-seo
7216
+ #: models/focuspages/Audit.php:122
7217
+ #, fuzzy
7218
+ #| msgid "Description:"
7219
+ msgid "No empty descriptions"
7220
+ msgstr "Beschreibung:"
7221
+
7222
+ #: models/focuspages/Audit.php:123
7223
+ #, php-format
7224
+ msgid ""
7225
+ "Make sure that you do not have pages with empty descriptions. %s This means: "
7226
+ "pages where you haven't placed a META description. %s Features like SEO "
7227
+ "Automation or SEO Snippet from Squirrly SEO will help you easily fix this "
7228
+ "problem by either automating or customizing descriptions for your pages."
7229
+ msgstr ""
7230
+
7231
+ # @ squirrly-seo
7232
+ #: models/focuspages/Audit.php:126
7233
+ #, fuzzy
7234
+ #| msgid "Images"
7235
+ msgid "SEO speed"
7236
+ msgstr "Bilder"
7237
+
7238
+ #: models/focuspages/Audit.php:127
7239
+ msgid "sec"
7240
+ msgstr ""
7241
+
7242
+ #: models/focuspages/Audit.php:128
7243
+ #, php-format
7244
+ msgid ""
7245
+ "You need to get good loading times for your pages. %s Good loading times will "
7246
+ "help you rank higher in Google, while pages that load very slowly will drag "
7247
+ "you down in search results."
7248
+ msgstr ""
7249
+
7250
+ #: models/focuspages/Audit.php:131
7251
+ msgid "Mobile-friendly"
7252
+ msgstr ""
7253
+
7254
+ #: models/focuspages/Audit.php:132
7255
+ #, php-format
7256
+ msgid ""
7257
+ "Your website must be mobile friendly. %s It used to be an optional thing for "
7258
+ "Google until now, but it made it quite mandatory. %s Google prefers to "
7259
+ "display sites which are mobile friendly higher in search results, because "
7260
+ "most people search using mobile devices these days."
7261
+ msgstr ""
7262
+
7263
+ # @ squirrly-seo
7264
+ #: models/focuspages/Audit.php:154
7265
+ #, fuzzy
7266
+ #| msgid "automatically"
7267
+ msgid "Go to Audit"
7268
+ msgstr "automatisch"
7269
+
7270
+ # @ squirrly-seo
7271
+ #: models/focuspages/Audit.php:156
7272
+ #, fuzzy
7273
+ #| msgid "Squirrly settings"
7274
+ msgid "Note! The audit is not ready yet"
7275
+ msgstr "Squirrly Einstellungen"
7276
+
7277
+ #: models/focuspages/Audit.php:157
7278
+ msgid "Request a new audit"
7279
+ msgstr ""
7280
+
7281
+ # @ squirrly-seo
7282
+ #: models/focuspages/Authority.php:65
7283
+ #, fuzzy, php-format
7284
+ #| msgid "Squirrly settings"
7285
+ msgid "Authority over %s"
7286
+ msgstr "Squirrly Einstellungen"
7287
+
7288
+ #: models/focuspages/Authority.php:67
7289
+ #, php-format
7290
+ msgid ""
7291
+ "Your Page Authority Needs to be over %s to complete this task. %s To do that "
7292
+ "you'll need good metrics for all the tasks in the Traffic Health section of "
7293
+ "Focus Pages. %s You'll also need inner links, social media signals and "
7294
+ "backlinks from 3rd party sites."
7295
+ msgstr ""
7296
+
7297
+ #: models/focuspages/Backlinks.php:64
7298
+ #, php-format
7299
+ msgid "At Least %s MOZ BackLinks"
7300
+ msgstr ""
7301
+
7302
+ #: models/focuspages/Backlinks.php:65 models/focuspages/Backlinks.php:76
7303
+ msgid "backlinks"
7304
+ msgstr ""
7305
+
7306
+ #: models/focuspages/Backlinks.php:67
7307
+ #, php-format
7308
+ msgid ""
7309
+ "At Least %s Moz Backlinks %s We use Moz’s API to show you data about the "
7310
+ "number of backlinks your site has. %s There is no one exact recipe, but "
7311
+ "having at least %s backlinks from authority websites will definitely help you "
7312
+ "rank better in the long run. %s To build a good Backlinks strategy, focus on "
7313
+ "social media sharing, guest posting, blog comments, Quora comments, ads, and "
7314
+ "more. %s PRO TIP %s : Day 8 of the 14 Days Journey to Better Ranking will "
7315
+ "give you more ideas of tactics you can employ in order to build good "
7316
+ "backlinks for your Focus Pages."
7317
+ msgstr ""
7318
+
7319
+ #: models/focuspages/Backlinks.php:70
7320
+ #, php-format
7321
+ msgid "At Least %s Referring Domains"
7322
+ msgstr ""
7323
+
7324
+ #: models/focuspages/Backlinks.php:71
7325
+ msgid "unique domains"
7326
+ msgstr ""
7327
+
7328
+ #: models/focuspages/Backlinks.php:72
7329
+ #, php-format
7330
+ msgid ""
7331
+ "At Least %s Referring Domains %s A referring domain is an external website "
7332
+ "that links to your site. %s How this is counted: if your page has a backlink "
7333
+ "from the Wall Street Journal - it has one referring domain. If your page has "
7334
+ "a backlink from the Wall Street Journal and one from Forbes, that's two "
7335
+ "referring domains. Two backlinks from Forbes - that’s still counted as ONE "
7336
+ "referring domain. %s Having a variety of relevant, high-quality sites linking "
7337
+ "back to your pages as opposed to just having the same site linking to you "
7338
+ "over and over again will give you an edge when it comes to increasing your "
7339
+ "authority and rankings."
7340
+ msgstr ""
7341
+
7342
+ #: models/focuspages/Backlinks.php:75
7343
+ #, php-format
7344
+ msgid "At Least %s Majestic SEO Links"
7345
+ msgstr ""
7346
+
7347
+ #: models/focuspages/Backlinks.php:77
7348
+ #, php-format
7349
+ msgid ""
7350
+ "At Least %s Majestic SEO Links %s Squirrly SEO integrates with Majestic to "
7351
+ "retrieve information related to the number of links you’ve received for this "
7352
+ "Focus Page. %s High-quality backlinks improve your site’s authority and help "
7353
+ "you rank higher in search engine results pages. Build a strong backlink "
7354
+ "profile by focusing on getting lots of backlinks from multiple domains with a "
7355
+ "high DA (domain authority)."
7356
+ msgstr ""
7357
+
7358
+ # @ squirrly-seo
7359
+ #: models/focuspages/Clicks.php:46
7360
+ #, fuzzy
7361
+ #| msgid "Tool for Search Engines"
7362
+ msgid "Clicks from Search Engine in the last 3 months"
7363
+ msgstr "Tool für Suchmaschinen"
7364
+
7365
+ #: models/focuspages/Clicks.php:47
7366
+ #, php-format
7367
+ msgid ""
7368
+ "Clicks from Search Engine in the last 3 months. %s Clicks show you how many "
7369
+ "users clicked on your Focus Page after they searched for your keyword and saw "
7370
+ "your page in Google’s Search Results. %s To get more clicks for this page: "
7371
+ "Focus on creating attractive texts and make sure the info in the Snippet is "
7372
+ "100%% Optimized with the Assistant inside the Bulk SEO section of Squirrly."
7373
+ msgstr ""
7374
+
7375
+ # @ squirrly-seo
7376
+ #: models/focuspages/Clicks.php:71 models/focuspages/Clicks.php:80
7377
+ #: models/focuspages/Content.php:108 models/focuspages/Ctr.php:71
7378
+ #: models/focuspages/Ctr.php:80 models/focuspages/Image.php:111
7379
+ #: models/focuspages/Impressions.php:71 models/focuspages/Impressions.php:80
7380
+ #: models/focuspages/Keyword.php:106 models/focuspages/Keyword.php:115
7381
+ #: models/focuspages/Strategy.php:116 view/Research/Briefcase.php:256
7382
+ msgid "Do a research"
7383
+ msgstr "Recherchieren"
7384
+
7385
+ # @ squirrly-seo
7386
+ #: models/focuspages/Clicks.php:79 models/focuspages/Content.php:107
7387
+ #: models/focuspages/Ctr.php:79 models/focuspages/Image.php:110
7388
+ #: models/focuspages/Impressions.php:79 models/focuspages/Keyword.php:113
7389
+ #: models/focuspages/Snippet.php:196 models/focuspages/Strategy.php:115
7390
+ #, fuzzy
7391
+ #| msgid "Save settings"
7392
+ msgid "No Keyword found in Squirrly Live Assistant"
7393
+ msgstr "Einstellungen speichern"
7394
+
7395
+ #: models/focuspages/Clicks.php:82 models/focuspages/Content.php:111
7396
+ #: models/focuspages/Ctr.php:82 models/focuspages/Image.php:117
7397
+ #: models/focuspages/Impressions.php:82 models/focuspages/Keyword.php:116
7398
+ #: models/focuspages/Strategy.php:118
7399
+ #, fuzzy
7400
+ #| msgid "Optimize for Keyword"
7401
+ msgid "Optimize for a keyword"
7402
+ msgstr "Schlüsselwort optimieren"
7403
+
7404
+ # @ squirrly-seo
7405
+ #: models/focuspages/Clicks.php:118 models/focuspages/Ctr.php:118
7406
+ #: models/focuspages/Impressions.php:118
7407
+ #, fuzzy
7408
+ #| msgid "Google %sAnalytics ID%s`:"
7409
+ msgid "Connect to Google Search Console."
7410
+ msgstr "Google %sAnalytics ID%s`:"
7411
+
7412
+ #: models/focuspages/Content.php:49
7413
+ #, fuzzy, php-format
7414
+ #| msgid "Optimize for Keyword"
7415
+ msgid "Optimize to %s"
7416
+ msgstr "Schlüsselwort optimieren"
7417
+
7418
+ #: models/focuspages/Content.php:51
7419
+ #, php-format
7420
+ msgid ""
7421
+ "Make sure this Focus Page is optimized to %s using the %s Squirrly SEO Live "
7422
+ "Assistant %s. %s As you can see clearly on Google search result pages, "
7423
+ "Googles tries to find the closest match (inside web content) to what the user "
7424
+ "searched for. %s That is why using this method of optimizing a page as "
7425
+ "outlined by the Live Assistant feature is mandatory. %s Don't worry about "
7426
+ "over-optimizing anything, as the Live Assistant checks for many over-"
7427
+ "optimization traps you may fall into."
7428
+ msgstr ""
7429
+
7430
+ #: models/focuspages/Content.php:54
7431
+ #, fuzzy
7432
+ #| msgid "Optimize for Keyword"
7433
+ msgid "Snippet is green"
7434
+ msgstr "Schlüsselwort optimieren"
7435
+
7436
+ #: models/focuspages/Content.php:55
7437
+ #, php-format
7438
+ msgid ""
7439
+ "The tasks inside the %s Snippet %s section of the Focus Pages feature must "
7440
+ "all be completed. %s Why? %s If the Snippet elements are Not completed, then "
7441
+ "your Focus Page is not 100%% optimized. %s We've built this SEO Content "
7442
+ "section especially because we wanted to help you understand that there's a "
7443
+ "lot more to On-Page SEO than just a content analysis, or a snippet. You need "
7444
+ "all these elements working together in order to achieve high rankings."
7445
+ msgstr ""
7446
+
7447
+ #: models/focuspages/Content.php:58
7448
+ msgid "Platform SEO is green"
7449
+ msgstr ""
7450
+
7451
+ #: models/focuspages/Content.php:59
7452
+ #, php-format
7453
+ msgid ""
7454
+ "Make sure that the Platform SEO section is green for this Focus Page. %s "
7455
+ "Because WordPress is such a vast CMS with many customization possibilities, "
7456
+ "it happens to many website owners, business owners and developers, that "
7457
+ "custom post types from their site remain completely without SEO codes and "
7458
+ "other important settings. %s This task makes sure that everything is properly "
7459
+ "set up."
7460
+ msgstr ""
7461
+
7462
+ #: models/focuspages/Content.php:62
7463
+ msgid "Fresh content update"
7464
+ msgstr ""
7465
+
7466
+ #: models/focuspages/Content.php:64
7467
+ #, php-format
7468
+ msgid ""
7469
+ "Last Update Date for your Content: needs to be in the last 3 months. %s If "
7470
+ "it's not, then go and edit your page. %s Google prefers pages where the "
7471
+ "website owners keep updating the content. %s Why? %s Because it's one of the "
7472
+ "easiest ways to ensure that the content on the page keeps being relevant."
7473
+ msgstr ""
7474
+
7475
+ #: models/focuspages/Content.php:96 models/focuspages/Keyword.php:109
7476
+ #: view/Research/Briefcase.php:242 view/Research/HistoryDetails.php:71
7477
+ #: view/Research/ResearchDetails.php:45
7478
+ #, fuzzy
7479
+ #| msgid "Optimize for Keyword"
7480
+ msgid "Optimize for this"
7481
+ msgstr "Schlüsselwort optimieren"
7482
+
7483
+ #: models/focuspages/Ctr.php:45
7484
+ msgid "Clickthrough rate"
7485
+ msgstr ""
7486
+
7487
+ #: models/focuspages/Ctr.php:46
7488
+ #, php-format
7489
+ msgid ""
7490
+ "CTR is the number of clicks that your page receives divided by the number of "
7491
+ "times your page appeared in search results: clicks ÷ impressions = CTR. %s "
7492
+ "For example, if you had 5 clicks and 100 impressions, then your CTR would be "
7493
+ "5%%. %s Keep the CTR above %s with enhanced headlines."
7494
+ msgstr ""
7495
+
7496
+ # @ squirrly-seo
7497
+ #: models/focuspages/Image.php:77
7498
+ #, fuzzy
7499
+ #| msgid "Keyword:"
7500
+ msgid "Keyword in filename"
7501
+ msgstr "Schlüsselwort:"
7502
+
7503
+ #: models/focuspages/Image.php:80
7504
+ #, php-format
7505
+ msgid ""
7506
+ "Your filename for one of the images in this Focus Page should be: %s keyword."
7507
+ "jpg %s Download a relevant image from your page. Change the filename. Then re-"
7508
+ "upload with the SEO filename and add it your page's content again. %s It's "
7509
+ "best to keep this at only one filename which contains the main keyword of the "
7510
+ "page. %s Why? %s Because Google could consider over-optimization if you used "
7511
+ "it more than once."
7512
+ msgstr ""
7513
+
7514
+ #: models/focuspages/Image.php:107 models/focuspages/Snippet.php:199
7515
+ msgid "Edit your snippet"
7516
+ msgstr ""
7517
+
7518
+ #: models/focuspages/Image.php:151
7519
+ msgid "Optimize the post first using a Keyword from Squirrly Briefcase"
7520
+ msgstr ""
7521
+
7522
+ # @ squirrly-seo
7523
+ #: models/focuspages/Image.php:152
7524
+ #, fuzzy
7525
+ #| msgid "No results found!"
7526
+ msgid "No image found"
7527
+ msgstr "Keine Ergebnisse gefunden!"
7528
+
7529
+ # @ squirrly-seo
7530
+ #: models/focuspages/Impressions.php:46
7531
+ #, fuzzy
7532
+ #| msgid "Tool for Search Engines"
7533
+ msgid "Search Results Impressions in the last 3 months"
7534
+ msgstr "Tool für Suchmaschinen"
7535
+
7536
+ #: models/focuspages/Impressions.php:47
7537
+ #, php-format
7538
+ msgid ""
7539
+ "Search Results Impressions in the last 3 months (requires connection to "
7540
+ "Google Search Console) %s Impressions = the number of times your page "
7541
+ "appeared in search results. %s To show you data inside this task, Squirrly "
7542
+ "retrieves information from your GSC based on the keyword you selected as the "
7543
+ "main keyword for this Focus Page. %s With data from this task, you are able "
7544
+ "to see if your focus page became visible on Google, if people are finding it "
7545
+ "and how they are interacting with it. %s PRO TIP %s : Since a focus page is "
7546
+ "one of your most important pages, you’ll also need great texts to attract "
7547
+ "CLICKS once you do reach page 1 of Google."
7548
+ msgstr ""
7549
+
7550
+ #: models/focuspages/Indexability.php:55
7551
+ msgid "Yes, do index"
7552
+ msgstr ""
7553
+
7554
+ # @ squirrly-seo
7555
+ #: models/focuspages/Indexability.php:57 models/focuspages/Indexability.php:63
7556
+ #, fuzzy
7557
+ #| msgid "Description:"
7558
+ msgid "no restrictions"
7559
+ msgstr "Beschreibung:"
7560
+
7561
+ #: models/focuspages/Indexability.php:58
7562
+ #, php-format
7563
+ msgid ""
7564
+ "To complete this task, go and look at all the places where you could have "
7565
+ "added instructions for Google not to index this page from your site. %s Make "
7566
+ "sure that there is no such instruction added to %sWordPress > Settings%s, or "
7567
+ "in a theme, or in a plugin, or in Squirrly SEO's Snippet for this page. Also, "
7568
+ "make sure you don't block this page in your %srobots.txt%s file. %s "
7569
+ "Sometimes, you will want certain pages from your site not to be indexed. Now "
7570
+ "is not the case, however. %s If you see a check mark for this task, then it "
7571
+ "means that you did not specify to Google that it should NOT index the page. "
7572
+ "%s Therefore, you allow Google to index the page. %s Since this is a Focus "
7573
+ "Page, you must allow Google to index it, in order for it to appear in search "
7574
+ "result pages."
7575
+ msgstr ""
7576
+
7577
+ #: models/focuspages/Indexability.php:61
7578
+ msgid "Yes, do follow"
7579
+ msgstr ""
7580
+
7581
+ #: models/focuspages/Indexability.php:64
7582
+ #, php-format
7583
+ msgid ""
7584
+ "To complete this task, make sure that you do NOT have a no-follow attribute "
7585
+ "for this Focus Page. %s This task gets verified from multiple sources. %s "
7586
+ "However, if you want to be 100%% certain in the future that everything is "
7587
+ "perfect, use just Squirrly SEO, because it will ease both your setup and the "
7588
+ "system check. %s With Squirrly SEO, you could easily check this setting in "
7589
+ "the %sSnippet section%s. %s Many themes and plugins could interfere with "
7590
+ "settings."
7591
+ msgstr ""
7592
+
7593
+ # @ squirrly-seo
7594
+ #: models/focuspages/Indexability.php:67
7595
+ #, fuzzy
7596
+ #| msgid "Enter your email"
7597
+ msgid "Present in sitemap"
7598
+ msgstr "In Artikel einfügen"
7599
+
7600
+ #: models/focuspages/Indexability.php:68
7601
+ #, php-format
7602
+ msgid ""
7603
+ "Checks whether or not your page is available in your %sXML Sitemap%s. %s Use "
7604
+ "the Sitemap from %s Squirrly > SEO Configuration > Tweaks and Sitemap %s. %s "
7605
+ "Make sure this Focus Page is included in the sitemap generated by Squirrly "
7606
+ "SEO. %s In the best practices section you can find ideas for why it can make "
7607
+ "sense to remove pages from your sitemap."
7608
+ msgstr ""
7609
+
7610
+ #: models/focuspages/Indexability.php:71
7611
+ msgid "Manual index request"
7612
+ msgstr ""
7613
+
7614
+ #: models/focuspages/Indexability.php:72
7615
+ #, php-format
7616
+ msgid ""
7617
+ "Click the button to %s Ask Google to re-index %s this page. %s Disclaimer: "
7618
+ "This task will automatically be marked as complete once you click on the "
7619
+ "button and it takes you to Google Search Console. It's up to you to make "
7620
+ "100%% sure that you do tell Google to either index or re-index this page. %s "
7621
+ "Perform a manual request for Google to re-index this page. %s This is super "
7622
+ "important to do whenever you make important changes to your pages. Otherwise, "
7623
+ "Google will still have the old version of your page. %s If Google keeps "
7624
+ "having the older version, then it doesn't matter if you've improved the page. "
7625
+ "%s When you click the Ask Google to Re-Index button, Squirrly will use the "
7626
+ "Google Search Console API to send Google the request on your behalf."
7627
+ msgstr ""
7628
+
7629
+ # @ squirrly-seo
7630
+ #: models/focuspages/Indexability.php:75 view/Blocks/Snippet.php:296
7631
+ #, fuzzy
7632
+ #| msgid "adds <strong>canonical</strong> link in home page"
7633
+ msgid "Canonical link"
7634
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
7635
+
7636
+ # @ squirrly-seo
7637
+ #: models/focuspages/Indexability.php:76
7638
+ #, fuzzy
7639
+ #| msgid "Google %sAnalytics ID%s`:"
7640
+ msgid "Canonical"
7641
+ msgstr "Google %sAnalytics ID%s`:"
7642
+
7643
+ # @ squirrly-seo
7644
+ #: models/focuspages/Indexability.php:76
7645
+ #, fuzzy
7646
+ #| msgid "Google %sAnalytics ID%s`:"
7647
+ msgid "No Canonical"
7648
+ msgstr "Google %sAnalytics ID%s`:"
7649
+
7650
+ # @ squirrly-seo
7651
+ #: models/focuspages/Indexability.php:76
7652
+ #, fuzzy
7653
+ #| msgid "Squirrly LIVE SEO assistant"
7654
+ msgid "Post URL"
7655
+ msgstr "Squirrly LIVE SEO-Assistent"
7656
+
7657
+ #: models/focuspages/Indexability.php:76
7658
+ msgid "No URL"
7659
+ msgstr ""
7660
+
7661
+ #: models/focuspages/Indexability.php:78
7662
+ #, php-format
7663
+ msgid ""
7664
+ "This page should have a canonical link to itself, indicating that it is "
7665
+ "indeed the original content. %s You can not have pages with canonical links "
7666
+ "to other sites and pages, because you could not rank for them. Why? Because a "
7667
+ "canonical link to another URL would mean that the other URL is the one worth "
7668
+ "indexing. (the original one) %s To complete this task, go and make sure that "
7669
+ "this page does NOT have a canonical link attribute pointing to another page. "
7670
+ "%s You can easily control this in the future by using the %sSnippet feature%s "
7671
+ "of Squirrly SEO."
7672
+ msgstr ""
7673
+
7674
+ #: models/focuspages/Indexability.php:81
7675
+ msgid "Permalink structure is good"
7676
+ msgstr ""
7677
+
7678
+ #: models/focuspages/Indexability.php:83
7679
+ #, php-format
7680
+ msgid ""
7681
+ "Make your LINKS SEO-Friendly in %sWordPress > Settings > Permalinks%s %s That "
7682
+ "is where WordPress allows you to change the permalink structure. %s Your URLs "
7683
+ "(the links from your site) should be super easy to read. This makes your site "
7684
+ "Human-friendly as well."
7685
+ msgstr ""
7686
+
7687
+ #: models/focuspages/Indexability.php:104
7688
+ msgid "Ask Google to Re-Index"
7689
+ msgstr ""
7690
+
7691
+ #: models/focuspages/Innerlinks.php:56
7692
+ #, php-format
7693
+ msgid "Get %s inner links"
7694
+ msgstr ""
7695
+
7696
+ #: models/focuspages/Innerlinks.php:57
7697
+ msgid "inner links to"
7698
+ msgstr ""
7699
+
7700
+ #: models/focuspages/Innerlinks.php:59
7701
+ #, php-format
7702
+ msgid ""
7703
+ "Get %s Inner Links %s Recommended is: %s %s Inner Links are links that you "
7704
+ "send from one URL of your site to another URL of your site. %s Since your "
7705
+ "Focus Pages are the most important pages in your site, you should make sure "
7706
+ "that you link to them from many pages of your website. %s Note! We check the "
7707
+ "links present in the content of each post of your website."
7708
+ msgstr ""
7709
+
7710
+ # @ squirrly-seo
7711
+ #: models/focuspages/Innerlinks.php:79
7712
+ #, fuzzy
7713
+ #| msgid "Blogs"
7714
+ msgid "Build with Blogging Assistant"
7715
+ msgstr "Blogs"
7716
+
7717
+ # @ squirrly-seo
7718
+ #: models/focuspages/Keyword.php:51
7719
+ #, fuzzy
7720
+ #| msgid "Competition:"
7721
+ msgid "Keyword Competition"
7722
+ msgstr "Wettbewerb:"
7723
+
7724
+ #: models/focuspages/Keyword.php:54
7725
+ #, php-format
7726
+ msgid ""
7727
+ "To complete this task you must make sure that the main keyword you're "
7728
+ "optimizing this Focus Page for has low competition. %s The Squirrly SEO "
7729
+ "software suite uses our proprietary Market Intelligence feature to determine "
7730
+ "the chance that your site has of outranking the current TOP 10 of Google for "
7731
+ "the desired keyword you're targeting. %s If you really want to have a clear "
7732
+ "shot at ranking, make sure the competition is low for the keyword you choose."
7733
+ msgstr ""
7734
+
7735
+ # @ squirrly-seo
7736
+ #: models/focuspages/Keyword.php:103
7737
+ #, fuzzy
7738
+ #| msgid "Enter a keyword"
7739
+ msgid "Find Better Keywords"
7740
+ msgstr "Ein Schlüsselwort eingeben"
7741
+
7742
+ #: models/focuspages/Keyword.php:161
7743
+ msgid ""
7744
+ "Decent ranking chance, based on the fact that it might be a niche keyword"
7745
+ msgstr ""
7746
+
7747
+ # @ squirrly-seo
7748
+ #: models/focuspages/Keyword.php:170 models/focuspages/Keyword.php:190
7749
+ #: models/focuspages/Keyword.php:215
7750
+ #, fuzzy
7751
+ #| msgid "Keyword:"
7752
+ msgid "No Keyword Found"
7753
+ msgstr "Schlüsselwort:"
7754
+
7755
+ #: models/focuspages/Keyword.php:170 models/focuspages/Keyword.php:190
7756
+ #: models/focuspages/Keyword.php:215
7757
+ msgid "Please add a keyword first in Squirrly Live Assistant."
7758
+ msgstr ""
7759
+
7760
+ # @ squirrly-seo
7761
+ #: models/focuspages/Length.php:39
7762
+ #, fuzzy, php-format
7763
+ #| msgid "Squirrly Keyword Research"
7764
+ msgid "Write %s words"
7765
+ msgstr "Squirrly Erweiterte Suche!"
7766
+
7767
+ # @ squirrly-seo
7768
+ #: models/focuspages/Length.php:40
7769
+ #, fuzzy
7770
+ #| msgid "Keywords:"
7771
+ msgid "words"
7772
+ msgstr "Schlüsselwörter:"
7773
+
7774
+ #: models/focuspages/Length.php:42
7775
+ #, php-format
7776
+ msgid ""
7777
+ "For Focus Pages it's mandatory, in our opinion, to have at least 1,500 words. "
7778
+ "%s Go and edit the page. %s I know: for some of you it might sound tough, but "
7779
+ "Google places longer, more valuable pages higher in search positions. %s You "
7780
+ "don't necessarily have to get 1,500 words on this page for it to rank in TOP "
7781
+ "10 on Google. However, getting this task completed ensures that your chances "
7782
+ "of ranking will be very high."
7783
+ msgstr ""
7784
+
7785
+ #: models/focuspages/Length.php:45
7786
+ msgid "Reader's Experience"
7787
+ msgstr ""
7788
+
7789
+ #: models/focuspages/Length.php:46
7790
+ msgid "minutes average"
7791
+ msgstr ""
7792
+
7793
+ #: models/focuspages/Length.php:47
7794
+ #, php-format
7795
+ msgid ""
7796
+ "Get an average time on page of minimum 2 minutes for this focus page. You can "
7797
+ "do this by editing the content and making it more appealing to visitors. %s "
7798
+ "We're looking at the Average Time On Page for this page. %s Why? %s Because, "
7799
+ "sometimes website owners can be tempted to make the pages longer in order to "
7800
+ "get many words on a page. They make them longer by increasing wordiness. %s "
7801
+ "Over 1,500 words / page can give you much better SEO results. However, making "
7802
+ "it longer does not mean you should make it boring. %s In order to check that "
7803
+ "the length of the page was increased properly, we also take into account if "
7804
+ "website visitors love this page."
7805
+ msgstr ""
7806
+
7807
+ # @ squirrly-seo
7808
+ #: models/focuspages/Length.php:69
7809
+ #, fuzzy
7810
+ #| msgid "Squirrly settings"
7811
+ msgid "Edit Page"
7812
+ msgstr "Squirrly Einstellungen"
7813
+
7814
+ # @ squirrly-seo
7815
+ #: models/focuspages/Length.php:91
7816
+ #, fuzzy
7817
+ #| msgid "Google %sAnalytics ID%s`:"
7818
+ msgid "Connect to Google Analytics first."
7819
+ msgstr "Google %sAnalytics ID%s`:"
7820
+
7821
+ # @ squirrly-seo
7822
+ #: models/focuspages/Length.php:131 models/focuspages/Traffic.php:153
7823
+ #: models/focuspages/Traffic.php:171 models/focuspages/Traffic.php:189
7824
+ #, fuzzy
7825
+ #| msgid "Google %sAnalytics ID%s`:"
7826
+ msgid "Connect Google Analytics first."
7827
+ msgstr "Google %sAnalytics ID%s`:"
7828
+
7829
+ #: models/focuspages/Nofollow.php:63
7830
+ msgid "Maintain authority"
7831
+ msgstr ""
7832
+
7833
+ #: models/focuspages/Nofollow.php:64
7834
+ msgid "External Dofollow Links"
7835
+ msgstr ""
7836
+
7837
+ #: models/focuspages/Nofollow.php:64
7838
+ msgid "No dofollow external links"
7839
+ msgstr ""
7840
+
7841
+ #: models/focuspages/Nofollow.php:66 models/focuspages/Ranking.php:27
7842
+ #, php-format
7843
+ msgid ""
7844
+ "TLDR: All outbound links need to have no-follow attribute. %s You've worked "
7845
+ "hard on your Focus Page. %s Now make sure that you're not letting that hard "
7846
+ "work go to waste, by sending out all your authority and Link Juice over to "
7847
+ "other pages from the web. %s The Focus Page needs to be the final page that "
7848
+ "Google Follows. It's an \"All Roads Lead to Rome\" kind of scenario. %s If "
7849
+ "you want your focus pages to get ranked better and have authority make sure "
7850
+ "that ALL outbound links have a no-follow attribute attached to them."
7851
+ msgstr ""
7852
+
7853
+ # @ squirrly-seo
7854
+ #: models/focuspages/Onpage.php:56
7855
+ #, fuzzy
7856
+ #| msgid "Enter your email"
7857
+ msgid "Enhance your sitemap"
7858
+ msgstr "In Artikel einfügen"
7859
+
7860
+ #: models/focuspages/Onpage.php:57
7861
+ #, php-format
7862
+ msgid ""
7863
+ "Add images / videos to your sitemap. It's important to have images / videos "
7864
+ "enabled. %s Squirrly SEO makes it super easy for you to enhance your XML "
7865
+ "sitemap. %s Just use the settings from %s Squirrly > SEO Configuration > "
7866
+ "Tweaks And Sitemap %s. Find the XML sitemap section and use the settings from "
7867
+ "that panel. "
7868
+ msgstr ""
7869
+
7870
+ #: models/focuspages/Onpage.php:60
7871
+ msgid "Post Type settings activated"
7872
+ msgstr ""
7873
+
7874
+ #: models/focuspages/Onpage.php:61
7875
+ #, php-format
7876
+ msgid ""
7877
+ "Are the SEO Settings from Squirrly SEO activated for the post type of this "
7878
+ "particular Focus Page? %s This is what we're checking with this task. %s Why? "
7879
+ "%s Some of the times, we're seeing that people don't get good enough results "
7880
+ "with Google rankings simply because they do not have the SEO settings "
7881
+ "activated for their current post type. %s Many WordPress sites employ the use "
7882
+ "of custom post types. Your \"Events\" page or \"Real Estate\" page could be a "
7883
+ "different post type from general \"Pages\" or \"Posts\" in WordPress. %s To "
7884
+ "complete this task, go and add this post type (%s) in %sSquirrly SEO "
7885
+ "Automation%s."
7886
+ msgstr ""
7887
+
7888
+ # @ squirrly-seo
7889
+ #: models/focuspages/Onpage.php:64
7890
+ #, fuzzy
7891
+ #| msgid "automatically"
7892
+ msgid "SEO Automation activated"
7893
+ msgstr "automatisch"
7894
+
7895
+ #: models/focuspages/Onpage.php:65
7896
+ #, php-format
7897
+ msgid ""
7898
+ "To complete this task, go and activate the %s SEO Automation %s from All "
7899
+ "Features. %s With this task, we're looking to see if the SEO Patterns from "
7900
+ "Squirrly are activated for the post type of this Focus Page. %s Similar to "
7901
+ "the previous task with \"Post Type Settings Activated\". There are some cases "
7902
+ "in which this double check is necessary. %s It's for your ranking safety."
7903
+ msgstr ""
7904
+
7905
+ #: models/focuspages/Onpage.php:70
7906
+ #, php-format
7907
+ msgid ""
7908
+ "You have a certain definition for your Robots.txt file made in Squirrly SEO "
7909
+ "or in another plugin. %s Make sure that the final version of robots.txt that "
7910
+ "gets rendered when the file is loaded is the one you had intended. %s "
7911
+ "Sometimes, other plugins or themes can interfere and ruin the output of the "
7912
+ "robots file. Sometimes it can even be that you have a robots.txt file placed "
7913
+ "on your root directory (in such case: remove that file. hard-coding things "
7914
+ "like that is bad practice!). %s To do this: look at the definition you've "
7915
+ "made inside your plugin. Then, look at the robots.txt from your site. See if "
7916
+ "the text inside these two places is identical. If it is identical, everything "
7917
+ "is Perfect!"
7918
+ msgstr ""
7919
+
7920
+ # @ squirrly-seo
7921
+ #: models/focuspages/Onpage.php:89
7922
+ #, fuzzy
7923
+ #| msgid "Save settings"
7924
+ msgid "Go to SEO Configuration"
7925
+ msgstr "Einstellungen speichern"
7926
+
7927
+ #: models/focuspages/Ranking.php:26
7928
+ msgid "Nofollow on external links"
7929
+ msgstr ""
7930
+
7931
+ #: models/focuspages/Snippet.php:134
7932
+ #, php-format
7933
+ msgid ""
7934
+ "To complete this task, go and define a title for this page. You can easily do "
7935
+ "this by using the %sSnippet%s from Squirrly SEO. %s Make sure that you have a "
7936
+ "Title defined for your Focus Page. %s Not having a title defined is bad for "
7937
+ "both search engines and Humans. %s Why? %s It's weird for someone to try to "
7938
+ "figure out if they landed on your Pricing page, and not get a clear answer. "
7939
+ "If you have multiple pricing pages (in case your site displays multiple "
7940
+ "products) then your title should only contain the brand name of that product."
7941
+ msgstr ""
7942
+
7943
+ # @ squirrly-seo
7944
+ #: models/focuspages/Snippet.php:137 models/focuspages/Snippet.php:274
7945
+ #: models/focuspages/Snippet.php:298 view/Automation/Automation.php:67
7946
+ #: view/Blocks/Snippet.php:761 view/Blocks/Snippet.php:1023
7947
+ #, fuzzy
7948
+ #| msgid "Description:"
7949
+ msgid "Description"
7950
+ msgstr "Beschreibung:"
7951
+
7952
+ #: models/focuspages/Snippet.php:139
7953
+ #, php-format
7954
+ msgid ""
7955
+ "To complete this task, go and define a %sMeta description%s for this page. "
7956
+ "You can easily do this by using the Snippet from Squirrly SEO. %s Make sure "
7957
+ "that you have a META description set up for this Focus Page. %s The meta "
7958
+ "description is very important for showing others the value they can find by "
7959
+ "clicking to go to your page. %s Think of it as an awesome ad that gets people "
7960
+ "excited enough that they visit your page after reading it. %s Sometimes, "
7961
+ "Google displays the exact META description that you create inside the search "
7962
+ "result pages. Use great descriptions for pages on your site to boost CTR "
7963
+ "(click-through rates)."
7964
+ msgstr ""
7965
+
7966
+ #: models/focuspages/Snippet.php:144
7967
+ #, php-format
7968
+ msgid "Keyword %s must be present in Title"
7969
+ msgstr ""
7970
+
7971
+ # @ squirrly-seo
7972
+ #: models/focuspages/Snippet.php:149
7973
+ #, fuzzy, php-format
7974
+ #| msgid "Competition:"
7975
+ msgid "Keyword %s must be present in Description"
7976
+ msgstr "Wettbewerb:"
7977
+
7978
+ #: models/focuspages/Snippet.php:150
7979
+ #, php-format
7980
+ msgid ""
7981
+ "Same as with the title task. %s If a user reads the description of your page "
7982
+ "on Google, but cannot find the keyword they searched for in that text, then "
7983
+ "they'd have very low chances of actually clicking and visiting your page. %s "
7984
+ "They'd go to the next page ranked on Google for that keyword. %s Think about "
7985
+ "this: Google itself is trying more and more to display keywords in the "
7986
+ "description of the pages it bring to TOP 10. It's pretty clear they care a "
7987
+ "lot about this, because that's what people want to find on the search engine."
7988
+ msgstr ""
7989
+
7990
+ #: models/focuspages/Snippet.php:153
7991
+ #, fuzzy
7992
+ #| msgid "Optimize for Keyword"
7993
+ msgid "Open Graph - full definition"
7994
+ msgstr "Schlüsselwort optimieren"
7995
+
7996
+ #: models/focuspages/Snippet.php:155
7997
+ #, php-format
7998
+ msgid ""
7999
+ "To complete this task, you can easily use the %sSnippet%s from Squirrly SEO "
8000
+ "to get all the definitions in place. %s With this task, we make sure that you "
8001
+ "have the full Open Graph definitions created for this Focus Page. %s There "
8002
+ "are many things which could interfere with the code, there are times when you "
8003
+ "could forget setting some of the elements up, so Squirrly SEO helps you make "
8004
+ "sure that ALL the og tags are present. %s And yes, this is relevant for your "
8005
+ "search engine position placements."
8006
+ msgstr ""
8007
+
8008
+ #: models/focuspages/Snippet.php:158
8009
+ #, fuzzy
8010
+ #| msgid "Optimize for Keyword"
8011
+ msgid "Twitter Cards - full definition"
8012
+ msgstr "Schlüsselwort optimieren"
8013
+
8014
+ #: models/focuspages/Snippet.php:160
8015
+ #, php-format
8016
+ msgid ""
8017
+ "To complete this task, you can easily use the %sSnippet%s from Squirrly SEO "
8018
+ "to get all the definitions in place. %s Checking to make sure that your "
8019
+ "Twitter Cards definitions are made properly. %s Same as with the Open Graph "
8020
+ "task, Squirrly SEO makes sure to check for all the required definitions, so "
8021
+ "that you won't miss a beat."
8022
+ msgstr ""
8023
+
8024
+ #: models/focuspages/Snippet.php:163
8025
+ #, fuzzy
8026
+ #| msgid "Optimize for Keyword"
8027
+ msgid "JSON-LD definition"
8028
+ msgstr "Schlüsselwort optimieren"
8029
+
8030
+ #: models/focuspages/Snippet.php:164
8031
+ #, php-format
8032
+ msgid ""
8033
+ "To complete this task, you can easily use the JSON-LD section inside %s "
8034
+ "Squirrly > SEO Configuration > Rich Snippets %s. %s Make sure that you "
8035
+ "complete all fields with the proper information. %s This gives important "
8036
+ "Semantic context to Google and it plays a role in determining how high your "
8037
+ "page should be placed in search rankings. %s You can validate your existing "
8038
+ "JSON-LD with: %shttps://search.google.com/test/rich-results%s"
8039
+ msgstr ""
8040
+
8041
+ #: models/focuspages/Snippet.php:167
8042
+ #, fuzzy
8043
+ #| msgid "Optimize for Keyword"
8044
+ msgid "Customized"
8045
+ msgstr "Schlüsselwort optimieren"
8046
+
8047
+ #: models/focuspages/Snippet.php:168
8048
+ #, php-format
8049
+ msgid ""
8050
+ "The Snippets of your most important pages should be customized. %s Use the "
8051
+ "%sSnippet%s from Squirrly SEO to customize the meta settings, the open graph, "
8052
+ "etc. for this page. %s Since Focus Pages are the most important pages on your "
8053
+ "site, you'll want people to love the search engine listings that you build "
8054
+ "for this page. %s Therefore, you should define a custom SEO listing to "
8055
+ "improve the number of clicks you get when people DO find your page on search "
8056
+ "engines. %s NOTE: sometimes Google tries to create automated snippets and "
8057
+ "display those, but it's just an experiment they run. Most of the times, your "
8058
+ "own custom snippet will be the one that gets displayed."
8059
+ msgstr ""
8060
+
8061
+ # @ squirrly-seo
8062
+ #: models/focuspages/Snippet.php:275 models/focuspages/Snippet.php:299
8063
+ #, fuzzy
8064
+ #| msgid "Images"
8065
+ msgid "Image"
8066
+ msgstr "Bilder"
8067
+
8068
+ #: models/focuspages/Social.php:48
8069
+ #, php-format
8070
+ msgid "%s Shares"
8071
+ msgstr ""
8072
+
8073
+ #: models/focuspages/Social.php:49
8074
+ msgid "social share"
8075
+ msgstr ""
8076
+
8077
+ #: models/focuspages/Social.php:51
8078
+ #, php-format
8079
+ msgid ""
8080
+ "This task only tracks shares from trackable sources. %s Twitter and LinkedIN "
8081
+ "share counts are no longer available. %s Of course, for Twitter you can "
8082
+ "always pay Twitter directly for API access, in which case we could give you a "
8083
+ "guide on how to integrate your Twitter API with our Focus Pages audit "
8084
+ "services. %s %shttps://developer.twitter.com/en/pricing/search-fullarchive%s"
8085
+ msgstr ""
8086
+
8087
+ # @ squirrly-seo
8088
+ #: models/focuspages/Social.php:66
8089
+ #, fuzzy
8090
+ #| msgid "Save settings"
8091
+ msgid "Go to Social Media Settings"
8092
+ msgstr "Einstellungen speichern"
8093
+
8094
+ # @ squirrly-seo
8095
+ #: models/focuspages/Strategy.php:73
8096
+ #, fuzzy
8097
+ #| msgid "Do a research"
8098
+ msgid "Add keyword to Briefcase"
8099
+ msgstr "Recherchieren"
8100
+
8101
+ # @ squirrly-seo
8102
+ #: models/focuspages/Strategy.php:74
8103
+ #, fuzzy
8104
+ #| msgid "Do a research"
8105
+ msgid "Great! The keyword exists in Briefcase"
8106
+ msgstr "Recherchieren"
8107
+
8108
+ # @ squirrly-seo
8109
+ #: models/focuspages/Strategy.php:74
8110
+ #, fuzzy
8111
+ #| msgid "Do a research"
8112
+ msgid "The keyword does not exist in Briefcase"
8113
+ msgstr "Recherchieren"
8114
+
8115
+ #: models/focuspages/Strategy.php:75
8116
+ #, php-format
8117
+ msgid ""
8118
+ "Go add a keyword to your %sBriefcase%s. %s The Briefcase is the command "
8119
+ "center for your SEO operations. Manage your keywords in Briefcase, so that "
8120
+ "you'll always have quick access to them. You'll always know what your SEO "
8121
+ "Strategy is all about. %s Plus, adding keywords to Briefcase will make it "
8122
+ "very easy for you to collaborate with other people from your team, "
8123
+ "freelancers, agencies or partners. %s Never lose the amazing keywords you "
8124
+ "find through the %sSquirrly SEO Keyword Research tool%s."
8125
+ msgstr ""
8126
+
8127
+ # @ squirrly-seo
8128
+ #: models/focuspages/Strategy.php:78
8129
+ #, fuzzy
8130
+ #| msgid "SEO Software"
8131
+ msgid "Add SEO Context"
8132
+ msgstr "SEO Software"
8133
+
8134
+ #: models/focuspages/Strategy.php:81
8135
+ #, php-format
8136
+ msgid ""
8137
+ "Optimize to %s for a secondary keyword. %s Squirrly SEO's Live Assistant "
8138
+ "allows you to optimize for multiple keywords that you have placed in your "
8139
+ "Briefcase. %s Use a couple of additional keywords for your Focus Page which "
8140
+ "help Google understand the exact topic and context of your page. %s If you "
8141
+ "added the keywords 'political party' to 'black panther', you'd make a clear "
8142
+ "hint to Google that your page is about the Black Panther political party, not "
8143
+ "Black Panther, the Marvel Movie. %s Or add 'places to eat' to a page about "
8144
+ "your Local Restaurant in San Diego. That will give clearer context to Google "
8145
+ "that your page really is about a restaurant where people can dine."
8146
+ msgstr ""
8147
+
8148
+ #: models/focuspages/Strategy.php:85
8149
+ msgid "Labels Exist"
8150
+ msgstr ""
8151
+
8152
+ #: models/focuspages/Strategy.php:86
8153
+ msgid "Great! The keyword has Label attached to it"
8154
+ msgstr ""
8155
+
8156
+ #: models/focuspages/Strategy.php:86
8157
+ msgid "The keyword does not have a label attached to it"
8158
+ msgstr ""
8159
+
8160
+ #: models/focuspages/Strategy.php:87
8161
+ #, php-format
8162
+ msgid ""
8163
+ "To complete this task, go to %sLabels section%s and add a label to the "
8164
+ "keyword that you've used as main keyword for this Focus Page. %s Make sure "
8165
+ "that you keep creating new labels as you're finding more keywords to target "
8166
+ "with your website. %s If you're unsure regarding keyword research, read %sHow "
8167
+ "to Find Amazing Keywords and get more search traffic?%s %s Organize all the "
8168
+ "Keywords that you plan to use for your website with Briefcase Labels. %s This "
8169
+ "task helps you make sure that the main keyword for this Focus Page has been "
8170
+ "organized clearly inside your SEO Strategy. That's what Briefcase Labels are "
8171
+ "all about."
8172
+ msgstr ""
8173
+
8174
+ #: models/focuspages/Strategy.php:108
8175
+ msgid "Manage Strategy"
8176
+ msgstr ""
8177
+
8178
+ #: models/focuspages/Strategy.php:176 models/focuspages/Strategy.php:183
8179
+ msgid "Add a secondary keyword in Squirrly Live Assistant from Briefcase"
8180
+ msgstr ""
8181
+
8182
+ #: models/focuspages/Traffic.php:69
8183
+ #, php-format
8184
+ msgid "Below %s Bounce Rate"
8185
+ msgstr ""
8186
+
8187
+ #: models/focuspages/Traffic.php:70
8188
+ msgid "bounce rate"
8189
+ msgstr ""
8190
+
8191
+ #: models/focuspages/Traffic.php:71
8192
+ #, php-format
8193
+ msgid ""
8194
+ "Make sure this number is below %s %s Why? %s A high bounce rate means that "
8195
+ "your users just click on your search listing, visit the page and then decide "
8196
+ "they've seen enough and bounce off to another page on the web. %s This is, "
8197
+ "for Google, an indicator of the quality of the search result it displayed. "
8198
+ "And if many of your users bounce off your pages, it means (to Google) that "
8199
+ "your page is not worth displaying in search results, because it has low "
8200
+ "performance with the user groups it sends your way. %s Easy way to complete "
8201
+ "this task: give users pages to click and send them to other pages from your "
8202
+ "site."
8203
+ msgstr ""
8204
+
8205
+ #: models/focuspages/Traffic.php:74
8206
+ #, php-format
8207
+ msgid "Time on page is %s minutes"
8208
+ msgstr ""
8209
+
8210
+ #: models/focuspages/Traffic.php:75
8211
+ msgid "minutes avg."
8212
+ msgstr ""
8213
+
8214
+ #: models/focuspages/Traffic.php:77
8215
+ #, php-format
8216
+ msgid ""
8217
+ "Make sure that visitors spend on average at least %s minutes on your site. %s "
8218
+ "Get an average time on page of minimum %s minutes for this focus page. You "
8219
+ "can do this by editing the content and making it more appealing to visitors. "
8220
+ "%s If your visitors don't spend at least 2 minutes on your Focus Page, it can "
8221
+ "mean that the page is not important enough for them, or that the content from "
8222
+ "the page is boring, or hard to read, or the page just loads too slow."
8223
+ msgstr ""
8224
+
8225
+ #: models/focuspages/Traffic.php:80
8226
+ #, php-format
8227
+ msgid "%s visitors / day / page"
8228
+ msgstr ""
8229
+
8230
+ #: models/focuspages/Traffic.php:81
8231
+ msgid "unique views avg."
8232
+ msgstr ""
8233
+
8234
+ #: models/focuspages/Traffic.php:82
8235
+ #, php-format
8236
+ msgid ""
8237
+ "For this task, we're looking at unique page views from your %sGoogle Analytics"
8238
+ "%s. %s If you don't get an average of %s visitors / day / page, then this "
8239
+ "Focus Page is not yet popular enough on your site. %s You should make sure "
8240
+ "that more people end up visiting it."
8241
+ msgstr ""
8242
+
8243
+ # @ squirrly-seo
8244
+ #: models/focuspages/Traffic.php:85
8245
+ #, fuzzy
8246
+ #| msgid "The code for Google Analytics is incorrect."
8247
+ msgid "Just one Google Analytics tracking code"
8248
+ msgstr "Der Code für Google Analytics ist falsch."
8249
+
8250
+ #: models/focuspages/Traffic.php:86
8251
+ #, php-format
8252
+ msgid ""
8253
+ "We've seen many sites where there were multiple google analytics codes placed "
8254
+ "by different employees, themes or plugins. %s With this check, we're helping "
8255
+ "you make sure that your tracker is setup properly and that there will be no "
8256
+ "errors with your Google Analytics account. %s To turn this green, you'll have "
8257
+ "to investigate your theme, custom code that you may have placed in your "
8258
+ "theme, other plugins, header settings. Once you have a clear view of all the "
8259
+ "tracking codes, make sure that only one remains and that the one code is the "
8260
+ "one linked to your Google Analytics account. %s These problems happen more "
8261
+ "often than you would think."
8262
+ msgstr ""
8263
+
8264
+ # @ squirrly-seo
8265
+ #: models/focuspages/Traffic.php:128
8266
+ #, fuzzy
8267
+ #| msgid "Google %sAnalytics ID%s`:"
8268
+ msgid "Connect Google Analytics first"
8269
+ msgstr "Google %sAnalytics ID%s`:"
8270
+
8271
+ #: models/focuspages/Traffic.php:130
8272
+ msgid "Not enough traffic to show relevant stats"
8273
+ msgstr ""
8274
+
8275
+ #: models/services/OpenGraph.php:186
8276
+ msgid "On backorder"
8277
+ msgstr ""
8278
+
8279
+ #: models/services/OpenGraph.php:188
8280
+ msgid "In stock"
8281
+ msgstr ""
8282
+
8283
+ #: models/services/OpenGraph.php:190
8284
+ msgid "Out of stock"
8285
+ msgstr ""
8286
+
8287
+ # @ squirrly-seo
8288
+ #: models/services/Robots.php:16
8289
+ #, fuzzy
8290
+ #| msgid "Squirrly settings"
8291
+ msgid "Squirrly SEO Robots"
8292
+ msgstr "Squirrly Einstellungen"
8293
+
8294
+ #: models/services/Robots.php:19
8295
+ msgid ""
8296
+ "Your blog is not public. Please see Site Visibility on Settings > Reading."
8297
+ msgstr ""
8298
+
8299
+ # @ squirrly-seo
8300
+ #: models/services/Robots.php:35
8301
+ #, fuzzy
8302
+ #| msgid "Squirrly LIVE SEO assistant"
8303
+ msgid "No Squirrly SEO Robots found."
8304
+ msgstr "Squirrly LIVE SEO-Assistent"
8305
+
8306
+ #: view/Assistant/Assistant.php:8 view/BulkSeo/Bulkseo.php:12
8307
+ #: view/Onboarding/Journey.php:8 view/Research/Briefcase.php:8
8308
+ #: view/Research/History.php:8 view/Research/Labels.php:8
8309
+ #: view/Research/Research.php:8 view/Research/Suggested.php:8
8310
+ msgid ""
8311
+ "You do not have permission to access this page. You need Squirrly SEO Editor "
8312
+ "role."
8313
+ msgstr ""
8314
+
8315
+ # @ squirrly-seo
8316
+ #: view/Assistant/Assistant.php:19
8317
+ #, fuzzy
8318
+ #| msgid "Save settings"
8319
+ msgid "Optimize with Squirrly Live Assistant"
8320
+ msgstr "Einstellungen speichern"
8321
+
8322
+ #: view/Assistant/Assistant.php:25
8323
+ msgid ""
8324
+ "Use Squirrly to optimize the content for your Posts, Pages, Products, Custom "
8325
+ "Posts, etc."
8326
+ msgstr ""
8327
+
8328
+ # @ squirrly-seo
8329
+ #: view/Assistant/Assistant.php:36
8330
+ #, fuzzy
8331
+ #| msgid "+ Add keyword"
8332
+ msgid "Add New"
8333
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
8334
+
8335
+ #: view/Assistant/Assistant.php:53 view/Assistant/Settings.php:147
8336
+ #: view/Audits/Addpage.php:200 view/Audits/Audit.php:136
8337
+ #: view/Audits/Audits.php:50 view/Automation/Automation.php:394
8338
+ #: view/Automation/Settings.php:113 view/Automation/Types.php:117
8339
+ #: view/BulkSeo/Bulkseo.php:267 view/FocusPages/Addpage.php:205
8340
+ #: view/FocusPages/Pagelist.php:57 view/FocusPages/Pagelist.php:67
8341
+ #: view/Ranking/Gscsync.php:118 view/Ranking/Rankings.php:465
8342
+ #: view/Ranking/Settings.php:339 view/Research/Briefcase.php:416
8343
+ #: view/Research/History.php:70 view/Research/Labels.php:169
8344
+ #: view/Research/Research.php:75 view/Research/Research.php:169
8345
+ #: view/Research/Research.php:248 view/Research/Suggested.php:139
8346
+ #: view/SeoSettings/Backup.php:310 view/SeoSettings/Jsonld.php:529
8347
+ #: view/SeoSettings/Metas.php:209 view/SeoSettings/Social.php:470
8348
+ #: view/SeoSettings/Tweaks.php:629 view/SeoSettings/Webmaster.php:422
8349
+ msgid "Tips and Tricks"
8350
+ msgstr ""
8351
+
8352
+ #: view/Assistant/Assistant.php:55
8353
+ msgid ""
8354
+ "You can use the SEO Live Assistant to optimize new content, as well as "
8355
+ "previously-created/published content to improve your Google rankings."
8356
+ msgstr ""
8357
+
8358
+ #: view/Assistant/Assistant.php:56
8359
+ msgid ""
8360
+ "The SEO Live Assistant and the Blogging Assistant work hand in hand to help "
8361
+ "you create content that’s optimized for both search engines and human "
8362
+ "visitors."
8363
+ msgstr ""
8364
+
8365
+ #: view/Assistant/Assistant.php:57
8366
+ msgid ""
8367
+ "Optimize your pages for one or more keywords using the Live Assistant. Add "
8368
+ "them as Focus Pages for deeper analysis of your content."
8369
+ msgstr ""
8370
+
8371
+ #: view/Assistant/Settings.php:8 view/Audits/Addpage.php:9
8372
+ #: view/Audits/Audit.php:9 view/Audits/Audits.php:9 view/Audits/Compare.php:12
8373
+ #: view/Audits/Settings.php:8 view/Automation/Automation.php:8
8374
+ #: view/Automation/Settings.php:8 view/Automation/Types.php:8
8375
+ #: view/FocusPages/Addpage.php:9 view/FocusPages/Pagelist.php:9
8376
+ #: view/FocusPages/Settings.php:8 view/Ranking/Rankings.php:20
8377
+ #: view/Ranking/Settings.php:8 view/SeoSettings/Metas.php:8
8378
+ #: view/SeoSettings/Social.php:8 view/SeoSettings/Tweaks.php:8
8379
+ #: view/SeoSettings/Webmaster.php:8
8380
+ msgid ""
8381
+ "You do not have permission to access this page. You need Squirrly SEO Admin "
8382
+ "role."
8383
+ msgstr ""
8384
+
8385
+ # @ squirrly-seo
8386
+ #: view/Assistant/Settings.php:24
8387
+ #, fuzzy
8388
+ #| msgid "Save settings"
8389
+ msgid "Live Assistant Settings"
8390
+ msgstr "Einstellungen speichern"
8391
+
8392
+ # @ squirrly-seo
8393
+ #: view/Assistant/Settings.php:40
8394
+ #, fuzzy
8395
+ #| msgid "Squirrly Options"
8396
+ msgid "Squirrly Tooltips"
8397
+ msgstr "Squirrly Optionen"
8398
+
8399
+ #: view/Assistant/Settings.php:43
8400
+ #, php-format
8401
+ msgid ""
8402
+ "Show %sSquirrly Tooltips%s when posting a new article (e.g. 'Enter a "
8403
+ "keyword')."
8404
+ msgstr ""
8405
+
8406
+ #: view/Assistant/Settings.php:53
8407
+ msgid "Fetch Snippet on Social Media"
8408
+ msgstr ""
8409
+
8410
+ #: view/Assistant/Settings.php:56
8411
+ #, php-format
8412
+ msgid ""
8413
+ "Automatically fetch the Squirrly Snippet on %sFacebook Sharing Debugger%s "
8414
+ "every time you update the content on a page."
8415
+ msgstr ""
8416
+
8417
+ # @ squirrly-seo
8418
+ #: view/Assistant/Settings.php:66
8419
+ #, fuzzy
8420
+ #| msgid "Keywords:"
8421
+ msgid "Download Remote Images"
8422
+ msgstr "Schlüsselwörter:"
8423
+
8424
+ #: view/Assistant/Settings.php:69
8425
+ #, php-format
8426
+ msgid "Download %sremote images%s in your %sMedia Library%s for the new posts."
8427
+ msgstr ""
8428
+
8429
+ #: view/Assistant/Settings.php:70
8430
+ msgid ""
8431
+ "Prevent from losing the images you use in your articles in case the remote "
8432
+ "images are deleted."
8433
+ msgstr ""
8434
+
8435
+ # @ squirrly-seo
8436
+ #: view/Assistant/Settings.php:81
8437
+ #, fuzzy
8438
+ #| msgid "Show only Copyright Free images"
8439
+ msgid "Show Copyright Free Images"
8440
+ msgstr "Nur urheberrechtfreie Bilder zeigen"
8441
+
8442
+ #: view/Assistant/Settings.php:84
8443
+ #, php-format
8444
+ msgid "Search %sCopyright Free Images%s in Squirrly Live Assistant."
8445
+ msgstr ""
8446
+
8447
+ # @ squirrly-seo
8448
+ #: view/Assistant/Settings.php:95
8449
+ #, fuzzy
8450
+ #| msgid "Description:"
8451
+ msgid "Activate Live Assistant in Frontend"
8452
+ msgstr "Beschreibung:"
8453
+
8454
+ #: view/Assistant/Settings.php:98
8455
+ msgid ""
8456
+ "Load Squirrly Live Assistant in Frontend to customize the posts and pages "
8457
+ "with Builders."
8458
+ msgstr ""
8459
+
8460
+ #: view/Assistant/Settings.php:99
8461
+ msgid "Currently supports the Elementor Builder plugin."
8462
+ msgstr ""
8463
+
8464
+ #: view/Assistant/Settings.php:107
8465
+ msgid "Places where you do NOT want Squirrly Live Assistant to load"
8466
+ msgstr ""
8467
+
8468
+ #: view/Assistant/Settings.php:113
8469
+ msgid ""
8470
+ "Don't select anything if you wish Squirrly Live Assistant to load for all "
8471
+ "post types."
8472
+ msgstr ""
8473
+
8474
+ #: view/Assistant/Settings.php:119
8475
+ #, fuzzy
8476
+ #| msgid "Recent discussions:"
8477
+ msgid "Exclusions"
8478
+ msgstr "Bisherige Diskussionen:"
8479
+
8480
+ #: view/Assistant/Settings.php:121
8481
+ msgid "Select places where you do NOT want Squirrly Live Assistant to load."
8482
+ msgstr ""
8483
+
8484
+ # @ squirrly-seo
8485
+ #: view/Assistant/Settings.php:142 view/Audits/Settings.php:46
8486
+ #: view/Automation/Automation.php:356 view/Automation/Settings.php:105
8487
+ #: view/Automation/Types.php:99 view/Ranking/Settings.php:334
8488
+ #: view/SeoSettings/Jsonld.php:121 view/SeoSettings/Jsonld.php:169
8489
+ #: view/SeoSettings/Jsonld.php:226 view/SeoSettings/Jsonld.php:307
8490
+ #: view/SeoSettings/Jsonld.php:346 view/SeoSettings/Jsonld.php:385
8491
+ #: view/SeoSettings/Jsonld.php:445 view/SeoSettings/Jsonld.php:485
8492
+ #: view/SeoSettings/Jsonld.php:516 view/SeoSettings/Metas.php:121
8493
+ #: view/SeoSettings/Metas.php:161 view/SeoSettings/Metas.php:195
8494
+ #: view/SeoSettings/Social.php:282 view/SeoSettings/Social.php:328
8495
+ #: view/SeoSettings/Social.php:404 view/SeoSettings/Social.php:456
8496
+ #: view/SeoSettings/Tweaks.php:355 view/SeoSettings/Tweaks.php:421
8497
+ #: view/SeoSettings/Tweaks.php:477 view/SeoSettings/Tweaks.php:534
8498
+ #: view/SeoSettings/Tweaks.php:617 view/SeoSettings/Webmaster.php:300
8499
+ #: view/SeoSettings/Webmaster.php:326 view/SeoSettings/Webmaster.php:406
8500
+ #, fuzzy
8501
+ #| msgid "Save settings"
8502
+ msgid "Save Settings"
8503
+ msgstr "Einstellungen speichern"
8504
+
8505
+ #: view/Assistant/Settings.php:149
8506
+ msgid ""
8507
+ "The Settings section allows you to set up your assistant just the way you "
8508
+ "like it."
8509
+ msgstr ""
8510
+
8511
+ #: view/Assistant/Settings.php:150
8512
+ msgid ""
8513
+ "Quickly enable or disable the settings available here based on your needs and "
8514
+ "preferences."
8515
+ msgstr ""
8516
+
8517
+ #: view/Audits/Addpage.php:22
8518
+ msgid "Add a page in Audit"
8519
+ msgstr ""
8520
+
8521
+ #: view/Audits/Addpage.php:28 view/Audits/Audit.php:28 view/Audits/Audits.php:28
8522
+ #: view/Audits/Compare.php:31
8523
+ msgid ""
8524
+ "Verifies the online presence of your website by knowing how your website is "
8525
+ "performing in terms of Blogging, SEO, Social, Authority, Links, and Traffic"
8526
+ msgstr ""
8527
+
8528
+ #: view/Audits/Addpage.php:84 view/BulkSeo/Bulkseo.php:106
8529
+ #: view/FocusPages/Addpage.php:85 view/Onboarding/Step3.php:73
8530
+ msgid "Any status"
8531
+ msgstr ""
8532
+
8533
+ #: view/Audits/Addpage.php:104 view/FocusPages/Addpage.php:105
8534
+ #: view/Onboarding/Step3.php:93
8535
+ msgid "Write the page you want to search for"
8536
+ msgstr ""
8537
+
8538
+ # @ squirrly-seo
8539
+ #: view/Audits/Addpage.php:105 view/FocusPages/Addpage.php:106
8540
+ #: view/Onboarding/Step3.php:94
8541
+ #, fuzzy
8542
+ #| msgid "Do a research"
8543
+ msgid "Search Post"
8544
+ msgstr "Recherchieren"
8545
+
8546
+ # @ squirrly-seo
8547
+ #: view/Audits/Addpage.php:107 view/Audits/Audit.php:37
8548
+ #: view/Audits/Compare.php:44 view/BulkSeo/Bulkseo.php:129
8549
+ #: view/FocusPages/Addpage.php:108 view/Onboarding/Step3.php:96
8550
+ #: view/Ranking/Rankings.php:53 view/Research/Briefcase.php:111
8551
+ #, fuzzy
8552
+ #| msgid "Keywords:"
8553
+ msgid "Show All"
8554
+ msgstr "Schlüsselwörter:"
8555
+
8556
+ #: view/Audits/Addpage.php:124 view/FocusPages/Addpage.php:126
8557
+ #: view/Onboarding/Step3.php:114
8558
+ msgid "Option"
8559
+ msgstr ""
8560
+
8561
+ #: view/Audits/Addpage.php:165
8562
+ msgid "Add Page to Audit"
8563
+ msgstr ""
8564
+
8565
+ # @ squirrly-seo
8566
+ #: view/Audits/Addpage.php:169
8567
+ #, fuzzy
8568
+ #| msgid "Send Question"
8569
+ msgid "See Audits"
8570
+ msgstr "Senden Sie Ihre Frage"
8571
+
8572
+ #: view/Audits/Addpage.php:184 view/BulkSeo/Bulkseo.php:204
8573
+ #: view/FocusPages/Addpage.php:189 view/Onboarding/Step3.php:177
8574
+ msgid "Previous"
8575
+ msgstr ""
8576
+
8577
+ # @ squirrly-seo
8578
+ #: view/Audits/Addpage.php:185 view/BulkSeo/Bulkseo.php:205
8579
+ #: view/FocusPages/Addpage.php:190 view/Onboarding/Step3.php:178
8580
+ #: view/Research/Research.php:59
8581
+ #, fuzzy
8582
+ #| msgid "Squirrly settings"
8583
+ msgid "Next"
8584
+ msgstr "Squirrly Einstellungen"
8585
+
8586
+ #: view/Audits/Addpage.php:193 view/FocusPages/Addpage.php:198
8587
+ #: view/Onboarding/Step3.php:190
8588
+ msgid "No page found. Try other post types."
8589
+ msgstr ""
8590
+
8591
+ #: view/Audits/Addpage.php:202
8592
+ msgid ""
8593
+ "Use the Search Bar to find a page from your website you want to add to the "
8594
+ "Audit faster."
8595
+ msgstr ""
8596
+
8597
+ #: view/Audits/Addpage.php:203
8598
+ msgid ""
8599
+ "YOU choose which pages get audited so that you’ll get relevant insights about "
8600
+ "the pages that you actually want to rank on Google."
8601
+ msgstr ""
8602
+
8603
+ #: view/Audits/Addpage.php:204
8604
+ msgid ""
8605
+ "This also allows you to monitor the pages that are most important to you "
8606
+ "right now."
8607
+ msgstr ""
8608
+
8609
+ # @ squirrly-seo
8610
+ #: view/Audits/Audit.php:20 view/Audits/Audit.php:22
8611
+ #, fuzzy
8612
+ #| msgid "Your E-mail:"
8613
+ msgid "Audit - Details"
8614
+ msgstr "Ihre E-Mail Adresse:"
8615
+
8616
+ # @ squirrly-seo
8617
+ #: view/Audits/Audit.php:43
8618
+ #, fuzzy
8619
+ #| msgid "Squirrly settings"
8620
+ msgid "Audit Pages"
8621
+ msgstr "Squirrly Einstellungen"
8622
+
8623
+ # @ squirrly-seo
8624
+ #: view/Audits/Audit.php:61
8625
+ #, fuzzy
8626
+ #| msgid "Show only Copyright Free images"
8627
+ msgid "Show Only Completed Tasks"
8628
+ msgstr "Nur urheberrechtfreie Bilder zeigen"
8629
+
8630
+ # @ squirrly-seo
8631
+ #: view/Audits/Audit.php:66
8632
+ #, fuzzy
8633
+ #| msgid "Show only Copyright Free images"
8634
+ msgid "Show Only Incompleted Tasks"
8635
+ msgstr "Nur urheberrechtfreie Bilder zeigen"
8636
+
8637
+ #: view/Audits/Audit.php:138
8638
+ msgid "Sites with scores over 80 have good chances of ranking high on Google."
8639
+ msgstr ""
8640
+
8641
+ #: view/Audits/Audit.php:139
8642
+ msgid ""
8643
+ "Read about the aspects you can work on improving (they are marked with a "
8644
+ "thumbs down element) and work on them to improve your score."
8645
+ msgstr ""
8646
+
8647
+ #: view/Audits/AuditPageRow.php:41
8648
+ msgid "Last checked"
8649
+ msgstr ""
8650
+
8651
+ # @ squirrly-seo
8652
+ #: view/Audits/AuditPageRow.php:47
8653
+ #, fuzzy
8654
+ #| msgid "Could not send the email..."
8655
+ msgid "Could not create the audit for this URL"
8656
+ msgstr "Konnte E-Mail nicht senden ..."
8657
+
8658
+ # @ squirrly-seo
8659
+ #: view/Audits/AuditPageRow.php:47
8660
+ #, fuzzy
8661
+ #| msgid "An error occured."
8662
+ msgid "error code"
8663
+ msgstr "Ein Fehler ist aufgetreten."
8664
+
8665
+ #: view/Audits/AuditPageRow.php:49
8666
+ #, php-format
8667
+ msgid ""
8668
+ "The way your WordPress site is currently hosted can affect the way Squirrly "
8669
+ "SEO operates in order to retrieve and process data about this page. %sIt’s "
8670
+ "important to do everything on your end to ensure that the audits can be "
8671
+ "generated by our system. %s Whitelist our crawler IP address (176.9.112.210) "
8672
+ "to allow our server to verify your page so that you’ll receive a full audit."
8673
+ msgstr ""
8674
+
8675
+ # @ squirrly-seo
8676
+ #: view/Audits/AuditPageRow.php:51 view/Audits/AuditPageRow.php:78
8677
+ #: view/FocusPages/FocusPageRow.php:132 view/FocusPages/FocusPageRow.php:217
8678
+ #, fuzzy
8679
+ #| msgid "Squirrly LIVE SEO assistant"
8680
+ msgid "Inspect URL"
8681
+ msgstr "Squirrly LIVE SEO-Assistent"
8682
+
8683
+ #: view/Audits/AuditPageRow.php:72 view/Audits/AuditStats.php:68
8684
+ #: view/Audits/AuditStats.php:95 view/FocusPages/FocusPageRow.php:112
8685
+ #: view/FocusPages/FocusPageRow.php:211
8686
+ msgid "Request New Audit"
8687
+ msgstr ""
8688
+
8689
+ # @ squirrly-seo
8690
+ #: view/Audits/AuditPageRow.php:81
8691
+ #, fuzzy
8692
+ #| msgid "Could not send the email..."
8693
+ msgid "Do you want to delete the Audit Page?"
8694
+ msgstr "Konnte E-Mail nicht senden ..."
8695
+
8696
+ #: view/Audits/AuditPageRow.php:87
8697
+ msgid "Remove Page from Audit"
8698
+ msgstr ""
8699
+
8700
+ # @ squirrly-seo
8701
+ #: view/Audits/AuditPages.php:6
8702
+ #, fuzzy
8703
+ #| msgid "Squirrly settings"
8704
+ msgid "Audited pages"
8705
+ msgstr "Squirrly Einstellungen"
8706
+
8707
+ #: view/Audits/AuditPages.php:12 view/FocusPages/FocusPages.php:58
8708
+ msgid "Permalink"
8709
+ msgstr ""
8710
+
8711
+ #: view/Audits/AuditPages.php:46
8712
+ #, php-format
8713
+ msgid "No data for this filter. %sShow All%s Audit Pages."
8714
+ msgstr ""
8715
+
8716
+ # @ squirrly-seo
8717
+ #: view/Audits/AuditPages.php:52
8718
+ #, fuzzy
8719
+ #| msgid "Squirrly LIVE SEO assistant"
8720
+ msgid "Welcome to SEO Audits"
8721
+ msgstr "Squirrly LIVE SEO-Assistent"
8722
+
8723
+ #: view/Audits/AuditPages.php:54
8724
+ msgid "Add a new page for Audit to get started"
8725
+ msgstr ""
8726
+
8727
+ #: view/Audits/AuditPages.php:67 view/Errors/Error.php:21
8728
+ #: view/FocusPages/FocusPages.php:124 view/Ranking/Rankings.php:455
8729
+ #, php-format
8730
+ msgid ""
8731
+ "There is a connection error with Squirrly Cloud. Please check the connection "
8732
+ "and %srefresh the page%s."
8733
+ msgstr ""
8734
+
8735
+ #: view/Audits/AuditStats.php:30
8736
+ msgid ""
8737
+ "Your score is low. A medium score is over 50, and a good score is over 80."
8738
+ msgstr ""
8739
+
8740
+ #: view/Audits/AuditStats.php:32
8741
+ msgid "Your score is medium. A good score is over 80."
8742
+ msgstr ""
8743
+
8744
+ #: view/Audits/AuditStats.php:34
8745
+ msgid "Your score is good. Keep it as high as posible for good results."
8746
+ msgstr ""
8747
+
8748
+ # @ squirrly-seo
8749
+ #: view/Audits/AuditStats.php:41 view/Audits/AuditStats.php:251
8750
+ #: view/Audits/Compare.php:72
8751
+ #, fuzzy
8752
+ #| msgid "Squirrly settings"
8753
+ msgid "Audit Score"
8754
+ msgstr "Squirrly Einstellungen"
8755
+
8756
+ # @ squirrly-seo
8757
+ #: view/Audits/AuditStats.php:53
8758
+ #, fuzzy
8759
+ #| msgid "Squirrly settings"
8760
+ msgid "Your audit score is"
8761
+ msgstr "Squirrly Einstellungen"
8762
+
8763
+ # @ squirrly-seo
8764
+ #: view/Audits/AuditStats.php:56 view/Audits/AuditStats.php:84
8765
+ #, fuzzy
8766
+ #| msgid "Your E-mail:"
8767
+ msgid "Audit Date"
8768
+ msgstr "Ihre E-Mail Adresse:"
8769
+
8770
+ #: view/Audits/AuditStats.php:65 view/Audits/AuditStats.php:92
8771
+ #: view/FocusPages/FocusPageRow.php:109
8772
+ #, php-format
8773
+ msgid "Wait %s minutes"
8774
+ msgstr ""
8775
+
8776
+ #: view/Audits/AuditStats.php:77
8777
+ msgid "Add a new page for Audit"
8778
+ msgstr ""
8779
+
8780
+ # @ squirrly-seo
8781
+ #: view/Audits/AuditStats.php:110
8782
+ #, fuzzy
8783
+ #| msgid "Squirrly settings"
8784
+ msgid "Audit in progress"
8785
+ msgstr "Squirrly Einstellungen"
8786
+
8787
+ # @ squirrly-seo
8788
+ #: view/Audits/AuditStats.php:116
8789
+ #, fuzzy
8790
+ #| msgid "Squirrly settings"
8791
+ msgid "Audit not ready yet"
8792
+ msgstr "Squirrly Einstellungen"
8793
+
8794
+ #: view/Audits/AuditStats.php:121
8795
+ msgid "You can refresh the audit once every hour"
8796
+ msgstr ""
8797
+
8798
+ #: view/Audits/AuditStats.php:122
8799
+ msgid "Request Website Audit"
8800
+ msgstr ""
8801
+
8802
+ #: view/Audits/AuditStats.php:141 view/Audits/AuditStats.php:253
8803
+ #: view/Ranking/Rankings.php:407 view/Research/History.php:37
8804
+ msgid "Date"
8805
+ msgstr ""
8806
+
8807
+ # @ squirrly-seo
8808
+ #: view/Audits/AuditStats.php:141
8809
+ #, fuzzy
8810
+ #| msgid "Images"
8811
+ msgid "On-Page"
8812
+ msgstr "Bilder"
8813
+
8814
+ # @ squirrly-seo
8815
+ #: view/Audits/AuditStats.php:141
8816
+ #, fuzzy
8817
+ #| msgid "Images"
8818
+ msgid "Off-Page"
8819
+ msgstr "Bilder"
8820
+
8821
+ #: view/Audits/AuditStats.php:164
8822
+ #, php-format
8823
+ msgid "You've completed %s tasks from %s"
8824
+ msgstr ""
8825
+
8826
+ #: view/Audits/AuditStats.php:185 view/Audits/Compare.php:53
8827
+ msgid "Scores"
8828
+ msgstr ""
8829
+
8830
+ #: view/Audits/AuditStats.php:186
8831
+ #, php-format
8832
+ msgid "the latest %s days evolution for Audit"
8833
+ msgstr ""
8834
+
8835
+ #: view/Audits/AuditStats.php:208 view/FocusPages/FocusPageStats.php:135
8836
+ #: view/Ranking/Rankings.php:149
8837
+ msgid "Progress & Achievements"
8838
+ msgstr ""
8839
+
8840
+ #: view/Audits/AuditStats.php:209
8841
+ #, php-format
8842
+ msgid "the latest %s days progress for Audit Pages"
8843
+ msgstr ""
8844
+
8845
+ # @ squirrly-seo
8846
+ #: view/Audits/AuditStats.php:217 view/FocusPages/FocusPageStats.php:145
8847
+ #: view/Ranking/Rankings.php:178
8848
+ #, fuzzy
8849
+ #| msgid "No results found!"
8850
+ msgid "No progress found yet"
8851
+ msgstr "Keine Ergebnisse gefunden!"
8852
+
8853
+ #: view/Audits/AuditStats.php:229 view/Ranking/Rankings.php:191
8854
+ msgid "Share Your Success"
8855
+ msgstr ""
8856
+
8857
+ # @ squirrly-seo
8858
+ #: view/Audits/AuditStats.php:236
8859
+ #, fuzzy
8860
+ #| msgid "Squirrly settings"
8861
+ msgid "Audit History"
8862
+ msgstr "Squirrly Einstellungen"
8863
+
8864
+ # @ squirrly-seo
8865
+ #: view/Audits/AuditStats.php:243
8866
+ #, fuzzy
8867
+ #| msgid "Send Question"
8868
+ msgid "Compare Audits"
8869
+ msgstr "Senden Sie Ihre Frage"
8870
+
8871
+ # @ squirrly-seo
8872
+ #: view/Audits/AuditStats.php:252
8873
+ #, fuzzy
8874
+ #| msgid "Images"
8875
+ msgid "Page(s)"
8876
+ msgstr "Bilder"
8877
+
8878
+ # @ squirrly-seo
8879
+ #: view/Audits/AuditStats.php:269
8880
+ #, fuzzy
8881
+ #| msgid "Images"
8882
+ msgid "pages"
8883
+ msgstr "Bilder"
8884
+
8885
+ #: view/Audits/AuditStats.php:273
8886
+ msgid "Show Latest Audit"
8887
+ msgstr ""
8888
+
8889
+ # @ squirrly-seo
8890
+ #: view/Audits/AuditStats.php:273
8891
+ #, fuzzy
8892
+ #| msgid "automatically"
8893
+ msgid "Show Audit"
8894
+ msgstr "automatisch"
8895
+
8896
+ # @ squirrly-seo
8897
+ #: view/Audits/Audits.php:22
8898
+ #, fuzzy
8899
+ #| msgid "Images"
8900
+ msgid "SEO Audits"
8901
+ msgstr "Bilder"
8902
+
8903
+ #: view/Audits/Audits.php:52
8904
+ msgid ""
8905
+ "At a page level, you can request a new audit once an hour, by clicking on the "
8906
+ "corresponding three vertical dots and then clicking on Request New Audit."
8907
+ msgstr ""
8908
+
8909
+ #: view/Audits/Audits.php:53
8910
+ msgid ""
8911
+ "Every page that you add to the Audit can also be verified manually by "
8912
+ "clicking on the corresponding three vertical dots and then clicking on "
8913
+ "Inspect URL."
8914
+ msgstr ""
8915
+
8916
+ #: view/Audits/Audits.php:54
8917
+ msgid ""
8918
+ "This will open a report that will show you if you managed to fix certain "
8919
+ "issues for that page."
8920
+ msgstr ""
8921
+
8922
+ # @ squirrly-seo
8923
+ #: view/Audits/Audits.php:72 view/FocusPages/Pagelist.php:91
8924
+ #, fuzzy
8925
+ #| msgid "Squirrly LIVE SEO assistant"
8926
+ msgid "Squirrly Inspect URL"
8927
+ msgstr "Squirrly LIVE SEO-Assistent"
8928
+
8929
+ # @ squirrly-seo
8930
+ #: view/Audits/Compare.php:23 view/Audits/Compare.php:25
8931
+ #, fuzzy
8932
+ #| msgid "Squirrly settings"
8933
+ msgid "Audit - Compare"
8934
+ msgstr "Squirrly Einstellungen"
8935
+
8936
+ # @ squirrly-seo
8937
+ #: view/Audits/Settings.php:25
8938
+ #, fuzzy
8939
+ #| msgid "Squirrly settings"
8940
+ msgid "Audit Settings"
8941
+ msgstr "Squirrly Einstellungen"
8942
+
8943
+ # @ squirrly-seo
8944
+ #: view/Audits/Settings.php:35
8945
+ #, fuzzy
8946
+ #| msgid "Your E-mail:"
8947
+ msgid "Audit Email"
8948
+ msgstr "Ihre E-Mail Adresse:"
8949
+
8950
+ #: view/Audits/Settings.php:36
8951
+ msgid "Enter the email address on which you want to receive the weekly audits."
8952
+ msgstr ""
8953
+
8954
+ # @ squirrly-seo
8955
+ #: view/Automation/Automation.php:24
8956
+ #, fuzzy
8957
+ #| msgid "automatically"
8958
+ msgid "Automation - Configurations"
8959
+ msgstr "automatisch"
8960
+
8961
+ # @ squirrly-seo
8962
+ #: view/Automation/Automation.php:59
8963
+ #, fuzzy
8964
+ #| msgid "Tips: Length 10-70 chars"
8965
+ msgid "Recommended Length: 10-75 chars"
8966
+ msgstr "Tipp: Länge 10-70 Charaktere"
8967
+
8968
+ # @ squirrly-seo
8969
+ #: view/Automation/Automation.php:69
8970
+ #, fuzzy
8971
+ #| msgid "Tips: Length 10-70 chars"
8972
+ msgid "Recommended Length: 70-320 chars"
8973
+ msgstr "Tipp: Länge 10-70 Charaktere"
8974
+
8975
+ #: view/Automation/Automation.php:78
8976
+ msgid "Separator"
8977
+ msgstr ""
8978
+
8979
+ #: view/Automation/Automation.php:80
8980
+ msgid ""
8981
+ "Use a separator to help users read the most relevant part of your title and "
8982
+ "increase Conversion Rate."
8983
+ msgstr ""
8984
+
8985
+ #: view/Automation/Automation.php:101
8986
+ msgid "Let Google Index it"
8987
+ msgstr ""
8988
+
8989
+ #: view/Automation/Automation.php:104
8990
+ msgid ""
8991
+ "If you switch off this option, Squirrly will add noindex meta for this post "
8992
+ "type."
8993
+ msgstr ""
8994
+
8995
+ #: view/Automation/Automation.php:116
8996
+ msgid "Send Authority to it"
8997
+ msgstr ""
8998
+
8999
+ #: view/Automation/Automation.php:119
9000
+ msgid ""
9001
+ "If you switch off this option, Squirrly will add 'nofollow' meta for this "
9002
+ "post type."
9003
+ msgstr ""
9004
+
9005
+ #: view/Automation/Automation.php:133
9006
+ msgid "Include In Sitemap"
9007
+ msgstr ""
9008
+
9009
+ #: view/Automation/Automation.php:136
9010
+ msgid "Let Squirrly SEO include this post type in Squirrly Sitemap XML."
9011
+ msgstr ""
9012
+
9013
+ #: view/Automation/Automation.php:137
9014
+ msgid ""
9015
+ "If you switch off this option, Squirrly will not load the Sitemap for this "
9016
+ "post type."
9017
+ msgstr ""
9018
+
9019
+ #: view/Automation/Automation.php:151 view/SeoSettings/Tweaks.php:426
9020
+ msgid "Redirect Broken URLs"
9021
+ msgstr ""
9022
+
9023
+ #: view/Automation/Automation.php:154
9024
+ msgid ""
9025
+ "Redirect the 404 URL in case it is changed with a new one in Post Editor."
9026
+ msgstr ""
9027
+
9028
+ # @ squirrly-seo
9029
+ #: view/Automation/Automation.php:162
9030
+ #, fuzzy
9031
+ #| msgid "Description:"
9032
+ msgid "Default Redirect URL"
9033
+ msgstr "Beschreibung:"
9034
+
9035
+ #: view/Automation/Automation.php:164
9036
+ msgid "Add the default URL for the Broken URLs when no permalink is found."
9037
+ msgstr ""
9038
+
9039
+ #: view/Automation/Automation.php:178 view/SeoSettings/Tweaks.php:377
9040
+ msgid "Redirect Attachments Page"
9041
+ msgstr ""
9042
+
9043
+ #: view/Automation/Automation.php:179 view/SeoSettings/Tweaks.php:380
9044
+ msgid "Redirect the attachment page to its image URL."
9045
+ msgstr ""
9046
+
9047
+ #: view/Automation/Automation.php:180 view/SeoSettings/Tweaks.php:381
9048
+ msgid "Recommended if your website is not a photography website."
9049
+ msgstr ""
9050
+
9051
+ # @ squirrly-seo
9052
+ #: view/Automation/Automation.php:192
9053
+ #, fuzzy
9054
+ #| msgid "Squirrly settings"
9055
+ msgid "Load Squirrly SEO METAs"
9056
+ msgstr "Squirrly Einstellungen"
9057
+
9058
+ #: view/Automation/Automation.php:195
9059
+ msgid ""
9060
+ "Let Squirrly SEO load the Title, Description, Keyword METAs for this post "
9061
+ "type."
9062
+ msgstr ""
9063
+
9064
+ # @ squirrly-seo
9065
+ #: view/Automation/Automation.php:207
9066
+ #, fuzzy
9067
+ #| msgid "Squirrly settings"
9068
+ msgid "Load Squirrly Patterns"
9069
+ msgstr "Squirrly Einstellungen"
9070
+
9071
+ #: view/Automation/Automation.php:210
9072
+ msgid "Let Squirrly SEO load the Patterns for this post type."
9073
+ msgstr ""
9074
+
9075
+ #: view/Automation/Automation.php:222
9076
+ msgid "Load JSON-LD Structured Data"
9077
+ msgstr ""
9078
+
9079
+ #: view/Automation/Automation.php:225
9080
+ msgid "Let Squirrly SEO load the JSON-LD Schema for this post type."
9081
+ msgstr ""
9082
+
9083
+ #: view/Automation/Automation.php:230
9084
+ #, fuzzy
9085
+ #| msgid "Optimize for Keyword"
9086
+ msgid "JSON-LD Type"
9087
+ msgstr "Schlüsselwort optimieren"
9088
+
9089
+ #: view/Automation/Automation.php:233 view/Blocks/Snippet.php:419
9090
+ msgid "JSON-LD will load the Schema for the selected types."
9091
+ msgstr ""
9092
+
9093
+ # @ squirrly-seo
9094
+ #: view/Automation/Automation.php:264
9095
+ #, fuzzy
9096
+ #| msgid "Squirrly settings"
9097
+ msgid "Load Squirrly Open Graph"
9098
+ msgstr "Squirrly Einstellungen"
9099
+
9100
+ #: view/Automation/Automation.php:267
9101
+ msgid "Let Squirrly SEO load the Open Graph for this post type."
9102
+ msgstr ""
9103
+
9104
+ #: view/Automation/Automation.php:272
9105
+ #, fuzzy
9106
+ #| msgid "Optimize for Keyword"
9107
+ msgid "Open Graph Type"
9108
+ msgstr "Schlüsselwort optimieren"
9109
+
9110
+ # @ squirrly-seo
9111
+ #: view/Automation/Automation.php:275
9112
+ #, fuzzy
9113
+ #| msgid "The code for Google Analytics is incorrect."
9114
+ msgid "Select which Open Graph type to load for this post type."
9115
+ msgstr "Der Code für Google Analytics ist falsch."
9116
+
9117
+ # @ squirrly-seo
9118
+ #: view/Automation/Automation.php:305
9119
+ #, fuzzy
9120
+ #| msgid "Squirrly settings"
9121
+ msgid "Load Squirrly Twitter Card"
9122
+ msgstr "Squirrly Einstellungen"
9123
+
9124
+ # @ squirrly-seo
9125
+ #: view/Automation/Automation.php:308
9126
+ #, fuzzy
9127
+ #| msgid "The code for Google Analytics is incorrect."
9128
+ msgid "Let Squirrly SEO load the Twitter Card for this post type."
9129
+ msgstr "Der Code für Google Analytics ist falsch."
9130
+
9131
+ # @ squirrly-seo
9132
+ #: view/Automation/Automation.php:320
9133
+ #, fuzzy
9134
+ #| msgid "The code for Google Analytics is incorrect."
9135
+ msgid "Load Google Analytics Tracking Script"
9136
+ msgstr "Der Code für Google Analytics ist falsch."
9137
+
9138
+ # @ squirrly-seo
9139
+ #: view/Automation/Automation.php:323
9140
+ #, fuzzy
9141
+ #| msgid "The code for Google Analytics is incorrect."
9142
+ msgid "Let Google Analytics Tracking to load for this post type."
9143
+ msgstr "Der Code für Google Analytics ist falsch."
9144
+
9145
+ # @ squirrly-seo
9146
+ #: view/Automation/Automation.php:337
9147
+ #, fuzzy
9148
+ #| msgid "Description:"
9149
+ msgid "Load Facebook Pixel Tracking Script"
9150
+ msgstr "Beschreibung:"
9151
+
9152
+ # @ squirrly-seo
9153
+ #: view/Automation/Automation.php:340
9154
+ #, fuzzy
9155
+ #| msgid "The code for Google Analytics is incorrect."
9156
+ msgid "Let Facebook Pixel Tracking to load for this post type."
9157
+ msgstr "Der Code für Google Analytics ist falsch."
9158
+
9159
+ # @ squirrly-seo
9160
+ #: view/Automation/Automation.php:350
9161
+ #, fuzzy, php-format
9162
+ #| msgid "Could not send the email..."
9163
+ msgid "Do you want to delete the automation for %s?"
9164
+ msgstr "Konnte E-Mail nicht senden ..."
9165
+
9166
+ #: view/Automation/Automation.php:350
9167
+ #, php-format
9168
+ msgid "Remove automation for %s"
9169
+ msgstr ""
9170
+
9171
+ # @ squirrly-seo
9172
+ #: view/Automation/Automation.php:373
9173
+ #, fuzzy
9174
+ #| msgid "Squirrly settings"
9175
+ msgid "Squirrly Patterns"
9176
+ msgstr "Squirrly Einstellungen"
9177
+
9178
+ #: view/Automation/Automation.php:377
9179
+ msgid ""
9180
+ "Use the Pattern system to prevent Title and Description duplicates between "
9181
+ "posts"
9182
+ msgstr ""
9183
+
9184
+ #: view/Automation/Automation.php:381
9185
+ msgid ""
9186
+ "Patterns change the codes like {{title}} with the actual value of the post "
9187
+ "Title."
9188
+ msgstr ""
9189
+
9190
+ #: view/Automation/Automation.php:382
9191
+ msgid ""
9192
+ "In Squirrly, each post type in your site comes with a predefined posting "
9193
+ "pattern when displayed onto your website. However, based on your site's "
9194
+ "purpose and needs, you can also decide what information these patterns will "
9195
+ "include."
9196
+ msgstr ""
9197
+
9198
+ #: view/Automation/Automation.php:383
9199
+ msgid ""
9200
+ "Once you set up a pattern for a particular post type, only the content "
9201
+ "required by your custom sequence will be displayed."
9202
+ msgstr ""
9203
+
9204
+ #: view/Automation/Automation.php:384
9205
+ #, php-format
9206
+ msgid ""
9207
+ "Squirrly lets you see how the customized patterns will apply when posts/pages "
9208
+ "are shared across social media or search engine feeds. You just need to go to "
9209
+ "%s Squirrly's Bulk SEO section %s and see the meta information for each post "
9210
+ "type."
9211
+ msgstr ""
9212
+
9213
+ #: view/Automation/Automation.php:396
9214
+ msgid ""
9215
+ "From this section, you can quickly work on your site globally and set up the "
9216
+ "SEO for it in just a few minutes."
9217
+ msgstr ""
9218
+
9219
+ #: view/Automation/Automation.php:397
9220
+ msgid ""
9221
+ "If you are an SEO beginner, it’s not necessary to make any major changes in "
9222
+ "the Automation section."
9223
+ msgstr ""
9224
+
9225
+ #: view/Automation/Automation.php:398
9226
+ msgid ""
9227
+ "If you are an SEO expert or an advanced user, you’ll be able to easily "
9228
+ "customize the Automation for every post type."
9229
+ msgstr ""
9230
+
9231
+ # @ squirrly-seo
9232
+ #: view/Automation/Settings.php:25
9233
+ #, fuzzy
9234
+ #| msgid "Description:"
9235
+ msgid "META Lengths"
9236
+ msgstr "Beschreibung:"
9237
+
9238
+ #: view/Automation/Settings.php:31
9239
+ msgid "Change the lengths for each META on automation"
9240
+ msgstr ""
9241
+
9242
+ # @ squirrly-seo
9243
+ #: view/Automation/Settings.php:38 view/SeoSettings/Metas.php:176
9244
+ #, fuzzy
9245
+ #| msgid "Description:"
9246
+ msgid "Title Length"
9247
+ msgstr "Beschreibung:"
9248
+
9249
+ # @ squirrly-seo
9250
+ #: view/Automation/Settings.php:48 view/SeoSettings/Metas.php:186
9251
+ #, fuzzy
9252
+ #| msgid "Description:"
9253
+ msgid "Description Length"
9254
+ msgstr "Beschreibung:"
9255
+
9256
+ #: view/Automation/Settings.php:57 view/SeoSettings/Social.php:421
9257
+ #, fuzzy
9258
+ #| msgid "Optimize for Keyword"
9259
+ msgid "Open Graph Title Length"
9260
+ msgstr "Schlüsselwort optimieren"
9261
+
9262
+ # @ squirrly-seo
9263
+ #: view/Automation/Settings.php:65 view/SeoSettings/Social.php:429
9264
+ #, fuzzy
9265
+ #| msgid "Description:"
9266
+ msgid "Open Graph Description Length"
9267
+ msgstr "Beschreibung:"
9268
+
9269
+ # @ squirrly-seo
9270
+ #: view/Automation/Settings.php:73 view/SeoSettings/Social.php:439
9271
+ #, fuzzy
9272
+ #| msgid "Twitter"
9273
+ msgid "Twitter Card Title Length"
9274
+ msgstr "Twitter"
9275
+
9276
+ # @ squirrly-seo
9277
+ #: view/Automation/Settings.php:81 view/SeoSettings/Social.php:447
9278
+ #, fuzzy
9279
+ #| msgid "Description:"
9280
+ msgid "Twitter Card Description Length"
9281
+ msgstr "Beschreibung:"
9282
+
9283
+ # @ squirrly-seo
9284
+ #: view/Automation/Settings.php:89 view/SeoSettings/Jsonld.php:500
9285
+ #, fuzzy
9286
+ #| msgid "Description:"
9287
+ msgid "JSON-LD Title Length"
9288
+ msgstr "Beschreibung:"
9289
+
9290
+ # @ squirrly-seo
9291
+ #: view/Automation/Settings.php:97 view/SeoSettings/Jsonld.php:508
9292
+ #, fuzzy
9293
+ #| msgid "Description:"
9294
+ msgid "JSON-LD Description Length"
9295
+ msgstr "Beschreibung:"
9296
+
9297
+ #: view/Automation/Settings.php:115
9298
+ msgid ""
9299
+ "There have been several occasions in which platforms like Google and Twitter "
9300
+ "have increased their Description length limit and even the META Title length "
9301
+ "limit."
9302
+ msgstr ""
9303
+
9304
+ #: view/Automation/Settings.php:116
9305
+ msgid ""
9306
+ "Squirrly SEO offers you full customization of the META lengths so that you "
9307
+ "don’t have to wait for plugin updates when these sort of things happen, and "
9308
+ "if Twitter, for example, decides to increase the number of characters it will "
9309
+ "display for a post’s description when shared on their platform."
9310
+ msgstr ""
9311
+
9312
+ #: view/Automation/Types.php:30
9313
+ msgid ""
9314
+ "Add ALL Your Post Types to the Automation section and ensure all your site is "
9315
+ "covered with excellent SEO."
9316
+ msgstr ""
9317
+
9318
+ #: view/Automation/Types.php:79 view/Automation/Types.php:92
9319
+ msgid "Add Post Type"
9320
+ msgstr ""
9321
+
9322
+ #: view/Automation/Types.php:81
9323
+ msgid "Add new post types in the list and customize the automation for it."
9324
+ msgstr ""
9325
+
9326
+ # @ squirrly-seo
9327
+ #: view/Automation/Types.php:104
9328
+ #, fuzzy
9329
+ #| msgid "automatically"
9330
+ msgid "All the post types are sent for Automation"
9331
+ msgstr "automatisch"
9332
+
9333
+ # @ squirrly-seo
9334
+ #: view/Automation/Types.php:105
9335
+ #, fuzzy
9336
+ #| msgid "automatically"
9337
+ msgid "Start Automation Setup"
9338
+ msgstr "automatisch"
9339
+
9340
+ #: view/Automation/Types.php:119
9341
+ msgid ""
9342
+ "Add ALL Your Post Types to our Automation section, to ensure all your site is "
9343
+ "covered with excellent SEO."
9344
+ msgstr ""
9345
+
9346
+ #: view/Blocks/Account.php:27
9347
+ #, php-format
9348
+ msgid "Due Date: %s"
9349
+ msgstr ""
9350
+
9351
+ # @ squirrly-seo
9352
+ #: view/Blocks/Account.php:42
9353
+ #, fuzzy
9354
+ #| msgid "Keyword:"
9355
+ msgid "Keywords Lookups"
9356
+ msgstr "Schlüsselwort:"
9357
+
9358
+ #: view/Blocks/Account.php:57
9359
+ msgid "SERP Lookups"
9360
+ msgstr ""
9361
+
9362
+ # @ squirrly-seo
9363
+ #: view/Blocks/Account.php:69
9364
+ #, fuzzy
9365
+ #| msgid "Save settings"
9366
+ msgid "Focus Pages Lookup"
9367
+ msgstr "Einstellungen speichern"
9368
+
9369
+ # @ squirrly-seo
9370
+ #: view/Blocks/Account.php:81
9371
+ #, fuzzy
9372
+ #| msgid "Squirrly settings"
9373
+ msgid "Audit Pages Lookup"
9374
+ msgstr "Squirrly Einstellungen"
9375
+
9376
+ #: view/Blocks/Account.php:90
9377
+ msgid "Reset day"
9378
+ msgstr ""
9379
+
9380
+ #: view/Blocks/Account.php:97
9381
+ msgid "Want to hide this section from your customes?"
9382
+ msgstr ""
9383
+
9384
+ # @ squirrly-seo
9385
+ #: view/Blocks/Account.php:103
9386
+ #, fuzzy
9387
+ #| msgid "Squirrly.co Login"
9388
+ msgid "Upgrade your account"
9389
+ msgstr "Squirrly.co Login"
9390
+
9391
+ # @ squirrly-seo
9392
+ #: view/Blocks/Account.php:107
9393
+ #, fuzzy
9394
+ #| msgid "Plugin Support"
9395
+ msgid "Billing info"
9396
+ msgstr "Plugin Support"
9397
+
9398
+ # @ squirrly-seo
9399
+ #: view/Blocks/Account.php:111
9400
+ #, fuzzy
9401
+ #| msgid "Squirrly settings"
9402
+ msgid "Account settings"
9403
+ msgstr "Squirrly Einstellungen"
9404
+
9405
+ # @ squirrly-seo
9406
+ #: view/Blocks/Account.php:115
9407
+ #, fuzzy
9408
+ #| msgid "Squirrly Keyword Research"
9409
+ msgid "Squirrly Cloud"
9410
+ msgstr "Squirrly Erweiterte Suche!"
9411
+
9412
+ # @ squirrly-seo
9413
+ #: view/Blocks/Account.php:119 view/Blocks/Support.php:19
9414
+ msgid "Support"
9415
+ msgstr "Support"
9416
+
9417
+ # @ squirrly-seo
9418
+ #: view/Blocks/Assistant.php:4
9419
+ #, fuzzy
9420
+ #| msgid "Squirrly Keyword Research"
9421
+ msgid "Keyword Research Mastery Tasks"
9422
+ msgstr "Squirrly Erweiterte Suche!"
9423
+
9424
+ # @ squirrly-seo
9425
+ #: view/Blocks/Assistant.php:6
9426
+ #, fuzzy
9427
+ #| msgid "Save settings"
9428
+ msgid "Live Assistant Mastery Tasks"
9429
+ msgstr "Einstellungen speichern"
9430
+
9431
+ # @ squirrly-seo
9432
+ #: view/Blocks/Assistant.php:8
9433
+ #, fuzzy
9434
+ #| msgid "automatically"
9435
+ msgid "Automation Mastery Tasks"
9436
+ msgstr "automatisch"
9437
+
9438
+ #: view/Blocks/Assistant.php:10
9439
+ msgid "SEO Configuration Mastery Tasks"
9440
+ msgstr ""
9441
+
9442
+ # @ squirrly-seo
9443
+ #: view/Blocks/Assistant.php:12
9444
+ #, fuzzy
9445
+ #| msgid "Squirrly settings"
9446
+ msgid "Audit Mastery Tasks"
9447
+ msgstr "Squirrly Einstellungen"
9448
+
9449
+ #: view/Blocks/Assistant.php:14
9450
+ msgid "Rankings Mastery Tasks"
9451
+ msgstr ""
9452
+
9453
+ #: view/Blocks/Connect.php:15 view/Blocks/Connect.php:29
9454
+ #, php-format
9455
+ msgid ""
9456
+ "This option is used to track innerlinks and insights for your Focus Pages and "
9457
+ "give detailed information about them. %sIt is also useful for sending the "
9458
+ "optimized posts from %shttps://cloud.squirrly.co%s directly on your WordPress "
9459
+ "site."
9460
+ msgstr ""
9461
+
9462
+ #: view/Blocks/Connect.php:16 view/Blocks/Connect.php:31
9463
+ #, fuzzy
9464
+ #| msgid "This email connects you to Squirrly.co"
9465
+ msgid "Connect Squirrly Cloud & Website API"
9466
+ msgstr "This email connects you to Squirrly.co"
9467
+
9468
+ # @ squirrly-seo
9469
+ #: view/Blocks/Connect.php:19
9470
+ #, fuzzy
9471
+ #| msgid "Connecting ..."
9472
+ msgid "Connect"
9473
+ msgstr "Verbinden ..."
9474
+
9475
+ # @ squirrly-seo
9476
+ #: view/Blocks/Connect.php:35
9477
+ #, fuzzy
9478
+ #| msgid "Connecting ..."
9479
+ msgid "disconnect"
9480
+ msgstr "Verbinden ..."
9481
+
9482
+ #: view/Blocks/Dashboard.php:16
9483
+ msgid "Congratulations! you have success messages"
9484
+ msgstr ""
9485
+
9486
+ #: view/Blocks/Dashboard.php:39
9487
+ msgid "You got new goals"
9488
+ msgstr ""
9489
+
9490
+ #: view/Blocks/Dashboard.php:56
9491
+ msgid "others"
9492
+ msgstr ""
9493
+
9494
+ #: view/Blocks/Dashboard.php:62
9495
+ msgid "See Today’s Goals"
9496
+ msgstr ""
9497
+
9498
+ #: view/Blocks/Dashboard.php:66
9499
+ #, php-format
9500
+ msgid "No other goals for today. %sGood job!"
9501
+ msgstr ""
9502
+
9503
+ #: view/Blocks/Dashboard.php:68
9504
+ msgid "Rank your best pages with Focus Pages"
9505
+ msgstr ""
9506
+
9507
+ #: view/Blocks/Dashboard.php:71
9508
+ msgid "Boost your SEO with Bulk SEO"
9509
+ msgstr ""
9510
+
9511
+ #: view/Blocks/Dashboard.php:96 view/Goals/CheckSeo.php:38
9512
+ msgid "Checking the website ..."
9513
+ msgstr ""
9514
+
9515
+ # @ squirrly-seo
9516
+ #: view/Blocks/Features.php:40
9517
+ #, fuzzy
9518
+ #| msgid "Squirrly LIVE SEO assistant"
9519
+ msgid "Squirrly SEO Main Features"
9520
+ msgstr "Squirrly LIVE SEO-Assistent"
9521
+
9522
+ #: view/Blocks/Features.php:41
9523
+ msgid "Manage the features & access them directly from here."
9524
+ msgstr ""
9525
+
9526
+ # @ squirrly-seo
9527
+ #: view/Blocks/Features.php:44 view/Blocks/Features.php:211
9528
+ #, fuzzy
9529
+ #| msgid "Could not send the email..."
9530
+ msgid "Do you want to search in the 650 features list?"
9531
+ msgstr "Konnte E-Mail nicht senden ..."
9532
+
9533
+ # @ squirrly-seo
9534
+ #: view/Blocks/Features.php:46 view/Blocks/Features.php:213
9535
+ #, fuzzy
9536
+ #| msgid "Could not send the email..."
9537
+ msgid "Do you want to see all 650 features list?"
9538
+ msgstr "Konnte E-Mail nicht senden ..."
9539
+
9540
+ #: view/Blocks/Features.php:54
9541
+ msgid "Enter a feature you want to search for"
9542
+ msgstr ""
9543
+
9544
+ # @ squirrly-seo
9545
+ #: view/Blocks/Features.php:58
9546
+ #, fuzzy
9547
+ #| msgid "Keyword:"
9548
+ msgid "Search Feature"
9549
+ msgstr "Schlüsselwort:"
9550
+
9551
+ #: view/Blocks/Features.php:158
9552
+ msgid "start feature setup"
9553
+ msgstr ""
9554
+
9555
+ # @ squirrly-seo
9556
+ #: view/Blocks/Features.php:162
9557
+ #, fuzzy
9558
+ #| msgid "Go to Profile"
9559
+ msgid "see feature"
9560
+ msgstr "Zum Profil"
9561
+
9562
+ #: view/Blocks/Features.php:178
9563
+ msgid "click to deactivate"
9564
+ msgstr ""
9565
+
9566
+ #: view/Blocks/Features.php:178
9567
+ msgid "click to activate"
9568
+ msgstr ""
9569
+
9570
+ #: view/Blocks/Features.php:184
9571
+ #, fuzzy
9572
+ #| msgid "This email connects you to Squirrly.co"
9573
+ msgid "connect to cloud"
9574
+ msgstr "This email connects you to Squirrly.co"
9575
+
9576
+ # @ squirrly-seo
9577
+ #: view/Blocks/Features.php:188
9578
+ #, fuzzy
9579
+ #| msgid "+ Add keyword"
9580
+ msgid "already active"
9581
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
9582
+
9583
+ # @ squirrly-seo
9584
+ #: view/Blocks/Features.php:192
9585
+ #, fuzzy
9586
+ #| msgid "Change the Website Icon"
9587
+ msgid "activate feature"
9588
+ msgstr "Ändern Sie das Website-Symbol"
9589
+
9590
+ #: view/Blocks/Jorney.php:13
9591
+ #, php-format
9592
+ msgid ""
9593
+ "Join the rest of the %s JourneyTeam on the Facebook Group %s and if you want "
9594
+ "you can share with the members that you have started your Journey."
9595
+ msgstr ""
9596
+
9597
+ #: view/Blocks/Jorney.php:22
9598
+ msgid "Congratulations! You've completed the 14 Days Journey To Better Ranking"
9599
+ msgstr ""
9600
+
9601
+ #: view/Blocks/Jorney.php:24
9602
+ msgid "Your 14 Days Journey To Better Ranking"
9603
+ msgstr ""
9604
+
9605
+ #: view/Blocks/Jorney.php:36 view/Blocks/Jorney.php:59
9606
+ msgid "Day"
9607
+ msgstr ""
9608
+
9609
+ #: view/Blocks/Jorney.php:46
9610
+ msgid "If you missed a day, click on it and read the SEO recipe for it."
9611
+ msgstr ""
9612
+
9613
+ #: view/Blocks/Jorney.php:52
9614
+ msgid "I'm all done. Hide this block."
9615
+ msgstr ""
9616
+
9617
+ #: view/Blocks/Jorney.php:59
9618
+ msgid "Open the SEO recipe for today"
9619
+ msgstr ""
9620
+
9621
+ # @ squirrly-seo
9622
+ #: view/Blocks/Jorney.php:64 view/FocusPages/Addpage.php:22
9623
+ #, fuzzy
9624
+ #| msgid "Save settings"
9625
+ msgid "Add a page in Focus Pages"
9626
+ msgstr "Einstellungen speichern"
9627
+
9628
+ #: view/Blocks/Jorney.php:87
9629
+ msgid "14 Days Journey Course"
9630
+ msgstr ""
9631
+
9632
+ #: view/Blocks/Jorney.php:92
9633
+ msgid ""
9634
+ "All you need now is to start driving One of your most valuable pages to "
9635
+ "Better Rankings."
9636
+ msgstr ""
9637
+
9638
+ #: view/Blocks/Jorney.php:99
9639
+ msgid "I'm ready to start the Journey To Better Ranking"
9640
+ msgstr ""
9641
+
9642
+ # @ squirrly-seo
9643
+ #: view/Blocks/LiveAssistant.php:7
9644
+ #, fuzzy
9645
+ #| msgid "Save settings"
9646
+ msgid "Click to Close Squirrly Live Assistant"
9647
+ msgstr "Einstellungen speichern"
9648
+
9649
+ #: view/Blocks/LiveAssistant.php:8
9650
+ msgid "Click to Minimize Box"
9651
+ msgstr ""
9652
+
9653
+ #: view/Blocks/LiveAssistant.php:9
9654
+ msgid "Click to Maximize Box"
9655
+ msgstr ""
9656
+
9657
+ # @ squirrly-seo
9658
+ #: view/Blocks/LiveAssistant.php:10 view/Blocks/LiveAssistant.php:42
9659
+ #, fuzzy
9660
+ #| msgid "Squirrly settings"
9661
+ msgid "Squirrly Briefcase"
9662
+ msgstr "Squirrly Einstellungen"
9663
+
9664
+ #: view/Blocks/LiveAssistant.php:13
9665
+ #, php-format
9666
+ msgid ""
9667
+ "Connection error with Squirrly Cloud. Please check the connection and %s "
9668
+ "refresh the page %s"
9669
+ msgstr ""
9670
+
9671
+ # @ squirrly-seo
9672
+ #: view/Blocks/LiveAssistant.php:16
9673
+ #, fuzzy
9674
+ #| msgid "Squirrly settings"
9675
+ msgid "Loading"
9676
+ msgstr "Squirrly Einstellungen"
9677
+
9678
+ # @ squirrly-seo
9679
+ #: view/Blocks/LiveAssistant.php:19
9680
+ #, fuzzy
9681
+ #| msgid "+ Add keyword"
9682
+ msgid "Loading the keyword"
9683
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
9684
+
9685
+ # @ squirrly-seo
9686
+ #: view/Blocks/LiveAssistant.php:22
9687
+ #, fuzzy
9688
+ #| msgid "Do a research"
9689
+ msgid "Add a keyword from Briefcase"
9690
+ msgstr "Recherchieren"
9691
+
9692
+ # @ squirrly-seo
9693
+ #: view/Blocks/LiveAssistant.php:25
9694
+ #, fuzzy
9695
+ #| msgid "Squirrly settings"
9696
+ msgid "SLA Score"
9697
+ msgstr "Squirrly Einstellungen"
9698
+
9699
+ # @ squirrly-seo
9700
+ #: view/Blocks/LiveAssistant.php:28
9701
+ msgid "Use this keyword"
9702
+ msgstr "Dieses Schlüsselwort verwenden"
9703
+
9704
+ #: view/Blocks/LiveAssistant.php:32
9705
+ msgid "Step 1"
9706
+ msgstr ""
9707
+
9708
+ #: view/Blocks/LiveAssistant.php:33
9709
+ msgid "Step 2"
9710
+ msgstr ""
9711
+
9712
+ #: view/Blocks/LiveAssistant.php:33
9713
+ msgid "Enhance"
9714
+ msgstr ""
9715
+
9716
+ #: view/Blocks/LiveAssistant.php:34
9717
+ msgid "Step 3"
9718
+ msgstr ""
9719
+
9720
+ #: view/Blocks/LiveAssistant.php:34
9721
+ msgid "Analysis"
9722
+ msgstr ""
9723
+
9724
+ #: view/Blocks/LiveAssistant.php:35
9725
+ msgid "Extra"
9726
+ msgstr ""
9727
+
9728
+ #: view/Blocks/LiveAssistant.php:35
9729
+ msgid "Deep"
9730
+ msgstr ""
9731
+
9732
+ #: view/Blocks/LiveAssistant.php:43
9733
+ msgid "We recomend that you select at least 3 Keywords for best results."
9734
+ msgstr ""
9735
+
9736
+ # @ squirrly-seo
9737
+ #: view/Blocks/LiveAssistant.php:48
9738
+ #, fuzzy
9739
+ #| msgid "Squirrly Keyword Research"
9740
+ msgid "Search in Briefcase ..."
9741
+ msgstr "Squirrly Erweiterte Suche!"
9742
+
9743
+ # @ squirrly-seo
9744
+ #: view/Blocks/LiveAssistant.php:52 view/Blocks/LiveAssistant.php:80
9745
+ #: view/Blocks/LiveAssistant.php:124 view/Onboarding/Step1.php:85
9746
+ #, fuzzy
9747
+ #| msgid "SEO Software"
9748
+ msgid "Continue"
9749
+ msgstr "SEO Software"
9750
+
9751
+ # @ squirrly-seo
9752
+ #: view/Blocks/LiveAssistant.php:59
9753
+ #, fuzzy
9754
+ #| msgid "Blogs"
9755
+ msgid "Squirrly Blogging Assistant"
9756
+ msgstr "Blogs"
9757
+
9758
+ #: view/Blocks/LiveAssistant.php:60
9759
+ msgid "The keyword will be automatically be added as the image alt text."
9760
+ msgstr ""
9761
+
9762
+ #: view/Blocks/LiveAssistant.php:61
9763
+ msgid ""
9764
+ "Click on “Insert it!” and the incorporated Tweet(s) will add more substance "
9765
+ "to your article."
9766
+ msgstr ""
9767
+
9768
+ #: view/Blocks/LiveAssistant.php:62
9769
+ msgid ""
9770
+ "Browse through Wikipedia articles to get more insight or quick fact-checking "
9771
+ "on your topic."
9772
+ msgstr ""
9773
+
9774
+ #: view/Blocks/LiveAssistant.php:63
9775
+ msgid "Find topic-related articles written by fellow bloggers or influencers."
9776
+ msgstr ""
9777
+
9778
+ #: view/Blocks/LiveAssistant.php:64
9779
+ msgid ""
9780
+ "Squirrly automatically browses your WordPress for previously written articles "
9781
+ "you want to cite or insert"
9782
+ msgstr ""
9783
+
9784
+ # @ squirrly-seo
9785
+ #: view/Blocks/LiveAssistant.php:71
9786
+ msgid "Images"
9787
+ msgstr "Bilder"
9788
+
9789
+ # @ squirrly-seo
9790
+ #: view/Blocks/LiveAssistant.php:72
9791
+ msgid "Twitter"
9792
+ msgstr "Twitter"
9793
+
9794
+ # @ squirrly-seo
9795
+ #: view/Blocks/LiveAssistant.php:73
9796
+ msgid "Wiki"
9797
+ msgstr "Wiki"
9798
+
9799
+ # @ squirrly-seo
9800
+ #: view/Blocks/LiveAssistant.php:74
9801
+ msgid "Blogs"
9802
+ msgstr "Blogs"
9803
+
9804
+ # @ squirrly-seo
9805
+ #: view/Blocks/LiveAssistant.php:75
9806
+ msgid "My articles"
9807
+ msgstr "Meine Artikel"
9808
+
9809
+ # @ squirrly-seo
9810
+ #: view/Blocks/LiveAssistant.php:84
9811
+ msgid "Show only Copyright Free images"
9812
+ msgstr "Nur urheberrechtfreie Bilder zeigen"
9813
+
9814
+ # @ squirrly-seo
9815
+ #: view/Blocks/LiveAssistant.php:94
9816
+ #, fuzzy
9817
+ #| msgid "Save settings"
9818
+ msgid "Squirrly Live Assistant"
9819
+ msgstr "Einstellungen speichern"
9820
+
9821
+ #: view/Blocks/LiveAssistant.php:95
9822
+ msgid ""
9823
+ "Squirrly automatically checks your article to make sure it has the best SEO "
9824
+ "chances"
9825
+ msgstr ""
9826
+
9827
+ # @ squirrly-seo
9828
+ #: view/Blocks/LiveAssistant.php:104
9829
+ #, fuzzy
9830
+ #| msgid "date"
9831
+ msgid "Update"
9832
+ msgstr "Datum"
9833
+
9834
+ # @ squirrly-seo
9835
+ #: view/Blocks/LiveAssistant.php:132
9836
+ #, fuzzy
9837
+ #| msgid "Save settings"
9838
+ msgid "Squirrly Focus Pages"
9839
+ msgstr "Einstellungen speichern"
9840
+
9841
+ #: view/Blocks/LiveAssistant.php:133
9842
+ msgid ""
9843
+ "Focus Pages bring you clear methods to take your content from never found to "
9844
+ "always found on Google."
9845
+ msgstr ""
9846
+
9847
+ #: view/Blocks/LiveAssistant.php:139
9848
+ msgid "Need a deeper analysis of this content?"
9849
+ msgstr ""
9850
+
9851
+ #: view/Blocks/LiveAssistant.php:140
9852
+ msgid ""
9853
+ "Add this page/article as a focus page and take your content from never found "
9854
+ "to always found on Google. Rank your pages by influencing the right ranking "
9855
+ "factors. Turn everything that you see here to Green and you will win."
9856
+ msgstr ""
9857
+
9858
+ # @ squirrly-seo
9859
+ #: view/Blocks/LiveAssistant.php:143
9860
+ #, fuzzy
9861
+ #| msgid "Save settings"
9862
+ msgid "Set Focus Pages"
9863
+ msgstr "Einstellungen speichern"
9864
+
9865
+ # @ squirrly-seo
9866
+ #: view/Blocks/Login.php:10 view/Blocks/Login.php:28
9867
+ #, fuzzy
9868
+ #| msgid "Email:"
9869
+ msgid "Email"
9870
+ msgstr "Ihre E-Mail Adresse:"
9871
+
9872
+ # @ squirrly-seo
9873
+ #: view/Blocks/Login.php:14
9874
+ #, fuzzy
9875
+ #| msgid "Password:"
9876
+ msgid "Password"
9877
+ msgstr "Passwort:"
9878
+
9879
+ # @ squirrly-seo
9880
+ #: view/Blocks/Login.php:18
9881
+ msgid "Register to Squirrly.co"
9882
+ msgstr "Bei Squirrly.co registrieren"
9883
+
9884
+ # @ squirrly-seo
9885
+ #: view/Blocks/Login.php:19
9886
+ msgid "Lost password?"
9887
+ msgstr "Passwort vergessen?"
9888
+
9889
+ # @ squirrly-seo
9890
+ #: view/Blocks/Login.php:19
9891
+ msgid "Lost password"
9892
+ msgstr "Passwort vergessen"
9893
+
9894
+ # @ squirrly-seo
9895
+ #: view/Blocks/Login.php:21
9896
+ msgid "Login"
9897
+ msgstr "Login"
9898
+
9899
+ #: view/Blocks/Login.php:35
9900
+ msgid "I already have an account"
9901
+ msgstr ""
9902
+
9903
+ #: view/Blocks/Login.php:38
9904
+ #, php-format
9905
+ msgid "I Agree with the Squirrly %sTerms of Use%s and %sPrivacy Policy%s"
9906
+ msgstr ""
9907
+
9908
+ #: view/Blocks/Login.php:40
9909
+ msgid "Sign Up"
9910
+ msgstr "Anmelden"
9911
+
9912
+ #: view/Blocks/Menu.php:47 view/Blocks/Menu.php:84 view/Blocks/Menu.php:128
9913
+ msgid "Back To Home"
9914
+ msgstr ""
9915
+
9916
+ #: view/Blocks/Snippet.php:85
9917
+ msgid "Meta Tags"
9918
+ msgstr ""
9919
+
9920
+ #: view/Blocks/Snippet.php:88 view/Blocks/Snippet.php:354
9921
+ msgid "JSON-LD"
9922
+ msgstr ""
9923
+
9924
+ #: view/Blocks/Snippet.php:108
9925
+ #, php-format
9926
+ msgid ""
9927
+ "Post Type (%s) was excluded from %s Squirrly > Automation %s. Squirrly SEO "
9928
+ "will not load for this post type on the frontend"
9929
+ msgstr ""
9930
+
9931
+ # @ squirrly-seo
9932
+ #: view/Blocks/Snippet.php:116
9933
+ #, fuzzy
9934
+ #| msgid "Keywords:"
9935
+ msgid "Activate Metas"
9936
+ msgstr "Schlüsselwörter:"
9937
+
9938
+ # @ squirrly-seo
9939
+ #: view/Blocks/Snippet.php:126 view/Blocks/Snippet.php:370
9940
+ #: view/Blocks/Snippet.php:627 view/Blocks/Snippet.php:888
9941
+ #: view/Blocks/Snippet.php:1115
9942
+ #, fuzzy
9943
+ #| msgid "Squirrly Keyword Research"
9944
+ msgid "Refresh"
9945
+ msgstr "Squirrly Erweiterte Suche!"
9946
+
9947
+ #: view/Blocks/Snippet.php:131
9948
+ msgid "How this page will appear on Search Engines"
9949
+ msgstr ""
9950
+
9951
+ #: view/Blocks/Snippet.php:133 view/Blocks/Snippet.php:657
9952
+ #: view/Blocks/Snippet.php:920
9953
+ msgid "AUTO-DRAFT"
9954
+ msgstr ""
9955
+
9956
+ #: view/Blocks/Snippet.php:144 view/Blocks/Snippet.php:940
9957
+ msgid "Please save the post first to be able to edit the Squirrly SEO Snippet"
9958
+ msgstr ""
9959
+
9960
+ #: view/Blocks/Snippet.php:151 view/Blocks/Snippet.php:685
9961
+ #: view/Blocks/Snippet.php:947 view/Onboarding/Step1.php:84
9962
+ msgid "Cancel"
9963
+ msgstr ""
9964
+
9965
+ # @ squirrly-seo
9966
+ #: view/Blocks/Snippet.php:152 view/Blocks/Snippet.php:371
9967
+ #: view/Blocks/Snippet.php:686 view/Blocks/Snippet.php:948
9968
+ #: view/Blocks/Snippet.php:1116
9969
+ #, fuzzy
9970
+ #| msgid "Keyword:"
9971
+ msgid "Save"
9972
+ msgstr "Schlüsselwort:"
9973
+
9974
+ # @ squirrly-seo
9975
+ #: view/Blocks/Snippet.php:162
9976
+ #, fuzzy
9977
+ #| msgid "Description:"
9978
+ msgid "Activate Title"
9979
+ msgstr "Beschreibung:"
9980
+
9981
+ # @ squirrly-seo
9982
+ #: view/Blocks/Snippet.php:169 view/Blocks/Snippet.php:220
9983
+ #: view/Blocks/Snippet.php:719 view/Blocks/Snippet.php:762
9984
+ #: view/Blocks/Snippet.php:981 view/Blocks/Snippet.php:1024
9985
+ #, fuzzy, php-format
9986
+ #| msgid "Tips: Length 10-70 chars"
9987
+ msgid "Tips: Length %s-%s chars"
9988
+ msgstr "Tipp: Länge 10-70 Charaktere"
9989
+
9990
+ #: view/Blocks/Snippet.php:172 view/Blocks/Snippet.php:196
9991
+ #: view/Blocks/Snippet.php:223 view/Blocks/Snippet.php:250
9992
+ #: view/Blocks/Snippet.php:722 view/Blocks/Snippet.php:746
9993
+ #: view/Blocks/Snippet.php:765 view/Blocks/Snippet.php:792
9994
+ #: view/Blocks/Snippet.php:984 view/Blocks/Snippet.php:1008
9995
+ #: view/Blocks/Snippet.php:1027 view/Blocks/Snippet.php:1054
9996
+ msgid "Pattern"
9997
+ msgstr ""
9998
+
9999
+ # @ squirrly-seo
10000
+ #: view/Blocks/Snippet.php:189 view/Blocks/Snippet.php:739
10001
+ #: view/Blocks/Snippet.php:1001
10002
+ #, fuzzy
10003
+ #| msgid "Description:"
10004
+ msgid "Default Title"
10005
+ msgstr "Beschreibung:"
10006
+
10007
+ # @ squirrly-seo
10008
+ #: view/Blocks/Snippet.php:213
10009
+ #, fuzzy
10010
+ #| msgid "Description:"
10011
+ msgid "Activate Description"
10012
+ msgstr "Beschreibung:"
10013
+
10014
+ # @ squirrly-seo
10015
+ #: view/Blocks/Snippet.php:219
10016
+ #, fuzzy
10017
+ #| msgid "Description:"
10018
+ msgid "Meta Description"
10019
+ msgstr "Beschreibung:"
10020
+
10021
+ # @ squirrly-seo
10022
+ #: view/Blocks/Snippet.php:243 view/Blocks/Snippet.php:785
10023
+ #: view/Blocks/Snippet.php:1047
10024
+ #, fuzzy
10025
+ #| msgid "Description:"
10026
+ msgid "Default Description"
10027
+ msgstr "Beschreibung:"
10028
+
10029
+ # @ squirrly-seo
10030
+ #: view/Blocks/Snippet.php:267
10031
+ #, fuzzy
10032
+ #| msgid "Keywords:"
10033
+ msgid "Activate Keywords"
10034
+ msgstr "Schlüsselwörter:"
10035
+
10036
+ # @ squirrly-seo
10037
+ #: view/Blocks/Snippet.php:273
10038
+ #, fuzzy
10039
+ #| msgid "Keyword:"
10040
+ msgid "Meta Keywords"
10041
+ msgstr "Schlüsselwort:"
10042
+
10043
+ #: view/Blocks/Snippet.php:274
10044
+ msgid "Tips: Keywords you want your content to be found for"
10045
+ msgstr ""
10046
+
10047
+ # @ squirrly-seo
10048
+ #: view/Blocks/Snippet.php:277
10049
+ msgid "+ Add keyword"
10050
+ msgstr "Fügen Sie ein anderes Schlüsselwort ein"
10051
+
10052
+ # @ squirrly-seo
10053
+ #: view/Blocks/Snippet.php:290
10054
+ #, fuzzy
10055
+ #| msgid "Google %sAnalytics ID%s`:"
10056
+ msgid "Activate Canonical"
10057
+ msgstr "Google %sAnalytics ID%s`:"
10058
+
10059
+ #: view/Blocks/Snippet.php:297
10060
+ msgid "Leave it blank if you don't have an external canonical"
10061
+ msgstr ""
10062
+
10063
+ #: view/Blocks/Snippet.php:300
10064
+ msgid "Found"
10065
+ msgstr ""
10066
+
10067
+ # @ squirrly-seo
10068
+ #: view/Blocks/Snippet.php:312
10069
+ #, fuzzy
10070
+ #| msgid "Description:"
10071
+ msgid "Default Link"
10072
+ msgstr "Beschreibung:"
10073
+
10074
+ #: view/Blocks/Snippet.php:334 view/Blocks/Snippet.php:597
10075
+ #: view/Blocks/Snippet.php:858 view/Blocks/Snippet.php:1095
10076
+ #: view/Blocks/Snippet.php:1244
10077
+ msgid ""
10078
+ "To edit the snippet, you have to activate Squirrly SEO for this page first"
10079
+ msgstr ""
10080
+
10081
+ # @ squirrly-seo
10082
+ #: view/Blocks/Snippet.php:343
10083
+ #, fuzzy
10084
+ #| msgid "Squirrly LIVE SEO assistant"
10085
+ msgid "Activate Squirrly Snippet for this page"
10086
+ msgstr "Squirrly LIVE SEO-Assistent"
10087
+
10088
+ # @ squirrly-seo
10089
+ #: view/Blocks/Snippet.php:348
10090
+ #, fuzzy
10091
+ #| msgid "Twitter"
10092
+ msgid "Post Type"
10093
+ msgstr "Twitter"
10094
+
10095
+ #: view/Blocks/Snippet.php:350
10096
+ msgid "Term"
10097
+ msgstr ""
10098
+
10099
+ #: view/Blocks/Snippet.php:352
10100
+ msgid "OG"
10101
+ msgstr ""
10102
+
10103
+ #: view/Blocks/Snippet.php:388
10104
+ #, php-format
10105
+ msgid ""
10106
+ "JSON-LD is disable for this Post Type (%s). See %s Squirrly > Automation > "
10107
+ "Configuration %s."
10108
+ msgstr ""
10109
+
10110
+ #: view/Blocks/Snippet.php:418
10111
+ msgid "JSON-LD Schema Types"
10112
+ msgstr ""
10113
+
10114
+ #: view/Blocks/Snippet.php:420
10115
+ #, php-format
10116
+ msgid "Setup JSON-LD for this Post Type by using %s SEO Automation %s"
10117
+ msgstr ""
10118
+
10119
+ #: view/Blocks/Snippet.php:453
10120
+ msgid "Hold Control key (or Command on Mac) to select multiple types."
10121
+ msgstr ""
10122
+
10123
+ #: view/Blocks/Snippet.php:462
10124
+ msgid "JSON-LD Breadcrumbs Schema"
10125
+ msgstr ""
10126
+
10127
+ #: view/Blocks/Snippet.php:464
10128
+ #, php-format
10129
+ msgid "Manage BreadcrumbsList Schema from %s JSON-LD Settings %s."
10130
+ msgstr ""
10131
+
10132
+ # @ squirrly-seo
10133
+ #: view/Blocks/Snippet.php:469 view/Blocks/Snippet.php:517
10134
+ #: view/Blocks/Snippet.php:537
10135
+ #, fuzzy
10136
+ #| msgid "Keywords:"
10137
+ msgid "Active"
10138
+ msgstr "Schlüsselwörter:"
10139
+
10140
+ #: view/Blocks/Snippet.php:471 view/Blocks/Snippet.php:519
10141
+ #: view/Blocks/Snippet.php:539
10142
+ msgid "Not Active"
10143
+ msgstr ""
10144
+
10145
+ #: view/Blocks/Snippet.php:484
10146
+ msgid "Primary Category"
10147
+ msgstr ""
10148
+
10149
+ #: view/Blocks/Snippet.php:486
10150
+ msgid "Set the Primary Category for Breadcrumbs."
10151
+ msgstr ""
10152
+
10153
+ #: view/Blocks/Snippet.php:510
10154
+ msgid "Woocommerce Product Support"
10155
+ msgstr ""
10156
+
10157
+ #: view/Blocks/Snippet.php:512
10158
+ #, php-format
10159
+ msgid "Manage Woocommerce Support from %s JSON-LD Settings %s."
10160
+ msgstr ""
10161
+
10162
+ #: view/Blocks/Snippet.php:530
10163
+ msgid "Remove other JSON-LD Schema"
10164
+ msgstr ""
10165
+
10166
+ #: view/Blocks/Snippet.php:532
10167
+ #, php-format
10168
+ msgid "Manage Duplicate Schema remover from %s JSON-LD Settings %s."
10169
+ msgstr ""
10170
+
10171
+ #: view/Blocks/Snippet.php:549
10172
+ #, fuzzy
10173
+ #| msgid "Optimize for Keyword"
10174
+ msgid "JSON-LD Code"
10175
+ msgstr "Schlüsselwort optimieren"
10176
+
10177
+ #: view/Blocks/Snippet.php:550
10178
+ msgid "Let Squirrly load the JSON-LD Schema for the selected types."
10179
+ msgstr ""
10180
+
10181
+ #: view/Blocks/Snippet.php:554 view/Blocks/Snippet.php:835
10182
+ #: view/Blocks/Snippet.php:1075
10183
+ msgid "(Auto)"
10184
+ msgstr ""
10185
+
10186
+ #: view/Blocks/Snippet.php:555
10187
+ msgid "Custom Code"
10188
+ msgstr ""
10189
+
10190
+ #: view/Blocks/Snippet.php:557
10191
+ #, php-format
10192
+ msgid ""
10193
+ "Use Advanced Custom Fields (ACF) plugin to add custom JSON-LD. %s Learn More "
10194
+ "%s"
10195
+ msgstr ""
10196
+
10197
+ #: view/Blocks/Snippet.php:566
10198
+ msgid "Custom JSON-LD Code"
10199
+ msgstr ""
10200
+
10201
+ #: view/Blocks/Snippet.php:567
10202
+ #, php-format
10203
+ msgid "Add JSON-LD code from %sSchema Generator Online%s."
10204
+ msgstr ""
10205
+
10206
+ # @ squirrly-seo
10207
+ #: view/Blocks/Snippet.php:580
10208
+ #, fuzzy
10209
+ #| msgid "date"
10210
+ msgid "Validate JSON-LD"
10211
+ msgstr "Datum"
10212
+
10213
+ #: view/Blocks/Snippet.php:609 view/Blocks/Snippet.php:870
10214
+ #, php-format
10215
+ msgid ""
10216
+ "Post Type (%s) was excluded from %s Squirrly > Automation %s. Squirrly SEO "
10217
+ "will not load for this post type on the frontend."
10218
+ msgstr ""
10219
+
10220
+ #: view/Blocks/Snippet.php:628
10221
+ #, fuzzy
10222
+ #| msgid "Optimize for Keyword"
10223
+ msgid "Edit Open Graph"
10224
+ msgstr "Schlüsselwort optimieren"
10225
+
10226
+ #: view/Blocks/Snippet.php:633
10227
+ msgid "How this page appears on Facebook"
10228
+ msgstr ""
10229
+
10230
+ #: view/Blocks/Snippet.php:645 view/Blocks/Snippet.php:907
10231
+ msgid "The image size must be at least 500 pixels wide"
10232
+ msgstr ""
10233
+
10234
+ #: view/Blocks/Snippet.php:666 view/Blocks/Snippet.php:929
10235
+ msgid ""
10236
+ "This is the Featured Image. You can change it if you edit the snippet and "
10237
+ "upload another image."
10238
+ msgstr ""
10239
+
10240
+ #: view/Blocks/Snippet.php:678
10241
+ msgid "Please save the post first to be able to edit the Squirrly SEO Snippet."
10242
+ msgstr ""
10243
+
10244
+ # @ squirrly-seo
10245
+ #: view/Blocks/Snippet.php:695 view/Blocks/Snippet.php:957
10246
+ #, fuzzy
10247
+ #| msgid "Images"
10248
+ msgid "Media Image"
10249
+ msgstr "Bilder"
10250
+
10251
+ # @ squirrly-seo
10252
+ #: view/Blocks/Snippet.php:699 view/Blocks/Snippet.php:961
10253
+ #: view/SeoSettings/Tweaks.php:510
10254
+ msgid "Upload"
10255
+ msgstr "Hochladen"
10256
+
10257
+ #: view/Blocks/Snippet.php:700 view/Blocks/Snippet.php:962
10258
+ msgid "Image size must be at least 500 pixels wide"
10259
+ msgstr ""
10260
+
10261
+ #: view/Blocks/Snippet.php:808
10262
+ msgid "Author Link"
10263
+ msgstr ""
10264
+
10265
+ #: view/Blocks/Snippet.php:809
10266
+ msgid "For multiple authors, separate their Facebook links with commas"
10267
+ msgstr ""
10268
+
10269
+ #: view/Blocks/Snippet.php:824
10270
+ msgid "OG Type"
10271
+ msgstr ""
10272
+
10273
+ # @ squirrly-seo
10274
+ #: view/Blocks/Snippet.php:889
10275
+ #, fuzzy
10276
+ #| msgid "Twitter"
10277
+ msgid "Edit Twitter Card"
10278
+ msgstr "Twitter"
10279
+
10280
+ #: view/Blocks/Snippet.php:894
10281
+ msgid "How this page appears on Twitter"
10282
+ msgstr ""
10283
+
10284
+ #: view/Blocks/Snippet.php:1070
10285
+ msgid "Card Type"
10286
+ msgstr ""
10287
+
10288
+ #: view/Blocks/Snippet.php:1071 view/Onboarding/Step2.php:332
10289
+ #: view/SeoSettings/Social.php:322
10290
+ #, php-format
10291
+ msgid "Every change needs %sTwitter Card Validator%s"
10292
+ msgstr ""
10293
+
10294
+ #: view/Blocks/Snippet.php:1076
10295
+ msgid "summary"
10296
+ msgstr ""
10297
+
10298
+ #: view/Blocks/Snippet.php:1077
10299
+ msgid "summary_large_image"
10300
+ msgstr ""
10301
+
10302
+ #: view/Blocks/Snippet.php:1107
10303
+ #, php-format
10304
+ msgid ""
10305
+ "You selected '%s' in %sSettings > Reading%s. %s It's important to uncheck "
10306
+ "that option."
10307
+ msgstr ""
10308
+
10309
+ #: view/Blocks/Snippet.php:1127 view/Blocks/Snippet.php:1158
10310
+ #, php-format
10311
+ msgid ""
10312
+ "This Post Type (%s) has Nofollow set in Automation. See %s Squirrly > "
10313
+ "Automation > Configuration %s."
10314
+ msgstr ""
10315
+
10316
+ # @ squirrly-seo
10317
+ #: view/Blocks/Snippet.php:1134 view/Blocks/Snippet.php:1165
10318
+ #, fuzzy
10319
+ #| msgid "Keywords:"
10320
+ msgid "Activate Robots Meta"
10321
+ msgstr "Schlüsselwörter:"
10322
+
10323
+ #: view/Blocks/Snippet.php:1145
10324
+ msgid "Let Google Index This Page"
10325
+ msgstr ""
10326
+
10327
+ #: view/Blocks/Snippet.php:1188
10328
+ #, php-format
10329
+ msgid ""
10330
+ "Show in sitemap for this Post Type (%s) was excluded from %s Squirrly > "
10331
+ "Automation > Configuration %s."
10332
+ msgstr ""
10333
+
10334
+ # @ squirrly-seo
10335
+ #: view/Blocks/Snippet.php:1195
10336
+ #, fuzzy
10337
+ #| msgid "Description:"
10338
+ msgid "Activate Sitemap"
10339
+ msgstr "Beschreibung:"
10340
+
10341
+ #: view/Blocks/Snippet.php:1205
10342
+ msgid "Show it in Sitemap.xml"
10343
+ msgstr ""
10344
+
10345
+ #: view/Blocks/Snippet.php:1206
10346
+ msgid "Don't show in Sitemap XML a page set as Noindex."
10347
+ msgstr ""
10348
+
10349
+ # @ squirrly-seo
10350
+ #: view/Blocks/Snippet.php:1220
10351
+ #, fuzzy
10352
+ #| msgid "Keywords:"
10353
+ msgid "Activate Redirects"
10354
+ msgstr "Schlüsselwörter:"
10355
+
10356
+ #: view/Blocks/Snippet.php:1227
10357
+ msgid "Leave it blank if you don't want to add a 301 redirect to another URL"
10358
+ msgstr ""
10359
+
10360
+ # @ squirrly-seo
10361
+ #: view/Blocks/Snippet.php:1266
10362
+ #, fuzzy
10363
+ #| msgid "Squirrly LIVE SEO assistant"
10364
+ msgid "Loading Squirrly Snippet ..."
10365
+ msgstr "Squirrly LIVE SEO-Assistent"
10366
+
10367
+ # @ squirrly-seo
10368
+ #: view/Blocks/Snippet.php:1292
10369
+ #, fuzzy
10370
+ #| msgid "Squirrly LIVE SEO assistant"
10371
+ msgid "Enable Squirrly SEO to load Squirrly Snippet"
10372
+ msgstr "Squirrly LIVE SEO-Assistent"
10373
+
10374
+ #: view/Blocks/Snippet.php:1301
10375
+ msgid ""
10376
+ "Couldn't save your changes. Immunify360 or some other service on your web "
10377
+ "hosting account interferes with your WordPress. Please contact the hosting "
10378
+ "provider`s support team"
10379
+ msgstr ""
10380
+
10381
+ # @ squirrly-seo
10382
+ #: view/Blocks/Support.php:8
10383
+ msgid "Go to Profile"
10384
+ msgstr "Zum Profil"
10385
+
10386
+ # @ squirrly-seo
10387
+ #: view/Blocks/Support.php:8 view/Blocks/Support.php:9
10388
+ msgid "Profile"
10389
+ msgstr "Profil"
10390
+
10391
+ # @ squirrly-seo
10392
+ #: view/Blocks/Support.php:22
10393
+ msgid "Need Help with Squirrly SEO?"
10394
+ msgstr "Brauchen Sie Hilfe mit Squirrly SEO?"
10395
+
10396
+ #: view/Blocks/Support.php:24 view/Blocks/Support.php:91
10397
+ #, php-format
10398
+ msgid "10 AM to 4 PM (GMT): Mon-Fri %sby contact form%s."
10399
+ msgstr ""
10400
+
10401
+ #: view/Blocks/Support.php:25 view/Blocks/Support.php:92
10402
+ #, php-format
10403
+ msgid "How To Squirrly %swebsite%s."
10404
+ msgstr ""
10405
+
10406
+ #: view/Blocks/Support.php:26 view/Blocks/Support.php:93
10407
+ #, php-format
10408
+ msgid "Facebook %sSupport Community%s."
10409
+ msgstr ""
10410
+
10411
+ # @ squirrly-seo
10412
+ #: view/Blocks/Support.php:27 view/Blocks/Support.php:94
10413
+ #, fuzzy, php-format
10414
+ #| msgid "Description:"
10415
+ msgid "Facebook %sMessenger%s."
10416
+ msgstr "Beschreibung:"
10417
+
10418
+ #: view/Blocks/Support.php:28
10419
+ #, php-format
10420
+ msgid "Twitter %sSupport%s."
10421
+ msgstr ""
10422
+
10423
+ # @ squirrly-seo
10424
+ #: view/Blocks/Support.php:36
10425
+ msgid "How was your Squirrly experience today?"
10426
+ msgstr "Wie war Ihre Squirrly Erfahrung heute?"
10427
+
10428
+ #: view/Blocks/Support.php:43
10429
+ msgid "Annoying"
10430
+ msgstr ""
10431
+
10432
+ #: view/Blocks/Support.php:47
10433
+ msgid "Bad"
10434
+ msgstr ""
10435
+
10436
+ #: view/Blocks/Support.php:51
10437
+ msgid "Nice"
10438
+ msgstr ""
10439
+
10440
+ #: view/Blocks/Support.php:55
10441
+ msgid "Great"
10442
+ msgstr ""
10443
+
10444
+ #: view/Blocks/Support.php:59
10445
+ msgid "Love it"
10446
+ msgstr ""
10447
+
10448
+ # @ squirrly-seo
10449
+ #: view/Blocks/Support.php:71
10450
+ msgid "How was Squirrly today?"
10451
+ msgstr "Wie war Squirrly heute?"
10452
+
10453
+ # @ squirrly-seo
10454
+ #: view/Blocks/Support.php:86
10455
+ msgid "Send feedback"
10456
+ msgstr "Feedback senden"
10457
+
10458
+ #: view/Blocks/Support.php:90
10459
+ msgid "For more support:"
10460
+ msgstr ""
10461
+
10462
+ #: view/Blocks/Support.php:95
10463
+ #, php-format
10464
+ msgid "New Lessons Mon. and Tue. on %sTwitter%s."
10465
+ msgstr ""
10466
+
10467
+ # @ squirrly-seo
10468
+ #: view/Blocks/Support.php:100
10469
+ #, fuzzy
10470
+ #| msgid "Thank you! You can send us a happy face tomorow too."
10471
+ msgid "Thank you! You can send us a happy face tomorrow too."
10472
+ msgstr "Danke! Sie können uns auch morgen ein fröhliches Gesicht senden."
10473
+
10474
+ #: view/Blocks/Toolbar.php:13
10475
+ msgid "SEO Beginner"
10476
+ msgstr ""
10477
+
10478
+ # @ squirrly-seo
10479
+ #: view/Blocks/Toolbar.php:14
10480
+ #, fuzzy
10481
+ #| msgid "Squirrly LIVE SEO assistant"
10482
+ msgid "SEO Expert"
10483
+ msgstr "Squirrly LIVE SEO-Assistent"
10484
+
10485
+ #: view/Blocks/Uninstall.php:5
10486
+ msgid "I no longer need the plugin"
10487
+ msgstr ""
10488
+
10489
+ #: view/Blocks/Uninstall.php:9
10490
+ msgid "I found a better plugin"
10491
+ msgstr ""
10492
+
10493
+ #: view/Blocks/Uninstall.php:10
10494
+ msgid "Please share which plugin"
10495
+ msgstr ""
10496
+
10497
+ #: view/Blocks/Uninstall.php:13
10498
+ msgid "I couldn't get the plugin to work"
10499
+ msgstr ""
10500
+
10501
+ #: view/Blocks/Uninstall.php:17
10502
+ msgid "It's a temporary deactivation"
10503
+ msgstr ""
10504
+
10505
+ #: view/Blocks/Uninstall.php:21
10506
+ msgid "Other"
10507
+ msgstr ""
10508
+
10509
+ #: view/Blocks/Uninstall.php:22
10510
+ msgid "Please share the reason"
10511
+ msgstr ""
10512
+
10513
+ #: view/Blocks/Uninstall.php:30
10514
+ #, fuzzy
10515
+ #| msgid "Optimize for Keyword"
10516
+ msgid "Deactivate"
10517
+ msgstr "Schlüsselwort optimieren"
10518
+
10519
+ #: view/Blocks/Uninstall.php:36
10520
+ msgid "Please share why you are deactivating the plugin"
10521
+ msgstr ""
10522
+
10523
+ #: view/Blocks/Uninstall.php:53
10524
+ msgid "Submit &amp; Deactivate"
10525
+ msgstr ""
10526
+
10527
+ #: view/Blocks/Uninstall.php:54
10528
+ msgid "Skip &amp; Deactivate"
10529
+ msgstr ""
10530
+
10531
+ #: view/Blocks/Uninstall.php:60
10532
+ #, php-format
10533
+ msgid ""
10534
+ "You set to remove all Squirrly SEO data on uninstall. You can change this "
10535
+ "option from %s Squirrly > SEO Configuration > Advanced Settings %s"
10536
+ msgstr ""
10537
+
10538
+ #: view/Blocks/Uninstall.php:67
10539
+ #, fuzzy
10540
+ #| msgid "This email connects you to Squirrly.co"
10541
+ msgid "Disconnect from Squirrly Cloud"
10542
+ msgstr "This email connects you to Squirrly.co"
10543
+
10544
+ #: view/BulkSeo/Bulkseo.php:31
10545
+ msgid ""
10546
+ "Simplify the SEO process for all your post type and optimize them in just "
10547
+ "minutes."
10548
+ msgstr ""
10549
+
10550
+ #: view/BulkSeo/Bulkseo.php:46 view/FocusPages/FocusPages.php:21
10551
+ msgid "Filter by Red Element"
10552
+ msgstr ""
10553
+
10554
+ #: view/BulkSeo/Bulkseo.php:126
10555
+ msgid "Write the post you want to search for"
10556
+ msgstr ""
10557
+
10558
+ # @ squirrly-seo
10559
+ #: view/BulkSeo/Bulkseo.php:127
10560
+ #, fuzzy
10561
+ #| msgid "Keyword:"
10562
+ msgid "Search Keyword"
10563
+ msgstr "Schlüsselwort:"
10564
+
10565
+ #: view/BulkSeo/Bulkseo.php:188
10566
+ #, php-format
10567
+ msgid "No data for this filter. %sShow All%s records for this post type."
10568
+ msgstr ""
10569
+
10570
+ #: view/BulkSeo/Bulkseo.php:190
10571
+ msgid "No data found for this post type. Try other post types."
10572
+ msgstr ""
10573
+
10574
+ #: view/BulkSeo/Bulkseo.php:217
10575
+ msgid "Start Using This Section in 1,2,3"
10576
+ msgstr ""
10577
+
10578
+ #: view/BulkSeo/Bulkseo.php:228
10579
+ msgid "1. Click On A Section"
10580
+ msgstr ""
10581
+
10582
+ #: view/BulkSeo/Bulkseo.php:242
10583
+ msgid "2. Click On A Task"
10584
+ msgstr ""
10585
+
10586
+ # @ squirrly-seo
10587
+ #: view/BulkSeo/Bulkseo.php:256
10588
+ #, fuzzy
10589
+ #| msgid "Your E-mail:"
10590
+ msgid "3. Read Task Details"
10591
+ msgstr "Ihre E-Mail Adresse:"
10592
+
10593
+ #: view/BulkSeo/Bulkseo.php:269
10594
+ msgid "Each Red, Gray, or Green dot from each section in BULK SEO is clickable."
10595
+ msgstr ""
10596
+
10597
+ #: view/BulkSeo/Bulkseo.php:270
10598
+ msgid ""
10599
+ "Correct the SEO for the entire website in just minutes. Simply turn Red "
10600
+ "Elements Green, and you’ll score massive SEO gains."
10601
+ msgstr ""
10602
+
10603
+ #: view/BulkSeo/Bulkseo.php:271
10604
+ msgid ""
10605
+ "Filter by Red Element to group pages together based on common issues they "
10606
+ "have to better organize and prioritize your work."
10607
+ msgstr ""
10608
+
10609
+ #: view/BulkSeo/Bulkseo.php:282
10610
+ msgid "Bulk SEO Mastery Tasks"
10611
+ msgstr ""
10612
+
10613
+ #: view/BulkSeo/BulkseoRow.php:26
10614
+ #, php-format
10615
+ msgid "View: %s"
10616
+ msgstr ""
10617
+
10618
+ # @ squirrly-seo
10619
+ #: view/Connect/GoogleAnalytics.php:12 view/SeoSettings/Webmaster.php:58
10620
+ #: view/SeoSettings/Webmaster.php:105
10621
+ #, fuzzy
10622
+ #| msgid "Google %sAnalytics ID%s`:"
10623
+ msgid "Google Analytics"
10624
+ msgstr "Google %sAnalytics ID%s`:"
10625
+
10626
+ # @ squirrly-seo
10627
+ #: view/Connect/GoogleAnalytics.php:21 view/SeoSettings/Webmaster.php:60
10628
+ #, fuzzy
10629
+ #| msgid "The code for Google Analytics is incorrect."
10630
+ msgid "You are connected to Google Analytics"
10631
+ msgstr "Der Code für Google Analytics ist falsch."
10632
+
10633
+ # @ squirrly-seo
10634
+ #: view/Connect/GoogleAnalytics.php:64 view/Connect/GoogleSearchConsole.php:19
10635
+ #: view/SeoSettings/Webmaster.php:99 view/SeoSettings/Webmaster.php:146
10636
+ #, fuzzy
10637
+ #| msgid "Connecting ..."
10638
+ msgid "Disconnect"
10639
+ msgstr "Verbinden ..."
10640
+
10641
+ # @ squirrly-seo
10642
+ #: view/Connect/GoogleAnalytics.php:74
10643
+ #, fuzzy
10644
+ #| msgid "Google %sAnalytics ID%s`:"
10645
+ msgid "Connect this site to Google Analytics"
10646
+ msgstr "Google %sAnalytics ID%s`:"
10647
+
10648
+ #: view/Connect/GoogleAnalytics.php:75
10649
+ msgid ""
10650
+ "Connect Google Analytics and get traffic insights for your website on each "
10651
+ "Audit."
10652
+ msgstr ""
10653
+
10654
+ #: view/Connect/GoogleAnalytics.php:80 view/Connect/GoogleSearchConsole.php:36
10655
+ #: view/SeoSettings/Webmaster.php:113 view/SeoSettings/Webmaster.php:160
10656
+ #, fuzzy
10657
+ #| msgid "Sign Up"
10658
+ msgid "Sign in"
10659
+ msgstr "Anmelden"
10660
+
10661
+ # @ squirrly-seo
10662
+ #: view/Connect/GoogleAnalytics.php:88 view/Connect/GoogleSearchConsole.php:44
10663
+ #: view/SeoSettings/Webmaster.php:121 view/SeoSettings/Webmaster.php:168
10664
+ #, fuzzy
10665
+ #| msgid "Connecting ..."
10666
+ msgid "Check connection"
10667
+ msgstr "Verbinden ..."
10668
+
10669
+ # @ squirrly-seo
10670
+ #: view/Connect/GoogleSearchConsole.php:8 view/SeoSettings/Webmaster.php:135
10671
+ #: view/SeoSettings/Webmaster.php:152 view/SeoSettings/Webmaster.php:251
10672
+ #, fuzzy
10673
+ #| msgid "Google %sAnalytics ID%s`:"
10674
+ msgid "Google Search Console"
10675
+ msgstr "Google %sAnalytics ID%s`:"
10676
+
10677
+ # @ squirrly-seo
10678
+ #: view/Connect/GoogleSearchConsole.php:13 view/SeoSettings/Webmaster.php:137
10679
+ #, fuzzy
10680
+ #| msgid "Google %sAnalytics ID%s`:"
10681
+ msgid "You are connected to Google Search Console"
10682
+ msgstr "Google %sAnalytics ID%s`:"
10683
+
10684
+ # @ squirrly-seo
10685
+ #: view/Connect/GoogleSearchConsole.php:30
10686
+ #, fuzzy
10687
+ #| msgid "Google %sAnalytics ID%s`:"
10688
+ msgid "Connect this site to Google Search Console"
10689
+ msgstr "Google %sAnalytics ID%s`:"
10690
+
10691
+ #: view/Connect/GoogleSearchConsole.php:31
10692
+ msgid ""
10693
+ "Connect Google Search Console and get traffic insights for your website on "
10694
+ "each Audit."
10695
+ msgstr ""
10696
+
10697
+ #: view/Errors/Connect.php:28
10698
+ #, fuzzy
10699
+ #| msgid "This email connects you to Squirrly.co"
10700
+ msgid "Connect Your Site to Squirrly Cloud"
10701
+ msgstr "This email connects you to Squirrly.co"
10702
+
10703
+ #: view/Errors/Connect.php:29
10704
+ #, php-format
10705
+ msgid ""
10706
+ "Get Access to the Non-Human SEO Consultant, Focus Pages, SEO Audits and all "
10707
+ "our features %s by creating a free account"
10708
+ msgstr ""
10709
+
10710
+ #: view/Errors/Maintenance.php:21
10711
+ #, php-format
10712
+ msgid ""
10713
+ "Unfortunately Squirrly Cloud is down for a bit of maintenance right now. But "
10714
+ "we'll be back in a minute. %srefresh the page%s."
10715
+ msgstr ""
10716
+
10717
+ #: view/FocusPages/Addpage.php:28 view/FocusPages/Pagelist.php:28
10718
+ msgid ""
10719
+ "Focus Pages bring you clear methods to take your pages from never found to "
10720
+ "always found on Google. Rank your pages by influencing the right ranking "
10721
+ "factors. Turn everything that you see here to Green and you will win."
10722
+ msgstr ""
10723
+
10724
+ # @ squirrly-seo
10725
+ #: view/FocusPages/Addpage.php:167 view/Onboarding/Step3.php:155
10726
+ #, fuzzy
10727
+ #| msgid "Save settings"
10728
+ msgid "Set Focus Page"
10729
+ msgstr "Einstellungen speichern"
10730
+
10731
+ #: view/FocusPages/Addpage.php:171 view/Onboarding/Step3.php:159
10732
+ msgid "Only pages with IDs can be added as Focus Page"
10733
+ msgstr ""
10734
+
10735
+ #: view/FocusPages/Addpage.php:171 view/Onboarding/Step3.php:159
10736
+ msgid "Can't be added"
10737
+ msgstr ""
10738
+
10739
+ # @ squirrly-seo
10740
+ #: view/FocusPages/Addpage.php:174
10741
+ #, fuzzy
10742
+ #| msgid "Send Question"
10743
+ msgid "See Tasks"
10744
+ msgstr "Senden Sie Ihre Frage"
10745
+
10746
+ #: view/FocusPages/Addpage.php:207
10747
+ msgid "Select the page you want to add to focus pages and start working on it."
10748
+ msgstr ""
10749
+
10750
+ #: view/FocusPages/Addpage.php:208
10751
+ msgid ""
10752
+ "The Focus Pages strategy can successfully be applied to any website, in any "
10753
+ "niche, big or small."
10754
+ msgstr ""
10755
+
10756
+ #: view/FocusPages/Bestpractice.php:16
10757
+ msgid "Best Practices"
10758
+ msgstr ""
10759
+
10760
+ #: view/FocusPages/FocusPageRow.php:61 view/FocusPages/FocusPageRow.php:145
10761
+ #, php-format
10762
+ msgid "Congratulations! You ranked on %s on Google with the keyword: %s"
10763
+ msgstr ""
10764
+
10765
+ #: view/FocusPages/FocusPageRow.php:63 view/FocusPages/FocusPageRow.php:147
10766
+ #, php-format
10767
+ msgid ""
10768
+ "The Chances of Ranking is dynamically calculated by the Squirrly Machine "
10769
+ "Learning based on the main keyword you selected for this Focus Page. %sThe "
10770
+ "algorithm behind the Chances of Ranking is complex but the fastest way to "
10771
+ "increase your chances is to complete the main tasks like Visibility, Keyword "
10772
+ "Competition, Content Optimization, Content Length, Social Signals, Daily "
10773
+ "Traffic, Inner Links, and External Nofollow Links. %sIn time you need to "
10774
+ "complete all the Focus Pages tasks to rank higher and higher and to maintain "
10775
+ "your rank especially if your keyword is a competitive one."
10776
+ msgstr ""
10777
+
10778
+ # @ squirrly-seo
10779
+ #: view/FocusPages/FocusPageRow.php:91
10780
+ #, fuzzy
10781
+ #| msgid "Your E-mail:"
10782
+ msgid "Audited"
10783
+ msgstr "Ihre E-Mail Adresse:"
10784
+
10785
+ # @ squirrly-seo
10786
+ #: view/FocusPages/FocusPageRow.php:105 view/Ranking/Rankings.php:223
10787
+ #: view/Research/History.php:38
10788
+ #, fuzzy
10789
+ #| msgid "Your E-mail:"
10790
+ msgid "Details"
10791
+ msgstr "Ihre E-Mail Adresse:"
10792
+
10793
+ #: view/FocusPages/FocusPageRow.php:130
10794
+ msgid "Upgrade Plan"
10795
+ msgstr ""
10796
+
10797
+ #: view/FocusPages/FocusPageRow.php:137
10798
+ msgid "Currently processing data. Please refresh in a few minutes."
10799
+ msgstr ""
10800
+
10801
+ # @ squirrly-seo
10802
+ #: view/FocusPages/FocusPageRow.php:143 view/FocusPages/FocusPageRow.php:163
10803
+ #: view/FocusPages/FocusPages.php:59
10804
+ #, fuzzy
10805
+ #| msgid "Change it >>"
10806
+ msgid "Chance to Rank"
10807
+ msgstr "Ändern >>"
10808
+
10809
+ #: view/FocusPages/FocusPageRow.php:164
10810
+ #, php-format
10811
+ msgid ""
10812
+ "The Chances of Ranking is dynamically calculated by the Squirrly Machine "
10813
+ "Learning based on the main keyword you selected for this Focus Page. %sThe "
10814
+ "algorithm behind the Chances of Ranking is complex but the fastest way to "
10815
+ "increase your chances is to complete the main tasks like Visibility, Keyword "
10816
+ "Competition, Content Optimization, Content Length, Social Signals, Daily "
10817
+ "Traffic, Inner Links, and External Nofollow Links. %sIn time you need to "
10818
+ "complete all the Focus Pages tasks to rank higher and higher and to maintain "
10819
+ "your rank especially if your keyword is a competitive one. "
10820
+ msgstr ""
10821
+
10822
+ # @ squirrly-seo
10823
+ #: view/FocusPages/FocusPageRow.php:220
10824
+ #, fuzzy
10825
+ #| msgid "Could not send the email..."
10826
+ msgid "Do you want to delete the Focus Page?"
10827
+ msgstr "Konnte E-Mail nicht senden ..."
10828
+
10829
+ # @ squirrly-seo
10830
+ #: view/FocusPages/FocusPageRow.php:226
10831
+ #, fuzzy
10832
+ #| msgid "Save settings"
10833
+ msgid "Remove Focus Page"
10834
+ msgstr "Einstellungen speichern"
10835
+
10836
+ #: view/FocusPages/FocusPageStats.php:40
10837
+ #, php-format
10838
+ msgid "Week %s of %s"
10839
+ msgstr ""
10840
+
10841
+ #: view/FocusPages/FocusPageStats.php:54
10842
+ #, php-format
10843
+ msgid "Rank increased %s positions for the keyword: %s"
10844
+ msgstr ""
10845
+
10846
+ #: view/FocusPages/FocusPageStats.php:60
10847
+ #, php-format
10848
+ msgid "Time on Page increased with %s minutes"
10849
+ msgstr ""
10850
+
10851
+ #: view/FocusPages/FocusPageStats.php:65
10852
+ #, php-format
10853
+ msgid "Page Traffic increased with %s visits"
10854
+ msgstr ""
10855
+
10856
+ #: view/FocusPages/FocusPageStats.php:71
10857
+ #, php-format
10858
+ msgid "Organic Clicks increased with %s for the keyword: %s"
10859
+ msgstr ""
10860
+
10861
+ #: view/FocusPages/FocusPageStats.php:77
10862
+ #, php-format
10863
+ msgid "Page Authority increased with %s"
10864
+ msgstr ""
10865
+
10866
+ #: view/FocusPages/FocusPageStats.php:82
10867
+ #, php-format
10868
+ msgid "You got %s Social Shares"
10869
+ msgstr ""
10870
+
10871
+ #: view/FocusPages/FocusPageStats.php:89
10872
+ #, php-format
10873
+ msgid "Page loads with %ss faster"
10874
+ msgstr ""
10875
+
10876
+ # @ squirrly-seo
10877
+ #: view/FocusPages/FocusPageStats.php:112
10878
+ #, fuzzy
10879
+ #| msgid "Change it >>"
10880
+ msgid "Chances of Ranking"
10881
+ msgstr "Ändern >>"
10882
+
10883
+ #: view/FocusPages/FocusPageStats.php:113 view/FocusPages/FocusPageStats.php:136
10884
+ #, php-format
10885
+ msgid "the latest %s days evolution for this Focus Page"
10886
+ msgstr ""
10887
+
10888
+ # @ squirrly-seo
10889
+ #: view/FocusPages/FocusPageStats.php:160
10890
+ #, fuzzy
10891
+ #| msgid "Keyword:"
10892
+ msgid "Keyword Ranking"
10893
+ msgstr "Schlüsselwort:"
10894
+
10895
+ #: view/FocusPages/FocusPageStats.php:161
10896
+ #, php-format
10897
+ msgid "the latest %s days ranking for %s"
10898
+ msgstr ""
10899
+
10900
+ #: view/FocusPages/FocusPageStats.php:184
10901
+ #, php-format
10902
+ msgid "the latest %s days page views"
10903
+ msgstr ""
10904
+
10905
+ # @ squirrly-seo
10906
+ #: view/FocusPages/FocusPages.php:6
10907
+ #, fuzzy
10908
+ #| msgid "Save settings"
10909
+ msgid "Show All Focus Pages"
10910
+ msgstr "Einstellungen speichern"
10911
+
10912
+ # @ squirrly-seo
10913
+ #: view/FocusPages/FocusPages.php:37
10914
+ #, fuzzy
10915
+ #| msgid "Squirrly Keyword Research"
10916
+ msgid "Refresh Filter"
10917
+ msgstr "Squirrly Erweiterte Suche!"
10918
+
10919
+ #: view/FocusPages/FocusPages.php:107
10920
+ #, php-format
10921
+ msgid "No data for this filter. %sShow All%s Focus Pages."
10922
+ msgstr ""
10923
+
10924
+ # @ squirrly-seo
10925
+ #: view/FocusPages/FocusPages.php:111
10926
+ #, fuzzy
10927
+ #| msgid "Save settings"
10928
+ msgid "Welcome to Focus Pages"
10929
+ msgstr "Einstellungen speichern"
10930
+
10931
+ #: view/FocusPages/FocusPages.php:113
10932
+ msgid "Add a new page as Focus Page to get started"
10933
+ msgstr ""
10934
+
10935
+ # @ squirrly-seo
10936
+ #: view/FocusPages/Pagelist.php:20
10937
+ #, fuzzy
10938
+ #| msgid "Save settings"
10939
+ msgid "Focus Pages Details"
10940
+ msgstr "Einstellungen speichern"
10941
+
10942
+ #: view/FocusPages/Pagelist.php:59
10943
+ msgid ""
10944
+ "Whether you’re reporting to a client, a superior, or your team, Squirrly "
10945
+ "makes it easy to showcase the fruits of your labor."
10946
+ msgstr ""
10947
+
10948
+ #: view/FocusPages/Pagelist.php:60 view/Ranking/Rankings.php:471
10949
+ msgid ""
10950
+ "Take screenshots of the Progress and Achievements data or integrate them "
10951
+ "inside reports you create to show evidence of progress."
10952
+ msgstr ""
10953
+
10954
+ #: view/FocusPages/Pagelist.php:61
10955
+ msgid ""
10956
+ "Improve productivity while building client trust and showing the impact of "
10957
+ "your work."
10958
+ msgstr ""
10959
+
10960
+ #: view/FocusPages/Pagelist.php:62
10961
+ msgid ""
10962
+ "Use Squirrly-generated data to show how your campaigns have resulted in more "
10963
+ "traffic, engagement and how you’ve helped increase online visibility."
10964
+ msgstr ""
10965
+
10966
+ #: view/FocusPages/Pagelist.php:69
10967
+ msgid ""
10968
+ "Focus Pages Business: Add maximum 10 page(s) in Focus Pages and request a new "
10969
+ "audit for each page every 5 mins."
10970
+ msgstr ""
10971
+
10972
+ #: view/FocusPages/Pagelist.php:70
10973
+ msgid ""
10974
+ "Note: remember that it takes anywhere between 1 minute to 5 minutes to "
10975
+ "generate the new audit for a focus page. There is a lot of processing "
10976
+ "involved."
10977
+ msgstr ""
10978
+
10979
+ # @ squirrly-seo
10980
+ #: view/FocusPages/Settings.php:22
10981
+ #, fuzzy
10982
+ #| msgid "Save settings"
10983
+ msgid "Focus Pages Settings"
10984
+ msgstr "Einstellungen speichern"
10985
+
10986
+ # @ squirrly-seo
10987
+ #: view/Goals/CheckSeo.php:25
10988
+ #, fuzzy
10989
+ #| msgid "Change the Website Icon"
10990
+ msgid "Website SEO Check"
10991
+ msgstr "Ändern Sie das Website-Symbol"
10992
+
10993
+ #: view/Goals/CheckSeo.php:35
10994
+ msgid ""
10995
+ "Remember that it may take up to 1 minute for a complete SEO check. There is a "
10996
+ "lot of processing involved."
10997
+ msgstr ""
10998
+
10999
+ # @ squirrly-seo
11000
+ #: view/Goals/Congrats.php:28
11001
+ #, fuzzy
11002
+ #| msgid "Send Question"
11003
+ msgid "See results"
11004
+ msgstr "Senden Sie Ihre Frage"
11005
+
11006
+ #: view/Goals/Congrats.php:53
11007
+ msgid "Show hidden success"
11008
+ msgstr ""
11009
+
11010
+ #: view/Goals/Goals.php:30
11011
+ msgid "Run SEO Test"
11012
+ msgstr ""
11013
+
11014
+ #: view/Goals/Goals.php:49
11015
+ msgid "Goal completed. Good Job!"
11016
+ msgstr ""
11017
+
11018
+ #: view/Goals/Goals.php:59
11019
+ msgid "use"
11020
+ msgstr ""
11021
+
11022
+ #: view/Goals/Goals.php:66
11023
+ msgid "Time to complete this goal."
11024
+ msgstr ""
11025
+
11026
+ #: view/Goals/Goals.php:66
11027
+ msgid "up to"
11028
+ msgstr ""
11029
+
11030
+ #: view/Goals/Goals.php:81
11031
+ msgid "Show me how"
11032
+ msgstr ""
11033
+
11034
+ #: view/Goals/Goals.php:85
11035
+ msgid "Goal is not done!"
11036
+ msgstr ""
11037
+
11038
+ #: view/Goals/Goals.php:100
11039
+ msgid "SOLUTION"
11040
+ msgstr ""
11041
+
11042
+ #: view/Goals/Goals.php:114 view/Overview.php:41
11043
+ msgid "Let's do this"
11044
+ msgstr ""
11045
+
11046
+ #: view/Goals/Goals.php:122
11047
+ msgid "Mark As Done"
11048
+ msgstr ""
11049
+
11050
+ # @ squirrly-seo
11051
+ #: view/Goals/Goals.php:139
11052
+ #, fuzzy
11053
+ #| msgid "Could not send the email..."
11054
+ msgid "Do you want to ignore this goal?"
11055
+ msgstr "Konnte E-Mail nicht senden ..."
11056
+
11057
+ #: view/Goals/Goals.php:164
11058
+ msgid "Show hidden goals"
11059
+ msgstr ""
11060
+
11061
+ #: view/Goals/Goals.php:174
11062
+ msgid "Next goals on"
11063
+ msgstr ""
11064
+
11065
+ #: view/Goals/Goals.php:183
11066
+ msgid "Load more goals if exist"
11067
+ msgstr ""
11068
+
11069
+ #: view/Onboarding/Journey.php:23
11070
+ msgid "You'll get"
11071
+ msgstr ""
11072
+
11073
+ #: view/Onboarding/Journey.php:26
11074
+ msgid "the chance to fix in 14 days mistakes from years of ineffective SEO."
11075
+ msgstr ""
11076
+
11077
+ #: view/Onboarding/Journey.php:29
11078
+ msgid "the skills you need to succeed in 14 days."
11079
+ msgstr ""
11080
+
11081
+ #: view/Onboarding/Journey.php:32
11082
+ msgid ""
11083
+ "access to the private JourneyTeam community where you can share your "
11084
+ "experience and talk about it (good and bad, all is accepted)."
11085
+ msgstr ""
11086
+
11087
+ #: view/Onboarding/Journey.php:35
11088
+ msgid ""
11089
+ "receive help from the JourneyTeam and Private Feedback on your journey from "
11090
+ "Squirrly."
11091
+ msgstr ""
11092
+
11093
+ #: view/Onboarding/Journey.php:38
11094
+ msgid ""
11095
+ "an exact recipe to follow for 14 Days to bring one of your pages up in "
11096
+ "rankings, for a hands-on experience."
11097
+ msgstr ""
11098
+
11099
+ #: view/Onboarding/Journey.php:41
11100
+ msgid ""
11101
+ "all the costs (to third parties) involved with APIs, technology, cloud "
11102
+ "computing, etc. are fully sponsored by Squirrly. We sponsor every new member "
11103
+ "who wishes to become part of the winning JourneyTeam."
11104
+ msgstr ""
11105
+
11106
+ #: view/Onboarding/Step1.php:20
11107
+ msgid "No SEO Configuration"
11108
+ msgstr ""
11109
+
11110
+ #: view/Onboarding/Step1.php:21
11111
+ msgid "SEO Recommended Mode"
11112
+ msgstr ""
11113
+
11114
+ #: view/Onboarding/Step1.php:51
11115
+ msgid ""
11116
+ "If you have already configured the Squirrly SEO plug in on a different site."
11117
+ msgstr ""
11118
+
11119
+ #: view/Onboarding/Step1.php:54
11120
+ msgid "Learn how you can import the same settings on this site as well"
11121
+ msgstr ""
11122
+
11123
+ #: view/Onboarding/Step1.php:75
11124
+ #, fuzzy
11125
+ #| msgid "Optimize for Keyword"
11126
+ msgid "What will be activated"
11127
+ msgstr "Schlüsselwort optimieren"
11128
+
11129
+ # @ squirrly-seo
11130
+ #: view/Onboarding/Step1.php:81
11131
+ #, fuzzy
11132
+ #| msgid "Squirrly LIVE SEO assistant"
11133
+ msgid "Squirrly Sitemap XML"
11134
+ msgstr "Squirrly LIVE SEO-Assistent"
11135
+
11136
+ #: view/Onboarding/Step2.php:15
11137
+ msgid "Your Private SEO Consultant Sets Up the SEO for Your WordPress"
11138
+ msgstr ""
11139
+
11140
+ # @ squirrly-seo
11141
+ #: view/Onboarding/Step2.php:34
11142
+ #, fuzzy
11143
+ #| msgid "Description:"
11144
+ msgid "Sitemaps XML"
11145
+ msgstr "Beschreibung:"
11146
+
11147
+ # @ squirrly-seo
11148
+ #: view/Onboarding/Step2.php:46 view/SeoSettings/Tweaks.php:103
11149
+ #, fuzzy
11150
+ #| msgid "Squirrly settings"
11151
+ msgid "Home Page"
11152
+ msgstr "Squirrly Einstellungen"
11153
+
11154
+ #: view/Onboarding/Step2.php:47 view/SeoSettings/Tweaks.php:104
11155
+ msgid "Build the sitemap for the Home page."
11156
+ msgstr ""
11157
+
11158
+ # @ squirrly-seo
11159
+ #: view/Onboarding/Step2.php:55 view/SeoSettings/Tweaks.php:122
11160
+ #, fuzzy
11161
+ #| msgid "Google %sAnalytics ID%s`:"
11162
+ msgid "Google News"
11163
+ msgstr "Google %sAnalytics ID%s`:"
11164
+
11165
+ #: view/Onboarding/Step2.php:58 view/SeoSettings/Tweaks.php:125
11166
+ #, php-format
11167
+ msgid ""
11168
+ "Only if you have a News website. Make sure you submit your website to "
11169
+ "%sGoogle News%s first."
11170
+ msgstr ""
11171
+
11172
+ #: view/Onboarding/Step2.php:66 view/SeoSettings/Tweaks.php:134
11173
+ msgid "Posts"
11174
+ msgstr ""
11175
+
11176
+ #: view/Onboarding/Step2.php:67 view/SeoSettings/Tweaks.php:135
11177
+ msgid "Build the sitemap for your posts."
11178
+ msgstr ""
11179
+
11180
+ #: view/Onboarding/Step2.php:75 view/SeoSettings/Tweaks.php:153
11181
+ msgid "Attachments"
11182
+ msgstr ""
11183
+
11184
+ #: view/Onboarding/Step2.php:76 view/SeoSettings/Tweaks.php:154
11185
+ msgid "Only recommended if you have a photography website."
11186
+ msgstr ""
11187
+
11188
+ #: view/Onboarding/Step2.php:84 view/SeoSettings/Tweaks.php:172
11189
+ msgid "Categories"
11190
+ msgstr ""
11191
+
11192
+ #: view/Onboarding/Step2.php:85 view/SeoSettings/Tweaks.php:173
11193
+ msgid "Build the sitemap for your post categories."
11194
+ msgstr ""
11195
+
11196
+ #: view/Onboarding/Step2.php:93 view/SeoSettings/Tweaks.php:191
11197
+ msgid "Tags"
11198
+ msgstr ""
11199
+
11200
+ #: view/Onboarding/Step2.php:94 view/SeoSettings/Tweaks.php:192
11201
+ msgid "Build the sitemap for your post tags."
11202
+ msgstr ""
11203
+
11204
+ # @ squirrly-seo
11205
+ #: view/Onboarding/Step2.php:102 view/SeoSettings/Tweaks.php:210
11206
+ #, fuzzy
11207
+ #| msgid "Images"
11208
+ msgid "Pages"
11209
+ msgstr "Bilder"
11210
+
11211
+ #: view/Onboarding/Step2.php:103 view/SeoSettings/Tweaks.php:211
11212
+ msgid "Build the sitemap for your pages."
11213
+ msgstr ""
11214
+
11215
+ #: view/Onboarding/Step2.php:111 view/SeoSettings/Tweaks.php:229
11216
+ msgid "Archive"
11217
+ msgstr ""
11218
+
11219
+ #: view/Onboarding/Step2.php:112 view/SeoSettings/Tweaks.php:230
11220
+ msgid "Build the sitemap for your archive links."
11221
+ msgstr ""
11222
+
11223
+ #: view/Onboarding/Step2.php:120 view/SeoSettings/Tweaks.php:248
11224
+ msgid "Custom Taxonomies"
11225
+ msgstr ""
11226
+
11227
+ #: view/Onboarding/Step2.php:121 view/SeoSettings/Tweaks.php:249
11228
+ msgid "Build the sitemap for your custom post type categories and tags."
11229
+ msgstr ""
11230
+
11231
+ #: view/Onboarding/Step2.php:129 view/SeoSettings/Tweaks.php:258
11232
+ #, fuzzy
11233
+ #| msgid "Optimize for Keyword"
11234
+ msgid "Custom Posts"
11235
+ msgstr "Schlüsselwort optimieren"
11236
+
11237
+ #: view/Onboarding/Step2.php:130 view/SeoSettings/Tweaks.php:259
11238
+ msgid ""
11239
+ "Build the sitemap for your custom post types (other than WordPress posts and "
11240
+ "pages)."
11241
+ msgstr ""
11242
+
11243
+ #: view/Onboarding/Step2.php:140 view/SeoSettings/Tweaks.php:270
11244
+ msgid "Products"
11245
+ msgstr ""
11246
+
11247
+ #: view/Onboarding/Step2.php:143 view/SeoSettings/Tweaks.php:273
11248
+ msgid "Build the sitemap for your e-commerce products."
11249
+ msgstr ""
11250
+
11251
+ #: view/Onboarding/Step2.php:154 view/SeoSettings/Tweaks.php:295
11252
+ msgid "Include Images in Sitemap"
11253
+ msgstr ""
11254
+
11255
+ #: view/Onboarding/Step2.php:157 view/SeoSettings/Tweaks.php:298
11256
+ msgid ""
11257
+ "Add the image tag for each post with feature image to index your images in "
11258
+ "Google Image Search."
11259
+ msgstr ""
11260
+
11261
+ #: view/Onboarding/Step2.php:166 view/SeoSettings/Tweaks.php:307
11262
+ msgid "Include Videos in Sitemap"
11263
+ msgstr ""
11264
+
11265
+ #: view/Onboarding/Step2.php:169 view/SeoSettings/Tweaks.php:310
11266
+ msgid "Add the video tag for each post with embed video in it."
11267
+ msgstr ""
11268
+
11269
+ #: view/Onboarding/Step2.php:178 view/SeoSettings/Tweaks.php:319
11270
+ msgid "Ping New Posts to Search Engines"
11271
+ msgstr ""
11272
+
11273
+ #: view/Onboarding/Step2.php:181 view/SeoSettings/Tweaks.php:322
11274
+ msgid "Ping your sitemap to Search Engines when a new post is published."
11275
+ msgstr ""
11276
+
11277
+ #: view/Onboarding/Step2.php:190 view/SeoSettings/Tweaks.php:331
11278
+ msgid "Automatically exclude from sitemap the URLs with 'Noindex'"
11279
+ msgstr ""
11280
+
11281
+ #: view/Onboarding/Step2.php:199
11282
+ msgid "Robots.txt"
11283
+ msgstr ""
11284
+
11285
+ #: view/Onboarding/Step2.php:205 view/SeoSettings/Tweaks.php:450
11286
+ msgid ""
11287
+ "A robots.txt file tells search engine crawlers which pages or files the "
11288
+ "crawler can or can't request from your site."
11289
+ msgstr ""
11290
+
11291
+ # @ squirrly-seo
11292
+ #: view/Onboarding/Step2.php:215 view/SeoSettings/Metas.php:26
11293
+ #, fuzzy
11294
+ #| msgid "Images"
11295
+ msgid "SEO METAs"
11296
+ msgstr "Bilder"
11297
+
11298
+ #: view/Onboarding/Step2.php:221 view/SeoSettings/Metas.php:32
11299
+ msgid ""
11300
+ "Add all Search Engine METAs like Title, Description, Canonical Link, Dublin "
11301
+ "Core, Robots and more."
11302
+ msgstr ""
11303
+
11304
+ #: view/Onboarding/Step2.php:231 view/SeoSettings/Metas.php:55
11305
+ #, fuzzy
11306
+ #| msgid "Optimize for Keyword"
11307
+ msgid "Optimize the Titles"
11308
+ msgstr "Schlüsselwort optimieren"
11309
+
11310
+ #: view/Onboarding/Step2.php:233
11311
+ msgid ""
11312
+ "Add the Title Tag in the page header. You can customize it using the Bulk SEO "
11313
+ "and Squirrly SEO Snippet."
11314
+ msgstr ""
11315
+
11316
+ # @ squirrly-seo
11317
+ #: view/Onboarding/Step2.php:242 view/SeoSettings/Metas.php:66
11318
+ #, fuzzy
11319
+ #| msgid "Description:"
11320
+ msgid "Optimize Descriptions"
11321
+ msgstr "Beschreibung:"
11322
+
11323
+ #: view/Onboarding/Step2.php:244 view/SeoSettings/Metas.php:68
11324
+ msgid ""
11325
+ "Add the Description meta in the page header. You can customize it using the "
11326
+ "Bulk SEO and Squirrly SEO Snippet."
11327
+ msgstr ""
11328
+
11329
+ #: view/Onboarding/Step2.php:254 view/SeoSettings/Metas.php:77
11330
+ #, fuzzy
11331
+ #| msgid "Optimize for Keyword"
11332
+ msgid "Optimize Keywords"
11333
+ msgstr "Schlüsselwort optimieren"
11334
+
11335
+ #: view/Onboarding/Step2.php:256 view/SeoSettings/Metas.php:79
11336
+ msgid ""
11337
+ "Add the Keyword meta in the page header. You can customize it using the Bulk "
11338
+ "SEO and Squirrly SEO Snippet."
11339
+ msgstr ""
11340
+
11341
+ #: view/Onboarding/Step2.php:257 view/SeoSettings/Metas.php:80
11342
+ msgid ""
11343
+ "This meta is not mandatory for Google but other search engines still use it "
11344
+ "for ranking"
11345
+ msgstr ""
11346
+
11347
+ # @ squirrly-seo
11348
+ #: view/Onboarding/Step2.php:266 view/SeoSettings/Metas.php:89
11349
+ #, fuzzy
11350
+ #| msgid "adds <strong>canonical</strong> link in home page"
11351
+ msgid "Add Canonical Meta Link"
11352
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
11353
+
11354
+ #: view/Onboarding/Step2.php:268
11355
+ msgid ""
11356
+ "Add canonical link meta in the page header. You can customize the canonical "
11357
+ "link on each page."
11358
+ msgstr ""
11359
+
11360
+ #: view/Onboarding/Step2.php:269 view/SeoSettings/Metas.php:92
11361
+ msgid ""
11362
+ "Also add prev & next links METAs in the page header when navigate between "
11363
+ "blog pages."
11364
+ msgstr ""
11365
+
11366
+ #: view/Onboarding/Step2.php:278 view/SeoSettings/Metas.php:101
11367
+ msgid "Add Dublin Core Meta"
11368
+ msgstr ""
11369
+
11370
+ # @ squirrly-seo
11371
+ #: view/Onboarding/Step2.php:280 view/SeoSettings/Metas.php:103
11372
+ #, fuzzy
11373
+ #| msgid "adds <strong>canonical</strong> link in home page"
11374
+ msgid "Add the Dublin Core meta in the page header."
11375
+ msgstr "fügt den richtigen <strong>canonical</strong> in die Startseite ein"
11376
+
11377
+ #: view/Onboarding/Step2.php:289 view/SeoSettings/Metas.php:112
11378
+ msgid "Add Robots Meta"
11379
+ msgstr ""
11380
+
11381
+ #: view/Onboarding/Step2.php:291 view/SeoSettings/Metas.php:114
11382
+ msgid ""
11383
+ "Add the Index/Noindex and Follow/Nofollow options in Squirrly SEO Snippet."
11384
+ msgstr ""
11385
+
11386
+ #: view/Onboarding/Step2.php:292 view/SeoSettings/Metas.php:115
11387
+ msgid "Add googlebot and bingbot METAs for better performance."
11388
+ msgstr ""
11389
+
11390
+ #: view/Onboarding/Step2.php:305 view/SeoSettings/Social.php:50
11391
+ msgid ""
11392
+ "Add the Social Open Graph protocol so that your Facebook shares look good."
11393
+ msgstr ""
11394
+
11395
+ #: view/Onboarding/Step2.php:306 view/SeoSettings/Social.php:51
11396
+ #, php-format
11397
+ msgid ""
11398
+ "You can always update an URL on Facebook if you change its Social Media "
11399
+ "Image. Visit %sOpen Graph Debugger%s"
11400
+ msgstr ""
11401
+
11402
+ #: view/Onboarding/Step2.php:316 view/SeoSettings/Social.php:293
11403
+ msgid ""
11404
+ "Add the Twitter Card in your tweets so that your Twitter shares look good."
11405
+ msgstr ""
11406
+
11407
+ #: view/Onboarding/Step2.php:317 view/SeoSettings/Social.php:294
11408
+ #, php-format
11409
+ msgid ""
11410
+ "Make sure you validate the twitter card with your Twitter account. Visit "
11411
+ "%sTwitter Card Validator%s"
11412
+ msgstr ""
11413
+
11414
+ # @ squirrly-seo
11415
+ #: view/Onboarding/Step2.php:327 view/SeoSettings/Social.php:317
11416
+ #, fuzzy
11417
+ #| msgid "Images"
11418
+ msgid "Share Large Images"
11419
+ msgstr "Bilder"
11420
+
11421
+ #: view/Onboarding/Step2.php:330 view/SeoSettings/Social.php:320
11422
+ msgid ""
11423
+ "Activate this option only if you upload images with sizes between 500px and "
11424
+ "4096px width in Twitter Card."
11425
+ msgstr ""
11426
+
11427
+ #: view/Onboarding/Step2.php:331 view/SeoSettings/Social.php:321
11428
+ #, php-format
11429
+ msgid ""
11430
+ "This option will show the twitter card image as a shared image and not as a "
11431
+ "summary. Visit %sSummary Card with Large Image%s"
11432
+ msgstr ""
11433
+
11434
+ #: view/Onboarding/Step2.php:347 view/SeoSettings/Jsonld.php:31
11435
+ msgid ""
11436
+ "JSON-LD structured data influences how Google will create rich snippets for "
11437
+ "your URLs."
11438
+ msgstr ""
11439
+
11440
+ #: view/Onboarding/Step2.php:358 view/SeoSettings/Jsonld.php:463
11441
+ msgid "Add