• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Yoast SEO Premium - Best Seo Plugin For WP

Yoast SEO Premium - Best Seo Plugin For WP v22.6

No permission to download
Babak updated Yoast SEO Premium - Best WordPress SEO Plugin with a new update entry:

Yoast SEO Premium v16.9 Nulled

Download Yoast SEO Premium v16.9 for WordPress Plugin Nulled Free
v16.9 - August 10th, 2021


Meet Yoast SEO 16.9: This release comes with a brand-new SEO workout that helps you make sure that your content is findable! It shows you if your website is suffering from orphaned content problems and helps you fix them. Moreover, the plugin now comes with two image SEO assessments and improved performance. Read more about what’s new in Yoast SEO 16.9 in our...

Read the rest of this update entry...
 
I think it's better to kept this code inside the wordpress-seo-premium.php, so that it wouldn't become unactivated when the free version got auto updated.

Code by @TassieNZ, iirc

$site_information = get_transient( 'wpseo_site_information' );
if ( isset( $site_information->subscriptions ) && ( count( $site_information->subscriptions ) == 0 ) ) {
delete_transient( 'wpseo_site_information' );
delete_transient( 'wpseo_site_information_quick' );
}
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
$site_information = (object) [
'subscriptions' => [
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-wordpress-premium' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-news' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-woocommerce' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-video' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-local' ],
'expiryDate' => '+5 years'
]
],
];
if ( strpos( $url, 'https://my.yoast.com/api/sites/current' ) !== false ) {
return [
'response' => [ 'code' => 200, 'message' => 'ОК' ],
'body' => json_encode( $site_information )
];
} else {
return false;
}
}, 10, 3 );
 
Last edited:
  • Like
Reactions: fabiocs81
I think it's better to kept this code inside the wordpress-seo-premium.php, so that it wouldn't become unactivated when the free version got auto updated.

Code by @TassieNZ, iirc

$site_information = get_transient( 'wpseo_site_information' );
if ( isset( $site_information->subscriptions ) && ( count( $site_information->subscriptions ) == 0 ) ) {
delete_transient( 'wpseo_site_information' );
delete_transient( 'wpseo_site_information_quick' );
}
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
$site_information = (object) [
'subscriptions' => [
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-wordpress-premium' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-news' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-woocommerce' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-video' ],
'expiryDate' => '+5 years'
],
(object) [
'product' => (object) [ 'slug' => 'yoast-seo-local' ],
'expiryDate' => '+5 years'
]
],
];
if ( strpos( $url, 'https://my.yoast.com/api/sites/current' ) !== false ) {
return [
'response' => [ 'code' => 200, 'message' => 'ОК' ],
'body' => json_encode( $site_information )
];
} else {
return false;
}
}, 10, 3 );
I placed it on the bottom of wp-seo-premium.php and it works.
 

When i upload this latest nulled yoast plugin with my free yoast plugin the nulled plugin is asking me to "activate my subscription". I updated my free yoast to the latest 16.9 before uploading the latest nulled yoast 16.9 yoast shared on here. Did i miss a step and do anything wrong?
See snapshot on the attached pic.
 

Attachments

  • babiato.png
    babiato.png
    33.2 KB · Views: 35
Last edited:
When i upload this latest nulled yoast plugin with my free yoast plugin the nulled plugin is asking me to "activate my subscription". I updated my free yoast to the latest 16.9 before uploading the latest nulled yoast 16.9 yoast shared on here. Did i miss a step and do anything wrong?
See snapshot on the attached pic.

Delete both free and pro and than just install pro, the free one will be installed automatically.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock