You appear to be a bot. Output may be restricted
Description
We don't want search engines to index iframe previews Added via wp_head
action in init
Usage
Jetpack_Iframe_Embed::noindex();
Parameters
Returns
void
Source
File name: jetpack/_inc/lib/class.jetpack-iframe-embed.php
Lines:
1 to 3 of 3
static function noindex() { echo '<meta name="robots" content="noindex,nofollow" />'; }