PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/yourdogstore.kerihosting.com/wp-content/plugins/smartcrawl-seo/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/yourdogstore.kerihosting.com/wp-content/plugins/smartcrawl-seo/config.php |
<?php /** * Plugin configuration constants * * @package wpmu-dev-seo */ // First up, try to inherit define flags named with legacy prefix. if ( file_exists( dirname( __FILE__ ) . '/config-pro.php' ) ) { require_once dirname( __FILE__ ) . '/config-pro.php'; define( 'SMARTCRAWL_BUILD_TYPE', 'full' ); } else { define( 'SMARTCRAWL_BUILD_TYPE', 'free' ); } /* By this time, any legacy defines are re-defined with new prefix. We can carry on as if the new defines have been used all along. */ // you can override this in wp-config.php to enable blog-by-blog settings in multisite. if ( ! defined( 'SMARTCRAWL_SITEWIDE' ) ) { define( 'SMARTCRAWL_SITEWIDE', get_site_option( 'wds_sitewide_mode', true ) ); } // you can override this in wp-config.php to enable more posts in the sitemap, but you may need alot of memory. if ( ! defined( 'SMARTCRAWL_SITEMAP_POST_LIMIT' ) ) { define( 'SMARTCRAWL_SITEMAP_POST_LIMIT', 1000 ); } // you can override this in wp-config.php to enable more BuddyPress groups in the sitemap, but you may need alot of memory. if ( ! defined( 'SMARTCRAWL_BP_GROUPS_LIMIT' ) ) { define( 'SMARTCRAWL_BP_GROUPS_LIMIT', 200 ); } // you can override this in wp-config.php to enable more BuddyPress profiles in the sitemap, but you may need alot of memory. if ( ! defined( 'SMARTCRAWL_BP_PROFILES_LIMIT' ) ) { define( 'SMARTCRAWL_BP_PROFILES_LIMIT', 200 ); } // You can override this value in wp-config.php to allow more or less time for caching SEOmoz results. if ( ! defined( 'SMARTCRAWL_EXPIRE_TRANSIENT_TIMEOUT' ) ) { define( 'SMARTCRAWL_EXPIRE_TRANSIENT_TIMEOUT', 3600 ); } // You can override this value in wp-config.php to allow for longer or shorter minimum autolink requirement. if ( ! defined( 'SMARTCRAWL_AUTOLINKS_DEFAULT_CHAR_LIMIT' ) ) { define( 'SMARTCRAWL_AUTOLINKS_DEFAULT_CHAR_LIMIT', 3 ); } // Suppress redundant canonicals? // if ( ! defined( 'SMARTCRAWL_SUPPRESS_REDUNDANT_CANONICAL' ) ) define( 'SMARTCRAWL_SUPPRESS_REDUNDANT_CANONICAL', false ); // Debugging defines. if ( ! defined( 'SMARTCRAWL_SITEMAP_SKIP_IMAGES' ) ) { define( 'SMARTCRAWL_SITEMAP_SKIP_IMAGES', false ); } if ( ! defined( 'SMARTCRAWL_SITEMAP_SKIP_TAXONOMIES' ) ) { define( 'SMARTCRAWL_SITEMAP_SKIP_TAXONOMIES', false ); } if ( ! defined( 'SMARTCRAWL_SITEMAP_SKIP_SE_NOTIFICATION' ) ) { define( 'SMARTCRAWL_SITEMAP_SKIP_SE_NOTIFICATION', false ); } if ( ! defined( 'SMARTCRAWL_EXPERIMENTAL_FEATURES_ON' ) ) { define( 'SMARTCRAWL_EXPERIMENTAL_FEATURES_ON', false ); } if ( ! defined( 'SMARTCRAWL_ENABLE_LOGGING' ) ) { define( 'SMARTCRAWL_ENABLE_LOGGING', false ); } if ( ! defined( 'SMARTCRAWL_WHITELABEL_ON' ) ) { define( 'SMARTCRAWL_WHITELABEL_ON', false ); } if ( ! defined( 'SMARTCRAWL_OMIT_PORT_MATCHES' ) ) { define( 'SMARTCRAWL_OMIT_PORT_MATCHES', true ); } if ( ! defined( 'SMARTCRAWL_ANALYSIS_REQUEST_TIMEOUT' ) ) { define( 'SMARTCRAWL_ANALYSIS_REQUEST_TIMEOUT', 5 ); } /** * Setup plugin path and url. */ define( 'SMARTCRAWL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) . 'includes/' ); define( 'SMARTCRAWL_PLUGIN_URL', plugin_dir_url( __FILE__ ) . 'includes/' ); define( 'SMARTCRAWL_TITLE_DEFAULT_MIN_LENGTH', 50 ); define( 'SMARTCRAWL_TITLE_DEFAULT_MAX_LENGTH', 65 ); define( 'SMARTCRAWL_METADESC_DEFAULT_MIN_LENGTH', 135 ); define( 'SMARTCRAWL_METADESC_DEFAULT_MAX_LENGTH', 300 );