By laurent on Saturday, 26 November 2016
Posted in General
Replies 1
Likes 0
Views 196
Votes 0
Hello, on tag pages there is a robots noindex, i don't have setting this ?

Thanks.
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]
·
Saturday, 26 November 2016 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post