Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1753

[3.3.x] Support Forum • Re: Google Search Console And Indexing Issues

$
0
0
We use SEO Sitemap too, but quickly learned not to let it just build an automatic list of all threads, all forums.
You can point Google at the news feeds to use as sitemap. ;)
Hello, this is a huge issue.
It's not necessarily a "huge" issue. The bot follows the link and finds canonical tag indicating the source page, this avoids the duplicate content issue and what URL the bot will use in index. The only issue is the bot is wasting your resources and it's resources when it's following links to duplicate content when it could be indexing new conetent re-indexing old content. .

You can fix these problems by editing tepmplate and hiding the links from Google, many of them are already hidden. For example in viewtopic_body.html around line 231 find:

Code:

<a {% if postrow.S_FIRST_UNREAD %}class="first-unread" {% endif %}href="{{ postrow.U_MINI_POST }}">{{ postrow.POST_SUBJECT }}</a>
Replace with:

Code:

<!-- IF not S_IS_BOT --><a {% if postrow.S_FIRST_UNREAD %}class="first-unread" {% endif %}href="{{ postrow.U_MINI_POST }}">{{ postrow.POST_SUBJECT }}</a><!-- ELSE -->{{ postrow.POST_SUBJECT }}<!-- ENDIF -->

Statistics: Posted by thecoalman — Fri Oct 04, 2024 11:42 pm



Viewing all articles
Browse latest Browse all 1753

Trending Articles