Google posted an algorithm update yesterday
its a new robots.txt tag
called indexifembedded
helps you control content indexing
indexifembedded works with the noindex tag
specifically designed for media publishers
when they dont want their media pages indexed
means your content can be embedded on 3rd party websites
and indexed
Here's the code
<meta name="googlebot" value="noindex" />
<meta name="googlebot" value="indexifembedded" />
<!-- OR -->
<meta name="googlebot" value="noindex,indexifembedded" />
Note --> only Google supports the indexifembedded tag
its a new robots.txt tag
called indexifembedded
helps you control content indexing
indexifembedded works with the noindex tag
specifically designed for media publishers
when they dont want their media pages indexed
means your content can be embedded on 3rd party websites
and indexed
Here's the code
<meta name="googlebot" value="noindex" />
<meta name="googlebot" value="indexifembedded" />
<!-- OR -->
<meta name="googlebot" value="noindex,indexifembedded" />
Note --> only Google supports the indexifembedded tag