{"id":3557,"date":"2022-09-05T15:00:33","date_gmt":"2022-09-05T15:00:33","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3557"},"modified":"2022-10-16T13:34:06","modified_gmt":"2022-10-16T13:34:06","slug":"disable-genesis-seo-when-smartcrawl-enabled","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/disable-genesis-seo-when-smartcrawl-enabled\/","title":{"rendered":"Disable Genesis SEO When SmartCrawl is Enabled"},"content":{"rendered":"\n<p>As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for <a href=\"https:\/\/wordpress.org\/plugins\/wordpress-seo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Yoast SEO<\/a>, and <a href=\"https:\/\/wordpress.org\/plugins\/all-in-one-seo-pack\/\" target=\"_blank\" rel=\"noreferrer noopener\">All In One SEO<\/a>. But if you use an alternative SEO plugin like <a href=\"https:\/\/wpmudev.com\/project\/smartcrawl-wordpress-seo\/?ref=616d39686443307a4f5467314f444d3d\" target=\"_blank\" rel=\"noreferrer noopener\">SmartCrawl by WPMUDEV<\/a> the Genesis SEO will stay active leading to SEO conflicts with <a href=\"https:\/\/wpmudev.com\/project\/smartcrawl-wordpress-seo\/?ref=616d39686443307a4f5467314f444d3d\" target=\"_blank\" rel=\"noreferrer noopener\">SmartCrawl<\/a> and confusion for Contributors, Editors, and Admins.<\/p>\n\n\n\n<p>The good news is you do not need to change themes, adding the following code snippet to your theme&#8217;s functions.php, a helper file, or a functionality plugin will resolve the issue.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">This snippet is verified to be compatible with and work with: <\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>SmartCrawl Version 3.2.0<\/li><li>Genesis Version 3.3.5<\/li><li>WordPress version: 6.0.2<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/** Disable Genesis SEO When SmartCrawl Enabled *\/\nadd_filter('genesis_detect_seo_plugins', 'sc_disable_genesis_seo');\nfunction sc_disable_genesis_seo( $array ) {\n    $array&#91;'classes']&#91;] = \"Smartcrawl_Loader\";\n    return $array;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for Yoast SEO, and All In One SEO. But if you use an alternative SEO plugin like SmartCrawl by WPMUDEV the Genesis SEO will stay active leading to SEO conflicts with SmartCrawl and confusion for Contributors, Editors, and Admins.\u2026&nbsp;<a href=\"https:\/\/purelysupp.com\/wordpress\/code-snippets\/disable-genesis-seo-when-smartcrawl-enabled\/\" class=\"rmlink\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":10674,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":4,"wds_primary_category":56,"footnotes":""},"categories":[56,55,58],"tags":[64,65,62,63],"class_list":{"0":"post-3557","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"category-genesis-framework","9":"category-plugins","10":"tag-genesis-framework","11":"tag-seo","12":"tag-smartcrawl","13":"tag-wpmudev","14":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/Genesis-Code-Snippets-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3557"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3557\/revisions"}],"predecessor-version":[{"id":3561,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3557\/revisions\/3561"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/10674"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}