Recommended robots.txt for XF 2.3

frm

Well-known member
I found this, and used a modified version of it for XF 2.2.

However, I was wondering if any changes should be made for XF 2.3

Here is mine
Code:
User-agent: PetalBot
User-agent: AspiegelBot
User-agent: AhrefsBot
User-agent: SemrushBot
User-agent: SemRush
User-agent: DotBot
User-agent: MauiBot
User-agent: MJ12bot
Disallow: /

User-agent: Amazonbot
Disallow: /threads/*/reply

User-agent: *
Disallow: /whats-new/
Disallow: /account/
Disallow: /members/
Disallow: /attachments/
Disallow: /goto/
Disallow: /help/
Disallow: /posts/
Disallow: /login/
Disallow: /search/
Disallow: /admin.php
Allow: /

Sitemap: https://yourforum.com/sitemap.xml
 
After studying the errors in the webmaster's office and viewing the search results, I settled on this version of the robots file.. It was necessary to take into account some features of search engines.


Code:
# robots.txt
User-agent: Bytespider
User-agent: ClaudeBot
Disallow: /

User-agent: Yandex
# Параметры для игнорирования: team, order, direction, do, dlfileid, act, do, id, prefix_id
Clean-param: team&order&direction&do&dlfileid&act&do&id&prefix_id
Disallow: */filters$
Disallow: */reactions$
Disallow: */preview$
Disallow: */review$
Disallow: */insert-gif$
Disallow: */post-thread*
Disallow: */download
Disallow: /login/
Disallow: /admin.php
Disallow: /whats-new/
Disallow: /misc/
Disallow: /attachments/
Disallow: /lost-password/
Disallow: /account-confirmation/
Disallow: /members/
Disallow: */reply
Disallow: /*/rate
Disallow: /*?rating=
Disallow: /*?last_days=

User-agent: *
Disallow: /login/
Disallow: /admin.php
Disallow: /whats-new/
Disallow: /misc/
Disallow: /lost-password/
Disallow: /attachments/
Disallow: */post-thread*
Disallow: */reactions$
Disallow: /*/rate
Disallow: */reply
Disallow: /members/
 
Back
Top Bottom