Internal Blocked Resource
What This Means
Internal resources (such as images, JavaScript and CSS) that are blocked from rendering by robots.txt or an error. This can be an issue as the search engines might not be able to access critical resources to be able to render pages accurately.
What Triggers This Issue
This issue is triggered when internal resources match directives within the robots.txt. For example, a directive like: Disallow: /wp-includes/ In the robots.txt file, which would block search engines from crawling any resources that begin with: https://www.getasky.com/wp-includes/ Such as: https://www.getasky.com/wp-includes/js/jquery/jquery.min.js .
How To Fix
Update the robots.txt and resolve any errors to allow all critical resources to be crawled and used for rendering of website content.
Last updated on