Bot Access Test Page

This page helps verify that AI crawlers and search engines can properly access EbVibe's content.

Current Request Information

  • User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
  • IP Address: 216.73.216.3
  • Request Time: 2025-10-12 18:43:07
  • Request Method: GET
  • HTTP Status: 200 OK

Bot Detection

Human Visitor

This appears to be a human visitor or unrecognized bot.

Test Commands

You can test bot access using these curl commands:

curl -A "GPTBot" -I https://ebvibe.com/
curl -A "Bingbot" -I https://ebvibe.com/robots.txt
curl -A "ChatGPT-User" -I https://ebvibe.com/sitemap.xml

Expected Results

  • HTTP Status: Should return 200 OK, not 403 or 500
  • X-Robots-Tag: Should include "index, follow"
  • Content-Type: Should be appropriate for the requested resource

EbVibe Services

AI crawlers should be able to access information about these services:

Important Notes

  • Make sure your server allows these User-Agent strings
  • Check that robots.txt and sitemap.xml are accessible
  • Verify that X-Frame-Options is set to SAMEORIGIN (not DENY)
  • Ensure content is server-rendered HTML, not hidden behind JavaScript