T tymillzz Member Dec 26, 2018 #1 Hello all Sorry for my poor English. I have a lot of google cover errors with my index. I have quotes pages that are referenced problems. How to put them in nofollow no index? Thank you so much for your help
Hello all Sorry for my poor English. I have a lot of google cover errors with my index. I have quotes pages that are referenced problems. How to put them in nofollow no index? Thank you so much for your help
A au lait Well-known member Dec 28, 2018 #2 Hello, You mean this link? Template: bb_code_tag_quote find: Code: <a href="{{ link('goto/' . {$source.type}, null, {'id': $source.id}) }}" class="bbCodeBlock-sourceJump" data-xf-click="attribution" data-content-selector="#{$source.type}-{$source.id}">{{ phrase('x_said:', {'name': $name}) }}</a> replace with this: Code: <a href="{{ link('goto/' . {$source.type}, null, {'id': $source.id}) }}" class="bbCodeBlock-sourceJump" rel="noindex" data-xf-click="attribution" data-content-selector="#{$source.type}-{$source.id}">{{ phrase('x_said:', {'name': $name}) }}</a> as you can see the link now has the rel attribute "noindex". Once they have been removed from the G index (takes a while), I would also lock it via robots.txt. Upvote 0 Downvote
Hello, You mean this link? Template: bb_code_tag_quote find: Code: <a href="{{ link('goto/' . {$source.type}, null, {'id': $source.id}) }}" class="bbCodeBlock-sourceJump" data-xf-click="attribution" data-content-selector="#{$source.type}-{$source.id}">{{ phrase('x_said:', {'name': $name}) }}</a> replace with this: Code: <a href="{{ link('goto/' . {$source.type}, null, {'id': $source.id}) }}" class="bbCodeBlock-sourceJump" rel="noindex" data-xf-click="attribution" data-content-selector="#{$source.type}-{$source.id}">{{ phrase('x_said:', {'name': $name}) }}</a> as you can see the link now has the rel attribute "noindex". Once they have been removed from the G index (takes a while), I would also lock it via robots.txt.
T tymillzz Member Dec 28, 2018 #3 Thanks for that For lock it in robots, what the method ? Upvote 0 Downvote
SyTry Well-known member Dec 28, 2018 #4 tymillzz said: Thanks for that For lock it in robots, what the method ? Click to expand... Hello, deny /goto/ : https://xenforo.com/robots.txt Regards, SyTry Upvote 0 Downvote
tymillzz said: Thanks for that For lock it in robots, what the method ? Click to expand... Hello, deny /goto/ : https://xenforo.com/robots.txt Regards, SyTry