Disable that directory from getting crawled using something like
That should do it. The robots are not supposed to crawl those files.Code:User-agent: * Disallow: /wp-includes
It's a good practice to disallow wp-content and wp-includes even if you are not getting any errors.this is the best solution to this problem, at First I thought it’s a server issue but ne I kowtow how to fix this issue if it ever pops up on my client site
Where did you learn this secret language?but ne I kowtow
Probably android keyboard. It makes dumb mistakes. I just switched the auto correction off to fix this.Where did you learn this secret language?
Disable that directory from getting crawled using something like
That should do it. The robots are not supposed to crawl those files.Code:User-agent: * Disallow: /wp-includes
yup that looks pretty good. In-fact, I will steal the list too.User-Agent: *
Disallow: /cgi-bin
Disallow: /wp-
Disallow: /wp-includes
Disallow: /wp-admin/
Disallow: /wp-content/plugins
Disallow: /?s=
Disallow: *&s=
Disallow: /search
Disallow: /author/
Disallow: *?attachment_id=
Disallow: */feed
Disallow: */rss
Disallow: */embed
Allow: /wp-content/uploads/
Allow: /wp-content/themes/
Allow: /*/*.js
Allow: /*/*.css
Allow: /wp-*.png
Allow: /wp-*.jpg
Allow: /wp-*.jpeg
Allow: /wp-*.gif
Allow: /wp-*.svg
Allow: /wp-*.pdf
does this do it? I just downloaded a wordpress robots.txt plugin