Hm, not entirely sure why you want to disable this but yes, based on the feedback which we received from customers, this view should not have index and should not be followed by crawlers because 99.9% of the time Google treats this page as duplicates and it would hurt your SEO.
Should you want to remove this, you could modify the file /components/com_easyblog/views/tags/view.html.php and remove the codes below,
[gist]
$this->doc->setMetadata('robots', 'noindex,follow');
[/gist]