diff --git a/actions/showstream.php b/actions/showstream.php index 7cfa004c92..de6039dbe1 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -217,6 +217,16 @@ class ShowstreamAction extends NoticestreamAction public function extraHead() { + if (!$this->target->isLocal()) { + $this->element( + 'meta', + [ + 'name' => 'robots', + 'content' => 'noindex', + ] + ); + } + if ($this->target->bio) { $this->element( 'meta',