Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions class.jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class Jetpack {
'All in One SEO Pack Pro' => 'all-in-one-seo-pack-pro/all_in_one_seo_pack.php',
'The SEO Framework' => 'autodescription/autodescription.php',
'Rank Math' => 'seo-by-rank-math/rank-math.php',
'Slim SEO' => 'slim-seo/slim-seo.php',
),
'verification-tools' => array(
'WordPress SEO by Yoast' => 'wordpress-seo/wp-seo.php',
Expand All @@ -220,6 +221,7 @@ class Jetpack {
'All in One SEO Pack Pro' => 'all-in-one-seo-pack-pro/all_in_one_seo_pack.php',
'The SEO Framework' => 'autodescription/autodescription.php',
'Rank Math' => 'seo-by-rank-math/rank-math.php',
'Slim SEO' => 'slim-seo/slim-seo.php',
),
'widget-visibility' => array(
'Widget Logic' => 'widget-logic/widget_logic.php',
Expand All @@ -242,6 +244,7 @@ class Jetpack {
'XML Sitemaps' => 'xml-sitemaps/xml-sitemaps.php',
'MSM Sitemaps' => 'msm-sitemap/msm-sitemap.php',
'Rank Math' => 'seo-by-rank-math/rank-math.php',
'Slim SEO' => 'slim-seo/slim-seo.php',
),
'lazy-images' => array(
'Lazy Load' => 'lazy-load/lazy-load.php',
Expand Down Expand Up @@ -310,6 +313,7 @@ class Jetpack {
'wp-fb-share-like-button/wp_fb_share-like_widget.php', // WP Facebook Like Button
'open-graph-metabox/open-graph-metabox.php', // Open Graph Metabox
'seo-by-rank-math/rank-math.php', // Rank Math.
'slim-seo/slim-seo.php', // Slim SEO
);

/**
Expand All @@ -328,6 +332,7 @@ class Jetpack {
'wp-to-twitter/wp-to-twitter.php', // WP to Twitter
'wp-twitter-cards/twitter_cards.php', // WP Twitter Cards
'seo-by-rank-math/rank-math.php', // Rank Math.
'slim-seo/slim-seo.php', // Slim SEO
);

/**
Expand Down
1 change: 1 addition & 0 deletions modules/seo-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'all-in-one-seo-pack-pro/all_in_one_seo_pack.php',
'seo-by-rank-math/rank-math.php',
'autodescription/autodescription.php',
'slim-seo/slim-seo.php',
);

foreach( $jetpack_seo_conflicting_plugins as $seo_plugin ) {
Expand Down