Best Blackhat Forum

Full Version: [GET] Yoast SEO PREMIUM v11.3 for WordPress + Included Add-ons [UPDATED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
9.7.0
Quote:Release Date: February 26th, 2019

Enhancements:

Replaces inch marks by smart quotes in search breadcrumbs.
Improves the feedback for the assessment that checks the length of cornerstone articles.
Improves accessibility and focus management for the How-To and FAQ structured data blocks.
Improves the Internal Links table headers on the post overview for better translations and accessibility.
Adds a description of the SEO and Readability score to the posts and taxonomies overview in mobile view.
Adds a label element to the Google Search Console authorisation code input field in the configuration wizard.
Bugfixes:

Fixes a bug where a Flesch reading ease score of exactly 90 would trigger incorrect feedback.
Fixes a bug where the taxonomy sitemap provider would not handle private taxonomies as expected, resulting in sitemaps not being accessible in specific situations.
Fixes a bug where an empty twitter description instead of the term description would be shown.
Fixes a bug where ‘undefined index’ warnings would be given when saving a Facebook image.
Fixes a bug where the Recalibration Beta could not be loaded in combination with specific server configurations.
(02-28-2019 04:18 PM)Chupach Wrote: [ -> ]9.7.0
Quote:Release Date: February 26th, 2019

Enhancements:

Replaces inch marks by smart quotes in search breadcrumbs.
Improves the feedback for the assessment that checks the length of cornerstone articles.
Improves accessibility and focus management for the How-To and FAQ structured data blocks.
Improves the Internal Links table headers on the post overview for better translations and accessibility.
Adds a description of the SEO and Readability score to the posts and taxonomies overview in mobile view.
Adds a label element to the Google Search Console authorisation code input field in the configuration wizard.
Bugfixes:

Fixes a bug where a Flesch reading ease score of exactly 90 would trigger incorrect feedback.
Fixes a bug where the taxonomy sitemap provider would not handle private taxonomies as expected, resulting in sitemaps not being accessible in specific situations.
Fixes a bug where an empty twitter description instead of the term description would be shown.
Fixes a bug where ‘undefined index’ warnings would be given when saving a Facebook image.
Fixes a bug where the Recalibration Beta could not be loaded in combination with specific server configurations.

Thanks for your updates!
Reps++
Any chance for the update?
Quote:Yoast SEO Premium Changelog
10.0.0
March 12th, 2019

Bugfixes:

Fixes a bug where a related keyphrase or synonym field containing a backslash or consecutive double quotes would be emptied when saving a post or term.
Fixes a bug where backslashes would be removed from the Twitter and Facebook title and description when saving a term.
Other:

Includes every change in Yoast SEO core 10.0.0 see the core changelog.
(03-14-2019 04:11 AM)memyslefandi Wrote: [ -> ]Any chance for the update?
Quote:Yoast SEO Premium Changelog
10.0.0
March 12th, 2019

Bugfixes:

Fixes a bug where a related keyphrase or synonym field containing a backslash or consecutive double quotes would be emptied when saving a post or term.
Fixes a bug where backslashes would be removed from the Twitter and Facebook title and description when saving a term.
Other:

Includes every change in Yoast SEO core 10.0.0 see the core changelog.
+1
10.0.0
Quote:Release Date: March 12th, 2019

Enhancements:

The recalibrated analysis is out of its beta phase and is now the default for the SEO analysis. Thanks for testing and giving us your valuable feedback! You are awesome! ?
Adds $taxonomy to the arguments passed to the wpseo_terms filter. Props to polevaultweb.
Changes the screen reader text of the SEO score indicator in the menu bar and the traffic light in the snippet preview from Bad SEO score. to Needs improvement.
Props to Kingdutch for helping improve our open source content analysis library.
Bugfixes:

Fixes a bug where the focus keyphrase snippet variable was not correctly applied on term pages.
Fixes a bug where the Facebook image that was set for the WooCommerce Shop page would not be outputted as og:image. Props stodorovic.
Fixes a bug where the featured image set on a WooCommerce Shop page would not be outputted as Facebook OpenGraph Image or Twitter Image. Props stodorovic.
Fixes a bug where backslashes and consecutive double quotes would be removed from the focus keyphrase when saving a post or term.
Fixes a bug where backslashes would be removed from the breadcrumb title, focus keyphrase, title or meta description when saving a term.

Yoast SEO Premium Changelog
Quote:10.0.0
March 12th, 2019

Bugfixes:

Fixes a bug where a related keyphrase or synonym field containing a backslash or consecutive double quotes would be emptied when saving a post or term.
Fixes a bug where backslashes would be removed from the Twitter and Facebook title and description when saving a term.
Other:

Includes every change in Yoast SEO core 10.0.0 see the core changelog.
Thank you :)
Was looking for the addons. Thank you very much!
(12-28-2018 05:01 AM)AzharNadeem78 Wrote: [ -> ]Why this annoying message is appearing on post pages
"You haven’t activated your Yoast SEO Premium subscription yet! This means you are missing out on features you paid for, so activate your subscription now(Opens in a new browser tab)!"

Did this deactivated premium services, or just a warning? and what we missing out if not activated premium subscription?
thx for everyone to answer this.
(03-15-2019 11:13 PM)gilakomputer Wrote: [ -> ]
(12-28-2018 05:01 AM)AzharNadeem78 Wrote: [ -> ]Why this annoying message is appearing on post pages
"You haven’t activated your Yoast SEO Premium subscription yet! This means you are missing out on features you paid for, so activate your subscription now(Opens in a new browser tab)!"

Did this deactivated premium services, or just a warning? and what we missing out if not activated premium subscription?
thx for everyone to answer this.

Hi friend. That is just a nag screen. Annoying but harmless and you can ignore it.

If you want, you could also hide it easily but using VioletMonkey, for example. This works to hide it complete :) Hope this helps you let me know if you enjoy!

// ==UserScript==
// @name Yoast Yellow Box Blocker on WP Admin Pages
// @namespace Violentmonkey Scripts
// @match http://yourwebsite/wp-admin/post.php?*
// @match http://yourwebsite/wp-admin/post-new.php?*
// @match http://yourwebsite/wp-admin/post-new.php
// @grant none
// ==/UserScript==
//


function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}


addGlobalStyle('div.MetaboxWarning__WarningBox-gHrSIw.KpzQJ { display: none; }');
bump for latest v10.0.1
Reference URL's