txt 테스터가 제 경우에는 작동하지 않습니다. robots.txt에 아래 줄이 있습니다.Google Bot Robots.txt 테스터가 작동하지 않습니다.
하지만 테스터에서는 wp-admin을 테스트하면 허용되는 도구가 표시됩니다. 왜 그런지 몰라? 당신이 후행 슬래시를 제거하면 통과 것이다
User-Agent: Googlebot
Allow: *.css*
Allow: *.js*
Allow: /*.jpg
Allow: /*.gif
Allow: /*.png
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /category
Disallow: /tag
Disallow: /page
Disallow: /author
Disallow: /trackback
Disallow: /*trackback
Disallow: /*trackback*
Disallow: /*/trackback
Disallow: /*?*
Disallow: /*.html/$
Disallow: /*feed*
# Google Image
User-agent: Googlebot-Image
Disallow:
Allow: /*
# Google AdSense
User-agent: Mediapartners-Google*
Disallow:
Allow: /*
정확하게 테스트 한 경로는 무엇입니까? 'wp-admin','/ wp-admin','/ wp-admin /'? 테스터에 – unor