Satinder singh
Forum Replies Created
-
I solved same for my blog by editing Robots.txt file.
Set my robots.txt as
Method 1:User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ allow: /wp-content/plugins/ allow: /wp-content/themes/Method 2:
#Googlebot User-agent: Googlebot Allow: *.css Allow: *.js # Other bot spider User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/Using Method 2 issue will be fixed only for GoogleBot. If in future Bing / Yahoo or any other bot also throws same warning then you apply method 1
Detailed Article: How to fix “Googlebot cannot access CSS and JS files”
Forum: Fixing WordPress
In reply to: Googlebot cannot access CSS and JS filesBy editing Robots.txt i able to solved this issue
I am using Hueman WordPress theme for my blog http://codepedia.info
Set my robots.txt as
Method 1:User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ allow: /wp-content/plugins/ allow: /wp-content/themes/Method 2:
#Googlebot User-agent: Googlebot Allow: *.css Allow: *.js # Other bot spider User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/Using Method 2 issue will be fixed only for GoogleBot. If in future Bing / Yahoo other bot also throws same error then just apply method 1
Detailed Article : How to fix [WNC-658001] Message “Googlebot cannot access CSS and JS files”Forum: Fixing WordPress
In reply to: Googlebot cannot access CSS and JS filesI solved same for my blog by editing Robots.txt file.
Check: Fix : Googlebot cannot access CSS and JS files