Brob
Brob

Reputation: 675

How to check if site is accessible to search bot

Are there any tests that I can run to see if search bots can access my site?

Upvotes: 0

Views: 2906

Answers (1)

sehe
sehe

Reputation: 393769

  1. spec: http://www.robotstxt.org/

  2. Syntax check: http://www.searchenginepromotionhelp.com/m/robots-text-tester/robots-checker.php

  3. accessibility check: http://phpweby.com/services/robots

All of which are friends of google, so it seemed

Upvotes: 4

Related Questions