nrep
Well-known member
- Affected version
- 2.1b5
Search engines are trying to crawl and index the /reactions URL on every post, as there's not a nofollow tag on the link. i.e.:
This:
Perhaps should be:
This is only a problem for those of us with /posts/ in robots.txt, as search engines can't access the page for the crawler to see the "noindex" header meta entry. However, this is how most of us will have robots.txt set up, including here at XenForo.com
This:
<a class="reactionsBar-link" href="[URL='https://xenforo.com/community/posts/1302227/reactions']/community/posts/123/reactions[/URL]" data-xf-click="overlay" data-cache="false"><bdi>Test</bdi></a>
Perhaps should be:
<a class="reactionsBar-link" href="[URL='https://xenforo.com/community/posts/1302227/reactions']/community/posts/123/reactions[/URL]" data-xf-click="overlay" data-cache="false" [B]rel="nofollow"[/B]><bdi>Test</bdi></a>
This is only a problem for those of us with /posts/ in robots.txt, as search engines can't access the page for the crawler to see the "noindex" header meta entry. However, this is how most of us will have robots.txt set up, including here at XenForo.com
Last edited: