'; _e( 'Your homepage can be indexed by search engines.', 'wordpress-seo' ); break; case WPSEO_OnPage_Option::IS_NOT_INDEXABLE : echo ''; printf( /* translators: 1: opens a link to a related knowledge base article. 2: closes the link */ __( '%1$sYour homepage cannot be indexed by search engines%2$s. This is very bad for SEO and should be fixed.', 'wordpress-seo' ), '', '' ); break; case WPSEO_OnPage_Option::CANNOT_FETCH : echo ''; printf( /* translators: %1$s opens a link to a related knowledge base article, %2$s expands to Yoast SEO, %3$s closes the link. */ __( '%1$s%2$s has not been able to fetch your site\'s indexability status%3$s from OnPage.org', 'wordpress-seo' ), '', 'Yoast SEO', '' ); break; case WPSEO_OnPage_Option::NOT_FETCHED : echo ''; echo esc_html( sprintf( /* translators: %s expands to Yoast SEO. */ __( '%s has not fetched your site\'s indexability status yet from OnPage.org', 'wordpress-seo' ), 'Yoast SEO' ) ); break; endswitch; ?>

' . __( 'Fetch the current status', 'wordpress-seo' ) . ' '; endif; echo '' . __( 'Analyze entire site', 'wordpress-seo' ) . ' '; ?>