how to set robots.txt Newspaper theme for gud .js and .css on google bot?

Posted in: Newspaper
Post count: 30

hy , please help how to set robots.txt Newspaper theme for gud .js and .css on google bot? . I mean that google bot not block java script and css in default of a newspaper theme . on my web http://www.postku.com , I only use this command User-agent : *
Disallow: / wp – admin
I see a lot of files at the block robots.txt google search on the dashboard console as in this picture :
link Screen shoot >>> http://prntscr.com/9ev2gq

Post count: 22421
Post count: 30

i try now to use this rules :
#Googlebot
User-agent: Googlebot
Allow: *.css*
Allow: *.js*

# Global
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
Allow: /wp-includes/js/
Allow: /wp-content/plugins/
Allow: /wp-content/themes/
Allow: /wp-content/cache/
Disallow: /xmlrpc.php

any idea or coment bos ???

Post count: 9544

You don’t need to “allow” Google to read anything — Google reads everything unless you tell them to NOT read something. So, it’s not necesssary.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.