robots.txt - Google bots visit disallowed pages -


following useragent visits url disallowed in robots.txt. google bot visit page.

url: https://www.example.com/page?param=1 

robots.txt

user-agent: * allow: / disallow: /page 

useragent

"useragent":"mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)"  


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -