Google Bot Crawler is consistently trying to bypass CSS files that do not exist on my site during production.
He asks:
http:
This exact file name does not exist in production (there is a slightly different file name in production).
However, the CSS file that it requests exists in development at:
http:
I am not sure why it is requesting this file.
I use Capistrano (load "deploy / assets") to pre-compose my assets before deploying to production.
Right now, I'm just blocking this file in the robots.txt file, but the css file that it requests changes after every deployment.
Why does GoogleBot want to bypass this file, which does not exist on the production site? How to stop him?
source share