(object) array( 'url' => 'https://yoast.com/wordpress/plugins/seo-premium/', 'title' => 'Yoast SEO Premium', /* translators: %1$s expands to Yoast SEO */ 'desc' => sprintf( __( 'The premium version of %1$s with more features & support.', 'wordpress-seo' ), 'Yoast SEO' ), 'installed' => false, 'image' => plugins_url( 'images/extensions-premium-ribbon.png', WPSEO_FILE ), 'benefits' => array(), ), 'video-seo' => (object) array( 'url' => 'https://yoast.com/wordpress/plugins/video-seo/', 'title' => 'Video SEO', 'desc' => __( 'Optimize your videos to show them off in search results and get more clicks!', 'wordpress-seo' ), 'installed' => false, 'image' => plugins_url( 'images/extensions-video.png', WPSEO_FILE ), 'benefits' => array( __( 'Show your videos in Google Videos', 'wordpress-seo' ), __( 'Enhance the experience of sharing posts with videos', 'wordpress-seo' ), __( 'Make videos responsive through enabling fitvids.js', 'wordpress-seo' ), ), ), 'news-seo' => (object) array( 'url' => 'https://yoast.com/wordpress/plugins/news-seo/', 'title' => 'News SEO', 'desc' => __( 'Are you in Google News? Increase your traffic from Google News by optimizing for it!', 'wordpress-seo' ), 'installed' => false, 'image' => plugins_url( 'images/extensions-news.png', WPSEO_FILE ), 'benefits' => array( __( 'Optimize your site for Google News', 'wordpress-seo' ), __( 'Immediately pings Google on the publication of a new post', 'wordpress-seo' ), __( 'Creates XML News Sitemaps', 'wordpress-seo' ), ), ), 'local-seo' => (object) array( 'url' => 'https://yoast.com/wordpress/plugins/local-seo/', 'title' => 'Local SEO', 'desc' => __( 'Rank better locally and in Google Maps, without breaking a sweat!', 'wordpress-seo' ), 'installed' => false, 'image' => plugins_url( 'images/extensions-local.png', WPSEO_FILE ), 'benefits' => array( __( 'Get found by potential clients', 'wordpress-seo' ), __( 'Easily insert Google Maps, a store locator, opening hours and more', 'wordpress-seo' ), __( 'Improve the usability of your contact page', 'wordpress-seo' ), ), ), 'woocommerce-seo' => (object) array( 'url' => 'https://yoast.com/wordpress/plugins/yoast-woocommerce-seo/', 'title' => 'Yoast WooCommerce SEO', /* translators: %1$s expands to Yoast SEO */ 'desc' => sprintf( __( 'Seamlessly integrate WooCommerce with %1$s and get extra features!', 'wordpress-seo' ), 'Yoast SEO' ), 'installed' => false, 'image' => plugins_url( 'images/extensions-woo.png', WPSEO_FILE ), 'benefits' => array( /* %1$s expands to Pinterest */ sprintf( __( 'Improve sharing on Pinterest', 'wordpress-seo' ) ), /* %1$s expands to Yoast, %2$s expands to WooCommerce */ sprintf( __( 'Use %1$s breadcrumbs instead of %2$s ones', 'wordpress-seo' ), 'Yoast', 'WooCommerce' ), /* %1$s expands to Yoast SEO, %2$s expands to WooCommerce */ sprintf( __( 'A seamless integration between %1$s and %2$s', 'wordpress-seo' ), 'Yoast SEO', 'WooCommerce' ), ), 'buy_button' => 'WooCommerce SEO', ), ); if ( class_exists( 'WPSEO_Premium' ) ) { $extensions['seo-premium']->installed = true; } if ( class_exists( 'wpseo_Video_Sitemap' ) ) { $extensions['video-seo']->installed = true; } if ( class_exists( 'WPSEO_News' ) ) { $extensions['news-seo']->installed = true; } if ( defined( 'WPSEO_LOCAL_VERSION' ) ) { $extensions['local-seo']->installed = true; } if ( ! class_exists( 'Woocommerce' ) ) { unset( $extensions['woocommerce-seo'] ); } elseif ( class_exists( 'Yoast_WooCommerce_SEO' ) ) { $extensions['woocommerce-seo']->installed = true; } $utm_buy = '#utm_source=wordpress-seo-config&utm_medium=button-buy&utm_campaign=extension-page-banners'; $utm_info = '#utm_source=wordpress-seo-config&utm_medium=button-info&utm_campaign=extension-page-banners'; ?>
', __( 'This is where you would enter the license keys for one of our premium plugins, should you activate one.', 'wordpress-seo' ), '