SEO Ultimate - Version 7.5.3

Version Description

Download this release

Release Info

Developer JohnLamansky
Plugin Icon 128x128 SEO Ultimate
Version 7.5.3
Comparing to
See all releases

Code changes from version 7.5.2 to 7.5.3

modules/autolinks/content-autolinks.php CHANGED
@@ -461,16 +461,23 @@ class SU_ContentAutolinks extends SU_Module {
461
  function postmeta_fields($fields) {
462
  $id = suwp::get_post_id();
463
 
 
 
 
 
 
 
 
464
  $fields['links'][10]['autolinks'] = $this->get_postmeta_textarea('autolinks', __('Inbound Autolink Anchors:<br /><em>(one per line)</em>', 'seo-ultimate'));
465
 
466
- if ($id && $this->get_setting('autolink_posttype_' . get_post_type($id)))
467
  $fields['links'][15]['disable_autolinks'] = $this->get_postmeta_checkbox('disable_autolinks', __('Don&#8217;t add autolinks to anchor texts found in this post.', 'seo-ultimate'), __('Autolink Exclusion:', 'seo-ultimate'));
468
 
469
  return $fields;
470
  }
471
 
472
  function postmeta_help($help) {
473
- $help[] = __('<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors into this box, Deeplink Juggernaut will search for that anchor in all your other posts and link it to this post. For example, if the post you&#8217;re editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and Deeplink Juggernaut will automatically build internal links to this post with that anchor text (assuming other posts contain that text).', 'seo-ultimate');
474
  return $help;
475
  }
476
  }
461
  function postmeta_fields($fields) {
462
  $id = suwp::get_post_id();
463
 
464
+ if ($id)
465
+ $type = get_post_type($id);
466
+ elseif (!empty($_GET['post_type']))
467
+ $type = $_GET['post_type'];
468
+ else
469
+ $type = 'post';
470
+
471
  $fields['links'][10]['autolinks'] = $this->get_postmeta_textarea('autolinks', __('Inbound Autolink Anchors:<br /><em>(one per line)</em>', 'seo-ultimate'));
472
 
473
+ if ($this->get_setting("autolink_posttype_$type"))
474
  $fields['links'][15]['disable_autolinks'] = $this->get_postmeta_checkbox('disable_autolinks', __('Don&#8217;t add autolinks to anchor texts found in this post.', 'seo-ultimate'), __('Autolink Exclusion:', 'seo-ultimate'));
475
 
476
  return $fields;
477
  }
478
 
479
  function postmeta_help($help) {
480
+ $help[] = __('<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors into this box, Deeplink Juggernaut will search for that anchor in all your other posts and link it to this post. For example, if the post you&#8217;re editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and Deeplink Juggernaut will automatically build internal links to this post with that anchor text (assuming other posts contain that text). If you&#8217;re working on a draft post or a scheduled post, don&#8217;t worry &mdash; SEO Ultimate won&#8217;t add autolinks to this post until it&#8217;s published.', 'seo-ultimate');
481
  return $help;
482
  }
483
  }
modules/meta/meta-descriptions.php CHANGED
@@ -182,7 +182,7 @@ class SU_MetaDescriptions extends SU_Module {
182
  }
183
 
184
  function postmeta_help($help) {
185
- $help[] = __('<strong>Description</strong> &mdash; The value of the meta description tag. The description will often appear underneath the title in search engine results. Writing an accurate, attention-grabbing description for every post is important to ensuring a good search results clickthrough rate.', 'seo-ultimate');
186
  return $help;
187
  }
188
 
182
  }
183
 
184
  function postmeta_help($help) {
185
+ $help[] = __('<strong>Meta Description</strong> &mdash; The value of the meta description tag. The description will often appear underneath the title in search engine results. Writing an accurate, attention-grabbing description for every post is important to ensuring a good search results clickthrough rate.', 'seo-ultimate');
186
  return $help;
187
  }
188
 
modules/meta/meta-keywords.php CHANGED
@@ -167,11 +167,6 @@ class SU_MetaKeywords extends SU_Module {
167
  return $fields;
168
  }
169
 
170
- function postmeta_help($help) {
171
- $help[] = __('<strong>Keywords</strong> &mdash; The value of the meta keywords tag. The keywords list gives search engines a hint as to what this post/page is about. Be sure to separate keywords with commas, like so: <samp>one,two,three</samp>.', 'seo-ultimate');
172
- return $help;
173
- }
174
-
175
  function add_help_tabs($screen) {
176
 
177
  $screen->add_help_tab(array(
167
  return $fields;
168
  }
169
 
 
 
 
 
 
170
  function add_help_tabs($screen) {
171
 
172
  $screen->add_help_tab(array(
modules/meta/webmaster-verify.php CHANGED
@@ -24,9 +24,6 @@ class SU_WebmasterVerify extends SU_Module {
24
  'google' => array(
25
  'title' => __('Google Webmaster Tools', 'seo-ultimate')
26
  , 'meta_name' => 'google-site-verification'
27
- ),'yahoo' => array(
28
- 'title' => __('Yahoo! Site Explorer', 'seo-ultimate')
29
- , 'meta_name' => 'y_key'
30
  ), 'microsoft' => array(
31
  'title' => __('Bing Webmaster Center', 'seo-ultimate')
32
  , 'meta_name' => 'msvalidate.01'
@@ -87,7 +84,7 @@ class SU_WebmasterVerify extends SU_Module {
87
  , 'title' => $this->has_enabled_parent() ? __('Webmaster Verification Assistant', 'seo-ultimate') : __('Overview', 'seo-ultimate')
88
  , 'content' => __("
89
  <ul>
90
- <li><strong>What it does:</strong> Webmaster Verification Assistant lets you enter in verification codes for the webmaster portals of the 3 leading search engines.</li>
91
  <li><strong>Why it helps:</strong> Webmaster Verification Assistant assists you in obtaining access to webmaster portals, which can provide you with valuable SEO tools.</li>
92
  <li><strong>How to use it:</strong> Use a search engine to locate the webmaster portal you&#8217;re interested in, sign up at the portal, and then obtain a verification code. Once you have the code, you can paste it in here, click Save Changes, then return to the portal to verify that you own the site. Once that&#8217;s done, you'll have access to the portal&#8217;s SEO tools.</li>
93
  </ul>
24
  'google' => array(
25
  'title' => __('Google Webmaster Tools', 'seo-ultimate')
26
  , 'meta_name' => 'google-site-verification'
 
 
 
27
  ), 'microsoft' => array(
28
  'title' => __('Bing Webmaster Center', 'seo-ultimate')
29
  , 'meta_name' => 'msvalidate.01'
84
  , 'title' => $this->has_enabled_parent() ? __('Webmaster Verification Assistant', 'seo-ultimate') : __('Overview', 'seo-ultimate')
85
  , 'content' => __("
86
  <ul>
87
+ <li><strong>What it does:</strong> Webmaster Verification Assistant lets you enter in verification codes for the webmaster portals of leading search engines.</li>
88
  <li><strong>Why it helps:</strong> Webmaster Verification Assistant assists you in obtaining access to webmaster portals, which can provide you with valuable SEO tools.</li>
89
  <li><strong>How to use it:</strong> Use a search engine to locate the webmaster portal you&#8217;re interested in, sign up at the portal, and then obtain a verification code. Once you have the code, you can paste it in here, click Save Changes, then return to the portal to verify that you own the site. Once that&#8217;s done, you'll have access to the portal&#8217;s SEO tools.</li>
90
  </ul>
plugin/class.seo-ultimate.php CHANGED
@@ -223,7 +223,7 @@ class SEO_Ultimate {
223
  add_action('network_admin_menu', array(&$this, 'add_network_admin_menus'), 10);
224
 
225
  //Hook to customize contextual help
226
- add_filter('contextual_help', array(&$this, 'admin_help'), 10, 2);
227
 
228
  //Postmeta box hooks
229
  add_action('admin_menu', array(&$this, 'add_postmeta_box'));
@@ -1118,33 +1118,28 @@ class SEO_Ultimate {
1118
  * @param string $screen The screen currently being shown.
1119
  * @return string The contextual help content that should be shown.
1120
  */
1121
- function admin_help($text, $screen) {
1122
 
1123
- //The $screen parameter changed to an object in WordPress 3.0 alpha
1124
- if (is_object($screen)) $screen = $screen->id;
 
1125
 
1126
- //If we're on the post or page editor...
1127
- if (strcmp($screen, 'post') == 0 || strcmp($screen, 'page') == 0) {
1128
-
1129
- //Gather post meta help content
1130
- $helparray = apply_filters('su_postmeta_help', array());
1131
-
1132
- if ($helparray) {
1133
-
1134
- $customhelp = '';
1135
- foreach ($helparray as $line) {
1136
- $customhelp .= "<li><p>$line</p></li>\n";
1137
- }
1138
-
1139
- $text .= "<div class='su-help'>\n";
1140
- $text .= '<h5>'.__('SEO Settings Help', 'seo-ultimate')."</h5>\n";
1141
- $text .= "<div class='metabox-prefs'>\n";
1142
- $text .= "<p>".__('The SEO Settings box lets you customize these settings:', 'seo-ultimate')."</p>\n";
1143
- $text .= "<ul>\n$customhelp\n</ul>";
1144
- $text .= "<p><em>".__('(The SEO Settings box is part of the SEO Ultimate plugin.)', 'seo-ultimate')."</em></p>\n";
1145
- $text .= "\n</div>\n</div>\n";
1146
- return $text;
1147
  }
 
 
 
 
 
 
 
1148
  }
1149
 
1150
  //No custom help content to show. Return the default.
223
  add_action('network_admin_menu', array(&$this, 'add_network_admin_menus'), 10);
224
 
225
  //Hook to customize contextual help
226
+ add_action('admin_head', array(&$this, 'admin_help'), 11);
227
 
228
  //Postmeta box hooks
229
  add_action('admin_menu', array(&$this, 'add_postmeta_box'));
1118
  * @param string $screen The screen currently being shown.
1119
  * @return string The contextual help content that should be shown.
1120
  */
1121
+ function admin_help() {
1122
 
1123
+ $screen = get_current_screen();
1124
+ if ('post' != $screen->base) //WP_Screen->base added in WP 3.3
1125
+ return;
1126
 
1127
+ //Gather post meta help content
1128
+ $helparray = apply_filters('su_postmeta_help', array());
1129
+
1130
+ if ($helparray) {
1131
+
1132
+ $customhelp = '';
1133
+ foreach ($helparray as $line) {
1134
+ $customhelp .= "<p>$line</p>\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
1135
  }
1136
+
1137
+ //WP_Screen->add_help_tab added in WP 3.3
1138
+ $screen->add_help_tab(array(
1139
+ 'id' => 'seo-ultimate-post-meta-help'
1140
+ , 'title' => __('SEO Settings', 'seo-ultimate')
1141
+ , 'content' => "<div class='su-help'>\n$customhelp\n</div>\n"
1142
+ ));
1143
  }
1144
 
1145
  //No custom help content to show. Return the default.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: SEO Design Solutions, JohnLamansky
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
- Stable tag: 7.5.2
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
@@ -197,9 +197,7 @@ To install the plugin manually:
197
  = Compatibility =
198
 
199
  * **What's the minimum version of WordPress required to run SEO Ultimate?**
200
- * WordPress 3.3 is required for all of the features to work properly.
201
- * WordPress 3.2 is required for SEO Ultimate to run without crashing.
202
- * SEO Ultimate will refuse to activate on any version of WordPress that's older than 3.2.
203
 
204
  * **Will SEO Ultimate work on multisite setups?**
205
  Yes. SEO Ultimate versions 7.2.6 and later are designed to work on networks running WordPress 3.3 or later.
@@ -279,6 +277,12 @@ Frequently asked questions, settings help, and troubleshooting tips for SEO Ulti
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
 
282
  = Version 7.5.2 (August 11, 2012) =
283
  * Bugfix: Fixed disorganized documentation on the Miscellaneous page (bug introduced in 7.5)
284
  * Bugfix: Fixed bug that caused Open Graph Integrator image boxes to show autocomplete suggestions for all types of site items, instead of just images (bug introduced in 7.3)
3
  Tags: seo, SEO Ultimate, suite, google, yahoo, bing, search engines, admin, post, page, custom post types, categories, tags, terms, custom taxonomies, base, title, title tag, wp_title, meta, robots, noindex, nofollow, canonical, HTTP headers, 404, robots.txt, htaccess, slugs, url, anchor, more, link, excerpt, permalink, links, autolinks, code, footer, settings, redirect, 301, 302, 307, modules, uninstallable, reinstallable, downgradable, import, export, CSV, affiliate, Open Graph, og, microdata, Facebook, Twitter, Schema.org
4
  Requires at least: 3.3
5
  Tested up to: 3.4.1
6
+ Stable tag: 7.5.3
7
 
8
  This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, Open Graph, slugs, canonical, autolinks, 404 errors, rich snippets, and more.
9
 
197
  = Compatibility =
198
 
199
  * **What's the minimum version of WordPress required to run SEO Ultimate?**
200
+ WordPress 3.3 is required. SEO Ultimate would generate PHP errors if you tried to run it on an earlier version, and so it will simply refuse to activate on any version of WordPress that's older than 3.3.
 
 
201
 
202
  * **Will SEO Ultimate work on multisite setups?**
203
  Yes. SEO Ultimate versions 7.2.6 and later are designed to work on networks running WordPress 3.3 or later.
277
 
278
  == Changelog ==
279
 
280
+ = Version 7.5.3 (August 11, 2012) =
281
+ * Bugfix: The Autolink Exclusion checkbox now appears when adding posts, not just when editing them
282
+ * Bugfix: Documentation for the SEO Settings box now appears on the post editor screen's "Help" dropdown under the "SEO Settings" tab instead of under generic "Overview" tab
283
+ * Removed Feature: Webmaster Verification Assistant no longer supports verification tags for the now-defunct Yahoo! Site Explorer
284
+ * Compatibility: SEO Ultimate will now refuse to activate on any version of WordPress older than 3.3
285
+
286
  = Version 7.5.2 (August 11, 2012) =
287
  * Bugfix: Fixed disorganized documentation on the Miscellaneous page (bug introduced in 7.5)
288
  * Bugfix: Fixed bug that caused Open Graph Integrator image boxes to show autocomplete suggestions for all types of site items, instead of just images (bug introduced in 7.3)
seo-ultimate.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
- Version: 7.5.2
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
@@ -12,7 +12,7 @@ Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
- * @version 7.5.2
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
@@ -42,15 +42,15 @@ if (!defined('ABSPATH')) {
42
  /********** CONSTANTS **********/
43
 
44
  //The minimum version of WordPress required
45
- define('SU_MINIMUM_WP_VER', '3.2');
46
 
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
- define('SU_VERSION', '7.5.2');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
- define('SU_USER_AGENT', 'SeoUltimate/7.5.2');
54
 
55
  /********** INCLUDES **********/
56
 
3
  Plugin Name: SEO Ultimate
4
  Plugin URI: http://www.seodesignsolutions.com/wordpress-seo/
5
  Description: This all-in-one SEO plugin gives you control over title tags, noindex/nofollow, meta tags, rich snippets, slugs, canonical tags, autolinks, 404 errors, rich snippets, and more.
6
+ Version: 7.5.3
7
  Author: SEO Design Solutions
8
  Author URI: http://www.seodesignsolutions.com/
9
  Text Domain: seo-ultimate
12
  /**
13
  * The main SEO Ultimate plugin file.
14
  * @package SeoUltimate
15
+ * @version 7.5.3
16
  * @link http://www.seodesignsolutions.com/wordpress-seo/ SEO Ultimate Homepage
17
  */
18
 
42
  /********** CONSTANTS **********/
43
 
44
  //The minimum version of WordPress required
45
+ define('SU_MINIMUM_WP_VER', '3.3');
46
 
47
  //Reading plugin info from constants is faster than trying to parse it from the header above.
48
  define('SU_PLUGIN_NAME', 'SEO Ultimate');
49
  define('SU_PLUGIN_URI', 'http://www.seodesignsolutions.com/wordpress-seo/');
50
+ define('SU_VERSION', '7.5.3');
51
  define('SU_AUTHOR', 'SEO Design Solutions');
52
  define('SU_AUTHOR_URI', 'http://www.seodesignsolutions.com/');
53
+ define('SU_USER_AGENT', 'SeoUltimate/7.5.3');
54
 
55
  /********** INCLUDES **********/
56
 
translations/seo-ultimate.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: SEO Ultimate 7.5.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
- "POT-Creation-Date: 2012-08-11 15:47:59+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -208,8 +208,8 @@ msgstr ""
208
  #: modules/404s/fofs.php:19 modules/canonical/canonical.php:212
209
  #: modules/files/files.php:144 modules/link-nofollow/link-nofollow.php:132
210
  #: modules/linkbox/linkbox.php:128 modules/linkbox/linkbox.php:135
211
- #: modules/meta/meta-descriptions.php:193 modules/meta/meta-keywords.php:179
212
- #: modules/meta/meta-robots.php:52 modules/meta/webmaster-verify.php:87
213
  #: modules/more-links/more-links.php:104 modules/more-links/more-links.php:111
214
  #: modules/rich-snippets/rich-snippets.php:391
215
  #: modules/settings/settings.php:63
@@ -266,7 +266,7 @@ msgstr ""
266
 
267
  #: modules/404s/fofs.php:45 modules/linkbox/linkbox.php:129
268
  #: modules/linkbox/linkbox.php:140 modules/meta/meta-descriptions.php:204
269
- #: modules/meta/meta-keywords.php:186 modules/meta/meta-robots.php:63
270
  #: modules/rich-snippets/rich-snippets.php:402 modules/titles/titles.php:431
271
  msgid "Settings Help"
272
  msgstr ""
@@ -317,7 +317,7 @@ msgid ""
317
  msgstr ""
318
 
319
  #: modules/404s/fofs.php:74 modules/files/files.php:165
320
- #: modules/meta/meta-descriptions.php:225 modules/meta/meta-keywords.php:209
321
  #: modules/meta/meta-robots.php:102
322
  #: modules/rich-snippets/rich-snippets.php:411 modules/slugs/slugs.php:114
323
  #: modules/slugs/slugs.php:130 modules/titles/titles.php:469
@@ -526,19 +526,19 @@ msgstr ""
526
  msgid "New window"
527
  msgstr ""
528
 
529
- #: modules/autolinks/content-autolinks.php:464
530
  msgid "Inbound Autolink Anchors:<br /><em>(one per line)</em>"
531
  msgstr ""
532
 
533
- #: modules/autolinks/content-autolinks.php:467
534
  msgid "Don&#8217;t add autolinks to anchor texts found in this post."
535
  msgstr ""
536
 
537
- #: modules/autolinks/content-autolinks.php:467
538
  msgid "Autolink Exclusion:"
539
  msgstr ""
540
 
541
- #: modules/autolinks/content-autolinks.php:473
542
  msgid ""
543
  "<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors "
544
  "into this box, Deeplink Juggernaut will search for that anchor in all your "
@@ -546,7 +546,10 @@ msgid ""
546
  "editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue "
547
  "widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and "
548
  "Deeplink Juggernaut will automatically build internal links to this post "
549
- "with that anchor text (assuming other posts contain that text)."
 
 
 
550
  msgstr ""
551
 
552
  #: modules/autolinks/footer-autolinks-settings.php:16
@@ -851,11 +854,11 @@ msgstr ""
851
 
852
  #: modules/class.su-module.php:2761 modules/meta/meta-descriptions.php:31
853
  #: modules/meta/meta-keywords.php:41 modules/opengraph/opengraph.php:266
854
- #: plugin/class.seo-ultimate.php:1775
855
  msgid "Blog Homepage"
856
  msgstr ""
857
 
858
- #: modules/class.su-module.php:2766 plugin/class.seo-ultimate.php:1853
859
  msgid "Author"
860
  msgstr ""
861
 
@@ -863,7 +866,7 @@ msgstr ""
863
  msgid "A Deleted User"
864
  msgstr ""
865
 
866
- #: modules/class.su-module.php:2783 plugin/class.seo-ultimate.php:1883
867
  msgid "Link Mask"
868
  msgstr ""
869
 
@@ -961,7 +964,7 @@ msgid ""
961
  msgstr ""
962
 
963
  #: modules/files/files.php:155 modules/meta/meta-descriptions.php:216
964
- #: modules/meta/meta-keywords.php:196 modules/modules/modules.php:190
965
  #: modules/more-links/more-links.php:105 modules/more-links/more-links.php:116
966
  #: modules/settings/settings.php:82 modules/slugs/slugs.php:113
967
  #: modules/slugs/slugs.php:125 modules/titles/titles.php:458
@@ -1327,8 +1330,8 @@ msgstr ""
1327
 
1328
  #: modules/meta/meta-descriptions.php:185
1329
  msgid ""
1330
- "<strong>Description</strong> &mdash; The value of the meta description tag. "
1331
- "The description will often appear underneath the title in search engine "
1332
  "results. Writing an accurate, attention-grabbing description for every post "
1333
  "is important to ensuring a good search results clickthrough rate."
1334
  msgstr ""
@@ -1388,7 +1391,7 @@ msgid ""
1388
  "</ul>\r\n"
1389
  msgstr ""
1390
 
1391
- #: modules/meta/meta-descriptions.php:226 modules/meta/meta-keywords.php:210
1392
  #: modules/meta/meta-robots.php:103
1393
  msgid ""
1394
  "\r\n"
@@ -1448,15 +1451,7 @@ msgstr ""
1448
  msgid "Meta Keywords:<br /><em>(separate with commas)</em>"
1449
  msgstr ""
1450
 
1451
- #: modules/meta/meta-keywords.php:171
1452
- msgid ""
1453
- "<strong>Keywords</strong> &mdash; The value of the meta keywords tag. The "
1454
- "keywords list gives search engines a hint as to what this post/page is "
1455
- "about. Be sure to separate keywords with commas, like so: <samp>one,two,"
1456
- "three</samp>."
1457
- msgstr ""
1458
-
1459
- #: modules/meta/meta-keywords.php:180
1460
  msgid ""
1461
  "\r\n"
1462
  "<p>Meta Keywords Editor lets you tell search engines what keywords are "
@@ -1467,7 +1462,7 @@ msgid ""
1467
  "p>\r\n"
1468
  msgstr ""
1469
 
1470
- #: modules/meta/meta-keywords.php:187
1471
  msgid ""
1472
  "\r\n"
1473
  "<ul>\r\n"
@@ -1484,7 +1479,7 @@ msgid ""
1484
  "</ul>\r\n"
1485
  msgstr ""
1486
 
1487
- #: modules/meta/meta-keywords.php:197
1488
  msgid ""
1489
  "\r\n"
1490
  "<ul>\r\n"
@@ -1630,7 +1625,7 @@ msgid ""
1630
  "</ul>\r\n"
1631
  msgstr ""
1632
 
1633
- #: modules/meta/webmaster-verify.php:12 modules/meta/webmaster-verify.php:87
1634
  msgid "Webmaster Verification Assistant"
1635
  msgstr ""
1636
 
@@ -1643,28 +1638,24 @@ msgid "Google Webmaster Tools"
1643
  msgstr ""
1644
 
1645
  #: modules/meta/webmaster-verify.php:28
1646
- msgid "Yahoo! Site Explorer"
1647
- msgstr ""
1648
-
1649
- #: modules/meta/webmaster-verify.php:31
1650
  msgid "Bing Webmaster Center"
1651
  msgstr ""
1652
 
1653
- #: modules/meta/webmaster-verify.php:58
1654
  msgid "Webmaster Portal"
1655
  msgstr ""
1656
 
1657
- #: modules/meta/webmaster-verify.php:59
1658
  msgid "Meta Tag"
1659
  msgstr ""
1660
 
1661
- #: modules/meta/webmaster-verify.php:88
1662
  msgid ""
1663
  "\r\n"
1664
  "<ul>\r\n"
1665
  "\t<li><strong>What it does:</strong> Webmaster Verification Assistant lets "
1666
- "you enter in verification codes for the webmaster portals of the 3 leading "
1667
- "search engines.</li>\r\n"
1668
  "\t<li><strong>Why it helps:</strong> Webmaster Verification Assistant "
1669
  "assists you in obtaining access to webmaster portals, which can provide you "
1670
  "with valuable SEO tools.</li>\r\n"
@@ -1677,7 +1668,7 @@ msgid ""
1677
  "</ul>\r\n"
1678
  msgstr ""
1679
 
1680
- #: modules/misc/misc.php:11 plugin/class.seo-ultimate.php:1494
1681
  msgid "Miscellaneous"
1682
  msgstr ""
1683
 
@@ -2417,7 +2408,7 @@ msgstr ""
2417
  msgid "SEO Design Solutions Whitepapers"
2418
  msgstr ""
2419
 
2420
- #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.2) #-#-#-#-#
2421
  #. Author of the plugin/theme
2422
  #: modules/sds-blog/sds-blog.php:49
2423
  msgid "SEO Design Solutions"
@@ -2733,7 +2724,7 @@ msgstr ""
2733
  msgid "SEO Ultimate Plugin Settings"
2734
  msgstr ""
2735
 
2736
- #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.2) #-#-#-#-#
2737
  #. Plugin Name of the plugin/theme
2738
  #: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
2739
  msgid "SEO Ultimate"
@@ -2790,7 +2781,7 @@ msgid "Uninstaller"
2790
  msgstr ""
2791
 
2792
  #: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
2793
- #: plugin/class.seo-ultimate.php:1332
2794
  msgid "Uninstall"
2795
  msgstr ""
2796
 
@@ -3539,97 +3530,89 @@ msgid ""
3539
  "If you leave before saving, those changes will be lost."
3540
  msgstr ""
3541
 
3542
- #: plugin/class.seo-ultimate.php:1140
3543
- msgid "SEO Settings Help"
3544
- msgstr ""
3545
-
3546
- #: plugin/class.seo-ultimate.php:1142
3547
- msgid "The SEO Settings box lets you customize these settings:"
3548
- msgstr ""
3549
-
3550
- #: plugin/class.seo-ultimate.php:1144
3551
- msgid "(The SEO Settings box is part of the SEO Ultimate plugin.)"
3552
  msgstr ""
3553
 
3554
- #: plugin/class.seo-ultimate.php:1187
3555
  msgid ""
3556
  "%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
3557
  "if you wish to continue using SEO Ultimate."
3558
  msgstr ""
3559
 
3560
- #: plugin/class.seo-ultimate.php:1231
3561
  msgid "new module"
3562
  msgstr ""
3563
 
3564
- #: plugin/class.seo-ultimate.php:1231
3565
  msgid "new modules"
3566
  msgstr ""
3567
 
3568
- #: plugin/class.seo-ultimate.php:1232
3569
  msgid "new feature"
3570
  msgstr ""
3571
 
3572
- #: plugin/class.seo-ultimate.php:1232
3573
  msgid "new features"
3574
  msgstr ""
3575
 
3576
- #: plugin/class.seo-ultimate.php:1233
3577
  msgid "bugfix"
3578
  msgstr ""
3579
 
3580
- #: plugin/class.seo-ultimate.php:1233
3581
  msgid "bugfixes"
3582
  msgstr ""
3583
 
3584
- #: plugin/class.seo-ultimate.php:1234
3585
  msgid "improvement"
3586
  msgstr ""
3587
 
3588
- #: plugin/class.seo-ultimate.php:1234
3589
  msgid "improvements"
3590
  msgstr ""
3591
 
3592
- #: plugin/class.seo-ultimate.php:1235
3593
  msgid "security fix"
3594
  msgstr ""
3595
 
3596
- #: plugin/class.seo-ultimate.php:1235
3597
  msgid "security fixes"
3598
  msgstr ""
3599
 
3600
- #: plugin/class.seo-ultimate.php:1236
3601
  msgid "new language pack"
3602
  msgstr ""
3603
 
3604
- #: plugin/class.seo-ultimate.php:1236
3605
  msgid "new language packs"
3606
  msgstr ""
3607
 
3608
- #: plugin/class.seo-ultimate.php:1237
3609
  msgid "language pack update"
3610
  msgstr ""
3611
 
3612
- #: plugin/class.seo-ultimate.php:1237
3613
  msgid "language pack updates"
3614
  msgstr ""
3615
 
3616
- #: plugin/class.seo-ultimate.php:1268
3617
  msgid "%d %s"
3618
  msgstr ""
3619
 
3620
- #: plugin/class.seo-ultimate.php:1274
3621
  msgid "Upgrade now to get %s. %s."
3622
  msgstr ""
3623
 
3624
- #: plugin/class.seo-ultimate.php:1276
3625
  msgid "View changelog"
3626
  msgstr ""
3627
 
3628
- #: plugin/class.seo-ultimate.php:1353
3629
  msgid "Active Modules: "
3630
  msgstr ""
3631
 
3632
- #: plugin/class.seo-ultimate.php:1420
3633
  msgid ""
3634
  "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
3635
  "search engine spiders. To resolve this, <a href=\"options-privacy.php\" "
@@ -3637,35 +3620,31 @@ msgid ""
3637
  "to everyone."
3638
  msgstr ""
3639
 
3640
- #: plugin/class.seo-ultimate.php:1491
3641
  msgid "Search Engine Listing"
3642
  msgstr ""
3643
 
3644
- #: plugin/class.seo-ultimate.php:1492
3645
  msgid "Social Networks Listing"
3646
  msgstr ""
3647
 
3648
- #: plugin/class.seo-ultimate.php:1493
3649
  msgid "Links"
3650
  msgstr ""
3651
 
3652
- #: plugin/class.seo-ultimate.php:1557
3653
- msgid "SEO Settings"
3654
- msgstr ""
3655
-
3656
- #: plugin/class.seo-ultimate.php:1587
3657
  msgid "%1$s %2$s by %3$s"
3658
  msgstr ""
3659
 
3660
- #: plugin/class.seo-ultimate.php:1774
3661
  msgid "Home"
3662
  msgstr ""
3663
 
3664
- #: plugin/class.seo-ultimate.php:1847
3665
  msgid "Author Archives"
3666
  msgstr ""
3667
 
3668
- #: plugin/class.seo-ultimate.php:1876
3669
  msgid "Link Masks"
3670
  msgstr ""
3671
 
2
  # This file is distributed under the same license as the SEO Ultimate package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: SEO Ultimate 7.5.3\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/seo-ultimate\n"
7
+ "POT-Creation-Date: 2012-08-11 18:20:17+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
208
  #: modules/404s/fofs.php:19 modules/canonical/canonical.php:212
209
  #: modules/files/files.php:144 modules/link-nofollow/link-nofollow.php:132
210
  #: modules/linkbox/linkbox.php:128 modules/linkbox/linkbox.php:135
211
+ #: modules/meta/meta-descriptions.php:193 modules/meta/meta-keywords.php:174
212
+ #: modules/meta/meta-robots.php:52 modules/meta/webmaster-verify.php:84
213
  #: modules/more-links/more-links.php:104 modules/more-links/more-links.php:111
214
  #: modules/rich-snippets/rich-snippets.php:391
215
  #: modules/settings/settings.php:63
266
 
267
  #: modules/404s/fofs.php:45 modules/linkbox/linkbox.php:129
268
  #: modules/linkbox/linkbox.php:140 modules/meta/meta-descriptions.php:204
269
+ #: modules/meta/meta-keywords.php:181 modules/meta/meta-robots.php:63
270
  #: modules/rich-snippets/rich-snippets.php:402 modules/titles/titles.php:431
271
  msgid "Settings Help"
272
  msgstr ""
317
  msgstr ""
318
 
319
  #: modules/404s/fofs.php:74 modules/files/files.php:165
320
+ #: modules/meta/meta-descriptions.php:225 modules/meta/meta-keywords.php:204
321
  #: modules/meta/meta-robots.php:102
322
  #: modules/rich-snippets/rich-snippets.php:411 modules/slugs/slugs.php:114
323
  #: modules/slugs/slugs.php:130 modules/titles/titles.php:469
526
  msgid "New window"
527
  msgstr ""
528
 
529
+ #: modules/autolinks/content-autolinks.php:471
530
  msgid "Inbound Autolink Anchors:<br /><em>(one per line)</em>"
531
  msgstr ""
532
 
533
+ #: modules/autolinks/content-autolinks.php:474
534
  msgid "Don&#8217;t add autolinks to anchor texts found in this post."
535
  msgstr ""
536
 
537
+ #: modules/autolinks/content-autolinks.php:474
538
  msgid "Autolink Exclusion:"
539
  msgstr ""
540
 
541
+ #: modules/autolinks/content-autolinks.php:480
542
  msgid ""
543
  "<strong>Incoming Autolink Anchors</strong> &mdash; When you enter anchors "
544
  "into this box, Deeplink Juggernaut will search for that anchor in all your "
546
  "editing is about &#8220;blue widgets,&#8221; you could type &#8220;blue "
547
  "widgets&#8221; into the &#8220;Incoming Autolink Anchors&#8221; box and "
548
  "Deeplink Juggernaut will automatically build internal links to this post "
549
+ "with that anchor text (assuming other posts contain that text). If you&#8217;"
550
+ "re working on a draft post or a scheduled post, don&#8217;t worry &mdash; "
551
+ "SEO Ultimate won&#8217;t add autolinks to this post until it&#8217;s "
552
+ "published."
553
  msgstr ""
554
 
555
  #: modules/autolinks/footer-autolinks-settings.php:16
854
 
855
  #: modules/class.su-module.php:2761 modules/meta/meta-descriptions.php:31
856
  #: modules/meta/meta-keywords.php:41 modules/opengraph/opengraph.php:266
857
+ #: plugin/class.seo-ultimate.php:1770
858
  msgid "Blog Homepage"
859
  msgstr ""
860
 
861
+ #: modules/class.su-module.php:2766 plugin/class.seo-ultimate.php:1848
862
  msgid "Author"
863
  msgstr ""
864
 
866
  msgid "A Deleted User"
867
  msgstr ""
868
 
869
+ #: modules/class.su-module.php:2783 plugin/class.seo-ultimate.php:1878
870
  msgid "Link Mask"
871
  msgstr ""
872
 
964
  msgstr ""
965
 
966
  #: modules/files/files.php:155 modules/meta/meta-descriptions.php:216
967
+ #: modules/meta/meta-keywords.php:191 modules/modules/modules.php:190
968
  #: modules/more-links/more-links.php:105 modules/more-links/more-links.php:116
969
  #: modules/settings/settings.php:82 modules/slugs/slugs.php:113
970
  #: modules/slugs/slugs.php:125 modules/titles/titles.php:458
1330
 
1331
  #: modules/meta/meta-descriptions.php:185
1332
  msgid ""
1333
+ "<strong>Meta Description</strong> &mdash; The value of the meta description "
1334
+ "tag. The description will often appear underneath the title in search engine "
1335
  "results. Writing an accurate, attention-grabbing description for every post "
1336
  "is important to ensuring a good search results clickthrough rate."
1337
  msgstr ""
1391
  "</ul>\r\n"
1392
  msgstr ""
1393
 
1394
+ #: modules/meta/meta-descriptions.php:226 modules/meta/meta-keywords.php:205
1395
  #: modules/meta/meta-robots.php:103
1396
  msgid ""
1397
  "\r\n"
1451
  msgid "Meta Keywords:<br /><em>(separate with commas)</em>"
1452
  msgstr ""
1453
 
1454
+ #: modules/meta/meta-keywords.php:175
 
 
 
 
 
 
 
 
1455
  msgid ""
1456
  "\r\n"
1457
  "<p>Meta Keywords Editor lets you tell search engines what keywords are "
1462
  "p>\r\n"
1463
  msgstr ""
1464
 
1465
+ #: modules/meta/meta-keywords.php:182
1466
  msgid ""
1467
  "\r\n"
1468
  "<ul>\r\n"
1479
  "</ul>\r\n"
1480
  msgstr ""
1481
 
1482
+ #: modules/meta/meta-keywords.php:192
1483
  msgid ""
1484
  "\r\n"
1485
  "<ul>\r\n"
1625
  "</ul>\r\n"
1626
  msgstr ""
1627
 
1628
+ #: modules/meta/webmaster-verify.php:12 modules/meta/webmaster-verify.php:84
1629
  msgid "Webmaster Verification Assistant"
1630
  msgstr ""
1631
 
1638
  msgstr ""
1639
 
1640
  #: modules/meta/webmaster-verify.php:28
 
 
 
 
1641
  msgid "Bing Webmaster Center"
1642
  msgstr ""
1643
 
1644
+ #: modules/meta/webmaster-verify.php:55
1645
  msgid "Webmaster Portal"
1646
  msgstr ""
1647
 
1648
+ #: modules/meta/webmaster-verify.php:56
1649
  msgid "Meta Tag"
1650
  msgstr ""
1651
 
1652
+ #: modules/meta/webmaster-verify.php:85
1653
  msgid ""
1654
  "\r\n"
1655
  "<ul>\r\n"
1656
  "\t<li><strong>What it does:</strong> Webmaster Verification Assistant lets "
1657
+ "you enter in verification codes for the webmaster portals of leading search "
1658
+ "engines.</li>\r\n"
1659
  "\t<li><strong>Why it helps:</strong> Webmaster Verification Assistant "
1660
  "assists you in obtaining access to webmaster portals, which can provide you "
1661
  "with valuable SEO tools.</li>\r\n"
1668
  "</ul>\r\n"
1669
  msgstr ""
1670
 
1671
+ #: modules/misc/misc.php:11 plugin/class.seo-ultimate.php:1489
1672
  msgid "Miscellaneous"
1673
  msgstr ""
1674
 
2408
  msgid "SEO Design Solutions Whitepapers"
2409
  msgstr ""
2410
 
2411
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.3) #-#-#-#-#
2412
  #. Author of the plugin/theme
2413
  #: modules/sds-blog/sds-blog.php:49
2414
  msgid "SEO Design Solutions"
2724
  msgid "SEO Ultimate Plugin Settings"
2725
  msgstr ""
2726
 
2727
+ #. #-#-#-#-# plugin.pot (SEO Ultimate 7.5.3) #-#-#-#-#
2728
  #. Plugin Name of the plugin/theme
2729
  #: modules/settings/settings.php:26 plugin/class.seo-ultimate.php:861
2730
  msgid "SEO Ultimate"
2781
  msgstr ""
2782
 
2783
  #: modules/settings/uninstall.php:18 modules/settings/uninstall.php:22
2784
+ #: plugin/class.seo-ultimate.php:1327
2785
  msgid "Uninstall"
2786
  msgstr ""
2787
 
3530
  "If you leave before saving, those changes will be lost."
3531
  msgstr ""
3532
 
3533
+ #: plugin/class.seo-ultimate.php:1140 plugin/class.seo-ultimate.php:1552
3534
+ msgid "SEO Settings"
 
 
 
 
 
 
 
 
3535
  msgstr ""
3536
 
3537
+ #: plugin/class.seo-ultimate.php:1182
3538
  msgid ""
3539
  "%1$s is known to cause conflicts with SEO Ultimate. Please deactivate %1$s "
3540
  "if you wish to continue using SEO Ultimate."
3541
  msgstr ""
3542
 
3543
+ #: plugin/class.seo-ultimate.php:1226
3544
  msgid "new module"
3545
  msgstr ""
3546
 
3547
+ #: plugin/class.seo-ultimate.php:1226
3548
  msgid "new modules"
3549
  msgstr ""
3550
 
3551
+ #: plugin/class.seo-ultimate.php:1227
3552
  msgid "new feature"
3553
  msgstr ""
3554
 
3555
+ #: plugin/class.seo-ultimate.php:1227
3556
  msgid "new features"
3557
  msgstr ""
3558
 
3559
+ #: plugin/class.seo-ultimate.php:1228
3560
  msgid "bugfix"
3561
  msgstr ""
3562
 
3563
+ #: plugin/class.seo-ultimate.php:1228
3564
  msgid "bugfixes"
3565
  msgstr ""
3566
 
3567
+ #: plugin/class.seo-ultimate.php:1229
3568
  msgid "improvement"
3569
  msgstr ""
3570
 
3571
+ #: plugin/class.seo-ultimate.php:1229
3572
  msgid "improvements"
3573
  msgstr ""
3574
 
3575
+ #: plugin/class.seo-ultimate.php:1230
3576
  msgid "security fix"
3577
  msgstr ""
3578
 
3579
+ #: plugin/class.seo-ultimate.php:1230
3580
  msgid "security fixes"
3581
  msgstr ""
3582
 
3583
+ #: plugin/class.seo-ultimate.php:1231
3584
  msgid "new language pack"
3585
  msgstr ""
3586
 
3587
+ #: plugin/class.seo-ultimate.php:1231
3588
  msgid "new language packs"
3589
  msgstr ""
3590
 
3591
+ #: plugin/class.seo-ultimate.php:1232
3592
  msgid "language pack update"
3593
  msgstr ""
3594
 
3595
+ #: plugin/class.seo-ultimate.php:1232
3596
  msgid "language pack updates"
3597
  msgstr ""
3598
 
3599
+ #: plugin/class.seo-ultimate.php:1263
3600
  msgid "%d %s"
3601
  msgstr ""
3602
 
3603
+ #: plugin/class.seo-ultimate.php:1269
3604
  msgid "Upgrade now to get %s. %s."
3605
  msgstr ""
3606
 
3607
+ #: plugin/class.seo-ultimate.php:1271
3608
  msgid "View changelog"
3609
  msgstr ""
3610
 
3611
+ #: plugin/class.seo-ultimate.php:1348
3612
  msgid "Active Modules: "
3613
  msgstr ""
3614
 
3615
+ #: plugin/class.seo-ultimate.php:1415
3616
  msgid ""
3617
  "<strong>SEO Ultimate Notice:</strong> Your blog is configured to block "
3618
  "search engine spiders. To resolve this, <a href=\"options-privacy.php\" "
3620
  "to everyone."
3621
  msgstr ""
3622
 
3623
+ #: plugin/class.seo-ultimate.php:1486
3624
  msgid "Search Engine Listing"
3625
  msgstr ""
3626
 
3627
+ #: plugin/class.seo-ultimate.php:1487
3628
  msgid "Social Networks Listing"
3629
  msgstr ""
3630
 
3631
+ #: plugin/class.seo-ultimate.php:1488
3632
  msgid "Links"
3633
  msgstr ""
3634
 
3635
+ #: plugin/class.seo-ultimate.php:1582
 
 
 
 
3636
  msgid "%1$s %2$s by %3$s"
3637
  msgstr ""
3638
 
3639
+ #: plugin/class.seo-ultimate.php:1769
3640
  msgid "Home"
3641
  msgstr ""
3642
 
3643
+ #: plugin/class.seo-ultimate.php:1842
3644
  msgid "Author Archives"
3645
  msgstr ""
3646
 
3647
+ #: plugin/class.seo-ultimate.php:1871
3648
  msgid "Link Masks"
3649
  msgstr ""
3650