403 Crawler errors have been absolutely killing me and it appears to be something in my xenforo configuration. I've worked with a server admin + with the server/host directly, but both have come up empty from the server-side.. Here's the scoop:
- robots.txt is configured correctly
- pages outside of my main/landing page DO crawl correctly and DO NOT receive 403 server errors from google
////////
robots.txt:
robots.txt test against base URL:
/////////
URL inspection test:
//////////
Request Indexing:
///////////
Pagespeed Insights:
- robots.txt is configured correctly
- pages outside of my main/landing page DO crawl correctly and DO NOT receive 403 server errors from google
- google's webmasters tools (search console > URL inspection) yields a "Failed: Crawl anomaly", which has very little information on it
- google's pagespeed insights yields a "ERRORED_DOCUMENT_REQUEST" error code 403
- redleg's file viewer yields a "403 Forbidden" result
- this appears to also effect my google adsense, where the base URL often (but not always) results in no ad displaying, but the other pages do
- URL is: https://www.sectioneighty.com
- all tests have been ran against the above URL + https://sectioneighty.com, https://www.sectioneighty.com/forum, https://sectioneighty.com/forum, & https://forum.sectioneighty.com (the main URL redirects to this)
////////
robots.txt:
Code:
Sitemap: https://forum.sectioneighty.com/sitemap.php
User-agent: *
Disallow: /account/
Disallow: /conversations/
Disallow: /online/
Disallow: /account/
Disallow: /attachments/
Disallow: /goto/
Disallow: /login/
Disallow: /best-posts/
Disallow: /profile-posts/
Disallow: /misc/style?*
Disallow: /misc/quick-navigation-menu?*
Disallow: /lost-password/
Disallow: /poll/
Disallow: /sportsbook/
Disallow: /search/
Disallow: /private.f175/
Disallow: /admin.php
Disallow: /express/
Disallow: /off-topic.f12/
Disallow: /nsfw.f106/
Allow: /
robots.txt test against base URL:
/////////
URL inspection test:
//////////
Request Indexing:
///////////
Pagespeed Insights: