Yoast SEO Premium - Best Seo Plugin For WP

Yoast SEO Premium - Best Seo Plugin For WP v24.9 Nulled

No permission to download

lehaophuc83

Member
Jun 10, 2020
56
35
18
SaiGon, VN
is.gd
null master, please teach us how to null Yoast SEO full without having issues?
It is a long process.
He won't talk about it.
I have a suggestion for you: Look for the software "Beyond_Compare" software to compare 2 "NULL" fodels.
You will see the difference in them.
Here: I
appreciate @NullMaster effort to replace the files in: /assets/...&/vendor/... You can see the details. Next time you copy like this.

I have another easier way... fix 100%, do not touch Premium files, and it can automatically update from Yoast.com... Sorry, but I can't share it here. Do you need, please contact detail with me!

How-to-null.jpg
 
Last edited:
  • Like
Reactions: amit338

amit338

Active member
Aug 19, 2018
139
37
28
It is a long process.
He won't talk about it.
I have a suggestion for you: Look for the software "Beyond_Compare" software to compare 2 "NULL" fodels.
You will see the difference in them.
Here: I
appreciate @NullMaster effort to replace the files in: /assets/...&/vendor/... You can see the details. Next time you copy like this.

I have another easier way... fix 100%, do not touch Premium files, and it can automatically update from Yoast.com... Sorry, but I can't share it here. Do you need, please contact detail with me!

How-to-null.jpg

Check your PM (y)
 
  • Like
Reactions: lehaophuc83

pedrobonfim.br

Active member
Oct 4, 2018
107
52
28
null master, please teach us how to null Yoast SEO full without having issues?
Copy this code in final of wordpress-seo-premium.php

$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 );
 

gentiletti

New member
Mar 30, 2021
0
0
0
Copy this code in final of wordpress-seo-premium.php

$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 );
You mean the wp-seo-premium.php file?
 
  • Like
Reactions: lehaophuc83

lehaophuc83

Member
Jun 10, 2020
56
35
18
SaiGon, VN
is.gd
Check your PM (y)
NEW UPDATE: Yoast 17.1.2"
Please carefully review the information below. @Tomz @NullMaster Please, check for help me


Hi everybody.

As stated above, I did not disable "any" part of Plugin_Yoast.
And also don't need "null" the file "Premium"

=> I made: "null" the original file "wordpress-seo.zip" (Free version)

=> When you updating this plugin (free version) , other Yoast-Premiums add-ons will be automatically updated from YOAST.COM
(Addons that automatically update include: wordpress-seo-premium, NewsSEO, VideosSEO, WoocommerceSEO, and LocalSEO)

This file is a "CLEAN"... You can check for viruses before using.

File here: https://docs.google.com/document/d/1cgAFc1YGBMtdLu0BJJ1WvO80_qdWS7BixBdIj92h65k/preview

P/ SNEW:

You can download the Preview, but it still needs to be "null", because Yoast uses 3 javascript files in: \wordpress-seo-premium\assets\js\dist\

in new file Update -17xx.min.js
 
Last edited:

amyplus

New member
May 10, 2022
1
1
3

17.1.2​

September 9th, 2021

Bugfixes:

  • Fixes a bug where internal linking suggestions, in either the editor or the orphaned content workout, and the related links block would not load on WordPress installations that have a different database table prefix than the default wp_.
 

Attachments

  • wordpress-seo-premium_v17.1.2_package.zip
    8.7 MB · Views: 36

lehaophuc83

Member
Jun 10, 2020
56
35
18
SaiGon, VN
is.gd

lehaophuc83

Member
Jun 10, 2020
56
35
18
SaiGon, VN
is.gd
Last edited:

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
NEW UPDATE: Yoast 17.1.2"
Please carefully review the information below. @Tomz @NullMaster Please, check for help me


Hi everybody.

As stated above, I did not disable "any" part of Plugin_Yoast.
And also don't need "null" the file "Premium"

=> I made: "null" the original file "wordpress-seo.zip" (Free version)

=> When you updating this plugin (free version) , other Yoast-Premiums add-ons will be automatically updated from YOAST.COM
(Addons that automatically update include: wordpress-seo-premium, NewsSEO, VideosSEO, WoocommerceSEO, and LocalSEO)

This file is a "CLEAN"... You can check for viruses before using.

File here: https://docs.google.com/document/d/1cgAFc1YGBMtdLu0BJJ1WvO80_qdWS7BixBdIj92h65k/preview

Friendly greet. I came here for "Babiato" and will also share for "Babiato".
"Please "Like" me if you use it well"
Mistake: Unfortunately, the morphology function does not work.
 
  • Like
Reactions: lehaophuc83

lehaophuc83

Member
Jun 10, 2020
56
35
18
SaiGon, VN
is.gd
Mistake: Unfortunately, the morphology function does not work.
Sorry, I was sad to hear about that.

However, This file is "CLEAN"... I didn't delete / didn't add anything function.

I have created an API connection with Yoast.com to update/ activate plugin PREMIUM only.
I will download the original "wordpress-seo.zip" to see details again.

Please try update the plugin premium directly from this file.
Downgrade file-premium, and you will automatic update wordpress-seo-premium-17.1.2.zip from Yoast.com

Thank!
PM with me Update-direct.jpg
 
Last edited:
  • Like
Reactions: Alexandros_T

Alexandros_T

New member
May 21, 2019
11
0
1
Sorry, I was sad to hear about that.

However, This file is "CLEAN"... I didn't delete / didn't add anything function.

I have created an API connection with Yoast.com to update/ activate plugin PREMIUM only.
I will download the original "wordpress-seo.zip" to see details again.

Please try update the plugin premium directly from this file.
Downgrade file-premium, and you will automatic update wordpress-seo-premium-17.1.2.zip from Yoast.com

Thank!
PM with me Update-direct.jpg
Premium plugin update works fine. But the basic nulled plugin in not able to update. Also "Optimize SEO Data" never worked for me but i guess this is another story
 

2GB

Member
Apr 26, 2021
28
29
20
Hello all babiato users can you please share your experience with yoast plugin I believe you guys are using this plugin and can share your real experience with this plugin :)

I am currently using rankmath on my site since the site is new and there is no traffic LOL so I don't know if rankmath is helping or not😅

I did check on internet "rankmath vs yoast" but all reviews articles are just comparing features of both plugins but no one shares any real experience(like using rankmath on 1 site and yoast on another then compare overtime which one is performing or helping with seo)

- Have you guys also used rankmath? if yes can you tell why you are still using or prefer yoast.

- Which plugin(rankmath or yoast) is better for AMP sites. "I saw a post on reddit or I guess in babiato where a user mentioned that rankmath messed their site with AMP"

-Are there still any indexing issue with rankmath? (that is why most people still using yoast) - some users mentioned they using rankmath and there blog post are not get indexed-show on google and takes more than a week to index. - I checked this on my site I post a article and after 5 days it show on google when I searched the title on google and for a week the post remain on top as featured snippet but then removed :(

I checked all reviews sites almost all are using yoast on their own site but tell users-visitors that rankmath is better.

And also big sites are using yoast plugin

https://neilpatel.com/blog/ used yoast 6.54M monthly visits
1631168806331.png

https://kinsta.com/blog used yoast 5.11M monthly visit
1631168614838.png

1631168746753.png

https://www.searchenginejournal.com/ used yoast 2.79M monthly visit
1631168490389.png

1631168705317.png

I really appreciate if any experienced user share their experience-use case for yoast plugin

@Tomz @NullMaster @BlakenFist @TassieNZ @starliner

Thank you & best regards
Amit
This is not only from yoast, they are/have powerful Seo Experts and content writers.

BTW, yoast is nothing if you compare with Rank Math.

Rank Math (FREE) > Yoast SEO (PREMIUM)

But yoast Installation is more, it's just because it's Very Old plugin
 
  • Like
Reactions: amit338

Forum statistics

Threads
69,206
Messages
908,333
Members
236,832
Latest member
PS1CK0

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu