Crawl errors related to plugins?
-
Hi there
I have been having the following crawling errors in Google console, producing response code 500:
wp-content/plugins/recipepress-reloaded/lib/tgm/class-tgm-plugin-activation.php
wp-content/plugins/recipepress-reloaded/views/metabox_ingredients.php
wp-content/plugins/recipepress-reloaded/views/metabox_instructions.php
wp-content/plugins/recipepress-reloaded/views/metabox_notes.php
wp-content/plugins/recipepress-reloaded/views/rpr_recipe_public.php
wp-content/plugins/recipepress-reloaded/widgets/rpr_widget_tag_cloud.php
wp-content/plugins/recipepress-reloaded/views/admin.php
wp-content/plugins/recipepress-reloaded/views/metabox_details.php
wp-content/plugins/recipepress-reloaded/views/settings.phpI have read in several posts online regarding robots.txt & co, that it’s no longer good or belong to best practices to block indexing “/wp-content/plugins”.
I’m not an expert but have a feeling these pages should not be appearing in search results or showing up as errors in Google search console.
Am I wrong in both cases?If not, how can this be prevented?
What should a basic WordPress robots.txt look like that does not lead to any errors in Google console look like or can one ignore some of them and if so, which ones?
Actually I have had this plugin for the last 3 years and never had these particular errors before, though ever since I changed to https from http about 2, 3 months ago, I have had diverse errors, which have been dealt with by adjusting robots.txt.
Currently, my robots.txt looks like this:
User-agent: * Disallow: /suggest/?* Disallow: /readme.html Disallow: /logout* Disallow: /login* Disallow: /register* Disallow: /lostpassword* Disallow: /resetpass* Disallow: /trackback/ Disallow: /xmlrpc.php Disallow: /*?* Allow: /*.js Allow: /*.cssThe last 3 lines have been added recently to prevent a flurry of some funny errors related to such urls “site.com/directory/listing/allafrica-com-djibouti?tab=related&category=0&is_mile=0&directory_radius=0&view=map&is_drag=1¢er=#sabai-inline-content-related” mostly ending in 500 i.s.errors (the only uselful part needing indexing per directory listing being before the “?”). These particular ones are generated by a particular web directory plugin.
Before that, lines 4 – 8 were added to prevent lots of warnings about links, especially those looking like “/logout/?_wpnonce=3959b740db”.
I would appreciate some clear answers.
Best regards
- This topic was modified 7 years, 11 months ago by .
- This topic was modified 7 years, 11 months ago by .
- This topic was modified 7 years, 11 months ago by .
The page I need help with: [log in to see the link]
The topic ‘Crawl errors related to plugins?’ is closed to new replies.